@import url("https://fonts.googleapis.com/css2?family=Courgette&family=Poppins:wght@500;600;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.css");
@import url("bootstrap.min.css");
@import url("owl.carousel.min.css");
@import url("owl.theme.default.min.css");
@import url("gallery.css");
@import url("animate.min.css");
/*-- font style --*/
/*-- media query --*/
* {
  outline: none;
}

html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

a {
  color: #002880;
}

a:hover,
a:active,
a:focus {
  transition: all ease-in-out 0.3s;
}

:focus-visible {
  outline: none;
}

button:focus:not(:focus-visible) {
  box-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.1);
}

input::-moz-placeholder {
  color: #000000;
}

input::placeholder {
  color: #000000;
}

.form-control,
.form-select,
.form-select-lg,
.form-control-lg {
  font-size: 0.875rem;
  padding: 1rem;
}

.form-control:focus {
  color: #EC202B;
  background-color: transparent;
  border-color: #878A9B;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(236, 32, 43, 0.2);
}

.btn-wrapper {
  height: auto;
}
.btn-wrapper .menu-toggle {
  min-height: 40px;
}
.btn-wrapper .menu-toggle .icon-bars {
  display: block;
  width: 2rem;
  height: 2px;
  background-color: #ffffff;
  position: relative;
  transition: transform 0.3s ease-in, background-color 0.2s ease;
}
.btn-wrapper .menu-toggle .icon-bars::before, .btn-wrapper .menu-toggle .icon-bars::after {
  display: block;
  width: 2rem;
  height: 2px;
  background-color: #ffffff;
  content: "";
  position: absolute;
  left: 0;
  transition: top 0.3s 0.3s ease-in, transform 0.3s ease-in, background-color 0.2s ease;
}
.btn-wrapper .menu-toggle .icon-bars::before {
  top: 0.5em;
}
.btn-wrapper .menu-toggle .icon-bars::after {
  top: -0.5em;
}
.btn-wrapper .menu-toggle:active .icon-bars {
  transition: transform 0.3s 0.2s ease-in, background-color 0.2s ease;
  transform: rotate3d(0, 0, 1, 135deg);
}
.btn-wrapper .menu-toggle:active .icon-bars::before {
  transition: top 0.2s ease-in, transform 0.3s 0.2s ease-in, background-color 0.2s ease;
  transform: rotate3d(0, 0, 1, 90deg);
  top: 0;
}
.btn-wrapper .menu-toggle:active .icon-bars::after {
  transition: top 0.2s ease-in, transform 0.3s 0.2s ease-in, background-color 0.2s ease;
  transform: rotate3d(0, 0, 1, 90deg);
  top: 0;
}

.menu--is-revealed .menu-toggle .icon-bars {
  transition: transform 0.3s 0.2s ease-in, background-color 0.2s ease;
  transform: rotate3d(0, 0, 1, 135deg);
}
.menu--is-revealed .menu-toggle .icon-bars::before {
  transition: top 0.2s ease-in, transform 0.3s 0.2s ease-in, background-color 0.2s ease;
  transform: rotate3d(0, 0, 1, 90deg);
  top: 0;
}
.menu--is-revealed .menu-toggle .icon-bars::after {
  transition: top 0.2s ease-in, transform 0.3s 0.2s ease-in, background-color 0.2s ease;
  transform: rotate3d(0, 0, 1, 90deg);
  top: 0;
}

html {
  font-size: 1rem;
}

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

a,
a:hover {
  text-decoration: none;
}

.font-small {
  font-size: 0.875rem;
}

.font-extra-small {
  font-size: 0.75rem;
}

/*-- background color css --*/
.theme-bg-primary {
  background-color: #EC202B;
}

.theme-bg-secondary {
  background-color: #002880;
}

.theme-bg-accent-one {
  background-color: #000000;
}

.theme-bg-accent-two {
  background-color: #878A9B;
}

.theme-bg-accent-three {
  background-color: #EBF6FF;
}

.theme-bg-white {
  background-color: #ffffff;
}

/*-- text color css --*/
.theme-text-white {
  color: #ffffff;
}

.theme-text-primary {
  color: #EC202B;
}

.theme-text-secondary {
  color: #002880;
}

.theme-text-accent-one {
  color: #000000;
}

.theme-text-accent-two {
  color: #878A9B;
}

/*-- shadow css --*/
.theme-box-shadow {
  box-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.1);
}

.theme-text-shadow {
  text-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.1);
}

.theme-border-radius {
  border-radius: 2.5rem;
}

/*-- custom button css*/
.custom-btn-primary {
  background-color: #EC202B;
  color: #ffffff;
  min-width: 170px;
  min-height: 50px;
  border: 0;
}

.custom-btn-secondary {
  background-color: #002880;
  color: #ffffff;
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
}
.custom-btn-secondary:hover {
  background-color: #EC202B;
  color: #ffffff;
}

.video_model i {
  line-height: normal;
}

.img-lt {
  filter: grayscale(100%);
  transition: 0.5s ease-in-out;
}
.img-lt:hover {
  filter: grayscale(0%);
}

