/* Global Styles */

@import url('https://fonts.googleapis.com/css?family=Montserrat:200i,300,300i,400,400i,500,500i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300i,400,400i,600,600i,700,700i|Roboto+Slab:100,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Sacramento');
@import url('https://fonts.googleapis.com/css?family=Roboto');
body {
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: 26px;
}

a,
div,
button,
a:hover {
	transition: all 0.5s ease-in-out;
	text-decoration: none;
}

a,
a:hover {
	color: #000;
}

ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}

li.dropdown:hover .dropdown-menu {
	display: block;
}

.container-fluid,
.middle-nav {
	max-width: 1600px;
	padding: 0;
	margin: 0 auto;
}

.top-bar {
	background: #77bb44;
	color: #7d7afe;
	padding: 10px 0;
	max-width: 1600px;
	margin: 0 auto;
}

.top-bar ul li {
	color: #fff;
	position: relative;
	padding: 0 10px;
	font-family: 'open sans', sans-serif;
}

.top-bar ul li:after {
	position: absolute;
	right: 0px;
	content: '';
	top: 2px;
	height: 17px;
	width: 1px;
	background: #fff;
}

.top-bar ul li:last-child:after {
	display: none;
}

.top-bar ul li a {
	display: inline-block;
	color: #fff;
	font-size: 11px;
	padding: 0 2px;
	font-weight: 600;
	text-transform: uppercase;
}

.navbar-brand {
	height: auto;
}

.navigation {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8fc2fa+2,8fc2fa+9,c2e3ff+48,8fc2fa+90,8fc2fa+100 */
	background: #8fc2fa;
	/* Old browsers */
	background: -moz-linear-gradient(left, #8fc2fa 2%, #8fc2fa 9%, #c2e3ff 48%, #8fc2fa 90%, #8fc2fa 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #8fc2fa 2%, #8fc2fa 9%, #c2e3ff 48%, #8fc2fa 90%, #8fc2fa 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #8fc2fa 2%, #8fc2fa 9%, #c2e3ff 48%, #8fc2fa 90%, #8fc2fa 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc2fa', endColorstr='#8fc2fa', GradientType=1);
	/* IE6-9 */
	min-height: 60px;
	width: 100%;
	margin: 0 auto;
}

.navbar-inverse {
	background-color: transparent;
	border-color: transparent;
	margin-bottom: 0;
	border: 0;
	text-align: center;
}

.navbar-inverse .navbar-nav>li>a {
	font-size: 12px;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'poppins', sans-serif;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
	background: transparent;
	color: #0b91d4;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
	color: #0b91d4;
}

.menu {
	padding: 24px 0;
}

.slider {
	position: relative;
	width: 100%
}

.slider img {
	width: 100%;
}

.slider .carousel-indicators {
	left: 12%;
}

.carousel-indicators li {
	background: rgba(114, 180, 65, 0.45);
	height: 13px;
	width: 13px;
	margin: 2px;
	border: 0;
}

.carousel-indicators li.active {
	background: #72b441;
	margin: 2px;
	height: 13px;
	width: 13px;
}

.slider .carousel-caption {
	height: 130px;
	right: 0;
	bottom: 0;
	left: auto;
	width: 45%;
	background: rgba(255, 255, 255, 0.80);
	padding-right: 7%;
	text-shadow: none;
}

.slider .carousel-caption h4 {
	margin: 5px 0;
	color: #323232;
	font-size: 33px;
	font-family: 'poppins', sans-serif;
	font-weight: 300;
	text-align: right;
}

.slider .carousel-caption h2 {
	margin: 5px 0;
	color: #373737;
	font-size: 39px;
	font-weight: 700;
	text-align: right;
}


/******************* STEP 1 *******************/

.step_1_sec {
	text-align: center;
}

.step_1_sec span {}

.step_1_sec span img {}

.step_1_sec h1 {
	font-family: 'poppins', sans-serif;
	font-size: 22px;
	font-weight: 400;
}

.step_1_sec h2 {
	font-family: 'poppins', sans-serif;
	font-size: 24px;
	font-weight: 800;
	color: #000;
}

.step_1_sec h3 {
	font-family: 'poppins', sans-serif;
	font-size: 16px;
	color: #666666;
	font-weight: 400;
	padding-top: 0;
	margin-top: 0;
	letter-spacing: 1px;
	margin-bottom: 40px;
}

.step_1_wrap {
	position: relative;
	margin: 40px 0 50px 0;
}

.step_1_sec [class^="col-"]:nth-of-type(1) .step_1_wrap:before {
	position: absolute;
	content: "01";
	font-size: 100px;
	top: -50px;
	color: #d9d9d9;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	left: 0;
	margin: 0 auto;
	right: 0;
}

.step_1_sec [class^="col-"]:nth-of-type(2) .step_1_wrap:before {
	position: absolute;
	content: "02";
	font-size: 100px;
	top: -50px;
	color: #d9d9d9;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	left: 0;
	margin: 0 auto;
	right: 0;
}

.step_1_sec [class^="col-"]:nth-of-type(3) .step_1_wrap:before {
	position: absolute;
	content: "03";
	font-size: 100px;
	top: -50px;
	color: #d9d9d9;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	left: 0;
	margin: 0 auto;
	right: 0;
}

.step_1_sec [class^="col-"]:nth-of-type(4) .step_1_wrap:before {
	position: absolute;
	content: "04";
	font-size: 100px;
	top: -50px;
	color: #d9d9d9;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	left: 0;
	margin: 0 auto;
	right: 0;
}

.step_1_wrap img {
	width: auto;
	position: relative;
	padding-top: 40px;
	height: 138px;
	max-width: 100%;
	transition: all ease-in-out .5s;
}

.step_1_wrap h2 {
	font-family: 'poppins', sans-serif;
	font-size: 13px;
	color: #000;
	font-weight: 800;
	padding-top: 20px;
	margin-top: 0;
	letter-spacing: 1px;
}


/******************* STEP 2 *******************/

.step_2_sec {
	text-align: center;
	background: #ebebeb;
}

.step_2_sec span {}

.step_2_sec span img {}

.step_2_sec h1 {
	font-family: 'poppins', sans-serif;
	font-size: 22px;
	font-weight: 400;
}

.step_2_sec h2 {
	font-family: 'poppins', sans-serif;
	font-size: 24px;
	font-weight: 800;
	color: #000;
}

.step_2_sec h3 {
	font-family: 'poppins', sans-serif;
	font-size: 16px;
	color: #666666;
	font-weight: 400;
	padding-top: 0;
	margin-top: 0;
	letter-spacing: 1px;
	margin-bottom: 40px;
}

.step_2_wrap {
	position: relative;
	margin: 30px 0 50px 0;
}

.step_2_sec [class^="col-"]:nth-of-type(1) .step_2_wrap:before {
	position: absolute;
	content: "01";
	font-size: 100px;
	top: -50px;
	color: #d9d9d9;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	left: 0;
	margin: 0 auto;
	right: 0;
}

.step_2_sec [class^="col-"]:nth-of-type(2) .step_2_wrap:before {
	position: absolute;
	content: "02";
	font-size: 100px;
	top: -50px;
	color: #d9d9d9;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	left: 0;
	margin: 0 auto;
	right: 0;
}

.step_2_sec [class^="col-"]:nth-of-type(3) .step_2_wrap:before {
	position: absolute;
	content: "03";
	font-size: 100px;
	top: -50px;
	color: #d9d9d9;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	left: 0;
	margin: 0 auto;
	right: 0;
}

.step_2_sec [class^="col-"]:nth-of-type(4) .step_2_wrap:before {
	position: absolute;
	content: "04";
	font-size: 100px;
	top: -50px;
	color: #d9d9d9;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	left: 0;
	margin: 0 auto;
	right: 0;
}

.step_2_sec [class^="col-"]:nth-of-type(5) .step_2_wrap:before {
	position: absolute;
	content: "05";
	font-size: 100px;
	top: -50px;
	color: #d9d9d9;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	left: 0;
	margin: 0 auto;
	right: 0;
}

.step_2_wrap img {
	width: auto;
	position: relative;
	padding-top: 40px;
	height: 138px;
	max-width: 100%;
	transition: all ease-in-out .5s;
}

.step_2_wrap h2 {
	font-family: 'poppins', sans-serif;
	font-size: 13px;
	color: #000;
	font-weight: 800;
	padding-top: 20px;
	margin-top: 0;
	letter-spacing: 1px;
}

.contact {
	text-align: center;
}

.contact_overlay {
	background: rgba(4, 3, 4, 0.9);
	padding: 0 0 30px 0;
}

.contact span {}

.contact span img {}

.contact h1 {
	font-family: 'poppins', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}

.padd_top {
	padding-top: 30px;
}

.align_padd {
	padding-top: 20px;
	padding-bottom: 20px;
}

.sign_up .input-group {
	border: 1px solid #ffffff;
	height: 40px;
	margin-bottom: 20px;
	width: 100%;
	border-radius: 2px;
}

.sign_up .input-group input {
	background: transparent;
	border-radius: 2px;
	border-left: 0px;
	color: #888888;
	font-family: 'poppins', sans-serif;
	padding-left: 3px;
	border: 0px;
	height: 40px;
}

.sign_up .input-group input:focus {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0);
}

