body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #213343;
    line-height: 1.6em;
    padding: 0;
    background-color: #fff;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

section {
    padding: 90px 0 90px 0;
    position: relative;
}
.padding-77{
  padding: 77px 0 77px 0;
 }

.spacer-60 {
        width: 100%;
        height: 60px;
        display: block;
        clear: both;
    }
.padding-120{
 padding: 120px 0 120px 0;
}
.padding-60{
    padding: 60px 0 60px 0;
   }


hr{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
   border-top: 1px solid #eee;
}
a{
	text-decoration: none;
}
.error{
    font-size: 12px;
    font-weight: 400;
    color: red;
}

.pb-custom-40{
    padding-bottom: 40px;
}

.page-header{
    height: 600px;
    background-color: #F6F7F9;

}


/* From ignite */
body {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	font-size: 14px;
	/* color: #687377; */
	line-height: 26px;
}
/*---Typography---*/
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0px;
	margin: 0px;
	font-family: 'Poppins', sans-serif;
	color: #213343;
}












/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .navbar-nav{
    display: flex;
    align-items: center;
  }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

section {
    padding: 90px 0 90px 0;
    position: relative;}

.spacer-60 {
        width: 100%;
        height: 60px;
        display: block;
        clear: both;
    }
.padding-120{
 padding: 120px 0 120px 0;
}
.padding-60{
    padding: 60px 0 60px 0;
   }


hr{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
   border-top: 1px solid #eee;
}

.pb-custom-40{
    padding-bottom: 40px;
}

.page-header{
    height: 600px;
    background-color: #F6F7F9;

}



.dropdown .icon {
    margin-right: 5px;
}

.dropdown .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #2C4030;
    padding: 20px;
    /* border: 1px solid #ccc; */
}

.dropdown-menu{
    width: auto !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
}


.dropdown-menu li a {
    color: #213343;
    text-decoration: none;
}

.dropdown-menu li a:hover {
    color: #555;


}

/* nav-bar-stack */
.top-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: white; 
    box-shadow: 0 2px 6px rgba(109, 109, 109, 0.1); 
}

.nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px; /* Optional: Add space between menu items */
}

.right-menu li {
    position: relative; /* For positioning the dropdown menu */
}

.right-menu .dropdown-menu {
    display: none; /* Hide the dropdown menu initially */
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    list-style: none;
}

.right-menu .dropdown:hover .dropdown-menu {
    display: block; /* Show dropdown menu on hover */
}


.product-logo{
    padding: 6px;
    /* background-color: rgb(255, 255, 255); */
}
.product-logo img{
    width: 150px;
    height: auto;
}

.product-logo:hover{
border-radius: 4px;
/* background-color: #eeeeee; */
border: 1px solid #dddddd;
transition-duration: inherit;
transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
.logo img{
    height: 70px;
    width: auto;
}




/* Start CSS for Home page  */


.right-menu{
    font-size: 16px;
    font-weight: 500;
    line-height: 2 !important;
    color: #213343;
}
.right-menu ul li{
    padding: 0px 15px;
}

.right-menu a{
    color: #213343;
    text-decoration: none;
    cursor: pointer;
}
.right-menu a:hover{
    color: #204ECF;
    transition: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.navbar-btn-custom{
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 4px 18px !important;
    background-color: #204ECF;
    color: #fff;
    border-radius: 20px;
    border: none;
}


.bg-shades{
    background-color: #f6f9fc;
}

.top-nav {
    padding: 7px 0px;
    /* height: 70px; */
    background-color: #fff;
    color: #fff;
    z-index: 99999;
	width: 100vw;
}

.navbar ul li a{
    color: #444a4e !important;
    font-size: 18px;
    font-weight: 500;
}

.nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}








.event-details p{
    font-weight: 300;
}
.radio-section label{
margin: 0px;
padding-right: 8px;
font-size: 14px;
font-weight: 400;
}
.navbar-collapse{
    flex-grow: 0;
}










/* end ignite */






/* Start Custom CSS added for new home page JIBON */

.animated-border {
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	font-size: 18px;
	color: #444a4e;
	text-decoration: none;
	font-weight: 500;
	border-radius: 8px;
	border: 2px solid transparent;
	background: linear-gradient(white, white) padding-box, 
				linear-gradient(90deg, #4a90e2, transparent, #b57ee5) border-box;
	background-size: 200% 100%;
	animation: borderMove 1.5s linear infinite;
}

@keyframes borderMove {
	0% {
		background-position: 100% 0;
	}
	100% {
		background-position: 0 0;
	}
}


.LandingPage{
	background-color: #fff;
}
.home-sec-video::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100%; */
    pointer-events: none; /* Allows clicks to pass through */
	/* height: 1000px; */
}


.left-right-sec-top img{
	border-radius: 16px;
}
.subscribe-sec{
	background-color: #b7ecec;
	border-radius: 8px;
}
.subscribe-form label{
font-size: 16px;
color: #213343
}
.btn-submit{
	font-size: 18px;
	font-weight: 500;
	background-color: #e3472b;
	color: #fff;
	border-radius: 6px;
	padding: .5rem 1.4rem;
	text-transform: none;
}
.padding-120{
padding-top: 120px !important;
}
.spacer-60 {
	width: 100%;
	height: 60px;
	display: block;
	clear: both;
}


/* .LandingPage h1, 
.LandingPage h2,.LandingPage h3,.LandingPage h4,.LandingPage h5,.LandingPage h6,.LandingPage p, .LandingPage li, .LandingPage span {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: auto;
	color: #1a1a1a;
} */


.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(36, 36, 36, 0.199); /* Adjust opacity as needed */
    pointer-events: none; /* Ensures video remains interactive if needed */
}





