/***************************************************************************************************************
||||||||||||||||||||||||||||       MASTER STYLESHEET FOR Factory Press      ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

1. Imported styles
2. Global styles
3. Header styles
4. Slider styles
5. Our Services styles
6. Our features styles
7. About section styles
8. Team Member styles
9. call to action styles
10. Blog styles
11. Testimonial styles
12. contact styles
13. Subscription styles
14. Footer styles
15. Inner banner styles
16. Inner banner styles
17. Project content styles
18. Shop styles
19. Cart Page styles
20. Checkout page styles
21. fact section styles

****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/

/* ==============================
   1. Imported styles
   ============================== */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic);
@import url(../assets/bootstrap/css/bootstrap.min.css);
@import url(../assets/font-awesome/css/font-awesome.min.css);
@import url(../assets/revolution/css/settings.css);
@import url(../assets/revolution/css/layers.css);
@import url(../assets/revolution/css/navigation.css);
@import url(../assets/jquery-ui-1.11.4/jquery-ui.css);
@import url(../assets/owl.carousel-2/assets/owl.carousel.css);
@import url(../assets/owl.carousel-2/assets/owl.theme.default.min.css);
@import url(../assets/animate.min.css);
@import url(../assets/fancyapps-fancyBox/source/jquery.fancybox.css);
@import url(../assets/flaticon/flaticon.css);
@import url(../assets/Polyglot-Language-Switcher-master/css/polyglot-language-switcher.css);
@import url(../assets/nouislider/nouislider.css);
@import url(../assets/nouislider/nouislider.pips.css);
@import url(../assets/bootstrap-touch-spin/jquery.bootstrap-touchspin.css);
/* ==============================
   2. Global styles
   ============================== */
body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 26px;
	scroll-behavior: smooth;
}
img {
	max-width: 100%;
}
a,
a:hover,
a:focus {
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
}
@media (min-width: 1200px) {
	.container {
		padding: 0;
	}
}
.pl-30 {
	padding-left: 30px;
}
.pt0 {
	padding-top: 0 !important;
}
.pb0 {
	padding-bottom: 0 !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.thm-btn {
	border: none;
	outline: none;
	background: #1782c7;
	font-size: 16px;
	line-height: 65px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	display: inline-block;
	transition: all 0.5s ease !important;
	position: relative;
	padding: 0 33px;
}
.thm-btn:hover {
	background: #012f5d;
	color: #fff;
}
.thm-btn i {
	font-size: 14px;
	color: #fff;
}
.thm-btn.thm-blue-bg {
	background: #012f5d;
}
.thm-btn.thm-blue-bg:hover {
	background: #1782c7;
	color: #fff;
}
.animate-3 {
	transition: all 0.3s ease;
}
.animate-5 {
	transition: all 0.5s ease;
}
.animate-7 {
	transition: all 0.7s ease;
}
.animate-3-all * {
	transition: all 0.3s ease;
}
.animate-5-all * {
	transition: all 0.5s ease;
}
.animate-7-all * {
	transition: all 0.7s ease;
}
.section-padding {
	padding: 80px 0;
}
.section-padding.page-title {
	padding-bottom: 30px;
}
.section-title {
	margin-bottom: 44px;
}
.section-title h2 {
	background: url(../img/resources/section-title-bg.png) repeat-x center left;
	margin: 0;
}
.section-title h2 span {
	background: #fff;
	display: inline-block;
	font-size: 36px;
	line-height: 45px;
	font-weight: 500;
	color: #272727;
	padding: 10px 35px;
	padding-left: 0;
}
.section-title.text-center h2 span {
	padding: 5px 35px;
}
.accrodion-grp {
	box-shadow: 0 0px 10px 0.5px rgba(0, 0, 0, 0.07);
}
.accrodion {
	border-bottom: 1px solid #f4f4f4;
	padding: 21px 20px;
}
.accrodion:last-child {
	border: none;
}
.accrodion h4,
.accrodion p {
	margin: 0;
	padding: 0;
}
.accrodion.active .accrodion-title h4:before {
	content: '\f068 ';
	background: #012f5d;
	color: #1782c7;
	height: 60px;
	line-height: 60px;
}
.accrodion .accrodion-title {
	cursor: pointer;
	position: relative;
}
.accrodion .accrodion-title h4 {
	font-size: 18px;
	font-weight: 500;
}
.accrodion .accrodion-title h4:before {
	content: '\f067 ';
	font-family: 'FontAwesome';
	font-weight: normal;
	font-size: 14px;
	width: 35px;
	height: 40px;
	line-height: 40px;
	background: #f4f4f4;
	color: #9e9e9e;
	display: inline-block;
	text-align: center;
	transition: all 0.5s ease;
	margin-right: 15px;
}
.accrodion .accrodion-content {
	padding-left: 50px;
}
.accrodion .accrodion-content p {
	margin: 0;
	margin-top: -10px;
	font-size: 16px;
	color: #9e9e9e;
	font-weight: 300;
	line-height: 26px;
}
.page-navigation {
	margin-top: 50px;
}
.page-navigation li {
	display: inline;
}
.page-navigation li a,
.page-navigation li span {
	width: 46px;
	height: 46px;
	line-height: 44px;
	background: #fff;
	color: #cdcdcd;
	font-size: 20px;
	display: inline-block;
	border: 1px solid #e2e2e2;
	margin-right: 5px;
	text-align: center;
	transition: all 0.3s ease;
}
.page-navigation li a i,
.page-navigation li span i {
	font-size: 16px;
	color: #cdcdcd;
}
.page-navigation li span,
.page-navigation li a:hover {
	background: #ff8c04;
	color: #fff;
	border-color: #ff8c04;
}
.home-google-map .google-map {
	width: 100%;
	height: 500px;
}
.mixit-gallery .mix {
	display: none;
}
ul.gallery-filter li:hover span,
ul.gallery-filter li.active span {
	background: #012f5d;
	color: #1782c7;
	border-color: #012f5d;
}
ul.gallery-filter li span {
	display: block;
	font-size: 16px;
	color: #9e9e9e;
	font-weight: 500;
	border: 1px solid #f4f4f4;
	line-height: 48px;
	padding-left: 19px;
	padding-right: 19px;
	transition: all 0.5s ease;
	cursor: pointer;
	background: url(../img/resources/gallery-filter-pattern.jpg) repeat top left;
}
ul.post-pagination li:hover a,
ul.post-pagination li.active a {
	background: #012f5d;
	color: #1782c7;
	border-color: #012f5d;
}
ul.post-pagination li a {
	display: block;
	font-size: 18px;
	color: #272727;
	font-weight: 700;
	border: 1px solid #f4f4f4;
	line-height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	transition: all 0.5s ease;
	cursor: pointer;
	background: url(../img/resources/gallery-filter-pattern.jpg) repeat top left;
}
/* ==============================
   3. Header styles
   ============================== */
.top-bar {
	background: #f4f4f4;
	padding: 5px 0;
}
#polyglotLanguageSwitcher a.current:link,
#polyglotLanguageSwitcher a.current:visited,
#polyglotLanguageSwitcher a.current:active {
	background-color: transparent;
	border: none;
	border-radius: 0;
	height: auto;
	font-size: 14px;
	font-weight: 300;
	color: #6b6b6b;
}
#polyglotLanguageSwitcher {
	padding: 7px 0;
}
#polyglotLanguageSwitcher span.trigger {
	top: 13px;
	right: 5px;
}
.top-bar .top-info {
	display: inline-block;
}
.top-bar .top-info ul,
.top-bar .top-info li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.top-bar .top-info ul li {
	display: inline-block;
	color: #6b6b6b;
	font-weight: 300;
	font-size: 14px;
	margin-left: 45px;
	line-height: 43px;
}
.top-bar .top-info i {
	font-weight: normal;
	font-size: 18px;
	margin-right: 5px;
}
.top-bar .top-info span {
	color: #1782c7;
}
.top-bar .social {
	margin-left: 50px;
	display: inline-block;
}
.top-bar .social ul,
.top-bar .social li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.top-bar .social ul li {
	display: inline-block;
	margin-left: 6px;
}
.top-bar .social ul li a {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #fff;
	font-size: 16px;
	color: #272727;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
	transition: all 0.5s ease;
}
.top-bar .social ul li a:hover {
	background: #1782c7;
	color: #fff;
}
header.header {
	padding-top: 30px;
	padding-bottom: 25px;
}
header.header .logo {
	position: relative;
	object-fit: contain !important;
}

