html, body {
  overflow-x: hidden;
	
}
a{text-decoration: none;}
/**
 * Enable smooth scrolling on the whole document
 */
html {
  scroll-behavior: smooth;
}

/**
 * Disable smooth scrolling when users have prefers-reduced-motion enabled
 */
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/**
 * Add .section to every anchored element for scroll margin
 */
.section {
  scroll-margin-top: 2rem;
}

/* Header */
.site-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3rem;
  text-decoration: none;
}

@media (min-width: 48em) {
  .site-title {
    float: left;
  }
}

.nav-link {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8) !important;
}

.social-nav .nav-link {
  padding: 0 0.5rem;
  font-size: 1.1rem;
  line-height: 2.5rem;
}

.nav-link:hover,
.nav-link:focus,
.active .nav-link {
  color: rgba(0, 0, 0, 0.6) !important;
	
}

/* Hero (intro) section */
.intro-title {
  font-weight: 800;
}

@-webkit-keyframes animateWave {
  0% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}

@keyframes animateWave {
  0% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}

.wave-bg {
  display: block;
  height: 220px;
  width: 100%;
  min-width: 600px;
  transform-origin: top;
  -webkit-animation: animateWave 2000ms cubic-bezier(0.23, 1, 0.32, 1) forwards;
          animation: animateWave 2000ms cubic-bezier(0.23, 1, 0.32, 1) forwards;
  background-image: url("../images/wave-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
}

img.avatar {
  border-radius: 30px;
}

/* Masonary grid for portfolio */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* Grid Item */
.grid-sizer,
.grid-item {
  width: 100%;
}

.grid-item {
  padding-bottom: 12px;
}

@media (min-width: 48em) {
  .grid-sizer,
  .grid-item {
    width: 25%;
  }
  .grid-item {
    float: left;
    padding: 6px;
  }
}

.grid-item img {
  display: block;
  width: 100%;
  max-width: 100%;
}

/* Portfolio */
.portolio-section .container {
  padding: 0;
}

.portfolio-item {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 0;
}

.portfolio-item figcaption {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px;
  background: rgba(255, 255, 255, 0.75);
  transition: transform 0.35s;
  transform: translate3d(0, 100%, 0);
}

.portfolio-item figcaption h4 {
  color: #222;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 3px;
}

.portfolio-item figcaption p {
  color: #444;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.portfolio-item:hover figcaption {
  transform: translate3d(0, 0, 0);
}




/* Portolio Caption */
#bp_container .bp-xc {
  background: #ffd35a !important;
}

#bp_caption a {
  text-decoration: none;
}

/* Footer section */
footer a:not(.nav-link) {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

/* Scroll Top */
#scrolltop {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s ease-in;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#scrolltop .btn {
  padding: 3px 11px;
  border-radius: 50%;
}

/* Additional utility styles */
.container-narrow {
  max-width: 1024px;
  margin: 0 auto;
}

.text-small {
  font-size: 0.875rem;
}

.text-uppercase {
  letter-spacing: 0.05em;
}

.hover-effect {
  transition: transform .18s ease-in-out;
}

.hover-effect:hover {
  transform: translateY(-2px);
}

.marker {
  position: relative;
  display: inline;
  width: auto;
}

.marker-center {
  padding-right: 0;
}

.marker:after {
  content: "";
  width: 125px;
  height: 30px;
  position: absolute;
  bottom: -25px;
  right: -30px;
  background-image: url("../images/marker.svg");
  background-repeat: no-repeat;
}

.marker-center:after {
  bottom: -30px;
  left: 50%;
  margin-left: -60px;
}

@media (max-width: 575.98px) {
  .marker {
    padding-right: 0;
  }
  .marker:after {
    bottom: -30px;
    left: 50%;
    margin-left: -60px;
  }
	
	.mt-5 {
     margin-top: 1.5rem!important; 
}
	h1{font-size: 3rem!important;}
	.wave-bg{height: 100px!important;}
}

.entry-title a {
  text-decoration: none;
}


@media (max-width: 480px){
	
	.port{width: 20rem !important;
	height: auto;}	
}

@media (min-width: 980px){
	
	.port{width: 69rem;
	height: auto;}	
}

@media (max-width: 680px){
	
	.port{width: 49rem;
	height: auto;}	
}

.mt30{margin-top: 30px;}
.mt50{margin-top: 50px;}
.pt30{padding-top: 30px;}

