
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.home-main-bnr{
	background-image: url('../../assets/images/main-bg.svg');
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 75px;
	
}
.home-main-bnr h1{
	font-family: "Poppins", sans-serif;
  	font-weight: 600;
  	font-size: 54px;
}

.clr-light-blue{
	color: #34669A;
}
.clr-595566{
	color: #595566;
}
.about-hdng{
	font-size: 34px;
}
.clr-4d4d4d{
	color: #4d4d4d;
}
.fs-14{
	font-size: 14px;
}
.fs-16{
	font-size: 16px;
}
.fs-18{
	font-size: 18px;
}
.fs-22{
	font-size: 22px;
}
.lh-30{
	line-height: 30px;
}
.lh-40{
	line-height: 40px;
}

.bnr-btn{
	background-color: #6aa1d7;
	border: none;
	color: #ffffff;
	padding: 15px 25px;
}

.about-btn{
	background-color: #171731;
	border: none;
	border-left: 7px solid #6aa1d7;
	color: #ffffff;
	padding: 15px 25px;
	border-radius: 2px;
}
.about-btn:hover{
	background-color: #6aa1d7;
}

/*BENEFIT CSS START*/
.bnfit-box{
	position: relative;
	transition: 1s;
	min-height: 345px;
    display: flex;
    overflow: hidden;
}
.bnfit-box .bnfit-img img{
	object-fit: cover;
}
.bnfit-box .bnfit-img h5{
	position: absolute;
	bottom: 0;
	padding: 15px;
	z-index: 1;
	color: #ffffff;
	opacity: 1;
	transition: 0.1s;
	width: 100%;
}
.bnfit-box .bnfit-content{
	position: absolute;
	bottom: 0;
	padding: 15px;
	opacity: 0;
	transition: 0.4s;
}
.bnfit-box .bnfit-content h5{
	font-size: 20px;
	color: #eeaa1b;
}
.bnfit-box:hover .bnfit-img h5{
	opacity: 0;
	transition: 0.1s;
}
.bnfit-box:hover .bnfit-content{
	opacity: 1;
	transition: 0.4s;
}
.bnfit-box .bnfit-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    background: linear-gradient(#00000000, #000000f7);
    left: 0;
    bottom: 0;
    transition: 0.4s;
}

.bnfit-box:hover .bnfit-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
/*    background: linear-gradient(#00000000, #000000f7);*/
	background-color: #000000;
    left: 0;
    bottom: 0;
    transition: 0.4s;
    opacity: 0.8;
}

.bnfit-content-70{
	width: 70%;
}

