body {
  font-family: "Nunito", sans-serif;
}

::selection {
  background: rgba(230, 230, 230, 0.8);
}

::-moz-selection {
  background: rgba(230, 230, 230, 0.8);
}

.full-screen {
  height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.618;
}

.base-color {
  color: #438bf7;
}

.bg-base-color {
  background-color: #438bf7;
}

.second-color {
  color: #ffe93f;
}

.pt-6,
.py-6 {
  padding-top: 6rem;
}

.pb-6,
.py-6 {
  padding-bottom: 6rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

a:hover {
  text-decoration: none;
}

a,
button {
  outline: none !important;
}

.text-center {
  text-align: center;
}

/*------------------------------------------*/
/*  PAGE CONTENT
/*------------------------------------------*/
#page-content {
  overflow: hidden;
}

/*------------------------------------------*/
/*   BUTTON SETTINGS
/*------------------------------------------*/
.btn {
  background-color: #ffe93f;
  color: #333333;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0.785rem 2.15rem;
  border: 2px solid #ffe93f;
  border-radius: 100px;
  transition: all 400ms ease-in-out;
  box-shadow: 0 10px 20px 0 rgba(90, 70, 176, 0.3);
}

.btn:hover {
  box-shadow: none;
}

.btn-white {
  color: #333;
  background-color: #fff !important;
  border-color: #fff !important;
}

.btn-white:hover {
  color: #fff !important;
  background-color: #438bf7 !important;
  border-color: #438bf7 !important;
}

.guge-down img {
  width: 150px;
}

/*------------------------------------------*/
/*   SECTION TITLE
/*------------------------------------------*/
.section-title .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
}

.section-title .sub-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #438bf7;
}

/*------------------------------------------*/
/*   LISTS
/*------------------------------------------*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*-------------------------
        PRELOADER
-------------------------*/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10099;
  background-color: #f5f5f5;
}

#loader-wrapper .cssload-spin-box {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  box-shadow: 25px 25px #3176ed, -25px 25px #ff3366, -25px -25px #3176ed, 25px -25px #ff3366;
  animation: cssload-spin ease infinite 4.6s;
}

@keyframes cssload-spin {
  0%,
  100% {
    box-shadow: 28px 28px #438bf7, -28px 28px #ff3366, -28px -28px #438bf7, 28px -28px #ff3366;
  }
  25% {
    box-shadow: -28px 28px #ff3366, -28px -28px #438bf7, 28px -28px #ff3366, 28px 28px #438bf7;
  }
  50% {
    box-shadow: -28px -28px #438bf7, 28px -28px #ff3366, 28px 28px #438bf7, -28px 28px #ff3366;
  }
  75% {
    box-shadow: 28px -28px #dfdfdf, 28px 28px #4f4d49, -28px 28px #dfdfdf, -28px -28px #4f4d49;
  }
}

/*-------------------------
         HEADER
-------------------------*/
.header-sticky {
  background-color: #ffffff;
  padding: 1px 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.header-sticky .navbar-brand {
  background-image: url("../img/logo-default.png") !important;
  background-size: cover; /* 让图片覆盖整个元素 */
  background-position: center; /* 把图片居中显示 */
  background-repeat: no-repeat; /* 不让图片重复 */
}

.header-sticky nav .nav-item .nav-link {
  color: #080e32 !important;
}

.header-sticky nav .nav-item .nav-link.active,
.header-sticky nav .nav-item .nav-link:hover {
  color: #438bf7 !important;
}

.header-sticky nav a.navbar-brand {
  color: #080e32 !important;
}

.header {
  padding: 8px 0;
  transition: all 1s ease;
}

.header .navbar-brand {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 5rem;
  font-weight: 700;
  width: 250px;
  height: 50px;
  background-image: url("../img/logo-default.png");
  background-size: contain; /* 让图片覆盖整个元素 */
  background-position: center; /* 把图片居中显示 */
  background-repeat: no-repeat; /* 不让图片重复 */
}
.home .header .navbar-brand {
  background-image: url('../img/logo-inverse.png');
}

.header .navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.header .navbar-light .navbar-nav .nav-link {
  color: #555;
}

.header .navbar-toggler {
  border: none;
  outline: none;
}

.header .navbar-toggler .navbar-bar-icon i {
  font-size: 1.5rem !important;
  color: #080e32;
}

.header .navbar-nav .nav-item {
  margin: 0 3px;
}

.header .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 10px;
  border-radius: 7px;
}

