
 @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
body {
	font-family: 'Avenir Medium';
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
}


.btn-primary:focus, .btn-primary.focus {
    color: #fff !important;
    background-color: #e65100 !important;
    border-color: #e65100 !important;
    box-shadow: 0 0 0 0.2rem rgb(230 81 0) !important;
}

.btn-primary {
    color: #fff;
    background-color: #e65100 !important;
    border-color: #e65100 !important;
}


header {
	-webkit-box-shadow: 1px 6px 5px -5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 1px 6px 5px -5px rgba(0, 0, 0, 0.75);
	box-shadow: 1px 6px 5px -5px rgba(0, 0, 0, 0.35);
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
 -ms-transition: all .5s ease 0s;
 -moz-transition: all .5s ease 0s;
 -o-transition: all .5s ease 0s;
 -webkit-transition: all .5s ease 0s;
 transition: all .5s ease 0s;
}
header .header_top {
	border-bottom:1px solid #d7dbf0;
	background:#283497;
	margin:0;
	padding:0px 0;
}
header .header_top ul {
	margin:0;
	padding:0;
}
header .header_top ul li {
	display:inline-block;
	color:#9b9696;
	padding:5px 0;
}
header .header_top ul li a {
	text-decoration: none;
	color: #fff;
	font-family: 'Avenir Medium';
	font-size: 12px;
}
header .header_top ul li a:hover {
	color: #ff5a00;
	border-bottom: 1px solid #fff;
}
header .header_top ul li span {
	color: #fff;
	background: #ff5a00;
	width: 15px;
	height: 15px;
	border-radius: 10px;
	display: inline-block;
	position: absolute;
	right: 17px;
	top: 2px;
	font-size: 11px;
}
header .header_top .mailbx {
	display: inline-block;
	padding: 0 0 0 8px;
}
header .header_top .mailbx ul {
	margin:0;
	padding:0;
}
header .header_top .mailbx ul li {
	display:inline-block;
	color:#9b9696;
}
header .header_top .login_top ul li a i {
	color: #ff5a00;
	font-size: 16px;
	padding: 0 6px 0 0px;
}
header .header_top ul li a i {
	color: #ff5a00;
	font-size: 16px;
	padding: 0 6px 0 0px;
}
header .header_top ul li a img {
	width: 26px;
}
header .header_top .mailbx ul li a {
	text-decoration:none;
	color:#000;
	font-family: 'Avenir Medium';
	font-size:18px;
}
header .header_top .mailbx ul li a:hover {
	color:#ff5a00;
}
header .header_top .mailbx ul li .t_h {
	font-size:14px;
}
header .header_top .a_icon {
	padding:5px 0 5px 20px;
	text-align:right;
	width:auto;
	float: right;
}
header .header_top .a_icon ul {
	margin:0;
	padding:0;
}
header .header_top .a_icon ul li {
	display: inline-block;
	padding: 2px 0;
	background: #1b5e99;
	margin: 0 5px 0 0;
	border-radius: 50px;
	width: 30px;
	height: 30px;
	text-align: center;
}
header .header_top .a_icon ul li a {
	text-decoration:none;
	color:#fff;
	font-size:14px;
}
header .header_top .a_icon ul li a:hover {
	color:#ff5a00;
}
header .header_top .a_icon ul li:hover {
	background: #ff5a00;
}
header .header_top .login_top {
	padding:5px 0 5px 20px;
	text-align:right;
	width:auto;
	float: right;
}
header .header_top .login_top ul {
	margin:0;
	padding:0;
}
header .header_top .login_top ul li {
	display: inline-block;
	padding: 2px 0;
	margin: 0 18px 0 0;
	text-align: center;
}
header .header_top .login_top ul li a {
	text-decoration: none;
	color: #fff;
	font-weight: 400;
	font-size: 12px;
}
header .header_top .login_top ul li a:hover {
	color:#ff5a00;
}
header .header_bottom {
	padding:15px 0;
}
header .header_bottom .logo img {
	width: 500px;
	justify-self: start;
	margin-left: 0;
}
.selectpicker_header {
	padding: 19px 0 0;
}
.selectpicker_header .combo-select {
	position: relative;
	border: solid 1px #d2d2d2;
	width: 100%;
	font-size: 14px;
	float: right;
	padding: 3px 10px;
	border-radius: 8px;
}
.padding_righttop {
	padding-right:0;
}
.padding_lefttop {
	padding-left:0;
}
.header_bottom .padding_lefttop button {
	background: #e65100;
	line-height: 42px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding: 0px 20px;
	border: none;
	margin: 19px 0 0 0;
	border-radius: 0 5px 5px 0;
}
.padding_righttop .selectpicker_header .combo-select {
	border-radius: 5px 0 0 5px;
}
.padding_lefttop .selectpicker_header .combo-select {
	border-radius: 0 0px 0px 0;
}
.selectpicker_header .combo-select .combo-input {
	margin-bottom: 0;
}
/**
 * Input field
 */
 .selectpicker_header .combo-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: none;
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	height: 34px;
	line-height: 34px;
	padding-right: 34px;
	border-radius: 0px;
	font-size: 14px;
}
.selectpicker_header .combo-input:focus {
	outline: none;
}
/**
 * Arrow
 */
 .selectpicker_header .combo-arrow {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	cursor: pointer;
	text-align: center;
	font-size: 22px;
	width: 40px;
	color: #999999;
}
.selectpicker_header .combo-arrow:before {
	content: "\f107";
	font-family: 'FontAwesome';
	font-size: 22px;
	top: -25px;
	display: block;
	width: 0;
	height: 0;
	right: 25px;
	bottom: 0;
	position: absolute;
	margin: auto 0;
}
/**
 * When opened
 */
 .selectpicker_header .combo-open .combo-arrow {
	border-color: #51A7E8;
}
.selectpicker_header .combo-open .combo-arrow:before {
	content: "\f106";
}
/**
 * When focused
 */
 .selectpicker_header .combo-focus {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	border-color: #51A7E8;
}
.selectpicker_header .combo-focus input {
	border-color: #51A7E8;
}
/**
 * Hide native select
 */
 .selectpicker_header .combo-select select {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-appearance: none;
	opacity: 0;
}
 @media only screen and (min-width: 960px) {
 .selectpicker_header .combo-select select {
 left: -1px;
 top: -1px;
 width: 0;
 height: 0;
 margin: 0;
}
}
/**
 * Selected option
 */
 .selectpicker_header .option-selected {
	background-color: #eee;
}
/**
 * Hovered option
 */
 .selectpicker_header .option-hover {
	background-color: #dfdfdf;
	color: #454545;
}
/**
 * Option item
 */
 .selectpicker_header .option-item {
	cursor: pointer;
/*border-bottom: 1px #e3e3e3 solid;*/ }
.option-item:hover {
	background-color: #efefef;
	color: #454545;
}
.selectpicker_header .option-item:last-child {
	border-bottom: none;
}
/**
 * Disabled and optgroups
 */
