/*
Template Name 	: Dfolio - Multipurpose Responsive Bootstrap HTML Template
Author			: Code Blowing
Template URI	: https://dfolio.codeblowing.com
Version			: 2.0
Created Date	: 01-04-2020
Last Update		: 06-08-2022

---======================================================---

TABLE OF CONTENT

---======================================================---
1. General Styles
2. Header Styles
3. Slider Styles
4. About Styles
5. Service Styles
6. Facilities Styles
7. Blog Styles
8. Projects Styles
9. Widgets Styles
10. Footer Styles

*/
/* General Styles */
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
body {
  margin: 0;
  color: #072139;
  background-color: #f8f8f8;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  color: #072139;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #072139;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  -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;
}
a:hover {
  text-decoration: none;
  color: #072139;
}

textarea:hover {
  outline: 0px !important;
  box-shadow: none !important;
}
textarea:active {
  outline: 0px !important;
  box-shadow: none !important;
}
textarea:focus {
  outline: 0px !important;
  box-shadow: none !important;
}

input:hover {
  outline: 0px !important;
  box-shadow: none !important;
}
input:active {
  outline: 0px !important;
  box-shadow: none !important;
}
input:focus {
  outline: 0px !important;
  box-shadow: none !important;
}

button:focus {
  outline: 0px !important;
  box-shadow: none !important;
}
button:active {
  outline: 0px !important;
  box-shadow: none !important;
}
button:hover {
  outline: 0px !important;
  box-shadow: none !important;
}

label:focus {
  outline: 0px !important;
  box-shadow: none !important;
}

.form-group {
  margin-bottom: 1rem;
}

.media {
  display: flex;
}
.media > img {
  margin-right: 1rem;
}

.bg-primary {
  background: #0066cc !important;
}

.bg-dark {
  background: #072139 !important;
}

.active {
  color: #0066cc !important;
}

.spinner {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 9px solid #0066cc;
  animation: spinner-animation 0.8s infinite linear alternate, spinner-animation2 1.6s infinite linear;
}