.fixed-top {
  transition: 0.4s;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}

.max-2 {
  max-width: 550px;
  margin: 0 auto;
}

.accordion-button:not(.collapsed) {
  background-color: rgba(0, 40, 128, 0);
  color: #002880;
}

.text-gred {
  background: -webkit-linear-gradient(#EC202B, #002880);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hoverShine .shine {
  position: relative;
}
.hoverShine .shine::before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.hoverShine .shine:hover:before {
  animation: shine 0.75s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

.page-loader {
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 9999;
  overflow: visible;
}
.page-loader .pulse {
  margin: auto;
}
.page-loader .pulse span {
  position: absolute;
  margin-top: -25px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #EC202B;
  animation: pulse_animation 1.3s infinite;
}
@keyframes pulse_animation {
  0% {
    box-shadow: 0 0 0 0 rgba(236, 32, 43, 0.8);
  }
  100% {
    box-shadow: 0 0 0 200px rgba(254, 206, 104, 0);
  }
}
.page-loader .pulse span:nth-child(2) {
  animation-delay: 0.3s;
}

@media screen and (max-width: 992px) {
  .header .navbar-collapse .navbar-nav {
    height: 200px;
    margin: 20px 0;
    overflow-y: auto;
  }
}

.header {
  background-color: #ffffff;
}
.header .navbar-nav .nav-item .nav-link {
  color: #000000;
  padding: 1.2rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  .header .navbar-nav .nav-item .nav-link {
    padding: 0.8rem 0rem;
    border-bottom: 1px solid #EBF6FF;
  }
}
.header .navbar-nav .nav-item .active:after {
  content: "";
  width: 1.25rem;
  height: 6px;
  background: #EC202B;
  position: absolute;
  bottom: 0;
  display: block;
  left: 33%;
  border-radius: 3rem;
}
.header .navbar-nav .nav-item .dropdown-menu {
  border-radius: 0;
  border: 0;
  padding: 0;
  box-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.1);
}
.header .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #000000;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
}
.header .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: #EC202B;
  color: #ffffff;
}

