* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Segoe UI', sans-serif;
	font-size: 15px;
	overflow-x: hidden;
	color: #000;
	font-weight: 500;
}

@font-face {
	font-family: "Segoe UI";
	src: local("Segoe UI"), local("Segoe UI");
}
.sectionDescription{
	white-space: pre-wrap;
    line-height: 1.75em;
    min-width: 10em;
    margin-right: 0.5em;
    display: inline-block;
}
.a-divider-normal{    margin: 1em 0;}
.a-text-bold {
    font-weight: 700!important;
    color: #5C5C5C;
    line-height: 1.5em;
}
.a-text-bold-black {
    font-weight: 700!important;
    color: #000;
    line-height: 1.5em;
}
.a-size-medium{
	text-rendering: optimizeLegibility;
    font-size: 18px!important;
    line-height: 24px!important;
    text-align: left!important;
    margin-right: 5%;
}
.contact-provider-section{
	padding-left: 15px;
	padding-right: 15px;
}
.divider-border-top {
    border-top: 3px solid #6C7778;
    margin: 1.5em 0;
}

.left_pan {
	padding-left: 20px;
	padding-right: 0;
}

.pricing_plan {
	padding: 12px 0px;
	background-color: rgb(255, 255, 255);
}

.prices_title {
	font-size: 18px;
    text-align: left;
    font-weight: 700;
    padding: 0.8em 1.5em;
    background-color: #000;
    color: #fff;
}

.gallery_title {
	font-size: 18px;
    text-align: left;
    font-weight: 700;
    padding: 0.8em 1.5em;
    background-color: #f3f3f3;
    color: #000;
    text-transform: uppercase;
    border: 0.005em solid #DDD;
}

.gallery_content {
    padding: 20px;
    border: 0.005em solid #DDD;
}

    ul {
      list-style: none;
    }

   .image-gallery{
     max-width: 320px;
     margin: 10px auto;
   }
   .image-gallery img{
    width: 100%;
    height: auto;
    display: block;
    padding: 60px 0;

}
   ul.thumbnails{
     display: flex;
     justify-content: center;
     align-items: center;
   }
   ul.thumbnails li {
     margin: 0 10px;
   }
   ul.thumbnails li a img{
    border: 1px solid #d2c8be;
    max-width: 42px;
    /*box-shadow: 0 2px 25px #e77600;*/
   } 
ul.thumbnails li a img:active {
    box-shadow: 0 2px 5px #fdc68d;
    border: 1px solid #fdc68d;
   }   
ul.thumbnails li a img:focus {
	box-shadow: 0 2px 5px #fdc68d;
    border: 1px solid #fdc68d;
}

.prices_section {
	max-width: 1250px;
	margin: auto;
	padding-left: 12px;
	/*padding-right: 12px;*/
}

.gallery_section {
	max-width: 1250px;
	margin: auto;
	padding-left: 12px;
	/*padding-right: 12px;*/
}

.each_prices_title {
	border: 0.005em solid #DDD;
}

.prices {
	font-size: 16px;
	font-weight: 600;
	color: #ef5948;
}

.each_prices_plan {
	line-height: 1.71;
	font-size: 15px;
	letter-spacing: normal;
	color: rgb(0 0 0 / 68%);
	background: white;
	border-radius: 4px;
}

.category {
	font-size: 16px!important;
    line-height: 24px!important;
    padding: 10px 45px 10px 15px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    background-color: #f3f3f3;
    color: #0f1111;
    justify-content: space-between;
}

.ammount{
	color: red;
    text-align: center;    
    font-size: 14px;
    padding: 0;
}

.ammount p{
	color: #000;
    text-align: center;    
    font-size: 14px;
}

.category .title {
    padding: 0px;
    margin-right: 2%;
}

.category .icon {
    margin-right: 4px;
    font-size: 17px;
    color: #f4a935;
}

.category::after {
    content: "\005E";
    font-size: 18px;
    position: absolute;
    right: 20px;
    transition: 0.2s;
}

.category.active::after {
    transform: rotate(45deg);
}

.price_list_count {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.price_list {
    padding: 10px 20px 20px;
    line-height: 30px;
    background: #fff;
    font-size: 14px!important;
    line-height: 20px!important;
    color: #0f1111;

}

.all_price_list{
    padding: 0 25px;
    margin-top: 12px!important;
}

.all_price_list .per_product{
    float: right!important;
    color: #565959!important;
    font-size: 14px;
    line-height: 20px;
}

.all_price_list span{
    float: right;
    color: #b12704;
}

.all_price_list .row .product_title{
    color: #0f1111;
} 

.per_product{
	float: right;
    padding: 0px 15px 0px 15px;
    font-size: 12px;
    color: #565959;
}


.modal.in .modal-dialog {
	z-index: 9999;
}

.modal-title {
	margin: 0;
	line-height: 1.42857143;
	display: flex;
	justify-content: center;
	padding: 15px 0px 15px 15px;
	border-radius: 0px;
	color: #fff;
}

.modal-body {
	padding: 0 20px 20px;
}

.modal-header .close {
	padding: 15px 15px 0px 0px;
	color: #ffffff;
	font-size: 22px;
	font-weight: 100;
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	/* color: #000; */
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: 1.2;
}

.modal_style {
	padding: 15px;
	margin-bottom: 0;
	text-align: left;
}

.enq_btn {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	/* margin: 5px; */
	flex-direction: column;
}

.input-group .btn {
	margin-top: 15px;
	color: #fff;
}

.modal-content {
	border-radius: 0;
}

.btn-submit {
	display: flex;
	justify-content: center;
}

.submitbtn {
	display: flex;
	justify-content: center;
}

/* start of details pages */
.all_service_title {
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: rgb(34, 34, 34);
	/*background: #ee4c3a;*/
}

.all_service_price_list {
	text-align: center;
	color: rgb(255 255 255);
	background: #ee4c3a;
}

.all_service_price_list .title {
	font-size: 25px;
	color: #fff;
	font-weight: unset;
	padding: 18px 0;

}

.all_service_price_list h3 {
	margin-block-start: 0em;
	margin-block-end: 0em;
}

.all_service_title .title {
	font-size: 24px;
    color: #060606;
    font-weight: unset;
    margin-bottom: 0;
    text-align: left;
}

.details_banner img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.coming_soon_banner img {
	width: 100%;
	height: 550px;
	object-fit: fill;
}

.serive_content {
	display: flex;
	flex-direction: row;
	background: #ffffff29;
	;
	/* background: linear-gradient(to left, rgb(242 155 55 / 25%), rgb(255 0 0 / 25%)); */
	padding: 30px 15px 30px 15px;
}

.left-right {
	box-shadow: -5px 0 10px -5px #aeaeae, 5px 0 10px -5px #aeaeae;
}

.left-right-top {
	box-shadow: -5px 0 10px -5px #aeaeae, 5px 0 10px -5px #aeaeae, 0 -5px 5px -5px #aeaeae;

}

.left-right-bottom {
	box-shadow: -5px 0 10px -5px #aeaeae, 5px 0 10px -5px #aeaeae, 0 5px 5px -5px #aeaeae;

}

.all {
	box-shadow: 0 0 5px #aeaeae;
}

.top {
	box-shadow: 0 -5px 5px -5px #aeaeae;
}

.bottom {
	box-shadow: 0 5px 5px -5px #aeaeae;
}

/* .about_service {
	background: linear-gradient(to left, rgb(242 155 55 / 25%), rgb(255 0 0 / 25%));
} */

/* .service_content_first {
	margin-top: 24px;
}

.service_content_last {
	margin-bottom: 24px;
} */


.service_account_title {
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	width: 284px;
	text-align: end;
	height: 36px;
	letter-spacing: normal;
	padding: 8px 16px;
	color: #ee4c3a;
	/* background: linear-gradient(to left, rgb(242 155 55), rgb(255 0 0 / 60%)); */
	border-radius: 4px;

}

.service_account_about {
	display: flex;
	line-height: 20px;
	flex: 4 1 0%;
	flex-flow: wrap;
	margin-left: 12px;
	/* padding-top: 17px; */
	font-size: 14px;
	color: rgb(34, 34, 34);
	text-transform: none;
	background: #ffffffa1;
	padding: 17px;
	border-radius: 5px;
}

.service_account_about_not {
	color: red;
}


/* price list start */
.each_price {
	margin-top: 24px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
	gap: 10px;
	padding-bottom: 32px;
}

.each_price .each_price_content {
	background: #fff;
	width: 550px;
	transition: all .3s ease-out .03s;
	border-radius: 5px;
}

.each_price_content {
	border-radius: 4px;
	box-shadow: rgb(63 63 68 / 5%) 0px 0px 1px 0px, rgb(60 60 82 / 15%) 0px 1px 3px 0px;
	background-color: rgb(254 254 254);
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
	cursor: pointer;
}

.each_price img {
	max-width: 100%;
	border-radius: 5px 5px 0 0;
}

.each_price .each_price_content:hover {
	transform: scale(1.02, 1.02);
	box-shadow: 0 6px 20px #afafaf;
	border-color: #ddd #ddd #ff8500;
}

.each_price .each_price_content:nth-of-type(3n) {
	margin-right: 0;
}

.each_price .each_price_content .complete_title.servicetitle {
	height: 182px;
	display: flex;
	flex-direction: column-reverse;
	background-repeat: no-repeat;
	border-radius: 4px 4px 0px 0px;
	background-size: cover;
	background-position: center center;
}


.each_price .each_price_content p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 40px;
	text-align: center;
}

.brand_title {
	font-size: 19px;
	padding: 8px 16px;
	color: rgb(255, 255, 255);
	background: linear-gradient(to left, rgb(240 160 67), rgb(238 76 58));
	border-radius: 4px 4px 0px 0px;
}

.text_brand_content {
	border-radius: 4px;
	padding: 12px 16px 16px;
}

.text {
	margin-bottom: 14px;
	font-size: 14px;
	font-weight: normal;
	color: rgba(34, 34, 34, 0.7);
	text-align: left;
}

.brand_view_more {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: normal;
	text-align: center;
	color: rgb(51, 146, 243);
	padding: 10px 0;
}

.brand_view_more a{
	color: #ffffff;
	font-size: 14px;
	border-radius: 4px;
	margin-bottom: 15px;
	background: #ff8500;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    padding: 10px;
}

