

@keyframes btnSlide {
	0% {
		opacity: 1;
		height: 0;
		-webkit-transform: translateY(35px);
		-moz-transform: translateY(35px);
		-ms-transform: translateY(35px);
		-o-transform: translateY(35px);
		transform: translateY(35px);
	}
	100% {
		opacity: 1;
		height: 35px;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
}


.section_view .btn_red {
	animation: btnSlide .8s forwards
}

.btn_red:after {
	background: #fff;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.section_view .btn_red:after {
	-webkit-transform: translateY(-105%);
	-moz-transform: translateY(-105%);
	-ms-transform: translateY(-105%);
	-o-transform: translateY(-105%);
	transform: translateY(-105%)
}

.btn_red:hover {
	background: #d40a2c;
	color: #fff
}

.menu_open {
	overflow: hidden!important
}

.menu_outer {
	z-index: 1000;
	position: relative
}

.menu_open .menu_outer {
	height: 100%;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: #313439
}

.menu_btn_wrap {
	background: #ef0d33;
	border-radius: 3px;
	box-shadow: 0 2px 19px 9px rgba(239, 13, 51, .08);
	color: #fff;
	position: fixed;
	top: 20px;
	right: 40px;
	cursor: pointer;
	font-size: 0;
	z-index: 1000;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	padding: 1px
}

#menu_title {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	display: inline-block;
	font-weight: 400;
	font-family: montserrat_light;
	font-size: 10px;
	border-right: 1px solid rgba(197, 11, 42, .4);
	vertical-align: middle;
	overflow: hidden;
	white-space: nowrap;
	text-align: center
}

#menu_title a {
	color: #fff
}

.menu_open #menu_title {
	width: 0;
	padding: 0
}

.call_icon {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 30px;
	background: url(../../accubits.com/wp-content/themes/accubits/images/phone-receiver.png.pagespeed.ce.7e7-4sA3jv.png) no-repeat center;
	background-size: 15px;
	cursor: pointer;
	border-right: 1px solid rgba(197, 11, 42, .4);
	overflow: hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.menu_open .call_icon {
	width: 0;
	padding: 0;
	border: none
}

.menu_icon {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 30px;
	background-size: 25px;
	cursor: pointer
}

.menu_icon:hover,
.call_icon:hover {
	background-color: #d60c2e
}

#nav-icon3 {
	width: 15px;
	height: 45px;
	position: relative;
	margin: 9px auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer
}

#nav-icon3 span {
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	background: #fff;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	transition-delay: .2s;
	-o-transition-delay: .2s;
	-ms-transition-delay: .2s;
	-moz-transition-delay: .2s;
	-webkit-transition-delay: .2s
}

#nav-icon3 span:nth-child(1) {
	top: 0
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
	top: 6px
}

#nav-icon3 span:nth-child(4) {
	top: 12px
}

.menu_open #nav-icon3 span:nth-child(1),
.detail_open #nav-icon3 span:nth-child(1) {
	top: 6px;
	width: 0%;
	left: 50%
}

.menu_open #nav-icon3 span:nth-child(2),
.detail_open #nav-icon3 span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.menu_open #nav-icon3 span:nth-child(3),
.detail_open #nav-icon3 span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.menu_open #nav-icon3 span:nth-child(4),
.detail_open #nav-icon3 span:nth-child(4) {
	top: 6px;
	width: 0%;
	left: 50%
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.menu_wrapper {
	height: 100%;
	display: none
}

.menu_open .menu_wrapper {
	display: block;
	animation: fadeIn 1s;
	z-index: 10
}

.menu_card_outer {
	width: 78%;
	height: 100%;
	position: relative;
	box-sizing: border-box;
	z-index: 0
}

.blog_menu {
	position: absolute;
	top: 0;
	left: -100%;
	width: 33%;
	height: 100%;
	background-color: transparent;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-ms-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../../accubits.com/wp-content/themes/accubits/images/menu_left.webp.pagespeed.ce.MG_LnVy-qm.webp)
}

.menu_wrapper.open .blog_menu {
	left: 0%
}

.side_logo {
	width: 100%;
	height: 100px;
	text-align: center;
	margin: 3% 0%;
	box-sizing: border-box;
	padding: 25% 0%
}

.side_logo img {
	width: 65px
}

.side_strip {
	width: 100%;
	text-transform: uppercase;
	font-size: 10px;
	text-align: center;
	position: relative
}

.side_strip:before {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	height: 7px;
	width: 16%;
	background-color: rgba(255, 255, 255, .1)
}

.side_strip:after {
	content: '';
	position: absolute;
	right: 0;
	top: 6px;
	height: 7px;
	width: 16%;
	background-color: rgba(255, 255, 255, .1)
}

.side_strip ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.side_strip ul li {
	margin: 0;
	padding: 0 8px;
	color: rgba(255, 255, 255, .4);
	display: inline-block;
	vertical-align: top;
	font-family: montserrat_light;
	position: relative
}

.side_strip ul li:before {
	content: '';
	position: absolute;
	top: 7px;
	left: -3px;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	background-color: #ef0d33
}

.side_strip ul li:nth-child(1):before {
	display: none
}

.side_content {
	width: 80%;
	margin: auto;
	padding: 9% 0%;
	box-sizing: border-box;
	position: relative
}

.side_content p {
	font-size: 11px;
	color: rgba(255, 255, 255, .3);
	font-family: montserrat_light;
	text-align: justify;
	line-height: 20px;
	width: 100%;
	margin: 0
}

.side_content:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: rgba(255, 255, 255, .1)
}

.book_container {
	width: 85%;
	height: 150px;
	background-color: rgba(255, 255, 255, .1);
	margin: 12% auto 0%;
	padding: 15px 15px 15px 110px;
	box-sizing: border-box;
	position: relative;
	z-index: 1
}

.book_container .book_img {
	position: absolute;
	top: 0;
	left: 15px;
	height: 155px;
	width: 155px;
	z-index: -1;
	background-image: url(../../accubits.com/wp-content/themes/accubits/images/book.png.pagespeed.ce.I-Dxg1TCKU.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center
}

.book_container h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-family: montserrat_regular;
	margin-bottom: 0;
	line-height: 15px;
	margin-top: 15px
}

.book_container p {
	color: rgba(255, 255, 255, .3);
	font-size: 10px;
	line-height: 20px;
	font-family: montserrat_light;
	margin: 8px 0 5px
}

.book_container .download_btn {
	color: #ef0d33;
	font-size: 11px;
	cursor: pointer;
	display: block
}

.book_container .download_btn:hover {
	opacity: .8
}