.LandingPage section{
padding: 90px 0 90px 0;
  position: relative;
}
.Accessibility section{
	padding: 90px 0 90px 0;
	  position: relative;
	}
.header-bg-img{
	background-position: center;
	background-size: auto;
	height: 400px;
}

/* .heading {
	margin: 0px 60px;
	align-items: center;
	text-align: center;
	justify-content: center;
	color: #fff;
	height: 130px;
	width: auto;
	background-color: #334D5B;
  } */

.left-righ-section i{
 color: #1a1a1a;
font-weight: normal;
font-size: 14px;

}
.text-style li{
	list-style: none;
	font-size: 18px;
	color: #213343;
}
.text-style h2{
	font-size: 36px;
	line-height: 1.4;
	font-weight: 600;
	/* color: #2d2d2d; */
	color: #213343;
}
.text-style h3{
	font-size: 24px;
	line-height: 1.3;
	font-weight: 600;
	color: #2d2d2d;
}



.text-style p{
	font-size: 18px;
	line-height: 1.6;
	font-weight: 400;
	color: #213343;
	margin-bottom: 20px;
}


  .heading{
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 45px;
    padding: 43px 0;
    color: #fff;
	background-color: #334D5B;
  }

  .heading-txt h1 {
	color: #fff;
	font-size: clamp(12px, 3vw, 60px);
	line-height: 1.4;
	line-height: auto;
	font-weight: 700;
	margin: 0 !important;
	text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.16);
  }

  .heading-txt h2 {
	margin: 0 !important;
	font-size: clamp(11px, 2.5vw, 60px);
	line-height: auto;
	font-weight: 500;
	color: #fff;
	text-shadow: 4px 4px 16px rgba(0, 0, 0, 0.3);
  }
  .heading-txt ul li {
	font-size: 36px;
	line-height: 1.5;
	font-weight: 600;
	color: #fff;
	text-shadow: 4px 4px 16px rgba(0, 0, 0, 0.3);

  }
.unlock-sec{
	justify-content: center;
}
.home-top-section{
	margin-top: 100px;
	justify-content: center;
	align-items: center;
}

.home-section-text{
    /* position: absolute; */
    top: 0;
    /* z-index: 999; */
    left: 0;
    height: 100%;
    width: 100%;
    color: white;
	/* padding-bottom: clamp(40px, 16vw, 400px); */
  }
.home-section-text-container{
		display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: end;
}
.home-section-text-secondary{
	padding-bottom: clamp(16px, 4vw, 96px);
}
  .home-sec-video{
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
	max-height: 850px;
	overflow: hidden;
	margin-bottom: -3px;
	margin-right: -3px;
  }
  .home-sec-video video{
	/* height: 1000px; */
  }
.home-top-sec-img{
    /* background-image: url(/assets/images/dance.jpg); */
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    width: 100%; 
    height: 880px; 
}


