/*-----------------------------------------------------------------------------------

 Theme Name: RedHolt
 Theme URI: http://redholt.net
 Description: Ready to use template designed only for Redholt and its authorized partners
 Author: LB Digital
 Author URI: https://lb.digital/
 Version: 1.0

 Main Color   : #F5171B
 main Font    : Barlow, Poppins
 Document Name: Additional CSS
-----------------------------------------------------------------------------------*/

.h-cm{
	font-weight: 700 !important;
	font-size: 35px;
	color: #1D1D1D;
	margin: 0;
}
.bg-lgrey{
	background: #F3F3F3;
}
#sep{
	margin-bottom: 20px;
	/* margin-top: 10px; */
	margin-top: 20px;
	/* padding-bottom: 6px; */

}

.cst-divider{
	width: 90px;
	height: 2px;
	background-color: #EE3158;
	bottom: 0;
	display: block;
	margin: auto;

}
.cst-divider2{
	width: 50px;
	height: 2px;
	background-color: #111;
	bottom: 0;
	display: block;
	margin: auto;
	margin-top: 3px;

	display: none;
}



/*---Animations---*/

.anim-hover-scale{
	transition: transform 0.2s ease-in;
}
.anim-hover-scale:hover{
	transform: scale(1.05);
}




.box-to-slide{
	top: 200px;
	transition: top ease-out 0.5s;
}
.box-to-slide.box-slide{
	top: 0px;
}
.box-to-slide:nth-child(2){
	transition-delay: 0.2s;
}
.box-to-slide:nth-child(3){
	transition-delay: 0.4s;
}
/*---Animations END---*/



/*---Nav Styling---*/

.navbar{
    background: hsla(0, 0%, 100%, 0.9);
}

.navbar .icon-bar {
    color: #2b2b2b !important;
}
.hd-gap{
	padding: 2% 0;
}
/*---Nav Styling ENDS---*/




/*---Home SUB-Header CSS---*/
.home-sub-header{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;

	/* box-shadow: none|h-offset v-offset blur spread color |inset|initial|inherit; */
	box-shadow: 0 -6px 8px 0 hsla(0, 0%, 0%, 0.5) inset;
}

/*video*/
video#homeHeaderVid{
	/* display: none; */
    position: absolute;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
    overflow: hidden;
}

/*text*/
.home-sub-header h1{
	text-align: center;
	width: 100%;
	position: relative;
}
.home-sub-header h1 .letters{
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  opacity: 0;

  color: hsla(358, 91%, 45%, 0.85);
  font-size: 200px;
}
/*---Home SUB-Header CSS ENDS---*/



/*---Home Header CSS---*/
.home-header{
	background-color: hsl(0, 0%, 100%)!important;
}

#headerText{
	min-height: 60px;
}

#headerImgContainer{
	position: relative;
	margin-left: 20px;
}
#headerImgContainer::before, #headerImgContainer::after{
	content:"";
	position: absolute;
	width: 100%;
	height: 100%;
	background: hsla(0, 0%, 0%, 0.1);
	border-radius: 10px;

	transition: all ease-out 0.5s;
}
#headerImgContainer::before{
	top: 3px;
	left: -3px;
}
#headerImgContainer::after{
	top: 6px;
	left: -6px;
}

#headerImgContainer.show-img-underlays::before{
	top: 10px;
	left: -10px;
}
#headerImgContainer.show-img-underlays::after{
	top: 20px;
	left: -20px;
}

img.home-header-img{
	border-radius: 10px;
	box-shadow: 2px 4px 6px 0 hsla(0, 0%, 0%, 0.2);

	position: relative;
	z-index: 10;
}
/*---Home Header CSS ENDS---*/





/*---Blog Header CSS---*/
.blog-header{
	background: rgba(255,237,237,1.00);
	height: 7vh;
	padding: 6% 0 1.4% 0 !important;
	color: #333;
}
.blog-header h6{
	font-size: 15px;
  	font-weight: 300;
  	margin-bottom: 10px;
}
.blog-header h6 i {
  margin: 0 15px;
  font-size: 13px;
}
.page-header h6 a:hover {
  color: #FF3135;
}
.blog-header h6 span{
	font-size: 15px;
  	font-weight: 300;
	font-weight: 600;
	color: rgba(243,42,45,1.00);
}
/*---Blog Header CSS ENDS---*/



