@charset "UTF-8";

/*-----------------------------------------------------------------------------------

    Theme Name: 通圆数智
    Description: Cleaning Services HTML Template
    Author: Chitrakoot Web
    Version: 1.0

-----------------------------------------------------------------------------------*/
/* ----------------------------------

    01. Common styles
    02. Button styles
    03. Navigation
    04. Banner
    05. Section Heading
    06. Page title
    07. Cards
    08. Video
    09. Portfolio
    10. Pagination
    11. Owl Carousel
    12. Tabs
    13. Accordion
    14. Pages
    15. Elements
    16. Others
    17. Page Navigation
    18. Footer
    
---------------------------------- */
/*==============================
 *    Common styles
 *    ================================ */
/* loader */
#preloader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  transition: 0.3s ease opacity;
  text-align: center;
  width: 100%;
  height: 100%;
}

#preloader:before {
  content: "";
  width: 80px;
  height: 80px;
  border: 3px solid #007cfb;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: LoaderCicle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#preloader:after {
  content: "";
  width: 80px;
  height: 80px;
  border: 3px solid #007cfb;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: LoaderCicle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 1s;
}

@keyframes LoaderCicle {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }

  10% {
    width: 10px;
    height: 10px;
    opacity: 1;
  }

  80% {
    width: 60px;
    height: 60px;
    opacity: 0.1;
  }

  100% {
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}

/* theme color and basic options */
a:hover,
a:active {
  color: #1C00F0;
  text-decoration: none;
}

.min-height-300 {
  min-height: 300px;
}

.primary-overlay[data-overlay-dark]:before {
  background: #1C00F0;
}

.secondary-overlay[data-overlay-dark]:before {
  background: #000033;
}

/*.dark-overlay[data-overlay-dark]:before {
  background: $DarkColor;
}*/


/*.left-overlay-dark[data-overlay-dark]:before {
  background: rgba($DarkRgbColor, 0.76);
  background: linear-gradient(-90deg, transparent, $DarkColor 65%);
}*/
.text-primary,
.text-primary-hover:hover {
  color: #1F385C !important;
}

.bg-primary {
  background-color: #1F385C !important;
}

.text-secondary,
.text-secondary-hover:hover {
  color: #000033 !important;
}

.bg-secondary {
  background-color: #01016b !important;
}

/*.bg-dark {
  background-color: $DarkColor !important;
}*/
.text-dark,
.text-dark-hover:hover {
  /*  color: $DarkColor !important;*/
}

.text-white-hover:hover {
  color: #fff !important;
}

.border-radius-250 {
  border-radius: 250px;
}

/* height */
.min-vh-100 {
  min-height: 100vh;
}

.height-300 {
  height: 300px;
}

/* border */
.border-right-img:before,
.border-left-img:before,
.border-left-top-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #ffffff;
  border-radius: 100px;
}

.border-right-img1:before {
  content: "";
  position: absolute;
  width: 95%;
  height: 95%;
  border: 2px solid #05177e;
  border-radius: 100px;
}

.border-left-img1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #05177e;
  margin-left: -10px;
  border-radius: 100px;
}

/* hover-images */
.hover-images {
  position: relative;
}

.hover-images:hover:after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.hover-images:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}

/* shadow */
.common-shadow {
  box-shadow: 0px 10px 15px 5px rgba(44, 44, 44, 0.05);
}

/* scroll to top */
.scroll-to-top {
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background: #007cfb;
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 9999;
  outline: 0;
  -webkit-transition: all .3s ease;
}

.scroll-to-top i {
  color: #fff;
}

.scroll-to-top:hover {
  color: #fff;
  background: #000033;
}

.scroll-to-top:hover i {
  color: #fff;
}

.scroll-to-top:visited {
  color: #fff;
  text-decoration: none;
}

/*list-style1*/
.list-style1 li {
  position: relative;
  padding: 0 0 0 40px;
  margin: 0 0 14px 0;
}

.list-style1 li:before {
  content: "\e64c";
  font-family: 'themify';
  color: #007cfb;
  margin-right: 12px;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 17px;
  font-weight: 800;
}

.list-style1 li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .list-style1 li {
    padding: 0 0 0 34px;
    margin: 0 0 8px 0;
  }
}

/* list-style2 */
.list-style2 {
  list-style: none;
  padding-left: 0;
}

.list-style2 li {
  line-height: 32px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 8px;
}

.list-style2 li:last-child {
  margin-bottom: 0;
}

.list-style2 li:before {
  content: '\e64c';
  font-family: 'themify';
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  line-height: 35px;
  color: #007cfb;
}

/* list-style3 */
.list-style3 li {
  position: relative;
  padding: 0 0 0 40px;
  margin: 0 0 14px 0;
}

.list-style3 li span i {
  background-color: #000033;
  border-radius: 50%;
  color: #fff;
  padding: 4px;
  font-size: 12px;
  margin-right: 12px;
}

.list-style3 li:before {
  content: "\e64c";
  font-family: 'themify';
  color: #fff;
  background-color: #007cfb;
  margin-right: 12px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
  height: 20px;
  width: 20px;
  font-size: 14px;
  text-align: center;
}

.list-style3 li:last-child {
  margin-bottom: 0;
}

/*==============================
 *    Button styles
 *    ================================ */
/* butn-style1 */
.butn-style1 {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  transition: all ease 0.35s;
  background-color: #000033;
  font-size: 16px;
  padding: 10px 30px !important;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.butn-style1 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  transition: 0.5s ease-in-out;
  background-color: #007cfb;
  z-index: -1;
  border-radius: 100%;
  opacity: 0.5;
}

.butn-style1:hover {
  color: #fff;
}

.butn-style1:hover span {
  width: calc(100% * 2.25);
  padding-top: calc(100% * 2.25);
  opacity: 1;
}

.butn-style1.primary {
  background-color: #007cfb;
}

.butn-style1.primary:hover {
  color: #007cfb;
}

.butn-style1.primary:hover span {
  background-color: #fff;
}

.butn-style1.md {
  padding: 8px 30px !important;
  font-size: 15px;
}

.butn-style1.sm {
  padding: 6px 28px !important;
  font-size: 13px;
}

.header-style1.scrollHeader .attr-nav>ul>li>a.butn-style1 {
  color: #fff;
  border: 1px solid transparent;
}

.header-style1.scrollHeader .attr-nav>ul>li>a.butn-style1:active,
.header-style1.scrollHeader .attr-nav>ul>li>a.butn-style1:focus,
.header-style1.scrollHeader .attr-nav>ul>li>a.butn-style1:hover {
  color: #000033;
  border: 1px solid #007cfb;
}

.header-style2 .attr-nav>ul>li>a.butn-style1 {
  color: #fff;
  border: 1px solid transparent;
}

.header-style2 .attr-nav>ul>li>a.butn-style1:active,
.header-style2 .attr-nav>ul>li>a.butn-style1:focus,
.header-style2 .attr-nav>ul>li>a.butn-style1:hover {
  color: #000033;
  border: 1px solid #007cfb;
}

/*==============================
 *    Navigation
 *    ================================ */
/* top bar  */
.top-bar-info {
  display: inline-block;
  vertical-align: middle;
}

.top-bar-info ul {
  margin-bottom: 0;
}

.top-bar-info li {
  font-weight: 500;
  color: #fff;
  list-style-type: none;
  font-size: 14px;
  padding: 0 5px 0;
  display: inline-block;
  margin-bottom: 0;
}

.top-bar {
  display: block;
  position: relative;
  z-index: 999;
  padding: 7px 0;
}

