@media (min-width: 320px) and (max-width: 612px){
	.navbar-brand {
		width: 75% !important;
		padding-left: 10px !important;
	}
}


/* Font Familys */
.font-sans {
   font-family: Inter, sans-serif;
}

/* background */
.hero-sec-bg {
	background-color: #29398a;
}
.btn-bg {
	background-color: #7899C6;
}
.body-bg {
	background-color: #FFFDEE;
}
.box-bg-1 {
	background-color: #fffaee;
}
.box-bg-2 {
	background-color: #fff4d5;
}
.box-bg-3 {
	background-color: #ffeeb5;
}
.box-bg-4 {
	background-color: #ffe995;
}


/* font-size */
.fs-46 {
	font-size: 46px;
}

.navbar-toggler {
    background-color: cornflowerblue !important;
}
.text-blue {
	color: #c5d7f1;
}
.text-lightblue {
	color: #cde4ff;
}
.uni-shadow {
    box-shadow: 0px 0px 5px -2px;
}
.w-5 {
	width: 5%;
}
.h-200px {
	height: 200px;
}
.h-316px {
	height: 316px;
}
.h-400px {
	height: 400px;
}
.h-250px {
	height: 250px;
}
.fw-600 {
	font-weight: 600;
}
.w-30 {
	width: 30%;
}
.w-10 {
	width: 10%;
}
.icon-img {
    margin-top: -50px;
    border: 1px solid transparent;
    width: 80px;
    height: 80px;
    padding: 15px;
    border-radius: 50%;
    box-shadow: 0px 0px 4px 0px;
    transform: rotate(-45deg);
}
.work-icon-first {
	bottom: 52px;
	width: 40px;
}
.work-icon-sec {
	bottom: 55px;
	width: 40px;
}
.arow-img {
	top: 119px;
}
.carousel-indicators [data-bs-target] {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
}
.carousel-indicators {
    bottom: -65px !important;
}



.sideNavBar {
	width: 100%;
	border-radius: 20px;
	padding: 10px 5px;
	background-color: #fff4d5 !important;
	min-height: 400px;
}

.sideNav ul {
list-style-type: none;
}

.sideNav li {
list-style-type: none;
text-align:left;
margin-top: 3px;
}

.sideNav li a {
	font-weight: 600;
	color: #505050;
	text-decoration:none;
	margin-inline: 9px;
}

	
*{
    list-style-type: none;     
}

/** {
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
	text-align: left;
}*/
.contactinfo-sec-form {
    width: 570px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
}

.btn3 {
    background: #ffe995 !important;
    border: none;
    color: #000;
    min-width: 112px;
    border-radius: 50px;
    padding: 5px;
	text-align:center;
}

sideNav li a:hover { 
  text-decoration: none; 
} 

.sideNav li a:hover {
    color: #ff4800;
}

.text-error {
    color: #6c757d!important;
	/*float:left !important;*/
	color:#F00 !important;
}

.btn_1 {
    border-radius: 50px;
    background: #ffe995;
    color: #000;
    border: none;
    font-size: 14px;
    padding: 6px 15px;
    margin: 4px auto;
    letter-spacing: 1px;
    min-width: 66px;
    display: inline-block;
    text-align: center;
    transition: 0.3s;
}
 .col-md-9{
  text-align:left;
 }
 
.Unique_Features_circle {
    height: 105%;
    width: 56%;
}

.px-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important;
}
.errorMsg{
	font-size: 13px;
	color: red;
	text-align: center; 
}

*:focus {
    outline: 0;
}

h4.panel-title a {
    font-size: 17px;
    color: #406e2e;
    font-weight: 600;
}

.tableTitle h2 {
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 500;    
}

a {
    color: #212529 !important;
    text-decoration: none !important;
}

.sideNav li.active {
	background: #CF6148 !important;	
	border-radius: 50px;
	padding-bottom: 2px;
    padding-top: 2px;	
}

.sideNav li.active a{
    color: #fff !important;
    text-decoration: none;  
	font-weight: 600;  
} 