@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800&family=Oleo+Script:wght@400;700&family=Poppins:wght@300;400;500;600;700;800&display=swap');
*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
:root
{
	--col1: #9c1f4d;
	--col2: #ffffff;
}
html
{
	scroll-behavior: smooth;
}
body{
overflow-x: hidden;
}

.effect
    {
    
    -webkit-animation: fadeInDown 3s ease forwards;
  animation: fadeInDown 2s ease forwards;

    }
     @keyframes fadeInDown {
   from {
    opacity: 0;
    transform: translateX(300px);
  }
  to {
    opacity: 1;
  }
}
.header-top
{
	background-color: #fff;
}
.top-cl1
{
	    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
    
}
/*Pro*/
.pro-nm  
{
	color: #000000;
    text-align: left;
    margin: 0px 0 20px 0;
    font-size: 22px;
    font-weight: 6000;
    font-weight: 550;
    line-height: 30px;
    font-family: 'Nunito Sans', sans-serif;
}
#more-details .nav-tabs .nav-link {
    margin-bottom: -1px;
   border: solid 1px #fff;
    color: #666;
    background-color: #f2f2f2;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
#more-details .nav-link.active {
   color: #232526;
    background-color: #fff;
    border-color: #fff;
    border: none;
    font-size: 17px;
}
.bd p b
{
color: #484646;
}


