body {
	overflow-x: hidden;
	margin: 0;
	padding: 0 !important;
	background-color: #ffffff;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	word-wrap: break-word;
}

u {
	text-decoration: underline;
}

img {
	display: block;
	margin: 0 auto;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li {
	font: 400 16px/26px 'Poppins', Sans-serif;
	color: #737373;
}

ul.list li {
	padding: 5px 0 5px 20px;
	background: url(../images/tick.png) 0 12px/15px no-repeat;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 !important;
	color: #464646;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', Sans-serif;
	font-weight: 500;
}

h1 {
	font-size: 40px;
	line-height: 50px;
}

h2 {
	font-size: 36px;
	line-height: 46px;
}

h3 {
	font-size: 32px;
	line-height: 42px;
}

h4 {
	font-size: 24px;
	line-height: 34px;
}

h5 {
	font-size: 22px;
	line-height: 32px;
}

h6 {
	font-size: 20px;
	line-height: 30px;
}

p {
	font: 400 16px/32px 'Poppins', Sans-serif;
	color: #737373;
	margin-bottom: 24px;
}

p:last-child {
	margin-bottom: 0 !important;
}

a,
button {
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease !important;
	-moz-transition: all 0.3s ease !important;
	transition: all 0.3s ease !important;
	font: 400 16px/26px 'Poppins', Sans-serif;
}

a:hover {
	color: #d75348 !important;
}

.big-heading {
	font-size: 100px;
	line-height: 108px;
}

.normal-heading {
	font-size: 50px;
	line-height: 60px;
}

.normal-padding {
	padding: 50px 0;
}

.big-padding {
	padding: 80px 0;
}

.vid-wrapper {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	border-radius: 8px;
	overflow: hidden;
	background: #ffffff;
}

.vid-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.btn-link {
	max-width: 410px;
	border-radius: 50px;
	padding: 10px;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 700;
}

.btn-link:hover {
	background-position: right center !important;
}

.flex-elem {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.grad-txt {
	background: rgb(31, 50, 179);
	background: -moz-linear-gradient(left, rgba(31, 50, 179, 1) 0%, rgba(204, 51, 255, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(31, 50, 179, 1) 0%, rgba(204, 51, 255, 1) 100%);
	background: linear-gradient(to right, rgba(31, 50, 179, 1) 0%, rgba(204, 51, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f32b3', endColorstr='#cc33ff', GradientType=1);
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
}

/* cockie styles*/
.wrap {
	position: fixed;
	z-index: 2000;
	right: 18px;
	bottom: 18px;
	max-width: 220px;
	background: rgba(63, 61, 57, .9);
	padding: 18px;
}

.wrappara {
	font-size: 11px;
	line-height: 20px;
	color: #fff;
}

.wrap .my_btn {
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 11px;
	font: 700 16px/16px 'Poppins';
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #ffffff;
	border-radius: 5px;
}

.wrap .my_btn:hover {
	background: #f8233f;
	color: #fff;
}

/* end cockie styles*/

/*Header*/
#head-bar {
	padding: 21px 0;
	background-color: #000000;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}

#head-bar .navbar-dark .navbar-toggler {
	border-color: rgba(216, 89, 79, 0.4);
	outline: none;
}

#head-bar .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(112, 50, 215)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#site-nav ul li a {
	font-family: 'Poppins', sans-serif;
}

#site-nav ul li a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: transparent;
	-webkit-transform: translateY(23px);
	transform: translateY(23px);
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#site-nav ul li.active a:after,
#site-nav ul li a:hover:after {
	background-color: #8133db;
}

/*End Header*/

/*Banner Styles*/
#tools-banner {
	padding-top: 130px;
}

#tools-banner .content-area a h4 {
	color: #ccc6c6;
	text-shadow: 2px 2px 2px #ff43f3;
}

#tools-banner .content-area .btn-link {
	background: rgb(255, 74, 52);
	background: -moz-linear-gradient(left, rgba(255, 74, 52, 1) 0%, rgba(255, 66, 99, 1) 50%, rgba(255, 74, 52, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 74, 52, 1) 0%, rgba(255, 66, 99, 1) 50%, rgba(255, 74, 52, 1) 100%);
	background: linear-gradient(to right, rgba(255, 74, 52, 1) 0%, rgba(255, 66, 99, 1) 50%, rgba(255, 74, 52, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4a34', endColorstr='#ff4a34', GradientType=1);
	background-size: 200% auto;
	max-width: 750px;
	padding: 18px;
}

/*End Banner Styles*/

/*Section-2 Styles*/
#tools-sec-2 .bullet-list li {
	background: url('../images/check.png') 0 10px/ 18px 18px no-repeat;
	padding-left: 28px;
}