.sub_banner {
	width: 100%;
	height: 130px;
	background-image: url(../../accubits.com/wp-content/themes/accubits/images/home_menu_card.webp.pagespeed.ce.yOgYE2MKM9.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

.sub_head {
	font-size: 23px;
	line-height: 30px;
	padding: 15px 0;
	text-transform: capitalize
}

.blog_content p {
	color: #525558;
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
	margin: 15px 0
}

.blog_stripe {
	width: 100%;
	background-color: #45484c
}

.blog_stripe ul {
	margin: 0;
	padding: 0 50px;
	text-align: left;
	box-sizing: border-box
}

.blog_stripe ul li {
	display: inline-block;
	vertical-align: top;
	width: auto;
	color: #979899;
	font-family: montserrat_light;
	font-size: 10px;
	text-transform: uppercase;
	padding: 2px 15px;
	position: relative
}

.blog_stripe ul li:before {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	height: 5px;
	width: 5px;
	background-color: #ef0d33;
	border-radius: 50%
}

.more a {
	color: #ef0d33;
	font-size: 12px
}

.more a:hover {
	color: #d60c2e
}

.middle_menu {
	width: 67%;
	height: 100%;
	margin-left: 33%
}

.white_paper_menu {
	width: 100%;
	height: 50%;
	background-color: #ebebeb;
	box-sizing: border-box;
	padding: 60px 50px;
	position: relative;
	top: -100%;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	-ms-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s
}

.menu_wrapper.open .white_paper_menu {
	top: 0
}

.white_paper_menu h2.main_head {
	color: #dcdcdc
}

.case_study_menu {
	width: 100%;
	height: 50%;
	overflow: hidden;
	background-color: #f8f8f8;
	box-sizing: border-box;
	position: relative;
	bottom: -50%;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
	-webkit-transition-delay: .7s;
	-moz-transition-delay: .7s;
	-ms-transition-delay: .7s;
	-o-transition-delay: .7s;
	transition-delay: .7s
}

.menu_wrapper.open .case_study_menu {
	bottom: 0%
}

.menu_card_wrap {
	height: 400px;
	width: 800px;
	margin: auto;
	position: relative;
	padding: 0 60px;
	box-sizing: border-box
}

.white_paper_wrap {
	width: 100%;
	position: relative
}

.image_box {
	width: 250px;
	height: 175px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../../accubits.com/wp-content/themes/accubits/images/tagrail_image.webp.pagespeed.ce.w73aKxr5ys.webp);
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 10px
}

.content_box {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 20px 20px 200px
}

.content_box .sub_title {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px
}

.content_box p {
	font-size: 11px;
	line-height: 18px;
	font-family: montserrat_light;
	color: #8e8e8e;
	min-height: 75px;
	max-height: 115px
}

.content_box .download_btn {
	background-color: #fff;
	padding: 4px 5px 4px 30px;
	font-size: 12px;
	width: 110px;
	cursor: pointer;
	position: relative;
	display: block
}

.content_box a {
	color: #333
}

.content_box .download_btn:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 15px;
	height: 15px;
	opacity: 1;
	background: url(../../accubits.com/wp-content/themes/accubits/images/download_red.png.pagespeed.ce.wEJDjXxKby.png) center no-repeat;
	background-size: cover
}

.content_box .download_btn:hover {
	opacity: .7
}

.middle_menu h2.main_head {
	margin: 0
}

.case_study_menu .main_head {
	padding: 30px 0 0 50px
}

.case_study_wrap {
	width: 100%;
	height: 245px;
	margin-top: 20px;
	box-sizing: border-box;
	padding: 25px;
	display: block;
	z-index: 1;
	background-color: #fff
}

.case_study_wrap .title_border {
	width: 84%;
	height: 45px;
	position: absolute;
	z-index: 0;
	left: 8%;
	top: 29%;
	border: 3px solid rgba(149, 149, 149, .10);
	display: none
}

.case_study_wrap .case_images {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain
}

.case_study_wrap .sub_title {
	text-align: center;
	font-size: 13px;
	text-transform: uppercase
}

.case_study_wrap .title {
	color: #ef0d33;
	text-align: center;
	padding: 10px;
	font-family: montserrat_extrabold;
	font-size: 17px;
	line-height: 20px;
	width: 80%;
	box-sizing: border-box;
	margin: auto;
	position: relative;
	z-index: 0;
	background-color: #fff
}

#casestudy_Slider .swiper-wrapper .swiper-slide:nth-child(even) .case_study_wrap {
	background-color: #f0f0f0
}

#casestudy_Slider .swiper-wrapper .swiper-slide:nth-child(even) .case_study_wrap .title {
	background-color: #f0f0f0
}

.swiper-button-next img,
.swiper-button-prev img {
	position: absolute;
	top: 8px;
	left: 8px;
	width: 14px;
	opacity: .5
}

.swiper-button-next:hover img,
.swiper-button-prev:hover img {
	opacity: 1
}

.swiper-container#whitepaper_Slider {
	padding-top: 60px;
	top: -60px
}

.swiper-container#casestudy_Slider {
	padding-top: 85px;
	bottom: 0;
	width: 115%;
	position: absolute
}

#whitepaper_Slider .swiper-button-prev,
#whitepaper_Slider .swiper-button-next,
#casestudy_Slider .swiper-button-prev,
#casestudy_Slider .swiper-button-next {
	height: 38px;
	width: 38px;
	top: 32px;
	background-image: url(../../accubits.com/wp-content/themes/accubits/images/red_arrow.png.pagespeed.ce.G_UTlrCXle.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

#whitepaper_Slider .swiper-button-next:hover,
#whitepaper_Slider .swiper-container-rtl .swiper-button-prev:hover,
#casestudy_Slider .swiper-button-next:hover,
#casestudy_Slider .swiper-container-rtl .swiper-button-prev:hover {
	opacity: .7
}

#whitepaper_Slider .swiper-button-prev,
#whitepaper_Slider .swiper-container-rtl .swiper-button-next,
#casestudy_Slider .swiper-button-prev,
#casestudy_Slider .swiper-container-rtl .swiper-button-next {
	background: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../../accubits.com/wp-content/themes/accubits/images/upload.png.pagespeed.ce.UMOR0ZkMLQ.png);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

#whitepaper_Slider .swiper-button-prev:hover,
#whitepaper_Slider .swiper-container-rtl .swiper-button-next:hover,
#casestudy_Slider .swiper-button-prev:hover,
#casestudy_Slider .swiper-container-rtl .swiper-button-next:hover {
	opacity: .7
}

#whitepaper_Slider .swiper-button-prev,
#whitepaper_Slider .swiper-container-rtl .swiper-button-next {
	right: 55px;
	left: auto
}

#casestudy_Slider .swiper-button-prev,
#casestudy_Slider .swiper-container-rtl .swiper-button-next {
	right: 24%;
	left: auto
}

#casestudy_Slider .swiper-button-next,
#casestudy_Slider .swiper-container-rtl .swiper-button-prev {
	right: 18.5%;
	left: auto
}

@keyframes cardSlideUp {
	0% {
		margin-top: 100px;
	}
	100% {
		margin-top: 0px;
	}
}

.menu_card {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	border-radius: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition: all .4s cubic-bezier(.46, .45, .38, .36);
	-moz-transition: all .4s cubic-bezier(.46, .45, .38, .36);
	-ms-transition: all .4s cubic-bezier(.46, .45, .38, .36);
	-o-transition: all .4s cubic-bezier(.46, .45, .38, .36);
	transition: all .4s cubic-bezier(.46, .45, .38, .36);
	cursor: pointer;
	background: url(../../accubits.com/wp-content/themes/accubits/images/image.webp.pagespeed.ce.xStVwHANzv.webp) no-repeat top center;
	background-image: url(../../accubits.com/wp-content/themes/accubits/images/ai_bg.webp.pagespeed.ce.aeeoeDgdAF.webp);
	background-size: 100% auto;
	-webkit-transform: perspective(230px) rotateX(-1deg);
	-moz-transform: perspective(230px) rotateX(-1deg);
	-ms-transform: perspective(230px) rotateX(-1deg);
	-o-transform: perspective(230px) rotateX(-1deg);
	transform: perspective(230px) rotateX(-1deg);
	opacity: 0
}

