/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
	scroll-behavior: smooth;
}

body {
	font-family: "Open Sans", sans-serif;
	color: #000;
}

a {
	color: #1f9cd8;
	text-decoration: none;
}

a:hover {
	color: #717ff5;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Nunito", sans-serif;
}

/*-------------------------------*/
/* Horizontal Half Blocks*/
/*-------------------------------*/
.gallerytop {
	padding-top: 60px;
}

.heightPic {
	height: 539.7px;
}

.half-section {
	width: 100%;
}

.half-section,
.half-section .img-container {
	position: relative;
	overflow: hidden;
}

.half-section .img-container {}

.half-section .imgone {
	background: url("../images/split-img1.jpg") no-repeat;
}

.half-section .imgtwo {
	background: url("../images/split-img2.jpg") no-repeat;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.split-box .padding {}
}

@media (max-width: 992px) {
	.split-box {
		padding-left: 15px;
		padding-right: 15px;
	}

	.half-section .img-container {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 767px) {
	#twocopies .half-section:first-of-type .container-fluid {
		border-bottom: 1px solid #ececec;
	}

	.heightPic {
		height: auto;
	}
}

/*img wrap*/
.image {
	overflow: hidden;
}

a.image {
	display: block;
}

.image img {
	width: 100%;
	display: block;
}

.image,
.image img {
	position: relative;
}

/*hover on images*/
.hover-effect::before,
.hover-effect::after {
	content: "";
	background: #fff;
	height: 0;
	width: 0;
	z-index: 1;
	position: absolute;
	-webkit-transition-duration: 1.3s;
	-o-transition-duration: 1.3s;
	transition-duration: 1.3s;
}

.hover-effect::before {
	right: 0;
	opacity: 1;
	top: 0;
}

.hover-effect::after {
	bottom: 0;
	opacity: .7;
	left: 0;
}

.hover-effect:hover::after,
.hover-effect:hover::before {
	height: 100%;
	opacity: 0;
	width: 100%;
}

/*end image*/
/*--------------------------------------------------------------
# Posterlite Custome
--------------------------------------------------------------*/
/* Orange */
/* Green */
.success {
	border-color: #04AA6D;
	color: green;
}

.success:hover {
	background-color: #04AA6D;
	color: white;
}

/* Red */
.danger {
	border-color: #f44336;
	color: red;
}

.danger:hover {
	background: #f44336;
	color: white;
}

.editBtn {
	border: 2px solid #04AA6D;
	background-color: white;
	color: black;
	padding: 14px 28px;
	font-size: 16px;
	cursor: pointer;
}

.DeleteBtn {
	border: 2px solid #f44336;
	background-color: white;
	color: black;
	padding: 14px 28px;
	font-size: 16px;
	cursor: pointer;
}

.addcart {
	background-color: #fff;
	border: 3px solid black;
	color: #000;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	float: right;
}

.usericon {
	font-size: 25px;
	color: white;
	position: relative;
	padding-right: 20px;
	margin-left: 15px;

}

.bucketicon {
	font-size: 25px;
	color: white;
	position: relative;
	padding-right: 20px;
}

.notification {
	background-color: #555;
	color: white;
	text-decoration: none;
	padding: 15px 26px;
	position: relative;
	display: inline-block;
	border-radius: 2px;
}

.notification:hover {
	background: red;
}

.notification .badge {
	position: absolute;
	top: -10px;
	right: -10px;
	padding: 5px 10px;
	border-radius: 50%;
	background-color: red;
	color: white;
}

.badge {
	position: absolute;
	bottom: 0;
	right: 7px;
	padding: 4px 8px;
	border-radius: 50%;
	background-color: #0baee0;
	color: white;
}


.addpictext {
	font-weight: 900;
}

.add {
	background-color: #000;
	padding: 10px;
	color: #fff;
	text-align-last: center;
}

.box2 {
	padding: 20px;
	box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
	transition: 0.3s;
	height: 100%;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	color: #fff;
	font-weight: 700;
}

.addpictop {
	padding-top: 65px;
}

.getin {
	text-align: center;
	line-height: 1.35em;
	font-size: 40px;
}

.contact .php-email-form input {
	padding: 20px 15px;
}

.ctcbg {
	background: #0396d5;
	color: #fff;
	border-top: 1px solid #768fa6;
	border-bottom: 1px solid #67839c;
	padding: 60px 0 30px 0;
}

.faq-bg {
	background-color: rgb(20, 49, 68);
}

.padtop {
	padding-top: 100px;
}

.blackbg {
	font-family: 'Roboto', sans-serif;
	background-color: #000;
	color: #fff;
	font-weight: 100;
}

.topGap {
	margin-top: 20px;
}

.gbottom {
	padding-bottom: 30px;
}

.price {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-weight: 100;
	font-size: 13px;
	background-color: #000;
	padding: 6px;
	border-radius: 2px;
}

.btn-light {
	color: #fff;
	background-color: #36a8e0;
	width: 100%;
}

.btn-light:hover {
	color: #fff;
	background-color: #04206C;
	width: 100%;
}

.wall {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.click {
	background-color: #268FF1;
	color: #fff;
	padding: 20px;
	width: 150px;
	margin: auto;
}

.midtext {
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	padding: 70px;
	text-align: center;
}

.space {
	padding: 20px;
}

.abt {
	padding-left: 15%;
	padding-right: 15%;
	text-align: center;
}

.section-title {
	text-align: center;
	padding-bottom: 50px;
	padding-top: 50px;
}

.bgblue {
	background-color: #38aae1;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.whitetext {
	color: #fff;
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

.services {
	padding-bottom: 100px;
}

.section-bgblue {
	background-color: rgb(2, 154, 219);
	color: #fff;
}

/*--------------------------------------------------------------
# Posterlite end
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.containerLite {
	max-width: 100%;
}

section {
	/*padding: 60px 0;*/
	overflow: hidden;
}

.section-header {
	text-align: center;
	padding-bottom: 40px;
}

.section-header h2 {
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 700;
	margin: 0;
	color: #1f9cd8;
	text-transform: uppercase;
}

.section-header p {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 38px;
	line-height: 42px;
	color: #fff;
}

@media (max-width: 768px) {
	.section-header p {
		font-size: 28px;
		line-height: 32px;
	}

	.addcart {

		margin-left: 50px;
		margin-right: 10px;
	}
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
	padding: 15px 0;
	background: #012970;
	min-height: 40px;
	margin-top: 82px;
	color: #fff;
}

@media (max-width: 992px) {
	.breadcrumbs {
		margin-top: 57px;
	}

	.addcart {

		margin-left: 15px;
		margin-right: 10px;
	}
}

.breadcrumbs h2 {
	font-size: 28px;
	font-weight: 500;
}

.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 14px;
}

.breadcrumbs ol a {
	color: #fff;
	transition: 0.3s;
}

.breadcrumbs ol a:hover {
	text-decoration: underline;
}

.breadcrumbs ol li+li {
	padding-left: 10px;
}

.breadcrumbs ol li+li::before {
	display: inline-block;
	padding-right: 10px;
	color: #8894f6;
	content: "/";
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 99999;
	background: #1f9cd8;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.4s;
}

.back-to-top i {
	font-size: 24px;
	color: #fff;
	line-height: 0;
}

.back-to-top:hover {
	background: #6776f4;
	color: #fff;
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	[data-aos-delay] {
		transition-delay: 0 !important;
	}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
	transition: all 0.5s;
	z-index: 997;
	padding: 10px 0;
	background-color: #000;
}

.header.header-scrolled {
	background: #000;
	padding: 15px 0;
	box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.header .logo {
	line-height: 0;
}

.header .logo img {
	max-height: 50px;
	margin-right: 6px;
}

.header .logo span {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #012970;
	font-family: "Nunito", sans-serif;
	margin-top: 3px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
	padding: 0;
}

.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}

.navbar li {
	position: relative;
}

.navbar a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
	font-family: "Nunito", sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	white-space: nowrap;
	transition: 0.3s;
}

.navbar div a{
	padding: 0;
}

.navbar a i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar li:hover>a {
	color: #1f9cd8;
}

.navbar .getstarted {
	background: #1f9cd8;
	padding: 8px 20px;
	margin-left: 30px;
	border-radius: 4px;
	color: #fff;
}

.navbar .getstarted:hover {
	color: #fff;
	background: #1f9cd8;
}