.header-trans header {
  width: 100%;
  position: absolute;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 992px) {
  .header-trans header {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
.header-trans header .navbar-nav .nav-item .nav-link {
  color: #ffffff;
}

.header-video header {
  width: 100%;
  position: absolute;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 992px) {
  .header-video header {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
.header-video header .navbar-nav .nav-item .nav-link {
  color: #ffffff;
}

.header-particles header {
  width: 100%;
  position: absolute;
  z-index: 10;
  background-color: black;
}
@media screen and (max-width: 992px) {
  .header-particles header {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
.header-particles header .navbar-nav .nav-item .nav-link {
  color: #ffffff;
}

.nav-effect {
  position: relative;
}
.nav-effect::before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 33%;
  width: 1.25rem;
  height: 6px;
  background: #EC202B;
  transform-origin: center center;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  border-radius: 3rem;
}
@media screen and (max-width: 992px) {
  .nav-effect::before {
    left: 0%;
  }
}
.nav-effect:hover:before {
  transform-origin: center center;
  transform: scale(1, 1);
}

.primary-btn-effect {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}
.primary-btn-effect:hover {
  color: #ffffff;
}
.primary-btn-effect:hover::before {
  opacity: 1;
  width: 116%;
}
.primary-btn-effect:hover::after {
  opacity: 1;
  width: 120%;
}
.primary-btn-effect::before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #002880;
  position: absolute;
  transform: skewX(-20deg);
  opacity: 1;
  left: -10%;
  top: 0;
  z-index: -12;
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}
.primary-btn-effect::after {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #EC202B;
  position: absolute;
  transform: skewX(-20deg);
  left: -10%;
  opacity: 0;
  top: 0;
  z-index: -15;
  transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.6);
}

.icon-wrapper {
  box-shadow: 0 0 0px 0px rgba(0, 40, 128, 0.5);
  cursor: pointer;
  border-radius: 50%;
  transition: 250ms color;
  animation-name: wave;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes wave {
  0% {
    box-shadow: 0 0 0px 0px rgba(0, 40, 128, 0.5);
  }
  100% {
    box-shadow: 0 0 0px 15px rgba(0, 40, 128, 0);
  }
}

.hero {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 992px) {
  .hero {
    padding: 0;
  }
}
.hero::after {
  content: "";
  position: absolute;
  background-image: url(../images/section/dot-image.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  display: block;
  top: 0;
  right: 0;
  width: 700px;
  height: 700px;
}
@media screen and (max-width: 767px) {
  .hero::after {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .hero::after {
    top: 50%;
    right: 20%;
  }
}
.hero::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 100%;
  z-index: -1;
  background-color: rgba(235, 246, 255, 0.7);
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .hero::before {
    width: 250px;
    height: 250px;
  }
}
.hero .hero-wrap {
  position: relative;
  border-radius: 100%;
  padding: 2rem;
  border: 2px dashed #002880;
  max-width: 550px;
  max-height: 550px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .hero .hero-wrap {
    margin-top: 8rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .hero .hero-wrap {
    max-width: 350px;
  }
}
.hero .hero-wrap .hero-inner {
  background-color: #EBF6FF;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero .hero-wrap .hero-icons .icons-box {
  position: absolute;
  padding: 1.5rem;
  background-color: #ffffff;
  box-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 6.25rem;
  height: 6.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
  transition: all ease-in-out 0.3s;
}
.hero .hero-wrap .hero-icons .icons-box:hover {
  background-color: #002880;
}
.hero .hero-wrap .hero-icons .icons-box:hover #train-icon,
.hero .hero-wrap .hero-icons .icons-box:hover #car-icon,
.hero .hero-wrap .hero-icons .icons-box:hover #flight-icon,
.hero .hero-wrap .hero-icons .icons-box:hover #hotel-icon,
.hero .hero-wrap .hero-icons .icons-box:hover #location-icon,
.hero .hero-wrap .hero-icons .icons-box:hover #api-icon {
  fill: #ffffff;
}
@media screen and (max-width: 575px) {
  .hero .hero-wrap .hero-icons .icons-box {
    width: 3.5rem;
    height: 3.5rem;
    padding: 1rem;
  }
}
.hero .hero-wrap .hero-icons .icon1 {
  top: 80px;
  left: -10px;
}
.hero .hero-wrap .hero-icons .icon2 {
  top: -40px;
  left: 40%;
}
.hero .hero-wrap .hero-icons .icon3 {
  top: 80px;
  left: 84%;
}
.hero .hero-wrap .hero-icons .icon4 {
  top: 380px;
  left: -10px;
}
@media screen and (max-width: 575px) {
  .hero .hero-wrap .hero-icons .icon4 {
    top: 280px;
  }
}
.hero .hero-wrap .hero-icons .icon5 {
  top: 380px;
  left: 84%;
}
@media screen and (max-width: 575px) {
  .hero .hero-wrap .hero-icons .icon5 {
    top: 280px;
  }
}
.hero .hero-wrap .hero-icons .icon6 {
  top: 500px;
  left: 40%;
}
@media screen and (max-width: 575px) {
  .hero .hero-wrap .hero-icons .icon6 {
    top: 350px;
  }
}

.video-image {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-image .background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 40, 128, 0.5);
  z-index: 1;
}

.hero-particles {
  position: relative;
}
.hero-particles #particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.hero-particles .pic-item {
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-particles .pic {
  background-image: url(../images/hero/slider01.jpg);
}

.box-icon-float {
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
#train-icon,
#car-icon,
#flight-icon,
#hotel-icon,
#location-icon,
#api-icon {
  fill: #002880;
}

.animate-charcter {
  background-image: linear-gradient(-225deg, #002880 0%, #EC202B 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.hero-slider {
  position: relative;
}
.hero-slider .slide-wrapper {
  min-height: auto;
  height: 100vh;
  position: relative;
  background: #002880;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .hero-slider .slide-wrapper {
    min-height: auto;
  }
}
.hero-slider .slide-wrapper .slide-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: scale(1);
  transition: all 8s ease-out 0s;
  display: block;
}
.hero-slider .item {
  height: auto;
  position: relative;
}
.hero-slider .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-slider .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
.hero-slider .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
.hero-slider .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #ffffff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.hero-slider .owl-item.active .slide-bg {
  transform: scale(1.12);
}
.hero-slider .owl-item.active h1 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.hero-slider .owl-item.active h2 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.hero-slider .owl-item.active .btn-animation {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.5s;
}
.hero-slider .owl-item.active h4 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.hero-slider .owl-item.active .line {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.hero-slider .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  transition: all 0.4s ease-out;
  background: rgba(236, 32, 43, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 2.5rem;
}
.hero-slider .owl-nav .owl-prev span {
  font-size: 1.5rem;
  color: #ffffff;
}
.hero-slider .owl-nav .owl-prev:focus {
  outline: 0;
}
.hero-slider .owl-nav .owl-prev:hover {
  background: #000000 !important;
}
.hero-slider .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  transition: all 0.4s ease-out;
  background: rgba(236, 32, 43, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 2.5rem;
}
.hero-slider .owl-nav .owl-next span {
  font-size: 1.5rem;
  color: #ffffff;
}
.hero-slider .owl-nav .owl-next:focus {
  outline: 0;
}
.hero-slider .owl-nav .owl-next:hover {
  background: #000000 !important;
}
.hero-slider:hover .owl-prev {
  left: 10px;
  opacity: 1;
}
.hero-slider:hover .owl-next {
  right: 10px;
  opacity: 1;
}

.about-company .max {
  max-width: 450px;
}
.about-company .review-con {
  text-align: justify;
}
.about-company .about-pic {
  position: relative;
}
.about-company .about-pic::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 100%;
  z-index: -1;
  background-color: rgba(235, 246, 255, 0.7);
  width: 400px;
  height: 400px;
  top: 120px;
  right: -50px;
}
@media screen and (max-width: 767px) {
  .about-company .about-pic::before {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .about-company .about-pic::before {
    right: 0px;
    top: 350px;
  }
}
@media screen and (max-width: 768px) {
  .about-company .about-pic::before {
    right: 0px;
  }
}
.about-company .about-pic::after {
  content: "";
  position: absolute;
  background-image: url(../images/section/dot-image.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  display: block;
  background-size: contain;
  width: 400px;
  height: 400px;
  top: -60px;
  left: -60px;
}
@media screen and (max-width: 767px) {
  .about-company .about-pic::after {
    width: 250px;
    height: 250px;
  }
}

.feature-list {
  list-style: none;
}
.feature-list li {
  color: #878A9B;
  line-height: 2.5rem;
}
.feature-list li i {
  color: #002880;
}

.core-product svg {
  fill: #002880;
}

.cardeffect {
  transition: all 500ms ease-in-out;
}
.cardeffect:hover {
  transform: translateY(-10px);
  cursor: pointer;
  box-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.1);
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}
.cardeffect:hover svg {
  fill: #EC202B;
  transition: all ease-in-out 0.3s;
}

.services {
  position: relative;
}
.services .max-1 {
  max-width: 650px;
  margin: 0 auto;
}
.services::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 100%;
  z-index: -1;
  background-color: rgba(235, 246, 255, 0.7);
  top: 7rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .services::before {
    width: 250px;
    height: 250px;
  }
}
.services::after {
  content: "";
  position: absolute;
  background-image: url(../images/section/dot-image.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  display: block;
  width: 250px;
  height: 250px;
  bottom: -2%;
  left: 30%;
}
@media screen and (max-width: 767px) {
  .services::after {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .services::after {
    left: 0;
  }
}
.services .service-card .point {
  width: 2.8rem;
  height: 2.8rem;
  color: #ffffff;
}
.services .item {
  overflow: hidden;
  border-radius: 2.5rem;
}
.services .owl-nav {
  position: absolute;
  left: 44%;
}
@media screen and (max-width: 767px) {
  .services .owl-nav {
    left: 0;
  }
}
.services .owl-nav .owl-prev,
.services .owl-nav .owl-next {
  background: #ffffff !important;
  color: #EC202B !important;
  box-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.1);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  font-size: 2rem !important;
}
.services .owl-nav .owl-prev:hover,
.services .owl-nav .owl-next:hover {
  background: #002880 !important;
  color: #ffffff !important;
}

.features::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  background-image: url(../images/icons/map.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 550px;
  position: absolute;
  z-index: -1;
}

.review {
  position: relative;
}
.review::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 100%;
  z-index: -1;
  background-color: rgba(235, 246, 255, 0.7);
  width: 400px;
  height: 400px;
  top: 60%;
  left: 20%;
}
@media screen and (max-width: 767px) {
  .review::before {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 992px) {
  .review::before {
    top: 20%;
    left: 10%;
  }
}
@media screen and (max-width: 767px) {
  .review::before {
    top: 50%;
  }
}
.review::after {
  content: "";
  position: absolute;
  background-image: url(../images/section/dot-image.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  display: block;
  background-size: contain;
  width: 400px;
  height: 400px;
  top: 10%;
  left: 10%;
}
@media screen and (max-width: 767px) {
  .review::after {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 992px) {
  .review::after {
    top: 2%;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .review::after {
    top: 0%;
  }
}
.review .max {
  max-width: 450px;
}
.review .review-con {
  text-align: justify;
}
.review .review-con .qotes-img {
  width: auto;
  height: auto;
}
.review .review-con .img-r {
  transform: rotate(180deg);
  float: right;
}
.review .review-pic {
  position: relative;
}
.review .owl-nav {
  position: absolute;
  left: 44%;
}
@media screen and (max-width: 767px) {
  .review .owl-nav {
    left: 0;
  }
}
.review .owl-nav .owl-prev,
.review .owl-nav .owl-next {
  background: #ffffff !important;
  color: #EC202B !important;
  box-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.1);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  font-size: 2rem !important;
}
.review .owl-nav .owl-prev:hover,
.review .owl-nav .owl-next:hover {
  background: #002880 !important;
  color: #ffffff !important;
}

.news .max {
  max-width: 650px;
  margin: 0 auto;
}
.news .news-card .tags {
  bottom: 2rem;
  left: 2rem;
  z-index: 1;
  display: block;
  background: #ffffff;
  border-radius: 40px;
  cursor: pointer;
}

.img-effect img {
  transition: all 0.4s ease-in-out;
}
.img-effect:hover img {
  transform: scale(1.5);
}

.flood-effect {
  transition: 0.25s ease-in-out;
  overflow: hidden;
  display: block;
  border-radius: 40px;
  min-width: 110px;
  text-align: center;
}
.flood-effect:hover {
  box-shadow: inset 10rem 0 0 0 #002880;
}
.flood-effect:hover:hover a {
  color: #ffffff;
}

.action-bg {
  position: relative;
  overflow: hidden;
}
.action-bg::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 100%;
  z-index: -1;
  background-color: rgba(235, 246, 255, 0.7);
  width: 400px;
  height: 400px;
  top: -60px;
  right: -50px;
}
@media screen and (max-width: 767px) {
  .action-bg::before {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .action-bg::before {
    right: -20px;
  }
}
.action-bg::after {
  content: "";
  position: absolute;
  background-image: url(../images/section/dot-image.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  display: block;
  background-size: contain;
  width: 400px;
  height: 400px;
  top: -60px;
  left: -60px;
}
@media screen and (max-width: 767px) {
  .action-bg::after {
    width: 250px;
    height: 250px;
  }
}

.subs-form {
  position: relative;
  min-height: 60px;
  border-radius: 2.5rem;
  background-color: #ffffff;
  padding: 0.5rem;
}
@media screen and (max-width: 992px) {
  .subs-form {
    margin-bottom: 1.5rem;
  }
}
.subs-form input {
  border-radius: 2.5rem;
  font-size: 0.875rem;
}
.subs-form button {
  font-size: 0.875rem;
}

.footer {
  background-color: #000000;
}
.footer h1,
.footer h2,
.footer h3,
.footer p {
  color: #ffffff;
}
.footer p {
  line-height: 2.2rem;
}
.footer .link-list li {
  line-height: 2.5rem;
}
.footer .link-list li a {
  color: #878A9B;
  font-size: 0.875rem;
  padding: 0 0 0.5rem 0;
}
.footer .link-list li a:hover {
  color: #EC202B;
}
.footer .social a,
.footer .social .botom-link {
  color: #ffffff;
}
.footer .social a:hover,
.footer .social .botom-link:hover {
  color: #EC202B;
}
.footer .footer-link-effect {
  position: relative;
}
.footer .footer-link-effect::before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0px;
  width: 100%;
  height: 2px;
  border-radius: 0.5rem;
  background: #EC202B;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
}
.footer .footer-link-effect:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.scrollup {
  overflow: hidden;
  position: fixed;
  height: 2.5rem;
  width: 2.5rem;
  line-height: 2.5rem;
  border-radius: 50%;
  bottom: -3rem;
  right: 3rem;
  text-align: center;
  z-index: 1;
  background-color: rgba(0, 40, 128, 0.8);
  display: block;
  color: #ffffff;
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.scrollup i {
  font-size: 1.5rem;
  display: inline-block;
  transition: all 0.5s ease-out;
}
.scrollup i:hover, .scrollup i:focus {
  animation: toBottomFromTop 0.5s forwards;
}
@keyframes toBottomFromTop {
  49% {
    transform: translateY(-20%);
  }
  50% {
    opacity: 0;
    transform: translateY(20%);
  }
  51% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}
.scrollup:hover, .scrollup:focus {
  color: #EC202B;
}
.scrollup.back-top {
  bottom: 20px;
}

.breadcrumb-area {
  position: relative;
  z-index: 1;
  background-image: url(../images/section/shape-breadcrumb.svg);
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: 550px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.breadcrumb-area .breadcrumb-content {
  position: relative;
}
.breadcrumb-area .breadcrumb-content::after {
  content: "";
  position: absolute;
  background-image: url(../images/section/dot-image.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  display: block;
  top: -100px;
  left: -50px;
  width: 300px;
  height: 300px;
  transform: rotate(0deg);
  transition: transform 0.7s linear;
  animation: rotate 7s infinite linear;
}
@media screen and (max-width: 767px) {
  .breadcrumb-area .breadcrumb-content::after {
    width: 250px;
    height: 250px;
  }
}
.breadcrumb-area .breadcrumb-content h2 {
  margin-bottom: 0;
  color: #002880;
  font-size: 42px;
  font-weight: 700;
}
.breadcrumb-area .breadcrumb-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 12px;
  margin-bottom: 0;
}
.breadcrumb-area .breadcrumb-content ul li {
  color: #878A9B;
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 17px;
  margin-left: 0px;
  margin-right: 20px;
}
.breadcrumb-area .breadcrumb-content ul li::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #EC202B;
}
.breadcrumb-area .breadcrumb-content ul li:last-child::before {
  display: none;
}
.breadcrumb-area .breadcrumb-content ul li a {
  display: inline-block;
  color: #002880;
  transition: 0.4s;
}
.breadcrumb-area .breadcrumb-content ul li a:hover {
  color: #EC202B;
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
.our-team {
  position: relative;
}
.our-team .team-card {
  cursor: pointer;
  position: relative;
}
.our-team .team-card:hover .team-con {
  visibility: visible;
}
.our-team .team-card .team-con {
  box-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.1);
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.4s ease-out 0s;
  visibility: hidden;
  border-radius: 2.5rem;
}
.our-team .team-card .team-con p {
  color: #ffffff;
}
.our-team .team-card .team-con .team-social {
  display: flex;
}
.our-team .team-card .team-con .team-social li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #EBF6FF;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  margin: 0 0.5rem;
}
.our-team .team-card .team-con .team-social li a:hover {
  color: #EC202B;
}
.our-team .team-card img {
  transition: all 0.4s ease-out 0s;
}
.our-team .team-card:hover .team-con {
  background-color: rgba(236, 32, 43, 0.5);
}
.our-team .team-card:hover img {
  transform: scale(1.1);
}

.about-area {
  position: relative;
  z-index: 1;
}
.about-area .skills .skill-item {
  margin-bottom: 25px;
}
.about-area .skills .skill-item:last-child {
  margin-bottom: 40px;
}
.about-area .skills .skill-item .text {
  position: relative;
  z-index: 4;
  font-size: 15px;
  letter-spacing: 0.7px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.about-area .skills .skill-item .text em {
  float: right;
  font-size: 15px;
  font-style: normal;
}
.about-area .skills .skill-item .skill-progress {
  position: relative;
  height: 5px;
  border-radius: 2.5rem;
  background: #EBF6FF;
  overflow: hidden;
}
.about-area .skills .skill-item .skill-progress .progres {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 10%;
  background-color: #EC202B;
  transition: all 1.5s;
}

.company-image {
  position: relative;
  text-align: center;
}
.company-image img {
  border-radius: 2.5rem;
}
.company-image .years-design {
  position: absolute;
  left: 0px;
  bottom: 25px;
  text-align: left;
  padding: 20px 40px 20px 40px;
  background: #ffffff;
  border-bottom: 2px solid #EC202B;
  box-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 2.5rem;
}

.about-img img:first-child {
  width: 90%;
  box-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.1);
  border-radius: 2.5rem;
}
.about-img img:last-child {
  position: relative;
  width: 80%;
  right: 0;
  float: right;
  top: -150px;
  margin-bottom: -150px;
  border: 10px solid #ffffff;
  box-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.1);
  border-radius: 2.5rem;
}

.social-follow-icon {
  display: flex;
  justify-content: start;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.social-follow-icon li {
  margin-left: 1rem;
}
.social-follow-icon li:first-child {
  font-weight: bold;
  color: #002880;
}
.social-follow-icon li a {
  display: block;
  transition: 0.4s ease;
}
.social-follow-icon li a i {
  color: #002880;
}
.social-follow-icon li a:hover {
  transform: scale(1.2);
}

.content-list li {
  padding: 10px 0 0 10px;
  line-height: 1.5;
  font-size: 0.875rem;
  color: #878A9B;
  list-style: disc;
  margin: 0 0 0 20px;
}
.content-list .content-sublist li {
  list-style: circle;
}

.deals-tab {
  box-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.1);
  border-radius: 2.5rem;
  flex-wrap: nowrap;
}
.deals-tab li .nav-link {
  color: #000000;
  padding: 1rem 2.5rem;
}
.deals-tab li .nav-link:hover {
  color: #EC202B;
}
.deals-tab li .nav-link.active {
  background-color: #002880;
  color: #EC202B;
  border-radius: 2.5rem;
}

.single-pricing-content {
  padding: 30px 30px;
  background: #ffffff;
  text-align: left;
  transition: all 0.4s ease 0s;
  margin-bottom: 30px;
}
.single-pricing-content:hover {
  transform: translateY(-10px);
}
.single-pricing-content .price-tag {
  position: relative;
}
.single-pricing-content .price-tag .title {
  position: absolute;
  display: block;
  width: 115px;
  height: 50px;
  border-radius: 25px 0 0 25px;
  background: #878A9B;
  line-height: 50px;
  font-size: 0.875rem;
  color: #ffffff;
  top: 2px;
  left: -20px;
  transform: rotate(-90deg);
  text-align: center;
}
.single-pricing-content .price-tag .highlight {
  background: #002880;
}
.single-pricing-content .price-list {
  text-align: center;
}
.single-pricing-content .price-list ul li {
  display: block;
  border-top: 1px dashed;
  padding: 10px 0;
  border-color: #878A9B;
}
.single-pricing-content .price-list ul li:last-child {
  padding-bottom: 0;
}

.read-more-content {
  display: none;
}

.read-more {
  display: inline-block;
  margin-top: 1rem;
}

.coming-soon-area {
  position: relative;
  z-index: 1;
  height: 100vh;
  background-image: url(../images/section/coming-page-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}
.coming-soon-area::before {
  content: "";
  z-index: -1;
  background: rgba(0, 40, 128, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.coming-soon-area .social a,
.coming-soon-area .social .botom-link {
  color: #ffffff;
}
.coming-soon-area .social a:hover,
.coming-soon-area .social .botom-link:hover {
  color: #EC202B;
}

#timer {
  font-size: 2.5em;
  font-weight: 600;
  color: #EC202B;
  display: flex;
  justify-content: center;
}
#timer div {
  display: inline-block;
  min-width: 120px;
  text-align: center;
  border-right: 1px solid #878A9B;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  #timer div {
    min-width: 60px;
  }
}
#timer div:last-child {
  border-right: none;
}
#timer div span {
  color: #ffffff;
  display: block;
  font-size: 0.35em;
  font-weight: 500;
}

.single-partner {
  margin-bottom: 40px;
  margin-top: 40px;
  text-align: center;
}

.service-single-img {
  border-radius: 2.5rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
.service-single-img img {
  transition: all 0.3s ease-out 0s;
  width: 100%;
}

.features-text li {
  padding-left: 35px;
  position: relative;
  color: #878A9B;
  margin-bottom: 17px;
  font-weight: 500;
  font-size: 0.875rem;
}
.features-text li:before {
  position: absolute;
  content: "\f270";
  font-family: "bootstrap-icons";
  color: #EC202B;
  left: 0;
  top: 0;
}
.features-text li:last-child {
  margin-bottom: 0;
}

.cta {
  width: 100%;
  background: url(../images/section/services-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}
.cta:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 40, 128, 0.5);
  opacity: 0.75;
}

.pagination li a.page-link {
  border-radius: 2.5rem;
  color: #EC202B;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 0.875rem;
  width: 3rem;
  height: 3rem;
}
.pagination li a.page-link:hover {
  color: #ffffff;
  background: #EC202B;
}
.pagination li a.page-link:first-child {
  border-radius: 0;
  border-radius: 2.5rem;
}
.pagination li a.page-link:last-child {
  border-radius: 0;
  border-radius: 2.5rem;
}
.pagination li .page-link.active {
  background-color: #EC202B;
  color: #ffffff;
}

.post-wrap {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.post-wrap p i {
  line-height: 2rem;
  font-size: 0.875rem;
  border-left: 2px solid #EC202B;
  height: 100%;
  display: block;
  padding: 1rem;
  background: rgba(236, 32, 43, 0.04);
  text-align: justify;
}
.post-wrap .post-head {
  font-size: 1.5rem;
  margin: 2rem 0;
  font-weight: bold;
}
.post-wrap .post-desc {
  font-size: 0.875rem;
  line-height: 2rem;
  text-align: justify;
  color: #878A9B;
}

.blog-post-social {
  border-top: 2px solid #EBF6FF;
  border-bottom: 2px solid #EBF6FF;
  padding: 25px 0px;
  margin-bottom: 55px;
}

.post-tag-list {
  display: flex;
  justify-content: start;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.post-tag-list li {
  font-weight: bold;
  color: #002880;
  margin-right: 8px;
}
.post-tag-list li:first-child {
  margin-right: 15px;
}
.post-tag-list li a {
  font-size: 0.875rem;
  color: #878A9B;
  font-weight: normal;
}
.post-tag-list li a:hover {
  color: #002880;
}

.blog-icon-list {
  display: flex;
  justify-content: start;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.blog-icon-list li {
  margin-left: 1rem;
}
.blog-icon-list li:first-child {
  font-weight: bold;
  color: #002880;
}
.blog-icon-list li a {
  display: block;
  transition: 0.4s ease;
}
.blog-icon-list li a i {
  color: #002880;
}
.blog-icon-list li a:hover {
  transform: scale(1.2);
}

.comment-box {
  border-radius: 2.5rem;
  box-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.1);
}
.comment-box .comment-head {
  padding: 2rem;
  font-weight: bold;
  font-size: 1.5rem;
}
.comment-box .user-comment-card {
  margin-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.comment-box .user-comment-card li {
  position: inherit;
}
.comment-box .user-comment-card .userPic {
  position: relative;
}
.comment-box .user-comment-card .userName {
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 1rem;
  font-size: 0.875rem;
}
.comment-box .comment-title {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
  justify-content: space-between;
}
.comment-box .comment-title .comment-meta span {
  color: #878A9B;
  font-size: 0.875rem;
}
.comment-box .comment-body p {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #878A9B;
}
.comment-box h4 {
  margin-bottom: 2rem;
}

.search-form {
  border: 1px solid #EBF6FF;
  border-radius: 2.5rem;
}
.search-form input {
  font-size: 0.875rem !important;
}
.search-form button {
  min-width: auto !important;
}

.blog-list-head {
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  color: #002880;
  font-weight: bold;
  border-bottom: 1px solid #EBF6FF;
  padding-bottom: 1rem;
}
.blog-list-head:after {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #EC202B;
}

.post-thumb img {
  width: 100px;
  height: auto;
}

.widget-categories li :first-child {
  margin-top: 0;
}
.widget-categories li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #878A9B;
  padding: 10px 15px;
  padding-left: 15px;
  position: relative;
  transition: all 0.2s;
}
.widget-categories li a:hover {
  background: rgba(236, 32, 43, 0.04);
  color: #EC202B;
}
.widget-categories li a:hover::before {
  opacity: 1;
  transform: translateX(0);
}
.widget-categories li a::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  background: #002880;
  border-radius: 2px 0px 0px 2px;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.2s;
  transform: translateX(-5px);
}

.tags-blog {
  list-style-type: none;
  border-radius: 2.5rem;
  box-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.1);
  padding: 1rem;
}
.tags-blog li {
  padding: 1rem 0.5rem;
  margin: 0 0;
  display: inline-block;
}
.tags-blog li a {
  color: #878A9B;
  border-radius: 2.5rem;
  background: #EBF6FF;
  padding: 0.5rem;
}
.tags-blog li a:hover {
  background: #002880;
  color: #ffffff;
}

.portfolio-box {
  min-height: 60vh;
}
.portfolio-box #filters {
  margin: 30px auto;
  padding: 0;
  list-style: none;
  text-align: center;
}
.portfolio-box #filters li {
  margin: 10px 5px;
  display: inline-block;
}
.portfolio-box #filters li span {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #002880;
  background: #EBF6FF;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 50px;
  transition: 0.3s all;
}
.portfolio-box #filters li span:hover {
  background: #EC202B;
  color: #ffffff;
}
.portfolio-box #filters li span.active {
  background: #EC202B;
  color: #ffffff;
}
.portfolio-box #portfoliolist .portfolio {
  box-sizing: border-box;
  margin: 0px 0px 0 0;
  display: none;
  overflow: hidden;
}
.portfolio-box #portfoliolist .portfolio .portfolio-wrapper figure {
  min-height: auto;
  height: auto;
}

