html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

* {
  padding: 0;
  margin: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*----------------------
        Global
----------------------*/
html {
  font-size: 100%;
  font-family: "vazir";
}

body {
  background-color: #060922;
  overflow-x: hidden;
}

.hidden {
  opacity: 0;
  filter: blur(5px);
  transform: translateY(100%);
  transition: all 1s;
}

.show {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
}

.active {
  display: block !important;
}

a {
  color: #fff !important;
}

.btn-outline, .btn-solid {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 1px;
  outline: none;
  border: 2px solid transparent;
  border-radius: 0.25rem;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 1rem;
  padding: 1.25rem 2.25rem;
  font-size: 1.1rem;
  font-weight: 500;
  box-shadow: 0px 3px 10px -5px rgba(6, 9, 34, 0.15);
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  z-index: 0;
}

.btn-outline {
  border: 2px solid;
  color: #09aff4 !important;
  border-color: #09aff4;
  background-color: transparent;
  transition: all ease 0.5s;
}

.btn-solid {
  color: #fff;
  background-color: #09aff4;
  border-color: #09aff4;
}

.btn-outline:hover {
  background-color: #09aff4;
  color: #fff !important;
}

.btn-solid:hover {
  background-color: transparent;
  color: #09aff4 !important;
}

.mega-section {
  padding: 5rem 0;
}

section {
  position: relative;
  z-index: 0;
}

.pre-title {
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
  display: block;
  width: max-content;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  color: #09aff4;
  z-index: 5;
}

.pre-title::before {
  left: 0;
  right: auto;
}

.pre-title::after {
  left: auto;
  right: 0;
}

.pre-title::before, .pre-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 1rem;
  top: 50%;
  translate: 0 -50%;
  background-color: #09aff4;
}

.title {
  position: relative;
  margin-bottom: 0.75rem;
  font-size: 3rem;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 1.5px;
  line-height: 1.3;
  display: inline-block;
  z-index: 0;
  color: #fff;
}

.subtitle {
  margin: 0 auto;
  margin-bottom: 1.25rem;
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: capitalize;
  opacity: 0.75;
  color: #fff;
}

.sec-heading {
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.featured-text {
  position: relative;
  font-weight: 700;
  color: #09aff4;
}

.cta-area {
  display: flex;
  justify-content: flex-end;
  width: 30%;
}

.read-more {
  text-transform: capitalize;
  color: #09aff4 !important;
  font-weight: 600;
  position: relative;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in-out 0s;
}

/*----------------------
        Navbar
----------------------*/
.header-area {
  min-height: 80px;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  height: 80px;
  transition: all 0.5s ease 0s;
}

.nav-menu {
  transition: all 0.3s ease;
}
.nav-menu .navbar-nav .nav-link {
  position: relative;
}
.nav-menu ul.navbar-nav {
  margin: 0 8%;
}
.nav-menu ul.navbar-nav li {
  margin-left: 1rem;
  font-weight: bold;
}
.nav-menu ul.navbar-nav li a {
  color: white;
}
.nav-menu ul.navbar-nav li a:hover {
  color: #09aff4 !important;
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
  background-color: #074661;
  padding: 0;
}
.nav-menu.is-scrolling .logo,
.nav-menu.menu-is-open .logo {
  color: white !important;
}
.nav-menu.is-scrolling #navbar ul a,
.nav-menu.menu-is-open #navbar ul a {
  color: white;
}