.navbar .dropdown ul {
	display: block;
	position: absolute;
	left: 14px;
	top: calc(100%+ 30px);
	margin: 0;
	padding: 10px 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: #000;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
	border-radius: 4px;
}

.navbar .dropdown ul li {
	min-width: 200px;
}

.navbar .dropdown ul a {
	padding: 10px 20px;
	font-size: 15px;
	text-transform: none;
	font-weight: 600;
}

.navbar .dropdown ul a i {
	font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
	color: #1f9cd8;
}

.navbar .dropdown:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.navbar .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
}

@media (max-width: 1366px) {
	.navbar .dropdown .dropdown ul {
		left: -90%;
	}

	.navbar .dropdown .dropdown:hover>ul {
		left: -100%;
	}
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
	color: #fff;
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
	color: #fff;
}

@media (max-width: 991px) {
	.mobile-nav-toggle {
		display: block;
	}

	.navbar ul {
		display: none;
	}
}

.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(1, 22, 61, 0.9);
	transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 15px;
	right: 15px;
}

.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	border-radius: 10px;
	background-color: #fff;
	overflow-y: auto;
	transition: 0.3s;
}

.navbar-mobile a {
	padding: 10px 20px;
	font-size: 15px;
	color: #012970;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
	color: #1f9cd8;
}

.navbar-mobile .getstarted {
	margin: 15px;
}

.navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
	min-width: 200px;
}

.navbar-mobile .dropdown ul a {
	padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
	font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
	color: #1f9cd8;
}

.navbar-mobile .dropdown>.dropdown-active {
	display: block;
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
	padding: 15px;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
	color: inherit;
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
	margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0;
}

.list-group+.panel-footer {
	border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
	margin-bottom: 0;
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
	padding-right: 15px;
	padding-left: 15px;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
	border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
	border-top-right-radius: 3px;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
	border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
	border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
	border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
	border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
	border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
	border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0;
}

.panel>.table-responsive {
	margin-bottom: 0;
	border: 0;
}

.panel-group {
	margin-bottom: 20px;
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
}

.panel-group .panel+.panel {
	margin-top: 5px;
}

.panel-group .panel-heading {
	border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
	border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
	border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
}

.panel-default {
	border-color: #ddd;
}

.panel-default>.panel-heading {
	color: #333333;
	background-color: #f5f5f5;
	border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ddd;
}

.panel-primary {
	border-color: #337ab7;
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #337ab7;
}

.panel-primary>.panel-heading .badge {
	color: #337ab7;
	background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #337ab7;
}

.panel-success {
	border-color: #d6e9c6;
}

.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #d6e9c6;
}

.panel-info {
	border-color: #bce8f1;
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #bce8f1;
}

.panel-warning {
	border-color: #faebcc;
}

.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #faebcc;
}

.panel-danger {
	border-color: #ebccd1;
}

.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
	color: #f2dede;
	background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ebccd1;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero2,
.hero2>.container>.row {
	min-height: 300px;
	text-shadow: 2px 2px #000;


}

.hero2 {
	position: relative;
	background-size: cover;

}

.hero {
	width: 100%;
	height: 100vh;
	background: url(../img/hero-bg.png) top center no-repeat;
	background-size: cover;
}

.hero h1 {
	margin: 0;
	font-size: 48px;
	font-weight: 700;
	color: #012970;
}

.hero h2 {
	color: #000;
	margin: 15px 0 0 0;
	font-size: 26px;
}

.hero .btn-get-started {
	margin-top: 30px;
	line-height: 0;
	padding: 15px 40px;
	border-radius: 4px;
	transition: 0.5s;
	color: #fff;
	background: #1f9cd8;
	box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}

.hero .btn-get-started span {
	font-family: "Nunito", sans-serif;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 1px;
}

.hero .btn-get-started i {
	margin-left: 5px;
	font-size: 18px;
	transition: 0.3s;
}

.hero .btn-get-started:hover i {
	transform: translateX(5px);
}

.hero .hero-img {
	text-align: right;
}

@media (min-width: 1024px) {
	.hero {
		background-attachment: fixed;
	}
}

@media (max-width: 991px) {
	.hero {
		height: auto;
		padding: 120px 0 60px 0;
	}

	.hero .hero-img {
		text-align: center;
		margin-top: 80px;
	}

	.hero .hero-img img {
		width: 80%;
	}
}

@media (max-width: 768px) {
	.hero {
		text-align: center;
	}

	.hero h1 {
		font-size: 32px;
	}

	.hero h2 {
		font-size: 24px;
	}

	.hero .hero-img img {
		width: 100%;
	}
}

/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
	background-color: #f6f9ff;
	padding: 40px;
}

.about h3 {
	font-size: 14px;
	font-weight: 700;
	color: #1f9cd8;
	text-transform: uppercase;
}

.about h2 {
	font-size: 24px;
	font-weight: 700;
	color: #012970;
}

.about p {
	margin: 15px 0 30px 0;
	line-height: 24px;
}

.about .btn-read-more {
	line-height: 0;
	padding: 15px 40px;
	border-radius: 4px;
	transition: 0.5s;
	color: #fff;
	background: #1f9cd8;
	box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}

.about .btn-read-more span {
	font-family: "Nunito", sans-serif;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 1px;
}

.about .btn-read-more i {
	margin-left: 5px;
	font-size: 18px;
	transition: 0.3s;
}

.about .btn-read-more:hover i {
	transform: translateX(5px);
}

/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .box {
	padding: 20px;
	box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
	text-align: center;
	transition: 0.3s;
	height: 100%;
}

.values .box img {
	/* padding: 30px 50px; */
	margin-bottom: 15px;
	transition: 0.5s;
	transform: scale(1.1);
}

.values .box h3 {
	font-size: 24px;
	color: #012970;
	font-weight: 700;
	margin-bottom: 18px;
}

