@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: #070707;
}

input:focus {
	outline: none;
}

a, a:hover, a:focus {
	text-decoration: none;
	outline: none;
}

h1, h2, h3, h4 {
	color: #0a0b0e;
}

h2 {
	text-transform: capitalize;
}

h3 {
	text-transform: capitalize;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.slick-arrow {
    left: 0;
    float: left;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: #fff;
    text-indent: -150px;
    overflow: hidden;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    z-index: 9;
    opacity: 1;
}

.slick-arrow.slick-next {
	float:right;
	left:auto;
	right: 0;
}

.slick-arrow.slick-arrow:before {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    content: "";
    background: #fff url(../images/arrow-left.png) no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 9;
    display: flex;
    align-items: center;
    vertical-align: middle;
	background-position: center;
}

.slick-arrow.slick-next:before {
	background: #fff url(../images/arrow-left.png) no-repeat;
	background-position: center;
	transform: rotate(180deg);
}

.slick-arrow:focus {
	outline:none;
}

.slick-disabled {
	opacity: 0;
}

.slick-dots { display:none !important;}

header {
	width: 100%;
	float: left;
	position: relative;
	background: #fff;
	padding: 10px 0;
}

.logo {
	max-height: 60px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 60px;
}

.header-login {
	margin-left: auto;
	margin-right: 0;
	display: flex;
	justify-content: flex-end;
}

nav.navbar {
	padding: 0 10px; 
	float: right;
	margin: 0 0 0 auto;
}

nav.navbar  ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: row;
}

nav.navbar ul li {
	width: auto;
	float: left;
	padding: 0 10px; 
	position: relative;
}

nav.navbar ul li:hover a {
	color: #7124e9;
	transition: all ease-in 0.1s;
}

nav.navbar ul li a {
	color: #828282;
	padding: 10px 0px;
	position: relative;
	transition: all ease-in 0.1s;
	font-size: 12px;
}

.header-top-last {
	display: flex;
	align-items: center;
	justify-content: space-around;
	float: right;
}

.header-top-last ul li {
	float: left;
	padding: 8px 0;
}

.header-top-last ul li a {
	border-right: solid 1px #bdcbcf;
	color: #828282;
	padding: 0 10px;
	float: left;
}

.header-top-last ul li:last-child a {
	border:none;
}

.header-top-last ul li a i {
	float: left;
    margin-right: 5px;
    font-size: 18px;
}

.header-top-last ul li div {
	display: inline-flex;
    background: #b9b9b9;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    justify-content: center;
}

.get-the-box {
	background: #7124e9;
    padding: 8px 30px;
    float: left;
    color: #fff;
    border-radius: 40px;
    display: flex;
    align-items: center;
}

.get-the-box:hover {
	color: #fff;
}


.banner {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.banner img {
	width: 100%;
	height: auto;
}

.banner .container {
	display: flex;
	align-items: center;
	height: 100%;
}

.banner-content {
	float: left;
	top: -70px;
}

.mini-heading {
	font-family:'Conv_mvboli',Sans-Serif;
	font-size: 38px;
	letter-spacing: 2px;
	position: relative;
}

.banner-content h1 {
	font-size: 42px;
    line-height: 48px;
    text-transform: uppercase;
    font-weight: bold;
}

.banner-content p {
	font-size: 13px;
	letter-spacing: 0.3px;
}

.get_btn {
	float: left;
	padding-left: 0;
	margin-top: 20px;
}

.get_btn a {
	background: #06a3bb;
    padding: 10px 40px;
    float: left;
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
}

.get_btn a span {
	position: relative;
}

.get_btn a span:before {
	border-color: transparent;
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 0px;
    width: 0px;
    border-width: 5px;
    border-style: solid;
    border-left: 6px solid #fff;
}

.section-2 {
	background: #fff;
	padding: 50px 0;
	width: 100%;
	float: left;
}

.section-2-left img {
	max-width: 100%;
}

.section-2-right h3 {
	color: #070707;
	font-weight: bold;
}

.section-2-right h6 {
	font-size: 16px;
    margin-bottom: 20px;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
}

.section-2-right p {
	line-height: 22px;
}

.section-2-right ul li {
	color: #555555;
	position: relative;
	padding: 10px 0 10px 20px;
	font-weight: 600;
}

.section-2-right ul li:before {
	width: 12px;
    height: 12px;
    border-radius: 50%;
    border: solid 1px #555555;
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
}

.green-btn {
	margin-top: 20px;
	display: inline-block;
}

.green-btn a {
	background: #7124e9;
    padding: 10px 30px;
    float: left;
    color: #fff;
    border-radius: 40px;
    display: flex;
    align-items: center;
}

.section-3 {
	padding: 50px 0;
	text-align: center;
	background: #f6f6f6;
	background-size: 100% auto;
	background-position: top; 
	background-repeat: no-repeat;
}

.hot-part {
	margin: 50px auto auto;
	float: none;
	display: inline-block;
	z-index: 2;
	padding: 0 6px;
}

.hot-box {
	/*height: 280px;*/
	background: #fff;
	padding: 0;
    border-radius: 8px;
    overflow: hidden;
}

.hot-pic {
	width: 100%;
	height: 200px;
	position: relative;
	overflow: hidden;
}

.hot-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all ease-in .2s;
}

