@font-face{
    font-family:Roboto-Bold;
        src:url(../font/Roboto-Bold.ttf);
}
@font-face
{
    font-family:Roboto-Light;
    src:url('../font/Roboto-Light.ttf');
}

@font-face
{
    font-family:ROCK;
    src:url('../font/ROCK.ttf');
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
 background-attachment: url("http://play.google.com/store/apps/details?id=com.AbracaDabra.Santushtam");
}
ul.social-icons {
    margin-top: 10px;
	background-color:#feca0a;
	padding-left:0px;
}
.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
}
.social-icons a {
    color: #fff;
    text-decoration: none;
}
   body
        {
            font-size: 15px;
        }
		.active a,
		a:hover{
		background: #feca0a;
		color: white;
		}
		.navbar-collapse a {
  display: block;
  color: #444;
  text-decoration: none;
  padding: 0 20px;
  -webkit-transition: 0.2s;
          transition: 0.2s;
}
.navbar-collapse li {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  margin: 0 5px;
}
	

@font-face
{
    font-family:ARIAL;
    src:url('../font/ARIAL.ttf');
}
.menubtn
{
    padding-left:10px;

}
._14 {
    font-size: 14px;
	font-weight:bold;
	text-align:left;
	color:dimgray;
}
.dropbtn {
    color: black;
    font-size: 16px;
    border: none;
    cursor: pointer;
   
}
.dropdown-content {
    display: none;
    position: absolute;
    overflow: auto;
    
    right: 0;
}
.drop-collapse a {
    display: block;
    /* line-height: 60px; */
    color: #444;
    text-decoration: none;
    padding: 0 20px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.dropdown-content li a {
    color:#fff;
    font-size: 20px;
}

.fa-facebook {
    padding:10px 15px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-facebook:hover {
    background-color:  #385998;
}
.fa-twitter {
    padding:10px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-twitter:hover {
    background-color: #00aced;
}
.fa-rss {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-rss:hover {
    background-color: #eb8231;
}
.fa-youtube {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-youtube:hover {
    background-color: #e64a41;
}
.fa-linkedin {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-linkedin:hover {
    background-color: #0073a4;
}
.fa-google-plus {
    padding:10px 9px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-google-plus:hover {
    background-color: #e25714;
}
.fa-arrow-up {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    padding-right:25px;
	padding-bottom:2px;
}
.fa-arrow-up:hover {
    background-color: #3d5b99;
}

@media (min-width: 750px) {
  .banner
    {
      
        width: 100%;
    }
} 
}
.title1 .content{
	font-family:"Sans-serif";
	text-align:center;
	font-size:18px;
	
}
.theteam{
	font-family:sans-serif;
	font-size:35px;
	
}

.box{
   
    width: 31%;    
    float:left;
    margin:auto;
    border-radius:5px;
}
  
  .mark{
   
    width: 31%;    
    float:left;
    margin-left:170px;
    border-radius:5px;
}
  



.shake {
	display:inline-block;
}
.shake {
	display:block;
	
}
h2.shake,
.shake.inline {
	display:inline-block;
}
@-webkit-keyframes spaceboots {
	0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
	10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
	20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
	30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
	40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
	50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
	60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
	70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
	80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
	90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
	100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}
.shake:hover,
.shake:focus {
	-webkit-animation-name: spaceboots;
	-webkit-animation-duration: 0.8s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}
.img-rounded
{
    border-radius: 60%;
   
}
.teamblock
{
    padding-left: 10%;
    padding-right: 10%;
}
.teamblock,a{
	display: inline-block;
}
.teamimgfixright
{
    float: right;
    width: 300px;
}
.teamimgcontentright
{
    
    margin-right: 300px;
}
.teamimgfix
{
    float: left;
    width: 300px;
}
.teamimgcontent
{
    
    margin-left: 300px;
}
.teamimg
{
    float: left;
    
    border-radius: 20px;
    width: 290px;
}

.teaminfo
{
    color: black;
	font-family:serif;
}


.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.btn-secondary {
    color: #292b2c;
    background-color: #fff;
    border-color: #ccc;
}
h1.title {
    font-size: 32px;
    color: #ec9407;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 20px;
    
}
h2.title {
    font-size:28px;
    color: #ec9407;
    padding-bottom: 5px;
	font-family:"sans-serif";
    
}

}
.image{
 overflow: hidden;
    transition-duration: 0.8s;
    transition-property: transform;
}
.image:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
.buycontent
{
   
    font-family: "serif";
    color: gray;
    font-size:22px;
    margin:0 auto;
    text-align:left;
	margin-left:10px;
	padding:20px;
	font-weight:500 bold;
	
   
}
.buytitle
{
   
    font-family: inherit;
    color: black;
    font-weight:500 bold;
    margin:0 auto;
    text-align:left;
	margin-left:10px;
	margin-bottom:10px;
	
   
}
.model1{
	
	margin-left:30px;
}
.jobdisc{
	color:gray;
	font-family:"serif";
	font-size:22px;
	text-align:left;
	margin-left:50px;
}
.form_lab{
	margin-right:200px;
}
  

.intro{
	text-align:center;
    font-family:Sans-serif;
    color: black;
    font-size:17px;
}
 .info{
    
	color:gray;
	font-family:"serif";
	font-size:19px;
	text-align:left;
	margin-left:10px;
	padding-right:20px;
	padding-left:20px;
	

		
}
.ownr{
	font-weight:bold;
	text-align:center;
    font-family:serif;
    font-size:16px;
	color: gray;

}

.ownr1{
	font-weight:bold;
	text-align:center;
    font-family:  serif;
    color: gray;
    font-size:15px;
	color: gray;
    height: auto;
    width: auto;
    border: none;
 }

.teamalign{
    margin: auto;
    width: 50%;
    padding: 0.5em;
	
			
}
.ownr2{
	color:black;
	text-align:center;
	 font-family: "ROCK", serif;
	 font-size:16px;
	font-weight:bold;
	text-align:center;
    height: auto;
    width: auto;
	
}
.data1 {
    display: none;
    border:none;
    height:30px;
    width:290px;
    margin-left:10px;
}

div:hover +.data1 {
    display: block;
	}



.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
/*end team*/

/*indicators*/
.indicators {
list-style: none;
    padding: 30px;
    width: 220px;
    margin: auto;
}
.indicators li {

    border: medium none;
    border-radius: 0;
    float: left;
    height:20px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 5px !important;
    margin-top: 0;
    width: 20px;
}
.inactive{
        background-color: #feca0a; 
}
 .active{
    background-color: #ed1450;
}

.title p{
    color: #ee1d23;
    font-style: italic;
    font-weight: bold;
  text-align: center;
}

@media only screen and (min-width:768px)
{
.carousel-control {
    width: 60px;
    
    padding-top: 140px;
    font-size:150px;
    background: none;
    border: none;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,serif;
    font-weight: 300;
}
}

@media only screen and (max-width:768px){
.carousel-control { 
    padding-top: 30px;
    font-size: 50px;
    background: none;
    border: none;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,serif;
    font-weight: 300;
}
}


/*conatct*/

.sebm-google-map-container {
			height: 300px;
            width:100px;
		}
.align{
  
    padding-bottom: 3em;
}
.example-card1 {
    float: right;
    margin-right: 50px;
    border: 2px solid white;
    border-radius: 25px;
  width:15em;
    height: 20em;
    color: white;
   background-color:rgba(0,0,0,0.50);
    text-align: center;
}

.mapsize{
    border-radius: 5px;
     border: 1px solid gray;
 
    height: 225px;
    width: 150%;
   padding: 1px;
    
}
 .form-control {
     width: 100%;
       font-size: 15px;
     border:3px solid #a8a9ad;
   
}
.form{
    height: auto; 
    display:block;
}
.contact_form {
  
   padding: 1em;
     width: 100%;
    border-radius: 25px;
    background-color: transparent;
    border: 2px solid white;
}

.black-color{
    color:black;
}

.form-group{
    max-width: 400px;

    
}




.addrs{
    
    font-family: "Roboto-Light";
    color: black;
}
.pvt{
    font: bold 25px serif;
	color:lightblack;
}

@media (min-width: 750px) {
    
  
    .bgyellow{
   
       background-color: #feca0a;
         
    }

.bottompad{
         padding-top:100px;
    }
    
 
  
    .model{
    
    float:left;
}

}



@media (max-width: 750px) {
    .bottompad
    {
         padding-top:50px;
        
       
    }
    
    .model
    {
        float: left;
    }
    .bgyellow
    {
        
         background-color: #feca0a;
      
    }
}

/*.bggray
{
    background-color: #ffffff;
}
*/


/*product*/



  .banner
    {
        width: 100%;
    }



.about .title
{
    font-family:"san-serif";
    text-align: center;
    padding-top: 10px;
    color: #ed1450;
}

.about .subtitle{
    
    text-align:left;
    font-family: serif;
    color: black;
    font-size:21px;
}

.about .title1{
	font-family: sans-serif;
    text-align: center;
    padding-top: 10px;
    color: black;
}
.model5{
	padding-right:0;
}
.about1 .content{
	text-align:center;
    font-family:serif;
    color: gray;
	font-size:20px;
}
.about1 .title{
	font-family: serif;
    text-align: center;
    padding-top: 10px;
    color: #ed1450;
}








/*zoomboxxx*/

.mark{
		margin-left: 140px;
	background: none;
}

@media screen and (max-width:620px) {
   /* put your css style in there */
/*	.box{
	
    margin: auto;
	margin-left: 0px;
}*/
.mark{
	margin: auto;
	background: none;
}
}


/*caousel & indicators*/
.indicators {
list-style: none;
    padding: 30px;
    width: 220px;
    margin: auto;
    
}

.indicators li {

    border: medium none;
    border-radius: 0;
    float: left;
    height:20px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 5px !important;
    margin-top: 0;
    width: 20px;
} 
.inactive
{
        background-color: #feca0a; 
}
 .active{
    background-color: #ed1450;
}

.productdisp li
{
    padding: 20px;
    float: left;
    display: inline!important;
    list-style: none;
	height:400px;
}
.product
{
    height: 280px;
    width: 300px;
}
.productdisp
{
    margin: auto;
    width: 70%;
	
}
.wrapper
{
    width: 100%;
}

 .product_view .modal-dialog{
     top:130px;
     max-width: 800px;
     width: 100%;
}

.pre-cost{
     text-decoration: line-through; 
    color: #a5a5a5;
}
 .space-ten{
     padding: 10px 0;
}
.modalimg
{
    height:400px;
    width: auto;
     border-style: dotted;
}

.form-control
{
    width: 100%;
}

.home-section {
    padding-top: 120px;
    padding-bottom: 110px;
    padding-left: 15%;
    padding-right: 15%;
	display:block;
    z-index:120;
    height: auto;
	width: auto;
	text-align:left;
	color:gray
	margin-left:20px;}
.F
{
    /*background-color: #ed1450;*/
    color: red;
    height: auto;
    width: auto;
    border: gray solid 1px;
    font-size: 30px;
    font-family: "Roboto-Light";
}
.product_content p
{     color: black;
    font-family: "Roboto-Light";
    font-weight: 800;
}
.modal-dialog
{
     /*background: url(../../assets/banner/12.-Turmeric.jpg)no-repeat scroll 0 0 / cover rgba(0, 0, 0, 0);*/
    border: 1px solid #ed1450;
}
.modal-content
{
     background-color: white;
    border: 1px solid #ed1450;
    
    
}
 .headtitle  h1{
    font-size:50px;
    color:#ed1451;
    text-transform: uppercase;
   
}

.headtitle {
    
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    font-weight: bold;
    font-family: Charlemagne Std;
    font-size: 25px;
    color: #530f3a;
    text-align: center;
  
}

@media (min-width:768px)
{
    
    .modal-header
{
    width: 790px;
    margin: auto;
}
.modal-header .modal-title{
    width: 95%;
    text-align: center;
}
.pull-right
{
   width: 5%;
    margin: auto;
	
}
a.pull-right{
	color:red;
}

.carousel-control {
    width: 60px;
    
    padding-top: 140px;
    font-size: 150px;
    background: none;
    border: none;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,serif;
    font-weight: 300;
}
}

@media  (max-width:768px)
{
    .modal-header
{
    width:auto;
    margin: auto;
}
.modal-header .modal-title{
    width: 95%;
    text-align: center;
}
    .modal-dialog
{
     /*background: url(../../assets/banner/12.-Turmeric.jpg)no-repeat scroll 0 0 / cover rgba(0, 0, 0, 0);*/
    border: 1px solid #ed1450;
   
    
}
    .modal
    {
        padding: 50px;
    }
.carousel-control { 
    padding-top: 30px;
    font-size: 50px;
    background: none;
    border: none;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,serif;
    font-weight: 300;
}
}


/*HOME*/
.logohome
{
 
    height:auto;
    width: 323px;
    margin: auto;
}


.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

.btnsub
{  
 width:200px;
    height:100px;
    font-size:25px;
	color:#white;
	text-align:center;
	border: 1px solid darkcyan;
	 border-radius:1px;
	 
}
.btn-pri {
    color: #fff;
    background-color: #feca0a;
    border-color: #2e6da4;
	height:150px;
}
.model3{
	margin-left="500px";
}

/*this css for contact detail popup */
.popbox {
    display: none;
    position: absolute;
    z-index: 99999;
    width: 400px;
    padding: 10px;
    background: #EEEFEB;
    color: #000000;
    border: 1px solid #4D4F53;
    margin: 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
    box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
}
.popbox h2 {
    background-color: #4D4F53;
    color: #E3E5DD;
    font-size: 14px;
    display: block;
    width: 100%;
    margin: -10px 0px 8px -10px;
    padding: 5px 10px;
}

.formselect{
	font-size:25px;
	color:Black;
	font-family: serif;
	font-weight:bold;
	
}


.box{
   
    width: 31%;    
    float:left;
    margin:auto;
    border-radius:5px;
}
  
  .mark{
   
    width: 31%;    
    float:left;
    margin-left:170px;
    border-radius:25px;
}
  



.shake {
	display:inline-block;
}
.shake {
	display:block;
	
}
h2.shake,
.shake.inline {
	display:inline-block;
}
@-webkit-keyframes spaceboots {
	0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
	10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
	20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
	30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
	40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
	50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
	60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
	70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
	80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
	90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
	100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}
.shake:hover,
.shake:focus {
	-webkit-animation-name: spaceboots;
	-webkit-animation-duration: 0.8s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}




@media only screen and (min-width:768px)
{
.carousel-control {
    width: 60px;
    
    padding-top: 140px;
    font-size:150px;
    background: none;
    border: none;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,serif;
    font-weight: 300;
}
}

@media only screen and (max-width:768px){
.carousel-control { 
    padding-top: 30px;
    font-size: 50px;
    background: none;
    border: none;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,serif;
    font-weight: 300;
}
}


/*conatct*/

.sebm-google-map-container {
			height: 300px;
            width:100px;
		}
.align{
  
    padding-bottom: 3em;
}
.example-card1 {
    float: right;
    margin-right: 50px;
    border: 2px solid white;
    border-radius: 25px;
  width:15em;
    height: 20em;
    color: white;
   background-color:rgba(0,0,0,0.50);
    text-align: center;
}

.mapsize{
    border-radius: 5px;
     border: 1px solid gray;
 
    height: 225px;
    width: 150%;
   padding: 1px;
    
}
 .form-control {
     width: 100%;
       font-size: 15px;
     border:3px solid #a8a9ad;
   
}
.form{
    height: auto; 
    display:block;
}
.contact_form {
  
   padding: 1em;
     width: 100%;
    border-radius: 25px;
    background-color: transparent;
    border: 2px solid white;
}

.black-color{
    color:black;
}

.form-group{
    max-width: 400px;

    
}




.addrs{
    
    font-family: "Roboto-Light";
    color: black;
}
.addrs .pvt{
    font: bold 20px/15px Arial, serif;
}

@media (min-width: 750px) {
    
  
    .bgyellow{
   
       background-color: #feca0a;
         
    }

.bottompad{
         padding-top:100px;
    }
    
 
  
    .model{
    
    float:left;
}

}



@media (max-width: 750px) {
    .bottompad
    {
         padding-top:50px;
        
       
    }
    
    .model
    {
        float: left;
    }
    .bgyellow
    {
        
         background-color: #feca0a;
      
    }
}

/*.bggray
{
    background-color: #ffffff;
}
*/


/*product*/



  .banner
    {
        width: 100%;
    }


.about .subtitle{
    
    text-align:left;
    font-family: "serif";
    color: black;
    font-size:21px;
}

.about .title1{
	font-family: sans-serif;
    text-align: center;
    padding-top: 10px;
    color: black;
}
.model5{
	padding-right:0;
}
.about .content
{
    text-align:left;
    font-family: "serif";
    color: gray;
    font-size:22px;
	padding:20px;
	padding-left:50px;
}





/*zoomboxxx*/

.mark{
		margin-left: 140px;
	background: none;
}

@media screen and (max-width:620px) {
   /* put your css style in there */
/*	.box{
	
    margin: auto;
	margin-left: 0px;
}*/
.mark{
	margin: auto;
	background: none;
}
}


/*caousel & indicators*/
.indicators {
list-style: none;
    padding: 30px;
    width: 220px;
    margin: auto;
    
}

.indicators li {

    border: medium none;
    border-radius: 0;
    float: left;
    height:20px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 5px !important;
    margin-top: 0;
    width: 20px;
} 
.inactive
{
        background-color: #feca0a; 
}
 .active{
    background-color: #ed1450;
}

.wrapper
{
    width: 100%;
}

 .product_view .modal-dialog{
     top:130px;
     max-width: 800px;
     width: 100%;
}

.pre-cost{
     text-decoration: line-through; 
    color: #a5a5a5;
}
 .space-ten{
     padding: 10px 0;
}
.modalimg
{
    height:400px;
    width: auto;
     border-style: dotted;
}

.form-control
{
    width: 100%;
}

.home-section {
    padding-top: 120px;
    padding-bottom: 110px;
    padding-left: 15%;
    padding-right: 15%;
	display:block;
    z-index:120;
    height: auto;
	width: auto;
	text-align:left;
	color:gray
	margin-left:20px;}
.F
{
    /*background-color: #ed1450;*/
    color: red;
    height: auto;
    width: auto;
    border: gray solid 1px;
    font-size: 30px;
    font-family: "Roboto-Light";
}
.product_content p
{     color: black;
    font-family: "Roboto-Light";
    font-weight: 800;
}
.modal-dialog
{
     /*background: url(../../assets/banner/12.-Turmeric.jpg)no-repeat scroll 0 0 / cover rgba(0, 0, 0, 0);*/
    border: 1px solid #ed1450;
}
.modal-content
{
     background-color: white;
    border: 1px solid #ed1450;
    
    
}
 .headtitle  h1{
    font-size:50px;
    color:#ed1451;
    text-transform: uppercase;
   
}

.headtitle {
    
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    font-weight: bold;
    font-family: Charlemagne Std;
    font-size: 25px;
    color: #530f3a;
    text-align: center;
  
}

@media (min-width:768px)
{
    
    .modal-header
{
    width: 790px;
    margin: auto;
}
.modal-header .modal-title{
    width: 95%;
    text-align: center;
}
.pull-right
{
   width: 5%;
    margin: auto;
}

.carousel-control {
    width: 60px;
    
    padding-top: 140px;
    font-size: 150px;
    background: none;
    border: none;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,serif;
    font-weight: 300;
}
}

@media  (max-width:768px)
{
    .modal-header
{
    width:auto;
    margin: auto;
}
.modal-header .modal-title{
    width: 95%;
    text-align: center;
}
    .modal-dialog
{
     /*background: url(../../assets/banner/12.-Turmeric.jpg)no-repeat scroll 0 0 / cover rgba(0, 0, 0, 0);*/
    border: 1px solid #ed1450;
   
    
}
    .modal
    {
        padding: 50px;
    }
.carousel-control { 
    padding-top: 30px;
    font-size: 50px;
    background: none;
    border: none;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,serif;
    font-weight: 300;
}
}


/*HOME*/
.logohome
{
 
    height:auto;
    width: 323px;
    margin: auto;
}


.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}


.model3{
	margin-left="500px";
}

/*this css for contact detail popup */
.popbox {
    display: none;
    position: absolute;
    z-index: 99999;
    width: 400px;
    padding: 10px;
    background: #EEEFEB;
    color: #000000;
    border: 1px solid #4D4F53;
    margin: 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
    box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
}
.popbox h2 {
    background-color: #4D4F53;
    color: #E3E5DD;
    font-size: 14px;
    display: block;
    width: 100%;
    margin: -10px 0px 8px -10px;
    padding: 5px 10px;
}
