/*

Blaster Template

http://www.templatemo.com/tm-472-blaster

*/

body
{
	background: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	position: relative;
}

html,body {
	width: 100%;
	overflow-x: hidden;
}

h1,h2,h3,h4 {
	font-weight: bold;
}

.heading {
	font-size: 60px;
}
.subheading {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 60px;
}
.bold {
	font-weight: bold;
}

p {
	letter-spacing: 0px;
	line-height: 28px;
}

#about,
#about,
#service-area,
#faq,
#contact {
	padding-top: 100px;
	padding-bottom: 100px;
}

#about .fa {
	font-size: 28px;
	min-width: 34px;
}

/* start navigation */
.custom-navbar {
    background: #ffffff;
    margin-bottom: 0;
}
.custom-navbar .navbar-brand  {
	color: #303030;
	font-size: 40px;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 10px;
}

.custom-navbar .navbar-brand::before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><circle cx="100" cy="100" r="100" fill="%23182825ff"/><circle cx="100" cy="100" r="95" fill="none" stroke="%2322aed1ff" stroke-width="3"/><g><rect x="70" y="40" width="60" height="100" fill="%2322aed1ff" rx="4"/><rect x="65" y="35" width="70" height="12" fill="%2322aed1ff" rx="2"/><rect x="75" y="45" width="50" height="85" fill="%23182825ff" opacity="0.3" rx="2"/><path d="M 85 35 Q 80 25 85 15" stroke="%2322aed1ff" stroke-width="4" fill="none" stroke-linecap="round"/><path d="M 100 30 Q 95 18 100 5" stroke="%2322aed1ff" stroke-width="4" fill="none" stroke-linecap="round"/><path d="M 115 35 Q 120 25 115 15" stroke="%2322aed1ff" stroke-width="4" fill="none" stroke-linecap="round"/><line x1="75" y1="60" x2="125" y2="60" stroke="%23182825ff" stroke-width="1" opacity="0.5"/><line x1="75" y1="80" x2="125" y2="80" stroke="%23182825ff" stroke-width="1" opacity="0.5"/><line x1="75" y1="100" x2="125" y2="100" stroke="%23182825ff" stroke-width="1" opacity="0.5"/><line x1="75" y1="120" x2="125" y2="120" stroke="%23182825ff" stroke-width="1" opacity="0.5"/></g><path d="M 60 145 L 100 120 L 140 145 Z" fill="none" stroke="%2322aed1ff" stroke-width="2" opacity="0.6" stroke-linejoin="round"/><line x1="50" y1="160" x2="150" y2="160" stroke="%2322aed1ff" stroke-width="2" opacity="0.4"/></svg>') center / contain no-repeat;
	background-size: contain;
}

.logo-text {
	font-size: 18px;
	font-weight: 700;
	color: #303030;
	margin: 0;
	padding: 0;
	letter-spacing: 0.5px;
	display: block;
	line-height: 1.2;
	text-transform: uppercase;
	font-style: normal;
}
.custom-navbar .navbar-brand .navbar-toggle {
    background: #55acee;
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}
.custom-navbar .nav li a {
    color: #505050;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 4px;
    padding-right: 20px;
    padding-left: 20px;
	transition: all 0.3s ease-in-out;
}
.custom-navbar .nav li a:hover {
  	background: #016fb9ff;
  	color: #ffffff;
  	transition: all 0.3s ease-in-out;
}
.custom-navbar .nav > li > a:focus {
  	background-color: transparent;
  	outline: none;
}
.custom-navbar .nav li.active > a {
    background-color: #016fb9ff;
    color: #ffffff;
}
.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}
.custom-navbar .navbar-toggle .icon-bar {
    background: #016fb9ff;
    border-color: transparent;
}
@media(min-width:768px){
    .custom-navbar {
            background: #ffffff;
            padding: 14px;
            border-bottom: 0;
            background: 0 0;
         }
    .custom-navbar.top-nav-collapse {
            padding: 14px;
            background: #fff;
            border-bottom: 1px solid #eeeeee;
        }
}

/* Logo responsive styles */
@media(max-width: 767px) {
  .custom-navbar .navbar-brand {
    font-size: 28px;
    gap: 8px;
  }
  
  .custom-navbar .navbar-brand::before {
    width: 32px;
    height: 32px;
  }
  
  .logo-text {
    font-size: 14px;
    letter-spacing: 0.3px;
  }
  
  .custom-navbar {
    padding: 8px 0;
  }
}

@media(max-width: 568px) {
  .custom-navbar .navbar-brand {
    font-size: 24px;
    gap: 6px;
  }
  
  .custom-navbar .navbar-brand::before {
    width: 28px;
    height: 28px;
  }
  
  .logo-text {
    font-size: 12px;
    letter-spacing: 0px;
  }
}

@media(max-width: 480px) {
  .custom-navbar .navbar-brand {
    font-size: 20px;
    gap: 5px;
  }
  
  .custom-navbar .navbar-brand::before {
    width: 24px;
    height: 24px;
  }
  
  .logo-text {
    font-size: 11px;
  }
}