/*----------------------
        Header
----------------------*/
.page-hero {
  position: relative;
  z-index: 0;
  padding: 100px 0;
}
.page-hero .overlay-photo-image-bg {
  background-image: url(../img/pattern-bg-2.jpg);
  opacity: 0.2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  transition: all 0.5s ease-in-out 0s;
}
.page-hero .section-dotted-bg {
  position: absolute;
  opacity: 0.35;
  inset: 0;
  background-image: radial-gradient(#09aff4 1px, transparent 1px);
  background-size: 1.25rem 1.25rem;
  z-index: -1;
}
.page-hero .animated-lines .animated-line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  background-color: rgba(9, 175, 244, 0.15);
}
.page-hero .animated-lines .animated-line.line-1 {
  left: 10%;
}
.page-hero .animated-lines .animated-line.line-2 {
  left: 20%;
}
.page-hero .animated-lines .animated-line.line-3 {
  left: 30%;
}
.page-hero .animated-lines .animated-line.line-4 {
  left: 40%;
}
.page-hero .animated-lines .animated-line.line-5 {
  left: 50%;
}
.page-hero .animated-lines .animated-line.line-6 {
  left: 60%;
}
.page-hero .animated-lines .animated-line.line-7 {
  left: 70%;
}
.page-hero .animated-lines .animated-line.line-8 {
  left: 80%;
}
.page-hero .animated-lines .animated-line.line-9 {
  left: 90%;
}
.page-hero .hero-text-area {
  position: relative;
  margin-top: 2.5rem;
}
.page-hero .hero-text-area .sc-wrapper.dir-row {
  padding: 0.75rem 0;
}
.page-hero .hero-text-area .sc-wrapper.dir-row .sc-list {
  padding: 0;
  margin: 0;
  display: inline-flex;
  list-style: none;
}
.page-hero .hero-text-area .sc-wrapper.dir-row .sc-list .sc-item {
  font-size: 1.1rem;
  border-radius: 0;
  color: inherit;
  background-color: transparent;
  margin-right: 2rem;
}
.page-hero .hero-text-area .sc-wrapper.dir-row .sc-list .sc-item a {
  color: #fff;
  transition: all ease 0.3s;
}
.page-hero .hero-text-area .sc-wrapper.dir-row .sc-list .sc-item a:hover {
  color: #09aff4 !important;
}
.page-hero .hero-text-area .hero-title {
  font-weight: 900;
  font-size: 3.5rem;
  text-transform: capitalize;
  margin-bottom: 1.75rem;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  z-index: 0;
  color: #fff;
}
.page-hero .hero-text-area .hero-subtitle {
  opacity: 0.75;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 2rem;
  color: #fff;
}
.page-hero .hero-text-area .cta-links-area {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.page-hero .hero-text-area .cta-links-area .cta-link {
  margin-bottom: 0;
  margin-right: 1.5rem;
  font-size: 1.15rem;
  min-width: 180px;
}
.page-hero .hero-image-area {
  position: relative;
}

/*----------------------
        Services
----------------------*/
.Box:nth-child(2) {
  transition-delay: 200ms;
}

.Box:nth-child(3) {
  transition-delay: 400ms;
}

.Box:nth-child(4) {
  transition-delay: 600ms;
}

.Box:nth-child(5) {
  transition-delay: 800ms;
}

.Box:nth-child(6) {
  transition-delay: 1000ms;
}

#Services .service-box {
  position: relative;
  transition: all 0.3s ease;
  z-index: 0;
  border-radius: 0.5rem;
  padding: 2rem;
  border: 1px solid rgba(9, 175, 244, 0.35);
  box-shadow: 0px 0px 10px 0px rgba(6, 9, 34, 0.1);
}
#Services .service-box .service-icon {
  margin-bottom: 1rem;
}
#Services .service-box .service-icon i {
  display: block;
  line-height: 3rem;
  font-size: 3rem;
  color: #09aff4;
  transform-origin: center;
  transition: all 0.3s ease-in-out 0s;
}
#Services .service-box .service-title {
  text-transform: capitalize;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #fff;
}
#Services .service-box .service-text {
  font-size: 1.1rem;
  line-height: 1.5;
  margin: 0;
  opacity: 0.85;
  color: #fff;
}
#Services .service-box:hover {
  background-color: #09aff4 !important;
}
#Services .service-box:hover i, #Services .service-box:hover a {
  color: #fff !important;
}

