﻿


.logo_name{width: 190px;
    height: auto;
    float: left;
    font-size: 16px;
    color: White;
    margin-top: 34px;
    margin-left: 10px;    
    line-height: 30px;}


.foundation
{
    float:left;
    font-size:24px;
    }




@media screen and (min-width:320px) and (max-width:500px){

.logo_name{width: 42%;
    height: auto;
    float: left;
    font-size: 13px;
    margin-top: -20px;
    margin-left: 0px;
    line-height:19px;}


.foundation
{
    float:right;
    font-size:17px;
    }




	
}


@media screen and (min-width:501px) and (max-width:700px){

.logo_name{width: 25%;
    height: auto;
    float: left;
    font-size: 13px;
    margin-top: -20px;
    margin-left: 0px;
    line-height:19px;}


.foundation
{
    float:right;
    font-size:17px;
    }




	
}








.Main
{
     float:left;
     width:100%;
     height:auto;
     background-color:White;
    }
    
    .Main1
    {
        
     width:90%;
     margin:0 auto;
  margin-top:20px;
  margin-bottom:20px;
    min-height:220px;
    

        }
        
         .Main1 p
 {
  font-family:Verdana;
  font-size:12px;
  line-height:26px;
  text-align:justify;    
   padding: 2px 15px 5px 15px;  
     
 }
        
        
        
        .forAllheading
{
    float: left;
    margin-top: 50px;
    color: #fff;
    font-weight: bold;
    font-family: roboto;
    font-size: 18px;
    background-color: #44351B;
    width: 100%;
    height: auto;
    clear: both;
    padding: 5px 0px 5px 5px;
    margin-bottom: 10px;
}



 
        .arrow
{
    width:100%;
    padding:10px;
    margin-left:20px;
    float:left;
    
}
.arrow ul
{
    float:left;
    margin:0px;
    margin-bottom:40px;
}
.arrow ul li
{
    font-size: 12px;
  font-weight: normal;
    font-family: Verdana;
    
    float:left;
    width:100%;
    line-height:30px;
    list-style-image:url(../images/arrow_right.png);
     

}





.wrapper42 {
	max-width: 800px;
	width: 95%;
	position: relative;
 margin-left:auto;
 margin-right:auto;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"],
#contact-form textarea,
#contact-form button[type="submit"] {
	font:400 12px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.submit {
	cursor:pointer;
	width:49%;
	border:none;
	  margin-top:25px;
	 background-color:#2E297E;
	color:#FFF;
	margin:15px 0 5px;
	padding:10px;
	border-radius:5px;
}
.submit:hover {
	background-image:linear-gradient(bottom, #9C215A 0%, #A82767 52%);
	background-image:-moz-linear-gradient(bottom, #9C215A 0%, #A82767 52%);
	background-image:-webkit-linear-gradient(bottom, #9C215A 0%, #A82767 52%);
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}
#contact-form {
	text-shadow:0 1px 0 #FFF;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background:#F9F9F9;
	padding:25px;
}
#contact-form h3 {
	color:#991D57;
	display:block;
	font-size:28px;
}
#contact-form h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}
#contact-form label1 span {
	cursor:pointer;
	font-size:16px;
	display:block;
	margin:5px 0;
	font-weight:900;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"],
#contact-form textarea {
	width:100%;
	box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
	border-radius:5px;
}




#contact-form1 input[type="text"],
#contact-form1input[type="email"],
#contact-form1 input[type="tel"],
#contact-form1 input[type="url"],
#contact-form1 textarea {
	width:90%;
	box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:5px;
	border-radius:5px;
	margin-left:40px;
	float:right;
}





#contact-form input[type="text"]:hover,
#contact-form input[type="email"]:hover,
#contact-form input[type="tel"]:hover,
#contact-form input[type="url"]:hover,
#contact-form textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}
#contact-form textarea {
	height:100px;
	max-width:100%;
}
#contact-form button[type="submit"] {
	cursor:pointer;
	width:49%;
	border:none;
	  margin-top:25px;
	 background-color:#2E297E;
	color:#FFF;
	margin:15px 0 5px;
	padding:10px;
	border-radius:5px;
}
#contact-form button[type="submit"]:hover {
	background-image:linear-gradient(bottom, #9C215A 0%, #A82767 52%);
	background-image:-moz-linear-gradient(bottom, #9C215A 0%, #A82767 52%);
	background-image:-webkit-linear-gradient(bottom, #9C215A 0%, #A82767 52%);
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}
#contact-form button[type="submit"]:active {
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
}
#contact-form input:focus,
#contact-form textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
    color:#888;
}
:-moz-placeholder {
    color:#888;
}
::-moz-placeholder {
    color:#888;
}
:-ms-input-placeholder {
    color:#888;
}


.forAllheading2
    {
        font-family: roboto;
    font-size: 25px;
    width: 100%;
    text-align:center;
    margin-top: 10px;
    color: #FFFFFF;
    background-color: #9C9382;
    /* padding-top: 3px; */
    padding: 3px 0px 3px 0px;
          
        }
        
        .ImageLogo
         {
             width:92%;
             height:auto;
         }
        
        .imgbanner
        {
            width:100%;
            height:auto;
            float:left;
            
        }
        
        @media screen and (min-width:320px) and (max-width:500px)
        {
         .ImageLogo
         {
             width:100px;
             height:auto;
         }   
         
         .imgbanner
        {
            width:100%;
            height:auto;
            float:left;
          
        }
         
         
        }
        
        
        
         @media screen and (min-width:501px) and (max-width:700px)
        {
         .ImageLogo
         {
             width:100%;
             height:auto;
         }   
         
         .imgbanner
        {
            width:100%;
            height:auto;
            float:left;
            margin-top:50px;
        }
        
        }
        
        
         @media screen and (min-width:701px) and (max-width:1200px)
        {
            .ImageLogo
         {
             width:100%;
             height:auto;
         }   
         
         .imgbanner
        {
            width:100%;
            height:auto;
            float:left;
            margin-top:50px;
        }
        
        }