/*.option-group {
  cursor: text;
  font-weight: 600;
  background: #e1e1e1;
  border: 1px #ccc solid;
  border-width: 1px 0; }*/

/**
 * Disabled
 */
 .selectpicker_header .option-disabled {
	opacity: 0.5;
}
/**
 * Dropdown
 */
 .selectpicker_header .combo-dropdown {
	position: absolute;
	z-index: 999;
	top: 100%;
	left: 0;
	min-width: 100%;
	max-width: 300px;
	max-height: 270px;
	margin: 0;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	/*display: none;*/
	overflow-y: auto;
	background: #fff;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 6px rgba(0, 0, 0, 0.12);
	-webkit-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}
.selectpicker_header .combo-dropdown li {
	list-style: none;
	padding: 10px 15px;
	margin: 0 !important;
}
/**
 * On Active
 */
 .selectpicker_header .combo-open .combo-dropdown {
	/*display: block; */
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
/**
 * Search marker
 */
 .selectpicker_header .combo-marker {
	text-decoration: underline;
}
.middle_wraper {
	width: 100%;
	float: left;
	margin-top: 150px;
}
.welcome_text {
	width: 100%;
	float: left;
	padding: 15px 0 15px;
}
.welcome_text h2 {
	color: #000;
	font-size: 30px;
	font-weight: 600;
}
.employers_bx {
	width: 100%;
	/*background: url("../images/employers_bg.jpg") no-repeat;*/
	background-size: cover;
	/* background: #eef9ff; */
	padding: 50px 0;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
}
.employers_bx h2 {
	font-family: Poppins;
	line-height: 42px;
	font-weight: 700;
	font-style: normal;
	color: #333333;
	font-size: 42px;
	font-display: swap;
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
.careerfy_categories {
	margin-bottom: 0;
	padding: 0;
	width: 100%;
	display: inline-block;
}
.careerfy_categories .row {
	text-align: center;
	margin: auto;
}
.careerfy_categories .animation-element {
	float: left;
	list-style: none;
	border-radius: 5px !important;
	width: 100%;
	padding: 0;
	background: #fff;
	margin: 13px;
	text-align: center;
	max-width: 100%;
	float: none;
	display: inline-block;
}
.bookcoverbx {
	float: left;
	list-style: none;
	border-radius: 5px !important;
	width: 100%;
	padding: 0;
	background: #fff;
	margin: 13px;
	text-align: center;
	max-width: 100%;
	float: none;
	display: inline-block;
	border: 1px solid #ccc;
}
.bookcoverbx a {
	border: none !important;
	background:none !important;
}
.bookcoverbx h3 {
	color: #111;
	font-size: 18px;
	margin: 0;
	font-weight: bold;
	padding: 1px 10px;
	display: inline-block;
	float: left;
}
.block_ruby {
	display: block ruby;
}
.bookcoverbx h3 span {
	font-size: 13px;
}
.bookcoverbx .bookcover {
	background: #fff;
	float: left;
	width: 100%;
}
.bookcoverbx .bookcover img {
	padding: 10px;
	text-align: center;
	width: 140px !important;
	float: none;
	display: inline-block !important;
	object-fit: cover;
	height: 200px !important;
	max-width: 100% !important;
}
.bookcoverbx button {
	background: #e65100;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding: 8px 16px;
	border:2px solid #e65100;
	margin: 8px 0 8px;
	border-radius: 5px;
}
.bookcoverbx .addwishlist {
	background: #283497;
	border:2px solid #283497;
}
.bookcoverbx button:hover {
	background: none;
	color: #e65100;
}
.bookcover_button {
	width:100%;
	float:left;
}
.bookcoverbx .addwishlist:hover {
	background: none;
	color: #283497;
}
.bookcoverbx h2 {
	width: 100%;
	font-size: 16px;
	float: left;
	color: #000;
	text-align: left;
	padding: 6px 10px 0;
	text-transform: uppercase;
	margin: 0;
	line-height: 26px;
	min-height: 60px;
}
.bookcoverbx h2 a {
	width: 100%;
	font-size: 14px;
	float: left;
	color: #000;
	text-align: left;
	padding: 0;
	text-transform: uppercase;
	margin: 0;
	line-height: 26px;
}
.bookcoverbx p {
	width: 100% !important;
	font-size: 12px !important;
	float: left !important;
	color: #000 !important;
	text-align: left !important;
	padding: 0px 0 0 10px !important;
	display: -webkit-box;
	max-width: 100%;
	height: 33px;
	line-height: 16px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 0 10px 0 !important;
}
.careerfy_categories a {
	background-color: #fff;
	border: 1px solid #d8e3e8;
	border-radius: 5px;
	position: relative;
 -webkit-transition: all .4s ease-in-out;
 -moz-transition: all .4s ease-in-out;
 -ms-transition: all .4s ease-in-out;
 -o-transition: all .4s ease-in-out;
 transition: all .4s ease-in-out;
	display: inline-block;
	width: 100%;
}
.careerfy_categories .animation-element:hover a {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
	transform: scale(1.03);
}
.careerfy-categories-classic-logo {
	padding:30px 0;
	text-align: center;
	/*border-bottom: 1px solid #d8e3e8;*/
	display: inline-block;
	width: 100%;
}
.careerfy_categories .careerfy-categories-classic-logo img {
	display: inline-block;
	width: 60px;
}
.careerfy-categories-classic-title {
	float: left;
	padding: 2px 0 5px 15px;
	color: #000;
	font-weight: 400;
}
.careerfy-categories-classic-title {
	float: left;
	padding: 2px 0 5px 0px;
	color: #fff;
	font-weight: 400;
	background: #283497;
	width: 100%;
	text-align: center;
}
.careerfy-jobli-medium3 {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff !important;
	background-color: #ffb14a;
	width: 30px;
	height: 33px;
	border-radius: 0 0 0 80px;
	text-align: center;
	padding: 0 0 0 9px;
}
.careerfy_categories small {
	font-size: 80%;
	font-weight: 400;
	padding: 0;
	color: #fff;
	margin-top: -20px;
	display: inline-block;
}
.careerfy-categories-classic-logo h2 {
	line-height: 19px;
	color: #ff5a00;
	font-size: 19px;
	width: 100%;
	text-align: center;
	padding: 0 0 20px;
	margin: 0;
}
.careerfy-categories-classic-logo h3 {
	line-height: 19px;
	color: #000;
	font-size: 19px;
	width: 100%;
	text-align: center;
	padding: 20px 0 0;
	margin: 0;
}
footer {
	width:100%;
	float:left;
}
footer .footer {
	background:#00084e;
	padding-top: 50px;
	padding-bottom: 10px;
}
/*END FOOTER SOCIAL DESIGN*/
footer .single_footer {
}
.pading_bx {
	padding:0 2px;
	margin:0;
}
footer .single_footer h4 {
	color: #ff5a00;
	margin-top: 0;
	margin-bottom: 13px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
}
footer .single_footer h4::after {
 content: "";
 display: block;
 height: 2px;
 width: 40px;
 background: #fff;
 margin-top: 5px;
}
footer .single_footer p {
	color:#fff;
}
footer .single_footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer .single_footer ul li {
	margin-bottom: 8px;
	background: url(../images/li-arrow.png);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-repeat: no-repeat;
	background-position: left top 13px;
	padding-left: 10px;
}
footer .contact_footer ul li {
	padding-left: 0;
	background: none;
	display: inline-block;
	margin: auto;
}
footer .contact_footer ul li span {
	float: left;
	display: inline-block;
	width: 11.5%;
	margin: auto;
	display: inline-block;
	text-align: left;
}
footer .contact_footer ul li span i {
	font-size: 20px;
	color: #ff5a00;
	padding: 3px 3px 0 0;
}
footer .contact_footer ul li a {
	width: 88.5%;
	padding: 5px 0 0 3px;
	font-weight: normal !important;
	float: left;
	line-height:20px !important;
}
footer .single_footer ul li .submenufooter li {
	padding-left: 10px;
	background: url(../images/li_dot.png);
	background-repeat: no-repeat;
	background-position: left top 7px;
}
footer .single_footer ul li .submenufooter li a {
	color: #d2d2d2;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	line-height: normal;
	font-size: 12px;
	line-height: normal;
	padding-left: 1px;
	text-transform: capitalize;
}
footer .single_footer ul li a {
	color: #fff;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	line-height: normal;
	font-size: 14px;
	font-weight: bold;
	line-height: 36px;
	text-transform: capitalize;
}
footer .single_footer ul li a:hover {
	color: #ff5a00;
}
footer .single_footer_address {
}
footer .single_footer_address ul {
}
footer .single_footer_address ul li {
	color:#fff;
}
footer .single_footer_address ul li span {
	font-weight: 400;
	color: #fff;
	line-height: 28px;
}
footer .contact_social ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
/*START NEWSLETTER CSS*/
footer .subscribe {
	display: block;
	position: relative;
	margin-top: 15px;
	width: 100%;
}
footer .subscribe__input {
	background-color: #fff;
	border: medium none;
	border-radius: 5px;
	color: #333;
	display: block;
	font-size: 15px;
	font-weight: 500;
	height: 49px;
	letter-spacing: 0.4px;
	margin: 0;
	padding: 0 150px 0 20px;
	text-align: center;
	text-transform: capitalize;
	width: 100%;
}
footer .subscribe__btn {
	background-color: transparent;
	border-radius: 0 25px 25px 0;
	color: #000;
	cursor: pointer;
	display: block;
	font-size: 20px;
	height: 51px;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
}
footer .subscribe__btn i {
	transition: all 0.3s ease 0s;
}
footer .subscribe__btn:hover i {
	color: #ff5a00;
}
footer button {
	padding: 0;
	border: none;
	background-color: transparent;
	-webkit-border-radius: 0;
	border-radius: 0;
}
/*END NEWSLETTER CSS*/

/*START SOCIAL PROFILE CSS*/
footer .social_profile {
	margin-top: 10px;
	display: inline-block;
	text-align: center;
	margin: auto;
	float: none;
	padding: 20px 0 20px;
}
footer .social_profile ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
footer .social_profile ul li {
	float:left;
}
footer .social_profile ul li a {
	text-align: center;
	border: 0px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	margin: 0px 15px;
	font-size: 18px;
	color: #fff;
	border-radius: 30px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: block;
}
footer .social_profile ul li img {
	max-width: 100%;
	width: 41px;
	transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
footer .social_profile ul li:hover img {
	transform: scale(1.10);
	-moz-transform: scale(1.10);
	-ms-transform: scale(1.10);
	-o-transform: scale(1.10);
	-webkit-transform: scale(1.10);
}
footer .social_profile ul li a:hover {
	background: #283497;
	border: 1px solid #283497;
	color: #ff5a00;
	border: 0px;
}
/*END SOCIAL PROFILE CSS*/
footer .copyright {
	margin-top: 0;
	padding-top: 35px;
	color: #fff;
	font-size: 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	text-align: center;
}
footer .copyright a {
	color:#fff;
	transition: all 0.2s ease 0s;
}
footer .copyright a:hover {
	color: #ff5a00;
}
.hometopsilder {
	width: 100%;
	float: left;
}
.banner_silder {
	width: 100%;
	float: left;
}
.banner_silder img {
	width: 100%;
	float: left;
}
.hometopsilder .owl-carousel .owl-next {
	font-size:45px !important;
	position: absolute;
	right: 0;
	top: 45%;
}
.hometopsilder .owl-carousel .owl-prev {
	font-size:45px !important;
	position: absolute;
	left:0;
	top:45%;
}
#full-stars-example {
}
#full-stars-example span {
	float: left;
	font-size: 12px;
	color: #ccc;
	padding: 4px 0 0 6px;
}
#full-stars-example .rating-group {
	display: inline-block;
	float: left;
	padding: 0 0 0 10px;
}
#full-stars-example .rating__icon {
	pointer-events: none;
}
#full-stars-example .rating__input {
	position: absolute !important;
	left: -9999px !important;
}
#full-stars-example .rating__label {
	cursor: pointer;
	padding: 0 0.1em;
	font-size: 1rem;
}
#full-stars-example .rating__icon--star {
	color: orange;
}
#full-stars-example .rating__icon--none {
	color: #eee;
}
#full-stars-example .rating__input--none:checked + .rating__label .rating__icon--none {
	color: red;
}
 #full-stars-example .rating__input:checked ~ .rating__label .rating__icon--star {
 color: #ddd;
}
#full-stars-example .rating-group:hover .rating__label .rating__icon--star {
	color: orange;
}
 #full-stars-example .rating__input:hover ~ .rating__label .rating__icon--star {
 color: #ddd;
}
 #full-stars-example .rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
 color: #eee;
}
#full-stars-example .rating__input--none:hover + .rating__label .rating__icon--none {
	color: red;
}
.picZoomer {
	position: relative;/*margin-left: 40px;
    padding: 15px;*/
}
.picZoomer-pic-wp {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.picZoomer-pic-wp:hover .picZoomer-cursor {
	display: block;
}
.picZoomer-zoom-pic {
	position: absolute;
	top: 0;
	left: 0;
}
.picZoomer-pic {
/*width: 100%;
	height: 100%;*/
}
.res_height{
    height:250px;
}
.picZoomer-zoom-wp {
	display: none;
	position: absolute;
	z-index: 999;
	overflow: hidden;
	border:1px solid #eee;
	height: 460px;
	margin-top: -19px;
}
.picZoomer-cursor {
	display: none;
	cursor: crosshair;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid #eee;
	background-color: rgba(0, 0, 0, .1);
}
.picZoomCursor-ico {
	width: 23px;
	height: 23px;
	position: absolute;
	top: 40px;
	left: 40px;
	background: url(images/zoom-ico.png) left top no-repeat;
}
.my_img {
	vertical-align: middle;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 100%;
}
.piclist li {
	display: inline-block;
	width: 90px;
	height: 103px;
	border: 1px solid #eee;
	margin: 3px 0;
}
.piclist li img {
	width: 97%;
	height: auto;
}
/* custom style */
.picZoomer-pic-wp, .picZoomer-zoom-wp {
	border: 1px solid #eee;
}
.section-bg {
	padding: 60px 0;
}
.col-lg-1-2{
    flex: 0 0 12.666667%;
    max-width: 12.666667%;
}
.row-sm .col-md-6 {
	padding-left: 5px;
	padding-right: 5px;
}
/*===pic-Zoom===*/
._boxzoom .zoom-thumb {
	width: 90px;
	display: inline-block;
	vertical-align: top;
	margin-top: 0px;
}
._boxzoom .zoom-thumb ul.piclist {
	padding-left: 0px;
	top: 0px;
}
._boxzoom ._product-images {
	width: 80%;
	display: inline-block;
}
._boxzoom ._product-images .picZoomer {
	width: 100%;
}
._boxzoom ._product-images .picZoomer .picZoomer-pic-wp img {
	left: 0px;
}
._boxzoom ._product-images .picZoomer img.my_img {
	width: 100%;
	height: auto;
}
.piclist li img {
	height:100px;
	object-fit:cover;
}
/*======products-details=====*/
._product-detail-content {
	background: #fff;
	padding: 0;
	border: none;
}
._product-detail-content p._p-name {
	color: black;
	font-size: 20px;
	border-bottom: 1px solid lightgray;
	padding-bottom: 12px;
}
.p-list span {
	margin-right: 15px;
}
.p-list span.price {
	font-size: 25px;
	color: #283497;
}
._p-qty > span {
	color: black;
	margin-right: 15px;
	font-weight: 500;
}
._p-qty .value-button {
	display: inline-flex;
	border: 0px solid #ddd;
	margin: 0px;
	width: 30px;
	height: 35px;
	justify-content: center;
	align-items: center;
	background: #e65100;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
}
._p-qty .value-button {
	border: 0px solid #fe0000;
	height: 35px;
	font-size: 20px;
	font-weight: bold;
}
._p-qty input#number {
	text-align: center;
	border: none;
	border-top: 1px solid #fe0000;
	border-bottom: 1px solid #fe0000;
	margin: 0px;
	width: 50px;
	height: 35px;
	font-size: 14px;
	box-sizing: border-box;
}
._p-add-cart {
	margin-left: 0px;
	margin-bottom: 15px;
}
.p-list {
	margin-bottom: 10px;
}
._p-features > span {
	display: block;
	font-size: 16px;
	color: #000;
	font-weight: 500;
}
._p-add-cart .buy-btn {
	background-color: #e65100;
	color: #fff;
	border:2px solid #e65100;
}
._p-add-cart .buy-btn:hover {
	background-color: transparent;
	color: #e65100;
}
._p-add-cart .btn {
	text-transform: capitalize;
	padding: 6px 20px;
	/* width: 200px; */
	border-radius: 5px;
	float: right;
}
._p-add-cart .btn {
	margin: 0px 8px;
}
/*=========Recent-post==========*/
.title_bx h3.title {
	font-size: 22px;
	text-transform: capitalize;
	position: relative;
	color: #e65100;
	font-weight: 700;
	line-height: 1.2em;
}
.title_bx h3.title:before {
	content: "";
	height: 2px;
	width: 20%;
	position: absolute;
	left: 0px;
	z-index: 1;
	top: 40px;
	background-color: #e65100;
}
.title_bx h3.title:after {
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 40px;
	background-color: #ffc107;
}
.common_wd .owl-nav .owl-prev, .common_wd .owl-nav .owl-next {
	background-color: #e65100 !important;
	display: block;
	height: 30px;
	width: 30px;
	text-align: center;
	border-radius: 0px !important;
}
.owl-nav .owl-next {
	right:-10px;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
	top:50%;
	position: absolute;
}
.common_wd .owl-nav .owl-prev i, .common_wd .owl-nav .owl-next i {
	color: #fff;
	font-size: 14px !important;
	position: relative;
	top: -1px;
}
.common_wd .owl-nav {
	position: absolute;
	top: -57px;
	right: 4px;
	width: 65px;
}
.owl-nav .owl-prev i, .owl-nav .owl-next i {
	left: 0px;
}
._p-qty .decrease_ {
	position: relative;
	right: -6px;
	top: 2px;
}
._p-qty .increase_ {
	position: relative;
	top: 2px;
	left: -5px;
}
/*========box========*/
.sq_box {
	padding-bottom: 5px;
	border-bottom: solid 2px #e65100;
	background-color: #fff;
	text-align: center;
	padding: 15px 10px;
	margin-bottom: 20px;
	border-radius: 4px;
}
.item .sq_box span.wishlist {
	right: 5px !important;
}
.sq_box span.wishlist {
	position: absolute;
	top: 10px;
	right: 20px;
}
.sq_box span {
	font-size: 14px;
	font-weight: 600;
	margin: 0px 10px;
}
.sq_box span.wishlist i {
	color: #adb5bd;
	font-size: 20px;
}
.sq_box h4 {
	font-size: 18px;
	text-align: center;
	font-weight: 500;
	color: #343a40;
	margin-top: 10px;
	margin-bottom: 10px !important;
}
.sq_box .price-box {
	margin-bottom: 15px !important;
}
.sq_box .btn {
	border-radius: 50px;
	padding: 5px 13px;
	font-size: 15px;
	color: #fff;
	background-color: #e65100;
	font-weight: 600;
}
.sq_box .price-box span.price {
	text-decoration: line-through;
	color: #6c757d;
}
.sq_box span {
	font-size: 14px;
	font-weight: 600;
	margin: 0px 10px;
}
.sq_box .price-box span.offer-price {
	color:#28a745;
}
.sq_box img {
	object-fit: cover;
	height: 150px !important;
	margin-top: 20px;
}
.sq_box span.wishlist i:hover {
	color: #e65100;
}
.addcart:hover {
	background: none;
	color: #283497;
}
.addcart {
	background: #283497;
	border:2px solid #283497;
	color:#fff;
}
.bg-light {
	padding: 30px 0 0;
}
.cart-wrap {
	padding: 40px 0;
	font-family: 'Open Sans', sans-serif;
}
.main-heading {
	font-size: 19px;
	margin-bottom: 20px;
}
.table-cart table {
	width: 100%;
}
.table-cart thead {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 5px;
}
.table-cart thead tr th {
	padding: 8px 0 18px;
	color: #484848;
	font-size: 15px;
	font-weight: 400;
}
.table-cart tr td {
	padding: 40px 0 27px;
	vertical-align: middle;
}
.table-cart tr td:nth-child(1) {
 width: 50%;
}
.table-cart tr td:nth-child(2) {
 width: 12%;
}
.table-cart tr td:nth-child(3) {
 width: 25%;
}
.table-cart tr td:nth-child(4) {
 width: 13%;
 text-align: right;
}
.table-cart tr td .img-product {
	width: 72px;
	float: left;
	margin-left: 8px;
	margin-right: 31px;
	line-height: 63px;
}
.table-cart tr td .img-product img {
	width: 100%;
}
.table-cart tr td .name-product {
	font-size: 15px;
	color: #484848;
	padding-top: 8px;
	line-height: 24px;
	width: 50%;
}
.table-cart tr td .price {
	text-align: left;
	line-height: 64px;
	margin-right: 40px;
	color: #000;
	font-size: 18px;
}
.table-cart tr td .quanlity {
	position: relative;
}
.product-count .qtyminus, .product-count .qtyplus {
	width: 34px;
	height: 34px;
	background: transparent;
	text-align: center;
	font-size: 19px;
	line-height: 34px;
	color: #000;
	cursor: pointer;
	font-weight: 600;
}
.product-count .qtyminus {
	line-height: 32px;
}
.product-count .qtyminus {
	border-radius: 3px 0 0 3px;
}
.product-count .qtyplus {
	border-radius: 0 3px 3px 0;
}
.product-count .qty {
	width: 60px;
	text-align: center;
	border: none;
}
.count-inlineflex {
	display: inline-flex;
	border: solid 2px #ccc;
	border-radius: 20px;
}
.total {
	font-size: 24px;
	font-weight: 600;
	color: #283497;
}
.display-flex {
	display: flex;
}
.align-center {
	align-items: center;
}
.coupon-box {
	text-align: center;
	border-radius: 10px;
	margin-top: 35px;
}
.coupon-box input {
	display: inline-block;
	width:65%;
	margin-right: 13px;
	height: 44px;
	border-radius: 25px;
	border: solid 2px #cccccc;
	padding: 5px 15px;
	font-size: 14px;
}
.coupon-box input:focus {
	outline: none;
	box-shadow: none;
}
.applycod {
	width: 30%;
	float: right;
}
.round-black-btn {
	border-radius: 25px;
	background: #e65100;
	color: #fff;
	padding: 8px 23px;
	display: inline-block;
	border: solid 2px #e65100;
	transition: all 0.5s ease-in-out 0s;
	cursor: pointer;
	text-align: center;
}
.round-black-btn:hover, .round-black-btn:focus {
	background: transparent;
	color: #e65100;
	text-decoration: none;
}
.cart-totals {
	border-radius: 3px;
	background: #e7e7e7;
	padding: 25px;
}
.cart-totals h3 {
	font-size: 19px;
	color: #3c3c3c;
	letter-spacing: 1px;
	font-weight: 500;
}
.cart-totals table {
	width: 100%;
}
.cart-totals table tr th, .cart-totals table tr td {
	width: 50%;
	padding: 3px 0;
	vertical-align: middle;
}
.cart-totals table tr td:last-child {
	text-align: right;
}
.cart-totals table tr td.subtotal {
	font-size: 20px;
	color: #000;
}
.cart-totals table tr td.free-shipping {
	font-size: 14px;
	color: #6f6f6f;
}
.cart-totals table tr.total-row td {
	padding-top: 25px;
}
.cart-totals table tr td.price-total {
	font-size: 24px;
	font-weight: 600;
	color: #283497;
}
.btn-cart-totals {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 20px;
}
.btn-cart-totals .round-black-btn {
	margin: 10px 0;
}
.login button {
	display: inline-block;
	width: 100%;
	height: 3.23rem;
	border: none;
	outline: none;
	border-radius: 100px;
	background: rgba(40, 52, 151, 0.43);
}
.login input {
	display: inline-block;
	width: 100%;
	height: 3.23rem;
	border: none;
	outline: none;
	border-radius: 100px;
	border: 1px solid #ccccccb5;
}
.login {
	min-height: 100vh;
	width: 100%;
	background: url("../images/bglogn.jpg"), #000;
	background-size: cover;
	font-size: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*.login::before {
	content: "";min-height: 100vh;
	background-color: #000;
	height: 100%;
	position: absolute;
	width: 100%;
	opacity: 0.3;
}*/
.login .loginbgcolur {
	position: relative;
	width: 90%;
	max-width: 420px;
	padding: 24px;
	background:#fff;
	margin:50px 0;
	display: flex;
	box-shadow: -1px -1px 16px 0px rgba(0, 0, 0, 0.34);
	flex-direction: column;
	align-items: center;
}
.login .title {
	font-size: 1.8rem;
	letter-spacing: 1px;
	margin-bottom: 1.5rem;
}
.login .social-login {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.login .social-login button {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 10rem;
	margin: 0.75rem;
	padding: 0.625rem;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	cursor: pointer;
	transition: background 0.3s ease-in;
}
.login .social-login button:hover {
	background: rgba(255, 255, 255, .3);
}
.login .social-login button i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.25rem;
	height: 2.25rem;
	background-color: #fff;
	border-radius: 50%;
	font-size: 1.4rem;
	padidng-left: 2px;
	text-align: center;
	margin-right: 0.25rem;
}
.login .social-login button i.fa-facebook {
	color: #4267B2;
}
.login .social-login button i.fa-google {
	color: #ff3e30;
}
.login .separator {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.login .separator span {
	display: block;
	width: 100%;
	height: 1px;
	background: #ddd;
	margin: 1.5rem;
}
.login form {
	width: 100%;
}
.login form .form-group {
	margin-bottom: 1.5rem;
}
.login form .form-group label {
	display: block;
	letter-spacing: 0.5px;
	margin-bottom: 0.5rem;
	padding-left: 0;
	color: dark-blue;
}
.login form .form-group input {
	letter-spacing: 0.5px;
	font-size: 1.1rem;
	padding: 0 1.5rem;
}
.login button[type="submit"] {
	background: #e65100;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 1px;
	cursor: pointer;
	border:2px solid #e65100;
	margin: 1rem 0;
	transition: all 0.3s linear;
}
.login button[type="submit"]:hover {
	background: none;
	color: #e65100;
}
.loginbutton[type='submit']:hover {
	background: #ffc800;
	opacity: 0.8;
}
.login .additional-act {
	width: 100%;
	text-align: center;
	letter-spacing: 0.7px;
	margin: 0.5rem 0;
}
.login .additional-act span {
	color:  #283497;
	cursor: pointer;
}
.write_with_us {
	width: 100%;
	float: left;
	padding: 15px 0 15px;
}
.write_with_us h2 {
	color: #e65100;
	font-size: 30px;
	font-weight: 600;
}
.write_with_us p {
	font-size: 15px;
	text-align: left;
	width: 100%;
}
.write_with_us h3 {
	color: #000;
	font-size: 20px;
	font-weight: 600;
}
.write_with_us h4 {
	color: #000;
	font-size: 16px;
	font-weight: 600;
}
.enquirysend {
	float:right;
	white-space:100%;
}
.enquirysend a {
	padding: 10px 40px;
	text-decoration:none;
	color: #fff;
	border: 0;
	background: #e65100;
	border: 2px solid #e65100;
	font-size: 16px;
	text-transform: uppercase;
	margin: 7px 0;
	cursor: pointer;
	border-radius: 50px;
	float: right;
}
.enquirysend a:hover {
	color: #e65100;
	background: none;
}
#enquiry_form .modal-header {
	background: #283497;
}
#enquiry_form .modal-title {
	color: #fff;
}
#enquiry_form .close {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	text-shadow: none;
	color: #F00;
	opacity: 1;
}
.enquirysend_popup {
	padding: 10px 40px;
	text-decoration:none;
	color: #fff;
	border: 0;
	background: #e65100;
	border: 2px solid #e65100;
	font-size: 16px;
	text-transform: uppercase;
	margin: 7px 0;
	cursor: pointer;
	border-radius: 50px;
	float: right;
}
.enquirysend_popup:hover {
	color: #e65100;
	background: none;
}
.feedback {
	width: 100%;
	float: left;
	padding: 50px 0;
}
.feedback h1 {
	text-align: center;
	color: #000;
	font-size: 30px;
	font-weight: 600;
}
.feedback h2 {
	text-align: center;
}
.feedback p#break {
	font-weight: lighter;
	font-size: 0.85rem;
	line-height: 1;
	margin: 0;
}
.feedback .container {
	width: 75%;
	margin: auto;
	max-width: 700px;
}
.feedback .card {
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.46);
	border-radius: 10px;
	margin-bottom: 2em;
	padding: 2em;
	/* Gives opacity to card without effecting children */
  background: rgba(247, 247, 247, 0.95);
}
.feedback .message-title {
	margin-top: 0;
	padding-bottom: 0.75em;
	border-bottom: solid 1px rgb(221, 221, 221);
	text-align: left;
}
.feedback .message-container {
	margin-bottom: 0;
	max-width: 620px;
}
.feedback form {
	display: grid;
	grid-template-columns: 90px auto auto;
	grid-column-gap: 0.5em;
	grid-row-gap: 2em;
}
.feedback label {
	font-weight: bold;
	grid-column: 1/2;
}
.feedback input {
	/* May help keep right column responsive
	width: cal(100%-200px); */
  grid-column: 2/4;
	height: 3em;
	border: 1px solid #ccc;
	border-radius: 4em;
	padding: 0 1em;
}
.feedback input, textarea {
	font-family: "Roboto", sans-serif;
}
.feedback textarea {
	grid-column: 2/4;
	border-radius: 2em;
	border: 1px solid #ccc;
	padding: 0.5em 1em;
}
.feedback input:focus, textarea:focus {
	border:none;
}
.feedback .first-name {
	grid-column: 2/3;
}
.feedback .last-name {
	grid-column: 3/4;
}
.feedback .button-container {
	grid-column: 1/4;
	display: flex;
	justify-content: center;
}
.feedback .button {
	width: 200px;
	background: #e65100;
	border:2px solid #e65100;
	color: white;
	cursor: pointer;
 transition: .4s ease;
}
.feedback .button:hover {
	background: none;
	color: #e65100;
}
.teambx {
	width: 100%;
	float: left;
}
.team {
	padding: 75px 0;
}
.teambx .profile .img-box img {
	width: 100%;
}
.teambx h6.description {
	font-weight: bold;
	letter-spacing: 2px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 5px;
	color: #000;
	font-size: 30px;
	font-weight: 600;
}
.teambx .profile {
	margin-top: 25px;
}
.teambx .profile h1 {
	font-weight: normal;
	font-size: 20px;
	margin:10px 0 0 0;
}
.teambx .profile h2 {
	font-size: 14px;
	font-weight: lighter;
	margin-top: 5px;
}
.teambx .profile .img-box {
	opacity: 1;
	display: block;
	position: relative;
}
.teambx .profile .img-box:after {
	content:"";
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}
.teambx .img-box ul {
	position: absolute;
	z-index: 2;
	bottom: 50px;
	text-align: center;
	width: 100%;
	padding-left: 0px;
	height: 0px;
	margin:0px;
	opacity: 0;
}
.teambx .profile .img-box:after, .img-box ul, .img-box ul li {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.teambx .img-box ul i {
	font-size: 20px;
	letter-spacing: 10px;
}
.teambx .img-box ul li {
	width: 30px;
	height: 30px;
	text-align: center;
	border: 1px solid #E65100;
	margin: 2px;
	padding: 5px;
	display: inline-block;
}
.teambx .img-box a {
	color:#fff;
}
.teambx .img-box:hover:after {
	opacity: 1;
}
.teambx .img-box:hover ul {
	opacity: 1;
}
.teambx .img-box ul a {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.teambx .img-box a:hover li {
	border-color: #fff;
	color: #E65100;
}
.teambx a {
	color:#E65100;
}
.teambx a:hover {
	text-decoration:none;
	color:#519548;
}
.teambx i.red {
	color:#BC0213;
}
.blogShort {
	border-bottom:1px solid #ddd;
}
.blogShort .add {
	background: #333;
	padding: 10%;
	height: 300px;
}
.blogShort .btn-blog {
	color: #ffffff;
	background-color: #37d980;
	border-color: #37d980;
	border-radius:0;
	margin-bottom:10px
}
.blogShort .btn-blog:hover, .btn-blog:focus, .btn-blog:active, .btn-blog.active, .open .dropdown-toggle.btn-blog {
	color: white;
	background-color:#34ca78;
	border-color: #34ca78;
}
.blogShort article h2 {
	color:#333333;
}
.blogShort h2 {
	color:#34ca78;
	color: #000;
	font-size: 30px;
	font-weight: 600;
}
.blogShort .margin10 {
	margin-bottom:10px;
	margin-right:10px;
}
.our_achievements {
	width:100%;
	float:left;
}
.our_achievements [type="radio"] {
	display: none;
}
.our_achievements label {
	padding: 0.25rem 0.75rem;
	border-radius: 0.25rem;
	cursor: pointer;
	transition: 0.25s;
}
.our_achievements [type="radio"]:checked + label {
	background: gold;
}
.our_achievements [type="radio"]:nth-of-type(2):checked ~ .gallery .card:not(.animals), [type="radio"]:nth-of-type(3):checked ~ .gallery .card:not(.nature), .our_achievements [type="radio"]:nth-of-type(4):checked ~ .gallery .card:not(.people), [type="radio"]:nth-of-type(5):checked ~ .gallery .card:not(.tech) {
 display: none;
}
.our_achievements .gallery {
	display: grid;
	justify-content: center;
	grid-template-columns: repeat(auto-fit, 300px);
	grid-auto-rows: 1fr;
	grid-gap: 1rem;
	padding: 0.5rem;
	margin-top: 1rem;
}
.our_achievements .card {
	margin: 0;
	background: #283497;
	border-radius: 0.25rem;
	overflow: hidden;
	box-shadow: 0 0 10px silver;
	transition: box-shadow 0.35s;
	width: 100%;
}
.our_achievements .card:hover {
	box-shadow: 0 0 25px #0009;
}
.our_achievements .card__image {
	width: 100%;
	object-fit: cover;
}
.our_achievements .card__caption {
	font-size: 1.2rem;
	font-variant: small-caps;
	padding: 0.5rem;
	text-align: center;
	color: white;
}
/* Donate layer */
.our_achievements .donate {
	position: fixed;
	bottom: 0.25rem;
	right: 0.25rem;
	border-radius: 0.5rem;
	background-color: whitesmoke;
	padding: 0 1rem;
	font-weight: bold;
	color: dimgray;
}
.our_achievements .donate a {
	text-decoration: none;
	color: orangered;
	border-bottom: 2px solid transparent;
	transition: 0.35s;
}
.our_achievements .donate a:hover {
	border-bottom-color: orangered;
}
.videobtm {
	width:100%;
	float:left;
	text-align:center;
}
.videobtm iframe {
	text-align:center;
	width:695px;
	height:391px;
}
.faq_wrapper {
	margin: 60px 0;
	display:inline-block;
	width:100%;
}
.faq_wrapper .accordion__item {
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #f2f2f2;
	border-radius: 4px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
}
.faq_wrapper .accordion__body {
	display: none;
	padding-top: 10px;
}
.faq_wrapper .accordion__body p {
	margin-bottom: 0;
}
.faq_wrapper .accordion__title {
	font-size: 18px;
	cursor: pointer;
	margin-bottom: 0;
	position: relative;
}
.faq_wrapper .accordion__title:after {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 0;
	background: url('data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABlUlEQVRIS72V6zEEQRSFv81ABogAESADIiADRIAIEAEiQASIABmQgQyor+rerZ7enp71Y92qqZrpxznnPmfGim22YnyWITgGdoHteNT0Hs8j8NQT2SM4AK6AjQkvP4EzQLIFGyO4Bk7i9Bfg90uodllv9oBTYD3OeUaigbUISnAv+N0zSfRUuwnS+fmawLA8xO5OoXiqFvToLQ4dluGqCYynLi+jvCZNT8TYzM2SwGq5BYz5VGLHPEqBcy9KgjvgqFJ/ETn4HkFci2K4jP304h5Q8KAPrO0tIGMv+HnkYR+oSQR/joqSwPOZC7HEGRD8hIr0SgBLU1IvlCQl+EeUbAoY4JQhqgnka5G4nsprcPdGCeoQZdhrkmy0FniGyD3fByFqJblF4loL3PVukrPJBnVcVE964pJjolVZ3TL14lSjSaK1wFP9oI/+fVSorhx2qnKA9exPwy6BShLD5vdrNa79CQmeY2VhktZVVKs06QLnvB/zwphL9KcfTgkmkY91bVdnmdo3gjaBE2CZf/JECvrbKyf4BdpXaxkir2UhAAAAAElFTkSuQmCC') no-repeat;
	background-size: 20px;
}
.faq_wrapper .accordion__title.active {
	color: #2b9fdf;
}
.faq_wrapper .accordion__title.active:after {
	transform: rotate(-180deg);
}



.cart-wrap .form-control { 
	font-size: 14px; 
}
















