


body {
  color: #121212;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6em;
  background: #999999;
}
a {
  color: #293C92;
  text-decoration: none;
}


html {
  overflow-x: hidden;
}

h2 {
  color:#293C92;
  font-weight: 700;
  font-size: 1.6rem;
}
.text-black {
  color: #000;
}
.text-white {
  color: #fff;
}
.text-blue {
  color:#293C92;
}
hr.text-blue {
  border-top:1px solid #293C92 !important;
}

.body-wrapper {
  background-color: #FFFFFF;
  box-shadow: 5px 5px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 5px 5px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: 5px 5px 2px rgba(0,0,0,0.2);
  -o-box-shadow: 5px 5px 2px rgba(0,0,0,0.2);
  border-radius: 20px;
  position: relative;
  height: auto;
  margin: 30px;
  padding: 30px 20px;
}

.social-links ul{
  display: flex;
  justify-content: end;
}
.social-links ul li{
  margin: 0px 10px;
}
.social-links ul li a{
  color: grey;
}
.social-links ul li a:hover{
  color: #293C92;
}

.socail-icon ul{
	display: flex;
  justify-content: end;
}

.socail-icon li{

margin: 0px 10px;
}

.home-pro-wrapper img{
  margin-bottom: 30px;
}
.home-pro-wrapper h6{
  font-size: 1.1em;
  font-weight: bolder;
}
.card-shadow {
  border: 1px solid rgb(255, 255, 255);
  padding: 20px;
}
.card-shadow:hover {
  transition-property: width;
  transition-duration: 5s;
  transition-timing-function: linear;
  transition-delay: 5s;
  border: 1px solid #CCCCCC;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 5px 5px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 5px 5px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: 5px 5px 2px rgba(0,0,0,0.2);
  -o-box-shadow: 5px 5px 2px rgba(0,0,0,0.2);
}
.cards {
  border: 1px solid rgb(255, 255, 255);
  padding: 20px;
}
.inner-content ul li{
  list-style-type: disc;
  margin: 0 0 7px 20px;
}

.product-divider {
  border-top: 1px dotted #e7e7e7;
  margin-top: 50px;
  margin-bottom: 50px;
}


/*form style */
input, optgroup, select, textarea {
  width: 100%;
  border-radius: 5px;
    border: 1px solid #e7e7e7;
    padding: 5px 10px;
    margin: 0;
    
}
.invisible {visibility: hidden !important;}

.help-block {
  color: #d11e13;

}
.form-group {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  
}

/*recapcha */

.captcha-box {

  padding: 6px 10px;
  margin: 2px 10px;
  border: 1px solid #e7e7e7;
  display: inline;
  border-radius: 7px;
  background: #d11e13;
  color: #fff;
  letter-spacing: 2px;
}