.h-search-form{
  position: relative;
/*  padding: 100px;*/
/*  background: skyblue;*/
 text-align:center;
}
.h-search-form input{
  	width: 100%;
    padding: 0 30px;
    border-radius: 50px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
    color: #333;
    height: 70px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.h-search-form button{
 	position: absolute;
    right: 15px;
    height: 50px;
    color: #fff;
    background: #ff3a61;
    top: 10px;
    border-radius: 50px;
    border: none;
    padding: 5px 20px;
}
.h-search-form button:hover{
  background: darkblue;
}

.clr-3361AB{
	color: #3361AB;
}

/*BOX HOVER*/

.ast-pt-main{
  position: relative;
  transition: 1s;
  border-radius: 15px;
  padding: 15px 25px;
  margin-bottom: 55px;
}
.ast-img{
  transition: 0.5s;
}
.ast-img img{
/*  position: relative;*/
  border-radius: 15px;
}
.ast-cont{
  background-color: #6aa1d7;
  padding: 15px;
  position: absolute;
  top: 0;
  height: 100%;
  transition: 0.5s;
  border-radius: 15px;
  color: #ffffff;
  display: table;
}
.ast-cont-inr{
	display: table-cell;
  	vertical-align: middle;
  	text-align: center;
}
.ast-pt-main:hover .ast-img{
  transition: 0.5s;
  transform: translate(-1rem, -1.5rem) rotate(-5deg); 
}
.ast-pt-main:hover .ast-cont{
  transition: 0.5s;
  transform: translate(1rem, 1.8rem) rotate(10deg); 
}

.news-block-body p{
	line-height: 30px;
    color: #64607D;
}
.nws-btn{
	background-color: #6AA1D7;
	padding: 20px 35px;
	border-radius: 10px;
	color: #ffffff;
	border: none;
}
.nws-btn:hover{
	background-color: #4c77a1;
}

/*FOOTER CSS START*/

.footer-menubar{
	margin: 0;
	padding: 0;
}
.footer-menubar li{
	list-style: none;
	display: block;
	margin-bottom: 22px;
}
.f-logo-15{
	width: 15%;
}

/*BLOGS PAGE CSS START*/

.blog-page-section{
	background-color: #FBFBFB;
	padding-top: 100px;
	padding-bottom: 50px;
}
.blg-head-h1{
	font-size: 62px;
    font-weight: 600;
}
.blg-head-p{
	color: #4A5568;
    font-size: 25px;
    font-weight: 400;
}
.page-link{
	color: #2e4b9b;
}
.active>.page-link, .page-link.active{
	background-color: #2e4b9b;
    border-color: #2e4b9b;
}

.bl-detail-h1{
	font-size: 32px;
	font-weight: 600;
	line-height: 50px;
}
.blg-detl-arrow{
	width: 50px;
}
.blg-detl-back{
	width: 75px;
}



/* ignore the code below */


.link-area
{
  position:fixed;
  bottom:20px;
  left:20px;  
  padding:15px;
  border-radius:40px;
  background:tomato;
}
.link-area a
{
  text-decoration:none;
  color:#fff;
  font-size:25px;
}



.navbar-nav .dropdown-menu {
      display: none; /* Dropdown ko pehle chhupana */
      position: absolute; /* Positioning */
      background-color: white; /* Background color */
      border: 1px solid #ccc; /* Border */
      z-index: 1000; /* Z-index */
  }

  .navbar-nav .dropdown:hover .dropdown-menu,
  .navbar-nav .dropdown.show .dropdown-menu {
      display: block; /* Hover ya click par dikhana */
  }

/* mainlogo css */

.mn-logo{
	width: 25%;
}
.mn-logo img{
	width: 70%;
}

.alert-success {
   color: #155724;
   background-color: #d4edda;
   border-color: #c3e6cb;
}

.alert-danger {
   color: #721c24;
   background-color: #f8d7da;
   border-color: #f5c6cb;
}




/*PRICE Table*/


/*#generic_price_table{
	background-color: #f0eded;
	padding-top: 50px;
	padding-bottom: 50px;
}*/
/*PRICE COLOR CODE START*/
#generic_price_table .generic_content{
	background-color: #fff;
}

#generic_price_table .generic_content .generic_head_price{
	background-color: #f6f6f6;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
	border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
	color: #525252;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li{	
	color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span{
	color: #414141;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
	background-color: #E4E4E4;
	border-left: 5px solid #2ECC71;
}

