@import "elements/accordion.css";
@import "elements/blockquotes.css";
@import "elements/buttons.css";
@import "elements/dropcaps.css";
@import "elements/icon-box.css";
@import "elements/image-box.css";
@import "elements/call-to-action.css";
@import "elements/image-box.css";
@import "elements/blog.css";
@import "elements/testimonial.css";
@import "elements/counter.css";
@import "elements/pricing.css";
@import "elements/skill.css";
@import "elements/team.css";
@import "elements/tabs.css";
@import "elements/list-style.css";
@import "elements/video.css";

img {
	max-width: 100%;
}
body {
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	color: #c5c5c5;
}
p {
	line-height: 24px;
	font-size: 14px;
	color: #6c757d;
	font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #202020;
	padding: 0px;
	line-height: 1.2;
}
ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
.element-title {
	font-weight: 400;
	text-align: center;
	margin-bottom: 30px;
}
/* --- Top Scroll --- */
.scroll-top {
    display: none;
    position: fixed;
    bottom: 50px;
    text-align: center;
    right: 4%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    background-color: #0075ff;
    text-decoration: none;
    border-radius: 100%;
    z-index: 9999;
}
.scroll-top:hover {
	color: #fff !important;
	text-decoration: none;
	background-color:#fad719;
}
.online-kf{
    position: fixed;
    bottom: 115px;
    text-align: center;
    right: 4%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    background-color: #0075ff;
    text-decoration: none;
    border-radius: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.kfwx{
    position: absolute;
    left: -210px;
    background: #fff;
    border: 8px solid #fff;
    box-shadow: 0 4px 8px 0 rgba(0,131,255,.2);
    border-radius: 8px;
    width: 200px;
    height: 200px;
    display: none;
}
.kfwx img{
    display:block;
    width:100%;
    height:100%;
}
.online-kf svg{
    width: 30px;
    height: 30px;
}
/* --- 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: #6c757d;
    margin: 15px 0;
    text-transform: uppercase;
}
.section-title h2 {
	font-size: 36px;
	font-weight: 600;
}
/* ===================================
	03. Header
=================================== */
.header-upper {
	background-color: #f5f5f5;
	padding: 10px 0px;
}
/* header social */
.header-social li {
	margin-right: 30px !important;
}
.header-social li:last-child {
	margin-right: 0px !important;
}
.header-social li a {
	margin: 0px !important;
	text-align: center;
	display: inline-block;
	padding: 0px;
	color: #9f9f9f;
	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;
}
.header-social li a:hover {
	color: #000;
}
.header-top-right ul.header-top-menu {
	position: relative;
}
.header-top-right ul.header-top-menu li a {
	color: #333;
}
.header-top-right ul.header-top-menu li {
	margin-right: 20px;
}
.header-top-right ul.header-top-menu li:last-child {
	margin-right: 0px;
}
.header-top-right ul.header-top-menu .dropdown ul.dropdown-menu {
	padding: 0px;
	border-radius: 6px;
}
.header-top-right ul.header-top-menu li:nth-child(1) .dropdown ul.dropdown-menu li {
	margin-right: 0px;
}
.header-top-right ul.header-top-menu li:nth-child(1) .dropdown ul.dropdown-menu li p {
	font-size: 12px;
	color: #fff;
	background-color: #333;
	text-align: center;
	text-transform: uppercase;
	padding: 8px 12px;
	font-weight: 600;
	-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: 1000;
	top: -4px;
	width: 9px;
	height: 9px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	background-color: #333;
}
.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: #666;
	font-size: 12px;
	padding: 0px 22px 16px 22px;
}
.header-top-right ul.header-top-menu li .dropdown ul.dropdown-menu li a:hover {
	color: #000
}
.header-top-right ul.header-top-menu li.signup a {
	padding: 8px 12px;
	background-color: #0075ff;
	border-radius: 4px;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	display: inline-block;
}
.header-top-right ul.header-top-menu li.login a {
	font-weight: 600;
	font-size: 14px;
	text-decoration: underline;
}
.header-lover .navbar-brand {
	padding: 0px;
	margin: 0px;
}
.header-lover .navbar-brand img{
    width:130px;
}
.header-lover {
	padding: 10px 0px;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	-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: 16px;
        color: #666;
        font-weight: 500;
        position: relative;
        padding: 0 30px;
	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;
}
@media (max-width: 1200px){
.header-lover .navbar .nav-item .nav-link {
    padding: 0 10px;
}

}
@media (max-width: 991px){
.logincenter .user-copyright{
    bottom: 8px;
}   
.banner-7 {
    padding: 90% 0 0 0 !important;
}
.skin{
   justify-content: space-between;
}
.skin .col{
    width:49%;
}
.skin .blog-img .create .mt-50 {
    margin-top: 20%;
}
.skin .skincode{
    width:100px !important;margin: 25% auto 20px auto !important;
}
.skin .blog-img .create img {
    width: 90px !important;
    height: 90px !important;
}
}
.header-lover .navbar .nav-item .nav-link:hover, .header-lover .navbar .nav-item.active .nav-link {
	color: #000;
}
.header-4 .header-lover .navbar .header-btn a{
    padding: 7px 20px;
}
.header-4 .header-lover .navbar .header-btn a.btn-login{
    color: #0075ff;
    background-color: #fff;
   border-radius: 4px;
   margin-left: 30px;
}
.header-4 .header-lover .navbar .header-btn a.btn-register{
        color: #fff;
    background-color: #0075ff;
    border-radius: 4px;
     margin-left: 30px;
}
.header-4 .header-lover .navbar .header-btn a.btn-register:hover{
    color: #fff;
}
.header-lover .navbar-toggler span {
	background: #000;
}
.header-lover .dropdown-menu {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-radius: 8px;
	background-color: #333;
}
.header-lover .dropdown-menu:before {
	left: 30px;
	content: "";
	position: absolute;
	z-index: 9999;
	top: -4px;
	width: 9px;
	height: 9px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	background-color: #333;
}
.header-lover .dropdown-menu .dropdown-item {
	border-bottom: 1px solid rgba(255,255,255,0.1) !important;
	position: relative;
	font-size: 11px;
	padding: 12px 12px;
	color: #999;
	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: #fff;
	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;
}
.header-lover .navbar .navbar-nav {
	align-items: center;
}
.header-lover .navbar .nav-item.header-search .nav-link {
	background-color: #333;
	color: #fff;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0px;
	text-align: center;
}
/* ---- mega menu ---- */
.navbar .mega-menu {
	position: static;
}
.navbar .mega-dropdown-menu {
	width: 100%;
	left: 0;
	right: 0;
	/* height of nav-item */
	padding: 10px 20px 20px 20px;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.05);
	-webkit-box-shadow: 5px 5px 10px 0 rgba(68,68,68,0.15);
	box-shadow: 5px 5px 10px 0 rgba(68,68,68,0.15);
}
.navbar .mega-dropdown-menu:before {
	display: none;
}
.mega-dropdown-menu-title {
	font-size: 18px;
	font-weight: 700;
	padding: 10px 0px 10px 0px;
	position: relative;
	border-bottom: 2px solid #0075ff;
	text-transform: uppercase;
	margin-bottom: 20px;
	position: relative;
}
.navbar .mega-dropdown-menu .container {
	background: #fff;
	display: inline-block;
	padding: 0px;
}
.navbar .mega-dropdown-menu ul {
	border-right: 1px solid rgba(0,0,0,0.05);
}
.navbar .mega-dropdown-menu .row .col:last-child ul {
	border-right: 0px;
}
.navbar .mega-dropdown-menu ul li a {
	padding: 10px 10px !important;
	position: relative;
	text-transform: uppercase;
	font-size: 11px !important;
	border-radius: 0px !important;
}
.navbar .mega-dropdown-menu ul li a:hover {
	color: #fff !important;
	background-color: #333;
}
/* SearchModal */
#SearchModal form input {
	padding: 20px 16px;
	font-size: 12px;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(196,196,196,1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(196,196,196,1);
	box-shadow: inset 0px 0px 10px 0px rgba(196,196,196,1);
}
/* 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;
}
/* header 2 */
.header-2 .header-upper {
	background-color: #000;
}
.header-2 .header-social li a:hover {
	color: #fff;
}
.header-2 .header-top-right ul.header-top-menu li a {
	color: #fff;
}
/* header 3 */
.header-3 {
	position: absolute;
	z-index: 3;
	width: 100%;
}
.header-3 .header-upper {
	background-color: rgba(0,0,0,0.2);
}
.header-3 .header-lover {
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.header-3 .header-social li a {
	color: #ccc;
}
.header-3 .header-social li a:hover {
	color: #fff;
}
.header-3 .header-top-right ul.header-top-menu li a {
	color: #fff;
}
.header-3 .header-top-right ul.header-top-menu li.signup a {
	background-color: #0075ff;
}
.header-3 .header-lover .navbar .nav-item .nav-link {
	color: #fff;
}
.header-3 .header-lover .navbar .nav-item .nav-link:hover, .header-3 .header-lover .navbar .nav-item.active .nav-link {
	color: #0075ff;
}
.header-3 .navbar .mega-dropdown-menu ul li a {
	color: #666 !important;
}
.header-3 .navbar .mega-dropdown-menu ul li a:hover {
	color: #fff !important;
	background-color: #333;
}
/* header 4 */
.header-4 {
	position: absolute;
	z-index: 99;
	width: 100%;
}
.header-1{
    position: relative;
}
.header-4 .header-upper {
	background-color: transparent;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.header-4 .header-lover {
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.header-1 .header-lover {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.header-4 .header-social li a {
	color: #fff;
}
.header-4 .header-social li a:hover {
	color: #000;
}
.header-4 .header-top-right ul.header-top-menu li a {
	color: #fff;
}
.header-4 .header-top-right ul.header-top-menu li.signup a {
	background-color: #0075ff;
}

.header-4 .header-lover .navbar .nav-item .nav-link {
	color: #fff;
}
.header-1 .header-lover .navbar .nav-item .nav-link {
	color: #666;
}
.header-1 .header-lover .navbar .nav-item  .btn-logout{
        color:#0075ff;
}
.header-4 .navbar .mega-dropdown-menu ul li a {
	color: #666 !important;
}
.header-4 .navbar .mega-dropdown-menu ul li a:hover {
	color: #fff !important;
	background-color: #333;
}
/* mydash */
.mydash .dropdown .dropdown-menu li a {
	display: block;
	color: #666;
	font-size: 12px;
	white-space: nowrap;
	padding: 10px 16px !important;
}
.mydash .dropdown .dropdown-menu li {
	margin-right: 0px;
}
.mydash .dropdown .dropdown-menu {
	padding: 5px 0px !important;
}
.mydash .dropdown .dropdown-menu li a i {
	color: #0075ff;
}
.mydash .dropdown .dropdown-menu li a:hover {
	color: #0075ff !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;
}
}
/* ===================================
	04. Slider
=================================== */
/* Slider 1 */
.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 {

}
.slider .carousel-item {
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	padding: 400px 0px;
}
.slider .carousel-item.slider-one {
	background-image: url("../img/banner-1.jpg"); /*edit image*/
}
.slider .carousel-item.slider-two {
	background-image: url("../img/banner-2.jpg"); /*edit image*/
}
.slider .carousel-item.slider-three {
	background-image: url("../img/banner-3.jpg"); /*edit image*/
}
.slider .carousel-caption .slider-caption-box p {
    position: relative;
    margin-bottom: 50px;
    font-size: 18px;
    color: #fff;
    display: block;
}
.slider .carousel-caption h2 {
	margin-bottom: 30px;
	font-size: 44px;
	color: #fff;
	line-height: 56px;
	text-transform: capitalize;
}
.header-lover .navbar .navbar-nav .active:after{
    display: block;
    width: 65px;
    height: 2px;
    background-color: #fff;
    content: '';
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 46px;
}
.header-1 .header-lover .navbar .navbar-nav .active:after{
    background-color: #0075ff;
}
.slider .carousel-caption h2 span{
    color:#fad719;
}
.slider .carousel-indicators button {
	width: 6px;
	height: 6px;
	border-radius: 100%;
	margin: 0px 10px;
	position: relative;
	opacity: 1;
}
.slider .carousel-indicators button.active:after {
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	border: 1px solid #0075ff;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.slider .carousel-indicators button.active {
	background-color: #0075ff;
}
/* Slider 2 */
.slider-2 .carousel-item:before {
	position: absolute;
	content: "";
	width: 70%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	background-color: rgba(255,255,255,0.8);
	clip-path: polygon(0 0, 90% 0, 70% 100%, 0% 100%)
}
.slider-2 .carousel-caption h2 {
	color: #000;
}
.slider-2 .carousel-caption .slider-caption-box p {
	padding: 6px 20px;
	border-radius: 30px;
	background-color: rgba(0,0,0,0.8);
}
.slider-2 .carousel-item.slider-four {
	background-image: url("../img/banner-1.jpg"); /*edit image*/
}
.slider-2 .carousel-item.slider-five {
	background-image: url("../img/banner-2.jpg"); /*edit image*/
}
.slider-2 .carousel-item.slider-six {
	background-image: url("../img/banner-3.jpg"); /*edit image*/
}
.slider-2 .carousel-item {
	padding: 300px 0px;
	background-size: auto;
	background-position: center top;
}
/* banner 3 */
.banner-3 {
	background: url("../img/slider/banner-3.jpg") fixed no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	background-position: center top;
	z-index: 0;
	padding-top: 225px;
	padding-bottom: 55px;
}
.banner-3:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
	background-color: rgba(0,0,0,0.6);
}
.banner-3 .banner-caption-box {
	z-index: 2;
	position: relative;
}
.banner-3 .banner-caption-box p {
	position: relative;
	margin-bottom: 10px;
	font-size: 13px;
	color: #fff;
	font-style: italic;
	display: inline-block;
}
.banner-3 .banner-caption-box h2 {
	font-weight: 600;
	margin-bottom: 30px;
	font-size: 44px;
	color: #fff;
	line-height: 56px;
	text-transform: capitalize;
}
/* banner 4 */
.banner-4 {
	background:  url("../img/banner-4.jpg") fixed no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	background-position: center top;
	z-index: 0;
        padding-top: 180px;
        padding-bottom: 80px;
}
.banner-6 {
	background:  url("../img/about.jpg") fixed no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	background-position: center top;
	z-index: 0;
	padding-top: 190px;
	padding-bottom: 100px;
}
.pagination>li>a, .pagination>li>span{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination>li {
    display: inline;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.page{
    display: flex;
    align-items: center;
    justify-content: center;
    margin:30px 0 0 0 ;
}
.skinlist .filterlink li a{
    padding: 6px 25px 6px 25px;
}
.skin .blog-item-2 .title{
    margin-bottom: 0;
    height: auto;
}
.skin .blog-img{
    padding: 10px;
    box-shadow: 0 3px 10px 1px #0000001a;
    border-radius: 8px;
    position: relative;
}
.skin .blog-img .create{
    display: none;
    background-color: #0000005c;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: .8s;
    right: 0;
    bottom: 0;
}

.skin .col a:hover .blog-img .create{
    display: block;
}
.skin .skincode{
     background-color: #fff;
    border: 2px solid #eee;
    border-radius: 4px;
    margin: 34% auto 20px auto;
    text-align: center;
    padding: 10px 0;
    width: 120px;
}
.skin .blog-img .create .ins{
    width:100%;
}
.skin  .blog-item-2 p{
    background-color: #e50012;
    border: 0;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    margin: 0 auto;
    text-align: center;
    width: 120px;
}
.skin .blog-img .create img{
    display:block;width:110px;height:110px;    margin: 0 auto;
}
.skin .blog-img .create span{
    color: #999;
    font-size: 14px;
    display: block;
}
.blog-item-2:hover .blog-img .create img{
        transform: scale(1);
}
.skin .blog-img .pic{
     border-radius: 8px;
}
.skin .blog-content{
    border: none;
    background: none;
    border-radius: 0;
}

.banner-7 {
	background:  url("../img/mould.jpg") fixed no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	background-position: center top;
	z-index: 0;
	padding:35% 0 0 0;
}
.banner-7 .btn-style-1{
        background-color: #fad719;
}
@media (max-width: 1400px){
    .banner-7{
       padding: 45% 0 0 0;
    }
}
.banner-6 .video-img img{
    width:auto;
}
.contact .team-img img{
    max-width:100%;
}
.contact{
    justify-content: center;
}
.banner-4 .banner-caption-box {
	z-index: 2;
	position: relative;
}
.banner-4 .banner-caption-box p {
	position: relative;
	margin-bottom: 10px;
	font-size: 13px;
	color: #fff;
	font-style: italic;
	display: inline-block;
}
.banner-4 .banner-caption-box h2 {
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 38px;
    color: #fff;
    line-height: 56px;
    text-transform: capitalize;
}
.banner-4:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
	background: -moz-linear-gradient(left, rgba(0,117,255,0.85) 0%, rgba(0,174,227,0.85) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,117,255,0.85) 0%, rgba(0,174,227,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,117,255,0.85) 0%, rgba(0,174,227,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0075ff', endColorstr='#d900aee3', GradientType=1 ); /* IE6-9 */
}
/* banner 5 */
.banner-5 {
	background: url("../img/slider/banner-5.jpg") fixed no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	background-position: center top;
	z-index: 0;
	padding-top: 100px;
	padding-bottom: 90px;
}
.banner-5:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
	background-color: rgba(0,0,0,0.7);
}
.banner-5 .banner-caption-box h2 {
	color: #fff;
}
.banner-5 .banner-caption-box p {
	color: #fff;
	margin-bottom: 0px;
}
/* search banner */
.search-banner input, .search-banner select {
	height: 40px;
	border: 0px;
	font-size: 12px;
}
.search-banner button {
	height: 40px;
	border: 0px;
	font-size: 12px;
	border-radius: 4px;
	background-color: #0075ff;
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
}
/* search icon box */
.search-icon-box a {
	background-color: rgba(255,255,255,1);
	border-radius: 6px;
	display: inline-block;
	padding: 20px 16px;
	border: 2px solid rgba(0,0,0,0.6);
	color: #000;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 10px;
	-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;
}
.search-icon-box a span {
	width: 100%;
	font-size: 20px;
	display: inline-block;
}
.search-icon-box a:hover {
	background-color: #0075ff;
}
/* banner newsletter */
.banner-newsletter input {
	border: 0px;
	border-radius: 40px;
	height: 50px;
	padding: 15px;
	color: #000;
	font-size: 14px;
}
.banner-newsletter button {
	background-color: #333;
	color: #fff;
	height: 50px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 40px;
	text-transform: uppercase;
	padding: 6px 20px;
}
.banner-newsletter button:hover {
	background-color: #000;
	color: #fff;
}
/* ===================================
	05. About area
=================================== */
.about-us-info h6 {
	color: #000;
	text-decoration: underline;
	font-size: 14px;
	font-weight: 600;
	line-height: 34px;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.about-us-info h2 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
}
.about-us-info .fa-quote-left {
	color: #297ee8;
	font-size: 60px;
	opacity: 0.3;
	margin-bottom: 15px;
}
.about-img img {
	border-radius: 8px;
}
/* about 3 */
.video-img {
	position: relative;
}
.video-img img {
	border-radius: 8px;
	border: 2px solid rgba(255,255,255,0.6);
        width: 300px;
        margin:0 auto;
        display: block;
}
/* ===================================
	06. Portfolio
=================================== */
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	display: none;
}
.filterlink li {
	margin-right: 0px !important;
}
.filterlink li a {
	cursor: pointer;
	padding: 6px 12px 6px 12px;
	display: inline-block;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: #666;
	border-radius: 4px;
	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;
}
.filterlink li a.active {
	color: #fff;
	background-color: #0075ff;
}
/* footer dark */
.footer-dark {
	background-color: #28292b;
}
.footer-title {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 14px;
}
/* footer contact info */
.footer-contact-info li {
	color: #fff;
	margin-bottom: 8px;
	font-size: 14px;
}
.footer-contact-info li:last-child {
	margin-bottom: 0px;
}
.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: #0075ff;
}
.footer-contact-info li i {
	color: #ee4155;
	text-align: center;
	margin-right: 6px;
	font-size: 12px;
	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);
}
.footer-link li {
	padding-bottom: 5px;
	margin-right: 20px !important;
}
.footer-link li:last-child {
	margin-right: 0px !important;
}
.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: #0075ff;
}
/* footer newsletter */
.footer-newsletter input {
	border: 0px;
	border-radius: 4px;
	height: 50px;
	padding: 15px;
	color: #000;
	font-size: 14px;
}
.footer-newsletter button {
	background-color: #0075ff;
	color: #fff;
	height: 50px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 6px 20px;
}
.footer-contact-info-item img{
    width: 48%;
    max-width: 90px;
}
.text-right .footer-contact-info-item .footer-title{
    text-align:center;
}
.text-right{
    text-align: right;
}
/* footer copyright */
.footer-dark .footer-copyright {
    background-color: #444444;
    color: #c5c5c5;
    font-size: 12px;
    display: flex;
    align-items: center;
    text-align: center;
     flex-wrap: wrap;
    justify-content: center;
}
.footer-dark .footer-copyright img{
    display: inline-block;
    margin: 0 5px;
    width: 15px;
}
.footer-copyright {
	text-align: center;
	padding: 20px 0px;
}
/* footer light */
.footer-light {
	background-color: #f7f7f7;
}
.footer-light .footer-copyright {
	background-color: #eeeeee;
	color: #333;
}
.footer-light .footer-title {
	color: #000;
}
.footer-light .footer-contact-info li a {
	color: #333;
}
.footer-light .footer-contact-info li {
	color: #000;
}
.footer-light .footer-link {
	border-top: 1px solid rgba(0,0,0,0.1);
}
.footer-light .footer-link li a {
	color: #333;
}
.footer-light .footer-contact-info li a:hover, .footer-light .footer-link li a:hover {
	color: #0075ff;
}
/* ===================================
	08. Inner page header
=================================== */
.inner-page-header {
	background-color: #000;
	position: relative;
	z-index: 0;
	padding: 70px 0px;
}
.inner-page-header h1 {
	color: #fff;
	font-weight: 400;
	font-size: 40px;
}
.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-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: #0075ff;
	font-weight: 600;
}
/* ===================================
	09. Services
=================================== */
/* single service img */
.single-service-img img {
	border-radius: 8px;
}
/* single service text */
.single-service-text h2 {
	font-weight: 600;
	font-size: 30px;
}
.single-service-text h4 {
	font-weight: 600;
	font-size: 22px;
}
/* ===================================
	10. Sidebar services
=================================== */
.sidebar-services {
	background-color: #000;
	border-radius: 8px;
	position: relative;
	z-index: 0;
	padding: 16px 0px;
	overflow: hidden;
}
.sidebar-services li a {
	padding: 16px 16px 16px 16px;
	display: flex;
	width: 100%;
	border-left: 2px solid rgba(255,255,255,0);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	color: #fff;
	font-size: 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-services li:last-child a {
	border-bottom: 0px;
}
.sidebar-services li a:hover, .sidebar-services li.active a {
	color: #0075ff;
	border-left: 2px solid #0075ff;
	background-color: rgba(255,255,255,0.1);
}
.sidebar-services li a i {
	margin-left: auto;
}
.sidebar-services li:last-child {
	margin-bottom: 0px;
}
/* ===================================
	11. Sidebar about
=================================== */
.sidebar-about {
	background-image: url(../img/about/sidebar-about.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	z-index: 0;
	padding: 20px;
	text-align: center;
	border-radius: 6px;
	overflow: hidden;
}
.sidebar-about:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.6);
	z-index: -1;
}
.sidebar-about p {
	color: #fff;
}
/* ===================================
	12. Sidebar download brouchure
=================================== */
.sidebar-download-brouchure {
	background-color: #1a1a1a;
	position: relative;
	z-index: 0;
	padding: 20px;
	text-align: center;
	border-radius: 6px;
	overflow: hidden;
}
.sidebar-download-brouchure h4 {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 15px;
}
/* ===================================
	13. Single portfolio
=================================== */
.single-portfolio-img {
	background-image: url(../img/portfolio/single-portfolio-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	padding: 40px;
	border-radius: 8px;
	overflow: hidden;
}
.project-info {
	border-radius: 8px;
	overflow: hidden;
	padding: 20px 30px;
	background-color: rgba(0,0,0,0.8);
}
.project-info li {
	padding: 10px 20px 10px 0px;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.project-info li:last-child {
	border-bottom: 0px;
}
.project-info li .title {
	display: inline-block;
	font-weight: 600;
	width: 100%;
	margin-bottom: 6px;
	color: #fff;
	position: relative;
}
.project-description h2 {
	font-weight: 600;
	font-size: 30px;
}
/* ===================================
	14. 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;
	height: 100vh;
}
.login-bg:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.6);
	z-index: -1;
}
.form-signin {
	background-color: #fff;
	box-shadow: 0 5px 13px rgba(62,69,78,0.2);
	border-radius: 8px;
	padding: 20px;
	text-align: center;
}
.user-copyright{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
}
.user-copyright a{
    font-size: 12px;
    color: #ffffff;
}
.user-copyright img {
    display: inline-block;
    margin: -4px 0 0 0;
    width: 15px;
}
.form-signin label {
	font-size: 14px;
	color: #000;
}
.form-signin .form-check {
	margin-bottom: 0px;
}
.form-signin .form-check a {
	color: #000;
	font-weight: 600;
}
.form-signin .form-check-input {
	width: 16px;
	height: 16px;
}
.form-signin .form-check-label {
	padding-left: 6px;
}
.form-signin .forgot-pass a {
	font-size: 14px;
	color: #000;
	font-weight: 600;
}
.form-signin .no-account {
	font-size: 16px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.form-signin .no-account a {
	color: #000;
	font-weight: 600;
}
/* ===================================
	15. Error page 404
=================================== */
.error-page-bg {
	background-image: url(../img/404.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	z-index: 0;
	height: 100vh;
}
.error-page-bg:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.6);
	z-index: -1;
}
.error-page-item {
	padding: 30px;
	background-color: #f5f5f5;
	text-align: center;
	border-radius: 8px;
}
.error-page-item h2 {
	margin-bottom: 12px;
}
/* ===================================
	16. Coming soon page
=================================== */
.coming-soon-page-bg {
	background-image: url(../img/bg/coming-soon-page-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	z-index: 0;
	height: 100vh;
}
.coming-soon-page-bg:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.4);
	z-index: -1;
}
.coming-soon-text {
	text-align: center;
}
.coming-soon-text h2, .coming-soon-text p {
	color: #fff;
}
.coming-soon-text ul li span {
	background-color: rgba(0,0,0,0.6);
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 20px;
	color: #fff;
	border-radius: 100%;
	margin-bottom: 10px;
	display: inline-block
}
.about-us-info p{
    text-align: justify;color: #333333;
}
.footer-copyright a{
    color:#c5c5c5;
}
.coming-soon-text ul li p {
	margin-bottom: 0px;
	text-transform: capitalize;
}
.case-sponsor{
    font-size: 14px;
    text-align: center;
    color: #333;
    font-weight: normal;
    margin-top: 10px;
}
.single-counter-box .counter-info-text span i{
        font-size: 12px;
    color: #6c757d;
    font-style: normal;
}
/* ===================================
	17. Contact Us
=================================== */
/* contact form */
.contact-form input, .contact-form textarea {
	padding: 12px 12px;
	font-size: 12px;
}
.help-block ul {
	padding: 12px;
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
	border-radius: 6px;
}
/* contact img */
.contact-img img {
	border-radius: 8px;
}
/* contact info */
.contact-info li {
	font-size: 14px;
	color: #000;
	margin-bottom: 12px;
}
.contact-info li:last-child {
	margin-bottom: 0px;
}
.contact-info li span {
	font-weight: 600;
	width: 120px;
	display: inline-block;
}
/* map */
.map-box iframe {
	width: 100%;
	border: 0px;
	height: 400px;
	border-radius: 8px;
	overflow: hidden;
}
/* ===================================
	18. Privacy policy
=================================== */
.privacy-policy-single-content h3 {
	color: #000;
	font-size: 22px;
}
.privacy-policy-single-content p {
	margin-bottom: 0px;
}
/* ===================================
	19. Gallery
=================================== */
.gallery-box {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.gallery-box:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0075ff+0,000000+100&0.7+0,0.7+100 */
	background: -moz-linear-gradient(top, rgba(29,226,120,0.7) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(29,226,120,0.7) 0%, rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(29,226,120,0.7) 0%, rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b31de278', endColorstr='#b3000000', GradientType=0 ); /* IE6-9 */
	-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: #000;
	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 .gallery-zoom, .gallery-box:hover:after {
	opacity: 1;
}
/* request a quote form */
.request-a-quote-form {
	background-color: rgba(29,226,120,0.8);
	padding: 25px;
	border-radius: 8px;
}
.request-a-quote-form h2 {
	color: #000;
	margin-bottom: 20px;
	font-size: 28px;
}
.request-a-quote-form .form-label {
	color: #fff;
}
.request-a-quote-form input, .request-a-quote-form select {
	border: 0px;
	padding: 16px 12px;
	font-size: 12px;
}
.request-quote-img img {
	border-radius: 8px;
}
/* ===================================
	20. Partners
=================================== */
.partners-block {
	overflow: hidden;
}
.partners-block .row {
	margin-right: -0.07143rem;
	margin-bottom: -0.07143rem;
}
.partners-img {
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	padding-top: 2.14286rem;
	padding-bottom: 2.14286rem;
	padding-left: 1.07143rem;
	padding-right: 1.07143rem;
	-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;
}
.partners-img:hover {
	background-color: #f5f5f5;
}
/* ===================================
	21. Listing
=================================== */
/* side bar */
.filter-widget .accordion-item:first-of-type .accordion-button, .filter-widget .accordion-item:first-of-type, .filter-widget .accordion-item:last-of-type {
	border-radius: 0px;
}
.filter-widget .accordion-item {
	margin-bottom: 10px;
	border-radius: 6px;
	overflow: hidden;
	border-top: 1px solid rgba(0,0,0,.125);
}
.filter-widget .accordion-item:last-child {
	margin-bottom: 0px;
	border-radius: 6px;
	overflow: hidden;
}
.filter-widget .accordion-item:first-child {
	border-radius: 6px;
	overflow: hidden;
}
.filter-widget .accordion-item a{
    font-size:14px;color:#666;padding:5px 0;
}
.filter-widget .accordion-item .accordion-button {
	font-size: 16px;
	font-weight: 500;
}
.filter-widget .accordion-item .accordion-button:after {
	width: 15px;
	height: 15px;
	background-size: 12px;
}
.filter-widget .accordion-item .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #0075ff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.filter-widget .accordion-item .accordion-body .form-check {
	align-items: center;
	display: flex;
}
.filter-widget .accordion-item .accordion-body .form-check .form-check-label {
	font-size: 12px;
	color: #000;
	margin-left: 8px;
}
.single-service-text{
    border: 1px solid rgba(0,0,0,.125);
    padding: 30px;
    border-radius: 4px;
    background: #fff;
}
.single-service-text img{
    max-width:100%;
    height:auto;
}
.wrapper{
    background-color: #f9f9f9;
}

.cat-navigation {
    font-size: 14px;
    color: #000;
}

.cat-navigation.no-border .container {
    border-bottom: none;
    padding: 40px 0;
}

.breadcrumn li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    padding-right: 25px;
}
.breadcrumn li:after {
    position: absolute;
    color: #666;
    content: '>';
    right: 8px;
}
.breadcrumn li:last-child:after{
    display: none;
}
.breadcrumn a{
    color: #666;
}
.breadcrumn li.active, .breadcrumn li:last-child {
    color: #666;
}
.breadcrumn li.active h1 {
    color: #0075ff;font-size:14px;
}
.faq {
    margin-bottom: 30px;
}
.faq .faq-bd .content p{
    font-family: auto;
    font-size:14px;
    color:#333;
    margin:0;
}
.faq-content{
    display: flex;
}
.faq .container {
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 2px;
    padding:0;
}

