/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
html {
	scroll-behavior: smooth;
  }
.min-h-slider{
	min-height: 800px;
}
.min-h-list{
	min-height: 500px;
}
.ptb-200 {
    padding: 200px 0px;
}
.include-header{
	background: #333333;
}
.fbox-icon img{
	background: none !important;
}
.sticky-header #header-wrap{
	padding-top: 5px;
}
.menu-login .div1{
    background: #ffc930;
}
.menu-login div{
	background: rgb(255 255 255);
    color: #000;
    text-align: center;
    font-style: normal;
    border-radius: 4px;
    width: max-content;
    height: 38px;
    padding: 0px 10px;
    line-height: 35px;
}
.home-title1{
	/*font-family: "altehaasgrotesk_bold" !important;*/
	font-family:"Montserrat", sans-serif;
	font-size: 2.7rem;
    font-weight: bold;
    font-style: normal;
	margin-top: 5%;
    color: #fff !important;
     background: -webkit-linear-gradient(45deg,#ffc930 10%,#ffc930 36%,#ffffff 
	47%,#d1d1d1 67%,#ffc930 76%,#ffc930);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	margin-bottom: 0px;
}
.text{
     margin-top: -20px;
	/*font-family: "altehaasgrotesk_bold" !important;*/
	font-family:"Montserrat", sans-serif;
	font-size: 3.2rem;
    font-weight: bold;
    font-style: normal;
    background: -webkit-linear-gradient(45deg,#ffc930 10%,#ffc930 36%,#ffffff 
	47%,#d1d1d1 67%,#ffc930 76%,#ffc930);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	height: 100px;
}
.black-bg{
	background-color: #000;

}
.white{
	color: #fff !important;
}
.sub-title{
	/*font-family: "altehaasgrotesk_bold";*/
	font-family:"Montserrat", sans-serif;
    font-size: 2rem;
    font-weight: bold;
    font-style: normal;
    
    color: #fff;
}
#search{
        background: #fff;
        height: 47px;
    border-radius: 6px;
        color: #000;
}
.home-btn{
	/*font-family: "altehaasgrotesk_bold";*/
	font-family:"Montserrat", sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    text-align: justify;
	color: #ffffff !important;
    background: #000;
}
.section-features ul{
    margin-bottom: 0px;
    margin-top:15px;
}
.start_on_bg{
	padding: 50px 0px;
    background-color: #e2e2e2;
}
.start_on_bg img{
	width: 55%;
}
.start_on_bg h3{
	font-size: 1rem;
    margin: 20px 0px;
    color: #000;
}
.heading-block::after {
	display: none !important;
}
.instantly-box{
	
    /* background-image: url(../demos/insta/switchtodigital_sideimg.png); */
    padding: 70px 40px;
    text-align: center;
    /* background-size: 20%; */
    /* background-repeat: no-repeat;
	background-position-y: center; */

}

.instantly-box h2{
	/*font-family: "altehaasgrotesk_bold" !important;*/
	font-family:"Montserrat", sans-serif;
	font-size: 3.7rem;
    font-weight: bold;
    font-style: normal;
    color: #000000;
    text-align: left;
}
.instantly-box h2 span{
	color: #000 !important;
}
.instantly-box p{
	max-width: 741px;
    /*font-family: "altehaasgrotesk";*/
    font-family:"Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    color: #444444;
    line-height: 1.8;
    margin: auto;
}
.switch-bg{
	background: rgba(243, 219, 152, 1);
    padding: 70px 0px;
    width: 100%;
}
.switch-bg div{
	width: 100%;
    text-align: center;
}
.switch-bg h2{
	/*font-family: "altehaasgrotesk_bold" !important;*/
	font-family:"Montserrat", sans-serif;
    font-size: 3.2rem;
    font-weight: bold;
    font-style: normal;
    color: #000000;
    margin-right: 15%;

}
.switch-bg span{
	margin-left: 33%;
	color: #000000 !important;
}
.switch-bg button{
	/*font-family: "altehaasgrotesk_bold";*/
	font-family:"Montserrat", sans-serif;
    font-size: 23px;
    font-weight: bold;
    font-style: normal;
    color: #FFFFFF;
    background: black;
    margin-top: 15px;
    margin-left: 28px;
    position: absolute;
}
.features-items .feature-box{
	margin-bottom: 30px;
	padding: 45px 10px 22px 10px
} 
.fbox-content .h4{
	/*font-family: "altehaasgrotesk_bold" !important;*/
	font-family:"Montserrat", sans-serif;
    color: #000;
    font-size: 1.3rem;
}
.section-features ul li{
	list-style: none;
    background-color: #fff;
    min-height: 104px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding-top: 26px;
    padding-bottom: 10px;
}
 .section-features ul li .h5 {
     color: #6E6E6E;
     font-size: 16px;
     font-weight: 600;
 }
 .footer_h4 {
     margin-bottom: 25px;
     font-size: 15px;
     font-weight: 600;
     letter-spacing: 2px;
     text-transform: uppercase;
 }

ul li:hover i {
    transition: all .2s linear;
    transform: scale(1.2);
    color: #fff;
}
.section-features ul li:hover{
	background: linear-gradient(to right, #dadada, #f3db98);
}

.section-features ul li i{
	color: #000;
    font-size: 22px;
    margin-bottom: 13px;
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 50%;
    background: #ffc930;
}.section-features ul li h5{
	color: #777;
    font-size: 16px;
}
.section-features ul{
	display: grid;
    grid-template-columns: repeat(4,1fr);
}
.price_bg{
	background-image: url(../demos/insta/bg_price.png);
    background-repeat: no-repeat;
    background-position: center;
}
.fbox-content .text-black-50{
font-size: 16px !important;
/*font-family: "altehaasgrotesk";*/
font-family:"Montserrat", sans-serif;
    font-weight: 500 !important;
}
.fbox-icon img{
	width: 50px;
    height: 50px;
}
#landing-enquiry .btn{
	background: #000;
    color: #fff;
    font-size: 14px;
}
.copyright-links{
	width: 150px;
    margin-left: 20px;
}
.powered{
	margin: auto;
	color: #7c7c7c;
    padding-top: 10px;
    padding-bottom: 2px;
}
.powered a{
	color: #ffc830 !important;
}
.in-card1 .feature-box{
	background-color: #e1e9d6;
}
.in-card2 .feature-box{
	background-color: #bde0ed;
}
.in-card3 .feature-box{
	background-color: #ffdae4;
}
.in-card4 .feature-box{
	background-color: #e4e4e4;
}
.in-card5 .feature-box{
	background-color: #e5e3cc;
}
.in-card6 .feature-box{
	background-color: #c5d7ce;
}
.h6{
	/*font-family: "altehaasgrotesk_bold";*/
	font-family:"Montserrat", sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    color: #000000;
}
.fbox-content h3{
	/*font-family: "altehaasgrotesk_bold" !important;*/
	font-family:"Montserrat", sans-serif;
    font-size: 20px;
    color: #000;
    line-height: 22px;
}
.card a{
	background: #000;
    color: #ffc930 !important;
    padding: 7px !important;
    font-size: 14px;
}
.feature-box:hover{
        /*box-shadow: 2px 2px 6px 2px #c2bbbb91;*/
}
.feature-box:hover .fbox-icon{
     transition: all .2s linear;
    transform: scale(1.1);
}
.card .demo{
	background: #ffc930 !important;
    color: black !important;
    /*border: 2px solid #ffc930;*/
}
.card h5{
    color: #333333;
}
.jc-c{
	justify-content: center;
}
.dynamic-txts {
	margin-left: 15px;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
  }
  .typed-cursor{
	display: none;
  }
.dynamic-txts li {
	color: pink;
	list-style: none;
	font-size: 60px;
	position: relative;
	top: 0;
	animation: slide 6s steps(4) infinite;
  }
  @keyframes slide {
	100% {
	  top: -280px;
	}
  }
  .dynamic-txts li span {
	position: relative;
  }
  .dynamic-txts li span::after {
	content: "";
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	/* background: salmon; */
	border-left: 2px solid pink;
	animation: typing 1.5s steps(10) infinite;
  }
  @keyframes typing {
	100% {
	  left: 100%;
	  margin: 0 -35px 0 35px;
	}
  }
  /* instacard-tab */
.instacard-tab{
	display: flex;
    flex-direction: row;
    margin: 24px;
    justify-content: center;
}
.instacard-tab .tab{
	position: relative;
    font-size: 18px;
    font-weight: 600;
    margin: 0 24px;
    padding-bottom: 5px;
    cursor: pointer;
    white-space: nowrap;
    color: #fff;
} 
.instacard-tab .tab:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 5px;
    bottom: -6px;
    border-radius: 4px;
    background-size: auto;
    background-color: #333!important;
    left: 0;
    background-repeat: no-repeat;
    background-position: bottom;
}
.instacard-tab .tab-selected:after {
    background-color: #fff!important;
}
.lady-bg{
	min-height: 45rem;
}
.bg-card-1 {
    background-size: cover;
    border-radius: 10px;
    box-shadow: 0 0.5rem 2rem rgba(31, 45, 61, .125) !important;
    position: relative;
	text-align: center;
	    background: #333333;
}
.card-pic {
    display: flex
;
    align-items: center;
    padding: 15px;
	    justify-content: center;
}
.card-details {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
}
.card-pic img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 5px;
    border: 1px solid #ddd;
    background-color: #fff;
}
#txttags{
	height: 45px;
}
.seach_btn{
	    background: #ffc930 !important;
}
.dark .form-control:not(.not-dark), .dark .sm-form-control:not(.not-dark){
    color: #fff;
}
.seach_btn i{color:#000;}
.bg-card-1 h5 {
       font-weight: 700;
    color: #ffffff;
    font-size: 17px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
#result{
    position: absolute;
    width: 87%;
    max-height: 183px;
    overflow-y: scroll;
}
.card-details p {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 600;
    padding-left: 40px;
    padding-top: 4px;
    position: relative;
    /* min-height: 30px; */
    height: 50px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bg-card-1 .edit {
       min-width: 110px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    background: #ffc930;
    color: #000000;
    border-radius: 5px;
    font-weight: 600;
    font-size: 13px;
}
  /*  */
@media (max-width: 1400px) {
	.lady-bg{
		min-height: 35rem;
	}
	.home-title1{
		font-size: 2.4rem;
	}
	.sub-title{font-size:1.7rem}
	.text{
		font-size: 2.9rem;
	}
	.min-h-slider{
		min-height: 720px;
	}
	.min-h-list{
	min-height: 500px;
	}
	.ptb-200 {
		padding: 200px 0px;
	}
	.instantly-box h2{
	    	font-size: 2.7rem;
	}
}
@media (max-width: 992px) {
	.lady-bg{
		min-height: 21rem;
	}
	.menu-login .div1{
	    background: none;
	}
	.menu-login div{
		background: none;
		color: #fff;
		text-align: left;
		font-style: normal;
		border-radius: 4px;
		width: auto;
		height: auto;
	 padding: 0;

		line-height: 35px;
	}
	.section-features ul{
		display: grid;
		grid-template-columns: repeat(2,1fr);
	}
}
@media (max-width:768px) {
	.min-h-slider{
		min-height: 400px;
	}
   
	.min-h-list{
		min-height: 400px;
	}
	.ptb-200 {
		padding: 50px 0px;
	}
    .text {
		font-size: 1.4rem;
		margin-top: -2px;
	}
	.home-title1 {
		font-size: 1.1rem;
	}
    .search h1{
        font-size: 20px;
    }
	.sub-title{
	    font-size:20px;
	}
	.instantly-box h2{
		font-size: 2.7rem;
	}
	.instantly-box p {
		font-size: 16px;
	}
	.instantly-box {
		padding: 0px 15px;
	}
	.switch-bg h2{
		font-size: 2.2rem;
		margin-right: 0%;
	}
	.switch-bg span {
    margin-left: 0%;}
	.switch-bg button{
		position: relative;
	}
}
@media (max-width: 400px) {
    .min-h-list {
        min-height: 213px;
    }
}