/*---Blog Main CSS---*/

/* tags */
.tag {
  font-size: 10px;
  font-weight: 500;
  color: #fff;
}
.tag a {
  background-color: #F51216;
  padding: 5px 10px;
  margin-right: 10px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
.tag a:hover{
	background-color: #222;
}
.tag .icon {
  font-size: 8px;
}
/*---Blog Main CSS ENDS---*/



/*---About Us CSS---*/

.number-stats{
	margin-top: 80px!important;
}


#whoWeAreImgContainer{
	position: relative;
	margin-right: 20px;
	z-index: 1;
}
#whoWeAreImgContainer::before, #whoWeAreImgContainer::after{
	content:"";
	position: absolute;
	width: 100%;
	height: 100%;
	background: hsla(0, 0%, 0%, 0.1);
	border-radius: 10px;

	transition: all ease-out 0.5s;
}
#whoWeAreImgContainer::after{
	background: hsla(0, 100%, 50%, 0.1);
}
#whoWeAreImgContainer::before{
	top: 3px;
	left: 3px;
}
#whoWeAreImgContainer::after{
	top: 6px;
	left: 6px;
}

#whoWeAreImgContainer.show-img-underlays::before{
	top: 10px;
	left: 10px;
}
#whoWeAreImgContainer.show-img-underlays::after{
	top: 20px;
	left: 20px;
}

img.whoWeAre-img{
	border-radius: 10px;
	box-shadow: 2px 4px 6px 0 hsla(0, 0%, 0%, 0.2);

	position: relative;
	z-index: 10;
}

/*---About Us CSS ENDS---*/



/*--------Additional Headings & paragraphs styling starts--------*/

.hd-title{
	font-size: 40px;
	line-height: 50px;
	color: #FF1A1E;
	font-weight: 800;
}
.hd-para{
	font-size: 18px;
	line-height: 24px;
	color: #353535;
	font-weight: 400;
}

/*--------Additional Headings & paragraphs styling Ends--------*/
/*--------Additional Icons Blocks CSS START--------*/

.ic-block{
	display: block;
	background: #fbdce1;
	width: 70px;
	height: 70px;
	border-radius: 70px;
	margin: auto;
	margin-bottom: 15px;
}

.ic-block img{
	display: block;
	top: 15px;
	position:relative;
	width: 35px !important;
	height: 35px !important;
	vertical-align: middle;
	margin: auto;

}
.f-gap{
	padding: 2% 7%;
}
.f-icon-block{
	display: block;
	background: #fff;
	width: 70px;
	height: 70px;
	border-radius: 70px;
	margin: auto;
	margin-bottom: 15px;
}
.f-icon-block img{
	display: block;
	top: 20px;
	position:relative;
	width: 30px !important;
	height: 30px !important;
	vertical-align: middle;
	margin: auto;
}
.f-heading{
	font-size: 20px;
	font-weight: 700;
	color: #828282;
}
.f-paragraph{
	margin-top: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #605F5F;
}

/*--------Additional Icons Blocks CSS END--------*/

