
@import url('https://fonts.googleapis.com/css2?family=Roboto&amp;family=Tiro+Gurmukhi&amp;display=swap');
.topnav{font-family: 'Tiro Gurmukhi', serif; font-size:20px; font-weight:bold;}
.head{font-family: 'Tiro Gurmukhi', serif; letter-spacing: 1px; word-spacing: 3px; font-weight:bold;}
.tiro{font-family: 'Tiro Gurmukhi', serif;}
.roboto{font-family: 'Roboto', sans-serif;}
.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;}
li{list-style-type: none!important;}
a{text-decoration:none !important;}
.pf1{line-height:30px;}
.pf2{font-size:14px;}
.brd{border:1px solid #dddddd;}
.logo{width:23%;}
.navbrd{border-bottom: 1px solid #00000042;}
.navbar-light .navbar-nav .active>.nav-link{color:#280b99!important;}
.zoom {position: relative; margin: auto; width: 540px;}
.zoom img {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);}
.zoom:hover img {transform: scale(1.1); opacity:0.8;}
.parallax { 
  background-image: url("../images/toppara.jpg");
  height: 300px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;}
.headclr{color:#292BB6;}
.pad{padding:80px 0;}
.pad1{padding-bottom:80px;}
.pad2{padding-bottom:59px;}
.text{ position: relative; padding: 0 0 0 110px; margin-top: -75px;}
.icon-in{color:white; border: 2px solid #292BB6; background: #292BB6; padding: 28px 9px;; border-radius: 60px;}
.icon-in1{color:white; border: 2px solid #292BB6; background: #292BB6; padding: 16px 15px;; border-radius: 60px;}
.icon-in2{color:white; border: 2px solid #292BB6; background: #292BB6; padding: 16px 10px; border-radius: 60px;}
.fa-tags{font-size:45px!important;}
.fa-handshake-o{font-size:45px!important;}
.bckimg{background:url("../images/whyimg.png") no-repeat scroll bottom right;}
.parallax1{ 
  /*background-image: url("../images/banner_cart.gif");*/
  height: 350px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;}
.btn-dark{background-color:#292BB6!important;}
.btns{display: table; margin: 30px auto;}
.customNextBtn, .customPreviousBtn{
    float: right;
    background: #292BB6;
    color: #fff;
    padding: 15px 20px;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 50px;}
.footer{background: #1f2124 url(../images/bgpattern.png) repeat scroll 0 0;}
.footer h4:after{
    border-top: 1px solid #ec0d0d;
    content: "";
    display: block;
    margin-bottom: 25px;
    margin-top: 18px;
    width: 35px;}
.links{padding:0;}
.links li {margin-bottom: 16px; line-height: 30px;}
.links li a{color:white!important; text-decoration:none!important;}
li {list-style: none;}
.borderline1{border-bottom:1px solid #89878770; margin-bottom: 23px!important; width: 310px;}
.righticon {color: #292BB6; font-size: 18px;}
.aboutpge{background-image:url("../images/banner2.jpg");      
	position: relative;
    color: #fff;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    backface-visibility: hidden;}
.banner-heading {
    width: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    min-height: 300px;}
.banner-title {color: #fff; font-size: 55px;}
.bottomft{background-color:#1f2124;}
.bottomft a{color:white!important; text-decoration:none!important;}
.wrdbrk{white-space: pre;}
.sticky-top1{position:sticky; top:140px;}
.block-head {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #cac9c9;
  font-weight: normal;
  color: #333e48;
}
.font{font-size: 45px;}
.block-head::before {
  position: absolute;
  bottom: -3px;
  left: 20px;
  width: 35px;
  height: 5px;
  content: "";
  display: inline-block;
  background-color: #ec2424;
}
.block-head::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 80px;
  height: 1px;
  content: "";
  display: inline-block;
  background-color: #ec2424;
}
.icnclr1 {color: #559926; font-size: 30px;}
.icnclr2 {color: #b61818; font-size: 30px;}
.text4 {position: relative; padding: 0 0 0 46px; margin-top: -52px;}


@media (min-width:1px) and (max-width:767.98px){		
.mbl{font-size:2rem;}
.bckimg{background:none!important;}
.pad1{padding-bottom:30px;}
.pad2{padding-bottom:30px;}
}

@media (min-width:768px) and (max-width:991.98px){
.bckimg{background:none!important;}
}

.wapp{width:50px;}
.w0{width:0%;}
.fixed{position:fixed; z-index:2;}
.priceicn{width:60px;}
.priceicn2 {width: 100px;}
.point{bottom:10px; left:5px;}
.point1{bottom:70px; left:5px;}
.point2 {bottom: 10px; right: 10px;}
.blink img{
    -webkit-animation: blink 1s;animation: blink 1s;
    -webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.time-of-year {
	color: #555;
	font-size: 24px;
	margin: 100px 75px 10px 75px;
	position: relative;
	text-align: center;
	transform: translateZ(0); 
	-webkit-transform: translateZ(0); 
	-webkit-font-smoothing: antialiased; }
.time-of-year .tooltip {
	background: #ee6e6e;
	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);
	transform: translateY(10px);
	-webkit-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 #ee6e6e  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);
	transform: translateY(0px);}
.text5 {
	position: relative;
	padding: 0 0 0 27px;
	margin-top: -35px;}