.menu_card:nth-child(1) {
	z-index: 10;
	top: 0;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform: scale(1) perspective(230px) rotateX(-1deg);
	-moz-transform: scale(1) perspective(230px) rotateX(-1deg);
	-ms-transform: scale(1) perspective(230px) rotateX(-1deg);
	-o-transform: scale(1) perspective(230px) rotateX(-1deg);
	transform: scale(1) perspective(230px) rotateX(-1deg);
	opacity: 1
}

.menu_open .menu_card {
	animation: cardSlideUp .5s forwards;
	opacity: 1
}

.menu_card:nth-child(2) {
	z-index: 9;
	top: -15px;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform: scale(.93) perspective(230px) rotateX(-1deg);
	-moz-transform: scale(.93) perspective(230px) rotateX(-1deg);
	-ms-transform: scale(.93) perspective(230px) rotateX(-1deg);
	-o-transform: scale(.93) perspective(230px) rotateX(-1deg);
	transform: scale(.93) perspective(230px) rotateX(-1deg);
	opacity: .7
}

.menu_open .menu_card:nth-child(2) {
	animation-delay: .1s
}

.menu_card:nth-child(3) {
	z-index: 8;
	top: -30px;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform: scale(.87) perspective(230px) rotateX(-1deg);
	-moz-transform: scale(.87) perspective(230px) rotateX(-1deg);
	-ms-transform: scale(.87) perspective(230px) rotateX(-1deg);
	-o-transform: scale(.87) perspective(230px) rotateX(-1deg);
	transform: scale(.87) perspective(230px) rotateX(-1deg);
	opacity: .5
}

.menu_open .menu_card:nth-child(3) {
	animation-delay: .2s
}

.menu_card:nth-child(4) {
	z-index: 7;
	top: -45px;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform: scale(.80) perspective(230px) rotateX(-1deg);
	-moz-transform: scale(.80) perspective(230px) rotateX(-1deg);
	-ms-transform: scale(.80) perspective(230px) rotateX(-1deg);
	-o-transform: scale(.80) perspective(230px) rotateX(-1deg);
	transform: scale(.80) perspective(230px) rotateX(-1deg);
	opacity: .3
}

.menu_open .menu_card:nth-child(4) {
	animation-delay: .3s
}

.menu_card:nth-child(5) {
	z-index: 6;
	top: -60px;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform: scale(.63) perspective(230px) rotateX(-1deg);
	-moz-transform: scale(.63) perspective(230px) rotateX(-1deg);
	-ms-transform: scale(.63) perspective(230px) rotateX(-1deg);
	-o-transform: scale(.63) perspective(230px) rotateX(-1deg);
	transform: scale(.63) perspective(230px) rotateX(-1deg);
	opacity: .1
}

.menu_card:nth-child(6) {
	z-index: 5;
	top: -75px;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform: scale(.53) perspective(230px) rotateX(-1deg);
	-moz-transform: scale(.53) perspective(230px) rotateX(-1deg);
	-ms-transform: scale(.53) perspective(230px) rotateX(-1deg);
	-o-transform: scale(.53) perspective(230px) rotateX(-1deg);
	transform: scale(.53) perspective(230px) rotateX(-1deg);
	opacity: .05
}

.menu_card:nth-child(7) {
	z-index: 4;
	top: -90px;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform: scale(.4);
	-moz-transform: scale(.4);
	-ms-transform: scale(.4);
	-o-transform: scale(.4);
	transform: scale(.4);
	opacity: .4
}

.menu_card:nth-child(8) {
	z-index: 3;
	top: -140px;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform: scale(.3);
	-moz-transform: scale(.3);
	-ms-transform: scale(.3);
	-o-transform: scale(.3);
	transform: scale(.3);
	opacity: .3
}

.menu_card:nth-child(9) {
	z-index: 2;
	top: -160px;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform: scale(.2);
	-moz-transform: scale(.2);
	-ms-transform: scale(.2);
	-o-transform: scale(.2);
	transform: scale(.2);
	opacity: .2
}

.menu_card:nth-child(10) {
	z-index: 1;
	top: -180px;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform: scale(.1);
	-moz-transform: scale(.1);
	-ms-transform: scale(.1);
	-o-transform: scale(.1);
	transform: scale(.1);
	opacity: .1
}

.menu_card:nth-child(11) {
	z-index: 0;
	top: -200px;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 0
}

.menu_card:first-child:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, .4);
	-webkit-transform: scale(1.05) perspective(230px) rotateX(-1deg);
	-moz-transform: scale(1.05) perspective(230px) rotateX(-1deg);
	-ms-transform: scale(1.05) perspective(230px) rotateX(-1deg);
	-o-transform: scale(1.05) perspective(230px) rotateX(-1deg);
	transform: scale(1.05) perspective(230px) rotateX(-1deg)
}

.menu_card:last-child {
	opacity: 0
}

.menu_card.active {
	-webkit-transform: scale(1) perspective(230px) rotateX(-1deg);
	-moz-transform: scale(1) perspective(230px) rotateX(-1deg);
	-ms-transform: scale(1) perspective(230px) rotateX(-1deg);
	-o-transform: scale(1) perspective(230px) rotateX(-1deg);
	transform: scale(1) perspective(230px) rotateX(-1deg);
	top: 0
}

@keyframes menuCardHide {
	0% {
		opacity: 1;
		transform: scale(1) perspective(230px) rotateX(-1deg) translateY(0px);
	}
	100% {
		opacity: 0;
		transform: scale(1) perspective(230px) rotateX(-1deg) translateY(30px);
	}
}

@keyframes menuCardHide2 {
	0% {
		opacity: 1;
		transform: scale(0.93) perspective(230px) rotateX(-1deg) translateY(0px);
	}
	100% {
		opacity: 0;
		transform: scale(0.93) perspective(230px) rotateX(-1deg) translateY(30px);
	}
}

@keyframes menuCardHide3 {
	0% {
		opacity: 1;
		transform: scale(0.87) perspective(230px) rotateX(-1deg) translateY(0px);
	}
	100% {
		opacity: 0;
		transform: scale(0.87) perspective(230px) rotateX(-1deg) translateY(30px);
	}
}

@keyframes menuCardHide4 {
	0% {
		opacity: 1;
		transform: scale(0.80) perspective(230px) rotateX(-1deg) translateY(0px);
	}
	100% {
		opacity: 0;
		transform: scale(0.80) perspective(230px) rotateX(-1deg) translateY(30px);
	}
}

.menu_open .menu_card_hide:nth-child(1) {
	animation: menuCardHide .5s linear forwards
}

.menu_open .menu_card_hide:nth-child(2) {
	animation: menuCardHide2 .5s linear forwards
}

.menu_open .menu_card_hide:nth-child(3) {
	animation: menuCardHide3 .5s linear forwards
}

.menu_open .menu_card_hide:nth-child(4) {
	animation: menuCardHide4 .5s linear forwards
}

.menu_anim_slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0
}

.menu_anim_slide .menu_triangle1 {
	bottom: 80px;
	left: 150px;
	opacity: .05;
	-webkit-transform: scale(1.1) rotate(30deg);
	-moz-transform: scale(1.1) rotate(30deg);
	-ms-transform: scale(1.1) rotate(30deg);
	-o-transform: scale(1.1) rotate(30deg);
	transform: scale(1.1) rotate(30deg)
}