.sign_up .input-group .input-group-addon {
	background: transparent;
	border-radius: 0px;
	border: 0px;
	color: #888888;
	font-family: 'poppins', sans-serif;
	padding-right: 10px;
}

.sign_up .input-group:last-child {
	border: 0px;
}

.sign_up .input-group .log_in {
	width: 100%;
	font-family: 'poppins', sans-serif;
	font-size: 16px;
	color: #fff;
	background: #00adef;
	padding: 10px;
	border: 0px;
	border-radius: 2px;
	transition: all ease-in-out .5s;
}

.sign_up .input-group .log_in:hover {
	background: #337ab7;
}

.sign_up .input-group ul li {
	float: left;
	font-size: 14px;
	padding: 15px 0px;
}

.sign_up .input-group ul li a {
	color: #fff;
	font-family: 'poppins', sans-serif;
	border-right: 1px solid #fff;
	padding: 0px 13px;
	transition: all ease-in-out .5s;
}

.sign_up .input-group ul li a:hover {
	color: #00adef;
}

.sign_up .input-group ul li:last-child a {
	border-right: 0px;
}

.testimonial .slick-dots li {
	list-style: none;
	width: auto;
}

.testimonial .slick-dots li button {
	background: #cccccc;
	border-radius: 50%;
	width: 10px;
	height: 10px;
}

.slick-dots li button:before {
	display: none;
}

.testimonial .slick-dots li.slick-active button {
	background: #00adef;
}

.images_testi {
	padding: 30px 0px;
	float: left;
	width: 100%;
}

.testimonial .images_testi .profile {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin: 0 auto;
	border: 3px solid #0b91d4;
}

.cotation {
	float: left;
	min-width: 50px;
	min-height: 100px;
}

.details p {
	text-align: left;
	font-size: 12px;
	font-family: 'poppins', sans-serif;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
}

.details p a {
	color: #0b91d4;
}

.images_testi .details {
	position: relative;
}

.images_testi .details:before {
	content: "\f10e";
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 140px;
	z-index: -1;
	color: #f2f2f2;
	top: -49px;
	margin: 0 auto;
	left: 0px;
	right: 0;
}

.home_part {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #ebebeb;
}

.home_part h3 {
	font-size: 24px;
	font-weight: bold;
	color: #222222;
	position: relative;
}

.home_part h3:before {
	content: '';
	position: absolute;
	width: 50px;
	height: 2px;
	background: #252525;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	bottom: -12px;
	font-family: 'poppins', sans-serif;
}

.posi_deta {
	font-size: 19px;
	color: #222222;
	font-weight: 400;
	margin-top: 20px;
}

.home_icon img {
	width: 50px;
	margin-top: 20px;
}

.no_text {
	font-size: 23px;
	color: #ff0000;
	text-transform: uppercase;
	font-family: 'poppins', sans-serif;
	margin-top: 30px;
	font-weight: bold;
}

.blue_ftr {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #0b91d4;
}

.footer_heading h3 {
	font-size: 14px;
	color: #ffffff;
	font-family: 'poppins', sans-serif;
	margin-top: 0px;
	position: relative;
	margin-bottom: 30px;
}

.footer_heading h3:before {
	content: '';
	position: absolute;
	bottom: -10px;
	width: 35px;
	height: 2px;
	background: #fff;
}

.ftr_list {
	min-height: 180px;
}

.ftr_list li {
	padding: 5px 0px;
}

.ftr_list li a {
	color: #ffffff;
	font-size: 12px;
	font-weight: 300;
	font-family: 'poppins', sans-serif;
	transition: all ease-in-out .5s;
}

.ftr_list li a:hover {
	color: #fdd93b;
	/*padding-left:10px;*/
}

.last_list li {
	float: left;
	margin-right: 15px;
}

.last_list li img {
	width: 30px;
}