.header .navbar-nav .nav-item .nav-link.active,
.header .navbar-nav .nav-item .nav-link:hover {
  color: #438bf7;
}

.header .navbar-nav .dropdown-menu {
  background-color: #fff;
  padding: 0.25rem 0;
  margin: 0 0 0 -15px;
  border: none !important;
  border-radius: 10px;
  box-shadow: 0 0 4px -3px #000;
}

.header .navbar-nav .dropdown-item {
  font-size: 14px;
  font-weight: 500;
  padding: 0.5rem 1.25rem;
}

.header .navbar-nav .dropdown-item:hover {
  border-radius: 10px;
}

.header .navbar-nav .dropdown-toggle::after {
  vertical-align: 0.275em;
}

.header .navbar-nav .dropdown-item.dropdown-toggle {
  position: relative;
}

.header .navbar-nav .dropdown-item.dropdown-toggle::after {
  vertical-align: 0.275em;
  position: absolute;
  right: 15px;
  top: 15px;
  border-left: 0.31em solid;
  border-top: 0.31em solid transparent;
  border-right: 0;
  border-bottom: 0.31em solid transparent;
}

.header .navbar-nav .roiton-menu li a:hover,
.header .navbar-nav .roiton-menu li a:focus,
.header .navbar-nav .navbar > .show > a,
.header .navbar-nav .navbar > .show > a:focus,
.header .navbar-nav .navbar > .show > a:hover {
  color: #fff;
  background: transparent;
  outline: 0;
}

.header .navbar-nav .roiton-menu .collapse ul ul > li:hover > a,
.header .navbar-nav .navbar .show .dropdown-menu > li > a:focus,
.header .navbar-nav .navbar .show .dropdown-menu > li > a:hover,
.header .navbar-nav .roiton-menu .collapse ul ul ul > li:hover > a {
  background-color: rgba(190, 190, 190, 0.2);
  color: #292929;
}

@media only screen and (max-width: 992px) {
  .roiton-menu .show > .dropdown-toggle::after {
    transform: rotate(-90deg);
  }
}

@media only screen and (min-width: 992px) {
  .roiton-menu .collapse ul li {
    position: relative;
  }
  .roiton-menu .collapse ul li:hover > ul {
    display: block;
  }
}

/*-------------------------
          HERO-01
-------------------------*/
.hero {
  position: relative;
  background-size: cover;
  background-position: center center;
}

.hero .hero-center {
}

.hero .hero-center .hero-content p {
  max-width: 450px;
}

.hero .hero-center .hero-txt {
  color: #ffffff;
}

.hero .hero-center .hero-txt h1 {
  font-size: 4rem !important;
  font-weight: 800;
}

.hero .hero-center .hero-txt .hero-btns {
  margin-top: 35px;
}

#hero-01 {
  background: linear-gradient(to bottom right, #b8daff, #64aeff) !important;
}

#hero-01 .hero-bg-graphics {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}

#hero-01 .hero-bg-graphics img {
  width: 100%;
}

/*-------------------------
          ABOUT
-------------------------*/
.about {
  position: relative;
}

.about .about-bg-graphics {
  position: absolute;
  width: 22%;
  right: -5%;
  top: 75%;
}

.about .about-bg-graphics img {
  width: 100%;
}

/*-------------------------
         Count up
-------------------------*/
.count-up .count-item .count-icon i {
  font-size: 2.5rem;
  color: #438bf7;
}

.count-up .count-item .count-content {
  margin: 10px 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #438bf7;
}

.count-up .count-item .count-content .count-number {
  font-size: 3.8rem;
  font-weight: bold;
  color: #438bf7;
}

@media (max-width: 992px) {
  .count-up .count-item .count-content .count-number {
    font-size: 2.8rem;
    font-weight: bold;
    color: #438bf7;
  }
}

.count-up .count-item p {
  font-size: 1.25rem;
  font-weight: 700;
}

/*-------------------------
         Services
-------------------------*/
.services {
  position: relative;
}