.top-bar-info li i {
  font-size: 16px;
  color: #fff;
  margin-right: 8px;
  margin-top: 0;
  display: inline-block;
  vertical-align: text-bottom;
}

.top-social-icon {
  padding: 0;
  float: right;
  margin: 0;
}

.top-social-icon li {
  font-size: 14px;
  list-style-type: none;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0 7px;
}

.top-social-icon li:last-child {
  padding-right: 0;
}

.top-social-icon li:last-child a {
  padding-right: 0;
}

.top-social-icon li a {
  color: #fff;
  line-height: 28px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  padding: 0 3px;
}

.top-social-icon li a:hover {
  color: rgba(255, 255, 255, 0.65);
}

/* menu area light */
.navbar-nav li.current>a,
.navbar-nav li.active>a {
  color: #000033;
}

.attr-nav>ul>li>a.butn {
  color: #fff;
}

.navbar>ul>li.current>a:after {
  border-color: transparent #000033 #000033 transparent;
}

.menu_area-light .navbar-nav li.current>a,
.menu_area-light .navbar-nav li.active>a {
  color: #007cfb;
}

.menu_area-light .navbar>ul>li.current>a:after {
  border-color: transparent #007cfb #007cfb transparent;
}

.menu_area-light.scrollHeader .navbar-nav li.current>a {
  color: #000033;
}

.menu_area-light.scrollHeader .navbar-nav li.current>a:hover {
  color: #000033;
}

.menu_area-light.scrollHeader .navbar-nav li.active>a {
  color: #000033;
}

.menu_area-light.scrollHeader .navbar>ul>li.current>a:after {
  border-color: transparent #000033 #000033 transparent;
}

@media screen and (min-width: 992px) {

  .menu_area-light .navbar ul ul li.active>a,
  .menu_area-light .navbar-nav li.has-sub a:hover {
    color: #007cfb;
  }

  .menu_area-light .navbar>ul>li.has-sub>a:hover:after {
    border-color: transparent #007cfb #007cfb transparent;
  }

  .menu_area-light.scrollHeader .navbar>ul>li.has-sub>a:hover:after {
    border-color: transparent #000033 #000033 transparent;
  }
}

@media screen and (max-width: 991px) {
  .header-style1 .navbar-toggler {
    background: #000033;
  }

  .header-style1 .navbar-toggler:after {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }

  .header-style1 .navbar-toggler:before {
    background: #fff;
  }

  .header-style1 .navbar-toggler.menu-opened:after,
  .header-style1 .navbar-toggler.menu-opened:before {
    background: #fff;
  }
}

/* header style 2 */
.header-style2 .navbar-nav li.current>a {
  color: #000033;
}

.header-style2 .navbar>ul>li.current>a:after {
  border-color: transparent #000033 #000033 transparent;
}

.header-style2.scrollHeader .navbar-nav li.current>a,
.header-style2.scrollHeader .navbar-nav li.active>a {
  color: #000033;
}

.header-style2.scrollHeader .navbar-nav li.current>a:hover,
.header-style2.scrollHeader .navbar-nav li.active>a:hover {
  color: #000033;
}

.header-style2.scrollHeader .navbar>ul>li.current>a:after {
  border-color: transparent #000033 #000033 transparent;
}

.header-style2 .navbar ul ul li.active>a {
  color: #000033;
}

/*==============================
 *    Banner
 *    ================================ */
.slider-fade .owl-item {
  position: relative;
}

.slider-fade h1 {
  margin-bottom: 25px;
  animation-delay: 0.8s;
}

.slider-fade h1 span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}

.slider-fade p {
  animation-delay: 1.2s;
}

.slider-fade a {
  animation-delay: 1.4s;
}

.slider-fade .small-title {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 15px;
  color: #007cfb;
  z-index: 9;
}

.slider-fade .small-title:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 3px;
  left: 0;
  top: 0px;
  background: #007cfb;
}

.slider-fade .small-title:before {
  content: "";
  height: 5px;
  width: 2px;
  position: absolute;
  background: #fff;
  top: 8px;
  left: 0;
  z-index: 1;
  transition: all .4s ease;
}

.owl-carousel .owl-nav span {
  display: none;
}

.slider-fade.owl-carousel:hover .owl-nav button.owl-prev {
  left: 50px;
  opacity: 1;
}

.slider-fade.owl-carousel:hover .owl-nav button.owl-next {
  right: 50px;
  opacity: 1;
}

.slider-fade.owl-carousel .owl-nav button.owl-prev {
  left: -88px;
}

.slider-fade.owl-carousel .owl-nav button.owl-next {
  right: -88px;
}

.slider-fade.owl-carousel .owl-nav button.owl-prev,
.slider-fade.owl-carousel .owl-nav button.owl-next {
  color: #fff;
  font-size: 16px;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  background: transparent none repeat scroll 0 0;
  margin-top: -25px;
  padding: 0;
  top: 50%;
  z-index: 9;
  border: 2px solid rgba(255, 255, 255, 0.44);
  opacity: 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;
}

.slider-fade .owl-prev:after {
  position: absolute;
  left: 25px;
  top: 50%;
  content: "";
  height: 1px;
  width: 80px;
  background: rgba(255, 255, 255, 0.44);
}

.slider-fade .owl-prev:before {
  position: absolute;
  left: 20px;
  top: 22px;
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid rgba(255, 255, 255, 0.44);
}

.slider-fade .owl-next:after {
  position: absolute;
  right: 25px;
  top: 50%;
  content: "";
  height: 1px;
  width: 80px;
  background: rgba(255, 255, 255, 0.44);
}

.slider-fade .owl-next:before {
  position: absolute;
  right: 20px;
  top: 22px;
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid rgba(255, 255, 255, 0.44);
}

@media screen and (max-width: 1399px) {
  .slider-fade.owl-carousel:hover .owl-nav button.owl-prev {
    left: 0;
  }

  .slider-fade.owl-carousel:hover .owl-nav button.owl-next {
    right: 0;
  }
}

@media screen and (max-width: 1199px) {

  .slider-fade.owl-carousel:hover .owl-nav button.owl-prev,
  .slider-fade.owl-carousel:hover .owl-nav button.owl-next {
    display: none;
  }
}

/*banner-style-one*/
.banner-style-one .border-right-img:before {
  top: 30px;
  left: 30px;
}


.banner-style-one .banner-img-btm {
  right: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
}

.banner-style-one .banner-img-btm li {
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 100%;
  border: none;
  list-style: none;
  display: inline-block;
  opacity: 1;
  transition: all 1500ms ease;
}

.banner-style-one .banner-img-btm li:nth-child(1) {
  transform: translateY(-50px) translateX(-115px);
  transition-delay: 1500ms;
}

.banner-style-one .banner-img-btm li:nth-child(2) {
  transform: translateY(75px) translateX(-15px);
  transition-delay: 1600ms;
}

.banner-style-one .banner-img-btm li:nth-child(3) {
  transform: translateY(-50px) translateX(60px);
  transition-delay: 1700ms;
}

@media screen and (max-width: 1599px) {
  .banner-style-one .banner-img-btm li:nth-child(3) {
    transform: translateY(-37px) translateX(36px);
  }

  .banner-style-one .banner-img-btm li:nth-child(2) {
    transform: translateY(45px) translateX(-50px);
  }
}

@media screen and (max-width: 1200px) {
  .banner-style-one .banner-img-btm {
    right: 13px;
  }
}

@media screen and (max-width: 1199px) {
  .banner-style-one .banner-img-btm li:nth-child(1) {
    transform: translateY(-50px) translateX(-91px);
  }

  .banner-style-one .banner-img-btm li:nth-child(2) {
    transform: translateY(55px) translateX(-33px);
  }
}