.background-1 {
	background: #4D83FF0F;
  }
  .background-4{
	background: #FEF4EA;

  }
  .background-2 {
	border-radius: 10px; 
	background: #545A660F;
	padding: 40px;
  }
  .background-3 {
	/* border-radius: 10px;  */
	background: #FEF4EA;
  }
  .white-button{
	font-size: 20px;
	font-weight: 500;
	background-color: #fFF;
	color: #EA5F45;
	border-radius: 12px;
	padding: 10px 20px;
	text-transform: none;
	border: 2px solid #EA5F45;
  }
  .white-button:hover{
	background-color: #FEF4EA;
	color: #EA5F45;
	border: 2px solid #e55137;
  }
.btn-big{
	padding: clamp(8px, 0.7vw, 14px) clamp(10px, 0.9vw, 18px) !important;
}

  .btn-demo {
	font-size: clamp(14px, 1vw, 20px);
	font-weight: 500;
	background-color: #EA5F45;
	color: #fff;
	border-radius: 12px;
	padding: 10px 26px;
	text-transform: none;
  }


  .btn-demo:hover{
	background-color: #e3472b;
	color: white;
  }

.btn-demo-small{
	font-size: 18px;
	font-weight: 500;
	background-color: #EA5F45;
	color: #fff;
	border-radius: 32px;
	padding: 10px 20px;
	text-transform: none;
}
  
.benefit-card h4{
	color: #213343;
	font-size: 22px;
	line-height: 1.4;
	line-height: auto;
	font-weight: 500;
	margin: 0 !important;
	
}
.benefit-card p{
	color: #2d2d2d;
	font-size: 18px;
	line-height: 1.4;
	line-height: auto;
	font-weight: 500;
	margin: 0 !important;
}
.benefit-card{
	/* border: 1px solid #1a1a1a; */
	border-radius: 16px;
	padding: 40px 16px 40px 16px;
	background-color: #fff;
    box-shadow: 0 2px 8px -2px hsla(0, 0%, 9%, .08), 0 8px 12px -2px hsla(0, 0%, 9%, .16);
}
.benefit-card img{
	width: 16%;
}

/* Feature-animation-part Start*/

.key-feature-card{
	background-color: #fff;
	border: 2px solid #2e3e4f;
	border-radius: 24px;
	/* height: 600px; */
	padding: 0px !important;
	  }
	  .key-feature-card-top{
		background-color: #4D83FF;
		border-radius: 21.5px 21.5px 0px 0px;
		justify-content: center;
	  }
	  .key-feature-card-top ul li{
		font-size: 20px;
		line-height: 1.5;
		font-weight: 500;
		padding: 16px 16px;
	  }
	  .key-feature-card-top ul li a{
		color: #fff;
		border-bottom: 2px solid transparent;
		
	  }
	.key-feature-card-top ul li a:hover{
		border-bottom-color: #fff;
	}
	.key-iteam-home{
		white-space: nowrap;
	}
	  .key-iteam-home{
		display: flex;
		list-style: none;
		justify-content: center;
	  }
	
	
	  .key-card-home-inside{
		display: flex;
		align-items: center;
		
	  }
	.key-card-home{
		padding: 30px;
		text-align: left;
		text-decoration: none;
		list-style: none;
	}
	
	  .key-card-home h3{
		font-size: 28px;
		line-height: 1.3;
		font-weight: 600;
	  }
	  .key-card-home p{
		font-size: 18px;
		line-height: 1.5;
		font-weight: 400;
		color: #57585a;
	  }
	  .key-feature-card-img{
		background-color: #f4f5f5;
		padding: 24px;
		border-radius: 0px 24px 24px 0px;
	  }
	
	  .key-feature-card-img ul li{
		list-style: none;
	  }

	  .feature-details-home{
		display: contents;
		}
		
		.feature-img-home{
		border-left: 2px solid #5f7995;
		background-color: #F1F5FE;
		padding: 8px;
		border-radius: 0px 0px 21px 0px;
		}

