body{
	overflow-x:  hidden;
}

.head-back{background-color: #4693b9;

		}
.header
{
	
	color: white;
	font-family: calibri;
	font-size: 18px;
      
}

.fnt{
	font-family: calibri;
	font-size: 16px;
}

.nav1  li a{
	color:#fff !important;
    text-decoration: none;
    font-size: 18px;
    margin-left: 9.33px;
}
.navbar-nav1 {
    float: left;
    margin: -9px 49px;
	   }

.dropdown-menu>li>a{color:#000 !important;     line-height: 25px; background-color:#fff !important;}
.dropdown-menu>li>a:hover{color:#fff !important ; background-color: #4693b9 !important;}
.nav1 li a:hover{
	background-color: #fff;
	
}
 .active a {

    text-decoration: none;
    background-color:#1e84b7;
    color: #4693b9;
}

.our{
	font-family: calibri;
	font-size: 20px;
	font-style: bold;
}
.inour{
	font-family: calibri;
	font-size: 16px;
	font-style: regular;
    color: gray;
    text-align: justify;
}

.ni{
	font-family: calibri;
	font-size: 30px;
	font-style: bold;
	background: #efefef;
}
.para{
	font-family: calibri;
	font-size: 18px;
	color: gray;
    </*-----margin-right: -24px; -----*/>
}
.continfo{
	color: red;
}

.imgfull{
	background-image: url("../images/imgtex.jpg");
	
	color: white;

	
}
.footer{

	background-color:#272727;
	color: white;

}
.line {

border:1px solid #4693b9; 
margin-top:2px;
width: 36px;
	height: auto;
}
.foo{
	font-size: 16px;
	font-family: Calibri;
	color: #989898;
    text-decoration: none;
    text-align: justify;
	
}
.f .dd.a:hover{
	text-decoration: none;
}
.foo a{text-decoration :none; color:#5D554D;}
.foo a:hover{color: #4693b9; }
.aboutheading{
	color: #4693b9;
	font-family: calibri;
	font-size: 18px;
}

.contavform{
	background: #4693b9;
	line-height:50px; 
	font-family: calibri;
	font-size: 25px;
	font-style: bold;
	color: white;
	
	
}
.box{    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)}
    .box .form-group{margin: 11px 13px 11px 13px;}

 .scl .button.facebook {
    background: #3b5998;
     }
 .scl .button.twitter {
    background: #00acee;
    padding-right: 52px;
}
.scl .button.google{
	background: #db4a39;
        padding-right: 34px;
}
.scl .button p {
    font-size: 15px;
}
  .scl  .button {
  	    margin-top: 3px;
    display: inline-block;
   height: 35px;
    line-height: 35px;
    padding-right: 30px;
    padding-left: 70px;
    position: relative;
    background-color: rgb(0,0,0);
    color: rgb(255,255,255);
    text-decoration: none;
    text-transform: lowercase;
    letter-spacing: 1px;
    margin-bottom: 2px;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true);
    -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);
}
 .scl .button span {
    position: absolute;
    left: 16px;
    width: 36px;
    font-size: 15px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 1px solid rgba(0,0,0,0.15);
    text-decoration: none;
}

.footer-meta-item a:hover{text-decoration: none !important;}



  
.iframe-border iframe{       border: dotted 1px gray;
    margin-left: 14px;}




/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  
   background: url(../images/imgtex.jpg) ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
  height: 100%;
 
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}
.prow{padding-top:50px;}
.prow img{ width:100% !important;}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.site-wrapper  .cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.site-wrapper  .inner {
  padding: 30px;
}


/*
 * Header
 */
.site-wrapper  .masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}





@media (min-width: 768px) {
 .site-wrapper   .masthead-brand {
    float: left;
  }
 .site-wrapper   .masthead-nav {
    float: right;
  }
}


/*
 * Cover
 */

.site-wrapper  .cover {
  padding: 0 20px;
}
.site-wrapper  .cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 */

.site-wrapper  .mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .site-wrapper  .masthead {
    position: fixed;
    top: 0;
  }
.site-wrapper   .site-wrapper   .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
 .site-wrapper   .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
 .site-wrapper   .masthead,
 .site-wrapper   .mastfoot,
 .site-wrapper   .cover-container {
    width: 811px;
  }
}