/*==============================
 *    Page title
 *    ================================ */
.page-title-section {
  padding: 500px 0 80px 0;
  position: relative;
}

.page-title-section.style2 {
  padding: 120px 0 100px 0;
}

.page-title-section h1 {
  font-size: 60px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 0;
}

.page-title-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.page-title-section ul li {
  display: inline-block;
}

.page-title-section ul li:after {
  content: "\2f";
  font-weight: 900;
  vertical-align: middle;
  color: #fff;
  font-size: 25px;
  font-family: "Font Awesome 6 Free";
  padding: 0 10px 0 10px;
}

.page-title-section ul li:last-child:after {
  content: none;
}

.page-title-section ul li a {
  color: #ffffff;
  letter-spacing: 1px;
}

@media screen and (max-width: 1199px) {
  .page-title-section h1 {
    font-size: 52px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .page-title-section {
    padding: 120px 0 50px 0;
  }

  .page-title-section.style2 {
    padding: 100px 0 80px 0;
  }

  .page-title-section h1 {
    font-size: 48px;
  }
}

@media screen and (max-width: 575px) {
  .page-title-section {
    padding: 120px 0 50px 0;
  }

  .page-title-section.style2 {
    padding: 80px 0 60px 0;
  }

  .page-title-section h1 {
    font-size: 36px;
  }
}

/* section title */
.section-title .title-line {
  padding-left: 20px;
}

.section-title span.title-line:before {
  content: "";
  position: absolute;
  border-left: 1px solid #007cfb;
  width: 2px;
  height: 80%;
  top: 15%;
  left: 0;
  transform: rotate(15deg);
}

.section-title span.title-line:after {
  content: "";
  position: absolute;
  border-left: 1px solid #007cfb;
  width: 2px;
  height: 80%;
  top: 15%;
  left: 6px;
  transform: rotate(15deg);
}

/*==============================
 *    Animation
 *    ================================ */
.ani-Zooming {
  animation: ani-Zooming 5s infinite alternate ease-in-out;
}

@keyframes ani-Zooming {
  0% {
    -webkit-transform: scale(0.8);
    opacity: .5;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

.ani-circle-animation2 {
  -webkit-animation-name: ani-circle-animation2;
  animation-name: ani-circle-animation2;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@keyframes ani-circle-animation2 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(200px);
  }
}

.ani-circle-animation {
  -webkit-animation: ani-circle-animation 20s infinite linear;
  animation: ani-circle-animation 20s infinite linear;
}

@keyframes ani-circle-animation {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }

  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }

  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1);
  }

  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }

  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}

.ani-LeftRight {
  animation: ani-LeftRight 10s linear infinite;
}

@keyframes ani-LeftRight {

  0%,
  100% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(100px);
  }
}

@-webkit-keyframes ani-LeftRight {

  0%,
  100% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(100px);
  }
}

.ani-moving {
  animation: ani-moving 7s linear infinite;
}

@-webkit-keyframes ani-moving {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  20% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
  }

  50% {
    -webkit-transform: translate(-100px, -30px);
    transform: translate(-100px, -30px);
  }

  70% {
    -webkit-transform: translate(-100px, 0px);
    transform: translate(-100px, 0px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes ani-moving {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  20% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
  }

  50% {
    -webkit-transform: translate(-100px, -30px);
    transform: translate(-100px, -30px);
  }

  70% {
    -webkit-transform: translate(-100px, 0px);
    transform: translate(-100px, 0px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

/*==============================
 *    Cards
 *    ================================ */
/* card-style01 */
.card-style01 {
  border: none;
  position: relative;
  padding: 34px;
  z-index: 1;
  text-align: center;
  margin: 30px 0;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -webkit-box-shadow: 0 0 20px rgba(12, 12, 12, 0.06);
  -khtml-box-shadow: 0 0 20px rgba(12, 12, 12, 0.06);
  -moz-box-shadow: 0 0 20px rgba(12, 12, 12, 0.06);
  -ms-box-shadow: 0 0 20px rgba(12, 12, 12, 0.06);
  -o-box-shadow: 0 0 20px rgba(12, 12, 12, 0.06);
  box-shadow: 0 0 20px rgba(12, 12, 12, 0.06);
  border-radius: 8px;
}

.card-style01:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 0;
  background-color: #007dfb54;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 8px;
}

.card-style01:hover:before {
  height: 100%;
  width: 100%;
}

.card-style01 .services-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 10px;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  opacity: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.card-style01:hover .services-img {
  opacity: 1;
}

.card-style01 .card-icon {
  width: 85px;
  height: 85px;
  background-color: #000033;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
  transition: 0.4s;
  position: relative;
}

.card-style01:hover .card-icon {
  background-color: #007cfb;
}

.card-style01:hover p,
.card-style01:hover a {
  color: #fff;
}

.card-style01 .border-right-img:before {
  top: 5px;
  left: -5px;
  z-index: -1;
}

.card-style01:hover .border-right-img:before {
  border: 2px solid #fff;
}

@media screen and (max-width: 575px) {
  .card-style01 {
    margin: 15px 0;
  }
}

/* card-style02 */
.card-style02 {
  transition: all 1000ms ease 300ms;
  box-shadow: 0px 3px 15px 3px #ededed;
}

.card-style02:hover {
  transform: perspective(1200px) rotateX(0deg) translateY(-10px);
}

.card-style02 .pricing-top {
  position: absolute;
  top: 30px;
  left: 0px;
  padding: 10px 23px 11px 23px;
  background-color: #007cfb;
  border-radius: 0px 30px 30px 0px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  z-index: 1;
  line-height: 1;
}

/* card-style03 */
.card-style03 {
  height: 200px;
  background-color: #ffffff;
  padding: 35px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
  border-radius: 10px;
  border: none;
  -webkit-box-shadow: 0px 10px 15px 5px rgba(44, 44, 44, 0.05);
  box-shadow: 0px 10px 15px 5px rgba(44, 44, 44, 0.05);
}

.card-style03:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.card-style03 .number {
  position: absolute;
  height: 80px;
  width: 80px;
  line-height: 80px;
  right: 0;
  top: 0;
  background-color: #f4f4f4;
  text-align: center;
  font-size: 20px;
  color: #2C2C2C;
  font-weight: 600;
  border-radius: 0 10px 0 50px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: 1;
}

.card-style03 .number::before {
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  right: 0;
  top: 0;
  border-radius: 0 10px 0 50px;
  background-color: #007cfb;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: -1;
}

.card-style03:hover .number {
  color: #fff;
}

.card-style03:hover .number::before {
  height: 100%;
  width: 100%;
}

/*card-style04*/
.card-style04 .blog-img img {
  border-radius: 8px 8px 0 0;
}

.card-style04 .card-footer {
  border-radius: 0 0 10px 10px;
}

/*==============================
 *    Video
 *    ================================ */
.Video_btn {
  position: relative;
  height: 80px;
  width: 80px;
  background: #007cfb;
  text-align: center;
  display: inline-block;
  line-height: 80px;
  color: #fff;
  border-radius: 50%;
  transition-duration: 0s;
  -ms-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
}

.Video_btn:hover i,
.Video_btn:focus i {
  color: #fff;
}

.Video_btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 80px;
  width: 80px;
  border: 2px solid #007cfb;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: .3;
  animation: pulse-border 1500ms ease-out infinite;
}

.Video_btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 95px;
  width: 95px;
  border: 2px solid #007cfb;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: .3;
  animation: pulse-border 1500ms ease-out infinite;
}

.Video_btn.small {
  width: 55px;
  height: 55px;
  line-height: 55px;
}

.Video_btn.small:after {
  height: 50px;
  width: 50px;
}

.Video_btn.small:before {
  height: 65px;
  width: 65px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@media screen and (max-width: 1199px) {
  .Video_btn {
    height: 75px;
    width: 75px;
    line-height: 75px;
  }

  .Video_btn:after {
    height: 75px;
    width: 75px;
  }

  .Video_btn:before {
    height: 90px;
    width: 90px;
  }
}

@media screen and (max-width: 991px) {
  .Video_btn {
    height: 70px;
    width: 70px;
    line-height: 70px;
  }

  .Video_btn:after {
    height: 70px;
    width: 70px;
  }

  .Video_btn:before {
    height: 85px;
    width: 85px;
  }

  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    }

    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
    }
  }
}

