html {
  scroll-behavior: smooth;
}
.dropdown {
  position: relative;
  display: inline-block;
  padding-bottom: 100px;

}
.dropdown-content {
  display: none;
  margin-top: 65px;
  right: 300px;
  position: absolute;
  /* background: rgb(238,174,202);
  background: linear-gradient(180deg, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%); */

  background: transparent linear-gradient(180deg, #DBF5FF 0%, #FCF8ED 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000021;
  border: 1px solid #7070704B;
  opacity: 1;
  width: 1703px;
  right: -545px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #333333;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: transparent}

.dropdown:hover .dropdown-content {display: block;}


/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 40%;
  padding: 10px;
  /* //background-color: #ccc; */
  height: auto;
}
.column a {
  float: none;
  color: rgba(0,48,99,1);
  padding: 7px;
  /* font-weight: bold; */
  font-size: larger;
  text-decoration: auto;
  display: block;
  text-align: left;
}

.column a:hover {
  /* font-weight: bolder; */
  color: #0093CA;
}




.columnb {
  float: left;
  width: 25%;
  padding-top: 10px;
  /* //background-color: #ccc; */
  height: auto;
}
.columnb a {
  float: none;
  color: rgba(0,48,99,1);
  padding: 7px;
  margin-left: -7px;
  /* font-weight: bold; */
  font-size: larger;
  text-decoration: auto;
  display: block;
  text-align: left;
}

.columnb a:hover {
  /* font-weight: bolder; */
  color: #0093CA;
}


.columnc {
  float: left;
  width: 35%;
  padding: 10px;
  /* //background-color: #ccc; */
  height: auto;
}
.columnc a {
  float: none;
  color: rgba(0,48,99,1);
  padding: 7px;
  /* font-weight: bold; */
  font-size: larger;
  text-decoration: auto;
  display: block;
  text-align: left;
}

.columnc h3 {
  color: rgba(0,48,99,1);
}

.columnc a:hover {
  /* font-weight: bolder; */
  color: #0093CA;
}


.btx_hover:hover{
  fill: rgba(219,176,50,1) !important;
  stroke: transparent !important;
  stroke-width: 0 !important;
  stroke-linejoin: miter !important;
  stroke-linecap: butt !important;
  stroke-miterlimit: 4 !important;
  shape-rendering: auto !important;
}


/* Clear floats after the columns */
.rows {
  margin-right: -15px;
  padding-left: 10%;
}

.row2 {
  margin-right: 5px;
  padding-left: 5px;
}

/* Create three equal columns that floats next to each other */
.columnLogin {
  float: left;
  width: 10%;
  padding: 10px;
  /* //background-color: #ccc; */
  height: auto;
}
.columnLogin a {
  float: none;
  color: rgba(0,48,99,1);
  padding: 7px;
  /* font-weight: bold; */
  /* font-size: 24px; */
  text-decoration: auto;
  display: block;
  text-align: left;
}

.columnLogin a:hover {
  /* font-weight: bolder; */
  color: #0093CA;
}

.dropdown-content2 {
    display: none;
    margin-top: 51px;
    right: -1px;
    position: absolute;
    background: transparent linear-gradient(180deg, #DBF5FF 0%, #FCF8ED 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000021;
    border: 1px solid #7070704B;
    opacity: 1;
    width: 212px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
}

.dropdown-content2 a {
  color: #333333;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content2 a:hover {background-color: transparent}

.dropdown:hover .dropdown-content2 {display: block;}


.h3Class{
  color: rgba(0,48,99,1);
}



.customButton {
  /* background-color: #4CAF50; Green */
  border: none;
  background: rgb(1,47,97);
  background: linear-gradient(90deg, rgba(1,47,97,1) 0%, rgba(0,147,202,1) 100%);
  padding: 8px 32px;
  text-align: center;
  width: 235px;
  height: 60px;
  text-decoration: none;
  display: inline-block;
  font-size: 24px !important;
  border-radius: 100px; 
  position: absolute;
  left: 43%;
  transition: 0.3s;
  font-weight: bold;
  color: white;
}

.button1BannerStyle {
  top: 380px;
  width: 235px;
  left: 43%;
}

.customButton:hover{
  border: 3px solid rgba(1,47,97,1);
  color: rgba(1,47,97,1);
  font-weight: bold;
  position: absolute;
  background: transparent;
  text-align: center;
  width: 235px;
  height: 60px;
  left: 43%;
  padding: 8px 32px;
  text-align: center;
  display: inline-block;
  font-size: 24px !important;
}



.customButton2 {
  /* background-color: #4CAF50; Green */
  border: none;
  background: rgb(1,47,97);
  background: linear-gradient(90deg, rgba(1,47,97,1) 0%, rgba(0,147,202,1) 100%);
  padding: 8px 32px;
  text-align: center;
  width: 235px;
  height: 60px;
  text-decoration: none;
  display: inline-block;
  font-size: 24px !important;
  border-radius: 100px; 
  position: absolute;
  top: 445px;
  left: 40%;
  transition: 0.3s;
  font-weight: bold;
  color: white;
}
.button2BannerStyle {
  top: 445px;
  left: 40%;
  width: 235px;
  
}
.customButton2:hover{
  border: 3px solid rgba(1,47,97,1);
  color: rgba(1,47,97,1);
  font-weight: bold;
  position: absolute;
  background: transparent;
  text-align: center;
  width: 235px;
  height: 60px;
  left: 40%;
  padding: 8px 32px;
  text-align: center;
  display: inline-block;
  font-size: 24px !important;
}



.customButton3 {
  /* background-color: #4CAF50; Green */
  border: none;
  background: rgb(1,47,97);
  background: linear-gradient(90deg, rgba(1,47,97,1) 0%, rgba(0,147,202,1) 100%);
  padding: 8px 32px;
  text-align: center;
  width: 235px;
  height: 60px;
  text-decoration: none;
  display: inline-block;
  font-size: 24px !important;
  border-radius: 100px; 
  position: absolute;
  top: 500px;
  left: 9%;
  transition: 0.3s;
  font-weight: bold;
  color: white;
}
.button3BannerStyle {
  top: 500px;
  left: 9%;
  width: 235px;
  
}
.customButton3:hover{
  border: 3px solid rgba(1,47,97,1);
  color: rgba(1,47,97,1);
  font-weight: bold;
  position: absolute;
  background: transparent;
  text-align: center;
  top: 500px;
  left: 9%;
  width: 235px;
  height: 60px;
  padding: 8px 32px;
  text-align: center;
  display: inline-block;
  font-size: 24px !important;
}




.customButton4 {
  /* background-color: #4CAF50; Green */
  border: none;
  background: rgb(1,47,97);
  background: linear-gradient(90deg, rgba(1,47,97,1) 0%, rgba(0,147,202,1) 100%);
  padding: 8px 32px;
  text-align: center;
  width: 235px;
  height: 60px;
  text-decoration: none;
  display: inline-block;
  font-size: 24px !important;
  border-radius: 100px; 
  position: absolute;
  left: 58%;
  transition: 0.3s;
  font-weight: bold;
  color: white;
}

.button4BannerStyle {
  top: 490px;
  width: 235px;
  left: 58%;
}

.customButton4:hover{
  border: 3px solid rgba(1,47,97,1);
  color: rgba(1,47,97,1);
  font-weight: bold;
  position: absolute;
  background: transparent;
  text-align: center;
  width: 235px;
  height: 60px;
  left: 58%;
  padding: 8px 32px;
  text-align: center;
  display: inline-block;
  font-size: 24px !important;
}



.customButton5 {
  /* background-color: #4CAF50; Green */
  border: none;
  background: rgb(1,47,97);
  background: linear-gradient(90deg, rgba(1,47,97,1) 0%, rgba(0,147,202,1) 100%);
  padding: 8px 32px;
  text-align: center;
  width: 280px;
  height: 60px;
  text-decoration: none;
  display: inline-block;
  font-size: 24px !important;
  border-radius: 100px; 
  position: absolute;
  left: 28%;
  transition: 0.3s;
  font-weight: bold;
  color: white;
}

.button5BannerStyle {
  top: 510px;
  width: 280px;
  left: 28%;
}

.customButton5:hover{
  border: 3px solid rgba(1,47,97,1);
  color: rgba(1,47,97,1);
  font-weight: bold;
  position: absolute;
  background: transparent;
  text-align: center;
  width: 280px;
  height: 60px;
  left: 28%;
  padding: 8px 32px;
  text-align: center;
  display: inline-block;
  font-size: 24px !important;
}



/** image hovering in home page advertisment**/
.wrapper {
  padding-left: 100px;
  /*max-width: 1200px;*/
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/** image hovering in home page advertisment**/
.wrapper2 {
  /*padding-left: 100px;
  max-width: 1200px;*/
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.right {float: right !important;}

.parent {
  width: 45%;
  height: 300px;
  /* border: 1px solid blue; */
  overflow: hidden;
  position: relative;
  /* float: left; */
  display: inline-block;
cursor: pointer;
}

.child {
  /* height: 100%;
  width: 100%; */
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.parent:hover .child, .parent:focus .child {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.parent:hover .child:before, .parent:focus .child:before {
  display: block;
}

.parent:hover a, .parent:focus a {
  display: block;
}

.child:before {
  content: "";
  display: none;
  /* height: 100%;
  width: 100%; */
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(52,73,94,0.75);
}

.disabled-link {
  color: gray;
  pointer-events: none;
}

/* Media Queries */
@media screen and (max-width: 960px) {
  .parent {width: 100%; margin: 20px 0px}
  .wrapper {padding: 20px 20px;}
}


/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    height: auto;
  }
}