.values .box:hover {
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.values .box:hover img {
	transform: scale(1);
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
	padding: 70px 0 60px;
}

.counts .count-box {
	display: flex;
	align-items: center;
	padding: 30px;
	width: 100%;
	background: #fff;
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.counts .count-box i {
	font-size: 42px;
	line-height: 0;
	margin-right: 20px;
	color: #1f9cd8;
}

.counts .count-box span {
	font-size: 36px;
	display: block;
	font-weight: 600;
	color: #0b198f;
}

.counts .count-box p {
	padding: 0;
	margin: 0;
	font-family: "Nunito", sans-serif;
	font-size: 14px;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .feature-box {
	padding: 24px 20px;
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
	transition: 0.3s;
	height: 100%;
}

.features .feature-box h3 {
	font-size: 18px;
	color: #012970;
	font-weight: 700;
	margin: 0;
}

.features .feature-box i {
	line-height: 0;
	background: #ecf3ff;
	padding: 4px;
	margin-right: 10px;
	font-size: 24px;
	border-radius: 3px;
	transition: 0.3s;
}

.features .feature-box:hover i {
	background: #1f9cd8;
	color: #fff;
}

.features .feture-tabs {
	margin-top: 120px;
}

.features .feture-tabs h3 {
	color: #012970;
	font-weight: 700;
	font-size: 32px;
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	.features .feture-tabs h3 {
		font-size: 28px;
	}
}

.features .feture-tabs .nav-pills {
	border-bottom: 1px solid #eee;
}

.features .feture-tabs .nav-link {
	background: none;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	color: #012970;
	padding: 12px 0;
	margin-right: 25px;
	margin-bottom: -2px;
	border-radius: 0;
}

.features .feture-tabs .nav-link.active {
	color: #1f9cd8;
	border-bottom: 3px solid #1f9cd8;
}

.features .feture-tabs .tab-content h4 {
	font-size: 18px;
	margin: 0;
	font-weight: 700;
	color: #012970;
}

.features .feture-tabs .tab-content i {
	font-size: 24px;
	line-height: 0;
	margin-right: 8px;
	color: #1f9cd8;
}

.features .feature-icons {
	margin-top: 120px;
}

.features .feature-icons h3 {
	color: #000;
	font-weight: 700;
	font-size: 32px;
	margin-bottom: 20px;
	text-align: left;
}

@media (max-width: 768px) {
	.features .feature-icons h3 {
		font-size: 28px;
	}
}

.features .feature-icons .content .icon-box {
	display: flex;
}

.features .feature-icons .content .icon-box h4 {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 10px 0;
	color: #012970;
}

.features .feature-icons .content .icon-box i {
	font-size: 44px;
	line-height: 44px;
	color: #0245bc;
	margin-right: 15px;
}

.features .feature-icons .content .icon-box p {
	font-size: 15px;
	color: #848484;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .service-box {
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
	height: 100%;
	padding: 60px 30px;
	text-align: center;
	transition: 0.3s;
	border-radius: 5px;
}

.services .service-box .icon {
	font-size: 36px;
	padding: 40px 20px;
	border-radius: 4px;
	position: relative;
	margin-bottom: 25px;
	display: inline-block;
	line-height: 0;
	transition: 0.3s;
}

.services .service-box h3 {
	color: #000;
	font-weight: 700;
}

.services .service-box .read-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 16px;
	padding: 8px 20px;
}

.services .service-box .read-more i {
	line-height: 0;
	margin-left: 5px;
	font-size: 18px;
}

.services .service-box.blue {
	border-bottom: 3px solid #2db6fa;
}

.services .service-box.blue .icon {
	color: #2db6fa;
	background: #dbf3fe;
}

.services .service-box.blue .read-more {
	color: #2db6fa;
}

.services .service-box.blue:hover {
	background: #2db6fa;
}

.services .service-box.orange {
	border-bottom: 3px solid #f68c09;
}

.services .service-box.orange .icon {
	color: #f68c09;
	background: #fde3c4;
}

.services .service-box.orange .read-more {
	color: #f68c09;
}

.services .service-box.orange:hover {
	background: #f68c09;
}

.services .service-box.green {
	border-bottom: 3px solid #08da4e;
}

.services .service-box.green .icon {
	color: #08da4e;
	background: #cffddf;
}

.services .service-box.green .read-more {
	color: #08da4e;
}

.services .service-box.green:hover {
	background: #08da4e;
}

.services .service-box.red {
	border-bottom: 3px solid #e9222c;
}

.services .service-box.red .icon {
	color: #e9222c;
	background: #fef7f8;
}

.services .service-box.red .read-more {
	color: #e9222c;
}

.services .service-box.red:hover {
	background: #e9222c;
}

.services .service-box.purple {
	border-bottom: 3px solid #b50edf;
}

.services .service-box.purple .icon {
	color: #b50edf;
	background: #f8e4fd;
}

.services .service-box.purple .read-more {
	color: #b50edf;
}

.services .service-box.purple:hover {
	background: #b50edf;
}

.services .service-box.pink {
	border-bottom: 3px solid #f51f9c;
}

.services .service-box.pink .icon {
	color: #f51f9c;
	background: #feecf7;
}

.services .service-box.pink .read-more {
	color: #f51f9c;
}

.services .service-box.pink:hover {
	background: #f51f9c;
}

.services .service-box:hover h3,
.services .service-box:hover p,
.services .service-box:hover .read-more {
	color: #fff;
}

.services .service-box:hover .icon {
	background: #fff;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
	padding: 40px 20px;
	background: #fff;
	text-align: center;
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	transition: 0.3s;
}

.pricing .box:hover {
	transform: scale(1.1);
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.pricing h3 {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 15px;
}

.pricing .price {
	font-size: 36px;
	color: #000;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
}

.pricing .price sup {
	font-size: 20px;
	top: -15px;
	left: -3px;
}

.pricing .price span {
	color: #bababa;
	font-size: 16px;
	font-weight: 300;
}

.pricing img {
	padding: 30px 40px;
}

.pricing ul {
	padding: 0;
	list-style: none;
	color: #000;
	text-align: center;
	line-height: 26px;
	font-size: 16px;
	margin-bottom: 25px;
}

.pricing ul li {
	padding-bottom: 10px;
}

.pricing ul .na {
	color: #ccc;
	text-decoration: line-through;
}

.pricing .btn-buy {
	display: inline-block;
	padding: 8px 40px 10px 40px;
	border-radius: 50px;
	color: #1f9cd8;
	transition: none;
	font-size: 16px;
	font-weight: 400;
	font-family: "Nunito", sans-serif;
	font-weight: 600;
	transition: 0.3s;
	border: 1px solid #1f9cd8;
}

.pricing .btn-buy:hover {
	background: #1f9cd8;
	color: #fff;
}

.pricing .featured {
	width: 200px;
	position: absolute;
	top: 18px;
	right: -68px;
	transform: rotate(45deg);
	z-index: 1;
	font-size: 14px;
	padding: 1px 0 3px 0;
	background: #1f9cd8;
	color: #fff;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .accordion-collapse {
	border: 0;
}

.faq .accordion-button {
	padding: 15px 15px 20px 0;
	font-weight: 600;
	border: 0;
	font-size: 18px;
	color: #000;
	text-align: left;
	padding: 20px;
}

.faq .accordion-button:focus {
	box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
	background: none;
	color: #1f9cd8;
	border-bottom: 0;
}

.faq .accordion-body {
	border: 0;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
	padding: 0;
	margin: 0 auto 25px auto;
	list-style: none;
	text-align: center;
	background: white;
	border-radius: 50px;
	padding: 2px 15px;
}

.portfolio #portfolio-flters li {
	cursor: pointer;
	display: inline-block;
	padding: 8px 20px 10px 20px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	color: #000;
	margin: 0 4px 8px 4px;
	transition: 0.3s;
	border-radius: 50px;
	border: 1px solid #fff;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
	color: #1f9cd8;
	border-color: #1f9cd8;
}

.portfolio #portfolio-flters li:last-child {
	margin-right: 0;
}

.portfolio .portfolio-wrap {
	transition: 0.3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
	/*background: rgba(255, 255, 255, 0.75);*/
}

.portfolio .portfolio-wrap::before {
	content: "";
	background: rgba(255, 255, 255, 0.75);
	position: absolute;
	left: 30px;
	right: 30px;
	top: 30px;
	bottom: 30px;
	transition: all ease-in-out 0.3s;
	z-index: 2;
	opacity: 0;
}

.portfolio .portfolio-wrap img {
	transition: 1s;
	display: block;
	margin: 0 auto;
}

.portfolio .portfolio-wrap .portfolio-info {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	z-index: 3;
	transition: all ease-in-out 0.3s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
	display: block;
	content: "";
	width: 48px;
	height: 48px;
	position: absolute;
	top: 35px;
	left: 35px;
	border-top: 3px solid rgba(1, 41, 112, 0.2);
	border-left: 3px solid rgba(1, 41, 112, 0.2);
	transition: all 0.5s ease 0s;
	z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
	display: block;
	content: "";
	width: 48px;
	height: 48px;
	position: absolute;
	bottom: 35px;
	right: 35px;
	border-bottom: 3px solid rgba(1, 41, 112, 0.2);
	border-right: 3px solid rgba(1, 41, 112, 0.2);
	transition: all 0.5s ease 0s;
	z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
	font-size: 20px;
	color: #012970;
	font-weight: 700;
}

.portfolio .portfolio-wrap .portfolio-info p {
	color: #012970;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
	text-align: center;
	z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
	color: #fff;
	background: #1f9cd8;
	margin: 10px 2px;
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
	font-size: 24px;
	line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
	background: #5969f3;
}

.portfolio .portfolio-wrap:hover img {
	transform: scale(1.1);
}

.portfolio .portfolio-wrap:hover::before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
	opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
	top: 15px;
	left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
	bottom: 15px;
	right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
	padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
	width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
	margin-top: -36px;
	position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #1f9cd8;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #1f9cd8;
}

.portfolio-details .portfolio-info {
	padding: 30px;
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.portfolio-details .portfolio-info h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
	list-style: none;
	padding: 0;
	font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
	margin-top: 10px;
}

.portfolio-details .portfolio-description {
	padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
	padding: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
	box-sizing: content-box;
	padding: 30px;
	margin: 40px 30px;
	box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
	background: #fff;
	min-height: 320px;
	display: flex;
	flex-direction: column;
	text-align: center;
	transition: 0.3s;
}

.testimonials .testimonial-item .stars {
	margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
	color: #ffc107;
	margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
	width: 90px;
	border-radius: 50%;
	border: 4px solid #fff;
	margin: 0 auto;
}

.testimonials .testimonial-item h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	color: #111;
}

.testimonials .testimonial-item h4 {
	font-size: 14px;
	color: #999;
	margin: 0;
}

.testimonials .testimonial-item p {
	font-style: italic;
	margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
	margin-top: 20px;
	position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #1f9cd8;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #1f9cd8;
}

.testimonials .swiper-slide {
	opacity: .3;
}

@media (max-width: 1199px) {
	.testimonials .swiper-slide-active {
		opacity: 1;
	}

	.testimonials .swiper-pagination {
		margin-top: 0;
	}
}