header.header .single-header-right {
	display: inline-block;
	vertical-align: middle;
	margin-left: 60px; /*75*/
}
header.header .single-header-right:first-child {
	margin-left: 0;
}
header.header .single-header-right .icon-box,
header.header .single-header-right .content-box {
	display: table-cell;
	vertical-align: middle;
}
header.header .single-header-right .icon-box {
	width: 50px;
	text-align: center;
}
header.header .single-header-right .icon-box i {
	font-size: 38px;
	color: #13314c;
	position: relative;
	top: 5px;
}
header.header .single-header-right .content-box {
	padding-left: 15px;
}
header.header .single-header-right .content-box b,
a {
	font-size: 20px;
	color: #40454a;
	font-size: 16px;
	color: #40454a;
	margin: 0;
	font-weight: normal;
}
header.header .single-header-right .content-box p,
a {
	font-size: 16px;
	color: #40454a;
	margin: 0;
}
header.header .single-header-right .icon-btn {
	background: none;
	outline: none;
	border: none;
	background: #f5f5f5;
	width: 65px;
	height: 65px;
	color: #272727;
	font-size: 30px;
	line-height: 63px;
	border: 1px solid #f5f3f3;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	text-align: center;
}
header.header .single-header-right .icon-btn + .tooltip > .tooltip-inner {
	background-color: #1782c7;
	line-height: 50px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	padding: 0 30px;
	border-radius: 0;
}
header.header
	.single-header-right
	.icon-btn
	+ .tooltip
	> .tooltip-inner:before {
	content: '\f0ed';
	font-family: 'FontAwesome';
	color: #fff;
	font-size: 14px;
	margin-right: 5px;
}
header.header .single-header-right .icon-btn + .tooltip.top .tooltip-arrow {
	border-top-color: #1782c7;
	margin-left: -15px;
	border-width: 15px 15px 0;
}
header.header .single-header-right .thm-btn {
	display: inline-block;
	vertical-align: top;
}
.mainmenu-wrapper {
	background: #1e1e1e;
}
.mainmenu-wrapper.stricky-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
.mainmenu-wrapper.stricky-fixed.static {
	position: relative;
}
.mainmenu-wrapper .nav-header {
	background: #1e1e1e;
}
.mainmenu-holder .nav-header,
.mainmenu-holder .nav-footer {
	display: inline-block;
}
.mainmenu-holder .nav-header > ul,
.mainmenu-holder .nav-footer > ul,
.mainmenu-holder .nav-header > ul > li,
.mainmenu-holder .nav-footer > ul > li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mainmenu-holder .nav-footer > ul > li,
.mainmenu-holder .nav-header > ul > li {
	display: inline-block;
}
.mainmenu-holder .nav-header > ul > li {
	position: relative;
	line-height: 40px;
	margin-left: -4px;
}
.mainmenu-holder .nav-header > ul > li > a {
	display: block;
	color: #ffffff;
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	padding: 0 26px;
	transition: all 0.3s ease;
	letter-spacing: 0.04em;
	font-weight: bold;
	position: relative;
}
.mainmenu-holder .nav-header > ul > li > a:before {
	content: '';
	position: absolute;
	top: 0;
	right: -2px;
	width: 2px;
	height: 100%;
	background: url(../img/resources/menu-border.png) center center no-repeat;
}
.mainmenu-holder .nav-header > ul > li:last-child > a:before {
	display: none;
}
.mainmenu-holder .nav-header > ul > li.active > a {
	background: #1782c7;
	color: #fff !important;
}
.mainmenu-holder .nav-header > ul > li.active > a:before {
	display: none;
}
.mainmenu-holder .nav-header > ul > li:hover > a {
	color: #1782c7;
}
.mainmenu-holder .nav-header > ul > li > a i {
	font-size: 14px;
	line-height: 0;
}
.mainmenu-holder .nav-header > ul > li.dropdown > a:after {
	content: '\f107';
	font-family: 'FontAwesome';
	font-size: 14px;
	margin-left: 5px;
}
.mainmenu-holder .nav-header > ul > li > ul,
.mainmenu-holder .nav-header > ul > li > ul > li > ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 295px;
	background: #fff;
	padding: 0;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
	z-index: 9999;
}
.mainmenu-holder .nav-header > ul > li > ul > li > ul {
	top: 0;
	left: 100%;
}
.mainmenu-holder .nav-header > ul > li:hover > ul,
.mainmenu-holder .nav-header > ul > li > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
}
.mainmenu-holder .nav-header > ul > li > ul li {
	display: block;
	position: relative;
	line-height: 50px;
}
.mainmenu-holder .nav-header > ul > li > ul li:last-child {
	border-bottom: 0;
}
.mainmenu-holder .nav-header > ul > li > ul li a {
	display: block;
	text-align: left;
	color: #272727;
	font-size: 16px;
	text-transform: none;
	padding: 0px 23px;
	transition: all 0.3s ease;
	font-family: 'Roboto', sans-serif;
	border-bottom: 1px solid #f4f4f4;
	font-weight: bold;
}
.mainmenu-holder .nav-header > ul > li > ul li:hover > a {
	background: #1782c7;
	color: #fff;
}
.mainmenu-holder .nav-header .navigation .dropdown-expander {
	width: 35px;
	height: 35px;
	background: #1782c7;
	color: #012f5d;
	border: none;
	outline: none;
	line-height: 35px;
	position: absolute;
	top: 7px;
	right: 20px;
}
.mainmenu-holder .nav-footer {
	margin-left: 20px;
}
.mainmenu-holder .nav-footer > ul > li {
	position: relative;
	padding-bottom: 10px;
}
.mainmenu-holder .nav-footer > ul > li > button {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	background: none;
	color: #fff;
	background: #1782c7;
	border: none;
	outline: none;
	transition: all 0.3s ease;
}
.mainmenu-holder .nav-footer > ul > li > button:hover {
	background: #1782c7;
	color: #fff;
	border-color: #1782c7;
}
.mainmenu-holder .nav-footer > ul > li > button i.fa-search {
	position: relative;
	top: -2px;
}
.mainmenu-holder .nav-footer > ul > li .search-box {
	position: absolute;
	width: 250px;
	background: #1782c7;
	top: 100%;
	right: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	padding: 10px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
}
.mainmenu-holder .nav-footer > ul > li:hover .search-box {
	opacity: 1;
	visibility: visible;
}
.mainmenu-holder .nav-footer > ul > li .search-box form {
	background: #fff;
}
.mainmenu-holder .nav-footer > ul > li .search-box li {
	list-style: none;
}
.mainmenu-holder .nav-footer > ul > li .search-box li input {
	width: 78%;
	background-color: transparent;
	border: none;
	outline: none;
	height: 40px;
}
.mainmenu-holder .nav-footer > ul > li .search-box li button {
	background: none;
	outline: none;
	color: #a9a9a9;
	border: none;
	width: 30px;
	height: 40px;
	margin-right: 5px;
}
.mainmenu-wrapper .search-box {
	width: 330px;
	padding: 15px 0;
}
.mainmenu-wrapper .search-box form {
	width: 100%;
	height: 50px;
	border: 1px solid #2a2a2a;
	background: #252525;
}
.mainmenu-wrapper .search-box form input {
	border: none;
	outline: none;
	text-transform: none;
	background-color: transparent;
	width: 70%;
	float: left;
	line-height: 48px;
	color: #1782c7;
	font-size: 16px;
	font-weight: 300;
	padding-left: 20px;
	height: 100%;
}
.mainmenu-wrapper .search-box form input::-webkit-input-placeholder {
	color: #1782c7;
}
.mainmenu-wrapper .search-box form input:-moz-placeholder {
	/* Firefox 18- */
	color: #1782c7;
}
.mainmenu-wrapper .search-box form input::-moz-placeholder {
	/* Firefox 19+ */
	color: #1782c7;
}
.mainmenu-wrapper .search-box form input:-ms-input-placeholder {
	color: #1782c7;
}
.mainmenu-wrapper .search-box form button {
	background: none;
	outline: none;
	border: none;
	background: #1782c7;
	width: 50px;
	height: 100%;
	color: #fff;
	float: right;
}
/* ==============================
   4. Slider styles
   ============================== */
.rev_slider_wrapper .factory-caption-h1 {
	font-size: 18px;
	color: #fff;
	line-height: 34px;
	font-weight: bold;
	margin-top: 6rem !important;
	background-color: #1782c7;
	padding: 0 15px;
}
.rev_slider_wrapper .factory-caption-text {
	font-size: 60px;
	color: #fff;
	line-height: 70px;
}
.rev_slider_wrapper .factory-caption-p {
	font-size: 18px;
	color: #fff;
	line-height: 34px;
}
.rev_slider_wrapper .thm-btn {
	font-size: 14px;
	line-height: 55px;
	padding: 0px 39px;
}
.rev_slider_wrapper .tparrows {
	width: 60px;
	height: 60px;
	border: 3px solid #fff;
	font-size: 18px;
	line-height: 54px;
	color: #fff;
	background: transparent;
	visibility: visible !important;
	opacity: 2 !important;
	margin-top: -80px;
	transition: all 0.5s ease;
}
.rev_slider_wrapper .tparrows:before {
	line-height: 54px;
	font-size: 18px;
	font-weight: bold;
}
.rev_slider_wrapper .tparrows:hover {
	background: #012f5d;
	border-color: #012f5d;
}
.call-to-action {
	background: rgba(1, 47, 93, 0.9);
	background: rgba(30, 30, 30, 0.9);
	padding: 33px 0;
	position: relative;
	z-index: 9;
	margin-top: -101px;
}
.call-to-action.no-margin {
	margin: 0;
	background: #012f5d;
}
.call-to-action p {
	margin: 0;
	font-size: 24px;
	color: #fff;
	line-height: 35px;
}
.call-to-action p a {
	color: #1782c7;
	text-decoration: underline;
}
/* ==============================
   5. Our Services styles
   ============================== */
.our-services h3,
.our-services p {
	margin: 0;
}
.our-services h3 {
	font-size: 18px;
	/* color: #f4f4f4; */
	color: #272727;
	font-weight: 500;
	line-height: 26px;
}
.our-services p {
	font-size: 16px;
	font-weight: 300;
	color: #9e9e9e;
	line-height: 26px;
}
.our-services .caption-box-wrapper {
	border-top: 1px solid #f4f4f4;
	margin-top: 35px;
}
.our-services .single-our-service h3 {
	/* font-size: 22px;
	background-color: #012f5d;
	padding: 16px;
	margin: 0 -15px 15px; */
	font-size: 22px;
	margin-top: 17px;
	margin-bottom: 11px;
}
.our-services .single-our-service .img-box {
	position: relative;
}
.our-services .single-our-service .img-box:hover .overlay {
	opacity: 1;
}
.our-services .single-our-service .img-box .overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 23, 45, 0.8);
	border-bottom: 3px solid #1782c7;
	opacity: 0;
	transition: all 0.5s ease;
}
.our-services .single-our-service .img-box .overlay .box {
	display: table;
	width: 100%;
	height: 100%;
}
.our-services .single-our-service .img-box .overlay .box .box-content {
	display: table-cell;
	vertical-align: bottom;
	text-align: center;
}
.our-services .single-our-service .img-box .overlay .box .box-content a {
	color: #012f5d;
	text-transform: uppercase;
	background: #1782c7;
	font-weight: bold;
	font-size: 14px;
	line-height: 45px;
	display: inline-block;
	padding: 0 55px;
	position: relative;
	top: 3px;
	transition: all 0.5s ease;
}
.our-services .single-our-service .img-box .overlay .box .box-content a:before,
.our-services .single-our-service .img-box .overlay .box .box-content a:after {
	content: '';
	background: #1782c7;
	position: absolute;
	top: 0;
	width: 45px;
	height: 100%;
	transition: all 0.5s ease;
}
.our-services .single-our-service .img-box .overlay .box .box-content a:before {
	left: -17px;
	transform: skew(-37deg);
}
.our-services .single-our-service .img-box .overlay .box .box-content a:after {
	right: -17px;
	transform: skew(37deg);
}
.our-services .single-our-service-caption-box {
	padding: 15px;
}

.our-services .single-our-service-caption-box .img-box,
.our-services .single-our-service-caption-box .content-box {
	display: table-cell;
	vertical-align: top;
}
.our-services .single-our-service-caption-box .img-box img {
	width: 300px;
	object-fit: contain;
}
.our-services .single-our-service-caption-box .content-box {
	padding-left: 20px;
}
.our-services.service-page .has-divider {
	border-top: 1px solid #f4f4f4;
	margin-top: 60px;
	padding-top: 60px;
}
.single-service-page .img-box img:first-child {
	margin-right: 2px;
}
.single-service-page .content-box p {
	font-size: 18px;
	color: #9e9e9e;
	line-height: 30px;
	margin-top: 20px;
	font-weight: 300;
}
.single-service-page .content-box p:last-child {
	padding-bottom: 40px;
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: 40px;
}
.single-service-page .two-col-content {
	padding-bottom: 40px;
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: 40px;
}
.single-service-page .two-col-content .img-box img {
	margin-bottom: 10px;
}
.single-service-page .two-col-content .content-box p,
.single-service-page .two-col-content .content-box p:last-child {
	padding: 0;
	margin: 0;
	border: none;
	margin-bottom: 22px;
}
.single-service-page .two-col-content .content-box p:last-child {
	margin-bottom: 0;
}
.single-service-page .two-col-img-box .box-left {
	width: 54%;
	float: left;
}
.single-service-page .two-col-img-box .box-right {
	width: 44.8%;
	float: right;
	margin-left: 10px;
}
.single-service-page .two-col-img-box img {
	margin-bottom: 10px;
}
.single-service-page .video-box {
	position: relative;
}
.single-service-page .video-box .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background-color: transparent;
	transition: all 0.5s ease;
}
.single-service-page .video-box .overlay .box {
	display: table;
	width: 100%;
	height: 100%;
}
.single-service-page .video-box .overlay .box .box-content {
	display: table-cell;
	vertical-align: middle;
}
.single-service-page .video-box .overlay .box .box-content a {
	font-size: 62px;
	color: #fff;
	display: inline-block;
}
.single-service-page .video-box:hover .overlay {
	background: rgba(1, 47, 93, 0.5);
}
.single-service-page .single-our-feature {
	padding: 20px 15px !important;
	margin: 0 !important;
}
.single-service-page .single-our-feature .icon-box:before {
	transition: all 0.5s ease;
}
.single-service-page .single-our-feature:hover {
	background: #012f5d;
}
.single-service-page .single-our-feature:hover .icon-box {
	transform: translate3d(0, 0px, 0) !important;
}
.single-service-page .single-our-feature:hover .icon-box:before {
	color: #fff !important;
}
.single-service-page .single-our-feature:hover h3,
.single-service-page .single-our-feature:hover p {
	transform: translate3d(0, 0px, 0) !important;
	color: #fff !important;
}
/* ==============================
   6. Our features styles
   ============================== */