/* Feature-animation-part End*/




  .video-top-text h1{
	padding-bottom: 12px;
	 font-size: 32px;
	 font-weight: 600;
	 color: #334D5B;
	}
	
	.demo-video{
		text-align: center;
		padding: 90px 90px;
	}
	.with-demo-video{
		padding-top: 36px;
	}
	.sub-heading h5{
		font-size: 20px;
		line-height: 1.5;
		font-weight: 400;
		padding-bottom: 6px;
	}
	.demo-video p{
	 font-size: 18px;
	 font-weight: 300;
	}



	.left-righ-section img{
		border-radius: 6px;
	}
	
	.left-righ-section h1{
	 font-size: 28px;
	 line-height: 1.5;
	 font-weight: 600;
	 margin: 0;
	}
	
	.left-righ-section p{
		font-size: 16px;
		line-height: 26px;
		font-weight: 300;
		margin: 0;
	   }
	
	.enrollment-section h2{
	margin-left: 6px !important;
	font-size: 24px;
	font-weight: 600;
	}

	.enrollment-feature-button {
		border: 1px solid #d8d8d8;
		background: none;
		border: none;
		cursor: pointer;
		padding: 17px 4px;
		font-size: 16px;
		font-weight: 400 !important;
		text-decoration: none;
		text-align: center;
		/* width: 258px; */
		/* height: 60px; */
		width: 100%;
		color: #1a1a1a;
		display: block;
		background-color: #ffffff;
		margin: 6px;
		border-radius: 4px;
		box-shadow: 1px 2px 5px #ebebeb;
	}
	
	.enrollment-feature-button-active {
		color: #fff !important;
		background-color: #334D5B !important;
		border: 1px solid #fff !important;
		background: none;
		border: none;
		cursor: pointer;
		padding: 17px 4px;
		font-size: 16px;
		font-weight: 500 !important;
		text-decoration: none;
		text-align: center;
		width: 100%;
		display: block;
		margin: 6px;
		border-radius: 4px;
		box-shadow: 1px 2px 5px #ebebeb;


	}
.show-screenshot img{
	padding-left: 22px;
	
}
.enrollment-section h1{
	padding-bottom: 40px;
	font-size: 32px;
	font-weight: 600;
	color: #1a1a1a;
}

.benefits h1 {
	padding-bottom: 40px;
	font-size: 32px;
	font-weight: 600;
	color: #1a1a1a;
  }

  .benefits-box{
	padding: 18px 30px;
	margin-top: 16px;
	margin-bottom: 16px;
	/* height: 180px; */
	height: auto;
	background-color: #fff;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.06);

  }
  .benefits-box h3{
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
  }
.benefits-details{
	justify-content: center;
	justify-content: space-between;
	display: flex;
}


.enrollment-system-features h1 {
	padding-bottom: 40px;
	font-size: 32px;
	font-weight: 600;
	color: #213343;
}
.enrollment-system-features h5{
font-size: 1.25rem;
line-height: 1.5;
}

.enrollment-subheading h2{
font-size: 26px;
font-weight: 600;
padding-bottom: 18px;
}

.enrollment-portal{
	padding: 30px;
	background-color: #fff;

}
.enrollment-portal h3{
	font-size: 24px;
	font-weight: 500;
	padding-bottom: 20px;
}
.enrollment-portal li{
	font-size: 16px;
	font-weight: 400;
	color: #131313;
	padding-bottom: 14px;
}


.enrollment-portal li img{
	margin-right: 8px;
	padding-top: 5px;

}
.case-study-section h1 {
	font-size: 32px;
	font-weight: 600;
	color: #213343;
}
.testimonials{
	background-color: #F5F6F7;
	padding: 60px 80px;
}
.testimonials h5{
 font-size: 20px;
 line-height: 36px;
 color: #334D5B;
 font-weight: 400;
}

.testimonials p{
	font-size: 20px;
	color: #1a1a1a;
	font-weight: 500;
}
.get-started-section h1{
  font-size: 32px;
  font-weight: 600;
  color: #1a1a1a;
}
.get-started-section p{
	font-size: 18px;
	font-weight: 400;
	color: #1a1a1a;
  }

.free-trail{
	background-color: #F5F5F5;
	padding: 60px 30px;
}


.cl-btn-large{
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	padding: 16px 40px;
	background-color: #334D5B;
	border-radius: 6px;
	border: none;

}
.cl-btn-large:hover{
	background-color: #315977;
}