.menu_anim_slide .menu_triangle2 {
	opacity: .1;
	-webkit-transform: scale(.6) rotate(-130deg);
	-moz-transform: scale(.6) rotate(-130deg);
	-ms-transform: scale(.6) rotate(-130deg);
	-o-transform: scale(.6) rotate(-130deg);
	transform: scale(.6) rotate(-130deg);
	bottom: 90px;
	left: 50%
}

.menu_anim_slide .menu_triangle3 {
	opacity: .05;
	-webkit-transform: scale(.8) rotate(-150deg);
	-moz-transform: scale(.8) rotate(-150deg);
	-ms-transform: scale(.8) rotate(-150deg);
	-o-transform: scale(.8) rotate(-150deg);
	transform: scale(.8) rotate(-150deg);
	top: 250px;
	left: 80px
}

.menu_anim_slide .menu_triangle4 {
	opacity: .4;
	-webkit-transform: scale(.5) rotate(-170deg);
	-moz-transform: scale(.5) rotate(-170deg);
	-ms-transform: scale(.5) rotate(-170deg);
	-o-transform: scale(.5) rotate(-170deg);
	transform: scale(.5) rotate(-170deg);
	top: 100px;
	left: 40%
}

.menu_anim_slide .menu_triangle5 {
	opacity: .1;
	-webkit-transform: scale(.8) rotate(-120deg);
	-moz-transform: scale(.8) rotate(-120deg);
	-ms-transform: scale(.8) rotate(-120deg);
	-o-transform: scale(.8) rotate(-120deg);
	transform: scale(.8) rotate(-120deg);
	bottom: 300px;
	right: 5%
}

.menu_anim_slide .menu_triangle6 {
	opacity: .04;
	-webkit-transform: scale(.4) rotate(-240deg);
	-moz-transform: scale(.4) rotate(-240deg);
	-ms-transform: scale(.4) rotate(-240deg);
	-o-transform: scale(.4) rotate(-240deg);
	transform: scale(.4) rotate(-240deg);
	top: 100px;
	right: 80px
}

