
.downloadicon {
    position: fixed;
    z-index: 99;
    right: 44px;
    margin: auto;
    height: 106px;
    width: 106px;
    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("../img/global.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;
  }
}

.elemtnetbg{
	background-image: url("../images/home/elementbg.png");
	background-repeat: no-repeat;
	background-position: center;
}

.valu{
	margin:85px 0px 0px 0px;
	width: 100%;
	height: auto;
	background-color: #ececec;
	padding-top: 87px;
    padding-bottom: 53px;
}
.bluebg{

	width: 100%;
	height: auto;
	background-color: #26268e;
	padding-top: 87px;
    padding-bottom: 53px;
}
.redlinks{
    border-radius: 15px;
    background-color: #e40613;
    font-size: 15px;
    color: #fff;
    height: 46px;
    margin: auto;
    position: relative;
    top: -24px;
    width: 177px;
	text-align: center;
	padding: 10px;
	min-width: 80%;
}
.redlinks:hover{
    border-radius: 15px;
    background-color: #fff;
    font-size: 15px;
    color: #000;
    height: 46px;
    margin: auto;
    position: relative;
    top: -24px;
    width: 177px;
	text-align: center;
	padding: 10px;
	min-width: 80%;
}
.redlinks a{
	 color: #000;
}
.button-2 {
  color: #fff;
  background-image: -webkit-linear-gradient(30deg, #ededed 50%, transparent 50%);
  background-image: linear-gradient(30deg, #ededed 50%, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
.button-2:hover {
  background-position: 100%;
  color: #000;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(.9);
  }
    100% {
    transform: scale(1);
  }
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
	z-index: 9999;
background-color: #fff;
position: inherit;
}
  
        /* Media Query for low resolution  Tablets, Ipads */
        @media (min-width: 481px) and (max-width: 767px) {

           
        }
@media (max-width: 1200px){
			.responsive-bar {
  display: block;
  padding: 20px 0;
  position: fixed;
  z-index: 999;
  background-color: #fff;
  width: 100%;
box-shadow: 1px 0px 8px 0px #646464;
}
	.slides {
margin-top: 118px;
}
        }
          
        /* Media Query for Tablets Ipads portrait mode */
        @media (min-width: 768px) and (max-width: 1024px){
			
          
        }
          
        /* Media Query for Laptops and Desktops */
        @media (min-width: 1025px) and (max-width: 1280px){
          
        }
          
        /* Media Query for Large screens */
        @media (min-width: 1281px) {
			.sticky {
				display: none;
			}
           
        }



/*bottom home*/
.bgdat{
	background-image: url("../images/home/data_bg.jpg");
	
	text-align: center;
	width: 100%;
	margin: auto;
	background-repeat: no-repeat;	
	padding-top: 55px;
    padding-bottom: 100px;
	top:0;
}
.blackhead h2 {
    color: #fff;
}
.linksall{
	background-color: #074494;
	border-radius:90px;
	height: auto;
	width: 100%;
	margin: auto;
	color: #fff;
	padding:10px 43px 10px 43px;
	
}
.linetext{	
	border-bottom:1px solid #6892fa;
	line-height: 86px;
	width: 100%;
}

.linetext2{	
	
	line-height: 86px;
	width: 100%;
}
.redmore{
    padding: 25px;
    text-align: center;
    background-color: #000;
    width: 169px;
    margin: auto;
    border-radius: 25px;
    margin-top: 25px;
    color: #fff;
}
a.redmore:hover{
    padding: 25px;
    text-align: center;
    background-color: #fff;
    width: 169px;
    margin: auto;
    border-radius: 25px;
    margin-top: 25px;
    color: #000;
	 transition-duration: 0.4s;
}
.backm{
    padding: 25px;
    text-align: center;
    background-color: #f2f2f2;  
    margin: auto;
    border-radius: 15px;
    margin-top: 25px;
    color: #fff;
	margin: auto;
	width: 20%;
}
a.backm:hover{
	margin: auto;
    padding: 25px;
    text-align: center;
    background-color: #fff;
   
    margin: auto;
    border-radius: 15px;
    margin-top: 25px;
    color: #000;
	 transition-duration: 0.4s;
	width: 20%;
}








/**/

/*inner banners*/
.breadcumb-content {
    padding-top: 155px;
    padding-bottom: 155px;
}
.background-image{
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* background-position: center center; */
}
.breadcumb-wrapper {
    position: relative;
    /* z-index: 3; */
    /* background-color: var(--title-color); */
}
.breadcumb-title {
    font-size: 42px;
    line-height: 1.13;
    font-weight: 700;
    margin-top: -0.2em;
    color: #fff;
    margin-bottom: -0.2em;
}

.breadcrumb {
    padding: 0;
    margin: 120px 0 20px 0;
    list-style: none;
    background-color: transparent;
}

.image_wrapper2 {
    width: 100%;
    height: auto;
    margin: auto;
    background-size: cover;
    background-image: url(../img/parallax/depo.jpg);
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    background-size: cover;
    height: 300px;
    position: relative;
    text-align: left;
}
/*end*/

/*gallery*/
.titletextgalery{
    position: absolute;
    width: 50%;
    height: auto;
    margin: auto;
    color: #000;
    background-color: #fff;
    top: 372px;
    text-align: center;
    border-radius: 25px;
    padding: 15px;
    left: 0;
    right: 0;
	box-shadow:0px 6px 5px -3px #4a4a4a;
}


.callat {
    text-align: center;
    margin: auto;
    font-size: 20px;
    margin-bottom: 45px;
    font-weight: bold;
    min-height: 80%;
    border-radius: 25px;
	margin-top: 62px;
}

/*==================
 GALLERY PAGE
====================*/
.photo-gallery {
  color:#313437;
  background-color:#fff;
	margin-top: 58px;
}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}

/**/

 /* Media Query for low resolution  Tablets, Ipads */
        @media (min-width: 360px) and (max-width: 767px) {
			.breadcrumb {

  margin-top: 187px;
}
			.kaps{
	  margin-top: 187px;
}
.footer-one .wpo-lower-footer {
  transform: translateY(0px);
  margin-top: -60px;
  padding-bottom: 10px;
  padding-top: 15px;
}
			.footer-bootom-bar {
  position: relative;
  margin-top: 84px;
}
}
          
        /* Media Query for Tablets Ipads portrait mode */
        @media (min-width: 768px) and (max-width: 1024px){
          
        }
          
        /* Media Query for Laptops and Desktops */
        @media (min-width: 1025px) and (max-width: 1280px){
           
        }
          
        /* Media Query for Large screens */
        @media (min-width: 1281px) {
           
        }
}