.complete_view_more a {
	/* border: 1px solid red; */
	color: #ffffff;
	display: inline-block;
	margin-bottom: 1em;
	font-size: 14px;
	padding: 5px 10px 5px 10px;
	border-radius: 4px;
	background: linear-gradient(to left, rgb(240 160 67), rgb(238 76 58));
}

.performance_view_more a {
	/* border: 1px solid red; */
	color: #ffffff;
	display: inline-block;
	margin-bottom: 1em;
	font-size: 14px;
	padding: 5px 10px 5px 10px;
	border-radius: 4px;
	background: linear-gradient(to left, rgb(240 160 67), rgb(238 76 58));
}

.complete_view_more a:hover {
	/* border: 1px solid #ff8500; */
	background: linear-gradient(to right, rgb(240 160 67), rgb(238 76 58));
	color: #ffffff;
}

.performance_view_more a:hover {
	/* border: 1px solid #ff8500; */
	background: linear-gradient(to right, rgb(240 160 67), rgb(238 76 58));
	color: #ffffff;
}

.brand_view_more a:hover {
	background-color: green;
    cursor: pointer;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
}

/* price list end */



/* end of details pages */
/* start of contact page */
.contact_form .title {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 100;
	display: flex;
	justify-content: center;
}

.contact_form .sub_title {
	/* padding-left: 15px; */
	/* text-align: center; */
	display: flex;
	/* flex-wrap: nowrap; */
	justify-content: center;
}

.reg_form {
	padding-top: 30px;
}

.form-control:focus {
	border-color: #ee4c3a;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(238 76 58 / 33%);
}

.input-group[class*="col-"] {
	float: none;
	padding-right: 0;
	padding-left: 0;
	/* margin-bottom: 5px; */
	/* margin-top: 5px; */
	/* border-radius: 4px; */
	font-size: 16px;
}

.career_form {
	margin-right: -15px;
	margin-left: -15px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}

.form-group-text {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 100;
	margin-top: 10px;
}

.input-group .form-control:last-child {
	border-radius: 5px;
}

.form-group {
	padding: 15px;
	text-align: center;
}

.form-group .btn {
	color: #ffffff;
	font-size: 14px;
	border-radius: 4px;
	margin-bottom: 15px;
	background: #ff8500;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    padding: 10px;
}

.input-group .btn {
	color: #ffffff;
	font-size: 14px;
	border-radius: 4px;
	margin-bottom: 15px;
	background: #ff8500;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    padding: 10px;
}

.contact-provider .contact-provider-btn {
	color: #ffffff;
	font-size: 14px;
	border-radius: 4px;
	margin-bottom: 15px;
	background: #ff8500;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    padding: 10px;
}

.alert {
	margin-bottom: 0px;
}

.form-group .btn:hover {
	background-color: green;
    cursor: pointer;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
}

.input-group .btn:hover {
	background-color: green;
    cursor: pointer;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
}

.contact-provider .contact-provider-btn:hover {
	background-color: green;
    cursor: pointer;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
}

#map {
	height: 100%;
}

.address {
	margin-top: 120px;
	padding-left: 105px;
	padding-bottom: 15px;
}

.address .content {
	background: #ee4c3a0d;
	padding: 20px;
	border-radius: 0px 0px 5px 5px;
	;
}

/* end of contact page */


/* start of enq-btn mailing */
.enq-btn:focus {
	/* outline: 0.05em dashed #ff6600; */
	outline-offset: 0.05em;
}

.enq-btn::after {
	content: '';
	display: block;
	width: 1.2em;
	height: 1.2em;
	position: absolute;
	left: calc(50% - 0.75em);
	top: calc(50% - 0.75em);
	border: 0.15em solid transparent;
	border-right-color: white;
	border-radius: 50%;
	animation: button-anim 0.7s linear infinite;
	opacity: 0;
}

@keyframes button-anim {
	from {
		transform: rotate(0);
	}

	to {
		transform: rotate(360deg);
	}
}

.enq-btn.loading {
	color: transparent;
}

.enq-btn.loading::after {
	opacity: 1;
}

/* end of enq-btn */


/* start of about us page */
.about_us_title {
	background: #ee4c3a;
	color: #fff;
	font-size: 22px;
	font-weight: 100;
	/* height: 50px; */
	padding: 15px 0px 15px 0;
	text-align: center;
}

.about_us_title_title {
	background: #f0a043;
	color: #fff;
	font-size: 22px;
	font-weight: 100;
	/* height: 50px; */
	padding: 15px 0px 15px 0;
	text-align: center;
}

.about_us_title_title a {
	color: rgb(255, 255, 255);
}

.about_us_title_title a:hover {
	color: rgb(240, 96, 24);
}

.seo_title {
	/* background: #ee4c3a;
	color: #fff; */
	font-size: 22px;
	font-weight: 100;
	/* height: 50px; */
	padding: 15px 0px 15px 0;
	text-align: center;
}

.heading {
	padding: 10px 65px 10px 14px;
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 20px;
}

.heading .icon-left {
	margin-right: 8px;
	font-size: 18px;
	color: #f4a935;
}

.about_content .icon-left {
	margin-right: 8px;
	font-size: 15px;
	color: #f4a935;
}

.heading .icon-right {
	margin-left: 8px;
	font-size: 18px;
	color: #f4a935;
}

.about_content {
	padding: 15px 30px;
}

/* end of about us page */
.basic_info {
	background-color: #ee4c3aed;
	height: 65px;
	box-shadow: 0 -5px 5px -5px #333;
}

.info {
	display: flex;
	flex-direction: row;
	padding: 16px 0px;
}

.info .each_basic_info {
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.71;
	letter-spacing: normal;
	color: rgb(255, 255, 255);
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.tick_icon {
	margin-right: 32px;
	height: 32px;
	width: 32px;
}

.each_basic_info_title {
	width: fit-content;
	margin-right: 56px;
}

.each_info_later {
	border-right: 0.5px solid rgba(255, 255, 255, 0.8);
	border-top-color: rgba(255, 255, 255, 0.8);
	border-bottom-color: rgba(255, 255, 255, 0.8);
	border-left-color: rgba(255, 255, 255, 0.8);
	height: 22px;
	margin-right: 40px;
}

.each_info_after {
	border-right: 2.5px solid rgb(255 99 97);
	border-top-color: rgb(255 99 97);
	border-bottom-color: rgb(255 99 97);
	border-left-color: rgb(255 99 97);
	height: 22px;
	margin-right: 20px;
	margin-left: 20px;
}

.down_arrow {
	padding: 0px;
}

.logo-image {
	max-height: 55px;
	padding: 5px 0;
}

.call_btn {
	position: fixed;
	left: 20px;
	bottom: 30px;
	padding-right: 15px;
	z-index: 6;
	border-radius: 50%;
}

.call_btn .wp_call {
	position: relative;
	top: -1px;
	color: #fff;
	font-size: 12px;
	padding-left: 15px;

}

.wp_btn {
	position: fixed;
	bottom: 90px;
	padding-right: 15px;
	left: 18px;
	z-index: 6;
	border-radius: 50%;
}

.wp_btn .wp {
	position: relative;
	top: 0px;
	color: #fff;
	font-size: 16px;
	padding-left: 15px;

}



@keyframes pulsecall {
	50% {
		box-shadow: 0 0 0 0.3em #84c6f89c;
	}

	100% {
		box-shadow: 0 0 0 0.6em #0080ffac;
	}
}

@keyframes pulse {
	50% {
		box-shadow: 0 0 0 0.3em #b8f5e99c;
	}

	100% {
		box-shadow: 0 0 0 0.6em #00ffae9b;
	}
}

.call_btn::before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 25px;
	height: 25px;
	background: -moz-linear-gradient(45deg, #9fe0f6 5%, #00ffae9b 100%);
	background: -webkit-linear-gradient(45deg, #9fe0f6 5%, #00ffae9b 100%);
	background: linear-gradient(45deg, #2aa9e0 5%, #2aa9e0 100%);
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulsecall 1500ms ease-out infinite;
	z-index: -1;

}

.wp_btn::before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 25px;
	height: 25px;
	background: -moz-linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%);
	background: -webkit-linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%);
	background: linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%);
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse 1500ms ease-out infinite;
	z-index: -1;
}

.service_title {
	padding-top: 32px;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: rgb(34, 34, 34);
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.btn {
	color: #fff;
	background: red;
}

@media only screen and (min-width: 1000px) {
	.footer_link {
		padding-bottom: 15px;
		padding-left: 100px;
		padding-right: 100px;
		/*margin-top: 35px;*/
	}
}

p {
	font-size: 17px;
	color: #666;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 20px;
	text-align: justify;
}

h2 {
	color: #c7202c;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: capitalize;
}

img {
	height: auto;
	max-width: 100%;
}

li {
	list-style-type: none;
}

a {
	transition: all .3s ease-in-out;
}

a:hover {
	text-decoration: none;
}

#topcontrol {
	bottom: 45px !important;
}

.backtotop {
	background: #ff8500;
	color: #fff;
	padding: 10px 15px;
	font-size: 22px;
}

.backtotop:hover {
	background: #000;
}

.carousel-indicators {
	bottom: 0 !important;
}

.header-top {
	transition: all .4s ease-in-out;
	background: #59666f;
	height: 39px;
	line-height: 39px;
	overflow: hidden;
}

.tollfreeno {
	float: left;
	transition: all .3s ease-out .03s;
	font-size: 14px;
}

.tollfreeno a,
.tollfreeno i {
	color: #fff;
}

.social {
	float: right;
}