/*----------------------
        About
----------------------*/
.content-block:not(:last-child) {
  margin-bottom: 6rem;
}

#About .text-area {
  position: relative;
  padding: 3rem 0;
}
#About .signature {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#About .signature .signature-img {
  max-width: 200px;
  width: 200px;
  height: 70px;
  background-image: url(../img/signature-light.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#About .signature .signature-name {
  display: block;
  color: #09aff4;
  margin-top: -0.5rem;
  text-transform: capitalize;
}

.about-text {
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 3rem;
  opacity: 0.75;
  letter-spacing: 0.5px;
  color: #fff;
}

.info-item {
  margin-bottom: 3rem;
  display: flex;
  align-items: start;
  justify-content: start;
}
.info-item .info-icon {
  display: flex;
  margin-right: 1.25rem;
  margin-bottom: 1rem;
  color: #09aff4;
  font-size: 2rem;
  padding: 0.75rem;
  border-radius: 0.25rem;
  background-color: rgba(9, 175, 244, 0.15);
  transition: all 0.3s ease-in-out 0s;
}
.info-item .info-title {
  margin-bottom: 0.75rem;
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: capitalize;
  color: #fff;
}
.info-item .info-text {
  color: #fff;
  opacity: 0.75;
}
.info-item .info-number {
  display: flex;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 0.8;
  color: #09aff4;
}

.info-item:hover .info-icon {
  background-color: #09aff4;
  color: #fff;
}

/*----------------------
        Stats
----------------------*/
.stats {
  position: relative;
  overflow: hidden;
  z-index: 0;
  background-color: #060922;
}
.stats .overlay-photo-image-bg {
  background-image: url(../img/pattern-bg-3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.2;
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  transition: all 0.5s ease-in-out 0s;
}
.stats .stat-box-inner {
  text-align: center;
  position: relative;
  padding: 2rem;
  color: #fff;
  background-color: rgba(6, 9, 34, 0.25);
  border: 1px solid rgba(9, 175, 244, 0.35);
  border-top: 0.25rem solid rgb(9, 175, 244);
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  transition: all 0.5s ease;
}
.stats .stat-box-inner .stat-icon {
  font-size: 3rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #09aff4;
  opacity: 0.65;
  transition: all 0.2s ease-in-out 0s;
}
.stats .stat-box-inner .stat-num {
  display: block;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0;
}
.stats .stat-box-inner .stat-desc {
  font-size: 1.25rem;
  font-weight: 400;
  display: block;
  text-transform: capitalize;
}
.stats .stat-box-inner:hover {
  background-color: #09aff4;
  border-top: 0.25rem solid #fff;
}
.stats .stat-box-inner:hover .stat-icon {
  color: #fff;
  opacity: 1;
}

/*----------------------
        Portfolio
----------------------*/
.filterDiv {
  display: none;
}

.portfolio-flters {
  padding: 0 0 40px 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  transition-delay: 200ms;
  align-items: center;
  justify-content: start !important;
  flex-direction: row;
}
.portfolio-flters .btn-primary {
  background: transparent;
  border: none;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  border: 5px inset #074661;
}
.portfolio-flters .btn-primary::before {
  content: "";
  display: inline-block;
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 1rem;
  translate: 0 -50%;
  background-color: #09aff4;
  margin-right: 10px;
}
.portfolio-flters .btn-primary:hover {
  color: #09aff4;
  background-color: #fff;
}

.Container {
  overflow: hidden;
  position: relative;
}

.portfolio-wrap {
  box-shadow: -1px 5px 20px 0px rgba(82, 90, 101, 0.1);
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.portfolio-wrap img {
  transition: 0.3s;
  position: relative;
  z-index: 1;
  border-radius: 8px;
}
.portfolio-wrap img:hover {
  transform: scale(1.1);
}

/*----------------------
        Our-Clients
----------------------*/
#Our-Clients {
  background-color: #09aff4;
}
#Our-Clients .title {
  opacity: 0.5;
  font-size: 1.75rem;
}
#Our-Clients .clients .slick-slide {
  margin: 0px 20px;
}
#Our-Clients .clients .slick-slide img {
  width: 100%;
  border-radius: 20px;
}
#Our-Clients .clients .slick-slide img:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
#Our-Clients .clients .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
#Our-Clients .clients .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#Our-Clients .clients .slick-list:focus {
  outline: none;
}
#Our-Clients .clients .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
#Our-Clients .clients .slick-slider .slick-track,
#Our-Clients .clients .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#Our-Clients .clients .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
#Our-Clients .clients .slick-track:before,
#Our-Clients .clients .slick-track:after {
  display: table;
  content: "";
}
#Our-Clients .clients .slick-track:after {
  clear: both;
}
#Our-Clients .clients .slick-loading .slick-track {
  visibility: hidden;
}
#Our-Clients .clients .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
#Our-Clients .clients [dir=rtl] .slick-slide {
  float: right;
}
#Our-Clients .clients .slick-slide img {
  display: block;
}
#Our-Clients .clients .slick-slide.slick-loading img {
  display: none;
}
#Our-Clients .clients .slick-slide.dragging img {
  pointer-events: none;
}
#Our-Clients .clients .slick-initialized .slick-slide {
  display: block;
}
#Our-Clients .clients .slick-loading .slick-slide {
  visibility: hidden;
}
#Our-Clients .clients .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
#Our-Clients .clients .slick-arrow.slick-hidden {
  display: none;
}