.hot_content {
	width: 100%;
	padding: 25px 30px;
	font-size: 18px;
	font-weight: 600;
	text-align: left;
}

.hot-box:hover .hot-pic img {
	transform: scale(1.05) rotate(2deg);
    opacity: .8;
}

.box-lavel .hot-box {
	height: 195px;
	margin-bottom: 10px;
	background: #92bb5d;
}

.box-lavel .hot-box:last-child {
	margin-bottom: 0;
	background: #fff;
}

.box-lavel .hot-box .hot-pic {
	height: calc(100% - 70px);
}

.box-lavel .hot-box .hot-sticker {
	height: 60px;
}

.box-lavel .hot-box .green-sticker {
	background: url(../images/box-sticker-2.png);
	background-size: 200px auto;
    background-repeat: no-repeat;
    background-position: bottom;
}

.heading {
	position: relative;
    color: #070707;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
}

.hot-deal-bg .business-box-bg {
	margin-bottom: 0;
}

.hot-deal-bg .business-box-bg {
	padding-bottom: 30px;
	z-index: 2;	
}

.hot-deal-bg .business-box-bg:after {
	right: auto;
	left: -100px;
	z-index: -1;
}

.section-4 {
	width: 100%;
	float: left;
	padding: 50px 0;
	text-align: center;
}

.works-box {
	text-align: center;
	display: flex;
	margin-top: 30px;
}

.works-content-box {
	padding: 40px 30px;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%);
    border-style: solid;
    border-width: 0;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-bottom: solid 5px #7124e9;
}

.works-content-box h4 {
	color: #3f3f3f;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
    margin: 5px 0 10px;
    position: relative;
    z-index: 1;
}

.works-content-box p {
	font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    color: #979797;
    position: relative;
    z-index: 1;
}