.our-story-section p{
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  margin: 0;
}
.our-story-section h1{
	font-size: 32px;
	font-weight: 600;
	color: #213343;
	border-left: 5px solid #EA5F45;
  }

  .testimonials-2{
	background-color: rgba(251, 255, 243, 1) !important;
	padding: 40px 130px !;
	border-radius: 6px;
  }

  .client-feedback{
	background-color: rgba(245, 252, 255, 1);
	padding: 40px 130px;
	border-radius: 6px;
  }
  .client-feedback h5{
	font-size: 18px;
	color: rgba(71, 84, 103, 1);
	line-height: 1.6;
	font-weight: 400;

  }
  .client-feedback p{
	font-size: 20px;
	color: rgba(71, 84, 103, 1);
	font-weight: 500;
  }


 .c-t-card{
	display: flex;
	justify-content: space-between;
	padding-left: 15px;
	padding-right: 15px;
  }
  .case-study-card{
	padding: 20px 20px;
	border-radius: 6px;
	background-color: #E1F8FF;
	width: 32%;
  }
  .case-study-card p{
	color: #153E44;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
  }
  .case-study-card h5{
	color: #2d2d2d;
	font-size: 30px;
	font-weight: 600;
  }
  .case-study-card img{
	width: 18%;
  }
  .case-study-big-section img{
	width: 12%;
  }
/* Custom CSS Aminul */
.benefit-card {
	position: relative;
	overflow: hidden;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  }
  
  .benefit-card img, 
  .benefit-card h4 {
	transition: transform 0.7s ease-in-out, opacity 0.6s ease-in-out;
  }
  
  .benefit-card p {
	position: absolute;
	opacity: 0;
	transform: translateY(20px);
	transition: transform 0.7s ease-in-out, opacity 0.6s ease-in-out;
	width: 80%;
  }
  
  .benefit-card:hover img,
  .benefit-card:hover h4 {
	transform: translateY(-30px);
	opacity: 0;
  }
  
  .benefit-card:hover p {
	opacity: 1;
	transform: translateY(0);
  }

  /* custom css for underline */

  .key-iteam-home li a {
	position: relative;
	color: #fff; /* Default text color */
	padding-bottom: 5px; /* Space between text and underline */
	text-decoration: none; /* Remove default underline */
  }
  
  .key-iteam-home li a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px; /* Position the underline properly */
	width: 0;
	height: 3px;
	background-color: transparent; /* Default state */
	transition: width 0.3s ease-in-out, background-color 0.3s ease-in-out;
  }
  
  .key-iteam-home li a:hover::after,
  .key-iteam-home li a.selected-tab::after {
	width: 100%;
	background-color: white; /* Underline stays for selected tab */
  }
  


  @media (min-width: 320px) and (max-width: 768px){

	.footer-sec{
		padding: 20px;
	}
	.industry-section{
		padding: 0 20px 0  20px;
	}

	.left-right-sec-top{
		padding: 0 20px 0  20px;
	}
	.text-style h2{
		font-size: 24px;
	}
	.text-style p{
		font-size: 16px;
	}
	.left-right-sec-top img{
		/* padding-top: 24px; */
		margin-top: 24px;
	}
	.first-img{
		display: none;
	}
	.heading-txt h1{
		/* font-size: 36px; */
	}
	.heading-txt h2{
		/* font-size: 22px; */
	}

	.home-sec-video{
		/* height: 550px; */
	}
	.home-sec-video video{
		/* height: 550px; */
	}
	.home-section-text{
		/* top: 120px; */
	}
	.home-sec-video::after{
		/* height: 550px; */
	}
	.key-iteam-home{
		overflow: scroll;
	}
	.subscribe-form{
		padding-top: 24px;
	}
	.btn-big{
		/* padding: 7px 10px !important; */
		padding: 1.4vw 1.8vw !important;
	}
	.btn-demo{
		font-size: 2.5vw;
	}
  }

  @media (min-width: 320px) and (max-width: 452px){
	.text-style h2{
		font-size: 24px;
	}
	.text-style p{
		font-size: 16px;
	}
	.heading-txt h1{
		/* font-size: 20px; */
	}
	.heading-txt h2{
		/* font-size: 16px; */
	}
	.home-section-text{
		/* top: 40px !important; */
	}

	.client-feedback{
		padding: 16px 16px;
	  }
  }

  @media (min-width: 768px) and (max-width: 991px){

	.client-feedback{
		padding: 16px 16px;
	  }
	.industry-section{
		padding: 0 50px 0  50px;
	}
	.left-right-sec-top{
		padding: 0 50px 0  50px;
	}
	.text-style h2{
		font-size: 26px;
	}
	.text-style p{
		font-size: 16px;
	}
	.left-right-sec-top img{
		padding-top: 24px;
	}
	.first-img{
		display: none;
	}
	.heading-txt h1{
		/* font-size: 42px; */
	}
	.heading-txt h2{
		/* font-size: 28px; */
	}
	.home-sec-video{
		/* height: 650px; */
	}
	.home-sec-video video{
		/* height:650px; */
	}
	.home-section-text{
		/* top: 120px; */
	}
	.home-sec-video::after{
		/* height: 650px; */
	}
	.key-iteam-home{
		overflow: scroll;
	}
	.subscribe-form{
		padding-top: 24px;
	}
  }

  @media (min-width: 992px) and (max-width:1199px){
	.industry-section{
		padding: 0 100px 0  100px;
	}
	.left-right-sec-top{
		padding: 0 50px 0  50px;
	}
	.second-img{
		display: none;
	}
	.heading-txt h1{
		/* font-size: 48px; */
	}
	.heading-txt h2{
		/* font-size: 32px; */
	}
	.home-sec-video{
		/* height: 650px; */
	}
	.home-sec-video video{
		/* height:680px; */
	}
	.home-section-text{
		/* top: 230px; */
	}

	.home-sec-video{
		/* height: 680px; */
	}
	.home-sec-video video{
		/* height:680px; */
	}
	.home-section-text{
		/* top: 230px; */
	}
	.home-sec-video::after{
		/* height: 680px; */
	}
	.key-iteam-home{
		overflow: scroll;
	}
	.benefit-card{
		min-height: 200px;
	}
	
	
  }