.left-img .show{
  width: 400px;
  height: 400px;
}
#big-img
{
	z-index: 111;
}
.left-img #show-img { width: 400px; height: 400px; }
.left-img .small-img{
  width: 350px;
  height: 70px;
  margin-top: 10px;
  position: relative;
  left: 25px;
  z-index: 111;
}
.left-img
{
	margin-bottom: 3em;
}
.small-img .icon-left, .small-img .icon-right{
  width: 12px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.small-img .icon-left{
  transform: rotate(180deg)
}
.small-img .icon-right{
  right: 0;
}
.small-img .icon-left:hover, .small-img .icon-right:hover{
  opacity: .5;
}
.small-container{
  width: 310px;
  height: 70px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.small-container div{
  width: 800%;
  position: relative;
}

.small-container .show-small-img{
  width: 70px;
  height: 70px;
  margin-right: 6px;
  cursor: pointer;
  float: left;
}
.small-container .show-small-img:last-of-type{
  margin-right: 0;
}



.bd
{
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.pro-text1 {
    color: #fff;
    font-size: 15px;
    position: relative;
    
    width: 160px;
   /* display: inline-block;*/
    padding: 6px 26px;
    background-color: #2e2652;
    border: 1px solid #2e2652;
    margin-right: 20px;
    transition: 0.3s all;
   	-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
.pro-text1:hover
{
 background-color: #fff;
  border: 1px solid #2e2652;
  color:#2e2652;
}
.info-sp p
{
	color: #000;
}
.subb-title
{
	font-size: 18px;
    color: #000;
    margin: 11px 0 11px;
}
/*Close*/
.abt-more-icon2 {
    color: #2e2652;
    font-size: 20px;
    transition: 0.5s all;
        color: #2e2652;
    font-size: 23px;
    transition: 0.5s all;
    /* padding-top: 10px; */
    position: relative;
    top: 6px;
    right: 5px;
}
.abt-more
{
	color: #2e2652;
    margin-top: 3em;
    font-size: 16px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    /* display: inline-block; */
    font-family: 'Poppins', sans-serif;
    transition: 0.5s all;
}
.abt-more:hover
{
color: #9b1f4d;
}
.abt-more-icon
{
	color: #2e2652;
	font-size: 20px;
	transition: 0.5s all;
}
.abt-more:hover .abt-more-icon
{
color: #9b1f4d;
margin-left: 10px;
}
a:hover
{
	text-decoration: none;
}
body{
	line-height: 1.5;
	font-weight: 400;
	font-size: 15px;
}
body.hidden-scrolling{
	overflow-y: hidden;
}
*{
	margin:0;
	box-sizing: border-box;
}
.container{
	max-width: 1170px;
	margin:auto;
}
ul{
	list-style: none;
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
}
/*header*/
.header{
	position: relative;
	width: 100%;
	left:0;
	top:0;
	z-index: 99;
	margin-top: 6px;
	background-color: #9c1f4d;
}
.header-main{
display: flex;
	justify-content: space-between;
	align-items: center;
	padding:0;
	border-radius: 4px;
}
.header .logo{
	padding: 0 15px;
}
.header .logo a{
	font-size: 30px;
	text-transform: capitalize;
	color: #e91e63;
	font-weight: 600;
}
.header .nav-menu{
	padding: 0 20px;
    margin: 0 auto;
}
.header .menu > .menu-item > a.active{
color: #fff;
    background-color: #2e2652;
}
.header .menu > .menu-item{
	display: inline-block;
	margin-left: 30px;
	position: relative;
}
.header .menu > .menu-item > a{
	display: block;
	padding: 12px;
	font-size: 16px;
	color: #fff;
	text-transform: capitalize;
	transition: all 0.3s ease;
	font-family: 'Poppins', sans-serif;
}
.header .menu > .menu-item > a .plus{
	display: inline-block;
	height: 12px;
	width: 12px;
	position: relative;
	margin-left:5px; 
	pointer-events: none;
}
.header .menu > .menu-item > a .plus:before,
.header .menu > .menu-item > a .plus:after{
	content:'';
	position: absolute;
	box-sizing: border-box;
	left: 50%;
	top:50%;
	background-color: #000000;
	height: 2px;
	width: 100%;
	transform: translate(-50%,-50%);
	transition: all 0.3s ease;
}
.header .menu > .menu-item:hover > a .plus:before,
.header .menu > .menu-item:hover > a .plus:after{
   background-color: #e91e63;
}
.header .menu > .menu-item > a .plus:after{
   transform: translate(-50%,-50%) rotate(-90deg);	
}
.header .menu > .menu-item:hover > a.active,
.header .menu > .menu-item:hover > a{
	color: #fff;
	background-color: #2e2652;
}
.header .menu > .menu-item > .sub-menu > .menu-item > a:hover,
{
	color: #e91e63;
}
.header .menu > .menu-item > .sub-menu{
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	width: 220px;
	position: absolute;
	left:0;
	top:100%;
	background-color: #ffffff;
	padding: 10px 0;
	border-top: 3px solid #e91e63;
	transform: translateY(10px);
	transition: all 0.3s ease;
	opacity:0;
	visibility: hidden;
}
@media(min-width: 992px){
.header .menu > .menu-item-has-children:hover > .sub-menu{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
 }
 .header .menu > .menu-item-has-children:hover > a .plus:after{
    transform: translate(-50%,-50%) rotate(0deg);		
 }
}
.header .menu > .menu-item > .sub-menu > .menu-item{
	display: block;
}
.header .menu > .menu-item > .sub-menu > .menu-item > a{
	display: block;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	transition: all 0.3s ease;
	text-transform: capitalize;
}
.header .open-nav-menu{
	height: 34px;
	width: 40px;
	margin-right: 15px;
	display: none;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.header .open-nav-menu span{
	display: block;
	height: 3px;
	width: 24px;
	background-color: #fff;
    position: relative;
}
.header .open-nav-menu span:before,
.header .open-nav-menu span:after{
	content: '';
	position: absolute;
	left:0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	box-sizing: border-box;
}
.header .open-nav-menu span:before{
	top:-7px;
}
.header .open-nav-menu span:after{
	top:7px;
}
.header .close-nav-menu{
	height: 40px;
	width: 40px;
	background-color: rgba(8,8,8,0.2);
	margin:0 0 15px 15px;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
}
.header .close-nav-menu img{
	width: 16px;
}
.header .menu-overlay{
	position: fixed;
	z-index: 999;
	background-color: rgba(0,0,0,0.5);
	left:0;
	top:0;
	height: 100%;
	width: 100%;
	visibility: hidden;
	opacity:0;
	transition: all 0.3s ease;
}

/*home section*/
.home-section{
	width: 100%;
	display: block;
	min-height: 100vh;
	background-image: url('../img/home.jpg');
	background-position: center top;
	background-size: cover;
}


/* responsive */

@media(max-width: 991px){
	.header .menu-overlay.active{
	visibility: visible;
	opacity: 1;
}
	.header .nav-menu{
		position: fixed;
		left: -280px;
		visibility: hidden;
		width: 280px;
		height: 100%;
		top:0;
		overflow-y: auto;
		background-color:#9b1f4d;
		z-index: 1000;
		padding: 15px 0;
		transition: all 0.5s ease;
	}
	.header .nav-menu.open{
		visibility: visible;
		left: 0px;
	}
	.header .menu > .menu-item{
		display: block;
		margin:0;
	}
	.header .menu > .menu-item-has-children > a{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header .menu > .menu-item > a{
		color: #ffffff;
		padding: 12px 15px;
		border-bottom: 1px solid #f3f3f3;
	}
	.header .menu > .menu-item:first-child > a{
	    border-bottom:1px solid #f3f3f3;	
	}
	.header .menu > .menu-item > a .plus:before, 
	.header .menu > .menu-item > a .plus:after{
		background-color: #ffffff;
	}
	.header .menu > .menu-item-has-children.active > a .plus:after{
        transform: translate(-50%,-50%) rotate(0deg);
	}
	.header .menu > .menu-item > .sub-menu{
		width: 100%;
		position: relative;
		opacity: 1;
		visibility: visible;
		border:none;
		background-color: transparent;
		box-shadow: none;
		transform: translateY(0px);
		padding: 0px;
		left: auto;
		top:auto;
		max-height: 0;
		overflow: hidden;
	}
	.header .menu > .menu-item > .sub-menu > .menu-item > a{
		padding: 12px 45px;
		color: #ffffff;
		border-bottom: 1px solid #333333;
	}
	.header .close-nav-menu,
	.header .open-nav-menu{
		display: flex;
	}
}

.banner-slid
{
	    height: 400px;
    background-position: center;
    background-size: cover;
}

.top-cl1 a
{
color: #2e2652;
font-size: 16px;
margin-left: 30px;
transition: 0.5s all;
font-family: 'Poppins', sans-serif;
}
.top-cl1 a:hover .abt-more-icon2
{
	color: #9b1f4d;
}
.top-cl1 a:hover
{
	color: #9b1f4d;
}

#demo-1 {
			position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
			overflow: hidden; /* to bound the empty top space created by inner element's top margin */
			width: 100%;
			min-height: 450px;
			background-color: #999;
		}
		.demo-inner-content {
			position: relative; /* if position is not set, the script will set it to 'relative'. */
			z-index: 2; /* if z-index is not set, the script will set it to '2'. */
			margin: 100px;
			padding: 40px;
			max-width: 600px;
			color: #fff;
			text-align: center;
			font-size: 1.5em;
		}
		.demo-inner-content h1 {
		    font-size: 47px;
    margin: 0;
    line-height: 5px;
    text-align: left;
    line-height: 60px;
    font-family: 'Poppins', sans-serif;
		}

.about-us
{
	padding: 4em 0;
}

.title
{
	color: var(--col1);
	font-family: 'Poppins', sans-serif;
	margin-bottom: 20px;
	line-height: 50px;
	font-size: 40px;
	letter-spacing: 1px;
}
.info
{
	color: #505050;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0.5px;
	text-align: justify;
}
.abt-right
{
	padding-right: 2em;
}
.title2
{
	color: var(--col1);
	font-family: 'Poppins', sans-serif;
	font-size: 19px;
	letter-spacing: 0.5px;
}
.title3
{
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 19px;
	letter-spacing: 0.5px;
}
.title4
{
	color:#fff;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 20px;
	line-height: 50px;
	font-size: 40px;
	letter-spacing: 1px;
}
.line
{
	background-color: #000;
	height: 4px;
	width: 250px;
	margin-bottom: 20px;
}
.line2
{
	background-color:#2e2652;
	height: 4px;
	width: 250px;
	margin-bottom: 20px;
}
.line3
{
	background-color:#9c1f4d;
	height: 4px;
	width: 250px;
	margin-bottom: 20px;
}
.line4
{
	background-color:#9c1f4d;
	height: 4px;
	width: 250px;
	margin-bottom: 20px;
}
.footer
{
	background-color: #9c1f4d;
	padding:46px 0;
}
.footer h3
{
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	margin-bottom: 16px;
}
.footer-link ul li
{
	margin-bottom: 14px;
}
.footer-link ul li a  
{
	color: #fff;
	font-family: 'Poppins', sans-serif;
	transition: 0.3s ease-in-out;
}
.footer-link ul li a:hover
{
	margin-left: 6px;
}
.footer-link ul li p 
{
	color: #fff;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 10px;
}
.ppl-left
{
	padding-left: 1em;
}
.item-link  
{
	transition: 0.5s all;
}
.item-link:hover
{
	transform:translateY(-20px);
}
/* movetop styling */
#movetop {
  position: fixed;
  bottom: 90px;
  right: 15px;
  z-index: 9;
  font-size: 16px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #2e2652;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  padding: 0;
}

#movetop:hover {
  opacity: .8;
}
.main-wrapper {
    padding: 60px 0;
   /* background-color: #000;*/
}
.inf-h5 {
    font-size: 14px;
    color: #2e2652;
}
/*recent-post-col////////////////////*/
.widget-sidebar {
    b/*ackground-color: #fff;*/
    padding:10px 10px;
    margin-top: 0px;
}
.w3l-mag-main .maghny-gd-1:hover .profilecon p
{
    color: #64ab4b;;
}
.btn-year
{
	    width: 100%;
    text-align: left;
    border-radius: 0;
    color: #fff;
    background-color: #9b1f4d;
}
.btn-year-1
{
	    color: #9a1f4d;
    width: 100%;
    text-align: left;
    border-bottom: 2px solid #000;
    border-radius: 0;
    background-color: #fff;
    border: none;
    margin-bottom: 1em;
}
.year-list li
{
	border-bottom: 1px solid #ededed;
}
.title-widget-sidebar {
    font-size: 14pt;
    border-bottom: 2px solid #e5ebef;
    margin-bottom: 15px;
    padding-bottom: 10px;    
    margin-top: 0px;
}

.title-widget-sidebar:after {
    border-bottom: 2px solid #db1313;
    width: 150px;
    display: block;
    position: absolute;
    content: '';
    padding-bottom: 0px;
}

.recent-post{width: 100%;height:auto;list-style-type: none;margin-bottom: 20px;}
.post-img img {
    width: 100px;
    height: 70px;
    float: left;
    margin-right: 15px;
    border: 5px solid #474040;
    transition: 0.5s;
}
.profilecon p {
      color: #505050;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.5px;
   padding: 0;
    line-height: 28px;
    font-weight: 300;
    text-align: left;
}
.recent-post a {text-decoration: none;color:#34495E;transition: 0.5s;}
.post-img, .recent-post a:hover{color:#F39C12;}
.post-img img:hover{border: 5px solid #ddd;}

.blog-img {
    min-height: 400px;
    position: relative;
}
.blog-img img {
    position: absolute;
    width: 100%;
    height: 100%;
}
.media {
    display: grid;
    grid-template-columns: auto 1fr;
    margin-top: 30px;
    grid-gap: 20px;
}
.media-body.comments-grid-right {
    border: 1px solid rgba(238,238,238,0.31);
    padding: 30px;
    border-radius: 6px;
    background: rgba(209,209,209,0.21);
    position: relative;
    flex: 1;
}
.name  
{
    color: #64ab4b;
}
.comt
{
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 10px;
}
ul.time-rply li {
    display: inline-block;
    color: #fff;
    font-size: 15px;
}
.time-rply a{
    color: #fff;
}
.img-circle {
    width: 80px;
    height: 80px;
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
}
.img-circle img {
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
/*===============ARCHIVES////////////////////////////*/

/* //movetop styling */

.icon-fnt
{
	color: #fff;
    text-align: center;
    font-size: 22px;
    margin-bottom: 6px;
}
.border-btm
{
	border-bottom: 1px solid rgba(204,204,204,0.18);
	margin-top: 10px;
}
.social {
       padding: 0 20px;
    display: flex;
    justify-content: center;
}
.social .fa
{
	color: #fff;
    font-size: 26px;
    margin: 4px 12px;
}
.footer-bottom
{
	background: #83133c;
	padding: 10px 0;
}
.footer-bottom p
{
	margin-bottom: 0;
	color: #fff;
}
.col-ff
{
	color: #fff;
}
.abt-img
{
	position: relative;
	display: block;
	margin: 0 auto;
}
.abt-left
{
	position: relative;
}
.abt-left:after
{
       content: '';
    display: block;
    width: 80px;
    height: 300px;
    background-color: #9c1f4d;
    position: absolute;
    left: 56px;
    bottom: -16px;
    z-index: -1;
}
.cnt{
	    background-image: url(../images/bg1.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding: 3em 0;
    height: 400px;
    display: flex;
    justify-content: center;
}
.counter-value {
    font-size: 49px;
    font-weight: 550;
    margin-bottom: 1em;
    color: #fff;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
}
.count-text {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
}
.vision-mission-div
{
	padding: 3em 0;
}
.vision-mission-div1
{
	background-color: #9c1f4d;
	padding: 2em;
}
#mixedSlider {
  position: relative;
}
#mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}
#mixedSlider .MS-content .item {
  display: inline-block;
  width: 33.3333%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0px 4px;
  margin: 0;
}
.item-info a
{
background-color: #2e2652;
}
@media (max-width: 991px) {
  #mixedSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-content .item {
    width: 100%;
  }
}
#mixedSlider .MS-content .item .imgTitle {
  position: relative;
}
#mixedSlider .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
#mixedSlider .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#mixedSlider .MS-content .item p {
      font-size: 14px;
    margin:0;
    /* text-indent: 15px; */
    padding: 1em;
    color: #c0c0c0;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    line-height: 22px;
    font-weight: normal;
    height: 250px;
    overflow-y: hidden;
}
#mixedSlider .MS-content .item a {
  float: right;
  margin: 0;
  font-size: 15px;
  color: #c0c0c0;
  padding: 2em 1em 20px 1em;
  text-align: left;
  letter-spacing: 1px;
  display: inline-block;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  transition: linear 0.1s;
}
#mixedSlider .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
#mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 149px;
  color: #fff;
  transition: 0.15s linear;
}
.abt-more-icon1 {
    color: #b3b3b6;
    font-size: 20px;
    transition: 0.5s all;
        position: relative;
    top: 6px;
}
#mixedSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls button {
    font-size: 20px;
  }
}
#mixedSlider .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-left {
    left: -10px;
  }
}
#mixedSlider .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-right {
    right: -10px;
  }
}
#basicSlider { position: relative; }

#basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 2%;
  /*height: 50px;*/
}

#basicSlider .MS-content .item {
  display: inline-block;
  width: 23%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  margin: 0 12px;
  white-space: normal;
  /*line-height: 50px;*/
  vertical-align: middle;
}
#basicSlider .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
#basicSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 149px;
  color: #000;
  transition: 0.15s linear;
}
#basicSlider  .pro-img
{
margin-bottom: 0;
}
@media (max-width: 991px) {

#basicSlider .MS-content .item { width: 25%; }
}
@media (max-width: 767px) {

#basicSlider .MS-content .item { width: 35%; }
}
@media (max-width: 500px) {

#basicSlider .MS-content .item { width: 50%; }
}

#basicSlider .MS-content .item a {
  /*line-height: 50px;*/
  vertical-align: middle;
}

#basicSlider .MS-controls button { position: absolute; }

#basicSlider .MS-controls .MS-left {
  top: 80px;
  left: -20px;
}

#basicSlider .MS-controls .MS-right {
  top: 80px;
  right: -20px;
}

.slider-service
{
	background-image: url(../images/bg3.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding: 5em 0;
    display: flex;
    justify-content: center;
}
.slider-heading
{
	padding: 1em 1em 0em 1em;
    color: #fff;
    font-size: 18px;
    margin: 0;
    line-height: 28px;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb-item a, .active
{
	color: #fff;
	font-size: 16px;
}

.breadcrumb-item.active {
   color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #ffffff;
    content: ">";
}
.breadcrumb
{
	align-items: flex-end;
}

/*About Us*/
.about-inside
{
	padding: 3em 0;
}
.abt-img-right img
{
	display: block;
	margin: 0 auto;
}

/*1*/

/*close*/
.bg-color-2e
{
background-color: #2e2652;
    padding: 6em;
    position: relative;
    z-index: -1;
    top: -111px;
    display: flex;
    justify-content: center;
    color: #fff;
      margin: 0 16px;
}
.abt-eq
{
	    position: relative;
    top: -50px;
}
.vision-mission {
    background-image: url(../images/banner3.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding: 4em;
    height: 400px;
    display: flex;
    justify-content: center;
}
.vision-left
{
	padding: 1em;
}
.client-logo
{
	border: 1px solid #dfdfdf;
	height: 240px;
	width: 100%;
}
.client-logo-nm
{
	font-size: 15px;
	text-align: center;
	margin: 10px 0;
	color: #000000;

}
.client-logo-out
{
	margin-bottom: 2em;
}
/*About US Close*/

.blog-div
{
	background-color: #2e2652;
	padding: 1em;
}

.blog-page
{
	padding: 0 2em 3em 2em;
}
.blog-info h2 {
    padding: 1em 1em 0em 1em;
    color: #fff;
    font-size: 18px;
    margin: 0;
    line-height: 28px;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
}
.blog-info p
{
	font-size: 14px;
    margin: 0;
    /* text-indent: 15px; */
    padding: 1em;
    color: #c0c0c0;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    line-height: 22px;
}
.blog-info a {
    margin: 10px 0;
    font-size: 15px;
    color: #c0c0c0;
    padding: 1em 1em 10px 1em;
    text-align: left;
    letter-spacing: 1px;
   font-family: 'Poppins', sans-serif;
    transition: linear 0.1s;
}
.blog-div
{
	margin-bottom: 2em;
}
.cont-div
{
	padding:  0 2em;
}
.cont-form
{
	background-color: #2e2652;
	padding: 3em;
}

.cont-form .form-control {
    display: block;
    width: 100%;
    height: calc(1.8em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f8f6f6;
    background-clip: padding-box;
    border: 1px solid #f8f6f6;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

label
{
	color: #fff;
	 font-family: 'Poppins', sans-serif;
	 font-size: 15px;
}
.sub-btn
{
	background-color: #9c1f4d;
	color: #fff;
	display: inline-block;
	width: 200px;
	text-align: center;
	 font-family: 'Poppins', sans-serif;
	 font-size: 15px;
	 padding: 10px;
	 transition: 0.5s all;
	 margin: 10px auto;
	 border: 1px solid #9c1f4d;
}
.sub-btn:hover
{
	background-color:  #f8f6f6;
	color:#9c1f4d ;
	border: 1px solid #9c1f4d;
}
.cont-form .form-group
{
	margin-bottom: 20px;
}

.top-title5 {
    color: #121000;
    text-transform: uppercase;
    text-align: left;
    font-size: 16px;
    margin-bottom: 1em;
    margin-top: 2em;
    font-family: 'Poppins', sans-serif;
}

.product-bx .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0;
    padding: 10px;
}

.product-bx .card{
    border-right:none;
    border-left:none;
    border-top:none;
    border-bottom: 0;
}
.product-bx .card h5 {
    font-size: 15px;
    color: #2b2a29;
     font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(0 0 0 / 39%);
    padding-bottom:8px;
    text-align: left;
  }
  .product-bx .card h5 :: last-child {
    border-bottom:none;
}
.main-wrapper3 {
    background-color: #ffffff;
    padding: 10px 3em 3em 15px;
}
.product-right1
{
  padding: 1em 1em 0em 1em;
    margin-top: 1em;

}
.product-left-search
{
  margin-left:14px;
}
  .filter-input
  {
    width:5%;
    margin-right:10px;
    float:left;
  }
  .select-info
  {
    width: 90%;
    float: left;
    color: #7d7d7d;
    font-size: 15px;
    margin-bottom: 4px;
 }
  .product-bx .card-body
  {
    padding:0px 10px;
  }
  .product-bx .card
  {
    margin-top:8px;
  }
  .caret1 {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 9px dashed;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    float: right;
}
.pro-box
{
	border: 2px solid #ccc;
	padding: 0px;
	 transition:0.5s all;
	 overflow: hidden;
	 position: relative;
}
.propro-nm
{
	color: #000000;
	text-align: center;
	margin: 0 0 20px 0;
	font-size: 15px;
	font-weight: 550;
	font-family: 'Nunito Sans', sans-serif;
}
.pro-right
{
	padding-left: 14px;
}
.pro-box:hover img
{
	 overflow: hidden;
  /*transform: scale(1.2)*/;
  transition: 0.3s ease-in-out;
}
.pro-box:hover
{
	box-shadow: 0px 30px 40px 0px rgb(1 11 60 / 10%);
}
.col-rel
{
	position: relative;
	overflow: hidden;
	 transition: 0.3s all ease-in-out;
}
.pro-box
{
	 transition: 0.3s all ease-in-out;
	cursor: pointer;
	padding-bottom: 10px;
	background-color: #fff;
}
.pro-box img{
	transition: 0.3s ease-in-out;
}

.overlay-info {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.pro-box:hover{
 background-color: #fff;
}

.pro-box:hover .overlay-info {
  opacity: 1;

}
.pro-box:hover img {
  opacity: 0.3;
}

.pro-img {
  position: relative;
  border: 2px solid #ccc;
  cursor: pointer;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.pro-img-img {
  display: block;
  width: 100%;
  height: auto;
}
.pro-img p
{
	color: #000000;
    text-align: center;
    margin: 20px 0;
    font-size: 15px;
    font-weight: 550;
    font-family: 'Nunito Sans', sans-serif;
}
.abt-more-icon-2 {
    color: #c0c0c0;
    font-size: 20px;
    transition: 0.5s all;
    position: relative;
    top: 6px;
}
.pro-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(243,241,241,0.8);
  overflow: hidden;
  height: 100%;
  width:0;
  transition: .5s ease;
}

.pro-img:hover .pro-overlay {
  width: 100%;
}
.pro-img:hover
{
	box-shadow: 0px 30px 40px 0px rgb(1 11 60 / 10%);
}
.pro-img1
{
	width: 100%;
	height: 255px;
}
.pro-img-img
{
/* object-fit: cover; */
width: 100%;
height: 100%;
}
.pro-text {
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: 50%;
    width: 160px;
    display: block;
    padding: 6px 26px;
    background-color: #2e2652;
    border: 1px solid #2e2652;
    transition: 0.3s all;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
.pro-text:hover
{
 background-color: #fff;
  border: 1px solid #2e2652;
  color:#2e2652;
}
.pro-img:hover p
{
	position: relative;
	z-index: 1;
}

.pro-text-link {
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: 50%;
    width: auto;
    display: block;
    padding: 6px 26px;
    background-color: #2e2652;
    border: 1px solid #2e2652;
    transition: 0.3s all;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
.pro-text-link:hover
{
 background-color: #fff;
  border: 1px solid #2e2652;
  color:#2e2652;
}
.border-top1
{
	border-top: 1px solid #898585;
	padding: 10px 0;
}
.srt-frm label
{
	color: #000;
}
.end-f1
{
	    display: flex;
    justify-content: flex-end;
}
/*----*/
.col1 figure {
  position: relative;
  float: left;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  width:100%;
}
.col1 figure img {
  position: relative;
  display: block;
}

.features-grids figure figcaption {
  padding: 2em;
  color: #fff;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.col1 figure figcaption::before,
.fcol1 figure figcaption::after {
  pointer-events: none;
}
.col1 figure figcaption{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure.effect-bubba {
  background:#000;
}
figure.effect-bubba:hover img {
  opacity: 0.3;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s,-webkit-transform 0.35s;  
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
  -o-transition: opacity 0.35s, -o-transform 0.35s;
  -ms-transition: opacity 0.35s, -ms-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0,1);
  -moz-transform: scale(0,1); 
  -o-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1,0);
  -moz-transform: scale(1,0);
  -o-transform: scale(1,0);
  -ms-transform: scale(1,0);
  transform: scale(1,0);
}
figure.effect-bubba h4 {
  padding-top: 21%;
  -webkit-transition: transform 0.35s;
  -moz-transition: transform 0.35s;
  -o-transition: -o-transform 0.35s;
  -ms-transition: -ms-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,-20px,0);
  -moz-transform: translate3d(0,-20px,0);
  -o-transform: translate3d(0,-20px,0);
  -ms-transform: translate3d(0,-20px,0);
  transform: translate3d(0,-20px,0);
  opacity:0;
  color:#fff;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
}
figure.effect-bubba h4.gal {
  padding-top: 96%;
}
figure.effect-bubba p {
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
  -o-transition: opacity 0.35s, -o-transform 0.35s;
  -ms-transition: opacity 0.35s, -ms-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,20px,0);
  -moz-transform: translate3d(0,20px,0);
  -o-transform: translate3d(0,20px,0);
  -ms-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
  color:#fff;
  font-size: 1em;
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

figure.effect-bubba:hover h4,
figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
  /**/


  @media(max-width: 768px){


  	.title {
    color: var(--col1);
    font-family: 'Poppins', sans-serif;
    margin-bottom: 8px;
    line-height: 35px;
    font-size: 27px;
    letter-spacing: 1px;
}
.menu{
	    margin-top: 4em;
}
.abt-right {
    padding-right: 0em;
}
.title4 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 8px;
    line-height: 35px;
    font-size: 27px;
    letter-spacing: 1px;
}
.counter-value {
    font-size: 40px;
    font-weight: 550;
    margin-bottom: 1em;
    color: #fff;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
}
.counter-value {
    font-size: 40px;
    font-weight: 550;
    margin-bottom: 1em;
    color: #fff;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
}
.cnt {
    background-image: url(../images/bg1.png);
    background-repeat: no-repeat;
    background-attachment: unset;
    background-position: center;
    background-size: cover;
    padding: 3em 0;
    height: 400px;
    display: flex;
    justify-content: center;
}
.title2 {
    color: var(--col1);
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    letter-spacing: 0.5px;
}
.abt-left:after {
    content: '';
    display: block;
    width: 80px;
    height: 300px;
    background-color: #9c1f4d;
    position: absolute;
    left: -9px;
    bottom: -10px;
    z-index: -1;
}
.about-us {
    padding: 3em 0;
}
.abt-more {
    color: #2e2652;
    margin-top: 0;
    font-size: 16px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    /* display: inline-block; */
    font-family: 'Poppins', sans-serif;
    transition: 0.5s all;
}
.bg-color-2e {
    background-color: #2e2652;
    padding: 3em;
    position: relative;
    z-index: -1;
    top: 20px;
    display: flex;
    justify-content: center;
    color: #fff;
    margin: 0;
}
.vision-mission {
    background-image: url(../images/banner3.png);
    background-repeat: no-repeat;
    background-attachment: unset;
    background-position: center;
    background-size: cover;
    padding: 3em;
    height: auto;
    display: table-column;
    justify-content: center;
     position: relative;
    top: 50px;
}
.abt-eq {
    position: relative;
    top: 50px;
   
}

.cont-div {
    padding: 1em 6em;
}
.col11
{
	display: flex;
}
.col1{
margin-right: 42px;
}
.nav-breadcrumb
{
	    position: relative;
    top: 111px;
}
.top-cl1 {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
  
}
.header
{
	padding: 6px 0;
}
.top-cl
{
    position: absolute;
    top: 23px;
    z-index: 111;
    right: 73px;
}
.top-cl1 a {
    color: #2e2652;
    font-size: 16px;
        display: inherit;
		margin-left: 30px;
    transition: 0.5s all;
    font-family: 'Poppins', sans-serif;
}
.abt-more-icon2 {
    color: #2e2652;
    font-size: 20px;
    transition: 0.5s all;
    color: #2e2652;
    font-size: 23px;
    transition: 0.5s all;
    /* padding-top: 10px; */
    position: relative;
    top: 6px;
    right: 5px;
}

.logo  
{
	display: block;
    margin:4px auto;
  }
}

@media(max-width: 600px)
{
	.demo-inner-content h1 {
    font-size: 44px;
    margin: 0;
    line-height: 5px;
    text-align: left;
    line-height: 50px;
    font-family: 'Poppins', sans-serif;
}
.demo-inner-content {
    position: relative;
    z-index: 2;
    margin: 100px 22px;
    padding: 0;
    max-width: 600px;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
}
.abt-right {
    padding-right: 0em;
    padding-top: 3em;
}
.top-cl {
    position: relative;
    top: 0;
    z-index: 0;
    right: 0;
}
.abt-more-icon2
{
	color: #2e2652;
}
.top-cl1 a {
    color: #2e2652;
    font-size: 16px;
    margin-left: 30px;
    transition: 0.5s all;
    font-family: 'Poppins', sans-serif;
}
.logo
{
	width: 100%;
}
.pm-0
{
padding: 0;
}
.about-inside {
    padding: 2em 0em;
}
.cont-div {
    padding: 10px;
}
.footer h3 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.ppl-left {
    padding-left: 0;
}
.cont-form {
    background-color: #2e2652;
    padding: 20px;
}
.footer-link ul li {
    margin-bottom: 8px;
}
.vision-mission
{
	padding: 30px;
}
}
