@import "jquery.fancybox.min.css";
.site-footer .widget > .widget-title {
  color: black;
}

.site-footer .widget_services ul li {
  color: black;
}

.site-footer .widget_services ul hr {
  border-top: 1px solid #747675;
  margin-top: -5px;
  margin-bottom: 0px;
}

.site-footer p, .site-footer li {
  color: black;
}

.footerA {
  color: black !important;
}

.footer-dark .footer-top {
  background-color: #e3e3e3;
}

.medasolArea p {
  color: black !important;
}

.project-page .project-item {
  overflow: hidden;
  border-radius: 10px;
  background-color: #0B2039;
  padding: 0;
}
.project-page .project-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.project-page .project-item .figcaptions {
  padding: 24px;
  margin: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.38), #0B2039 80%, rgba(255, 255, 255, 0.38));
}
.project-page .project-item .figcaptions h4 {
  color: white;
}

.project-detail-page .project-item-detail {
  overflow: hidden;
  border-radius: 10px;
  background-color: #0B2039;
  padding: 0;
}
.project-detail-page .project-item-detail img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.project-detail-page .project-item-detail .figcaptions {
  padding: 24px;
  margin: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.38), #0B2039 80%, rgba(255, 255, 255, 0.38));
}
.project-detail-page .project-item-detail .figcaptions h4 {
  color: white;
}
.project-detail-page .project-item-detail-right {
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  align-content: start;
}
.project-detail-page .project-item-detail-right h4 {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 60px;
  overflow: hidden;
}
.project-detail-page .project-item-detail-right .project-item-detail-right-text {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 144px;
  overflow: hidden;
}

.regular {
  margin-top: 50px;
}
.regular .slick-slide {
  margin: 0 10px;
}
.regular .slick-list {
  margin: 0 -10px;
}
.regular .slick-prev {
  left: -38px;
}
.regular .slick-prev:before {
  font-family: "FontAwesome";
  content: "\f104";
  font-weight: 900;
  font-size: 6rem;
  color: black;
}
.regular .slick-next {
  right: -38px;
}
.regular .slick-next:before {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f105";
  font-size: 6rem;
  color: black;
}
.regular .slick-prev, .regular .slick-next {
  top: 41%;
}
.regular .slider-item img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.logo-header {
  background-color: white;
  top: 0;
  margin-left: 0;
  display: block;
  height: auto;
  border-top: unset;
}
.logo-header .logo-header-absolute {
  position: absolute;
  width: calc(100% + 2px);
  height: 92px;
  background-color: white;
  left: -1px;
  top: 0;
  z-index: -1;
}

.is-fixed .logo-header {
  top: 10px;
}

.downloads {
  display: flex;
  flex-direction: column;
  width: 95%;
}
.downloads h3 {
  color: #0B2039;
  font-size: 24px;
  font-weight: 900;
  margin: 10px 0;
  padding: 10px 20px 10px 20px;
}
.downloads ul {
  display: flex;
  flex-direction: column;
}
.downloads ul li {
  display: flex;
  flex-direction: row;
  margin: 5px 5px;
}
.downloads ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  border: 2px solid #eee;
  padding: 10px 15px;
  border-radius: 30px;
  color: #333;
  width: 100%;
}
.downloads ul li a p {
  font-size: 14px;
  font-weight: 600;
}
.downloads ul li a i {
  background: #0B2039;
  padding: 10px;
  color: #fff;
  border-radius: 30px;
  margin-left: 10px;
}
.downloads ul li a:hover i {
  background: #333;
}
.downloads ul li a:hover p {
  color: #0B2039;
}

