@font-face {
	font-family: "Bebas Neue";
	src: url(../Fonts/BebasNeue-Light.ttf);
}

@font-face {
	font-family: "Bebas Neue";
	src: url(../Fonts/BebasNeue-Bold.ttf);
}

@font-face {
	font-family: "Montserrat";
	src: url(../Fonts/Montserrat-Bold.otf);
}

@font-face {
	font-family: "Montserrat";
	src: url(../Fonts/Montserrat-SemiBold.otf);
}

@font-face {
	font-family: "Montserrat";
	src: url(../Fonts/Montserrat-Regular.otf);
}

@font-face {
	font-family: "Montserrat";
	src: url(../Fonts/Montserrat-Medium.otf);
}

@font-face {
	font-family: "Montserrat";
	src: url(../Fonts/Montserrat-Light.otf);
}

* {
	font-family: "Montserrat", sans-serif;
/* 	color: #000; */
	letter-spacing: 1px;
}

html {
	font-size: 10px;
}

body {
	overflow-x: hidden;
}

.calendly-overlay .calendly-popup {
	height: 100% !important;
	max-height: 680px;
}

.btn-danger {
	background-color: var(--primary);
}

.bg-black {
	background-color: #000;
}

.text-black {
	color: #000;
}

.title-content h2,
.banner-content h2 {
	font-size: 5rem;
	font-weight: 500;
	line-height: 45px;
	font-family: "Bebas Neue", arial;
}

h3.h3 {
	font-size: 4rem;
	font-weight: 500;
	font-family: "Bebas Neue", arial;
}

h4.h4 {
	font-size: 3rem;
	font-weight: 500;
	font-family: "Bebas Neue", arial;
}

h5 {
	font-size: 2.4rem;
	font-weight: 700;
	/*letter-spacing: 0.5px;*/
}

h1.h1 {
	font-size: 6.5rem;
	line-height: 60px;
	font-family: "Bebas Neue", arial;
}

.p2 {
	font-weight: 400;
	/* margin-top: 30px; */
	color: #000;
	letter-spacing: 0.5px;
	/* max-width: 600px; */
	font-size: 1.5rem;
	line-height: 30px;
}

.p3 {
	font-size: 2rem;
	line-height: 30px;
}

p {
	font-weight: 400;
	color: #000;
	letter-spacing: 0.5px;
	/* max-width: 600px; */
	font-size: 1.5rem;
	line-height: 22px;
}

::placeholder {
	color: #000;
	opacity: 1;
	/* Firefox */
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #000;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #000;
}

.image-icon-mob {
	width: 50px;
}

.logo-image {
	margin-left: 5vw;
	width: 230px;
}

.nav-link:focus,
.nav-link:hover {
	color: #ffffff;
}

header,
.banner-section {
	background-color: #f8f8f8;
}

#top {
	font-size: 30px;
	position: fixed;
	left: 4%;
	background: #000;
	height: 50px;
	width: 47px;
	border-radius: 8px;
	text-align: center;
	bottom: 20px;
	cursor: pointer;
	display: none;
}

#top i {
	color: #fff;
}

/*Banner*/
.banner-image {
	position: relative;
	max-width: 945px;
	float: right;
	padding-top: 80px;
}

.banner-image .phone {
	position: absolute;
	top: 0px;
	width: 330px;
	max-width: 330px;
	left: -58px;
	transition: all ease 2s;
	-webkit-transition: all ease 2s;
	-moz-transition: all ease 2s;
	-o-transition: all ease 2s;
	-ms-transition: all ease 2s;
}

.banner-image .phone img {
	max-width: 90%;
}

.banner-image .phone.down-image {
	top: 160px;
	transition: all ease 2s;
	-webkit-transition: all ease 2s;
	-moz-transition: all ease 2s;
	-o-transition: all ease 2s;
	-ms-transition: all ease 2s;
}

.banner-image img.laptop {
	max-height: 735px;
	max-width: 90%;
}

.banner-section {
	background: #f8f8f8;
	padding-bottom: 50px;
	overflow: hidden;
}

button span {
	white-space: nowrap;
}

.banner-content h5 {
	font-size: 2.1rem;
	font-weight: 700;
}

.banner-content .input-group {
	position: relative;
	width: 50%;
}

.subscribe-form {
	max-width: 580px;
	position: relative;
}

.subscribe input {
	font-size: 1.6rem;
	padding: 10px 20px;
	font-weight: 500;
	color: #000;
	width: 100%;
	height: 47px;
	outline: none;
}

.subscribe button {
	font-size: 1.3rem;
	font-weight: 600;
	padding: 10px 41px;
	position: absolute;
	right: 0;
	height: 47px;
}

.subscribe-btn {
	position: absolute !important;
	right: 0px;
	z-index: 9 !important;
}

.animate-button {
	position: relative;
}

.animate-button:active {
	top: 2px;
	z-index: 1;
}

.animate-button:active::before {
	border-bottom: solid 6px #ccc;
	content: "";
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	bottom: -5px;
	border-radius: 100px;
	z-index: -1;
	height: 100%;
}

/*Time is money*/

.form-control {
	padding-top: 0.7rem;
	padding-bottom: 0.7rem;
	padding-left: 2rem;
}

.time-money {
	padding: 120px 0 120px;
}

/*Contractors-section*/

.contractor-section-main {
	position: relative;
	height: 630px;
	width: 100%;
}