@media (min-width: 1200px) {
	.testimonials .swiper-slide-next {
		opacity: 1;
		transform: scale(1.12);
	}
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
	background: #fff;
	padding: 60px 0;
}

.team .member {
	overflow: hidden;
	text-align: center;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
	transition: 0.3s;
}

.team .member .member-img {
	position: relative;
	overflow: hidden;
}

.team .member .member-img:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background: url(../img/team-shape.svg) no-repeat center bottom;
	background-size: contain;
	z-index: 1;
}

.team .member .social {
	position: absolute;
	right: -100%;
	top: 30px;
	opacity: 0;
	border-radius: 4px;
	transition: 0.5s;
	background: rgba(255, 255, 255, 0.3);
	z-index: 2;
}

.team .member .social a {
	transition: color 0.3s;
	color: rgba(1, 41, 112, 0.5);
	margin: 15px 12px;
	display: block;
	line-height: 0;
	text-align: center;
}

.team .member .social a:hover {
	color: rgba(1, 41, 112, 0.8);
}

.team .member .social i {
	font-size: 18px;
}

.team .member .member-info {
	padding: 10px 15px 20px 15px;
}

.team .member .member-info h4 {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 20px;
	color: #012970;
}

.team .member .member-info span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #aaaaaa;
}

.team .member .member-info p {
	font-style: italic;
	font-size: 14px;
	padding-top: 15px;
	line-height: 26px;
	color: #5e5e5e;
}

.team .member:hover {
	transform: scale(1.08);
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.team .member:hover .social {
	right: 8px;
	opacity: 1;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-slider .swiper-slide img {
	opacity: 0.5;
	transition: 0.3s;
}

.clients .clients-slider .swiper-slide img:hover {
	opacity: 1;
}

.clients .clients-slider .swiper-pagination {
	margin-top: 20px;
	position: relative;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #1f9cd8;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #1f9cd8;
}

/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/
.recent-blog-posts .post-box {
	/*box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);*/
	transition: 0.3s;
	height: 100%;
	overflow: hidden;
	padding: 30px;
	border-radius: 8px;
	position: relative;
	display: flex;
	flex-direction: column;
}

.recent-blog-posts .post-box .post-img {
	overflow: hidden;
	margin: -30px -30px 15px -30px;
	position: relative;
}

.recent-blog-posts .post-box .post-img img {
	transition: 0.5s;
}

.recent-blog-posts .post-box .post-date {
	font-size: 16px;
	font-weight: 600;
	color: rgba(1, 41, 112, 0.6);
	display: block;
	margin-bottom: 10px;
}

.recent-blog-posts .post-box .post-title {
	font-size: 24px;
	color: #012970;
	font-weight: 700;
	margin-bottom: 18px;
	position: relative;
	transition: 0.3s;
}

.recent-blog-posts .post-box .readmore {
	display: flex;
	align-items: center;
	font-weight: 600;
	line-height: 1;
	transition: 0.3s;
}

.recent-blog-posts .post-box .readmore i {
	line-height: 0;
	margin-left: 4px;
	font-size: 18px;
}

.recent-blog-posts .post-box:hover .post-title {
	color: #1f9cd8;
}

.recent-blog-posts .post-box:hover .post-img img {
	transform: rotate(6deg) scale(1.2);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
	color: #000;
	background: #fafbff;
	padding: 30px;
}

.contact .info-box i {
	font-size: 38px;
	line-height: 0;
	color: #1f9cd8;
}

.contact .info-box h3 {
	font-size: 20px;
	color: #012970;
	font-weight: 700;
	margin: 20px 0 10px 0;
}

.contact .info-box p {
	padding: 0;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
}

.contact .php-email-form {
	height: 100%;
}

.contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	margin-bottom: 24px;
	font-weight: 600;
}

.contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	margin-bottom: 24px;
	font-weight: 600;
}

.contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
	margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
	border-color: #1f9cd8;
}

.contact .php-email-form input {
	padding: 10px 15px;
	margin-bottom: 20px;
}

.contact .php-email-form textarea {
	padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
	background: #000;
	border: 0;
	padding: 10px 30px;
	color: #fff;
	transition: 0.4s;
	border-radius: 4px;
	margin-top: 20px;
}

.contact .php-email-form button[type="submit"]:hover {
	background: #5969f3;
}

@-webkit-keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
	padding: 40px 0 20px 0;
}

.blog .entry {
	padding: 30px;
	margin-bottom: 60px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
	max-height: 440px;
	margin: -30px -30px 20px -30px;
	overflow: hidden;
}

.blog .entry .entry-title {
	font-size: 28px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
	color: #012970;
	transition: 0.3s;
}

.blog .entry .entry-title a:hover {
	color: #1f9cd8;
}

.blog .entry .entry-meta {
	margin-bottom: 15px;
	color: #4084fd;
}

.blog .entry .entry-meta ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	align-items: center;
	padding: 0;
	margin: 0;
}

.blog .entry .entry-meta ul li+li {
	padding-left: 20px;
}

.blog .entry .entry-meta i {
	font-size: 16px;
	margin-right: 8px;
	line-height: 0;
}

.blog .entry .entry-meta a {
	color: #777777;
	font-size: 14px;
	display: inline-block;
	line-height: 1;
}

.blog .entry .entry-content p {
	line-height: 24px;
}

.blog .entry .entry-content .read-more {
	-moz-text-align-last: right;
	text-align-last: right;
}

.blog .entry .entry-content .read-more a {
	display: inline-block;
	background: #1f9cd8;
	color: #fff;
	padding: 6px 20px;
	transition: 0.3s;
	font-size: 14px;
	border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
	background: #5969f3;
}

.blog .entry .entry-content h3 {
	font-size: 22px;
	margin-top: 30px;
	font-weight: bold;
}

.blog .entry .entry-content blockquote {
	overflow: hidden;
	background-color: #fafafa;
	padding: 60px;
	position: relative;
	text-align: center;
	margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
	color: #000;
	line-height: 1.6;
	margin-bottom: 0;
	font-style: italic;
	font-weight: 500;
	font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background-color: #012970;
	margin-top: 20px;
	margin-bottom: 20px;
}

.blog .entry .entry-footer {
	padding-top: 10px;
	border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
	color: #0d64fd;
	display: inline;
}

.blog .entry .entry-footer a {
	color: #013289;
	transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
	color: #1f9cd8;
}

.blog .entry .entry-footer .cats {
	list-style: none;
	display: inline;
	padding: 0 20px 0 0;
	font-size: 14px;
}

.blog .entry .entry-footer .cats li {
	display: inline-block;
}

.blog .entry .entry-footer .tags {
	list-style: none;
	display: inline;
	padding: 0;
	font-size: 14px;
}

.blog .entry .entry-footer .tags li {
	display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
	padding-right: 6px;
	color: #6c757d;
	content: ",";
}

.blog .entry .entry-footer .share {
	font-size: 16px;
}

.blog .entry .entry-footer .share i {
	padding-left: 5px;
}

.blog .entry-single {
	margin-bottom: 30px;
}

.blog .blog-author {
	padding: 20px;
	margin-bottom: 30px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
	width: 120px;
	margin-right: 20px;
}

.blog .blog-author h4 {
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 0px;
	padding: 0;
	color: #012970;
}

.blog .blog-author .social-links {
	margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
	color: rgba(1, 41, 112, 0.5);
	margin-right: 5px;
}

.blog .blog-author p {
	font-style: italic;
	color: #b7b7b7;
}

.blog .blog-comments {
	margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
	font-weight: bold;
}

.blog .blog-comments .comment {
	margin-top: 30px;
	position: relative;
}

.blog .blog-comments .comment .comment-img {
	margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
	width: 60px;
}

.blog .blog-comments .comment h5 {
	font-size: 16px;
	margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
	font-weight: bold;
	color: #000;
	transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
	color: #1f9cd8;
}

.blog .blog-comments .comment h5 .reply {
	padding-left: 10px;
	color: #012970;
}

.blog .blog-comments .comment h5 .reply i {
	font-size: 20px;
}

.blog .blog-comments .comment time {
	display: block;
	font-size: 14px;
	color: #013ca3;
	margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
	padding-left: 40px;
}

.blog .blog-comments .reply-form {
	margin-top: 30px;
	padding: 30px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
	font-weight: bold;
	font-size: 22px;
}

.blog .blog-comments .reply-form p {
	font-size: 14px;
}