.pt50{padding-top: 50px;}

.poolbg{
	background-image: url("../images/bg.png");
	background-position: center;
	background-size: cover;
}


.boxshadow{box-shadow: 5px 5px 20px #d1d1d1;
	border-radius:10px;
	background-color: #f4f6f8;
	
}
.imgborder{
	
	border-radius: 10px 0px 0px 10px;
	width: 70%;
  height: auto;
}
.tac{text-align: center;}

.pt5{padding-top: 20px;}
@media only screen and (max-width: 600px) {
  .imgborder{
	
	border-radius: 10px 10px 0px 0px;
	width: 100%;
  height: auto;
}
}

.projectsbox{width: 65%;
    left: 17.5%;
    position: relative;}

.plrb-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    padding-bottom: 3rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.im1 {
    text-align: center;
    width: 100px;
    height: auto;
}

.afmap_b1 {
    background-color: #fff5e2;
    padding-top: 15px;
    padding-bottom: 15px;
}

.zindex {
    position: relative;
}

.afmap_l {
    background-color: #ffd37f;
    padding-top: 20px;
	border-radius: 10px;
}

.afmap_b {
    background-image: linear-gradient(#f2feff, #edfcff, #dbeeff);
    padding-top: 20px;
	border-radius: 10px;
}

.afmap_p {
    background-color: #F4f4f4;
    padding-top: 20px;
	border-radius: 10px;
}

.ml-45{margin-left: -8px;}
.pl-72{padding-left: 92px;}

.forleftimg {
    text-align: center;
    padding-top: 25px;
}
.icon{
	margin-bottom: 10px!important;}

 .icon-box {
    text-align: center;
    padding: 30px 20px 1px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    box-shadow:0px 0px 19px 0px rgba(110, 123, 131, 12%);
	 border-radius: 10px !important;
	
}
.problemstatement{
	
background-image: linear-gradient(white, #fffafa, #fcf9f4);
	border: 1px solid #ffd35a;
}
 .icon-box .icon {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
    position: relative;
}


 .RP_box {
    text-align: center;
    padding: 30px 20px 1px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    box-shadow:0px 0px 19px 0px rgba(110, 123, 131, 12%);
	 border-radius: 10px !important;
	
}

.fonticon{
font-size: 40px;
color: #ffcb50;
padding: 15px 11px;}

.align-items{
	text-align: center;
}

 .Researchicon-box {
    margin: 20px 0px;
    padding: 5px;
    height: 7rem;
    transition: all ease-in-out 0.3s;
    background: #fff;
    box-shadow: 0px 0px 19px 0px rgba(110, 123, 131, 12%);
    border-radius: 10px !important;
	
}
 .icon-box-ujm {
    padding: 30px 20px 1px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    box-shadow:0px 0px 19px 0px rgba(110, 123, 131, 12%);
	 border-radius: 10px !important;
	
}

.btn-primary {
    color: #000;
    background-color: #ffd35a;
    border-color: #ffd35a;
}

#header-nav.fixed-top {
    position: fixed;
    background: #ffd35a !important;
    padding-top: .36em;
    padding-bottom: .36em;
}

.under{text-decoration:#ffd35a underline;
}
.smileypadding{padding:25px 0;}

.myroleicon{height: 40px;}



.gradbg {
    background-image: linear-gradient(to right top, #e0faff, #f1dcff, #fffefe, #fff);
}

.multiclrbg{
	background-image: linear-gradient( white, #fff2fc, #f3f5ff)!important;}



.responsive {
  max-width: 1000px;
  height: auto;
}
/* smartphones, iPhone, portrait 480x320 phones */ 
@media (min-width:320px) 
{ 

	
}

@media only screen and (max-width: 600px){
	
	.pt-5{padding-top: 0px!important;}
	.plrb-3 {
     padding-left: 0rem !important;
		padding-right: 0rem !important;}
	.pt5{padding-left: 1rem;
	padding-right: 1rem;}
	.myroleicon{height: auto;}
	
	.imgicon{width: 150px;}
	.ptm1{padding-top: 1rem!important;}
	.ptm3{padding-top: 3rem!important;}
	
	
	.responsive {
  max-width: 100%;
  height: auto;
}
	
	
}
/*
.show{
	height: 100vh;
	padding: 10px 27px;
    z-index: 999;
    left: 0;
    height: 100vh;
    width: 100%;
    background: white;
    position: absolute;
}*/