.icon-blink {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.text-white {
  color: #fff !important;
}
.text-gold {
  color: #d98928 !important;
}
.text-justify {
  text-align: justify;
}

.ml-0 {
  margin-left: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}

.counter-column {
  display: inline-block;
  margin: 0 10px;
  text-align: center;
}
.count {
  font-size: 2.5rem;
  font-weight: bold;
  color: #20c997;
  display: block;
}
.counter-column {
  color: #d98928;
  font-weight: 600;
}

.portfolio-btn-area .pf_btn {
  color: #0b2154;
  border: 0;
  text-transform: uppercase;
  padding: 13px 21px;
  border: 2px solid #f0f0f0;
  background-color: transparent;
  margin: 0 3px;
}
@media (max-width: 767px) {
  .portfolio-btn-area .pf_btn {
    margin-bottom: 5px;
  }
}
.portfolio-btn-area .pf_btn:hover,
.portfolio-btn-area .pf_btn.active {
  color: #fff;
  background-color: #d81324;
  border-color: #f0f0f0;
}
.gallery {
  overflow: hidden;
}
.gallery__thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gallery__thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  content: "";
  background-color: #010816;
  opacity: 0.67;
  z-index: 1;
  transition: 0.3s;
}
.gallery__thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.gallery__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.gallery__content .gallery-inner {
  display: inline-block;
  position: relative;
  z-index: 1;
  background: transparent;
  padding: 29px 44px 26px 44px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .gallery__content .gallery-inner {
    padding: 29px 25px 26px 25px;
  }
}
@media (max-width: 767px) {
  .gallery__content .gallery-inner {
    padding: 15px 20px 20px 20px;
  }
}
.pos-rel {
  position: relative;
}
.gallery__content .gallery-inner::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
  z-index: -1;
}
.gallery__content .gallery-inner .gal-title {
  font-size: 24px;
}
.gallery__content .gallery-inner .gal-title a {
  color: #0b2154;
}
.gallery__content .gallery-inner .gal-title a:hover {
  color: #d81324;
}
.gallery:hover .gallery__thumb::before {
  top: 0;
  bottom: 0;
  height: 100%;
}
.gallery:hover .gallery__thumb img {
  transform: scale(1.1);
}
.gallery:hover .gallery__content {
  bottom: 35px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .gallery-area-2 {
    padding-left: 0;
    padding-right: 0;
  }
}
.gallery-area-2 .gallery__content .gallery-inner {
  background: #fff;
  text-align: center;
  padding: 35px 75px 31px 75px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .gallery-area-2 .gallery__content .gallery-inner {
    padding: 15px 15px 15px 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .gallery-area-2 .gallery__content .gallery-inner {
    padding: 15px 15px 10px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery-area-2 .gallery__content .gallery-inner {
    padding: 15px 15px 10px 15px;
  }
}
@media (max-width: 767px) {
  .gallery-area-2 .gallery__content .gallery-inner {
    padding: 15px 15px 10px 15px;
  }
}
.gallery-area-2 .gallery__content .gallery-inner .gal-title {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .gallery-area-2 .gallery__content .gallery-inner p {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .gallery-area-2 .gallery__content .gallery-inner p {
    margin-bottom: 5px;
  }
}
.gallery-area-2 .gallery__content .gallery-inner::before {
  display: none;
}
.gallery-area-2 .gallery__content .gallery-inner .left-right-btn {
  background: #d81324;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  left: 0;
  bottom: 0;
  box-shadow: 0px 10px 60px 0px rgba(216, 19, 36, 0.4);
}
.gallery-area-2 .gallery__content .gallery-inner .left-right-btn i {
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .gallery-area-2 .gallery:hover .gallery__content {
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery-area-2 .gallery:hover .gallery__content {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .gallery-area-2 .gallery:hover .gallery__content {
    bottom: 0;
  }
}
.gproject__thumb {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.gproject__thumb::before {
  content: "";
  background-color: #010816;
  opacity: 0.67;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  z-index: 1;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.gproject__thumb::after {
  content: "";
  background-color: #010816;
  opacity: 0.67;
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  z-index: 1;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.gproject__thumb .plus-icon {
  display: block;
  position: relative;
}
.gproject__thumb .plus-icon::before {
  content: "";
  background: #fff;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(50%);
  right: 0;
  text-align: center;
  width: 60px;
  height: 2px;
  margin: 0 auto;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.gproject__thumb .plus-icon::after {
  content: "";
  background: #fff;
  opacity: 0;
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  transform: translateY(50%);
  right: 0;
  width: 2px;
  height: 60px;
  text-align: center;
  margin: 0 auto;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.gproject:hover .gproject__thumb::before {
  height: 50%;
}
.gproject:hover .gproject__thumb::after {
  height: 50%;
}
.gproject:hover .plus-icon::before {
  top: 50%;
  opacity: 1;
}
.gproject:hover .plus-icon::after {
  bottom: 50%;
  opacity: 1;
}
.project_details .project-title {
  font-size: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .project_details .project-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project_details .project-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .project_details .project-title {
    font-size: 25px;
  }
}
.desc_list li {
  font-size: 18px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .desc_list li {
    font-size: 16px;
  }
}
.desc_list li b {
  color: #0b2154;
  font-weight: 500;
}
.project_info h3 {
  font-size: 30px;
  margin-bottom: 15px;
}

.blogs__thumb {
  overflow: hidden;
}
.blogs__thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.blogs__meta li {
  display: inline-block;
}
.blogs__meta li:first-child {
  color: #d81324;
  margin-right: 20px;
}
.blogs__meta li:last-child {
  color: #0b2154;
}
.blogs__meta li span {
  color: #596277;
}
.blogs__content .blog-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .blogs__content .blog-title {
    font-size: 20px;
  }
}
.blogs:hover .blogs__thumb img {
  transform: scale(1.1);
}
.blogs:hover .blogs__content .blog-title {
  color: #d81324;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-area-2 .blogs__meta li:first-child {
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .blog-area-2 .blogs__meta li:first-child {
    margin-right: 5px;
  }
}
.blog-area-2 .blogs__content {
  padding: 0 40px 31px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-area-2 .blogs__content {
    padding: 0 15px 31px 20px;
  }
}
@media (max-width: 767px) {
  .blog-area-2 .blogs__content {
    padding: 0 15px 31px 15px;
  }
}
.blogs-3 {
  border: 1px solid #eaeaea;
  padding: 55px 50px;
  position: relative;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .blogs-3 {
    padding: 55px 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blogs-3 {
    padding: 55px 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blogs-3 {
    padding: 55px 15px;
  }
}
@media (max-width: 767px) {
  .blogs-3 {
    padding: 55px 15px;
  }
}
.blogs-3::before {
  content: "";
  position: absolute;
  background: white;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.blogs-3::after {
  content: "";
  position: absolute;
  background-image: -moz-linear-gradient(
    0deg,
    rgba(216, 19, 36, 0.90196) 0%,
    rgba(150, 24, 52, 0.9) 32%,
    rgba(11, 33, 84, 0.9) 99%,
    #0b2154 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgba(216, 19, 36, 0.90196) 0%,
    rgba(150, 24, 52, 0.9) 32%,
    rgba(11, 33, 84, 0.9) 99%,
    #0b2154 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgba(216, 19, 36, 0.90196) 0%,
    rgba(150, 24, 52, 0.9) 32%,
    rgba(11, 33, 84, 0.9) 99%,
    #0b2154 100%
  );
  width: 100%;
  height: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blogs-3 .blogs__content .blog-title {
    font-size: 22px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .blogs-3 .blogs__content .blog-title {
    font-size: 20px;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blogs-3 .blogs__meta li:first-child {
    margin-right: 3px;
  }
}
@media (max-width: 767px) {
  .blogs-3 .blogs__meta li:first-child {
    margin-right: 10px;
  }
}
.blogs-3:hover .blogs__meta li {
  color: #fff;
}
.blogs-3:hover .blogs__meta li span {
  color: #fff;
}
.blogs-3:hover .blogs__content .blog-title a {
  color: #fff;
}
.blogs-3:hover .blogs__content p {
  color: #fff;
}
.blogs-3:hover .blogs__content .btn-outline {
  color: #d81324;
  border-color: #fff;
  background: #fff;
}
.blogs-3:hover:before {
  top: auto;
  height: 0;
  bottom: 0;
}
.blogs-3:hover:after {
  height: 100%;
  bottom: 0;
}
.instagram {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 0 0 33%;
}
.instagram li {
  flex: 0 0 33%;
  max-width: 33%;
  padding: 5px;
}
.instagram .insta {
  position: relative;
  display: block;
}
.instagram .insta::before {
  content: "";
  position: absolute;
  background-image: -moz-linear-gradient(
    0deg,
    rgba(216, 19, 36, 0.90196) 0%,
    rgba(150, 24, 52, 0.9) 32%,
    rgba(11, 33, 84, 0.9) 99%,
    #0b2154 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgba(216, 19, 36, 0.90196) 0%,
    rgba(150, 24, 52, 0.9) 32%,
    rgba(11, 33, 84, 0.9) 99%,
    #0b2154 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgba(216, 19, 36, 0.90196) 0%,
    rgba(150, 24, 52, 0.9) 32%,
    rgba(11, 33, 84, 0.9) 99%,
    #0b2154 100%
  );
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transform: scale(0);
}
.instagram .insta i {
  color: #fff;
  font-size: 30px;
}
.instagram .insta span {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 2;
  text-align: center;
  transform: translateY(-50%) scale(0);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.instagram .insta img {
  width: 100%;
}
.instagram .insta:hover::before {
  transform: scale(1);
}
.instagram .insta:hover span {
  transform: translateY(-50%) scale(1);
}
.blogs-standard {
  border: 1px solid #eaeaea;
}
.blogs-standard .blogs__thumb-box {
  position: relative;
}
.blogs-standard .blogs__thumb-box .white_btn {
  background: #fff;
  color: #0b2154;
  box-shadow: 0px 10px 60px 0px rgba(213, 213, 213, 0.4);
  position: absolute;
  right: 30px;
  bottom: -26px;
}
.blogs-standard .blogs__thumb-box .popup-video {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  width: 70px;
  height: 70px;
  line-height: 70px;
}
.blogs-standard .blogs__meta li {
  color: #596277;
  margin-right: 32px;
  padding-right: 32px;
  position: relative;
}
@media (max-width: 767px) {
  .blogs-standard .blogs__meta li {
    margin-right: 5px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blogs-standard .blogs__meta li {
    margin-right: 25px;
    padding-right: 25px;
  }
}
.blogs-standard .blogs__meta li:first-child::before {
  content: "";
  border-radius: 50%;
  background: #d81324;
  position: absolute;
  right: -3px;
  top: 11px;
  width: 5px;
  height: 5px;
  z-index: 1;
}
@media (max-width: 767px) {
  .blogs-standard .blogs__meta li:first-child::before {
    display: none;
  }
}
.blogs-standard .blogs__meta li i {
  font-size: 16px;
  margin-right: 5px;
}
.blogs-standard .blogs__content {
  padding: 0 80px 40px 50px;
}
@media (max-width: 767px) {
  .blogs-standard .blogs__content {
    padding: 0 15px 40px 15px;
  }
}
.blogs-standard .blogs__content .blog-title {
  font-size: 30px;
}
@media (max-width: 767px) {
  .blogs-standard .blogs__content .blog-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blogs-standard .blogs__content .blog-title {
    font-size: 25px;
  }
}
.blogs-standard .blogs__content .blogs-authors span {
  color: #0b2154;
  font-size: 18px;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  margin-left: 18px;
}
.blog-quote .blogs__content {
  padding: 38px 80px 45px 50px;
}
@media (max-width: 767px) {
  .blog-quote .blogs__content {
    padding: 38px 15px 45px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-quote .blogs__content {
    padding: 38px 50px 45px 50px;
  }
}
.blog-quote .blogs__content .blog-title {
  line-height: 1.4;
}
.pagination-link .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-link .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination-link .page-link {
  font-size: 15px;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  position: relative;
  display: inline-block;
  color: #0b2154;
  text-decoration: none;
  background-color: #f2f2f2;
  border: 0;
  transition: none;
  width: 50px;
  height: 50px;
  line-height: 38px;
  border-radius: 0;
  margin-right: 7px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.blogs__thumb img {
  width: 100%;
  height: 150px !important;
  object-fit: cover;
  object-position: center;
}
.pagination-link .page-link:focus {
  box-shadow: none;
}
.pagination-link .page-link:hover {
  color: #fff;
  background: #d81324;
}
.widget-search {
  position: relative;
}
.widget-search input {
  color: #0b2154;
  font-size: 16px;
  background: #f2f2f2;
  position: relative;
  width: 100%;
  height: 75px;
  border: 0;
  padding: 0 40px;
}
.widget-search span {
  color: #d81324;
  font-size: 16px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.widget .bs-widget-title {
  font-size: 24px;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 15px;
}
.widget .bs-widget-title::before {
  content: "";
  position: absolute;
  background: #d81324;
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.bs-widget-content {
  border: 2px solid #eaeaea;
  padding: 45px 50px 30px 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .bs-widget-content {
    padding: 45px 15px 30px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .bs-widget-content {
    padding: 45px 10px 30px 10px;
  }
}
@media (max-width: 767px) {
  .bs-widget-content {
    padding: 45px 10px 30px 10px;
  }
}
.bs-widget-content .services-widget-content li a {
  margin-bottom: 0;
  padding: 7px 0;
}
.bs-widget-content .services-widget-content li a i {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.bs-widget-content .services-widget-content li a::before {
  display: none;
}
.bs-widget-content .services-widget-content li a:hover {
  color: #d81324;
}
.bs-widget-content .services-widget-content li a:hover i {
  color: #d81324;
  transform: translateX(-5px);
}
.gpost {
  display: flex;
  align-items: center;
}
.gpost__thumb {
  margin-right: 25px;
}
.gpost__content h6 {
  line-height: 1.4;
  margin-bottom: 8px;
}
.gpost__content p i {
  font-size: 16px;
  margin-right: 7px;
}
.gpost:hover .gpost__content h6 a {
  color: #d81324;
}
.cloudtag a {
  color: #0b2154;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  background: #f2f2f2;
  display: inline-block;
  padding: 10px 16px;
  margin: 4px 3px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.cloudtag a:hover {
  color: #fff;
  background: #d81324;
}
.blog-details-left .blogs-standard {
  border: 0;
}
.blog-details-left .blogs-standard .blogs__content {
  padding: 0;
}
.blog-quote-2 {
  padding: 31px 80px 31px 40px;
  border-left: 2px solid #d81324;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-quote-2 {
    padding: 31px 30px 31px 20px;
  }
}
@media (max-width: 767px) {
  .blog-quote-2 {
    padding: 31px 15px 31px 15px;
  }
}
.blog-quote-2 .blog-title {
  font-size: 20px;
  line-height: 1.6;
}
.blog-quote-2 span {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}
.blog-quote-2 span i {
  color: #d81324;
  font-size: 18px;
  line-height: 1;
  margin-right: 5px;
  transform: translateY(2px);
}
.social-tag span {
  color: #0b2154;
  font-size: 20px;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1;
}
.social-tag a {
  font-size: 15px;
  line-height: 1;
}
.social-tag a:hover {
  color: #d81324;
}
.blog-share-area .footer_social {
  display: flex;
  align-items: center;
}
.blog-share-area .footer_social span {
  color: #0b2154;
  font-size: 20px;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1;
}
.blog-share-area .footer_social a {
  background: none;
  color: #596277;
}
.blog-share-area .footer_social a:hover {
  color: #d81324;
}
.gauthors {
  padding: 40px 90px 35px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .gauthors {
    padding: 40px 30px 35px 30px;
  }
}
@media (max-width: 767px) {
  .gauthors {
    padding: 40px 15px 35px 15px;
  }
}
.gauthors__thumb {
  float: left;
  margin-right: 33px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .gauthors__thumb {
    float: none;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .gauthors__thumb {
    float: left;
  }
}
.gauthors__content {
  overflow: hidden;
}
.gauthors__content h4 {
  font-size: 24px;
  margin-bottom: 5px;
}
.gauthors__content span {
  display: inline-block;
  margin-bottom: 10px;
}
.comments .blog-title {
  font-size: 24px;
}
@media (max-width: 767px) {
  .latest-comments li {
    margin-left: 0;
  }
}
.comments-box .comments__thumb {
  float: left;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .comments-box .comments__thumb {
    float: none;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .comments-box .comments__thumb {
    float: left;
  }
}
.comments-box .comments__content {
  overflow: hidden;
}
.comments-box .comments__content h6 {
  margin-bottom: 5px;
}
.comments-box .comments__content span {
  color: #999;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 10px;
}
.comments-box .comments__content p {
  font-size: 15px;
  margin-bottom: 10px;
}
.comments-box .comments__content .reply {
  color: #0b2154;
  font-size: 14px;
  line-height: 1;
}
.comments-box .comments__content .reply i {
  font-size: 14px;
  margin-left: 6px;
}
.comments-box .comments__content .reply:hover {
  color: #d81324;
}
.comments-box .comments__content .reply:hover i {
  color: #d81324;
}
.comments-form {
  padding: 0;
}
.comments-form .blog-title {
  font-size: 24px;
}
.comments-form .contact-form input {
  color: #596277;
  margin-bottom: 20px;
}
.comments-form .contact-form input:focus {
  outline: 2px solid #d81324;
  background: none;
  box-shadow: 0;
}
.comments-form .contact-form textarea {
  background: #f2f2f2;
}
.comments-form .contact-form textarea:focus {
  outline: 2px solid #d81324;
  background: none !important;
  box-shadow: 0;
}
.shop-left-area .g-cat {
  border: 0;
}
.shop-left-area .g-cat ul li a i {
  color: #222;
}
.shop-left-area {
  padding-top: 10px;
}
.shop-left-area .bs-widget-content {
  padding: 0;
  padding-right: 50px;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.pagination-link .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-link .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-link .page-link:hover {
  color: #ffffff;
  background: #d81324;
}

.pagination-link .page-link {
  font-size: 15px;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  position: relative;
  display: inline-block;
  color: #0b2154;
  text-decoration: none;
  background-color: #f2f2f2;
  border: 0;
  transition: none;
  width: 50px;
  height: 50px;
  line-height: 38px;
  border-radius: 0;
  margin-right: 7px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.about_thumb {
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .about_thumb img {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about_thumb img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_thumb img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about_thumb img {
    width: 100%;
  }
}
.about_thumb::before {
  content: "";
  position: absolute;
  background: #f2f2f2;
  width: 100%;
  height: 100%;
  top: 30px;
  left: 30px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .about_thumb::before {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about_thumb::before {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_thumb::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .about_thumb::before {
    display: none;
  }
}
.about_list__inner .list-number {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.3px;
  line-height: 35px;
  background: #f2f2f2;
  color: #0b2154;
  font-weight: 600;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  margin-top: 3px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.about_list__inner-content {
  overflow: hidden;
}
.about_list__inner-content h5 {
  margin-bottom: 10px;
}
.about_list__inner:hover .list-number {
  color: #fff;
  background: #d81324;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area-3 {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .about-area-3 {
    padding-bottom: 0;
  }
}
.about-area-3 .about_thumb::before {
  display: none;
}
.about-area-3 .services_text_list {
  overflow: hidden;
}
.about-area-3 .services_text_list li {
  padding-left: 40px;
  float: left;
  width: 47%;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .about-area-3 .services_text_list li {
    width: 100%;
    float: none;
  }
}
.about-area-3 .services_text_list li:before {
  color: #fff;
  font-size: 10px;
  background: #d81324;
  width: 25px;
  height: 25px;
  top: 3px;
  line-height: 21px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.about-area-3 .services_text_list li:hover::before {
  transform: scale(1.1);
}
.exp-text {
  position: absolute;
  color: #fff;
  font-size: 24px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  top: 50%;
  transform: rotate(-90deg) translateY(-50%);
  left: 50px;
  z-index: 3;
  padding: 24px 45px;
}
.exp-text::before {
  content: "";
  position: absolute;
  clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
  left: 0;
  right: 0;
  top: 0;
  background: #d81324;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.exp-text::after {
  content: "";
  position: absolute;
  clip-path: polygon(4% 0%, 100% 0%, 95% 100%, 0% 100%);
  left: -12px;
  right: 0;
  top: 0;
  background: #fff;
  width: 311px;
  height: 82px;
  z-index: -2;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-area.pt-130.pb-100 {
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area.pt-130.pb-100 {
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area.pt-130.pb-100 {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .about-area.pt-130.pb-100 {
    padding-bottom: 90px;
  }
}

.single_services {
  display: flex;
  align-items: center;
  background: #122a62;
  padding: 35px 60px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .single_services {
    padding: 35px 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single_services {
    padding: 28px 20px;
  }
}
@media (max-width: 767px) {
  .single_services {
    padding: 35px 15px;
  }
}
.single_services::before {
  content: "";
  position: absolute;
  background: #d81324;
  width: 100%;
  height: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.single_services::after {
  content: "";
  position: absolute;
  background: #d81324;
  width: 100%;
  height: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.single_services__icon {
  margin-right: 35px;
  transform: translateY(8px);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single_services__icon {
    margin-right: 15px;
  }
}
.single_services__icon i {
  color: #fff;
  font-size: 50px;
}
.single_services h4 {
  color: #fff;
  font-size: 24px;
}
.single_services:hover::before,
.single_services.active::before {
  height: 50%;
}
.single_services:hover::after,
.single_services.active::after {
  height: 50%;
}
.services_wrapper {
  background-color: #fff;
  padding: 110px 90px 108px 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .services_wrapper {
    padding: 60px 25px 36px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .services_wrapper {
    padding: 35px 10px 25px 10px;
  }
}
@media (max-width: 767px) {
  .services_wrapper {
    padding: 70px 15px 70px 15px;
  }
}
.services_wrapper h4 {
  font-size: 24px;
  line-height: 1.3;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .services_wrapper h4 {
    margin-bottom: 7px;
  }
}
.services_thumb img {
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .services_text_list {
    margin-bottom: 15px;
  }
}
.services_text_list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.services_text_list li::before {
  content: "+";
  position: absolute;
  font-size: 12px;
  line-height: 1;
  border: 2px solid #d81324;
  left: 0;
  top: 6px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  color: #d81324;
}
.gservices {
  box-shadow: 0px 10px 60px 0px rgba(211, 211, 211, 0.4);
  position: relative;
}
.gservices .gservices_img {
  position: relative;
}
.gservices .gservices_img .gservices_button_box {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  right: 40px;
  bottom: -30px;
  overflow: hidden;
}
.gservices__thumb {
  overflow: hidden;
}
.gservices__thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.gservices__icon {
  background: #fff;
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 75px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.gservices__icon i {
  color: #d81324;
  font-size: 37px;
  line-height: 1;
}
.gservices__content {
  padding: 45px 40px 42px 40px;
}
.gservices__content .gservice-title {
  font-size: 24px;
  margin-bottom: 15px;
}
.gservices__content .gservice-title a {
  color: #0b2154;
}
.gservices__content .gservice-title:hover a {
  color: #d81324;
}
.gservices:hover .gservices__thumb img {
  transform: scale(1.1);
}
.gservices:hover .red_btn {
  opacity: 1;
  transform: translateX(60px);
}
.gservices:hover .gservices__icon {
  opacity: 0;
  transform: translateX(30px);
}
.red_btn {
  font-size: 20px;
  border-radius: 40px;
  padding: 1px 19px 1px 20px;
  line-height: 1;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 170px;
  justify-content: center;
  opacity: 0;
  transform: translateX(100px);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.red_btn i {
  font-size: 37px;
  line-height: 1;
  margin-right: 3px;
}
.red_btn:hover {
  background: #0b2154;
}
.services-area-2 {
  padding: 270px 0 125px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .services-area-2 {
    padding-top: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-area-2 {
    padding-top: 200px;
  }
}
@media (max-width: 767px) {
  .services-area-2 {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .serv-padding {
    padding-top: 0;
  }
}
.services-wrapper-2 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 55px 50px 35px 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .services-wrapper-2 {
    padding: 55px 25px 35px 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-wrapper-2 {
    padding: 55px 25px 35px 25px;
  }
}
.services-wrapper-2::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.services-wrapper-2::after {
  content: "";
  position: absolute;
  background-image: -moz-linear-gradient(
    0deg,
    rgba(216, 19, 36, 0.90196) 0%,
    rgba(150, 24, 52, 0.9) 32%,
    rgba(11, 33, 84, 0.9) 99%,
    #0b2154 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgba(216, 19, 36, 0.90196) 0%,
    rgba(150, 24, 52, 0.9) 32%,
    rgba(11, 33, 84, 0.9) 99%,
    #0b2154 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgba(216, 19, 36, 0.90196) 0%,
    rgba(150, 24, 52, 0.9) 32%,
    rgba(11, 33, 84, 0.9) 99%,
    #0b2154 100%
  );
  width: 100%;
  height: 3px;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.services-wrapper-2 .single_services {
  padding: 0;
  background: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-wrapper-2 .single_services {
    display: block;
  }
}
@media (max-width: 767px) {
  .services-wrapper-2 .single_services {
    display: block;
  }
}
.services-wrapper-2 .single_services::before {
  display: none;
}
.services-wrapper-2 .single_services::after {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-wrapper-2 .single_services__icon {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .services-wrapper-2 .single_services__icon {
    margin-bottom: 20px;
  }
}
.services-wrapper-2 .single_services__icon i {
  color: #d81324;
  font-size: 78px;
}
.services-wrapper-2 .single_services__content h4 {
  color: #0b2154;
  margin-bottom: 11px;
}
.services-wrapper-2 .single_services__btn a {
  background: #f2f2f2;
  display: inline-block;
  color: #d81324;
  width: 65px;
  height: 65px;
  line-height: 65px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.services-wrapper-2 .single_services__btn a i {
  font-size: 18px;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.services-wrapper-2 .single_services__btn a i:first-child {
  left: -85px;
}
.services-wrapper-2 .single_services__btn a:hover {
  background: #fff;
}
.services-wrapper-2 .single_services__btn a:hover i:first-child {
  left: 0;
  color: #d81324;
}
.services-wrapper-2 .single_services__btn a:hover i:last-child {
  left: 85px;
  color: #fff;
}
.services-wrapper-2:hover::before {
  top: auto;
  bottom: 0;
  opacity: 0;
}
.services-wrapper-2:hover::after {
  height: 100%;
}
.services-wrapper-2:hover .single_services__icon i {
  color: #fff;
}
.services-wrapper-2:hover .single_services__content h4 {
  color: #fff;
}
.services-wrapper-2:hover .single_services__content p {
  color: #fff;
}
.services-style-2 .single_services {
  background: #fff;
}
.services-style-2 .single_services__icon i {
  color: #0b2154;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.services-style-2 .single_services h4 {
  color: #0b2154;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.services-style-2 .single_services:hover .single_services__icon i,
.services-style-2 .single_services.active .single_services__icon i {
  color: #fff;
}
.services-style-2 .single_services:hover h4,
.services-style-2 .single_services.active h4 {
  color: #fff;
}
.services-details-box .service-title {
  font-size: 42px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .services-details-box .service-title {
    font-size: 25px;
  }
}
.services-details-box .service-title-2 {
  font-size: 30px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .services-details-box .service-title-2 {
    font-size: 25px;
  }
}
.services-details-box .services_text_list {
  overflow: hidden;
}
.services-details-box .services_text_list li {
  padding-left: 46px;
  float: left;
  width: 32%;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .services-details-box .services_text_list li {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services-details-box .services_text_list li {
    width: 45%;
  }
}
.services-details-box .services_text_list li::before {
  font-size: 13px;
  top: -2px;
  width: 32px;
  height: 32px;
  line-height: 31px;
}
.services-details-box .accordion-item .accordion-collapse .accordion-body {
  padding: 0 63px 20px 20px;
}
.services-details-box .services-box__thumb .popup-video {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 110px;
  height: 110px;
  line-height: 108px;
  font-size: 20px;
}
.services-details-box .services-box__thumb .popup-video:hover {
  background-color: #d81324;
}
.services-details-box .services-box__thumb .popup-video:hover i {
  color: #fff;
}
.services-details-box .normal-text {
  font-size: 18px;
  color: #0b2154;
}
.widget {
  padding: 55px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .widget {
    padding: 55px 15px;
  }
}
@media (max-width: 767px) {
  .widget {
    padding: 55px 15px;
  }
}
.widget .services-widget-title {
  font-size: 28px;
  line-height: 1;
}
.widget .services-widget-content li a {
  color: #0b2154;
  font-size: 16px;
  font-weight: 500;
  display: block;
  background: #fff;
  margin-bottom: 10px;
  padding: 15px 30px;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.widget .services-widget-content li a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0;
  content: "";
  background-color: #d81324;
  z-index: -1;
  transition: 0.3s;
}
.widget .services-widget-content li a i {
  color: #d81324;
  font-size: 18px;
}
.widget .services-widget-content li a:hover {
  color: #fff;
}
.widget .services-widget-content li a:hover::before {
  height: 100%;
}
.widget .services-widget-content li a:hover i {
  color: #fff;
}
.about-me__img {
  display: inline-block;
  border: 10px solid #fff;
  border-radius: 100%;
}
.about-me h4 {
  font-size: 24px;
  margin-bottom: 15px;
}
.about-me .footer_social a {
  background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sdw-padding {
    padding-bottom: 95px;
  }
}
@media (max-width: 767px) {
  .sdw-padding {
    padding-bottom: 95px;
  }
}

.team_wrapper .team__thumb {
  position: relative;
}
.team_wrapper .team__thumb-img {
  position: relative;
  overflow: hidden;
}
.team_wrapper .team__thumb-img img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.team_wrapper .team_text h4 {
  font-size: 24px;
  margin-bottom: 10px;
}
.team_wrapper .team_text h4 a {
  color: #0b2154;
}
.team_wrapper .team_text p {
  color: #d81324;
  font-weight: 500;
}
.team_wrapper:hover .team__thumb-img img {
  transform: scale(1.1) rotate(5deg);
}
.team_wrapper:hover .team_text h4 a {
  color: #d81324;
}
.left-right-btn {
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 10px 60px 0px rgba(211, 211, 211, 0.4);
  position: absolute;
  right: 30px;
  bottom: -30px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.left-right-btn i {
  color: #d81324;
  font-size: 18px;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.left-right-btn i:first-child {
  left: -78px;
}
.left-right-btn:hover {
  background: #d81324;
  box-shadow: 0px 10px 60px 0px rgba(216, 19, 36, 0.4);
}
.left-right-btn:hover i:first-child {
  left: 0;
  color: #fff;
}
.left-right-btn:hover i:last-child {
  left: 65px;
  color: #fff;
}
.car_btn .btn-outline {
  border-color: #d81324;
}
.car_btn .btn-outline:hover {
  background: #d81324;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-skill-box .single-skill-text h3 {
    font-size: 25px;
 }
}
.single-skill {
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-skill {
    margin-right: 15px;
 }
}
@media (max-width: 767px) {
  .single-skill {
    margin-right: 15px;
 }
}
.single-skill .progress {
  display: flex;
  height: 5px;
  overflow: visible;
  font-size: 0.75rem;
  background-color: #f2f2f2;
  border-radius: 0;
  width: 100%;
}
.single-skill .progress .progress-bar {
  background-color: #d81324;
  overflow: visible;
}
.single-skill .progress .progress-bar span {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #0b2154;
  font-family: 'Barlow Condensed', sans-serif;
  text-align: right;
  margin-top: -60px;
}
.team_wrapper-2 .team_text {
  padding: 0 35px 30px 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .team_wrapper-2 .team_text {
    padding: 0 15px 30px 15px;
 }
}
@media (max-width: 767px) {
  .team_wrapper-2 .team_text {
    padding: 0 15px 30px 15px;
 }
}
.team_wrapper-2 .team-add {
  position: relative;
  background: #fff;
  box-shadow: 0px 10px 60px 0px rgba(244, 240, 240, 0.4);
  padding: 234px 0;
}
.team_wrapper-2 .team-add a i {
  color: #d81324;
  font-size: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .team-details-bg {
    margin-left: 0;
    margin-right: 0;
 }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-details-bg {
    margin-left: 0;
    margin-right: 0;
 }
}
@media (max-width: 767px) {
  .team-details-bg {
    margin-left: 0;
    margin-right: 0;
 }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .team-details-wrapper {
    padding-left: 15px;
    padding-right: 0;
 }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-details-wrapper {
    padding-left: 15px;
    padding-right: 15px;
 }
}
@media (max-width: 767px) {
  .team-details-wrapper {
    padding-left: 15px;
    padding-right: 15px;
 }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-details-wrapper .section-title {
    margin-top: 30px;
 }
}
@media (max-width: 767px) {
  .team-details-wrapper .section-title {
    margin-top: 30px;
 }
}
.team-details-wrapper .section-title h3 {
  font-size: 35px;
}
.team-details-wrapper .section-title span {
  color: #d81324;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 25px;
}
.team-details-wrapper .footer_social a {
  background: #fff;
  width: 45px;
  height: 45px;
  border-radius: 0;
}
.team-details-wrapper .footer_social a::before {
  content: '';
  position: absolute;
  background: #d81324;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.team-details-wrapper .footer_social a i:first-child {
  left: -60px;
  z-index: 1;
}
.team-details-wrapper .footer_social a:hover {
  color: #fff;
}
.team-details-wrapper .footer_social a:hover::before {
  width: 100%;
}
.single-skill-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .single-skill-box {
    display: block;
 }
}
.single-skill-box .single-skill {
  position: relative;
  display: inline-block;
  overflow: visible;
}
.single-skill-box .single-skill span {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
  color: #0b2154;
}
.single-skill-box .single-skill span b {
  color: #0b2154;
  font-size: 55px;
  font-weight: normal;
}


.theme_btn {
  overflow: hidden;
  color: #ffffff;
  background: #d81324;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  font-family: "Barlow Condensed", sans-serif;
  padding: 21px 35px 21px 35px;
  display: inline-block;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}

.theme_btn:hover {
  color: #ffffff;
}

.quote_btn {
  color: #ffffff;
  background: #0b2154;
  border-color: #0b2154;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.pagination-link .active .page-link {
  color: #ffffff;
  background: #d81324;
}

.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-55 {
  margin-top: 55px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-65 {
  margin-top: 65px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-75 {
  margin-top: 75px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-85 {
  margin-top: 85px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-95 {
  margin-top: 95px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-105 {
  margin-top: 105px;
}
.mt-110 {
  margin-top: 110px;
}
.mt-115 {
  margin-top: 115px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-125 {
  margin-top: 125px;
}
.mt-130 {
  margin-top: 130px;
}
.mt-135 {
  margin-top: 135px;
}
.mt-140 {
  margin-top: 140px;
}
.mt-145 {
  margin-top: 145px;
}
.mt-150 {
  margin-top: 150px;
}
.mt-155 {
  margin-top: 155px;
}
.mt-160 {
  margin-top: 160px;
}
.mt-165 {
  margin-top: 165px;
}
.mt-170 {
  margin-top: 170px;
}
.mt-175 {
  margin-top: 175px;
}
.mt-180 {
  margin-top: 180px;
}
.mt-185 {
  margin-top: 185px;
}
.mt-190 {
  margin-top: 190px;
}
.mt-195 {
  margin-top: 195px;
}
.mt-200 {
  margin-top: 200px;
}
/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-65 {
  margin-bottom: 65px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-85 {
  margin-bottom: 85px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-95 {
  margin-bottom: 95px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-105 {
  margin-bottom: 105px;
}
.mb-110 {
  margin-bottom: 110px;
}
.mb-115 {
  margin-bottom: 115px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mb-125 {
  margin-bottom: 125px;
}
.mb-130 {
  margin-bottom: 130px;
}
.mb-135 {
  margin-bottom: 135px;
}
.mb-140 {
  margin-bottom: 140px;
}
.mb-145 {
  margin-bottom: 145px;
}
.mb-150 {
  margin-bottom: 150px;
}
.mb-155 {
  margin-bottom: 155px;
}
.mb-160 {
  margin-bottom: 160px;
}
.mb-165 {
  margin-bottom: 165px;
}
.mb-170 {
  margin-bottom: 170px;
}
.mb-175 {
  margin-bottom: 175px;
}
.mb-180 {
  margin-bottom: 180px;
}
.mb-185 {
  margin-bottom: 185px;
}
.mb-190 {
  margin-bottom: 190px;
}
.mb-195 {
  margin-bottom: 195px;
}
.mb-200 {
  margin-bottom: 200px;
}
/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-35 {
  margin-left: 35px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-45 {
  margin-left: 45px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-55 {
  margin-left: 55px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-65 {
  margin-left: 65px;
}
.ml-70 {
  margin-left: 70px;
}
.ml-75 {
  margin-left: 75px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-85 {
  margin-left: 85px;
}
.ml-90 {
  margin-left: 90px;
}
.ml-95 {
  margin-left: 95px;
}
.ml-100 {
  margin-left: 100px;
}
.ml-105 {
  margin-left: 105px;
}
.ml-110 {
  margin-left: 110px;
}
.ml-115 {
  margin-left: 115px;
}
.ml-120 {
  margin-left: 120px;
}
.ml-125 {
  margin-left: 125px;
}
.ml-130 {
  margin-left: 130px;
}
.ml-135 {
  margin-left: 135px;
}
.ml-140 {
  margin-left: 140px;
}
.ml-145 {
  margin-left: 145px;
}
.ml-150 {
  margin-left: 150px;
}
.ml-155 {
  margin-left: 155px;
}
.ml-160 {
  margin-left: 160px;
}
.ml-165 {
  margin-left: 165px;
}
.ml-170 {
  margin-left: 170px;
}
.ml-175 {
  margin-left: 175px;
}
.ml-180 {
  margin-left: 180px;
}
.ml-185 {
  margin-left: 185px;
}
.ml-190 {
  margin-left: 190px;
}
.ml-195 {
  margin-left: 195px;
}
.ml-200 {
  margin-left: 200px;
}
/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-35 {
  margin-right: 35px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-45 {
  margin-right: 45px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-55 {
  margin-right: 55px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-65 {
  margin-right: 65px;
}
.mr-70 {
  margin-right: 70px;
}
.mr-75 {
  margin-right: 75px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-85 {
  margin-right: 85px;
}
.mr-90 {
  margin-right: 90px;
}
.mr-95 {
  margin-right: 95px;
}
.mr-100 {
  margin-right: 100px;
}
.mr-105 {
  margin-right: 105px;
}
.mr-110 {
  margin-right: 110px;
}
.mr-115 {
  margin-right: 115px;
}
.mr-120 {
  margin-right: 120px;
}
.mr-125 {
  margin-right: 125px;
}
.mr-130 {
  margin-right: 130px;
}
.mr-135 {
  margin-right: 135px;
}
.mr-140 {
  margin-right: 140px;
}
.mr-145 {
  margin-right: 145px;
}
.mr-150 {
  margin-right: 150px;
}
.mr-155 {
  margin-right: 155px;
}
.mr-160 {
  margin-right: 160px;
}
.mr-165 {
  margin-right: 165px;
}
.mr-170 {
  margin-right: 170px;
}
.mr-175 {
  margin-right: 175px;
}
.mr-180 {
  margin-right: 180px;
}
.mr-185 {
  margin-right: 185px;
}
.mr-190 {
  margin-right: 190px;
}
.mr-195 {
  margin-right: 195px;
}
.mr-200 {
  margin-right: 200px;
}
/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-35 {
  padding-top: 35px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-45 {
  padding-top: 45px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-55 {
  padding-top: 55px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-65 {
  padding-top: 65px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-75 {
  padding-top: 75px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-85 {
  padding-top: 85px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-95 {
  padding-top: 95px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-105 {
  padding-top: 105px;
}
.pt-110 {
  padding-top: 110px;
}
.pt-115 {
  padding-top: 115px;
}
.pt-120 {
  padding-top: 120px;
}
.pt-125 {
  padding-top: 125px;
}
.pt-130 {
  padding-top: 130px;
}
.pt-135 {
  padding-top: 135px;
}
.pt-140 {
  padding-top: 140px;
}
.pt-145 {
  padding-top: 145px;
}
.pt-150 {
  padding-top: 150px;
}
.pt-155 {
  padding-top: 155px;
}
.pt-160 {
  padding-top: 160px;
}
.pt-165 {
  padding-top: 165px;
}
.pt-170 {
  padding-top: 170px;
}
.pt-175 {
  padding-top: 175px;
}
.pt-180 {
  padding-top: 180px;
}
.pt-185 {
  padding-top: 185px;
}
.pt-190 {
  padding-top: 190px;
}
.pt-195 {
  padding-top: 195px;
}
.pt-200 {
  padding-top: 200px;
}
/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-35 {
  padding-bottom: 35px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-55 {
  padding-bottom: 55px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-65 {
  padding-bottom: 65px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-75 {
  padding-bottom: 75px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-85 {
  padding-bottom: 85px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-95 {
  padding-bottom: 95px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-105 {
  padding-bottom: 105px;
}
.pb-110 {
  padding-bottom: 110px;
}
.pb-115 {
  padding-bottom: 115px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-125 {
  padding-bottom: 125px;
}
.pb-130 {
  padding-bottom: 130px;
}
.pb-135 {
  padding-bottom: 135px;
}
.pb-140 {
  padding-bottom: 140px;
}
.pb-145 {
  padding-bottom: 145px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pb-155 {
  padding-bottom: 155px;
}
.pb-160 {
  padding-bottom: 160px;
}
.pb-165 {
  padding-bottom: 165px;
}
.pb-170 {
  padding-bottom: 170px;
}
.pb-175 {
  padding-bottom: 175px;
}
.pb-180 {
  padding-bottom: 180px;
}
.pb-185 {
  padding-bottom: 185px;
}
.pb-190 {
  padding-bottom: 190px;
}
.pb-195 {
  padding-bottom: 195px;
}
.pb-200 {
  padding-bottom: 200px;
}
/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-25 {
  padding-left: 25px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-35 {
  padding-left: 35px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-45 {
  padding-left: 45px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-55 {
  padding-left: 55px;
}
.pl-60 {
  padding-left: 60px;
}
.pl-65 {
  padding-left: 65px;
}
.pl-70 {
  padding-left: 70px;
}
.pl-75 {
  padding-left: 75px;
}
.pl-80 {
  padding-left: 80px;
}
.pl-85 {
  padding-left: 85px;
}
.pl-90 {
  padding-left: 90px;
}
.pl-95 {
  padding-left: 95px;
}
.pl-100 {
  padding-left: 100px;
}
.pl-105 {
  padding-left: 105px;
}
.pl-110 {
  padding-left: 110px;
}
.pl-115 {
  padding-left: 115px;
}
.pl-120 {
  padding-left: 120px;
}
.pl-125 {
  padding-left: 125px;
}
.pl-130 {
  padding-left: 130px;
}
.pl-135 {
  padding-left: 135px;
}
.pl-140 {
  padding-left: 140px;
}
.pl-145 {
  padding-left: 145px;
}
.pl-150 {
  padding-left: 150px;
}
.pl-155 {
  padding-left: 155px;
}
.pl-160 {
  padding-left: 160px;
}
.pl-165 {
  padding-left: 165px;
}
.pl-170 {
  padding-left: 170px;
}
.pl-175 {
  padding-left: 175px;
}
.pl-180 {
  padding-left: 180px;
}
.pl-185 {
  padding-left: 185px;
}
.pl-190 {
  padding-left: 190px;
}
.pl-195 {
  padding-left: 195px;
}
.pl-200 {
  padding-left: 200px;
}
/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-25 {
  padding-right: 25px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-35 {
  padding-right: 35px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-45 {
  padding-right: 45px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-55 {
  padding-right: 55px;
}
.pr-60 {
  padding-right: 60px;
}
.pr-65 {
  padding-right: 65px;
}
.pr-70 {
  padding-right: 70px;
}
.pr-75 {
  padding-right: 75px;
}
.pr-80 {
  padding-right: 80px;
}
.pr-85 {
  padding-right: 85px;
}
.pr-90 {
  padding-right: 90px;
}
.pr-95 {
  padding-right: 95px;
}
.pr-100 {
  padding-right: 100px;
}
.pr-105 {
  padding-right: 105px;
}
.pr-110 {
  padding-right: 110px;
}
.pr-115 {
  padding-right: 115px;
}
.pr-120 {
  padding-right: 120px;
}
.pr-125 {
  padding-right: 125px;
}
.pr-130 {
  padding-right: 130px;
}
.pr-135 {
  padding-right: 135px;
}
.pr-140 {
  padding-right: 140px;
}
.pr-145 {
  padding-right: 145px;
}
.pr-150 {
  padding-right: 150px;
}
.pr-155 {
  padding-right: 155px;
}
.pr-160 {
  padding-right: 160px;
}
.pr-165 {
  padding-right: 165px;
}
.pr-170 {
  padding-right: 170px;
}
.pr-175 {
  padding-right: 175px;
}
.pr-180 {
  padding-right: 180px;
}
.pr-185 {
  padding-right: 185px;
}
.pr-190 {
  padding-right: 190px;
}
.pr-195 {
  padding-right: 195px;
}
.pr-200 {
  padding-right: 200px;
}


.chart-container {
  height: 480px;
  overflow-y: auto !important;
}

@media screen and (max-width: 768px) {
  .chart-container {
    height: 748px;
  }
}

/* ARSIP DOMAIN */
.arsip-card {
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    color: white;
    position: relative;
    overflow: hidden;
}

.arsip-card img {
    width: 85px;
    height: 85px;
    object-fit: contain;
    margin-right: 1rem;
}

.arsip-card .link-icon i {
    font-size: 2.5rem;
    color: white;
}

.arsip-card:hover .link-icon {
    right: -60px;
}
.arsip-card .link-icon {
    background-color: rgba(255,255,255,.5);
    position: absolute;
    height: 140px;
    width: 136px;
    right: -140px;
    padding: 40px 55px 40px 0px;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* END ARSIP DOMAIN */

/* DIVISI KOMPETISI */
.speaker-block-three {
    position: relative;
    margin-bottom: 30px;
}
.speaker-block-three .inner-box {
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    padding-bottom: 30px;
    max-width: 300px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.10);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
.pb-2, .py-2 {
    padding-bottom: .5rem !important;
}
.speaker-block-three .image-box {
    position: relative;
    display: block;
    text-align: center;
    padding: 50px 0;
}
.speaker-block-three .image-box:before {
    position: absolute;
    left: -10px;
    right: -10px;
    top: -4px;
    height: 100%;
    background-image: url(../img/shape-5.png);
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    content: "";
}
.speaker-block-three .image-box .image {
    position: relative;
    display: inline-block;
    height: 150px;
    width: 150px;
    overflow: hidden;
    border: 4px solid #682372;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.30);
    border-radius: 50%;
    z-index: 9;
    margin-bottom: 0;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}
.speaker-block-three .image-box .image img {
    display: block;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.speaker-block-three .info-box {
    position: relative;
    display: inline-block;
    padding: 10px 10px;
    padding-right: 10px;
    background-color: #E21E36;
}
.speaker-block-three .info-box:before {
    position: absolute;
    left: 0;
    right: -30px;
    background-color: #E21E36;
    content: "";
    top: 0;
    height: 100%;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    border-radius: 0 14px 14px 0;
}
.speaker-block-three .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.speaker-block-three .inner-box:hover .image-box .image {
    border-radius: 0px;
}
.speaker-block-three .info-box .name {
    position: relative;
    font-size: 16px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 0px;
}
.speaker-block-three .info-box .alias {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    margin-top: 5px;
}
.btn-style-two {
    position: relative;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    background-color: #198754;
    overflow: hidden;
    border-radius: 10px;
}
.btn-style-two:hover {
    color: #198754;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
    -o-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}
.theme-btn {
    position: relative;
    transition: all 300ms ease;
}
.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-style-two:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}
.btn-style-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #ffffff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
.btn-style-two .btn-title {
    position: relative;
}
/* END DIVISI KOMPETISI */

/* PENGUMUMAN */
.news-block {
    position: relative;
    margin-bottom: 30px;
}
.news-block .inner-box {
    position: relative;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.20) 0px 0px 20px;
}
.news-block .lower-content {
    position: relative;
    padding: 15px;
}
.news-block .post-info {
    position: relative;
    margin-bottom: 10px;
}
.news-block .post-info li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    margin-right: 25px;
}
.news-block .post-info li span {
    margin-right: 5px;
    color: #e1137b;
}
.news-block h4 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.4em;
    color: rgb(34, 34, 34);
    font-weight: bold;
    margin-bottom: 20px;
}
.news-block h4 a {
    color: rgb(34, 34, 34);
    display: inline-block;
    transition: 300ms;
}
.news-block h4 a:hover {
    color: #e1137b;
}
.news-block .btn-box {
    position: relative;
}
.news-block .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: rgb(255, 255, 255);
    background-color: #E21E36;
    padding: 4px 15px;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    border-color: #E21E36;
    border-image: initial;
    transition: 300ms;
}
.news-block .btn-box a:hover {
    background: none;
    color: #E21E36;
    border-color: #E21E36;
}
.admin li {
    display: inline-block;
    font-size: 16px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #e21f36;
}
.admin li:last-child {
    margin-right: 0;
    border-right: none;
}
.news-block .image-box {
    position: relative;
}
.news-block .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}
.news-block .image img {
    display: block;
    width: 100%;
}
.img-berita {
    /* max-height: 310px; */
    object-fit: cover;
}
.news-block .inner-box:hover .image-box .image a:after {
    opacity: 1;
    top: -20%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: linear;
}
.news-block .image-box .image a:after {
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100%);
}
/* END PENGUMUMAN */

.active > .page-link, .page-link.active {
  border-color: #E21E36;
  background-color: #E21E36;
}
.page-link {
  color: #E21E36;
}
.text-grey {
  color: grey;
}

/* FAQ */
.accordion-box {
    position: relative;
}
.accordion-box .block.active-block {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
}
.accordion-box .block:last-child {
    margin-bottom: 0px;
}
.accordion-box .block {
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
}
.accordion-box .block .acc-btn {
    position: relative;
    font-size: 18px;
    cursor: pointer;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    border-radius: 4px;
    padding: 15px 25px 15px 25px;
    padding-right: 50px;
    border: 1px solid #dddddd;
    background-color: #198754;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
/* END FAQ */

/* UNDUHAN */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.pricing-block-three {
    position: relative;
    margin-bottom: 25px;
}
.pricing-block-three .inner-box {
    position: relative;
    background-color: #ffffff;
    border-radius: 30px;
    padding: 30px 20px 30px;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.21);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.pricing-block-three .title {
    position: relative;
    display: block;
    font-size: 38px;
    line-height: 1em;
    color: #848484;
    font-weight: 200;
    text-transform: uppercase;
    padding-bottom: 30px;
    margin-bottom: 25px;
}
.pricing-block-three .title:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    background-color: #848484;
    height: 2px;
    content: "";
}
.pricing-block-three .features {
    position: relative;
    max-width: 300px;
    margin: 0 auto 20px;
}
.pricing-block-three .btn-box {
    position: relative;
    text-align: center;
}
.pricing-block-three .btn-box a {
    position: relative;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    padding: 8px 30px;
    border-radius: 30px;
}
.btn-style-one {
    position: relative;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    background-color: #198754;
    overflow: hidden;
    border-radius: 10px;
}
.btn-style-one:hover {
    color: #198754;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
    -o-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}
.theme-btn {
    position: relative;
    transition: all 300ms ease;
}
.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-style-one:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}
.btn-style-one:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #ffffff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
.btn-style-one .btn-title {
    position: relative;
}
.search-box-wrapper {
    position: relative;
}

.search-box-modern {
    position: relative;
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 50px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    padding: 8px 20px;
    transition: all 0.3s ease;
}

.search-box-modern:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
}

.search-box-modern:focus-within {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.search-box-modern .search-icon {
    font-size: 24px;
    color: #666;
    margin-right: 12px;
    transition: color 0.3s ease;
}

.search-box-modern:focus-within .search-icon {
    color: #e21f36;
}

.search-box-modern .search-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
    padding: 8px 0;
    color: #333;
}

.search-box-modern .search-input::placeholder {
    color: #999;
}

.search-box-modern .clear-search {
    background: #f0f0f0;
    border: none;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-left: 8px;
}

.search-box-modern .clear-search:hover {
    background: #e21f36;
    color: white;
}

.search-box-modern .clear-search i {
    font-size: 20px;
}

@media (max-width: 768px) {
    .search-box-modern {
        padding: 6px 16px;
    }
    
    .search-box-modern .search-input {
        font-size: 14px;
    }
}
/* END UNDUHAN */

.blog-details-area ul {
    list-style: disc !important;
}
.blog-details-area ul li {
    margin-left: 1rem;
}

.modal-content {
    word-break: break-word;
}