.blog .blog-comments .reply-form input {
	border-radius: 4px;
	padding: 10px 10px;
	font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
	box-shadow: none;
	border-color: #a0aaf8;
}

.blog .blog-comments .reply-form textarea {
	border-radius: 4px;
	padding: 10px 10px;
	font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
	box-shadow: none;
	border-color: #a0aaf8;
}

.blog .blog-comments .reply-form .form-group {
	margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
	border-radius: 4px;
	padding: 10px 20px;
	border: 0;
	background-color: #012970;
}

.blog .blog-comments .reply-form .btn-primary:hover {
	background-color: #013289;
}

.blog .blog-pagination {
	color: #024ed5;
}

.blog .blog-pagination ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
}

.blog .blog-pagination li {
	margin: 0 5px;
	transition: 0.3s;
}

.blog .blog-pagination li a {
	color: #012970;
	padding: 7px 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
	background: #1f9cd8;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
	color: #fff;
}

.blog .sidebar {
	padding: 30px;
	margin: 0 0 60px 20px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
	font-size: 20px;
	font-weight: 700;
	padding: 0 0 0 0;
	margin: 0 0 15px 0;
	color: #012970;
	position: relative;
}

.blog .sidebar .sidebar-item {
	margin-bottom: 30px;
}

.blog .sidebar .search-form form {
	background: #fff;
	border: 1px solid #ddd;
	padding: 3px 10px;
	position: relative;
}

.blog .sidebar .search-form form input[type="text"] {
	border: 0;
	padding: 4px;
	border-radius: 4px;
	width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: 0;
	background: none;
	font-size: 16px;
	padding: 0 15px;
	margin: -1px;
	background: #1f9cd8;
	color: #fff;
	transition: 0.3s;
	border-radius: 0 4px 4px 0;
	line-height: 0;
}

.blog .sidebar .search-form form button i {
	line-height: 0;
}

.blog .sidebar .search-form form button:hover {
	background: #5465f2;
}

.blog .sidebar .categories ul {
	list-style: none;
	padding: 0;
}

.blog .sidebar .categories ul li+li {
	padding-top: 10px;
}

.blog .sidebar .categories ul a {
	color: #012970;
	transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
	color: #1f9cd8;
}

.blog .sidebar .categories ul a span {
	padding-left: 5px;
	color: #aaaaaa;
	font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
	margin-top: 15px;
}

.blog .sidebar .recent-posts img {
	width: 80px;
	float: left;
}

.blog .sidebar .recent-posts h4 {
	font-size: 15px;
	margin-left: 95px;
	font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
	color: #012970;
	transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
	color: #1f9cd8;
}

.blog .sidebar .recent-posts time {
	display: block;
	margin-left: 95px;
	font-style: italic;
	font-size: 14px;
	color: #aaaaaa;
}

.blog .sidebar .tags {
	margin-bottom: -10px;
}

.blog .sidebar .tags ul {
	list-style: none;
	padding: 0;
}

.blog .sidebar .tags ul li {
	display: inline-block;
}

.blog .sidebar .tags ul a {
	color: #0257ee;
	font-size: 14px;
	padding: 6px 14px;
	margin: 0 6px 8px 0;
	border: 1px solid #d7e6ff;
	display: inline-block;
	transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
	color: #fff;
	border: 1px solid #1f9cd8;
	background: #1f9cd8;
}

.blog .sidebar .tags ul a span {
	padding-left: 5px;
	color: #a5c5fe;
	font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
	background: #000;
	padding: 0 0 30px 0;
	font-size: 14px;
}

.footer .footer-newsletter {
	padding: 50px 0;
	background: #f6f9ff;
	border-top: 1px solid #e1ecff;
}

.footer .footer-newsletter h4 {
	font-size: 24px;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1;
	font-weight: 700;
	color: #012970;
}

.footer .footer-newsletter form {
	margin-top: 20px;
	background: #fff;
	padding: 6px 10px;
	position: relative;
	border-radius: 4px;
	border: 1px solid #e1ecff;
}

.footer .footer-newsletter form input[type="email"] {
	border: 0;
	padding: 8px;
	width: calc(100% - 140px);
}

.footer .footer-newsletter form input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: 0;
	background: none;
	font-size: 16px;
	padding: 0 30px;
	margin: 3px;
	background: #1f9cd8;
	color: #fff;
	transition: 0.3s;
	border-radius: 4px;
}

.footer .footer-newsletter form input[type="submit"]:hover {
	background: #5969f3;
}

.footer .footer-top {
	background: white url(../img/footer-bg.png) no-repeat right top;
	background-size: contain;
	border-top: 1px solid #e1ecff;
	border-bottom: 1px solid #e1ecff;
	padding: 60px 0 30px 0;
}

@media (max-width: 992px) {
	.footer .footer-top {
		background-position: center bottom;
	}
}

.footer .footer-top .footer-info {
	margin-bottom: 30px;
}

.footer .footer-top .footer-info .logo {
	line-height: 0;
	margin-bottom: 15px;
}

.footer .footer-top .footer-info .logo img {
	max-height: 40px;
	margin-right: 6px;
}

.footer .footer-top .footer-info .logo span {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #012970;
	font-family: "Nunito", sans-serif;
	margin-top: 3px;
}

.footer .footer-top .footer-info p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: "Nunito", sans-serif;
}

.footer .footer-top .social-links a {
	font-size: 20px;
	display: inline-block;
	color: rgba(1, 41, 112, 0.5);
	line-height: 0;
	margin-right: 10px;
	transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
	color: #012970;
}

.footer .footer-top h4 {
	font-size: 16px;
	font-weight: bold;
	color: #012970;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 12px;
}

.footer .footer-top .footer-links {
	margin-bottom: 30px;
}

.footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer .footer-top .footer-links ul i {
	padding-right: 2px;
	color: #d0d4fc;
	font-size: 12px;
	line-height: 0;
}

.footer .footer-top .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
}

.footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}

.footer .footer-top .footer-links ul a {
	color: #013289;
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
}

.footer .footer-top .footer-links ul a:hover {
	color: #1f9cd8;
}

.footer .footer-top .footer-contact p {
	line-height: 26px;
}

.footer .copyright {
	text-align: center;
	padding-top: 30px;
	color: #fff;
}

.footer .credits {
	padding-top: 10px;
	text-align: center;
	font-size: 13px;
	color: #fff;
}

.btn-block {
	display: block;
	width: 100%;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed;
}

input[type="file"] {
	display: block;
}

input[type="range"] {
	display: block;
	width: 100%;
}

select[multiple],
select[size] {
	height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #999;
}

.form-control::-webkit-input-placeholder {
	color: #999;
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eeeeee;
	opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed;
}

textarea.form-control {
	height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

	input[type="date"].form-control,
	input[type="time"].form-control,
	input[type="datetime-local"].form-control,
	input[type="month"].form-control {
		line-height: 34px;
	}

	input[type="date"].input-sm,
	input[type="time"].input-sm,
	input[type="datetime-local"].input-sm,
	input[type="month"].input-sm,
	.input-group-sm input[type="date"],
	.input-group-sm input[type="time"],
	.input-group-sm input[type="datetime-local"],
	.input-group-sm input[type="month"] {
		line-height: 30px;
	}

	input[type="date"].input-lg,
	input[type="time"].input-lg,
	input[type="datetime-local"].input-lg,
	input[type="month"].input-lg,
	.input-group-lg input[type="date"],
	.input-group-lg input[type="time"],
	.input-group-lg input[type="datetime-local"],
	.input-group-lg input[type="month"] {
		line-height: 46px;
	}
}

.form-group {
	margin-bottom: 15px;
}

.radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}

.radio label,
.checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-top: 4px \9;
	margin-left: -20px;
}

.radio+.radio,
.checkbox+.checkbox {
	margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}

.form-control-static {
	min-height: 34px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
	padding-right: 0;
	padding-left: 0;
}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

select.input-sm {
	height: 30px;
	line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
	height: auto;
}

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
	height: auto;
}

.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

select.input-lg {
	height: 46px;
	line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
	height: auto;
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
	height: auto;
}

.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}

.has-feedback {
	position: relative;
}

.has-feedback .form-control {
	padding-right: 42.5px;
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
}

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
	color: #3c763d;
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d;
}

.has-success .form-control-feedback {
	color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
	color: #8a6d3b;
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
	color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
	color: #a94442;
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442;
}