.kontaktcontent {
  display: flex;
  flex-direction: row;
  padding: 30px 0;
}
.kontaktcontent .kontakte {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  width: 50%;
}
.kontaktcontent .kontakte li {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  margin: 5px;
}
.kontaktcontent .kontakte li i {
  color: #0B2039;
  background: #eee;
  padding: 20px;
  font-size: 18px;
  border-radius: 100%;
}
.kontaktcontent .kontakte li .left {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
.kontaktcontent .kontakte li .left h3 {
  margin-bottom: 5px;
  font-weight: 600;
}
.kontaktcontent .kontakte li .left p {
  line-height: 18px;
  font-size: 14px;
  color: #555555;
  font-weight: 400;
}
.kontaktcontent .rightform form {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  border-radius: 30px;
  padding: 100px 60px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.14);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.14);
}
.kontaktcontent .rightform form label {
  position: relative;
  margin-bottom: 10px;
}
.kontaktcontent .rightform form label input {
  border: none;
  border-bottom: 2px solid #eee;
  padding: 10px 0;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  outline: 0;
}
.kontaktcontent .rightform form label i {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #0B2039;
  font-size: 24px;
}
.kontaktcontent .rightform form label textarea {
  border: none;
  border-bottom: 2px solid #eee;
  padding: 10px 0;
  width: 100%;
  height: 100px;
  font-weight: 300;
  font-size: 16px;
  outline: 0;
}
.kontaktcontent .rightform form .checkbox .text {
  font-size: 14px;
  color: #636363;
  line-height: 20px;
}
.kontaktcontent .rightform form .checkbox .text a {
  color: #000;
  text-decoration: underline;
}
.kontaktcontent .rightform form button {
  width: fit-content;
}

.select-image {
  display: flex;
  align-items: start;
  justify-content: start;
}
.select-image label {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.77);
  padding: 5px 0;
  cursor: pointer;
  border-radius: 4px;
  transition: 0.4s all;
  font-family: "Mulish", sans-serif;
  margin-bottom: 0 !important;
}
.select-image label:hover {
  transform: scale(1.05);
}
.select-image input {
  opacity: 0;
  display: none;
  visibility: hidden;
}

.regular-main {
  margin: 0 auto;
}

#welcome .banner-text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  margin-left: 16%;
  top: 34%;
  transition: none 0s ease 0s;
  text-align: left;
  line-height: 82px;
  border-width: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 700;
  font-size: 50px;
  color: White;
  width: 34%;
}
#welcome h1 {
  font-size: 3.5rem;
  font-weight: 900;
}
#welcome .blurred-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  right: 4%;
  top: 23%;
  width: 30%;
}
#welcome .blurred-container .blurred-banner {
  background: rgba(0, 0, 0, 0.2509803922);
  width: 100%;
  height: 90%;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  border: 20px solid #767475;
  animation: blurredBanner 1s 2.8s ease-in-out forwards;
  box-sizing: border-box;
  filter: blur(10px);
  opacity: 0;
  border-radius: 5px;
  min-height: 400px;
}
#welcome .blurred-container .blurred-banner h2 {
  font-weight: 500;
  margin: 0 !important;
  width: 100% !important;
  padding: 0 10%;
}
#welcome .blurred-container .blurred-banner p {
  width: 100%;
  letter-spacing: 0.01rem;
  padding: 0 10%;
  margin: 0;
}
#welcome .blurred-container h2 {
  font-weight: 500;
}
#welcome .blurred-container h4 {
  font-weight: 500;
  letter-spacing: 0.1em;
}
#welcome .blurred-container .blurred-banner {
  position: relative;
}
#welcome .blurred-container .blurred-banner > * {
  margin-left: 60px;
  width: 22ch;
  letter-spacing: 0.01rem;
}
#welcome .blurred-container .orange-text {
  color: orange;
  font-weight: 600;
}
#welcome .blurred-container .blurred-banner > p:not(.orange-text) {
  line-height: 1.618;
}
@supports (backdrop-filter: blur(10px)) {
  #welcome .blurred-banner {
    backdrop-filter: blur(0px);
  }
}
#welcome .slide-down {
  opacity: 0;
  animation: slide-down 1s 1s ease-in-out forwards;
}
#welcome .reveal, #welcome .reveal-2 {
  animation-name: text;
  animation-delay: 1.8s;
  animation-iteration-count: 1;
  animation-duration: 800ms;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