.services .services-bg-graphics {
  position: absolute;
  width: 25%;
  left: -17%;
  top: -20%;
}

.services .services-bg-graphics img {
  width: 100%;
}

.services .serviceBox {
  padding: 20px 5px;
  text-align: center;
  border-bottom: 3px solid transparent;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.services .serviceBox:hover {
  border-bottom-color: #438bf7;
  background: #ffffff;
  box-shadow: 0 40px 80px 0 rgba(43, 35, 79, 0.14);
}

.services .serviceBox .service-icon {
  width: 100px;
  height: 100px;
  line-height: 120px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 40px;
  transition: all 0.5s ease-in-out;
}

.services .serviceBox .service-icon img {
  width: 100%;
}

.services .serviceBox .service-icon i {
  font-size: 4.5rem;
  font-weight: 900;
  color: #ffe93f;
}

.services .serviceBox h3 {
  font-size: 18px;
  line-height: 20px;
  font-family: sans-serif;
  margin: 20px 0;
  color: #444;
}

.services .serviceBox p {
  font-size: 14px;
  color: #7e828a;
}

@media screen and (max-width: 767px) {
  .serviceBox {
    margin-bottom: 10px;
  }
}

/*-------------------------
          TEAM
-------------------------*/
.team {
  position: relative;
}

.team .pricing-section-left-bg-graphics {
  position: absolute;
  left: -5%;
  bottom: -90%;
}

.team .pricing-section-left-bg-graphics img {
  width: 100%;
}

.team .our-team {
  text-align: center;
  border-radius: 10px;
}

.team .our-team .team_img {
  position: relative;
  overflow: hidden;
}

.team .our-team .team_img:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  border-radius: 10px;
  bottom: -100%;
  left: 0;
  transition: all 0.3s ease 0s;
}

.team .our-team:hover {
  box-shadow: 0 40px 80px 0 rgba(43, 35, 79, 0.14);
  border-radius: 10px;
}

.team .our-team:hover .team_img:after {
  bottom: 0;
}

.team .our-team img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.team .our-team .social {
  padding: 0 0 18px 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: -100%;
  right: 10px;
  background: #438bf7;
  border-radius: 0 0 20px 20px;
  z-index: 1;
  transition: all 0.3s ease 0s;
}

.team .our-team .social li a {
  display: block;
  padding: 15px;
  color: #fff;
}

.team .our-team .social li a i {
  font-size: 18px;
}

.team .our-team:hover .social {
  top: 0;
}

.team .our-team:hover .social li a:hover {
  color: #ffe93f;
}

.team .our-team .team-content {
  padding: 20px 0;
  background: #ffffff;
  border-radius: 10px;
}

.team .our-team .title {
  font-size: 18px;
  font-weight: bold;
  color: #ffe93f;
  text-transform: capitalize;
  margin: 0 0 20px;
  position: relative;
}

.team .our-team .post {
  display: inline-block;
  font-size: 15px;
  color: #438bf7;
  text-transform: capitalize;
}

@media only screen and (max-width: 990px) {
  .our-team {
    margin-bottom: 30px;
  }
}

/*-------------------------
       TESTIMONIAL
-------------------------*/
.testimonial .testimonial-item {
  max-width: 750px;
  margin: 0 auto;
}

.testimonial .testimonial-item p {
  font-size: 18px;
  font-weight: 400;
}

.testimonial .testimonial-item h4 {
  font-size: 16px;
  font-weight: 300 !important;
}

.testimonial .testimonial-item h4 span {
  font-size: 16px;
  font-weight: 300 !important;
}

.testimonial .owl-dot {
  outline: none;
}

.testimonial .owl-dot span {
  display: block;
  width: 15px;
  height: 5px;
  background-color: #ffe93f;
  margin: 0 4px;
  border-radius: 15px;
  transition: all 0.5s ease;
}

.testimonial .owl-dot.active span {
  width: 30px;
  background-color: #438bf7;
}

.testimonial .owl-carousel .testimonial-item img {
  width: 80px;
}

/*-------------------------
          BLOG
-------------------------*/
#blog {
  position: relative;
}

#blog .blog-section-left-bg {
  position: absolute;
  bottom: -5%;
  left: 5%;
}

#blog .blog-section-left-bg img {
  width: 100%;
}

