

/*----------------------------------

	Table of contents
	
	01. Common
	02. Header
	03. Slider
	04. Partner
	05. About area
	06. Process area
	07. Services area
	08. Testimonial
	09. Pricing
	10. Video area
	11. Blog
	12. Newsletter area
	13. Footer
	14. Inner page header
	15. Faq
	16. Portfolio
	17. Comment box
	18. Contact us
	19. Team
	20. Gallery
	21. Privacy policy
	22. Login
	23. Error page 404
		
----------------------------------*/

/* Theme Font Use */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
/* font-family: 'Montserrat', sans-serif; */


/* ===================================
	01. Common
=================================== */
::selection {
	background-color: #f44647;
	color: #fff;
}
::-moz-selection {
 background-color: #f44647;
 color: #fff;
}
img {
	max-width: 100%;
}
body {
	font-size: 12px;
	font-family:Calibri;
	color: #c5c5c5;
	letter-spacing: 1px;
}
p {
	line-height: 24px;
	font-size: 17px;
	color: #000000;
	font-family: Calibri;
	text-align: justify;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #202020;
	padding: 0px;
	line-height: 1.2;
	letter-spacing: 1px;
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 60px;
	font-weight: 700;
}
h2 {
	font-size: 36px;
	font-weight: 600;
}
h3 {
	font-size: 26px;
	font-weight: 700;
}
h4 {
	font-size: 24px;
	font-weight: 700;
}
h5 {
	font-size: 18px;
	font-weight: 700;
}
h6 {
	font-size: 16px;
	font-weight: 700;
}
ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
/* --- Top Scroll --- */
.scroll-top {
	display: none;
	position: fixed;
	bottom: 2px;
	text-align: center;
	right: 2%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #fff;
	background-color: #071c3a;
	text-decoration: none;
	border-radius: 100%;
	z-index: 9999;
}
.scroll-top:hover {
	color: #fff !important;
	text-decoration: none;
	background-color: #ee4155;
}
/* --- Buttons --- */
.btn-style-1 {
	color: #fff;
	border: 0;
	border-radius: 4px;
	position: relative;
	padding: 16px 30px;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 22px;
	text-decoration: none;
	display: inline-block;
	background-color: #d41920;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-style-1:after {
	position: absolute;
	top: 8px;
	width: 15px;
	left: 10px;
	background-color: #fff;
	content: "";
	height: 2px;
}
.btn-style-1:before {
	position: absolute;
	top: 8px;
	width: 2px;
	left: 10px;
	background-color: #fff;
	content: "";
	height: 15px;
}
.btn-style-1:hover {
	background-color: #c22537;
	color: #fff;
	text-decoration: none;
}
/* --- Loading --- */
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	height: 100%;
	overflow: visible;
	background-color: #fff;
}
#preloader .spinner-grow {
	top: 50%;
	position: relative;
}
/* --- section title --- */
.section-title h6 {
	font-size: 14px;
	color: #ee4155;
	margin-bottom: 8px;
	text-transform: uppercase;
}
.section-title h2 {
	font-size: 36px;
	font-weight: 600;
}









