@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
li{list-style-type:none!important;}
a{text-decoration:none!important;}
html{scroll-behavior: smooth;}
.aka{font-family: Helvetica, cursive;}
p, .robo{font-family: 'Helvetica', sans-serif;}
.btn1{background-color:#dc2430;color:white!important; padding:10px 30px;transition: .5s;border-radius:50px;}
.btn2{background-color:#dc2430;color:white!important; padding:5px 14px;transition: .5s;border-radius:50px;}
.padd{padding:90px 0;}
.para{color: #000000!important;font-size:17px;line-height:1.6;font-family: 'Helvetica', sans-serif;}
.padds{margin:0!important; padding:0!important;}
/*navbar section*/
.navfnt{font-weight:bold; letter-spacing:1px;font-size:1.1em;font-family: Arial, sans-serif, cursive;}
.navbar-light .navbar-nav .active>.nav-link{color:#ee2426!important;}
.navbar-light .navbar-nav .active>.nav-link:hover{color:#ee2426!important;}
.navbar-light .navbar-nav .nav-link {color:#351c75!important;}
.navbar-light .navbar-nav .nav-link:hover{color:#ee2426!important;}
.logo{width:100px;}
/*welcome section*/
.welpic{width:300px;}
/*statement*/
.txt1 {position: relative; padding: 0 0 0 70px; margin-top: -50px;}
.heading{font-size:140px!important;}
.padd1{padding:90px 50px;}
.para1{font-size:15px;line-height:1.6;font-family: 'Helvetica', sans-serif;}
.iconi{font-size:50px!important;}
.icon {margin-right: 1em;}
.contact{
	position: relative; 
	background-image:url("../images/skyshots.jpg"); 
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0 253px;
}
.contact::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
	background-color:black;
	opacity:0.6;
    content: "";
}
hr {
    border-top: 1px solid white!important;
}
.para3{color:white!important;font-size:15px;line-height:1.4;font-family: 'Helvetica', sans-serif;}
.btn3{background-color:#dc2430;color:white!important; padding:8px 25px;transition: .5s;border-radius:10px;}
.content {position: relative; width: 100%; max-width: 400px; overflow: hidden;}
.content .content-overlay {
  background: rgba(0,0,0,0.3);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.content:hover .content-overlay{opacity: 1;}
.content-image{width: 100%;}
.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.content:hover .content-details{top: 50%; left: 50%; opacity: 1;}
.fadeIn-bottom{top: 80%;}

/** parallax **/
.parallax{
	position: relative; 
	background-image:url("../images/skyshots.jpg"); 
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding:40px 0;
}
.parallax::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
	background-color:black;
	opacity:0.6;
    content: "";
}
.parallaxpad{padding:65px 0;}
.section-services .header-section .title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translateX(30px);
	width: 10px;
	height: 3px;
	background-color: #504f93;
    border-radius: 3px;
}
.section-services .header-section .description {	font-size: 10px;    color: #282828;}
.section-services .single-service {
    position: relative;font-family: 'Helvetica', sans-serif;  
    margin-top: 30px;
    background-color: #fff;
    border-radius: 15px;
    padding: 60px 50px;
        overflow: hidden;
}
.section-services .single-service .content {	position: relative;	z-index: 20;}
.section-services .single-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 150px;
    height: 150px;
    background-color:    #f5df8a;
    border: 6px solid    #ab6d2c;
    border-radius: 50%;
    opacity: 0.5;
    z-index: 10;
    transition: all .6s;
}
.section-services .single-service:hover .circle-before {
	width: 100%;
	height: 100%;
	transform: none;
	border: 0;
	border-radius: 0;
	opacity: 1;
}
.section-services .single-service .icon {
	display: inline-block;
	margin-bottom: 26px;
    width: 70px;
    height: 70px;
    background-color: #ff4500;
    border-radius: 5px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    transition: all .3s;
}
.section-services .single-service:hover .icon {	background-color: #fff;	color: #ff4500;}
.section-services .single-service .title {
    margin-bottom: 18px;
	font-weight: 700;
    font-size: 23px;
    transition: color .3s;
}
.section-services .single-service:hover .title {	color: #8e0001;}
.section-services .single-service .description {    margin-bottom: 20px;    font-size: 14px;    transition: color .3s;}
.section-services .single-service:hover .description {	color: #fff;}
.section-services .single-service a {
	position: relative;
	font-size: 18px;
    color: #202020;
    text-decoration: none;
    font-weight: 500;
    transition: color .3s;
}
.section-services .single-service:hover a {	color: #fff;}
.section-services .single-service a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #ff4500;
	transition: background-color .3s;
}
.section-services .single-service:hover a:after {	background-color: #fff;}
.bgclo{background-color:#dc2430;}
.spl{color:#ed1c24;}
.headfnt{font-size:50px;}
.topclr1{background: #15151e;}
.txtfnt{font-size:25px;}
.clr {color:white !important;}
.heading4{font-size: 1.5rem;}
.tagcloud a {background: #30373e; padding: 6px 10px; float: left; font-style: italic; font-size: 12px; margin: 0 5px 5px 0; color:white;}
.tagcloud a:hover {background:yellow; color: #000;}
.brdtop{border-top:2px solid #ffbc1e;}
.wrdbrk{white-space: pre;}
.fullpad{padding:0!important; margin:0;}
.safetytipsbg {
    background-image: url("../images/safetytips.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.header-shadow-text {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -20px;
    width: 100%;
    font-family: 'Helvetica', cursive;
    text-transform: uppercase;
    text-align: center;
    font-size: 70px;
    line-height: 70px;
    color: rgba(60,60,60,.08);
    z-index: 1;
}
.parallax1{
	position: relative; 
	background-image:url("../images/spark.jpg"); 
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding:90px 0;
}
.parallax1::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
	background-color:black;
	opacity:0.4;
    content: "";
}
.fixer{border:1px solid white;padding:25px 0 25px 0;}
.eee{font-size:40px;}
.block-head {
	position: relative;
	margin-bottom: 20px;
	padding: 0 0 20px;
	border-bottom: 1px #cac9c9 solid;
	font-weight: normal;
	color: #b0812b;
}
.font{font-size: 45px;}
.block-head::before {
	position: absolute;
	bottom: -3px;
	left: 20px;
	width: 35px;
	height: 5px;
	content: "";
	display: inline-block;
	background-color: #ec2424;
}
.block-head::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 80px;
	height: 1px;
	content: "";
	display: inline-block;
	background-color: #ec2424;
  }
.icnclr1 {color: #559926!important; font-size: 30px!important;}
.icnclr2 {color: #b61818!important; font-size: 30px!important;}
.text4 {position: relative; padding: 0 0 0 46px; margin-top: -52px;}
.heading5{font-size: 1.9rem;}
.wapp{width:50px;}
.w0{width:0%;}
.fixed{position:fixed; z-index:2;}
.priceicn{width:60px;}
.priceicn2 {width: 120px;}
.point{bottom:10px; left:10px;}
.point1{bottom:70px; left:10px;}
.point2 {bottom: 15px; right: 10px;}
.blink img{
  -webkit-animation: blink 1s;animation: blink 1s;
  -webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;
  -moz-animation: blink 1s;animation: blink 1s;
  -moz-animation-iteration-count: infinite;
  -o-animation: blink 1s;animation: blink 1s;
  -o-animation-iteration-count: infinite;animation-iteration-count: infinite;
}
@keyframes blink {
  0% {
      opacity: 1;
  }
  50% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
      opacity: 1;
  }
  50% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
      opacity: 1;
  }
  50% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}
@-o-keyframes blink {
  0% {
      opacity: 1;
  }
  50% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}


@media (min-width:5px) and (max-width:767.98px){
.padd{padding:40px 0;}
.padd1{padding:40px 20px;}
.btn3{padding:6px 10px;}
}


@media (min-width:768px) and (max-width:992.98px){
.padd{padding:40px 0;}
.padd1{padding:40px 20px;}
}


@media (min-width:993px) and (max-width:1160px){
.navfnt{font-size:16px!important;}
.btn1{padding: 6px 12px;}
.fnts{font-size:14px;}
}


.text5 {
    position: relative;
    padding: 0 0 0 27px;
    margin-top: -35px;
}

#notfound {position: relative; height: 100vh;}
#notfound .notfound {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);}
.notfound {max-width: 410px; width: 100%; text-align: center;}
.oopslogo{width:350px;}
.notfound h2 {
	font-family: 'Helvetica', sans-serif;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;}
.notfound p {
	font-family: 'Helvetica', sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 5px;}
.notfound a {
	font-family: 'Helvetica', sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	background: #0046d5;
	display: inline-block;
	padding: 15px 30px;
	border-radius: 40px;
	color: #fff;
	font-weight: 700;
	-webkit-box-shadow: 0px 4px 15px -5px #0046d5;
	box-shadow: 0px 4px 15px -5px #0046d5;}

@media only screen and (max-width: 767px) {
.notfound .notfound-404 {height: 142px;}
.notfound .notfound-404 h1 {font-size: 112px;}
}