@font-face {
	font-family: HarmoniaSansProCyr-Bold;
	src: url(../fonts/HarmoniaSansProCyr-Bold.otf)
}
.port-filter-nav {
	display: flex;
	justify-content: center;
	margin-top: 40px
}
.port-filter-nav li {
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s
}
.port-filter-nav li:hover, .port-filter-nav li.is-checked {
	color: #d01a41
}
.port-filter-nav li + li {
	margin-left: 15px;
	padding-left: 15px
}
.our-portfolio {
	position: relative
}
.our-hover-information {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1
}
.our-hover-information::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: auto;
	opacity: 0;
	position: absolute;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: auto;
	z-index: -1;
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 20px;
	border-radius: 6px
}
.our-portfolio:hover .our-hover-information::before {
	opacity: 0.7;
	visibility: visible
}
.our-hover-action {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%)
}
.our-hover-action a {
	border: 1px solid #d01a41;
	border-radius: 100%;
	display: block;
	height: 50px;
	line-height: 55px;
	opacity: 0;
	text-align: center;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 50px;
	background: #d01a41
}
.our-hover-action a i {
	color: #fff;
	font-size: 24px
}
.our-portfolio:hover .our-hover-action a {
	opacity: 1;
	visibility: visible
}
.our-hover-action a:hover {
	background: transparent;
	border: 1px solid #fff
}
.our-hover-action a:hover i {
	color: #fff !important
}
.our-port-filter-nav.our-port-filter-nav-2 {
	display: flex;
	justify-content: center;
	margin-top: 40px
}
#scrollUp {
	border-radius: 2px;
	bottom: 80px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	color: #fff;
	font-size: 28px;
	height: 45px;
	line-height: 45px;
	position: fixed;
	right: 15px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 45px;
	z-index: 200;
	bottom: 9px
}
@-webkit-keyframes "scroll-ani-to-top" {
0% {
opacity:0;
bottom:0;
}
50% {
opacity:1;
bottom:50%;
}
100% {
opacity:0;
bottom:75%;
}
}
@-moz-keyframes "scroll-ani-to-top" {
0% {
opacity:0;
bottom:0;
}
50% {
opacity:1;
bottom:50%;
}
100% {
opacity:0;
bottom:75%;
}
}
@keyframes "scroll-ani-to-top" {
0% {
opacity:0;
bottom:0;
}
50% {
opacity:1;
bottom:50%;
}
100% {
opacity:0;
bottom:75%;
}
}
#scrollUp:hover i {
	animation: 600ms linear 0s normal none infinite running scroll-ani-to-top;
	height: 100%;
	left: 0;
	margin-bottom: -25px;
	position: absolute;
	width: 100%;
	bottom: 0
}
#scrollUp i {
	color: #fff;
	    margin-top: 10px;
}
#scrollUp {
	background: #1e9ad3 none repeat scroll 0 0
}
.box-timer {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center
}
.hastech-count {
	align-items: center;
	border: 1px solid #d01a41;
	border-radius: 4px;
	display: flex;
	height: 90px;
	justify-content: center;
	margin: auto 20px;
	text-align: center;
	width: 70px;
	background: #fff
}
.time-count {
	color: #d01a41;
	font-family: 'Muli', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 24px
}
.count-inner p {
	font-size: 13px;
	line-height: 15px;
	margin-top: 5px;
	color: #d01a41;
	font-family: 'Muli', sans-serif;
	font-weight: 400
}
.countbox > div {
	color: #d01a41;
	font-size: 24px
}
.countdown-flex {
	display: flex;
	height: 130px;
	align-items: center
}
.coundown-down-active.clearfix {
	display: inline-block;
	float: right
}
.box-timer {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: flex-end;
	padding: 20px;
	border: 1px solid #dddddd
}
.countbox > div > span {
	float: left
}
.coundown-wrap {
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	position: relative
}
.coundown-inner-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 100%
}
.coundown-inner h2 {
	font-family: Poppins;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase
}
.coundown-inner p {
	font-size: 18px;
	line-height: 40px
}
.about-address {
	display: flex;
	margin-bottom: 15px
}
.about-info p {
	font-family: 'Muli', sans-serif;
	font-size: 13px;
	font-weight: 500;
	text-transform: capitalize
}
.about-info p span {
	font-family: Lora;
	font-weight: 700
}
.about-info.location p {
	margin-right: 13px
}
.about-btn a {
	background: #fff none repeat scroll 0 0;
	border-radius: 4px;
	display: inline-block;
	font-family: Poppins;
	font-size: 13px;
	font-weight: 600;
	height: 46px;
	line-height: 50px;
	padding: 0 20px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s
}
.about-details {
	padding: 33px 7px 20px 20px
}
.about-btn {
	margin-top: 20px
}
.single-about:hover {
	box-shadow: 0 3px 8px 3px rgba(0, 0, 0, 0.03), 0 -3px 8px 3px rgba(0, 0, 0, 0.03)
}
.single-about {
	transition: all 0.3s ease 0s
}
.schedule-category {
	display: flex;
	justify-content: center;
	margin-top: 41px
}
.schedule-category li {
	background: #f1f1f1 none repeat scroll 0 0;
	font-family: 'Muli', sans-serif;
	font-size: 24px;
	font-weight: 700;
	height: 100px;
	line-height: 100px;
	width: 33.33%;
	text-align: center;
	border-radius: 4px
}
.schedule-category li + li {
	margin-left: 30px
}
.schedule-category li a {
	display: block
}
.single-tab-content {
	background: #fafafa none repeat scroll 0 0;
	margin-top: 50px;
	padding: 20px
}
.schedule-sub-cat {
	background: #fff none repeat scroll 0 0;
	display: flex;
	justify-content: space-around
}
.schedule-sub-cat li {
	border: 1px solid #fff;
	border-radius: 4px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	width: 50%
}
.schedule-sub-cat li a {
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: capitalize;
	display: block
}
.schedule-sub-cat li.active {
	border: 1px solid #d01a41;
	border-radius: 4px
}
.schedule-category li.active {
	border-radius: 4px;
	background: #d01a41
}
.schedule-category li.active a {
	color: #fff !important
}
.single-confer-thumb {
	background: #fff none repeat scroll 0 0;
	padding: 27px 0;
	text-align: center
}
.single-confer-content {
	margin-top: 20px
}
.single-confer-thumb .single-con-img + .single-con-img {
	margin-top: 20px
}
.conference-details {
	padding: 10px;
	box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.single-con-details {
	background: #fff none repeat scroll 0 0;
	border-radius: 4px;
	padding: 20px
}
.conference-details .single-con-details + .single-con-details {
	margin-top: 30px
}
.con-tit {
	font-family: 'Muli', sans-serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 4px;
	text-transform: capitalize
}
.con-time {
	display: flex;
	font-size: 13px;
	line-height: 70px;
	margin-bottom: 6px
}
.con-time i {
	color: #d01a41;
	line-height: 22px;
	margin-right: 6px
}
.single-tab-content.tab-pane:not(.active) {
	display: none
}
.single-confer-content.tab-pane:not(.active) {
	display: none
}
.single-speaker-inner {
	position: relative
}
.speaker-details {
	align-items: center;
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	bottom: 20px;
	display: flex;
	height: 80px;
	left: 0;
	margin: auto;
	padding-left: 20px;
	position: absolute;
	right: 0;
	transition: 0.3s;
	opacity: 1
}
.speaker-tit {
	color: #fff;
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize
}
.speaker-info p.speaker-pro {
	color: #fff;
	font-family: 'Muli', sans-serif;
	font-size: 13px;
	font-weight: 400
}
.single-speaker-area, .single-team-area {
	overflow: hidden;
	position: relative
}
.team-hover-info, .speaker-hover-info {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	border-radius: 4px;
	bottom: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
	top: 20px;
	transform: translateY(-19%);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	opacity: 0
}
.single-team-area:hover .team-hover-info, .single-speaker-area:hover .speaker-hover-info {
	transform: translateY(0px);
	visibility: visible;
	opacity: 1
}
.single-speaker-area:hover .speaker-details {
	transform: translateY(100%);
	visibility: hidden;
	opacity: 0
}
.speaker-hover-inner, .team-hover-inner {
	align-items: center;
	display: flex;
	height: 100%
}
.speaker-hover-flex h2.hover-title, .team-hover-flex h2.hover-title {
	color: #fff;
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize
}
.speaker-hover-flex, .team-hover-flex {
	padding-left: 20px
}
.speaker-hover-flex h4.hover-pro, .team-hover-flex h4.hover-pro {
	font-family: 'Muli', sans-serif;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 20px;
	margin-top: 13px
}
.spk-social-icon {
	display: flex
}
.spk-social-icon li a i {
	background: #fff none repeat scroll 0 0;
	border-radius: 100%;
	color: #333333;
	display: block;
	font-size: 18px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 32px
}
.spk-social-icon li a:hover i {
	color: #d01a41
}
.spk-social-icon li + li {
	margin-left: 20px
}
.speaker-hover-flex p {
	margin-bottom: 55px
}
.speaker-thumb img {
	border-radius: 4px
}
.team-hover-flex h2.hover-title a {
	color: #fff
}
.team-hover-flex h4.hover-pro {
	color: #fff
}
.team-hover-flex p {
	color: #fff;
	margin-bottom: 100px
}
.our-team-wrap .col-md-4:nth-child(-n+3) {
	margin-bottom: 30px
}
.our-register-wrap {
	box-shadow: 0 3px 8px 3px rgba(0, 0, 0, 0.03), 0 -3px 8px 3px rgba(0, 0, 0, 0.03);
	margin: 45px auto auto;
	padding: 50px;
	
	margin-top: 0px;
	    padding-top: 0px;
}
.single-input-box {
	display: flex;
	width: 100%
}
.single-input-box .input-box {
	width: 50%;
	display: inline-block;
	float: left
}
.single-input-box .input-box a.res-btn:hover {
	background: #1e9ad3
}
.single-input-box .input-box + .input-box {
	margin-left: 30px
}
.input-box.checkbox {
	color: #333333;
	font-family: 'Muli', sans-serif;
	font-size: 13px;
	margin: 23px 0 0
}
.input-box.checkbox input {
	left: -1px;
	margin-left: 0;
	position: relative
}
.input-box a {
	background: #202236 none repeat scroll 0 0;
	border-radius: 10px;
	color: #fff !important;
	display: block;
	font-family: Poppins;
	font-size: 13px;
	font-weight: 600;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.3s
}
.input-box h4.input-title {
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: capitalize
}
.input-box input {
	border: 1px solid #dddddd;
	border-radius: 6px;
	font-family: 'Muli', sans-serif;
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px
}
.input-box.checkbox input {
	border: 1px solid #dddddd;
	border-radius: 6px;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	height: 0;
	line-height: 10px;
	margin-bottom: 0;
	padding-left: 20px
}
.input-box a.res-btn {
	margin-top: 20px
}
.input-box.checkbox label {
	height: auto !important;
	padding-left: 5px
}
.input-box input:focus, .input-box textarea:focus {
	border: 1px solid #d01a41
}
.single-pricing-table {
	/*border: 1px solid #dddddd;*/
	border-radius: 4px;
	text-align: center
}
.price-plan-header h4.pric-title {
	display: block;
	font-family: 'Muli', sans-serif;
	font-size: 24px;
	font-weight: 700;
	height: 118px;
	line-height: 118px;
	text-transform: capitalize
}
.price-plan-body h2.price {
	background: #f6f6f6 none repeat scroll 0 0;
	font-family: 'Muli', sans-serif;
	font-size: 40px;
	font-weight: 700;
	height: 90px;
	line-height: 85px;
	margin-bottom: 50px
}
.price-plan-body h2.price span.price-rate {
	font-size: 20px
}
.price span.sup {
	position: relative;
	top: 3px
}
.price li {
	color: #525252;
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	font-weight: 400
}
.pricing-list li {
	color: #525252;
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	font-weight: 500;
	height: 50px;
	line-height: 50px
}
.pricing-list li + li {
	border-top: 1px solid #ededed
}
.pricing-list li:first-child {
	border-top: 1px solid #ededed
}
.pricing-btn {
	background: #f6f6f6 none repeat scroll 0 0;
	height: 60px;
	line-height: 60px;
	margin-top: 50px
}
.pricing-list li:last-child {
	border-bottom: 1px solid #ddd
}
.pricing-btn a {
	background: #fff none repeat scroll 0 0;
	border-radius: 4px;
	display: inline-block;
	font-family: Poppins;
	font-size: 14px;
	font-weight: 500;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	text-transform: uppercase;
	transition: 0.3
}
.pricing-btn a:hover {
	background: #d01a41;
	color: #fff !important
}
.single-pricing-table.active .pricing-btn a:hover {
	background: #fff;
	color: #d01a41 !important
}
.single-pricing-table.active .price-plan-body h2.price {
	background: #d01a41 none repeat scroll 0 0
}
.single-pricing-table.active .price span.sup, .single-pricing-table.active .price-plan-body h2.price span.price-rate, .single-pricing-table.active .pricing-btn a, .single-pricing-table.active .price-plan-body h2.price {
	color: #fff !important
}
.single-pricing-table.active .pricing-btn a {
	background: #d01a41 none repeat scroll 0 0;
	transition: 0.3s
}
.single-test-inner {
	background: #fff none repeat scroll 0 0;
	border-radius: 4px;
	display: flex;
	padding: 20px
}
.test-information {
	margin-left: 25px
}
.test-info h2 {
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 32px
}
.test-info h4 {
	border-bottom: 1px solid #dddddd;
	font-family: 'Muli', sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	padding-bottom: 7px;
	width: 75%
}
.test-information p {
	margin-top: 12px
}
.single-testimoal-area {
	margin-top: 43px
}
.slick-dots {
	bottom: -65px
}
.slick-dots li button::before {
	color: #fff;
	font-size: 15px;
	opacity: 1;
	width: 20px
}
.slick-dots li.slick-active button::before {
	color: #d01a41;
	opacity: 1;
	border: 1px solid #fff;
	border-radius: 100%
}
.blog-inner, .htc-speaker-inner {
	position: relative
}
.blog-hover-info, .speaker-zoom-hover-info {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1
}
.blog-hover-info::before, .speaker-zoom-hover-info::before {
	background: #000 none repeat scroll 0 0;
	bottom: 20px;
	content: "";
	height: auto;
	left: 20px;
	opacity: 0;
	position: absolute;
	right: 20px;
	top: 20px;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: auto;
	z-index: -1;
	border-radius: 4px
}
.single-blog-area:hover .blog-hover-info::before, .htc-single-speaker:hover .speaker-zoom-hover-info::before {
	opacity: 0.7;
	visibility: visible
}
.blog-action, .speaker-action {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%)
}
.single-blog-area:hover .blog-action a, .htc-single-speaker:hover .speaker-action a {
	opacity: 1;
	visibility: visible
}
.blog-action a, .speaker-action a {
	border: 1px solid #d01a41;
	border-radius: 100%;
	display: block;
	height: 50px;
	line-height: 59px;
	opacity: 0;
	text-align: center;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 50px;
	background: #d01a41
}
.blog-action a i, .speaker-action a i {
	color: #fff;
	font-size: 30px;
	transition: 0.3s
}
.blog-action a:hover, .speaker-action a:hover {
	border: 1px solid #fff;
	background: transparent
}
.blog-action a:hover i, .speaker-action a:hover i {
	color: #fff
}
.blog-details h2 a {
	font-family: 'Muli', sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 26px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s
}
.blog-details h2 a:hover {
	color: #1e9ad3 !important
}
.blog-details p.post-time {
	font-family: 'Muli', sans-serif;
	font-size: 13px;
	font-weight: 400
}
.blog-details h2 {
	border-bottom: 1px solid #dddddd;
	font-size: 18px;
	margin-bottom: 14px;
	padding-bottom: 7px;
	text-transform: capitalize
}
.blog-details {
	background: #f6f8fb none repeat scroll 0 0;
	padding: 15px 16px 30px 20px
}
.our-social-icon {
	display: flex
}
.our-social-icon li a i {
	border: 1px solid #7e7e7e;
	border-radius: 100%;
	color: #7e7e7e;
	height: 30px;
	line-height: 27px;
	text-align: center;
	width: 30px;
	transition: 0.3s
}
.our-social-icon li a:hover i {
	color: #d01a41 !important
}
.our-social-icon li + li {
	margin-left: 15px
}
.blog-btn {
	display: block
}
.blog-btn a {
	background: #202236 none repeat scroll 0 0;
	border-radius: 10px;
	display: inline-block;
	font-family: Poppins;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	height: 40px;
	line-height: 44px;
	padding: 0 20px;
	text-transform: capitalize;
	transition: 0.3s
}
.blog-btn a:hover {
	background: #1e9ad3 none repeat scroll 0 0;
	color: #fff !important
}
.blog-dtl {
	margin-bottom: 15px
}
.blog-btn {
	margin-top: 15px
}
.suscribe-box input[type="text"], .suscribe-box input[type="email"], .suscribe-box input[type="password"] {
	border: 0 none;
	border-radius: 4px;
	color: #666666;
	font-family: 'Muli', sans-serif;
	font-size: 12px;
	width: 35%;
	padding-left: 20px
}
.our-subscribe-inner {
	position: relative;
	text-align: center
}
.our-subscribe-inner h2 {
	color: #fff;
	font-family: Poppins;
	font-size: 24px;
	font-weight: 600;
	line-height: 25px;
	margin-bottom: 10px;
	text-transform: uppercase
}
.our-subscribe-inner p {
	color: #fff;
	font-family: 'Muli', sans-serif;
	line-height: 24px
}
.suscribe-box {
	display: flex;
	justify-content: center;
	margin-top: 27px
}
.subs-btn a {
	background: #d01a41 none repeat scroll 0 0;
	border-radius: 4px;
	display: block;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	padding: 0 39px 0 20px;
	position: relative;
	transition: 0.3s
}
.subs-btn a:hover {
	background: #333;
	color: #fff !important
}
.subs-btn a i {
	font-size: 13px;
	position: absolute;
	right: 19px;
	top: 14px
}
.brand-list {
	display: flex;
	justify-content: center
}
.brand-list li a {
	align-items: center;
	background: #fff none repeat scroll 0 0;
	border: 1px solid #fff;
	border-radius: 4px;
	display: flex;
	flex-wrap: wrap;
	height: 112px;
	justify-content: center;
	line-height: 105px;
	padding: 0 20px;
	transition: all 0.3s ease 0s
}
.brand-list li a:hover {
	background: #d01a41 none repeat scroll 0 0;
	border: 1px solid #fff
}
.brand-list li {
	padding: 0 15px
}
.brand-list {
	margin-left: -15px;
	margin-right: -15px
}
.our-portfolio-page .pro-item {
	margin-bottom: 30px;
	padding: 0 10px
}
.our-portfolio-page {
	margin-left: -15px;
	margin-right: -15px
}
.htc-bradcaump-wrap {
	align-items: center;
	display: flex;
	height: 320px;
	justify-content: center
}
.htc-bradcaump-inner h2.bradcaump-title {
	font-size: 24px;
	line-height: 23px;
	text-transform: uppercase
}
.bradcaump-inner .breadcrumb-item {
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: capitalize
}
.bradcaump-inner .breadcrumb-item.active {
	color: #fff
}
.bradcaump-inner span.brd-separetor i {
	color: #fff;
	font-size: 20px;
	margin: 0 10px
}
.brd-separetor, .brd-separetor i {
	font-size: 20px
}
.bradcaump-inner {
	margin-top: 17px
}
.our-blog-wrap.blog-grid .blog-item {
	margin-bottom: 30px
}
.ml-port-filter-nav {
	display: flex;
	display: none
}
.ml-port-filter-nav li {
	cursor: pointer
}
.ml-portfolio-page.our-blog-wrap.blog-grid .blog-item:nth-child(n+7) {
	margin-bottom: 0
}
.list-btn.blog-btn {
	margin-top: 27px
}
.blog-list-details h2 {
	font-size: 17px;
	margin-bottom: 15px
}
.blog-list-details p.list-time {
	color: #666666 !important;
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 17px
}
.blog-list-information {
	align-items: center;
	display: flex;
	height: 371px;
	margin-left: -15px
}
.htc-blog-list.single-blog-area {
	margin-left: -15px
}
.htc-blog-list-inner:hover .blog-hover-info::before {
	opacity: 0.7;
	visibility: visible
}
.htc-blog-list-inner:hover .blog-action a {
	opacity: 1;
	visibility: visible
}
.htc-blog-list-wrap .htc-blog-list-inner + .htc-blog-list-inner {
	margin-top: 100px
}
.our-pagination {
	display: flex;
	justify-content: center
}
.our-pagination li a {
	border: 1px solid #dddddd;
	color: #d01a41 !important;
	display: block;
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	font-weight: 700;
	height: 50px;
	line-height: 47px;
	transition: all 0.3s ease 0s;
	width: 50px
}
.our-pagination li a i {
	color: #d01a41;
	font-size: 18px;
	transition: 0.3s
}
.our-pagination li + li {
	margin-left: 16px
}
.our-pagination li a:hover {
	background: #666666 none repeat scroll 0 0;
	border: 1px solid #666666;
	color: #fff !important
}
.our-pagination li.active a {
	background: #666666 none repeat scroll 0 0;
	border: 1px solid #666666;
	color: #fff !important
}
.our-pagination li a:hover i {
	color: #fff
}
.event-details-wrap {
	padding: 100px 70px
}
.event-title {
	font-size: 24px;
	margin-bottom: 11px
}
.event-details-inner p {
	color: #313131;
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	font-weight: 700
}
.evt-location {
	font-size: 14px
}
.evt-location {
	font-size: 14px
}
.event-details-inner p.evt-location {
	color: #313131;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px
}
.event-details-inner p.evt-date {
	font-size: 13px;
	color: #666666 !important;
	font-weight: 400
}
.event-details-inner p.event-info {
	margin-bottom: 13px
}
.event-thumd {
	margin-top: 45px
}
.event-details-inner p.event-desc {
	color: #313131;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 14px;
	margin-top: 48px
}
.ml-port-filter-nav.gallery-nav {
	display: none
}
.our-gallery-wrap .col-lg-3 {
	padding-bottom: 4px;
	padding-left: 2px;
	padding-right: 2px
}
.portfolio-title h2 {
	font-size: 24px;
	margin-bottom: 48px;
	text-transform: capitalize
}
.our-gallery-wrap {
	margin-left: 15px;
	margin-right: 15px
}
.htc-blog-detials-inner h2 a {
	display: inline-block;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 10px
}
.htc-blog-detials-inner h4.post-name {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 3px
}
.htc-blog-detials-inner p {
	font-family: 'Muli', sans-serif;
	font-size: 13px;
	margin-bottom: 16px
}
.htc-desc p {
	color: #313131;
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	margin-bottom: 25px
}
.blog-dtl-btn a {
	background: #fff none repeat scroll 0 0;
	border-radius: 6px;
	display: inline-block;
	font-family: Poppins;
	font-size: 13px;
	font-weight: 600;
	height: 42px;
	line-height: 42px;
	padding: 0 20px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
	color: #333333
}
.blog-dtl-btn {
	margin-top: 30px
}
.htc-blog-detials-inner {
	margin-bottom: 30px;
	padding: 62px 30px 43px
}
.blog-dtl-btn a + a {
	margin-left: 20px
}
.blog-dtl-btn a i {
	font-size: 15px;
	margin-left: 10px;
	transition: 0.3s
}
.blog-dtl-btn a:hover {
	background: #d01a41 none repeat scroll 0 0;
	color: #fff !important
}
.blog-dtl-btn a:hover i {
	color: #fff !important
}
.htc-comment-area {
	margin-bottom: 30px;
	padding: 50px 190px 50px 30px
}
.htc-comment-inner h2.blog-title {
	font-family: Poppins;
	font-size: 24px;
	font-weight: 600;
	line-height: 21px;
	text-transform: capitalize
}
.single-comment-area {
	display: flex;
	width: 100%
}
.htc-comment-wrap {
	margin-top: 50px
}
.comment-thumb {
	margin-right: 30px
}
.comment-address h4 a {
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	text-transform: capitalize
}
.comment-address {
	display: flex;
	justify-content: space-between
}
.comnt-reply a {
	font-family: Poppins;
	font-size: 13px;
	font-weight: 600;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
	color: #333
}
.comnt-reply a i {
	color: #d01a41;
	font-size: 15px;
	padding-left: 10px
}
.comment-time p {
	color: #666666;
	font-size: 13px
}
.comment-time {
	display: flex;
	margin-bottom: 10px
}
.comment-time p + p {
	margin-left: 14px
}
.comment-details {
	font-size: 13px;
	line-height: 24px
}
.single-comment-area.comment-reply {
	padding: 46px 0 46px 200px
}
.htc-comment-form {
	margin-bottom: 100px;
	padding: 50px 30px
}
.single-comnt-form input[type="text"], .single-comnt-form input[type="email"], .single-comnt-form input[type="password"] {
	font-size: 14px;
	height: 55px;
	line-height: 55px;
	padding-left: 30px;
	width: 100%;
	border: 0 none;
	border-radius: 6px
}
.comment-box {
	display: flex;
	margin-bottom: 20px;
	width: 100%
}
.comment-box input {
	width: 48.5%
}
.comment-box input + input {
	margin-left: 30px
}
.single-comnt-form.subject {
	margin-bottom: 40px
}
.single-comnt-form.comment textarea {
	background: #fff none repeat scroll 0 0;
	border: 0 none;
	font-size: 13px;
	min-height: 257px;
	padding: 30px 10px 10px 30px;
	resize: none;
	width: 100%;
	border-radius: 6px
}
.comment-btn a {
	background: #d01a41 none repeat scroll 0 0;
	border-radius: 6px;
	color: #fff;
	display: inline-block;
	font-family: Poppins;
	font-size: 13px;
	font-weight: 600;
	height: 42px;
	line-height: 42px;
	padding: 0 20px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s
}
.comment-btn {
	margin-top: 48px
}
.comment-btn a:hover {
	background: #333;
	color: #fff !important
}
.relater-post-dfetails h4 {
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin-top: 16px
}
.relater-post-dfetails p {
	color: #666666;
	font-family: 'Muli', sans-serif;
	font-size: 13px;
	font-weight: 400;
	margin-top: 7px
}
.relater-post-dfetails {
	padding-left: 20px
}
.htc-comment-form-inner {
	margin-top: 50px
}
.project-manager-information {
	display: flex
}
.project-manager-thumb {
	background: #f6f6f6 none repeat scroll 0 0;
	width: 50%
}
.project-manager-details {
	padding: 50px 40px 40px 50px
}
.project-manager-details h2 {
	font-size: 14px;
	line-height: 24px;
	text-transform: capitalize
}
.project-manager-details.bg-gray p a {
	display: inline-block;
	font-size: 13px;
	line-height: 23px;
	margin-bottom: 10px;
	transition: 0.3s
}
.manager-details {
	margin-bottom: 30px
}
.project-manager-details.bg-gray p a:hover {
	color: #d01a41
}
.htc-bradcaump-inner {
	text-align: center
}
.htc-single-speaker {
	position: relative
}
.speaker-zoom-details {
	background: #f6f6f6 none repeat scroll 0 0;
	border-radius: 6px;
	bottom: 0;
	left: 20px;
	padding: 20px;
	position: absolute;
	right: 20px;
	transform: translateY(50%);
	z-index: 9
}
.speaker-zoom-inner h2 {
	font-size: 14px;
	text-transform: uppercase
}
.speaker-zoom-inner h4 {
	color: #666666;
	font-size: 13px;
	margin-bottom: 10px;
	margin-top: 11px;
	text-transform: capitalize
}
.speaker-zoom-inner p {
	margin-bottom: 16px
}
.speaker-zoom-details {
	padding-bottom: 30px;
	padding-right: 30px
}
.speaker-zoom-inner {
	padding-bottom: 20px;
	position: relative
}
.speaker-zoom-inner::before {
	background: #d01a41 none repeat scroll 0 0;
	content: "";
	height: 106%;
	position: absolute;
	right: 0;
	width: 1px
}
.speaker-zoom-inner::after {
	background: #d01a41 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 1px;
	position: absolute;
	width: 104%
}
.htc-speaker-wrap .col-md-4:nth-child(-n+3) {
	margin-bottom: 177px
}
.ml-contact-form-inner {
	padding: 15px
}
.ml-contact-form-inner .input-box {
	display: flex;
	margin-top: 0
}
.ml-contact-form-inner .input-box input + input {
	margin-left: 30px
}
.ml-contact-form-inner .input-box input[type="text"], .ml-contact-form-inner .input-box input[type="email"], .ml-contact-form-inner .input-box input[type="password"] {
	border: 1px solid #fff;
	border-radius: 0px;
	box-shadow: none;
	color: #000;
	font-size: 14px;
	height: 40px;
	padding-left: 20px;
	width: 47%
}
.ml-contact-form-inner .input-sub input {
	border: 1px solid #fff;
	border-radius: 0px;
	box-shadow: none;
	color: #000;
	font-size: 14px;
	height: 40px;
	margin-bottom: 15px;
	padding-left: 20px;
	width: 100%
}
.ml-contact-form-inner textarea {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #fff;
	color: #000;
	font-size: 14px;
	min-height: 75px;
	padding-left: 20px;
	padding-top: 14px;
	margin-bottom: 7px;
	resize: none;
	width: 100%
}
.ml-contact-form-inner .send-btn {
	margin-top: 0px
}
.ml-contact-location .address-icon i {
	background: #d01a41 none repeat scroll 0 0;
	color: #fff;
	height: 33px;
	line-height: 33px;
	margin-right: 30px;
	width: 33px;
	text-align: center;
	border-radius: 100%;
	font-size: 16px
}
.ml-contact-location .address-details p {
	line-height: 20px
}
.single-contact-address + .single-contact-address {
	margin-top: 20px
}
.input-messa *::-moz-placeholder {
font-size:13px
}
.ml-contact-location-wrap .single-contact-address {
	display: flex
}
#googleMap {
	height: 323px;
	width: 100%
}
.send-btn .ml-btn {
	background: #fff none repeat scroll 0 0;
	border: medium none;
	color: #000 !important;
	display: inline-block;
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	font-weight: 400;
	height: 40px;
	line-height: 38px;
	padding: 0 30px;
	position: relative;
	text-align: center;
	transition: all 0.3s ease 0s;
	z-index: 2
}
.send-btn .ml-btn:hover {
	color: #fff !important
}
.logo-home {
	font-family: HarmoniaSansProCyr-Bold;
	color: #fff;
	text-transform: lowercase;
	font-size: 32px
}