.contractors-section-bg-main {
	clip: rect(0, 1920px, auto, 0);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.contractors-section {
	background-image: url(../images/contractors.png);
	background-repeat: no-repeat;
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center right;
	transform: translateZ(0);
	will-change: transform;
}

.contractor-section-main .container {
	position: relative;
	z-index: 1;
	padding: 150px 0;
}

.contractor-section-main h2,
.contractor-section-main p {
	color: #fff;
}

.contractors-section:before {
	content: "";
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	z-index: -1;
	height: 100%;
	display: block;
}

.contractors-section p {
	margin-bottom: 0;
	color: #fff;
	font-size: 1.9rem;
	font-weight: 500;
	margin-top: 30px;
}

.contractors-section h2 {
	color: #fff;
	font-size: 6.7rem;
	line-height: 60px;
}

/*benefits-section*/

.send-details {
	padding: 100px 0 100px;
	overflow-x: hidden;
}

.benefits-section {
	padding: 100px 0 25px;
	overflow-x: hidden;
}

.benefits-section .left-iconbar>div,
.benefits-section .right-iconbar>div {
	min-height: 215px;
}

.benefits-section ul {
	margin: 0;
	padding: 0;
}

.benefits-section li {
	list-style: none;
	position: relative;
	margin-bottom: 100px;
}

.benefits-content-left .benefit-list-content {
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 65px;
}

.benefits-content-right .benefit-list-content {
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 65px;
}

.benefits-section li p {
	margin: 0;
}

.benefit-image {
	text-align: center;
}

.d-flex.align-items-center {
	text-align: right;
}

.benefit-image img {
	max-width: 290px;
}

.benefit-list-content:hover {
	transition: transform 0.5s;
}

.icon-hover img {
	transition: transform 0.9s;
}

.btn:active {
	box-shadow: 0 5px #666;
	transform: translateY(4px);
}

.right-iconbar .d-flex.align-items-center {
	text-align: left;
}

.icon-hover:hover img {
	transform: scale(1.3);
}

.benefits-content-left li:first-child .benefit-list-content {
	background-image: url(../images/work-faster.svg);
	transition: background-size 0.2s;
}

.benefits-content-left li:nth-child(2) .benefit-list-content {
	background-image: url(../images/right-bidders.svg);
	transition: background-size 0.2s;
}

.benefits-content-left li:nth-child(3) .benefit-list-content {
	background-image: url(../images/progress.svg);
	transition: background-size 0.2s;
}

.benefits-content-right li:first-child .benefit-list-content {
	background-image: url(../images/contact.svg);
	transition: background-size 0.2s;
}

.benefits-content-right li:nth-child(2) .benefit-list-content {
	background-image: url(../images/collabrate.svg);
	transition: background-size 0.2s;
}

.benefits-content-right li:nth-child(3) .benefit-list-content {
	background-image: url(../images/organized.svg);
	transition: background-size 0.2s;
}

/*purchase-section*/
.purchase-section {
	background-image: url(../images/purchase-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 130px 0;
}

.purchase-detail-heading {
	width: 530px;
	max-width: 530px;
}

.purchase-list-detail-main {
	width: 740px;
	max-width: 740px;
	display: flex;
	justify-content: space-between;
}

.pricing-background.pricing-page .purchase-list-detail-main {
	justify-content: space-evenly;
}

.purchase-list-detail-main .purchase-list {
	width: 47.5%;
	max-width: 430px;
}

.purchase-list .card {
	border-radius: 27px;
}

.purchase-list .card-body ul .list-group-item {
	padding: 1rem 0;
}

.purchase-section .purchase-list p {
	color: #000;
	margin-top: 5px;
	font-size: 1.27rem;
}

.purchase-section .purchase-list h2 {
	color: #000;
	font-size: 8.4rem;
	margin: 10px 0 5px 0;
	line-height: 75px;
}

.purchase-section .purchase-list .card-body {
	padding: 30px 40px 60px 40px;
}

.purchase-detail-heading {
	margin-top: 30px;
}

.purchase-section .text-white p:last-child {
	font-weight: 300;
}

.purchase-section p:last-child a {
	font-weight: 700;
}

.purchase-section ul li p {
	margin-bottom: 0;
	font-weight: 600;
}

.purchase-list .card-body button {
	font-size: 1.4rem;
	text-transform: uppercase;
	color: #fff;
	background-color: #fb0302;
	padding: 21px 28px;
	font-weight: 600;
}

.purchase-section .purchase-list .card-body.pro-price {
	padding: 0 0 30px 0;
}

.purchase-section .purchase-list .card-body.pro-price>ul {
	padding: 30px 30px 0 30px;
	text-align: center;
}

.purchase-section .purchase-list .card-body.pro-price .purchase-content {
	background-color: #fb0302;
	border-radius: 27px 27px 0 0;
	padding: 30px;
}
.item.text-center.video-text {
  		padding-top: 10px;
  		padding-bottom: 10px;
	}
.purchase-section .purchase-list .card-body.pro-price .purchase-content h2 sup {
	font-family: "Bebas Neue", arial;
	font-size: 4.9rem;
}

.purchase-section .purchase-list .card-body.pro-price .purchase-content p,
.purchase-section .purchase-list .card-body.pro-price .purchase-content h2,
.purchase-section .purchase-list .card-body.pro-price .purchase-content sup,
.purchase-section .purchase-list .card-body.pro-price .purchase-content p strong {
	color: #fff;
}

.purchase-section .purchase-list .card-body .purchase-content p strong {
	font-weight: 700;
}

/*Send Information Form*/

.send-details {
	background-image: url(../images/send-details.png);
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
}

.question-main h5 {
	font-weight: 700;
	font-size: 2.1rem;
	margin-top: 20px;
}

.send-details .subscribe-main {
	margin-bottom: 80px;
	position: relative;
}

.send-details .subscribe-main input {
	border: none;
	width: 100%;
	height: 45px;
	border-radius: 100px;
	box-shadow: 0 0 4px #ccc;
	padding: 0 0 0 20px;
	font-size: 1.4rem;
	outline: none;
}

.send-details .subscribe-main button {
	position: absolute;
	height: 45px;
	right: 0;
	font-size: 1.3rem;
	font-weight: 600;
	padding: 10px 42px;
	position: absolute;
}

.send-details .form-detail input[type="text"],
.send-details .form-detail input[type="email"],
.send-details .form-detail textarea {
	background-color: #f2f2f2;
	border: none;
	padding: 11px 28px;
	font-size: 1.6rem;
}

.send-details .form-detail textarea {
	min-height: 88px;
	border-radius: 24px;
}

.send-details .form-detail button {
	font-size: 1.3rem;
	font-weight: 600;
	padding: 10px 42px;
	height: 45px;
}

/*footer*/

.footer {
	background-color: #eee !important;
	padding: 9px 0;
}

.footer p {
	margin: 0;
	font-size: 1.3rem;
	font-weight: 600;
}

.footer li {
	display: inline-block;
	margin-right: 10px;
}

.footer li a {
	color: #333;
	margin-left: 20px;
}

.footer li a:hover svg {
	fill: var(--primary);
}

.footer .fab {
	font-size: 20px;
}

.w-50 {
	width: 65% !important;
}

.custom-border {
	border-radius: 20px;
}

.form-control.w-50:focus {
	color: default;
	background-color: #fff;
	border-color: none !important;
	outline: 0;
	box-shadow: none !important;
}

.btn-common {
	color: #fff;
	background-color: #fb0302;
	border-color: #fb0302;
}

.btn-common span {
	color: #fff;
}

.btn-common:hover {
	color: #fff;
	background-color: black !important;
	border-color: black !important;
}

.btn-common.banner-schedule-btn:hover {
	background: #fff !important;
}

.btn-common.banner-schedule-btn:hover span {
	color: #000;
}

.btn-common.banner-trial-btn {
	background: #fff;
}

.btn-common.banner-trial-btn span {
	color: #000;
}

.btn-common.banner-trial-btn:hover {
	background: #fb0302 !important;
}

.btn-common.banner-trial-btn:hover span {
	color: #fff;
}

.btn-common.banner-trial-btn {
	margin-left: 10px;
}

.left-iconbar .text-right {
	text-align: right;
}

.icon-heading {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 1.6rem;
}

.fw-600 {
	font-weight: 600 !important;
}

.text-light {
	color: #b9b9b9 !important;
}

a {
	text-decoration: none;
}

.pt-2rem {
	padding-top: 2rem !important;
}

.custom-pl-3 {
	padding-left: 2rem;
}

.custom-pl-3 {
	padding-top: 0.7rem;
	padding-bottom: 0.7rem;
	border: 0px !important;
}

body .large-heading {
	font-size: 6.7rem;
	line-height: 60px;
}

body .start-button-right span,
.purchase-list .card-body button.start-button-right span {
	padding-left: 30px;
	display: inline-block;
}

/*************/
.top-header-sec {
	padding: 40px 0;
}

/* section 2 */
#section_2 {
	margin: 100px 0px;
}

.sec-2 {
	background-color: #f8f8f8;
	height: 500px;
}

.sec_4_image {
	background-color: #f8f8f8;
	height: 300px;
}

.sec_4_card h2 {
	margin: 25px 0;
}

hr {
	opacity: 0.1;
}

/* -----footer-------- */

/* ---footer---- */

.footer p {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 600;
}

.footer li {
	display: inline-block;
	margin-right: 10px;
}

.footer li a {
	color: #333;
	margin-left: 20px;
}

.footer li a:hover svg {
	fill: var(--primary);
}

.footer .fab {
	font-size: 20px;
}

.w-50 {
	width: 65% !important;
}

.footer-section {
	padding: 50px 0px;
	background-color: #474646;
}

.footer-section ul {
	padding-left: 0px;
}

.footer-section ul li {
	list-style: none;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 1px;
}

.footer-section ul li a {
	color: #fff;
	letter-spacing: 2px;
}

.footer-quick h5 {
	padding-bottom: 25px;
	font-weight: 600;
	color: #fff;
}

.footer-image {
	width: 230px;
}

.footer-contact h5 {
	padding-bottom: 25px;
	font-weight: 600;
	color: #fff;
}

.footer-about {
	padding-top: 40px;
}

.footer-contact p {
	color: #fff;
	padding-top: 20px;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 0;
}

.footer p a {
	color: #000;
}
/* .container{
	max-width: 1500px;
}
 */
@media (max-width: 1366px) {
	.banner-image img.phone {
		position: absolute;
		top: 20px;
		width: 200px;
		transition: 3s;
	}
}

.vid_title {
	color: #121212;
	font-size: 2rem;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.btn-bg .btn-close {
	right: 14px;
	position: absolute;
}

.vid_desc {
	font-size: 1.5rem;
}

.tutorials-section2 h5.card-title {
	font-size: 2.4rem;
	font-weight: 700;
	color: #3a393a;
}

.tutorials-section2 .modal-body {
	padding: 2rem 6rem;
}

.tutorials-section2 .modal-footer {
	padding: 1rem 6rem !important;
}

.tutorials-section2 .modal-content {
	padding: 10px 20px;
}

.tutorials-section2 .modal-header {
	padding-bottom: 2rem !important;
}

.EvjIIpBybRxh9ht5Pu7_.nI_zoWhcrj_usnPrutGy {
	margin: 0px !important;
}

/*  ------ Rina --- */
.banner-content2 {
	padding-left: 0px;
}

.clr-gray {
	color: #706f6f;
}

.fw-400 {
	font-weight: 400;
	font-size: 13px;
	margin-top: 2rem;
	letter-spacing: 0px;
}

.m-100 {
	margin: 100px 0px;
}

.m-60 {
	margin: 60px 0px;
}

.fw-500 {
	font-weight: 500 !important;
	text-align: left;
}

/* Navbar */
.toggle-icon-btn.show .fa-chevron-right:after {
	content: "\f078";
}

.toggle-icon-btn.show .fa-chevron-right:before {
	display: none;
}

header {
	position: sticky;
	z-index: 9999;
	top: 0;
	border-bottom: 1px solid #6a6a6a;
}

.header {
	background-color: #000000;
	height: 100px;
	align-items: center;
	display: flex;
	padding: 0px 60px;
}

ul.navbar-nav li a {
	color: #ffffff;
	margin-left: 20px;
	font-weight: 500;
	font-size: 1.4rem;
	letter-spacing: 1px;
}

ul.navbar-nav {
	margin-left: auto;
	margin-right: 0px;
	align-items: center;
	height: 100px;
}

li.nav-item .nav-link:hover {
	color: #ffffff;
}

.trial-btn {
	padding: 38px 25px;
	height: 99px;
	background: #fb0302;
	align-items: center;
	top: 50%;
	display: inline-flex;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-size: 1.4rem;
	white-space: nowrap;
}

.nav-item .trial {
	text-decoration: none;
	color: #fff;
	margin-left: 66px;
}

.trial {
	text-decoration: none;
	color: #fff;
}

.nav-contact span img {
	width: 23px;
}

.nav-contact span img.search {
	width: 39px;
}

.nav-contact span {
	margin: 6px;
	padding: 4px;
}

.nav-contact {
	align-items: center;
	display: flex;
	margin-left: 50px;
}

.nav-toggle-close .navbar-toggler-bar.two {
	transform: rotate(-45deg) translate(7px, -8px);
}

.nav-toggle-close .navbar-toggler-bar.one {
	transform: rotate(45deg) translate(2px, 4px);
}

.nav-social span img {
	width: 16px;
}

ul.dropdown-menu .dropdown-item {
	color: #000;
	margin-left: 0;
}

.nav-social span {
	margin: 6px;
	padding: 4px;
}

.nav-social {
	align-items: center;
	display: flex;
	margin-left: 50px;
}

.nav-social :first-child img {
	width: 18px;
}

.nav-social .fb-hover img {
	width: 11px;
}

.navbar-toggler-bar {
	height: 2px;
	background-color: #ffffff;
	color: rgb(255, 255, 255);
	display: block;
	width: 30px;
	margin: 12px 0px;
}

.header-bg-change .nav-toggle-close .navbar-toggler-bar {
	height: 2px;
	background-color: #000000;
	color: rgb(0, 0, 0);
	display: block;
	width: 30px;
	margin: 12px 0px;
}

.header-bg-change .nav-toggle-close {
	outline: none;
	box-shadow: none;
}

.logo {
	width: 278px;
	height: 24px;
}

.mobile-search {
	background-image: url(../images/Icons/search-black.svg);
	background-position: 80px 0px;
	background-repeat: no-repeat;
	display: block;
	border: none;
	position: relative;
	background-color: #6d5e5e00;
	color: rgb(0, 0, 0);
}

.search-box-one {
	position: absolute;
	top: 39px;
	right: 50px;
	visibility: hidden;
}

.logo-hide .search-box-one {
	visibility: visible;
}

.logo-hide .logo {
	display: none;
}

.mobile-search:focus {
	border: 1px solid rgb(0, 0, 0);
	border-radius: 10px;
	height: 40px;
	padding: 20px;
	background-size: 3px 1px;
}

.mobile-search:focus {
	border: 1px solid rgb(0, 0, 0);
	border-radius: 10px;
	width: 100%;
	height: 40px;
	padding: 20px;
	background-size: 40px 18px;
	background-position: center right;
	position: relative;
	top: -14px;
	right: 18px;
	width: 272px;
	outline: none;
}

.search-modal {
	width: 100%;
	z-index: 9999;
}

.search-modal input.form-control:focus {
	outline: none;
	border: none;
	box-shadow: none;
}

.search-modal input.form-control {
	font-size: 4rem;
}

.search-modal input.form-control::placeholder {
	font-size: 5rem;
	line-height: 60px;
	font-family: "Bebas Neue", arial;
	font-weight: 500;
	line-height: 2;
	color: #b6b6b6 !important;
	letter-spacing: 3;
	opacity: 0.3;
}

.search-modal .input-group {
	/* top: 7px; */
	align-items: center;
}

.search-modal .modal-dialog {
	height: auto;
}

.search-modal .modal-content {
	padding: 24px;
}

.search-modal .modal-header {
	border-bottom: 0px;
}

.search-modal .modal-content input {
	height: 56px;
	border-radius: 10px 0px 0px 10px;
	border: 0;
}

.search-modal #button-addon2 {
	padding: 0px 31px;
	font-size: 2rem;
}

.search-modal button.btn-close {
	font-size: 1.4rem;
	color: #f00;
	/* background: red; */
}

.myclass {
	background-color: red;
}

.fb-red,
.tw-red,
.ln-red,
.yt-red {
	display: none;
}

.nav-social .fb-hover:hover .fb-white,
.nav-social .tw-hover:hover .tw-white,
.nav-social .ln-hover:hover .ln-white,
.nav-social .yt-hover:hover .yt-white {
	display: none;
}

.nav-social .fb-hover:hover .fb-red,
.nav-social .tw-hover:hover .tw-red,
.nav-social .ln-hover:hover .ln-red,
.nav-social .yt-hover:hover .yt-red {
	display: inline-block;
}

ul#menu-header-menu .hover-main .sub-menu {
	display: none;
}

