.hightext
{
    color:#252323;
        font-size: 18px;
}
.fa-home
{
    font-size:22px;
}
.container1 { 
position: relative; 
 
/*background: linear-gradient(110deg, #fdcd3b 60%, #ffed4b 60%);*/
   font-family: "Raleway", serif;
} 

.container1, .container1 .headertext { 
padding: 7px; 
background-color: #fff; 
color: #626060; 
font-weight: bold; 
} 
.cardss:hover
{
    background-color: red; 
}
.container1 .headertext { 
position: absolute; 
top: 0; 
left: 0; 
  font-family: "Raleway", serif;
z-index: 10; 
padding: 10px 10px;
border-right:1px solid #777;  
background:#6c43ca!important;
 color:#fff ;
    text-shadow: 1px 1px #111;
} 

.container1 marquee { 
line-height: 1.5; 
} 

.container1 marquee p { 
margin: 0; 

} 
.high:hover
{
    background:#caebff;
    border-color:#caebff;
}
.highlights
{
        background: #6c43ca33;
    border-color: #6c43ca33;    
}
.dropdown-item:hover
{
    color:#0582ae!important;
}

.dropdown-item
{
   font-family: "Raleway", serif;
   font-weight: bold;
        font-size: 17px;
         padding: 12px;
          color: #6c43ca!important;
          background-color: #5152da00;
       
}
    .video-popup-model {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999999999;
	transition: all 0.5s ease;
	opacity: 0;

	&.smooth_show {
		opacity: 1;
	}

    .video-layer{
	   	width: 100%;
		height: 100%;
		background-color: black;
		display: flex;
	    align-items: center;
	    justify-content: center;
	    @media screen and (min-width: 800px) {
	    	background-color: rgba(0,0,0,0.5);
	    }

	    .video-model-close-layer {
	    	width: 100%;
	    	height: 100%;
	    	position: absolute;
	    	top: 0;
	    	left: 0;
	    	right: 0;
	    	bottom: 0;
	    }

	.model-wrapper {
		width: 100%;
		height: auto;
		@media screen and (min-width: 800px) {
			max-width: 65%;
		}

		.videomodel {
			width: 100%;
			height: auto;
			background-color: black;
			 @media screen and (min-width: 800px){
			 	position: relative;
				padding: 1.5rem;
			 	background-color: white;
				border-radius: 2rem;

			 }

			.videoscreen {
				width: 100%;
				border-radius: 2rem;
    			overflow: hidden;
    			background: #000000;

				video , iframe {
					width: 100%;
					object-fit: cover;
					height: auto;
					border: 0;
					outline: none;
					display: block;
				}


			}
		}

		.modelCloseBtn {
			width: 4rem;
			height: 4rem;
			background-color: transparent;
			border: 0.2rem solid white;
			cursor: pointer;
			border-radius: 50%;
			position: absolute;
			top: 1rem;
    		right: 1rem;
			@media screen and (min-width: 800px) {
				background-color: white;
				right:-4rem;
				top: -3rem; 

			}

			&:before, &:after {
				content: ' ';
				width: 0.2rem;
				height: 2.2rem;
				position: absolute;
				left: 1.7rem;
    			top: 0.7rem;
				background-color: white;
				@media screen and (min-width: 800px){
					background-color: black;
				}
				
			}
			&:before {
				transform: rotate(45deg);
			}
			&:after {
				transform: rotate(-45deg);
			}
			&:hover {
				&:before, &:after {
					opacity: 0.8;
				}
			}
		}
	}
	}
}



    .cus_head_icon {
    background: #28406c;
   
}
.banner
{
    margin-top:0px;
}
.cls_head_lt_fn {
    display: flex
;
    align-items: center;
    justify-content: flex-start;
}
ul{
    list-style-type: none;
}
.cus_btn
{
    color:#fff;
}
.text-primary {
    color: #be6efc;
}
h1{
    color: #6c43ca;;
    font-size:40px;
}
.btn-primary
{
    background-color: #6c43ca;
    border:none
}
.btn-primary:hover
{
    background-color: #ad1deb;
    border:none
}
.nav-link
{
    color: #6c43ca !important;
}
.nav-link:hover {
    color: #be6efc!important;
    
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  background: pr;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 960px;
}
.slider::before,
.slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
p
{
    font-family: "Raleway", serif;
    font-weight: 500;
}
.tabslink
{
        color: #6c43ca!important;
}
.tabslink:hover
{
        color: #0582ae!important;
}
.slider .slide {
  height: 100px;
  width: 250px;
}
ul>li>a{
    color: #252323;
    font-size: 18px;
    font-family: "Raleway", serif;
    font-weight: 500;
}
ul>li>a:hover{
    color: #06A3DA !important;
    font-size: 18px;
    font-family: "Raleway", serif;
    font-weight: 500;
}
.blog img{
    max-width: 100%;
}
.blog-head {
  margin-bottom: 70px;
}