@media screen and (max-width: 767px) {
  .Video_btn {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }

  .Video_btn:after {
    height: 60px;
    width: 60px;
  }

  .Video_btn:before {
    height: 75px;
    width: 75px;
  }
}

/*==============================
 *    Portfolio
 *    ================================ */
/* filtering */
.filtering {
  margin-bottom: 40px;
}

.filtering span {
  cursor: pointer;
  font-size: 14.4px;
  font-weight: 600;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 6px 15px;
  background: transparent;
  color: #18455d;
  border: 2px solid #18455d;
}

.filtering span:last-child {
  margin: 0;
}

.filtering .active {
  color: #ffffff;
  background: #007cfb;
  border: 2px solid #007cfb;
}

@media screen and (max-width: 767px) {
  .filtering {
    margin-bottom: 0;
  }

  .filtering span {
    margin-bottom: 17px;
  }
}

@media screen and (max-width: 575px) {
  .filtering span {
    padding: 6px 8px;
    margin-right: 5px;
    font-size: 13px;
  }
}

/* popup gallery */
.lg-backdrop {
  z-index: 99999;
}

.lg-outer {
  z-index: 999999;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #007cfb;
}

.lg-progress-bar .lg-progress {
  background-color: #007cfb;
}

.lg-backdrop.in {
  opacity: 0.85;
}

/*portfolio-style01*/
.portfolio-style01:hover .items {
  opacity: 1;
}

.portfolio-style01 .items {
  background: #007cfb;
  display: flex;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  right: 0;
  flex-direction: column;
  padding: 25px 30px;
  opacity: 0;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  transition: 0.5s;
}

.portfolio-style01:hover .items-title {
  opacity: 1;
  transform: translateY(0);
}

.portfolio-style01 .items-title {
  transition: 0.5s;
  opacity: 0;
  transform: translateY(40px);
}

.portfolio-style01:hover .items-text {
  opacity: 1;
  transform: translateY(0);
}

.portfolio-style01 .items-text {
  transition: 0.7s;
  opacity: 0;
  transform: translateY(40px);
}

@media screen and (max-width: 991px) {
  .portfolio-style01 .items {
    padding: 15px 20px;
  }
}

/*portfolio-style02*/
.portfolio-style02 .img-prev {
  width: 75px;
  height: 75px;
  margin-right: 22px;
}

.portfolio-style02 .portfolio-details-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  border-radius: 5px;
  padding: 20px;
  clear: both;
}

.portfolio-style02 .portfolio-details-info .detalis-tag a {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  padding: 8px 20px;
  font-size: 14px !important;
  line-height: 1;
  font-weight: 600;
  background-color: #ffffff;
  transition: 0.4s;
}

.portfolio-style02 .portfolio-details-info .detalis-icon a {
  border-radius: 30px;
  text-align: center;
  overflow: hidden;
  padding-right: 10px;
}

.portfolio-style02 .portfolio-details-info .detalis-icon a span {
  display: flex;
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  border-radius: inherit;
  color: #ffffff;
  white-space: nowrap;
  max-width: 30px;
  transition: .65s;
  overflow: hidden;
  background-color: #1b82c4;
}

.portfolio-style02 .portfolio-details-info .detalis-icon a span:before {
  display: inline-block;
  width: 30px;
  text-align: center;
}

.portfolio-style02 .portfolio-details-info .detalis-icon a:hover span {
  background-color: rgba(27, 130, 196, 0.8);
  max-width: 150px;
}

.portfolio-style02 .portfolio-details-info .detalis-icon a .icon-text {
  padding-right: 10px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3));
  display: none;
  display: block;
}

@media screen and (max-width: 767px) {
  .portfolio-style02 .portfolio-details-info {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
}

/*==============================
 *    Pagination
 *    ================================ */
.pagination {
  border-radius: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

.pagination ul {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}

.pagination li {
  display: inline;
  margin-right: 10px;
}

.pagination li:last-child {
  margin-right: 0;
}

.pagination a {
  background: transparent;
  font-weight: 700;
  text-align: center;
  padding: 12px 16px;
  color: #575a7b;
  border: 1px solid #dddddd;
  line-height: 25px;
  display: inline-block;
}

.pagination a:hover,
.pagination a:active,
.pagination a:focus {
  background-color: #000033;
  color: #ffffff;
  box-shadow: none;
}

.pagination .active a {
  background-color: #f7f7f7;
  color: #002147;
  border: 1px solid #dbdbdb;
  cursor: default;
}

@media screen and (max-width: 575px) {
  .pagination li {
    margin-right: 8px;
  }
}

/*==============================
 *    Owl Carousel
 *    ================================ */
.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot span {
  border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: transparent;
  border-color: #007cfb;
}

.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

/*==============================
 *    Tabs
 *    ================================ */
ul.resp-tabs-list {
  margin-bottom: 15px;
  padding: 0px;
}

.resp-tabs-list li {
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  padding: 12px 20px;
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.08);
  margin: 0 15px 0 0;
  list-style: none;
  cursor: pointer;
  background: #fff;
  color: #007cfb;
  text-align: left;
  border-radius: 8px;
}

.resp-tabs-list li:last-child {
  margin-right: 0;
}

.resp-tabs-list li i {
  font-size: 24px;
  padding-right: 10px;
  vertical-align: text-bottom;
}

.resp-tabs-container {
  padding: 0px;
  clear: left;
}

.resp-tab-content {
  display: none;
  padding: 10px 0 0 0;
  border: none;
  float: left;
  width: 100%;
  box-shadow: none;
  border-radius: 4px;
  background: transparent;
}

h2.resp-accordion {
  cursor: pointer;
  display: none;
  font-size: 18px;
  color: #fff;
  border-top: 0px solid #c1c1c1;
  margin-bottom: 5px;
  padding: 14px 15px;
  float: left;
  width: 100%;
  background: #000033 !important;
  border-radius: 0;
}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  background-color: #007cfb !important;
  color: #fff;
  margin-bottom: 0;
  border-radius: 0px;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/* tab-style1 */
.tab-style1.top-margin {
  margin-top: -55px !important;
}

/* resp-tabs-list */
.resp-vtabs.style1 ul.resp-tabs-list {
  margin-top: -80px;
}

.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-bottom: 0;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 18px 20px !important;
  margin: 0 0 25px;
  cursor: pointer;
  float: none;
  font-size: 18px;
  background: rgba(0, 0, 51, 0.1);
  color: #000033;
  border-radius: 0px;
}

.resp-vtabs .resp-tabs-list li:last-child {
  margin-bottom: 0;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  float: left;
  width: 100%;
  clear: none;
  border-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.resp-vtabs .resp-tab-content {
  word-wrap: break-word;
  border-radius: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0;
}

.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 18px 20px !important;
  background-color: #007cfb;
  color: #fff;
}

