@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

html {
  scroll-behavior: smooth;
}
body {
  font-family: "Montserrat", sans-serif;
  font-size: 0.99rem;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  text-align: left;
  background-color: #fff;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

.theme-color-01 {
  columns: #00285d;
}
.theme-bg-color-02 {
	background: #F5F5F5;
}
.theme-bg-color-01 {
  background: #00285d;
}

.btn-01:hover {
  box-shadow: 0px 5px 8px rgb(255 255 255 / 11%);
}
.btn-01 {
  border-radius: 50px;
  background: linear-gradient(45deg, #8176af, #c0b7e8);
  border: 0;
  color: #000;
  transition: 0.3s;
  padding: 10px 30px;
}
.header-menu .navbar .navbar-nav a.nav-link:hover,
.header-menu .navbar .navbar-nav a.nav-item:hover {
  color: #b4b4b4;
}
.header-menu .navbar .navbar-nav a.nav-link,
.header-menu .navbar .navbar-nav a.nav-item {
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  transition: 0.2s;
}
.banner-bottom{
	background: radial-gradient(50% 2900.76% at 50% 53.89%, rgba(58, 52, 86, 0.95) 0%, #211E2E 100%);
    box-shadow: 0px 4px 4px rgb(192 183 232 / 1%);
    border-radius: 90px;
    padding: 10px 20px;
}
.feature-box img{
	width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 100%;
}
.feature-box .feature-box-btn{
  position: absolute;
  bottom: -20px;
  width: 100%;
  text-align: center;
  left: 0;
}
.feature-box{
  background: #00285D;
  border-radius: 40px;
  color: #fff;
  text-align: center;
  height: 100%;
  padding-bottom: 30px;
}
.circle-box{
	background: linear-gradient(251.27deg, #C0B7E8 12.87%, #8176AF 89.33%);
    width: 130px;
    height: 130px;
    display: grid;
    align-items: center;
    justify-items: center;
    border-radius: 50%;
    border: 10px solid #cccccc;
    margin: auto;
}
.footer-menu {
	padding: 0;
}
.footer-menu li a:hover{
	color: cadetblue;
	text-decoration: none;
}
.footer-menu li a{
	color: #fff;
    display: block;
    padding: 0 0 15px;
}
.social-footer-icon  {
	padding: 0;
}
.social-footer-icon li {
	display: inline-block;
    margin: 5px;
}
.social-footer-icon li a{
	display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #C0B7E8;
    line-height: 30px;
    color: #00285d;
    border-radius: 50%;
}
.copy-right::before{
	content: "";
	width: 100%;
	height: 2px;
	background: linear-gradient(45deg, rgba(52, 48, 69, 1), rgba(52, 48, 69, 1), rgba(192, 183, 232, 1), rgba(129, 118, 175, 1), rgba(52, 48, 69, 1));
	position: absolute;
	right: 0px;
	top: 0;
}
.navbar-toggler{
	position: absolute;
    right: 10px;
    top: 0;
    font-size: 25px;
}
.rounded-40px{
  border-radius: 40px;
}
.overflow-hidden{
  overflow: hidden;
}
.header-logo{
  max-height: 70px;
  max-width: 100%;
}
.footer-logo{
  max-height: 60px;
  max-width: 100%;
}
.Contact-Form .form-control{
  border-width: 0px 0px 1px 0px;
  border-radius: 0;
} 
.Contact-Form{ 
  background: #fff;
    border-radius: 20px; 
    box-shadow: 0px 0px 10px rgb(0 0 0 / 23%);
    position: relative;
    top: -50px;
}
.dropdown .dropdown-toggle::after {
  vertical-align: 0.15em !important;
  content: "";
  margin-left: 4px;
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.dropdown .dropdown-toggle:hover::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}
.dropdown>.dropdown-menu {
  border: 0;
  box-shadow: 0px 1px 4px rgb(0 0 0 / 24%);
  padding: 0;
  border-radius: 0px 0px 4px 4px;
  background: linear-gradient(45deg, #8176af, #c0b7e8);
  overflow: hidden;
}
li.dropdown>.dropdown-menu a {
  padding: 5px 10px 5px;
  font-weight: 400;
  font-size: 16px;
  transition: 0.3s;
}
.dropdown-item:focus, .dropdown-item:hover{
  background: inherit;
    color: #fff;
}
@media only screen and (max-width: 767px) {
	.heading-01{
		font-size: 20px !important;
		margin-bottom: 0;
	}
	.footer-menu li a {
		padding: 0 0 5px;
		font-size: 14px;
	}
  .header-logo{
    max-height: 40px;
    max-width: 100%;
  }
  .footer-logo{
    max-height: 40px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-nav .dropdown-menu{
    top: 95%;
    left: auto;
    right: 0;
  }
  .dropdown:hover>.dropdown-menu {
      display: block;
  }
	.navbar-toggler{
		display: none;
	}
	.banner-bottom .col-md-4:nth-last-child(1){
		border-right: 0px solid rgba(192, 183, 232, 0.33);
	}
	.banner-bottom .col-md-4{
		border-right: 1px solid rgba(192, 183, 232, 0.33);
	}
	footer .row .col-md-6:nth-last-child(1)::before{
		display: none;
	}
	footer .row .col-md-6::before{
		content: "";
		width: 2px;
		height: 100%;
		background: linear-gradient(45deg, rgba(52, 48, 69, 1), rgba(52, 48, 69, 1), rgba(192, 183, 232, 1), rgba(129, 118, 175, 1), rgba(52, 48, 69, 1));
		position: absolute;
		right: 10px;
	}
  }