.effect {
  position: relative;
  overflow: hidden;
  border-radius: 2.5rem;
}
.effect img {
  width: 100%;
}
.effect:hover .portfolio-contnet {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.effect:hover .portfolio-contnet:before {
  top: 0;
}
.effect .portfolio-contnet {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  z-index: 5;
}
.effect .portfolio-contnet:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 40, 128, 0.5);
  opacity: 0.8;
  z-index: -1;
}
.effect .portfolio-contnet .contnet-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.effect .portfolio-contnet .contnet-inner p {
  color: #ffffff;
}
.effect .portfolio-contnet .contnet-inner a {
  font-size: 16px;
  color: #EC202B;
  height: 4rem;
  width: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 50%;
}
.effect .portfolio-contnet .contnet-inner a i {
  display: block;
  font-size: 28px;
  color: #002880;
}
.effect .portfolio-contnet .contnet-inner a i:hover {
  color: #EC202B;
}

.portfolio-details-date {
  position: relative;
  padding-left: 20px;
  color: #878A9B;
}
.portfolio-details-date:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #EC202B;
  border-radius: 50%;
  left: 0;
  top: 8px;
}

.portfolio-details-meta {
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 992px) {
  .portfolio-details-meta {
    justify-content: start;
  }
}
.portfolio-details-meta .project-like-view li {
  color: #878A9B;
  background: #EBF6FF;
  padding: 0 12px;
  border-radius: 2.5rem;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  margin: 0 10px 6px 10px;
}
.portfolio-details-meta .project-like-view li i {
  margin-right: 10px;
}
.portfolio-details-meta .project-like-view li:last-child {
  margin: 0;
}