.resp-arrow {
  border-color: transparent #fff #fff transparent;
  border-style: solid;
  border-width: 0 2px 2px 0;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 7px;
}

h2.resp-tab-active span.resp-arrow {
  border-color: #fff transparent transparent #fff;
  border-style: solid;
  border-width: 2px 0 0 2px;
  float: right;
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
  margin-top: 10px;
}

/* accordion styles */
.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1;
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
  border-color: #e8e8e8 !important;
}

h2.resp-accordion.resp-tab-active {
  border-color: #e8e8e8 !important;
}

/* change the breakpoint to set the accordion */
@media screen and (max-width: 991px) {
  .resp-tab-content {
    padding: 40px;
  }

  .tab-style1.top-margin {
    margin-top: 0 !important;
  }

  ul.resp-tabs-list {
    display: none;
  }

  h2.resp-accordion {
    display: block;
  }

  h2.resp-accordion i {
    margin-right: 8px;
    font-size: 20px;
    color: #fff;
    vertical-align: text-bottom;
  }

  .resp-vtabs .resp-tab-content {
    margin-bottom: 5px;
    padding: 30px;
  }

  .resp-vtabs .resp-tab-content:last-child {
    margin-bottom: 0;
  }

  .resp-vtabs .resp-tabs-container {
    border: none !important;
    float: left;
    width: 100%;
    min-height: 100px;
    clear: none;
    background: none;
  }

  .resp-accordion-closed {
    display: none !important;
  }

  .resp-tab-content {
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #eee;
    margin-bottom: 5px;
    padding: 30px;
  }

  .resp-tab-content:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 575px) {

  .resp-vtabs .resp-tab-content,
  .resp-tab-content {
    padding: 20px;
  }
}

/*==============================
 *    Accordion
 *    ================================ */
/*accordion-style1*/
.accordion-style1 .card {
  background: transparent;
  border: none;
  margin-top: 0 !important;
  border-radius: 10px;
}

.accordion-style1 .card-header {
  border: 0px;
  padding: 0;
  background: none;
}

.accordion-style1 .btn-link {
  color: #fff;
  line-height: 26px;
  position: relative;
  border: none;
  border-bottom: none;
  border-left: none;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  padding: 20px 45px 20px 35px;
  font-weight: 600;
  text-decoration: none;
  background-color: #007cfb;
  border-radius: 50px;
}

.accordion-style1 .btn-link.collapsed {
  color: #575a7b;
  line-height: 26px;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  border: none;
  padding: 20px 45px 20px 35px;
  font-weight: 600;
  text-decoration: none;
  background-color: #f9f9f9;
  border-radius: 50px;
}

.accordion-style1 .btn-link:hover {
  text-decoration: none;
}

.accordion-style1 .btn-link.collapsed:after {
  content: "+";
  right: 25px;
  left: inherit;
  font-size: 20px;
  transform: none;
  top: 21px;
  position: absolute;
  color: #212121;
  background-color: transparent;
  border-radius: .3rem;
  line-height: 20px;
  width: 25px;
  height: 25px;
  text-align: center;
}

.accordion-style1 .btn-link:after {
  content: "-";
  right: 25px;
  left: inherit;
  font-size: 20px;
  transform: none;
  top: 21px;
  position: absolute;
  color: #fff;
  background-color: transparent;
  border-radius: .3rem;
  line-height: 22px;
  width: 25px;
  height: 25px;
  text-align: center;
}

.accordion-style1 .card-body {
  padding: 0px 30px 0px 26px;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .accordion-style1 .btn-link {
    padding: 15px 52px 15px 35px;
  }

  .accordion-style1 .btn-link:after {
    top: 16px;
  }

  .accordion-style1 .btn-link.collapsed {
    padding: 15px 45px 15px 35px;
  }

  .accordion-style1 .btn-link.collapsed:after {
    top: 16px;
  }
}

/*==============================
 *    Pages
 *    ================================ */
/* service-sidebar */
.sidebar .cetegory {
  list-style: none;
}

.sidebar .cetegory li {
  margin-bottom: 10px;
}

.sidebar .cetegory li a {
  background-color: #fff;
  padding: 15px 20px 15px 30px;
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sidebar .cetegory li:last-child {
  margin-bottom: 0;
}

.sidebar .cetegory li.active a {
  color: #fff;
  background-color: #000033;
}

.sidebar .cetegory li:hover a {
  background-color: #000033;
  color: #fff;
}

.sidebar .contact-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #007cfb;
  color: #fff;
  border-radius: 8px;
  display: inline-block;
  font-size: 30px;
}

.sidebar .contact-info:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 51, 0.8);
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .sidebar .contact-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
  }
}

/*blog-sidebar*/
.blog-sidebar .input-group-append {
  position: absolute;
  top: 7px;
  right: 8px;
  width: auto;
}

.blog-sidebar .input-group-append button {
  padding: 0 !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #007cfb;
}