.faq .faq-list {
    width: 32%;
    border-right: 1px solid #efefef;
    margin-right: -1px;
}
.faq .faq-title {
    font-size: 23px;
    line-height: 90px;
    padding-left: 24px;
    border-bottom: 1px solid #efefef;
    position: relative;
    height: 90px;
}
.faq .faq-title .icon {
    margin-right: 12px;
    position: relative;
    top: -2px;
}
.faq .faq-list li.faq-cats {
    border-bottom: 1px solid #efefef;
}
.faq .faq-list li.faq-cats>h4>a {
    display: block;
    font-size: 16px;
    padding: 0 24px;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
    position: relative;
}
.faq .faq-list li.faq-cats>h4>a i.icon-arrow {
    width: 7px;
    height: 14px;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -7px;
    -webkit-transition: all .6s;
    transition: all .6s;
}
.faq .faq-list li.faq-cats>h4>a i.icon-arrow:before {
    border-color: transparent transparent transparent #ddd;
    left: 3px;
}

.faq .faq-list li.faq-cats>h4>a i.icon-arrow:after, .faq .faq-list li.faq-cats>h4>a i.icon-arrow:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px;
    position: absolute;
    top: 0;
    -webkit-transition: all .6s;
    transition: all .6s;
}
.faq .faq-list li.faq-cats>h4>a i.icon-arrow:after {
    border-color: transparent transparent transparent #fff;
    left: 0;
}
.faq .faq-list li.faq-cats.active>h4>a {
    color: #0075ff;
}
.faq .faq-list li.faq-cats.active>h4>a i.icon-arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.faq .faq-list li.faq-cats.active>h4>a i.icon-arrow:before {
    border-color: transparent transparent transparent #0075ff;
}
.faq .faq-list .faq-submenu {
    display: none;
    background: #efefef;
    padding: 25px 0 10px;
}
.faq .faq-list ul:last-of-type li:last-of-type {
    border-bottom: none;
}
.faq .faq-list .faq-submenu>li {
    margin-bottom: 15px;
    padding: 0 50px;
}
.faq .faq-list .faq-submenu>li.active a {
    color: #0075ff;
}
.faq .faq-list .faq-submenu>li a {
    display: block;
    color: #666;
}
.faq .faq-bd {
    width: 68%;
    color: #000;
}
.faq .faq-bd {
    height: 100%;
}