.portfolio-details-single-img {
  margin-bottom: 30px;
  border-radius: 2.5rem;
  overflow: hidden;
}
.portfolio-details-single-img img {
  width: 100%;
}

.choosing__number span {
  display: inline-block;
  text-align: center;
  position: relative;
  transition: all 0.5s ease-out 0s;
  border: 1px solid #002880;
  color: #002880;
  height: 50px;
  width: 50px;
  line-height: 48px;
  border-radius: 50%;
}

.project-sidebar-widget {
  background: #ffffff;
  border-radius: 2.5rem;
  padding: 25px 30px;
  box-shadow: 0 0 1.375rem rgba(0, 0, 0, 0.1);
}
.project-sidebar-widget .tg-widget-meta {
  margin-bottom: 35px;
}
.project-sidebar-widget .tg-widget-meta .name {
  font-size: 0.875rem;
  color: #878A9B;
}
.project-sidebar-widget .tg-widget-meta .tg-widget-meta li {
  display: inline-block;
  position: relative;
  margin: 0 15px;
  font-size: 0.875rem;
  color: #878A9B;
}
.project-sidebar-widget .tg-widget-meta .tg-widget-meta li:first-child {
  margin-left: 0;
}
.project-sidebar-widget .tg-widget-meta .tg-widget-meta li:last-child {
  margin-right: 0;
}
.project-sidebar-widget .tg-widget-meta .tg-widget-meta li:last-child::after {
  display: none;
}
.project-sidebar-widget .tg-widget-meta .tg-widget-meta li:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  background: #878A9B;
  top: 5px;
  right: -16px;
}
.project-sidebar-widget .tg-widget-meta .used-tools li {
  margin: 0 3px;
  display: inline-block;
}
.project-sidebar-widget .tg-widget-meta .used-tools li a {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  display: inline-block;
}
.project-sidebar-widget .tg-widget-meta .used-tools .ps {
  background: #4466d6;
}
.project-sidebar-widget .tg-widget-meta .used-tools .ai {
  background: #e18e00;
}
.project-sidebar-widget .tg-widget-meta .used-tools .xd {
  background: #aa2894;
}/*# sourceMappingURL=main.css.map */