/*----------------------
        Pricing
----------------------*/
.plan {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(9, 175, 244, 0.35);
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 2rem 1rem;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out 0s;
  box-shadow: 1px 1px 10px 0px rgba(6, 9, 34, 0.15);
}
.plan .plan-head {
  position: relative;
  text-align: center;
}
.plan .plan-head .play-icon {
  display: block;
  font-size: 4rem;
  opacity: 0.75;
  color: #09aff4;
}
.plan .plan-head .plan-name {
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0;
  margin-bottom: 1.25rem;
  color: #fff;
}
.plan .plan-head .plan-price {
  display: inline-block;
  margin: 0;
  margin-bottom: 1.5rem;
  padding: 0;
}
.plan .plan-head .plan-price .price {
  position: relative;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
.plan .plan-head .plan-price .price .currency-symbol {
  position: absolute;
  font-size: 1.5rem;
  font-weight: 500;
  top: 1rem;
  left: -1rem;
  line-height: 0;
  vertical-align: baseline;
  display: inline-block;
  color: #09aff4;
}
.plan .plan-head .plan-price .per {
  font-size: 1.1rem;
  font-style: italic;
  opacity: 0.75;
  padding: 0.25rem;
  color: #fff;
}
.plan .plan-head::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 3px;
  background-color: #09aff4;
}
.plan .plan-details .plan-list {
  list-style: none;
  margin: 0;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.plan .plan-details .plan-list .plan-feat {
  position: relative;
  padding: 0.75rem 0;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan .plan-details .plan-list .plan-feat .feat-text {
  color: #fff;
}

.plan.featured {
  background-color: #09aff4;
}
.plan.featured i, .plan.featured sup {
  color: #fff !important;
  opacity: 1 !important;
}
.plan.featured .plan-head::before {
  background-color: #fff !important;
}
.plan.featured a {
  background-color: #09aff4 !important;
  color: #fff !important;
  border: 2px solid #fff;
}
.plan.featured a:hover {
  background-color: #060922 !important;
  color: #09aff4 !important;
  border: 2px solid #09aff4 !important;
}

.plan.featured::before {
  content: "محبوب ترین";
  display: inline-block;
  padding: 0.25rem 5rem;
  color: #09aff4;
  background-color: #fff;
  top: 3rem;
  right: -4rem;
  left: auto;
  position: absolute;
  font-weight: 800;
  font-size: 0.85rem;
  transform: rotate(45deg);
}

/*----------------------
        Testimonials
----------------------*/
#Testimonials {
  background-color: #060922;
}
#Testimonials .overlay-photo-image-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.25;
  background-image: url(../img/c-background.jpg) !important;
  background-attachment: fixed;
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  transition: all 0.5s ease-in-out 0s;
}
#Testimonials #carouselExampleAutoplaying {
  transition-delay: 200ms;
}
#Testimonials .swiper-slide {
  width: 372px;
}
#Testimonials .testimonial-wrap {
  padding-left: 10px;
}
#Testimonials .testimonial-wrap .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 30px 10px;
  position: relative;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