.our-features {
	/* background: #09325b url(../img/resources/feature-bg.jpg) center center
    no-repeat; */
	position: relative;
	background: rgb(45, 100, 117);
	background: linear-gradient(
		90deg,
		rgba(45, 100, 117, 1) 0%,
		rgba(33, 52, 64, 1) 80%,
		rgba(33, 52, 64, 1) 100%
	);
}
.our-features:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(9, 50, 91, 0.9);
}
.our-features.in-wrapper {
	background: none;
}
.our-features.in-wrapper:before {
	display: none;
}
.our-features.in-wrapper .container {
	background: #09325b;
}
.our-features .single-our-feature {
	text-align: center;
	color: #fff;
	padding: 100px 0;
	position: relative;
	transition: all 0.5s ease;
}
.our-features .single-our-feature.heading {
	padding: 50px 0 !important;
}
.our-features .single-our-feature .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	transition: all 0.5s ease;
	opacity: 0;
	border-bottom: 3px solid #1782c7;
	overflow-y: hidden;
}
.our-features .single-our-feature .overlay:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(9, 29, 49, 0.9);
	opacity: 1;
	transition: all 0.5s ease;
}
.our-features .single-our-feature .overlay .box {
	display: table;
	width: 100%;
	height: 100%;
}
.our-features .single-our-feature .overlay .box .box-content {
	display: table-cell;
	vertical-align: bottom;
	text-align: center;
}
.our-features .single-our-feature .overlay .box .box-content a {
	color: #012f5d;
	text-transform: uppercase;
	background: #1782c7;
	font-weight: bold;
	font-size: 14px;
	line-height: 45px;
	display: inline-block;
	padding: 0 55px;
	position: relative;
	top: 3px;
	transform: translate3d(0, 45px, 0);
	transition: all 0.5s ease;
}
.our-features .single-our-feature .overlay .box .box-content a:before,
.our-features .single-our-feature .overlay .box .box-content a:after {
	content: '';
	background: #1782c7;
	position: absolute;
	top: 0;
	width: 45px;
	height: 100%;
	transition: all 0.5s ease;
}
.our-features .single-our-feature .overlay .box .box-content a:before {
	left: -17px;
	transform: skew(-37deg);
}
.our-features .single-our-feature .overlay .box .box-content a:after {
	right: -17px;
	transform: skew(37deg);
}
.our-features .single-our-feature .icon-box {
	width: 98px;
	text-align: center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 98px;
	line-height: 98px;
	margin-bottom: 36px;
	transform: translate3d(0, 0, 0);
	transition: all 0.5s ease;
}
.our-features .single-our-feature .icon-box:before {
	content: '\f10d';
	font-family: Flaticon;
	font-size: 98px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.our-features .single-our-feature .icon-box i {
	font-size: 54px;
	display: block;
	vertical-align: bottom;
}
.our-features .single-our-feature h3,
.our-features .single-our-feature p {
	margin: 0;
	position: relative;
	transform: translate3d(0, 0, 0);
	transition: all 0.5s ease;
}
.our-features .single-our-feature h3 {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 14px;
}
.our-features .single-our-feature p {
	font-size: 16px;
	color: #1782c7;
	font-weight: 300;
	line-height: 26px;
}
.our-features .single-our-feature:hover .icon-box {
	transform: translate3d(0, -20px, 0);
}
.our-features .single-our-feature:hover h3,
.our-features .single-our-feature:hover p {
	transform: translate3d(0, -20px, 0);
	transition: all 0.5s ease;
}
.our-features .single-our-feature:hover .overlay .box .box-content a {
	transform: translate3d(0, 0px, 0);
}
.no-container.our-features.in-wrapper .container {
	background: none;
}
.no-container.our-features .single-our-feature {
	margin-left: -15px;
	margin-right: -15px;
}
.no-container.our-features .single-our-feature {
	padding-top: 0;
	padding-bottom: 0;
}
.no-container.our-features .single-our-feature .icon-box:before {
	color: #012f5d;
}
.no-container.our-features .single-our-feature .icon-box {
	color: #1782c7;
}
.no-container.our-features .single-our-feature .icon-box {
	margin-bottom: 0;
	margin-bottom: 20px;
}
.no-container.our-features .single-our-feature h3 {
	color: #272727;
}
.no-container.our-features .single-our-feature p {
	color: #9e9e9e;
	font-weight: 300;
}
.no-container.our-features .our-features-wrap {
	padding-bottom: 40px;
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: 40px;
}
.no-container.our-features .single-our-feature .text-box {
	color: #272727;
}
/* ==============================
   7. About section styles
   ============================== */
.about-section .section-title {
	margin-bottom: 34px;
}
.about-section .right-textbox h2 {
	margin: 0;
	color: #272727;
	font-size: 36px;
	line-height: 26px;
	margin-bottom: 30px;
	font-weight: 500;
}
.about-section .right-textbox p {
	font-size: 16px;
	color: #9e9e9e;
	font-weight: 300;
	line-height: 31px;
	margin: 0;
	margin-bottom: 33px;
}
.about-section .right-textbox p:last-child {
	margin-bottom: 0;
}
.about-section .img-box {
	margin-right: -7px;
}
.about-section .img-box img {
	margin-top: 10px;
	margin-right: 7px;
}
.about-section .owl-theme .owl-dots .owl-dot span {
	background: #fff;
	border: 1px solid #fff;
}
.about-section .owl-theme .owl-dots .owl-dot.active span {
	background: transparent;
	border-color: #1782c7;
}
.about-section .owl-theme .owl-dots {
	margin-top: -40px;
	position: relative;
}
.about-section.about-page .right-textbox p {
	margin-bottom: 25px;
}
/* ==============================
   8. Team Member styles
   ============================== */
.team-wrapper {
	border-top: 1px solid #f4f4f4;
	margin-top: 54px;
	padding-top: 60px;
}
.single-team-member h3,
.single-team-member p {
	margin: 0;
}
.single-team-member h3 {
	font-size: 22px;
	color: #272727;
	font-weight: 500;
	margin-top: 18px;
	margin-bottom: 8px;
}
.single-team-member p {
	color: #9e9e9e;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
}
.single-team-member p.position {
	color: #1782c7;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 9px;
}
.single-team-member p.info {
	margin-top: 11px;
}
.single-team-member p.info span {
	color: #002e5b;
	font-weight: 300;
}
.single-team-member .img-box {
	position: relative;
	overflow: hidden;
}
.single-team-member .img-box img {
	transition: all 0.5s ease;
	transform: scale(1);
}
.single-team-member .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	transition: all 0.5s ease;
	opacity: 0;
	border-bottom: 0px solid #1782c7;
	overflow: hidden;
}
.single-team-member .overlay:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.6);
	opacity: 1;
	transition: all 0.5s ease;
}
.single-team-member .overlay .box {
	display: table;
	width: 100%;
	height: 100%;
}
.single-team-member .overlay .box .box-content {
	display: table-cell;
	vertical-align: bottom;
	text-align: center;
	position: relative;
}
.single-team-member .overlay .box .box-content ul,
.single-team-member .overlay .box .box-content li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.single-team-member .overlay .box .box-content ul {
	transform: translate3d(0, 45px, 0);
	transition: all 0.5s ease;
}
.single-team-member .overlay .box .box-content ul li {
	display: inline-block;
	margin-left: 6px;
}
.single-team-member .overlay .box .box-content ul li a {
	display: block;
	width: 43px;
	height: 43px;
	text-align: center;
	line-height: 43px;
	background: #fff;
	font-size: 18px;
	color: #272727;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
	transition: all 0.5s ease;
}
.single-team-member .overlay .box .box-content ul li a:hover {
	background: #1782c7;
	color: #fff;
}
.single-team-member:hover .img-box img {
	transform: scale(1.1);
	transition: all 0.5s ease;
}
.single-team-member:hover .overlay {
	opacity: 1;
}
.single-team-member:hover .overlay .box .box-content ul {
	transform: translate3d(0, 0px, 0);
}
/* ==============================
   9. call to action styles
   ============================== */