#generic_price_table .generic_content .generic_price_btn a{
	border: 1px solid #2ECC71; 
    color: #2ECC71;
} 

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg{
	border-color: #2ECC71 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #2ECC71;
	color: #fff;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span{
	color: #fff;
}

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a{
	background-color: #2ECC71;
	color: #fff;
} 
#generic_price_table{
	margin: 50px 0 50px 0;
    font-family: 'Raleway', sans-serif;
}
.row .table{
    padding: 28px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content{
	overflow: hidden;
	position: relative;
	text-align: center;
}

#generic_price_table .generic_content .generic_head_price {
	margin: 0 0 20px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content{
	margin: 0 0 50px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
    border-style: solid;
    border-width: 90px 1411px 23px 399px;
	position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head{
	padding-top: 40px;
	position: relative;
	z-index: 1;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
    font-family: "Raleway",sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag{
	padding: 0 0 20px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price{
	display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    font-family: "Lato",sans-serif;
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li{
	font-family: "Lato",sans-serif;
	font-size: 18px;
	padding: 15px 0;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;

}
#generic_price_table .generic_content .generic_feature_list ul li .fa{
	padding: 0 10px;
}
#generic_price_table .generic_content .generic_price_btn{
	margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn a{
    border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	-webkit-border-radius: 50px;
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
} 
@media (max-width: 320px) {	
}

@media (max-width: 767px) {
	#generic_price_table .generic_content{
		margin-bottom:75px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#generic_price_table .col-md-3{
		float:left;
		width:50%;
	}
	
	#generic_price_table .col-md-4{
		float:left;
		width:50%;
	}
	
	#generic_price_table .generic_content{
		margin-bottom:75px;
	}
}

.demo-pic{
	margin: 0 auto;
}
.demo-pic:hover{
	opacity: 0.7;
}

#generic_price_table_home ul{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: table;
}
#generic_price_table_home li{
	float: left;
}
#generic_price_table_home li + li{
	margin-left: 10px;
	padding-bottom: 10px;
}
#generic_price_table_home li a{
	display: block;
	width: 50px;
	height: 50px;
	font-size: 0px;
}
#generic_price_table_home .blue{
	background: #3498DB;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .emerald{
	background: #2ECC71;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .grey{
	background: #7F8C8D;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .midnight{
	background: #34495E;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .orange{
	background: #E67E22;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .purple{
	background: #9B59B6;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .red{
	background: #E74C3C;
	transition:all 0.3s ease-in-out 0s;
}
#generic_price_table_home .turquoise{
	background: #1ABC9C;
	transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover{
	border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .divider{
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 20px;
}
#generic_price_table_home .divider span{
	width: 100%;
	display: table;
	height: 2px;
	background: #ddd;
	margin: 50px auto;
	line-height: 2px;
}
#generic_price_table_home .itemname{
	text-align: center;
	font-size: 50px ;
	padding: 50px 0 20px ;
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
	text-decoration: none;
    font-weight: 300;
}
#generic_price_table_home .itemnametext{
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}
#generic_price_table_home .footer{
	padding:40px 0;
}

.price-heading{
    text-align: center;
}
.price-heading h1{
	color: #666;
	margin: 0;
	padding: 0 0 50px 0;
}
.demo-button {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium ;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.bottom_btn{
	background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}
.demo-button:hover{
	background-color: #666;
	color: #FFF;
	text-decoration:none;
	
}
.bottom_btn:hover{
	background-color: #666;
	color: #FFF;
	text-decoration:none;
}





/*NEWSLATTER MESSAGE BOX SHOW */

.message {
      margin-top: 10px;
      font-weight: bold;
      display: none;
  }












@media screen and (max-width:767.98px){
	.home-main-bnr h1{
		font-family: "Poppins", sans-serif;
	  	font-weight: 600;
	  	font-size: 42px;
	}
	.bnr-btn{
		background-color: #2e4b9b;
		margin-bottom: 50px;
	}
	.home-main-bnr{
		position: relative;
		top: -50px;
	}
	.ast-cont{
		left: 0;
		width: 100%;
	}
	.ast-pt-main:hover .ast-cont {
	    transition: 0.5s;
	    transform: translate(0.1rem, 0.1rem) rotate(2deg);
	}
	.bnfit-content-70{
		width: 100%;
	}
	.h-search-form input{
		font-size: 14px;
	}
	.h-search-form button{
		padding: 5px 15px;
	}
	.f-logo-15{
		width: 50%;
	}
	.blg-head-h1{
		font-size: 42px;
	    font-weight: 600;
	}
	.blog-page-section {
	    padding-top: 45px;
	    padding-bottom: 40px;
	}
	.page-link {
		font-size: 14px;
	}
	.bl-detail-h1 {
	    font-size: 20px;
	    line-height: 35px;
	}
	.logo {
	    width: 75%;
	    height: auto;
	}
	.navbar-brand{
		width: 75%;
	}
}