/*--------SUBSCRIPTION BOX CSS START--------*/
.sbr-box{
	display: block;
	width: 100%;
	background: #fff !important;
	padding: 14% 12%;
	border-radius: 10px;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.sbr-box h3{
	/* font-family: Playfair Display; */
	font-weight: 700;
	font-size: 28px;
	line-height: 35px;
	color: #1D1D1D;
}
.sbr-box p{
	font-family: Barlow;
	font-size: 14px;
	color: #494949;
}
.sbr-box form{
	padding:4% 10%;
}
.sbr-box form .txt{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 5px 15px;
	background: #fff;
	border: 2px solid #E7E7E7;
	border-radius: 4px;
	color: #5C5C5C;
	transition: ease-in 0.7s all 0s;
	margin: 10px 0;

}
.sbr-box form .txt:hover{
	border: 2px solid #333;
}

.sbr-box form .txt:focus{
	border: 2px solid #333;
}
.sbr-box form input[type="submit"]{
	display: block;
	width: 100%;
	background: #261d44;
	padding: 15px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	border: none;
	border-radius: 4px;
	transition: ease-in 0.7s all 0s;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.sbr-box form input[type="submit"]:hover{
	background: #191919;
	color: #fff;
}


.response-msg{
	display: none;
}


/*--------SUBSCRIPTION BOX CSS END--------*/

.brief-box{
	padding: 14% 21%;
}
.services-box{
	padding: 8% 18%;
}
.services-box-2{
	/* padding: 6% 14%; */
		padding: 8% 14%;
}
.sills-space{
	padding: 5% 2% !important;
}
.tes-bg{
	background: rgba(255,255,255,1.00) !important;
	border-radius: 10px;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);

}
/*--------Additional Buttons & Skins styling starts--------*/
.nav-btn{
	display: block;
	width: 160px;
	border-radius: 4px;
	padding: 10px;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	background: #F32225;
	color: #fff;
	cursor: pointer;
	margin: auto;
	margin-left: 3%;
	transition: ease-in-out 0.7s all 0s;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.nav-btn:hover{
	background: rgba(241,41,44,0.75);
	color: #fff;
}
.cst-btn{
	display: block;
	width: 220px;
	border-radius: 4px;
	padding: 14px;
	font-size: 17px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	transition: ease-in-out 0.7s all 0s;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);

}
.btn-centered{
	margin: auto;
}
/*---Buttons Skins---*/
.black{
	background: #1D1D1D;
	color: #fff;
}
.black:hover{
	background: #F1181B;
	color: #fff;
}
.red{
	background: #F32225;
	color: #fff;
}
.red:hover{
	background: #1D1D1D;
	color: #fff;
}
/*---Buttons Skins End---*/
/*---images directions style---*/
.cst-img{
	display: block;
}
.img-centered{
	margin: auto;
}
/*---images directions style ends---*/

/*======Singal Post Style start====*/

.singal-post{
	padding: 5px;
}
.singal-post .singal-title{
	font-size: 20px;
	font-weight: 700;
	color: #1D1D1D;
}
.singal-post .singal-cat{
	background-color: #F51216;
	font-size: 10px !important;
	color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);

}

.cont p{
	margin: 10px 0;
}


/*======Singal Post Style start====*/

/*=======Mobile Responsive Styling start========*/

@media only screen and (max-width:749px){
/*--------Additional Headings & paragraphs styling starts--------*/




.hd-gap{
	padding: 14% 0;
}

.hd-title span{
	font-size: 70px!important;
}
.hd-para{
	font-size: 15px;
	line-height: 24px;
	color: #353535;
	font-weight: 400;
}

.home-sub-header h1{
	/* font-size: 30px; */
}


.brief-box{
	padding: 8% 6%;
}
.services-box{
	padding: 8% 5%;
}
.services-box-2{
	padding: 6% 5%;
}
.sbr-box{
	display: block;
	width: 100%;
	background: #fff !important;
	padding: 12% 5%;
	border-radius: 10px;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.sbr-box h3{
	font-family: Playfair Display;
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	color: #1D1D1D;
}
.sbr-box p{
	font-family: Barlow;
	font-size: 14px;
	color: #494949;
}
.sbr-box form{
	padding:2%;
}

/*--------Additional Headings & paragraphs styling Ends--------*/
}



@media screen and (max-width: 991px){


.page-header h1 {
	font-size: 60px;
}

.hd-gap{
	padding: 14% 0;
}
.navbar .navbar-collapse {
    max-height: 340px;
    overflow: auto;
    background: #313131fa !important;
    text-align: left;
    padding: 10px 30px;
}
ul.navbar-nav.ml-auto li a {
    color: #fff !important;
}
ul.navbar-nav.ml-auto li a:hover{
	color: #FF1A1E !important;
}
ul.navbar-nav.ml-auto li a:active{
	color: #FF1A1E !important;
}
.nav-btn{
		display: none;
	}
}



.red-text{
	color: #FF3135!important;
}