.call-to-action-home {
	background: #09325b url(../img/resources/call-to-action-bg.jpg) 0 0 no-repeat;
	background-size: cover;
	padding: 78px 0;
	position: relative;
}
.call-to-action-home:before {
	content: '';
	background: rgba(9, 50, 91, 0.9);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.call-to-action-home h3 {
	font-size: 36px;
	font-weight: 500;
	line-height: 48px;
	color: #fff;
	text-align: center;
	position: relative;
}
.call-to-action-home h3 span {
	color: #1782c7;
}
/* ==============================
   10. Blog styles
   ============================== */
.single-blog-post {
	box-shadow: 0 0px 10px 0.5px rgba(0, 0, 0, 0.07);
	padding: 25px;
	margin-bottom: 25px;
	padding-right: 10px;
}
.single-blog-post:last-child {
	margin-bottom: 0;
}
.single-blog-post .img-box,
.single-blog-post .content-box {
	display: table-cell;
	vertical-align: middle;
}
.single-blog-post .img-box {
	width: 150px;
	position: relative;
}
.single-blog-post .img-box .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(1, 47, 93, 0.8);
	text-align: center;
	border-bottom: 3px solid #1782c7;
	opacity: 0;
	transition: all 0.5s ease;
}
.single-blog-post .img-box .overlay .box {
	display: table;
	width: 100%;
	height: 100%;
}
.single-blog-post .img-box .overlay .box .box-content {
	display: table-cell;
	vertical-align: bottom;
}
.single-blog-post .img-box .overlay .box .box-content a {
	background: #1782c7;
	display: inline-block;
	font-size: 12px;
	color: #012f5d;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 34px;
	top: 3px;
	position: relative;
	z-index: 2;
}
.single-blog-post .img-box .overlay .box .box-content a span {
	position: relative;
	z-index: 999;
}
.single-blog-post .img-box .overlay .box .box-content a:before,
.single-blog-post .img-box .overlay .box .box-content a:after {
	content: '';
	background: #1782c7;
	position: absolute;
	top: 0;
	width: 45px;
	height: 100%;
	transition: all 0.5s ease;
	z-index: 0;
}
.single-blog-post .img-box .overlay .box .box-content a:before {
	left: -17px;
	transform: skew(-37deg);
}
.single-blog-post .img-box .overlay .box .box-content a:after {
	right: -17px;
	transform: skew(37deg);
}
.single-blog-post .content-box {
	padding-left: 30px;
}
.single-blog-post .content-box h3 {
	margin: 0;
	font-size: 22px;
	color: #272727;
	line-height: 30px;
	margin-bottom: 6px;
	transition: all 0.5s ease;
}
.single-blog-post .content-box h3:hover {
	color: #1782c7;
}
.single-blog-post .content-box p {
	margin: 0;
	color: #9e9e9e;
	font-size: 16px;
	font-weight: 300;
}
.single-blog-post .content-box ul,
.single-blog-post .content-box li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.single-blog-post .content-box ul {
	margin-top: 12px;
}
.single-blog-post .content-box ul > li {
	display: inline;
	border-right: 1px solid #d8d8d8;
	padding-right: 17px;
	margin-right: 12px;
}
.single-blog-post .content-box ul > li:last-child {
	padding-right: 0;
	margin-right: 0;
	border: none;
}
.single-blog-post .content-box ul > li > a {
	display: inline-block;
	color: #1782c7;
	font-size: 16px;
}
.single-blog-post .content-box ul > li > a i {
	margin-right: 5px;
}
.single-blog-post:hover .img-box .overlay {
	opacity: 1;
}
.news-content .single-blog-post {
	padding: 25px;
	margin-bottom: 60px;
	overflow: hidden;
}
.news-content .single-blog-post .img-box,
.news-content .single-blog-post .content-box {
	display: block;
}
.news-content .single-blog-post .img-box {
	width: auto;
	margin-bottom: 30px;
}
.news-content .single-blog-post .img-box iframe {
	border: none;
}
.news-content .single-blog-post .img-box img {
	width: 100%;
}
.news-content .single-blog-post .content-box {
	padding: 0;
}
.news-content .single-blog-post .content-box p {
	margin-top: 11px;
}
.news-content .single-blog-post .content-box .bottom-box {
	margin-top: 22px;
}
.news-content .single-blog-post .content-box .bottom-box h3 {
	font-size: 30px;
	color: #272727;
	font-weight: bold;
	margin: 0;
	line-height: 55px;
}
.news-content .single-blog-post .content-box .bottom-box .thm-btn {
	line-height: 55px;
	background: #012f5d;
}
.news-content .single-blog-post .content-box .bottom-box .thm-btn:hover {
	background: #1782c7;
}
.news-content
	.single-blog-post
	.content-box
	.bottom-box
	.share-box.has-slide
	ul {
	transform: translate3d(400px, 0px, 0);
	opacity: 0;
	transition: all 0.5s ease;
}
.news-content .single-blog-post .content-box .bottom-box .share-box ul {
	display: inline-block;
	margin: 0;
}
.news-content
	.single-blog-post
	.content-box
	.bottom-box
	.share-box
	ul.share-hide {
	transform: translate3d(400px, 0px, 0);
	opacity: 0;
}
.news-content
	.single-blog-post
	.content-box
	.bottom-box
	.share-box
	ul.share-show {
	transform: translate3d(0px, 0px, 0);
	opacity: 1;
}
.news-content .single-blog-post .content-box .bottom-box .share-box ul li {
	width: 55px;
	height: 55px;
	border: 1px solid #eeeeee;
	display: inline-block;
	padding: 0;
}
.news-content .single-blog-post .content-box .bottom-box .share-box ul li a {
	line-height: 53px;
	text-align: center;
	display: block;
	color: #272727;
	transition: all 0.5s ease;
}
.news-content .single-blog-post .content-box .bottom-box .share-box ul li a i {
	margin: 0;
	font-size: 18px;
}
.news-content
	.single-blog-post
	.content-box
	.bottom-box
	.share-box
	ul
	li
	a:hover {
	background: #1782c7;
	border-color: #1782c7;
	color: #fff;
}
.news-content .single-blog-post .content-box .bottom-box .share-box button {
	display: inline-block;
	background: #000;
	width: 55px;
	height: 55px;
	border: none;
	line-height: 55px;
	color: #9e9e9e;
	background: #f4f4f4;
	text-align: center;
	margin-left: 11px;
	font-size: 18px;
	outline: none;
	position: relative;
	z-index: 999;
	transition: all 0.5s ease;
}
.news-content
	.single-blog-post
	.content-box
	.bottom-box
	.share-box
	button:hover {
	color: #1782c7;
	background: #012f5d;
}
.single-sidebar-box {
	margin-bottom: 50px;
}
.single-sidebar-box .title {
	background: url(../img/resources/sidebar-title-bg.jpg) repeat top left;
	padding-left: 20px;
}
.single-sidebar-box .title h3 {
	font-size: 24px;
	font-weight: 900;
	color: #272727;
	text-transform: uppercase;
	margin: 0;
	line-height: 60px;
}
.single-sidebar-box.search-widget form {
	background: #f4f4f4;
	width: 100%;
	height: 55px;
}
.single-sidebar-box.search-widget form input {
	background: none;
	border: none;
	outline: none;
	width: 70%;
	float: left;
	height: 100%;
	padding-left: 20px;
}
.single-sidebar-box.search-widget form button {
	background: #012f5d;
	color: #1782c7;
	font-size: 16px;
	width: 55px;
	border: none;
	outline: none;
	height: 55px;
	line-height: 55px;
	float: right;
	transition: all 0.5s ease;
}
.single-sidebar-box.search-widget form button:hover {
	background: #1782c7;
	color: #012f5d;
}
.single-sidebar-box.category-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 30px;
}
.single-sidebar-box.category-widget ul li {
	list-style: none;
	border-bottom: 1px solid #f5f5f5;
}
.single-sidebar-box.category-widget ul li:last-child {
	border: none;
}
.single-sidebar-box.category-widget ul li a {
	display: block;
	font-size: 16px;
	line-height: 50px;
	color: #272727;
	transition: all 0.5s ease;
}
.single-sidebar-box.category-widget ul li a:hover {
	color: #1782c7;
}
.single-sidebar-box.category-widget ul li a:hover:before {
	background: #1782c7;
}
.single-sidebar-box.category-widget ul li a:before {
	content: '';
	width: 8px;
	height: 8px;
	background: transparent;
	border: 1px solid #1782c7;
	border-radius: 50%;
	display: inline-block;
	margin-right: 20px;
	transition: all 0.5s ease;
}
.single-sidebar-box.recent-news-widget ul {
	margin: 0;
	padding: 0;
	margin-top: 40px;
}
.single-sidebar-box.recent-news-widget li {
	list-style: none;
	padding-bottom: 12px;
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: 20px;
}
.single-sidebar-box.recent-news-widget li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}
.single-sidebar-box.recent-news-widget .img-box {
	width: 75px;
	display: table-cell;
	vertical-align: middle;
}
.single-sidebar-box.recent-news-widget .content-box {
	padding-left: 27px;
	vertical-align: middle;
	display: table-cell;
}
.single-sidebar-box.recent-news-widget .content-box h4 {
	font-size: 16px;
	color: #272727;
	font-weight: 900;
	margin: 0;
	line-height: 28px;
}
.single-sidebar-box.recent-news-widget .content-box a.date {
	color: #1782c7;
	font-size: 16px;
	font-weight: 500;
}
.single-sidebar-box.testimonials-widget .single-testi-carousel {
	margin-top: 40px;
}
.single-sidebar-box.testimonials-widget .single-testi-carousel .box {
	background: url(../img/resources/testi-bg.png) top left no-repeat;
	background-size: 100% 100%;
	padding-top: 24px;
	padding-left: 18px;
	padding-bottom: 30px;
}
.single-sidebar-box.testimonials-widget .single-testi-carousel .box p {
	font-size: 16px;
	color: #272727;
	line-height: 26px;
	margin: 0;
	margin-bottom: 5px;
}
.single-sidebar-box.testimonials-widget .single-testi-carousel .box span {
	color: #1782c7;
	font-size: 14px;
}
.single-sidebar-box.testimonials-widget .single-testi-carousel .box span b {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
}
.single-sidebar-box.testimonials-widget .single-testi-carousel img {
	display: block;
	margin-top: 10px;
	width: auto;
	max-width: none;
}
.single-sidebar-box.testimonials-widget .testimonial-carousel {
	position: relative;
}
.single-sidebar-box.testimonials-widget .testimonial-carousel .owl-controls {
	padding: 10px 10px 10px 0;
	position: absolute;
	top: -60px;
	right: -10px;
	display: inline-block;
	background: #fff;
}
.single-sidebar-box.testimonials-widget
	.testimonial-carousel
	.owl-dots
	.owl-dot
	span {
	width: 10px;
	height: 10px;
	background: #1782c7;
	border: 1px solid #1782c7;
}
.single-sidebar-box.testimonials-widget
	.testimonial-carousel
	.owl-dots
	.owl-dot.active
	span {
	background-color: transparent;
}
.single-sidebar-box.price-filter .range-slider-price {
	margin-top: 50px;
	margin-bottom: 30px;
}
.single-sidebar-box.price-filter button {
	color: #9e9e9e;
	font-size: 14px;
	font-weight: 900;
	background: #f4f4f4;
	border: none;
	outline: none;
	text-transform: uppercase;
	width: 90px;
	height: 35px;
	display: inline-block;
	float: left;
}
.single-sidebar-box.price-filter p {
	display: inline-block;
	float: right;
	margin: 0;
	line-height: 35px;
	font-size: 16px;
	font-weight: 500;
	color: #272727;
	text-transform: capitalize;
}
.single-sidebar-box.price-filter input {
	width: auto;
	border: none;
	outline: none;
	width: 50px;
	font-size: 16px;
	font-weight: 500;
	color: #272727;
}
.single-sidebar-box.price-filter .noUi-connect {
	background: #1782c7;
}
.single-sidebar-box.price-filter .noUi-background {
	background: #f4f4f4;
}
.single-sidebar-box.price-filter .noUi-handle {
	background: #012f5d;
	border-radius: 50% !important;
	box-shadow: none;
	border-color: #e0e0e0;
	cursor: pointer;
}
.single-sidebar-box.best-seller > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 37px;
}
.single-sidebar-box.best-seller > ul > li {
	list-style: none;
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.single-sidebar-box.best-seller > ul > li:last-child {
	border: none;
	margin: 0;
	padding: 0;
}
.single-sidebar-box.best-seller > ul > li .img-box,
.single-sidebar-box.best-seller > ul > li .text-box {
	display: table-cell;
	vertical-align: middle;
}
.single-sidebar-box.best-seller > ul > li .img-box .box {
	width: 75px;
	height: 75px;
	text-align: center;
	line-height: 75px;
	background: #f4f4f4;
	padding: 0;
}
.single-sidebar-box.best-seller > ul > li .text-box {
	padding-left: 27px;
}
.single-sidebar-box.best-seller > ul > li .text-box h3 {
	font-size: 16px;
	margin: 0;
	line-height: 28px;
	font-weight: bold;
	color: #272727;
}
.single-sidebar-box.best-seller > ul > li .text-box ul.star-box {
	margin: 0;
	padding: 0;
	list-style: none;
}
.single-sidebar-box.best-seller > ul > li .text-box ul.star-box li {
	list-style: none;
	display: inline-block;
	margin-right: 4px;
}
.single-sidebar-box.best-seller > ul > li .text-box ul.star-box li i {
	font-size: 12px;
	color: #1782c7;
}
.single-sidebar-box.best-seller > ul > li .text-box .price {
	font-size: 16px;
	color: #012f5d;
	font-weight: 500;
}
.single-sidebar-box.tag-links ul {
	margin: 0;
	padding: 0;
	margin-top: 35px;
}
.single-sidebar-box.tag-links ul li {
	display: inline-block;
	list-style: none;
}
.single-sidebar-box.tag-links ul li a {
	display: block;
	border: 1px solid #f4f4f4;
	font-size: 16px;
	color: #9b9b9b;
	text-transform: capitalize;
	line-height: 30px;
	padding: 0 10px;
	transition: all 0.5s ease;
	margin-right: 4px;
	margin-bottom: 5px;
}
.single-sidebar-box.tag-links ul li a:hover {
	background: #012f5d;
	color: #1782c7;
}
.single-sidebar-box.service-link-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.single-sidebar-box.service-link-widget ul li {
	list-style: none;
	margin-bottom: 5px;
}
.single-sidebar-box.service-link-widget ul li.active a {
	background: #012f5d;
	border-color: #1782c7;
	color: #fff;
}
.single-sidebar-box.service-link-widget ul li a {
	display: block;
	background: #f4f4f4;
	font-size: 16px;
	color: #272727;
	font-weight: bold;
	line-height: 60px;
	padding-left: 23px;
	border-left: 4px solid transparent;
	transition: all 0.5s ease;
}
.single-sidebar-box.service-link-widget ul li a:hover {
	background: #012f5d;
	border-color: #1782c7;
	color: #fff;
}
.single-sidebar-box.broucher-widgets {
	background: #1782c7;
	padding: 10px 0;
}
.single-sidebar-box.broucher-widgets .icon-box,
.single-sidebar-box.broucher-widgets .text-box {
	display: table-cell;
	vertical-align: middle;
}
.single-sidebar-box.broucher-widgets .icon-box {
	width: 45px;
	height: 45px;
	background: #012f5d;
	color: #fff;
	text-align: center;
	font-size: 20px;
}
.single-sidebar-box.broucher-widgets .text-box {
	padding-left: 30px;
}
.single-sidebar-box.broucher-widgets .text-box h4 {
	font-size: 18px;
	color: #272727;
	margin: 0;
}
.single-news-page .single-blog-post .content-box p {
	margin-bottom: 30px;
}
.single-news-page .single-blog-post {
	padding: 0;
	box-shadow: none;
}
.comment-box {
	border-top: 1px solid #f9f8f8;
	padding-top: 60px;
	margin-top: 55px;
}
.comment-box .single-comment-box .img-box,
.comment-box .single-comment-box .text-box {
	display: table-cell;
	vertical-align: top;
}
.comment-box .single-comment-box .img-box {
	width: 100px;
}
.comment-box .single-comment-box .text-box {
	padding-left: 20px;
}
.comment-box .single-comment-box .text-box .top-box h2 {
	display: inline-block;
	font-size: 24px;
	color: #272727;
	margin: 0;
	line-height: 24px;
}
.comment-box .single-comment-box .text-box .top-box span {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #1782c7;
}
.comment-box .single-comment-box .text-box .content p {
	margin: 0;
}
.comment-box .single-comment-box .text-box .content a {
	font-size: 16px;
	font-weight: bold;
	color: #1782c7;
}
.reply-box {
	border-top: 1px solid #f9f8f8;
	padding-top: 60px;
	margin-top: 55px;
}
.reply-box input,
.reply-box textarea,
.reply-box button {
	width: 100%;
	border: 2px solid #eeeeee;
	outline: none;
	padding-left: 20px;
}
.reply-box input {
	height: 50px;
	line-height: 50px;
	margin-bottom: 20px;
}
.reply-box input:last-child {
	margin-bottom: 0;
}
.reply-box textarea {
	height: 190px;
	padding-top: 10px;
}
.reply-box button {
	background: #1782c7;
	font-size: 16px;
	font-weight: 900;
	color: #fff;
	padding: 0;
	line-height: 50px;
	text-transform: uppercase;
	margin-top: 10px;
	transition: all 0.5s ease;
	border: none;
}
.reply-box button:hover {
	background: #012f5d;
	color: #1782c7;
}
/* ==============================
   11. Testimonial styles
   ============================== */
.testimonials-section {
	background: #f4f4f4;
}
.testimonials-section .section-title h2 span {
	background: #f4f4f4;
}
.testimonials-section .thm-container {
	position: relative;
}
.testimonials-section .owl-theme .owl-nav {
	background: #f4f4f4;
	display: inline-block;
	position: absolute;
	right: 0;
	top: -100px;
	padding-left: 25px;
}
.testimonials-section .owl-theme .owl-nav [class*='owl-'] {
	padding: 0;
	background-color: transparent;
	color: #b6b6b6;
	font-size: 14px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 2px solid #b6b6b6;
	line-height: 31px;
	transition: all 0.5s ease;
}
.testimonials-section .owl-theme .owl-nav [class*='owl-']:hover {
	border-color: #1782c7;
	color: #1782c7;
}
.single-testimonials .review-text {
	border-radius: 5px;
	padding: 20px 30px;
	background: #fff;
	margin-bottom: 30px;
	position: relative;
}
.single-testimonials .review-text:before {
	content: '';
	position: absolute;
	bottom: -12px;
	left: 30px;
	width: 0;
	height: 0;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 16px solid #fff;
	transform: rotate(135deg);
}
.single-testimonials .review-text p {
	margin: 0;
	font-size: 16px;
	line-height: 34px;
	color: #9e9e9e;
	font-weight: 300;
}
.single-testimonials .info-box .img-box,
.single-testimonials .info-box .content-box {
	display: table-cell;
	vertical-align: middle;
}
.single-testimonials .info-box .content-box {
	padding-left: 25px;
}
.single-testimonials .info-box h3 {
	margin: 0;
	font-size: 16px;
	color: #012f5d;
}
.single-testimonials .info-box h3 span.name {
	font-size: 18px;
	font-weight: 500;
}
.single-testimonials .info-box ul.star {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 5px;
}
.single-testimonials .info-box ul.star li {
	display: inline-block;
	list-style: none;
	color: #1782c7;
}
/* ==============================
   12. contact styles
   ============================== */
.contact-section {
	padding-bottom: 60px;
}
.contact-section p.large {
	font-size: 24px;
	line-height: 36px;
	color: #9e9e9e;
}
.contact-section p {
	font-size: 18px;
	line-height: 29px;
	color: #9e9e9e;
	font-weight: 300;
	margin-bottom: 20px;
}
.contact-section p:last-child {
	margin-bottom: 0;
}
.contact-section span.bold {
	color: #272727;
	font-weight: 500;
}
.contact-section span.highlight {
	color: #012f5d;
}
.contact-section a {
	color: #1782c7;
	text-decoration: underline;
}
.contact-section .client-carousel {
	margin-top: 50px;
}
.home-contact-form {
	padding: 20px;
	box-shadow: 0 0px 10px 0.5px rgba(0, 0, 0, 0.07);
}
.home-contact-form input,
.home-contact-form select,
.home-contact-form textarea,
.home-contact-form button {
	width: 100% !important;
	border: none;
	outline: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
}
.bootstrap-select {
	width: 100% !important;
}
.home-contact-form .dropdown-toggle {
	padding: 15px 20px;
}
.home-contact-form .dropdown-menu {
	max-height: 400px;
}
.home-contact-form input,
.home-contact-form select,
.home-contact-form .dropdown-toggle {
	height: 50px;
	background: #f7f7f7 !important;
	margin-bottom: 20px;
	padding-left: 20px;
}
.home-contact-form textarea {
	background: #f7f7f7;
	padding-left: 20px;
	padding-top: 15px;
	height: 175px;
}
.home-contact-form .submit_button {
	background: #1782c7;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	line-height: 50px;
	margin-top: 10px;
	transition: all 0.5s ease;
}
.home-contact-form .submit_button:hover {
	background: #012f5d;
}
.single-contact-info {
	background: #1782c7;
	padding-top: 28px;
	padding-bottom: 28px;
}
.single-contact-info .icon-box,
.single-contact-info .text-box {
	display: table-cell;
	vertical-align: middle;
}
.single-contact-info .box {
	background: #012f5d;
	color: #fff;
	width: 70px;
	height: 85px;
	text-align: center;
}
.single-contact-info .box i {
	font-size: 38px;
	line-height: 85px;
}
.single-contact-info .text-box {
	padding-left: 30px;
}
.single-contact-info .text-box h3 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	color: #272727;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 14px;
}
.single-contact-info .text-box p {
	margin: 0;
	font-size: 18px;
	color: #272727;
	line-height: 26px;
	font-weight: 500;
}
/* ==============================
   13. Subscription styles
   ============================== */
