@font-face {
font-family: 'AlibabaPuHuiTi';
src: url('../font/AlibabaPuHuiTi/AlibabaPuHuiTi-3-55-RegularL3.ttf') format('truetype');
}
:root {
	--body: #fff;
	--black: #000;
	--white: #fff;
	--theme: #C2191F;
	--theme-2: #C2191F;
	--theme-3: #C2191F;
	--header: #333;
	--base: #5C30FD;
	--text: #727475;
	--border: #ebebeb;
	--border2: #373737;
	--ratting: #F8BC26;
	--bg: #f8f8f8;
	---box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  }
  
.header-area {
	padding: 26px 0 28px;
}
.header-bottom-logo {
	margin-top: 6px;
}
.finweb-menu ul li {
	list-style: none;
}
.finweb-menu ul li a {
	font-size: 17px;
	font-weight: 500;
	margin-right: 38px;
	line-height: 45px;
	-webkit-transition: .4s;
	transition: .4s;
	position: relative;
	padding: 0px 0 4px 0;
}
.finweb-menu ul li a:hover {
    color: #C2191F;
}
.finweb-menu ul li a.home-active {
    color: #C2191F;
}
.finweb-menu ul li a::before {
	content: "";
	position: absolute;
	width: 0%;
	height: 2px;
	display: inline-block;
	background: #C2191F;
	left: 0;
	bottom: 0;
    -webkit-transition: .4s;
	transition: .4s;
}
.finweb-menu ul li a.home-active::before {
	width: 100%;
    color: #C2191F;
}
.finweb-menu ul li a:hover::before {
    width: 100%;
}

/* Fin-Web Dropdown */

.finweb-menu ul li {
    position: relative;
}
.finweb-menu ul li ul.sub-menu {
	position: absolute;
	top: 200%;
	left: 0;
	width: 218px;
	background: #fff;
	border-top: 5px solid #C2191F;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	text-align: left;
	border-radius: 3px 3px 3px 3px;
	-webkit-transition: .4s;
	transition: .4s;
	visibility: hidden;
	opacity: 0;
	z-index: 999;
}
.finweb-menu ul li ul.sub-menu li {
	display: block;
}
.finweb-menu ul li ul.sub-menu li a {
	line-height: 44px;
	padding: 0px 0px 0px 22px;
	margin: 0px 0 0 0;
	display: block;
}
.finweb-menu ul li ul.sub-menu li a:before {
  display: none;
}
.finweb-menu ul li ul.sub-menu li a:hover {
	background: #C2191F;
	color: #fff;
	display: block;
}
.finweb-menu ul li:hover ul.sub-menu {
	opacity: 1;
	visibility: visible;
	top: 163%;
}

/*--  Fin-Web search btn Css --*/

.header-search-button {
	margin: 13px 38px 0px 2px;
}
.header-search-button a {
	color: #1a1a1a;
	font-size: 20px;
}

/*--  Fin-Web shop btn Css --*/

.header-shop-button {
	width: 85px;
}
.header-shop-button a {
	width: 50px;
	height: 50px;
	display: inline-block;
	background: #ecedef;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	position: relative;
}
.header-shop-button a::before {
	content: "0";
	position: absolute;
	width: 18px;
	height: 18px;
	top: 0;
	right: 0px;
	background: #02264a;
	line-height: 18px;
	color: #fff;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 500;
}
.header-shop-button a i {
	font-size: 17px;
}

/*--  Fin-Web themes btn Css --*/

.finweb-btn {
	margin-top: 3px;
}
.finweb-btn a {
	background: #C2191F;
	color: #fff;
	padding: 15px 32px;
	font-size: 17px;
	font-weight: 500;
	border-radius: 3px;
	line-height: 40px;
	border: 2px solid transparent;
	-webkit-transition: .4s;
	transition: .4s;
}
.finweb-btn a:hover {
	background: transparent;
	border: 2px solid #C2191F;
	color: #C2191F;
}


/*================================
<--  Fin-Web  Hero Area Css -->
==================================*/

.hero-area {
	position: relative;
}
.hero-active {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
    height: 727px;
	display: flex;
	align-items: center;
}
.hero-content h6 {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 26px;
}
.hero-content h1 {
	color: #fff;
	font-size: 65px;
	line-height: 66px;
	font-weight: 800;
}
.hero-content h1 span {
	position: relative;
	display: inline-block;
	z-index: 1;
}
.hero-content h1 span::before {
	content: "";
	position: absolute;
	width: 103%;
	height: 8px;
	left: -3px;
	bottom: 2px;
	background: #C2191F;
	display: inline-block;
	z-index: -1;
}
.hero-content p {
	color: #fff;
	opacity: 0.902;
	font-size: 20px;
	font-weight: 700;
	padding: 21px 0 45px;
}
.hero-btn a {
	background: #C2191F;
	color: #fff;
	padding: 16px 32px;
	border-radius: 3px;
	font-size: 17px;
	font-weight: 500;
	border: 2px solid transparent;
}
.hero-btn a:hover {
	background: transparent;
	border: 2px solid #fff;
    color: #fff;
}
.hero-btn a span {
	margin-left: 10px;
	font-size: 16px;
}


.page-nav-wrap ul li {
	display: inline-block;
  }
  .page-nav-wrap ul li .page-numbers {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	background: #f6f6f6;
	font-weight: 700;
	transition: all 0.3s ease-in-out;
	margin: 0 2px;
  }
  .page-nav-wrap ul li .page-numbers.current {
		background-color: #d6111e;

	color: var(--white);
  }

  @media (max-width: 767px) {
	.page-nav-wrap ul li .page-numbers {
	  margin-top: 10px;
	  width: 50px;
	  height: 50px;
	  line-height: 50px;
	  font-size: 14px;
	}
  }
  .page-nav-wrap ul li .page-numbers i {
	margin-top: 2px;
  }
  .page-nav-wrap ul li .page-numbers:hover {
	background-color: #d6111e;
	color: #fff;
  }
  
.mt-5 {
    margin-top: 3rem!important
}

/* Portfolio Nav */
.portfolio_nav {
	margin-bottom: 30px;
  }
  
  .portfolio_menu ul {
	text-align: center;
	list-style: none;
  }
  
  .portfolio_nav ul li {
	background: #f6f5f5;
	font-size: 16px;
	font-family: "Fira Sans";
	transition: all 0.5s ease 0s;
	cursor: pointer;
	padding: 6px 25px;
	font-weight: 500;
	position: relative;
	margin: 0 3px;
	margin-bottom: 7px;
	display: inline-block;
	border-radius: 2px;
  }
  
  .portfolio_menu ul li a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	transition: 0.5s;
  }
  

.blog-card {
    position: relative;
    background-color: var(--ostech-white,#fff);
    box-shadow: 0 6px 30px 0 rgba(0,0,0,0.06)
}

.blog-card__image {
    position: relative;
    overflow: hidden;
	max-height: 240px;
}

.blog-card__image img {
    transition: .5s;
    background-size: cover;
    width: 100%
}

.blog-card__image img:nth-child(1) {
    transform: translatex(50%) scalex(2);
    opacity: 0;
    filter: blur(10px)
}

.blog-card__image img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover
}

.blog-card__image__link {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--ostech-black-rgb,23,23,23),0.5);
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(-20%);
    transition: opacity 500ms ease,transform 500ms ease
}

.blog-card__image__link::before,.blog-card__image__link::after {
    content: "";
    width: 25px;
    height: 2px;
    background-color: var(--ostech-white,#fff);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.blog-card__image__link::after {
    transform: translate(-50%,-50%) rotate(90deg)
}

.blog-card:hover .blog-card__image>a {
    opacity: 1;
    transform: translateY(0)
}

.blog-card:hover .blog-card__image img:nth-child(1) {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0)
}

.blog-card:hover .blog-card__image img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px)
}