.fr {
    float: right;
}
.faq .faq-bd .content {
    border-left: 1px solid #efefef;
    padding: 45px;
}
.faq .faq-bd .content>h3.title {
    font-size: 20px;
    margin-bottom: 35px;
}
.faq .faq-bd img {
    max-width: 100%;
    height: auto;
}
.single-service-text p{
    font-size: 14px;
    font-family: auto;
    color: #333;
    margin: 0;
}
.filter-widget .accordion-item .accordion-body .form-check:last-child {
	margin-bottom: 0px;
}
.filter-widget .accordion-item .accordion-body .form-check .form-check-input[type="radio"], .filter-widget .accordion-item .accordion-body .form-check .form-check-input[type="checkbox"] {
	margin-top: 0px;
}
/* ===================================
	22. List view
=================================== */
/* List view */
.list-view {
	border: 1px solid #dbdbdb;
	overflow: hidden;
	border-radius: 6px;
	padding: 15px;
	-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;
}
.list-view:hover {
	border: 1px solid #0075ff;
}
.list-view .img img {
	max-width: 100%;
}
.list-view h4 {
	line-height: 20px;
}
.list-view h4 a {
	font-weight: 700;
	margin-top: 0px;
	color: #333;
	font-size: 18px;
	display: inline-block;
	margin-bottom: 10px;
}
.list-view .booking-box {
	border-left: 1px solid #e6e6e6;
}
.list-view .booking-box .line-box {
	margin-bottom: 8px;
}
.clear-padding {
	padding: 0;
}
.list-view .cruise-line-box {
	min-height: 90px;
	padding: 12px 0px;
	border-bottom: 1px solid #e6e6e6;
}
.list-view strong {
	color: #0075ff;
	margin-right: 10px;
}
.list-view .cruise-line-box i {
	margin-right: 0px;
}
.list-view .cruise-line-box h5 {
	margin-top: 0px;
	line-height: 1.6;
}
.list-view .price {
	min-height: 88px;
	padding: 12px 0px;
	background: #0075ff;
	color: #ffffff;
}
.list-view .price h3 {
	margin-top: 0px;
	font-weight: bold;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}