.has-error .form-control-feedback {
	color: #a94442;
}

.has-feedback label~.form-control-feedback {
	top: 25px;
}

.has-feedback label.sr-only~.form-control-feedback {
	top: 0;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}

@media (min-width: 768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.form-inline .form-control-static {
		display: inline-block;
	}

	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle;
	}

	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn,
	.form-inline .input-group .form-control {
		width: auto;
	}

	.form-inline .input-group>.form-control {
		width: 100%;
	}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .radio label,
	.form-inline .checkbox label {
		padding-left: 0;
	}

	.form-inline .radio input[type="radio"],
	.form-inline .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0;
	}

	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height: 27px;
}

.form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width: 768px) {
	.form-horizontal .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: right;
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px;
}

@media (min-width: 768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 18px;
	}
}

@media (min-width: 768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px;
	}
}




.ht__bradcaump__wrap {

	align-items: center;

	display: flex;

	height: 150px;

}

.breadcrumb-item {

	color: #494949;

	font-family: "Poppins", sans-serif;

	font-size: 18px;

	font-weight: 500;

	text-transform: capitalize;

}

.bradcaump-inner a.breadcrumb-item {

	font-weight: 500;

}

.brd-separetor {

	padding: 0 10px;

}



.brd-separetor i {

	color: #494949;

	font-size: 18px;

}

.bradcaump__inner {

	text-align: center;

}



/*---------------------------------------

  19. Our Cart Area

----------------------------------------*/



.cart-title-area {

	padding-top: 30px;

}

.car-header-title h2 {

	font-size: 20px;

	margin: 0;

	text-transform: uppercase;

}

.table-content table {

	background: #fff none repeat scroll 0 0;

	border-color: #c1c1c1;

	border-radius: 0;

	border-style: solid;

	border-width: 1px 0 0 1px;

	margin: 0 0 50px;

	text-align: center;

	width: 100%;

}

.table-content table th {

	border-top: medium none;

	padding: 20px 10px;

	text-align: center;

	text-transform: uppercase;

	vertical-align: middle;

	white-space: nowrap;

	font-family: 'Poppins', sans-serif;

	color: #000000;

	font-weight: 600;

	font-size: 16px;

}

.table-content table th,
.table-content table td {

	border-bottom: 1px solid #c1c1c1;

	border-right: 1px solid #c1c1c1;

}

.table-content table td {

	border-top: medium none;

	padding: 20px 10px;

	vertical-align: middle;
	font-size: 13px;

}

.table-content table td input {

	background: #e5e5e5 none repeat scroll 0 0;

	border: medium none;

	border-radius: 3px;

	color: #6f6f6f;

	font-size: 15px;

	font-weight: normal;

	height: 40px;

	padding: 0 5px 0 10px;

	width: 60px;

}

.table-content table td.product-subtotal {

	color: #313131;

	font-size: 14px;

	width: 120px;

	font-family: 'Poppins', sans-serif;

	font-weight: 600;

}

.table-content table td.product-name a {

	color: #444;

	font-size: 16px;

	font-weight: 600;

	text-transform: capitalize;

}

.table-content table td.product-name {

	width: 270px;

}

.table-content table td.product-thumbnail {

	width: 130px;

}

.table-content table td.product-remove i {

	color: #212121;

	display: inline-block;

	font-size: 24px;

	height: 40px;

	line-height: 40px;

	text-align: center;

	width: 40px;

}

.table-content table .product-price .amount {

	color: #313131;

	font-size: 14px;

	font-family: 'Poppins', sans-serif;

	font-weight: 600;

	font-weight: 600;

}

.table-content table td.product-remove i:hover {

	color: #ee393e;

}

.table-content table td.product-quantity {

	width: 180px;

}

.table-content table td.product-remove {

	width: 150px;

}

.table-content table td.product-price {

	width: 130px;

}

.table-content table td.product-name a:hover,
.buttons-cart a:hover {

	color: #0071e3
}

.buttons-cart a {

	background: #ebebeb none repeat scroll 0 0;

	color: #3f3f3f;

	font-family: 'Poppins', sans-serif;

	font-size: 12px;

	font-weight: 500;

	height: 62px;

	line-height: 62px;

	padding: 0 45px;

	text-transform: uppercase;

	display: inline-block;

}

.buttons-cart input,

.coupon input[type="submit"],

.coupon-info p.form-row input[type="submit"] {

	background: #252525 none repeat scroll 0 0;

	border: medium none;

	border-radius: 0;

	box-shadow: none;

	color: #fff;

	display: inline-block;

	float: left;

	font-size: 12px;

	font-weight: 700;

	height: 40px;

	line-height: 40px;

	margin-right: 15px;

	padding: 0 15px;

	text-shadow: none;

	text-transform: uppercase;

	transition: all 0.3s ease 0s;

	white-space: nowrap;

}

.buttons-cart input:hover,

.coupon input[type=submit]:hover,

.buttons-cart a:hover {

	background: #212121;

	color: #fff !important;

}

.buttons-cart--inner {

	display: flex;

	justify-content: space-between;

}

.buttons-cart a+a {

	margin-left: 20px;

}

.coupon {

	margin-bottom: 40px;

	overflow: hidden;

	padding-bottom: 20px;

}

.coupon h3 {

	margin: 0 0 10px;
	font-size: 14px;

	text-transform: uppercase;

}

.coupon input[type=text] {

	border: 1px solid #c1c1c1;

	float: left;

	height: 40px;

	margin: 0 6px 20px 0;

	max-width: 100%;

	padding: 0 0 0 10px;

	width: 170px;

}

.cart_totals {

	float: left;

	text-align: right;

	width: 100%;

}

.cart_totals h2 {

	border-bottom: 2px solid #c1c1c1;

	display: inline-block;

	font-size: 30px;

	margin: 0 0 35px;

	text-transform: uppercase;

}

.cart_totals table {

	border: medium none;

	float: right;

	margin: 0;

	text-align: right;

}

.cart_totals table th {

	border: medium none;

	font-size: 14px;

	font-weight: bold;

	padding: 0 20px 12px 0;

	text-align: right;

	text-transform: uppercase;

	vertical-align: top;

}

.cart_totals table td {

	border: medium none;

	padding: 0 0 12px;

	vertical-align: top;

}

.cart_totals table td .amount {

	color: #252525;

	float: right;

	font-size: 13px;

	font-weight: bold;

	margin-left: 5px;

	text-align: right;

	text-transform: uppercase;

}

.cart_totals table td ul#shipping_method {

	list-style: outside none none;

	margin: 0;

	padding: 0;

}

.cart_totals table td ul#shipping_method li {

	float: left;

	margin: 0 0 10px;

	padding: 0;

	text-indent: 0;

	width: 100%;

}

.cart_totals table td ul#shipping_method li input {

	margin: 0;

	position: relative;

	top: 2px;

}

a.shipping-calculator-button {

	font-weight: bold;

	color: #6f6f6f;

}

a.shipping-calculator-button:hover {

	color: #ff4136
}

.cart_totals table tr.order-total th,

.cart_totals table tr.order-total .amount {

	font-size: 20px;

	text-transform: uppercase;

	white-space: nowrap;

}

.wc-proceed-to-checkout a {

	background: #252525 none repeat scroll 0 0;

	color: #fff;

	display: inline-block;

	font-size: 14px;

	font-weight: 700;

	height: 50px;

	line-height: 50px;

	margin-top: 20px;

	padding: 0 30px;

	text-transform: none;

}

.wc-proceed-to-checkout a:hover {

	background: #ff4136;

	color: #fff !important;

}

.owl-theme .owl-controls .owl-page span {

	background: #ffffff none repeat scroll 0 0;

	border: 1px solid #c1c1c1;

	border-radius: 100%;

	display: block;

	height: 13px;

	margin: 3px;

	width: 13px;

	transition: 0.3s;

}

.owl-theme .owl-controls .owl-page.active span,

.owl-theme .owl-controls.clickable .owl-page:hover span {

	border: 2px solid #c1c1c1;

}

.slider-area.slider-v4 {

	margin: 30px 0 35px 0;

}

.coupon p {

	margin-bottom: 12px;

}



.buttons-cart--inner {

	margin-bottom: 70px;

}

.ht__coupon__code {

	background: #ebebeb none repeat scroll 0 0;

	padding: 54px 70px;

}

.ht__coupon__code span {

	color: #3f3f3f;

	font-family: 'Poppins', sans-serif;

	font-weight: 500;

	text-transform: uppercase;

}