.blog-card__date {
    width: 104px;
	opacity: 0.8;
    height: auto;
    background-color: var(--ostech-base,#C2191F);
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 14px 20px 16px;
    top: 30px;
    right: 30px;
    position: absolute;
    z-index: 10;
    text-transform: uppercase;
    flex-direction: column;
    color: var(--ostech-text-dark,#fff);
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase
}

.blog-card__date span {
    margin-top: -2px;
    display: block;
    font-size: 30px;
    font-weight: 700;
	
}

.blog-card__content {
    background-color: var(--ostech-white,#fff);
    position: relative;
	
    transition: all 500ms ease
}

.blog-card__content__inner {
    padding: 2px 5px 40px 10px
}

@media(max-width: 400px) {
    .blog-card__content__inner {
        padding:20px 30px
    }
}

.blog-card__title {
    color: var(--ostech-text-dark,#222429);
    font-size: 20px;
    font-weight: 700;
    line-height: 145.833%;
    margin-bottom: 12px
}

.blog-card__title a {
    color: inherit;
    background: linear-gradient(to right,currentcolor 0,currentcolor 100%) 0 95%/0px 1px no-repeat;
    transition: all 500ms ease
}

.blog-card__title a:hover {
    background-size: 100% 1px
}

.blog-card__title a:hover {
    color: var(--ostech-base,#d6111e)
}

.blog-card__link {
    color: var(--ostech-text-dark,#222429);
    font-size: 14px;
    font-weight: 600;
    line-height: 178.571%;
    position: relative;
    display: block;
    padding: 5px 0;
    z-index: 1
}

.blog-card__link:hover {
    color: var(--ostech-base,#d6111e)
}

.blog-card__link:hover::after {
    background: var(--ostech-base,#d6111e)
}

.blog-card__link i {
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 35%
}

.blog-card__link::after {
    content: "";
    right: 40px;
    height: 1px;
    background: var(--ostech-border-color,#DBDBDB);
    position: absolute;
    top: 55%;
    left: 95px;
    transition: all .4s ease-in-out
}

.blog-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--ostech-gray,#F4F5F8);
    margin: 0;
    padding: 15px 40px;
    transition: all .4s ease-in-out
}

@media(max-width: 400px) {
    .blog-card__meta {
        padding:15px 25px
    }
}

.blog-card__meta li {
    color: var(--ostech-text,#686A6F);
    display: flex;
    align-items: center
}

.blog-card__meta li i {
    color: var(--ostech-base,#FFAA17);
    margin-right: 5px;
    font-size: 19px
}

.blog-card__meta li a {
    display: flex;
    align-items: center;
    color: inherit;
    transition: all 500ms ease;
    color: var(--ostech-text,#686A6F);
    font-size: 16px;
    font-weight: 600;
    line-height: 162.5%
}

.blog-card__meta li a:hover {
    color: var(--ostech-base,#FFAA17);
    text-shadow: 0 0 1px currentColor
}

.blog-card__meta li+li a {
    font-size: 14px;
    font-weight: 500;
    line-height: 214.286%;
    text-transform: capitalize
}

.blog-card__meta img {
    border-radius: 100%;
    margin-right: 10px;
    width: 35px!important
}

.blog-card-two {
    position: relative;
    background-color: var(--ostech-white,#fff)
}

.blog-card-two__image {
    position: relative;
    overflow: hidden
}


  .portfolio_menu ul li a:before {
	position: absolute;
	content: "";
	left: 0;
	top: 24px;
	height: 2px;
	width: 0%;
	background: #fff;
	transition: 0.5s;
  }
  
  .portfolio_nav ul li:hover,
  .portfolio_nav ul li.current_menu_item {
	color: #fff;
	background: #C2191F;
  }

  

/*--  Animation content Css --*/

#customers-hero .owl-item.active .hero-content h6 {
    animation: fadeInDownBig ease 2s;
}
#customers-hero .owl-item.active .hero-content h1.hero-heading-one {
    animation: fadeInLeftBig ease 2s;
}
#customers-hero .owl-item.active .hero-content h1.hero-heading-two {
    animation: fadeInRightBig ease 2s;
}
#customers-hero .owl-item.active .hero-content p {
    animation: rotateIn ease 2s;
}
#customers-hero .owl-item.active .hero-btn {
    animation: fadeInUpBig ease 2s;
}

/*--  Owl Carousel Nav Css --*/

#customers-hero .owl-nav .owl-prev, #customers-hero .owl-nav .owl-next {
	width: 65px;
	height: 65px;
	line-height: 65px;
	background: transparent;
	color: #fff;
	font-size: 30px;
	text-align: center;
	position: absolute;
	left: 110px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50%;
	border: 2px solid #fff;
}
#customers-hero .owl-nav .owl-next {
	left: auto;
	right: 110px;
}








/*================================
<--  Fin-Web Feature Area Css -->
==================================*/


.feature-area {

	background: #C2191F;
	padding: 56px 0 168px;
}

.feature-area {
	background:url(../image/bg1.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
	width:100%;
	max-height:500px;
	height:100%;
	position:relative;
	z-index:1;
	padding:110px 0 150px
}
.feature-area::after {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(149, 5, 10, 0.8);
	
	content:"";
	z-index:-1
}


.feature-tl-content h2 {
	font-size: 30px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 700;
}
.feature-btn {
	margin-top: 35px;
}


/*================================
<--  Fin-Web Fliping Area Css -->
==================================*/

.fliping-area {
	position: relative;
	top: -100px;
	z-index: 1;
	margin-bottom: -70px;
}
#customers-fliping.owl-carousel .owl-item img {
	display: inherit;
}
.fliping-card {
	position: relative;
	width: 100%;
	height: auto;
	perspective: 1000px;
	transform-style: preserve-3d;
	margin-bottom: 30px;
}
.fliping-layer {
    position: absolute;
    top: 0;
    left: 0;
}

/*--  fliping font  Css --*/

.front-card {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #fff;
    position: relative;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    backface-visibility: hidden;
    transform: rotateX(0deg);
    transition: .6s linear;
    transform-style: preserve-3d;
}
.front-card-box {
	transform-style: preserve-3d;
	-webkit-transform: translateY(0%) translateZ(30px) scale(0.94);
	transform: translateY(0%) translateZ(60px) scale(0.94);
	backface-visibility: hidden;
}
.front-content {
	padding: 36px 16px 34px;
	transform: translateZ(50px);
    transform-style: preserve-3d;
	backface-visibility: hidden;
	
}
.front-card-icon-img {
	margin-bottom: 20px;
}
.front-card-icon-img .top-icon_a {
	
	font-size:58px;
	line-height:58px;
	color:#C2191F;
	transition:.5s;
	z-index:2
}

.front-card-heading h4 {
	font-size: 22px;
	line-height: 32px;
	color: #1a1a1a;
	font-weight: 500;
}

/*--  fliping back  Css --*/

.back-card {
	width: 100%;
	height: 100%;
	background: #C2191F;
	border-radius: 5px;
	backface-visibility: hidden;
	transform: rotateX(180deg);
	transition: .6s linear;
	transform-style: preserve-3d;
}
.back-card-box {
    transform-style: preserve-3d;
    -webkit-transform: translateY(0%) translateZ(50px) scale(0.94);
	transform: translateY(0%) translateZ(50px) scale(0.94);
	backface-visibility: hidden;
}
.back-content {
	padding: 18px 40px 16px;
}
.back-content h4 {
    font-size: 22px;
	line-height: 32px;
	color: #fff;
	font-weight: 600;
}
.back-content p {
	color: #fff;
	padding-top: 18px;
	opacity: 0.902;
}
.fliping-card:hover > .front-card {
    transform: rotateX(-180deg);
    transition: .6s linear;
}
.fliping-card:hover > .back-card {
    transform: rotateX(0deg);
    transition: .6s linear;
}



/*================================
<--  Fin-Web About Area Css -->
==================================*/


.about-area {
	padding: 180px 0 50px;
	margin-top: -250px;
}
.about-heading {
	position: relative;
	padding-bottom: 14px;
	margin-bottom: 35px;
}
.about-heading::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #dfdfdf;
	left: 0;
	bottom: 0;
}
.about-content .about-heading h2 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 18px;
	color: #333;
}
.about-content .about-heading p {
	font-size: 17px;
	line-height: 28px;
	width: 100%;
}
.about-inner-item {
	margin-bottom: 16px;
}
.about-icon-img {
	float: left;
	margin-right: 26px;
}
.about-icon-img .top-icon_a {
	right:10px;
	font-size:60px;
	line-height:60px;
	color:#C2191F;
	top:10px;

	transition:.5s;
	z-index:2
}
.about-inner-content {
	overflow: hidden;
}
.about-inner-content h4 {
	
	font-weight: 600;
	margin-bottom: 8px;
	margin-top: -2px;
	color: #333;
}
.about-inner-content p {
	width: 75%;
}
.about-btn {
	margin-top: 50px;
}
.about-btn a {
	background: #C2191F;
	color: #fff;
}
.about-btn a:hover {
	border: 2px solid #C2191F;
	color: #C2191F;
}
.about-right-item {
	position: relative;
}
.about-right-thum {
	position: relative;
    z-index: 2;
}
.about-thume-shape {
	position: absolute;
	bottom: -69px;
	left: 46px;
	z-index: -1;
    animation: loader 18s linear infinite;
}
@keyframes loader {
	form{
		transform:rotate(0deg);
	}
	to{
		transform:rotate(360deg);
	}
}
.about-thume-shape2 {
	position: absolute;
	bottom: -69px;
	left: 46px;
	z-index: -1;
    animation: loader 18s linear infinite;
}
@keyframes loader {
	form{
		transform:rotate(0deg);
	}
	to{
		transform:rotate(360deg);
	}
}



/*================================
<--  Fin-Web Counter Area Css -->
==================================*/

.counter-area {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 85px 0 80px;
}
.count {
	margin-bottom: 30px;
}
.count-number-item h2.counter {
	color: #fff;
	font-size: 48px;
	font-weight: 800;
}
.count-number-item h3 {
	color: #fff;
	font-size: 48px;
	font-weight: 800;
	margin-left: 5px;
}
.count-text p {
	font-size: 22px;
    color: #ffffff;
    font-weight: 700;
	margin-top: 4px;
}


/*================================
<--  Fin-Web Project Area Css -->
==================================*/


.project-area {
	overflow: hidden;
	padding: 42px 0 20px;
}
.section-title {
	margin-bottom: 10px;
}
.section-title .section-main-title {
	margin-top: 0;
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 14px;
	color: #333;
}
.section-title .section-paragraph {
	font-size: 17px;
}
ul.project-menu {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}
ul.project-menu li {
	cursor: pointer;
	margin-right: 0px;
	border-radius: 3px;
	transition: .3s;
	list-style: none;
	font-size: 18px;
	font-weight: 500;
	color: #333;
	padding: 3px 14px;
}
.project-menu .active {
	color: #fff;
	background: #C2191F;
	padding: 3px 14px;
}
.polytia-project-item {
	overflow: hidden;
}
.single-project-inner {
	position: relative;
	
}
.single-project-inner::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image:  linear-gradient(0deg, rgb(16, 1, 1) 5%, rgba(13, 0, 0, 0.8) 30%, rgba(3, 3, 33, 0) 60%, rgba(3, 3, 33, 0) 100%);
	border-radius: 3px;
    -webkit-transition: .9s;
	transition: .9s;
	

}


.project-inner-img::before {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 0%;
	background-image: linear-gradient(0deg, rgb(0, 1, 1) 0%, rgba(13, 0, 0, 0.837) 50%, rgba(3, 3, 33, 0) 82%, rgba(3, 3, 33, 0) 100%);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	transition: all 400ms linear;
	border-radius: 4px;
}
.project-inner-img img {
	width: 100%;
	border-radius: 5px;
}
.project-top-heading {
	position: absolute;
	top: 0px;
	left: 34px;
	background: #1366e2;
	text-align: center;
	padding: 6px 9px 5px;
	border-radius: 0 0 5px 5px;
}
.project-top-heading h4 {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 0;
	margin-top: 0;
}

.single-project-inner a:hover .project-content h4  {
	color:#C5FF4A;transition:.4s;
}

.single-project-inner a:hover .project-content  p  {
	color:#fff;
	transition:.4s;
}
.project-content {
	position: absolute;
	bottom: 26px;
	padding: 0px 30px 0px;
	left: 0;
	-webkit-transition: .9s;
	transition: .9s;
}
.project-content h4 {
	color: #fff;
	font-size: 25px;
	margin-bottom: 10px;
	font-weight: 500;
}
.project-content p {
	opacity: 0.902;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
}
.single-project-inner:hover .project-inner-img::before {
	width: 100%;
	left: 0;
}



.single-services {
    position: relative;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    overflow: hidden;
    margin-bottom: 30px
}

.single-services::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image:  linear-gradient(0deg, rgb(16, 1, 1) 5%, rgba(13, 0, 0, 0.8) 30%, rgba(3, 3, 33, 0) 60%, rgba(3, 3, 33, 0) 100%);
	border-radius: 3px;
    -webkit-transition: .9s;
	transition: .9s;
	
}

.services-img::before {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 0%;
	background-image: linear-gradient(0deg, rgb(0, 1, 1) 0%, rgba(13, 0, 0, 0.837) 50%, rgba(3, 3, 33, 0) 82%, rgba(3, 3, 33, 0) 100%);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	transition: all 400ms linear;
	border-radius: 4px;
}
.services-img img {
	width: 100%;
	border-radius: 5px;
}

.single-services .services-img a {
    position: relative
}

.single-services .services-img a::before {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 0%;
	background-image: linear-gradient(0deg, rgb(0, 1, 1) 0%, rgba(13, 0, 0, 0.837) 50%, rgba(3, 3, 33, 0) 82%, rgba(3, 3, 33, 0) 100%);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	transition: all 400ms linear;
	border-radius: 4px;
}

.single-services .services-content {
    position: absolute;
    bottom: -120px;
    left: 0;
    right: 0;
    padding: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
		overflow: hidden; 

	
}

.single-services .services-content h3 {
	font-size: 28px;
	font-weight: 800;
    margin-bottom: 25px;
	overflow: hidden; 
	text-overflow:ellipsis; 
	white-space: nowrap;
	 transition: All 0.4s ease-in-out;
}

.single-services .services-content h3 a {
    color: #fff
}

.single-services a:hover .services-content h3  {
    color: #ff2a60
}

.single-services .services-content p {
    color: #fff;
	
}

.single-services:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.single-services:hover .services-content {
    bottom: 0
}

.single-services a .services-content h3  {
	color:#fff;transition:.4s;
}

.single-services a:hover .services-content h3  {
	color:#ff2a60;transition:.4s;
}

.single-services a:hover .services-content    {
	color:#fff;
	transition:.4s;
}
.single-services a:hover .services-content  p  {
	color:#fff;
	transition:.4s;

}

.single-services:hover .services-img::before {
	width: 100%;
	left: 0;
}


/*================================
<--  Fin-Web Service Area Css -->
==================================*/
.bg-color {
	background:#f5f5f5
}
.white-headline p {
	color:#d9d9d9
}
.section-headline p {
	max-width:460px;
	margin:auto;
	font-size:16px
}
.white-headline h2 {
	color:#fff
}
.service-area {
	position:relative
}
.service-bg {
	background:url(../image/bg3.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
	width:100%;
	max-height:500px;
	height:100%;
	position:relative;
	z-index:1;
	padding:110px 0 150px
}
.service-bg::after {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(2,14,41,0.9);
	content:"";
	z-index:-1
}
.services-item {
	margin-top:-100px;
	padding-bottom:100px
}
.single-service {
	z-index:1;
	background:#fff;
	padding:40px 30px;
	overflow:hidden;
	border-radius:2px;
	margin-bottom:30px;
	position:relative;
	box-shadow:0 5px 25px rgba(0,0,0,0.1)
}
.single-service::after {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:0;
	background:#020E29;
	opacity:0;
	transition:.4s;
	content:"";
	z-index:-1
}

.service-inner h4 {
	font-size:24px;
	line-height:30px;
	text-transform:capitalize
}
.service-inner h4 a {
	color:#151b2c
}
.service-inner p {
	margin-bottom:0
}

.service-inner h4 a:hover {
	color:#C2191F
}


.service-icon span {
	font-size:70px;
	line-height:70px;
	margin-bottom:20px;
	display:inline-block;
	color:#C2191F
}
.service-content h4 {
	display:inline-block;
	font-size:22px;
	margin-bottom:0;
	padding:0 0 15px;
	text-transform:capitalize
}
.service-content h4 a {
	color:#151b2c
}
.single-service:hover::after {
	transition:.4s;
	opacity:1;
	height:100%
}
.service-content p {
	font-size:16px;
	margin-bottom:0
}
.single-service:hover .service-icon span,.single-service:hover .service-content h4 a {
	color:#fff
}
.single-service:hover .service-content p {
	color:#d9d9d9
}
.top-icon {
	position:absolute;
	right:0;
	font-size:100px;
	line-height:100px;
	color:#666;
	top:0;
	z-index:-1;
	opacity:.2;
	transition:.5s
}
.single-service:hover .top-icon {
	right:10px;
	font-size:160px;
	line-height:160px;
	color:#ddd;
	top:10px;
	opacity:.2;
	transition:.5s;
	z-index:2
}
.fun-content {
	overflow:hidden;
	display:block;
	margin-top:60px
}
.fun_text {
	text-align:center;
	padding:50px 0 0;
	position:relative;
	z-index:1
}
.fun_text::after {
	background:url(../image/shape.png);
	background-repeat:no-repeat;
	position:absolute;
	content:"";
	top:50%;
	width:100px;
	height:100px;
	left:0;
	z-index:-1;
	right:0;
	margin:auto;
	margin-top:-70px;
	opacity:.3
}
.fun_text span {
	color:#151b2c;
	display:block;
	font-size:50px;
	padding-bottom:20px;
	line-height:50px;
	font-weight:700
}
.fun_text>h4 {
	color:#151b2c;
	font-size:20px;
	text-transform:capitalize;
	margin-bottom:0
}
.well-services {
	padding:50px 40px;
	box-shadow:0 5px 25px rgba(0,0,0,0.1);
	position:relative;
	border-radius:3px;
	margin-bottom:30px;
	overflow:hidden;
	z-index:1
}
.well-services::after {
	position:absolute;
	left:0;
	bottom:0;
	width:0;
	height:2px;
	background:#fe5e15;
	content:"";
	transition:.5s
}
.well-services::before {
	position:absolute;
	left:0;
	top:-100px;
	width:100%;
	height:100%;
	background:url(../image/layer.png);
	background-repeat:no-repeat;
	opacity:0;
	transition:.4s;
	content:"";
	z-index:-1
}
.well-services:hover::before {
	transition:.4s;
	opacity:1;
	top:0
}
.services-column {
	margin-top:30px
}
.well-content h4 {
	font-size:24px;
	line-height:30px;
	text-transform:capitalize
}
.well-content h4 a {
	color:#151b2c
}
.well-content p {
	margin-bottom:0
}
.well-services:hover::after {
	width:100%;
	height:2px;
	background:#fe5e15;
	transition:.5s
}
.well-content h4 a:hover {
	color:#fe5e15
}
.well-icon {
	margin-bottom:30px;
	display:block
}
.well-icon a {
	font-size:60px;
	line-height:110px;
	color:#fe5e15;
	width:110px;
	height:110px;
	border:1px solid #fe5e15;
	border-radius:50%;
	display:inline-block;
	text-align:center;
	transition:.5s
}
.well-services:hover {
	background:#020e29;
	transition:.4s
}
.well-services:hover .well-icon a,.well-services:hover .well-content h4 a {
	color:#f5f5f5
}
.well-services:hover .well-content p {
	color:#d9d9d9
}
.well-services:hover .well-icon a {
	border:1px solid #f5f5f5;
	transform:translateY(-5px);
	transition:.5s
}


/*================================
<--  Fin-Web Team Area Css -->
==================================*/


.team-area {
	padding: 42px 0 20px;
}
.team-section-title {
	margin-bottom: 40px;
}
.team-item-box {
	background: #fff;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.team-img-thum {
	position: relative;
}
.team-img-thum::before {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 50%;
	background: rgba(231, 40, 40, 0.6);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	transition: all 400ms linear;
	border-radius: 4px;
}



.team-img-thum img {
    width: 100%;

}


.team-content {
	padding: 10px 0 6px;
}
.team-content h4 {
	font-size: 20px;
	color: #021835;
	font-weight: 500;
	margin-bottom: 10px;
}
.team-content p {
	font-size: 16px;
	color: #848484;
}
.team-social-icon {
	position: absolute;
	left: -13%;
	bottom: 30%;
    -webkit-transition: .4s;
    transition: .4s;
}
.team-social-icon ul li {
	list-style: none;
}
.team-social-icon ul li a {
	width: 40px;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	margin-bottom: 8px;
	position: relative;
	z-index: 1;
    -webkit-transition: .4s;
    transition: .4s;
}
.team-social-icon ul li a::before {
	content: "";
	position: absolute;
	width: 36px;
	height: 36px;
	background: #C2191F;
	left: 2px;
	top: 2px;
	border-radius: 50%;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
}
.team-social-icon ul li a:hover::before {
    visibility: visible;
    opacity: 1;
}
.team-social-icon ul li a:hover {
    color: #fff;
}
.team-item-box:hover .team-social-icon {
	transform: translateX(166%);
}
.team-item-box:hover .team-img-thum::before {
	width: 100%;
	left: 0;
}

/*================================
<--  Fin-Web Testimonial Area Css -->
==================================*/


.testimonial-area {
	background: #fafafa;
	padding: 42px 0 112px;
}
.testimonial-top-content h2 {
	color: #C2191F;
}
.testimonial-top-content p {
	color: #848484;
}
.testimonial-item {
	background: #fff;
	padding: 40px 24px 20px;
	border-radius: 5px;
}
.testi-icon {
	margin-bottom: 15px;
}
.testi-paragraph {
	margin-bottom: 32px;
}
.testi-paragraph {
	margin-bottom: 32px;
}
.testi-paragraph p {
	font-size: 15px;
	line-height: 28px;
	font-weight: 300;
}
.testi-member-content h4 {
	font-size: 18px;
	color: #1a1a1a;
	font-weight: 700;
	margin-bottom: 4px;
}
.testi-member-content p {
	font-size: 15px;
	color: #C2191F;
	font-weight: 400;
}
#customers-testimonial.owl-carousel .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -70px;
}
#customers-testimonial.owl-carousel .owl-dots .owl-dot {
	background: #1a7be4;
	display: inline-block;
	height: 10px;
	width: 10px;
	border-radius: 10px;
	margin: 0 3px;
}
#customers-testimonial.owl-carousel .owl-dot.active {
	background: #ddd;
}