.last_list p {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 12px;
	font-family: 'poppins', sans-serif;
	margin-top: 10px;
	font-weight: 300;
}

.black_part {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #252525;
}

.last_ftr_details p {
	margin-bottom: 0px;
	color: #f2f2f2;
	font-size: 12px;
	font-family: 'poppins', sans-serif;
	font-weight: 300;
}

.last_social ul {
	display: inline-block;
}

.last_social ul li {
	float: left;
	padding: 0px 10px;
}

.last_social ul li a {
	color: #fff;
}

.last_social ul li a:hover {
	color: #0b91d4;
}

.posi_rela {
	position: relative;
}

.posi_absu {
	position: absolute;
	top: 50px;
	width: 100%;
}

.baner_content h3 {
	color: #111111;
	font-size: 21px;
	font-family: 'poppins', sans-serif;
}

.baner_content h2 {
	font-size: 32px;
	color: #111111;
	text-transform: uppercase;
	font-family: 'poppins', sans-serif;
	font-weight: 800;
	text-shadow: 1px 1px 5px #6f6f6f;
	position: relative;
	margin-bottom: 0px;
}


/*.baner_content h2:before{content:'';background:url(../images/baner_bfre.png) no-repeat;position:absolute;bottom:-37px;width: 200px;height: 30px;left:0px;right:0px;margin:0 auto;background-size:100%;}



*/

.baner_content h2::after {
	content: '';
	background: url(../images/baner_bfre.png) no-repeat;
	width: 200px;
	height: 31px;
	margin: 0 auto;
	background-size: 100%;
	display: block;
	margin-top: 10px;
}

.log_in_s {
	display: inline-block;
	margin-top: 80px;
}

.log_in_s li {
	float: left;
	margin-right: 15px;
}

.log_in_s li a {
	width: 150px;
	color: #fff;
	font-size: 14px;
	padding: 10px;
	border: 2px solid #0b91d4;
	border-radius: 50px;
	background: rgba(112, 197, 243, 0.34);
	display: inline-block;
	box-shadow: 0px 3px 7px 1px rgba(26, 49, 62, 0.36)
}

.log_in_s li a:hover {
	background: #0b91d4;
	border-color: #9cceee;
}

.flow {
	font-family: 'poppins', sans-serif;
	font-size: 22px;
	color: #fff;
	font-weight: 300;
	margin-top: 20px;
}

.flow ul {
	display: inline-block;
}

.flow ul li {
	float: left;
	margin-right: 10px;
}

.flow ul li a {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #111111;
	border: 1px solid#111111;
	font-size: 30px;
	line-height: 54px;
}

.flow ul li a:hover {
	background: #00adef;
	color: #fff;
	border: 1px solid #00adef;
}


/*hover*/

.step_1_sec [class^="col-"]:nth-of-type(1):hover {
	background: #f5f3f1;
}

.step_1_sec [class^="col-"]:nth-of-type(1):hover .step_1_wrap img {
	margin-top: -20px;
	animation: tada 2s linear infinite;
	margin-bottom: 10px;
}

.step_1_sec [class^="col-"]:nth-of-type(1):hover .step_1_wrap:before {
	-ms-transform: rotate(19deg);
	-webkit-transform: rotate(19deg);
	transform: rotate(19deg);
	font-size: 150px;
}

.step_1_sec [class^="col-"]:nth-of-type(2):hover {
	background: #f5f3f1;
}

.step_1_sec [class^="col-"]:nth-of-type(2):hover .step_1_wrap img {
	margin-top: -20px;
	animation: tada 2s linear infinite;
	margin-bottom: 10px;
}

.step_1_sec [class^="col-"]:nth-of-type(2):hover .step_1_wrap:before {
	-ms-transform: rotate(19deg);
	-webkit-transform: rotate(19deg);
	transform: rotate(19deg);
	font-size: 150px;
}

.step_1_sec [class^="col-"]:nth-of-type(3):hover {
	background: #f5f3f1;
}

.step_1_sec [class^="col-"]:nth-of-type(3):hover .step_1_wrap img {
	margin-top: -20px;
	animation: tada 2s linear infinite;
	margin-bottom: 10px;
}

.step_1_sec [class^="col-"]:nth-of-type(3):hover .step_1_wrap:before {
	-ms-transform: rotate(19deg);
	-webkit-transform: rotate(19deg);
	transform: rotate(19deg);
	font-size: 150px;
}

.step_1_sec [class^="col-"]:nth-of-type(4):hover {
	background: #f5f3f1;
}

.step_1_sec [class^="col-"]:nth-of-type(4):hover .step_1_wrap img {
	margin-top: -20px;
	animation: tada 2s linear infinite;
	margin-bottom: 10px;
}

.step_1_sec [class^="col-"]:nth-of-type(4):hover .step_1_wrap:before {
	-ms-transform: rotate(19deg);
	-webkit-transform: rotate(19deg);
	transform: rotate(19deg);
	font-size: 150px;
}

.step_2_sec [class^="col-"]:hover {
	background: #f5f3f1;
}

.step_2_sec [class^="col-"]:hover .step_2_wrap img {
	margin-top: -20px;
	animation: tada 2s linear infinite;
	margin-bottom: 10px;
}

.step_2_sec [class^="col-"]:hover .step_2_wrap:before {
	-ms-transform: rotate(19deg);
	-webkit-transform: rotate(19deg);
	transform: rotate(19deg);
	font-size: 150px;
}

.min_hit .step_2_wrap {
	min-height: 150px;
}

.stp_3 [class^="col-"]:hover {
	background: #f5f3f1 !important;
}

.stp_3 [class^="col-"]:hover .step_1_wrap img {
	margin-top: -20px;
	animation: pulse 2s linear infinite !important;
	margin-bottom: 10px !important;
}

.stp_3 [class^="col-"]:hover .step_1_wrap:before {
	-ms-transform: rotate(19deg);
	-webkit-transform: rotate(19deg);
	transform: rotate(19deg);
	font-size: 150px;
}

.step_1_wrap h2 a {
	margin-top: 20px;
	display: inline-block;
}

#my-slide {
	padding-bottom: 0px !important;
}

#my-slide .inner .nav-link {
	display: none !important;
}

#my-slide .inner .navigation {
	display: none;
}

.iner_back {
	background: #42a1f4;
	position: relative;
	top: 0px;
	bottom: 0px;
}

.iner_back .container-fluid {
	padding: 150px 0px 150px 0px;
	background-attachment: fixed;
}