#blog .blog-section-right-bg {
  position: absolute;
  top: -15%;
  right: -10%;
  z-index: -1;
}

#blog .blog-section-right-bg img {
  width: 100%;
}

#blog .image-blog {
  position: relative;
  overflow: hidden;
  border-radius: 10px !important;
}

#blog .image-blog img {
  width: 100%;
}

#blog .blog-item {
  background: #fff;
  border-radius: 10px !important;
  transition: all 0.3s ease-in-out;
}

#blog .blog-item .blog-link a {
  visibility: hidden;
}

#blog .blog-item:hover {
  box-shadow: 0 40px 80px 0 rgba(43, 35, 79, 0.14);
}

#blog .blog-item:hover a {
  color: #438bf7 !important;
}

#blog .blog-item:hover .blog-link a {
  visibility: visible;
}

#blog .blog-section-author {
  color: #000;
  font-size: 14px;
  margin-bottom: 16px;
  text-align: center;
}

#blog .blog-section-author span a {
  color: #438bf7;
}

#blog .blog-title {
  position: absolute;
  background-color: #080e32;
  padding: 15px 20px;
  bottom: -16px;
  left: 0;
  width: 100%;
  color: #ffffff;
}

#blog .blog-content h5 {
  margin-bottom: 0;
}

#blog .blog-content p {
  margin-top: 20px;
}

#blog .blog-link a {
  transition: all 0.3s ease-in-out;
}

#blog .blog-link a:hover {
  color: #ffffff !important;
}

#blog .blog-title ul li i {
  position: relative;
  top: 1px;
}

/*-------------------------
          blog-detail
-------------------------*/
.blog-detail h5 {
  margin-top: 20px;
}
.blog-detail .blog-content p {
  margin-top: 10px;
}
.blog-detail .hero-btns {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

/*-------------------------
          CONTACT
-------------------------*/
.contact {
  /*-------------------------
        Map Location
    -------------------------*/
}

.contact ::-moz-placeholder,
.contact .form-control::-moz-placeholder {
  color: #969696;
}

.contact .form-item .form-control {
  background: #ffffff;
  box-shadow: none;
  height: 44px;
  font-size: 14px;
  position: relative;
  transition: border 0.9s ease;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  color: #438bf7;
  box-shadow: 0 0 4px -3px #000;
}

.contact .form-item .form-control:focus {
  border: 1px solid #438bf7;
}

.contact .contact-form p {
  color: #333;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 5px;
  display: block;
}

.contact .contact-form textarea {
  min-height: 175px;
}

.contact #message.toast {
  max-width: 500px;
  padding: 0;
  position: relative;
  top: 2px;
  display: inline-block;
  left: 3px;
  border: 2px solid #438bf7;
  border-radius: 100px;
}

.contact .toast button span {
  position: relative;
  top: 6px;
  font-size: 14px;
  color: #438bf7 !important;
  outline: none;
}

.contact .toast-body {
  background-color: transparent;
  color: #438bf7;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  padding: 0.785rem 1.75rem;
}

.contact .contact-img img {
  width: 100%;
}

.contact #my-map {
  width: 100%;
  height: 500px;
}

/*-------------------------
        CONTACT-INFO
-------------------------*/
.contact-infos .contact-info {
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.contact-infos .contact-info:not(:last-child) {
  border-bottom: 1px solid #efe7e7;
}

.contact-infos .contact-info .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.contact-infos .contact-info .description {
  font-size: 16px;
  line-height: 28px;
  color: #797687;
}

.contact-infos .contact-info i {
  color: #438bf7;
}

/*-------------------------
          FOOTER
-------------------------*/
#footer {
  position: relative;
}

#footer .footer-section-bg-graphics {
  position: absolute;
  right: -10%;
  bottom: 0%;
}

#footer .footer-section-bg-graphics img {
  width: 100%;
}

#footer .footer-section-logo {
  padding-top: 20px;
}

#footer .footer-section-logo a{
  width: 14.5rem;
  display: inline-block;
}
#footer .footer-section-logo a img{
  width: 100%;
}

#footer .footer-section-logo a h3 {
  font-size: 36px;
}

#footer .footer-section-logo p {
  padding-top: 14px;
}

