@charset "utf-8";
/* CSS Document */

body{
	font-family: 'Montserrat', sans-serif;
	background:#ffffff;
}
header{
	position: relative;
	z-index: 1;
}
img{
	max-width:100%;
	height: auto;
}
/*navbar*/

/* This class is added on scroll */

.logo{
	    display: inline-block;
    width: 230px;
}
.bodytxt{
	font-size:18px;
	font-weight: 500;
}
.logo2{
	 display: none;
    width: 230px;
}
.fixed-top {
background: #ffffff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2)
}
/*navbar end*/
		.banner{
	margin-top: -80px;
position: relative;
}
	
.fixed-top span.logo{
	display: none;
}
	
h1{
	font-weight: 900;
	font-size: 46px;
}


a{
	color:#B12B1A;
}
	

.link{
	color:#B12B1A;
}
	
.fixed-top span.logo2{
	display: inline-block;
}
	
.navbar-expand-lg .navbar-nav .nav-link {
  
    padding: 10px 20px;
	color:#ffffff;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	display:inline-block;
	margin: 20px auto 10px;
}
.fixed-top .navbar-expand-lg .navbar-nav .nav-link {
  
   color: #000000;
	
}

.navbar-expand-lg .navbar-nav .nav-link:hover{
	background: url("../images/redline-bg.png") no-repeat bottom center;
}
.navbar-expand-lg .navbar-nav .contactlink .nav-link:hover{
	background: url("../images/redline-bg.png");
}
.navbar-expand-lg .navbar-nav .numberlink:hover{
	background: #F1F1F1!important;

}
.dropdown-menu{
	padding: 5px 25px 5px;
margin-top: 0;
background:#ffffff;
	font-size: 14px;
	border: none;
	border-radius: 0;
	box-shadow:  0 5px 15px rgba(0,0,0,0.15);
	left: 12% !important;
}
.dropdown-menu li a{
	color: #333333;
	margin: 15px 0;
	display: block;
}
.dropdown-menu li a:hover{
	color: #355fac;
text-decoration: none;}

.dropdown{
	position: static;
}
.navbar-nav{
	position: static;
}
/******************************Drop-down menu work on hover**********************************/
.mainmenu{border: 0 solid;margin: 0;padding: 0;min-height:20px;width: 100%;}
@media only screen and (min-width: 992px) {
.mainmenu .collapse ul li:hover> ul{display:block}
.mainmenu .collapse ul ul{position:absolute;top:100%;left:0;display:none}
/*******/
.mainmenu .collapse ul ul li{position:relative}
.mainmenu .collapse ul ul li:hover> ul{display:block}
.mainmenu .collapse ul ul ul{position:absolute;top:0;left:100%;display:none}
/*******/
.mainmenu .collapse ul ul ul li{position:relative}
.mainmenu .collapse ul ul ul li:hover ul{display:block}
.mainmenu .collapse ul ul ul ul{position:absolute;top:0;left:-100%;display:none;z-index:1}

}
@media only screen and (max-width: 767px) {
.navbar-nav .show .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 35px}
.navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 45px}
}
/******************************Drop-down menu work on hover ends**********************************/

.submenu{
	margin: 20px 0 10px 0;
	border-right: 1px solid #f1f1f1;
}
.submenu a{
	padding: 15px 0;
	border-bottom: 1px solid #f1f1f1;
	display: block;
	margin: 0 20px 0 0 !important;
}
.number{
	color: #B12B1A!important;
	background: #f1f1f1;
		border: 1px solid #000000;
}
.number i {
	color:#000000;
	display: inline-block;
	margin-right: 5px;
}
videoheight{
	
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}
video::-webkit-media-controls-play-button {display: none;}
video::-webkit-media-controls-timeline {display: none;}
video::-webkit-media-controls-current-time-display{ display: none;}
video::-webkit-media-controls-time-remaining-display {display: none;}
video::-webkit-media-controls-mute-button {}
video::-webkit-media-controls-toggle-closed-captions-button {}
video::-webkit-media-controls-volume-slider {
	margin-top: -200px;
}