.iner_back h2 {
	color: #fff;
	font-size: 35px;
	text-transform: uppercase;
	font-family: 'poppins', sans-serif;
	font-weight: bold;
	margin-bottom: 0;
}

.iner_web {
	padding-top: 50px;
	padding-bottom: 50px;
}

.about_details h2 {
	font-size: 35px;
	text-align: center;
	color: #42a1f4;
	text-transform: uppercase;
	font-family: 'poppins', sans-serif;
}

.about_details p {
	line-height: 22px;
	font-size: 12px;
	font-family: 'poppins', sans-serif;
}

.iner_about {
	margin-top: 30px;
}

.iner_about p {
	line-height: 22px;
	text-align: justify;
	font-size: 12px;
	font-family: 'poppins', sans-serif;
}

.iner_about img {
	padding-right: 15px;
}

.iner_about img.pull-right {
	padding-right: 0px;
	padding-left: 20px;
}

.letterhead_mdl .modal-content {
	border-radius: 0px;
}

.letterhead_mdl .modal-header {
	background: #42a1f4;
	color: #fff;
	text-transform: uppercase;
}

.later_head_body h5 {
	font-size: 10px;
	margin-top: 0px;
}

.later_head_body form select {
	border-radius: 0px;
	height: 40px;
}

.later_head_body form input {
	border-radius: 0px;
	height: 40px;
}

.later_head_body form .btn-default.btn-file {
	border-radius: 0px;
	height: 40px;
}

.form-control:focus {
	border-color: #42a1f4;
}

.btn-file {
	position: relative;
	overflow: hidden;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

#img-upload,
#img-upload2,
#img-upload3,
#img-upload4 {
	width: 50%;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	top: 20px;
}

.img_upload {
	position: relative;
}

.img_upload .imgt {
	width: 40%;
	margin: 0 auto;
}

.later_head_body form .add_this {
	padding: 8px 23px;
	background: #42a1f4;
	color: #fff;
	border: 0px;
	font-family: 'Montserrat', sans-serif;
}

.later_head_body form .reset {
	padding: 8px 23px;
	background: #ec2f27;
	color: #fff;
	border: 0px;
	font-family: 'Montserrat', sans-serif;
}

.later_head_body form .add_this:hover,
.later_head_body form .reset:hover {
	background: #000;
}

.table_dv thead tr th {
	text-align: center;
}

.table_dv .submit {
	padding: 8px 20px;
	background: #42a1f4;
	border: 0px;
	color: #fff;
}

.table_dv .submit:hover {
	background: #000;
}

.letterhead_mdl .modal-body {
	max-height: 530px;
	overflow-y: scroll;
}


/*scrolls bar*/

.letterhead_mdl .modal-body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
}

.letterhead_mdl .modal-body::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

.letterhead_mdl .modal-body::-webkit-scrollbar-thumb {
	background-color: #42a1f4;
}


/*css-editted-by-PUR@61*/


/*--- service-page ---*/

h2 {
	font-size: 35px;
	text-align: center;
	color: #42a1f4;
	text-transform: uppercase;
	font-family: 'poppins', sans-serif;
	margin-bottom: 25px;
}

.clrBLUElrg {
	color: #42a1f4;
	font-size: 18px;
}

.service-page {
	padding-bottom: 0;
}

.service-page .row {
	margin-bottom: 30px;
}

.service-page .row figure {
	position: relative;
	overflow: hidden;
	border: 1px solid #42a1f4;
}

.service-page .row figure img {
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.service-page .row figure:hover img {
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.service-page .row figure .whtOVRLY {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	text-align: center;
	margin: 0 auto;
	top: 0;
	left: 0;
	line-height: 270px;
}

.service-page .row figure .whtOVRLY img {
	opacity: 0;
}

.service-page .row figure:hover .whtOVRLY img {
	opacity: 1;
}

.service-page .row figure:hover .whtOVRLY {
	background: #fff;
}

.service-page figcaption {
	padding-left: 30px;
}

.service-page figcaption.lft0rght30 {
	padding-left: 0;
	padding-right: 30px;
}

.service-page blockquote {
	color: #42a1f4;
}

.fullBG {
	background-size: cover !important;
	background-attachment: fixed !important;
	color: #fff;
}

.fullBG h2 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	line-height: 60px;
}

.fullBG p {
	font-size: 18px;
	font-weight: 300;
	line-height: 34px;
}


/*--- FAQ-page ---*/

.faqQuestions {
	margin: 40px 0;
}

.panel-title>a:before {
	content: "\f068";
	font-family: 'FontAwesome';
	font-weight: 900;
	width: 55px;
	height: 58px;
	background: #42A1F4;
	top: 0;
	right: 0;
	text-align: center;
	line-height: 57px;
	color: #fff;
	position: absolute;
	border-radius: 0 4px 4px 0;
}

.panel-title>a.collapsed:before {
	float: right !important;
	content: "\f067";
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
	text-decoration: none;
}

.faqTittle {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 10px 20px;
	background: rgba(252, 163, 17, 0.8);
}

.panel-default>.panel-heading {
	background-color: transparent;
	border-color: #ddd;
	color: rgba(252, 163, 17, 1);
	border-radius: 4px;
	padding: 0;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.panel-group .panel {
	border: none;
	margin-bottom: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.panel-heading a {
	padding: 20px 60px 20px 15px;
	display: block;
	color: #000;
	position: relative;
	background: #fff;
}

.panel-body {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	border-radius: 0 4px 4px;
	margin-top: -3px;
}

.faqQuestions h2 {
	text-align: left;
	font-size: 27px;
	margin-bottom: 15px;
}

.contact_details {
	padding-top: 30px;
	background: #f1f1f1;
	padding-bottom: 30px;
	box-shadow: 0px 0px 4px 0px #888;
}

.txt_conct {
	text-align: center;
}

.txt_conct h3 {
	margin: 0px;
	font-size: 14px;
	margin-bottom: 12px;
	font-weight: 700;
	color: #42a1f4;
}


/*.txt_conct h3 span{transform: rotate(100deg);display: inline-block;}

*/

.txt_conct h3 span {
	display: inline-block;
	margin-right: 10px;
}

.txt_conct h3 i {
	display: inline-block;
	margin-right: 10px;
}

.txt_conct a {
	letter-spacing: 1px;
	font-size: 18px;
	font-size: 16px;
	color: #676262;
}

.txt_conct p {
	letter-spacing: 0px;
	font-size: 14px;
	color: #676262;
}

.txt_conct a:hover {
	letter-spacing: 2px;
}

.contct_details {
	padding-top: 30px;
	padding-bottom: 50px;
}

.contact_form .input_form {
	margin-bottom: 15px;
	line-height: 0px;
}

.contact_form input {
	width: 100%;
	height: 35px;
	border: 1px solid #c7c2c2;
	padding: 5px;
	font-size: 14px;
}

.contact_form textarea {
	width: 100%;
	outline: none;
	font-size: 14px;
	padding: 5px;
	height: 150px;
	line-height: 20px;
	border: 1px solid rgba(0, 0, 0, 0.25);
	resize: none;
}

.contact_form input[type=submit] {
	max-width: 180px;
	height: auto;
	background: #0B91D4;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all ease-in-out .2s;
	line-height: 18px;
}

.contact_form input[type=submit]:hover {
	background: #363434;
	letter-spacing: 2px;
}

.map_sec iframe {
	width: 100%;
	height: 300px;
}

.map_sec {
	margin-top: 55px;
}

.contact_form {
	margin-top: 0px;
	font-size: 30px;
}

.contact_form h3 {
	font-size: 25px;
	color: #42a1f4;
}

img.pull-left.pull-right {
	float: right !important;
}

span.wpcf7-not-valid-tip {
	font-size: 13px !important;
	margin-top: 10px;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
	font-size: 13px;
}

#wpcrl_username {
	border: 1px solid #ffffff;
	height: 40px;
	margin-bottom: 20px;
	width: 100%;
	border-radius: 2px;
	background: transparent;
}

#wpcrl_password {
	border: 1px solid #ffffff;
	height: 40px;
	margin-bottom: 20px;
	width: 100%;
	border-radius: 2px;
	background: transparent;
}

.form-group.has-feedback label {
	display: none !important;
}


/*#wpcrlLoginForm .btn.btn-primary{width: 100%;







font-family: 'poppins',sans-serif;







font-size: 16px;







color: #fff;







background: #00adef;







padding: 10px;







border: 0px;







border-radius: 2px;







transition: all ease-in-out .5s;}*/

.register {
	color: #fff;
}

#wpcrlLoginForm h3 {
	display: none;
}