/*================================
<--  Fin-Web Brand Area Css -->
==================================*/


.brand-area {
	background: #C2191F;
	padding: 42px 0 20px;
}
.brand-section-title .section-main-title {
	color: #ffff;
}
.brand-section-title .section-paragraph {
	opacity: 0.851;
	color: #ffffff;
}
.brand-single-box {
	width: 18%;
	display: inline-block;
	text-align: center;
	border: 1px solid #fff;
	margin-right: 2%;
	padding: 55px 0 55px;
	border-radius: 5px;
	margin-bottom: 30px;
}



/*================================
<--  Fin-Web Pricing Area Css -->
==================================*/


.pricing-area {
	background: #fafafa;
	padding: 80px 0 20px;
}
.pricing-ip-area {
	background: #ffff;
}
.pricing-item-box {
	background: #fff;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	padding: 45px 53px 60px 50px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: .5s;
	transition: .5s;
	margin-bottom: 30px;
}
.pricing-item-box::before {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 50%;
	background:#C2191F;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	transition: all 400ms linear;
	border-radius: 4px;
	z-index: -1;
}
.pricing-shape {
	position: absolute;
	right: -24px;
	bottom: -50px;
    z-index: -1;
}
.pricing-shape img {
    -webkit-transition: .4s;
	transition: .4s;
}
.pricing-top-content h3 {
	font-size: 28px;
	font-weight: 800;
	margin-bottom: 20px;
    -webkit-transition: .3s;
	transition: .3s;
	color: #333;
}
.pricing-top-content p {
	font-size: 15px;
	line-height: 29px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 36px;
    -webkit-transition: .3s;
	transition: .3s;
}
.pricing-middle-content {
	margin-bottom: 20px;
}
.pricing-middle-content h2 {
	font-size: 56px;
	letter-spacing: 0px;
	line-height: 25px;
	color: #0d0d0d;
	font-weight: 700;
	margin-bottom: 24px;
    -webkit-transition: .3s;
	transition: .3s;
}
.pricing-middle-content h2 span {
	font-size: 40px;
	margin-right: -10px;
}
.pricing-middle-content h2 span.month {
	font-size: 18px;
	font-weight: 500;
	margin-left: -8px;
}
.pricing-middle-content h6 {
	font-size: 20px;
	color: #0d0d0d;
	font-weight: 500;
    -webkit-transition: .3s;
	transition: .3s;
}
.pricing-list-item {
	margin-bottom: 65px;
}
.pricing-list-item ul li {
	list-style: none;
	margin-bottom: 10px;
	color: #0d0d0d;
    -webkit-transition: .3s;
	transition: .3s;
}
.pricing-list-item ul li span {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	display: inline-block;
	background: #C2191F;
	color: #fff;
	border-radius: 50%;
	font-size: 12px;
	margin-right: 10px;
    -webkit-transition: .4s;
	transition: .4s;
}
.pricing-list-item ul li.unactive {
	color: #848484;
    -webkit-transition: .3s;
	transition: .3s;
}
.pricing-list-item ul li.unactive span {
	background: #848484;
    -webkit-transition: .3s;
	transition: .3s;
}
.pricing-btn a {
	background: #C2191F;
	color: #fff;
	padding: 14px 26px;
	border-radius: 5px;
    -webkit-transition: .3s;
	transition: .3s;
}
.pricing-btn a:hover {
	border: 2px solid #C2191F;
	color: #C2191F;
}
.pricing-item-box:hover::before {
	width: 100%;
	left: 0;
}
.pricing-item-box:hover .pricing-top-content h3 {
    color: #fff;
}
.pricing-item-box:hover .pricing-top-content p {
    color: #fff;
}
.pricing-item-box:hover .pricing-middle-content h2 {
    color: #fff;
}
.pricing-item-box:hover .pricing-middle-content h6 {
    color: #fff;
}
.pricing-item-box:hover .pricing-list-item ul li {
    color: #fff;
}
.pricing-item-box:hover .pricing-list-item ul li span {
    background: #fff;
    color: #04316c;
}
.pricing-item-box:hover .pricing-btn a {
	background: #333;
	color: #fff;
	border: 2px solid transparent;
}
.pricing-item-box:hover .pricing-list-item ul li.unactive {
	color: #fff;
}
.pricing-item-box:hover .pricing-list-item ul li.unactive span {
	background: #848484;
    color: #fff;
}
.pricing-item-box:hover {
	transform: translateY(-5%);
}
.pricing-item-box:hover .pricing-shape img {
	filter: brightness(0) invert(1);
}