#footer ul.social-link {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer ul.social-link li {
  display: inline-block;
}

#footer ul.social-link li:not(:last-child) {
  margin-right: 10px;
}

#footer ul.social-link li a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  border: 1px solid #e6dbdb;
  display: block;
  border-radius: 50%;
  color: #9694a1;
  text-align: center;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}

#footer ul.social-link li a:hover {
  background: #438bf7;
  border-color: #438bf7;
  box-shadow: 0 20px 30px 0 rgba(90, 70, 176, 0.3);
  color: #fff !important;
}

#footer .footer-section-newsletter {
  padding-bottom: 105px;
}

#footer .footer-section-newsletter p,
#footer .footer-section-information p {
  padding: 20px 0;
}

#footer .footer-section-newsletter h4,
#footer .footer-section-links h4,
#footer .footer-section-information h4 {
  padding-top: 27px;
}

#footer .footer-section-newsletter .newsletter-btn {
  border: 0;
  font-size: 14px;
  cursor: pointer;
  float: right;
  background-color: #438bf7;
  z-index: 5;
  position: relative;
  padding: 9px 16px;
  line-height: 1.125em;
  margin: 0;
  height: 38px;
  transition: all 0.2s ease-in-out;
  border-radius: 0 10px 10px 0;
  font-size: 14px;
}

#footer .footer-section-newsletter input.newsletter,
#footer .footer-section-newsletter input.search {
  float: left;
  z-index: 1;
  position: relative;
  width: 100%;
  margin-top: -38px;
  padding: 9px 12px;
  line-height: 1.125em;
  height: 38px;
  background: #ffffff !important;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  font-size: 14px;
  box-shadow: 0 0 4px -3px #000;
}

#footer .footer-section-information ul {
  list-style: none;
  line-height: 1.875em;
  font-size: 16px;
  padding-left: 0;
}

#footer .footer-section-information ul li span {
  padding-right: 10px;
}

#footer .footer-copy-right {
  padding: 20px 0;
}

#footer .footer-copy-right-text {
  padding-top: 13px;
}

/*-------------------------
      RETURN TO TOP
-------------------------*/
.return-to-top {
  position: fixed;
  bottom: -55px;
  right: 30px;
  background: #438bf7;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s ease;
  z-index: 999;
  text-align: center;
}

.return-to-top i {
  color: #ffffff;
  margin: 0;
  position: relative;
  top: 11px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.return-to-top:hover {
  background: #ffe93f;
}

.return-to-top.show {
  bottom: 30px;
}

.return-to-top.show:hover {
  transform: translateY(-5px);
}

/*-------------------------
        PAGE-HERO
-------------------------*/
#page-hero {
  background-image: url("../img/footer-bg.png");
  background-size: cover;
  background-position: center;
  height: 400px;
  position: relative;
  margin-top: 80px;
  z-index: 3;
}

#page-hero .hero-content {
  position: absolute;
  transform: translateY(-50%);
  z-index: 2;
  text-align: center;
  color: #ffffff;
}

#page-hero .hero-content h2 {
  font-size: 3rem;
  font-weight: 800;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  border-radius: 50%;
  background-color: #ffe93f;
}

.breadcrumb-item.active {
  color: #ffe93f;
}

.hero .hero-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-35%);
  z-index: 2;
  right: 0;
}

.content-list {
  padding-left: 0;
}

.content-list li {
  margin-bottom: 10px;
}

.content-list li i {
  color: #438bf7;
  font-size: 18px;
  font-weight: 700;
  margin-right: 10px;
}

/*-------------------------
         Video
-------------------------*/
.video-box-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #438bf7;
  z-index: 20;
  top: calc(50% - 50px);
  left: calc(50% - 30px);
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.3s linear;
  margin: 0 auto;
}

.video-box-btn:hover {
  box-shadow: 0 0 0 17px rgba(255, 255, 255, 0.2);
  background: #ffe93f;
}

.video-box-btn i {
  color: #ffffff;
  position: absolute;
  left: calc(50% - 9px);
  top: calc(50% - 12px);
  font-size: 22px;
}

.video .img-thumbnail {
  background-color: transparent !important;
}

/*-------------------------
        NEWSLETTER
-------------------------*/
.newsletter-01 {
  color: #ffffff;
  text-align: center;
}