.pricing-pnl {
	padding: 30px 0;
}

.photo-sec h2 {
	color: #111111;
	font-size: 26px;
	font-family: 'poppins', sans-serif;
	text-align: left;
}

.photo-sec p {
	color: #111111;
	font-size: 12px;
	font-family: 'poppins', sans-serif;
	line-height: 16px;
	margin-top: 10px;
}

.photo-sec p span {
	font-size: 18px;
	color: #42a1f4;
}

.info-sec h3 {
	width: 100%;
	padding: 15px;
	font-size: 18px;
	color: #42a1f4;
	font-family: 'poppins', sans-serif;
	background-color: #ebebeb;
	text-align: center;
	font-weight: 400;
	border-radius: 4px;
	margin-bottom: 20px;
}

.btn-fb {
	background-color: #3d5b98;
	color: #fff;
	font-size: 16px;
	width: 45%;
}

.btn-fb:hover {
	color: #fff;
}

.btn-fb i {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
}

.btn-ins {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	color: #fff;
	font-size: 16px;
	width: 45%;
}

.btn-ins:hover {
	color: #fff;
}

.btn-ins i {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
}

.btn-sec {
	width: 100%;
	margin-top: 10px;
}

.btn-sec span {
	display: inline-block;
	width: 8.5%;
	text-align: center;
}

.opt-sec {
	background-color: #f6f6f6;
	font-size: 18px;
	color: #42a1f4;
	padding: 10px;
	font-family: 'poppins', sans-serif;
	font-weight: 400;
	margin-top: 20px;
}

.opt-sec h4 {
	padding: 0;
	margin: 10px 0;
}

.opt-pnl {
	padding: 10px;
}

.opt-pnl ul li {
	font-family: 'poppins', sans-serif;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #fff;
	position: relative;
	padding: 5px 0;
}

.opt-pnl ul li:last-child {
	border: none;
	padding-bottom: 10px;
}

.opt-pnl ul li span {
	float: right;
}

.opt-pnl ul li input {
	margin-right: 5px;
}

.owl-carousel .owl-nav {
	position: absolute;
	width: 100%;
	top: 5px;
}

.owl-carousel .owl-nav .owl-prev {
	float: left;
	position: absolute;
	left: -40px;
	color: #0b91d4 !important;
	font-size: 20px !important;
	background: transparent !important;
}

.owl-carousel .owl-nav .owl-next {
	float: right;
	position: absolute;
	right: -40px;
	color: #0b91d4 !important;
	font-size: 20px !important;
	background: transparent !important;
}

.owl-carousel {
	width: 80% !important;
	margin: 0 auto;
}

.price-pnl select {
	font-size: 14px;
	padding: 5px 10px;
}

.price-pnl {
	padding: 10px;
}

.price-pnl span {
	font-size: 14px;
	float: right;
}

.price-pnl p {
	font-size: 14px;
	display: block;
	margin-top: 10px;
	color: #797979;
}

.price-pnl p input {
	margin-right: 10px;
}

.opt-sec .btn-gray {
	background-color: #d6d6d6;
	font-size: 12px;
	padding: 5px 20px;
	border: none;
	width: 150px;
	color: #111;
}

.opt-sec .btn-blue {
	background-color: #0b91d4;
	font-size: 12px;
	padding: 5px 20px;
	border: none;
	width: 150px;
	color: #fff;
	margin-left: 20px;
}

.btn-pnl {
	padding: 0 10px;
}

.lft-opt {
	text-align: center;
}


/*Price Page New*/

.pricing-pnl {
	padding: 50px 0;
}

img {
	max-width: 100%;
}

.upload_sec {
	margin: 25px 0 20px;
	position: relative;
	display: inline-block;
	width: 100%;
}

.upload_sec:after {
	background: #ebedef;
	width: 1px;
	height: 100%;
	left: 0;
	right: 0;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: 0 auto;
}

.btn-group-lg>.btn,
.btn-lg {
	padding: 6px 15px;
}

.image_preview {
	border: 1px solid #d9d9d9;
	padding: 25px;
	text-align: center;
	background: url(../images/back.png);
	box-shadow: 2px 2px 17px 0px rgba(0, 0, 0, 0.2);
	cursor: pointer !important;
}

.uploadimg {
	margin-top: 40px;
	overflow: hidden;
}

.photoimagedv {
	border: 1px solid #ebedef;
	padding: 20px;
	margin: 0px 20px;
	position: relative;
}

.photoimagedv {}

button.quantity-left-minus.btn.btn-number,
button.quantity-right-plus.btn.btn-number {
	background: transparent;
	border: 1px solid transparent;
	color: #fff;
	padding: 0;
}