/*================================
<--  Fin-Web Blog Area Css -->
==================================*/


.blog-area {
	padding: 42px 0 20px;
}
.blog-item-box {
	background: #fafafa;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	margin: 10px;
	border-radius: 5px;
	position: relative;
}


.blog-img-thum {
	overflow: hidden;
	height: 220px;
}
.blog-img-thum img {
	width: 100%;
	border-radius: 5px 5px 0 0;
    -webkit-transition: .5s;
	transition: .5s;
}
.blog-solution-text {
	position: absolute;
	left: 7%;
	top: 46%;
	
}
.blog-solution-text span {
	background: #C2191F;
	color: #fff;
	padding: 5px 14px;
	font-size: 15px;
	border-radius: 3px;
    cursor: pointer;
    -webkit-transition: .5s;
	transition: .5s;
}
.blog-solution-text span:hover {
	background: #fff;
	color: #C2191F;
}
.blog-content {
	padding: 16px 27px 10px 27px;
}
.blog-content h4 {
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	margin-bottom: 1px;
	color: #000;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-content  :hover {
	color: #C2191F;

}



.blog-content p {
	font-size: 17px;
	line-height: 28px;
	color: #616161;
}
.blog-bottom-item {
	display: flex;
	justify-content: space-between;
	padding: 14px 24px 20px 24px;
	border-top: 5px solid #fff;
	position: relative;
}
.blog-bottom-item::before {
	content: "";
	position: absolute;
	width: 64px;
	height: 60px;
	background: #fff;
	right: 0;
	bottom: 0px;
	z-index: -1;
	border-radius: 3px;
}
.blog-celender-user ul li {
	list-style: none;
	display: inline-block;
	font-size: 14px;
	color: #616161;
	font-weight: 400;
}
.blog-celender-user ul li i {
	-webkit-text-stroke-width: 1px;
	color: transparent;
	-webkit-text-stroke-color: #ccc;
	margin-right: 4px;
}
.blog-celender-user ul li.celender-1st {
	margin-right: 21px;
}
.blog-bottom-btn a {
	color: #333;
}
.blog-item-box:hover .blog-img-thum img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    border-radius: 5px 5px 0 0;
}
#customers-blog.owl-carousel .owl-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -70px;
}
#customers-blog.owl-carousel .owl-dots .owl-dot {
	background: #666;
	display: inline-block;
	height: 10px;
	width: 10px;
	border-radius: 10px;
	margin: 0 3px;
}
#customers-blog.owl-carousel .owl-dot.active {
	background: #ddd;
}



/*================================
<--  Fin-Web Footer Area Css -->
==================================*/


.footer-area {
    background-image: url(/assets/images/footer/footer-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	padding: 60px 0 16px;
    z-index: 1
}

.footer-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000219;
    opacity: .95;
    z-index: -1
}


.widgets-company-info-inner .politics-logo {
	margin-bottom: 29px;
}
.widgets-company-info-inner p {
	opacity: 0.851;
	font-size: 16px;

	color: #ffffff;
}
.company-info-desc p {
	margin-bottom: 30px;
	opacity: 0.851;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
}
.widget-social-icon ul li a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 3px;
	display: block;
	background: #fff;
	margin-right: 9px;
	-webkit-transition: .3s;
	transition: .3s;
	color: #C2191F;
}
.widget-social-icon ul li a:hover {
	color: #fff;
	background: #1a7be4;
}
.widget-nav-menu h4.widget-title {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 26px;
}
.menu-quick-link-content {
	margin-left: 22px;
}
.menu-quick-link-content ul.footer-widget-list li {
	list-style: disc;
	margin-bottom: 9px;
	color: #fff;
	font-size: 23px;
}
.menu-quick-link-content ul.footer-widget-list li a {
	color: #fff;
	-webkit-transition: .3s;
	transition: .3s;
	border-bottom: 2px solid transparent;
	padding-bottom: 5px;
	opacity: 0.949;
	font-size: 16px;
	margin-left: -6px;
}
.menu-quick-link-content ul.footer-widget-list li a:hover {
	color: #C2191F;
}
.widget-social-icon {
	margin-bottom: 23px;
}
.widget-social-icon ul li {
	list-style: none;
}

.widget-gallery-img {
	margin-top: 40px;
}
.widget-gallery-img img {
	margin-right: 4px;
	margin-bottom: 8px;
	border-radius: 3px;
}
.widget-nav-menu p {
	color: #fff;
	width: 90%;
	line-height: 30px;
}
.row.footer-border {
	border-top: 1px solid #333;
	margin-top: 40px;
}
.widget-copy-right {
	padding-top: 26px;
}
.widget-copy-right p {
	color: #fff;
	opacity: 0.902;
}
.widget-copy-right p a {
	color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}
.widget-copy-right p a:hover {
    color: #C2191F;
}



/*================================
<-- Fin-Web Braedcrumb  Css -->
==================================*/

.braedcrumb-sosuo {
	display: flex;
	align-items: center;
	height: 300px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.braedcrumb-area {
	display: flex;
	align-items: center;
	height: 300px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.breadcrumb-heading h1 {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 45px;
	font-weight: 700;
}
.breadcrumb-item a {
	color: #fff;
	text-decoration: none;
	transition: .5s;
}
.braedcrumb-area .breadcrumb-item + .breadcrumb-item::before {
	color: #fff;
}
.breadcrumb-item a:hover {
    color: #fff;
    opacity: 1;
}
.breadcrumb-item.active {
	color: #fff;
}


/*============================================================
		<-- Start Fin-Web All Inner Page  Css -->
==============================================================*/



/*================================
<-- Fin-Web About Inner Page  Css -->
==================================*/

.about-area.about-inner-page {
	margin-top: 0;
	padding: 50px 0 50px;
	overflow: hidden;
}
.about-inner-page-box {
	padding-left: 60px;
}
.about-content .about-inner-heading p {
	width: 75%;
}


/*================================
<-- Fin-Web Blog Inner Page  Css -->
==================================*/


.blog-area.blog-ip-area {
	padding: 32px 0 25px;
}
.blog-ip-box {
	margin: 0;
	margin-bottom: 30px;
}


/*================================
<-- Fin-Web Blog-Details Inner Page  Css -->
==================================*/
.blog-two-area {
	padding: 50px 0 20px;
}
.blog-categories {
	background: #f9f9f9;
	padding: 40px 40px 40px 40px;
	margin-bottom: 60px;
}
.blog-categories h4 {
	background: #1a7be4;
	color: #fff;
	width: 335px;
	padding: 14px 14px 14px 30px;
	margin-bottom: 25px;
}
.blog-categories-list ul li {
	list-style: none;
}
.blog-categories-list ul li a {
	margin-bottom: 14px;
	display: block;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 26px;
	color: #C2191F;
	font-weight: 500;
}
.blog-categories-list ul li a i {
	margin-right: 12px;
}
.blog-Recent-img {
	float: left;
	margin-right: 20px;
}
.blog-Recent-Post {
	margin-bottom: 20px;
}
.blog-Recent-Post-content h5 {
	font-size: 16px;
	width: 90%;
	margin-bottom: 8px;
	line-height: 24px;
	font-weight: 500;
	
}
.blog-Recent-Post-content p {
	font-size: 14px;
}
.blog-gallary img {
	margin-right: 19px;
	margin-bottom: 10px;
}
.blog-item-box:hover .blog-img::after {
	left: 0;
	right: 0;
	opacity: 1;
}




/*================================
<-- Fin-Web Contact Inner Page  Css -->
==================================*/

.contact-area {
	background: #f7f5f6;
}
.row.contact_bg {
	padding: 25px 36px 65px;
	background: #fff;
	position: relative;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
}
.section-title.contact-title {
	margin-bottom: 40px;
}
.section-title .contact-main-title {
	font-size: 40px;
}
.form_box input {
	border: 1px solid rgba(100,100,100,0.3);
	width: 100%;
	height: 50px;
	padding: 26px 20px;
	margin-bottom: 26px;
	outline: 0;
	background: #f7f5f6;
}
.contact-left {
	padding: 50px 105px 50px 304px;
}
.contact-title h2 {
	font-size: 30px;
	letter-spacing: 0px;
	color: #3b1d82;
	font-weight: 700;
}
.form_box input::placeholder {
    color: rgba(100,100,100,0.8);
}
.form_box textarea {
	width: 100%;
	height: 160px;
	padding: 14px 18px;
	outline: 0;
	background: #f7f5f6;
	border: 1px solid rgba(100,100,100,0.3);
}
.form_box textarea::placeholder {
    color: rgba(100,100,100,0.8);
}
.contact-form-button button {
    background: #E11143;
    color: #fff;
    border: 1px solid #E11143;
    padding: 11px 33px;
    margin-top: 35px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.contact-form-button button:hover {
    color: #E11143;
}
.contact-form-button button:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    background: #fff;
    height: 100%;
    transition: .5s;
    width: 0;
    z-index: -1;
}
.contact-form-button button:hover:before {
    width: 100%;
    left: 0;
}
.contact-form-button button i {
    margin-left: 10px;
}
.contact-btn {
	margin-top: 70px;
}
.mapouter.fixed-height {
	height: 775px;
	padding-left: 185px;
}
.gmap_canvas {
    width: 100%;
    height: 100%;
}
.mapouter iframe {
	height: 100%;
	width: 100%;
}

/* Contact-Two  */

.contact-two-area {
	padding: 50px 0 20px;
}
.contact-two-item {
	border: 1px solid #3b1d81;
	padding: 45px 20px 38px;
	margin-bottom: 30px;
}
.contact-two-icon {
	margin-bottom: 25px;
}
.contact-two-icon i {
	width: 82px;
	height: 82px;
	line-height: 82px;
	background: #1a7be4;
	color: #fff;
	font-size: 30px;
	border-radius: 50%;
	-webkit-transition: .4s;
	transition: .4s;
}
.contact-two-content h4 {
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 19px;
	-webkit-transition: .4s;
	transition: .4s;
}
.contact-two-content p {
	margin-bottom: 0;
	font-size: 15px;
}
.contact-two-item:hover .contact-two-icon i {
	background: #C2191F;
	color: #fff;
}
.contact-two-item:hover .contact-two-content h4 {
	color: #C2191F;
}
.hurryup-area {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 115px 0 265px;
}
.hurryup-bg-up {
	margin-top: -130px;
}
























































.finweb_nav_manu {
    transition: .5s;
    z-index: 2;
    position: relative;
    padding: 0 70px 0;
    margin-bottom: -95px;
    border-bottom: 1px solid rgba(16,18,16,0.10196078431372549);
}

.sticky {
	left: 0;
	margin: auto;
	position: fixed !important;
	top: 0;
	width: 100%;
	-webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
	background: #fff;
	transition: .5s !important;
	z-index: 922;
	-webkit-animation: 300ms running fadeInDown;
	animation: 500ms running fadeInUp;
	animation-name: slideInDown;
}

.sticky .finweb_menu>ul>li>a {
    color: #fff;
}

.sticky .header-button a {
    background: #ffde5d;
}

.sticky .header-button a i {
    color: #fff;
}

/* finweb Menu Css*/
nav.finweb_menu {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: -3px;
    margin-left: 11px;
}

.finweb_menu ul {
    list-style: none;
    display: inline-block;
}

.finweb_menu>ul>li {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.finweb_menu>ul>li>a {
    font-size: 17px;
    display: block;
    margin: 35px 15px;
    transition: .5s;
    color: #101210;
    font-weight: 500;
}

nav.finweb_menu span {
    font-size: 11px;
    padding-left: 5px;
    font-family: FontAwesome;
    opacity: .5;
}

.finweb_menu>ul>li>a:hover {
    color: #ffde5d;
}

/*menu button*/

.header-button {
    display: inline-block;
    margin-top: 20px;
}

.header-button a {
    font-size: 16px;
    padding: 12px 30px;
    font-weight: 500;
    color: #fff;
    background: #101210;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.header-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    background: #ffde5d;
    transform: scale(0);
    transition: .5s;
}

.header-button a i {
    padding-right: 5px;
    position: relative;
    top: 3px;
    color: #ffde5d;
    transition: .5s;
}

.header-button a:hover:before {
    transform: scale(1);
}

.header-button a:hover i {
    color: #fff;
}

/*Style Two Nav Menu*/

.style-two.finweb_nav_manu {
    border-bottom: 1px solid rgba(255,255,255,0.10196078431372549);
}

.style-two .finweb_menu>ul>li>a {
    color: #fff;

}

/*style two btn*/

.style-two .header-button a {
    background: rgba(16,18,16,0);
    border: 1px solid rgba(255,255,255,0.3);
}

.style-two .header-button a i {
    color: #bbf737;
}

/*** Sub Menu Style 
==========================***/

.finweb_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 217px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid #ffde5d;
    opacity: 0;
}

.finweb_menu ul li:hover>.sub-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.finweb_menu ul .sub-menu li {
    position: relative;
}

.finweb_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: .1s;
    transition: .1s;
    visibility: inherit !important;
    color: #101210 !important;
}

.finweb_menu ul .sub-menu li:hover>a,
.finweb_menu ul .sub-menu .sub-menu li:hover>a,
.finweb_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.finweb_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    background: #ffde5d;
    color: #fff !important;
}