ul#menu-header-menu .hover-main:hover .sub-menu {
	display: block;
	font-size: 1.2rem;
	/* padding: 15px; */
	min-width: 230px;
	height: auto;
	position: absolute;
	top: 100px;
	background-color: #fff;
	padding: 14px 10px;
	z-index: 9;
}

.custom-carousel .owl-stage-outer .owl-item img {
	width: 140px !important;
}

.hover-main {
	position: relative;
}

.hover-main .sub-menu li {
	text-decoration: none;
}

.hover-main .sub-menu li a {
	color: #000;
}

.menu-item {
	font-size: 0.88rem;
	display: block;
	padding: 0.5rem 1rem;
	color: #0d6efd;
	text-decoration: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

li.hover-main {
	padding: 40px 0px;
}

ul.sub-menu:before {
	position: absolute;
	content: "";
	background: #fb0302;
	width: 100px;
	height: 3px;
	top: -2px;
	left: 8px;
	z-index: 999;
}

.sub-menu li.hover-item a {
	font-size: 1.36rem !important;
	line-height: 2;
	display: block;
	font-weight: 600;
	color: #747474;
	margin: 0;
	/* padding: 6px 50px; */
}

/* Blog */
.blog {
	background-color: #f8f8f8;
	padding: 60px;
}

.banner-content.banner-content1 h1 {
	margin: 0;
}

.box {
	margin-bottom: 40px;
	height: auto;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.box .card {
	height: 100%;
	overflow: overlay;
	border: 0;
}

.cols {
	-moz-column-count: 3;
	-moz-column-gap: 3%;
	-moz-column-width: 30%;
	-webkit-column-count: 3;
	-webkit-column-gap: 3%;
	-webkit-column-width: 30%;
	column-count: 3;
	column-gap: 3%;
	column-width: 30%;
}

a.read-more-blog {
	color: #fb0302;
	text-decoration: none;
	font-weight: 600;
	font-size: 1.6rem;
}

.box .card-body .card-title a h5 {
	font-size: 2rem;
	font-weight: 700;
	color: #3a393a;
}

.box .card-title p {
	color: #3a393a;
}

.blog .card-text {
	font-weight: 500;
	color: #3a393a;
}

.crd-title {
	font-size: 2.4rem;
	font-weight: 700;
	color: #3a393a;
}

/* Banner */
#section_1 {
	background-color: #f8f8f8;
	padding: 35px;
}

/* Subscribe */

#section_5 {
	margin: 100px 0;
}