.subscription {
	background: #1f1f1f;
	padding-top: 74px;
	padding-bottom: 80px;
}
.subscription h2 {
	margin: 0;
	color: #ffffff;
	font-size: 36px;
	line-height: 44px;
	font-weight: 500;
	margin-bottom: 33px;
}
.subscription label {
	font-size: 16px;
	color: #9e9e9e;
	line-height: 29px;
	margin: 0;
	padding: 0;
	display: block;
	font-weight: normal;
}
.subscription input {
	width: 100%;
	background: #212121;
	border: 2px solid #272727;
	height: 55px;
	line-height: 51px;
	outline: none;
	padding-left: 20px;
	color: #fff;
}
.subscription button {
	background: #1782c7;
	color: #fff;
	text-align: center;
	border: none;
	outline: none;
	text-transform: uppercase;
	font-weight: 900;
	padding: 0 58px;
	line-height: 55px;
	transition: all 0.5s ease;
}
.subscription button:hover {
	background: #012f5d;
}
.subscription ul.social {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.subscription ul.social li {
	display: inline-block;
	list-style: none;
	margin-left: 20px;
}
.subscription ul.social li a {
	display: block;
	font-size: 24px;
	color: #f4f4f4;
	transition: all 0.5s ease;
}
.subscription ul.social li a:hover {
	color: #1782c7;
}
/* ==============================
   14. Footer styles
   ============================== */
.footer {
	background: #012448 url(../img/about-section/large-1.jpg) no-repeat bottom
		left;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 105px;
	position: relative;
}
footer.footer:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(1, 47, 93, 0.9);
	background: rgba(30, 30, 30, 0.9);
}
.footer-widget .title {
	background: url(../img/resources/footer-bg-title-new.png) repeat top left;
	padding-left: 20px;
}
.footer-widget .title h2 {
	text-transform: uppercase;
	font-size: 24px;
	margin: 0;
	color: #f7f7f7;
	line-height: 61px;
	font-weight: 900;
}
.footer-widget ul,
.footer-widget li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-widget .dtc {
	display: table-cell;
	vertical-align: middle;
}
.footer-widget.about-widget img {
	margin-bottom: 37px;
	object-fit: contain;
	height: 100px;
}
.footer-widget.about-widget p {
	color: #f4f4f4;
	font-size: 18px;
	font-weight: 300;
	margin: 0;
	line-height: 30px;
}
.footer-widget.about-widget a.thm-btn {
	margin-top: 32px;
	padding: 0 54px;
	line-height: 55px;
}
.footer-widget.link-widget .links {
	margin-top: 39px;
	display: inline-block;
	vertical-align: top;
	padding-right: 15px;
	margin-right: 11px;
	border-right: 1px solid #252525;
}
.footer-widget.link-widget .links:last-child {
	border: none;
	padding: 0;
	margin: 0;
	margin-top: 39px;
}
.footer-widget.link-widget .links li {
	display: block;
}
.footer-widget.link-widget .links li:last-child a {
	margin-bottom: 0;
}
.footer-widget.link-widget .links li a {
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	display: block;
	margin-bottom: 10px;
	transition: all 0.5s ease;
}
.footer-widget.link-widget .links li a:hover {
	color: #1782c7;
}
.footer-widget.recent-news ul {
	margin-top: 36px;
}
.footer-widget.recent-news li {
	padding-bottom: 12px;
	border-bottom: 1px solid #252525;
	margin-bottom: 20px;
}
.footer-widget.recent-news li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}
.footer-widget.recent-news .img-box {
	width: 75px;
}
.footer-widget.recent-news .content-box {
	padding-left: 27px;
}
.footer-widget.recent-news .content-box h4 {
	font-size: 16px;
	color: #f7f7f7;
	font-weight: 400;
	margin: 0;
	line-height: 28px;
	transition: all 0.5s ease;
}
.footer-widget.recent-news .content-box h4:hover {
	color: #1782c7;
}
.footer-widget.recent-news .content-box a.date {
	color: #1782c7;
	font-size: 16px;
	font-weight: 500;
}
.footer-widget.contact-widget ul {
	margin-top: 31px;
}
.footer-widget.contact-widget li {
	border-bottom: 1px solid #252525;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.footer-widget.contact-widget li:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.footer-widget.contact-widget .icon-box i {
	font-size: 29px;
	color: #1782c7;
}
.footer-widget.contact-widget .content {
	padding-left: 30px;
}
.footer-widget.contact-widget .content h3 {
	margin: 0;
	color: #f4f4f4;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
}
.bottom-footer {
	background: #252525;
	padding: 23px 0;
	position: relative;
}