.list-view .price h5 {
	color: #fff;
	font-size: 18px;
	padding-bottom: 6px;
}
.list-view p {
	font-size: 13px;
	line-height: 22px;
}
.list-view .price a {
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
}
.all-btn a {
	padding: 4px 4px;
	font-size: 10px;
}
.pagination-box .page-item .page-link {
	color: #0075ff;
	font-size: 13px;
}
.pagination-box .page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #0075ff;
	border-color: #fff;
}
/* ===================================
	23. Detail page
=================================== */
/* detail page btn */
.detail-page-btn-main {
	border-bottom: 1px solid #dde6ef;
	background-color: #fff;
}
.detail-page-btn-main a {
	display: inline-block;
	color: #333;
	padding: 20px 32px;
	font-size: 13px;
	border-right: 1px dashed #dee2ea;
	-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;
}
.detail-page-btn-main a:last-child {
	border-right: 0px;
}
.detail-page-btn-main a:hover {
	color: #0075ff;
}
/* single box */
.single-box .card-header {
	background-color: #fff;
	color: #000;
	font-size: 16px;
	font-weight: 500;
}
.single-box .card-body p {
	color: #333;
	font-size: 14px;
}
/* location map */
.location-map iframe {
	width: 100%;
	height: 350px;
	border: 0px;
}
/* summary box */
.summary-box ul li h5 {
	font-size: 12px;
	color: #0075ff;
}
.summary-box ul li p {
	margin-bottom: 0px;
	color: #000;
}
.summary-box ul li {
	margin-bottom: 10px;
}
/* destination place */
.destination-place {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #333;
}
/* best price */
.best-price {
	border-top: 1px solid rgba(0,0,0,0.1);
	padding-top: 10px;
	margin-top: 10px;
}
.side-price {
	color: #0075ff;
	font-size: 24px;
	font-weight: 600;
}
.total-price {
	border-top: 1px solid rgba(0,0,0,0.1);
	padding-top: 10px;
	display: flex;
	align-items: center;
	margin-bottom: 0px !important;
}
.total-price h5 {
	color: #000 !important;
	font-size: 20px !important;
}
.total-price p {
	color: #98ce44 !important;
	font-weight: 600;
	font-size: 20px !important;
}
/* sidebar widget */
.sidebar-widget {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 6px;
	overflow: hidden;
}
.case-cn {
    box-shadow: 7px 7px 30px 1px rgb(0 0 0 / 8%);
    width: 1160px;
    margin: 80px auto;
    padding: 20px;
    border-radius: 10px;
}
.case-head {
    display: flex;
    width: 100%;
    overflow: hidden;
    justify-content: space-between;
}
.acti-img{
    width: 450px;height: 270px;
}
.acti-img img{
    display:block;width:100%;
    height:100%;
    border-radius: 10px;
}
.acti-con{
    width: 625px;
}
.case-item{
    position: relative;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
}
.case-item .item{
    width: 212px;
    margin-right: 14.7px;
    margin-bottom: 14.7px;
    display: block;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    padding: 1%;
    position: relative;
}
.case-item .item:hover{
     border: 1px solid #0078ff;
}
.case-item .item p{
    font-size: 14px;
    color: #333;
    text-align: center;
    padding: 8px 0 0 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.case-item .item .count{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 45px;
    height: 45px;
    background: #d1d1d187;
    font-size: 10px;
    color: #333;
    font-weight: 700;
    text-align: center;
    line-height: 45px;
    border-radius: 100%;
}
.case-item .item span{
     display: block;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    text-align: center;
}
.case-item .item a{
    display: block;
    width: 100%;
    background: #0078ff;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 10px;
    line-height: 30px;
}
.case-item .item .delt{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffffd6;
    text-align: center;
    display: none;
}
.case-item .item .delt img{
    width: 50%;
    display: block;
    margin: 25px auto 0 auto;
    border-radius: 100%;
    padding: 5px;
    background: #fff;
}
.case-item .item .delt .slu{
    font-size:14px;
    font-weight: 700;
    color:#333;
    padding: 10px 0;
}
.case-item .item:nth-child(5n){
    margin-right: 0;
}
.case-item .item .vimg{
    display: block;
    width: 100%;
    height: 130px;
    border-radius: 5px;
} 
.acti-con .lm{
    font-size: 20px;
    color: #333;
    font-weight: 600;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
    margin: 10px 0 30px 0;
}
.pok{
    display: flex;
    width: 100%;
    overflow: hidden;
    justify-content: space-between;
}
.toolcreat {
    display: block;
    width: 150px;
    height: 38px;
    background: #0078ff;
    box-shadow: 0 4px 10px 0 rgb(0 120 255 / 54%);
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    margin: 10px auto 0 auto;
}
.pok .left{
    width: 60%;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    padding: 10px 0;
}
.pok .right{
    width: 35%;
}
.pok .right img{
    display: block;
    width: 110px;
    margin: 0 auto;
}
.pok .right h2{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #333;
}
.case-status{
    font-size: 14px;
    text-align: center;
    margin-top: 16px;
    color: #969696;
}
.case-titles {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.case-time {
    text-align: center;
    color: #a7a7a8;
    font-size: 14px;
    margin-top: 10px;
}
.case-data-1 {
    float: left;
    width: 33%;
    
}
.case-data{
    width: 100%;
    overflow: hidden;
}
.case-data-num {
    font-size: 16px;
    color: #0078ff;
    text-align: center;
    font-weight: 600;
}
.case-data-title {
    font-size: 14px;
    color: #969696;
    text-align: center;
    margin-top: 10px;

}
.case-preview-qrcode {
    clear: both;
    padding-top: 20px;
    text-align: center;
    border-bottom: 1px solid #ececf3;
    padding-bottom: 25px;
}
.case-container {
    width: 100%;
    color: #333;
}
.case .title {
    padding: 20px 0;
    color: #5d5d5d;
    font-size: 20px;
    font-weight: 600;
}
.logincenter .list-style-1 li{
    color:#fff;
}
.case-tip{
    text-align:center;
}
.tab-list .tab-pane{
    display: flex;
    align-items: center;
    justify-content: center;
}
.tablight{
  background: #f5f8fd;
}
.tab-list{
  padding: 40px 0;
}

.about-us-info .list-style-1 li:first-child {
     padding-bottom: 10px;
    font-size: 16px;
    color: #333;
    text-align: left;
    font-weight: normal;
    margin-bottom: 0;
}
.banner-caption-box .list-style-1 li:first-child {
     padding-bottom: 10px;
    font-size: 16px;
    color: #fff;
    text-align: left;
    font-weight: normal;
    margin-bottom: 0;
}
.tab-content .tab-list:nth-child(4) {
    padding-bottom: 0;
}
.about-area .container .row{
    margin:0;
}
.list-style-1 li:first-child {
    font-size:24px;color:#000;
    margin-bottom: 40px;
    font-weight: 600;
}
.list-style-1 li i.des{
        color: #a1a1a3;
    margin-right: 0;
    font-style: normal;
    font-size: 16px;
    padding-left: 10px;
}
.logincenter{
    width:100%;
    height:100%;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background: url(../img/login.jpg) fixed no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    background-position: center top;
    overflow: hidden;
    padding:13% 0 0 0;
}
.logincenter:before{
       position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
	background: -moz-linear-gradient(left, rgba(0,117,255,0.65) 0%, rgba(89,157,254,0.85) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,117,255,0.65) 0%, rgba(89,157,254,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,117,255,0.65) 0%, rgba(89,157,254,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0075ff', endColorstr='#599dfe', GradientType=1 ); /* IE6-9 */
}
.logincenter .list-style-1 li i{
    color:#fff;
}
.logincenter .align-items-center{
    justify-content:space-between;
}
.wrp_code{
    border: 1px solid #e2e2e2;
    padding: 10px;
    width: 50%;
    margin: 20px auto;
    position: relative;
}
.wrp_code .wrpimg{
   max-width: 100%;
}
.scanout{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000000f0;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    font-size:14px;
}
.scantip,.scanout{
    display:none;
}
.scanout .plush{
    width: 40px;
    cursor: pointer;
    display: block;
    margin: 5px auto;
}