/* sub menu 2 
=================*/

.finweb_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.finweb_menu ul .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

/* sub menu 3 
==================*/

.finweb_menu ul .sub-menu .sub-menu li {
    position: relative;
}

.finweb_menu ul .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.finweb_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

ul.sub-menu li a span {
    background: #ffde5d;
    padding: 5px 10px;
    color: #fff;
    opacity: 1;
    font-family: 'Fira Sans';
    border-radius: 2px;
    margin-left: 5px;
    transition: .5s;
}

ul.sub-menu li:hover a span{
    background: rgba(255,255,255, 0.20);
}

/* sub menu 4 
====================*/

.finweb_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}


.finweb_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

.finweb_menu li a:hover:before {
    width: 101%;
}

.finweb_nav_manu.sticky .logo_img {
    display: none;
}

.main_sticky {
    display: none;
}

.finweb_nav_manu.sticky .main_sticky {
    display: inherit;
}

.mobile-menu.mean-container {
    overflow: hidden;
	
}







/*
<!-- ============================================================== -->
<!-- finweb Start Cart Section -->
<!-- ============================================================== -->*/

.cart-section {
    padding: 100px 0 100px;
}

.cart-empty p {
    padding: 18px 25px;
    position: relative;
    background-color: #F6F7F9;
    border-bottom: 2px solid #050505;
    display: inline-block;
    width: 100%;
    color: #050505;
}

.cart-empty p i {
    color: #050505;
    padding-right: 10px;
}

.cart-section a.finweb-button {
    margin-top: 10px;
    display: inline-block;
}


@keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}


@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}


@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}



/*--==============================================->
  <!-- finweb Animation Dance -->
 ==================================================-*/
/**/
.dance3 {
    -webkit-animation: dance3 8s alternate infinite;
    animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.dance {
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 2s alternate infinite;
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
    animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(25px, -25px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -25px, 25px);
    }
}

.watermark-animate {
    -webkit-animation: watermark-animate 8s infinite;
    animation: watermark-animate 8s infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes watermark-animate {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}



/*rotateme animation*/

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}






/*----------------
==============   Start finweb shop Nav Sidebar button
------------------*/

/*nav button*/

.nav-btn.navSidebar-button {
    display: inline-block;
    padding: 10px 0 0;
}

.nav-btn.navSidebar-button a i {
    padding-right: 10px;
    font-size: 20px;
}

.xs-sidebar-group .xs-overlay {
    left: 100%;
    top: 0;
    position: fixed;
    z-index: 101;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in 0.8s;
    -o-transition: all 0.4s ease-in 0.8s;
    transition: all 0.4s ease-in 0.8s;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 0;
}

.xs-sidebar-widget {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: 0.4;
    visibility: visible;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
    left: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    left: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
    padding: 40px 32px;
}

.close-side-widget i {
    color: #101010;
    font-size: 28px;
    display: block;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
  
    backface-visibility: hidden;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
}

.xs-bg-black {
    background-color: #101010;
}


/*html css*/
.nav-logo {
    padding: 0 0 40px;
}

.sidebar-info-contents .widget-search {
    padding: 0 0 15px;
}

.sidebar-info-contents .widget {
    display: block;
} 

.sidebar-info-contents h3.widget-title {
    font-size: 25px;
    padding: 8px 0 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
    font-style: italic;
}

.sidebar-info-contents h3.widget-title {
    font-size: 25px;
    padding: 15px 0 15px;
}

.widget form {
    position: relative;
}

.widget input {
    border-radius: 4px;
    padding-left: 20px;
    height: 56px;
    width: 100%;
    color: #fff;
    border: 1px solid #e9e9e9;
}

button.icon {
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 56px;
    width: 60px;
    background: #ffde5d;
    border-radius: 0 4px 4px 0;
}

.widget input::placeholder {
    color: #101010;
}

ul.list-style-one li {
    display: block;
    list-style: none;
    color: #fff;
    padding: 16px 0 0;
    overflow: hidden;
}

ul.list-style-one li span {
    font-size: 16px;
    font-weight: 600;
    color: #101010;
    display: inline-block;
    padding: 0 5px;
}

ul.list-style-one li a {
    transition: .5s;
    color: #101010;
}

ul.list-style-one li a i {
    background: red;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    color: #fff;
    margin-right: 5px;
}

a.white-bg i {
    background: #e9e9e9 !important;
}

a.yellow-bg i {
    background: #eeee22 !important;
}

a.green-bg i {
    background: #9BC45C !important;
}

/*Tag
=======*/

.sidebar-tag-menu {
    padding: 12px 0 0;
}

.sidebar-tag-menu ul li {
    display: inline-block;
    list-style: none;
    margin-right: 6px;
    color: #101010;
    padding: 0 0 12px;
}

/*social icon*/

ul.social-icon {
    padding: 20px 0 0;
}

ul.social-icon li {
    display: inline-block;
    list-style: none;
    margin: 0 10px 0 0;
}

ul.social-icon li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    color: #101010;
    transition: .5s;
    font-size: 18px;
    border-radius: 3px;
}

ul.social-icon li a:hover {
    background: #ffde5d;
    color: #fff;
}

ul.list-style-one li a:hover span {
    background: #ffde5d;
    border-radius: 30px;
    color: #fff;
} 

ul.list-style-one li a:hover {
    color: #ffde5d;
}














/*** 
====================================================================
    Cursor Css
====================================================================
***/

.cursor {

}

.cursor2 {

}

.grow,
.grow-small {
    transform: scale(2);
    background: #032552;
    mix-blend-mode: difference;
    border: none;
    transition: .5s;
    opacity: 0;
}

.grow-small {
    transform: scale(2);
}





/*** 
====================================================================
    Search Popup
====================================================================
***/
.search-popup{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.search-popup{
    width: 100%;
}

.search-active .search-popup{
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin-top: -200px;
	border-radius: 50%;
	text-align: center;
	background-color: #C2191F;
	width: 70px;
	cursor: pointer;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	border-bottom: 3px solid #fff;
	border-top: 3px solid #fff;
	border-right: 3px solid #062462;
	border-left: 3px solid #062462;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	height: 70px;
	line-height: 70px;
	text-align: center;
}

.search-active .search-popup .close-search{
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group{
    position:relative;
    margin:0px; 
  
    overflow: hidden;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
    position:relative;
    display:block;
    font-size:18px;
    line-height: 50px;
    color:#000000;
    height:70px;
    width:100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    font-weight:500;
    text-transform:capitalize;
}

.search-popup .form-group input[type="submit"], .search-popup .form-group button {
	position: absolute;
	right: 30px;
	top: 0px;
	height: 70px;
	line-height: 70px;
	background: transparent;
	text-align: center;
	font-size: 24px;
	color: #C2191F;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all 500ms ease;
    transition: all 500ms ease;
	border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
    color:#000000;
}

.search-popup .close-search.style-two{
    position: absolute;
    right: 25px;
    left: auto;
    color:#ffffff;
    width:auto;
    height:auto;
    top:25px;
    margin:0px;
    border:none;
    background:none !important;
    box-shadow:none !important;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.search-box-btn {
    display: inline-block;
    padding-left: 22px;
}
.search-box-btn i {
    display: inline-block;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    transition: .5s;
}
.upp.search-box-btn i {
    color: #9E9FA1;
}
.search-box-btn.search-box-outer span i {
    font-size: 20px;
    display: inline-block;
    color: #fff;
    padding-left: 17px;
    position: relative;
    z-index: 1;
}
.upp.search-box-btn.search-box-outer span i {
    color: #9E9FA1;
}

.flaticon-multiply:before {
    content: inherit;
}
button.close-search i {
    font-size: 25px;
    color: #fff;
    display: inline-block;
}
span.flaticon-multiply i {
	display: inline-block;
	color: #C2191F;
}







/*===========================
<-- finweb Loader Css -->
=============================*/
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 999;
display: none;}
.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #C2191F;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #1A7BE4;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #fff;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
	 opacity: 0.9;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

/*/ When page loaded /*/

.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}


/*
<!-- ============================================================== -->
<!--Scrollup Button Section -->
<!-- ============================================================== -->*/

/*------back-to-top------------*/

.prgoress_indicator {
	position: fixed;
	right: 50px;
	bottom: 20px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px rgba(4, 48, 109, 0.2);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	transform: translateY(15px) !important;
	transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}

.prgoress_indicator::after {
	position: absolute;
	content: "\f106";
	font-family: "Font Awesome 5 Free";
	text-align: center;
	line-height: 46px;
	font-size: 18px;
	color: #C2191F;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	font-weight: 900;
	z-index: 1;
	transition: all 200ms linear !important;
}

.prgoress_indicator::before {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear !important;
}

.prgoress_indicator:hover ::after {
  color: #2871ff;
}

.prgoress_indicator:hover ::before {
  opacity: 1;
}

.prgoress_indicator svg path {
  fill: none;
}

.prgoress_indicator svg.progress-circle path {
    stroke: #C2191F;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
}



/**
======================================================
<--  itpro Service Details Area Css -->
======================================================**/
.service-detials-area {
	padding: 20px 0 10px;
  }
  
  .service-detials-area .itpro-service-thumb img {
	width: 100%;
  }
  
  /*service page title*/
  .service-page-title h1 {
	line-height: 42px;
  }
  
  .service-page-title h1 {
	font-size: 36px;
	font-weight: 600;
	color: #0d0e14;
	padding:0px 0 20px;
	display: inline-block;
  }
  
  /*detials description*/
  .serivce-details-desc p span {
	color: #C2191F;
  }
  
  /*detials box*/
  .service-details-box {
	background: #f5f5f5;
	padding: 20px 25px 13px;
	border-radius: 4px;
	margin-bottom: 30px;
	margin-right: 5px;
  }


  .cont-tit{
    padding: 10px 0 20px 0;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}


  
  /*detials icon*/
  .service-details-icon {
	float: left;
	margin-right: 25px;
	margin-top: 10px;
  }
  
  .service-details-icon img {
	border-radius: 4px;
  }
  
  /*detials title */
  .service-details-title h4 {
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	padding: 0 0 12px;
	color: #0d0e14;
  }
  
  /*detils desc*/
  .services-detials-desc p {
	font-size: 15px;
	line-height: 26px;
  }
  
  /*page title*/
  .service-page-title2 h1 {
	line-height: 38px;
	color: #0d0e14;
	margin: 0;
  }
  
  .service-page-title2 h1 {
	font-size: 30px;
	font-weight: 600;
	color: #0d0e14;
	padding: 10px 0 16px;
	display: inline-block;
  }
  
  /*details thumb*/
  .service-details-thumb {
	position: relative;
  }
  
  /*service details icon*/
  .widget-service-details-icon p {
	margin-bottom: 12px;
  }
  
  .widget-service-details-icon i {
	font-size: 25px;
	color: #C2191F;
	display: inline-block;
	margin-right: 2px;
	position: relative;
	top: 4px;
  }
  
  /*service work process box*/
  .service-work-process-box {
	padding: 40px 25px 20px;
	background: #f5f5f5;
	border-radius: 4px;
	text-align: center;
	margin-bottom: 30px;
  }
  
  /*work process number*/
  .service-work-process-number {
	display: inline-block;
	padding: 10px;
	position: relative;
  }
  
  .service-work-process-number:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 10px solid #C2191F;
	border-radius: 50%;
	opacity: 0.3;
  }
  
  .service-work-process-number span {
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
	color: #fff;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: #C2191F;
	display: inline-block;
	border-radius: 50%;
	position: relative;
	z-index: 1;
  }
  
  /*work process title*/
  .service-work-process-title h4 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
	padding: 20px 0 10px;
	color: #0d0e14;
  }
  
  /*work process desc*/
  .service-work-process-desc p {
	font-size: 15px;
	line-height: 26px;
  }
  
  /*widget search*/
  .widget_search {
	padding: 30px 30px 30px;
	border-radius: 4px;
	margin-bottom: 30px;
	background: #f5f5f5;
  }
  
  .widget_search form {
	position: relative;
  }
  
  .widget_search input {
	border-radius: 4px;
	padding-left: 20px;
	height: 60px;
	width: 100%;
	position: relative;
	color: #0d0e14;
	border: 0;
  }
  
  button.icons {
	border: 0;
	font-size: 18px;
	color: #fff;
	padding: 1px 15px;
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	width: 60px;
	background: #C2191F;
	border-radius: 0 4px 4px 0;
  }

  