.social li {
	padding: 0;
	display: inline-block;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	-webkit-transition: background-color 400ms ease-out .2s;
	-moz-transition: background-color 400ms ease-out .2s;
	-o-transition: background-color 400ms ease-out .2s;
	transition: background-color 400ms ease-out .2s;
	margin-top: 1px;
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.social li a {
	color: #fff;
}

.social li.facebook {
	background: #3c599e;
	font-size: 12px;
	border-radius: 4px;
}

.social li.twitter {
	background: #2aa9e0;
	font-size: 12px;
	border-radius: 4px;
}

.social li.google-plus {
	background: #d3492c;
	font-size: 12px;
	border-radius: 4px;
}

.social li.linkedin {
	background: #034487;
	font-size: 12px;
	border-radius: 4px;
}

.social li.skype {
	background: #00b0f6;
	font-size: 12px;
	border-radius: 4px;
}

.social li.youtube {
	background: #e22d24;
	font-size: 12px;
	border-radius: 4px;
}

.social li:hover {
	background: #31373a;
	cursor: pointer;
}

.mainnav {
	clear: both;
}

.phone {
	font-size: 18px;
	padding: 24px 0;
	display: inline-flex;
	flex-wrap: nowrap;
	align-items: center;
}

.phone h5 {
	color: #ee4c3a;
	font-size: 18px;
}

.phone a {
	color: #000;
}

.phone a:hover {
	color: #ee4c3a;
}

.tollfreeno a:hover {
	color: #ee4c3a;
}

.phone i {
	color: #ee4c3a;
	margin-right: 8px;
	position: relative;
}

.footer_contact h4:hover {
	color: #ee4c3a;
}

.footer_contact i {
	color: #ffffff;
	margin-right: 8px;
	position: relative;
}

.header-bottom {
	padding: 0;
	background: #fff;
}

.header-bottom.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

#header-main.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	box-shadow: 1px 1px 8px #AAA;
	-webkit-box-shadow: 1px 1px 8px #AAA;
	-moz-box-shadow: 1px 1px 8px #AAA;
}

.site-header h1 {
	font-size: 30px;
	padding: 0;
	margin: 0;
	color: #fff;
	max-width: 70%;
	display: inline;
}

.header-search {
	margin-top: 0;
	cursor: pointer;
	display: none;
}

.header-search:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

#header-search-button {
	background: #F4F4F4;
	border: 1px solid #DDD;
	color: #BABEC4;
	padding: 5px 10px;
	font-size: 18px;
	margin-left: 5px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

.header-search-form-wrap {
	display: none;
	position: absolute;
	top: 113px;
	padding: 15px 0;
	background: #F5F5F5;
	border-bottom: 2px solid #E9E9E9;
	width: 100%;
	z-index: 9999;
}

.header-search-form-wrap.sticky {
	position: fixed;
	border-bottom: 2px solid transparent;
	box-shadow: 0 3px 7px #CCC;
	-webkit-box-shadow: 0 3px 7px #CCC;
	-moz-box-shadow: 0 3px 7px #CCC;
}

.header-search-form {
	font-size: 30px;
	color: #B3B3B3;
}

.header-search-form .search-field {
	background: none;
	border: none;
	display: inline-block;
	width: 90%;
	padding-left: 5px;
	font-size: 30px;
	color: #a2a2a2;
	height: auto;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-moz-opacity: .6;
	-khtml-opacity: .6;
	-webkit-opacity: .6;
	opacity: .6;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	filter: alpha(opacity=60);
}

.header-search-form .search-field:focus {
	border: none;
}

.header-search-form .search {
	display: none;
}

.site-navigation .navbar-default,
.site-navigation .navbar {
	background: none;
	border: none;
	margin: 0;
}

.site-navigation {
	margin-top: 0;
	width: 100%;
}

nav.main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav.main-menu ul>li {
	margin: 0;
	float: left;
	position: relative;
	/* filter: drop-shadow(1px 1px 4px #67605f); */
}

nav.main-menu ul>li a {
	width: 100%;
	display: block;
	color: #000;
	padding: 16px 18px;
	text-decoration: none;
	font-size: 14px;
    font-weight: 700;
    text-align: left;
    text-transform: capitalize;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	nav.main-menu ul>li a {
		padding: 17px 21px;
	}
}

nav.main-menu ul>li ul {
	z-index: 9999;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 54px;
	left: 0;
	width: 260px;
	display: none;
	background-color: #ee4c3a;
}

nav.main-menu ul>li ul li {
	list-style: none;
	float: none;
	position: relative;
	border-bottom: 1px solid #ffffff;
}

nav.main-menu ul>li ul li a {
	color: #FFF;
	padding: 10px;
	font-size: 15px;
	text-transform: capitalize;
}

.nav>li>a {
	padding: 0 !important;
}

.nav>li>a:hover {
	color: #000 !important;
}

.nav>li {
	padding: 2px 0 2px 12px !important;
}

.nav>li:hover {
	padding: 2px 0 2px 12px !important;
}

nav.main-menu ul>li ul li a:hover {
	background-color: #f29432;
	color: #fff;
}

nav.main-menu ul>li ul li ul {
	position: absolute;
	left: 260px;
	top: 0;
	background-color: #ee4c3a;
}

nav.main-menu ul>li ul li ul li {
	background-color: #ee4c3a;
}

nav.main-menu ul .current_page_item>a {
	color: #000;
}

nav.main-menu ul>li a:hover,
nav.main-menu .active>a {
	background-color: #f18934;
	color: #ffffff;
}

.mean-container a.meanmenu-reveal {
	background: #1ABC9C;
	left: auto !important;
	right: 0 !important;
	text-align: right !important;
}

.mean-container a.meanmenu-reveal .fa {
	display: block;
}

.pager li>a:hover,
.pager li>a:focus {
	background-color: #1ABC9C;
	border-color: #1ABC9C;
	color: #FFF;
}

.main-content {
	padding: 40px 0;
}

.page-header h1.entry-title,
.page-header {
	margin-top: 0;
	border: none;
	padding-bottom: 0;
}

.entry-title {
	font-weight: 700;
}

body.page .page-header h1.entry-title {
	padding-bottom: 10px;
}

a.meanmenu-reveal {
	display: none;
}

.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	background: #0c1923;
	padding: 4px 0;
	min-height: 42px;
	z-index: 999999;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #0c1923;
	margin-top: 44px;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid #383838;
	border-top: 1px solid rgba(255, 255, 255, .5);
	text-decoration: none;
	text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255, 255, 255, .25);
	opacity: .75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255, 255, 255, .1);
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 32px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255, 255, 255, .1);
	border: none !important;
	border-left: 1px solid rgba(255, 255, 255, .4) !important;
	border-bottom: 1px solid rgba(255, 255, 255, .2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0, 0, 0, .9);
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.mean-remove {
	display: none !important;
}

@media only screen and (max-width:767px) {
	header {
		float: right;
	}

	#mc_embed_signup {
		width: 80% !important;
	}
}

.payumoney {
	float: right !important;
}

.payumoney img {
	top: 1px;
	position: relative;
}

.payumoney a {
	padding: 6px 0 !important;
}

.payumoney a:hover {
	background: transparent !important;
}

#myCarousel img {
	width: 100%;
}

.carousel-caption {
	bottom: 160px;
}

.carousel-caption .big {
	font-size: 48px;
	font-weight: 700;
	width: 670px;
	margin: 0 auto;
	text-transform: uppercase;
	line-height: 58px;
}

.carousel-caption .small {
	font-size: 18px;
	width: 500px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 50px;
}

.carousel-caption .get {
	margin: 0 auto;
	color: #fff;
	font-size: 48px;
	font-weight: 400;
}

.carousel-caption .btn {
	text-transform: uppercase;
	top: 30px;
	position: relative;
	border-bottom: 4px solid #b45706;
	background: #ff8500;
	font-size: 20px;
	width: 230px;
	clear: both;
	color: #fff;
	height: 60px;
	line-height: 39px;
	margin-right: 16px;
}

.carousel-caption .btn2 {
	border-bottom: 4px solid #095784;
	background: #0065A0;
	margin-right: 0;
}

.carousel-caption .btn:hover {
	border-bottom: 4px solid #999;
	background: #fff;
	color: #ff8500;
}


.padding10 {
	padding-bottom: 10px;
}

.whatwedo {
	text-align: center;
	overflow: hidden;
}

h2 {
	color: #000;
/*	font-weight: 400;*/
	font-size: 36px;
	margin: 0;
	padding-bottom: 18px !important;
	text-align: center;
}

.whatwedo p {
	line-height: 30px;
	font-size: 19px;
	text-align: center;
	padding-bottom: 20px;
}

.whatwedo a,
.catalogue a {
	/*padding: 12px 22px;*/
	text-align: center;
	/* text-transform: uppercase; */
	font-size: 16px;
	transition: all .3s ease-out .03s;
	color: #ff8500;
}

.whatwedo a:hover {
	color: #ff8500;
}

.step {
	margin: 0 auto;
	width: 790px;
}

.step img {
	float: left;
	margin-right: 50px;
}

.step img.last {
	margin-right: 0;
}

.each_service {
	margin-top: 12px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 15px;
	padding-bottom: 32px;
}

.each_service_content {
	border-radius: 4px;
	box-shadow: rgb(63 63 68 / 5%) 0px 0px 1px 0px, rgb(60 60 82 / 15%) 0px 1px 3px 0px;
	background-color: rgb(255, 255, 255);
	display: flex;
	flex-direction: column;
	/*margin-bottom: 15px;*/
	cursor: pointer;
}


.sellerpage_home_opacity{
	cursor: pointer;
    min-width: 100%;
    min-height: 100%;
    transition: 1s ease;
    opacity: 1;
    z-index: 2;
}

.ecommerce_services,
.social_media_services,
.web_development_services,
.imaging_services,
.cataloging_services,
.account_management_services, 
.advertising_optimization_services,
.domestic_shipping_services,
.training_services,
.seller_reinstatement_services,
.accounting_services,
.enhanced_brand_content_services,
.taxes_services,
.ip_accelerator_services,
.excess_inventory_services,
.compliance_services,
.fba_preparation_services,
.international_returns_services,
.international_shipping_services,
.storage_services,
.translation_services {
	display: flex;
	flex-direction: column-reverse;
	background-repeat: no-repeat;
	border-radius: 4px 4px 4px 4px;
	background-size: cover;
	background-position: center center;
}

.ecommerce_services {
	height: 182px;
	background:linear-gradient(to left, rgb(85 48 48 / 20%), rgb(72 43 43 / 60%)), url(../images/ecommercde.jpg);
    background-size:cover;
}

.social_media_services {
	height: 182px;
	background:linear-gradient(to left, rgb(85 48 48 / 20%), rgb(72 43 43 / 60%)), url(../images/social-media.jpg);
    background-size:cover;
}

.web_development_services {
	height: 182px;
	background:linear-gradient(to left, rgb(85 48 48 / 20%), rgb(72 43 43 / 60%)), url(../images/web-development.jpg);
    background-size:cover;
}