.photoimagedv .header {
	text-align: center;
	font-weight: lighter;
	font-size: 17px;
	color: #fff;
	padding-top: 20px;
	font-weight: bold;
	position: relative;
}

.number {
	color: #0b91d4;
	font-size: 50px;
	font-weight: bold;
	position: relative;
	display: inline-block;
}

.number:after {
	background: url(../images/stepicon.png) no-repeat;
	position: absolute;
	height: 102px;
	width: 71px;
	content: "";
	top: -26px;
	left: 70px;
}

.step-sec {
	position: relative;
	margin: 30px 0;
}

.step_number {
	color: #0b91d4;
	font-size: 25px;
	font-weight: bold;
	position: absolute;
	left: 160px;
	top: -9px;
}

.step_text {
	color: #000;
	font-size: 17px;
	font-weight: 600;
}

h1.haeder {
	color: #000;
	font-size: 25px;
	font-weight: 800;
	text-align: center;
	margin-top: 50px;
	position: relative;
}

.slick-slide img {
	display: inline-block;
}

.photoimagedv .slick-slide img {
	display: inline-block !important;
}

.icon-print {
	text-align: center;
	position: relative;
}

.photoimagedv:nth-child(odd) .overlay {
	background: rgba(17, 78, 217, 0.9);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: "";
}

.photoimagedv:nth-child(even) .overlay {
	background: rgba(0, 132, 183, 0.9);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: "";
}

#quantity {
	padding: 0 !important;
	text-align: center !important;
}

.sub-header {
	font-size: 14px;
	color: #fff;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}

.input-group.quan {
	position: absolute;
	left: 0;
	right: 0;
	width: 60%;
	margin: auto;
	bottom: 23px;
}

.quantity-text {
	color: #fff;
	padding-right: 10px;
	position: relative;
	top: -11px;
}

.photoimage .slick-prev,
.tabframeimage .slick-prev,
.photoimage .slick-next,
.tabframeimage .slick-next {
	background: #000;
	width: 40px;
	height: 40px;
	color: #fff;
}

.photoimage {
	margin-top: 60px;
}

.part_two {
	padding: 30px 0;
}

.tab-tiny {
	position: relative;
}

.left-corner {
	position: absolute;
	left: 35px;
	top: 15px;
	z-index: 999;
}

.tabframeimage1 {
	padding: 15px;
}

.right-corner {
	position: absolute;
	right: 35px;
	bottom: 15px;
	z-index: 999;
}

.bac-tab {
	border: 1px solid #d9d9d9;
	text-align: center;
	background: url(../images/back.png);
	box-shadow: 2px 2px 17px 0px rgba(0, 0, 0, 0.2);
	padding: 4px 24px;
}

.tabs-left {
	border-bottom: none;
	padding-top: 2px;
}

.tabs-left {
	border-right: 1px solid #ddd;
}

.tabs-left>li,
.tabs-right>li {
	float: none;
	margin-bottom: 2px;
}

.tabs-left>li {
	margin-right: -1px;
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
	border: none;
	color: #fff;
	background: transparent;
}

.part_three .nav-tabs>li>a:hover {
	border: none;
	background: transparent;
}

.part_three .nav-tabs>li {
	border-bottom: 1px solid #fff;
}

.part_three .nav-tabs>li:last-child {
	border: none;
}

.part_three .nav-tabs>li>a {
	color: #fff;
}

ul.nav.nav-tabs.tabs-left {
	background: #000;
	padding: 50px;
}

.tabs-left>li>a {
	border-radius: 4px 0 0 4px;
	margin-right: 0;
	display: block;
	border: none !important;
}

.vertical-text {
	margin-top: 50px;
	border: none;
	position: relative;
}

.vertical-text>li {
	height: 20px;
	width: 120px;
	margin-bottom: 100px;
}

.vertical-text>li>a {
	border-bottom: 1px solid #ddd;
	border-right-color: transparent;
	text-align: center;
	border-radius: 4px 4px 0px 0px;
}

.vertical-text>li.active>a,
.vertical-text>li.active>a:hover,
.vertical-text>li.active>a:focus {
	border-bottom-color: transparent;
	border-right-color: #ddd;
	border-left-color: #ddd;
}

.vertical-text.tabs-left {
	left: -50px;
}

.vertical-text.tabs-left>li {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.mod_mid {
	width: 50%;
	margin: 30px auto;
}

.image-preview img {
	width: 100%;
	margin: 10px 0;
}

.image-preview {
	max-height: 700px;
	overflow: auto;
}

input.btn-blue.cart_butn,
input.btn-black.back_btn {
	display: inline-block;
	margin: 0;
}

.part_four {
	padding: 50px 0;
}

.gift-dt {
	margin: 30px 0;
}

.no-pad {
	padding: 0;
}

.part_three .slick-prev:hover,
.part_three .slick-prev:focus,
.part_three .slick-next:hover,
.part_three .slick-next:focus {
	background: #000;
}

.tab-section {
	margin-top: 30px;
}

.part_two .slick-prev:hover,
.part_two .slick-prev:focus,
.part_two .slick-next:hover,
.part_two .slick-next:focus {
	background: #000;
}

.tab-section {
	margin-top: 20px;
}

.image_preview:hover {
	transform: scale(1.02, 1.02);
}

.upload_sec .col-lg-6.col-sm-6.col-md-6 {
	overflow: hidden;
}

.right_images_dv {
	padding-bottom: 20px;
}

.right_images_dv button {
	font-size: 13px;
	margin-top: 30px;
}

ul.nav.nav-tabs.tabs-left li a {
	position: relative;
}

ul.nav.nav-tabs.tabs-left li.active a:before {
	position: absolute;
	width: 8px;
	height: 8px;
	content: '';
	background: #0b91d4;
	border-radius: 50px;
	top: 16px;
	left: 17px;
}

.bac-tab .slick-track .slick-active {
	width: 30% !important;
	height: auto;
}

.bac-tab .slick-track {
	width: 100% !important;
}

.gift_add_partn {
	background-color: #285fdd;
	font-size: 12px;
	padding: 5px 20px;
	border: none;
	color: #fff;
	margin-left: 20px;
}

.back_btn {
	background-color: #0b91d4;
	font-size: 12px;
	padding: 5px 20px;
	border: none;
	width: auto;
	color: #fff;
	margin-left: 20px;
}

.cart_butn {
	background-color: #000;
	font-size: 12px;
	padding: 5px 20px;
	border: none;
	color: #fff;
	margin-left: 20px;
}


/*****Edit_css_15-06-2018*******/

/*form.woocommerce-form.woocommerce-form-login.login {
	max-width: 510px;
	margin: 0 auto;
	margin-bottom: 65px;
	-webkit-box-shadow: -1px 1px 5px 0px rgba(158, 158, 158, 1);
	-moz-box-shadow: -1px 1px 5px 0px rgba(158, 158, 158, 1);
	box-shadow: -1px 1px 5px 0px rgba(158, 158, 158, 1);
}
*/
.entry-title {
	display: none;
}

.login input#username {
    height: 38px;
    padding: 10px;
    font-weight: normal;
    font-size: 13px;
    border: 1px solid darkgrey;
}
.login input#password {
	 height: 38px;
    padding: 10px;
    font-weight: normal;
    font-size: 13px;
    border: 1px solid darkgrey;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	font-size: 100%;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: .618em 1em;
	font-weight: 700;
	border-radius: 3px;
	left: auto;
	color: #ffffff !important;
	background-color: #0b91d4 !important;
	border: 0;
	display: inline-block;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

form.woocommerce-ResetPassword.lost_reset_password {
	padding: 50px;
}

article#post-77 {
	padding: 50px;
}