.Sec_5_span {
	background-color: #fc0101;
	color: white;
	border-radius: 28px;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	-ms-border-radius: 28px;
	-o-border-radius: 28px;
}

.form-control {
	border-radius: 28px;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	-ms-border-radius: 28px;
	-o-border-radius: 28px;
}

#basic-addon2 {
	margin-left: -50px;
	position: relative;
	border-radius: 28px;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	-ms-border-radius: 28px;
	-o-border-radius: 28px;
}

.input-group input::placeholder {
	padding-left: 20px;
	font-size: 18px;
}

input.form-control:focus {
	outline: none;
	border: 1px solid #ddd;
	box-shadow: none;
}

#basic-addon2 {
	z-index: 99;
}

/*company*/

.company-section1 .banner-img {
	background: url(../images/company-img1.jpg) center center no-repeat;
	background-size: cover;
	min-height: 75vh;
	/* background-position: 100% 100%; */
	height: 100%;
}

.company-section1.banner {
	overflow: hidden;
	background: #f8f8f8;
}

.company-section1 .sub-heading {
	font-size: 1.8rem;
	font-weight: 700;
}

.company-section1 .banner-text {
	align-items: center;
	justify-content: center;
	/* min-height: 75vh; */
	display: flex;
	height: auto;
	padding: 114px 114px 0px;
}

.company-section2 .banner-text p {
	font-weight: 500;
}

.company-section3 .banner-img {
	background: url(../images/company-img2.jpg) center center no-repeat;
	background-size: cover;
	min-height: 75vh;
	/* background-position: 100% 100%; */
	height: 100%;
}

.company-section3.banner {
	overflow: hidden;
	background: #000000;
}

.company-section3 .sub-heading {
	font-size: 1.6rem;
	font-weight: 700;
}

.company-section3 .banner-text {
	align-items: center;
	justify-content: center;
	min-height: 75vh;
	display: flex;
	height: 100%;
	padding: 114px;
}

.company-section3 {
	margin-top: 60px;
}

.company-section4 {
	margin-top: 60px;
	text-align: center;
	margin-bottom: 60px;
}

.company-section4 .sub-heading {
	font-weight: 500;
}

.company-section1 .banner-content,
.company-section2 .banner-content,
.company-section3 .banner-content,
.company-section4 .banner-content,
.blog .banner-content {
	padding-left: 0;
}

.product-section2 {
	overflow: hidden;
}

h4.heading {
	font-size: 2.1rem;
	letter-spacing: 0;
	font-weight: 600;
}

button.schedule {
	padding: 10px 40px;
	text-transform: uppercase;
}

.schedule span {
	font-size: 1.2rem;
	font-weight: 600;
}

.red {
	font-family: "Bebas Neue", arial;
	color: #fb0302;
}

.red1 {
	color: #fb0302;
}

/*product*/
.product-section1 {
	background: #f8f8f8;
	padding: 100px 0px;
}

.product-section2 .banner-section {
	background: #ffffff;
	padding-bottom: 50px;
}

.product-section3 {
	background: #f8f8f8;
	padding-left: 35px;
}

.bid-img {
	max-width: 600px;
	padding: 90px 0px;
}

.company-section4 .banner-content p {
	max-width: 100%;
}

.product-section3 .banner-text {
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 40px;
	display: flex;
}

.product-section3 .banner-content {
	padding-left: 0vw;
}

.product-section4 .banner-content {
	padding-left: 0vw;
}

.product-section4 {
	margin: 60px 0px;
	padding-left: 35px;
}

.product-section5 .banner-content p {
	max-width: 100%;
}

.product-section5 .banner-content {
	padding-left: 0vw;
}

.product-section1 .banner-content {
	padding-left: 0vw;
}

button.get-start {
	padding: 10px 50px;
	text-transform: uppercase;
}

.get-start span {
	font-size: 1.2rem;
	font-weight: 600;
}

/*tutorials*/

.tutorials-section1 .banner-content {
	padding-left: 0;
}

.tutorials-section2 h5.card-title {
	font-size: 2.4rem;
	font-weight: 700;
	color: #3a393a;
}

.tutorials-section2 .card-text {
	font-weight: 500;
	color: #3a393a;
	margin: 0;
}

.tutorials-section2 .card {
	border: 0;
	margin-bottom: 20px;
}

#Video-modal .modal-title {
	font-size: 2.4rem;
	font-weight: 700;
	color: #3a393a;
}

/* are you interested*/

.interested-section1 .banner-content {
	padding-left: 0;
}

.interested-section1 {
	overflow: hidden;
}

.interested-section1 .banner-img {
	background: url(../images/interested1.jpg) center center no-repeat;
	background-size: cover;
	min-height: 75vh;
	height: 100%;
}

.interested-section1 .banner-text {
	align-items: center;
	justify-content: center;
	min-height: 75vh;
	display: flex;
	height: 100%;
	padding: 114px;
}

.interested-section2 {
	background: #f8f8f8;
	padding: 100px 0px;
}

.interested-section2 .how-does {
	width: 50%;
	margin: 0 auto;
}

.interested-section3 .banner-text {
	padding-left: 0;
}

.interested-section3 {
	overflow: hidden;
}

.interested-section3 .banner-img {
	background: url(../images/interested2.jpg) center center no-repeat;
	background-size: cover;
	min-height: 75vh;
	/* background-position: 100% 100%; */
	height: 100%;
}

.interested-section3 .banner-text {
	align-items: center;
	justify-content: center;
	min-height: 75vh;
	display: flex;
	height: 100%;
	padding: 114px;
}

.fnt-3 {
	font-size: 2.4rem;
	font-weight: 500;
}

.p-30 {
	padding: 30px 0px;
}

.purchase-list-detail-main .btn-common span {
	font-size: 1.2rem;
}

p.time-period {
	min-height: 100px;
}