@keyframes menuInnerTriangleAnim {
	0% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
	100% {
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

@keyframes menuTriangle1Rotate {
	0% {
		transform: scale(1.1) rotate(34deg);
	}
	100% {
		transform: scale(1.1) rotate(394deg);
	}
}

@keyframes menuTriangle2Rotate {
	0% {
		transform: scale(0.6) rotate(300deg);
	}
	100% {
		transform: scale(0.6) rotate(-60deg);
	}
}

@keyframes menuTriangle3Rotate {
	0% {
		transform: scale(0.4) rotate(-60deg);
	}
	100% {
		transform: scale(0.4) rotate(300deg);
	}
}

.menu_anim_slide .triangle_inner {
	animation: menuInnerTriangleAnim 15s infinite linear;
	animation-direction: alternate
}

.menu_anim_slide .menu_triangle1,
.menu_anim_slide .menu_triangle6 {
	animation: menuTriangle1Rotate 15s infinite linear
}

.menu_anim_slide .menu_triangle2,
.menu_anim_slide .menu_triangle4 {
	animation: menuTriangle2Rotate 15s infinite linear
}

.menu_anim_slide .menu_triangle3,
.menu_anim_slide .menu_triangle5 {
	animation: menuTriangle3Rotate 15s infinite linear
}

.logo11_btm {
	position: absolute;
	bottom: 0;
	right: 20px;
	color: rgba(199, 199, 199, .05);
	font-size: 120px;
	line-height: 120px;
	opacity: .8
}

.menu_links_wrap {
	position: absolute;
	right: -100%;
	top: 0;
	bottom: 0;
	background: #f5f5f5;
	width: 22.5%;
	padding: 20px 30px;
	box-sizing: border-box;
	z-index: 1;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, .1);
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease
}

.menu_wrapper.open .menu_links_wrap {
	right: 0%
}

h2.main_head {
	font-size: 50px;
	font-weight: bolder;
	color: #ebebeb;
	margin: 0;
	line-height: 60px;
	margin-top: 40px
}

.menu_links_wrap>ul {
	list-style: none;
	padding: 0 30px 0 0;
	border-bottom: 1px solid #ebebeb
}

.menu_links_wrap ul li {
	position: relative;
	opacity: 0
}

@keyframes menuSlideLeft {
	0% {
		-webkit-transform: translateY(100px);
		-moz-transform: translateY(100px);
		-ms-transform: translateY(100px);
		-o-transform: translateY(100px);
		transform: translateY(100px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
		opacity: 1;
	}
}

.menu_open .menu_links_wrap ul li {
	animation: menuSlideLeft .5s forwards;
	animation-delay: .5s
}

.menu_open .menu_links_wrap ul li:nth-child(2) {
	animation-delay: .6s
}

.menu_open .menu_links_wrap ul li:nth-child(3) {
	animation-delay: .7s
}

.menu_open .menu_links_wrap ul li:nth-child(4) {
	animation-delay: .8s
}

.menu_open .menu_links_wrap ul li:nth-child(5) {
	animation-delay: .9s
}

.menu_open .menu_links_wrap ul li:nth-child(6) {
	animation-delay: 1s
}

.menu_links_wrap ul>li>a {
	color: #121315;
	padding: 6px 10px;
	display: block;
	font-size: 11px;
	margin: 0 0;
	font-weight: 600;
	font-family: montserrat_light, sans-serif;
	border: 1px solid transparent
}

.menu_links_wrap ul li:hover:after,
.menu_links_wrap ul li.active:after {}

.menu_links_wrap ul>li:hover>a,
.menu_links_wrap ul>li.active>a {
	background-color: #fff;
	color: #ef0d33
}

.menu_links_wrap ul li ul {
	max-height: 0;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	overflow: hidden;
	margin: 0;
	padding: 0;
	display: none
}

.menu_links_wrap ul li:hover ul {
	max-height: 200px
}

.menu_open .menu_links_wrap ul li ul li {
	padding-left: 30px;
	display: block;
	opacity: 1;
	animation: none
}

.menu_links_wrap ul li ul li a {
	font-size: 10px;
	color: #585858;
	padding: 5px 0;
	border: none;
	margin: 0
}

.menu_links_wrap ul li ul li:hover a {
	border: none;
	box-shadow: none;
	color: #999
}

.menu_links_wrap ul li ul li:after {
	content: '';
	position: absolute;
	width: 0;
	border-bottom: 1px solid #ef0d33;
	left: 5px;
	top: 15px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.menu_links_wrap ul li ul li:hover:after {
	width: 15px
}

.menu_icons_wrap {
	display: flex;
	flex-wrap: wrap
}

.menu_icons_wrap h2 {
	font-weight: bolder;
	font-size: 28px;
	color: #ebebeb;
	margin: 10px 0 10px;
	line-height: 28px;
	width: 100%
}

.menu_icons_wrap a {
	width: 33%;
	display: inline-block;
	vertical-align: top
}

.btm_icon {
	text-align: center;
	width: 100%;
	cursor: pointer;
	margin: 5px 0;
	padding: 5px;
	box-sizing: border-box;
	z-index: 1;
	padding-top: 5px
}

.btm_icon:hover {
	background: #ebebeb
}

.btm_icon .icon {
	width: 40px;
	height: 40px;
	margin: 5px auto 0;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	box-sizing: border-box;
	background: url(../../accubits.com/wp-content/themes/accubits/images/technologies/ai.png.pagespeed.ce.riritRI7B4.png) no-repeat center;
	background-size: contain
}

.menu_icons_wrap a:nth-child(3) .btm_icon .icon {
	background: url(../../accubits.com/wp-content/themes/accubits/images/technologies/blockchain.png.pagespeed.ce.k2ewok4Gi0.png) no-repeat center
}

.menu_icons_wrap a:nth-child(4) .btm_icon .icon {
	background: url(../../accubits.com/wp-content/themes/accubits/images/technologies/ar_vr.png.pagespeed.ce.J0wKeQJfBL.png) no-repeat center
}

.menu_icons_wrap a:nth-child(5) .btm_icon .icon {
	background: url(../../accubits.com/wp-content/themes/accubits/images/technologies/iot.png.pagespeed.ce.W2M3TC8pMw.png) no-repeat center
}

.menu_icons_wrap a:nth-child(6) .btm_icon .icon {
	background: url(../../accubits.com/wp-content/themes/accubits/images/technologies/big_data.png.pagespeed.ce.VKRajbHUdX.png) no-repeat center
}

.menu_icons_wrap a:nth-child(7) .btm_icon .icon {
	background: url(../../accubits.com/wp-content/themes/accubits/images/technologies/cloud_computing.png.pagespeed.ce.j_HQSe2Zci.png) no-repeat center
}

.btm_icon p {
	color: #777;
	font-size: 10px;
	line-height: 12px;
	margin: 5px 0 0;
	height: 40px;
	overflow: hidden
}

.page_links {
	width: 100%;
	position: absolute;
	height: 100%;
	left: 0;
	background-color: #ebebeb;
	padding: 20px 0;
	overflow: hidden
}

.page_links::before {
	content: '';
	position: absolute;
	width: 105%;
	height: 23px;
	border-radius: 50%;
	top: -22px;
	left: -5%;
	-webkit-box-shadow: 0 6px 6px -7px rgba(0, 0, 0, .35);
	-moz-box-shadow: 0 6px 6px -7px rgba(0, 0, 0, .35);
	box-shadow: 0 6px 6px -7px rgba(0, 0, 0, .35)
}

.page_link_adjust {
	display: flex;
	display: -ms-flex;
	display: -mos-flex;
	display: -webkit-flex;
	justify-content: space-between;
	padding: 0 8%;
	flex-wrap: wrap
}

.page_links_div {
	width: 48%;
	text-align: center;
	margin: 5px 0
}

.page_links_div a {
	display: flex;
	align-items: center
}

.page_link_inner {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #f8f8f8;
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 10px 0 0
}

.page_link_p {
	padding-top: 5px;
	text-align: left;
	color: #5b5b5b;
	font-size: 11px
}

.page_links div:nth-child(1) .page_link_inner {
	background-image: url(../../accubits.com/wp-content/themes/accubits/images/newblog.png.pagespeed.ce.GldzxDXckb.png)
}

.page_links div:nth-child(2) .page_link_inner {
	background-image: url(../../accubits.com/wp-content/themes/accubits/images/newwhite_paper.png.pagespeed.ce.4J45vdNa5v.png)
}

.page_links div:nth-child(3) .page_link_inner {
	background-image: url(../../accubits.com/wp-content/themes/accubits/images/newindustry.png.pagespeed.ce.si197HExQm.png)
}

.page_links div:nth-child(4) .page_link_inner {
	background-image: url(../../accubits.com/wp-content/themes/accubits/images/play.png.pagespeed.ce.uIjU_T5ll1.png)
}

@keyframes pageZoom {}

.section {
	padding: 50px 10px;
	position: relative;
	height: 100%;
	box-sizing: border-box
}

.header_section {
	background-size: cover;
	padding: 0;
	height: 100%;
	overflow: hidden
}

.header_section header {}

.sub_menu {
	position: absolute;
	right: 180px;
	top: 20px;
	z-index: 10;
	font-family: montserrat_light, sans-serif
}

.sub_menu ul {
	margin: 0;
	padding: 0 0 0 25px;
	list-style: none;
	position: relative
}

.sub_menu ul:before {
	content: '';
	position: absolute;
	width: 20px;
	border-bottom: 2px solid #ef0d33;
	top: 15px;
	left: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.sub_menu ul:hover:before {
	width: 0
}

.sub_menu li {
	display: inline-block;
	border-bottom: 1px solid transparent;
	position: relative;
	margin: 0 10px;
	cursor: pointer
}

.sub_menu li:after {
	content: '';
	position: absolute;
	border-bottom: 2px solid #ef0d33;
	width: 0;
	left: 50%;
	bottom: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.sub_menu li:hover:after {
	width: 80%;
	left: 10%
}

.sub_menu li a {
	color: rgba(255, 255, 255, .7);
	padding: 5px 0;
	display: block;
	font-size: 12px
}

@keyframes showSlide {
	0% {
		left: 100%;
	}
	100% {
		left: 0;
	}
}

@keyframes hideSlide {
	0% {
		left: 0;
	}
	100% {
		left: -100%;
	}
}

.active_slide {
	display: block;
	animation: showSlide .8s forwards;
	height: 100vh;
}

.hide_slide {
	animation: hideSlide .8s forwards
}

.slide_anim {
	position: absolute;
	z-index: 9999;
	height: 100%;
	width: 100%;
	top: 0;
	width: 100vw;
	height: 100vh;
	left:0
}

.slide_anim div {
	animation-timing-function: linear
}
.third-slide .slider_content{
    max-width:100vw;
    margin-top: 30vh;
}
.slider_content h2 {
    color: #fff;
    font-weight: bold;
    font-size:35px;
    font-family: 'Montserrat', sans-serif;
}
.bg-spiral{
	background: url(../img/images/center-scan.png) no-repeat;
    background-size: contain;
    width: 300px;
    height: 428px;
    background-position: center;
    margin-top: -42%;
    position: relative;
    margin-left: 0%;
}
.third-slide .relative span {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 16px;
}
.slide_img {
	background: url(../img/images/robot-img.webp) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0%;
    right: 5%;
    width: 60%;
    height: 100vh;
    top:0%;
    background-position: bottom;
}

@keyframes roboImg {
	0% {
		transform: translate(40px) scale(1);
	}
	100% {
		transform: translate(-40px) scale(1.1);
	}
}

.active_slide .slide_img {
	animation: roboImg 15s infinite linear
}

.equation_behind {
	background: url(../../accubits.com/wp-content/themes/accubits/images/equation_behind.png.pagespeed.ce.LpbFAiFBzq.png) no-repeat center;
	background-size: contain;
	width: 440px;
	height: 600px;
	position: absolute;
	right: 50px;
	bottom: 0
}

.equation2_behind {
	background: url(../../accubits.com/wp-content/themes/accubits/images/equation_behind2.png.pagespeed.ce.p4B1Z1sY-r.png) no-repeat center;
	background-size: contain;
	width: 600px;
	height: 120px;
	position: absolute;
	left: 100px;
	top: 16%
}

.equation_front {
	background: url(../../accubits.com/wp-content/themes/accubits/images/equation_front.png.pagespeed.ce.H2Ze_uhWnS.png) no-repeat center;
	background-size: contain;
	width: 240px;
	height: 80px;
	position: absolute;
	left: 200px;
	bottom: 15%
}

@keyframes equation_behind {
	0% {
		transform: translate(0px) scale(1);
	}
	100% {
		transform: translate(60px) scale(1.05);
	}
}

@keyframes equation2_behind {
	0% {
		transform: translate(0px);
	}
	100% {
		transform: translate(60px);
	}
}

@keyframes equation_front {
	0% {
		transform: translate(30px);
	}
	100% {
		transform: translate(150px);
	}
}

.active_slide .equation_behind {
	animation: equation_behind 15s infinite linear
}

.active_slide .equation2_behind {
	animation: equation2_behind 15s infinite linear
}

.active_slide .equation_front {
	animation: equation_front 15s infinite linear
}

#ai_slide1 .triangle {
    position: absolute;
    background: url(../img/images/spiral1.webp) no-repeat left bottom;
    background-size: 55%;
    width: 30vw;
    height: 51vh;
    transform-origin: center;
}
#ai_slide1 .triangle1 {
    position: absolute;
    background: url(../img/images/spiral2.webp) no-repeat right top;
    background-size: 55%;
    width: 30vw;
    height: 51vh;
    transform-origin: center;
}

/* .triangle_inner {
	width: 30px;
	height: 30px;
	background: url(https://accubits.com/wp-content/themes/accubits/images/triangle.png.pagespeed.ce.nHwsSL_Va-.png) no-repeat center;
	background-size: contain;
	margin: 30px auto
} */

#triangle1 {
	bottom: 0px;
	left: 0px;
	opacity: 1;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3)
}

#triangle2 {
	opacity: 1;
	-webkit-transform: scale(.6);
	-moz-transform: scale(.6);
	-ms-transform: scale(.6);
	-o-transform: scale(.6);
	transform: scale(.6);
	bottom: 90px;
	left: 500px
}

