@import url('https://fonts.googleapis.com/css2?family=Patua+One&family=Roboto&display=swap');
html{scroll-behavior:smooth;}
li{list-style-type:none!important;}
a{text-decoration:none!important;}
.heading1{font-size: 2.5rem;} .heading2{font-size: 2rem;} .heading3{font-size: 1.75rem;} .heading4{font-size: 1.5rem;} .heading5{font-size: 1.25rem;} .heading6{font-size: 1rem;}
.pad{padding:90px 0;}
.wrdbrk {white-space: pre;}
.raleway{font-family: 'Patua One', cursive;}
.roboto{font-family: 'Roboto', sans-serif;}
.navfont{font-family: 'Patua One', cursive; font-size: 18px;}
.logo{width:220px;}
.vlogo{width:280px;}
.clr{color:#437099;}
.clr1{color:#da251d;}
.clr2{color:#b47f14;}
.bodybg{background-color: #fffae045;}
.topbg{background-color: #da241e;}
.smallfnt{font-size: 15px;}
.smallfnt1{font-size: 14px; color:#777;}
.navbottom{ box-shadow: 0px 15px 10px -15px #bbb;}
.smart-scroll{
	position: sticky!important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;}
.scrolled-down{transform:translateY(-100%); transition: all 0.3s ease-in-out;}
.scrolled-up{transform:translateY(0); transition: all 0.3s ease-in-out;}
.navbar-light .navbar-nav .active>.nav-link{color: #da251d!important;}
.whybox {
    border-radius: 5px;
    box-shadow: 0 2px 15px 0 rgba(70,92,136,.2);
    position: relative !important;
    top: 0px;
    padding: 30px!important;
    background: #da251d;
    border-radius: 4px;
    color: #fff;
	z-index:999;}
.icon-boxs {
	position: relative !important;
    top: 0px;
    text-align: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
    width: 100%;
	z-index:999;
	color: #444444;}
.icon-boxs i {
    font-size: 40px;
    color: #da251d;
    margin-bottom: 30px;}
.video-box {
    background: url("../images/machines.jpg") center center no-repeat;
    background-size: auto;
    background-size: cover;
    min-height: 500px;}
.play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#da251d 50%, rgba(218, 37, 29, 0.58) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;}
.play-btn::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgb(218, 37, 29);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);}
.play-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);}
.play-btn:hover::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;}
.play-btn:hover::after {border-left: 15px solid #da251d; transform: scale(20);}
@keyframes pulsate-btn{
	0% {
		transform: scale(0.6, 0.6);
		opacity: 1;
	}
	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}
.icon-box {margin-top: 40px;}
.icon-box .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 2px solid #da251da1;
    border-radius: 50px;
    transition: 0.5s;}
.icon-box .icon i {color: #da251d; font-size: 32px;}
.icon-box .title {
    margin-left: 85px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size:24px;}
.icon-box .description {
    margin-left: 85px;
    line-height: 24px;
    font-size: 15px;}
.icon-box:hover .icon {background: #da251d; border-color: #da251d;}
.icon-box:hover .icon i {color: #fff;}
#counter{background: rgba(black, .05);}
#counter li{flex: 1; text-align: center;}
#counter li span.percent:after { content: ""; display: inline-block;}
.counttext{color: #535353; font-size: 45px;}
.bannerhead {color: #535353; font-size: 45px; text-transform: uppercase; line-height: 1.3em;}
.count-box {
    padding: 30px 30px 25px 30px;
    width: 100%;
    position: relative;
    text-align: center;
    background: #fff;}
.count-box i {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    background: #da251d;
    color: #fff;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;}
.count-box i {font-size: 24px; color: #fff;}
.bgback{background: #ffdfde;}
.fullpad{margin:0!important; padding:0!important;}
.icon-box-6 {
    border: 1px solid #eae9e9;
    padding: 1.25rem 1.25rem 0;
    text-align: center;
    margin-bottom: 25px;
    transition: all ease-in-out 0.3s;
    background: #fde4e3a8 ;}
.icon-box-6 h3 {color: #000;}
.icon-box-6 p {color: #000;}
.icon-box-6 .btn-arrow{
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 2.25rem;
    color: #FFF;
    border-radius: 50%;
    display: inline-block;
    bottom: -25px;
    position: relative;}
.bg-navy-blue {background: #232135;}
.iconboxi{font-size: 28px!important; position: relative; top: -6px; left: 3px;}
.icon-box-6 .btn-arrow:hover {background:#b58420; color: #FFF;}
.brdrad{border-radius: 100px;}
.icon-box-6:hover {background: #da251d; border-color: #da251d;}
.icon-box-6:hover h3 {color: #fff;}
.icon-box-6:hover p {color: #fff;}
.footer{ 
    background: #303030 url("../images/footer-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
    color: #747474;
    padding: 80px 0 5px 0;}
.footer .widget-title {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 15px;
    text-transform: uppercase;
    color: #fff;}
.footer .widget-title::before {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0px;
    width: 50px;
    height: 1px;
    background: #da251d;
    left: 0;
    z-index: 1;}
.footer .widget-title::after {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0px;
    width: 100px;
    height: 1px;
    background: rgba(255,255,255,.3);
    left: 0;}
.bg-overlay {position: relative;}
.bg-overlay::after {
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;}
.footbox{position: relative; z-index: 1;}
.footer-social ul li {margin: 0 10px 0 0; display: inline-block;}
.footer-social ul li a i {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border-radius: 50%;
    color: #9b9b9b;
    background: #2b2b2b;
    text-align: center;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    transition: 400ms;}
.footer-social ul li a i.fa-facebook:hover {background: #677fb5;}
.footer-social ul li a i.fa-twitter:hover {background: #00aced;}
.footer-social ul li a i.fa-instagram:hover {background-image: linear-gradient(to bottom right, #4b52ce,#c63071,orange);}
.footer-social ul li a i.fa-youtube-play:hover {background: #cd201f;}
.footer-social ul li a i:hover {color: #fff;}
.footer-widget ul.list-arrow li {border-bottom: 1px solid rgba(255,255,255,.07); padding: 6px 0;}
ul.list-arrow li::before {
    font-family: FontAwesome;
    content: "\f105";
    margin-right: 10px;
    color: #da251d;
    font-size: 16px;}
.footer-widget ul.list-arrow li a {color: #747474;}
.text1 {position: relative; padding: 0 0 0 28px; margin-top: -39px;}
.footclr{color: #747474!important;}
.text2 {position: relative; padding: 0 0 0 45px; margin-top: -30px;}
.productfnt{font-size:50px;}
.section-content {
    background: #fff;
    border-left: 6px solid #da251d;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    -webkit-box-shadow: 0 6px 12px 0px #d3dbe33d;
	box-shadow: 0 6px 12px 0px #d3dbe33d;}
.round-box {
    position: absolute;
    top: 200px;
	right: 5px;
    width: 160px;
    height: 160px;
    border: 15px solid rgba(255, 255, 255, 0.10);
    border-radius: 50%;
    animation: fa-spin 5s ease 1;
    z-index: 99;}
.round-box .inner {
    display: block;
    width: 100%;
    height: 100%;
    background: #da251d;
    border-radius: 50%;
    padding: 33px 0;}
.round-box .inner p {
    color: #ffffff;
    font-size: 30px;
    line-height: 22px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    text-align: center;}
.site-btn {
    border-radius: 40px;
    border: 2px solid #da251d;
    display: inline-block;
    padding: 8px 27px;
	position: relative;
    font-weight: 700;
    color: #000;
    background: #fff;}
.site-btn1 {
    padding: 8px 27px;
    font-weight: 700;
	display: inline-block;
	position: relative;
    color: #da251d;
    background: transparent;
	font-size: 15px;}
.site-btn .icon {
    width: 40px;
    height: 40px;
    background: #da251d;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 6px 12px 0px #ee860047;
    box-shadow: 0px 6px 12px 0px #ee860047;
    margin-left: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;}
.brdlft{border-left:4px solid #da251d;}
.pt{font-size: 18px; line-height: 40px;}
.parallax2 {
    background-image: url("../images/contactbg.jpg");
    height: auto;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}
.btn-effect1 {background: #da251d; color: white!important; padding: 10px 30px;}
.aboutpad{padding:90px 0 0 0;}
.abtparalx {
    background-image: url("../images/abttech.jpg");
    height: auto;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;}
.icon-box-3 .service-icon {
    height: 81px;
    width: 81px;
    border-style: solid;
    border-width: 4px;
    border-color: rgba(6, 22, 58, 0.11);
    background: transparent;
    position: relative;
    z-index: 10;
    margin-top: 25px;
    border-radius: 0;
    box-shadow: none;}
.icon-box-3 .service-icon::before {
    height: 81px;
    width: 81px;
    position: absolute;
    content: '';
    border-style: solid;
    border-width: 4px;
    border-color: rgba(6, 22, 58, 0.11);
    background: transparent;
    z-index: -1;
    left: -20px;
    top: -20px;}
.icon-box-3 .service-icon i {
    height: 100%;
    font-size: 40px;
    color: #da251d;
    width: 100%;
    position: absolute;
    left: 0;
    line-height: 80px;
    background: #f8f9fa;
    text-align: center;}
.owl-nav{display:none;}
.about .owl-dots{display:none!important;}
.line {border-top: 1px solid #c3c1c1; width: 13%;}
.headfnt{font-size: 55px;}
.lightbox{position: fixed!important; top: 50px!important;}
.contactfooter{background-color: #303030;}
.wapp{width:50px;}
.w0{width:0%;}
.fixed{position:fixed; z-index:2;}
.priceicn{width:50px;}
.point{bottom:10px; left:10px;}
.point1{bottom:70px; left:10px;}
.contactbg{background-color: #f7f3e8; padding:60px;}
.section_tittle h2 {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    padding-left: 27px;
    text-transform: capitalize;
    line-height:26px;}
.section_tittle h2:before {
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    width: 20px;
    height: 3px;
    background-color: #000;}
.cntfnt{color: #fff; font-size: 55px; font-weight: 700; line-height: 1.3em;}
.form-control{background-color: #f7f3e8!important; height: 45px!important;}
.formheight{height:150px!important;}
.btn2{color: #262626!important; background-color:transparent; padding: 10px; border-radius:5px; border:1px solid black; transition:.5s;}
.contactformbg {
    background-image: url("../images/contactform.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;}
.team-block-single {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    background: #fff;
    border-radius: 15px;
    margin-bottom: 20px;}   
.img-brd{border-radius: 15px;} 
.block-img {position: relative; display: block; width: 100%;}
.team-block-single:hover .block-img::after {opacity: .5;}
.block-img:after{display: block;
    content: "";
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.35)),color-stop(75%,transparent));
    background-image: linear-gradient(0deg,rgba(0,0,0,.35),transparent 75%);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;}
.smallborder2{width:90px; height:2px; background-color: #b47f14; margin:0 auto;}
.smallborder1{width:90px; height:2px; background-color: #b47f14;}
.whytext {
    position: relative;
    padding: 0 0 0 25px;
    margin-top: -22px;}
.padht {transition: 0.5s; transform: translateY(0);}
.padht:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    cursor: pointer;}


@media (min-width:5px) and (max-width:767.98px){
.pad{padding:40px 0;}
.whybox{top:0px;}
.icon-box{top:0px;}
.icon-boxs{top:0px;}
.icon-box-3 .service-icon::before {left: 15px;}
.contactbg{padding:25px;}
}

@media (min-width:768px) and (max-width:992.98px){
.pad{padding:40px 0;}	
.whybox{top:0px;}
.icon-box{top:0px;}
.icon-boxs{top:0px;}
.icon-box-3 .service-icon::before {left: 15px;}
.contactbg{padding:25px;}
}

#notfound {position: relative; height: 100vh;}
#notfound .notfound {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);}
.notfound {max-width: 410px; width: 100%; text-align: center;}
.oopslogo{width:350px;}
.notfound h2 {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;}
.notfound p {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 5px;}
.notfound a {
	font-family: 'Montserrat', 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;
	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;}
}

.time-of-year {
	color: #555;
	font-size: 24px;
	margin: 100px 75px 10px 75px;
	position: relative;
	text-align: center;
	-webkit-transform: translateZ(0); 
	transform: translateZ(0);
	-webkit-font-smoothing: antialiased; }
.time-of-year .tooltip {
	background: #da251d;
	border-radius: 3px;
	bottom: -49px;
	font-size: 20px;
	display: block;
	left: -67px;
	opacity: 0;
	padding: 15px;
	pointer-events: none;
	position: absolute;
	width: 320px;
	z-index: 1102;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .7s ease-out;
	-moz-transition: all .7s ease-out;
	transition: all .7s ease-out;
	height: 100px;}
.time-of-year .tooltip::after {
	border-left: solid transparent 10px;
	border-right: solid transparent 10px;
	border-top: solid #da251d  10px;
	bottom: 58px;
	content: " ";
	height: 0;
	left: 0%;
	margin-left: -13px;
	position: absolute;
	width: 0;
	transform: rotate(92deg);}
.time-of-year:hover .tooltip {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);}