@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,700;1,600&display=swap');
@font-face {
   font-family: myFirstFont;
   src: url(../css/fonts/Nexa-Bold.otf);
}
body{
	line-height: 1.5;
	overflow-x: hidden;
}

*{
	margin:0;
	padding: 0;
	box-sizing: border-box;
}
.dn-ar
{
	font-size: 19px;
    position: relative;
    top: 3px;
    left: 4px;
}

.container{
	max-width: 1250px;
	margin:auto;
}
.info-3
{
	    color: #282728;
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    line-height: 30px;
    font-style: italic;
    margin: 0;
    padding: 0;
}
ul{
	list-style: none;
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
}
.box-yel
{
	    background: #f4f49a;
    padding: 3em;
    margin-bottom: 2em;
}
.title-11 {
color: #282728;
font-family: 'Poppins', sans-serif;
text-transform: uppercase;
font-weight: 500;
font-size: 19px;
margin-bottom: 10px;
line-height: 38px;
}
.txt-r1
{
	text-align: right;
	margin: 0;
}
.direct-nm
{
	color: #161617;
font-family: 'Poppins', sans-serif;
font-size: 16px;
line-height: 28px;
margin: 0;
font-size: 18px;
font-weight: 520;
text-align: right;
}
.direct-nm-1{
color: #464446;
font-family: 'Poppins', sans-serif;
font-size: 15px;
line-height: 28px;
text-align:center;
}
.c1-div
{
	padding-right: 2em;
}
.info-abt-right2
{
	    padding-right: 3em;
}
.c1-div-m2
{
	margin-top: 3em;
}
.righ-un
{
	padding-left: 2em;
}
.container-fluid
{
	padding: 0 45px;
}
.h2-200px
{
	height: 90px;
	overflow: hidden;
}
.lef-un
{

}
.info-abt-right1
{
	padding-left: 3em;
}
.info-1
{
	    color: #282728;
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    line-height: 28px;
    font-weight: 500;
}
.c1-div
{
	margin-top: 1em;
}
.mb-20px
{
	margin-bottom: 20px;
}
.par-div
{
	display: flex;
}
.numb
{
	    width: 36px;
    height: 36px;
    background: #000;
    transform: rotate(45deg);
    margin-right: 13px;
    color: #fff;
}
.subt1
{
	color: #7a120d;
font-family: 'Poppins', sans-serif;
/* text-transform: uppercase; */
font-weight: 500;
font-size: 22px;
margin-bottom: 20px;
line-height: 38px;
}
.height-ltext
{
	    color: #282728;
    font-family: 'Poppins', sans-serif;
    /* text-transform: uppercase; */
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 38px;
    background: #b8f165;
    padding: 0px 14px;
}
.cnt-div
{
	margin-bottom: 16px;
}
.middle-1
{
	padding:3em 0 3em 0;
}
.mbs1
{
	margin-bottom: 40px;
}
.link-t1
{
border-left: 4px solid #0000fb;
margin-bottom: 16px;
padding: 0px 9px;
}
.lin-red
{
	color: #282728;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
}
/*header*/
.header{
	position: relative;
	width: 100%;
	left:0;
	top:0;
	z-index: 99;
	padding: 0px;
}
.header-main{
	background-color: #ffffff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 0;
	/*border-radius: 4px;*/
}
.header .logo{
	padding: 0px;
}
.header .logo img
{
	width: 280px;
	padding: 4px 0;
}
.header .logo a{
	font-size: 30px;
	text-transform: capitalize;
	color: #e91e63;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}
.header .nav-menu{
	padding: 0 15px;
}
.header .menu > .menu-item{
	display: inline-block;
	margin-left: 17px;
	position: relative;
}
.header .menu > .menu-item > a{
	display: block;
	padding: 10px 0;
	font-size: 15px;
	color: #000000;
	text-transform: capitalize;
	font-weight: 500;
	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 > a:before {
    content: '';
    position: absolute;
    left: 0;
    background-color:#000000;
    width: 100%;
    bottom: -3px;
    height: 2px;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 650ms;
}
.header .menu > .menu-item > a:hover::before
{
  transform: scaleX(1);
}
.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 > .sub-menu > .menu-item > a:hover,
.header .menu > .menu-item:hover > a{
	color: #000;
}
.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 0 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 16px;
	font-size: 15px;
	font-weight: 500;
	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: #000000;
    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: #000000;
	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: #ffffff;
	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;
		right: -280px;
		visibility: hidden;
		width: 280px;
		height: 100%;
		top:0;
		overflow-y: auto;
		background-color: #222222;
		z-index: 1000;
		padding: 15px 0;
		transition: all 0.5s ease;
	}
	.header .nav-menu.open{
		visibility: visible;
		right: 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 #333333;
	}
	.header .menu > .menu-item:first-child > a{
	    border-top: 1px solid #333333;	
	}
	.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;
	}
}
.top-header
{
	background-color: #0000fb;
}
.m1
{
	background-color: #b7fb4d;
	padding:4em 2em;
	margin-top: -133px;
}
.txt-jus
{
	text-align: justify;
}
.abt
{
	padding: 3em 0;
	background-color: #fff;
}
.abt-info-l1
{
	padding: 0 0 0 16px;
}
.service
{
	background-color: #fff1ff;
	padding: 3em 0;
}
.title
{
	color: #282728;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 28px;
}
.txc-right
{
	text-align: right;
}
.txc-cnt
{
	text-align: center;
}
.hed-2
{
	font-family: 'Poppins', sans-serif;
	color: #282728;
	text-align: center;
	font-size: 20px;
	margin: 0;
	padding: 0;
}
.t1
{
color: #fff;
font-family: 'Poppins', sans-serif;
text-transform: uppercase;
font-weight: 500;
font-size: 30px;
display: flex;
justify-content: flex-start;
align-items: center;
position: absolute;
bottom: 52px;
left: 84px;
}
.title-1
{
	color: #282728;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 38px;
}
.list-il-pr
{
	list-style-type: disc;
	margin-left: 40px;
}
.list-il-pr li
{
	color: #282728;
font-family: 'Poppins', sans-serif;
font-size: 15px;
line-height: 28px;
margin-bottom: 10px;
}
.title-2
{
	color: #282728;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 28px;
	margin-bottom: 10px;
	line-height: 38px;
}
.col-ye
{
	color:#000;
	margin-bottom: 1em;
}
.box-red
{
	background: #f4f49a;
padding: 3em;
margin-bottom: 2em;
}
.col-red
{
	color:red;
}