#triangle3 {
	opacity: 1;
    -webkit-transform: rotate(-37deg);
    -moz-transform: rotate(-37deg);
    -ms-transform: rotate(-37deg);
    -o-transform: rotate(-37deg);
    transform: rotate(-37deg);
    top: 0px;
    left: 0px;
}

#triangle4 {
	opacity: .4;
	-webkit-transform: scale(.5) rotate(-170deg);
	-moz-transform: scale(.5) rotate(-170deg);
	-ms-transform: scale(.5) rotate(-170deg);
	-o-transform: scale(.5) rotate(-170deg);
	transform: scale(.5) rotate(-170deg);
	top: 100px;
	left: 400px
}

#triangle5 {
	opacity: .4;
	-webkit-transform: scale(1) rotate(-120deg);
	-moz-transform: scale(1) rotate(-120deg);
	-ms-transform: scale(1) rotate(-120deg);
	-o-transform: scale(1) rotate(-120deg);
	transform: scale(1) rotate(-120deg);
	bottom: 100px;
	right: 40%
}

#triangle6 {
	opacity: 1;
	-webkit-transform: scale(.4);
	-moz-transform: scale(.4);
	-ms-transform: scale(.4);
	-o-transform: scale(.4);
	transform: scale(.4);
	top: 0px;
	right: 0px
}

@keyframes innerTriangleAnim {
	0% {
		transform: translateY(0px);
	}
	100% {
		transform: translateY(-10px);
	}
}

@keyframes triangle1Rotate {
	0% {
		transform: scale(1) translate(0, 0);
	}
	100% {
		transform: scale(1.8) translate(0px, 0px);
	}
}

@keyframes triangle2Rotate {
	0% {
		transform: scale(1) rotate(360deg) translate(0, 0);
	}
	100% {
		transform: scale(1) rotate(-60deg) translate(-20px, -20px);
	}
}

@keyframes triangle3Rotate {
	0% {
		transform: scale(0.3) rotate(-60deg) translate(0, 0);
	}
	100% {
		transform: scale(0.4) rotate(360deg) translate(-20px, -20px);
	}
}

.active_slide #triangle1 {
	animation: triangle1Rotate 25s infinite linear
}

.active_slide .triangle_inner {
	animation: innerTriangleAnim 25s infinite linear
}

.active_slide #triangle2 {
	animation: triangle2Rotate 25s infinite linear
}

.active_slide #triangle3 {
	animation: triangle2Rotate 45s infinite linear
}

.active_slide #triangle4 {
	animation: triangle3Rotate 25s infinite linear
}

.active_slide #triangle5 {
	animation: triangle3Rotate 25s infinite linear
}

.active_slide #triangle6 {
	animation: triangle1Rotate 25s infinite linear
}

@keyframes blackTriangle {
	0% {
		margin-left: -20%;
	}
	100% {
		margin-left: 2%;
	}
}
@keyframes blackTriangle1 {
	0% {
		margin-left: 0%;
	}
	100% {
		margin-left: 20%;
	}
}

.triangle_black {
	bottom: 40px;
	position: absolute;
	left: 200px;
	width: 600px;
	height: 600px;
	/* -webkit-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	transform: rotate(20deg); */
    opacity: .7;
    left:0
}
.triangle_black1 {
	/* -webkit-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	transform: rotate(20deg); */
    opacity: 1;
}
.active_slide .triangle_black {
	animation: blackTriangle 25s infinite linear
}
.active_slide .triangle_black1 {
	animation: blackTriangle1 25s infinite linear
}

.triangle_black .triangle {
	background-image: url(../img/images/line-top.webp);
    width: 45vw;
    height: 80vh;
    position: absolute;
    top: 16%;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: left top;
    left: 0;
}

/* .triangle_black .triangle_inner {
	background-image: url(https://accubits.com/wp-content/themes/accubits/images/black_triangle.png.pagespeed.ce.YxInj6ydxl.png);
	width: 400px;
	height: 400px;
	animation: none;
	margin: 130px auto
} */



#line1 {
	left: -320px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 80px
}

#line2 {
	left: 650px;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	transform: rotate(60deg);
	bottom: 30px
}

#line3 {
	right: 100px;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	transform: rotate(60deg);
	top: -150px
}

#line4 {
	right: -400px;
	top: 500px
}

@keyframes line1 {
	0% {
		-webkit-transform: rotate(-30deg) scale(1) translate(80px);
		-moz-transform: rotate(-30deg) scale(1) translate(80px);
		-ms-transform: rotate(-30deg) scale(1) translate(80px);
		-o-transform: rotate(-30deg) scale(1) translate(80px);
		transform: rotate(-30deg) scale(1) translate(80px);
	}
	100% {
		-webkit-transform: rotate(-35deg) scale(1) translate(80px);
		-moz-transform: rotate(-35deg) scale(1) translate(80px);
		-ms-transform: rotate(-35deg) scale(1) translate(80px);
		-o-transform: rotate(-35deg) scale(1) translate(80px);
		transform: rotate(-35deg) scale(1) translate(80px);
	}
}

@keyframes line2 {
	0% {
		-webkit-transform: rotate(61deg) scale(1) translate(30px);
		-moz-transform: rotate(61deg) scale(1) translate(30px);
		-ms-transform: rotate(61deg) scale(1) translate(30px);
		-o-transform: rotate(61deg) scale(1) translate(30px);
		transform: rotate(61deg) scale(1) translate(30px);
	}
	100% {
		-webkit-transform: rotate(48deg) scale(1) translate(-30px);
		-moz-transform: rotate(48deg) scale(1) translate(-30px);
		-ms-transform: rotate(48deg) scale(1) translate(-30px);
		-o-transform: rotate(48deg) scale(1) translate(-30px);
		transform: rotate(48deg) scale(1) translate(-30px);
	}
}