.purchase-list-detail-main .bid-btn span {
	color: #000;
}

.purchase-list-detail-main .bid-btn:hover span {
	color: #fff;
}

.purchase-list-detail-main .title-content:first-child p {
	margin-top: 0px;
}

.schedule-modal .modal-content {
	box-shadow: 5px 13px 43px 0px #0808083d;
	border-radius: 10px;
}

.schedule-modal .left {
	margin: 40px;
	margin-bottom: 105px;
}

.schedule-modal .right {
	margin: 40px 10px;
	margin-bottom: 105px;
}

.schedule-modal .container-calendar {
	background: #ffffff;
	padding: 15px;
	max-width: 475px;
	margin: 0 auto;
	overflow: hidden;
}

.schedule-modal .calendar_back {
	height: 35px;
	width: 35px;
	border-radius: 50%;
	background-image: url(../images/Icons/back.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
	position: absolute;
	top: -10%;
	left: 3%;
	transform: translate(-50%, -50%);
}

.schedule-modal {
	z-index: 9999;
	background: #ffffff99;
}

/* Mohit */
/*------------- Index-page -------------*/

.banner-section.hero-banner p {
	font-size: 1.6rem;
}

.hero-banner {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/hero-banner.jpg");
	height: 900px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
}

.banner-section.hero-banner {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/hero-banner.jpg);
	height: 900px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
}

.hero-banner .banner-content {
	width: 50%;
}

.banner-content {
	padding-left: 2.1vw;
}

.time-money {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/becca-tapert-tam80nXFvL4-unsplash.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 200px 0;
	background-attachment: fixed;
}

.list-my-company {
	background-color: #fff;
}

.company-section1 .watch-img {
	background: url(../images/constructor1.jpeg) center center no-repeat;
	background-position-x: right;
	background-size: cover;
	min-height: 60vh;
	height: 100%;
	background-position: 100% 100%;
}

.purchase-section .purchase-list .card-body {
	padding: 40px;
}

.pre-user .card {
	background-color: #fb0302;
}

.sub,
sup {
	font-size: 0.6em;
	color: #fff;
	font-family: "Bebas Neue", arial, cursive;
}

.latest-blog .latest-blog-post h5 {
	font-family: "Bebas Neue", arial, cursive;
}

.latest-blog .latest-blog-post h5 {
	font-family: "Bebas Neue", arial, cursive;
	font-weight: 200;
	font-size: 4rem;
	padding: 10px;
	line-height: 1;
}

.purchase-list .learn-more a {
	font-weight: 800;
	color: gray;
	text-decoration: underline;
}

.pre-user .learn-more a {
	color: #fff;
}

.who-using {
	font-size: 3.4rem;
	font-weight: 500;
	font-family: "Bebas Neue", arial;
}

/* ------video-banner----- */
.company-section1 .no-js .owl-carousel,
.owl-carousel.owl-loaded {
	position: relative;
}

.company-section11 .owl-carousel .item {
	padding: 59px 180px;
}

.company-section11 .owl-theme .owl-dots {
	position: absolute;
	right: 23%;
	bottom: 8%;
}

.font-lrg {
	font-size: 1.8rem;
}

.video-banner {
	background-color: #ebebeb;
	overflow: hidden;
}

.testimonials-video .owl-theme .owl-nav {
	display: none;
}

.testimonials-video .owl-theme .owl-dots,
.owl-theme .owl-nav {
	display: none;
}

.testimonial-img img {
	/* background:url(../images/video-testi.png) center center no-repeat; */
	background-size: cover;
	/* height: 75vh; */
	height: 100%;
}

.img-h {
	height: 300px;
}

.company-section11 .owl-theme .owl-nav {
	display: none;
}

.company-section11 .owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #ebebeb;
	border: 1px solid #000;
	display: block;
	border-radius: 30px;
	margin-top: 30px;
}

.company-section11 .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #000;
}

.company-section11 .owl-carousel .item h5 {
	font-size: 2.3rem;
	font-weight: 800;
}

.company-section11 .owl-carousel .item h6 {
	font-size: 1.8rem;
	font-weight: 600;
	margin-top: 30px;
}

span.count {
	font-size: 5rem;
	font-weight: 500;
	font-family: "Bebas Neue", arial;
}

span.count3 {
	font-size: 5rem;
	font-weight: 500;
	font-family: "Bebas Neue", arial;
}

.company-section11 .owl-carousel .item span {
	font-size: 1.6rem;
	font-weight: 500;
}

/* ------video-banner-end----- */

.countries {
	background-color: #000;
	padding: 100px 60px;
}

.users {
	background-color: rgb(49, 49, 49);
}

.itbs {
	background-color: rgb(59, 59, 59);
}

.countries .hrline {
	width: 150px;
	height: 1px;
	margin: 20px auto;
	background-color: #858585;
}

.details-below .banner-content {
	padding-left: 0vw;
}

.latest-blog-post {
	margin-top: -30px;
	z-index: 99;
}

.latest-blog-post h5 {
	font-size: 2.5rem;
	font-weight: 800;
	padding: 15px 0px;
	background-color: red;
	color: #fff;
	margin-bottom: 0px;
	width: 60px;
	text-align: center;
}

.latest-blog-post p {
	padding: 4px;
	background-color: black;
	color: #fff;
	width: 60px;
	text-align: center;
	margin-top: 0px;
}

.time-money p {
	max-width: 600px;
	margin: 0 auto;
}

.loader {
	color: #fff;
	font-weight: bolder;
	font-size: 2.8rem;
}

.counter {
	animation-duration: 1s;
	animation-delay: 0s;
}

.purchase-list .card {
	border-radius: 27px;
	height: auto;
}

.coming-section-terms li img {
	margin: 10px;
}

.coming-section-terms li:nth-child(1)>img {
	width: 90px;
}

.coming-section-terms li:nth-child(2)>img {
	width: 170px;
}

.coming-section-terms li:nth-child(3)>img {
	width: 140px;
}

.coming-section-terms li:nth-child(4)>img {
	width: 140px;
}

.coming-section-terms li:nth-child(5)>img {
	width: 140px;
}

.coming-section-terms .brand1 {
	width: 80px !important;
}

.coming-section-terms .brand-carousel .brand2 {
	width: 170px;
}

.coming-section-terms .brand-carousel .brand3 {
	width: 140px;
}

.coming-section-terms .brand-carousel .brand4 {
	width: 140px;
}

.coming-section-terms .brand-carousel .brand5 {
	width: 140px;
}

.brand-carousel .owl-nav,
.brand-carousel .owl-dots {
	display: none;
}

/*************/

.top-header-sec {
	padding: 40px 0;
}

.details-below .card {
	border: none;
}

.blog-title {
	font-size: 2em;
	font-weight: 700;
	color: #3a393a;
}

/* section 1 */
#section_1 .banner-content,
#section_3 .banner-content,
#section_5 .banner-content {
	padding-left: 0vw;
}

#section_1 {
	background-color: #f8f8f8;
	padding: 35px;
}

/* section 2 */
#section_2 {
	margin: 100px 0px;
}

.sec-2 {
	background-color: #f8f8f8;
	height: 500px;
}

#section_3 ul li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
}

.blog-details ul li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
}

/* section 4 */

#section_4 {
	margin: 50px 0;
}

.sec_4_image {
	background-color: #f8f8f8;
	height: 300px;
}

.sec_4_card h2 {
	margin: 25px 0;
}

.sec_4_card span a {
	color: #fb0302;
	font-size: 1.6rem;
	font-weight: 600;
}

hr {
	opacity: 0.1;
}

/* section 5 */

#section_5 {
	margin: 80px 0;
}

.subscribe-main {
	position: relative;
}