/* home section */
#home {
  background: url('../images/home-bg.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  text-align: center;
  position: relative;
  overflow: hidden;
}

#home::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.25);
  z-index: 0;
}

#home .container {
  position: relative;
  z-index: 1;
  animation: fadeInUp 1s ease-in-out;
}

#home hr {
  border: none;
  height: 3px;
  background: linear-gradient(90deg, transparent, #22aed1ff, transparent);
  width: 100px;
  margin: 25px auto;
}

#home h3 {
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #303030;
  text-transform: uppercase;
}

#home h3 .bold {
  font-weight: 700;
  letter-spacing: 1px;
}

#home .heading {
  font-size: 64px;
  font-weight: 800;
  color: #303030;
  margin: 20px 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  letter-spacing: -1px;
  line-height: 1.1;
}

#home > .container > .row > .col-md-12 > p {
  font-size: 20px !important;
  color: #505050;
  font-weight: 500;
  margin: 30px 0 40px 0 !important;
  letter-spacing: 0.5px;
}

#home .btn {
  background: linear-gradient(135deg, #016fb9ff 0%, #22aed1ff 100%);
  border-radius: 50px;
  border: none;
  color: #ffffff;
  font-weight: 700;
  padding: 18px 60px;
  margin-top: 20px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1px;
  box-shadow: 0 8px 25px rgba(1, 111, 185, 0.3);
  text-transform: uppercase;
  display: inline-block;
}

#home .btn:hover {
  background: linear-gradient(135deg, #22aed1ff 0%, #016fb9ff 100%);
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(1, 111, 185, 0.45);
}

#home .btn:active {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(1, 111, 185, 0.3);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* about section */
#about .col-md-4 .fa,
#about .col-lg-4 .fa,
#about .col-sm-4 .fa {
  background: #22aed1ff;
  border-radius: 50%;
  color: #ffffff;
  font-size: 32px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin-bottom: 10px;
}
#about .col-md-6 {
  padding-top: 60px;
}
#about .col-md-6 h3 {
  padding-top: 40px;
  padding-bottom: 10px;
}
#about .col-md-6 p {
  padding-bottom: 30px;
}
#about span {
  display: block;
  padding-bottom: 6px;
}
#about .progress {
  border-radius: 0;
  box-shadow: none;
  height: 6px;
}
#about .progress .progress-bar-primary {
  background: #016fb9ff;
}

/* portfolio section */
#services {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f9f9f9;
  text-align: center;
}

.service-box {
  padding: 30px 20px;
  background: #ffffff;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}

.service-box:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transform: translateY(-2px);
}

.service-box i {
  font-size: 40px;
  color: #016fb9ff;
  margin-bottom: 20px;
  display: block;
}

.service-box h3 {
  color: #303030;
  font-size: 18px;
  margin-bottom: 15px;
}

.service-box p {
  font-size: 14px;
  color: #666;
}

#service-area {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #ffffff;
  text-align: center;
}

#services .row {
  display: flex;
  flex-wrap: wrap;
}

#services .col-md-4 {
  display: flex;
}

#services .service-box {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#cta-1,
#cta-2 {
  background: linear-gradient(135deg, #404040 0%, #303030 100%);
  padding: 80px 20px;
  text-align: center;
  margin: 60px 0;
}

#cta-1 {
  background: linear-gradient(135deg, #016fb9ff 0%, #22aed1ff 100%);
}

#cta-1 h2 {
  color: #ffffff !important;
}

#cta-1 p {
  color: #ffffff !important;
}

.btn-cta {
  background: #22aed1ff;
  border: 2px solid #22aed1ff;
  color: #ffffff;
  font-weight: bold;
  padding: 18px 50px;
  font-size: 16px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.btn-cta:hover {
  background: transparent;
  color: #22aed1ff;
  border-color: #22aed1ff;
}

#cta-2 .btn-cta {
  background: #22aed1ff;
  color: #ffffff;
  border-color: #22aed1ff;
}

#cta-2 .btn-cta:hover {
  background: transparent;
  color: #22aed1ff;
  border-color: #22aed1ff;
}

/* Detailed Service Sections */
#detailed-service-1,
#detailed-service-2,
#detailed-service-3 {
  padding: 100px 20px;
  background: #ffffff;
}

#detailed-service-2 {
  background: #f9f9f9;
}

.section-title {
  font-size: 36px;
  color: #303030;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.title-hr {
  border: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #22aed1ff, transparent);
  width: 100px;
  margin: 0 auto 40px;
}

#detailed-service-1 h3,
#detailed-service-2 h3,
#detailed-service-3 h3 {
  color: #303030;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
}

#detailed-service-1 p,
#detailed-service-2 p,
#detailed-service-3 p {
  color: #505050;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 15px;
}