.bottom-footer.color2:before {
	background: url(../img/theme/footer-shape2.png) 0 0 no-repeat;
}
.bottom-footer.color3:before {
	background: url(../img/theme/footer-shape3.png) 0 0 no-repeat;
}
.bottom-footer.color4:before {
	background: url(../img/theme/footer-shape4.png) 0 0 no-repeat;
}
.bottom-footer p {
	font-size: 16px;
	color: #f4f4f4;
	line-height: 30px;
	font-weight: 500;
	margin: 0;
	text-align: center;
}
.bottom-footer p a {
	color: #1782c7;
}
.bottom-footer .social {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bottom-footer .social li {
	display: inline-block;
	list-style: none;
}
.bottom-footer .social li a {
	display: block;
	font-size: 18px;
	color: #ffffff;
	margin-left: 20px;
}
/* ==============================
   15. Inner banner styles
   ============================== */
.inner-banner {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 125px 0px;
	position: relative;
}
.inner-banner .container {
	position: relative;
}
.inner-banner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 23, 45, 0.85);
}
.inner-banner h2 {
	font-size: 40px;
	line-height: 50px;
	font-weight: 400;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
}
/* ==============================
   16. Inner banner styles
   ============================== */
.bread-cumb {
	background: #f4f4f4;
}
.bread-cumb ul {
	margin: 0;
	padding: 0;
}
.bread-cumb ul li {
	display: inline-block;
	list-style: none;
}
.bread-cumb ul li a {
	display: block;
	font-size: 16px;
	color: #9e9e9e;
	line-height: 60px;
	font-weight: 300;
}
.bread-cumb ul li a:after {
	content: '\f105';
	font-family: 'FontAwesome';
	color: #9e9e9e;
	font-size: 16px;
	margin-left: 15px;
	margin-right: 10px;
}
.bread-cumb ul li span {
	display: block;
	font-size: 16px;
	color: #1782c7;
	font-weight: 300;
}
/* ==============================
   17. Project content styles
   ============================== */
.project-content ul.gallery-filter {
	margin-bottom: 60px;
}
.project-content ul.post-pagination {
	margin-top: 30px;
}
.project-content .owl-theme .owl-nav {
	background: #fff;
	display: inline-block;
	position: absolute;
	right: 0;
	top: -95px;
	padding-left: 25px;
}
.project-content .owl-theme .owl-nav [class*='owl-'] {
	padding: 0;
	background-color: transparent;
	color: #b6b6b6;
	font-size: 14px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 2px solid #b6b6b6;
	line-height: 31px;
	transition: all 0.5s ease;
}
.project-content .owl-theme .owl-nav [class*='owl-']:hover {
	border-color: #1782c7;
	color: #1782c7;
}
.single-project-item {
	margin-bottom: 30px;
}
.single-project-item img {
	width: 100%;
}
.single-project-item .img-box {
	position: relative;
}
.single-project-item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: hidden;
}
.single-project-item .overlay .box {
	display: table;
	width: 100%;
	height: 100%;
}
.single-project-item .overlay .box .top-box {
	display: table;
	width: 100%;
	height: 100%;
	background: rgba(1, 47, 93, 0.8);
	transition: all 0.5s ease 0s;
	opacity: 0;
	transform: translate3d(0, -100px, 0);
}
.single-project-item .overlay .box .title {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	padding-top: 105px;
}
.single-project-item .overlay .box .title h3 {
	margin: 0;
	font-size: 22px;
	color: #fff;
	font-weight: 500;
}
.single-project-item .overlay .box .bottom-box {
	background: #1782c7;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	transition: all 0.5s ease 0.5s;
	transform: translate3d(0, 40px, 0);
	opacity: 0;
}
.single-project-item .overlay .box .bottom-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.single-project-item .overlay .box .bottom-box ul li {
	list-style: none;
	float: left;
	width: 50%;
}
.single-project-item .overlay .box .bottom-box ul li:last-child a {
	border: none;
}
.single-project-item .overlay .box .bottom-box ul li a {
	display: block;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 70px;
	border-right: 1px solid #e3b700;
	transition: all 0.5s ease;
}
.single-project-item .overlay .box .bottom-box ul li a:hover {
	background: #012f5d;
}
.single-project-item .img-box:hover .box .top-box {
	opacity: 1;
	transform: translate3d(0, 0px, 0);
}
.single-project-item .img-box:hover .box .bottom-box {
	transform: translate3d(0, 0px, 0);
	opacity: 1;
}
.single-project-content .single-project-carousel {
	margin-bottom: 30px;
	position: relative;
}
.single-project-content .single-project-carousel .owl-nav {
	margin: 0px;
}
.single-project-content .single-project-carousel .owl-nav .owl-prev {
	left: 0;
}
.single-project-content .single-project-carousel .owl-nav .owl-next {
	right: 0;
}
.single-project-content .single-project-carousel .owl-nav [class*='owl-'] {
	width: 50px;
	height: 50px;
	font-size: 30px;
	line-height: 50px;
	background: #012f5d;
	padding: 0;
	text-align: center;
	color: #fff;
	border-radius: 0;
	transition: all 0.5s ease;
	position: absolute;
	top: 50%;
	margin: 0;
	margin-top: -25px;
}
.single-project-content
	.single-project-carousel
	.owl-nav
	[class*='owl-']:hover {
	background: #1782c7;
}
.single-project-content .single-project-customer-info {
	padding-left: 20px;
	padding-top: 26px;
	padding-bottom: 31px;
	background: #012f5d;
}
.single-project-content .single-project-customer-info ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.single-project-content .single-project-customer-info ul li {
	list-style: none;
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	line-height: 39px;
}
.single-project-content .single-project-customer-info ul li label {
	font-size: 16px;
	color: #1782c7;
	font-weight: 900;
}
.single-project-content .single-project-content h3 {
	font-size: 30px;
	font-weight: 500;
	margin: 0;
	line-height: 25px;
	margin-bottom: 12px;
}
.single-project-content .single-project-content p.tags {
	margin-bottom: 19px;
}
.single-project-content .single-project-content p.tags a {
	color: #1782c7;
}
.single-project-content .single-project-content .thm-btn {
	padding: 0 30px;
	line-height: 50px;
	margin-top: 32px;
}
.single-project-content .single-project-content p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	margin: 0;
	color: #9e9e9e;
}
/* ==============================
   18. Shop styles
   ============================== */