.mb-10px
{
	margin-bottom: 20px;
}
.mb-15px
{
	margin-bottom: 25px;
}
.mb-30px
{
	margin-bottom: 40px;
}
.line
{
	background: #0000fb;
	height: 4px;
	width: 80px;
	margin-top: 20px;
}
.s1
{
	border: 1px solid #b0a7b0;
}
.s1-in
{
	padding:0 1em 1em 1em;
}
.s1-head h3
{
color: #282728;
font-family: 'Poppins', sans-serif;
margin: 14px 0;
font-size: 18px;
text-transform: uppercase;
}
.view-button {
  border-radius: 4px;
  /*background-color: #f4511e;*/
  border: none;
  color: #0000fb;
  display: block;
  font-size: 15px;
  padding: 0px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 15px 0 0 0;
  font-family: 'Poppins', sans-serif;
}

.view-button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.view-button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
  color: #0000fb;
}

.view-button:hover span {
  padding-right: 25px;
}

.view-button:hover span:after {
  opacity: 1;
  right: 0;
}
.sub-title
{
	color: #282728;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 17px;
	margin-bottom: 20px;
}
.info
{
	color: #282728;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 28px;
	text-align: justify;
}

.footer-top
{
	background-color: #c0c0c0;
    padding: 30px 0 0 0;
}
.footer-top-list
{
	    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
}
.footer-top-list li 
{
	display: flex;
}
.footer-top-list p
{
	margin: 0;
}
.fa-icon
{
	    width: 30px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    padding: 8px;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #000000;
    margin-right: 6px;
}
.footer
{
	    background-color: #c0c0c0;
    padding:20px 0 20px 0;
}
.foot-1 h2 {
        font-family: myFirstFont;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.f1-icon {
    height: 30px;
    width: 30px;
    background: #000000;
    color: #c0c0c0;
    font-size: 18px;
    border-radius: 50%;
    margin-left: -10px;
    text-align: center;
    padding: 6px;
    line-height: 0;
}
.s1-img
{
	height: 190px;
}
.s1-img img
{
	width: 100%;
	height: 100%;
}
.c1 
{
	margin-bottom: 18px;
}
.fl-lt
{
	padding-left: 3em;
}
.list-me
{
	list-style-type: disc;
	margin-left: 3em;
}
.list-me li 
{
	margin-bottom: 14px;
}
.fl-lt-list li a
{
	 font-family: 'Poppins', sans-serif;
    color: #000000;
    font-size: 15px;
    font-weight: normal;
    line-height: 28px;
}
.info-abt-left-v1
{
	padding: 2em;
	background-color: #fff1ff;
}
.info-abt-left-v2
{
	padding: 2em;
	background-color: #fff1ff;
	margin-top: 4em;
}
.info-abt-left-v3
{
	padding: 2em;
	background-color: #f9f9f9;
	margin-top: 0em;
}
.banner-inside-2
{
	    background:linear-gradient(0deg, rgba(15,6,6,.4), rgba(15,6,6,.4)), url(../images/ban-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 270px;
    /* background-attachment: fixed; */
    margin-bottom: 0px;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}

.banner-inside-31
{
	    background:linear-gradient(0deg, rgba(15,6,6,.4), rgba(15,6,6,.4)), url(../images/ban-3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 270px;
    /* background-attachment: fixed; */
    margin-bottom: 0px;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}
.banner-inside-32
{
	    background:linear-gradient(0deg, rgba(15,6,6,.4), rgba(15,6,6,.4)), url(../images/ban-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 270px;
    /* background-attachment: fixed; */
    margin-bottom: 0px;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}
.banner-inside-3
{
	    background-image: url(../images/banner-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 270px;
    /* background-attachment: fixed; */
    margin-bottom: 0px;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}
.main-bg {
       display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    bottom: 0;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    font-family: "FontAwesome";
    content: "\f105";
    color: #fff;
}
.breadcrumb-item {
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 14px;
    color: #fff;
    font-family: myFirstFont;
}
.breadcrumb-item a {
    color: #fff;
    font-family: myFirstFont;
}
.breadcrumb-item.active {
    color: #fff;
}
.fl-lt-list li
{
margin-bottom: 6px;
}

.fl-lt-list li .fa
{

    color: #000000;
    font-size: 18px;
    font-weight:normal;
    line-height: 28px;
    margin-right:6px;
}
.title-sm {
color: #282728;
font-family: 'Poppins', sans-serif;
text-transform: uppercase;
font-weight: 500;
font-size: 19px;
}
.wrap-1
{
	padding: 0 3em;
}
.wrap-2
{
	padding: 3em 0;
}
.wrap-4
{
	padding: 1em 0 3em 0;
}
.inside-wrapper-in
{
	padding: 3em 0;
}
.info-abt-righ-img
{
	background-color: #000;
	margin: 1em 0 2em 0;
	height: 300px;
}
.bt-tp
{
	border-top: 1px solid #ececec;
}
.footer-btm
{
	background-color: #c0c0c0;
padding:0;

}
.txt-cnt-1
{
	text-align: right;
	color: #000;
}
.footer-link
{
	font-family: 'Poppins', sans-serif;
}
.mrt-5
{
	padding: 14px 0;
}
.info-e1 li
{
margin-bottom:53px;
}
.icon-1
{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.icon-1 h2
{
	font-family: 'Poppins', sans-serif;
	color: #0000fb;
	font-size: 18px;
	margin: 26px 0 0px 0;
	text-transform: uppercase;
}
.t1-in
{
	display: flex;
	padding: 8px 0;
/*	justify-content: space-between;*/
}

.t1-in-in
{
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 15px;
}
.t1-in-in:hover
{
	color: #fff;
}
.m1-cnt
{
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 15px;
	margin: 0;
	line-height: normal;
}
.m1-cnt p 
{
	margin: 0;
	padding:8px 0;
}
.social
{
	border-left: 2px solid #ccc;
padding-left: 12px;
}
.social li
{
margin-left: 14px;
}
.soc-lit
{
	display: flex;
	justify-content:flex-end;
	    margin-top: 7px;
}
.soc-lit li
{
	margin-left: 14px;
}
.l1
{
	color: #fff;
	font-size: 17px;

}
.t1-in li 
{
	margin-right: 20px;
}
.testi-box
{
	padding: 5em 0;
}
.text-center-1
{
	text-align: center;
}
#testimonial-slider{
   /* padding: 50px 20px 35px 20px;*/
   /* background: #fff;*/
    text-align: center;
   /* box-shadow: 0 0 115px 19px rgba(236, 236, 236, 1);*/
}
.testimonial .description{
   color: #282728;
font-family: 'Poppins', sans-serif;
font-size: 15px;
line-height: 28px;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: -15px;
}
.testimonial
{
	margin-top: 146px;
}
.testimonial .title{
    font-size: 24px;
    font-weight: 500;
    color: #282728;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    margin:20px 0 6px 0;
}
#testimonial-slider
{
	padding: 0 2em;
}
.testi-box .owl-theme .owl-controls .owl-buttons div .owl-next
{
	background-color: #b7fb4d;
	opacity: 1;
}
.t1-div
{
	padding: 0 3em;
}
.testimonial .post{
    display: block;
    font-size: 15px;
    color: #8f8f8f;
}
.owl-buttons{
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 40%;
    left: 0;
}
.owl-prev,
.owl-next{
    position: absolute;
    left: 0;
    transition: all 0.4s ease-in-out 0s;
}
.owl-next{
    left: auto;
    right: 0;
}
.owl-buttons .owl-prev:before,
.owl-buttons .owl-next:before{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 60px;
    font-weight: 900;
    color: #cacaca;
    line-height: 20px;
    opacity: 0.8;
}
.owl-buttons .owl-next:before{
    content: "\f105";
}
.owl-buttons .owl-prev:hover:before,
.owl-buttons .owl-next:hover:before{
    opacity: 1;
}
 .owl-carousel .owl-item {
        text-align:center;
    }
.owl-theme .owl-controls .owl-buttons div{
    background: transparent;
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom:1;*display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: .5
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom:1;*display: inline
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791
}
.owl-item.active.center {
-webkit-transform: scale(1.8);
transform: scale(1.8);
}

.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}

.owl-theme .owl-controls{
   margin-top: 0px;
position: absolute;
top: 0px;
left: 0;
right: 0;
}
.owl-theme .owl-controls .owl-page span{
    width: 50px;
    height: 50px;
    border-radius: 50%;
   /* border: 4px solid #ccc;*/
    background: url("../images/test1.png") no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out 0s;
}
.owl-theme .owl-controls .owl-page:nth-child(2) span{
    background: url("../images/test1.png") no-repeat;
    background-size: cover;
}
.owl-theme .owl-controls .owl-page:nth-child(3) span{
    background: url("../images/test1.png") no-repeat;
    background-size: cover;
}
.owl-theme .owl-controls.clickable .owl-page:hover span{
    opacity: 0.5;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page.active:hover span{
  /*  border-color: #d133ff;*/
    opacity: 1;
    width: 80px;
    height: 80px;
}
@media only screen and (max-width: 479px){
    .owl-buttons{ bottom: 30%; }
}
.testi-box
{
	background-color: #fff1ff;
}
.img-comm
{
	width: 150px;
	height: 150px;
	margin: 0 auto;
}
.img-comm img 
{
	width: 100%;
	height: 100%;
}
.pro-cont
{
background-color: #fff1ff;
padding-top: 5em;
margin-top: -74px;
padding-left: 20px;
padding-right: 20px;
height: 340px;
padding-bottom: 20px;
}
.gnd-cnt
{
	text-align: center;
	margin-top: 10px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 0px;
	/*font-weight: 510;*/
}
.info-info
{
		color:#0000fb;
font-family: 'Poppins', sans-serif;
font-size: 15px;
text-align: center;
line-height: normal;
margin-bottom: 5px;
/*font-weight: 510;*/
}
.he-80
{
	height: 50px;
	margin-bottom: 4px;
	margin-top: 0px;
}
.pr-0
{
	padding-right: 0;
}
.title-nm {
    color: #282728;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 38px;
    text-align: center;
    margin-top: 20px;
}
.title-nm-1 {
    color: #282728;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 38px;
   	margin-top: 20px;
}
.txt-right
{
	text-align: right;
}
.info-pr
{
	color:#000;
font-family: 'Poppins', sans-serif;
font-size: 18px;
text-align: center;
line-height: normal;
font-weight: 510;
margin: 0;
}
.txt-r1
{
	text-align:left;
}
.man-com-1
{
	margin-bottom: 2em;
}
.txt-r2
{
	text-align:right;
}
.mb-m-0
{
	margin-bottom: 0;
}
.tab-2
{
	margin-top: 2em;
}