
.class{
	background-image: url("../images/aboutbg.png");
	background-repeat: no-repeat;	
	margin: auto;
	    background-position: center;
 padding: 140px;
    width: 100%;
	position: relative;
	background-size: contain;
   
}
.viewboxmain{
    width: 100%;
    margin: auto;
    height: auto;
    padding: 0px;
}
.viewbox{
	width: 100%;
	margin: auto;
	height: auto;
}
.boy{
	width: 100%;
	height: auto;
	position: absolute;
	    top: 228px;
    left: 1127px;
}
.botlink{
	color: #000;
	font-size: 14px;
	text-decoration: none;
}
.botlink:hover{
	font-size: 14px;
	text-decoration: none;
	color: red;
}


/* Zoom In #1 */

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
.imgdiv{
	width: 100%;
	margin: auto;
	height: auto;
	text-align: center;
	margin-bottom: 25px;
	box-shadow: 1px 0px 14px 0px rgb(240 240 240);
	border-radius: 15px;
	
}
figure {
	
	cursor: pointer;
	width: 100%;
	height: 250px;
    overflow: hidden;
	margin: 0;
	padding: 0;
	background: #fff;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}



/* Zoom In #1 */
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

/* Zoom In #2 */
.hover02 figure img {
	width: 300px;
	height: auto;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover02 figure:hover img {
	width: 350px;
}

/* Zoom Out #1 */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	.header-img {
  position: absolute;
  bottom: -21px;
  right: 0%;
  z-index: 1;
}
	
	
	
	.class{

   width: 100%;
		height: auto;
	margin: auto;
		background-image:none;
		padding: 0px;
}
.viewboxmain{
  width: 100%;
	height: auto;
}
.viewbox{
  width: 100%;
	height: auto;
}
	.sidebar-search, .blog-social, .catagury, .wiget-tags{
		padding: 8px 20px;
		margin-bottom: 22px;
	}
		.h4{
  
  line-height: 2.2;
}
}

@media only screen and (max-width: 767px) {
	.abnr_a {
    width: 100%;
    margin: auto;	
	text-align: center;
	background-position: center;

}
.section-title {
  margin-bottom: 0px;
}
	.animation{
		display: inherit;
		z-index: 999;
	}

	.class{

background-image: none;
		padding: 0px;
	
	
}.sidebar-search, .blog-social, .catagury, .wiget-tags{
	background-color: #fff;
	
	}
	
	.boy{
		display: none;
}
		.sidebar-search, .blog-social, .catagury, .wiget-tags{
		padding: 8px 20px;
		margin-bottom: 22px;
	}
	.h4{
  
  line-height: 2.2;
}
.topbotm{
	margin: 110px;
	width: 100%;height: auto;
}	
}

/*inner banners*/

.abnr_a {
    width: 100%;
    margin: auto;	
	text-align: center;
	background-position: center;
}

.topbotm{
	margin:44px;
	width: 100%;height: auto;
}

/*end*/



/* ------------------------------------
    09. Video Section CSS
---------------------------------------*/
.downloadicon {
    position: fixed;
    z-index: 9999;
    right: 44px;
    margin: auto;
    height: 54px;
    width: 54px;
    border-radius: 15px 0px 0px 15px;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    /* text-shadow: 2px 2px #ffffff; */
    text-orientation: mixed;
    margin-top: 400px;
    color: #FFFFFF;
    padding: 6px;
    font-family: Arial, Helvetica, sans-serif;
    LINE-HEIGHT: 26px;
    background-image: url(../images/butb.png);
    background-repeat: no-repeat;
	cursor: pointer;
	
}
.rs-videos .animate-border .popup-border i {
  font-size: 20px;
  line-height: 80px;
  display: block;
  color: #ffffff;
	
}
.rs-videos .animate-border .popup-border:before {
  content: "";
  border: 2px solid #7bd553;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}
.rs-videos .animate-border .popup-border:after {
  content: "";
  border: 2px solid #7bd553;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.rs-videos .animate-border.white-color-style .popup-border:after,
.rs-videos .animate-border.white-color-style .popup-border:before {
  border: 2px solid #ffffff;
}
.rs-videos .animate-border.white-color-style .popup-border {
  background: #ffffff;
}
.rs-videos .animate-border.white-color-style .popup-border i {
  color: #7bd553;
}
.rs-videos.choose-video {
  position: relative;
}
.rs-videos.choose-video .animate-border .popup-border {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.rs-videos.about-video {
  position: relative;
  background-image: url(../images/butb.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px 10px 10px 10px;
  text-align: center;
  z-index: 2;
}
.rs-videos.about-video .animate-border .popup-border {
  left: 0%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.rs-videos.about-video.home5-about-video {
  background-image: url("../images/butb.png");
  text-align: center;
  margin: 0px 117px 0px 117px;
  border-radius: 5px;
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}