/*widget search upper*/
.upper.widget_search {
	padding: 0;
	margin-bottom: 30px;
	background: inherit;
	text-align: right;
  }
  
  .upper.widget_search input {
	height: 56px;
	width: 73%;
	color: #0d0e14;
	border: 1px solid rgba(13, 14, 20, 0.1);
	border-radius: 4px 0px 0px 4px;
  }
  
  .upper.widget_search input:focus-visible {
	box-shadow: none;
  }
  
  .upper button.icons {
	height: 56px;
	width: 56px;
  }
  
  /*widget categories box*/
  .widget-categories-box {
	background: #f5f5f5;
	padding: 42px 40px 25px;
	border-radius: 5px;
  }
  
  /*title*/
  .categories-title h4 {
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	border-bottom: 2px solid #e9e9ea;
	padding: 0px 0 15px;
	margin: 0 0 30px;
	position: relative;
	color: #0d0e14;
  }
  
  .categories-title h4:before {
	position: absolute;
	content: "";
	left: -42px;
	top: 0;
	height: 24px;
	width: 2px;
	background: #C2191F;
  }
  
  .service-detials-area .categories-title h4:before {
	left: -37px;
  }
  
  /*categories menu*/
  .widget-categories-menu ul {
	display: block;
  }
  
  .widget-categories-menu ul li {
	display: block;
	list-style: none;
	margin-bottom: 15px;
	background: #fff;
	padding: 16px 20px 16px;
	border-radius: 4px;
	transition: 0.5s;
	color: #0d0e14;
  }
  
  .widget-categories-menu ul li:hover,
  .widget-categories-menu ul li.active {
	background: #C2191F;
	color: #fff;
  }
  
  .widget-categories-menu ul li a {
	display: block;
	transition: 0.5s;
	color: inherit;
  }
  
  /*all hover*/
  .widget-categories-menu ul li:hover a {
	color: inherit;
  }
  
  .service-details-icon-box {
	margin-left: 20px;
  }
  
  /*widget categories thumb*/
  .widget-categories-thumb {
	background: url(../image/srd3.jpg);
	background-repeat: no-repeat;
	padding: 80px 0 80px;
	margin-top: 30px;
	background-size: cover;
  }
  
  /*widget title2*/
  .widget-title2 h3 {
	font-size: 42px;
	line-height: 44px;
	font-weight: 600;
	color: #ffff;
	padding: 31px 0 40px;
  }
  
  /*widget button*/
  .widget-button a {
	padding: 17px 40px;
	font-size: 17px;
	font-weight: 500;
	background: #C2191F;
	color: #fff;
	border-radius: 4px;
	display: inline-block;
  }
  
  .widget-button a i {
	margin-right: 5px;
  }
  
  .blog-wrapper h1, .blog-wrapper h2, .blog-wrapper h3, .blog-wrapper h4, .blog-wrapper h5, .blog-wrapper h6 {
	font-weight: 600;
  }
  .blog-wrapper .single-blog-post {
	margin-bottom: 40px;
	position: relative;
  }
  .blog-wrapper .single-blog-post .video__button {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
  }
  .blog-wrapper .single-blog-post .video__button .video__btn__wrp {
	margin-bottom: 0;
  }
  .blog-wrapper .single-blog-post.post-details.format-quote .post-content {
	position: relative;
	background: transparent;
	border: none;
  }
  .blog-wrapper .single-blog-post.post-details .post-content {
	border: none;
  }
  .blog-wrapper .single-blog-post.post-details .post-content img {
	margin-top: 20px;
	margin-bottom: 20px;
	
  }

 .post-content img{
	max-width:800px;
	width:expression(this.width>800&&this.width>this.height?800:auto); 
	
}


  .blog-wrapper .single-blog-post.post-details .post-content .single-post-image {
	width: 100%;
	height: 100%;
  }
  .blog-wrapper .single-blog-post.post-details .post-content h1 {
	font-size: 36px;
	line-height: 1.4;
  }
  .blog-wrapper .single-blog-post.post-details .post-content h1, .blog-wrapper .single-blog-post.post-details .post-content h2, .blog-wrapper .single-blog-post.post-details .post-content h3, .blog-wrapper .single-blog-post.post-details .post-content h4, .blog-wrapper .single-blog-post.post-details .post-content h5, .blog-wrapper .single-blog-post.post-details .post-content h6 {
	margin-top: 10px;
  }
  .blog-wrapper .single-blog-post.post-details .post-content table {
	margin-top: 20px;
  }

  