.subscribe-main input {
	border: 1px solid #d8d8d8;
	width: 100%;
	height: 55px;
	border-radius: 100px;
	/* box-shadow: 0 0 4px #ccc; */
	padding: 0 0 0 20px;
	font-size: 1.6rem;
	outline: none;
}

.subscribe-main button {
	position: absolute;
	height: 55px;
	right: 0;
	font-size: 1.3rem;
	font-weight: 600;
	padding: 10px 42px;
	position: absolute;
}

/* -----footer-------- */

.footer1 li a:hover svg {
	fill: var(--primary);
}

.footer1 li a:hover svg {
	fill: var(--primary);
}

.footer-icon {
	width: 16px;
}

.footer-icon-fb {
	width: 10px;
}

.footer1 p {
	margin: 0;
	font-size: 1.3rem;
	font-weight: 600;
	color: #6b6b6a;
}

.footer1 a {
	color: #6b6b6a;
	text-decoration: underline;
}

.footer1 li {
	display: inline-block;
	margin-right: 10px;
}

.footer1 li a {
	color: #333;
	margin-left: 20px;
}

.footer1 li a:hover svg {
	fill: var(--primary);
}

.footer1 .fab {
	font-size: 20px;
}

.footer1 {
	background-color: #202020;
	padding: 9px 0;
}

.footer-section {
	padding: 50px 0px 40px;
	background-color: #282828;
}

.footer-section ul {
	padding-left: 0px;
}

.footer-section ul li {
	list-style: none;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 1px;
}

.footer-section ul li a {
	color: #fff;
	letter-spacing: 2px;
}

.footer-quick h5 {
	padding-bottom: 10px;
	font-weight: 600;
	color: #fff;
	font-size: 1.6rem;
}

.footer-image {
	width: 200px;
}

.footer-contact h5 {
	padding-bottom: 10px;
	font-weight: 600;
	color: #fff;
	font-size: 1.6rem;
}

.footer-contact p {
	color: #fff;
	padding-top: 10px;
	font-size: 14px;
	font-weight: 300;
	margin-top: 3rem;
	margin-bottom: 10;
}

a.footer-icon-fb svg {
	width: 12px;
}

a.footer-icon svg {
	width: 18px;
}

.footer1 li a:hover .cls-1 {
	fill: red !important;
}

/* ----------contact-us---------- */

.contact_image {
	background-image: url(../images/pexels-olia-danilevich-4974913.jpg);
	background-size: cover;
	/* background-position: center; */
	background-repeat: no-repeat;
	min-height: 75vh;
	height: 100%;
}

.contact .contact_form {
	padding: 75px 50px;
}

.contact .contact_form .question-main h5 {
	margin: 10px 0 35px;
}

.contact .form-detail input[type="text"],
.contact .form-detail input[type="email"],
.contact .form-detail textarea {
	background-color: #f2f2f2;
	border: none;
	padding: 11px 28px;
	font-size: 1.6rem;
}

.contact .form-detail textarea {
	min-height: 88px;
	border-radius: 24px;
}

.contact .form-detail button {
	font-size: 1.3rem;
	font-weight: 600;
	padding: 10px 42px;
	height: 45px;
}

.contact .captch img {
	width: 55px;
	margin-left: 20px;
}

.contact {
	overflow: hidden;
}

.contact_info span {
	font-size: 1.4rem;
}

/* -----------need support--------- */

.need_support {
	padding: 100px 0;
	background-color: #000;
}

.need_support h2,
.need_support p {
	color: #fff;
}

.need_support p {
	padding: 10px 0;
}

.need_support button {
	font-size: 1.3rem;
	font-weight: 600;
	padding: 10px 42px;
	height: 45px;
}

/* ----------contact info-------- */

.contact_info {
	padding: 100px 0 50px;
}

.contact_info .contact_info_icon {
	height: 40px;
}

.contact_info .contact_info_icon img {
	width: 25px;
}

/* ----- want to schedule -----*/

.want_schedule {
	padding: 50px 0;
	background-color: rgb(240, 240, 240);
}

.want_schedule button {
	font-size: 1.3rem;
	font-weight: 600;
	padding: 10px 42px;
	height: 45px;
}

/* ----- .schedule_time -----*/

.schedule_time {
	height: 100vh;
	height: 100%;
	width: 800px;
	padding: 60px;
	border-radius: 20px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	margin: 100px auto;
}

.schedule_content .schedule_image img {
	width: 65px;
}

.schedule_content .schedule_image p {
	margin: 30px 0 60px;
}

.red_circle {
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background-color: #fb0302;
	display: inline-block;
}

.blue_circle {
	background-color: blue;
}

.grey_circle {
	background-color: gray;
}

.schedule_demo img {
	width: 30px;
}

.schedule_demo {
	display: flex;
	border-top: 1px solid #ddd;
	padding-top: 30px;
}

.schedule_demo_content {
	margin: 0 20px;
}

.schedule_demo_content h5 {
	font-weight: 700;
	font-size: 1.7rem;
}

.schedule_demo_content p {
	font-size: 1.4rem;
	color: rgb(0, 0, 0);
	line-height: 17px;
	font-weight: 500;
}

/*-----coming soon---------*/
.coming-section4 {
	padding: 60px 0;
	text-align: center;
	background: #f8f8f8;
}

.coming-section1 .banner_contnet {
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
}

.coming-section1 .banner_contnet h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #bbb;
}

.coming-section1 .banner-img {
	background: url(../images/coming-soon.png) center center no-repeat;
	background-size: cover;
	min-height: 75vh;
	height: 100%;
	position: relative;
}

.coming-section1.banner {
	overflow: hidden;
}

.coming-section1 .sub-heading {
	font-size: 1.6rem;
	font-weight: 700;
}

.coming-section1 .banner-text .banner-content {
	padding-left: 0vw;
	max-width: 532px;
}

.coming-section1 .banner-text {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0px 60px;
}

/*-----legle---------*/

.coming-section1 .banner-img-legle {
	background: url(../images/kaitlyn-baker-vZJdYl5JVXY-unsplash.jpg) center center no-repeat;
	background-size: cover;
	min-height: 75vh;
	height: 100%;
	position: relative;
}

.coming-section5 {
	padding: 110px 0;
	text-align: center;
	background: #f8f8f8;
}

.coming-section5 .coming-section-terms ul {
	list-style: none;
	display: flex;
	justify-content: space-evenly;
	font-size: 2.5rem;
	font-weight: 500;
}

/*----- Calender ------*/

.date-content {
	padding-top: 100px;
}

.date-content .banner-content {
	padding-left: 0vw;
}

.schedule_time img {
	width: 100px;
}

.container-calendar {
	background: #ffffff;
	padding: 15px;
	max-width: 475px;
	margin: 0 auto;
	overflow: auto;
}

.next-pre {
	font-size: 30px;
	cursor: default;
}

.table-calendar {
	border-collapse: collapse;
	width: 100%;
}

.table-calendar td,
.table-calendar th {
	padding: 4px 2px;
	border: 1px solid #e2e2e200;
	font-size: 1.7rem;
	text-align: center;
	vertical-align: top;
	color: #5e5e5e;
	font-weight: 500;
}

.date-picker.selected {
	font-weight: bold;
	background: #ffe7e7;
	border-radius: 50%;
	display: flex;
	height: 40px;
	width: 40px;
	text-align: center;
	color: #f91f1f;
	align-items: center;
	justify-content: center;
	left: 0px;
	position: relative;
}

.date-picker.selected span {
	color: #f91f1f;
}

/* sunday */
.date-picker:nth-child(1) {
	color: red;
}

/* friday */
.date-picker:nth-child(6) {
	color: green;
}

#monthAndYear {
	text-align: center;
	margin-top: 0;
	font-weight: 500;
	padding: 12px;
}