/*End Section-2 Styles*/

/*Section-3 Styles*/
#tools-sec-3 .title-area h2 {
	color: #111;
	font-size: 40px;
	line-height: 1.3;
}

#tools-sec-3 .title-area h2 span {
	font-size: 55px;
}

#tools-sec-3 .v-tab-wrapper {
	border: 2px solid #5d0a6e;
	padding: 40px 10px;
}

#tools-sec-3 .v-tab-wrapper .nav-col {
	border-right: 3px solid #d4d4d4;
}

#tools-sec-3 .v-tab-wrapper .nav-pills {
	right: -3px;
}

#tools-sec-3 .v-tab-wrapper .nav-link {
	color: #111111;
	padding: 15px;
	border-right: 3px solid #d4d4d4;
	border-radius: 0;
}

#tools-sec-3 .v-tab-wrapper .nav-link.active {
	background-color: rgba(139, 15, 224, 0.05);
	border-color: #440a6e;
	color: #440a6e;
}

#tools-sec-3 .v-tab-wrapper .nav-link span {
	display: block;
	font-size: 12px;
}

#tools-sec-3 .v-tab-wrapper .nav-link:hover {
	background-color: rgba(139, 15, 224, 0.05);
	color: #440a6e;
}

#tools-sec-3 .highlighted-box {
	padding: 25px;
	background-color: #ffff00;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 50px rgba(255, 131, 22, 0.7);
	box-shadow: inset 0 0 50px rgba(255, 131, 22, 0.7);
}

#tools-sec-3 .highlighted-box p {
	color: #000;
}

#tools-sec-3 ul.faq-list li {
	padding: 10px 0 10px 25px;
}

#tools-sec-3 ul.faq-list li::before {
	content: "Q";
	position: absolute;
	left: 0;
	font: 700 20px/30px 'Montserrat', sans-serif;
	color: #007bff;
}

/*End Section-3 Styles*/

/*Footer*/
#footer-section {
	padding: 60px 0 0;
	background: rgb(41, 43, 46);
	background: -moz-linear-gradient(top, rgba(41, 43, 46, 1) 0%, rgba(23, 23, 23, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(41, 43, 46, 1) 0%, rgba(23, 23, 23, 1) 100%);
	background: linear-gradient(to bottom, rgba(41, 43, 46, 1) 0%, rgba(23, 23, 23, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292b2e', endColorstr='#171717', GradientType=0);
}

#footer-section .contact-details p {
	font-size: 35px;
}

#footer-section .footer-bottom {
	padding: 40px 0;
}

#footer-section .footer-nav li a {
	font-family: 'Montserrat', sans-serif;
	line-height: 1;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 2px solid #d1d1d1;
}

#footer-section .footer-nav li:last-child a {
	border-right: 0;
}

/*End Footer*/

/* >>> RESPONSIVE <<< */
/* Screen-size 1199 */
@media screen and (max-width: 1199px) {
	h1 {
		font-size: 35px;
		line-height: 48px;
	}

	h2 {
		font-size: 32px;
		line-height: 42px;
	}

	h3 {
		font-size: 30px;
		line-height: 40px;
	}

	h4 {
		font-size: 22px;
		line-height: 32px;
	}

	h5 {
		font-size: 20px;
		line-height: 30px;
	}

	h6 {
		font-size: 18px;
		line-height: 28px;
	}

	#tools-sec-3 .title-area h2 {
		font-size: 32px;
	}

	#tools-sec-3 .title-area h2 span {
		font-size: 45px;
	}
}

