/* ============ FONTS =========== */
@font-face {
  src: url(../fonts/Open_Sans/OpenSans-Bold.ttf);
  font-family: "OpenSans-Bold";
}

@font-face {
  src: url(../fonts/Open_Sans/OpenSans-Regular.ttf);
  font-family: "OpenSans-Regular";
}

body {
  font-family: "OpenSans-Regular", sans-serif;
  font-size: 14px;
  color: #35405a;
}

.mb30 {
  margin-bottom: 30px;
}

.tosca {
  color: #005BCF;
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.title {
  margin: 40px 0;
  font-family: "OpenSans-Bold";
  text-align: center;
  color: #005BCF;
}

.btn-purple {
  background-color: #005BCF;
  color: #ffffff;
}

.btn-purple:hover {
  background-color: #005BCF;
  color: #ffffff;
}

.btn {
  padding: 15px 10px;
}

.newClass {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.33);
}

/* Icon 1 */
.animated-icon1,
.animated-icon2,
.animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.animated-icon1 span {
  background: #ffffff;
}

.animated-icon2 span {
  background: #e3f2fd;
}

.animated-icon3 span {
  background: #f3e5f5;
}

.animated-icon1 span:nth-child(1) {
  top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 10px;
}

.animated-icon1 span:nth-child(3) {
  top: 20px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* ============ HEADER =========== */
.navbar-light .navbar-toggler {
  border-color: transparent;
}

#header {
  padding: 10px;
  background-color: #005BCF;
  color: #ffffff;
}

#header .navbar-nav {
  margin-left: 100px;
}

#header .nav-link {
  font-size: 16px;
  color: #ffffff;
}

/*
============ MAIN BANNER =========== */
#main-banner {
  position: relative;
  height: 725px;
  color: #ffffff;
  background-color: #005BCF;
  /* background-image: url("../img/waves-shape-2.svg");
  background-repeat: no-repeat;
  background-position: bottom center; */
}

#main-banner .waves-bg {
  position: absolute;
  bottom: -1px;
  left: 0;
}

#main-banner h1 {
  margin-top: 100px;
  font-weight: 100;
}

#main-banner span {
  font-family: "OpenSans-Bold";
}

#main-banner p {
  font-size: 16px;
}

#main-banner ul li {
  margin-bottom: 15px;
}
/* ============ FITUR =========== */
#fitur .fitur-item {
  margin: 90px 0;
}

.box-item {
  min-height: 355px;
  background: #ffffff none repeat scroll 0 0;
  border-left: 0 solid #005BCF;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  overflow: hidden;
  padding: 30px;
  position: relative;
  border-radius: 30px;
  z-index: 1;
}

.box-item:after {
  background: #005BCF none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: -1;
}

.box-item i {
  color: #005BCF;
  display: inline-block;
  font-size: 60px;
  margin-bottom: 20px;
}
.box-item h4 {
  font-weight: 600;
  text-transform: capitalize;
}

.box-item .p {
  color: #666666;
  line-height: 26px;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
}
.box-item:hover i,
.box-item:hover h4,
.box-item:hover p {
  color: #ffffff;
}

.box-item:hover::after {
  left: 0;
}

/* ============ CONTACT =========== */
#contact {
  margin-top: 60px;
  padding: 30px 0 80px 0;
  background-color: #f7f7f7;
}

#contact ul {
  list-style: none;
}

#contact ul li {
  display: table;
  margin-bottom: 15px;
}

#contact ul li img {
  float: left;
}

#contact ul li a {
  float: left;
  margin-left: 15px;
  color: #005BCF;
}

/*
============ FOOTER =========== */
#footer {
  padding: 15px;
  background-color: #005BCF;
  color: #ffffff;
  text-align: center;
}

#footer span {
  font-size: 14px;
}

/*
============ LOADER =========== */
#overlayer {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999;
  background: #ffffff;
}

.loader {
  display: inline-block;
  position: absolute;
  z-index: 9999;
  top: 45%;
  left: 45%;
}

.modal-header {
  display: block;
  padding: 2rem 1rem 0 1rem;
  border-bottom: none;
}

.modal-header .modal-title {
  font-size: 30px;
  font-family: "OpenSans-Bold";
  text-align: center;
}

.modal-header .close {
  position: absolute;
  right: 3rem;
  top: 2rem;
}

.modal-body {
  padding: 3rem;
}

/* ============ MOBILE RESPONSIVE =========== */
@media (max-width: 992px) {
  #header .navbar-nav {
    margin-left: 30px !important;
  }

  #main-banner {
    padding: 65px 0 0 0;
  }

  .loader {
    top: 20%;
    left: 20%;
  }

  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }

}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-style {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}


/*---------------------------------------------*/
input {
  outline: none;
  border: none;
}

/*------------------------------------------------------------------
[ Input ]*/
.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #d9d9d9;
  margin-bottom: 27px;
}

.label-input100 {
  font-size: 13px;
  color: #666666;
  line-height: 1.5;
  padding-left: 5px;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  color: #333333;
  line-height: 1.2;
  padding: 0 5px;
  font-size: 16px;
}

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: #005BCF;
}


/*---------------------------------------------*/
input.input100 {
  height: 40px;
}

.input100:focus+.focus-input100::before {
  width: 100%;
}

.has-val.input100+.focus-input100::before {
  width: 100%;
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 58%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 58%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}