@media (min-width: 992px) {
.header-fixed .header-v6.header-dark-transparent.header-fixed-shrink .logo-home {
	color: #313131
}
}
.active .app-brief-article .content {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%)
}
.app-brief-article .content, .app-brief-article .thumb-area {
	-webkit-transition: all 1.5s ease;
	transition: all 1.5s ease
}
.content ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px
}
.content ul li {
	list-style: none
}
.content li {
	margin-bottom: 5px
}
.half-column-wrapp {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	padding: 0
}
.gray-container {
	background: #000
}
.half-column-wrapp .half-column.column-content {
	padding: 40px 60px 60px 60px
}
.half-column-wrapp .half-column {
	position: relative;
	width: 50%;
	padding: 0;
	margin: 0
}

@media (min-width: 767px) {
.about-pad {
	padding: 40px 60px 14px 30px !important
}
}
.title-head {
	position: relative;
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 36px;
	text-transform: uppercase;
	
	padding-bottom: 10px
}
.half-column-wrapp .half-column.pull-right {
	float: left !important
}
.half-column-wrapp .half-column {
	position: relative;
	width: 50%;
	padding: 0;
	margin: 0
}
.content p {
	margin-top: 18px
}
.content-md {
	padding: 60px 0px
}
.bg-image-v1 {
	width: 100%;
	height: auto;
	padding: 100px 0;
	position: relative;
	background: url(../images/parallax/1.jpg) repeat fixed;
	background-size: cover
}
.bg-image-v1:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	background: rgba(0, 0, 0, 0.8)
}
.bg-image-v2 {
	width: 100%;
	height: auto;
	padding: 100px 0;
	position: relative;
	background: url(../images/parallax/2.jpg) repeat fixed;
	background-size: cover
}
.bg-image-v2:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	background: rgba(0, 0, 0, 0.55)
}
.headline-center {
	text-align: center;
	color: #fff
}
.headline-center h2 {
	position: relative;
	color: #fff;
	line-height: 55px;
	letter-spacing: 3px;
	font-size: 35px
}
.navbar .navbar-nav > li:hover > a {
	background: trasnparent
}
.single-pricing-table {
	background-color: #f6f8fb;
	/*	box-shadow: 0px 1px 5px rgba(0,0,0,.2)*/
	box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.pricing-table-style-one .pricing-container .p-t-header {
	padding-top: 60px;
	margin-bottom: 30px
}
.pricing-table-style-one .pricing-container > * {
	padding: 0px 40px;
	position: relative
}
.pricing-table-style-one .pricing-container .p-t-body {
	margin-bottom: 40px
}
.pricing-table-style-one .pricing-container .p-t-footer {
	padding-bottom: 40px
}
.pricing-table-style-one .pricing-container .p-t-header .pricing-title {
	font-size: 30px;
	margin: 0px;
	margin-left: -3px;
	font-weight: 300;
	text-align: left;
	color: #fff 
}
.color-brand {
	color: #3f51b5 !important
}
.pricing-table-style-one .pricing-container .p-t-body ul {
	margin: 0px;
	padding: 0px
}
.pricing-table-style-one .pricing-container .p-t-body ul li {
	list-style: none;
	margin-bottom: 22px;
	color: #333333;
	text-align: justify
}
.pricing-table-style-one .pricing-container .p-t-body ul li.not-include {
	text-decoration: line-through
}
.pricing-table-style-one .pricing-container .p-t-footer .price {
	float: none;
	font-size: 22px;
	line-height: 1;
	    color: #fff;
	font-weight: 300;
	margin-bottom: 15px;
	font-family: HarmoniaSansProCyr-Bold
}
.pricing-table-style-one .pricing-container .p-t-footer .button {
	float: none
}
.pricing-table-style-one .pricing-container .p-t-footer .price .currency {
	font-size: 19px;
	line-height: 1;
	display: inline-block;
	font-weight: 400;
	margin-right: 3px
}
.pricing-table-style-one .pricing-container .p-t-footer .price span {
	vertical-align: middle
}
.pricing-table-style-one.best {
	color: #fff
}
.bg-brand {
	background-color: #1e9ad3 !important
}
.pricing-table-style-one .best-tag {
	width: 60px;
	height: 47px;
	background-color: #fff;
	text-align: center;
	padding: 15px 5px;
	line-height: 16px;
	font-size: 16px;
	position: absolute;
	top: -2px;
	right: 20px;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2)
}
.pricing-table-style-one.best .th-btn {
	background-color: #fff !important;
	color: #735C5F !important
}
.th-btn-default:focus, .th-btn-default:active, .th-btn-default:hover, .owl-theme .owl-controls .owl-pagination .owl-page.active span, .tes-thumb-ctrl-lists li a .tes-thumb-overlay, .download-buttons a:hover, .thumb-slides-controller a, .main-footer .footer-social li a:hover, .feature-lists-style-one .feature-list .icon-area, .item-info-wrap, .blog-pagination .pagination li.active a, .blog-pagination .pagination li.active a:hover, .tagcloud a:hover, .overlay-brand, .single-pricing-table .th-btn {
	background-color: #1e9ad3;
	color: #fff
}
.pricing-table-style-one.best .pricing-container .p-t-body ul li {
	color: #fff
}
.Copyright-txt p {
	font-size: 14px
}
.Global-txt p
{
	font-size: 14px
}
.copyright-right p {
	font-size: 14px
}
.follow-us {
	margin-top: 30px
}
.team-member {
	background-color: #fff
}
.team-member.section-space {
	padding-bottom: 28px
}
.single-team-wrap {
	padding: 0px 20px;
	padding-bottom: 160px
}
.single-team {
	position: relative
}
.single-team .team-member-img {
	position: relative;
	z-index: 2
}
.single-team .team-member-img img {
	width: 100%;
	max-width: 100%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-filter: gray;
	filter: gray;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	height: 250px;
}
.single-team .team-member-info {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 100%;
	padding-top: 26px
}
.single-team .info-area-top {
	margin-bottom: 20px
}
.team-theme-01 .single-team .info-area-top {
	-webkit-transform: translateY(-72px);
	-ms-transform: translateY(-72px);
	transform: translateY(-72px);
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}
.team-theme-01:hover .single-team .info-area-top {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px)
}
.team-theme-01:hover .single-team .team-member-img img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%)
}
.team-theme-01 .single-team .info-area-bottom {
	-webkit-transform: translateY(-66px);
	-ms-transform: translateY(-66px);
	transform: translateY(-66px);
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}
.team-theme-01:hover .single-team .info-area-bottom {
	-webkit-transform: translateY(06px);
	-ms-transform: translateY(06px);
	transform: translateY(06px)
}
.single-team .info-area-bottom .t-m-name {
	font-size: 18px;
	color: #333333;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 500
}
.single-team .info-area-bottom .t-m-designation {
	font-size: 14px
}
.social {
	padding: 0px;
	margin: 0px;
	display: table;
	width: 100%;
	margin-bottom: -5px
}
.social li {
	list-style: none;
	display: inline-block;
	margin: 5px
}
.social li a {
	border: 1px solid #d9d9d9;
	border-radius: 100%;
	display: block;
	font-size: 15px;
	height: 30px;
	line-height: 27px;
	text-align: center;
	width: 30px
}
.team-theme-01 .single-team:hover .area-top img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%)
}
.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
	font-size: 1.3rem;
	line-height: inherit
}
z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12)
}
.single-team .info-area-bottom .t-m-designation {
	color: #202236
}
.color-brand {
	color: #1e9ad3 !important
}
.mb-15 {
	margin-bottom: 15px
}
.performance-head {
	padding: 15px 20px;
	background: #202236
}
.performance-head h3 {
	color: #fff;
	font-size: 20px
}
.ml-25cent {
	margin-left: 25%
}
.fa-circle {
	color: #202236 !important;
	content: url(../images/logo/head-logo.png);
	padding-right: 10px
}
ul li {
	text-align: justify;
	margin-bottom: 10px
}
.team-name h3 {
	margin-bottom: 20px
}
.highlight-text {
	color: #1e9ad3;
	font-weight: 600;
}
textarea {
	resize: none;
	margin-bottom: 15px
}
.blog-thumb > img {
	width: 100%;
	height: 250px
}
.pricing-height {
	height: auto
}
.navbar-brand {
	padding: 0px 15px
}
.blackbox-points td {
	vertical-align: top;
	padding-bottom: 10px;
	font-size: 17px;
	text-align: justify;
	color: #fff;
}
.blackbox-points td i {
	font-size: 15px
}
.blackbox-points td img {
	width: 57px;
	margin-right: 25px;
	padding-right: 10px;
}
.social-menu ul li {
	display: inline-block
}
.copyright-left {
	display: inline-block;
	float: left
}
.single-blog-area {
	box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2)
}
.team-hover-link {
	display: block;
	position: relative
}
.team-hover-link:hover:after {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.team-hover-link:after {
	position: absolute;
	content: "\f08e";
	font: normal normal normal 15px/33px FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border: 1px solid #fff;
	color: #fff;
	left: 50%;
	top: 50%;
	width: 35px;
	height: 35px;
	text-align: center;
	margin-left: -17px;
	margin-top: -17px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}
#captionAnimation {
	display: none
}
#captionAnimationtwo {
	display: none
}
.profile:nth-child(even) {
	clear: left;
}
.profile {
	position: relative;
	margin: 0 0 20px;
}
.profile-header {
	position: absolute;
	top: 0;
}
.profile-content {
	font-size: 14px;
	padding: 27px 20px 0 0;
	line-height: 1.4em;
	margin: 0 0 0 125px;
	padding-top: 0px;
}
.profile-footer {
	position: absolute;
	top: 121px;
	width: 100px;
	text-align: center;
}
/*.profile-content:before {
	content: '';
	width: 36px;
	height: 3px;
	background: #dededc;
	position: absolute;
	top: 0;
}*/
.profile-content h3 {
	margin: 0;
}
.profile-content .lead {
	font-size: 1.3em;
	line-height: 100%;
	
	margin: 3px 0 20px;
}
.profile-content p {
	margin: 0 0 10px;
}
.profile-footer a {
	border: 1px solid #d9d9d9;
	border-radius: 100%;
	display: inline-block;
	font-size: 15px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	width: 30px;
	color: #fff;
	    padding-top: 7px;
}
.profile-footer i {
	font-size: 15px;
	position: relative;
}
.img-circle {
	box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.social-menu a:hover .zmdi-facebook, .profile-footer a:hover .fa-facebook {
	color: #3B5998 !important;
}
.social-menu a:hover .zmdi-twitter, .profile-footer a:hover .fa-twitter {
	color: #1DA1F2 !important;
}
.social-menu a:hover .zmdi-linkedin, .profile-footer a:hover .fa-linkedin {
	color: #0177B5 !important;
}
.youtube-bg {
	background-image:url(../images/bg/1.jpg);
}
.title-head h2:before {
	content: url(../images/logo/head-logo-white.png);
	position: relative;
    bottom: 10px;
    left: 26px;
}
.section-title h2:before {
	content: url(../images/logo/head-logo-white.png);
	position: relative;
	bottom: 10px;
	left: 20px;
}
.td-head {
	padding-right: 20px;
}
.lineup {
	width: 100px;
	background: #F65C26;
	height: 4px;
	margin: 0px 10px;
	border-bottom: 2px solid #f65c26;
}
#prediction h2 {
	margin-bottom: 0px;
}
.prediction-down:after {
	content: url(../images/prediction-down.png);
	position: absolute;
	top: 6px;
}