#Testimonials .testimonial-wrap .testimonial-item .info-box .testimonial-img {
  max-width: 7%;
  border-radius: 50px;
  margin-right: 15px;
  transition: 0.3s all ease;
}
#Testimonials .testimonial-wrap .testimonial-item .info-box .testimonial-img:hover {
  transform: scale(1.1);
}
#Testimonials .testimonial-wrap .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
  color: #fff;
}

.customer-detail {
  font-size: 1.5rem;
}

.customer-info {
  display: inline-block;
}
.customer-info .customer-name {
  font-size: 1.25rem;
  color: #fff;
}
.customer-info .customer-role {
  font-size: 1rem;
  color: #fff;
  opacity: 0.75;
}

/*----------------------
        Blog
----------------------*/
.post-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin: 1rem 0;
  border-radius: 0.25rem;
  background-color: rgba(9, 175, 244, 0.15);
}
.post-box .post-img-wrapper {
  max-height: 400px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem 0.25rem 0 0;
  position: relative;
}
.post-box .post-img-wrapper img {
  transition: all 0.3s ease;
}
.post-box .post-img-wrapper img:hover {
  transform: scale(1.1);
}
.post-box .post-img-wrapper .post-date {
  position: absolute;
  color: #fff;
  background: rgba(6, 9, 34, 0.75);
  padding: 0.25rem 1.25rem;
  top: 0.75rem;
  left: 0.75rem;
  right: auto;
  font-weight: 400;
  text-align: center;
  z-index: 30;
  border-radius: 5rem;
}
.post-box .post-summary {
  padding: 1rem;
  position: relative;
}
.post-box .post-summary .info {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 0.85rem;
  text-transform: capitalize;
  text-decoration: none;
  margin-right: 1.5rem;
  opacity: 0.75;
  transition: color 0.3s ease 0s;
}
.post-box .post-summary .info i {
  color: #09aff4;
  margin-right: 0.5rem;
  font-size: 1.3rem;
}
.post-box .post-summary .info:hover {
  color: #09aff4 !important;
}
.post-box .post-summary .info:not(:last-child):before {
  content: "|";
  margin: 0 0.75rem;
  position: absolute;
  left: 100%;
  opacity: 0.75;
}
.post-box .post-summary .post-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  text-transform: capitalize;
  transition: color 0.3s ease 0s;
}
.post-box .post-summary .post-title:hover {
  color: #09aff4;
}
.post-box .post-summary .post-excerpt {
  opacity: 0.75;
  color: #fff;
}

