body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
}
main {
  max-width: 1920px;
  margin: 0 auto;
}
/* Global style */
* {
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
a,
a:focus,
button:hover,
button:focus,
input:focus,
textarea:focus {
  outline: 0;
  box-shadow: none;
}
a {
  transition: all 0.4s;
}
p {
  margin-bottom: 20px;
}
h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #821789;
  text-transform: uppercase;
}
h1 a,
h2 a,
h3 a,
h4 a {
  display: inline-block;
}
h1 a,
h2 a,
h3 a,
h4 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: #222333;
  transition: all 0.4s;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: #111;
}
section {
  padding: 40px 0px;
}
input,
textarea {
  width: 100%;
  border: 1px solid #111;
  height: 45px;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  transition: all 0.4s;
  padding: 15px;
  margin-bottom: 32px;
}
textarea {
  height: auto;
}
input:focus,
textarea:focus {
  border-color: #821789;
}
/* link butotn */
.ic-btn,
.ic-btn2,
.ic-gen-lead p > a {
  text-align: center;
  background-color: #09549f;
  border: 1px solid #09549f;
  color: #fff;
  padding: 12px 36px;
  position: relative;
  display: inline-block;
  transition: all 0.2s;
  cursor: pointer;
  border-radius: 25px;
}
.ic-btn:hover {
  color: #fff;
}
.ic-btn span,
.ic-btn2 span {
  /*    position:  absolute;
        width:  100%;
        height:  100%;
        left:  0;
        top: 0;
        line-height:  50px;*/
  transition: all 0.2s;
  padding: 0px 15px;
}
.ic-btn:hover span,
.ic-btn2:hover span {
  -webkit-animation: topToBottom 0.2s 1;
  animation: topToBottom 0.2s 1;
}
.ic-btn:hover {
  background-color: transparent;
  color: #09549f;
}
.ic-btn2 {
  background-color: #821789;
  border-color: #821789;
}
.ic-btn2:hover {
  background-color: transparent;
  color: #821789;
}

.ic-gen-lead p > a {
  background-color: #821789;
  border: 1px solid #821789;
  margin: 10px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.ic-gen-lead p > a:hover {
  background-color: transparent;
  color: #821789;
}
@keyframes topToBottom {
  from {
    top: 0px;
  }
  to {
    top: -5px;
  }
}
/*lead portion of section*/
.ic-lead {
  color: #821789;
  font-weight: 700;
  text-transform: uppercase;
}
.ic-lead h2,
.ic-gen-lead h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.ic-p {
  padding: 80px 0px;
}
.ic-pt {
  padding-top: 40px;
}
.ic-pb {
  padding-bottom: 40px;
}
/*Radio button style*/
label {
  font-weight: 400;
  line-height: 20px;
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  top: 0;
}
label span.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #821789;
  transition: all 0.4s;
  border-radius: 50%;
}
label:hover input ~ span.checkmark,
label input:checked ~ span.checkmark {
  background-color: #821789;
}
label input:checked + .ic-single-psidebar form label {
  color: #821789;
}
label span.checkmark:after {
  position: absolute;
  content: "";
  display: none;
}
label input:checked ~ span.checkmark:after {
  display: block;
}
label span.checkmark:after {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #821789;
  border-radius: 50%;
}
.ic-square label span.checkmark {
  border-radius: 0px;
}
/*select option style*/
.ic-select {
  position: relative;
  height: auto;
  padding: 0px;
  margin-bottom: 30px;
  text-align: left;
  border-left: 1px solid;
  border-top: 1px solid;
  border-right: 1px solid;
}
.ic-select select {
  display: none;
}
.select-selected {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.8) !important;
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
}
.select-selected:before {
  position: absolute;
  content: "";
  top: 22px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: transparent transparent #111 transparent;
  transform: rotate(180deg);
}
.select-selected.select-arrow-active:before {
  border: none;
}
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #111 transparent;
  top: 14px;
}
.select-items div,
.select-selected {
  color: #111;
  padding: 8px 16px;
  border-bottom: 1px solid #111;
  cursor: pointer;
  transition: all 0.4s;
}
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: -1px;
  right: 0;
  z-index: 99;
  border-left: 1px solid;
  border-right: 1px solid;
  height: 200px;
  overflow-y: scroll;
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.5);
}
.select-hide {
  display: none;
}
.select-items div:hover,
.same-as-selected {
  background-color: #f2f2f2;
}
.ic-contact-form input {
  width: 99%;
}
.ic-contact-form textarea {
  padding: 15px;
  margin-bottom: 30px;
}
/*order list*/
ol {
  padding-left: 30px;
  padding: 30px 0px 30px 30px;
}
ol li {
  margin-bottom: 10px;
}

.ic-text-right {
  text-align: right;
}
