#main *,
::after,
::before {
  box-sizing: border-box;
}

#main {
  margin: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

#main a {
  color: #1bb1dc;
  text-decoration: none;
  background-color: transparent;
  transition: 0.5s;
}

#main .col-lg,
#main .col-lg-1,
#main .col-lg-10,
#main .col-lg-11,
#main .col-lg-12,
#main .col-lg-2,
#main .col-lg-3,
#main .col-lg-4,
#main .col-lg-5,
#main .col-lg-6,
#main .col-lg-7,
#main .col-lg-8,
#main .col-lg-9,
#main .col-lg-auto {
  position: relative;
  width: 100%;
  padding-right: 1.25em;
  padding-left: 1.25em;
}

#main section {
  display: block;
}

#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
  font-weight: 400;
  margin: 0 0 1.666em 0;
  padding: 0;
}

#main h5 {
  font-size: 1.666em;
}

#main p {
  padding: 0;
  margin: 0 0 0.833em 0;
}

#main .container {
  width: 100%;
  padding-right: 1.25em;
  padding-left: 1.25em;
  margin-right: auto;
  margin-left: auto;
  max-width: 83em;
}

#main .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.25em;
}

#main .col-lg-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

#main .col-lg-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

#main .col-lg-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

#main .col-lg-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

#main .col-lg-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

#main .col-lg-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

#main .col-lg-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}


#main .pt-25 {
  padding-top: 2.083em !important;
}

#main .mt-25 {
  margin-top: 2.083em !important;
}

#main .img-fluid {
  max-width: 100%;
  height: auto;
}


#main .section-header h3 {
  position: relative;
  font-size: 2.083em;
  font-weight: 400;
  color: rgba(51,51,51,1);
  line-height: 2.75em;
  text-align: center;
}

#main .section-header h4 {
  position: relative;
  font-size: 2.083em;
  font-weight: 400;
  color: rgba(51,51,51,1);
  line-height: 2.75em;
  text-align: center;
}


#main .why-img {
  margin-bottom: 0.833em;
}

#main .why-us-img {
  text-align: center;
}

#main .section-header p {
  text-align: center;
  margin: auto;
  font-size: 1.25em;
  padding-bottom: 5em;
  color: #535074;
  width: 50%;
}

#services {
  padding: 0.833em 0 3.333em 0;
}

#services .box {
  padding: 2.5em;
  position: relative;
  overflow: hidden;
  border-radius: 0.833em;
  margin: 0 0.833em 3.333em 0.833em;
  background: #fff;
  box-shadow: 0 0.833em 2.416em 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-color: #dce1ec;
}

#services .box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#services .icon {
  margin: 0 auto 1.25em auto;
  padding-top: 1em;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

#services .icon i {
  font-size: 3em;
  line-height: 1;
}

#services .title {
  font-weight: 700;
  margin-bottom: 1.25em;
  font-size: 1.5em;
}

#services .title {
  font-weight: 700;
  margin-bottom: 1.25em;
  font-size: 1.5em;
}

#services .box:hover .title a {
  color: #1bb1dc;
}

#services .title a {
  color: #111;
}

#services .description {
  font-size: 1.166em;
  line-height: 2.333em;
  margin-bottom: 0;
  text-align: left;
}


#pricing {
  padding: 0.833em 0;
}

#pricing .card {
  border: 0;
  border-radius: 0px;
  box-shadow: 0 3px 0px 0 rgba(65, 62, 102, 0.08);
  transition: all .3s ease-in-out;
  padding: 3em 0;
  position: relative;
}

#pricing .card:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 5px;
  background-color: #1bb1dc;
  transition: 0.5s;
}

#pricing .card:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 0 1.666em 2.916em 0 rgba(0, 0, 0, 0.08);
}

#pricing .card:hover:after {
  width: 100%;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}

#pricing .card .card-block {
  padding-top: 0;
}

#pricing .card .card-block h4 {
  text-align: center;
}

#pricing .card .card-title {
  margin-bottom: 1.333em;
  color: #535074;
}

#pricing .card .card-block p {
  font-size: 1.166em;
  margin: 1.666em;
}

#features {
  padding: 1.666em 0;
}

#features h4 {
  font-weight: 600;
  font-size: 2em;
}


#team {
  padding: 0.833em 0;
}

#team .member {
  text-align: center;
  margin-bottom: 1.666em;
  position: relative;
  overflow: hidden;
}

#team .member .member-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
  padding: 1.25em 0;
  background: rgba(29, 28, 41, 0.6);
}

#team .member .member-info-content {
  transition: margin 0.2s;
  height: 3.333em;
  transition: height 0.4s;
}

#team .member:hover .member-info {
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  height: 6.666em;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 1.5em;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 1.083em;
  color: #fff;
}

#team .member .social {
  margin-top: 1.25em;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #1bb1dc;
}

#team .member .social i {
  font-size: 1.5em;
  margin: 0 2px;
}




#portfolio {
  padding: 5em 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 2.916em 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 1.25em 1.25em 1.25em 0;
  display: inline-block;
  padding: 6px 0.833em;
  font-size: 1.333em;
  line-height: 1.666em;
  color: #413e66;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  color: #1bb1dc;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 2.5em;
}

#portfolio .portfolio-item .portfolio-wrap {
  overflow: hidden;
  position: relative;
  margin: 0;
}

#portfolio .portfolio-item .portfolio-wrap:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: 0.2s linear;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
  font-size: 1.833em;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 1.166em;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
  color: #1bb1dc;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #f8fcff;
  font-weight: 500;
  font-size: 1.166em;
  text-transform: uppercase;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 3em;
  height: 3em;
  background: #1bb1dc;
  border-radius: 50%;
  margin: 0.833em 4px 0 4px;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
  padding-top: 6px;
  font-size: 1.833em;
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
  background: #42c3e8;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap:hover {
  background: #282646;
}

#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}