@media (min-width: 1200px) and (max-width:1399px){
	.industry-section{
		max-width: 1140px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 12px;
	}
	.left-right-sec-top{
		max-width: 1140px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 12px;
	}
	.second-img{
		display: none;
	}

}
@media (min-width: 1400px) and (max-width:1599px){
	.industry-section{
		max-width: 1320px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 12px;
	}
	.left-right-sec-top{
		max-width: 1320px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 12px;
	}
	.second-img{
		display: none;
	}

	}

	@media (min-width: 1600px) and (max-width:3000px){
		.container{
			max-width: 1320px;
			margin-left: auto;
			margin-right: auto;
		}
		.industry-section{
			max-width: 1400px;
			margin-left: auto;
			margin-right: auto;
			padding: 0 24px;
		}
		.left-right-sec-top{
			max-width: 1400px;
			margin-left: auto;
			margin-right: auto;
			padding: 0 24px;
		}
		.second-img{
			display: none;
		}
		.btn-demo{
			font-size: 18px;
			padding: 14px 32px !important;
		}
		.btn-big{
			padding: 14px 32px !important;
		}

		}

	/* 4K and above (3840px+) */
	@media (min-width: 3001px){
		/* Fix hero: cap height so video doesn't become 2160px tall */
		.home-sec-video{
			height: 1000px;
			max-height: none;
			overflow: hidden;
		}
		.home-sec-video video{
			height: 100%;
			object-fit: cover;
			object-position: 50% 20%;
		}
		/* Center hero text in the fixed-height hero */
		.home-section-text{
			padding-bottom: 0;
		}
		.home-section-text-container{
			justify-content: center;
		}
		/* Fix content sections */
		.container{
			max-width: 2400px;
		}
		.industry-section{
			max-width: 2400px;
			margin-left: auto;
			margin-right: auto;
			padding: 0 80px;
		}
		.left-right-sec-top{
			max-width: 2400px;
			margin-left: auto;
			margin-right: auto;
			padding: 0 80px;
		}
		.second-img{
			display: none;
		}
	}




@media (max-width: 991px){

}


@media (min-width: 300px) and (max-width: 350px){
	.home-section-text{
		/* top: -5px !important; */
	}
	
}


/* END--Custom CSS added for new home page JIBON */



