@media (min-width: 992px) {
  .rounded-lg-3 { border-radius: .3rem; }
}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}
.HFV{
	background-image: url("Image/HFV.png");
  background-color: #77009E;
  transition: background-image 0.5s ease-in-out;
	
}
.HFV:hover {
	background-image: url("Image/HFVH.png");
  background-color: #77009E;
	transform: scale(1.025);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px
}
.CI{
	background-image: url("Image/CI.png");
  background-color: #77009E;
  transition: background-image 0.5s ease-in-out;
	
}
.CI:hover {
	background-image: url("Image/CIH.png");
  background-color: #77009E;
	transform: scale(1.025);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px
}
.CP{
	background-image: url("Image/CP.png");
  background-color: #77009E;
  transition: background-image 0.5s ease-in-out;
	
}
.CP:hover {
	background-image: url("Image/CPH.png");
	transform: scale(1.025);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px
}
.SS{
	background-image: url("Image/SS.png");
  background-color: #77009E;
  transition: background-image 0.5s ease-in-out;
	
}
.SS:hover {
	background-image: url("Image/SSH.png");
	transform: scale(1.025);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px
}
.IS{
	background-image: url("Image/IS.png");
  background-color: #77009E;
  transition: background-image 0.5s ease-in-out;
	
}
.IS:hover {
	background-image: url("Image/ISH.png");
	transform: scale(1.025);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px
}
.EP{
	background-image: url("Image/EP.png");
  background-color: #77009E;
  transition: background-image 0.5s ease-in-out;
	
}
.EP:hover {
	background-image: url("Image/EPH.png");
	transform: scale(1.025);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px
}
.card{
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.id:hover{
	transform: scale(1.025);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px
}

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");

.formcarry-container * {
  box-sizing: border-box;
	font-family: "Inter", sans-serif;

  /* colors */
  --color-blue: #2552d0;
  --color-light-blue: #3266e3;
  --color-gray: #e5e7eb;
  --color-dark-gray: #9da3ae;
  --color-pink: #edadd2;
}

.formcarry-container {
  /* container */
  width: var(--c-width);
  max-width: var(--c-max-width);
  display: block;
  margin: 10vh auto 0 auto;
}

.formcarry-form label {
  display: block;
  padding: 12px 0 2px 0;
  letter-spacing: -0.2px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}

.formcarry-form input,
.formcarry-form textarea {
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 10px;
  background-color: var(--color-gray);
  border: none;
  border: 4px solid var(--color-gray);
  outline: none;
  border-radius: 8px;
  color: var(--color-dark-gray);
}

.formcarry-form input:focus,
.formcarry-form textarea:focus {
  background-color: #fff;
  color: var(--color-dark-gray);
}

.formcarry-form input:focus:required:invalid {
  border-color: var(--color-pink);
  background-color: #fff;
}

.formcarry-form button {
  display: block;
  margin-top: 12px;
  width: 100%;
  padding: 12px 20px;
  border-radius: 8px;
	border-color: transparent;
  background-color: var(--color-blue);
  color: #fff;
  font-weight: 700;
  font-size: 18px;

  transition: 300ms all;
}

.formcarry-form button:hover {
  background-color: var(--color-light-blue);
}

.formcarry-alert {
  padding: 12px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-top: 12px;
  display: none;
}

.formcarry-alert.visible {
  display: block;
}

.formcarry-alert.success {
  background: #69cf9d;
}

.formcarry-alert.error {
  background: #de524c;
}

.BG1{
  background-image: url("Image/BG1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: fill;
  background-attachment: fixed;
  background-color: #77009E;
}
.BG2{
  background-image: url("Image/BG2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #77009E;
}

.BGBrand{
  background-image: url("Image/BG1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color:#F3EAE7;
}

.fam{
   background-image: url("Image/familyimage2.png");
   background-position: center;
   background-attachment: scroll;
   background-size: contain;
   background-repeat: no-repeat;
   width: 700px; 
   height: 500px;
   max-width: 50%;
   
}

@media screen and (max-width:1000px){
        .BGBrand {
          background-image: none;
          color: #000;

        }

        .fam{
         background-image: url("Image/familyimage2m.png");
         background-position: center;
         background-attachment: scroll;
         background-size: contain;
         background-repeat: no-repeat;
         width: 700px; 
         height: 250px;
         max-width: 100%;
       }
    }

.foot{
  background-image: url("Image/BG2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  
}



body{
  background-color: #FFF9F3;
}