.single-shop-item {
	text-align: center;
}
.single-shop-item .img-box {
	background: #f4f4f4;
	padding: 44px 0;
	text-align: center;
	margin-bottom: 18px;
	position: relative;
}
.single-shop-item h3 {
	font-size: 22px;
	line-height: 30px;
	margin: 0;
	color: #272727;
	font-weight: 500;
	transition: all 0.3s ease;
}
.single-shop-item h3:hover {
	color: #1782c7;
}
.single-shop-item .price {
	margin-top: 8px;
	margin-bottom: 10px;
}
.single-shop-item .price span {
	font-size: 24px;
	font-weight: bold;
	color: #012f5d;
}
.single-shop-item .star-box {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 5px;
}
.single-shop-item .star-box li {
	list-style: none;
	display: inline-block;
	margin-left: 5px;
	margin-right: 1px;
}
.single-shop-item .star-box li i {
	font-size: 16px;
	color: #1782c7;
}
.single-shop-item .thm-btn {
	width: 100%;
	line-height: 55px;
}
.single-shop-item .img-box {
	position: relative;
	overflow: hidden;
}
.single-shop-item .img-box img {
	transition: all 0.5s ease;
	transform: scale(1);
}
.single-shop-item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	transition: all 0.5s ease;
	opacity: 0;
	border-bottom: 0px solid #1782c7;
	overflow: hidden;
}
.single-shop-item .overlay:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.6);
	opacity: 1;
	transition: all 0.5s ease;
}
.single-shop-item .overlay .box {
	display: table;
	width: 100%;
	height: 100%;
}
.single-shop-item .overlay .box .box-content {
	display: table-cell;
	vertical-align: bottom;
	text-align: center;
	position: relative;
}
.single-shop-item .overlay .box .box-content ul,
.single-shop-item .overlay .box .box-content li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.single-shop-item .overlay .box .box-content ul {
	transform: translate3d(0, 45px, 0);
	transition: all 0.5s ease;
}
.single-shop-item .overlay .box .box-content ul li {
	display: inline-block;
	margin-left: 6px;
}
.single-shop-item .overlay .box .box-content ul li a {
	display: block;
	width: 43px;
	height: 43px;
	text-align: center;
	line-height: 43px;
	background: #fff;
	font-size: 18px;
	color: #272727;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
	transition: all 0.5s ease;
}
.single-shop-item .overlay .box .box-content ul li a:hover {
	background: #1782c7;
	color: #fff;
}
.single-shop-item:hover .img-box img {
	transform: scale(1.1);
	transition: all 0.5s ease;
}
.single-shop-item:hover .overlay {
	opacity: 1;
}
.single-shop-item:hover .overlay .box .box-content ul {
	transform: translate3d(0, 0px, 0);
}
.shop-page .has-divider {
	border-top: 1px solid #f4f4f4;
	margin-top: 50px;
	padding-top: 50px;
}
.shop-page .post-pagination {
	border-top: 1px solid #f4f4f4;
	margin-top: 50px;
	padding-top: 50px;
}
.product-content-box {
	margin-bottom: 80px;
}
.product-content-box .img-box,
.product-content-box .content-box {
	display: table-cell;
	vertical-align: middle;
}
.product-content-box .img-box {
	width: 370px;
	background: #f4f4f4;
	text-align: center;
}
.product-content-box .content-box {
	padding-left: 30px;
}
.product-content-box .content-box h2 {
	margin: 0;
	font-size: 24px;
	color: #272727;
	font-weight: 500;
	line-height: 30px;
}
.product-content-box .content-box .list-inline {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 0;
	margin-top: 8px;
}
.product-content-box .content-box .list-inline li {
	padding: 0 3px;
}
.product-content-box .content-box .list-inline .fa {
	color: #1782c7;
	font-size: 16px;
}
.product-content-box .content-box span {
	font-size: 16px;
	color: #9e9e9e;
}
.product-content-box .content-box .price {
	font-size: 24px;
	color: #012f5d;
	font-weight: bold;
	display: block;
	margin-top: 8px;
	margin-bottom: 28px;
	padding-bottom: 28px;
	border-bottom: 1px solid #f4f4f4;
}
.product-content-box .content-box p {
	color: #9e9e9e;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}
.product-content-box .content-box .location-box {
	margin-top: 28px;
	padding-top: 28px;
	border-top: 1px solid #f4f4f4;
}
.product-content-box .content-box .location-box p {
	font-size: 16px;
	color: #272727;
	margin: 0;
	margin-bottom: 17px;
}
.product-content-box .content-box .location-box input {
	border: 1px solid #f4f4f4;
	outline: none;
	line-height: 38px;
	font-size: 16px;
	padding-left: 10px;
	width: 160px;
}
.product-content-box .content-box .location-box button {
	background: #f4f4f4;
	font-size: 14px;
	line-height: 40px;
	border: none;
	outline: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #9e9e9e;
	padding: 0 18px;
	margin-left: 6px;
}
.product-content-box .content-box .location-box span {
	color: #012f5d;
	font-size: 14px;
	margin-left: 9px;
}
.product-content-box .content-box .add-to-cart-box {
	margin-top: 35px;
}
.product-content-box .content-box .add-to-cart-box input {
	width: 70px;
	font-size: 18px;
	line-height: 47px;
	color: #272727;
	text-align: center;
	background: #f4f4f4;
	border: none;
	outline: none;
}
.product-content-box .content-box .add-to-cart-box .thm-btn {
	line-height: 51px;
	margin-left: 25px;
}
.product-tab-box {
	margin-bottom: 80px;
}
.product-tab-box .tab-title {
	border-bottom: 1px solid #f6f4f4;
}
.product-tab-box .tab-title ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.product-tab-box .tab-title ul li {
	display: inline-block;
	list-style: none;
	margin-right: 6px;
}
.product-tab-box .tab-title ul li.active a {
	background: #012f5d;
	color: #1782c7;
}
.product-tab-box .tab-title ul li a {
	display: block;
	color: #9e9e9e;
	font-size: 16px;
	background: #f4f4f4;
	line-height: 45px;
	padding-left: 22px;
	padding-right: 22px;
	transition: all 0.5s ease;
}
.product-tab-box .tab-title ul li a:hover {
	background: #012f5d;
	color: #1782c7;
}
.product-tab-box .tab-content {
	margin-top: 35px;
}
.product-tab-box .tab-content p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	color: #9e9e9e;
}
.review-box .single-review-box {
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: 45px;
	padding-bottom: 45px;
}
.review-box .single-review-box .img-box,
.review-box .single-review-box .text-box {
	display: table-cell;
	vertical-align: top;
}
.review-box .single-review-box .img-box {
	width: 75px;
}
.review-box .single-review-box .text-box {
	padding-left: 30px;
}
.review-box .single-review-box .text-box .top-box {
	margin-bottom: 10px;
}
.review-box .single-review-box .text-box .top-box .title h2 {
	font-size: 18px;
	line-height: 24px;
	color: #272727;
	font-weight: bold;
	margin: 0;
}
.review-box .single-review-box .text-box .top-box .content p {
	margin: 0;
}
.review-box .single-review-box .text-box .top-box .rating-box span {
	color: #012f5d;
	font-size: 14px;
	display: inline-block;
}
.review-box .single-review-box .text-box .top-box .rating-box ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 16px;
}
.review-box .single-review-box .text-box .top-box .rating-box ul li {
	list-style: none;
	margin-right: 2px;
	display: inline-block;
}
.review-box .single-review-box .text-box .top-box .rating-box ul li i {
	font-size: 16px;
	color: #1782c7;
}
.review-box .single-review-box .text-box .bottom-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.review-box .single-review-box .text-box .bottom-box ul li {
	list-style: none;
	display: inline-block;
}
.review-box .single-review-box .text-box .bottom-box ul li a {
	display: block;
	font-size: 14px;
	color: #9e9e9e;
	transition: all 0.5s ease;
	margin-right: 5px;
}
.review-box .single-review-box .text-box .bottom-box ul li a:hover {
	color: #012f5d;
}
.review-form-box .title {
	margin-bottom: 40px;
}
.review-form-box .title h2 {
	text-transform: uppercase;
	font-size: 24px;
	margin: 0;
	color: #272727;
	font-weight: 900;
	display: inline-block;
	background: url(../img/resources/sidebar-title-bg.jpg) repeat top left;
	padding-left: 20px;
	line-height: 60px;
	padding-right: 20px;
}
.review-form-box .add-rating-box h4 {
	margin: 0;
	font-size: 16px;
	color: #9e9e9e;
}
.review-form-box .add-rating-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 5px;
	margin-bottom: 12px;
}
.review-form-box .add-rating-box ul li {
	list-style: none;
	display: inline-block;
	border-right: 1px solid #f4f4f4;
	line-height: 22px;
	padding-right: 8px;
	padding-left: 4px;
}
.review-form-box .add-rating-box ul li:hover i {
	color: #1782c7;
}
.review-form-box .add-rating-box ul li i {
	color: #f4f4f4;
	font-size: 12px;
	transition: all 0.5s ease;
	margin-right: 4px;
}
.review-form-box input {
	width: 100%;
	height: 50px;
	border: 1px solid #f4f4f4;
	margin-bottom: 30px;
	outline: none;
	padding-left: 15px;
	line-height: 50px;
}
.review-form-box textarea {
	width: 100%;
	height: 165px;
	border: 1px solid #f4f4f4;
	outline: none;
	padding-top: 10px;
	padding-left: 15px;
}
.review-form-box .thm-btn {
	line-height: 50px;
	font-size: 14px;
	margin-top: 30px;
}
.related-product-box .title {
	margin-bottom: 60px;
}
.related-product-box .title h2 {
	text-transform: uppercase;
	font-size: 24px;
	margin: 0;
	color: #272727;
	font-weight: 900;
	display: inline-block;
	background: url(../img/resources/sidebar-title-bg.jpg) repeat top left;
	padding-left: 20px;
	line-height: 60px;
	padding-right: 20px;
}
.related-product-box .title a {
	font-size: 14px;
	color: #012f5d;
	text-transform: uppercase;
	font-weight: 900;
	transition: all 0.5s ease;
	line-height: 60px;
}
.related-product-box .title a:hover {
	color: #1782c7;
}
/* ==============================
   19. Cart Page styles
   ============================== */
.cart-section {
	position: relative;
	padding: 80px 0px;
}
.cart-section ul {
	margin: 0;
	padding: 0;
}
.cart-section ul li {
	list-style: none;
}
.cart-section .thm-btn {
	line-height: 52px;
}
.cart-section .cart-outer {
	position: relative;
}
.cart-section .table-outer {
	position: relative;
	width: 100%;
	overflow-x: auto;
}
.cart-section .cart-table {
	width: 100%;
	min-width: 900px;
}
.cart-table .cart-header {
	position: relative;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 7px;
	background: #f5f5f5;
	color: #2f2f31;
}
.cart-table thead tr th {
	line-height: 24px;
	padding: 20px 15px;
	min-width: 120px;
	font-weight: 700;
}
.cart-table thead tr th.prod-column {
	text-align: left;
	padding-left: 40px;
}
.cart-table tbody tr td {
	line-height: 24px;
	padding: 30px 10px 20px;
	min-width: 100px;
	font-family: 'Roboto', sans-serif;
}
.cart-table tbody tr .qty {
	width: 120px;
	padding-right: 20px;
}
.cart-table tbody tr .qty .quantity-spinner {
	background: #f5f5f5;
}
.cart-table tbody tr .prod-column .column-box {
	position: relative;
	min-height: 90px;
	padding-left: 80px;
	padding-top: 15px;
	text-align: left;
}
.cart-table tbody tr .prod-column .column-box .prod-thumb {
	position: absolute;
	left: 0px;
	top: 11px;
	background: #f4f4f4;
	padding: 10px;
}
.cart-table tbody tr .prod-column .column-box .prod-thumb img {
	display: block;
	max-width: 100%;
}
.cart-table tbody tr .prod-column .column-box h3 {
	font-size: 22px;
	color: #2f2f31;
	font-weight: 700;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: 500;
	color: #272727;
	text-transform: capitalize;
}
.cart-table tbody tr .sub-total {
	font-weight: 700;
	color: #012f5d;
}
.cart-table tbody tr .remove-btn {
	position: relative;
	font-size: 16px;
	color: #282828;
	line-height: 30px;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}