.home-sec-video video {
    width: 100%;
	display: block;
	object-fit: cover;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	appearance: none; /* Remove default browser appearance */
}
video:focus {
	outline: none !important; /* Removes the blue border on click */
}
  video::-moz-focus-inner {
	border: none !important; /* Removes inner focus border in Firefox */
}
.form-control {
	display: block;
	width: 100%;
	padding: 1.375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }

/* ================================================== */
/* 06. Footer */
/* ================================================== */

/*-----------------------
	   Offer icon hover
-----------------------*/
.offer-icon-wrap {
    transition: background 0.25s ease;
}
.offer-icon-svg *{
    stroke: #EA5F45;
    transition: stroke 0.25s ease;
}
.offer-item:hover .offer-icon-wrap {
    background: #EA5F45 !important;
}
.offer-item:hover .offer-icon-svg * {
    stroke: #ffffff;
}

/*-----------------------
       Product Features cards
-----------------------*/
.pf-card {
    border: 1.5px solid #e8e8e8;
    border-radius: 10px;
    padding: 22px;
    height: 100%;
    transition: border-color 0.25s ease;
    cursor: default;
    background: #fff;
}
.pf-card:hover {
    border-color: #EA5F45;
}
.pf-card .pf-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: #fdecea;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    transition: background 0.25s ease;
}
.pf-card .pf-icon-svg * {
    stroke: #EA5F45;
    transition: stroke 0.25s ease;
}
.pf-card:hover .pf-icon-wrap {
    background: #EA5F45 !important;
}
.pf-card:hover .pf-icon-svg * {
    stroke: #ffffff;
}
.pf-card-label {
    font-size: 14px;
    font-weight: 600;
    color: #0d1b2a;
    margin: 0;
    line-height: 1.5;
}
.pf-orange {
    color: #EA5F45;
}

/*-----------------------
	   Footer opt1
-----------------------*/
.footer {
	display: block;
	background: #1a1a1a;
	-moz-box-shadow: 0 2px 7px 0 hsla(0, 0%, 58%, .35);
	-webkit-box-shadow: 0 2px 7px 0 hsla(0, 0%, 58%, .35);
	box-shadow: 0 2px 7px 0 hsla(0, 0%, 58%, .35);
}
.footer p{
	font-size: 16px;
	font-weight: 500;

}

.footer .top {
	padding: 70px 0 60px 0;
	border-bottom: 1px #ebebeb solid;
}

.footer .top h4 {
	padding-bottom: 30px;
	font-size: 18px;
}

.footer .quick-links {
	display: block;
	padding-bottom: 30px;
	/*	border-bottom: 1px #e1e1e1 solid;*/
}

.footer .quick-links ul {
	display: block;
}

.footer .quick-links ul li {
	list-style: none;
	font-size: 14px;
}

.footer .quick-links ul li a {
	color: #fff;
}

.footer .quick-links ul li a:hover {
	color: #bababa;
}

.footer .connect-outer {
	display: block;
	padding-top: 30px;
}

.footer .connect-outer h4 {
	padding-bottom: 20px;
}

.footer ul.connect-us {
	display: block;
}

.footer ul.connect-us li {
	display: inline-block;
	padding: 0 1px;
	text-align: center;
}

.footer ul.connect-us li a {
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	background: #d5dfe7;
	color: #fff;
	border-radius: 50%;
}

.footer ul.connect-us li a:hover {
	background: #2e475d;
}

.footer .recent-post {
	display: block;
	padding-left: 25px;
}

.footer .recent-post ul {
	display: block;
}

.footer .recent-post ul li {
	list-style: none;
	padding: 20px 0;
	border-bottom: 1px #ebebeb solid;
}

.footer .recent-post ul li:first-child {
	padding-top: 0px;
}

.footer .recent-post ul li:last-child {
	border: none;
}

.footer .recent-post ul li figure {
	width: 24%;
	padding-right: 15px;
}

.footer .recent-post ul li h5 {
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
	color: #646f79;
	line-height: 18px;
}

.footer .recent-post ul li p {
	font-size: 11px;
	color: #4b555e;
}

.footer .recent-post ul li p span {
	font-weight: 600;
}

.footer .recent-post ul li p:before {
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 10px;
	font-family: 'icomoon';
	font-size: 18px;
	color: #c1d0da;
	content: "\e904";
}

.footer .subscribe {
	display: block;
}

.footer .subscribe p {
	padding-bottom: 40px;
	line-height: 20px;
}