@keyframes spinner-animation {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes spinner-animation2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
.preloader {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.preloader .spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}

.overlay {
  position: relative;
  z-index: 1;
}
.overlay:after {
  content: "";
  background: #072139 none repeat scroll 0 0;
  opacity: 0.5;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.site-logo a img {
  width: 110px;
  height: auto;
}

.title h2 {
  font-size: 3rem;
}

.separator {
  width: 80px;
  height: 2px;
}

.description p {
  font-size: 15px;
  width: 60%;
}

.page-bg {
  background: #072139 url("img/page-bg.jpg") no-repeat right top;
  padding: 200px 0;
}

.breadcrumb {
  background: transparent;
  padding: 1rem 0;
  margin-bottom: 0;
}

.breadcrumb-item {
  font-weight: bold;
  transition: 0.3s;
}
.breadcrumb-item a:hover {
  color: #0066cc;
}

.card-text {
  color: #6c757d;
}

.page-space {
  padding: 50px 0;
}

/* Button */
.btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  border: none !important;
  border-radius: 0 !important;
  padding: 10px 20px !important;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn:hover:before, .btn:focus:before, .btn:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.btn.btn-primary {
  background: #0066cc !important;
}
.btn.btn-primary::before {
  background: #ff9800 !important;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  color: #ffffff;
}
.btn.btn-dark {
  background: #072139 !important;
}
.btn.btn-dark::before {
  background: #0066cc !important;
}
.btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark:active {
  color: #ffffff;
}
.btn.btn-white, .btn.btn-light {
  background: #ffffff !important;
}
.btn.btn-white::before, .btn.btn-light::before {
  background: #ff9800 !important;
}
.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active, .btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light:active {
  color: #ffffff;
}

/* Header Styles */
.header-social ul {
  display: flex;
  gap: 15px;
  list-style: none;
  justify-content: right;
}
.header-social ul li a {
  font-size: 16px;
  color: #ffffff;
}
.header-social ul li a:hover {
  color: #ff9800;
}
.header-social ul li:last-child a:after {
  content: "";
  clear: inherit;
}

.main-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.menu-container .menu {
  display: flex;
}
.menu-container .menu li a {
  color: #072139;
  font-size: 15px;
  text-transform: uppercase;
  padding: 5px 10px;
  margin: 0 5px;
  font-family: Roboto;
  font-weight: bold;
}
.menu-container .menu li a:hover {
  color: #0066cc;
}
.menu-container .menu > li > a {
  padding: 20px 10px;
}
.menu-container .menu > li.has-sub > a {
  padding-top: 18px;
}
.menu-container .menu .has-sub {
  position: relative;
}
.menu-container .menu .has-sub > a:after {
  content: "\f107";
  margin-left: 5px;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.menu-container .menu .has-sub .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  background: #ffffff;
  min-width: 150px;
  opacity: 0;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  visibility: hidden;
  -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;
}
.menu-container .menu .has-sub:hover .submenu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #ffffff;
  animation: 0.5s slideInDown both;
}

.mean-container .mean-bar {
  position: initial;
}
.mean-container .mean-bar .meanmenu-reveal {
  color: #072139 !important;
  transition: none !important;
  top: 18px !important;
}
.mean-container .mean-bar .meanmenu-reveal span {
  background-color: #072139 !important;
}
.mean-container .mean-bar .mean-nav {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  margin-top: 0;
  overflow-y: auto;
  max-height: 300px;
  background-color: #0066cc;
}
.mean-container .mean-bar .mean-nav ul li a.mean-expand {
  height: 25px;
}
.mean-container .mean-nav ul li a {
  padding: 13px 5%;
}

@media all and (max-width: 991px) {
  .main-header-wrapper {
    padding: 15px 0;
  }
}
/* Slider Styles */
.owl-carousel {
  position: relative;
}

.slide1 {
  background-image: url("img/slider/1.jpg");
}

.banner-bg {
  background-image: url("img/slider/banner-bg.jpg");
}

.slide2 {
  background-image: url("img/slider/2.jpg");
}

.slide3 {
  background-image: url("img/slider/3.jpg");
}

.slide-item {
  padding: 200px 0;
  background-position: center;
  background-repeat: no-repeat;
}
.slide-item .slide-content .subtitle h3 {
  color: #ffffff;
}
.slide-item .slide-content .title h2 {
  color: #ffffff;
}

.home-slider .owl-nav {
  position: absolute;
  bottom: 0;
  left: 48%;
  z-index: 1000;
}
.home-slider .owl-nav button {
  margin-right: 1rem;
}
.home-slider .owl-nav button:last-child {
  margin-right: 0;
}
.home-slider .owl-nav button i {
  font-size: 18px;
  color: #ffffff;
}

/* Services Styles */
.service-item {
  transition: 0.5s;
}
.service-item .service-icon i {
  font-size: 40px;
  border-radius: 50%;
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 5rem;
  text-align: center;
}
.service-item .service-des p {
  color: #6c757d;
}
.service-item:hover {
  background: #0066cc;
  color: #ffffff;
  border-color: transparent !important;
}
.service-item:hover .service-icon i {
  background: #ffffff;
  border-color: transparent !important;
  color: #0066cc;
}
.service-item:hover .service-title h5 {
  color: #ffffff;
}
.service-item:hover .service-des p {
  color: #ffffff;
}

/* Facilities Styles */
.site-list ul li {
  font-weight: bold;
  margin-bottom: 1rem;
}
.site-list ul li:last-child {
  margin-bottom: 0;
}
.site-list ul li::before {
  content: "\f00c";
  margin-right: 5px;
  font-size: 16px;
  color: #0066cc;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.site-list.checked-icon ul li::before {
  content: "\f14a";
}

/* Blog Styles */
.post-thumb a img {
  transition: 0.5s;
}

h5.card-title a {
  font-size: 1.2rem;
}
h5.card-title a:hover {
  color: #0066cc !important;
}

.card:hover .post-thumb a img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.comments img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.reply {
  border: 1px solid #072139;
  padding: 3px 5px;
}

/* Projects Styles */
.project-nav ul li {
  border: 1px solid #dee2e6;
  padding: 5px 15px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}
.project-nav ul li:hover {
  background: #0066cc;
  border-color: #0066cc;
  color: #ffffff;
}

.projects-items a .card-title {
  transition: 0.3s;
}
.projects-items a:hover .card-title {
  color: #0066cc;
}

.mixitup-control-active {
  background-color: #0066cc !important;
  border-color: #0066cc !important;
  color: #ffffff;
}

/* Widgets Styles */
.footer-widget .widget-content ul li a {
  color: #ffffff;
  padding: 3px 0;
}
.footer-widget .widget-content .media-body h6 {
  color: #ffffff;
  transition: 0.3s;
}
.footer-widget .widget-content .media-text {
  color: #ffffff;
  transition: 0.3s;
  font-size: 14px;
}
.footer-widget .widget-title h5 {
  color: #ffffff;
}
.footer-widget .widget-title .separator {
  background-color: #ffffff;
}

.sidebar-widget .widget-content ul li a {
  border-bottom: 1px solid #dee2e6;
  display: block;
  padding: 8px 5px;
  font-size: 16px;
}
.sidebar-widget .widget-content ul li a:hover {
  border-color: #0066cc;
}
.sidebar-widget .widget-content .media-body h6 {
  color: #072139;
  transition: 0.3s;
}
.sidebar-widget .widget-content .media-text {
  color: #072139;
  transition: 0.3s;
  font-size: 14px;
}
.sidebar-widget .widget-content .tags li a {
  border-color: #dee2e6;
}
.sidebar-widget .widget-content .tags li a:hover {
  border-color: #0066cc;
  background: #0066cc;
  color: #ffffff;
}
.sidebar-widget .widget-title h5 {
  color: #072139;
}
.sidebar-widget .widget-title .separator {
  background-color: #072139;
}

.widget-content .tags li a {
  border: 1px solid #ffffff;
  padding: 0 10px !important;
  margin-bottom: 5px;
  font-size: 16px;
}
.widget-content .tags li a:hover {
  background: #ffffff;
  color: #0066cc;
}
.widget-content ul li a:hover {
  color: #0066cc;
}
.widget-content .media-body h6:hover {
  color: #0066cc;
}

.reply:hover {
  border-color: #007BFF;
  background: #007BFF;
  color: #ffffff;
}

.footer-social ul li a {
  border: 1px solid #ffffff;
  padding: 0 8px;
  margin: 0 5px;
}
.footer-social ul li a:hover {
  background: #007BFF;
  border-color: #007BFF;
  color: #ffffff;
}

/* Footer Styles */
.copyright {
  background: #072139;
}

.copyright-text a {
  transition: 0.3s;
}
.copyright-text a:hover {
  color: #0066cc !important;
}

.icon i {
  display: inline-block;
  margin-top: 0.8rem;
  margin-right: 0.8rem;
  font-size: 25px;
  color: #0066cc;
}

.google-map iframe {
  width: 100%;
  height: 500px;
  margin-top: 2rem;
}

.scrolltop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 20;
  display: none;
}
.scrolltop a {
  display: block;
  background-color: #0066cc;
  border-radius: 5px;
  color: #ffffff;
  font-size: 25px;
  width: 45px;
  height: 45px;
  text-align: center;
  transition: 0.3s;
  scroll-behavior: smooth;
}
.scrolltop a:hover {
  background-color: #ff9800;
  color: #072139;
}