.newsPage .item {
	width: 100%;
	height: 220px;
	margin: 0 auto;
	padding: 20px;
	border-bottom: 1px solid #eaeaea;
	transition: all .5s;
}
.newsPage .item a {
	
	display: block;
	width: 100%;
	height: 155px;
	overflow: hidden;
}
.newsPage .item img {
	width: 200px;
	display: block;
	float: left;
	
	padding: 3px;
	margin-right: 20px;
}
.newsPage .item h3 {

	font-family: 'AlibabaPuHuiTi', 'Microsoft Yahei', sans-serif;
	font-size: 24px;
	color: #333;

	line-height: 40px;
	overflow: hidden;
	margin-bottom: 5px;
	font-weight: 500;

	transition: all ease 300ms;
}
.newsPage .item .txt {
	color: #737373;
	margin: 6px 0 13px;
	overflow: hidden;
}
.newsPage .item .txt span {
	color: #d20a05;
}
.newsPage .item .time {
	color: #737373;
}
.newsPage .item:hover h3 {
	color: #C2191F;
}
.newsPage .item:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}




  @media (max-width: 767px) {
	 .post-content img{

	width: 100%;
	height: 100%;
}
.newsPage .item {
	width: 100%;
	height: 140px;
	margin: 0 auto;
	padding: 20px;
	border-bottom: 1px solid #eaeaea;
	transition: all .5s;
}
.newsPage .item .txt {
	display: none;

}
.newsPage .item h3 {
	font-size: 18px;
	color: #333;
	height: 50px;
	line-height: 26px;
	overflow: hidden;
	margin-bottom: 5px;
	font-weight: 500;
	
	transition: all ease 300ms;
}
.newsPage .item a {
	
	display: block;
	width: 100%;
	height: 90px;
	overflow: hidden;
}
.newsPage .item img {
	width: 100px;
	display: block;
	float: left;
	padding: 3px;
	margin-right: 10px;
}
	.blog-wrapper .single-blog-post.post-details .post-content h1 {
	  font-size: 28px;
	}
	.blog-wrapper .single-blog-post.post-details .post-content h3 {
	  font-size: 20px;
	}
  }
  .blog-wrapper .single-blog-post.post-details blockquote, .blog-wrapper .single-blog-post.post-details .wp-block-quote {
	background-color: var(--theme);
	color: var(--white);
	font-size: 26px;
	line-height: 1.4;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	padding: 60px;
	text-align: center;
	margin: 40px 0px;
	position: relative;
	z-index: 1;
  }
  .blog-wrapper .single-blog-post.post-details blockquote a, .blog-wrapper .single-blog-post.post-details .wp-block-quote a {
	color: var(--white);
  }
  .blog-wrapper .single-blog-post.post-details blockquote a:hover, .blog-wrapper .single-blog-post.post-details .wp-block-quote a:hover {
	color: var(--text);
  }
  @media (max-width: 767px) {
	.blog-wrapper .single-blog-post.post-details blockquote, .blog-wrapper .single-blog-post.post-details .wp-block-quote {
	  padding: 30px 15px;
	  font-size: 18px;
	  line-height: 1.5;
	}
  }
  .blog-wrapper .single-blog-post.post-details blockquote::before, .blog-wrapper .single-blog-post.post-details .wp-block-quote::before {
	right: 30px;
	font-size: 110px;
	line-height: 1;
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	content: "\f10d";
	bottom: -20px;
	color: var(--white);
	z-index: -1;
	opacity: 0.1;
	font-weight: 900;
  }
  .blog-wrapper .single-blog-post.format-video .post-featured-thumb, .blog-wrapper .single-blog-post.category-video-post .post-featured-thumb {
	z-index: 1;
	position: relative;
  }
  .blog-wrapper .single-blog-post.format-video .post-featured-thumb::before, .blog-wrapper .single-blog-post.category-video-post .post-featured-thumb::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: "";
	background-color: #282835;
	opacity: 0.3;
	z-index: -1;
  }
  .blog-wrapper .single-blog-post.quote-post .post-content, .blog-wrapper .single-blog-post.format-quote .post-content {
	position: relative;
	background-color: var(--theme);
	border: none;
  }
  .blog-wrapper .single-blog-post.quote-post .post-content::before, .blog-wrapper .single-blog-post.format-quote .post-content::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-image: url(../image/quotepost.png);
	background-repeat: no-repeat;
	background-size: cover;
  }
  .blog-wrapper .single-blog-post.quote-post .quote-content, .blog-wrapper .single-blog-post.format-quote .quote-content {
	overflow: hidden;
	padding: 50px;
  }
  @media (max-width: 585px) {
	.blog-wrapper .single-blog-post.quote-post .quote-content, .blog-wrapper .single-blog-post.format-quote .quote-content {
	  text-align: center;
	  font-size: 24px;
	  padding: 30px;
	}
  }
  .blog-wrapper .single-blog-post.quote-post .quote-content .icon, .blog-wrapper .single-blog-post.format-quote .quote-content .icon {
	font-size: 70px;
	line-height: 80px;
	float: left;
	overflow: hidden;
	margin-right: 30px;
  }
  @media (max-width: 585px) {
	.blog-wrapper .single-blog-post.quote-post .quote-content .icon, .blog-wrapper .single-blog-post.format-quote .quote-content .icon {
	  float: none;
	  margin-bottom: 10px;
	  margin-right: 0;
	  font-size: 50px;
	  line-height: 60px;
	}
  }
  .blog-wrapper .single-blog-post.quote-post .quote-content .quote-text, .blog-wrapper .single-blog-post.format-quote .quote-content .quote-text {
	overflow: hidden;
  }
  .blog-wrapper .single-blog-post.quote-post .quote-content h2, .blog-wrapper .single-blog-post.format-quote .quote-content h2 {
	margin-top: -2px;
	font-size: 30px;
	color: var(--white);
  }
  .blog-wrapper .single-blog-post.quote-post .quote-content .post-meta, .blog-wrapper .single-blog-post.format-quote .quote-content .post-meta {
	margin-top: 10px;

  }
  .blog-wrapper .single-blog-post.quote-post .quote-content .post-meta span, .blog-wrapper .single-blog-post.quote-post .quote-content .post-meta i, .blog-wrapper .single-blog-post.format-quote .quote-content .post-meta span, .blog-wrapper .single-blog-post.format-quote .quote-content .post-meta i {
	color: var(--white);
	padding-bottom: 30px;
	
  }
  .blog-wrapper .single-blog-post:last-child {
	margin-bottom: 0;
  }
  .blog-wrapper .single-blog-post .post-featured-thumb {
	height: 450px;
	width: 100%;
	position: relative;
	margin-bottom: -2px;
  }
  .blog-wrapper .single-blog-post .post-featured-thumb .post-date {
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 15px 30px;
	background-color: var(--theme);
	text-align: center;
  }
  .blog-wrapper .single-blog-post .post-featured-thumb .post-date h4 {
	color: var(--white);
  }
  .blog-wrapper .single-blog-post .post-featured-thumb .post-date h4 span {
	color: var(--white);
	text-transform: uppercase;
	font-size: 15px;
  }
  @media (max-width: 991px) {
	.blog-wrapper .single-blog-post .post-featured-thumb {
	  height: 280px;
	}
  }
  @media (max-width: 767px) {
	.blog-wrapper .single-blog-post .post-featured-thumb {
	  height: 230px;
	}
  }
  .blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
  }
  .blog-wrapper .single-blog-post .post-featured-thumb .video-play-btn .play-video {
	border-radius: 50%;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 18px;
  }
  .blog-wrapper .single-blog-post .post-content {
	padding-top: 10px;
	overflow: hidden;
	box-sizing: border-box;
  }
  @media (max-width: 575px) {
	.blog-wrapper .single-blog-post .post-content {
	  padding-top: 20px;
	}
  }
  .blog-wrapper .single-blog-post .post-content h2 {
	line-height: 1.6;
	font-size: 30px;
	font-weight: 600;
	color: #333;
	padding-bottom: 10px;
  }
  @media (max-width: 575px) {
	.blog-wrapper .single-blog-post .post-content h2 {
	  font-size: 28px;
	}
  }
  .blog-wrapper .single-blog-post .post-content h2 a:hover {
	color: var(--theme);
  }
  .blog-wrapper .single-blog-post .post-content p {
	font-size:18px;
	color: #333;
	line-height: 2rem;
  }
  @media (max-width: 767px) {
	.blog-wrapper .single-blog-post .post-content {
	  padding: 30px 10px;
	}
  }
  @media (max-width: 414px) {
	.blog-wrapper .single-blog-post .post-content h2 {
	  font-size: 22px;
	}
  }
  .blog-wrapper .single-blog-post .post-content .post-cat a {
	color: var(--white);
	display: inline-block;
	background-color: var(--theme);
	padding: 14px 18px 12px;
	line-height: 1;
	font-size: 16px;
	font-weight: 700;
	transition: all 0.3s ease-in-out;
	margin-bottom: 20px;
	text-transform: capitalize;
	font-family: "Inter", sans-serif;
  }
  @media (max-width: 767px) {
	.blog-wrapper .single-blog-post .post-content .post-cat a {
	  font-size: 12px;
	}
  }
  .blog-wrapper .single-blog-post .post-content .post-cat a:hover {
	background-color: var(--header);
  }
  .blog-wrapper .single-blog-post .post-content ul {
	margin-bottom: 0;
	list-style-type: disc;
	margin-top: 30px;
  }
  .blog-wrapper .single-blog-post .post-content ul ol {
	margin-bottom: 0;
  }
  .blog-wrapper .single-blog-post .post-content ul ul {
	margin-bottom: 0;
  }
  .blog-wrapper .single-blog-post .post-content ul li {
	line-height: 1.5;
	margin-top: 10px;
	list-style-type: disc;
	color: var(--text);
	position: relative;
	font-size: 18px;
	padding-left: 30px;
  }
  .blog-wrapper .single-blog-post .post-content ul li::before {
	position: absolute;
	left: 0;
	top: 0;
	font-family: "Font Awesome 5 Pro";
	content: "\f00c";
	color: var(--theme);
  }
  .blog-wrapper .single-blog-post .post-content ol {
	margin-bottom: 0;
	list-style-type: decimal;
  }
  .blog-wrapper .single-blog-post .post-content ol ul {
	margin-bottom: 0;
  }
  .blog-wrapper .single-blog-post .post-content ol ol {
	margin-bottom: 0;
  }
  .blog-wrapper .single-blog-post .post-content ol li {
	line-height: 1.5;
	margin-top: 10px;
	list-style-type: decimal;
  }
  .blog-wrapper .single-blog-post .post-content p {
	margin-top: 15px;
  }
  .blog-wrapper .single-blog-post .post-content .post-meta {
	margin-bottom: 10px;
  }
  .blog-wrapper .single-blog-post .post-content .post-meta span {
	color: var(--text);
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	display: inline-block;
	margin-right: 25px;
  }
  @media (max-width: 767px) {
	.blog-wrapper .single-blog-post .post-content .post-meta span {
	  font-size: 15px;
	}
  }
  .blog-wrapper .single-blog-post .post-content .post-meta span i {
	margin-right: 5px;

	font-weight: 700;
	color: var(--text);
  }
  .blog-wrapper .single-blog-post .post-content .author-info {
	overflow: hidden;
  }
  .blog-wrapper .single-blog-post .post-content .author-info .author-img {
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	background-color: #f2f2f2;
	margin-right: 15px;
	float: left;
	overflow: hidden;
	background-position: center;
	background-size: cover;
  }
  @media (max-width: 767px) {
	.blog-wrapper .single-blog-post .post-content .author-info .author-img {
	  margin-right: 5px;
	}
  }
  .blog-wrapper .single-blog-post .post-content .author-info h5 {
	display: inline-block;
	line-height: 1;
	font-size: 16px;
	margin-top: 9px;
  }
  .blog-wrapper .single-blog-post .post-content .author-info h5 a:hover {
	color: var(--theme);
  }
  @media (max-width: 767px) {
	.blog-wrapper .single-blog-post .post-content .author-info h5 {
	  font-size: 14px;
	}
  }
  .blog-wrapper .single-blog-post .post-content .post-link a {
	font-weight: 700;
  }
  .blog-wrapper .single-blog-post .post-content .post-link a:hover {
	color: var(--theme);
  }
  @media (max-width: 767px) {
	.blog-wrapper .single-blog-post .post-content .post-link a {
	  font-size: 14px;
	}
  }
  .blog-wrapper .single-blog-post .post-content .post-link a i {
	margin-right: 5px;
  }
  @media (max-width: 767px) {
	.blog-wrapper .single-blog-post .post-content .post-link a i {
	  margin-right: 3px;
	}
  }
  

  .event-details-wrapper .event-fetaured-thumb {
	margin-bottom: 20px;
	margin-top: 20px;
  }
  .event-details-wrapper .event-fetaured-thumb img {
	width: 100%;
	height: 100%;
  }
  .event-details-wrapper .event-details-contents p {
	margin-bottom: 20px;
	line-height: 28px;
  }
  .event-details-wrapper .event-details-contents .wp-block-quote {
	-webkit-box-shadow: 0px 16px 32px 0px rgba(7, 28, 31, 0.06);
	box-shadow: 0px 16px 32px 0px rgba(7, 28, 31, 0.06);
	padding: 30px 107px;
	padding-left: 150px;
	position: relative;
	margin-bottom: 40px;
	margin-top: 40px;
	display: block;
	position: relative;
  }
  @media (max-width: 1199px) {
	.event-details-wrapper .event-details-contents .wp-block-quote {
	  padding: 30px 50px;
	  padding-left: 100px;
	}
  }
  @media (max-width: 767px) {
	.event-details-wrapper .event-details-contents .wp-block-quote {
	  padding: 30px;
	  padding-left: 30px;
	}
  }
  .event-details-wrapper .event-details-contents .wp-block-quote::before {
	position: absolute;
	top: 50px;
	left: 55px;
	content: "\f10d";
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	color: #C2191F;
	font-size: 60px;
  }
  @media (max-width: 767px) {
	.event-details-wrapper .event-details-contents .wp-block-quote::before {
	  display: none;
	}
  }
  .event-details-wrapper .event-details-contents .wp-block-quote::after {
	position: absolute;
	bottom: 10px;
	right: 30px;
	width: 114px;
	height: 90px;
	content: "";
	background: url(../image/quote-gray.png) no-repeat;
	z-index: -1;
  }
  .event-details-wrapper img {
	width: 100%;
	height: 100%;
  }
  @media (min-width: 992px) {
.event-details-sidebar {
	  margin-top: -160px;
	  z-index: 2;
	  margin-right: 0px;
	


	}
  }
.event-details-sidebar .sidebar-title {
	margin-bottom: 30px;
  }
 .event-details-sidebar .single-event-sidebar {
	background: #f5f5f5;
	-webkit-box-shadow: 0px 16px 32px 0px rgba(7, 28, 31, 0.06);
	box-shadow: 0px 16px 32px 0px rgba(7, 28, 31, 0.06);
	border-top: 4px solid #C2191F;
	padding: 20px 30px 20px;
	padding-right: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 40px;

  }
.event-details-sidebar .single-event-sidebar .event-address-info .single-address-info {
	overflow: hidden;
	margin-top: 18px;
	width: 100%;
  }
.event-details-sidebar .single-event-sidebar .event-address-info .single-address-info .icon {
	float: left;
	overflow: hidden;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #C2191F;
	background-color: #fff0ee;
	border-radius: 50px;
	margin-right: 20px;
  }

  .single-event-sidebar h3{
font-size: 22px;
  }