main#main {
	padding: 50px;
}

input#coupon_code {
	width: 170px;
	height: 30px;
	border-radius: 5px;
}

th.product-name {
	background: #f1f1f1;
}

th.product-price {
	background: #f1f1f1;
}

th.product-quantity {
	background: #f1f1f1;
}

th.product-subtotal {
	background: #f1f1f1;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	line-height: normal;
	height: 36px;
	padding: 5px;
}

.cont form {
	text-align: center;
	padding: 200px 0;
}

.cont form input[type="submit"] {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	color: #fff;
	padding: 20px 30px;
	border: none;
	border-radius: 5px;
	font-size: 20px;
	-webkit-box-shadow: -1px 4px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -1px 4px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow: -1px 4px 5px 0px rgba(0, 0, 0, 0.75);
}

.cont2 img {
	width: 16%;
	border: 5px solid #efefef;
}

.btn2 {
	background: #0bc3fd;
	padding: 10px 20px;
	float: right;
	display: inline-block;
	color: #fff;
	border-radius: 7px;
}

.ftr_list li span {
	color: #fff;
	font-size: 11px;
	margin-right: 5px;
	transition: all 0.2s ease-in-out;
}

.ftr_list li:hover span {
	padding-left: 10px;
}

.widget.widget_a2a_follow_widget {
	position: fixed;
	right: 0;
	top: 17%;
	width: auto;
	background: #efe8e8;
	z-index: 999;
	border-radius: 0;
	height: auto;
	padding: 10px;
	-webkit-transform: translateX(100%) translateY(0%);
	-ms-transform: translateX(100%) translateY(0%);
	transform: translateX(100%) translateY(0%);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.widget.widget_a2a_follow_widget.open {
	-webkit-transform: translateX(0%) translateY(0%);
	-ms-transform: translateX(0%) translateY(0%);
	transform: translateX(0%) translateY(0%);
}

#a2a_follow_widget-2 h2 {
	font-size: 11px;
	letter-spacing: 1px;
	color: #fff;
	margin: 0;
	position: absolute;
	left: -106px;
	top: 74px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	cursor: pointer;
	z-index: 9999;
	background: #575859;
	padding: 10px;
	width: 180px;
	height: auto;
	border-radius: 5px 5px 0 0;
}

.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
	height: 20px !important;
	line-height: 1.5 !important;
	width: 20px !important;
}

#a2a_follow_widget-2 .addtoany_list a {
	display: block !important;
}

.tnp.tnp-subscription {
	max-width: 520px;
	width: 100%;
	margin: auto;
	padding: 0px;
	/*background: #ddd;*/
	border-radius: 30px;
	position: relative;
}

.tnp-email {
	border-radius: 30px;
	border: 2px solid #116ea0 !important;
	padding: 7px 164px 8px 18px !important;
	height: 44px !important;
	font-size: 12px !important;
	letter-spacing: 1px;
	background: #42a1f4 !important;
	color: #fff !important;
}

.tnp-field.tnp-field-email {
	margin: 0 !important;
}

.tnp-field.tnp-field-button input {
	border-radius: 30px;
	border: none;
	height: 39px;
}

.tnp-field.tnp-field-button {
	position: absolute;
	top: 14px;
	width: 139px;
	right: 4px;
	height: auto;
	margin: 0 !important;
}

.tnp-field.tnp-field-button input {
	width: 100% !important;
	height: 36px !important;
}

.new_ltr_a {
	text-align: center;
	padding-bottom: 50px;
	background: #ebebeb;
	border-top: 1px solid #dedede;
}

.new_ltr_a h2 {
	font-family: 'poppins', sans-serif;
	font-size: 24px;
	font-weight: 800;
	color: #000;
}

.inner.devrama-slider {
	width: 100% !important;
}

.projector {
	width: 100% !important;
}

.dta_sml.primary-img.background {
	width: 100% !important;
}

.shop_table thead tr th {
	background: #dbdbdb;
	color: #000;
	letter-spacing: 1px;
	font-size: 12px;
	text-align: ;
	border: none !important;
}

.shop_table tbody tr td {
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 12px 10px !important;
}

.input-text.qty.text {
	width: 84px !important;
	border: 1px solid #bdbdbd !important;
	border-radius: 3px !important;
	letter-spacing: 1px !important;
	height: auto !important;
	padding: 0 9px !important;
}

.shop_table tbody tr td .coupon {
	position: relative;
}

.shop_table tbody tr td .coupon input {
	border: 1px solid #afaeae !important;
	border-radius: 0 !important;
	height: 35px !important;
	width: 260px !important;
	margin: 0 !important;
	padding: 6px 6px 6px 6px !important;
}

.shop_table tbody tr td .coupon .button {
	padding: 11px 15px !important;
	position: absolute !important;
	border-radius: 0px 5px 5px 0px !important;
	height: 35px !important;
	font-size: 13px !important;
	width: 138px !important;
}

.shop_table tbody tr td.actions .button {
	padding: 11px 15px !important;
	border-radius: 5px !important;
	height: 35px !important;
	font-size: 13px !important;
	width: 138px !important;
}

.cart_totals h2 {
	font-size: 16px;
	letter-spacing: 1px;
	text-align: left;
	background: #ececec;
	padding: 12px 10px;
	color: #6a6a6a;
	border-radius: 5px 5px 0px 0;
	margin: 20px 0 0 0;
	font-weight: bold;
}