.blog-head h6{
  color: #f05907;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
}

.blog-head h6:after, .blog-head h6:before{
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  background: #f05907;
  top: 50%;
}

.blog-head h6:after{
  right: 120%;
}

.blog-head h6:before{
  left: 120%;
}

.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.blog{
  background-color: #f7f7f7;
      padding: 20px;
    /* min-height: 100vh; */
}

.blog .item{
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.blog .item .more{
  position: absolute;
  right: 30px;
  bottom: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  color: #f05907;
  font-size: 19px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  transform: translate(0 , 100px);
  transition: all 0.3s ease-in-out;
}

.blog .item:hover .more{
  transform: translate(0 , 0)
}

.blog .item:hover .img img{
  transition: all 0.4s ease;
}

.blog .item:hover .img img{
  transform: rotate(-5deg) scale(1.2 , 1.2);
}

.blog .item .img{
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%, 0 75%);
}

.blog .item .info{
  padding: 30px;
  position: relative;
}

.blog .item .info .date{
  position: absolute;
  left: calc(50% - 25px);
  top: -54px;
  width: 50px;
  height: 50px;
  line-height: 20px;
  text-align: center;
  background-color: #f05907;
  color: #fff;
  padding: 5px;
  transform: rotate(45deg);
}

.blog .item .info .date span {
    transform: rotate(-45deg);
    display: inline-block;
}
.blog .item .info h5:hover{
  color: #f05907;
}

.blog .item .info .user{
  margin-top: 20px;
  color: #f05907;
}

.blog .item .info .user i{
  margin-right: 5px;
  font-size: 14px;
}
/* Image gallery stlyling */
.containern {
  /* max-width: 900px;
  margin: 80px auto 0; */
  text-align: center;
}

.container__img-holder {
  max-width: 280px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  margin-left: 16px;
  cursor: pointer;
}

.containern .container__img-holder:nth-child(3n+1) {
  margin-left: 0;
}

.container__img-holder img {
  width: 100%;
  height: 220px;
  display: block;
}


/* Popup Styling */
.img-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, .5);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.img-popup img {
  max-width: 900px;
  width: 100%;
  opacity: 0;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
}

.close-btn {
  width: 35px;
  height: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.close-btn .bar {
  height: 4px;
  background: #333;
}

.close-btn .bar:nth-child(1) {
  transform: rotate(45deg);
}

.close-btn .bar:nth-child(2) {
  transform: translateY(-4px) rotate(-45deg);
}

.opened {
  display: flex;
}

.opened img {
  animation: animatepopup 1s ease-in-out .8s;
  -webkit-animation: animatepopup .3s ease-in-out forwards;
}

@keyframes animatepopup {

  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

}

@media screen and (max-width: 880px) {

  .container .container__img-holder:nth-child(3n+1) {
    margin-left: 16px;
  }

}

.btn {
  font-family: "Raleway", serif;
    font-weight: 600;
    transition: .5s;
}
.nav-link
{
    font-family: "Raleway", serif;
            font-weight: bold;
            font-size: 17px;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    background: #eaa022;
}
    .cus_head_icon {
    background: #28406c;
   
}
.cls_head_lt_fn {
    display: flex
;
    align-items: center;
    justify-content: flex-start;
}
ul{
    list-style-type: none;
}
.cus_btn
{
    color:#fff;
}
.nav-link
{
    color: #fff;
}
.foot-padding{
    padding-top:2rem !important;
    padding-bottom:2rem !important;
}
.copy-padding{
    padding-top:0.5rem !important;
    padding-bottom:0.5rem !important;
}