.footer .input-outer {
	display: block;
	position: relative;
}

.footer .input-outer input[type='email'] {
	width: 100%;
	float: left;
	padding: 0 0 10px 0;
	border: none;
	font-size: 12px;
	border-bottom: 2px #e6ecf0 solid;
	background: none;
	color: #9ca7af;
}

.footer .input-outer .clear {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: #4B4FCA;
	border-radius: 5px;
	text-align: center;
}

.footer .input-outer .clear:hover {
	background: #2e475d;
}

.footer .input-outer .clear:after {
	position: absolute;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'icomoon';
	font-size: 20px;
	content: "\e90a";
	color: #fff;
	z-index: 1;
}

.footer .input-outer .clear .button {
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	z-index: 2;
	text-indent: -9999px;
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}

.footer .tweet {
	display: block;
	padding: 60px 0 0 0;
}

.footer .tweet .icon {
	width: 14%;
	float: left;
	font-size: 70px;
	color: #e4e9ed;
}

.footer .tweet .right-cnt {
	width: 86%;
	padding: 0 0 0 25px;
	float: left;
}

.footer .tweet .right-cnt p {
	padding-bottom: 10px;
	line-height: 24px;
}

.footer .tweet .sourse {
	display: block;
	font-weight: 700;
	color: #314859;
}

.footer .tweet .sourse span {
	display: inline-block;
	padding-left: 4px;
	font-weight: normal;
	color: #93aabb;
}

.footer .tweet .sourse ul {
	display: inline-block;
	padding-left: 15px;
}

.footer .tweet .sourse ul li {
	display: inline-block;
	padding: 0 6px;
}

.footer .tweet .sourse ul li a {
	display: block;
	color: #8ba6ba;
}

.footer .tweet .sourse ul li a:hover {
	color: #2e475d;
	transition: all 0.3s ease 0s;
}

.footer .bottom {
	display: block;
	padding: 25px 0;
	font-size: 12px;
	color: #fff;
	/* text-align: center; */
}

a.scroll-top {
	width: 42px;
	height: 42px;
	line-height: 38px;
	font-size: 24px;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	position: fixed;
	display: none;
	right: 20px;
	bottom: 20px;
	/* background: #2e475d; */
	background: #4D83FF;
	z-index: 999;
}

a.scroll-top:hover {
	background: #4B4FCA;
}

/*-----------------------
	   Footer opt2
-----------------------*/
.footer.dark-bg {
	background: #2a3f44;
}

.footer.dark-bg .top {
	border-bottom: none;
}

.footer.dark-bg .top h4 {
	color: #fff;
}

.footer.dark-bg .quick-links ul li a,
.footer.dark-bg .recent-post ul li h5,
.footer.dark-bg .subscribe p,
.footer.dark-bg .input-outer input,
.footer.dark-bg .tweet .right-cnt p,
.footer.dark-bg .bottom {
	color: #8d9ca8;
}

.footer.dark-bg ul.connect-us li a {
	background: #3d555a;
}

.footer.dark-bg ul.connect-us li a:hover {
	background: #2e475d;
}

.footer.dark-bg .quick-links,
.footer.dark-bg .recent-post ul li,
.footer.dark-bg .input-outer input {
	border-color: #3d555a
}

.footer.dark-bg .quick-links ul li a:hover {
	color: #2e475d;
}

.footer.dark-bg .recent-post ul li p {
	color: #697f84;
}

.footer.dark-bg .recent-post ul li p:before {
	color: #576a71;
}

.footer.dark-bg .input-outer input::-webkit-input-placeholder {
	/* Chrome */
	color: #8d9ca8;
}

.footer.dark-bg .input-outer input:-ms-input-placeholder {
	/* IE 10+ */
	color: #8d9ca8;
}

.footer.dark-bg .input-outer input::-moz-placeholder {
	/* Firefox 19+ */
	color: #8d9ca8;
}

.footer.dark-bg .input-outer input:-moz-placeholder {
	/* Firefox 4 - 18 */
	color: #8d9ca8;
}

.footer.dark-bg .input-outer input {}

.footer.dark-bg .tweet .icon {
	color: #5b787e;
}

.footer.dark-bg .tweet .sourse {
	color: #fff;
}

.footer.dark-bg .bottom {
	background: #25373c;
}