progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}[type=checkbox],[type=radio],legend{padding:0;box-sizing:border-box}html{font-family: 'Josefin Sans', sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h2{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}*,::after,::before{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.clearfix:after{display:block;content:"";clear:both;height:0;width:100%;overflow:hidden;}
body {
	    font-family: 'Roboto', sans-serif;
		
}
.banner_div{
	position:relative;
}
.restopbarmademenubar {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.foramrita{
	background:#2f3193;
}
.amritaa{
	color:#2f3193 !important; 
}
.amritaborder{
	border-left: 1px solid #2f3193 !important;
}
.sobuz{
	color:#666;
}
.beguni{
	color:#2f3193 !important;
}
.logoAmrita{
	width: 300px;
float: left;
padding-left: 20px;
}
.logoAmrita a{
	font-weight:bold;
	font-size:20px;
	color:#2f3193;
	display:block;
}
.logoAmrita a img{
	width:152px;
}
.menusection{
	width:1170px;
	background:#fff;
	border-radius:40px;
	position:absolute;
	top:11%;
	transform:translate(-50%,-50%);
	left:50%;
	z-index:999;
	transition: all 0.25s;
	display:block;
}
.logo{
	width:302px;
	float:left;
	padding-left:20px;
	transition: all 0.25s;
	margin-top: 11px;
}
.logo a{
	color:#7b0100;
	text-decoration:none;
	
 font-family: 'Roboto', sans-serif !important;
  
  font-style: italic;
  font-size:20px;
}
.logo a img{
	width:240px;
	display:inline-block;
	vertical-align:bottom;
}
.addressbar{
	width:160px;
	float:left;
}
.addressbar {
  font-weight: 400;
  color: #007c17;
  font-size: 14px !important;
  text-decoration: none;
}
.phone-clicks{
	display: inline-block;
	
	 border-left:1px solid #7b0100;
}
.phone-clicks a{
	color: #7b0100;
  font-size: 18px !important;
  display: block;
  text-decoration: none;
  padding:23px 14px;
  transition: all 0.50s;
  position:relative;
  margin:0 3px;
}
.phone-clicks a:hover{
	color:#000;
}

/* Style text tooltip */
.tooltipText {
    background-color: #000;
    position: absolute;
    top: 0;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    opacity: 0;
    transition: all .5s;
	color:#fff;
	font-size:14px;
	left:-22px;
}



/*  Membuat dan style tip*/
.tooltipText::after {
    content: '';
    width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 10px solid #000;
    position: absolute;
    top: -8px;
    left: 40%;
    margin-left: 5%;
}

/* Hover text tooltip */
.phone-clicks a:hover .tooltipText{
    opacity: 1;
    transform: translateY(90px);
}

/* Hover Background icon */

.logolow{
	display:inline-block;
	font-size:24px;
	vertical-align:bottom;
}
.caption_banner { position:absolute; left:0; bottom:80px; width:100%;}

.caption_banner  .hedding_text { text-align:left; padding:0;}

.caption_banner  .hedding_text h3{
	font-family: 'Berkshire Swash', cursive;
	font-size:44px;
	color:#fff;
} 
.caption_banner  .hedding_text p {   color: #333;font-size:36px;font-weight:bold;font-family: 'Berkshire Swash', cursive;}
.caption_banner  .hedding_text a {  color: #333; border: 1px solid #333 ;font-size:20px;font-weight:bold;padding:10px 30px;border-radius:32px;margin-top:18px;transition:all 0.50s;text-decoration:none;display:inline-block;margin-right:6px;  }
.caption_banner  .hedding_text a:hover { background: #333; color:#fff;}
.socicons {
  position: fixed !important;
  top: 33%;
  right: 10px;
  z-index: 99;
}
.socicons ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.socicons ul li {
  margin: 3px 0;
}
.socicons ul li a {
  padding-top: 10px;
width: 60px;
height: 60px;
text-align: center;
vertical-align: middle;
display: inline-block;
color: #7b0100;
font-size: 28px;
  border-radius: 50%;
  background: #fff;
  transition: all 0.50s;
  border: 2px solid #ccc;
}
.socicons ul li a:hover {
 background: #7b0100 ;
  color: #fff;
  border: 2px solid #7b0100;
}
.sociconsAmrita {
  position: fixed !important;
  top: 33%;
  right: 10px;
  z-index: 99;
}
.sociconsAmrita ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sociconsAmrita ul li {
  margin: 3px 0;
}
.sociconsAmrita ul li a {
  padding-top: 10px;
width: 60px;
height: 60px;
text-align: center;
vertical-align: middle;
display: inline-block;
color: #2f3193;
font-size: 28px;
  border-radius: 50%;
  background: #fff;
  transition: all 0.50s;
  border: 2px solid #ccc;
}
.sociconsAmrita ul li a:hover {
 background: #2f3193 ;
  color: #fff;
  border: 2px solid #2f3193;
}
.menusection.scrawlmenu-bar  {
	top:0;
	z-index:999;
	left:0;
	position:fixed;
	width:100%;
	background:#fff !important;
	box-shadow: 0 1px 5px #777;
	transform:none;
	border-radius:0;
	padding-left:70px;
}
.menusection.scrawlmenu-bar .logoAmrita{
	width: 330px;
	padding-left: 50px;
}
.menusection.scrawlmenu-bar .logoChanachur{
	width: 330px;
	padding-left: 50px;
}
.menusection.scrawlmenu-bar .navBg{
	background:#fff !important;
	width: 650px;
	
}

.menusection.scrawlmenu-bar #menu{
	background:#fff !important;
}
.menusection.scrawlmenu-bar #menu a{
	color:#444;
}
.menusection.scrawlmenu-bar #menu a:hover{
	color:#000 !important;
}
.menusection.scrawlmenu-bar #menu li:hover > input[type="checkbox"] + .sub-menu {
  display: block;
  background: #fff;
}
.menusection.scrawlmenu-bar #menu .sub-menu li a {
  border: none;
  background: #fff;
  color: #333;
}
.abtbase{
	padding:50px 0;
}
.hed{
	
	font-family: 'Berkshire Swash', cursive;
}
.sebas-carousel__bullets, .sebas-carousel__left, .sebas-carousel__right{
	display:none !important;
}
.hedding_textabt{
	font-weight:bold;
	font-size:38px;
	color:#7b0100;
	margin-bottom:50px;
}
.view-info-block a{
	color: #fff;
font-size: 20px;
font-weight: bold;
padding: 10px 30px;
border-radius: 32px;
margin-top: 28px;
transition: all 0.50s;
text-decoration: none;
display: inline-block;
background:#7b0100;
text-transform:capitalize;
} 
.view-info-block a:hover{
	background:#0d4018;
}
.blockBeguni{
	display:inline-block;
	margin:4px;
}
.blockBeguni a{
	display:inline-block;
	
}
.blockBeguni a img{
	border:4px solid #000;
}
.view-info-blockBeguni a{
	color: #fff;
font-size: 20px;
font-weight: bold;
padding: 10px 30px;
border-radius: 32px;
margin-top: 28px;
transition: all 0.50s;
text-decoration: none;
display: inline-block;
background:#2f3193;
text-transform:capitalize;
} 
.view-info-blockBeguni a:hover{
	background:#0c0d41;
}
.compltwidth {
  background-color: #2f3193; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #2f3193 , #060745);
  padding:30px 0;
}
.serblock {
  width: 25%;
  padding: 20px;
  float: left;
  border-right:1px solid #fff;
  text-align:center;
}
.serblock h3 {
  
  font-size: 24px;
  color: #fff;
  text-transform:capitalize;
  font-weight: bold;
}
.whiters {
  position: relative;
  padding-bottom:0 !important;
  width:100%;
  max-width:400px;
}
.whi-pic {
  width: 100%;
  max-width: 400px;
  height: auto;
  overflow: hidden;
  text-align: center;
  padding: 20px;
  transition: all 0.50s;
  background: #c0cdbd;
}
.dftcase{
	background:#7b0100 !important;
}
.example-image {
  width: 100% !important;
  max-width: 400px !important;
  height: auto !important;
  border: 1px solid #fff;
  padding: 6px;
  background: #fff;
}
.menudexAmrita li a:hover{
	color:#9077d9 !important;
}
.goyna {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 17px !important;
  margin-top: 15px;
color: #444;
}
.moyna {
  height: 25px;
  font-size: 17px;
margin-top: 15px;
color: #444;
}
.homeReviewBg{
	background:url('113725between-darjeeling-tea-and-assam-tea-scaled.jpg')no-repeat;
		background-position:center;
		padding:40px 20px;
		background-size:cover;
		background-attachment:fixed;
}
.rockBg{
	background:url('113725rockmix.jpg')no-repeat;
		background-position:center;
		
		
		
}
.homeReviewBg2{
	background:url('113725ban44.jpg')no-repeat;
		background-position:center;
		padding:40px 20px;
		background-size:cover;
		background-attachment:fixed;
}
.othBannerTea{
	background:url('113725banteaother.jpg')no-repeat;
		background-position:center;
		padding:80px 20px;
		background-size:cover;
		height:300px;
		position:relative;
}
.othBannerDFT{
	background:url('113725banteaother2.jpg')no-repeat;
		background-position:center;
		padding:80px 20px;
		background-size:cover;
		height:300px;
		position:relative;
}
.forothercase{
	top:20%;
}
.forfp{
	padding-left: 32px;
transition: all 0.25s;
margin-top: 5px;
}
.fireeso .phone-click a span{
	display:inline-block !important;
}
.bluish{
	background:#00131e !important;
}
.wrapperdd {
  max-width: 1140px;
  width: 100%;
  padding:15px;
 margin:0 auto;
 background:rgba(250,250,250,0.8);
	border:1px solid #fff;
	
}
.homeReviewHeader{
	width:100%;
	
	margin:0 auto;
	
}
.homeReviewHeaderBox01{
	width:100%;
	max-width:234px;
	float:left;
	margin-right:25px;
}
.homeReviewHeaderBox02{
	width:100%;
	max-width:156px;
	float:left;
}
.homeReviewHeaderBox03{
	width:100%;
	max-width:640px;
	float:right;
	padding-top:10px;
}
.reviewrInfo{
	padding:6px;
	background:#2f3193;
}
.revwPic img{
	border-radius:50%;
}
.homeReviewTxt01{
	font-size:15px;
	line-height:22px;
	color:#101010;
	font-weight:500;
}
.homeReviewTxt02{
	font-size:13px;
	line-height:13px;
	color:#2d72f2;
	font-weight:600;
}
.homeReviewWrap{
	width:100%;
	max-width:1160px;
	margin:0 auto;
	margin-top:24px;
}
.homeReviewBox{
	width:100%;
	max-width:315px;
	float:left;
	position:relative;
}
.revwPic{
	width:100%;
	max-width:50px;
	float:left;
	margin-right:15px;
}
.revwNameBox{
	width:100%;
	max-width:220px;
	float:left;
}
.reviewrName{
	font-size:15px;
	line-height:21px;
	color:#fff;
	font-weight:600;
}
.googleStar{
	font-size:15px;
	color:#fcb002;
}
.googleLogo{
	width:100%;
	max-width:20px;
	float:left;
	top:10px;
	right:40px;
	position:absolute;
}
.patientReview{
	width:90%;
	font-size:15px;
	line-height:25px;
	color:#101010;
	font-weight:500;
	margin-top:15px;
}
.footer {
  background: url('113725ban4.jpg')no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-attachment: scroll;
  background-size: auto;
background-position: center;
background-size: cover;
background-attachment: fixed;
  padding: 2% 0 1% 0;
}
.colmd33{
	padding:10px;
	border-right:1px solid #c3d2df;
	height:440px;
}
.colmd3{
	padding:10px;
	border-right:1px solid #c3d2df;
	height:282px;
}
.colmd_3{
	padding:10px;
	border-bottom:1px solid #c3d2df;
}
.chottohorf{
	font-size: 28px;
}
.footer h3 {
  font-size: 24px;
  color: #c3d2df !important;
  margin: 30px 0 30px 0;
  text-transform: capitalize;
  font-weight: bold;
}
.footer h3 span{
	color:#c3d2df ;
}
.foot-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.foot-menu ul li a {
   padding:5px 0;
    color: #eee;
  font-size:16px;
  display:block;
  font-weight:400;
text-transform:capitalize !important;
    transition: all .125s ease-in-out;
  -webkit-transition: all .125s ease-in-out;

  text-decoration:none;
}
.foot-menu ul li a:hover {
  color:#748fa6;
}
.footer .sub-menu{
	margin-left:20px;
}
.sparking{
	padding: 5px 0 !important;
color: #eee !important;
font-size: 16px !important;
display: block !important;
font-weight: 400 !important;
text-transform: capitalize !important;
}
.footer p {
  font-size: 17px;
  color: #eee;
}
.hangingbase{
	padding:0 20px 30px 20px;
}
.collapsedblock{
	padding:32px 0;
}
.exampleImage{
	width:100%;
	max-width:490px;
}
.phone-click {
  display: inline-block;
}
.phone-click a {
  display: block;
  color: #fff;
  text-decoration: none;
  letter-spacing: 2px;
  text-decoration: none;
  text-align: center;
  padding:0;
}
.phone-click a span {
  padding-left: 6px;
  color: #fff;
  font-size: 14px;
}
.copy-right {
  border-top: 1px solid #fff;
  padding: 20px;
  text-align: center;
  margin-top: 30px;
}
.copy-right a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
}
.mainPage{
	width:160px;
	position:fixed;
	top:20%;
	right:0;
	background-color: red;
  animation:example  1s infinite;
  border-radius:20px 0 0 20px;
  z-index:99;
}
.mainPage a{
	display:block;
	text-decoration:none;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	padding:6px 0;
	text-align:center;
}
@keyframes example {
  0%   {background-color: red;}
  25%  {background-color: ff6000;}
  50%  {background-color:#2f3193;}
  75%  {background-color:#ff6000;}
  100% {background-color: green;}
}
.welcomTxt{
	color: #000;
font-size: 56px;
font-weight: bold;
font-family: 'Berkshire Swash', cursive;
padding:0;
margin:0;
position:absolute;
top:10%;
left:10%;
z-index:9;
}
.fully-a{
	position: fixed;
    left: 0;
    top: 40%;
    width: 100%;
   text-align:center;
	z-index:99;
    padding: 10px;
}
.respFtr {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
   background-color: #7b0100;
    padding: 10px 0;
    display: none;
}
.respFtrdfp{
	background:#2f3193 !important;
}
.wrapper {
    width: 90%;
    max-width: 300px;
}
.respFtrBox {
    width: 100%;
    max-width: 92px;
    float: left;
    text-align: center;
}
.respFtrBox a {
    font-size: 14px;
    line-height: 25px;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
}
@media screen and (max-width: 1163px){
.restopbarmademenubar {
  display: block;
}
.logorespAmrita{
	display:inline-block;
	margin-bottom:4px;
}
.logorespAmrita a {
  font-weight: bold;
  font-size: 20px;
  color: #2f3193;
  display: block;
}
.logorespAmrita a img{
	width:130px;
}
.menusection{	
	display:none;
}
body{
	padding-top:102px;
}
.restopbarmade {
  display: block;
  background-color: #fff;
}
.logoresp {
  float:left;
  margin-bottom:4px;
  margin-top:4px;
  margin-left: 7px;
}
.logoresp a {
  color: #7b0100;
  display: block;
   font-family: 'Roboto', sans-serif !important;
  font-size:20px !important;
  font-style: italic;
}
.logoresp a img{
	width:220px !important;
}
.logoresp a img{
	width:220px !important;
}
.mailandphnicons {
  float: right;
  margin-top: 18px;
  margin-right: 23px;
}
.mailandphniconsAmrita {
  float: right;
  margin-top: 20px;
  margin-right: 23px;
}

.navBg {
  width: 100%;
  background:#7b0100;
  padding: 10px;
}
.beguniBg{
	 background:#2f3193;
}
#menu {
  max-width: 100%;
}
#menu a {
  padding:8px 10px;
  color: #fff;
}
label{
	margin:0;
}
.restopbarmade .fa-phone {
  color: #7b0100;
  font-size: 20px !important;
  margin:0;
}
.restopbarmade .fa-envelope {
  color: #7b0100;
  font-size: 20px !important;
    margin-left: 2px;
}
}
@media screen and (max-width: 991px){
	.colmd3{
	padding:10px;
	border:none;
	height:auto;
}
.fullwidthddd{
	display:none;
}	
.colmd33{
	padding:10px;
	border:none;
	height:auto;
}
.footer .phone-click a span{
	display:block;
}
body{
	padding-bottom:60px;
}
}
@media screen and (max-width: 943px){
	.hedding_text img{
		width:80px;
	}
	.caption_banner {
  bottom: 80px;
}
	.caption_banner .hedding_text p{
		font-size:26px;
	}
}
@media screen and (max-width: 780px){
	.phone-click a span{
		display:none;
	}
	.serblock{
		width:50%;
		border:none !important;
	}
	.hedding_text img{
		width:50px;
	}
	.caption_banner .hedding_text p{
		font-size:20px;
	}
	.hedding_textabt{
		font-size:26px;
	}
}
@media screen and (max-width: 700px){
	.caption_banner .hedding_text a {
  color: #333;
  border: 1px solid #333;
  font-size: 16px;
  font-weight: bold;
  padding: 7px 24px;
  border-radius: 32px;
  margin-top: 18px;
  transition: all 0.50s;
  text-decoration: none;
  display: inline-block;
  margin-right: 6px;
}
.rockBg{
	background:url('113725rockmix.jpg')no-repeat;
		background-position:center;
		padding:10px;
		
		
}
.mailandphnicons {
  float: right;
  margin-top: 18px;
  margin-right: 23px;
}
body {
  padding-top: 102px;
}
	.caption_banner {
  bottom: 50px;
  width:100%;
  max-width:470px;
}
.logoresp a img{
		width:110px;
	}
}
@media screen and (max-width: 600px){
	.logoresp a img{
		width:110px;
	}
	.fully-a{
		top:23%;
	}
	.othBannerTea{
	background:url('113725banteaother.jpg')no-repeat;
		background-position:center;
		padding:80px 20px;
		background-size:cover;
		height:160px;
		position:relative;
}
.othBannerDFT{
	background:url('113725banteaother2.jpg')no-repeat;
		background-position:center;
		padding:80px 20px;
		background-size:cover;
		height:160px;
		position:relative;
}
	.welcomTxt{
	color: #fff;
font-size: 36px;
font-weight: bold;
font-family: 'Berkshire Swash', cursive;
}
	.collapsedblock p {
  line-height: 1.4 !important;
  font-size: 15px !important;
}
	.abtbase p{
		line-height:1.4 !important;
		font-size:15px !important;
	}
	.footp{
		font-size: 18px !important;
text-align: left;
line-height: 1.4 !important;
	}
	.whi-pic{
		height:auto;
	}
	.phone-click{
		margin:0 !important;
	}
	.respFtr{
		display:block;
	}
	.abtbase{
	padding:16px 0 30px 0;
}
.hedding_textabt{
	margin-bottom: 20px;
}
	.mailandphnicons {
  float: right;
  margin-top: 18px;
  margin-right: 20px;
}
	.caption_banner {
  bottom: 50px;
  width:100%;
  max-width:400px;
}
.caption_banner .hedding_text p {
  font-size: 20px;
  font-weight: 400;
}
}
@media screen and (max-width: 540px){
	.hedding_text img{
		width:40px !important;
	}
	.caption_banner {
  bottom: 50px;
}
	.caption_banner .hedding_text p{
		font-size:18px;
	}
}
@media screen and (max-width: 480px){
	.caption_banner .hedding_text a{
		color: #333;
  border: 1px solid #333;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 12px;
  border-radius: 32px;
  margin-top: 0;
  transition: all 0.50s;
  text-decoration: none;
  display: inline-block;
  margin-right: 6px;
  
	}
	.tabvanich{
		display:none !important;
	}
	.socicons ul li a {
  padding-top: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  
  font-size: 20px;
	}
	.sociconsAmrita ul li a {
  padding-top: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  
  font-size: 20px;
	}
	.hedding_textabt {
  font-size: 22px;
}
.hed{
	font-size:20px;
}
.view-info-block a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 22px;
}
.view-info-blockBeguni a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 22px;
}
	.serblock h3 {
  
  font-size: 20px;
  color: #fff;
  text-transform:capitalize;
  font-weight: bold;
}
.logoresp a img {
  width: 180px !important;
}
}
@media screen and (max-width: 440px){
	.caption_banner {
  bottom: 15px;
}
.serblock {
  width: 100%;
  border-bottom: 1px solid #fff !important;
}
.mainPage a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
}
.mainPage {
  width: 134px;
}
.compltwidth{
	padding:0;
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left:70%;
  transform:translate(-50%,-50%);
  margin-left:0;
  width:50px;
}
.caption_banner .hedding_text a{
	font-size: 12px;
}
}
@media screen and (max-width: 400px){
	.caption_banner .hedding_text p {
  font-size: 16px;
  
}
.logoresp a {
  color: #7b0100;
  display: block;
  font-family: 'Berkshire Swash', cursive;
  font-size: 15px !important;
  font-style: italic;
}
.carousel-indicators {
  position: absolute;
  bottom:0;
  left: 82%;
  transform: translate(-50%,-50%);
  margin-left: 0;
  width: 50px;
}
.socicons{
	display:none;
}
.sociconsAmrita{
	display:none;
}
.caption_banner .hedding_text a{
		
  font-size: 14px;
  font-weight: bold;
  padding: 3px 12px;
  border-radius: 32px;
  margin-top: 0;
  transition: all 0.50s;
  text-decoration: none;
  display: inline-block;
  margin-right: 6px;
	}
}