body {
  background: #f8f8f8;
  font-family: 'Avenir', 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  padding-top: 150px;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
ul {
  padding: 0px;
}
li {
  list-style: none;
}
a:focus,
a:active {
  outline: none;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
/*---------------------------------------
      Typorgraphy              
  -----------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-default,
.btn {
  font-family: 'Unica One', cursive;
  font-weight: 400;
  font-style: normal;
}

h1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 71px;
}
h1 span {
  color: #3ac3dd;
}
h2 {
  text-align: center;
  font-family: 'Unica One';
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  color: #198989;
}

h3 {
  text-align: center;
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  color: #000;
}
h5 {
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6em;
}
.btn-box {
  width: 100%;
  text-align: center;
}
.my-btn {
  background: #4e48c6;
  border-radius: 8px;
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 60px;
  color: #fff;
  display: inline-block;
  padding: 0 20px;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
.my-btn:hover {
  opacity: 0.8;
}
.my-btn:active {
  opacity: 1;
}
@media (max-width: 1200px) {
  .container {
    width: 98%;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 22px;
  }
  h5 {
    font-size: 14px;
  }
  .my-btn {
    font-size: 22px;
    line-height: 50px;
  }
}
/*---------------------------------------
     Back top         
  -----------------------------------------*/

.go-top {
  background-color: #ffffff;
  box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.14),
    1px 1.732px 3px 0px rgba(0, 0, 0, 0.12);
  border-radius: 100px;
  transition: all 1s ease;
  bottom: 30px;
  right: 10px;
  color: #333;
  font-size: 22px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 35px;
  height: 35px;
  line-height: 30px;
  text-align: center;
}

.go-top:hover {
  background: #535bd4;
  color: #ffffff;
}
/*---------------------------------------
      Preloader section              
  -----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-spinner-pulse {
  width: 60px;
  height: 60px;
  background-color: #1dc9e3;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/* nav bar */
.my-navbar {
  width: 100%;
  height: 150px;
  background: #3633a5;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}
.my-navbar .my-navbar-brand {
  font-size: 60px;
  color: #ffffff;
  float: left;
  margin-top: 30px;
  font-family: 'Unica One';
}
.my-navbar .my-navbar-brand span {
  color: #3ac3dd;
}

.my-navbar .my-navbar-collapse {
  float: right;
  margin-top: 35px;
}
.my-navbar .my-navbar-collapse li {
  float: left;
}
.my-navbar .my-navbar-collapse h3 {
  color: #ffffff;
  padding: 10px 20px;
  font-family: 'Avenir';
  cursor: pointer;
  font-size: 24px;
}
.my-navbar .my-navbar-collapse h3:hover {
  background-color: #f0f0f0;
  border-radius: 8px;
  color: #3633a5 !important;
}
.my-navbar .my-navbar-collapse h3.active {
  background-color: #f0f0f0;
  border-radius: 8px;
  color: #3633a5 !important;
}
.my-navbar > .container {
  position: relative;
}
.my-navbar .my-navbar-collapse ul li.my-service .service-box {
  display: none;
  position: absolute;
  width: 1000px;
  right: 10px;
  top: 100%;
  margin-top: -20px;
  background-color: rgba(207, 206, 230, 0.85);
  border-radius: 10px;
  text-align: left;
}
.my-navbar .my-navbar-collapse ul li.my-service .service-box:hover {
  display: block;
}
.my-navbar .my-navbar-collapse ul li.my-service .service-box a:hover {
  text-decoration: underline;
}
.my-navbar .my-navbar-collapse ul li.my-service .service-box .box-one {
  width: 33%;
  box-sizing: border-box;
  padding: 10px;
  float: left;
}
.my-navbar
  .my-navbar-collapse
  ul
  li.my-service
  .service-box
  .box-one
  .one-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 2em;
}
.my-navbar .my-navbar-collapse ul li.my-service .service-box .box-one ul {
  padding: 0px;
}
.my-navbar .my-navbar-collapse ul li.my-service .service-box .box-one ul li {
  font-size: 18px;
  line-height: 2em;
  float: none;
}
.my-navbar .my-navbar-collapse ul li.my-service .my-service-a {
  position: relative;
  padding-right: 26px;
}
.my-navbar
  .my-navbar-collapse
  ul
  li.my-service
  .my-service-a
  .my-service-a-img {
  position: absolute;
  right: 0px;
  top: 3px;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../images/down.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.my-navbar .my-navbar-collapse ul li h3:hover .my-service-a-img {
  background-image: url(../images/down2.png) !important;
}
.my-navbar .my-navbar-collapse ul li h3:hover + .service-box {
  display: block !important;
}
.my-navbar-toggle {
  display: none;
  float: right;
  padding: 9px 10px;
  margin-top: 30px;
  margin-right: 10px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
}
.my-navbar-toggle .icon {
  display: block;
  width: 28px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
}
.my-navbar-toggle .icon-bar + .icon-bar {
  margin-top: 7px;
}
@media screen and (max-width: 1200px) {
  /* .my-navbar {
      height: 100px;
    } */
  .my-navbar .my-navbar-brand {
    margin-top: 44px;
  }
  .my-navbar .my-navbar-brand {
    font-size: 40px;
  }
  .my-navbar .my-navbar-collapse h3 {
    padding: 10px 6px;
    font-size: 18px;
  }
  .my-navbar .my-navbar-collapse ul li.my-service .service-box {
    max-width: 1000px;
    width: 98%;
  }
  .my-navbar .my-navbar-collapse ul li.my-service .my-service-a {
    padding-right: 20px;
  }
  .my-navbar
    .my-navbar-collapse
    ul
    li.my-service
    .my-service-a
    .my-service-a-img {
    width: 18px;
    height: 18px;
    top: 2px;
  }
  .my-navbar
    .my-navbar-collapse
    ul
    li.my-service
    .service-box
    .box-one
    .one-title {
    font-size: 18px;
  }
  .my-navbar .my-navbar-collapse ul li.my-service .service-box .box-one ul li {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .my-navbar-collapse.collapse {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 100px;
  }
  .my-navbar {
    height: 100px;
  }
  .my-navbar .my-navbar-brand {
    margin-top: 22px;
  }
  .my-navbar-toggle {
    display: block;
    margin-right: 10px;
  }
  .my-navbar .my-navbar-collapse {
    position: fixed;
    left: 0px;
    top: 100px;
    width: 100vw;
    text-align: center;
    margin-top: 0px;
    background-color: #fff;
  }
  .my-navbar .my-navbar-collapse ul {
    margin: 0px;
    padding: 0px;
  }
  .my-navbar .my-navbar-collapse li {
    float: none;
  }
  .my-navbar .my-navbar-collapse h3 {
    color: #3633a5;
    padding: 8px 10px;
    margin: 0px;
    line-height: 2em;
  }
  .my-navbar .my-navbar-collapse ul li.my-service .service-box {
    position: relative;
    text-align: center;
    margin-top: 0px;
    background-color: transparent;
  }

  .my-navbar .my-navbar-collapse ul li.my-service .my-service-a {
    padding-right: 30px;
  }
  .my-navbar
    .my-navbar-collapse
    ul
    li.my-service
    .my-service-a
    .my-service-a-img {
    background-image: url(../images/down1.png);
  }
  .my-navbar .my-navbar-collapse ul li.my-service .service-box .box-one {
    width: 100%;
    padding: 0px;
  }
  .my-navbar
    .my-navbar-collapse
    ul
    li.my-service
    .service-box
    .box-one
    .one-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 2.5em;
    color: #3633a5;
  }
  .my-navbar .my-navbar-collapse ul li.my-service .service-box .one-ul {
    display: none;
  }
}

/* footer */
footer .footer-top {
  height: 200px;
  background: #8688b6;
  background: linear-gradient(#f8f8f8, #8688b6);
}
footer .footer-bottom {
  position: relative;
  height: 200px;
  width: 100%;
  background: #8688b6;
  background: linear-gradient(#8688b6, #3633a5);
}
footer .footer-bottom .footer-canvas {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
footer .footer-bottom .footer-bottom-box {
  width: 100%;
  height: 100%;
  background: rgba(134, 136, 182, 0.7);
  background: linear-gradient(#8688b6, rgba(134, 136, 182, 0.7));
}
footer .footer-bottom .container {
  position: relative;
}
footer .footer-bottom .footer-content {
  text-align: center;
}
footer .footer-bottom .content-left {
  text-align: center;
  font-family: 'Unica One';
  font-style: normal;
  font-weight: 400;
  margin-top: 30px;
  float: left;
}
footer .footer-bottom .content-left h2 {
  font-size: 40px;
  color: #fff;
}
footer .footer-bottom .content-left h2 span {
  color: #3ac3dd;
}
footer .footer-bottom .content-left .c {
  width: 230px;
}
footer .footer-bottom .content-center {
  text-align: left;
  color: #ffffff;
  width: 60%;
  display: inline-block;
  font-size: 22px;
  margin-top: 20px;
  padding-top: 50px;
}
footer .footer-bottom .content-center .address {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
footer .footer-bottom .content-center .email {
  float: left;
  width: 60%;
}
footer .footer-bottom .content-center .phone {
  float: left;
  width: 40%;
}
footer .footer-bottom .content-right {
  padding-top: 20px;
  float: right;
  text-align: center;
}
footer .footer-bottom .content-right .t {
  font-size: 20px;

  color: #000000;
}
footer .footer-bottom .content-right .wechat {
  display: inline-block;
  width: 100px;
  height: 100px;
}
footer .footer-bottom .content-right .wechat img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  footer .footer-bottom .content-left h2 {
    font-size: 30px;
  }
  footer .footer-bottom .content-center {
    font-size: 18px;
    margin-top: 20px;
    width: 55%;
  }
  footer .footer-bottom .content-center {
    padding-top: 40px;
  }
  footer .footer-bottom .content-right {
    padding-top: 30px;
  }
  footer .footer-bottom .content-right .t {
    font-size: 18px;
  }
  footer .footer-bottom .content-right .wechat {
    width: 80px;
    height: 80px;
  }
  footer .footer-bottom .content-left .c {
    width: 170px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-bottom {
    height: 330px;
  }
  footer .footer-bottom .content-left {
    float: left;
    width: 50%;
  }
  footer .footer-bottom .content-center {
    position: absolute;
    left: 12%;
    top: 130px;
    width: 80%;
  }
  footer .footer-bottom .content-right {
    float: right;
    width: 50%;
  }
  footer .footer-bottom .content-left .c {
    width: 180px;
  }
}

/*---------------------------------------
   Modal Contact           
-----------------------------------------*/

.modal-dialog .modal-content {
  background-color: #ecebfb;
  box-shadow: 12px 12px 46px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  text-align: center;
  padding: 30px 50px;
  position: relative;
  overflow: hidden;
}

.btn:focus {
  outline: none;
}

.modal-header {
  border-bottom: 0px;
}

.modal-dialog .close {
  color: #111111;
  font-size: 45px;
  font-weight: 300;
  text-shadow: none;
  opacity: 1;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.modal-dialog .close:focus {
  outline: none;
}

.modal-dialog .modal-title {
  color: #434343;
}

.modal-dialog form {
  padding: 20px;
}

.modal-dialog form input {
  height: 50px;
}

.modal-dialog .form-control {
  background: transparent;
  border: 1px solid #000000;
  border-radius: 4px;
  box-shadow: none;
  color: #111111;
  font-size: 18px;
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out;
  float: left;
}
.modal-dialog .form-control:nth-child(1) {
  width: 49%;
  margin-right: 2%;
}
.modal-dialog .form-control:nth-child(2) {
  width: 49%;
}
.modal-dialog .form-control:nth-child(4) {
  width: 49%;
  margin-right: 2%;
}
.modal-dialog .form-control:nth-child(5) {
  width: 49%;
}
.modal-dialog .form-control:focus {
  border-color: #4e48c6;
}

.modal-dialog form input[type='submit'] {
  background: #4e48c6;
  border: none;
  border-radius: 4px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 30px;
}

.modal-dialog form input[type='submit']:hover {
  opacity: 0.8;
}
.modal-dialog form input[type='submit']:active {
  opacity: 1;
}
.modal-dialog .form-control::-moz-placeholder {
  color: #7c7c7c;
  opacity: 1;
}
.modal-dialog .form-control:-ms-input-placeholder {
  color: #7c7c7c;
}
.modal-dialog .form-control::-webkit-input-placeholder {
  color: #7c7c7c;
}

.modal.fade .modal-dialog {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.modal.fade .modal-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-3000px) rotateY(90deg);
  -moz-transform: translateZ(-3000px) rotateY(90deg);
  -ms-transform: translateZ(-3000px) rotateY(90deg);
  transform: translateZ(-3000px) rotateY(90deg);
  opacity: 0;
}

.modal.fade.in .modal-content {
  -webkit-animation: slit 0.7s forwards ease-out;
  -moz-animation: slit 0.7s forwards ease-out;
  animation: slit 0.7s forwards ease-out;
}

@-webkit-keyframes slit {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(60deg);
    opacity: 0.5;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}

@-moz-keyframes slit {
  50% {
    -moz-transform: translateZ(-250px) rotateY(60deg);
    opacity: 0.5;
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes slit {
  50% {
    transform: translateZ(-250px) rotateY(60deg);
    opacity: 1;
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .modal-dialog .modal-content {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 576px) {
  .modal-dialog .modal-content {
    padding: 30px 0px;
  }
}

/* alert */
.my-alert {
  position: fixed;
  left: 50%;
  top: 30px;
  margin-left: -100px;
  width: 200px;
  border-radius: 5px;
  text-align: center;
  z-index: 9999999;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  display: none;
  opacity: 0;
  -webkit-animation: myShow 0.2s forwards ease-in;
  -moz-animation: myShow 0.2s forwards ease-in;
  animation: myShow 0.2s forwards ease-in;
}
.my-alert-success {
  background-color: #f0f9eb;
  color: #67c23a;
  border: 1px solid #e1f3d8;
}
.my-alert-error {
  background-color: #fef0f0;
  border: 1px solid #fde2e2;
  color: #f56c6c;
}
.my-alert-warning {
  background-color: #fdf6ec;
  border: 1px solid #f8e3c5;
  color: #e6a23c;
}
@-webkit-keyframes myShow {
  0% {
    top: 30px;
    opacity: 0;
  }
  100% {
    top: 50px;
    opacity: 1;
  }
}

@-moz-keyframes myShow {
  0% {
    top: 30px;
    opacity: 0;
  }
  100% {
    top: 50px;
    opacity: 1;
  }
}

@keyframes myShow {
  0% {
    top: 30px;
    opacity: 0;
  }
  100% {
    top: 50px;
    opacity: 1;
  }
}