/*----------------------
        Footer
----------------------*/
footer {
  position: relative;
  padding: 4rem;
  z-index: 0;
  background-color: #060922;
}
footer .overlay-photo-image-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.25;
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  transition: all 0.5s ease-in-out 0s;
  background-image: url(../img/footer-bg-1.jpg);
}
footer .footer-log {
  margin-bottom: 1.5rem;
  max-width: 30%;
}
footer .footer-text-about-us {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  padding-right: 1rem;
  margin-bottom: 1.5rem;
  color: #fff;
}
footer form .field-group {
  padding: 0;
  margin: 0;
  position: relative;
}
footer form .field-group .email-lable {
  display: inline-block;
  padding: 0;
  margin-bottom: 0;
  text-transform: capitalize;
  color: #fff;
}
footer form .field-group input {
  font-size: 1.1rem;
  width: 100%;
  outline: none !important;
  border: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(4px);
  margin-bottom: 0;
  text-align: left;
  padding: 0.75rem;
  border-radius: 0.25rem;
}
footer form .field-group ::placeholder {
  color: #fff;
}
footer form .field-group .cta-area {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
}
footer form .field-group .cta-area .subscribe-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  min-height: 100%;
  padding: 0.75rem;
  border: none;
  background-color: #09aff4;
  padding: 1.1rem;
  text-align: center;
}
footer .email-notice {
  color: #fff;
  opacity: 0.5;
  font-weight: 100;
  font-size: 0.85rem;
  text-transform: capitalize;
}
footer .footer-col-title {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
  color: #fff;
}
footer .footer-menu-item {
  display: block;
  position: relative;
  padding-bottom: 2rem;
}
footer .footer-menu-item .icon {
  font-size: 0.75rem;
  width: 1.5rem;
  text-align: right;
  margin-right: 0.5rem;
  vertical-align: middle;
  color: #09aff4;
}
footer .footer-menu-item a {
  color: #fff;
  transition: all 0.3s ease;
}
footer a:hover {
  color: #09aff4 !important;
}
footer .contact-info-card {
  font-weight: 600;
  padding: 0;
  padding-bottom: 1rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out 0s;
}
footer .contact-info-card .icon {
  font-size: 1.5rem;
  width: 1.5rem;
  text-align: center;
  margin-right: 0.5rem;
  vertical-align: middle;
  color: #09aff4;
}
footer .contact-info-card .info {
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  transition: all 0.25s ease-in-out 0s;
}
footer .contact-info-card .sc-wrapper.dir-row {
  padding: 0.75rem 0;
}
footer .contact-info-card .sc-wrapper.dir-row .sc-list {
  padding: 0;
  margin: 0;
  display: inline-flex;
  list-style: none;
}
footer .contact-info-card .sc-wrapper.dir-row .sc-list .sc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #09aff4;
  border-radius: 0.25rem;
  transition: transform 0.3s ease-in-out 0s;
  width: 32px;
  height: 32px;
  font-size: 0.85rem;
  margin-right: 10px;
}
footer .contact-info-card .sc-wrapper.dir-row .sc-list .sc-item .sc-link {
  display: flex;
  line-height: 1;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  transition: all 0.3s ease;
}
footer .contact-info-card .sc-wrapper.dir-row .sc-list .sc-item .sc-link i {
  color: #fff;
}
footer .contact-info-card .sc-wrapper.dir-row .sc-list .sc-item .sc-link:hover {
  background-color: #fff;
}
footer .contact-info-card .sc-wrapper.dir-row .sc-list .sc-item .sc-link:hover i {
  color: #09aff4;
}
footer .copyrights {
  padding: 0.5rem 0;
  overflow: hidden;
}
footer .copyrights .credits {
  text-align: left;
  font-weight: 600;
  margin: 0;
  font-size: 0.85rem;
  color: #fff;
}
footer .copyrights .terms-link {
  color: #fff;
}
footer .copyrights .terms-link a {
  text-decoration: none !important;
  font-weight: 600;
  transition: all 0.5s ease-in-out 0s;
}

/*----------------------
        Media-Query
----------------------*/
@media (max-width: 991px) {
  ul.navbar-nav {
    background-color: #074661 !important;
    display: flex;
    align-items: center;
    padding: 10px 0;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 20px;
  }
  .portfolio-flters {
    flex-direction: column;
  }
}

/*# sourceMappingURL=style.css.map */
