.cus-navbar{
	background-color : #008aff;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
	color : #0dd1ef !important;
}

.nav-link:focus, .nav-link:hover{
	color : #0dd1ef !important;
}

.cus-nav-link{
	font-weight: 500;
	color : #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    padding: 8px 10px;
}

.cus-nav-link:hover{
	color : #0dd1ef !important;
}

a{
	text-decoration : none;
}

/*button*/
.cus-btn{
	font-weight: 500;
	font-size : 16px;
	color : #fff;
    background-color: #ff594d;
    border-color: #ff594d;
	border-radius : 2rem;
    -webkit-box-shadow: 0 .125rem .25rem rgba(29, 41, 63, .07);
    box-shadow: 0 .125rem .25rem rgba(29, 41, 63, .07);
}

.cus-btn:hover{
	background-color: #ff3527;
    border-color: #ff291a;
    color: #fff;
}
/*button*/

.section-one{
	background-color: #008aff; /* For browsers that do not support gradients */
	background-image: linear-gradient(#008aff, #009fff, #00c8f2, #6be2f5, #fff);
}

.landing-head-txt{
	color : #fff;
	font-size : 58px;
	font-weight : 400;
}

.landing-desc-txt{
	color : #fff;
	text-align : left;
	font-size : 16px;
	font-weight : 500;
}

.new-sm-line{
	padding-top : 23px;
}

.new-lg-line{
	padding-top : 60px;
}

.cus-primary-color{
	color : #008aff;
}

.cus-secondary-color{
	color : #ff594d;
}

.cus-card{
	border-radius : 25px;
}

.table-icon{
	font-size : 28px;
}

.table-bg1{
	background-color : #fff !important;
	width : 50%
}

.table-bg2{
	background-color : #7fd7ff !important;
	width : 25%
}

.table-bg3{
	background-color : #f5a895 !important;
	width : 25%
}

.section-six{
	background: #a1e7ff;
	/*background-image: radial-gradient(circle, #00c8f2, #28cdf2, #3cd2f3, #4cd7f3, #5adcf4, #75e0f9, #8ce3fc, #a1e7ff, #c2ebff, #def0ff, #f3f6ff, #ffffff);*/
}

.carousel-btn{
	width : 0%;
	top : -50px;
}

.cus-video{
	width : 100%;
	border : 6px solid #f5a895;
	border-radius : 25px;
}

.get-started-card{
	background-color : #ffc55a;
}

.footer-bg{
	background-color: #008aff; /* For browsers that do not support gradients */
	background-image: linear-gradient(#fff, #6be2f5, #00c8f2, #009fff, #008aff);
}

/*new twitter logo*/
.fa.fa-twitter::before{
	font-weight : 400;
	content : "𝕏";
	font-size : 18px;
}
/*new twitter logo*/

.cus-hr{
	border : 1px solid #fff;
	opacity : 0.75;
}

/*media query start*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	
	.landing-head-txt{
		font-size : 30px;
	}
	
	.landing-desc-txt{
		font-size : 14px;
		font-weight : 400;
	}
	
	.landing-img{
    	transform: translateX(0%) translateY(0%);
	}
	
	.form-img{
		transform: translateX(0%) translateY(0%);
	}
	
	.cus-video{
		width : 100%;
	}
	
	.get-started-card{
		padding-top : 1rem;
		padding-bottom : 1rem;
	}
	
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

	.landing-head-txt{
		font-size : 30px;
	}
	
	.landing-desc-txt{
		font-size : 14px;
		font-weight : 400;
	}
	
	.landing-img{
    	transform: translateX(0%) translateY(0%);	
	}
	
	.form-img{
		transform: translateX(0%) translateY(0%);
	}
	
	.cus-video{
		width : 100%;
	}
	
	.get-started-card{
		padding-top : 1rem;
		padding-bottom : 1rem;
	}
	
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	
	.landing-head-txt{
		font-size : 38px;
	}
	
	.landing-desc-txt{
		font-size : 14px;
		font-weight : 500;
	}
	
	.landing-img{
    	transform: translateX(0%) translateY(50%);	
	}
	
	.form-img{
		transform: translateX(0%) translateY(100%);
	}
	
	.cus-video{
		width : 100%;
	}
	
	.get-started-card{
		padding : 1rem;
	}
	
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	
	.landing-head-txt{
		font-size : 54px;
	}
	
	.landing-desc-txt{
		font-size : 16px;
		font-weight : 400;
	}
	
	.landing-img{
    	transform: translateX(0%) translateY(25%);
	}
	
	.form-img{
		transform: translateX(0%) translateY(30%);
	}
	
	.cus-video{
		width : 75%;
	}
	
	.get-started-card{
		padding : 2rem;
	}
	
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	
	.landing-head-txt{
		font-size : 58px;
	}
	
	.landing-desc-txt{
		font-size : 16px;
		font-weight : 500;
	}
	
	.landing-img{
    	transform: translateX(0%) translateY(0%);	
	}
	
	.form-img{
		transform: translateX(0%) translateY(10%);
	}
	
	.cus-video{
		width : 75%;
	}
	
	.get-started-card{
		padding : 3rem;
	}
	
}

/* Extra large devices (large laptops and desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {
	
	.form-img{
		transform: translateX(0%) translateY(10%);
		width : 75% !important;
	}
	
	.cus-video{
		width : 100%;
	}
	
	.get-started-card{
		padding : 3rem;
	}
	
}

/*media query end*/