.banner-text{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.banner-text-lightbg{

	background: rgba(0,0,0,0.2);
}
.banner-text h1{ 
margin: 21% 8%;
	font-size: 64px;
	text-align: center;
	color: #ffffff;
	font-weight: 900;
}


.keypoints{
	border: 2px solid #ffffff;

	background: #000000;
	color:#ffffff;
	padding: 40px 10px;

}

.keypoints h2{
font-size: 36px;
	margin: 10px;
	text-align: center;
	font-weight: 700;
}

.linked{
	background:#ffffff;
	padding: 8px 10px;
	border-radius: 5px;
	
}
footer h5{
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	margin-left: 20px;
}
.footerlinks{
	font-size: 20px;
}
.footerlinks li{
	margin-bottom: 15px;
}
.footerlinks a{
	color:#ffffff !important;
	display: block;
	padding: 3px 0;

}
.footer1{
	color: #ffffff;
	background: #333333;
	
}

.footer2{
	color: #ffffff;
	background: #959595;
	padding: 20px 0;
}

.border{
	border: 1px solid #ffffff;
}



.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.sectionpadd{
	padding: 80px 0;
}

.section-hd{
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 60px;
}
.sectionhd{
	font-size: 42px;
		font-weight:700;
	
}
.redbg{
	background: #B12B1A;
	
}
.sectionhdbg{
	background: #B12B1A;
	padding: 48px;
	position: relative;
}

.light-graybg{
	background: #F1F1F1;
}
.services-card{
	padding: 30px 25px;
	background: #ffffff;
	font-weight: 500;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	margin: 15px 0;
	border: 2px solid #f1f1f1;
}
.services-card:hover{
	border:2px solid #B12B1A;
	background: none;
}
.cardhd{
	font-size: 25px;
	font-weight: 700;
	padding: 20px 0;
}

.section-arrow{
	position: absolute;
	margin: auto;
bottom: -30px;
	left: 47%;
}
.button{
color: #ffffff!important;
	background: #B12B1A;
	margin: 10px;
	padding: 10px 20px;
	font-weight: 500;
	border:none;
	outline: none;
	cursor: pointer;
}
.redbg{
	background: #B12B1A;

}
.graybg{
	background: #333333;
}

.project-img{
	position: relative;
	margin: 15px auto;
}

.project-img{
	position: relative;
}
.project-img h3{
	font-size: 24px;
font-weight: 700;
}

.project-img .overlay{
	display: none;
	position: absolute;
	bottom: 0;
	background: rgba(177, 43, 26, 0.85);
color: #ffffff;
	padding: 20px;
	right: 30%;
	left: 0;
	
}
.learnmore{
	font-size: 16px;
	font-weight: 700;
display: inline-block;
	color: #ffffff;

}
.learnmore:hover{
color: #ffffff;

}
.project-img:hover .overlay{
	display: block;
}
.padt20{
	padding-top: 20px;
}

.Get-Started{
	background: url("../images/getstarted-bg.jpg") no-repeat;
	background-size: cover;
	color: #ffffff;
	
}
.Get-Started h2{
	font-weight: 900;
	font-size: 46px;
}

.footer-right h3{
	font-weight: 900;
	font-size: 46px;
}

.videowrapper img{
	width: 100%;
	height: auto;
	
}
.Get-Started p{
	margin-bottom: 50px;
	font-size: 20px;
}
.footer-left{
	padding: 50px;
}

.footer-right{
	padding: 50px;margin-right: -15px;
	background: rgb(51,51,51);
background: linear-gradient(0deg, rgba(51,51,51,1) 0%, rgba(177,43,26,1) 100%);
}

.copyright{
	color:#999999;
	padding: 20px 10px 10px;
	text-align: center;
}
.bg-black{
	background: #201F1F;
	
}
.carousel-control-next-icon1 {
    background-image: url("../images/next-arrow.png") no-repeat !important;

}
.carousel-control-prev-icon1 {
    background-image: url("../images/prev-arrow.png") no-repeat !important;
}

.page-container{
	padding: 40px;
	background: #ffffff;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	margin-top: -60px;
}
.testimonials-box{
	background: #ffffff url("../images/quote.png") no-repeat 30px 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
		padding: 20px;
	margin: 20px 0;
	padding-left: 120px
}
.form-hd{
	background: rgb(0,0,0);
background: linear-gradient(293deg, rgba(0,0,0,1) 0%, rgba(177,43,26,1) 100%);
	color:#ffffff;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	margin: 30px 0;
}
.redcolor{
	color: #B12B1A;
}
.inpt{
	border: 2px solid #969797;
	padding: 10px;
	margin-bottom: 20px;
}
.inpt-select{
	padding: 10px;
	height: 50px !important;
	height: calc(2.25rem + 5px);
}

.check{
	margin-left: 20px;
	border: 2px solid #969797;
	padding: 2px;

}
.breadcrumb1{
	background: none;
	color:#ffffff;
	margin-top: -90px;
}
.breadcrumb1 span{
display: inline-block;
	margin: 0 20px;
}
.breadcrumb1 a{
color:#ffffff;
}


.articles{
	padding: 50px 20px;
	background: #f1f1f1;
}
.blog-txt{
	padding: 20px 35px;
}
.blog-txt h4{
	font-size: 30px;
	font-weight: 700;
}
.dot{
	font-size: 6px;
	color:#cccccc;
}
	 .blog-date{
		 font-size: 12px;
	 }
.blog-img{
	margin-bottom: 20px;
}
.blog-details{
	padding: 40px;
	background: #ffffff;
}
.blog-txt h2{
	font-size: 48px;
	font-weight: 700;
}
.recent-posts{
	padding: 60px 40px;
	background: #f1f1f1;
	margin-right: -15px;
}
.recent-posts h5{
	font-size: 32px;
	font-weight: 700;
}

.blog-links ul{
	list-style-type: none;
	padding: 0;
	margin: 0
}
.blog-links ul li{
	background: url("../images/bullet.png") no-repeat 0 3px;
	padding: 0 25px 20px 25px;
	margin: 20px 0 20px 0;
		border-bottom: 1px solid #cccccc;
}
.copyright-bg{
	background: #e0e0e0;
	padding: 20px;
	text-align: center;
}

.blog-card img{
	width: 100%;
	height: auto;
}

.redbgtxt{
	background: #B12B1A;
	color: #ffffff;
	font-size: 30px;
	font-weight: 500;
	
}
.whitebox{
	padding: 30px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	margin-bottom: 40px;
	background: #ffffff;
}
.whitebox img{
	width:100%;
	height: auto;
	
}
.whitebox:hover{
	border: 2px solid #ffffff;
	background: #ffffff;
}
.general-content .whitebox {
	margin-top: -100px;
}
.marginb60{
	margin-bottom: 60px;
}
.spacerH40{
	height: 40px;
}
.project-img img{
	width: 100%;
	height: auto;
}