#welcome .reveal-2 {
  animation-delay: 2.2s;
}
@keyframes slide-down {
  to {
    opacity: 1;
    margin-top: 0px;
  }
}
@keyframes text {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes blurredBanner {
  0% {
    /* 		opacity: 0; */
    /* 		backdrop-filter: blur(0); */
  }
  60% {
    opacity: 1;
    filter: blur(10px);
  }
  100% {
    backdrop-filter: blur(10px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes slide-down-search {
  to {
    top: 0px;
  }
}

.blurred-container-absolute-main {
  display: none;
  position: relative;
}
.blurred-container-absolute-main .blurred-container-absolute {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin-left: 5%;
  margin-top: -18%;
  width: 90%;
}
.blurred-container-absolute-main .blurred-container-absolute .blurred-banner {
  background: rgba(0, 0, 0, 0.2509803922);
  width: 100%;
  height: 90%;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  border: 20px solid #767475;
  animation: blurredBanner 0.5s 0.8s ease-in-out forwards;
  box-sizing: border-box;
  filter: blur(10px);
  opacity: 0;
  border-radius: 5px;
  min-height: 400px;
}
.blurred-container-absolute-main .blurred-container-absolute .blurred-banner h2 {
  font-weight: 500;
  margin: 0 !important;
  width: 100% !important;
  padding: 0 10%;
}
.blurred-container-absolute-main .blurred-container-absolute .blurred-banner p {
  width: 100%;
  letter-spacing: 0.01rem;
  padding: 0 10%;
  margin: 0;
}
.blurred-container-absolute-main .blurred-container-absolute h2 {
  font-weight: 500;
}
.blurred-container-absolute-main .blurred-container-absolute h4 {
  font-weight: 500;
  letter-spacing: 0.1em;
}
.blurred-container-absolute-main .blurred-container-absolute .blurred-banner {
  position: relative;
}
.blurred-container-absolute-main .blurred-container-absolute .blurred-banner > * {
  margin-left: 60px;
  width: 22ch;
  letter-spacing: 0.01rem;
}
.blurred-container-absolute-main .blurred-container-absolute .orange-text {
  color: orange;
  font-weight: 600;
}
.blurred-container-absolute-main .blurred-container-absolute .blurred-banner > p:not(.orange-text) {
  line-height: 1.618;
}

.main-bar .btn-group-vertical > .btn-group:after, .main-bar .btn-group-vertical > .btn-group:before, .main-bar .btn-toolbar:after, .main-bar .btn-toolbar:before, .main-bar .clearfix:after, .main-bar .clearfix:before, .main-bar .container-fluid:after, .main-bar .container-fluid:before, .main-bar .container:after, .main-bar .container:before, .main-bar .dl-horizontal dd:after, .main-bar .dl-horizontal dd:before, .main-bar .form-horizontal .form-group:after, .main-bar .form-horizontal .form-group:before, .main-bar .modal-footer:after, .main-bar .modal-footer:before, .main-bar .modal-header:after, .main-bar .modal-header:before, .main-bar .nav:after, .main-bar .nav:before, .main-bar .navbar-collapse:after, .main-bar .navbar-collapse:before, .main-bar .navbar-header:after, .main-bar .navbar-header:before, .main-bar .navbar:after, .main-bar .navbar:before, .main-bar .pager:after, .main-bar .pager:before, .main-bar .panel-body:after, .main-bar .panel-body:before, .main-bar .row:after, .main-bar .row:before {
  content: unset;
}

.top-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.position-main {
  position: relative;
}
.position-main .position-cerceve {
  position: absolute;
  right: -30px;
  top: -40px;
  border: 20px solid #0B2039;
  width: 95%;
  bottom: 0;
  height: 100%;
  border-radius: 5px;
}

.btn-style {
  padding: 16px 36px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  transition: 0.3s ease-in;
  text-transform: capitalize;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.01), 0 1px 1px rgba(0, 0, 0, 0.05);
  border-top-width: 0.0625rem;
  border-bottom-width: 4px;
  border-radius: 3px;
  background: white;
}

.btn-outline-dark {
  color: #0b2039;
  border-color: #0b2039;
}
.btn-outline-dark:hover {
  color: #fff !important;
  background-color: #0b2039 !important;
  border-color: #0b2039 !important;
}

.service-w3l-bg {
  background: url(https://wp.w3layouts.com/industries/wp-content/themes/industries/assets/images/bg1.jpg);
  background-size: cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  min-height: 800px;
}

.service-w3l-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.36);
  z-index: -1;
  top: 0;
}

.HomePageServices {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.HomePageServices .title-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.HomePageServices .title-main p {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.HomePageServices .title-main h3.title-style {
  font-size: 46px;
  line-height: 56px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 60px;
}

.w3l-bottom-grids-6 .area-box {
  padding: 50px 35px;
  position: relative;
  z-index: 1;
  border-radius: 9px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.03);
  background-color: white;
  overflow: hidden;
  transition: all 0.3s ease-out 0s;
}

.w3l-bottom-grids-6 .area-box:before {
  position: absolute;
  content: "";
  top: -20px;
  left: -26px;
  width: 185px;
  height: 185px;
  background-color: rgba(11, 32, 57, 0.5);
  border-radius: 0 50%;
  z-index: -1;
  transition: all 0.2s ease-out 0s;
}

.w3l-bottom-grids-6 .area-box img {
  border-radius: 50%;
  border: 12px solid #fff;
  width: 184px;
  height: 184px;
  object-fit: cover;
}

.w3l-bottom-grids-6 .area-box:after {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border-right: 25px solid white;
  border-left: 25px solid transparent;
  border-top: 25px solid transparent;
  border-bottom: 25px solid white;
  bottom: 20px;
  right: 20px;
  z-index: -1;
  transition: all 0.2s ease-out 0s;
}

.w3l-bottom-grids-6 .area-box:hover {
  transition: 0.3s;
  box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.1);
}

.regular-new .slick-current .area-box:hover:before, .regular-new .slick-current .area-box:before {
  background-color: #0b2039;
}
.regular-new .slick-current .area-box:hover:after, .regular-new .slick-current .area-box:after {
  border-right: 25px solid #0b2039;
  border-bottom: 25px solid #0b2039;
}

.area-box:hover:before {
  background-color: #0b2039;
}

.area-box:hover:after {
  border-right: 25px solid #0b2039;
  border-bottom: 25px solid #0b2039;
}

.area-box:hover:before, .area-box.active:before {
  background-color: #0b2039;
}

.area-box:hover:after, .area-box.active:after {
  border-right: 25px solid #0b2039;
  border-bottom: 25px solid #0b2039;
}

.grids-feature {
  padding: 0 20px;
}

.area-content {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 48px;
}
.area-content p, .area-content span, .area-content h1, .area-content h2, .area-content h3, .area-content h4, .area-content h5, .area-content h6 {
  font-size: 16px !important;
}

.regular-new .slick-prev {
  left: -38px;
  top: 44%;
}
.regular-new .slick-prev:before {
  font-family: "FontAwesome";
  content: "\f104";
  font-weight: 900;
  font-size: 6rem;
  color: white;
}
.regular-new .slick-next {
  right: -38px;
  top: 44%;
}
.regular-new .slick-next:before {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f105";
  font-size: 6rem;
  color: white;
}

.area-box h4 a {
  color: #0b2039;
  font-weight: 600;
}

.contact-left h5 {
  color: black;
  font-size: 18px;
}
.contact-left p {
  color: #747675;
  font-size: 18px;
}

.icon-xs i {
  color: #0b2039;
}

.title-hr {
  width: 40%;
}
.title-hr > hr {
  margin-top: 0px;
  border-top: 2px solid #0B2039;
  margin-bottom: 5px;
}
.title-hr div > hr {
  margin-top: 0px;
  border-top: 2px solid #747675;
  margin-bottom: 5px;
}
.title-hr div div > hr {
  margin-top: 0px;
  border-top: 2px solid #0B2039;
  margin-bottom: 5px;
}

.sub-page .grids-feature {
  padding: 0;
  width: 31%;
}

.area-box p {
  margin-bottom: 0;
}

.circle {
  width: 180px;
  height: 180px;
  border: 10px inset rgb(133, 224, 242);
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -90px;
  margin-top: -90px;
  border-radius: 200px;
  -moz-animation: rotate 5s infinite linear;
  -webkit-animation: rotate 5s infinite linear;
  animation: rotate 5s infinite linear;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.circle-small {
  width: 150px;
  height: 150px;
  border: 6px outset rgb(133, 224, 242);
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  margin-top: -75px;
  border-radius: 156px;
  -moz-animation: rotate-rev 3s infinite linear;
  -webkit-animation: rotate-rev 3s infinite linear;
  animation: rotate-rev 3s infinite linear;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.circle-big {
  width: 210px;
  height: 210px;
  border: 4px dotted rgb(133, 224, 242);
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -104px;
  margin-top: -104px;
  border-radius: 214px;
  -moz-animation: rotate-rev 10s infinite linear;
  -webkit-animation: rotate-rev 10s infinite linear;
  animation: rotate-rev 10s infinite linear;
}

.circle-inner {
  width: 80px;
  height: 80px;
  background-color: rgb(133, 224, 242);
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  border-radius: 80px;
  -moz-animation: pulse 1.5s infinite ease-in;
  -webkit-animation: pulse 1.5s infinite ease-in;
  animation: pulse 1.5s infinite ease-in;
  opacity: 1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.circle-inner-inner {
  width: 100px;
  height: 100px;
  background-color: rgb(74, 124, 134);
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  border-radius: 100px;
  -moz-animation: pulse 1.5s infinite ease-in;
  -webkit-animation: pulse 1.5s infinite ease-in;
  animation: pulse 1.5s infinite ease-in;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.about-img {
  width: 80% !important;
  margin-left: 10%;
}

/*==============ANIMATIONS=================*/
/*==============ROTATE=====================*/
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*==============ROTATE-REV=================*/
@-moz-keyframes rotate-rev {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotate-rev {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes rotate-rev {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/*==============PULSE======================*/
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(0.1);
    opacity: 0.2;
  }
  50% {
    -moz-transform: scale(1);
    opacity: 0.8;
  }
  100% {
    -moz-transform: scale(0.1);
    opacity: 0.2;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.1);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(0.1);
    opacity: 0.2;
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.1);
    opacity: 0.2;
  }
  50% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(0.1);
    opacity: 0.2;
  }
}
.header-nav .nav > li.active {
  color: black !important;
}

.header-nav .nav > li a {
  color: #0B2039 !important;
}

.btn-filter-wrap li.btn-active, .date-style-3 .post-date strong, .footer-dark .footer-top a:active, .footer-dark .footer-top a:focus, .footer-dark .footer-top a:hover, .header-nav .nav > li .mega-menu > li ul a:hover, .header-nav .nav > li .sub-menu li a:hover, .header-nav .nav > li .sub-menu li:hover > a, .header-nav .nav > li.active > a, .header-nav .nav > li.current-menu-item > a, .header-nav .nav > li:hover > a, .latest-blog-3.blog-md .mt-post-meta i, .latest-blog-3.post-overlay .mt-post-meta i, .masonry-filter.link-style.has-bg > li.active a, .masonry-filter.link-style.has-bg > li:hover a, .masonry-filter.link-style.white > li a:active, .masonry-filter.link-style.white > li a:focus, .masonry-filter.link-style.white > li a:hover, .masonry-filter.link-style.white > li.active a, .masonry-filter.outline-style.has-bg > li a:hover, .masonry-filter.outline-style.has-bg > li.active a, .masonry-filter.outline-style > li a:active, .masonry-filter.outline-style > li a:focus, .masonry-filter.outline-style > li a:hover, .masonry-filter.outline-style > li.active a, .masonry-filter > li a:active, .masonry-filter > li a:focus, .masonry-filter > li a:hover, .masonry-filter > li.active a, .mt-breadcrumb li a, .nav-dark.header-nav .nav > li .mega-menu > li ul a:hover, .pricing-table-style-3 .pricingtable-title *, .pricing-table-style-5 .pricingtable-title *, .rating-bx, .social-icons.social-dark.has-bg li a:hover, .social-icons.social-light.has-bg li a:hover, .status-value span, .testimonial-1 .testimonial-position, .testimonial-2 .testimonial-position, .testimonial-2 .testimonial-text .fa-quote-left, .text-primary, .video-play-btn, .widget_archive ul li a:hover, .widget_categories ul li a:hover, .widget_meta ul li a:hover, .widget_nav_menu li a:hover, .widget_pages ul li a:hover, .widget_recent_comments ul li a:hover, .widget_recent_entries ul li a:hover, .widget_services ul li a:hover, blockquote::before, button.scroltop, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, ol.comment-list li.comment .reply a, ul.primary li::before, .mt-team-seven .social-share-btn-content .social-icons a:hover, .widget_categories li span.badge, .icon-count-2:hover span.icon-count-number, .filter-navigation a::after, .footer-dark .social-icons li a, .site-footer .widget_services ul li a:hover, .hover-navigation a::after, .site-button-link.yellow, .widget_tag_cloud a:hover, .page-notfound span.title, blockquote.author-quote .fa-quote-right, .project-classic .mt-title::after {
  color: #747675 !important;
}

.page-wraper > .scroltop {
  color: #0B2039 !important;
}

#map {
  height: 400px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  #welcome .banner-text {
    margin-left: 2%;
    top: 20%;
    width: 40%;
  }
  #welcome .blurred-container {
    top: 20%;
    width: 53%;
  }
}
@media only screen and (max-width: 991px) {
  .logo-header .logo-header-absolute {
    height: 89px;
  }
  .is-fixed .logo-header .logo-header-absolute {
    height: 79px;
  }
  .navbar-collapse.collapse.in {
    z-index: 999999;
  }
  .regular-main {
    width: 94%;
  }
  .sub-page .grids-feature {
    width: 49%;
    margin-bottom: 2%;
  }
  .sub-page .grids-feature:after {
    content: unset;
  }
  .regular-feature:before {
    content: unset;
  }
}
@media only screen and (max-width: 768px) {
  .regular-main {
    width: 80%;
  }
  .inner-page-padding {
    padding-top: 100px;
  }
  .mobile-page-padding {
    padding-top: 100px;
  }
  .regular {
    margin-left: 10%;
    width: 80%;
  }
  .m-about-containt .author-info p, .m-about-containt .author-info span {
    font-size: 16px !important;
  }
  .regular-main-sub-page {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .about-us {
    padding-top: 20px !important;
  }
  .about-us h3 {
    font-size: 26px;
    line-height: 27px;
  }
  .about-us p {
    font-size: 18px;
    line-height: 19px;
  }
  .about-us .position-main {
    margin-top: 60px;
    width: 86%;
  }
  .HomePageServices .title-main h3.title-style {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 60px;
    margin-top: 15px;
  }
  .header-style-1 .is-fixed.color-fill .main-bar {
    background: #fff;
    border-bottom: 1px solid #0b2039;
    min-height: 100px;
  }
  .is-fixed .navbar-toggle {
    margin-top: 29px;
  }
  .is-fixed .logo-header .logo-header-absolute {
    height: 59px;
  }
  .logo-header .logo-header-absolute {
    height: 69px;
  }
  #welcome .banner-text {
    line-height: 39px;
    font-size: 25px;
    width: 34%;
  }
  #welcome .blurred-banner h2 {
    font-size: 25px;
    line-height: 26px;
  }
  #welcome .blurred-container {
    width: 44%;
  }
  #welcome .blurred-container {
    display: none;
  }
  #welcome .banner-text {
    margin-left: 0;
    top: 26%;
    width: 50%;
    left: 25%;
    text-align: center;
  }
  .blurred-container-absolute-main {
    display: flex;
  }
  .blurred-container-absolute-main .blurred-container-absolute .blurred-banner h2 {
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    padding-bottom: 5%;
  }
  .blurred-container-absolute-main .blurred-container-absolute .blurred-banner {
    height: unset;
    min-height: unset;
    padding-top: 5%;
    padding-bottom: 5%;
  }
}
@media only screen and (max-width: 585px) {
  .sub-page .grids-feature {
    width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .is-fixed .logo-header .logo-header-absolute {
    height: 45px;
  }
  #welcome .banner-text {
    width: 80%;
    left: 10%;
  }
}
@media only screen and (max-width: 425px) {
  .logo-header {
    padding: 0 15px 15px 15px;
    width: 130px;
    max-width: 130px !important;
    min-width: 130px !important;
  }
  .logo-footer img {
    width: 100px !important;
  }
  .inner-page-padding {
    padding-top: 75px;
  }
  .mobile-page-padding {
    padding-top: 75px;
  }
  #welcome .banner-text {
    width: 90%;
    left: 5%;
  }
}
@media only screen and (max-width: 400px) {
  .regular-new .slick-next {
    right: -9px;
    top: 44%;
  }
  .regular-new .slick-prev {
    left: -13px;
    top: 44%;
  }
  .regular-main {
    width: 90%;
  }
  .regular-main .btn-style {
    padding: 16px 16px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 340px) {
  .regular-main {
    width: 95%;
  }
  .regular-main .btn-style {
    padding: 16px 16px;
    font-size: 14px;
  }
  .regular-new .slick-next:before {
    font-size: 4rem;
  }
  .regular-new .slick-prev:before {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 325px) {
  .w3l-bottom-grids-6 .area-box img {
    width: 164px;
    height: 164px;
  }
}
@media (min-width: 992px) {
  .navbar-collapse.collapse.header-left {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    align-items: flex-end !important;
  }
}

/*# sourceMappingURL=styles.css.map */