@keyframes line3 {
	0% {
		-webkit-transform: translate(0px) rotate(60deg);
		-moz-transform: translate(0px) rotate(60deg);
		-ms-transform: translate(0px) rotate(60deg);
		-o-transform: translate(0px) rotate(60deg);
		transform: translate(0px) rotate(60deg);
	}
	100% {
		-webkit-transform: translate(-40px) rotate(60deg);
		-moz-transform: translate(-40px) rotate(60deg);
		-ms-transform: translate(-40px) rotate(60deg);
		-o-transform: translate(-40px) rotate(60deg);
		transform: translate(-40px) rotate(60deg);
	}
}

@keyframes line4 {
	0% {
		margin-right: -20%;
	}
	100% {
		margin-right: 2%;
	}
}

.active_slide #line1 {
	animation: line1 15s linear infinite
}

.active_slide #line2 {
	animation: line2 15s linear infinite
}

.active_slide #line3 {
	animation: line3 15s linear infinite
}

.active_slide #line4 {
	animation: line4 25s linear infinite
}

.slider_content {
	/* margin: 16% 100px 100px; */
	float: left;
	position: relative;
	z-index: 99999;
	max-width: 500px;
	margin-top:30vh;
}

@keyframes sliderContent {
	0% {
		-webkit-transform: perspective(820px) rotateY(-10deg) scale(1.1, 1.1) translate(60px);
		-moz-transform: perspective(820px) rotateY(-10deg) scale(1.1, 1.1) translate(60px);
		-ms-transform: perspective(820px) rotateY(-10deg) scale(1.1, 1.1) translate(60px);
		-o-transform: perspective(820px) rotateY(-10deg) scale(1.1, 1.1) translate(60px);
		transform: perspective(820px) rotateY(-10deg) scale(1.1, 1.1) translate(60px);
	}
	100% {
		transform: perspective(820px) rotateY(-18deg) scale(1, 1) translate(0px);
		-o-transform: perspective(820px) rotateY(-18deg) scale(1, 1) translate(0px);
		-ms-transform: perspective(820px) rotateY(-18deg) scale(1, 1) translate(0px);
		-moz-transform: perspective(820px) rotateY(-18deg) scale(1, 1) translate(0px);
		-webkit-transform: perspective(820px) rotateY(-18deg) scale(1, 1) translate(0px);
	}
}

.active_slide .slider_content {
	/* animation: sliderContent 35s linear infinite */
}

.header_content h2 {
	font-size: 48px;
	line-height: 56px;
	position: relative;
	margin-bottom: 20px;
	text-shadow: 2px 2px #000
}

.header_content h2:after {
	position: absolute;
	width: 70px;
	border-bottom: 3px solid #fff;
	bottom: -5px;
	left: 0
}

.header_content p {
	color: #c7c7c7;
	font-size: 13px;
	margin: 0 0 20px;
	padding: 15px 20px 15px 80px;
	background: rgba(70, 70, 70, .4);
	position: relative
}

.header_content p:before {
	content: '+';
	position: absolute;
	top: 20px;
	left: 20px;
	border-radius: 50%;
	background: #ef0d33;
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 36px;
	line-height: 30px;
	text-align: center
}

.section_nav {
	position: absolute;
	bottom: 15px;
	z-index: 1;
	display: inline-block
}

.nav_wrap {}

.nav {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../../accubits.com/wp-content/themes/accubits/images/upload.png.pagespeed.ce.UMOR0ZkMLQ.png) no-repeat center;
	margin: 5px;
	vertical-align: middle;
	cursor: pointer;
	padding-left: 10px;
	box-sizing: border-box
}

.nav.next {
	border: 1px solid #ddd;
	background: url(../../accubits.com/wp-content/themes/accubits/images/download.png.pagespeed.ce.HmFL44nPB7.png) no-repeat center
}

#case_section .nav.prev {
	background: url(../../accubits.com/wp-content/themes/accubits/images/arrow_gray_up.png.pagespeed.ce.PrG51pRHUL.png) no-repeat center
}

.nav:hover {
	background-color: #ddd
}

.dark .nav:hover {
	background-color: #333
}

.dark .nav.next {
	border-color: #333
}

.nav_text {
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	padding-left: 40px;
	color: #888
}

@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-o-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-o-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

.floating_input input {
	font-size: 17px;
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	outline: none;
	border-radius: 0;
	padding: 5px 5px;
	margin: 0;
	color: #fff;
	width: 100%;
	box-sizing: border-box;
	height: auto;
	font-family: "Times New Roman"
}

textarea.footer_textarea {
	overflow: hidden;
	padding: 14px 5px;
	width: 100%;
	margin: auto;
	font-size: 17px;
	height: 65px;
	display: block;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	background-color: transparent;
	box-sizing: border-box;
	border-radius: 0;
	color: #fff;
	font-family: "Times New Roman";
	resize: none
}

.floating_input input+label,
.floating_input textarea+label,
.floating_input label {
	font-size: 14px;
	position: absolute;
	pointer-events: none;
	left: 5px;
	top: 10px;
	-webkit-transition: .2s ease all;
	-moz-transition: .2s ease all;
	-ms-transition: .2s ease all;
	-o-transition: .2s ease all;
	transition: .2s ease all;
	color: #ddd
}

.floating_input input:focus {
	border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.floating_input input:focus+label,
.floating_input input:valid~label {
	top: -20px;
	font-size: 12px;
	color: #a4a4a4
}

.floating_input textarea:focus+label,
.floating_input label.selected {
	top: -20px;
	font-size: 12px;
	color: #a4a4a4
}

.floating_input input[type="number"]::-webkit-outer-spin-button,
.floating_input input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	margin: 0
}

.floating_input input[type="number"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	-ms-appearance: textfield;
	-o-appearance: textfield;
	appearance: textfield
}

.floating_input input:focus+label.budget_label,
.floating_input input:valid~label.budget_label,
.floating_input label.budget_label {
	top: -38px;
	font-size: 12px;
	color: #a4a4a4
}

.form_row {
	width: 100%
}

.form_row .form_col {
	display: inline-block;
	vertical-align: top
}

ul.service_dropdown {
	list-style-type: none;
	background: transparent;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -35px;
	left: 0;
	width: 100%;
	z-index: -1;
	opacity: 0;
	display: none;
	height: 120px;
	overflow: auto;
	-webkit-transition: .5s all linear;
	-moz-transition: .5s all linear;
	-ms-transition: .5s all linear;
	-o-transition: .5s all linear;
	transition: .5s all linear;
	box-shadow: 0 1px 10px 0 #333
}

ul.service_dropdown.open {
	z-index: 10;
	display: block;
	opacity: 1
}

.budfooter {
	position: relative
}

.budgetdropOverlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 6;
	cursor: pointer;
	display: block
}

ul.service_dropdown li {
	padding: 7px 10px 7px 25px;
	line-height: 26px;
	box-sizing: border-box;
	cursor: pointer;
	background: #3a3e42;
	z-index: 9
}

ul.service_dropdown li:hover {
	background: #414446
}

.form_row .form_col:nth-child(1) .floating_input {
	z-index: 1
}

.floating_input.hide_input input {
	z-index: -10
}

.form_row .form_col .floating_input input {
	cursor: pointer
}

