#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 #4670ce;
  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 #4670ce;
  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;
  }
}
a:hover,
a:active {
  color: #4670ce;
  text-decoration: none;
}
.bg-primary {
  background-color: #4670ce !important;
}
.bg-secondary {
  background-color: #30469d !important;
}
.bg-dark-blue {
  background: #091e42;
}
.bg-light-grey {
  background-color: #f5f5f5;
}
.primary-overlay[data-overlay-dark]:before {
  background: #4670ce;
}
.secondary-overlay[data-overlay-dark]:before {
  background: #34c5a1;
}
.dark-overlay[data-overlay-dark]:before {
  background: #091e42;
}
.left-overlay[data-overlay-dark]:before {
  background: rgba(0, 0, 0, 0.76);
  background: linear-gradient(-90deg, transparent, #000 65%);
}
.left-overlay-dark[data-overlay-dark]:before {
  background: rgba(9, 30, 66, 0.76);
  background: linear-gradient(-90deg, transparent, #091e42 65%);
}
.left-overlay-white[data-overlay-dark]:before {
  background: rgba(225, 225, 225, 0.8);
  background: linear-gradient(-90deg, transparent, #fff 65%);
}
@media screen and (max-width: 479px) {
  .xs-width-145px {
    width: 145px;
    position: relative;
    top: 4px;
    margin-right: 0;
  }
}
.text-primary {
  color: #ea1ccb !important;
}
.text-secondary {
  color: #6173ba !important;
}
.primary-shadow {
  box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.08);
}
.shadow-primary {
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.cursor-pointer {
  cursor: pointer;
}
.primary-shadow {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.border-top-10-radius {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.theme-circle {
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 50%;
  text-align: center;
}
.rounded-end-0 {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.height-300 {
  height: 300px;
}
@media screen and (min-width: 992px) {
  .border-radius-start-10 {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
  }
  .border-radius-end-10 {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
  }
}
@media screen and (min-width: 992px) {
  .vw-lg-50 {
    width: 50vw;
  }
}
.scroll-to-top {
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  border-radius: 50%;
  background: #4670ce;
  border: 1px solid #4670ce;
  width: 35px;
  height: 35px;
  line-height: 35px;
  z-index: 9999;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.scroll-to-top i {
  color: #fff;
}
.scroll-to-top:hover {
  color: #fff;
  background: #34c5a1;
  border-color: #34c5a1;
}
.scroll-to-top:hover i {
  color: #fff;
}
.scroll-to-top:visited {
  color: #1e2022;
  text-decoration: none;
}
.butn {
  z-index: 1;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  background-color: #4670ce;
  position: relative;
  text-align: center;
  border-radius: 10px;
  padding: 12px 30px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  border: none;
}
.butn:hover:before {
  top: auto;
  bottom: 0;
  background-color: #34c5a1;
  height: 100%;
}
.butn:before {
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  bottom: auto;
  z-index: -1;
  border-radius: 10px;
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.butn:hover {
  color: #fff;
}
.butn.white {
  background-color: #fff;
  color: #4670ce;
}
.butn.white:hover {
  color: #fff;
}
.butn.secondary {
  background-color: #34c5a1;
  color: #fff;
}
.butn.secondary:hover:before {
  background-color: #4670ce;
}
.butn.md {
  padding: 9px 28px;
}
.butn.sm {
  padding: 6px 26px;
}
.butn.appointment {
  background: #6173ba;
  color: #fff;
  padding: 12px 14px !important;
  font-size: 16px;
}
@media screen and (max-width: 1399px) {
  .butn.appointment {
    border-radius: 4px;
    padding: 6px 12px !important;
  }
  .butn.appointment:before {
    border-radius: 4px;
  }
}
@media screen and (max-width: 991px) {
  .butn.appointment {
    padding: 7px 5px 7px 5px !important;
    background: none;
    color: #f15b5a;
  }
  .butn.appointment:hover {
    color: #4670ce;
    background: none;
  }
}
.butn.white-hover:hover {
  color: #34c5a1;
}
.butn.white-hover:hover:before {
  background-color: #fff;
}
.butn-style01 {
  position: relative;
  padding: 17px 30px;
  display: inline-block;
  background-color: #6173ba;
  color: #fff;
  line-height: 1;
}
.butn-style01:before {
  top: 0;
  left: 0;
  right: auto;
}
.butn-style01:after,
.butn-style01:before {
  content: "";
  background-color: #34c5a1;
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.butn-style01 span {
  color: #fff;
  position: relative;
  z-index: 1;
}
.butn-style01:after {
  bottom: 0;
  right: 0;
  left: auto;
}
.butn-style01:hover:before {
  width: 100%;
  right: 0;
  left: auto;
}
.butn-style01:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.butn-style01.white {
  background: #fff;
}
.butn-style01.white span {
  color: #4670ce;
}
.appointment-popup {
  padding: 50px 30px 30px 30px;
}
.ani-move-round {
  animation-duration: 15s;
  -webkit-animation-name: animationMoveround;
  animation-name: animationMoveround;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@keyframes animationMoveround {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-73px, 1px) rotate(-36deg);
    transform: translate(-73px, 1px) rotate(-36deg);
  }
  40% {
    -webkit-transform: translate(-141px, -72px) rotate(-72deg);
    transform: translate(-141px, -72px) rotate(-72deg);
  }
  60% {
    -webkit-transform: translate(-83px, -122px) rotate(-108deg);
    transform: translate(-83px, -122px) rotate(-108deg);
  }
  80% {
    -webkit-transform: translate(40px, -72px) rotate(-144deg);
    transform: translate(40px, -72px) rotate(-144deg);
  }
  to {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
}
.rotated {
  animation: rotated 45s infinite linear;
}
@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#top-bar {
  display: block;
  position: relative;
  z-index: 999;
  padding: 7px 0;
}
.top-bar-info {
  display: inline-block;
  vertical-align: middle;
}
.top-bar-info li i {
  font-size: 16px;
  color: #4670ce;
  margin-right: 8px;
  margin-top: 0;
  display: inline-block;
  vertical-align: text-bottom;
}
.top-bar-info ul {
  margin-bottom: 0;
}
.top-bar-info li {
  font-weight: 500;
  list-style-type: none;
  font-size: 13px;
  border-color: rgba(225, 225, 225, 0.6) !important;
  padding: 0 15px 0 0;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}
.top-bar-info li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.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;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 0 3px;
}
.top-social-icon li a:hover {
  color: #34c5a1;
}
@media screen and (max-width: 575px) {
  .top-bar-info li {
    border-right: none !important;
    margin-right: 0;
  }
}
.navbar-nav li.current > a,
.navbar-nav li.active > a {
  color: #4670ce;
}
.attr-nav > ul > li > a.butn {
  color: #fff;
}
.navbar > ul > li.current > a:after {
  border-color: transparent #4670ce #4670ce transparent;
}
.menu_area-light .navbar-nav li.current > a,
.menu_area-light .navbar-nav li.active > a {
  color: #34c5a1;
}
.menu_area-light .navbar > ul > li.current > a:after {
  border-color: transparent #34c5a1 #34c5a1 transparent;
}
.menu_area-light.scrollHeader .navbar-nav li.current > a {
  color: #4670ce;
}
.menu_area-light.scrollHeader .navbar-nav li.current > a:hover {
  color: #4670ce;
}
.menu_area-light.scrollHeader .navbar-nav li.active > a {
  color: #4670ce;
}
.menu_area-light.scrollHeader .navbar > ul > li.current > a:after {
  border-color: transparent #4670ce #4670ce 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: #34c5a1;
  }
  .menu_area-light .navbar > ul > li.has-sub > a:hover:after {
    border-color: transparent #34c5a1 #34c5a1 transparent;
  }
  .menu_area-light.scrollHeader .navbar > ul > li.has-sub > a:hover:after {
    border-color: transparent #4670ce #4670ce transparent;
  }
}
@media screen and (max-width: 991px) {
  .header-style1 .navbar-toggler {
    background: #4670ce;
  }
  .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-style2 .navbar-nav li.current > a {
  color: #4670ce;
}
.header-style2 .navbar > ul > li.current > a:after {
  border-color: transparent #4670ce #4670ce transparent;
}
.header-style2.scrollHeader .navbar-nav li.current > a,
.header-style2.scrollHeader .navbar-nav li.active > a {
  color: #4670ce;
}
.header-style2.scrollHeader .navbar-nav li.current > a:hover,
.header-style2.scrollHeader .navbar-nav li.active > a:hover {
  color: #4670ce;
}
.header-style2.scrollHeader .navbar > ul > li.current > a:after {
  border-color: transparent #4670ce #4670ce transparent;
}
.header-style2 .navbar ul ul li.active > a {
  color: #4670ce;
}
.banner-overlay {
  background-color: transparent;
  background-image: linear-gradient(120deg, #4670ce 40%, transparent 36%);
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
}
.banner-shape-01 {
  width: 160px;
  height: 175px;
  background-color: rgba(249, 241, 225, 0.3);
  -webkit-clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  position: absolute;
  display: inline-block;
  top: 12%;
  left: 16%;
  z-index: 1;
}
.banner-shape-02 {
  width: 90px;
  height: 95px;
  background-color: #34c5a1;
  -webkit-clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  position: absolute;
  display: inline-block;
  bottom: 9%;
  left: -1%;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .banner-shape-01 {
    top: 14%;
    left: 29%;
  }
}
@media screen and (max-width: 767px) {
  .banner-shape-01 {
    top: 0%;
    left: auto;
    right: 1%;
  }
}
@media screen and (max-width: 575px) {
  .banner-overlay {
    display: none;
  }
}
.banner-contact-icon {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  transition: all 300ms linear 100ms;
  animation: ani-shake 2s infinite ease-in-out;
  color: #4670ce;
}
@keyframes ani-shake {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-15deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(15deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-15deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(15deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
.slider-fade1 .owl-item {
  height: 100vh;
  position: relative;
}
.slider-fade1 .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.slider-fade1 h1 {
  animation-delay: 0.8s;
}
.slider-fade1 p {
  animation-delay: 1.2s;
}
.slider-fade1 a {
  animation-delay: 1.6s;
}
.slider-fade1 .h5 {
  font-weight: 500;
  animation-delay: 0.5s;
  display: block;
  position: relative;
}
.slider-fade1 .light-title {
  top: -25%;
}
.slider-fade1.owl-theme .owl-nav {
  margin-top: 0;
}
.slider-fade1.owl-carousel.owl-theme .owl-dots {
  position: absolute;
  bottom: 80px;
  width: 100%;
  margin: 0;
  left: 0;
}
.slider-fade1.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  right: inherit;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  border: none;
  background: rgba(255, 255, 255, 0.2) !important;
  border-radius: 60px;
  line-height: 65px;
  transition-duration: 500ms;
  left: 15px;
  text-align: center;
  margin: auto;
}
.slider-fade1.owl-theme .owl-nav .owl-next {
  top: 0;
  bottom: 0;
  left: inherit;
  right: 15px;
}
.slider-fade1.owl-theme .owl-nav .owl-next:hover {
  opacity: 1;
  background: #34c5a1;
}
.slider-fade1.owl-theme .owl-nav .owl-prev:hover {
  opacity: 1;
  background: #34c5a1;
}
.slider-fade1 .owl-nav i,
.slider-fade1 .owl-nav span {
  font-weight: 600;
  color: #fff !important;
  transition-duration: 500ms;
  font-size: 20px;
}
.slider-fade1 .owl-nav .owl-next:hover i,
.slider-fade1 .owl-nav .owl-prev:hover i {
  color: #fff;
}
@media screen and (max-width: 1399px) {
  .slider-fade1 .light-title {
    top: -20%;
  }
}
@media screen and (max-width: 1199px) {
  .slider-fade1 .light-title {
    top: -18%;
  }
}
@media screen and (max-width: 991px) {
  .slider-fade1 .light-title {
    top: -16%;
  }
}
@media screen and (max-width: 767px) {
  .slider-fade1 .light-title {
    top: -12%;
  }
}
.slider-fade2 {
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 0%,
    100% 83%,
    87% 100%,
    0% 100%,
    0% 100%,
    0% 20%
  );
}
.slider-fade2 .owl-item {
  /*height: 100vh;*/
  position: relative;
}
.slider-fade2 .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.slider-fade2 .sub-title {
  animation-delay: 0.8s;
}
.slider-fade2 h1 {
  animation-delay: 1.2s;
}
.slider-fade2 p {
  animation-delay: 1.6s;
}
.slider-fade2 a {
  animation-delay: 2s;
}
.slider-fade2 .h5 {
  font-weight: 500;
  animation-delay: 0.5s;
  display: block;
  position: relative;
}
.slider-fade2.owl-theme .owl-nav {
  margin-top: 0;
}
.slider-fade2.owl-carousel.owl-theme .owl-dots {
  position: absolute;
  bottom: 80px;
  width: 100%;
  margin: 0;
  left: 0;
}
.slider-fade2.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  right: inherit;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  border: none;
  background: rgba(255, 255, 255, 0.2) !important;
  line-height: 65px;
  transition-duration: 500ms;
  left: 15px;
  text-align: center;
  clip-path: polygon(
    0% 0%,
    75% 0%,
    100% 25%,
    100% 100%,
    80% 100%,
    21% 100%,
    0% 100%,
    0% 20%
  );
  margin: auto;
}
.slider-fade2.owl-theme .owl-nav .owl-next {
  top: 0;
  bottom: 0;
  left: inherit;
  right: 15px;
}
.slider-fade2.owl-theme .owl-nav .owl-next:hover {
  opacity: 1;
  background: #34c5a1;
}
.slider-fade2.owl-theme .owl-nav .owl-prev:hover {
  opacity: 1;
  background: #34c5a1;
}
.slider-fade2 .owl-nav i,
.slider-fade2 .owl-nav span {
  font-weight: 600;
  color: #fff !important;
  transition-duration: 500ms;
  font-size: 20px;
}
.slider-fade2 .owl-nav .owl-next:hover i,
.slider-fade2 .owl-nav .owl-prev:hover i {
  color: #fff;
}
.slider-fade2 .banner-text {
  padding: 40px 0 40px 50px;
}

@media screen and (max-width: 575px) {
  .slider-fade2 .banner-text {
    padding: 0 15px;
  }
  .slider-fade2 .banner-text:before {
    content: none;
  }
}
.page-title-section {
  padding: 155px 0 0 0;
}
.page-title-section h1 {
  font-size: 46px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  color: #fff;
  margin-bottom: 0;
}
.pagetitle-breadcrumb {
  background: #fff;
  display: inline-block;
  position: relative;
  margin-top: 50px;
  float: right;
  padding: 20px 20px 15px 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.page-title-section ul {
  margin-bottom: 0;
}
.page-title-section ul li {
  display: inline-block;
}
.page-title-section ul li:last-child a {
  font-weight: 600;
}
.page-title-section ul li:after {
  text-align: center;
  content: "";
  width: 8px;
  height: 9px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background-color: #4670ce;
  margin: 0px 9px 0 13px;
  display: inline-block;
}
.page-title-section ul li:last-child:after {
  content: none;
}
.page-title-section ul li a {
  font-weight: 500;
}
.page-title-section .active a,
.page-title-section li.active:last-child a {
  color: #fff;
}
.page-title-shape1 {
  width: 90px;
  height: 95px;
  background-color: rgba(70, 112, 206, 0.5);
  -webkit-clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  position: absolute;
  display: inline-block;
  bottom: -3%;
  left: 32%;
  transform: rotate(7deg);
  z-index: 1;
}
.page-title-shape2 {
  width: 160px;
  height: 175px;
  background-color: #34c5a1;
  -webkit-clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  position: absolute;
  display: inline-block;
  top: -8%;
  left: -3%;
  transform: rotate(68deg);
  z-index: 1;
}
.page-title-shape3 {
  width: 180px;
  height: 195px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  position: absolute;
  display: inline-block;
  bottom: -13%;
  right: -4%;
  transform: rotate(102deg);
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .page-title-section {
    padding: 125px 0 0 0;
  }
  .pagetitle-breadcrumb {
    margin-top: 50px;
  }
  .page-title-section h1 {
    font-size: 44px;
    line-height: 42px;
  }
}
@media screen and (max-width: 991px) {
  .page-title-section {
    padding: 125px 0 0 0;
  }
  .page-title-section h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .pagetitle-breadcrumb {
    padding: 15px 20px 10px 20px;
  }
}
@media screen and (max-width: 767px) 
{
    .page-title-section 
    {
        padding: 125px 0 0 0;
    }
    .page-title-section h1 
    {
        font-size: 38px;
        line-height: 36px;
    }
    
    .web-hero-section .slide-overlay h1
    {
        font-size:1.3rem;
        margin-bottom:1rem;
    }
    

    .butn-style01
    {
        padding:10px 20px;
    }
    
    .testi-block p
    {
        font-size:1rem;
    }

}
@media screen and (max-width: 575px) {
  .page-title-shape2 {
    display: none;
  }
  .page-title-section h1 {
    font-size: 34px;
    line-height: 36px;
  }
}
.top-position2 {
  margin-top: -138px;
}
@media screen and (max-width: 991px) {
  .top-position2 {
    margin-top: -72px;
  }
}
.section-title01 .sm-title {
  position: relative;
  color: #34c5a1;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 20px;
  line-height: 1;
}
.section-title01 .sm-title:before {
  content: "";
  height: 10px;
  width: 10px;
  background-color: #34c5a1;
  position: absolute;
  left: 0;
  top: 2px;
}
.section-title02 .sub-title {
  position: relative;
  padding: 8px 28px 8px 52px;
  background: #fff;
  border-radius: 4px;
  transform: translateX(22px);
  z-index: 1;
  font-weight: 600;
  display: inline-block;
  box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.08);
}
.section-title02 .sub-title .title-img {
  position: absolute;
  top: -7px;
  left: -23px;
  z-index: 2;
  padding: 10px;
  background: #4670ce;
  border-radius: 50px;
  color: #fff;
}
.section-title02 .sub-title .title-img img {
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  text-align: center !important;
}
@keyframes spin {
  from {
    transform: rotatey(0deg);
  }
  to {
    transform: rotatey(360deg);
  }
}
.section-title03 .sub-title {
  position: relative;
  padding: 0 20px;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
}
.section-title03 .sub-title:before,
.section-title03 .sub-title:after {
  width: 8px;
  height: 19px;
  transform: skew(20deg);
  background: #34c5a1;
  content: "";
  position: absolute;
  top: 0;
}
.section-title03 .sub-title:before {
  left: 0;
}
.section-title03 .sub-title:after {
  right: 0;
}
.section-title03.white .sub-title:before,
.section-title03.white .sub-title:after {
  background: #fff;
}
@media screen and (max-width: 575px) {
  .section-title03 .sub-title {
    font-size: 15px;
  }
}
.ani-left-right {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: LeftRight;
  animation-timing-function: ease-in-out;
}
@keyframes LeftRight {
  0% {
    transform: translate(0px, 0px);
  }
  65% {
    transform: translate(30px, 0);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.ani-top-bottom {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: TopBottom;
  animation-timing-function: ease-in-out;
}
@keyframes TopBottom {
  0% {
    transform: translate(0px, 0px);
  }
  65% {
    transform: translate(0, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.card-style01 .card-body {
  padding: 30px;
  position: relative;
  margin: -40px 20px 0 20px;
  background-color: #fff;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.card-style01:hover .card-body {
  -moz-transform: translate(-60px);
  -webkit-transform: translate(-60px);
  -o-transform: translate(-60px);
  -ms-transform: translate(-60px);
  transform: translateY(-60px);
}
.service-style-01 {
  margin-bottom: -110px;
  position: relative;
  z-index: 9;
}
.card-style02 {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
}
.card-style02 .card-img img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.card-style02 .tag {
  position: absolute;
  bottom: 0;
  right: 0;
}
.card-style02 .card-img > span:first-child {
  position: inherit;
  display: inline-block;
  width: 100%;
  text-align: right;
}
.card-style02 .tag a {
  padding: 5px 20px;
  margin-left: 4px;
  margin-top: 4px;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  background-color: #4670ce;
  border-top-left-radius: 10px;
}
.card-style03 {
  background: #ffffff;
  position: relative;
  text-align: center;
  border: none;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 100%;
}
.card-style03 .card-header {
  border: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 30px;
  background: #ededed;
  position: relative;
}
.card-style03 .card-label {
  position: absolute;
  text-transform: uppercase;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  font-weight: bold;
  top: -30px;
  right: 20px;
  width: 60px;
  height: 65px;
  line-height: 47px;
  background-color: #34c5a1;
}
.card-style03 .card-body {
  padding: 40px;
}
@media screen and (max-width: 575px) {
  .card-style03 .card-body {
    padding: 30px;
  }
}
.card-style04 .card-image,
.card-style04 .card-body {
  position: relative;
}
.card-style04 .card-image:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 40, 86, 0.5)),
    color-stop(73%, transparent)
  );
  background: linear-gradient(0deg, rgba(0, 40, 86, 0.5) 0%, transparent 73%);
  content: "";
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.card-style04:hover .card-image:after {
  visibility: visible;
  opacity: 1;
  height: 100%;
}
.card-style04 .card-icon {
  width: 72px;
  height: 72px;
  background-color: #4670ce;
  border: 5px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  color: #fff;
  padding: 0 20px;
  line-height: 1.3;
  position: absolute;
  top: -37px;
  right: 30px;
  transition: 0.5s;
}
.card-style04:hover .card-icon {
  background-color: #34c5a1;
  color: #fff;
}
.card-style05 {
  position: relative;
  transition: 0.5s;
}
.card-style05:hover {
  background-color: #4670ce;
}
.card-style05:hover a,
.card-style05:hover p {
  color: #fff;
}
.card-style05:before {
  position: absolute;
  content: "";
  height: 75px;
  width: 75px;
  background: #a1a1a1;
  opacity: 0.08;
  top: 62px;
  left: 80px;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.5s ease 0.2s;
}
.card-style05:after {
  position: absolute;
  content: "";
  height: 75px;
  width: 75px;
  background: #a1a1a1;
  border-radius: 50%;
  top: 37px;
  left: 64px;
  opacity: 0.12;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.card-style05:hover:before,
.card-style05:hover:after {
  background: #fff;
  transform: scaleX(-1);
}
.card-style06 {
  text-align: center;
  background: #f8f8f8;
  padding: 35px 35px 27px 35px;
  transition: all 0.5s;
}
.card-style06:hover {
  background: #4670ce;
}
.card-style06 .social {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: -16px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.card-style06 .social a {
  color: #091d3e;
  background-color: #ffffff;
}
.card-style06 .social a:nth-child(1) {
  transition-delay: 0.1s;
}
.card-style06 .social a:nth-child(2) {
  transition-delay: 0.2s;
}
.card-style06 .social a:nth-child(3) {
  transition-delay: 0.3s;
}
.card-style06:hover .social a {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.card-style06 .social a {
  margin: 3px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.5s;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  background: #34c5a1;
  border-radius: 50%;
  color: #fff;
}
.card-style06 .social a:first-child {
  margin-left: 0 !important;
}
.card-style06:hover p,
.card-style06:hover h3 a {
  color: #fff;
}
.card-style07 {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}
.card-style07:hover {
  overflow: unset;
}
.card-style07 .card-image {
  overflow: hidden;
  position: relative;
}
.card-style07 .card-image:before {
  background: linear-gradient(
    180deg,
    rgba(20, 33, 43, 0.88) 20%,
    rgba(20, 33, 43, 0) 50%
  );
  border-radius: 4px;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  transform: rotate(-180deg);
  transition: all 0.3s;
  width: 100%;
  z-index: 1;
}
.card-style07 .card-icon {
  width: 72px;
  height: 72px;
  background-color: #4670ce;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  border-radius: 50px;
  color: #fff;
  padding: 0 20px;
  line-height: 1.3;
  position: absolute;
  top: 30px;
  right: 30px;
  transition: 0.5s;
}
.card-style07:hover .card-image img {
  transform: scale(1.2);
}
.card-style07 .card-image img {
  transform: scale(1);
  transition: all 0.3s;
}
.card-style07:hover .card-body {
  bottom: -30px;
}
.card-style07 .card-body {
  bottom: -60px;
  transition: all 0.5s;
  left: 0;
  padding: 30px 30px 0 30px;
  position: absolute;
  z-index: 11;
}
.card-style07 .card-body ul li {
  color: #fff;
  font-size: 14px;
  display: inline-block;
}
.card-style07 .card-body ul li + li {
  padding-left: 20px;
  position: relative;
}
.card-style07 .card-body ul li + li:before {
  content: "-";
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.card-style07 .card-body .arrow-btn {
  background: #34c5a1;
  border-radius: 50%;
  color: #fff;
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 60px;
}
@media screen and (max-width: 575px) {
  .card-style07 .card-body {
    padding: 20px 20px 0 20px;
  }
}
.card-style08 {
  position: relative;
  display: block;
  background:transparent;
}
.card-style08 .card-body {
  position: relative;
  display: block;
  padding: 0 0 110px 0;
}
.card-style08 .title {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  min-height: 110px;
  z-index: 1;
}
.card-style08 .title .blue-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #ea1ccb;
  z-index: -1;
}
.card-style08 .title .card-text {
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 350px;
  background: #ffffff;
  padding-top: 18px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 18px;
  overflow: hidden;
  transition: all 0.3s ease-in-out 0.1s;
  z-index: 2;
  clip-path: polygon(
    0% 0%,
    90% 0%,
    100% 36%,
    100% 100%,
    80% 100%,
    21% 100%,
    0% 100%,
    0% 20%
  );
}
.card-style08 .title .card-butn {
  position: relative;
  display: block;
  padding-top: 65px;
  padding-left: 30px;
}
.card-style08 .title .icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.card-style08 .title .text {
  position: relative;
  display: block;
  height: 0;
  opacity: 0;
  padding-top: 0;
  transition: all 0.3s ease-in-out 0.1s;
}
.card-style08:hover .title .card-text {
  padding-top: 37px;
  padding-bottom: 43px;
}
.card-style08:hover .title .text {
  opacity: 1;
  height: 52px;
  padding-top: 9px;
}
.card-style09 .card-image {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.card-style09 .card-body {
  background: #f5f5f5;
  padding: 20px;
  text-align: center;
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 0%,
    100% 60%,
    85% 100%,
    0% 100%,
    0% 100%,
    0% 0%
  );
}
.card-style09:hover .card-image::before {
  transform: scaleY(1);
}
.card-style09 .card-image::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  opacity: 0.5;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 1;
}
.card-style09 .social-icon {
  position: absolute;
  left: 0;
  bottom: 15px;
  right: 0;
  text-align: center;
  z-index: 10;
}
.card-style09:hover .social-icon ul {
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
}
.card-style09 .social-icon ul {
  position: relative;
  display: block;
  opacity: 0;
  padding: 0;
  transition: 0.8s;
  transform: perspective(400px) rotateX(90deg);
  transform-origin: bottom;
}
.card-style09 .social-icon ul li {
  position: relative;
  display: inline-block;
  margin: 0 4px;
}
.card-style09 .social-icon ul li:first-child {
  margin-left: 0;
}
.card-style09 .social-icon ul li a {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  background: #34c5a1;
  color: #fff;
  font-size: 16px;
  clip-path: polygon(
    0% 0%,
    75% 0%,
    100% 25%,
    100% 100%,
    80% 100%,
    21% 100%,
    0% 100%,
    0% 20%
  );
  line-height: 45px;
  text-align: center;
  transition: all 0.4s linear;
}
.card-style09 .social-icon ul li a:hover {
  background: #4670ce;
  color: #fff;
}
.card-style10 .tag {
  position: absolute;
  bottom: 0;
  left: 30px;
}
.card-style10 .card-body {
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 0%,
    100% 60%,
    85% 100%,
    0% 100%,
    0% 100%,
    0% 0%
  );
  background: #fff;
}
.card-style10 .card-img > span:first-child {
  position: inherit;
  display: inline-block;
  width: 100%;
  text-align: right;
}
.card-style10 .tag a {
  padding: 7px 24px;
  margin-left: 130px;
  margin-top: 4px;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  background-color: #f792ad;
  clip-path: polygon(
    0% 0%,
    81% 0%,
    100% 38%,
    100% 100%,
    80% 100%,
    21% 100%,
    0% 100%,
    0% 20%
  );
}
.counter-style01 .counter-img {
  -webkit-clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  z-index: 1;
  position: relative;
}
.counter-style01 .shape-1 {
  width: 140px;
  height: 155px;
  background-color: #f9f1e1;
  -webkit-clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  position: absolute;
  display: inline-block;
  top: 17%;
  left: 0;
  z-index: 0;
}
.counter-style01 .shape-2 {
  width: 80px;
  height: 88px;
  background-color: rgba(66, 198, 224, 0.5);
  -webkit-clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  position: absolute;
  display: inline-block;
  bottom: 6%;
  right: 18%;
  z-index: 0;
}
.counter-style01 .counter-box {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 30px 20px;
  border-radius: 10px;
  position: relative;
  background: #fff;
}
.counter-style01 .counter-box:before {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -1px;
  z-index: 1;
  width: 40%;
  height: 3px;
  background: #4670ce;
  transition: all 0.3s ease 0s;
}
.counter-style01 .counter-box.secondary:before {
  background: #34c5a1;
}
@media screen and (max-width: 1199px) {
  .counter-style01 .shape-1 {
    top: 7%;
    left: -30px;
  }
}
@media screen and (max-width: 575px) {
  .counter-style01 .shape-1 {
    top: 4%;
    left: 0px;
  }
  .counter-style01 .shape-2 {
    bottom: 4%;
  }
}
.counter-lg-title {
  position: relative;
  display: block;
  margin-bottom: 40px;
  text-align: center;
}

.counter-lg-title .big-text {
  position: relative;
  display: block;
  font-size: 120px;
  line-height: 120px;
  background-image: url(../img/content/counter.jpg);
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  z-index: 1;
  margin-bottom: 7px;
}
@media screen and (max-width: 991px) {
  .counter-lg-title:after {
    width: 295px;
  }
  .counter-lg-title .big-text {
    font-size: 80px;
    line-height: 110px;
    margin-bottom: 0;
  }
}
.story-video {
  height: 100%;
}
.parallax-video {
  padding: 250px 0 300px 0;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}
.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-aspect-ratio: 16 / 9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16 / 9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}
.video_btn {
  position: relative;
  height: 80px;
  width: 80px;
  background: #4670ce;
  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 #fff;
  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: 0.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 #fff;
  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: 0.3;
  animation: pulse-border 1500ms ease-out infinite;
}
.video_btn.small {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.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;
  }
}
.testimonial-style1 p {
  letter-spacing: 1px;
  font-size: 24px;
  width: 70%;
  line-height: 45px;
}
.testimonial-style1 .testmonial-text {
  padding: 0 25px 0 25px;
  background: #fff;
  border-radius: 4px;
  width: 100%;
  margin: 0 auto;
}
.bg-shape-1 {
  width: 145px;
  height: 160px;
  background-color: rgba(52, 197, 161, 0.2);
  -webkit-clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  position: absolute;
  display: inline-block;
  bottom: 17%;
  transform: rotate(35deg);
  right: -40px;
}
.bg-shape-2 {
  width: 60px;
  height: 68px;
  background-color: #f9f1e1;
  -webkit-clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  position: absolute;
  display: inline-block;
  top: 25%;
  transform: rotate(35deg);
  right: 10%;
}
@media screen and (max-width: 1199px) {
  .testimonial-style1 p {
    font-size: 22px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .testimonial-style1 .testmonial-text {
    padding: 0;
    max-width: none;
  }
  .testimonial-style1 p {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .testimonial-style1 p {
    font-size: 19px;
    line-height: 35px;
  }
}
.testimonial-style2.owl-theme .owl-nav {
  margin-top: 0;
}
.testimonial-style2.owl-carousel .owl-nav .owl-prev,
.testimonial-style2.owl-carousel .owl-nav .owl-next {
  position: absolute;
  margin: 0;
  left: inherit;
}
.testimonial-style2 .owl-nav i {
  line-height: 40px;
}
.testimonial-style2.owl-carousel .owl-nav .owl-next {
  right: -30px;
}
.testimonial-style2.owl-carousel .owl-nav .owl-prev {
  right: 20px;
}
.testimonial-style3 .testimonial-title {
  background: #ea1ccb;
  padding: 40px;
  margin-bottom: -130px;
  z-index: 9;
  position: relative;
  clip-path: polygon(
    0% 0%,
    87% 0%,
    100% 33%,
    100% 100%,
    80% 100%,
    21% 100%,
    0% 100%,
    0% 20%
  );
}
.testi-block {
  padding: 0 40px 40px 40px;
  margin-top: 18px;
  background-color: rgba(255, 255, 255, 0.05);
  margin-bottom: 40px;
  position: relative;
}
.testi-block:before {
  position: absolute;
  width: 40px;
  height: 20px;
  background: rgba(255, 255, 255, 0.05);
  content: "";
  left: 95px;
  bottom: -20px;
  clip-path: polygon(100% 0px, 0px 0px, 0 100%);
}
.testi-block .quote-icon {
  margin-top: -18px;
}
.testimonial-clip {
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 0%,
    100% 80%,
    85% 100%,
    0% 100%,
    0% 100%,
    0% 0%
  );
  margin-top: -5.5rem;
}
.testimonial-style4.owl-theme .owl-dots .owl-dot:hover span,
.testimonial-style4.owl-theme .owl-dots .owl-dot.active span {
  background: #ffffff;
}
.testimonial-style4.owl-theme .owl-dots .owl-dot span {
  background: #34c5a1;
  border-radius: 0;
}
.testimonial-style4.owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .testimonial-style3 .testimonial-title {
    margin-bottom: 0;
  }
  .testimonial-clip {
    margin-top: 0;
  }
}
.owl-theme .owl-nav.disabled {
  margin-top: 40px !important;
}
.owl-theme .owl-dots {
  margin-top: 40px !important;
}
.owl-theme .owl-dots .owl-dot span {
  background: rgba(0, 0, 0, 0.15);
}
.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot.active span {
  background: #4670ce;
}
.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
.dots-white.owl-theme .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.5);
}
.dots-white.owl-theme .owl-dots .owl-dot:hover span,
.dots-white.owl-theme .owl-dots .owl-dot.active span {
  background: #fff;
}
.owl-nav i {
  color: #1e2022;
  font-size: 18px;
  padding-top: 6px;
}
.owl-nav .owl-next {
  color: #4670ce;
  font-size: 43px;
  text-align: center;
  width: 40px;
  height: 40px;
  background: #fff !important;
}
.owl-nav .owl-prev {
  color: #4670ce;
  font-size: 43px;
  text-align: center;
  width: 40px;
  height: 40px;
  background: #fff !important;
  left: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
}
.owl-nav .owl-next {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
}
.owl-theme .owl-nav {
  margin-top: 50px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #6f6f6f;
  line-height: 30px;
  border-radius: 0;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #1e2022;
}
.owl-thumbs {
  z-index: 9;
  position: relative;
}
.owl-thumbs button {
  border: none;
}
.owl-thumbs button .title {
  transition: 0.5s;
  opacity: 0;
  text-align: center;
  visibility: hidden;
  margin: 20px -100px 0;
}
.owl-thumbs button.active .title {
  opacity: 1;
  visibility: visible;
}
.owl-thumbs button img {
  opacity: 0.5;
}
.owl-thumbs button.active img {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .owl-theme .owl-nav {
    margin-top: 30px;
  }
}
.team-style01 {
  background-color: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  z-index: 1;
  margin-top: 70px;
}
.team-style01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4670ce;
  z-index: -1;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
}
.team-style01 .team-img {
  text-align: center;
  display: inline-block;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
}
.team-style01 .team-img .bg-circle {
  position: absolute;
  top: -74px;
  left: -10px;
  width: calc(100% + 20px);
  z-index: 1;
}
.team-style01 .team-img .team-main-img img {
  margin-top: -70px;
  position: relative;
  z-index: 2;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.team-style01 .team-text {
  padding: 25px 20px 40px 20px;
  text-align: center;
}
.team-style01 .team-text .team-social a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 37px;
  background-color: #34c5a1;
  color: #ffffff;
  margin-right: 8px;
  font-size: 15px;
  display: inline-block;
  transition: all 0.3s ease-in;
}
.team-style01 .team-text .team-social a:last-child {
  margin-right: 0;
}
.team-style01 .team-text .team-social a:hover {
  background-color: #ffffff;
  color: #34c5a1;
}
.team-style01:hover::before {
  opacity: 1;
}
.team-style01:hover .team-text h3 a,
.team-style01:hover .team-text p {
  color: #ffffff;
}
.portfolio-style01 {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.portfolio-style01 .portfolio-link {
  background: #34c5a1;
  height: 55px;
  border-radius: 30px;
  display: inline-block;
  width: 55px;
  line-height: 55px;
  vertical-align: middle;
  color: #fff;
  margin-bottom: 0.5rem;
}
.portfolio-style01 .portfolio-link:hover {
  background: #4670ce;
}
.portfolio-style01 .portfolio-img {
  position: relative;
}
.portfolio-style01:hover .content-box {
  transform: scale(1, 1);
}
.portfolio-style01 .content-box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 30px;
  top: 30px;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  background: #fff;
  border-radius: 20px;
  padding: 30px 20px 30px 20px;
  z-index: 2;
  transform: scale(0, 0);
  text-align: center;
  transition: all 500ms ease;
}
@media screen and (max-width: 991px) {
  .portfolio-bg-img {
    background-image: none !important;
  }
}
.portfolio-style02 {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  float: left;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  border-radius: 3px;
}
.portfolio-style02 .portfolio-img {
  position: relative;
}
.portfolio-style02:hover .portfolio-img:before {
  opacity: 0.2;
}
.portfolio-style02 .portfolio-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 9;
  background: #232323;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.portfolio-style02:hover .portfolio-img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.portfolio-style02 .portfolio-img img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-radius: 3px;
}
.portfolio-style02:hover .portfolio-icon {
  opacity: 1;
  transform: scale(1);
  z-index: 9;
}
.portfolio-style02 .portfolio-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 300ms linear 0s;
}
.portfolio-style02 .portfolio-icon i {
  width: 54px;
  height: 54px;
  font-size: 22px;
  line-height: 54px;
  background-color: #4670ce;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  transition: all 0.5s ease;
}
.portfolio-style02:hover .portfolio-info {
  opacity: 1;
  z-index: 10;
  bottom: 30px;
}
.portfolio-style02 .portfolio-info {
  background: #fff;
  padding: 30px;
  left: 30px;
  right: 30px;
  position: absolute;
  bottom: -15px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.portfolio-details-list {
  position: relative;
  overflow: hidden;
}
.portfolio-details-list .shape-1 {
  width: 90px;
  height: 95px;
  background-color: rgba(225, 225, 225, 0.2);
  -webkit-clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  position: absolute;
  display: inline-block;
  bottom: -16%;
  right: -2%;
}
.portfolio-details-list .shape-2 {
  width: 30px;
  height: 33px;
  background-color: #34c5a1;
  -webkit-clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  position: absolute;
  display: inline-block;
  top: 3%;
  left: 23%;
}
.accordion-style .card {
  background: transparent;
  box-shadow: none;
  margin-top: 0 !important;
  border: none;
  margin-bottom: 15px;
}
.accordion-style .card:last-child {
  margin-bottom: 0;
}
.accordion-style .card-header {
  border: 0px;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: none;
}
.accordion-style .btn-link {
  background: #4670ce !important;
  color: #6f6f6f;
  position: relative;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  border-radius: 10px;
  padding: 15px 50px 15px 20px;
  text-decoration: none;
  color: #fff;
  box-shadow: none;
  font-size: 18px;
}
.accordion-style .btn-link:hover {
  border: none;
  text-decoration: none;
  background: #4670ce !important;
}
.accordion-style .btn-link.collapsed {
  background: #ffffff !important;
  color: #6f6f6f;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.accordion-style .btn-link.collapsed:after {
  background: #fff;
  border-radius: 50%;
  font-family: Font Awesome\5 Free;
  content: "\f0da";
  font-weight: 700;
  right: 15px;
  left: inherit;
  font-size: 18px;
  line-height: 24px;
  height: 25px;
  transform: none;
  width: 25px;
  top: 15px;
  text-align: center;
  padding-left: 0;
  letter-spacing: -1px;
}
.accordion-style .btn-link:after {
  background: #fff;
  border-radius: 50%;
  font-family: Font Awesome\5 Free;
  content: "\f0d7";
  font-weight: 700;
  right: 15px;
  left: inherit;
  font-size: 18px;
  height: 25px;
  line-height: 24px;
  transform: none;
  width: 25px;
  top: 15px;
  position: absolute;
  color: #4670ce;
  text-align: center;
  padding-left: 2px;
  letter-spacing: 2px;
}
.accordion-style .card-body {
  padding: 20px;
  line-height: 24px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .accordion-style .btn-link {
    font-size: 14px;
    padding: 12px 45px 12px 15px;
  }
  .accordion-style .btn-link:after,
  .accordion-style .btn-link.collapsed:after {
    top: 10px;
  }
}
.page-container .title {
  font-size: 250px;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .page-container .title {
    font-size: 200px;
  }
}
@media screen and (max-width: 991px) {
  .page-container .title {
    font-size: 125px;
  }
}
@media screen and (max-width: 767px) {
  .page-container .title {
    font-size: 75px;
  }
}
.coming-soon .social-links li {
  display: inline-block;
  font-size: 22px;
  margin-right: 30px;
}
.coming-soon .social-links li:last-child {
  margin-right: 0;
}
.coming-soon .social-links li a {
  color: #fff;
}
.coming-soon .social-links li a:hover {
  color: rgba(255, 255, 255, 0.65);
}
@media screen and (max-width: 767px) {
  .coming-soon .social-links li {
    margin-right: 15px;
    font-size: 16px;
  }
}
.feature-box-01 {
  margin-top: -60px;
}
@media screen and (max-width: 1399px) {
  .feature-box-01 {
    margin-top: -70px;
  }
}
@media screen and (max-width: 991px) {
  .feature-box-01 {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .feature-box-01 {
    margin-top: 0;
  }
}
.service-sidebar .service-widgets {
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
}
@media screen and (max-width: 575px) {
  .service-sidebar .service-widgets {
    padding: 20px;
  }
}
.why-us-style01:before {
  content: "";
  background: #091e42;
  height: 100%;
  width: 70%;
  clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.why-us-style01 .why-us-img {
  position: relative;
  z-index: 9;
  clip-path: polygon(
    22% 0%,
    100% 0%,
    100% 0%,
    100% 77%,
    79% 100%,
    0% 100%,
    0% 100%,
    0% 23%
  );
}
.why-us-style01 .number {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: rgba(255, 255, 255, 0.05);
  color: #34c5a1;
  text-align: center;
  font-size: 24px;
  clip-path: polygon(
    0% 0%,
    75% 0%,
    100% 25%,
    100% 100%,
    80% 100%,
    21% 100%,
    0% 100%,
    0% 20%
  );
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .why-us-style01 .why-us-img {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .why-us-style01:before {
    width: 100%;
    clip-path: none;
  }
}
.about-style01 .about-text {
  margin: 0 30px;
  margin-top: -178px;
  padding-bottom: 40px;
}
@media screen and (max-width: 575px) {
  .about-style01 .about-text {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.about-style-01:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 40%;
  background-color: #ffe1fb;
  left: 0;
  top: 0;
  z-index: 0;
}
.about-style-01 .about-img1 {
  clip-path: polygon(
    0% 0%,
    63% 0%,
    100% 23%,
    100% 100%,
    80% 100%,
    25% 100%,
    0% 100%,
    0% 20%
  );
  display: inline-block;
}
.about-style-01 .about-img2 {
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 0%,
    100% 77%,
    79% 100%,
    0% 100%,
    0% 100%,
    0% 20%
  );
  display: inline-block;
}
.about-style-01 .about-lg-text {
  font-size: 120px;
  position: absolute;
  writing-mode: tb-rl;
  left: -140px;
  top: 0;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .about-style-01 .about-img1 {
    display: inherit;
  }
}
.about-style02 .about-inner-shape {
  width: 30px;
  height: 30px;
  position: absolute;
  background-color: #fff;
  opacity: 0.1;
  top: -12px;
  border-radius: 50%;
  right: 20px;
}
.section-bg {
  position: absolute;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 420px;
  background-position: center center;
  background-repeat: no-repeat;
}
.clients-style1:before {
  content: "";
  background: #f5f5f5;
  height: 100%;
  width: 100%;
  clip-path: polygon(8% 0, 100% 0%, 100% 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.process-style01 {
  background-image: url(../img/content/process-01.png);
  background-position: top center;
  background-repeat: no-repeat;
}
.process-style01 .process-block .process-num {
  height: 130px;
  width: 130px;
  line-height: 130px;
  border-radius: 50%;
  font-size: 40px;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  color: #34c5a1;
  transition: all 0.3s ease-in-out;
}
.process-style01 .process-block:hover .process-num {
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .process-style01 {
    background-image: none;
  }
}
.progress-round {
  width: 140px;
  height: 140px;
  line-height: 140px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.progress-round:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.progress-round > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress-round .progress-left {
  left: 0;
}
.progress-round .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 8px;
  border-style: solid;
  position: absolute;
  top: 0;
}
.progress-round .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress-round .progress-right {
  right: 0;
}
.progress-round .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}
.progress-round .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #fff;
  font-size: 24px;
  color: #4670ce;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}
.progress-round .progress-bar {
  border-color: #34c5a1;
}
.progress-round .progress-left .progress-bar {
  animation: loading-5 1.2s linear forwards 1.8s;
}
@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
  }
}
@media only screen and (max-width: 990px) {
  .progress-round {
    margin-bottom: 20px;
  }
}
.call-to-action01 .video_btn {
  background: rgba(255, 255, 255, 0.2);
  font-size: 22px;
}
.call-to-action01 .video_btn:after,
.call-to-action01 .video_btn:before {
  content: none;
}
@media screen and (min-width: 991px) {
  .call-to-action01 .count-box {
    border-top-left-radius: 4px;
  }
  .call-to-action01 .count-box1 {
    border-top-right-radius: 4px;
  }
}
.downloads li {
  list-style: none;
  margin-bottom: 15px;
}
.downloads li:last-child {
  margin-bottom: 0;
}
.downloads li a {
  border: 1px solid #34c5a1;
  border-radius: 4px;
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 9px 0 9px 55px;
}
.downloads li a:hover {
  color: #34c5a1;
}
.downloads i {
  background: #34c5a1;
  padding: 15px;
  color: #fff;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
}
.downloads .label {
  display: inline-block;
}
.page-navigation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  background-color: #f8f9fa;
  border-radius: 10px;
}
.page-navigation:last-child {
  margin-bottom: 60px;
}
.prev-page,
.next-page {
  position: relative;
  width: 50%;
  max-width: 350px;
  margin: 10px;
}
.prev-page:before,
.next-page:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  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: 0.3s ease-in-out;
  pointer-events: none;
}
.prev-page .page-info > a,
.next-page .page-info > a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 16px 20px;
  min-height: 110px;
  transition: 0.8s;
}
.prev-page .page-info .image-prev,
.prev-page .page-info .image-next {
  position: relative;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  transition: inherit;
  border-radius: 10px;
  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;
  transition: inherit;
  border-radius: 10px;
  overflow: hidden;
}
.prev-page .page-info .prev-title,
.prev-page .page-info .next-title {
  display: inline-block;
  position: relative;
  max-width: 220px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  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: 220px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  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:hover:before,
.next-page:hover:before {
  background-color: white;
  transform: scale(1);
  box-shadow: 0 10px 30px 0 rgba(34, 35, 40, 0.1);
}
.prev-page a {
  justify-content: flex-start;
  text-align: left;
}
.prev-page a:hover .image-prev:after {
  visibility: visible;
  opacity: 1;
}
.prev-page a:hover .image-prev:before {
  visibility: visible;
  opacity: 1;
  margin-left: 0;
}
.prev-page .image-prev {
  margin-right: 20px;
}
.prev-page .image-prev:after {
  background-color: #4670ce;
}
.next-page .image-next:after {
  background-color: #4670ce;
}
.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: 0.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: 0.3s ease-in-out;
}
.next-page {
  margin-left: auto;
}
.next-page a {
  justify-content: flex-end;
  text-align: right;
}
.next-page a:hover .image-next:after {
  visibility: visible;
  opacity: 1;
}
.next-page a:hover .image-next:before {
  visibility: visible;
  opacity: 1;
  margin-right: 0;
}
.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: 0.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: 0.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: 0.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 (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;
  }
}
@media (max-width: 575px) {
  .prev-page .page-info > a,
  .next-page .page-info > a {
    padding: 10px;
  }
  .prev-page .page-info .prev-title,
  .prev-page .page-info .next-title {
    max-width: 168px;
  }
  .next-page .page-info .prev-title,
  .next-page .page-info .next-title {
    max-width: 168px;
  }
}
.search-form_input {
  color: #4670ce;
}
.search-frame h4 a:hover {
  color: #4670ce;
}
.search-frame .search_list .match {
  color: #4670ce;
}
.search-frame .search_list li:before {
  color: #4670ce;
}
.search-frame .search_list li + li {
  border-top: 3px solid #4670ce;
}
.search-frame .search {
  color: #4670ce;
}
.lg-backdrop {
  z-index: 99999;
}
.lg-outer {
  z-index: 999999;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #4670ce;
}
.lg-progress-bar .lg-progress {
  background-color: #4670ce;
}
.lg-backdrop.in {
  opacity: 0.85;
}
.datetimepicker td,
.datetimepicker th {
  padding: 5px;
  font-size: 14px;
}
ul.countdown {
  padding: 0;
  margin: 0;
}
ul.countdown li {
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  display: inline-block;
  padding: 0 30px;
  text-align: center;
}
ul.countdown li:last-child {
  border: medium none;
  padding-right: 0;
}
ul.countdown li:first-child {
  padding-left: 0;
}
ul.countdown li span {
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  position: relative;
  color: #34c5a1;
}
ul.countdown li span::before {
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
}
ul.countdown li p.timeRefDays,
ul.countdown li p.timeRefHours,
ul.countdown li p.timeRefMinutes,
ul.countdown li p.timeRefSeconds {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 767px) {
  ul.countdown {
    margin-top: -25px;
  }
  ul.countdown li {
    padding: 0 8px;
    border-right: none;
    width: 48%;
    margin-top: 25px;
  }
  .social-links li {
    margin-right: 15px;
  }
  ul.countdown li span {
    font-size: 36px;
  }
}
.coming-soon-page .shape-01 {
  width: 160px;
  height: 175px;
  background-color: rgba(70, 112, 206, 0.2);
  -webkit-clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  position: absolute;
  display: inline-block;
  top: 0%;
  left: 30%;
  z-index: 1;
}
.coming-soon-page .shape-02 {
  width: 90px;
  height: 95px;
  background-color: rgba(52, 197, 161, 0.2);
  -webkit-clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  position: absolute;
  display: inline-block;
  bottom: 9%;
  left: -1%;
  z-index: 1;
}
.list-style1 {
  margin: 0;
  padding: 0;
}
.list-style1 li {
  list-style-type: none;
  color: #232323;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.list-style1 li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.list-style1 li a {
  color: #232323;
}
.list-style1 li a:hover {
  color: #34c5a1;
}
.list-style2 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-style2 li {
  position: relative;
  padding: 0 0 0px 30px;
  margin: 0 0 15px 0;
}
.list-style2 li:before {
  content: "\f058";
  position: absolute;
  top: 2px;
  left: 0;
  font-family: Font Awesome\5 Free;
  font-weight: 700;
  color: #4670ce;
}
.list-style2 li:last-child {
  margin-bottom: 0;
}
.list-style3 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-style3 li {
  margin-bottom: 10px;
}
.list-style3 li:last-child {
  margin-bottom: 0;
}
.list-style3 li a {
  display: block;
  font-weight: 500;
  padding: 11px 10px 11px 20px;
  background: #f8f9fa;
  border-radius: 10px;
  color: #808087;
}
.list-style3 li a:hover,
.list-style3 li a:active,
.list-style3 li a:focus {
  color: #34c5a1;
}
.list-style3 li.active a {
  color: #ffffff;
  background: #4670ce;
}
.pagination {
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.pagination ul {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}
.pagination li {
  display: inline-block;
  margin-right: 5px;
}
.pagination a {
  float: left;
  font-size: 16px;
  padding: 0 18px;
  line-height: 40px;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid #ededed;
  background: #fff;
  border-radius: 4px;
  color: #575a7b;
}
.pagination a:hover {
  background-color: #4670ce;
  border: 1px solid #4670ce;
  color: #ffffff;
}
.pagination .active a {
  background-color: #f7f7f7;
  color: #002147;
  border: 1px solid #ededed;
  cursor: default;
}
@media screen and (max-width: 575px) {
  .pagination a {
    padding: 0 13px;
    font-size: 14px;
  }
}
.butn.search-butn {
  padding: 15px 30px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.search .form-control {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.butn.search-butn:before {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.share-post li {
  display: inline-block;
  margin-right: 10px;
}
.share-post li:last-child {
  margin-right: 0;
}
.comment-reply-link {
  color: #4670ce;
  background: rgba(70, 112, 206, 0.1);
  padding: 5px 18px;
  font-weight: 500;
  border-radius: 4px;
  font-size: 14px;
}
.comment-reply-link:hover {
  color: #fff;
  background: #4670ce;
}
.blog-tags li {
  display: inline-block;
}
.blog-tags a {
  background-color: rgba(70, 112, 206, 0.1);
  border-radius: 10px;
  padding: 8px 20px;
  font-size: 15px;
  color: #4670ce;
  font-weight: 600;
  line-height: 20px;
  margin: 0.6rem 3px 0 0;
  display: inline-block;
}
.blog-tags a:hover {
  background: #4670ce;
  color: #fff;
}
.blockquote {
  background: #f1f1f1;
  border-left: 4px solid #4670ce;
  font-size: 16px;
  font-weight: 500;
  margin: 25px 0;
  padding: 20px 30px 30px;
}
.blockquote p {
  font-size: 15px;
  font-weight: 500;
  line-height: 190%;
  color: #1e2022;
  letter-spacing: 0.5px;
}
.blockquote h4 {
  font-size: 20px;
  font-weight: 400;
  color: #1e2022;
  letter-spacing: 0.5px;
}
.blog-sidebar .widget {
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
}
.blog-sidebar .widget:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .blog-sidebar .widget {
    padding: 20px;
  }
}
.read-more {
  font-weight: 600;
}
.social-icon-style li {
  display: inline-block;
  margin-right: 5px;
}
.social-icon-style li:last-child {
  margin-right: 0;
}
.social-icon-style li a {
  font-size: 14px;
  border: 1px solid #4670ce;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #4670ce;
}
.social-icon-style li a:hover {
  color: #fff;
  background: #34c5a1;
  border: 1px solid #34c5a1;
}
@media screen and (max-width: 767px) {
  .social-icon-style li a {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
  }
}
.appointment-popup {
  padding: 50px 20px 20px 20px;
  max-width: 700px;
  margin: 40px auto;
  position: relative;
  border-radius: 10px;
}
.appointment-popup .mfp-close {
  background: #4670ce;
  color: #fff;
  opacity: 1;
  top: 0;
  border-top-right-radius: 10px;
}
.popover {
  z-index: 999999;
}
.contact-form {
  z-index: 9;
  position: relative;
  clip-path: polygon(
    0% 0%,
    88% 0%,
    100% 15%,
    100% 100%,
    80% 100%,
    15% 100%,
    0% 83%,
    0% 20%
  );
}
.contact-form .contact-icon {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.02);
  text-align: center;
  color: #fff;
  clip-path: polygon(
    0% 0%,
    75% 0%,
    100% 25%,
    100% 100%,
    80% 100%,
    21% 100%,
    0% 100%,
    0% 20%
  );
}
@media screen and (max-width: 991px) {
  .contact-form {
    margin-right: 0;
  }
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.map {
  height: 400px;
  width: 100%;
  vertical-align: top;
  border: 0;
}
.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  margin-bottom: 0.5rem;
}
.form-control:focus {
  border-color: #4670ce;
}
.form-check-input:checked {
  border-color: #4670ce;
  background-color: #4670ce;
}
.quform-input {
  position: relative;
}
.quform-input .quform-errors-wrap {
  position: absolute;
  right: 8px;
  top: 0;
  line-height: normal;
  z-index: 1;
}
.quform-element > label {
  font-weight: normal;
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 14px;
  font-weight: 600;
}
.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-elements .quform-element select {
  margin-bottom: 0;
  padding: 8px 35px 8px 15px;
}
.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: 12px;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 500;
}
.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;
}
.light-validation .quform-errors > .quform-error {
  color: #fff;
}
.modal-backdrop {
  z-index: 99999;
}
.modal {
  z-index: 999999;
}
.bd-example button,
.bd-example a {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.icon-gallery .d-table {
  margin-top: 30px;
}
.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: #4670ce;
}
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;
}
.html-code:before {
  color: #c8dfab;
  content: "•••";
  font-size: 30px;
  left: 24px;
  letter-spacing: 4px;
  line-height: 12px;
  position: absolute;
  top: 24px;
}
.copy-element {
  position: absolute;
  top: 0;
  right: 85px;
  transition: opacity 0.3s ease-in-out;
}
.source-element {
  position: absolute;
  top: 0;
  right: 0;
  transition: opacity 0.3s ease-in-out;
}
.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: #4670ce;
  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(17, 88, 231, 0.2);
  content: "•••";
  font-size: 30px;
  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;
  font-weight: 600;
  margin-bottom: 0;
  color: #34c5a1;
}
@media screen and (max-width: 767px) {
  .elements-block .inner-title {
    margin-bottom: 65px;
  }
  .copy-element,
  .source-element {
    top: 65px;
  }
}
.footer-form {
  background: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 10px;
}
.footer-form .form-control {
  min-height: 52px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
}
.footer-logo {
  max-width: 211px;
  width: 100%;
  display: inline-block;
}
.footer-list-style1 {
  margin: 0;
  padding: 0;
}
.footer-list-style1 li {
  list-style-type: none;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}
.footer-list-style1 li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.footer-list-style1 li a {
  color: #ffffff;
}
/*.footer-list-style1 li a:before {
  content: "\f105";
  font-weight: 700;
  font-family: Font Awesome\5 Free;
  color: #ffffff;
  padding-right: 8px;
  transition-duration: 0.3s;
}*/
.footer-list-style1 li a:hover {
  color: #34c5a1;
}
.footer-list-style1 li a:hover:before {
  color: #34c5a1;
}
.footer-bar {
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  line-height: 26px;
}
.footer-social-style1 {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
}
.footer-social-style1 li {
  text-align: center;
  margin-right: 5px;
  display: inline-block;
}
.footer-social-style1 li:last-child {
  margin-right: 0;
}
.footer-social-style1 li a {
  color: #f8f9fa;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  font-size: 15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}
.footer-social-style1 li a:hover {
  color: #ffffff;
  background-color: #34c5a1;
}
.footer-social-style2 {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
}
.footer-social-style2 li {
  text-align: center;
  margin-right: 5px;
  display: inline-block;
}
.footer-social-style2 li:last-child {
  margin-right: 0;
}
.footer-social-style2 li a {
  color: #f8f9fa;
  height: 40px;
  width: 40px;
  line-height: 42px;
  display: inline-block;
  font-size: 15px;
  clip-path: polygon(
    0% 0%,
    75% 0%,
    100% 25%,
    100% 100%,
    80% 100%,
    21% 100%,
    0% 100%,
    0% 20%
  );
  background: rgba(255, 255, 255, 0.1);
}
.footer-social-style2 li a:hover {
  color: #ffffff;
  background-color: #34c5a1;
}
@media screen and (max-width: 575px) {
  .footer-form {
    padding: 20px;
  }
}
.buy-theme {
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  position: fixed;
  top: 150px;
  right: -89px;
  background: #4670ce;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
.buy-theme i {
  font-size: 16px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  color: #fff;
}
.all-demo i {
  font-size: 15px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  color: #fff;
}
.buy-theme:hover,
.all-demo:hover {
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  right: 0px;
  background: #4670ce;
}
.all-demo:hover {
  background: #34c5a1;
}
.buy-theme span,
.all-demo span {
  padding: 0 9px;
  position: relative;
  top: 0;
  opacity: 0;
}
.buy-theme:hover span,
.all-demo:hover span {
  opacity: 1;
  color: #fff;
}
.buy-theme:hover i,
.all-demo:hover i {
  color: #fff;
}
.buy-theme a,
.all-demo a {
  color: #232323;
  font-size: 10px;
  text-transform: uppercase;
  padding: 5px 10px;
  display: block;
  text-decoration: none;
  font-weight: 500;
}
.all-demo {
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  position: fixed;
  top: 185px;
  right: -105px;
  background: #34c5a1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}


.subtitle
{
  font-weight:700;
}

.doc-desc ul li
{
  padding-left:0;
}

.footer-list-style1 li .footer-widget-icon
{
    width: 30px;
    justify-content: center;
    display: grid;
}

.card-style08 h3 a
{
    font-size: 16px;
}