.shop_table .cart-subtotal th,
.shop_table .shipping th,
.shop_table .order-total th {
	font-size: 12px;
	letter-spacing: 0.8px;
	color: #847d7d;
}

.wc-proceed-to-checkout {
	text-align: right;
}

.wc-proceed-to-checkout .checkout-button.button.alt.wc-forward {
	width: auto;
	display: inline-block;
	padding: 14px 18px;
	font-size: 13px;
	letter-spacing: 0.8px;
}

.create-account #account_password_field label,
.woocommerce-billing-fields__field-wrapper p label,
.woocommerce-shipping-fields__field-wrapper p label,
#order_comments_field label {
	font-size: 12px;
	letter-spacing: 0.5px;
	color: #6f6c6c;
}

.create-account #account_password_field span input,
.woocommerce-billing-fields__field-wrapper p span input,
.woocommerce-shipping-fields__field-wrapper p span input {
	font-size: 12px;
	letter-spacing: 0.5px;
	color: #868282;
	font-weight: normal;
	height: 34px !important;
	border-radius: 3px;
	border: 1px solid #bdaeae;
}

.woocommerce-billing-fields__field-wrapper p .select2-selection.select2-selection--single,
.woocommerce-shipping-fields__field-wrapper p .select2-selection.select2-selection--single {
	font-size: 12px;
	letter-spacing: 0.5px;
	color: #868282;
	font-weight: normal;
	height: 34px !important;
	border-radius: 3px;
	border: 1px solid #bdaeae;
}

#order_comments {
	font-size: 12px;
	letter-spacing: 0.5px;
	color: #868282;
	font-weight: normal;
	border-radius: 3px;
	border: 1px solid #bdaeae;
	min-height: 140px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 34px !important;
}

#ship-to-different-address label span {
	display: inline-block;
	vertical-align: sub;
}

#ship-to-different-address {
	font-size: 16px;
	color: #0b91d4;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
	display: inline-block;
	padding-left: 21px;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	position: absolute !important;
	top: 3px;
	left: 0;
}

.woocommerce-billing-fields {
	background: #dedede;
	padding: 0px 20px 20px 20px;
	border-radius: 5px;
	border: 1px solid #cfc9c9;
}

#customer_details .col-2 {
	background: #dedede;
	padding: 0px 20px 20px 20px;
	border-radius: 5px;
	border: 1px solid #cfc9c9;
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 35px;
	margin-right: 15px;
	margin-bottom: 35px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.fre_dlvry {
	width: 74px;
	margin: 0px auto;
}

#lon_bot {
	margin: 20px 0 0 0;
}

.steP-2_content p {
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #969494;
	margin: 0;
}

.steP-2_content {
	padding: 20px 0 0 0;
}

.steP-2_content ul {
	margin: 10px 0 0 0;
}

.steP-2_content ul li label {
	font-size: 13px;
	letter-spacing: 0.5px;
	margin: 4px 0;
	color: #878282;
}

.steP-2_content ul li label input {
	margin: 0 10px 0 0;
	vertical-align: middle;
}

.steP-2_content ul li label span {
	font-weight: bold;
	color: #0b91d4;
}

.steP-2_content h6 label input {
	margin: 0 10px 0 0;
	vertical-align: middle;
	position: absolute;
	left: 0;
}

.steP-2_content h6 label {
	margin: 0 0 15px 0px;
	color: #e54242;
	letter-spacing: 0.8px;
	font-size: 12px;
	position: relative;
	padding-left: 21px;
}

.steP-2_content h6 {
	margin: 0;
}

.step_z_inr_a {
	width: 33.33333333%;
	margin: 0 auto;
}

.panel-title p {
	margin: 0;
}

.btn-sec span {
	font-size: 11px;
	margin: 0 15px;
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0;
	flex: 0;
}

.btn-sec a,
.btn-sec span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: block;
	width: 100%;
}

.btn-sec {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 39px;
}

.btn-sec a button {
	display: block;
	width: 100%;
	margin: 0;
	font-size: 10px;
}

.added_images .btn-blue.cart_butn {
	margin-left: 0px !important;
}

.part_four h1 {
	margin: 0;
}

.added_images .table thead tr th {
	background: #dbdbdb;
	color: #000;
	letter-spacing: 1px;
	font-size: 12px;
	text-align: ;
	border: none !important;
}

.added_images .table tbody tr td {
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 12px 10px !important;
}

.part_two {
	padding: 30px 15px;
}

.img_scrl_small ul li {
	display: inline-block;
	width: 95px;
	position: relative;
	border-radius: 3px;
	margin: 5px;
}

.img_scrl_small ul li img {
	border-radius: 3px;
}

.img_scrl_small ul {
	display: block;
	height: 226px;
	overflow-y: auto;
	text-align: left;
}

.img_scrl_small ul li span {
	position: absolute;
	top: 5px;
	right: 6px;
	width: 20px;
	height: 20px;
	background: red;
	border-radius: 50%;
	color: #fff;
	line-height: 20px;
	cursor: pointer;
	padding: 0 5px;
}

.ftr_logo {
	width: 235px;
	margin: 0 auto;
}

ul.ftr_menu {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 40px;
}

ul.ftr_menu li a {
	color: #ffffff;
	font-size: 12px;
	font-weight: 300;
	font-family: 'poppins', sans-serif;
	transition: all ease-in-out .5s;
	margin: 0 5px;
	padding: 5px;
}

.ftr_logo a {
	display: block;
}

.step_z_inr_a.step_z_inr_cf.clearfix {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	margin-top: 50px;
}

.padd_top {
    width: 50%;
    margin: 0 auto;
}
.padd_top .form-group .form-control {
    height: auto;
    padding: 12px;
    background: transparent;
    border: 1px solid #5d5d5d;
    font-size: 12px;
    letter-spacing: 0.8px;
    outline: none !important;
    box-shadow: none !important;
    color: #fff;
    font-weight: normal;
}
.padd_top .form-group button.btn.btn-default.rstr {
    background: #0b91d4;
    border: none;
    max-width: 150px;
    width: 100%;
    height: 48px;
    color: #fff;
    letter-spacing: 0.8px;
    border-radius: 2px;
}
.register label {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.register input{
	   color: #000;
    font-size: 13px;
    letter-spacing: 0.5px;
}
form.woocommerce-form.woocommerce-form-login.login label {
  color: #000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
form.woocommerce-form.woocommerce-form-login.login label input{
	   color: #000;
    font-size: 13px;
    letter-spacing: 0.5px;
}