.blog-sidebar .cetegory li {
  background-color: #fff;
  padding: 15px 20px 15px 30px;
  margin-bottom: 10px;
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-sidebar .cetegory li i {
  vertical-align: middle;
}

.blog-sidebar .cetegory li:last-child {
  margin-bottom: 0;
}

.blog-sidebar .cetegory li:hover,
.blog-sidebar .cetegory li:active,
.blog-sidebar .cetegory li:focus {
  background-color: #000033;
  color: #fff;
}

.blog-sidebar .cetegory li:hover a,
.blog-sidebar .cetegory li:active a,
.blog-sidebar .cetegory li:focus a {
  color: #fff;
}

.blog-sidebar .sidebar-tag li {
  display: inline-block;
  padding: 0px 5px 0px;
  margin-bottom: 10px;
}

.blog-sidebar .sidebar-tag li a {
  display: block;
  color: #878c8f;
  font-size: 15px;
  font-weight: 500;
  background: #ffffff;
  padding: 5px 19px;
  border-radius: 5px;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-sidebar .sidebar-tag li a:hover {
  background-color: #000033;
  color: #fff;
}

.blog-sidebar .input-group input {
  height: 61px;
  padding: 0.5rem 4rem 0.5rem 1rem;
  color: #fff;
  border-radius: 50px !important;
}

/* count-down */
.countdown {
  padding: 0;
}

.countdown li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  margin: 0px 31px;
  position: relative;
  width: 200px;
  height: 200px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.countdown li span {
  font-size: 46px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  line-height: normal;
}

.countdown li p.timeRefDays,
.countdown li p.timeRefHours,
.countdown li p.timeRefMinutes,
.countdown li p.timeRefSeconds {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  z-index: 2;
  position: relative;
  padding: 0;
  text-transform: capitalize;
}

@media screen and (max-width: 1399px) {
  .countdown li {
    width: 170px;
    height: 170px;
  }
}

@media screen and (max-width: 1199px) {
  .countdown li {
    margin: 0 21px;
  }

  .elements-countdown .countdown li {
    margin: 0 18px;
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 991px) {
  .countdown li {
    width: 140px;
    height: 140px;
    margin: 0 15px;
  }

  .countdown li span {
    font-size: 36px;
  }

  .elements-countdown .countdown li {
    margin: 0 12px;
    width: 130px;
    height: 130px;
  }
}

@media screen and (max-width: 767px) {
  .countdown li {
    margin: 15px;
  }

  .elements-countdown .countdown li {
    margin: 15px;
    width: 180px;
    height: 180px;
  }
}

@media screen and (max-width: 575px) {
  .countdown li {
    width: 100px;
    height: 100px;
    margin: 10px;
  }

  .countdown li span {
    font-size: 26px;
  }

  .elements-countdown .countdown li {
    margin: 15px 10px;
    width: 95px;
    height: 95px;
  }

  .elements-countdown .countdown li span {
    font-size: 22px;
  }

  .elements-countdown .countdown li p.timeRefDays {
    font-size: 12px;
  }

  .countdown li p.timeRefHours,
  .countdown li p.timeRefMinutes,
  .countdown li p.timeRefSeconds {
    font-size: 12px;
  }
}

/*==============================
 *    Elements
 *    ================================ */
/* modal */
.modal-backdrop {
  z-index: 99999;
}

.modal {
  z-index: 999999;
}

.bd-example button,
.bd-example a {
  margin-top: .25rem;
  margin-bottom: .25rem;
}

/* fonts-icon page */
/* copy elements */
pre[class*="language-"] {
  max-height: 45vh;
  height: 100%;
  margin: 35px 0 15px 0;
  padding-top: 0;
}

.html-code {
  background-color: #fbfbfb;
  position: relative;
  box-shadow: inset 0 0 0 1px #dde1e6, 0 3px 5px rgba(0, 0, 0, 0.15);
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #ededed;
}

.copy-element {
  position: absolute;
  top: 0;
  right: 85px;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}

.source-element {
  position: absolute;
  top: 0;
  right: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
}

.html-code .copy-element {
  top: 15px;
  right: 30px;
}

.html-code:hover .copy-element,
.html-code:hover .source-element {
  opacity: 1;
}

.box-hover:hover .copy-element,
.box-hover:hover .source-element {
  opacity: 1;
}

.copy-element>a,
.source-element>a {
  background: #dde1e6;
  color: #777 !important;
  display: inline-block;
  padding: 5px 15px;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 5px;
  cursor: pointer !important;
  font-weight: 600;
}

.copy-element>a:hover,
.source-element>a:hover {
  background: #007cfb;
  color: #fff !important;
}

.copy-clipboard {
  cursor: pointer;
  padding: 5px 15px;
}

.white-popup-block {
  background-color: #fbfbfb;
  position: relative;
  max-width: 650px;
  box-shadow: inset 0 0 0 1px #dde1e6, 0 3px 5px rgba(0, 0, 0, 0.15);
  padding: 60px 30px 30px 30px;
  border-radius: 5px;
  margin: 40px auto;
  border: 1px solid #ededed;
}

.white-popup-block.popup-copy.mfp-hide {
  display: block !important;
  height: 0;
  position: absolute;
  z-index: -1;
  padding: 0;
  opacity: 0;
  margin: 0;
}

.white-popup-block:before {
  color: rgba(0, 124, 251, 0.2);
  content: "•••";
  font-size: 24px;
  left: 24px;
  letter-spacing: 4px;
  line-height: 12px;
  position: absolute;
  top: 24px;
}

.white-popup-block:hover .copy-element {
  opacity: 1;
}

.white-popup-block .copy-element {
  top: 45px;
  right: 30px;
}

.box-hover {
  position: relative;
}

.box-hover .container {
  position: relative;
}

.inner-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  margin-bottom: 35px;
  padding-bottom: 20px;
}

.inner-title h2 {
  position: relative;
  margin-bottom: 0;
  color: #007cfb;
}

.icon-gallery .d-table-cell {
  width: 125px;
  height: 125px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 25px;
  border: 1px solid rgba(0, 0, 0, 0.075);
  vertical-align: middle;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  padding: 10px;
  background: #fff;
}

.icon-gallery i {
  display: block;
  margin-bottom: 15px;
  font-size: 28px;
  color: #000033;
}

.icon-gallery .d-table {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .elements-block .inner-title {
    margin-bottom: 65px;
  }

  .copy-element,
  .source-element {
    top: 65px;
  }
}

/*==============================
 *    Others
 *    ================================ */
/* about-style01 */
.about-style01 .about-icon {
  width: 70px;
  height: 70px;
  background-color: #007cfb;
  color: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.about-style01 .border-left-img:before {
  top: 30px;
  right: 30px;
}

.about-style01 .border-left-top-img:before {
  top: 0;
  right: 30px;
}

@media screen and (max-width: 1199px) {
  .about-style01 .border-left-top-img:before {
    right: 20px;
  }

  .about-style01 .border-left-img:before {
    right: 20px;
    top: 20px;
  }
}

@media screen and (max-width: 575px) {
  .about-style01 .border-left-top-img:before {
    right: 10px;
  }

  .about-style01 .border-left-img:before {
    right: 10px;
    top: 20px;
  }
}

/*blockquote css*/
blockquote {
  position: relative;
  z-index: 1;
  padding-left: 135px;
  padding-right: 40px;
  font-size: 20px;
}

blockquote:before {
  content: "\e67f";
  font-family: 'themify';
  color: #007cfb;
  font-size: 74px;
  position: absolute;
  z-index: 1;
  left: 32px;
  top: 43px;
  display: block;
  line-height: 1;
}

blockquote cite {
  display: block;
  position: relative;
  margin-top: 11px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  font-style: normal;
  color: #7c7c7c;
}

@media screen and (max-width: 767px) {
  blockquote {
    padding-left: 105px;
  }

  blockquote:before {
    left: 32px;
    top: 35px;
    font-size: 50px;
  }
}

/*faq*/
.faq-form .quform-input .faq-icon {
  position: absolute;
  top: 21px;
  right: 23px;
  color: #999;
}

.faq-form .form-control {
  border-radius: 10px;
  min-height: 60px;
}

/*appointment*/
.appointment .form-control {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
  border: 0;
  min-height: 55px;
  border-radius: 3px;
}

.appointment textarea.form-control {
  min-height: 150px;
}

/*contact-us*/
.contact-page .form-control {
  min-height: 55px;
}

/*team-style01 */
.team-style01 ul {
  position: absolute;
  top: 25px;
  right: 20px;
  background: #007cfb;
  padding: 12px 15px;
  border-radius: 8px;
  opacity: 0;
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}

.team-style01:hover ul {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.team-style01 ul li a {
  font-size: 15px;
  color: #fff;
}

.team-style01 .team-box {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #007cfb;
  padding: 14px 22px;
  opacity: 0;
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-transition: all 900ms ease;
  transition: all 900ms ease;
}

.team-style01:hover .team-box {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

@media screen and (max-width: 1399px) {
  .team-style01 ul {
    padding: 12px;
  }

  .team-style01 .team-box {
    padding: 12px 18px;
  }
}

/*service-carousel*/
.owl-carousel .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 4px;
  border-radius: 50%;
  position: relative;
  background: transparent;
  border: 1px solid #000;
  transition: .5s;
}

.owl-carousel .owl-dots .owl-dot span:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 2px;
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #000;
  transition: .5s;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  border: 1px solid #007cfb;
}

.owl-carousel .owl-dots .owl-dot.active span:before,
.owl-carousel .owl-dots .owl-dot:hover span:before {
  background-color: #007cfb;
}

/* about-style-02 */
.about-style-02 .about-list {
  border-radius: 35px;
  padding: 11px;
}

.about-style-02 .about-list i {
  background-color: #000033;
  box-shadow: 5px 4px 13px 0px rgba(0, 0, 51, 0.45);
  border-radius: 50%;
  color: #fff;
  transition: 0.4s;
}

.about-style-02 .about-list i:hover {
  color: #007cfb;
  background-color: #fff;
}

.about-style-02 .about-box {
  position: absolute;
  top: 90px;
  left: -160px;
  padding: 35px 40px;
  background-color: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  border-radius: 8px 8px 0 8px;
  max-width: 300px;
}

.about-style-02 .about-box:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 28px;
  height: 20px;
  right: 0px;
  bottom: -19px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 0%);
}

@media screen and (max-width: 1599px) {
  .about-style-02 .about-box {
    left: -65px;
  }
}

@media screen and (max-width: 1200px) {
  .about-style-02 .about-box {
    padding: 23px 27px;
    width: 288px;
    left: -20px;
  }
}

@media screen and (max-width: 991px) {
  .about-style-02 .about-list {
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  .about-style-02 .about-list {
    width: 100%;
  }
}

/*.whychoose-style-01*/
.whychoose-style-01 .chooce-icon-img i {
  width: 30px;
  height: 30px;
  background-color: #007cfb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  margin-right: 20px;
}

.whychoose-style-01 .border-right-img:before {
  top: 30px;
  left: 30px;
}

@media screen and (max-width: 575px) {
  .whychoose-style-01 .border-right-img:before {
    top: 10px;
    left: 10px;
  }
}

/*newsletter-form*/
.newsletter-form .quform-elements {
  position: relative;
}

.newsletter-form .quform-submit-inner .btn {
  padding: 0.500rem 1.15rem;
}

.newsletter-form .quform-loading-wrap {
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 0;
}

.newsletter-form input {
  border: 1px solid transparent;
  height: 61px;
  padding: 0.5rem 4rem 0.5rem 1rem;
  color: #fff;
  border-radius: 50px;
}

.newsletter-form .form-control:focus,
.newsletter-form .form-control:active {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.newsletter-form .quform-has-error input,
.newsletter-form .quform-has-error textarea,
.newsletter-form .quform-has-error select {
  border-color: #f5543f;
}

.newsletter-form .quform-input .quform-errors-wrap {
  right: 15px;
}

.newsletter-form i {
  font-size: 1.2rem;
  line-height: 2rem;
}

.newsletter-form .quform-submit-inner {
  position: absolute;
  top: 6px;
  right: 7px;
  width: auto;
}

.newsletter-form .butn-style1 {
  padding: 0 !important;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 0;
  background-color: #007cfb;
}

.newsletter-form .butn-style1 span {
  background-color: #000033;
}

/* contact-us-section */
.contact-us-section .contact-box {
  position: relative;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  z-index: 9;
  margin-bottom: -100px;
  word-break: break-all;
}

/* process-style-01 */
.main-process {
  position: relative;
  z-index: 1;
  padding-top: 33px;
  margin-top: 70px;
}

.main-process .line-shape {
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
  transform: rotate(-3deg);
}

.process-style-01 span {
  display: inline-block;
  text-align: center;
  height: 60px;
  width: 60px;
  line-height: 54px;
  border: 4px solid #fff;
  background: #000033;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-weight: 900;
  font-size: 22px;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  margin-bottom: 19px;
  bottom: 20px;
  right: -5px;
}

.process-style-01:nth-child(2) .item span {
  bottom: auto;
}

.process-style-01 .thumb {
  position: relative;
  display: inline-block;
}

.process-style-01 img {
  height: 170px;
  width: 170px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  margin-bottom: 60px;
}

.process-style-01 .item:hover span {
  background: #007cfb;
  color: #fff;
}

.process-style-01:nth-child(2n) .item span {
  transform: scale(1.2);
  background: #007cfb;
  color: #fff;
  right: -45px;
}

.process-style-01:nth-child(2n) .item img {
  transform: scale(1.4);
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .process-style-01 img {
    transform: scale(1.4);
    margin-bottom: 60px;
  }

  .main-process .line-shape {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .main-process {
    margin-top: 40px;
  }
}

/* testimonial-style01 */
.testimonial-style01 .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 70px;
}

/* testimonial-carousel2 */
.testimonial-carousel.owl-carousel .owl-dots .owl-dot span {
  border: 1px solid #fff;
}

.testimonial-carousel.owl-carousel .owl-dots .owl-dot span:before {
  background-color: #fff;
}

.testimonial-carousel .owl-dots .owl-dot.active span,
.testimonial-carousel .owl-dots .owl-dot:hover span {
  border: 1px solid #007cfb;
}

.testimonial-carousel .owl-dots .owl-dot.active span:before,
.testimonial-carousel .owl-dots .owl-dot:hover span:before {
  background-color: #007cfb;
}

/* progress-style1 */
.progress-style1 .progress {
  height: 8px;
}

.progress-style1 .progress .progress-bar {
  background-color: #007cfb;
}

/* image-oval */
.image-oval {
  position: relative;
  overflow: hidden;
}

.image-oval:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.image-oval:hover:before {
  -webkit-animation-duration: 0.95s;
  animation-duration: 0.95s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-name: circle;
  animation-name: circle;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

/* quform */
.form-group {
  margin-bottom: 1rem;
}

.form-group label {
  margin-bottom: .5rem;
}

.form-control:focus {
  border-color: #007cfb;
}

.form-check-input:checked {
  border-color: #007cfb;
  background-color: #007cfb;
}

.quform-input {
  position: relative;
}

.quform-input .quform-errors-wrap {
  position: absolute;
  right: 8px;
  top: 0;
  line-height: normal;
  z-index: 9;
}

.quform-element>label {
  font-weight: 600;
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 15px;
}

.quform-element>label .quform-required {
  color: #cc0101;
  font-size: 10px;
}

.quform-inner input {
  width: 100%;
}

.quform-elements .quform-element textarea {
  margin-bottom: 0;
  padding: 8px 15px;
  vertical-align: top;
}

.quform-errors {
  padding: 0;
  margin: 0;
  line-height: normal;
}

.quform-errors>.quform-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal;
  letter-spacing: normal;
}

.quform-outer-no-js .quform-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal;
  letter-spacing: normal;
}

.quform-outer-no-js .quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem;
}

.quform-has-error input,
.quform-has-error textarea,
.quform-has-error select,
.quform-has-error input[type=file],
.quform-has-error .custom-file-label {
  border-color: #f5543f;
}

.quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem;
}