.footer-social ul li {
  display: inline-block;
}
.footer-social ul li a {
  vertical-align: middle;
  font-size: 18px;
  color: #ffffff;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
}
.footer-social ul li a:hover {
  color: #f8f8f8;
}

@media all and (max-width: 992px) {
  .top-bar-info {
    text-align: center;
  }
  .header-social ul {
    justify-content: center;
  }
  .footer-social {
    margin: 8px 0 !important;
  }
  .footer-social ul {
    text-align: center;
  }
  .copyright-text {
    text-align: center;
    margin: 8px 0 !important;
  }
  .slide-item, .page-head {
    padding: 100px 0 !important;
  }
  .title h2 {
    font-size: 2rem;
  }
  .description p {
    width: 100%;
  }
  .subtitle h3 {
    font-size: 1.5rem;
  }
  .call-btn {
    text-align: center;
    margin-top: 1rem;
  }
  #site_nav {
    overflow: auto;
    max-height: 300px;
  }
  #site_nav .navbar-nav > li > a {
    padding: 5px 10px;
  }
}
@media all and (max-width: 575px) {
  .page-head {
    padding: 60px 0 !important;
  }
}
@media all and (max-width: 480px) {
  .top-bar {
    display: none;
  }
  .slide-item {
    padding: 20px 0 !important;
  }
}

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