* {
	padding:0;
	margin:0;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	overflow-x: hidden;
}
a {
	color:#000000;
}
a:hover {
	color:#000000;
}
h1, h2, h3 {
	font-weight: 700;
}
h4, h5 {
	font-weight:600;
}
h6 {
	font-weight:500;
}
.white {
	color:#ffffff !important;
}
.black {
	color:#000000;
}
.navbar {
	position: fixed;
	right: 0;
	left: 0;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	min-height: 50px;
	line-height: 50px;
	background: transparent;
	z-index: 1030;
}
.navbar .active {
	color: #000000 !important;
}
.navbar .navbar-brand {
}
.navbar .nav-item {
	margin: 0 5px;
	padding: 0;
}
.navbar .nav-item button {
	color: #000000;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
}
.btn1 {
	background: linear-gradient(to left, #8cacf7, #012c90);
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	font-weight: 600;
	/* font-size: 13px; */
}
.navbar .nav-item button.btn {
	background: linear-gradient(to left, #8cacf7, #012c90);
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	font-weight: 600;
	font-size: 13px;
}
.navbar .nav-item a:hover, 
.navbar .nav-item button:hover {
	color: #fff;
}
.navbar .nav-link {
	position: relative;
	padding: 0;
}
.navbar .navbar-toggler {
	cursor: pointer;
}
.navbar .navbar-toggler span {
	color: #000;
}
.navbar-style2 .active:after, .navbar-style2 .nav-link:after {
	display: none;
}
.nav-scroll {
	background: #fff;
	-webkit-box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.nav-scroll .navbar-nav > li > a {
	color: #333;
}
.nav-scroll .navbar-brand img {
	-webkit-transform: scale(1.03) !important;
	transform: scale(1.03) !important;
}
.nav-scroll .navbar-toggler {
	cursor: pointer;
}
.nav-scroll .navbar-toggler span {
	color: #333;
}
.nav-scroll .nav-link:hover:after {
	background-color: #2388ed;
}
.nav-scroll .active {
	position: relative;
}

.logo-nav{
	height: 50px;
	

}
.banner-text p {
    font-size: 24px; /* Adjust size as needed */
    line-height: 1.5;
    overflow: hidden; /* Ensures the text is hidden while typing */
    white-space: nowrap; /* Prevents wrapping */
    /* border-right: 3px solid;  */
    /* animation: blink-caret 0.75s step-end infinite;  */
}

@keyframes blink-caret {
    from, to { border-color: transparent; }
    50% { border-color: white; } /* Adjust color as needed */
}

.banner {
	
	position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
	
	/* background: #012c90;
	background: linear-gradient(to left, #8cacf7, #012c90); */
	padding:67px 0px;
	position:relative;
}
.background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    object-fit: cover; /* Ensures the video covers the whole container */
}
.banner::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* background: url(images/pattern.png); */
}
.banner a.weblink {
	color:#ffffff;
	border-bottom:1px dotted #ffffff;
}
.banner a:hover {
	text-decoration:none;
}
.svg-wave {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.banner-text {
	/* padding-right:80px;
	margin:50px 0px 0px; */
	position: relative;
    top: 50%;
    left: 0;
}
.banner-text p {
	margin:40px 0px;
}
.banner-text ul {
	list-style: none;
}
.banner-text ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.banner-text ul li a {
	display: block;
}
.banner-text ul li a img {
	width: 150px;
	border-radius: 7px;
}
.prelative {
	position:relative
}
.section-padding {
	padding:80px 0px;
}
.sectioner-header {
	width:69%;
	margin:0 auto;
}
.line {
	height: 2px;
	width: 50px;
	background: #8cacf7;
	display: block;
	margin: 20px auto 20px;
}
.line::after {
	content:"";
	position: absolute;
	/* left: 50%; */
	width: 150px;
	height: 2px;
	border-bottom: 2px dashed #8cacf7;
	margin-left: -75px;
}
.sectioner-header p {
	color:#818992;
	font-size: 17px;
}
.section-content {
	margin-top: 80px;
}
.icon-box {
	margin-bottom:50px;
}
.icon-box i {
	display: block;
	position: relative;
	width: 135px;
	height: 135px;
	border-radius: 100px;
	
	background:  linear-gradient(to left, #8cacf7, #012c90);
	color: #ffffff;
	font-size: 50px;
	line-height: 135px;
	margin: 0 auto;
}
.icon-box h5 {
	margin-top:30px;
}
.icon-box p {
	color: #818992;
	font-size: 14px;
	width: 80%;
	margin: 0 auto;
}
.about-btn {
	color: #8cacf7;
	padding: 10px 40px;
	border: 2px solid #012c90;
	border-radius: 7px;
	margin-top: 30px;
	display: inline-block;
	font-size: 18px;
}
.about-btn:hover {
	background:#8cacf7;
	color:#ffffff;
	text-decoration:none;
}

.video-section {
	background: url(images/video-bg.jpg) no-repeat fixed center;
	background-size: cover;
	overflow: hidden;
}
.video-overlay {
	background: linear-gradient(to left, rgba(41, 79, 252, 0.9), rgba(81, 113, 255, 0.9));
}
.video-section h3 {
	font-weight: 600;
	font-size: 38px;
}
.video-section i {
	display: block;
	position: relative;
	width: 70px;
	height: 70px;
	border-radius: 100px;
	background: #ffffff;
	color: #8cacf7;
	font-size: 30px;
	line-height: 70px;
	margin: 0 auto;
	cursor:pointer;
}
.video-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	align-content: center !important;
	-ms-flex-line-pack: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.video-popup .video-src {
	position: relative;
	width: 700px;
	max-width: 80%;
}
.video-popup .iframe-src {
	width: 100%;
	height: 0;
	padding-top: 56.3%;
	position: relative;
	display: none;
}
.video-popup .iframe-src iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* services */
.srv-box {
	position: relative;
	height: 350px;
	background: linear-gradient(to left, #8cacf7, #012c90);
	/* background-image: url(images/user1.jpg); */
	box-sizing: border-box;
	padding: 20px 20px;
	transition: .5s;
	overflow: hidden;
	/* margin: 20px; */
	text-align: center;
	border-radius: 10px;
	transition: all 0.6s ease;
}

    .srv-box p {
        color: #fff;
        font-size: 16px;
        padding-bottom: 15px;
    }
	
.srv-box h3 {
	font-size: 23px;
	text-transform: uppercase;
	color: #fff;
}

.icons {
	width: 80px;
	height: 80px;
	background: #fff;
	margin: auto;
	border-radius: 50px;
}
.icons i {
	font-size: 35px;
	line-height: 80px;
}
.srv-box:before, .box:after {
	content: '';
	position: absolute;
	width: 0%;
	height: 0%;
	border: 5px solid #fff;
	opacity: 0;
	transition: .5s;
	box-sizing: border-box;
}
.srv-box:before {
	top: 0;
	left: 0;
	border-top-left-radius: 10px;
}
.srv-box:after {
	bottom: 0;
	right: 0;
	border-bottom-right-radius: 10px;
}
.srv-box:hover:before, .box:hover:after {
	width: 100%;
	height: 100%;
	opacity: 1;
	transition-delay: .3s;
}
.srv-box:hover {
	box-shadow: 0 10px 20px rgba(255, 255, 255, 0.2);
}

.srv-box span {
	position: absolute;
	top: 0;
	left: -110%;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
	transition: .5s;
	transform: skewX(10deg);
}
.srv-box:hover span {
	left: 110%;
}
.srv-box:hover {
	background: linear-gradient(to left, #8cacf7, #012c90);
	box-shadow: 0 2px 15px 5px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1000px) {
	.srv-box {
		padding: 25px;
	}
}
@media (max-width: 600px) {
	.srv-box {
		height: 320px;
		margin: 0;
	}
	.srv-box h3 {
		font-size: 20px;
	}
}

/* services */
.team {
	background: #fafafa;
	border-top: 1px solid #e4e4e4;
}
.team-detail {
	margin-top:40px;
}
.team-detail img {
	border-radius: 50%;
	width: 70%;
}
.team-detail h4 {
	color:#012c90;
	margin-top: 20px;
	font-size: 17px;
	margin-bottom: 0px;
}
.testimonial {
	background: #8cacf7;
	background:  linear-gradient(to left, #8cacf7, #012c90);
	padding:100px 0px;
	position:relative;
}
.testimonial::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* background: url(images/pattern.png); */
}
.bx-prev {
	left: -90px !important;
	background: url(images/arrow-left.png) no-repeat !important;
	background-size: auto auto !important;
	background-size: 100% 100% !important;
}
.bx-next {
	right: -90px !important;
	background: url(images/arrow-right.png) no-repeat !important;
	background-size: auto auto !important;
	background-size: 100% 100% !important;
}
.bx-wrapper {
	border: none !important;
	background: rgba(255, 255, 255, 0.81) !important;
	border-radius: 5px !important;
	box-shadow:none !important;
}
.slider-item {
	padding:20px;
}
.slider .test-img img {
	border: 12px solid #fff;
	border-radius: 50%;
	width: 100%;
	height: auto;
}
.test-img {
	float: left;
	width: 20%;
	margin-right:5%;
}
.test-text {
	float: left;
	width: 75%;
}
.slider .title {
	display: block;
	position: relative;
	margin: 0 0 20px;
	font-size: 1.125em;
	line-height: 1.25;
}
.slider .title span {
	display: block;
	font-size: 1.5em;
	font-weight: 700;
}
  
/* Pricing Start */
  #pricing-card {
	background: linear-gradient(to left, #8cacf7, #012c90);
  }

  #pricing-card h3 {
	margin-top: 20px;
	color: #fff;
  }
  /* .pricing-card p {
	color: #fff;
  } */

  .card-header h3 {
	font-size: 1.8rem;
	margin-bottom: 10px;
  }
  
  .card-header .line {
	display: block;
	width: 50px;
	height: 4px;
	background-color: #007bff;
	margin: 10px auto;
  }
  
  .card-header p {
	color: #666;
	font-size: 1rem;
  }
  

  .card-content .price h2 {
	font-size: 3rem;
	color: #333;
	margin: 0;
  }
  
  .card-content .price p {
	font-size: 1rem;
	color: #666;
	margin-bottom: 20px;
  }
  

  .features {
	list-style: none;
	padding: 0;
	margin: 20px 0;
  }
  
  .features li {
	font-size: 1rem;
	color: #fff;
	margin: 10px 0;
  }
  

  .btn-gradient {
	background: linear-gradient(to left, #8cacf7, #012c90);
	color: #fff;
	border: none;
	padding: 10px 20px;
	font-size: 1rem;
	border-radius: 2rem;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
  }
  
  .btn-gradient:hover {
	background: linear-gradient(to left, #012c90, #8cacf7);
	color: #fff;
	transition: all 0.3s ease-in-out;
  }

  .pricing-card-wrapper .meeting-section {
	background: url('./images/meeting-bg.png') center center no-repeat;
    background-size: cover;
    height: 100vh;
  }

  .pricing-card-wrapper .meeting-section .container .talk-card {
	color: #4c5b6b;
	display: flex;
	flex-direction: column;
	gap: 30px;
  }

  @media (max-width: 991px) {
	  .pricing-card-wrapper .meeting-section .container {
		flex-direction: column;
	  }
  }
/* Pricing End */

.faq {
	background: #fafafa;
	border-bottom: 1px solid #e4e4e4;
}
.faq-content {
	margin: 20px 0px;
}
.faq-content h4 {
	font-weight: 400;
	font-size: 20px;
}
.faq-content p {
	color: #818992;
	font-weight:300;
	margin-top:15px;
}
#contact_form .form-input {
	border: 1px solid #e4e4e4;
}
input {
	height: 42px;
	padding: 0 1rem;
	background: #fff;
	border-radius: 30px;
	margin-bottom: 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border:0;
}
#contact_form textarea {
	resize: none;
	padding: 1rem;
	height: 150px;
	background: #fff;
	border: 0;
	border-radius: 30px;
	margin-bottom: 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-grad {
 padding: .7rem 2rem;
	display: inline-block;
	color: #fff;
	border-radius: 2rem;
	border: 0;
	background: #8cacf7;
	background:  linear-gradient(to left, #8cacf7, #012c90);
	cursor:pointer;
}
.contact-info {
	padding: 2rem 2rem 1rem;
	border-radius: 8px;
	background: #8cacf7;
	background:  linear-gradient(to left, #8cacf7, #012c90);
}
.contact-item {
	margin:23px 0px;
}
.contact-item i {
	padding-right: 15px;
	font-size: 20px;
}
.contact-item p {
	line-height: 20px;
	margin: 0;
}

.footer-copy {
	background: #ffffff;
	color: #242424;
	font-size: 13px;
	text-align: center;
	padding:15px 0px;
}
.footer-copy p {
	margin-bottom:0px;
}
@media all and (max-width:991px) {
.navbar .navbar-collapse {
	overflow: auto;
	background:  rgb(213, 198, 221);
	color: #fff !important;
	text-align: center;
	padding: 10px 0;
}
.banner{
	height: 100vh;
}
.nav-scroll .navbar-collapse {
	background: #fff !important;
}
#contact_form {
	margin-bottom:20px;
}
}
@media all and (max-width:768px) {
.nav-scroll .navbar-brand img, .navbar-brand img {
	transform: scale(0.75) !important;
	-webkit-transform: scale(0.75) !important;
}
.banner{
	height: 100vh;
}
.banner-text {
	padding-right: 0px;
	margin: 10px 0px 0px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 23px;
}
.section-padding {
	padding: 40px 0px;
}
.banner-text p {
	margin: 25px 0px;
}
.banner-text ul li a img {
	width: 140px;
	border-radius: 7px;
}
.sectioner-header {
	width: 90%;
}
.sectioner-header p {
	font-size: 14px;
}
.about-btn {
	padding: 5px 30px;
	margin-top: 0px;
	font-size: 16px;
}
.single-feature {
	margin-bottom: 20px;
	margin-top: 20px;
}
.team-detail {
	margin-top: 20px;
}
.team-detail img {
	width: 50%;
}
.bx-controls
{
	display:none;
}
.bx-wrapper {
	margin: 0px 20px !important;
}
.slider .test-img img {
	margin: 0 auto;
}
.test-img {
	float:none;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}
.test-text {
	float: none;
	width: 100%;
	text-align: center;
}
.section-content {
	margin-top: 40px;
}
.faq-content {
	margin: 10px 0px;
}
.faq-content h4 {
	font-size: 16px;
}
.faq-content p {
	font-size: 13px;
}
#contact_form {
	margin-bottom:20px;
}
.contact-item {
	font-size: 12px;
}
.download ul li a img {
	width: 120px;
}
.footer-copy p {
	font-size: 10px;
}
}