.coupon__box {

	margin-top: 19px;

	position: relative;

}

.coupon__box input {

	background: #ffffff none repeat scroll 0 0;

	border: 0 none;

	height: 56px;

	padding: 0 30px;

}

.ht__cp__btn {

	position: absolute;

	right: 0;

	top: 50%;

	-webkit-transform: translateY(-50%);

	transform: translateY(-50%);

}

.ht__cp__btn a {

	background: #212121 none repeat scroll 0 0;

	color: #fff;

	display: inline-block;

	font-family: 'Poppins', sans-serif;

	font-size: 14px;

	font-weight: 500;

	height: 56px;

	line-height: 56px;

	padding: 0 27px;

	text-transform: uppercase;

	transition: all 0.4s ease 0s;

}

.ht__cp__btn a:hover {

	background: #0071e3 none repeat scroll 0 0;

}

.htc__cart__total h6 {

	background: #0071e3 none repeat scroll 0 0;

	font-size: 14px;

	font-weight: 500;

	height: 67px;

	line-height: 65px;

	padding: 0 32px;

	text-transform: uppercase;

	color: #fff;

}

.cart__total {

	border-top: 1px solid #ebebeb;

	display: flex;

	justify-content: space-between;

	padding-top: 18px;

}

.cart__total span {

	color: #3f3f3f;

	font-family: 'Poppins', sans-serif;

	font-size: 14px;

	font-weight: 500;

	text-transform: uppercase;

}

.payment__btn {

	margin-top: 54px;

}

.payment__btn li a {

	background: #ebebeb none repeat scroll 0 0;

	color: #3f3f3f;

	display: block;

	font-family: 'Poppins', sans-serif;

	font-weight: 500;

	height: 65px;

	line-height: 65px;

	text-align: center;

	text-transform: uppercase;

	transition: all 0.4s ease 0s;

}

.payment__btn li+li {

	margin-top: 15px;

}

.payment__btn li a:hover,

.payment__btn li.active a {

	background: #212121 none repeat scroll 0 0;

	color: #fff;

}

.payment__btn li.active a:hover {

	background: #ebebeb;

	color: #3f3f3f;

}

.htc__cart__total {

	padding-left: 110px;

}



.cart__desk__list {

	display: flex;

	justify-content: space-between;

}

.cart__desc li {

	color: #3f3f3f;

	font-family: 'Poppins', sans-serif;

	font-size: 14px;

	font-weight: 500;

	text-transform: uppercase;

}

.cart__desk__list {

	margin-bottom: 33px;

	margin-top: 38px;

}

.cart__desc li+li {

	padding-top: 18px;

}

.cart__price li+li {

	padding-top: 18px;

}

.cart__price li {

	color: #3f3f3f;

	font-family: 'Poppins', sans-serif;

	font-size: 14px;

	font-weight: 600;

}

.product-name .pro__prize {

	margin-top: 4px;

}






.slider__bg--1 {

	background: rgba(0, 0, 0, 0) url("../../images/slider/bg/1.jpg") no-repeat scroll 0 0 / cover;

}

.slider__bg--2 {

	background: rgba(0, 0, 0, 0) url("../../images/slider/bg/2.jpg") no-repeat scroll 0 0 / cover;

}





/*-----------------------------------------
  
	Background variation Content
  
  -------------------------------------------*/



/*-----------------------------------------
  
	Slider One
  
  -------------------------------------------*/

/*.slide{*/

/*  height: 100%;*/

/*}*/

/*.slider {*/

/*  height: 100vh;*/

/*}*/

.slider__fixed--height {

	align-items: center;

	display: flex;

	height: 80vh;

}



.slider--one .slide {

	align-items: center;

	display: flex;

}



.slider__inner h2 {

	color: #000000;

	font-size: 24px;

	letter-spacing: 4px;

	line-height: 19px;

	text-transform: uppercase;

}

.slider__inner h1 {

	color: #030303;

	font-family: 'Raleway', sans-serif;

	font-size: 89px;

	margin-bottom: 14px;

	margin-top: 31px;

	text-transform: uppercase;

}

.cr__btn a {

	background: #009fe3 none repeat scroll 0 0;

	color: #fff;

	display: inline-block;

	font-family: Poppins;

	font-size: 15px;

	font-weight: 400;

	height: 50px;

	line-height: 49px;

	padding: 0 36px;

	text-transform: capitalize;

	transition: all 0.3s ease 0s;

}

.cr__btn a:hover {

	background: #313131 none repeat scroll 0 0;

	color: #fff;

}

.slide__thumb {

	text-align: right;

}





.align-items__center {

	display: flex;

	justify-content: center;

}



/*Slider Style Two*/







.slider--two .slide {

	text-align: center;

}

















/*----------------------
  
	Animation
  
  -------------------------*/



.slider__activation__wrap {

	position: relative;

}

.slider__activation__wrap .owl-nav div {

	background: #009fe3 none repeat scroll 0 0;

	border-radius: 100%;

	color: #fff;

	font-size: 17px;

	height: 50px;

	left: 0;

	line-height: 53px;

	opacity: 0;

	position: absolute;

	text-align: center;

	top: 50%;

	transition: all 0.5s ease 0s;

	width: 50px;

	-webkit-transform: translateY(-50%);

	transform: translateY(-50%);

}

.slider__activation__wrap .owl-nav div.owl-next {

	left: auto;

	right: 0;

}

.slider__activation__wrap:hover .owl-nav div {

	opacity: 1;

}



.owl-item.active .single__slide.animation__style01 h2 {

	-webkit-animation: 800ms ease-in-out 0s normal none 1 running bounceInDown;

	animation: 800ms ease-in-out 0s normal none 1 running bounceInDown;

}

.owl-item.active .single__slide.animation__style01 h1 {

	-webkit-animation: 1000ms ease-in-out 0s normal none 1 running zoomInUp;

	animation: 1000ms ease-in-out 0s normal none 1 running zoomInUp;

}



.owl-item.active .single__slide.animation__style01 .cr__btn {

	-webkit-animation: 1600ms ease-in-out 0s normal none 1 running bounceInDown;

	animation: 1600ms ease-in-out 0s normal none 1 running bounceInDown;

}





.owl-item.active .single__slide.animation__style01 p {

	-webkit-animation: 1200ms ease-in-out 0s normal none 1 running zoomInUp;

	animation: 1200ms ease-in-out 0s normal none 1 running zoomInUp;

}



.owl-item.active .single__slide.animation__style01 .slide__thumb {

	-webkit-animation: 1900ms ease-in-out 0s normal none 1 running bounceInRight;

	animation: 1900ms ease-in-out 0s normal none 1 running bounceInRight;

}















/*---------------------
  
	cd-headline
  
  ------------------------*/



.cd-headline.loading-bar .cd-words-wrapper::after {

	background: #4c8bf5 none repeat scroll 0 0;

	bottom: 0;

	content: "";

	height: 3px;

	left: 0;

	position: absolute;

	transition: width 0.3s ease -0.1s;

	width: 0;

	z-index: 2;

}

.cd-headline.loading-bar span {

	display: inline-block;

	padding: 0;

}

.theme-color span.cd-words-wrapper b {

	color: #4c8bf5;

}

.cd-headline.loading-bar .cd-words-wrapper::after {

	background: #4c8bf5 none repeat scroll 0 0;

}



























/* Slider Activation */

.slider__activation__wrap .col-md-4 {

	width: 100% !important;

}

.arrow-down-long {

	position: relative;

}

.arrow-down-long:before {

	content: "";

	height: 90px;

	background: url(../../images/icons/arrow-down-long.png);

	width: 15px;

	display: inline-block;

	position: absolute;

	background-repeat: no-repeat;

}



.slider__activation__wrap--5 .single-slide {

	padding-left: 20px;

	padding-right: 20px;

}

.slider__activation__wrap--5 .single-slide:focus {

	outline: none;

}

.text--white {
	color: #fff;
}

.text--white {
	color: #fff;
}





/*Billing Info*/

.bilinfo .single-input,

.paymentinfo-credit-content .single-input,

.shipinfo .single-input {

	margin-top: 20px;

}

.bilinfo .single-input.mt-0,

.paymentinfo-credit-content .single-input.mt-0,

.shipinfo .single-input.mt-0 {

	margin-top: 0px;

}

.bilinfo .single-input input,

.shipinfo .single-input input,

.paymentinfo-credit-content .single-input input,

.bilinfo .single-input select,

.paymentinfo-credit-content .single-input select,