.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1314px
    }
}



.single-contact-card {
	background-color: #f8f8f8;
	padding: 40px;
	transition: all 0.3s ease-in-out;
  }
  @media (max-width: 585px) {
	.single-contact-card {
	  padding: 30px;
	}
  }
  .single-contact-card:hover {
	background-color: var(--header);
  }
  .single-contact-card:hover .icon {
	color: #fff !important;
	background-color: var(--theme-3) !important;
  }
  .single-contact-card:hover .bottom-part .icon {
	color: var(--theme-3) !important;
	background-color: #fff !important;
  }
  .single-contact-card:hover p,
  .single-contact-card:hover span, .single-contact-card:hover h4 {
	color: #fff;
  }
  .single-contact-card .top-part {
	overflow: hidden;
  }
  .single-contact-card .top-part .icon {
	width: 70px;
	height: 70px;
	font-size: 20px;
	line-height: 70px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	float: left;
	color: var(--header);
	overflow: hidden;
	margin-right: 20px;
  }
  .single-contact-card .top-part .title {
	overflow: hidden;
  }
  .single-contact-card .bottom-part {
	margin-top: 25px;
	overflow: hidden;
  }
  .single-contact-card .bottom-part .icon {
	width: 50px;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	float: right;
	overflow: hidden;
	margin-left: 20px;
  }
  .single-contact-card .bottom-part .info {
	display: inline-block;
	overflow: hidden;
  }


.section-padding {
	padding: 80px 0;
  }
  @media (max-width: 1199px) {
	.section-padding {
	  padding: 60px 0;
	}
  }
  @media (max-width: 991px) {
	.section-padding {
	  padding: 50px 0;
	}
  }



.main-contact-form-items {
	background-color: var(--bg);
	padding: 70px;
  }
  @media (max-width: 767px) {
	.main-contact-form-items {
	  padding: 60px 40px;
	}
  }
  @media (max-width: 575px) {
	.main-contact-form-items {
	  padding: 50px 30px;
	}
  }
  .main-contact-form-items .title {
	margin-bottom: 40px;
  }
  .main-contact-form-items .title h2 {
	font-size: 36px;
	margin-bottom: 5px;
  }
  .main-contact-form-items .form-clt input, .main-contact-form-items .form-clt textarea {
	padding: 18px 30px;
	border: none;
	outline: none;
	background-color: var(--white);
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	color: var(--text);
  }
  @media (max-width: 575px) {
	.main-contact-form-items .form-clt input, .main-contact-form-items .form-clt textarea {
	  padding: 12px 20px;
	}
  }
  .main-contact-form-items .form-clt textarea {
	padding: 18px 30px 140px;
  }
  @media (max-width: 575px) {
	.main-contact-form-items .form-clt textarea {
	  padding: 12px 20px 90px;
	}
  }
  .main-contact-form-items .form-clt::placeholder {
	color: var(--text);
  }
  .main-contact-form-items .theme-btn {
	border-radius: 0;
	background-color: var(--theme-2);
  }



.theme-btn {
	position: relative;
	z-index: 2;
	overflow: hidden;
	vertical-align: middle;
	display: inline-block;
	border: none;
	text-transform: capitalize;
	text-align: center;
	background-color: var(--theme);
	color: var(--white);
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	padding: 21.5px 45px;
	min-width: 170px;
	border-radius: 30px;
  }
  .theme-btn i {
	margin-left: 5px;
  }
  .theme-btn:before {
	content: "";
	position: absolute;
	height: 100%;
	bottom: 0;
	left: 0;
	width: 0;
	background-color: var(--header);
	z-index: -1;
	transition: all 0.4s ease-out;
	border-radius: inherit;
  }
  .theme-btn:hover {
	color: var(--white);
	box-shadow: none;
  }
  .theme-btn:hover::before {
	width: 100%;
  }
  .theme-btn.transparent-btn {
	background-color: transparent;
	border: 2px solid rgba(255, 255, 255, 0.2);
	padding: 19.5px 45px;
  }
  .theme-btn.transparent-btn::before {
	background-color: var(--theme);
  }
  .theme-btn.transparent-btn:hover {
	border: 2px solid transparent;
  }
  .theme-btn.bg-black {
	background-color: var(--header);
  }
  .theme-btn.bg-black::before {
	background-color: var(--theme);
  }
  .theme-btn.transparent-btn-2 {
	background-color: transparent;
	border: 2px solid var(--border);
	padding: 19.5px 45px;
	color: var(--text);
  }
  .theme-btn.transparent-btn-2::before {
	background-color: var(--theme);
  }
  .theme-btn.transparent-btn-2:hover {
	border: 2px solid transparent;
	color: var(--white);
  }
  @media (max-width: 767px) {
	.theme-btn {
	  padding: 20px 32px;
	}
  }
  @media (max-width: 575px) {
	.theme-btn {
	  padding: 18px 30px;
	  font-size: 14px;
	}
  }

  .center {
	text-align: center;
	margin: 0 auto;
  }



	html .button-primary, html .button-primary:active, html .button-primary.active, html .button-primary:active:focus, html .button-primary.active:focus, html .button-primary:focus:active, html .button-primary:focus {
	color: #fff;
	background-color: #C2191F;
	border-color: #C2191F;
	
}

.open > html .button-primary.dropdown-toggle, html .button-primary:hover {
	color: #fff;
	background-color: #0041AC;
	border-color: #0041AC;
}

html .button-primary.disabled, html .button-primary[disabled],
fieldset[disabled] html .button-primary {
	pointer-events: none;
	opacity: .5;
}

html .button-primary .badge {
	color: #C2191F;
	background-color: #fff;
}

.button-lg {
	font-size: 20px;
	line-height: 3.0;
	border-radius: 5px;
}

@media (min-width: 768px) {
	.button-lg {
		min-width: 270px;
		font-size: 20px;
	}
}
.button-block {
	display: block;
	min-width: 30px;
	width: 100%;
}
	.section-transform-top {
    position: relative;
    z-index: 1;
    
}

@media (min-width: 1200px) {
    .section-transform-top .container {
        transform: translateY(-30%);
    }
}

.bg-gray-light {
    background-color: #fff;
}



.box-countdown-dark {
    padding: 25px;
    background: #ffffff;
    position: relative;
    border-radius: 7px;
}

.box-countdown-dark::before {
    position: absolute;
    content: '';
    top: 2%;
    right: -1.4%;
    bottom: -4%;
    left: -1.4%;
    background: #0003;
    filter: blur(20px);
    border-radius: 7px;
    z-index: -1;
}

@media (min-width: 992px) {
    .box-countdown-dark::before {
        bottom: -9%;
    }
}

.box-countdown-dark .form-input::placeholder {
    color: #000000;
    opacity: 1;
}

.box-countdown-dark .form-input:-ms-input-placeholder {
    color: #000000;
    opacity: 1;
}

.box-countdown-dark .form-input::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1;
}

.box-countdown-dark .form-input::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

@media (min-width: 768px) {
    .box-countdown-dark {
        padding: 40px;
    }
}

@media (min-width: 1200px) {
    .box-countdown-dark {
        padding: 50px 45px;
    }
}

.box-countdown-dark h3 {
    font-weight: 500;
}

.box-countdown-dark .countdown-section:before, .box-countdown-dark .countdown-section:after {
    display: none;
}

.box-countdown-dark .countdown {
    padding: 10px 0;
}

.box-countdown-dark .countdown-amount {
    color: #ffffff;
}

@media (min-width: 1200px) {
    .box-countdown-dark .countdown-amount {
        font-size: 75px;
    }
}

.box-countdown-dark .countdown-period {
    color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 992px) {
    .box-countdown-dark .countdown-period {
        font-size: 14px;
        letter-spacing: 0.05em;
    }
}

.box-countdown-dark.bg-gray-600 {
    background-color: #343333;
}


.form-input {
    display: block;
    width: 100%;
    min-height: 60px;
    padding: 16px 25px;
    font-size: 22px;
    line-height: 26px;
    color: #C2191F;
    background-color: #ffffff;
    background-image: none;
    border-radius: 5px;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 1px solid #C4C4C4;
	font-weight: bold;
}



textarea.form-input {
    height: 180px;
    min-height: 60px;
    max-height: 306px;
    resize: vertical;
}


.zt {
    display: block;
    width: 100%;
    min-height: 60px;
    padding: 10px 1px;
    font-size: 22px;
    line-height: 26px;
    color: #151515;
	font-family:'Microsoft YaHei',Arial,'Noto Sans', sans-serif;
	font-weight: bold;
 
}
.form_email input {
    padding: 15px;
    border: none;
    background: #fff;
    width: 70% !important;
    float: left;
}

.form_email {
    display: block;
    clear: both;
    border-radius: 3px;
    overflow: hidden;
}

a.email_submit {
    clear: both;
    padding: 15px;
    width: 30%;
    display: inline-block;
    text-align: center;
}



.style1_btn_bg{
    background: #C2191F !important;
}

.style1_hover_btn_bg:hover{
    background: #0041AC !important;
    color: #fff;
}

.form_email a {
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
    font-weight: 400;
        font-size: 22px;
    line-height: 26px;
 
	font-family:'Microsoft YaHei',Arial,'Noto Sans', sans-serif;
	font-weight: bold;
}

.form_email a:hover {
    color: #fff;
}

        .pages { display: block; }
        .load-more { display: none; }
        @media (max-width: 799px) {
            .pages { display: none; }
            .load-more { display: block; text-align: center; margin: 20px 0; }
			.zt {
    display: block;
    width: 100%;
    min-height: 60px;
    padding: 10px 1px;
    font-size: 16px;
    line-height: 26px;
    color: #151515;
	font-family:'Microsoft YaHei',Arial,'Noto Sans', sans-serif;
	font-weight: bold;
 
}
.loader-wrapper{ display: block;}
.soxs{display: none; }
.breadcrumb-heading h1 {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 32px;
	font-weight: 700;
}
.form-input {
    display: block;
    width: 100%;
    min-height: 60px;
    padding: 16px 25px;
    font-size: 22px;
    line-height: 26px;
    color: #C2191F;
    background-color: #ffffff;
    background-image: none;
    border-radius: 0px;
    transition: .3s ease-in-out;
    border: 1px solid #C4C4C4;
	font-weight: bold;
	margin-bottom: 10px;
}





        }
        .page-item { display: inline-block; margin: 0 5px; }
        .act { color: #42b983; font-weight: bold; }


.news_right{float: left; width: calc(100% );}
.news_right ul{overflow: hidden; margin-left: -50px; padding: 20px 10px 20px;}
.news_right li{float: left; width: 100%; padding-left: 50px;}
.news_right a{display: block; padding: 20px 0;border-bottom: 1px solid #dddddd;transition: All 0.4s ease-in-out;}
.news_right h4{font-size: 14px; color: #666666;}
.news_right img{display: inline-block;vertical-align: middle; margin-right: 6px; margin-top: -3px;}
.news_right h2{overflow: hidden; text-overflow:ellipsis; white-space: nowrap;font-size: 18px; color: #333; line-height: 42px;transition: All 0.4s ease-in-out;}
.news_right p{font-size: 14px; color: #666; line-height: 20px;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.news_right a:hover{-webkit-box-shadow:0 0 10px rgba(0, 0, 0, .2);  -moz-box-shadow:0 0 10px rgba(0, 0, 0, .2);  box-shadow:0 0 10px rgba(0, 0, 0, .2); padding: 20px 30px; }
.news_right a:hover h2{font-weight: bold;color: #C2191F;}