/*inner banners*/
.breadcumb-content {
    padding-top: 155px;
    padding-bottom: 155px;
}
.background-image{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.breadcumb-wrapper {
    position: relative;
    z-index: 3;
    background-color: var(--title-color);
}
.breadcumb-title {
    font-size: 42px;
    line-height: 1.13;
    font-weight: 700;
    margin-top: -0.2em;
    color: #fff;
    margin-bottom: -0.2em;
}

.kaps{
	width: 396px;
	margin: auto;
	 padding-top: 155px;
    padding-bottom: 155px;
}

.kapsinnerbg{
	
	background-image: url("../img/bg/inner_kaps.jpg");
	background-repeat: repeat-y;
	height: auto;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
	top: 0;
}

/*end*/


/*services*/
.serbg{
	background-color: #ebebeb;
	border-radius: 50px;
	width: 100%;
	height: auto;
	padding: 25px;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 5px;
}
.sertext{
	font-size: 13px;
	text-align: center;
	width: 100%;
	margin-top: 10px;
}
.serhd{
	margin-top: 35px;
	font-weight: bold;
}




/*end*/



/*the team*/
.nontext {
    font-family:  Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 15px;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 6px;
    width: 88%;
    position: relative;
    border-radius: 15px;
    background-color: #182c8a;
    top: -18px;
    margin: auto;
}


.innimag {
    width: 75%;
    height: auto;
    margin: auto;
    text-align: center;
	margin-top: 68px;
}
.deartext{
	font-family: "nor";
	
	text-align: center;
	font-size: 15px;
	margin: 5px 0 20px 0px;
	font-size: 45px;
	padding-bottom: 25px;
	padding-top: 25px;
	color: #fff;
	
}
.toalbg{
	margin-top: 35px;
	background-color: #ccc;
	width: 100%;
	padding-bottom: 25px;
	background-image: url("../images/homebg/1.jpg");
	background-repeat: repeat-x;

}
.nrmtext p{
	padding-bottom: 25px;
	color: #d9daff;
	text-align: center;
}

@font-face {
	font-family: "nor";
	src: url("../fonts/GreatVibes-Regular.ttf"); /* IE9 Compat Modes */  
	font-weight: normal;
	font-style: normal;
  }
.hedtext{
	font-family: "nor";
	font-size: 25px;
}

.vcentre{
	
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	text-align: center;
	margin: auto;
}

@media only screen and (max-width: 600px) {
	.toalbg{

	background-image: linear-gradient(#7b0aa0, #462993);
	background-repeat: repeat-x;

}
	.vcentre{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	text-align: center;
}

	
}

.video{
	margin-top: 45px;
	width: 100%;
	height: auto;
	margin-bottom: 45px;
	
}


.play-btn {
	--icon-size: 110px;
	position: relative;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	color: var(--white-color);
	background-color: var(--theme-color);
	border: none;
	width: var(--icon-size);
	height: var(--icon-size);
	z-index: 2
}

.play-btn::after,
.play-btn::before {
	content: "";
	position: absolute;
	background-color: var(--theme-color);
	width: var(--icon-size);
	height: var(--icon-size);
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 50%
}

.play-btn::after {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s
}

.play-btn>i {
	color: var(--white-color);
	position: relative;
	z-index: 2;
	line-height: var(--icon-size);
	text-align: center;
	font-size: 32px;
	padding-right: .1em;
	border-radius: inherit;
	-webkit-transition: all ease .4s;
	transition: all ease .4s
}

.play-btn.style2::after,
.play-btn.style2::before {
	content: "";
	background-color: transparent;
	border: 2px solid var(--theme-color)
}

.play-btn.style3 {
	--icon-size: 120px;
	background-color: var(--white-color)
}

.play-btn.style3::after,
.play-btn.style3::before {
	background-color: var(--white-color)
}

.play-btn.style3>i {
	font-size: 24px;
	color: var(--theme-color);
	margin-left: -4px
}

.play-btn.style4 {
	--icon-size: 55px;
	background-image: -webkit-gradient(linear, left top, right top, from(var(--theme-color)), to(var(--theme-color2)));
	background-image: linear-gradient(to right, var(--theme-color) 0, var(--theme-color2) 100%)
}

.play-btn.style4>i {
	font-size: 20px !important;
	margin-left: 0 !important
}

@media (max-width:575px) {
	.play-btn {
		--icon-size: 50px !important;
		width: var(--icon-size);
		height: var(--icon-size)
	}

	.play-btn>i {
		font-size: 20px !important;
		margin-left: 0 !important
	}
}

.video-btn {
	--icon-size: 55px;
	position: relative;
	display: inline-block;
	color: var(--theme-color);
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	border: none
}

.video-btn>i {
	background-image: -webkit-gradient(linear, left top, right top, from(var(--theme-color)), to(var(--theme-color2)));
	background-image: linear-gradient(to right, var(--theme-color) 0, var(--theme-color2) 100%);
	color: var(--white-color);
	width: var(--icon-size);
	height: var(--icon-size);
	line-height: var(--icon-size);
	text-align: center;
	font-size: 20px;
	margin-right: 20px;
	border-radius: 50%;
	-webkit-transition: all ease .4s;
	transition: all ease .4s
}

.video-btn::after,
.video-btn::before {
	content: "";
	position: absolute;
	background-color: var(--theme-color);
	width: var(--icon-size);
	height: var(--icon-size);
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 50%
}

.video-btn::after {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s
}

.link-btn {
	font-size: 18px;
	font-weight: 700;
	position: relative
}

.link-btn i {
	margin-left: 2px
}

.link-btn:before {
	content: "";
	height: 2px;
	width: 0;
	background-color: var(--title-color);
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}

.link-btn.active,
.link-btn:hover {
	color: var(--title-color)
}

.link-btn.active:before,
.link-btn:hover:before {
	width: 100%
}

.link-btn.style2 {
	color: var(--title-color)
}

.link-btn.style2:before {
	height: 2px;
	background-color: var(--theme-color);
	bottom: -2px
}

.link-btn.style2.active,
.link-btn.style2:hover {
	color: var(--theme-color)
}
.hdtextbg{
			background-color: #e71820;
			padding: 25px;
			text-align: center;
	color: #fff;
		}

.responsive{
	width: 100%;
	
}
.iconexpo{
	width: 	300px;
	height: auto;
	margin: auto;
	
}

@media (max-width:600px) {
	
	.iconexpo{
	width: 	100%;
	height: auto;
	margin: auto;
	
}
	
	
	
}