.newsletter-01 h2 {
  font-size: 2.5rem;
  font-weight: 800;
}

/*-------------------------
         PORTFOLIO
-------------------------*/
.portfolio .portfolio-filter li a {
  color: #080e32;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 23px;
  border-radius: 100px;
  transition: all 0.5s ease-in-out;
}

.portfolio .portfolio-filter a.active {
  color: #ffffff !important;
  border-color: #438bf7;
  background-color: #438bf7;
}

.portfolio .portfolio-filter a:hover {
  border-color: #438bf7;
  background-color: #438bf7;
  color: #ffffff;
}

.portfolio .portfolio-item {
  padding: 10px !important;
}

.portfolio .portfolio-item img {
  transition: all 0.5s ease;
  border-radius: 20px;
}

.portfolio .portfolio-item .box {
  text-align: center;
  overflow: hidden;
  position: relative;
}

.portfolio .portfolio-item .box:before,
.portfolio .portfolio-item .box:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #438bf7;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.5s ease 0s;
}

.portfolio .portfolio-item .box:hover:before {
  opacity: 1;
}

.portfolio .portfolio-item .box:hover:after {
  left: -170%;
}

.portfolio .portfolio-item .box img {
  width: 100%;
  height: auto;
}

.portfolio .portfolio-item .box .box-content {
  width: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  transition: all 0.5s ease 0s;
}

.portfolio .portfolio-item .box .box-content a {
  color: #ffffff;
}

.portfolio .portfolio-item .box:hover .box-content {
  bottom: 30%;
}

.portfolio .portfolio-item .box .title {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.portfolio .portfolio-item .box .post {
  display: block;
  font-size: 15px;
  font-weight: 600;
  font-style: italic;
  color: #fff;
  margin-bottom: 10px;
}

.portfolio .portfolio-item .box .icon {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 30%;
  left: 0;
  opacity: 0;
  transform: scale(0.5) rotateX(360deg);
  transition: all 0.3s ease 0.3s;
}

.portfolio .portfolio-item .box:hover .icon {
  opacity: 1;
  transform: scale(1) rotateX(0deg);
}

.portfolio .portfolio-item .box .icon li {
  display: inline-block;
}

.portfolio .portfolio-item .box .icon li a {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  background: #fff;
  font-size: 20px;
  color: #000;
  margin-right: 10px;
  transition: all 0.3s ease 0.3s;
}

.portfolio .portfolio-item .box .icon li a:hover {
  background: #ffe93f;
  color: #fff;
  transition-delay: 0s;
}

.portfolio .portfolio-item .box .icon li a:hover {
  transform: rotate(360deg);
}

@media only screen and (max-width: 990px) {
  .portfolio .portfolio-item .box {
    margin-bottom: 30px;
  }
}

.portfolio .col-md-4:hover .box .box-content {
  bottom: 20%;
}

.portfolio .col-md-3:hover .box .box-content {
  bottom: 15%;
}

/*-------------------------
         TEAM-02
-------------------------*/
.team-02 .our-team {
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
}

.team-02 .our-team img {
  width: 100%;
  height: auto;
  transition: all 0.5s linear 0s;
}

.team-02 .our-team:hover img {
  transform: scale(1.1);
}

.team-02 .our-team .team-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px 20px;
  background: rgba(255, 69, 116, 0.8) !important;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.team-02 .our-team:hover .team-content {
  opacity: 1;
}

.team-02 .our-team .team-prof {
  margin: 20px 0;
  position: relative;
  top: 20%;
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.team-02 .our-team .team-prof small {
  display: block;
  font-size: 13px;
  color: #ffffff;
  margin-top: 10px;
  text-transform: uppercase;
}

.team-02 .our-team .social-link {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  top: 20%;
}

.team-02 .our-team .social-link li {
  margin-right: 5px;
  display: inline-block;
}

.team-02 .our-team .social-link li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  padding: 10px;
  background: #fff;
  color: #ff3366;
}

.team-02 .our-team .social-link li a:hover {
  color: #333;
  background: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 990px) {
  .team-02 .our-team {
    margin-bottom: 20px;
  }
}

/*-------------------------
         Footer-02
-------------------------*/
.footer-02 {
  color: #ffffff;
}

.footer-02 .footer-section-logo a h3 {
  color: #ff3366 !important;
}

.footer-02 .footer-copy-right a {
  color: #ff3366 !important;
}

.footer-02 ul.social-link li a:hover {
  background: #ff3366 !important;
  border-color: #ff3366 !important;
  box-shadow: 0 10px 25px 0 rgba(119, 173, 162, 0.3) !important;
}

.footer-02 .footer-section-newsletter .newsletter-btn {
  background-color: #ff3366 !important;
}

.footer-02 .footer-section-information li a {
  color: #ffffff !important;
}

/*-------------------------
        Newsletter
-------------------------*/
.newsletter {
  padding-bottom: 105px;
  background-color: #438bf7;
}

.newsletter .newsletter-btn {
  border-radius: 0 10px 10px 0;
  border: 0;
  font-size: 14px;
  cursor: pointer;
  float: right;
  color: #080e32;
  z-index: 5;
  position: relative;
  padding: 9px 16px;
  line-height: 1.125em;
  margin: 0;
  height: 38px;
  transition: all 0.2s ease-in-out;
  background-color: #ffffff !important;
}

.newsletter input.newsletter,
.newsletter input.search {
  float: left;
  z-index: 1;
  position: relative;
  font-size: 14px;
  width: 100%;
  margin-top: -38px;
  padding: 9px 12px;
  line-height: 1.125em;
  height: 38px;
  background-color: #ffffff;
  border: 1px solid #eee;
  border-radius: 10px;
}

.newsletter h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 30px;
}