.works-content-box:before {
	position: absolute;
    content: "";
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.works-content-box:hover:before {
	top: 0;
	background: #7124e9;
}

.works-content-box:hover h4, .works-content-box:hover p {
	color: #fff;
}


.section-5 {
	width: 100%;
	float: left;
	padding: 50px 0;
	background: #f6f6f6;
	text-align: center;
}

.discover {
	margin: auto;
	position: relative;
}

.discover img {
	max-width: 100%;
}

.play_button {
	width: 60px;
	height: 60px;
	color: #fff;
	font-size: 20px;
	border-radius: 50%;
	background: #7124e9;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	cursor: pointer;
}

.section-5 .slick-arrow.slick-next:before {
    background: #7124e9 url(../images/arrow-left.png) no-repeat;
    background-position: center;
    transform: rotate(180deg);
}

.section-5 .slick-arrow.slick-arrow:before {
	background-color: #7124e9;
}

.section-6 {
	width: 100%;
	float: left;
	padding: 50px 0;
	background: url(../images/app.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	position: relative;
	background-attachment: fixed;
}

.section-6 ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-6 ul li {
	padding: 0 15px;
}

.section-6 ul li img {
	max-width: 170px;
}

.overlay {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.section-6 .container {
	z-index: 9;
	position: relative;
}

.section-6 h3 {
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 700;
	color: #fff;
}

.section-6 p {
	color: #eaeaea;
}

.section-6 .green-btn a {
	 text-transform: uppercase;
	 font-weight: 600;
}

.footer {
    background: #fff;
    width: 100%;
    padding: 100px 0 0;
    height: auto;
    float: left;
}

.main-footer {
	position: relative;
	padding: 0;
}

.main-footer:before {
	width: 160px;
    height: 170px;
    position: absolute;
    content: "";
    right: -100px;
    background: url(../images/blue-logo.png) no-repeat;
    background-size: contain;
    bottom: -30px;
    z-index: 1;
    margin: auto;
}

.ft-1st {
	padding-right: 90px;
}

.ft-logo {
	height:auto;
	margin-bottom:20px;
}

.ft-logo img {
	 width:auto;
	 max-width:100px;
	 height:auto;
}

.footer-part p {
	color:#797878;
	line-height: 24px;
    clear: both;
    font-weight: normal;
    font-size: 12px;
}

.ft-social {
	 margin:0;
	 padding:0;
	 list-style:none;
	 display: inline-block;
}

.ft-social li {
	 float:left !important;
	 width:auto !important;
	 margin-right:15px;
}

.ft-social li a {
	width: 40px;
    height: 40px;
    float: left;
    display: flex;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
	text-decoration:none;
	background:#f3f3f3;
}

.ft-social li a i {
	font-size:18px;
	color:#606060 !important;
	width:100%;
	margin-right: 0 !important;
}

.footer-part h4 {
    text-align: left;
    color: #252525;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
}

.footer-part ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-part h5 {
	color: #252525;
	text-transform: uppercase;
	margin-top: 20px;
	font-weight: 600;
}

.footer-part ul li {
    float: none;
    width: 100%;
    padding: 7px 0;
}
.footer-part ul li i {
	color: #7124e9;
	margin-right: 10px;
}

.footer-part ul li a {
    color:#797878;
    text-decoration: none;
    text-transform: capitalize;
}

.footer-contact h6 {
	color: #797878;
	font-weight: normal;
}

.footer-contact h6 a {
	display: block;
	line-height: 30px;
	color: #7124e9;
}

.footer-contact form {
	margin-top: 30px;
}

.footer-contact form input[type=email] {
	width: 100%;
	background: #f3f3f3;
    border: none;
    height: 45px;
    border-radius: 4px;
    padding-left: 15px;
}

.footer-contact form input[type=email]::placeholder {
	color: #bababa;
	font-weight: 500;
}

.footer-contact form input[type=submit] {
	background: #7124e9;
    border: none;
    width: 170px;
    padding: 10px 0;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 15px;
}


.copyright {
    padding: 20px 0;
    border-top: solid 1px #d8d8d8;
    margin-top: 50px;
    float: left;
    width: 100%;
    color: #b1b1b1;
    text-align: center;
    line-height: 22px;
}


.section-7 {
    width: 100%;
    float: left;
    padding: 50px 0 100px;
    text-align: center;
}

.expert-card {
    border-radius: 8px;
    padding: 30px;
    background-color: #f6f6f6;
    box-shadow: 0px 19px 30px 0px rgb(0 0 0 / 6%);
    position: relative;
    text-align: left;
    margin-top: 25px;
    display: inline-block;
}

.expert_top {
	width: 100%;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.expert-icon {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
}

.expert-info {
	text-align: left;
    padding-left: 15px;
}

.expert-info h4 {
    font-size: 19px;
    color: #070707;
}

.expert-card p.comment {
    line-height: 30px;
    color: var(--ced-subheading-color);
}



.modal_video {
	height: 500px;
}

.modal_video .modal-dialog {
	max-width: 400px;
}

.modal_video div {
	height: 100%;
}

.modal_video .modal-body {
	padding: 0;
	background: #000;
}

.modal_video .modal-content .close {
	position: absolute;
    width: 20px;
    height: 20px;
    z-index: 1;
    right: -22px;
    top: 0px;
    color: #fff;
    opacity: 1;
    font-weight: 100;
    font-size: 50px;
    line-height: 20px;
}

.modal_video .modal-content .close:focus {
	outline: none;
}

/* Contact form styles */
.contact-form {
    padding: 40px 0;
    margin: 0 10px;
}
 
.form-container {
    max-width: 40%;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
 
.contact-form h2 {
    text-align: center;
    margin-bottom: 20px;
}
 
.form-group {
    margin-bottom: 20px;
}
 
 .form-container label {
    display:block;
    font-weight: bold;
}
.form-container input, textarea{
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 1rem;
    resize: vertical;
}
.submit-button {
    padding: 10px 20px;
    background-color: #0dac30;
    border: none;
    color: white;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
}