.cart-table tbody tr .remove-btn .fa {
	position: relative;
	top: 2px;
	padding-right: 10px;
	font-size: 24px;
	line-height: 30px;
}
.cart-table tbody tr .remove-btn:hover {
	color: #ec1c33;
}
.cart-table tbody tr {
	border-bottom: 1px solid #e9e9e9;
}
.cart-table tbody tr td {
	vertical-align: middle;
}
.cart-table tbody tr td .quantity-spinner {
	padding: 5px 0px 5px 20px;
	line-height: 24px;
	height: 34px;
	display: block;
	width: 100%;
	position: relative;
}
.cart-table tbody .available-info {
	position: relative;
	padding-left: 50px;
	color: #9e9e9e;
	font-size: 16px;
}
.cart-table tbody .available-info .icon {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	background: #012f5d;
	border-radius: 50%;
}
.cart-section .apply-coupon {
	position: relative;
}
.cart-section .apply-coupon .form-group {
	position: relative;
	float: left;
	margin-right: 10px;
}
.cart-section .apply-coupon .form-group input[type='text'] {
	display: block;
	line-height: 24px;
	padding: 9px 15px;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	width: 230px;
	background: none;
	font-weight: 500;
	outline: none;
	height: 52px;
}
.cart-section .estimate-form {
	position: relative;
}
.cart-section h3 {
	font-size: 24px;
	font-weight: 700;
	color: #2f2f31;
	margin-bottom: 30px;
}
.cart-section .estimate-form .row {
	margin-left: -7px;
	margin-right: -7px;
}
.cart-section .estimate-form .row .form-group {
	padding: 0px 7px !important;
	margin-bottom: 20px;
}
.cart-section .totals-table {
	position: relative;
	border: 1px solid #e0e0e0;
	font-family: 'Roboto', sans-serif;
	border-radius: 5px;
}
.cart-section .totals-table .col {
	position: relative;
	display: block;
	float: left;
	padding: 10px 15px;
	line-height: 24px;
	width: 50%;
}
.cart-section .totals-table .col-title {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #353535;
	border-right: 1px solid #e0e0e0;
	font-weight: 700;
}
.cart-section .totals-table li {
	position: relative;
	border-bottom: 1px solid #e0e0e0;
}
.cart-section .totals-table li:last-child {
	border-bottom: none;
}
.cart-section .update-cart-box {
	padding-top: 40px;
}
.cart-section .estimate-form h3 {
	text-transform: uppercase;
	font-size: 24px;
	color: #262626;
	margin: 0;
	margin-bottom: 40px;
	margin-top: 80px;
}
.cart-section .cart-total h3 {
	text-transform: uppercase;
	font-size: 24px;
	color: #262626;
	margin: 0;
	margin-bottom: 40px;
	margin-top: 80px;
}
.cart-section .cart-total .thm-btn {
	margin-top: 30px;
}
.cart-section .estimate-form input {
	width: 100%;
	border: 2px solid #f8f8f8;
	outline: none;
	height: 45px;
	padding-left: 15px;
}
.cart-section .estimate-form select {
	width: 100%;
	border: 2px solid #f8f8f8;
	outline: none;
	height: 45px;
	padding-left: 15px;
	color: #9e9e9e;
	font-size: 16px;
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	background: #ffffff url(../img/resources/icon-dropdown.png) 97% center
		no-repeat;
	cursor: pointer;
}
.cart-section .thm-btn.update-cart {
	border: 1px solid #f5f5f5;
	color: #272727;
	background-color: transparent;
}
/* ==============================
   20. Checkout page styles
   ============================== */
.checkout-section .styled-heading h2 {
	background: url(../img/resources/cart-page-title-bg.png) top center repeat;
	display: inline-block;
	text-transform: uppercase;
	font-size: 24px;
	color: #272727;
	line-height: 30px;
	font-weight: 900;
	line-height: 60px;
	padding-left: 20px;
	padding-right: 20px;
}
.checkout-section.cart-section
	.billing-info-form
	form
	.form-group
	.field-label {
	color: #9e9e9e;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 3px;
}
.checkout-section.cart-section .billing-info-form form .form-group input {
	border: 2px solid #f4f4f4;
	color: #9e9e9e;
	font-size: 16px;
	height: 48px;
	padding: 0 20px;
	width: 100%;
}
.checkout-section.cart-section .bottom {
	padding-top: 40px;
}
.checkout-section .column.default-column h3 {
	color: #262626;
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 36px;
}
.checkout-section.cart-section .bottom .totals-table {
	border: 2px solid #f4f4f4;
}
.checkout-section.cart-section .bottom .totals-table li {
	border-bottom: 1px solid #f4f4f4;
}
.checkout-section.cart-section .bottom .totals-table li span.col.col-title {
	border-right: 1px solid #f4f4f4;
	color: #9e9e9e;
	font-size: 16px;
	font-weight: 400;
}
.checkout-section.cart-section .bottom .totals-table li span.col {
	color: #999999;
	font-size: 16px;
}
.checkout-section .payment-options {
	padding-top: 30px;
}
.checkout-section .payment-options .option-block .radio-block.active .icon i {
	color: #1782c7;
}
.checkout-section .payment-options .option-block {
	margin-bottom: 10px;
}
.checkout-section .payment-options .option-block .radio-block .icon {
	float: left;
	padding-right: 15px;
}
.checkout-section .payment-options .option-block .radio-block .icon i {
	color: #9e9e9e;
	font-size: 16px;
	line-height: 28px;
}
.checkout-section
	.payment-options
	.option-block
	.radio-block
	label.radio-label {
	color: #272727;
	font-size: 16px;
	font-weight: normal;
	display: block;
}
.checkout-section .payment-options .text {
	padding-left: 30px;
}
.checkout-section .payment-options .text p {
	color: #9e9e9e;
	font-size: 16px;
	font-weight: 400;
}
.checkout-section.cart-section .thm-btn {
	margin-top: 40px;
}
.checkout-section.cart-section .cart-table {
	width: 100%;
	min-width: auto;
}
/* ==============================
   21. fact section styles
   ============================== */
.fact-counter-section {
	padding-top: 26px;
	padding-bottom: 80px;
}
.fact-counter-section .container {
	border: 1px solid #f4f4f4;
}
.single-fact-counter {
	padding: 59px 33px;
	border-right: 1px solid #f4f4f4;
	margin-left: -15px;
	margin-right: -15px;
}
.single-fact-counter .text-box {
	float: left;
}
.single-fact-counter .text-box .number {
	font-size: 36px;
	color: #012f5d;
	font-weight: bold;
}
.single-fact-counter .text-box p {
	color: #9e9e9e;
	font-weight: 500;
	font-size: 16px;
	margin: 0;
}
.single-fact-counter .icon-box {
	width: 65px;
	float: right;
}
.single-fact-counter .icon-box i {
	font-size: 64px;
	color: #1782c7;
	display: block;
	margin-top: 10px;
}

/* scroll to top styles */

.scroll-to-top {
	position: fixed;
	bottom: 30px;
	right: 15px;
	color: #1782c7;
	font-size: 55px;
	font-weight: normal;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	display: none;
	z-index: 99999;
}

/*=================== boxed layout =================*/
.boxed_wrapper.active_boxlayout {
	width: 1350px;
	margin: 0 auto;
	background: #fff;
	overflow-x: hidden;
}
body.bg {
	background: url(../img/resources/pattern.png) repeat;
}

/*=================== Custom Css =================*/
.bold-text {
	font-weight: bold;
	color: #000;
}

.flex-menu {
	display: flex;
	align-items: center;
}
.menu-logo {
	margin-right: 2rem;
	object-fit: contain;
	background-color: rgba(255, 255, 255);
	height: 40px;
}
.nav-footer {
	position: absolute;
	top: -15px;
	right: 15px;
}

.custom-row {
	display: flex;
	flex-wrap: wrap;
}
.custom-col {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
		rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	border-radius: 1%;
	padding: 15px;
	padding-top: 0;
}
.special-product-container {
	margin-bottom: 1.5rem;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
		rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.special-product-title {
	font-size: 22px;
	background-color: #012f5d;
	padding: 16px;
}
.special-product-title h3 {
	color: #fff;
	font-size: 24px;
}
.our-services .custom-row .custom-col .custom-title {
	font-size: 22px;
	background-color: #012f5d;
	padding: 16px;
	margin: 0 -15px 15px;
	color: #f4f4f4;
}

/* Products */
.custom-product {
	color: #9e9e9e;
}
.custom-product h3 {
	color: #272727;
}
.custom-product .details {
	margin-top: 3rem;
	margin-bottom: 1.5rem;
}
.custom-product .details h4 {
	color: #272727;
}
.custom-product .search {
	margin: 1.5rem auto;
}
.custom-product .search input {
	width: 210px;
	margin-left: auto;
}
.custom-product table thead th {
	color: #272727;
}
/* ellipsis*/
.ellipsis {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* saftey-select */
.saftey-select {
	width: 250px;
	padding: 7px;
	color: #000;
	margin-bottom: 5px;
}

.tp-bgimg {
	/* filter: brightness(50%); */
	filter: brightness(100%);
}

.row {
	margin-top: 10px;
}

/* Modal */
.modalImg {
	cursor: pointer;
	transition: 0.3s;
}
.modalImg:hover {
	opacity: 0.7;
}
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
	position: relative;
	display: block;
	width: 80%;
	max-width: 700px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.modal-content img {
	object-fit: contain;
	width: 100%;
}
.close {
	position: absolute;
	top: 0px;
	right: 10px;
	font-size: 30px;
	color: #fff;
	font-weight: 300;
	transition: 0.3s;
	opacity: 0.6;
}
.close:hover,
.close:focus {
	color: #fff;
	opacity: 1;
	cursor: pointer;
}
#lab-icon {
	max-width: 40px;
	color: white;
}
.read-more-button {
	cursor: pointer;
	font-size: 10px;
	color: white !important;
	opacity: 0.7;
}

/* Modal  */

.modal {
	display: none;
	position: fixed;
	z-index: 99;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content/Box */
.modal-content {
	background-color: #fefefe;
	padding: 20px;
	border: 1px solid #888;
	width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
#myBtn {
	cursor: pointer;
}
.modal-title {
	font-size: 25px;
	font-weight: bolder;
	margin-bottom: 20px;
}

/*  */
.custom-btn {
	border: none;
	outline: none;
	background: #012f5d;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	display: inline-block;
	transition: all 0.5s ease !important;
	position: relative;
	padding: 0 33px;
}
.custom-btn:hover {
	background: #1782c7;
	color: #fff;
}

/* new feature */
.new-feature .single-our-feature h3 {
	font-size: 25px;
	font-weight: bold;
	color: white;
}
.new-feature::before {
	/* background: lightblue !important; */
	background: #1782c7 !important;
}
@media (max-width: 1200px) {
	.nav-bar.flex-menu {
		width: 95%;
	}
}
* {
	scroll-behavior: smooth;
}
.footer a {
	color: inherit;
	text-decoration: none;
}

/* Custom */
p a {
	text-decoration: underline;
	font-size: inherit;
}

.green-text {
	color: rgba(33, 157, 8, 0.819);
}


footer .icon-box i {
	display: block;
	padding-bottom: 10px;
}