/*-------------------------
        HERO-04
-------------------------*/
#hero-04 .hero-txt {
  position: relative;
  z-index: 3;
  color: #080e32;
}

#hero-04 .hero-txt h1 {
  font-size: 4rem !important;
}

#hero-04 .hero-txt .hero-btns {
  margin-top: 35px;
}

/*-------------------------
      TESTIMONIAL-04
-------------------------*/
#testimonial-04 {
  color: #ffffff !important;
}

#testimonial-04 .image-border {
  display: inline-block;
  border-radius: 50%;
  margin-right: 16px;
}

#testimonial-04 .testimonial-header {
  display: flex;
}

#testimonial-04 .testimonial-detail {
  align-self: center;
}

#testimonial-04 .testimonial p {
  clear: left;
  margin-top: 16px;
}

#testimonial-04 .owl-carousel .testimonial-item {
  padding: 30px;
}

#testimonial-04 .owl-carousel .testimonial-item:hover::before {
  color: #2154cf !important;
}

#testimonial-04 .testimonial-item::before {
  content: "\e989";
  font-family: LineIcons, sans-serif;
  transform: rotateZ(180deg);
  display: block;
  font-size: 32px;
  color: #ddd;
  position: absolute;
  right: 30px;
  top: 46px;
  transition: all 0.3s ease 0s;
}

#testimonial-04 .owl-carousel .testimonial-item img {
  width: 70px;
  display: inline-block;
  border-radius: 50%;
}

#testimonial-04 .owl-carousel .testimonial-item:hover .testimonial-border {
  width: 90px;
}

#testimonial-04 .owl-carousel .owl-stage-outer {
  padding: 1rem 0;
}

#testimonial-04 .owl-carousel .testimonial-image {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  padding: 10px;
  background-color: #f1f3f6;
  width: 115px;
  height: 115px;
}

#testimonial-04 .owl-carousel .testimonial-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  width: 92%;
  height: 40%;
  background-color: #f1f3f6;
  z-index: 1;
  right: 6px;
}

#testimonial-04 .owl-carousel .testimonial-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 3px 3px 3px #dadada, inset -3px -3px 3px #fafafa;
  border-radius: 50%;
  z-index: 0;
  left: 2px;
}

#testimonial-04 .owl-carousel .testimonial-image .img-thumbnail {
  background-color: transparent;
}

#testimonial-04 .owl-carousel .testimonial-image-border {
  box-shadow: 3px 3px 3px #dadada, -3px -3px 3px #fafafa;
  border-radius: 50%;
  padding: 5px;
  position: relative;
  z-index: 2;
}

#testimonial-04 .owl-carousel .owl-dots {
  text-align: center;
  margin-top: 1rem;
}