.quform-submit-inner {
  float: none;
}

.quform-loading-wrap {
  float: none;
}

.quform-loading-wrap .quform-loading {
  display: inline-block;
}

.quform-element {
  margin-bottom: 1rem;
}

/* social-icon-style1 */
.social-icon-style1 {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 0px;
  list-style: none;
}

.social-icon-style1 li {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}

.social-icon-style1 li a {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  height: 40px;
  line-height: 40px;
  width: 40px;
  border-radius: 10px;
}

.social-icon-style1 li a:hover {
  background: #007cfb;
}

.social-icon-style1 li:last-child {
  margin-right: 0;
}

/* social-icon-style2 */
.social-icon-style2 {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 10px;
  list-style: none;
}

.social-icon-style2 li {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}

.social-icon-style2 li a {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #007cfb;
  height: 41px;
  border-radius: 50%;
  line-height: 41px;
  width: 41px;
}

.social-icon-style2 li a:hover {
  background: #000033;
  color: #fff;
}

.social-icon-style2 li:last-child {
  margin-right: 0;
}

.social-icon-style2 li a.small {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 11px;
}

.social-icon-style2.small li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

@media screen and (max-width: 991px) {
  .social-icon-style2.small li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

@media screen and (max-width: 575px) {
  .social-icon-style2 li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
  }
}

/* social-icon-style3 */
.social-icon-style3 {
  margin-bottom: 0;
  display: inline-block;
}

.social-icon-style3 li {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}

.social-icon-style3 li a {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  background: #007cfb;
  height: 40px;
  line-height: 40px;
  width: 40px;
  border-radius: 50%;
}

.social-icon-style3 li a:hover {
  background: #fff;
  color: #007cfb;
}

.social-icon-style3 li:last-child {
  margin-right: 0;
}

