@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {
  scroll-behavior: smooth;
}

body {
 font-family: 'PT Sans', sans-serif;
  color: #000000; font-weight: 400; background: #f8f8f8;
}

a {
  color: #fbae16;
  text-decoration: none;
}

a:hover {
  color: #29abe1;
  text-decoration: none;
}


img{ max-width: 100%;}

/*--------------------------------------------------------------
# Top Banner
--------------------------------------------------------------*/
.header{ width: 100%; position: fixed; background: rgba(255,255,255,0.8); top: 0px; left: 0px; z-index: 9999; padding: 10px 0;}

.contact{  padding: 10px; font-size: 25px; text-align: right; color: #fbae16; font-weight: bold;}
.fs32{ font-size: 32px;}
.enquery-form{ background: rgba(255,255,255,0.9); padding: 15px; border-radius: 20px; position: absolute; z-index: 99; top: 35px; right: 20px; max-width: 400px;}
.bgnew{ background: rgba(41,171,225,0.9) !important; }
.enquery-title{ font-size: 25px; font-weight: bold;color: #fbae16; padding-bottom: 7px; }
.custom-control{ border-radius: 10px; border: 1px solid #cccccc; padding: 3px 10px;}
.form-button{background: #fbae16; color: #fff; font-size: 20px; padding: 4px 40px;}
.form-label {margin-bottom: 3px;}
.posa{ position: absolute; top: 0px; width: 100%;}
/*--------------------------------------------------------------
# Holiday Package
--------------------------------------------------------------*/
.holidaypackage{ padding: 40px 0;}
.holidaypackage-title { text-transform: uppercase; text-align: center; color: #fbae16; font-weight: 700; font-size: 30px;}
.blueline{ width: 100px; height: 3px; background: #29abe1; margin: 0 auto 30px;}
.pro-details{ padding: 0px; margin: 0px; padding-right: 25px; }
.pro-details li{ list-style-type: none; padding-bottom: 15px; font-size: 18px; padding-left: 25px; background: url("../images/arrow.png") no-repeat 5px 9px;}
.mb-30{ margin-bottom: 30px;}
.degree-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

.degree-wrap:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: linear-gradient(transparent, #000);
}

.degree-wrap img {
	width: 100%;}

.degree-wrap .title-part {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 30px 21px;
    opacity: 1;
    transition: all 0.3s ease; 
	font-size: 20px; font-weight: bold;
}

.degree-wrap .title-part .title {
    margin: 0;
	color: #ffffff;}

.degree-wrap .content-part, .rs-team.style1 .team-item:after {
    /* width: calc(100% - 60px); */
	height: calc(100% - 40px);}

.degree-wrap .content-part {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotateY(90deg);
    background: rgba(0, 113, 181, 0.9);
    border-radius: 3px;
    padding: 20px 20px 0;
    color: #ffffff;
    opacity: 0;
    transition: all 0.3s ease;
	text-align: center;
}

.degree-wrap .content-part .title {
    margin-bottom: 25px;
}
.degree-wrap .content-part .title a {
    color: #ffffff;
}

.rs-degree.style1 .degree-wrap .content-part .desc {
    margin-bottom: 15px;
}

 .degree-wrap .content-part .btn-part a {
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 0;
    border-bottom: 1px solid #ffffff;
}


.degree-wrap:hover .title-part {
    bottom: -60px;
    opacity: 0;
}

.degree-wrap:hover .content-part {
    transform: translate(-50%, -50%) rotateY(0);
    opacity: 1;
}
	
	.degree-wrap:hover .content-part {
    transform: translate(-50%, -50%) rotateY(0);
    opacity: 1;
}

.degree-wrap .content-part, .team-item:after {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
}
/*--------------------------------------------------------------
# About us
--------------------------------------------------------------*/
.about-bg{ background:url("../images/about-bg.png") no-repeat right 0; padding: 50px 0; padding-right: 30%; }
.bgwhite{ background: #f1f1f1; padding: 30px 0; padding-left: 13%; font-size: 18px; padding-right: 30px; max-width: 74%;}
.about-title{ font-size: 41px; color: #333333; padding-bottom: 10px;}



.footer{ background: #f1f1f1; padding: 40px 0;}
.footer ul{ margin: 0px; padding: 0px; padding-left: 17px;}
.footer-heading{ color: #fbae16; font-weight: bold; padding: 0px 0 10px; font-size: 20px; text-transform: uppercase;}
.flogo{ text-align: right;}
.cright{ padding: 10px 0;}
.copy{ background: #fbae16; text-align: center; color: #fff; padding: 5px 0;}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #333;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}




.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
 .row-cols-5 > * {
    flex: 0 0 auto;
    width: 50%;
}
	.header{ position: static; text-align: center;}	
	.enquery-form{ position: static; background: #f1f1f1;}
	/*.carousel-control-prev, .carousel-control-next{ display: none;}*/
	.posa{position: static;}
	.about-bg{ padding-right: 0px;}
	.bgwhite{ max-width: 97%;}
	.degree-wrap .content-part, .team-item::after {  width: 100%;  height: 138px;}
	.degree-wrap .content-part .title {    margin-bottom: 3px;}
	.degree-wrap:hover .content-part {    transform: translate(0%,0%) rotateY(0);    opacity: 1;}
	.pt15{ padding-top: 10px;}
	.copy{ padding: 5px 10px;}
	.title-part{ display: none;}
	.degree-wrap{ padding-bottom: 120px;}
	
	.degree-wrap .content-part{opacity: 1; top: inherit; background: rgba(0, 113, 181,1); bottom: 0px; left: 0px; transform: translate(0%, 0%) rotateY(0deg);}
	/*.bgnew{ background: rgba(41,171,225,0.9)*/ }
}




@media (max-width:767px){
	
	}