.form_row .form_col .floating_input:before {
	content: "";
	position: absolute;
	top: 10px;
	right: 0;
	width: 15px;
	height: 15px;
	background-image: url(../../accubits.com/wp-content/themes/accubits/images/down_arrow.png.pagespeed.ce.ikYn66rbGH.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat
}

.floating_input .slider {
	width: 99%;
	margin: 25px 0 0 0!important
}

.floating_input .slider .track {
	background: #44474b;
	border: 1px solid #44474b
}

.floating_input .slider .dragger {
	background: #ef0d33;
	border: none
}

.floating_input .output {
	top: -25px;
	right: 5px;
	position: absolute;
	font-size: 18px;
	font-family: "Times New Roman"
}

.floating_input .output:before {
	content: "$";
	position: absolute;
	top: 0;
	left: -12px
}

.floating_input .addui-slider .addui-slider-track {
	border: 1px solid #4e5256;
	background: #44474b;
	top: 12px
}

.floating_input .addui-slider .addui-slider-track .addui-slider-range {
	background: transparent
}

.floating_input .addui-slider.addui-slider-horizontal .addui-slider-track .addui-slider-handle {
	top: -8px;
	width: 15px;
	height: 15px
}

.floating_input .addui-slider .addui-slider-track .addui-slider-handle:after {
	width: 15px;
	height: 15px;
	background: #ee0d33;
	top: 0;
	left: 0
}

.floating_input #first,
.floating_input #second {
	width: 50px;
	position: absolute;
	top: -32px
}

.floating_input #first {
	left: 0
}

.floating_input #second {
	right: 0
}

.floating_input .addui-slider-value span {
	font-size: 17px;
	font-family: "Times New Roman"
}

.floating_input .addui-slider .addui-slider-track .addui-slider-handle .addui-slider-value {
	background: rgba(63, 81, 181, .5);
	opacity: 1;
	-webkit-transform: scale(1, 1) rotate(-135deg);
	-moz-transform: scale(1, 1) rotate(-135deg);
	-ms-transform: scale(1, 1) rotate(-135deg);
	-o-transform: scale(1, 1) rotate(-135deg);
	transform: scale(1, 1) rotate(-135deg);
	margin-top: -60px;
	border-radius: 0 50% 50% 50%
}

.floating_input .addui-slider .addui-slider-track .addui-slider-handle:hover {
	box-shadow: none
}

.floating_input .addui-slider .addui-slider-track .addui-slider-handle.addui-slider-handle-active {
	background: transparent;
	box-shadow: none
}

.floating_input .addui-slider.addui-slider-horizontal {
	height: 50px;
	width: 100%;
	margin: 16px 0
}

.floating_input .slider-container.theme-blue {}

.floating_input .slider-container.theme-blue .scale {
	display: none
}

.floating_input .theme-blue .back-bar .pointer-label {
	font-size: 16px;
	top: -28px
}

.form_half {
	width: 66%
}

.form_full {
	width: 99%;
	margin-bottom: 20px
}

.copyright_wrap {
	background: #2d3034;
	padding: 10px 120px;
	color: #a4a4a4;
	font-size: 12px;
	font-family: montserrat_light, sans-serif;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	box-sizing: border-box
}

.ripple {
	position: relative;
	overflow: hidden
}

.ripple:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-transform: scale(10, 10);
	-moz-transform: scale(10, 10);
	-ms-transform: scale(10, 10);
	-o-transform: scale(10, 10);
	transform: scale(10, 10);
	opacity: 0;
	-webkit-transition: transform .5s, opacity 1s;
	-moz-transition: transform .5s, opacity 1s;
	-ms-transition: transform .5s, opacity 1s;
	-o-transition: transform .5s, opacity 1s;
	transition: transform .5s, opacity 1s
}

.ripple:active:after {
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	opacity: .2;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s
}

.menu_btn_wrap .ripple {
	display: inline-block;
	vertical-align: middle
}

.footer_tabsection {
	position: relative;
	z-index: 10
}

.footer_tabsection.success_submit .footer_tab {
	opacity: 0
}

.footer_tabsection.success_submit .tab_container {
	opacity: 0
}

.success_popup {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: -1;
	background-color: #313439;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-ms-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in
}

.footer_tabsection.success_submit .success_popup {
	opacity: 1
}

.success_msg {
	width: 100%;
	height: 100%;
	padding: 10% 5%;
	box-sizing: border-box
}

.success,
.success_img {
	width: 47%;
	margin: 1%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	color: #fff
}

.success h2 {
	font-size: 40px;
	line-height: 45px;
	font-family: montserrat_light;
	width: 385px;
	text-align: left;
	margin: 0 auto 10px
}

.success p {
	font-family: montserrat_thin;
	font-size: 20px;
	width: 385px;
	text-align: left;
	margin: auto
}

.success_img img {
	width: 90px;
	margin: auto
}

.success_popup.success_submit {
	left: 0%
}

.banner_down_arrow {
	padding-top: 80px;
	position: absolute;
	bottom: 0;
	left: 0;
	height: auto;
	width: 70px;
	z-index: 1;
	cursor: pointer
}

.banner_down_arrow span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 1.5s infinite;
	animation: sdb 1.5s infinite;
	opacity: 0;
	box-sizing: border-box
}

.banner_down_arrow span:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s
}

.banner_down_arrow span:nth-of-type(2) {
	top: 16px;
	-webkit-animation-delay: .15s;
	animation-delay: .15s
}

.blockchain #line3 {
	display: none
}

.blockchain .block_image {
	position: absolute;
	top: -70px
}

.blockchain .aihead_content {
	position: relative;
	width: 85%;
	top: 29%;
}

.blockchain .float_right {
	clear: right
}

.blockchain .aihead_content h5 {
	font-size: 28px;
	font-family: montserrat_thin, sans-serif;
	margin: 0;
	color: #fff;
	position: relative;
	top: 30px
}

.head_cnt {
	color: #fff;
    margin-top: 3%;
    width: 59%;
    font-family: 'Montserrat', sans-serif;
}

.blockchain .aihead_content {
	z-index: 99999
}

.blockchain .aihead_content .btn {
	margin-top: 40px;
	cursor: pointer;
	position: relative;
    z-index: 20;
    color: #262626;
}

.blockchain #line1 {
	left: -480px;
	transform: rotate(-45deg);
	bottom: 280px
}

.blockchain #line2 {
	left: 790px;
	transform: rotate(60deg);
	bottom: -180px
}

.blockchain #line4 {
	background-image: url(../img/images/line-bottom.webp);
    width: 45vw;
    height: 92vh;
    position: absolute;
    top: 0%;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: bottom right;
    right: 0;
    transform: unset !important;
}
.data_slide div#triangle6{
    display: none;
}
.mask_div img {
	width: 85%;
	height: 100%
}

.type-page .entry-header {
	display: none
}

@-webkit-keyframes animate_background {
	0% {
		margin-left: 0;
	}
	100% {
		margin-left: 50px;
	}
}

@-moz-keyframes animate_background {
	0% {
		margin-left: 0;
	}
	100% {
		margin-left: 50px;
	}
}

@-o-keyframes animate_background {
	0% {
		margin-left: 0;
	}
	100% {
		margin-left: 50px;
	}
}

@keyframes animate_background {
	0% {
		margin-left: 0;
	}
	100% {
		margin-left: 50px;
	}
}

@keyframes maskimg {
	0% {
		transform: translate(40px) scale(1);
	}
	100% {
		transform: translate(-40px) scale(1.1);
	}
}

@-webkit-keyframes sdb {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.third-slide .relative {
    position: relative;
    height: 155px;
}






