@font-face {
	font-family: montserrat-bold;
	src: url(../fonts/Montserrat-Bold.ttf);
}

@font-face {
	font-family: montserrat-regular;
	src: url(../fonts/Montserrat-Regular.ttf);
}

body{
	font-family: montserrat-regular;
}

.font-title{
	font-family: montserrat-bold;
}

.font-13pt{
	font-size: 13px!important;
}

.font-14pt{
	font-size: 14px!important;
}

.font-15pt{
	font-size: 15px!important;
}

.font-17pt{
	font-size: 17px!important;
}

.font-18pt{
	font-size: 18px!important;
}

.font-20pt{
	font-size: 20px!important;
}

.font-22pt{
	font-size: 22px!important;
}

.font-sm-title{
	font-size: 25px!important;
}

.font-md-title{
	font-size: 28px!important;
}

.font-lg-title{
	font-size: 32px!important;
}

.object-fit-cover{
	object-fit: cover;
}

.no-active-focus:active,
.no-active-focus:focus,
.no-active-focus*:active,
.no-active-focus*:focus{
	box-shadow: none!important;
	outline: none!important;
	border-color: transparent!important;
}

.text-black{
	color: #4d5154;
}

.radius-sm{
	border-radius: 5px;
}

.radius-md{
	border-radius: 10px;
}

.radius-lg{
	border-radius: 15px;
}

.radius-xl{
	border-radius: 25px;
}

.py-7{
	padding: 5rem 0rem;
}

.pb-9{
	padding-bottom: 7rem;
}

.text-primary{
	color: #1360ef!important;
}

.text-warning{
	color: #fb3!important;
}

.btn-primary{
	background: rgb(0,91,234);
	background: linear-gradient(90deg, rgba(0,91,234,1) 0%, rgba(37,117,252,1) 80%);
	color: #fff;
}

.bg-orange-gradient{
	background: rgb(255,90,0);
	background: linear-gradient(60deg, rgba(255,90,0,1) 0%, rgba(255,163,0,1) 100%);
	color:#fff;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1), 0 3px 15px -5px rgba(255,90,0,0.7);
}

.bg-primary-gradient{
	background-color: #21D4FD;
	background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1), 0 3px 15px -5px rgba(66,133,244,1);
}

.bg-danger-gradient{
	background: #FF416C;  
	background: -webkit-linear-gradient(to top, #FF4B2B, #FF416C);  
	background: linear-gradient(to top, #FF4B2B, #FF416C);
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1), 0 3px 15px -5px rgba(255,53,71,1);
}

.bg-success-gradient{
	background-color: #08AEEA;
	background-image: linear-gradient(0deg, #08AEEA 0%, #2AF598 100%);
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1), 0 3px 15px -5px rgba(40,167,69,1);
}

.bg-warning-gradient{
	background-color: #FAD961;
	background: linear-gradient(0deg, rgba(255,90,0,1) 0%, rgba(255,163,0,1) 100%);
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1), 0 3px 15px -5px rgba(255,136,0,1);
}

.bg-purple-gradient{
	background: #7F00FF;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #E100FF, #7F00FF);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #E100FF, #7F00FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1), 0 3px 15px -5px #7F00FF;
}

.bg-primary{
	background-color: #1360ef!important;
}

.logo-nav{
	height: 60px;
}

.navbar-light .navbar-nav .nav-link{
	color:#212529;
}

.navbar-nav .nav-item{
	padding-right: 30px;
}

.navbar-nav .nav-item:last-child{
	padding-right: 0px;
}

.contact-footer-img{
	height: 230px;
}

.feature-number{
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
}

.feature-list-number .col-sm-12.col-md-6{
	margin-bottom: 20px;
}

.feauture-number-list-container ul li{
	margin-bottom: 7px;
}

.feauture-number-list-container ul li:last-child{
	margin-bottom: 0px;
}


@media (min-width: 1200px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (min-width: 768px) and (max-width: 991.98px) {}

@media (min-width: 576px) and (max-width: 767.98px) {}

@media (max-width: 575.98px) {
	.feature-list .container .row:nth-child(even) .col-sm-12.col-md-6:last-child{
		-webkit-box-ordinal-group:2;
        -ms-flex-order:1;
            order:1;
	}

	.feature-list .container .row:nth-child(even) .col-sm-12.col-md-6:first-child{
		-webkit-box-ordinal-group:3;
        -ms-flex-order:2;
            order:2;
	}

	.feature-list .container .row{
		margin-bottom: 20px;
	}

	.feature-list .container .row:last-child{
		margin-bottom: 0px;
	}
}