.shipinfo .single-input select {

	height: 40px;

	line-height: 40px;

	padding: 0 15px;

	font-family: "poppins";

	transition: all 0.3s ease-in-out 0s;

	border: 1px solid #888;

}

.bilinfo .single-input input:focus,

.shipinfo .single-input input:focus,

.paymentinfo-credit-content .single-input input:focus,

.bilinfo .single-input select:focus,

.shipinfo .single-input select:focus,

.paymentinfo-credit-content .single-input select:focus,

.bilinfo .single-input select:active,

.paymentinfo-credit-content .single-input select:active,

.shipinfo .single-input select:active {

	outline: none;

	border: 1px solid #0071e3;

}

/*Shipinfo*/

.shipinfo__title {

	text-transform: uppercase;

	letter-spacing: 1px;

	color: #000;

	font-weight: 500;

	font-size: 16px;

	margin-bottom: 15px;

}

.shipinfo p {

	font-family: "Poppins";

}

.shipinfo .ship-to-another-trigger {

	display: inline-block;

	margin-top: 20px;

	font-family: "Poppins";

	font-size: 16px;

}

.shipinfo .ship-to-another-trigger i.zmdi {

	padding-right: 5px;

}



.ship-to-another-content {

	display: none;

	margin-top: 30px;

}





/*Ship method*/

.shipmethod .single-input {

	margin-top: 20px;

}

.shipmethod .single-input:first-child {

	margin-top: 0px;

}

.shipmethod .single-input label {

	font-family: "Poppins";

	color: #3333;

	font-weight: 500;

}

.paymentinfo .single-method a i.zmdi {

	padding-right: 5px;

}

.paymentinfo .single-method a {

	display: inline-block;

	margin-top: 15px;

	font-family: "Poppins";

	font-size: 16px;

}



.paymentinfo-credit-content {

	margin-top: 30px;

	display: none;

}



/*Order details*/

.order-details {

	background: #f4f4f4;

}

.order-details .order-details__title {

	padding: 30px 0;

	margin: 0 15px;

	border-bottom: 1px solid #ebebeb;

	text-transform: uppercase;

	text-align: center;

	letter-spacing: 1px;

	font-family: "poppins";

	font-size: 16px;

	font-weight: 600;

	color: #3f3f3f;

}

.order-details .order-details__item {

	padding: 15px 0;

	margin: 0 30px;

	border-bottom: 1px solid #ebebeb;

}

.order-details .order-details__item .single-item {

	display: -moz-flex;

	display: -ms-flex;

	display: -o-flex;

	display: flex;

	justify-content: space-between;

	-ms-align-items: center;

	align-items: center;

	padding: 5px;

}

.order-details .order-details__item .single-item .single-item__content {

	flex-grow: 2;

}

.order-details .order-details__item .single-item .single-item__content a {

	font-size: 16px;

	font-family: "OldStandardTT";

	letter-spacing: 1px;

	color: #666;

	transition: all 0.3s ease-in-out 0s;

}

.order-details .order-details__item .single-item .single-item__content a:hover {

	color: #0071e3;

}

.order-details .order-details__item .single-item .single-item__content span {

	font-family: "Poppins";

	font-weight: 600;

	display: block;

}

.order-details .order-details__item .single-item .single-item__thumb {

	text-align: center;

	width: 60px;

	overflow: hidden;

	margin-right: 20px;

}

.order-details .order-details__item .single-item .single-item__remove {

	width: 35px;

	text-align: center;

	font-size: 22px;

	color: #212121;

}

.order-details .order-details__item .single-item .single-item__remove a:hover {

	color: #f10;

}

.order-details .order-details__count {

	margin: 0 30px;

	padding: 15px 0;

	border-bottom: 1px solid #ebebeb;

}

.order-details .order-details__count .order-details__count__single {

	display: -moz-flex;

	display: -ms-flex;

	display: -o-flex;

	display: flex;

	justify-content: space-between;

	-ms-align-items: center;

	align-items: center;

	padding: 5px 0;

}

.order-details .order-details__count .order-details__count__single h5 {

	color: #3f3f3f;

	text-transform: uppercase;

	font-size: 16px;

	letter-spacing: 1px;

	font-weight: 600;

}

.order-details .order-details__count .order-details__count__single span.price {

	width: 30%;

	text-align: left;

	font-weight: 600;

	font-family: "Poppins";

}

.order-details .ordre-details__total {

	margin: 0 30px;

	padding: 30px 0;

	display: -moz-flex;

	display: -ms-flex;

	display: -o-flex;

	display: flex;

	-ms-align-items: center;

	align-items: center;

	justify-content: space-between;

}

.order-details .ordre-details__total h5 {

	color: #3f3f3f;

	text-transform: uppercase;

	font-size: 16px;

	letter-spacing: 1px;

	font-weight: 700;

}

.order-details .ordre-details__total span.price {

	width: 30%;

	text-align: left;

	font-weight: 700;

	font-family: "Poppins";

	letter-spacing: 1px;

}





/*Buttons*/

.dark-btn a {

	display: inline-block;

	height: 45px;

	line-height: 45px;

	text-align: center;

	text-transform: uppercase;

	background: #212121;

	color: #ffffff;

	font-family: "Poppins";

	padding: 0 45px;

	font-weight: 600;

	letter-spacing: 1px;

	font-size: 16px;

	transition: all 0.3s ease-in-out 0s;

}

.dark-btn a:hover {

	background: #0071e3;

}



.slider__activation__wrap--5.slick-initialized.slick-slider {

	margin-left: -20px;

	margin-right: -20px;

}

/*New Code*/



.box__layout {

	margin: 0 90px;

}

.ht__cat__thumb a img {

	width: 100%;

}

.slick-initialized .slick-slide {

	outline: none;

}


.payment__btn {

    margin-top: 54px;

}

.payment__btn li a {

    background: #ebebeb none repeat scroll 0 0;

    color: #3f3f3f;

    display: block;

    font-family: 'Poppins', sans-serif;

    font-weight: 500;

    height: 65px;

    line-height: 65px;

    text-align: center;

    text-transform: uppercase;

    transition: all 0.4s ease 0s;

}

.payment__btn li + li {

    margin-top: 15px;

}

.payment__btn li a:hover,

.payment__btn li.active a {

    background: #212121 none repeat scroll 0 0;

    color: #fff;

}

.payment__btn li.active a:hover{

  background: #ebebeb;

  color: #3f3f3f;

}

.htc__cart__total {

    padding-left: 110px;

}



.cart__desk__list {

    display: flex;

    justify-content: space-between;

}

.cart__desc li {

    color: #3f3f3f;

    font-family: 'Poppins', sans-serif;

    font-size: 14px;

    font-weight: 500;

    text-transform: uppercase;

}

.cart__desk__list {

    margin-bottom: 33px;

    margin-top: 38px;

}

.cart__desc li + li {

    padding-top: 18px;

}

.cart__price li + li {

    padding-top: 18px;

}

.cart__price li {

    color: #3f3f3f;

    font-family: 'Poppins', sans-serif;

    font-size: 14px;

    font-weight: 600;

}

.product-name .pro__prize {

    margin-top: 4px;

}

.portfolio-wrap{
	border: 2px solid transparent;
}

.addedcart{
	border: 2px solid #3296d5;
}

/* .swiper-wrapper .swiper-slide{
	visibility: hidden;
	height: 0;
}

.swiper-wrapper .swiper-slide.swiper-slide-active{
	visibility: visible;
	height: inherit;
} */

/* .swiper-wrapper{
	position: relative;
}

.swiper-wrapper .swiper-slide{
	position: absolute;
} */
.compare_price {
	display: inline-block;
	background:none;
	color:#000;
	font-size:0.8em;
	text-decoration: line-through;
}
.white-color{
	color: #fff;
}


@media only screen and (max-width: 480px){
	.pagination li {
	}
	.pagination li a.page-link{
		font-size: 0.8em !important;
	}
}

.contact_success_msg{
	color: #ffffff;
    background: #198754;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 10px;
	animation: hideMe 5s forwards;
}

@keyframes hideMe {
    0%   {opacity: 1;}
    90%  {opacity: 1;}
    100% {opacity: 0;}
}

@-webkit-keyframes hideMe {
    0%   {opacity: 1;}
    90%  {opacity: 1;}
    100% {opacity: 0;}
}

.btn-white {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-white:hover {
    color: #0396d5;
    background-color: #ffffff;
    border-color: #ffffff;
}