/* social-icon-style4 */
.social-icon-style4 {
  margin-bottom: 0;
  display: inline-block;
}

.social-icon-style4 li {
  vertical-align: middle;
  display: inline-block;
  margin-right: 20px;
}

.social-icon-style4 li:last-child {
  margin-right: 0;
}

.social-icon-style4 li a {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #007cfb;
  font-size: 17px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
}

.social-icon-style4 li a:hover {
  background: #fff;
  color: #007cfb;
}

@media screen and (max-width: 575px) {
  .social-icon-style4 li {
    margin: 8px;
  }

  .social-icon-style4 li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

/* social-icon-style5 */
.social-icon-style5 {
  margin-bottom: 0;
  display: inline-block;
}

.social-icon-style5 li {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}

.social-icon-style5 li a {
  display: inline-block;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  background: #007cfb;
  height: 35px;
  line-height: 35px;
  width: 35px;
  border-radius: 50%;
}

.social-icon-style5 li a:hover {
  background: #fff;
  color: #007cfb;
}

.social-icon-style5 li:last-child {
  margin-right: 0;
}

/*search page*/
.search-form_input {
  color: #007cfb;
}

.search-frame h4 a:hover {
  color: #007cfb;
}

.search-frame .search_list .match {
  color: #007cfb;
}

.search-frame .search_list li:before {
  color: #007cfb;
}

.search-frame .search_list li+li {
  border-top: 3px solid #007cfb;
}

.search-frame .search {
  color: #007cfb;
}

/* map */
.contact-map {
  width: 100%;
  height: 400px;
  vertical-align: top;
  border: 0;
}

/* call-to-action1 */
.call-to-action1 .shape1 {
  position: absolute;
  top: -184px;
  left: 230px;
  width: 105px;
  height: 812px;
  background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
  background-color: transparent;
  transform: rotate(45deg);
  mix-blend-mode: soft-light;
  z-index: 1;
}

/*==============================
 *    Page Navigation
 *    ================================ */
.page-navigation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

.prev-page:before,
.next-page:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 0 rgba(34, 35, 40, 0);
  transform: scale(1.04, 1.12);
  transition: .3s ease-in-out;
  pointer-events: none;
}

.prev-page .page-info>a,
.next-page .page-info>a {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 110px;
}

.prev-page .page-info .image-prev,
.prev-page .page-info .image-next {
  position: relative;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  border-radius: 8px;
  transition: inherit;
  overflow: hidden;
}

.next-page .page-info .image-prev,
.next-page .page-info .image-next {
  position: relative;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  border-radius: 8px;
  transition: inherit;
  overflow: hidden;
}

.prev-page .page-info .prev-title,
.prev-page .page-info .next-title {
  display: inline-block;
  position: relative;
  max-width: 280px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  word-wrap: break-word;
  vertical-align: middle;
  transition: 0.45s;
}

.next-page .page-info .prev-title,
.next-page .page-info .next-title {
  display: inline-block;
  position: relative;
  max-width: 280px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  word-wrap: break-word;
  vertical-align: middle;
  transition: 0.45s;
}

.prev-page .page-info .prev-title:empty,
.prev-page .page-info .next-title:empty {
  display: none;
}

.next-page .page-info .prev-title:empty,
.next-page .page-info .next-title:empty {
  display: none;
}

.prev-page a {
  justify-content: flex-start;
  text-align: left;
}

.prev-page .image-prev {
  margin-right: 20px;
}

.prev-page .image-prev:before {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin-left: 20px;
  content: "\e64a";
  font-family: 'themify';
  font-size: 21px;
  line-height: 70px;
  color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-in-out;
}

.prev-page .image-prev:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-in-out;
}

.next-page {
  margin-left: auto;
}

.next-page a {
  justify-content: flex-end;
  text-align: right;
}

.next-page .image-next {
  margin-left: 20px;
}

.next-page .image-next:before {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin-right: 20px;
  content: "\e64a";
  font-family: 'themify';
  font-size: 21px;
  line-height: 70px;
  color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-in-out;
  transform: scaleX(-1);
}

.next-page .image-next:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-in-out;
}

.next-page .next-title {
  text-align: right;
}

.prev-link-page-info>span,
.next-link-page-info>span {
  display: block;
}

.prev-link-page-info .date-details,
.next-link-page-info .date-details {
  font-size: 14px;
  letter-spacing: .025em;
  line-height: 20px;
  margin-bottom: -2px;
}

.prev-link-page-info .date-details>div,
.prev-link-page-info .date-details>span {
  line-height: inherit;
  transition: 0.45s;
  font-weight: 500;
}

.next-link-page-info .date-details>div,
.next-link-page-info .date-details>span {
  line-height: inherit;
  transition: 0.45s;
  font-weight: 500;
}

.prev-link-page-info .date-details:only-child,
.next-link-page-info .date-details:only-child {
  margin-top: 0;
}

@media screen and (max-width: 991px) {

  .prev-page .page-info .prev-title,
  .prev-page .page-info .next-title {
    max-width: 250px;
  }

  .next-page .page-info .prev-title,
  .next-page .page-info .next-title {
    max-width: 250px;
  }
}

@media screen and (max-width: 767px) {

  .prev-page,
  .next-page {
    width: calc(100% - 20px);
    max-width: unset;
  }

  .prev-page+.next-page {
    margin-top: 0;
  }

  .page-navigation {
    flex-direction: column;
  }

  .prev-page .page-info .prev-title,
  .prev-page .page-info .next-title {
    max-width: 280px;
  }

  .next-page .page-info .prev-title,
  .next-page .page-info .next-title {
    max-width: 280px;
  }
}

@media screen and (max-width: 575px) {

  .prev-page .page-info>a,
  .next-page .page-info>a {
    padding: 10px;
  }
}

/* left-img-block */
.left-img-block {
  position: absolute;
  top: -25px;
  bottom: -1px;
  left: 0;
  max-width: 384px;
  width: 100%;
}

.left-img-block:before {
  position: absolute;
  top: 0;
  right: -16px;
  content: "";
  border-left: 9px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 25px solid #232323;
  z-index: 2;
  transform: rotate(-1deg);
}

.left-img {
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 1399px) {
  .left-img-block {
    display: none;
  }
}

/*==============================
 *    Footer
 *    ================================ */
footer {
  background: #000033;
}

.footer-logo {
  max-width: 214px;
  width: 100%;
  display: inline-block;
}

.footer-logo>a {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  footer {
    padding-top: 60px;
  }
}

.aios-banner {
  width: 100%;
  color: #fff;                 /* 白色文字 */
  text-align: center;          /* 居中 */
  font-size: 50px;             /* 字体大小可根据实际调整 */
  font-weight: 400;
  padding: 12px 0;             /* 上下内边距 */
  letter-spacing: 1px;
}

/* 卡片悬停时标题、描述变白色，"查阅详情"变橙色 */
.card-style01:hover .card-body .h5 a,
.card-style01:hover .card-body p {
  color: #fff !important;
}
.card-style01:hover .card-body a {
  color: #ffb400 !important;
  font-weight: 700;
}

.card-style01 {
  height: 370px;
}

.card-style01 .card-body p {
  min-height: 48px; /* 设为两行或三行的高度 */
}

.card-style01 .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.aios-banner-link {
  color: white !important;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.aios-banner-link:hover {
  color: #0077ff !important; /* 亮蓝色，你也可以换成别的 */
}

.header-style1.scrollHeader {
    background: #fff !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}


#contact-form-section {
  scroll-margin-top: 90px; /* 根据导航栏高度调整 */
}

/*# sourceMappingURL=styles.css.map */