.service-features {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.service-features li {
  padding: 10px 0;
  color: #505050;
  font-size: 15px;
  line-height: 22px;
}

.service-features i {
  color: #016fb9ff;
  margin-right: 12px;
  font-size: 16px;
}

/* Footer Enhancements */
footer {
  background: url('../images/footer-bg.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  text-align: left;
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
}

footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 0;
}

footer .container {
  position: relative;
  z-index: 1;
}

.footer-title {
  color: #22aed1ff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.footer-text {
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 10px;
}

.footer-text a {
  color: #22aed1ff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.footer-text a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-text i {
  color: #22aed1ff;
  margin-right: 8px;
  width: 16px;
}

@media screen and (max-width: 767px) {
  footer {
    text-align: center;
  }
  
  .footer-title {
    margin-top: 20px;
  }
  
  .section-title {
    font-size: 28px;
  }
  
  .service-box {
    height: auto;
  }
  
  #detailed-service-1 h3,
  #detailed-service-2 h3,
  #detailed-service-3 h3 {
    font-size: 20px;
  }
}

.faq-item {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 20px;
  border-left: 4px solid #016fb9ff;
  text-align: left;
  border-radius: 2px;
}

.faq-question {
  color: #303030;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
  cursor: pointer;
}

.faq-answer {
  color: #666;
  font-size: 14px;
  margin: 0;
  line-height: 24px;
}

#portfolio {
  padding-top: 100px;
  background: #f9f9f9;
  text-align: center;
  display: none;
  }
#portfolio .container {
  width: 100%;
  padding: 0;
  margin: 0;
}
#portfolio .col-md-4 {
  padding: 0;
  margin: 0;
}
#portfolio img {
  width: 100%;
  transition: all 0.4s ease-in-out;
}
#portfolio img:hover {
  opacity: 0.6;
}
/* FILTER CSS - HIDDEN */
.filter-wrapper {
    display: none;
    width: 100%;
    margin: 40px 0 24px 0;
    overflow: hidden;
    text-align: center;
}
.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}
.filter-wrapper li a {
    color: #999999;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.filter-wrapper li .selected,
.filter-wrapper li a:focus,
.filter-wrapper li a:hover {
    background: #016fb9ff;
    color: #ffffff;
    outline: none;
  }

/* ISOTOPE BOX CSS - HIDDEN */
.iso-box-section {
    display: none;
    width: 100%;
}
.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fluid-img {
  width: 100%;
  display: block;
}

/* team section */
#team {
  display: none;
  text-align: center;
}
#team h3 {
  color: #202020;
  line-height: 4px;
}
#team .team-des {
  padding-top: 20px;
  padding-bottom: 40px;
}

/* contact section */
#contact {
  background: #ffffff;
  text-align: center;
}
#contact .fa {
  font-size: 40px;
}
#contact form {
  padding-top: 80px;
}
#contact .form-control {
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
#contact .form-control:focus {
  border: 2px solid #808080;
}
#contact input {
  height: 50px;
}
#contact input[type="submit"] {
  border: 2px solid #808080;
  margin-top: 18px;
  height: 54px;
}
#contact input[type="submit"]:hover {
  background: #808080;
  color: #ffffff;
}
#contact textarea {
  height: 170px;
}
.contact-info-box h3 { font-size: 16px; }

/* footer section */
footer {
  background: url('../images/footer-bg.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

footer p {
  color: #ffffff;
  font-size: 14px;
}

footer a {
  color: #22aed1ff;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}
.social-icon {
  display: none;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 0;
}
.social-icon li a {
  border-radius: 50%;
  color: #303030;
  font-size: 32px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
  margin-right: 10px;
}
.social-icon li a:hover {
  background: #22aed1ff;
}

/* copyright section */
#copyright {
  background: #404040;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}
#copyright p {
  padding-top: 20px;
}
#copyright a {
	color: #fff;
}
#copyright a:hover {
	color: #22aed1ff;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
}
#copyright .fa {
  background: #383838;
  color: #ffffff;
  font-size: 18px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all 0.4s ease-in-out;
}
#copyright .fa:hover {
  background: #22aed1ff;
  color: #ffffff;
}

@media screen and (min-width: 992px) {
  @-moz-document url-prefix() {
    #portfolio .col-lg-4,
    #portfolio .col-md-4 {
      width: 33.333%;
    }
  }    
}

@media ( max-width: 980px ) {
  .custom-navbar .navbar-brand {
    font-size: 24px;
  }
  #about img {
    padding-top: 40px;
  }
  #contact form {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .contact-info-box { margin-bottom: 20px; }
  .contact-info-box:last-child { margin-bottom: 0; }
  .faq-item {
    padding: 15px;
    margin-bottom: 15px;
  }
  .service-box {
    margin-bottom: 20px;
  }
}

@media (max-width: 450px) {
  .heading {
    font-size: 40px;
  }
  #about .col-md-4 .fa {
    margin-top: 32px;
  }
  #contact h3 {
    font-size: 16px;
    padding-bottom: 40px;
  }
}