.imaging_services {
	height: 182px;
	background:linear-gradient(to left, rgb(85 48 48 / 20%), rgb(72 43 43 / 60%)), url(../images/imaging.jpg);
    background-size:cover;
}

.cataloging_services {
	height: 182px;
	background:linear-gradient(to left, rgb(85 48 48 / 20%), rgb(72 43 43 / 60%)), url(../images/Cataloguing.jpg);
    background-size:cover;
}

.account_management_services {
	height: 182px;
	background:linear-gradient(to left, rgb(85 48 48 / 20%), rgb(72 43 43 / 60%)), url(../images/accountmanagement.jpg);
    background-size:cover;
}

.advertising_optimization_services {
	height: 182px;
	background:linear-gradient(to left, rgb(85 48 48 / 20%), rgb(72 43 43 / 60%)), url(../images/AdvertisingOptimization.jpg);
    background-size:cover;
}

.domestic_shipping_services {
	height: 182px;
	background:linear-gradient(to left, rgb(85 48 48 / 20%), rgb(72 43 43 / 60%)), url(../images/DomesticShipping.jpg);
    background-size:cover;
}

.training_services {
	height: 182px;
	background:linear-gradient(to left, rgb(85 48 48 / 20%), rgb(72 43 43 / 60%)), url(../images/Training.jpg);
    background-size:cover;
}

.seller_reinstatement_services {
	height: 182px;
	background:linear-gradient(to left, rgb(85 48 48 / 20%), rgb(72 43 43 / 60%)), url(../images/SellerReinstatement.jpg);
    background-size:cover;
}

.accounting_services {
	height: 182px;
	background:linear-gradient(to left, rgb(85 48 48 / 20%), rgb(72 43 43 / 60%)), url(../images/accounting.jpg);
    background-size:cover;
}

.enhanced_brand_content_services {
	height: 182px;
	background:linear-gradient(to left, rgb(85 48 48 / 20%), rgb(72 43 43 / 60%)), url(../images/EnhancedBrandContent.jpg);
    background-size:cover;
}

.taxes_services {
	height: 182px;
	background:linear-gradient(to left, rgb(85 48 48 / 20%), rgb(72 43 43 / 60%)), url(../images/Taxes1.jpg);
    background-size:cover;
}

.ip_accelerator_services {
	height: 182px;
	background:linear-gradient(to left, rgb(85 48 48 / 20%), rgb(72 43 43 / 60%)), url(../images/IPAccelerator.png);
    background-size:cover;
}

.excess_inventory_services {
	height: 182px;
	background:linear-gradient(to left, rgb(85 48 48 / 20%), rgb(72 43 43 / 60%)), url(../images/ExcessInventory.png);
    background-size:cover;
}

.compliance_services {
	height: 182px;
	background:linear-gradient(to left, rgb(85 48 48 / 20%), rgb(72 43 43 / 60%)), url(../images/Compliance.jpg);
    background-size:cover;
}

.fba_preparation_services {
	height: 182px;
	background:linear-gradient(to left, rgb(85 48 48 / 20%), rgb(72 43 43 / 60%)), url(../images/FBAPreparation.jpg);
    background-size:cover;
}

.international_returns_services {
	height: 182px;
	background:linear-gradient(to left, rgb(85 48 48 / 20%), rgb(72 43 43 / 60%)), url(../images/InternationalReturns.jpg);
    background-size:cover;
}

.international_shipping_services {
	height: 182px;
	background:linear-gradient(to left, rgb(85 48 48 / 20%), rgb(72 43 43 / 60%)), url(../images/InternationalShipping.jpg);
    background-size:cover;
}

.storage_services {
	height: 182px;
	background:linear-gradient(to left, rgb(85 48 48 / 20%), rgb(72 43 43 / 60%)), url(../images/Storage.jpg);
    background-size:cover;
}

.translation_services {
	height: 182px;
	background:linear-gradient(to left, rgb(85 48 48 / 20%), rgb(72 43 43 / 60%)), url(../images/Translation.jpg);
    background-size:cover;
}

.ecommerce_title,
.social_media_title,
.web_development_title,
.imaging_title,
.cataloging_title, 
.account_management_title,
.advertising_optimization_title,
.domestic_shipping_title,
.training_title,
.seller_reinstatement_title,
.accounting_title,
.enhanced_brand_content_title,
.taxes_title,
.ip_accelerator_title,
.excess_inventory_title,
.compliance_title,
.fba_preparation_title,
.international_returns_title,
.international_shipping_title,
.storage_title,
.translation_title {
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: normal;
	padding: 8px 10px;
	color: rgb(255, 255, 255);
	text-align: left;
	text-transform: uppercase;
}

.text {
	margin-bottom: 14px;
	font-size: 18px;
	font-weight: normal;
	color: rgba(34, 34, 34, 0.7);
	text-align: left;
}

/* pre css  */
.each_service .each_service_content {
	/*background: linear-gradient(to left, rgba(125, 125, 125, 0.2), rgba(0, 0, 0, 0.6));*/
	/* width: 360px; */
	transition: all .3s ease-out .03s;
	border-radius: 5px;
}

.each_service .each_service_content:: before {
	background: linear-gradient(to left, rgba(125, 125, 125, 0.2), rgba(0, 0, 0, 0.6));
	
}

.each_service img {
	max-width: 100%;
	border-radius: 5px 5px 0 0;
}

.each_service .each_service_content:hover {
	transform: scale(1.02, 1.02);
	box-shadow: 0 6px 20px #afafaf;
	border-color: #ddd #ddd #ff8500;
}

.each_service .each_service_content:nth-of-type(3n) {
	margin-right: 0;
}

.each_service .each_service_content .ecommerce_title.servicetitle {
	height: 182px;

	display: flex;
	flex-direction: column-reverse;
	background-repeat: no-repeat;
	border-radius: 4px 4px 0px 0px;
	background-size: cover;
	background-position: center center;
}


.each_service .each_service_content p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 40px;
	text-align: center;
}

.each_service a {
	color: #ffffff;
	display: inline-block;
	/*margin-bottom: 1em;*/
	font-size: 18px;
}

/* .each_service a:hover {
	border: 1px solid #ff8500;
	background: #ff8500;
	color: #ff8500;
} */

.contact-provider-title{
	font-size:16px;text-align: left;
    padding: 20px 0 10px 0;
}

.contact-provider{
	text-align: end;
    padding: 20px 0 10px 0;
}

.info-btn{
	text-align: center;
    padding: 10px 0 10px 0;
}

.contact-provider-btn{
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border-radius: 5px;
    border: 1px;
    padding: 5px 10px 5px 10px;
    color: #fff;
    background: #ff8500;
}

.all_work_info {
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
}

.basic_work {
	min-height: 278px;
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
	padding-bottom: 32px;
}

.work_info_item_individuals {
margin: 16px 0px 19px;
    height: 50px;
    width: 45px;
    color: #fff;
    align-self: center;
}

.work_info_item_individuals img {
	height: 96px;
	width: 96px;
}

.basic_work_info {
	max-width: 1200px;
	margin: auto;
	padding-left: 12px;
	padding-right: 12px;
}

.basic_work_info_title {
	padding: 32px 0px;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: rgb(255, 255, 255);
}

.logo {
	/*display: flex;
	flex-wrap: nowrap;*/
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	align-content: center;
}

.work_info_items {
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	padding-bottom: 32px;
}

.work_info_item {

	border-radius: 4px;
	background-color: rgb(255, 255, 255);
	display: flex;
	flex-direction: column;
	margin-right: 20px;
/*	background: linear-gradient(145deg, #ffffff, #e3cccc);*/
/*	box-shadow: 5px 5px 15px #784c47, -5px -5px 15px #c15144;*/
}

.work_info_item_content {
	padding: 0px 24px 16px;
	text-align: center;
}

.work_info_item_content_title {
	font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    padding: 16px;
    color: rgb(255, 255, 255);
/*    text-align: left;*/
    text-transform: uppercase;
}

.work_info_item_content_text {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.71;
	letter-spacing: normal;
	color: rgba(34, 34, 34, 0.7);
}

.register {
	text-align: center;
}

.register .register_self_btn {
	font-size: 18px;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	border-radius: 4px;
	letter-spacing: normal;
	color: #ffffff;
	background-color: rgb(243 166 48);
	border: unset;
	height: 40px;
	padding: 0px 24px;
	font-weight: 500;
	/* box-shadow: 5px 5px 15px #784c47, -5px -5px 15px #c15144; */
}

.consulting_partner {
	padding-top: 50px;
	padding-bottom: 20px;
}

.consulting_partner h2 {
	margin-bottom: 15px;
	font-size: 39px;
}

.landing_page_faq {
	padding: 32px 0px;
	box-shadow: rgb(223 223 223) 0px 1px 0px 0px inset;
	background-color: rgb(255, 255, 255);
}

.faq_section {
	max-width: 1250px;
	margin: auto;
	padding-left: 12px;
	padding-right: 12px;
}

.faq_title {
	font-size: 20px;
	text-align: center;
	background: #ef5948;
	color: #ffffff;
	border-radius: 4px;
	padding: 5px;
}

.each_faq_title {
	/* padding: 0px 0px; */
	/* background: #f6e8e6; */
	/* margin-top: 10px; */
	border-radius: 4px;
}

.faq {
	margin-top: 8px;
	font-size: 16px;
	font-weight: 600;
	color: #ef5948;
}

.each_faq_ans {
	margin-top: 5px;
	line-height: 1.71;
	font-size: 15px;
	letter-spacing: normal;
	color: rgb(0 0 0 / 68%);
	background: white;
	border-radius: 4px;
	margin-bottom: 5px;
}

