/*--------------------- Copyright (c) 2023 -----------------------
[Master Stylesheet]
-------------------------------------------------------------------

[Table of contents]

1. Preloader
2. overall reset
3. Body
4. Heading
5. Responsive css Start / .prt_counter_box
-------------------------------------------------------------------*/
.mySlides {display:none;}


header {
  padding: 0.5rem 0;
}
/*---------- Preloader Start -------*/
#preloader {
	background-color: #000000;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2147483647;
	width: 100%;
	height: 100%;
}
#status {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
/*---------- Preloader end -------*/
/*---------- reset start -------*/
*{
  margin: 0;
  padding: 0;
  border: 0;
  }
 /*---------- reset end -------*/
/*--------- Body Strat -------*/
body {
	font-family: 'Montserrat', 'open sans', 'PT Sans';
	font-size: 15px;
	line-height: 1.5;
	color: #717171;
	background-color:#ffffff;
	-webkit-font-smoothing: antialiased;
}
/*--------- Body End -------*/
/*---------- Typography Css Start -------*/

h1, h3, h4, h5, h6, .h1, .h3, .h4, .h5, .h6 {
	font-family: 'Montserrat', 'open sans', 'PT Sans';
	font-weight: 400;
	line-height: 1.1;
	color: #202020;
}

/*---------- Heading Css Start -------*/

.prt_heading{
	margin-bottom:50px;
    display: inline-block;
	position:relative;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_heading h1{
	font-size:40px;
	margin:0px;
	text-transform:uppercase;
	position:relative;
	width:auto;
	font-weight:500;
	padding-bottom:15px;
}
.prt_heading h1:after{
	content:"";
	position:absolute;
	background-color:#202020;
	width:100%;
	height:2px;
	top:100%;
	left:0;
}
.prt_heading h2{
    font-size: 18px;
    text-align: right;
    width: auto;
    text-transform: uppercase;
    background-color: #ffffff;
    margin: 0px;
    padding-left: 10px;
    position: absolute;
    right: 0;
    bottom: -10px;
	color:#f6483b;
    font-weight: 500;
}
.prt_heading_wrapper_2{
	text-align:left;
}
.prt_heading_wrapper_2 .prt_heading{
	margin-bottom:30px;
}
/*---------- Button css End -------*/
/*---------- Typography css End -------*/
/*---------- Main Wrapper css Start -------*/
/*---------- About css Start -------*/
/*---------- Services css Start -------*/
/*---------- Portfolio css Start -------*/
/*---------- Footer css Start -------*/
/*---------- Main Wrapper css End -------*/
/*---------- Responsive css Start -------*/
@media (max-width: 479px) {

    .prt_heading h1 {
        font-size: 34px;
}

}

.lbg {
background: #1a1d20;
background-color: #1a1d20;
background-image: linear-gradient(90deg,#1a1d20,#969696);}

.hbg {
background: #006751e6;
background-color: #006751e6;
background: linear-gradient(90deg,#fff,#006751);}