/* Screen-size 991 */
@media screen and (max-width: 991px) {
	h1 {
		font-size: 32px;
		line-height: 42px;
	}

	h2 {
		font-size: 27px;
		line-height: 37px;
	}

	h3 {
		font-size: 25px;
		line-height: 35px;
	}

	h4 {
		font-size: 22px;
		line-height: 32px;
	}

	h5 {
		font-size: 18px;
		line-height: 28px;
	}

	h6 {
		font-size: 16px;
		line-height: 24px;
	}

	p {
		font-size: 15px;
		line-height: 25px;
	}

	.big-heading {
		font-size: 80px;
		line-height: 90px;
	}

	.normal-heading {
		font-size: 40px;
		line-height: 50px;
	}

	.big-padding {
		padding: 50px 0;
	}

	.col {
		min-height: 0;
	}

	#site-nav .navbar-nav {
		margin-top: 20px;
		padding-top: 10px;
		border-top: 2px solid #6f33d4;
	}

	#site-nav ul li a::after {
		display: none;
	}

	#tools-sec-3 .title-area h2 {
		font-size: 25px;
	}

	#tools-sec-3 .title-area h2 span {
		font-size: 35px;
	}

	#tools-sec-3 .v-tab-wrapper {
		border: 2px solid #5d0a6e;
		padding: 30px 0;
	}

	#tools-sec-3 .v-tab-wrapper .nav-col {
		flex-basis: 30%;
		max-width: 30%;
	}

	#tools-sec-3 .v-tab-wrapper .content-col {
		flex-basis: 70%;
		max-width: 70%;
	}

	#footer-section .footer-bottom {
		padding: 25px 0;
	}

	#footer-section .footer-nav li a {
		font-size: 13px;
	}
}

/* Screen-size 767 */
@media screen and (max-width: 767px) {
	h1 {
		font-size: 30px;
		line-height: 40px;
	}

	h2 {
		font-size: 25px;
		line-height: 35px;
	}

	h3 {
		font-size: 22px;
		line-height: 32px;
	}

	h4 {
		font-size: 20px;
		line-height: 30px;
	}

	h5 {
		font-size: 16px;
		line-height: 26px;
	}

	h6 {
		font-size: 15px;
		line-height: 24px;
	}

	p {
		font-size: 14px;
		line-height: 25px;
	}

	br {
		display: none;
	}

	.big-heading {
		font-size: 70px;
		line-height: 80px;
	}

	#tools-sec-3 .v-tab-wrapper {
		padding: 0 0 30px;
	}

	#tools-sec-3 .v-tab-wrapper::after {
		content: "";
		display: block;
		width: 9%;
		height: 79px;
		position: absolute;
		right: 0;
		top: 0;
		background-color: rgb(255, 255, 255);
		opacity: .8;
		box-shadow: -25px 0 12px -8px #fff;
	}

	#tools-sec-3 .v-tab-wrapper .nav-col {
		flex-basis: 100%;
		max-width: 100%;
		border: 0;
		overflow-x: scroll;
	}

	#tools-sec-3 .v-tab-wrapper .nav-pills {
		right: 0;
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row !important;
		white-space: nowrap;
	}

	#tools-sec-3 .v-tab-wrapper .nav-link {
		padding: 25px;
		border-right: 0;
		border-bottom: 3px solid #d4d4d4;
	}

	#tools-sec-3 .v-tab-wrapper .content-col {
		flex-basis: 100%;
		max-width: 100%;
		padding: 25px !important;
	}

	#tools-sec-3 ul.faq-list li::before {
		line-height: 25px;
	}

	#footer-section .footer-nav li a {
		font-size: 12px;
		line-height: 22px;
	}
}

/* Screen-size 640 */
@media screen and (max-width: 640px) {
	.normal-padding {
		padding: 40px 0;
	}
}

/* Screen-size 575 */
@media screen and (max-width: 575px) {
	.normal-heading {
		font-size: 35px;
		line-height: 50px;
	}

	#tools-sec-3 .title-area h2 {
		font-size: 20px;
	}

	#tools-sec-3 .title-area h2 span {
		font-size: 28px;
	}

	#footer-section .contact-wrapper {
		flex-direction: column;
	}

	#footer-section .contact-wrapper>img {
		margin-right: 0 !important;
		margin-bottom: 15px;
	}
}

/* Screen-size 440 */
@media screen and (max-width: 440px) {
	.btn-link {
		font-size: 16px;
		line-height: 22px;
	}

	.big-heading {
		font-size: 50px;
		line-height: 60px;
	}

	.normal-heading {
		font-size: 28px;
		line-height: 38px;
	}

	#tools-banner .content-area .btn-link h3 {
		font-size: 16px;
		line-height: 16px;
	}

	#footer-section .footer-nav {
		display: block !important;
		width: 100%;
		max-width: 160px;
		margin: 0 auto;
	}

	#footer-section .footer-nav li {
		padding: 5px 0;
	}

	#footer-section .footer-nav li a {
		margin-right: 0;
		padding-right: 0;
		border-right: 0;
		font-size: 14px;
		line-height: 24px;
	}
}

/* Screen-size 375 */
@media screen and (max-width: 375px) {
	.btn-link {
		font-size: 14px;
		line-height: 20px;
	}
}

/* >>> END RESPONSIVE <<< */