.parallax {
	background-attachment: fixed;
	background-image: url(../images/parallax.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 25px;
	margin-top: 20px;
}

.parallaxBg {
	height: 410px;
}

.parallaxcnt {
	position: absolute;
	text-align: center;
	top: 10px;
	width: 100%;
	padding-top: 30px;
}

.parallax .quote {
	background: #0065a0;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 50%;
	color: #fff;
	line-height: 104px;
}

.parallax .quote:before {
	font-size: 3em;
	font-family: "FontAwesome";
	content: '\f10d';
}

.parallax h1,
.selling h3 {
	color: #fff;
	font-size: 2.8em;
	margin: 0;
	padding-bottom: 14px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	width: 100%;
	padding-top: 20px;
}

.parallax p {
	color: #fff;
	font-size: 19px;
	line-height: 1.5;
	margin: 0 auto !important;
	padding-bottom: 14px;
	text-align: center;
	width: 72%;
	font-style: italic;
}

.parallax a {
	border: 1px solid #fff;
	color: #fff;
	font-size: 1em;
	font-weight: 400;
	padding: 8px;
	text-transform: capitalize;
}

.parallax a:hover {
	background: #ED1C24;
}

.parallax span {
	line-height: 22px;
	padding-bottom: 25px;
	text-align: left;
	color: #ff8500;
}

.showcase {
	margin: auto;
	position: relative;
	width: 100% !important;
	position: relative;
	margin: auto;
	width: 100% !important;
}

.showcase-arrow-previous,
.showcase-arrow-next {
	background: rgba(0, 0, 0, 0) repeat scroll 0 0;
	cursor: pointer;
	height: 50px;
	position: absolute;
	top: 310px;
	width: 50px;
	display: none;
}

.showcase-arrow-previous {
	left: 10px;
	z-index: 9999;
}

.showcase-arrow-previous:hover {
	background: #ed1d24 repeat scroll 0 0;
	border-radius: 100%;
}

.showcase-arrow-next {
	background-position: -50px 0;
	right: 10px;
	z-index: 99999;
}

.showcase-arrow-next:hover {
	background: #ed1d24 repeat scroll -50px 0;
	border-radius: 100%;
}

.showcase-caption {
	color: #000;
	padding: 8px 15px;
	text-align: left;
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	display: none;
}

.showcase-button-wrapper {
	display: block;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 110px;
	position: relative;
	top: -254px;
}

.showcase-button-wrapper span {
	background: #fff;
	color: rgba(0, 0, 0, 0);
	cursor: pointer;
	font-size: 0;
	height: 7px;
	display: block;
	float: left;
	margin-right: 8px;
	width: 28px;
	padding: 0;
}

.showcase-button-wrapper span.active,
.showcase-button-wrapper span:hover {
	background: #0065a0;
}

.selling {
	overflow: hidden;
}

.selling h3 {
	color: #000;
	padding: 0;
	padding-bottom: 20px;
}

.formdiv input,
.formdiv select,
.formdiv textarea {
	background: #fff none repeat scroll 0 0;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 1px 2px;
	color: #333;
	float: left;
	font-size: 15px;
	height: 40px;
	margin-bottom: 20px;
	margin-top: 5px;
	outline: medium none;
	padding-left: 3px;
	width: 30%;
	margin-right: 30px;
}

.formdiv textarea {
	height: 105px;
	width: 63%;
}

.formdiv input:focus,
.formdiv textarea:focus {
	border-color: #ff8500;
}

.formdiv input[type="submit"] {
	background: #0065a0;
	border: 0 none;
	clear: both;
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 18px;
	height: 42px;
	text-align: center;
	text-transform: capitalize;
	width: 130px;
	transition: all .3s ease-in-out;
}

.formdiv input[type="submit"]:hover {
	background: #ff8500;
}

.disclaimer {
	background: #ee4c3a;
	text-align: center;
	padding-top: 30px;
	overflow: hidden;
	padding-bottom: 20px;
	position: relative;
}

.disclaimer h3 {
	color: #fff;
	font-weight: 400;
	border: 0 none;
	font-size: 32px;
	margin: 0;
	padding-bottom: 14px;
	padding-top: 24px;
}

.disclaimer p {
	color: #fff;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	margin: 0;
}

.disclaimer a {
	color: #fff;
}

.disclaimer .arrow {
	margin: 0 auto;
	color: #fff;
	top: -162px;
	position: absolute;
	width: 100%;
	text-align: center;
	right: 5px;
}

.disclaimer .arrow:before {
	font-size: 10em;
	font-family: "FontAwesome";
	content: "\f0dd";
}

footer {
	background: #333;
}

footer ul {
	margin: 0 auto;
	padding: 0;
}

footer li {
	list-style-type: none;
	color: #fff;
}

footer li.last {
	border: 0;
	padding-right: 0x;
}

.quick-links li {
	padding-left: 15px;
	position: relative;
}

.quick-links li::before {
	display: inline-block;
	text-align: center;
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	left: 3px;
	top: 1px;
	transition: all .3s ease-in;
	transition: all .3s ease-in;
	transition: all .3s ease-in;
	color: #fff;
}

footer a {
	color: #fff;
	font-size: 13px;
	line-height: 1.5;
}

footer a:hover {
	color: #ef5948;
	text-decoration: none;
}

footer p {
	font-size: 16px;
	text-align: justify;
	color: #ADADAD;
}

footer h1 {
	color: #fff;
	border: 0;
	font-weight: 400;
	padding-top: 34px;
	padding-left: 20px;
	text-transform: uppercase;
}

footer .footertitle {
	color: #fff;
	font-size: 18px !important;
	padding-top: 20px;
}

.footer_contact {
	font-size: 14px;
	color: white;
	display: inline-flex;
	flex-wrap: nowrap;
	align-items: center;
}

.contact_us_title {
	color: rgb(255, 255, 255);
	font-size: 20px !important;
	/* padding-top: 20px; */
	padding: 10px;
	text-align: center;
	background: linear-gradient(to left, rgb(240 160 67), rgb(238 76 58));
	border-radius: 5px 5px 0 0;
}

.contact_us {
	font-size: 16px;
	/* color: rgb(255, 0, 0); */
	display: inline-flex;
	flex-wrap: nowrap;
	align-items: center;
}

.contact_us a {
	color: #000;
}

.contact_us a:hover {
	color: #ee4c3a;
}

.contact_us .icon {
	font-size: 20px;
	padding: 8px;
}

.fb_page_info {
	padding-top: 20px;
}

footer h4 {
	color: #fff;
	font-size: 14px;
}

footer span {
	color: #fff;
	margin-top: 0;
	font-size: 14px;
	width: 100%;
	display: block;
	/*line-height: 2;*/
}

footer span a {
	font-size: 16px;
}

footer b {
	font-size: 28px;
	color: #fff;
	position: relative;
	top: -10px;
}

footer .disclaimer {
	color: #fff;
	font-weight: 700;
}

footer a.disclaimer:hover {
	text-decoration: underline;
}

footer h3.disclaimer {
	color: #fff;
}

footer .border.last {
	border-right: 0;
	margin-right: 0;
}



.footer_bottom {
	background: #222020e0;
	height: 46px;
	line-height: 46px;
}

.footer_info {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
}

footer ul,
.footer_bottom ul {
	margin: 0 !important;
	padding: 0 !important;
}

.footer_bottom li {
	float: left;
	color: #ADADAD;
	font-size: 14px;
	list-style-type: none;
	margin-right: 20px;
}

.footer_bottom li.last {
	border: 0;
	float: right;
	margin: 0;
}

.footer_bottom a {
	color: #ef5948;
}

.footer_bottom a:hover {
	color: #fff;
	text-decoration: none;
}

.fb_iframe_widget {
	display: inline-block;
	position: relative;
}

.fb_iframe_widget span {
	display: inline-block;
	position: relative;
	text-align: justify;
}

footer .social {
	float: left;
}

footer .social li {
	padding: 0;
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	-webkit-transition: background-color 400ms ease-out .2s;
	-moz-transition: background-color 400ms ease-out .2s;
	-o-transition: background-color 400ms ease-out .2s;
	transition: background-color 400ms ease-out .2s;
	margin-bottom: 5px;
	margin-right: 2px;
}

footer .social li a {
	color: #fff;
	display: block;
	line-height: 38px;
}

footer .social li.facebook {
	background: #204385;
	font-size: 12px;
}

footer .social li.twitter {
	background: #2aa9e0;
	font-size: 12px;
}

footer .social li.google-plus {
	background: #d3492c;
	font-size: 12px;
}

footer .social li.linkedin {
	background: #0073b2;
	font-size: 12px;
}

footer .social li.skype {
	background: #00b0f6;
}

footer .social li.youtube {
	background: #e22d24;
}

footer .social li:hover {
	background: #aaa;
	cursor: pointer;
}

.popup-contact {
	position: fixed;
	bottom: 0;
	z-index: 1000;
	right: 0;
}

.popup-contact-box {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 999;
	width: 300px;
}

#contact-btn {
	bottom: 0;
	position: absolute;
	z-index: 99;
	background: #ff8500;
	color: #fff;
	width: 300px;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	right: 0;
}

.popup-contact-box input:focus {
	border: 1px solid;
}

.contact-info {
	display: none;
	background-color: #222;
	width: 100%;
	min-height: 390px;
	height: auto;
	border-radius: 3px;
	padding: 10px 10px 40px;
	border: 5px solid #ff8500;
}

.contact-info h4 {
	text-transform: capitalize;
	color: #fff;
}

.contact-info .contact-form .section-field {
	display: inline;
	position: relative;
	width: 100%;
}

.contact-info .contact-form .field-widget {
	position: relative;
}

.contact-info .contact-form .section-field i {
	color: #00a9da;
	left: 0;
	position: absolute;
	z-index: 99;
}

.contact-info .contact-form .section-field input {
	margin-bottom: 10px;
	margin-right: 17px;
	color: #363636;
	padding-left: 4px;
	width: 100%;
	border: 1px solid #333;
	border-radius: 3px;
}

.contact-info .contact-form .section-field input:focus {
	border-color: #363636;
}

.contact-info .contact-form textarea {
	width: 100%;
	border: medium none;
	color: #363636;
	display: block;
	border: 1px solid #333;
	margin-bottom: 10px;
	border-radius: 3px;
	padding-left: 4px;
}

.contact-info .contact-form textarea:focus {
	border-color: #363636;
}

.contact-info a.button-border {
	padding: 8px 18px;
	margin-right: 0;
}

.home-2 #contact-btn {
	background: #007da1;
}

.icon-txt {
	font-size: 50px;
	color: #ff5a5f;
}

.contact-info h5 {
	text-align: center;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 15px;
	color: #fff;
}

.ico {
	text-align: center !important;
}

.tb {
	margin-top: 20px;
}

.tb th {
	padding: 10px;
}

.tb td {
	padding: 10px;
}

.sub {
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
	margin-bottom: 25px;
	padding: 5px 15px;
	width: 100%;
}

.sub:hover {
	background: #ff8500;
	color: #fff;
	border: 1px solid #fff;
}