#testimonial-04 .owl-carousel .owl-dot span {
  display: block;
  width: 24px;
  height: 5px;
  background-color: #e1e1e1;
  margin: 0 0.25rem;
  border-radius: 1rem;
  transition: all 0.3s ease;
}

#testimonial-04 .owl-carousel .owl-dot.active span {
  width: 32px;
  box-shadow: 3px 3px 8px rgba(55, 84, 170, 0.1), -3px -3px 8px white;
}

#testimonial-04 .owl-dot span {
  background-color: #e8e8e8 !important;
}

#testimonial-04 .owl-dot.active span {
  background-color: #2154cf !important;
}

.box-shadow {
  box-shadow: 0 40px 80px 0 rgba(43, 35, 79, 0.14);
}

/*-------------------------
        MEDIA
-------------------------*/
@media (max-width: 1200px) {
  #footer ul.social-link li:not(:last-child) {
    margin-right: 5px !important;
  }
}

@media (max-width: 991px) {
  .full-screen {
    height: auto !important;
  }
  .hero .hero-center {
    transform: translateY(0);
  }
  .navbar-nav {
    text-align: center;
  }
  .header {
    background-color: #ffffff;
    padding: 4px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  .header button span {
    color: #080e32;
  }
  .header .navbar-nav .nav-item .nav-link {
    text-align: center;
    color: #080e32;
  }
  .header nav a.navbar-brand {
    color: #080e32 !important;
    padding-left: 10px;
    width: 3rem;
    height: 3rem;
    background-image: url("../img/logo-mobile.png") !important;
  }
  .header .navbar-nav .dropdown-item {
    text-align: center;
  }
  .pt-6,
  .py-6 {
    padding-top: 4rem;
  }
  .pb-6,
  .py-6 {
    padding-bottom: 4rem;
  }
  .hero-01 {
    text-align: center;
    background: linear-gradient(to bottom right, #644ded, #811389);
  }
  .hero-01 .hero-bg-graphics img {
    display: none !important;
  }
  .page-hero .hero-center {
    transform: translateY(-50%);
  }
  #testimonial {
    text-align: center !important;
  }
  #testimonial .owl-carousel {
    text-align: center;
  }
  #testimonial .testimonial-item img {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .login-page {
    font-size: 14px;
  }
  #team .our-team .social li a {
    font-size: 11px;
  }
  .blog-page .popular-posts img {
    width: 25% !important;
  }
  .page-hero {
    margin-top: 56px;
  }
}

@media (max-width: 768px) {
  .hero .hero-center h2 {
    font-size: 3rem !important;
    margin-top: 3rem;
  }
  .hero .hero-center .hero-txt h1 {
    font-size: 3rem !important;
    margin-top: 3rem;
  }
  #hero-02 .hero-txt h1 {
    font-size: 3rem !important;
    margin-top: 3rem;
  }
  p {
    font-size: 14px;
  }
  .pt-6,
  .py-6 {
    padding-top: 2.5rem;
  }
  .pb-6,
  .py-6 {
    padding-bottom: 2.5rem;
  }
  #hero .hero-txt {
    margin-top: 3rem;
  }
  #hero .hero-txt h1 {
    font-size: 2.5rem;
  }
  #team .our-team .social li a {
    font-size: 11px;
  }
  .blog-page .content-list li {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .pt-6,
  .py-6 {
    padding-top: 2rem;
  }
  .pb-6,
  .py-6 {
    padding-bottom: 2rem;
  }
  #hero .hero-txt {
    margin-top: 2rem;
  }
  #hero .hero-txt h1 {
    font-size: 2.5rem !important;
  }
  #team .our-team .social li a {
    font-size: 15px;
  }
  #team .pricing-section-left-bg-graphics {
    bottom: 0 !important;
  }
  #count-up {
    text-align: center !important;
  }
  #portfolio-filter {
    padding-right: 0px;
    padding-left: 0px;
  }
  .portfolio .portfolio-item .box:hover .box-content {
    bottom: 20%;
  }
  .portfolio .portfolio-item .box {
    margin-bottom: 10px;
  }
}

@media (max-width: 414px) {
  .hero-btns .btn-white {
    margin-top: 1rem !important;
  }
}
/*# sourceMappingURL=style.css.map */
