
*{ font-family: 'Josefin Sans', sans-serif; 
}
section
{
	width: 90%;
	 margin: auto;
	  margin-top: 120px;
	}
  b{
  	font-family: 'Times New Roman'
  }

 .carousel-section h2{
 	font-style: italic;

 }

  html{
    scroll-behavior: smooth;
  }

  iframe,object,embed{
    max-width: 100%;
    max-height: auto;
}

iframe{
    top:0;
    left: 0;
    width:100%;
    height: 100%;
}

.carousel-section p
{
 font-weight: bold; 
 font-style: italic;
 /*text-underline-position: top;*/
}

.aboutus-section p{
font-weight: bold;
}

#transform{
	text-transform: capitalize;
	font-weight: normal;
	color: #fff;
}
#uppercase{
	text-transform:uppercase;
	font-weight: normal;
	color:#fff;
}

.card-content .heading{
	font-weight:bold; 
	font-size:20px;
}
.card-content .info{
font-size: 15px;
}


.contactus-secction i{
	font-size: 16px;
	/*font-weight: bold;*/

}

 	
.title_names {
    font-size: 15px;
    
}
/*.card-section #frames{
    max-width: 100%;
    max-height: auto;
}
*/
/*.card-section #frames iframe{
    top:0;
    left: 0;
    width:100%;
    height: 100%;
}
*/
/*.card-section #frameimg img{
    width:100%;
    height: auto;
}*/

.contactus-section label{
    font-family: 'Josefin Sans', sans-serif;
}
/*
@media only screen and(max-width: 768px){
	.carousel-section h2,p{
		font-size: 12px;
		

	}
}
@media only screen and(max-width: 425px){
	.carousel-section h2,p{
		font-size: 12px;
		

	}
}
@media only screen and(max-width: 375px){
	.carousel-section h2,p{
		font-size: 12px;
		

	}
}
@media only screen and(max-width: 320px){
	.carousel-section h2	{
		font-size: 10px;
		

	}
}