#contact-btn:hover {
	text-decoration: none;
}

.field-widget input {
	height: 35px;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input::-webkit-inner-spin-button {
	-webkit-appearance: inner-spin-button;
	display: inline-block;
	cursor: default;
	flex: 0 0 auto;
	align-self: stretch;
	--webkit-user-select: none;
	opacity: 0;
	pointer-events: none;
	-webkit-user-modify: read-only;
}

.amazonbg {
	background: url(../images/inner-amazon.jpg) no-repeat;
}

.carrer {
	background: url(../images/inner-carrer.jpg) no-repeat;
}

.blog {
	background: url(../images/inner-blog.jpg) no-repeat;
}

.inner-banner {
	background: url(../images/inner-banner.jpg) no-repeat;
	background-size: cover;
	height: 250px;
	margin-bottom: 20px;
	text-align: center;
	margin-top: 0;
	position: relative;
}

.craftsvillabg {
	background: url(../images/inner-craftvilla.jpg) no-repeat center center;
	background-size: cover;
}

.voonikbg {
	background: url(../images/inner-voonik.jpg) no-repeat center center;
	background-size: cover;
}

.paytmbg {
	background: url(../images/inner-paytm.jpg) no-repeat center center;
	background-size: cover;
}

.flipkartnbg {
	background: url(../images/inner-flipkart.jpg) no-repeat center center;
	background-size: cover;
}

.alibababg {
	background: url(../images/alibaba-services.jpg) no-repeat center center;
	background-size: cover;
}

.evershinebg {
	background: url(../images/evershinebg.png) no-repeat center center;
	background-size: cover;
}

.clientbg {
	background: url(../images/our-clients.jpg) no-repeat center center;
	background-size: cover;
}

.amazonbg {
	background: url(../images/inner-amazon.jpg) no-repeat center center;
	background-size: cover;
}

.ebaybg {
	background: url(../images/inner-ebay.jpg) no-repeat center center;
	background-size: cover;
}

.limeroadbg {
	background: url(../images/inner-limeroad.jpg) no-repeat center center;
	background-size: cover;
}

.shopcluesbg {
	background: url(../images/inner-shopclues.jpg) no-repeat center center;
	background-size: cover;
}

.snapdealbg {
	background: url(../images/inner-snapdeal.jpg) no-repeat center center;
	background-size: cover;
}

.pepperfrybg {
	background: url(../images/inner-pepperfry.jpg) no-repeat center center;
	background-size: cover;
}

.fly {
	background: url(../images/inner-fly.jpg) no-repeat center center;
	background-size: cover;
}

.listing {
	background: url(../images/inner-listing.jpg) no-repeat center center;
	background-size: cover;
}

.fba {
	background: url(../images/inner-fba.jpg) no-repeat center center;
	background-size: cover;
}

.training {
	background: url(../images/inner-training.jpg) no-repeat center center;
	background-size: cover;
}

.boost {
	background: url(../images/inner-services.jpg) no-repeat center center;
	background-size: cover;
}

::i-block-chrome,
.inner-banner:before {
	background-size: inherit;
}

.inner-banner-bg {
	background: rgba(0, 0, 0, .5);
	height: 250px;
}

.inner-banner h1 {
	padding-bottom: 10px;
	padding-top: 76px;
	font-size: 36px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.inner-banner .line {
	border-bottom: 5px solid #fff;
	width: 150px;
	margin: 0 auto;
}

.selling-inner {
	background: #0065a0;
	padding: 30px 0;
}

.selling-inner h3 {
	color: #fff;
	padding-bottom: 20px;
}

.selling-inner input,
.selling-inner textarea {
	border: 0;
}

.selling-inner input[type="submit"] {
	border: 1px solid #fff;
	margin: 0;
}

.selling-inner input[type="submit"]:hover {
	background: #fff;
	color: #0065a0;
}

.container-block h2 {
	text-align: left;
}

.container-block img {
	margin-left: 30px;
	margin-bottom: 0;
	width: 400px;
	height: auto;
}

h3 {
	color: #000;
	font-size: 18px;
	font-weight: 700;
}

.container-block input,
.container-block textarea,
.container-block select {
	width: 100%;
	margin-right: 0;
}

.container-block textarea {
	height: 142px;
}

.container-block label {
	font-size: 14px;
}

.container-block span {
	line-height: 2;
}

.container-block a:hover,
.container-block i {
	color: #ff8500;
}

.cntimg {
	margin-top: 146px;
	margin-bottom: 15px;
	width: 100% !important;
}

.pm-button {
	clear: both;
	float: left;
}

.pm-button img {
	float: left;
	margin-left: 0;
	width: auto;
}

.client-block li {
	border: 1px solid #ddd;
	box-shadow: 2px 2px 3px #ddd;
	float: left;
	margin-bottom: 20px !important;
	margin-right: 20px;
	padding: 5px;
	width: 207px;
}

.client-block li:nth-of-type(5n) {
	margin-right: 0;
}

.thumbimg {
	width: 207px;
	height: 83px;
	margin: 0 !important;
	float: none !important;
}

.client-block span {
	background: #ff8500 none repeat scroll 0 0;
	clear: both;
	color: #fff;
	float: left;
	font-size: 17px;
	padding: 4px;
	text-align: center;
	text-transform: capitalize;
	width: 100%;
	cursor: default;
}

.client-block span:hover {
	background: #0065a0 none repeat scroll 0 0;
}

.blogs {
	border-bottom: 2px solid #eee;
	margin-bottom: 30px;
	width: 100%;
	padding-bottom: 30px;
	float: left;
}

.blogs img {
	border: 1px solid #ddd;
	float: left;
	height: auto;
	margin-right: 20px;
	padding: 5px;
	width: 250px;
	margin-left: 0;
}

.blogs .c-txt {
	color: #0065a0;
	font-size: 18px;
	padding-bottom: 84px !;
	text-transform: capitalize;
	font-weight: 700;
}

.blogs span {
	color: #FF8500;
	float: left;
	font-size: 12px;
	font-weight: 400;
	padding-bottom: 5px;
	text-align: left;
	width: auto;
}

.blogs p {
	padding-bottom: 10px;
	margin-left: 270px;
	clear: both;
	top: -90px;
	overflow: hidden;
	position: relative;
}

.blogs>a {
	background: #0065a0;
	color: #fff;
	font-size: 16px;
	float: left;
	padding: 10px 24px;
	margin-left: 270px;
	position: relative;
	top: -100px;
}

.blogs>a:hover {
	background: #ff8500;
	color: #fff;
}

.blogbig {
	border: 0;
	height: auto;
	margin: 0;
	padding-bottom: 10px;
}

.blogbig img {
	width: 600px;
	height: auto;
	margin-bottom: 25px;
}

.blogbig p {
	top: 0;
	margin: 0;
	overflow: inherit;
}

.container-block ul {
	margin-bottom: 20px;
}

.container-block li {
	font-size: 18px;
	margin-bottom: 8px;
	font-weight: 400;
	padding-left: 4px;
}

.container-block h3 {
	text-transform: capitalize;
	font-size: 20px;
	line-height: 1.3;
}

.leadership-image {
	margin-bottom: 30px;
}

.leadership-image img {
	border: 5px solid #FF8500;
	border-radius: 100%;
	box-shadow: 3px 4px 5px rgba(0, 0, 0, .2);
	display: block;
	height: 220px;
	margin: 0;
	padding: 0;
	width: 220px;
}

.leadership-image img:hover {
	border: 5px solid #333;
}

.leadership-image .title {
	text-align: center;
	clear: both;
	padding-top: 16px;
}

.leadership-image .title font {
	color: #333;
	font-size: 1.3em;
	text-align: center;
	width: 100%;
	display: block;
}

.leadership-image .title span {
	line-height: 1.5;
}

.reportPopup img {
	width: 270px;
	height: auto;
	border-radius: 50%;
}

.vimeo_video {
	position: absolute;
	left: 0;
	top: 168px;
	width: 100%;
	overflow: hidden;
}

.vimeo_video iframe {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	transform: scale(1.5);
	-ms-transform: scale(1.5);
	-webkit-transform: scale(1.5);
}

.vimeo_video .overlay {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.subs-popup {
	display: none;
	background-color: rgba(0, 0, 0, .85);
	position: absolute;
	height: 100%;
	width: 100%;
}

#mc_embed_signup {
	clear: left;
	font: 14px Helvetica, Arial, sans-serif;
	width: 500px;
	margin: 200px auto;
	box-shadow: 0 0 30px 5px #000;
	position: relative;
}

.email-close {
	height: 16px;
	width: 16px;
	position: absolute;
	top: -8px;
	right: -8px;
	background: #FFF;
	border-radius: 50%;
	text-align: center;
	font-weight: 700;
	border: 3px solid #aaa;
	box-shadow: 0 0 4px 1px #000;
	cursor: pointer;
	z-index: 999;
}

.email-close:active {
	top: -7px;
	right: -9px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* start editing from here */
a {
	text-decoration: none;
}

.txt-rt {
	text-align: right;
}

/* text align right */
.txt-lt {
	text-align: left;
}

/* text align left */
.txt-center {
	text-align: center;
}

/* text align center */
.float-rt {
	float: right;
}

/* float right */
.float-lt {
	float: left;
}

/* float left */
.clear {
	clear: both;
}

/* clear float */
.pos-relative {
	position: relative;
}

/* Position Relative */
.pos-absolute {
	position: absolute;
}

/* Position Absolute */
.vertical-base {
	vertical-align: baseline;
}

/* vertical align baseline */
.vertical-top {
	vertical-align: top;
}

/* vertical align top */

img {
	max-width: 100%;
}

/*end reset*/
html,
body {
	font-size: 99%;
	font-family: 'Lato', sans-serif;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-attachment: fixed;
}

.main {
	padding: 3em 0;
}

/*-- main --*/
.w3_main_grids {
	width: 30%;
	margin: 0 auto;
}

.w3layouts_profile_grid1 {
	background: #2d9cf3;
}

.w3l_profile_grid1_padd {
	padding: 1em 2em;
}

.w3ls_menu_grid,
.w3_agileits_circle_effect {
	float: left;
	width: 33.33%;
	position: relative;
}

.w3ls_menu_grid i {
	font-size: 1.5em;
	color: #fff;
	line-height: 1.5em;
}

.w3ls_menu_grid:nth-child(2) {
	text-align: center;
}

.w3ls_menu_grid:nth-child(3) {
	text-align: right;
}

.w3ls_menu_grid h2 {
	font-size: 1.4em;
	color: #fff;
	margin-top: .2em;
}

span.menu-icon {
	display: inline-block;
	cursor: pointer;
	position: relative;
}

ul.w3_agile_nav1 {
	z-index: 999;
	width: 120px;
	background-color: #f32d2d;
	position: absolute;
	left: 0;
	border: 1px solid #8d1313;
	border-bottom: none;
}

ul.w3_agile_nav1 {
	display: none;
}

ul.w3_agile_nav1 li {
	display: block;
	border-bottom: 1px solid #c22020;
}

ul.w3_agile_nav1 li a {
	font-size: 14px;
	color: #fff;
	display: block;
	padding: 0.8em 2em;
}

ul.w3_agile_nav1 li a:hover {
	color: #212121;
}

.agileinfo_profile_grid2 {
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	padding: 4em 2em 2em;
}

.w3_agile_profile_grid2_left {
	float: left;
}

.w3_agile_profile_grid2_left img {
	border: 2px solid #999;
	border-radius: 50px;
}

.agile_profile_grid2_left {
	float: left;
	margin-left: 2em;
}

.agile_profile_grid2_left h4 {
	font-size: 1em;
	color: #fff;
	margin: 1.5em 0 1em;
}

.agile_profile_grid2_left h4 i {
	padding-right: 1em;
}

.agile_profile_grid2_left ul li {
	display: inline-block;
}

.agile_profile_grid2_left ul li a {
	padding: 6px 20px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	display: block;
	border-radius: 5px;
}

.agileits_w3layouts_list a,
.w3_agileits_list a:hover {
	background: #f32d2d;
}

.w3_agileits_list a,
.agileits_w3layouts_list a:hover {
	background: #2d9cf3;
}

.agileinfo_profile_grid2 p {
	font-size: 14px;
	color: #fff;
	margin: 1em 0 0;
	line-height: 1.8em;
}

.agileinfo_tab1 ul li {
	list-style-type: none;
	padding: 1em 0;
	color: #999;
	font-size: 14px;
	border-bottom: 1px dotted #999;
}

.agileinfo_tab1 ul li span {
	color: #212121;
	font-weight: 600;
}

.agileinfo_tab1 ul li i {
	color: #f32d2d;
	padding-right: 1em;
}

.agileinfo_tab1 ul li img.w3ls_men {
	display: block;
	margin: 1em 0 0 2em;
}

.agileits_comment {
	color: #2d9cf3 !important;
}

.agileinfo_tab1_img_grid {
	float: left;
	margin-right: 1em;
}

.agileinfo_tab1_img_grids {
	margin: 1em 0 0 2em;
}

p.eget {
	color: #999;
	line-height: 2em;
	font-style: italic;
	text-transform: capitalize;
	font-size: 14px;
}

p.eget1 {
	color: #212121;
	line-height: 2em;
	font-size: 14px;
	margin: 1em 0 2em;
}

.wthree_tab_grid_sub_left {
	float: left;
	width: 26.2%;
	padding: .5em;
	text-align: center;
	border: 1px solid #999;
}

.wthree_tab_grid_sub_left h5 {
	font-size: 1.5em;
	color: #212121;
	font-weight: 700;
}

.wthree_tab_grid_sub_left p {
	color: #f32d2d;
	font-size: 13px;
	text-transform: uppercase;
	margin: .5em 0 0;
}

.wthree_tab_grid_sub_left:nth-child(2) {
	margin: 0 1em;
}

.wthree_tab_grid {
	padding: 2em 1em;
}

.wthree_tab_grid ol li {
	padding-top: 1em;
	font-size: 14px;
	font-weight: 600;
	color: #212121;
	list-style: initial;
	text-transform: capitalize;
}

.wthree_tab_grid ol li span {
	display: block;
	margin: .5em 0 0;
	color: #999;
	font-weight: 500;
	text-transform: initial;
	line-height: 1.8em;
}

.wthree_tab_grid_list li {
	display: inline-block;
	font-size: 1em;
	color: #212121;
	font-weight: 600;
}

.wthree_tab_grid_list li i {
	margin-right: 2em;
	color: #2d9cf3;
	width: 45px;
	height: 45px;
	border: 1px solid #999;
	border-radius: 50px;
	text-align: center;
	line-height: 2.6em;
	vertical-align: bottom;
}

.wthree_tab_grid_list li span {
	display: block;
	font-weight: 500;
	color: #999;
	margin: .5em 0 0;
}

.wthree_tab_grid_list li span a {
	color: #999;
	text-decoration: none;
}

.wthree_tab_grid_list li span a:hover {
	color: #212121;
}

.wthree_tab_grid_list:nth-child(2) {
	padding: 2em 0;
}

/*-- start-responsive-design --*/
@media (max-width:1440px) {
	.w3_main_grids {
		width: 33%;
	}
}

@media (max-width: 1366px) {
	.w3_main_grids {
		width: 36%;
	}
}

@media (max-width: 1280px) {
	.w3_main_grids {
		width: 38%;
	}
}

@media (max-width: 1080px) {
	.w3_main_grids {
		width: 45%;
	}
}

@media (max-width: 1024px) {
	.w3_main_grids {
		width: 48%;
	}
}

@media (max-width: 991px) {
	.w3_main_grids {
		width: 50%;
	}
}

@media (max-width: 990px) {
	.w3_main_grids {
		width: 51%;
	}
}

@media (max-width: 900px) {
	.w3_main_grids {
		width: 56%;
	}
}

@media (max-width: 800px) {
	.w3_main_grids {
		width: 64%;
	}
}

@media (max-width: 736px) {
	.main h1 {
		font-size: 2.2em;
	}

	.wthree_tab_grid_sub_left {
		width: 26%;
	}
}

@media (max-width:667px) {
	.wthree_tab_grid_sub_left {
		width: 25%;
	}
}

@media (max-width:640px) {
	.wthree_tab_grid {
		padding: 1em 0em;
	}

	.wthree_tab_grid ol {
		padding-left: 2em;
	}
}

@media (max-width: 600px) {
	.main h1 {
		font-size: 2em;
	}

	.w3_main_grids {
		width: 75%;
	}
}

@media (max-width: 568px) {
	.main h1 {
		font-size: 1.8em;
	}

	.agileinfo_profile_grid2 {
		padding: 3em 2em 2em;
	}
}

@media (max-width: 480px) {
	.main h1 {
		font-size: 1.6em;
		letter-spacing: 1px;
	}

	.w3_main_grids {
		width: 85%;
	}

	.w3ls_menu_grid i {
		font-size: 1.2em;
	}

	.w3ls_menu_grid h2 {
		font-size: 1.2em;
		margin-top: 0;
	}

	.wthree_tab_grid_list li i {
		margin-right: 1em;
	}
}

@media (max-width: 414px) {
	.w3_agile_profile_grid2_left {
		width: 25%;
	}

	.agileinfo_profile_grid2 {
		padding: 3em 1em 2em;
	}

	.agile_profile_grid2_left h4 {
		margin: 0.5em 0 1em;
	}

	.main h1 {
		font-size: 1.4em;
	}

	.main {
		padding: 2em 0;
	}

	.wthree_tab_grid_sub_left:nth-child(2) {
		margin: 0 0.6em;
	}

	.wthree_tab_grid_sub_left p {
		font-size: 12px;
	}

	.wthree_tab_grid_list li,
	.agileits_copyright p {
		font-size: 14px;
	}

	.wthree_tab_grid_list:nth-child(2) {
		padding: 1em 0;
	}

	.wthree_tab_grid_list li i {
		line-height: 3em;
	}
}

@media (max-width: 384px) {
	.main h1 {
		letter-spacing: 0px;
	}

	.w3l_profile_grid1_padd {
		padding: 0.8em 1em;
	}

	.w3_agile_profile_grid2_left {
		float: none;
		margin: 0 auto;
	}

	.agile_profile_grid2_left {
		float: none;
		margin-left: 0;
		text-align: center;
	}

	.agileinfo_profile_grid2 p {
		text-align: center;
	}

	.wthree_tab_grid_sub_left {
		width: 24.5%;
	}

	.wthree_tab_grid_sub_left h5 {
		font-size: 1.3em;
	}
}

@media (max-width: 375px) {
	.agileinfo_profile_grid2 {
		padding: 2em 1em;
	}

	.wthree_tab_grid_sub_left:nth-child(2) {
		margin: 0 0.5em;
	}

	.wthree_tab_grid ol {
		padding-left: 1em;
	}

	.wthree_tab_grid_list li i {
		margin-right: 0.5em;
	}
}

@media (max-width: 320px) {
	.main h1 {
		letter-spacing: 1px;
	}

	.w3_main_grids {
		width: 90%;
	}

	.w3ls_menu_grid i {
		line-height: 1em;
	}

	.agileinfo_tab1 ul li,
	p.eget,
	.wthree_tab_grid ol li span {
		font-size: 13px;
	}

	p.eget1 {
		font-size: 13px;
		margin: 0 0 1em;
	}

	.wthree_tab_grid_sub_left {
		width: 55%;
		float: none;
		margin: 0 auto;
	}

	.wthree_tab_grid_sub_left:nth-child(2) {
		margin: 1em auto;
	}

	.wthree_tab_grid_list li {
		display: block;
		text-align: center;
	}

	.wthree_tab_grid_list li i {
		margin: 0 0 1em;
	}
}

.banner_details {
	display: flex;
	justify-content: center;
}

.vs-th {
	text-align: center;
	padding: 2px 7px;
	background: #0065a0;
	color: #fff;
	height: 50px;
}

.vs-td-odd {
	padding: 9px 9px;
	background: #dddddd38;
}

.vs-td-even {
	padding: 9px 9px;
}

.vs-button {
	background: #0065a0;
	border: 0 none;
	clear: both;
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 18px;
	height: 42px;
	text-align: center;
	text-transform: capitalize;
	width: 130px;
	transition: all .3s ease-in-out;
	line-height: 42px;
	border-radius: 4px;
}

.vs-border {
	border: 1px solid #ddd;
	width: 100%;
}

.vs-padding {
	padding-left: 5px;
	padding-right: 5px;
}

.vs-fontawesome-tick {
	font-size: 22px;
	color: green !important;
}

.vs_wwd {
	border: none !important;
	border: 1px solid #ff8500;
	padding: 0px 0px !important;
	text-align: -webkit-auto !important;
	text-transform: uppercase;
	font-size: 16px;
	transition: all .3s ease-out .03s;
	color: #ff8500;
}

.vs_wwd :hover {
	border: none !important;
	background: transparent !important;
	color: transparent !important;
}

.amazon-price {
	background: url(../images/amazon-price.jpg) no-repeat center center;
	background-size: cover;
}

.vs-graphd {
	background: #0000007d;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin-top: -15px;
	position: relative;
	z-index: -1;
}

.vs-graph {
	border: 1px solid #000;
	border-top: none;
	border-bottom-left-radius: 3%;
	border-bottom-right-radius: 3%;
	padding: 27px;
	background: #0000007d;
	padding-top: 0px;
	padding-bottom: 5.5%;
}

.vs-graph1 {
	border: 1px solid #00000085;
	border-radius: 3%;
	padding: 11px;
	padding-right: 1px;
	background-color: #ecece2;
	box-shadow: 0px 15px 24px 0px #000;
}

.vs-graphh {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	text-decoration: underline;
}

/* mobile */
@media only screen and (max-width: 600px) {
	.vs-amz1d {
		border: 1px solid #000;
		border-radius: 3%;
		background: #233040;
		padding-bottom: 65px;
	}

	.vs-amz2d {
		background: #ff9900;
		border-radius: 4%;
		padding: 17px;
		padding-bottom: 1px;
		margin-left: 5%;
		margin-right: 5%;
		margin-top: 3%;
	}

	.vs-amz2d>table {
		font-size: 13px;
	}

	.vs-amzlogo {
		width: 22%;
	}

	.vs-amz1logo {
		width: 33%;
		margin: 13px;
	}

	.vs-fkt1d {
		border: 1px solid #0768af;
		border-radius: 3%;
		background: #037cd5;
		padding-bottom: 15px;
	}

	.vs-fkt2d {
		background: #f1e940;
		border-radius: 4%;
		padding: 17px;
		padding-bottom: 1px;
		margin-left: 5%;
		margin-right: 5%;
		margin-top: 3%;
	}

	.vs-fkt2d>table {
		font-size: 9px;
	}

	.vs-shc1d {
		border: 1px solid #0d7e8c;
		border-radius: 3%;
		background: #16a2b3;
		padding-bottom: 15px;
	}

	.vs-shc2d {
		background: #ffffff;
		border-radius: 4%;
		padding: 17px;
		padding-bottom: 1px;
		margin-left: 5%;
		margin-right: 5%;
		margin-top: 3%;
	}

	.vs-shc2d>table {
		font-size: 10px;
	}

	.vs-spd1d {
		border: 1px solid #ff2241;
		border-radius: 3%;
		background: #ff2241;
		padding-bottom: 15px;
	}

	.vs-ptm1d {
		border: 1px solid #06306f;
		border-radius: 3%;
		background: #fff;
		padding-bottom: 15px;
	}

	.vs-ptm2d {
		background: #06306f;
		border-radius: 4%;
		padding: 17px;
		padding-bottom: 1px;
		margin-left: 5%;
		margin-right: 5%;
		margin-top: 3%;
	}

	.vs-ptm2d>table {
		color: #fff;
		font-size: 9px;
	}

	.vs-ebay2d {
		background: #0064d2;
		border-radius: 4%;
		padding: 17px;
		padding-bottom: 1px;
		margin-left: 5%;
		margin-right: 5%;
		margin-top: 3%;
	}

	.vs-ebay2d>table {
		color: #fff;
		font-size: 9px;
	}

	.vs-marketplace>form>.row>table {
		font-size: 8px;
	}

	.vs-lmr1d {
		border: 1px solid #63b90a;
		border-radius: 3%;
		background: #e6e6e6;
		padding-bottom: 15px;
	}

	.vs-lmr2d {
		background: #88c34b;
		border-radius: 4%;
		padding: 17px;
		padding-bottom: 1px;
		margin-left: 5%;
		margin-right: 5%;
		margin-top: 3%;
	}

	.vs-lmr2d>table {
		font-size: 10px;
		color: #fff;
	}

	.vs-von1d {
		border: 1px solid #63b90a;
		border-radius: 3%;
		background: #e6e6e6;
		padding-bottom: 15px;
	}

	.vs-von2d {
		background: #060606;
		border-radius: 4%;
		padding: 17px;
		padding-bottom: 1px;
		margin-left: 5%;
		margin-right: 5%;
		margin-top: 3%;
	}

	.vs-von2d>table {
		font-size: 10px;
		color: #fff;
	}

	.vs-world {
		display: inherit;
		padding: 9px;
		color: #ee4c3a;
		font-size: 23px;
	}

	.vs-marketplace {
		border: 1px solid #000;
		border-radius: 2%;
		padding: 41px;
	}

	.desktop {
		display: none;
	}

	.mobile {
		display: block;
	}
}

/* desktop */
@media only screen and (min-width: 600px) {
	.desktop {
		display: block;
	}

	.mobile {
		display: none;
	}

	.vs-world {
		display: inherit;
		color: #ee4c3a;
		/* padding-right: 10px;
		padding-left: 55px; */

	}

	.vs-amz1d {
		border: 1px solid #000;
		border-radius: 3%;
		background: #233040;
		padding-bottom: 65px;
	}

	.vs-amz2d {
		background: #ff9900;
		border-radius: 4%;
		padding: 17px;
		padding-bottom: 1px;
		margin-left: 15%;
		margin-right: 15%;
		margin-top: 3%;
	}

	.vs-amzlogo {
		width: 22%;
	}

	.vs-amz1logo {
		width: 22%;
		margin: 22px;
	}

	.vs-fkt1d {
		border: 1px solid #0768af;
		border-radius: 3%;
		background: #037cd5;
		padding-bottom: 65px;
	}

	.vs-fkt2d {
		background: #f1e940;
		border-radius: 4%;
		padding: 17px;
		padding-bottom: 1px;
		margin-left: 15%;
		margin-right: 15%;
		margin-top: 3%;
	}

	.vs-shc1d {
		border: 1px solid #0d7e8c;
		border-radius: 3%;
		background: #16a2b3;
		padding-bottom: 65px;
	}

	.vs-shc2d {
		background: #ffffff;
		border-radius: 4%;
		padding: 17px;
		padding-bottom: 1px;
		margin-left: 15%;
		margin-right: 15%;
		margin-top: 3%;
	}

	.vs-spd1d {
		border: 1px solid #ff2241;
		border-radius: 3%;
		background: #ff2241;
		padding-bottom: 65px;
	}

	.vs-ptm1d {
		border: 1px solid #06306f;
		border-radius: 3%;
		background: #fff;
		padding-bottom: 65px;
	}

	.vs-ptm2d {
		background: #06306f;
		border-radius: 4%;
		padding: 17px;
		padding-bottom: 1px;
		margin-left: 15%;
		margin-right: 15%;
		margin-top: 3%;
	}

	.vs-ebay2d {
		background: #0064d2;
		border-radius: 4%;
		padding: 17px;
		padding-bottom: 1px;
		margin-left: 15%;
		margin-right: 15%;
		margin-top: 3%;
	}

	.vs-ptm2d>table {
		color: #fff;
	}

	.vs-ebay2d>table {
		color: #fff;
	}

	.vs-lmr1d {
		border: 1px solid #63b90a;
		border-radius: 3%;
		background: #e6e6e6;
		padding-bottom: 65px;
	}

	.vs-lmr2d {
		background: #88c34b;
		border-radius: 4%;
		padding: 17px;
		padding-bottom: 1px;
		margin-left: 15%;
		margin-right: 15%;
		margin-top: 3%;
	}

	.vs-lmr2d>table {
		color: #fff;
	}

	.vs-von1d {
		border: 1px solid #060606;
		border-radius: 3%;
		background: #e6e6e6;
		padding-bottom: 65px;
	}

	.vs-von2d {
		background: #060606;
		border-radius: 4%;
		padding: 17px;
		padding-bottom: 1px;
		margin-left: 15%;
		margin-right: 15%;
		margin-top: 3%;
	}

	.vs-von2d>table {
		color: #fff;
	}

	.vs-marketplace {
		border: 1px solid #000;
		border-radius: 2%;
		padding: 41px;
	}
}

#toolsarea .tools-label {
	border-radius: 24px 0px 0px 24px;
	color: #fff;
	border: none;
	background: #0f804a;
	padding: 10px 20px 10px 20px;
	font-size: 15px;
	width: auto;
	line-height: 25px;
	cursor: pointer;
	white-space: nowrap;
	vertical-align: middle;
	float: left;
}

#toolsarea .maininput {
	border-right: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

#toolsarea .input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}

#toolsarea .sinput {
	height: 45px;
	border: 1px solid #e9e9e9;
	border-radius: 0px 24px 24px 0px;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: #fff !important;
	padding: 5px 10px;
	font-size: 12px;
	overflow: hidden;
	text-align: left;
	float: left;
}

.labelarea {
	text-align: center;
}

.list-type3 {
	margin: 0 auto;
}

.list-type3 li,
.list-type3 a {
	float: left;
	height: 35px;
	line-height: 35px;
	position: relative;
	font-size: 15px;
	margin-bottom: 12px;
	font-family: 'Raleway', sans-serif;
	transition: background-color 1.5s ease;
}

.list-type3 a {
	padding: 0 60px 0 12px;
	background: #0089e0;
	color: #fff;
	text-decoration: none;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

.list-type3 a:before {
	content: "";
	float: left;
	position: absolute;
	top: 0;
	left: -12px;
	width: 0;
	height: 0;
	border-color: transparent #0089e0 transparent transparent;
	border-style: solid;
	border-width: 18px 12px 18px 0;
}

.list-type3 a:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	float: left;
	width: 6px;
	height: 6px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	-moz-box-shadow: -1px -1px 2px #004977;
	-webkit-box-shadow: -1px -1px 2px #004977;
	box-shadow: -1px -1px 2px #004977;
}

.list-type3 a:hover {
	background: #555;
}

.list-type3 a:hover:before {
	border-color: transparent #0089e0 transparent transparent;
}
.text-right{
	text-align: right !important;
}