.button-container-calendar {
	position: relative;
	margin-bottom: 1em;
	overflow: hidden;
	clear: both;
	float: right;
	word-spacing: 16px;
	padding-right: 16px;
}

.footer-container-calendar {
	margin-top: 1em;
	border-top: 1px solid #dadada;
	padding: 10px 0;
	display: none;
}

.footer-container-calendar select {
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	background: #ffffff;
	color: #585858;
	border: 1px solid #bfc5c5;
	border-radius: 3px;
	padding: 5px 1em;
}

.calendar-header {
	display: flex;
	justify-content: space-between;
}

.schedule_time {
	height: 100vh;
	height: 100%;
	width: 800px;
	padding: 75px 60px;
	border-radius: 20px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	margin: 100px auto;
}

.schedule_demo img {
	width: 10px;
}

.red_circle {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background-color: #f90202;
	display: inline-block;
}

.blue_circle {
	background-color: #0098ff;
}

.grey_circle {
	background-color: #2d2d2d;
}

.calendar_back {
	height: 35px;
	width: 35px;
	border-radius: 50%;
	background-image: url(../images/Icons/back.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	position: absolute;
	top: 6%;
	left: 6%;
	transform: translate(-50%, -50%);
}

.calendar_center img {
	width: 65px;
	margin-bottom: 30px;
}

.calendar_center {
	position: relative;
}

.calendar_center::before {
	width: 5px;
	height: 100%;
	position: absolute;
	background: transparent;
	border-left: 1px solid #ddd;
	content: "";
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.date-heading .icon-heading {
	margin-bottom: 0;
	padding-left: 17px;
}

.schedule_time .schedule_calendar_content p {
	font-size: 1.5rem;
}

h5.schedule-time-heading {
	font-size: 3.1rem;
}

/* -------pricing --------*/

.pricing-background {
	background-color: #f9f9f9;
}

.pricing-background .purchase-section {
	background-image: none;
}

.pricing {
	width: auto;
	max-width: initial;
}

.pricing-detail {
	width: auto;
	max-width: initial;
	margin-top: 0px;
}

.purchase-section .purchase-list .card-body.pro-price .try-free {
	background-color: #000;
}

/*------- error-section -------*/

.error-section {
	height: calc(100vh - 101px);
	display: flex;
	align-items: end;
	justify-content: center;
	position: relative;
}

.error-section .banner-content {
	padding-left: 0vw;
}

.error-section-img {
	width: 50%;
}

/*NAV*/
li.nav-item {
	padding: 30px 0px;
}

.drop-hover {
	font-size: 1.2rem;
	/* padding: 15px; */
	min-width: 230px;
	height: auto;
}

.drop-hover h1 {
	padding: 0;
	margin: 0;
	font-size: 1.6rem;
	font-weight: 800;
}

.drop-hover p {
	padding: 10;
	margin: 0;
	font-size: 1.2rem;
	font-weight: 300;
}

h1.dropdown-header {
	font-size: 1.3rem;
	color: #2a2a2a;
	line-height: 2;
	padding: 6px 25px;
}

.feature-box {
	padding: 0px 10px;
}

.drop-hover a.text {
	font-size: 1.36rem;
	line-height: 2;
	display: block;
	font-weight: 600;
	color: #747474;
	margin: 0;
	padding: 6px 25px;
}

.drop-hover .feature-box a.text {
	font-size: 1.36rem;
	line-height: 2;
	display: block;
	font-weight: 600;
	color: #747474;
	margin: 0;
	padding: 6px 50px;
}

.drop-hover a.text:hover {
	background: #f8f8f8;
}

ul.dropdown-menu {
	border: none;
	white-space: nowrap;
}

ul.dropdown-menu {
	border: none;
	background: #fff;
	position: relative;
	top: 94px;
	box-shadow: 0px 1px 2px #0000000f;
}

li.nav-item.dropdown {
	padding: 30px 0px;
}

.dropdown-toggle::after {
	display: none;
}

ul.dropdown-menu:before {
	position: absolute;
	content: "";
	background: #fb0302;
	width: 100px;
	height: 3px;
	top: -2px;
	left: 8px;
	z-index: 999;
}

.nav-social-li {
	border-left: 1px solid #ffffff70;
}

.nav-social {
	align-items: center;
	display: flex;
	margin-left: 10px;
}

.nav-contact {
	align-items: center;
	display: flex;
	margin-left: 50px;
	margin-right: 20px;
}

/*------- blog-detail-modal------- */

.subscribe-modal .modal-content {
	background-color: #161616;
	border-radius: 15px;
}

.subscribe-modal .modal-content .modal-body {
	padding: 15px 50px 50px 50px;
}

.subscribe-modal .modal-content .modal-body h2 {
	font-size: calc(1.325rem + 0.9vw);
	font-family: "Bebas Neue", arial;
}

.subscribe-modal .modal-content .btn-close {
	color: #fff;
	font-size: 1.3rem;
	background: none;
	text-align: end;
	padding: 15px 15px 0 0;
	width: auto;
	height: auto;
	border: 0;
	border-radius: 0.25rem;
	opacity: 1;
}

.send-modal .modal-content .modal-body {
	padding: 35px 50px 60px 50px;
}

.send-modal .modal-content .modal-body h2 {
	font-size: 2rem;
}

.send-modal .modal-content .modal-body img {
	width: 125px;
}

.send-modal .subscribe-modal .modal-content .modal-body i {
	font-size: 30px;
}

.send-modal .modal-content .btn-close {
	color: #fff;
	font-size: 1.5rem;
	background: none;
	text-align: end;
	padding: 20px 20px 0 0;
	width: auto;
	height: auto;
	border: 0;
	border-radius: 0.25rem;
	opacity: 1;
}

.blog-details-icon {
	text-align: right;
}

.next-post {
	text-align: right;
}

img.vision-img {
	height: 100%;
}

img.bid-img1 {
	min-width: 140px;
}

img.bid-img {
	width: 100%;
}

.video-player {
	width: 100%;  
}

.video-player .wrapper{
	display: table;
	position: relative;
	width: 100%;
}

.video-player .home-wrapper{
	padding-left: 120px;
}

.video-player .playpause {
	background-image: url(../images/Icons/play-btn.png);
	background-repeat: no-repeat;
	width: 10%;
	height: 10%;
	position: absolute;
	left: 0%;
	right: 0%;
	top: 0%;
	bottom: 0%;
	margin: auto;
	background-size: contain;
	background-position: center;
}

.bg-new {
	background: #f8f8f8;
}

p.contact_info_text strong {
	font-size: 2rem;
}

.contact_info span {
	font-size: 1.4rem;
	font-weight: 500;
}

.coming-section5 .coming-section-terms ul li {
	font-size: 2rem;
}

.btn-close:focus {
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
	opacity: 1;
}

button:focus-visible,
a:focus-visible {
	outline: 2px solid var(--primary);
	outline-offset: 2px;
}

.btn:active {
	box-shadow: 0 5px #6660;
	transform: translateY(4px);
}

.error-401 h1 {
	color: #bfbfbf;
	font-size: 14.6rem;
}

.error-section-img img {
	width: 659px;
	max-width: 50%;
}

.error-401 .banner-content h5 {
	font-size: 2.4rem;
	font-weight: 600;
	width: 374px;
	text-align: center;
	color: #bfbfbf;
	margin: auto;
}

.error-401 .banner-content p {
	color: #bfbfbf;
	font-size: 1.6rem;
	font-weight: 400;
	width: 374px;
	margin: 0 auto;
}

.error-401 .read-more-blog {
	font-size: 4rem;
	color: #fff;
	font-family: "Bebas Neue", arial, cursive;
	font-weight: 400;
	color: #bfbfbf;
}

.error-section-img {
	width: 100%;
	text-align: center;
	align-items: center;
	display: flex;
}

.error-401 h1 {
	color: #bfbfbf;
	font-size: 14.6rem;
}

.error-section-img img {
	width: 659px;
	max-width: 50%;
}

.error .banner-content h5 {
	font-size: 2.4rem;
	font-weight: bold;
	width: 374px;
	text-align: center;
	color: #000000;
	margin: auto;
}

.error .banner-content p {
	color: #000000;
	font-size: 1.6rem;
	font-weight: 400;
}

.error .read-more-blog {
	font-size: 4rem;
	color: rgb(0, 0, 0);
	font-family: "Bebas Neue", arial, cursive;
	font-weight: 400;
	color: #000000;
}

/* ----scroll-up ------*/

.scrolltop {
	display: block;
	width: 100%;
	margin: 0 auto;
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 9999;
}

.scroll {
	position: absolute;
	left: 32px;
	bottom: 20px;
	border-radius: 7px;
	background: #151514;
	padding: 18px 16px;
	cursor: pointer;
	transition: 0.9s;
}

.scroll.icon img {
	width: 20px;
}

.scroll .fa {
	font-size: 25px;
	color: #fff;
}

.need_support button:hover {
	background: #fff !important;
}

.need_support button:hover span {
	color: rgb(0, 0, 0) !important;
}

/* video Modal */

#Video-modal #light {
	text-align: center;
}

#Video-modal .modal-title {
	text-align: center;
	margin: auto;
	width: 100%;
}