.netbg{background:#ffffff;; padding-top:20px; padding-bottom:20px; border-bottom:#FFF solid 1px;}
.navbg2{background:none; border:none; border-radius:0; width:100%;  height: 270px; margin-bottom:20px;  overflow-y: scroll;  overflow-x: hidden; 

 }
.navbg3{background:none; border:none; border-radius:0; width:100%;  height: 400px; margin-bottom:20px; overflow-y: scroll;  overflow-x: hidden; }


.nav-list li{border-bottom:#d4d4d4 dashed 1px; font-size:16px; color:#353535;}
.nav-list li a{color:#000;  padding-top:4px; padding-bottom:4px; line-height:19px; font-size: 0.9em; }
.nav-list li a:hover{color:#000066;}












/* ===================================
	02. Header
=================================== */
.header-upper {
	background-color: #fdcf3c;
	padding: 18px 0px;
}
.header-location li {
	color: #000;
}
.header-location li a {
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-location li a:hover {
	color: #ee4155;
}
.header-location li i {
	color: #000;
	text-align: center;
	margin-right: 6px;
	font-size: 17px;
	border-radius: 100%;
}
/* header social */
.header-social li {
	margin-right: 0px !important;
}
.header-social li a {
	margin: 0px !important;
	text-align: center;
	display: inline-block;
	padding: 0px 8px;
	color: #000;
	font-size: 12px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-social li a:hover {
	color: #ee4155;
}
.header-top-right ul.header-top-menu {
	margin-left: 30px;
	padding-left: 6px;
	position: relative;
}
.header-top-right ul.header-top-menu:before {
	position: absolute;
	content: '';
	background-color: rgba(255,255,255,0.3);
	width: 1px;
	height: 12px;
	top: 50%;
	left: -16px;
	transform: translateY(-50%);
}
.header-top-right ul.header-top-menu li a {
	color: #fff;
}
.header-top-right ul.header-top-menu .dropdown ul.dropdown-menu {
	padding: 0px;
	border-radius: 8px;
}
.header-top-right ul.header-top-menu li:nth-child(1) .dropdown ul.dropdown-menu li p {
	font-size: 12px;
	color: #fff;
	background-color: #ee4155;
	text-align: center;
	text-transform: uppercase;
	padding: 12px;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-ms-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	white-space: nowrap;
	margin-bottom: 0px;
}
.header-top-right ul.header-top-menu li:nth-child(1) .dropdown ul.dropdown-menu:before {
	right: 30px;
	content: "";
	position: absolute;
	z-index: 100000;
	top: -4px;
	width: 9px;
	height: 9px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	background-color: #ee4155;
}
.header-top-right ul.header-top-menu li .dropdown ul.dropdown-menu li:nth-child(2) a {
	padding-top: 16px;
}
.header-top-right ul.header-top-menu li .dropdown ul.dropdown-menu li a {
	display: block;
	color: #333;
	font-size: 12px;
	padding: 0px 22px 16px 22px;
}
.header-top-right ul.header-top-menu li .dropdown ul.dropdown-menu li a:hover {
	color: #ee4155
}
.header-top-right ul.header-top-menu li.get-quote-btn a {
	background-color: #d90008;
	padding: 6px 11px;
	border-radius: 4px;
}
.header-lover .navbar-brand {
	padding: 0px;
	margin: 0px;
}
.header-lover {
	padding: 10px 0px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-lover .navbar {
	padding: 0px 0px;
}
.header-lover .navbar .nav-item .nav-link {
	font-size: 15px;
	color: #333;
	font-weight: 600;
	position: relative;
	padding: 6px 14px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-lover .navbar .nav-item .nav-link:hover, .header-lover .navbar .nav-item.active .nav-link {
	color: #ee4155;
}
.header-lover .navbar .nav-item:last-child .nav-link {
	padding-right: 0px;
}
.header-lover .navbar-toggler span {
	background: #000;
}
.header-lover .dropdown-menu {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-radius: 8px;
	background-color: #226d50;
}
.header-lover .dropdown-menu:before {
	left: 30px;
	content: "";
	position: absolute;
	z-index: 100000;
	top: -4px;
	width: 9px;
	height: 9px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	background-color: #226d50;
}
.header-lover .dropdown-menu .dropdown-item {
	border-bottom: 1px solid rgba(255,255,255,0.1) !important;
	position: relative;
	font-size: 12px;
	padding: 12px 12px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-lover .dropdown-menu li:last-child .dropdown-item {
	border-bottom: 0px !important;
}
.header-lover .dropdown-menu .dropdown-item:hover {
	color: #FFCC00;
	padding-left: 20px;
	background-color: transparent;
}
/* Navbar Toogle */
.navbar-toggler {
	border: none;
	padding: 10px 6px;
	background-color: #f5f5f5;
	outline: none !important;
}
.navbar-toggler span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #333;
}
.navbar-toggler span + span {
	margin-top: 4px;
	width: 18px;
}
.navbar-toggler span + span + span {
	width: 10px;
}
/* sticky */
.is-sticky {
	z-index: 9999;
}
.is-sticky .header-lover {
	z-index: 999 !important;
	background-color: #fff !important;
 box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.is-sticky .header-lover .navbar .nav-item .nav-link {
	color: #333;
}
.is-sticky .nav-item.active .nav-link, .is-sticky .nav-pills .show > .nav-link {
	color: #ee4155 !important;
}
@media screen and (min-width: 992px) {
/* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
	display: block !important;
}
}
/* ===================================
	03. Slider
=================================== */
.slider .carousel-caption {
	top: 50%;
	bottom: auto;
	left: 0px;
	right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	transform: translateY(-50%);
	z-index: 1;
	text-align: left;
}
.slider .carousel-item:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	 
}
.slider .carousel-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	opacity: 0.2;
	background-image: url(../img/slider/line-bg.png);
	background-position: center center;
}
.slider .slider-caption-box {
	border: 1px solid rgba(255,255,255,0.3);
	padding: 25px;
	border-radius: 10px;
	background-color: rgba(0,0,0,0.2);
}
.slider .carousel-item {
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	padding: 300px 0px;
}
.slider .carousel-item.slider-one {
	background-image: url("../img/slider/1.jpg"); /*edit image*/
}
.slider .carousel-item.slider-two {
	background-image: url("../img/slider/2.jpg"); /*edit image*/
}
.slider .carousel-item.slider-three {
	background-image: url("../img/slider/3.jpg"); /*edit image*/
}
.slider .carousel-caption .slider-caption-box p {
	position: relative;
	margin-bottom: 10px;
	font-size: 13px;
	color: #fff;
	font-style: italic;
	display: inline-block;
}
.slider .carousel-caption h2 {
	font-weight: 600;
	margin-bottom: 30px;
	font-size: 40px;
	color: #fff;
	line-height: 56px;
	text-transform: capitalize;
}
.slider .carousel-control-next, .slider .carousel-control-prev {
	border-radius: 6px;
	color: #fff;
	text-align: center;
	background-color: #ffc107;
	font-size: 18px;
	opacity: 1;
}
.slider .carousel-control-next {
	top: auto;
	width: auto;
	width: 35px;
	height: 35px;
	line-height: 35px;
	right: 150px;
	bottom: 3px;
}
.slider .carousel-control-prev {
	right: 200px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	bottom: 3px;
	top: auto;
	left: auto;
}
/* ===================================
	04. Partner
=================================== */
.partner-area {
	background-color: #071c3a;
}
/* ===================================
	05. About area
=================================== */
.about-us-info h6 {
	color: #DF062D;
	font-size: 18px;
	font-weight: 600;
	line-height: 34px;
	margin-bottom: 8px;
}
.about-us-info h2 {
	margin-bottom: 15px;
}
.about-us-info ul li {
	font-size: 14px;
	color: #000;
	padding-bottom: 12px;
}
.about-us-info ul li:last-child {
	padding-bottom: 0px;
}
.about-us-info ul li i {
	color: #ee4155;
}
.about-img img {
	border-radius: 8px;
}
/* request a quote form */
.request-a-quote-form {
	background-color: #226d50;
	padding: 16px;
	border-radius: 8px;
}
.request-a-quote-form h2 {
	color: #fff;
	margin-bottom: 20px;
	font-size: 28px;
}
.request-a-quote-form input, .request-a-quote-form select {
	border: 0px;
	padding: 16px 12px;
	font-size: 12px;
}
/* ===================================
	06. Process area
=================================== */
.work-process-area {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#071c3a+0,ee4155+100 */
	background: #226d50; /* Old browsers */
	
}
.single-process {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	border-radius: 6px;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-process .process-icon {
	font-size: 40px;
	line-height: 1;
	padding-right: 20px;
	margin-right: 22px;
	border-right: 1px solid rgba(0,0,0,0.2);
	color: #ee4155;
}
.single-process .process-content .title {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 6px 0;
	color: #333;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-process .process-content p {
	margin-bottom: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-process:hover .title {
	color: #ee4155;
}
/* ===================================
	07. Services area
=================================== */
.service-item {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}
.service-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-left: 10px solid hsla(0, 0%, 100%, 0.43137254901960786);
	border-top: 10px solid hsla(0, 0%, 100%, 0.43137254901960786);
	border-right: 10px solid hsla(0, 0%, 100%, 0.43137254901960786);
}
.service-item h4 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	font-weight: 500;
	width: 100%;
	padding: 20px 12px;
	font-size: 15px;
	text-transform: uppercase;
	display: inline-block;
	background-color: #f5f5f5;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.service-item h4 a {
	color: #000;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.service-item:hover h4 {
	background-color: #071c3a;
}
.service-item:hover h4 a {
	color: #fff;
}
.services-carousel .owl-dots {
	margin-top: 30px !important;
}
.services-carousel .owl-dots button span {
	border-radius: 0px !important;
	background-color: #fff !important;
	margin: 0px 4px !important;
	width: 14px !important;
	height: 14px !important;
	border: 1px solid rgba(0,0,0,0.4);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.services-carousel .owl-dots button.active span {
	background-color: #ee4155 !important;
}
/* sidebar services */
.sidebar-services {
	background-color: #071c3a;
	border-radius: 8px;
	padding: 15px;
	position: relative;
	z-index: 0;
}
.sidebar-services:before {
	content: "";
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	border-radius: 8px;
	background-color: rgba(255,255,255,0.2);
	border: 1px solid #ee4155;
	z-index: -1;
}
.sidebar-services li a {
	padding: 0px 16px 16px 16px;
	display: flex;
	width: 100%;
	color: #fff;
	font-size: 12px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar-services li:first-child a {
	padding-top: 16px;
}
.sidebar-services li a:hover, .sidebar-services li.active a {
	color: #ee4155;
}
.sidebar-services li a i {
	margin-left: auto;
}
.sidebar-services li:last-child {
	margin-bottom: 0px;
}
/* side getquote */
.side-getquote {
	padding: 30px;
	border-radius: 8px;
	text-align: center;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#071c3a+0,ee4155+100 */
	background: rgb(1,42,94); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(1,42,94,1) 0%, rgba(238,65,85,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(1,42,94,1) 0%, rgba(238,65,85,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(1,42,94,1) 0%, rgba(238,65,85,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#071c3a', endColorstr='#ee4155', GradientType=1 ); /* IE6-9 */
}
.side-getquote h4 {
	color: #fff;
	margin-bottom: 15px;
}
/* single service img */
.single-service-img img {
	border-radius: 8px;
}
/* ===================================
	08. Testimonial
=================================== */
.testimonial-area {
	background-color:#669966;
	
	position: relative;
	z-index: 0;
}
.testimonial-area:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.4);
	z-index: -1;
}
.testimonial-box {
	background-color: rgba(0,0,0,0.6);
	border-radius: 8px;
	padding: 40px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.testimonial-box:before {
	content: "";
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: 15px;
	right: 15px;
	border-radius: 8px;
	background-color: rgba(255,255,255,0.2);
	border: 1px solid #ee4155;
	z-index: -1;
}
.testimonial-box .author-img {
	margin-bottom: 10px;
}
.testimonial-box .author-img img {
	max-width: 70px;
	border: 4px solid rgba(255,255,255,1);
	border-radius: 100%;
}
.testimonial-box .profile-info {
	margin-top: 15px;
	border-top: 1px dashed rgba(255,255,255,0.2);
	padding-top: 15px;
}
.testimonial-box .profile-info h3 {
	color: #fff;
	padding-bottom: 6px;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
}
.testimonial-box p {
	color: #fff;
}
.testimonial-box .profile-info span {
	color: #fff;
}
.testimonial-carousel .owl-dots {
	margin-top: 30px !important;
}
.testimonial-carousel .owl-dots button span {
	border-radius: 0px !important;
	background-color: #fff !important;
	margin: 0px 4px !important;
	width: 22px !important;
	height: 4px !important;
	border: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.testimonial-carousel .owl-dots button.active span {
	background-color: #ee4155 !important;
}
/* ===================================
	09. Pricing
=================================== */
.single-pricing {
	position: relative;
	z-index: 1;
	overflow: hidden;
	border: 2px solid rgba(0,0,0,0.3);
	border-radius: 6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-pricing .pricing-head {
	position: relative;
	padding: 30px;
	background-color: #071c3a;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-pricing .pricing-head h3 {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 6px;
}
.single-pricing .pricing-classic-price {
	font-weight: 700;
	letter-spacing: 0;
	color: #fff;
	font-size: 28px;
}
.single-pricing .pricing-classic-price span {
	font-size: 12px;
	font-weight: 400;
}
.single-pricing .pricing-body {
	padding: 30px;
}
.single-pricing ul.feature {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-pricing ul.feature li {
	display: block;
	font-size: 15px;
	padding-bottom: 16px;
	text-transform: capitalize;
	color: #6c757d;
}
.single-pricing ul.feature li .fa-check {
	color: #071c3a;
}
.single-pricing ul.feature li .fa-times {
	color: #ee4155;
}
.single-pricing ul.feature li:last-child {
	padding-bottom: 0;
}
.single-pricing:hover, .single-pricing.active {
	border: 2px solid #071c3a;
}
.single-pricing.active .pricing-head, .single-pricing:hover .pricing-head {
	background-color: #ee4155;
}
/* ===================================
	10. Video area
=================================== */
.video-area {
	background-image: url(../img/bg/video-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	z-index: 0;
	padding: 100px 0px;
}
.video-area:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.6);
	z-index: -1;
}
.video-img {
	position: relative;
}
.video-img img {
	border-radius: 8px;
	border: 2px solid rgba(255,255,255,0.6);
}
.video-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 70px;
	height: 70px;
	line-height: 70px;
	display: inline-block;
	text-align: center;
	background-color: #ee4155;
	margin: auto;
	border-radius: 50%;
	z-index: 1;
	transition: 0.3s;
	color: #fff;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.video-btn:hover {
	color: #fff;
	background-color: #c22537;
}
.video-btn:before {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	border: 2px solid #fff;
	animation-name: pulseInOut;
	opacity: 0;
	border-radius: 50%;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
.video-btn:after {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	border: 2px solid #fff;
	animation-name: pulseInOut;
	opacity: 0;
	border-radius: 50%;
	animation-duration: 3.5s;
	animation-iteration-count: infinite;
}
@keyframes pulseInOut {
 0% {
opacity:1;
transform:scale(.3)
}
 100% {
opacity:0;
transform:scale(1.7)
}
}
/* ===================================
	11. Blog
=================================== */
.blog-item-one {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}
.blog-item-one-img {
	position: relative;
	display: inline-block;
	width: 100%;
}
.blog-item-one-img img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-item-one-content {
	background-color: #f5f5f5;
	padding: 20px;
	position: relative;
	border-radius: 0px 0px 0px 8px;
}
.blog-item-one-content p {
	margin-bottom: 0px;
}
.blog-item-one-content .meta {
	margin-bottom: 10px;
}
.blog-item-one-content .meta a {
	color: #333;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 6px;
	font-size: 12px;
	margin-right: 6px;
}
.blog-item-one-content .meta a:hover {
	color: #ee4155;
}
.blog-item-one-content .meta a i {
	color: #ee4155;
}
.blog-item-one-link {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 26px;
}
.blog-item-one-link a {
	text-decoration: none;
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-item-one-link a:hover {
	color: #ee4155;
}
.blog-item-one .read-more {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	background-color: #071c3a;
	padding: 8px 16px;
	border-radius: 0px 0px 0px 8px;
	display: inline-block;
	float: right;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-item-one:hover .read-more {
	background-color: #ee4155;
}
/* news block horizontal */
.news-block-horizontal-content {
	padding: 20px;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 8px;
}
.news-block-horizontal-one .meta {
	margin-bottom: 10px;
}
.news-block-horizontal-one .meta a {
	color: #333;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 6px;
	font-size: 12px;
	margin-right: 6px;
}
.news-block-horizontal-one .meta a:hover {
	color: #ee4155;
}
.news-block-horizontal-one .meta a i {
	color: #ee4155;
}
.news-block-horizontal-link {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 26px;
}
.news-block-horizontal-link a {
	text-decoration: none;
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.news-block-horizontal-link a:hover {
	color: #f43d46;
}
.news-block-horizontal-one .read-more {
	color: #333;
	border-bottom: 1px solid #333;
	font-size: 12px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.news-block-horizontal-one .read-more:hover {
	text-decoration: none;
	border-color: #ee4155;
	color: #ee4155;
}
/* sidebar title */
.sidebar-title {
	font-size: 22px;
	font-weight: 500;
	padding-left: 15px;
	position: relative;
}
.sidebar-title:after {
	position: absolute;
	content: "";
	width: 2px;
	height: 41px;
	top: -20px;
	left: 0px;
	background-color: #ee4155;
}
/* sidebar item */
.sidebar-item {
	background-color: #f5f5f5;
	padding: 20px;
	border-radius: 8px;
	border-top: 2px solid #ee4155;
}
/* search form */
.search-form input {
	padding: 10px 12px;
	border: 0px;
	font-size: 14px;
}
.search-form button {
	background-color: #071c3a;
	color: #fff;
}
.search-form button:hover {
	color: #fff;
	background-color: #ee4155;
}
/* sidebar categories */
.sidebar-categories li a {
	width: 100%;
	color: #000;
	font-size: 14px;
	display: flex;
	align-items: center;
	border-bottom: 1px dashed rgba(0,0,0,0.1);
	padding: 16px 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar-categories li:last-child a {
	border-bottom: 0px;
}
.sidebar-categories li a span {
	margin-left: auto;
	font-size: 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #ee4155;
	border-radius: 100%;
	color: #fff;
}
.sidebar-categories li a:hover {
	color: #ee4155;
}
/* recent posts */
.recent-posts li a {
	width: 100%;
	color: #000;
	font-size: 14px;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	border-bottom: 1px dashed rgba(0,0,0,0.1);
	padding: 0px 0px 16px 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.recent-posts li:last-child a {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.recent-posts li .recent-post-img {
	margin-right: 12px;
	float: left;
}
.recent-posts li .recent-post-img img {
	border-radius: 100%;
}
.recent-posts li a:hover {
	color: #ee4155;
}
.recent-posts li a .date-info {
	width: 100%;
	display: inline-block;
	font-size: 10px;
	margin-top: 4px;
	color: #ee4155;
}
/* tags list */
.sidebar-tags {
	display: inline-block;
}
.sidebar-tags li {
	float: left;
}
.sidebar-tags li a {
	background-color: #071c3a;
	color: #fff;
	font-weight: 400;
	line-height: 100%;
	margin: 0 5px 5px 0;
	border-radius: 4px;
	display: inline-block;
	font-size: 12px;
	padding: 12px 12px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sidebar-tags li a:hover {
	background-color: #ee4155;
	color: #fff;
}
/* blog post */
.blog-post-img {
	position: relative;
}
.blog-post-img img {
	border-radius: 8px;
}
.blog-post-img .post-date {
	position: absolute;
	top: 10px;
	border-radius: 4px;
	right: 10px;
	background-color: rgba(41,126,232,0.9);
	color: #fff;
	padding: 6px 12px;
	font-style: italic;
	font-size: 12px;
	margin-bottom: 10px;
}
.blog-post-content .blog-item-meta li a {
	color: #8492a6;
	font-style: italic;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-post-content .blog-item-meta li a i {
	color: #ee4155;
}
.blog-post-content .blog-item-meta li a:hover {
	color: #ee4155;
}
.releted-tags a {
	display: inline-block;
	background-color: #333;
	padding: 6px 16px;
	font-size: 12px;
	border-radius: 4px;
	margin-bottom: 6px;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.releted-tags a:hover {
	background-color: #071c3a;
	color: #fff;
}
/* post comment form */
.post-comment-form input, .post-comment-form textarea {
	padding: 12px 12px;
	font-size: 14px;
}
/* ===================================
	12. Newsletter area
=================================== */
.newsletter-center {
	background: url(../img/bg/newsletter-bg.jpg) fixed no-repeat;
	position: relative;
	z-index: 0;
	padding: 70px 30px;
	border-radius: 10px;
	overflow: hidden;
	background-size: cover;
}
.newsletter-center:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.6);
	z-index: -1;
}
.newsletter-form input {
	border: 0px;
	padding: 18px 14px;
	font-size: 12px;
}
/* ===================================
	13. Footer
=================================== */
.footer {
	background-color: #ed1c24;
}
.footer-logo {
	text-align: center;
}
.footer-logo img {
	background-color: #fff;
	padding: 25px;
}
/* footer contact info */
.footer-contact-info {
	text-align: center;
}
.footer-contact-info li {
	color: #fff;
}
.footer-contact-info li a {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-contact-info li a:hover {
	color: #ee4155;
}
.footer-contact-info li i {
	color: #ffc800;
	text-align: center;
	margin-right: 6px;
	font-size: 17px;
	border-radius: 100%;
}
/* footer link */
.footer-link {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
	border-top: 1px solid rgba(255,255,255,0.1);
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-link li {
	padding-bottom: 5px;
}
.footer-link li a {
	color: #fff;
	font-size: 12px;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-link li a:hover {
	color: #ee4155;
}
/* footer copyright */
.footer-copyright {
	text-align: center;
	padding: 0px 0px;
}
/* ===================================
	14. Inner page header
=================================== */
.inner-page-header {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#071c3a+0,ee4155+100 */
	background: #22684d; /* Old browsers */
	 
	position: relative;
	z-index: 0;
	padding: 18px 0px;
}
.inner-page-header .breadcrumb {
	margin: auto;
	display: inline-block;
}
.inner-page-header .breadcrumb li {
	float: none;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	display: inline-block;
	padding-left: 0px;
}
.inner-page-header .breadcrumb li:before {
	color: #fff;
	padding-right: 10px;
}
.inner-page-header .breadcrumb-item + .breadcrumb-item:before {
	padding: 0 10px 0 10px;
	content: "-";
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
	vertical-align: middle;
}
.inner-page-header .breadcrumb li a {
	color: #fff;
	font-weight: 600;
}
.inner-page-header h1 {
	color: #fff;
	font-weight: 600;
	font-size: 40px;
}
/* ===================================
	15. Faq
=================================== */
.faq-box {
	border-radius: 6px;
	overflow: hidden;
}
.faq-box .accordion-item .accordion-header .accordion-button {
	color: #ee4155 !important;
	padding: 20px 20px !important;
	border-bottom: 0;
	font-size: 13px;
	border-radius: 0px;
	background-color: rgba(0,0,0,0.1);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	position: relative;
	text-align: left;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed:after {
	position: absolute;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	background-image: none;
	content: "\f078";
	font-weight: 700;
	font-size: 10px;
	font-family: "Font Awesome 5 Free";
}
.faq-box .accordion-item .accordion-header .accordion-button:after {
	position: absolute;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	background-image: none;
	content: "\f077";
	font-weight: 700;
	font-size: 10px;
	font-family: "Font Awesome 5 Free";
}
.faq-box .accordion-item .accordion-header .accordion-button:focus {
	border-color: transparent;
	box-shadow: none;
}
.faq-box .accordion-item .accordion-header {
	padding: 0px;
	border-bottom: 0;
	background-color: transparent;
}
.faq-box .accordion-item .accordion-header .accordion-button.collapsed {
	color: #000 !important;
	padding: 17px 10px !important;
	font-size: 14px;
	background-color: rgba(0,0,0,0.1);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	display: inline-block;
}
.faq-box .accordion-item {
	margin-bottom: 2px;
	background-color: transparent;
	border-radius: 6px !important;
	border: 2px solid rgba(255,255,255,0.2);
	overflow: hidden;
}
.faq-box .accordion-item:last-child {
	margin-bottom: 0px;
}
.faq-box .accordion-item .accordion-body {
	line-height: 24px;
	padding: 25px 25px 25px 25px;
	color: #333;
	margin-top: 1px;
	border-left: 1px solid #ee4155;
	background-color: #fff;
}
.faq-box .accordion-item .accordion-header .accordion-button .number {
	background-color: #ee4155;
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	border-radius: 100%;
	color: #FFF;
	margin-right: 10px;
	font-size: 12px;
	display: inline-block;
}
.faq-img img {
	border-radius: 8px;
}
/* ===================================
	16. Portfolio
=================================== */
.portfolio-item {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}
.portfolio-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0 ); /* IE6-9 */
}
.portfolio-item .portfolio-img img {
	border-radius: 8px;
}
.portfolio-item h4 {
	position: absolute;
	bottom: 15px;
	left: 15px;
	z-index: 2;
}
.portfolio-item h4 a {
	font-size: 18px;
	color: #fff;
}
.portfolio-item .zoom-img {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 2;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #ee4155;
	border-radius: 100%;
	color: #fff;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}
.portfolio-item:hover .zoom-img {
	opacity: 1;
}
/* single portfolio img */
.single-portfolio-img img {
	border-radius: 8px;
}
.project-details h2 {
	font-size: 28px;
}
.project-details ul {
	border-radius: 8px;
	overflow: hidden;
}
.project-details ul li:nth-of-type(even) {
	background-color: #f5f5f5;
}
.project-details ul li:nth-of-type(odd) {
	background-color: #e8e8e8;
}
.project-details ul li {
	padding: 10px 20px;
	display: flex;
	font-size: 14px;
	color: #333;
}
.project-details ul li .title {
	display: inline-block;
	margin-right: 30px;
	padding-right: 20px;
	width: 230px;
	font-weight: 600;
	color: #000;
	position: relative;
}
.project-details ul li .title:after {
	background-color: #fff;
	content: "";
	width: 1px;
	height: calc(100% + 20px);
	top: -10px;
	right: 0;
	position: absolute;
}
/* ===================================
	17. Comment box
=================================== */
.box-comment {
	margin-bottom: 40px;
}
.box-comment:last-child {
	margin-bottom: 0px;
}
.box-comment .box-comment {
	padding-left: 30px;
	margin-top: 40px;
	border-left: 2px solid #071c3a;
}
.box-comment .box-comment:last-child {
	margin-bottom: 0px;
}
.box-comment figure {
	margin: 0 20px 0 0;
}
.box-comment figure img {
	border-radius: 8px;
}
.box-comment h6 {
	font-size: 18px;
	color: #333;
}
.box-comment h6 span {
	font-size: 11px;
	color: #6C6D74;
	display: flex;
	font-weight: 400;
}
.box-comment h6 span .current-year {
	margin-left: 8px;
}
.box-comment .review-text {
	width: 100%;
	position: relative;
}
.box-comment .review-text a {
	background-color: #333;
	color: #fff;
	border-radius: 4px;
	padding: 6px 10px;
	display: inline-block;
	font-size: 10px;
	margin-top: 8px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.box-comment .review-text a:hover {
	background-color: #ee4155;
}
.box-comment p {
	margin-bottom: 0px;
	background-color: rgba(0,0,0,0.1);
	padding: 15px;
	border-radius: 8px;
}
/* ===================================
	18. Contact us
=================================== */
.contcat-info-box {
	border: 2px solid rgba(0,0,0,0.1);
	padding: 25px;
	text-align: center;
	border-radius: 8px;
}
.contcat-info-box i {
	color: #94070d;
	font-size: 30px;
	margin-bottom: 20px;
}
.contcat-info-box h6 {
	margin-bottom: 4px;
}
.contcat-info-box p {
	margin-bottom: 0px;
}
.contcat-info-box p a {
	color: #6c757d;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contcat-info-box p a:hover {
	color: #ee4155;
}
/* contact form */
.contact-form input, .contact-form textarea {
	padding: 12px 12px;
	font-size: 14px;
	background-color: rgba(0,0,0,0.1);
}
.help-block ul {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
	padding: 10px;
	border-radius: 4px;
}
/* map */
.map-box iframe {
	width: 100%;
	border: 0px;
	height: 400px;
	border-radius: 8px;
	overflow: hidden;
}
/* ===================================
	19. Team
=================================== */
.team-box {
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.team-box:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.6);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-box .team-text {
	position: absolute;
	top: 50%;
	left: 15px;
	z-index: 2;
	transform: translateY(-50%);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-box .team-text h4 {
	color: #fff;
	margin-bottom: 6px;
}
.team-box .team-text span {
	color: #fff;
}
.team-box .team-social {
	position: absolute;
	right: 15px;
	z-index: 2;
	bottom: 15px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-box .team-social a {
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background-color: #ee4155;
	color: #fff;
	border-radius: 100%;
	display: inline-block;
}
.team-box:hover .team-text, .team-box:hover .team-social {
	opacity: 1;
}
.team-box:hover:after {
	width: 100%;
	height: 100%;
}
/* ===================================
	20. Gallery
=================================== */
.gallery-box {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.gallery-box:after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.6);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-box:before {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0px;
	right: 0px;
	z-index: 1;
	background-color: rgba(0,0,0,0.6);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-box .gallery-zoom {
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #ee4155;
	transform: translateY(-50%);
	color: #fff;
	border-radius: 100%;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-box .gallery-box-img img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-box:hover .gallery-box-img img {
	filter: blur(8px);
	-webkit-filter: blur(8px);
}
.gallery-box:hover:after, .gallery-box:hover:before {
	width: 50%;
}
.gallery-box:hover .gallery-zoom {
	opacity: 1;
}
/* ===================================
	21. Privacy policy
=================================== */
.privacy-policy-single-content h3 {
	color: #ee4155;
	font-size: 22px;
}
.privacy-policy-single-content p {
	margin-bottom: 0px;
}
.privacy-policy-single-content ul li {
	padding-bottom: 8px;
	color: #000;
	font-size: 14px;
}
.privacy-policy-single-content ul li:last-child {
	padding-bottom: 0px;
}
.privacy-policy-single-content ul li i {
	color: #297ee8;
	padding-right: 6px;
}
/* ===================================
	22. Login
=================================== */
.login-bg {
	background-image: url(../img/bg/login-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	z-index: 0;
}
.login-bg:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(1, 42, 95, 0.65);
	z-index: -1;
}
.login-box {
	background-color: #fff;
	padding: 30px;
	border-radius: 8px;
}
.login-box label {
	color: #333;
	font-size: 15px;
}
/* ===================================
	23. Error page 404
=================================== */
.error-page-item {
	padding: 30px;
	background-color: #f5f5f5;
	text-align: center;
	border-radius: 8px;
}
.error-page-item h2 {
	margin-bottom: 12px;
}