.input-box .res-btn
{
	    background: #1e9ad3 none repeat scroll 0 0;
    border-radius: 10px;
    color: #fff !important;
    display: block;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 600;
    height: 40px;
	    margin-top: 25px;
    width: 100%;
width: 100%;

    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.3s;
}
.res-btn:hover {
    background: #1e9ad3;
}
.xs-footer
{
	display:none;
}
#team
{
	background:#000;
}
#prediction
{
background:#000;	
}

.showbox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5%;
  background-color:#fff;
  z-index:9999999999;
}

.loader {
  position: relative;
  margin: 0 auto;
  width: 100px;
  top:50%;
  z-index:99999999999;
}
.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.circular {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 100%;
      z-index: 99999;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}
@keyframes color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}
.bg-black
{
	background:#000;
}
.about-img
{
	height:450px;
	width:100%;
}
.blackbox-img
{
	height:575px;
}
.content2 p {
    margin-top: 18px;
    line-height: 28px;
}
.team-xs a {
    border: 1px solid #d9d9d9;
    border-radius: 100%;
    display: inline-block;
    font-size: 15px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 30px;
    color: #fff;
    padding-top: 7px;
}
.team-xs 
{
	margin-bottom:30px;
}
#pricing{
	padding:50px 0px;
	
}
.cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.cover .hi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
 font-size: 21px;
    width: 100%;
    line-height: 43px;
  text-align: center;
}
#slider-area2
{
	height:70vh;
}
video
{
	object-fit:initial;
	width: 100%;
  height: 450px;
}
.img-wrapper { 
   position: relative; 
   width: 100%; /* for IE 6 */
}
.img-wrapper a { 
   position: absolute; 
   top: 275px; 
   left: 5px; 
   width: 100%; 
       font-family: 'Muli', sans-serif;
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-size: 27px;
    line-height: 24px;
}
.img-wrapper a:hover { 
   color:#fff !important;
}