/*schedule*/
.schedule_time {
	height: 100vh;
	width: 950px;
	height: 610px;
	padding: 77px 30px;
	border-radius: 20px;
	box-shadow: rgb(100 100 111 / 32%) 0px 7px 29px 0px;
	margin: 100px auto;
}

.company-section4 .heading {
	font-family: "Bebas Neue", arial, cursive;
	font-size: 3.5rem;
	font-weight: 500;
}

.zoom-in {
	overflow: hidden;
	display: block;
	position: relative;
}

.zoom-in img {
	transition: all 5s;
	-moz-transition: all 5s;
	-webkit-transition: all 5s;
	-o-transition: all 5s;
}

.zoom-in:hover img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.zoom-in:hover {
	z-index: 1;
}

#more {
	display: none;
}

.read-more {
	border: none;
	outline: none;
	font-size: 1.5rem;
	padding: 12px 25px;
	background: #fb0302;
	color: #fff;
	border-radius: 50rem;
	font-weight: 600;
}

.read-more:hover {
	background-color: #000;
}

a.vivid-vision {
	color: #fff;
	font-weight: 600;
	text-decoration: underline;
}

.coming-section5 a {
	color: #000;
}

.icon-toggle {
	float: right;
	outline: none;
	border: none;
	background: none;
	padding-right: 10px;
}

.icon-toggle-btn {
	float: right;
	border: none;
	outline: none;
	background: none;
}

.nav-social span:last-child img {
	width: 23px;
}

i.icon-toggle {
	display: none;
}

.mail-img {
	-webkit-filter: opacity(0.67);
	filter: opacity(0.67);
}

.home-blog {
	width: 100%;
	height: 300px;
}

div#Video-modal {
	z-index: 99999;
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	/* border: 1px solid rgba(0,0,0,.125) !important; */
	border-radius: 0.25rem;
	padding-top: 10px;
}

a.btn.btn-lg {
	background: #fb0302;
	font-size: 1.8rem;
	border-radius: 6px;
	color: #fff;
	margin: 2rem 0rem;
	border: 0;
}

img.alignnone.size-full.wp-image-11 {
	margin: 3rem 0rem;
}

.btn.nav-previous a,
.btn.nav-next a {
	color: white;
}

.btn.nav-previous, .btn.nav-next {
	font-size: 1.5rem;
	padding: 8px;
	border: 5px solid black;
	border-radius: 20px;
	background-color: black;
}

.feature-menu a {
	font-size: 1.4rem !important;
	color: #2a2a2a !important;
	line-height: 2;
	margin-left: 0px !important;
	font-weight: 600 !important;
}

.live-menu a {
	font-size: 1.4rem !important;
	color: #2a2a2a !important;
	line-height: 2;
	margin-left: 0px !important;
	font-weight: 600 !important;
}

.custom-mrl a {
	margin-left: 1rem;
	font-size: 1.36rem !important;
	line-height: 2;
	font-weight: 600 !important;
	color: #747474 !important;
}

.building-software {
	padding-left: 14rem;
}

/* load more */

.misha_loadmore {
	background-color: #ddd;
	border-radius: 2px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing: 1px;
	cursor: pointer;
	text-transform: uppercase;
	padding: 10px 0;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.misha_loadmore:hover {
	background-color: #767676;
	color: #fff;
}

.main-hd {
	text-align: center;
	margin-top: 90px;
	font-size: 32px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 0.5px;
	font-family: "Bebas Neue", arial;
}

.custom-iframe iframe {
	height: 650px;
}

.custom-iframe {
	width: 90%;
	margin: auto;
}

.mart {
	margin-top: 5rem;
}

.grid-container {
	columns: 3 200px;
	column-gap: 1.5rem;
	width: 90%;
	margin: 0 auto;
}

.grid-container div {
	margin: 0 1.5rem 1.5rem 0;
	display: inline-block;
	width: 100%;
	padding: 5px;
	border-radius: 5px;
	transition: all 0.25s ease-in-out;
}

.grid-container div:hover img {
	filter: grayscale(0);
}

.grid-container div img {
	width: 100%;
	border-radius: 5px;
	transition: all 0.25s ease-in-out;
}

.grid-container div p {
	margin: 5px 0;
	padding: 0;
}

.video-size {
	width: 100%;
	height: 419px;
}

.text-elp {
	text-overflow: ellipsis;
}

.nav-contact span a {
	margin-left: 0px !important;
}
/* Pop up message on the contact us page. */
.modal-content{
	position: relative;
	top: 100px;
	right: 100px;
}

/* New Changes to Subscribe area */
.sub-link a {
	color: white;
}
.row-edit {
	text-align: center;
}
.sub-text{
	padding-bottom: 20px;
}
.sub-img{
	padding-bottom: 20px;
}
#div-sub-text{
	width: 100%;
}
.sub-link {
	border: none;
	outline: none;
	font-size: 1.5rem;
	padding: 12px 25px;
	background: #fb0302;
	color: #fff;
	border-radius: 50rem;
	font-weight: 600;
	text-align: center;
	max-width: 20%
	margin: 0 auto;
}
.newsletter-img {
	width: 200px;
}


/* === Accessibility & reduced motion (audit) ============================= */
/* Visible keyboard focus ring — :focus-visible is keyboard-only, so it never
   appears on mouse/tap and does not affect mouse-driven screenshots/parity. */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible,
.btn:focus-visible {
	outline: 2px solid var(--primary) !important;
	outline-offset: 2px;
}

/* Skip-to-content link: visually hidden until focused by keyboard. */
.skip-link.screen-reader-text {
	position: absolute; left: -9999px; top: 0; width: 1px; height: 1px;
	overflow: hidden; z-index: 100000;
}
.skip-link.screen-reader-text:focus {
	left: 8px; top: 8px; width: auto; height: auto; padding: 10px 18px;
	background: var(--primary); color: #fff; border-radius: 4px;
	font-family: 'Montserrat', sans-serif;
}

/* Honor the OS "reduce motion" setting (only affects opted-in users). */
@media (prefers-reduced-motion: reduce) {
	[data-aos] { opacity: 1 !important; transform: none !important; transition: none !important; }
	html { scroll-behavior: auto !important; }
}
