/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

.amarinfo h5, .shinfo h5, .amitinfo h5{color:#1557a6 !important;}
.amarinfo h4, .shinfo h4, .amitinfo h4{color:#1557a6 !important; text-transform:uppercase; text-align:center;}
.amarinfo p, .shinfo p, .amitinfo p{text-transform:none !important;}
.vmliinfo ul li{text-align:left; color:#ffffff;}
.modal-body img{
	width:100%;
	height:auto;
}

.thumbnail a>img, .thumbnail>img {
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;
}

.example{
  margin-bottom : 1.5em;
}

input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}

input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -3em;
  line-height  : 1.5em;
  font-weight: normal;
}

input[type=checkbox]:not(old) + label > span,
input[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  width            : 0.875em;
  height           : 0.875em;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border           : 1px solid #707070 ;
  border-radius    : 10em;
  vertical-align   : bottom;
}

input[type=checkbox]:not(old):checked + label > span,
input[type=radio   ]:not(old):checked + label > span{
  background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240));
}

input[type=checkbox]:not(old):checked + label > span:before{
  content     : '✓';
  display     : block;
  width       : 1em;
  color       : #000056;
  font-size   : 10px;
  line-height : 1em;
  text-align  : center;
  text-shadow : 0 0 0.0714em rgb(115,153,77);
  font-weight : bold;
}
.navbar-default{background: rgba(255, 255, 255, 0.80) !important;}

input[type=radio]:not(old):checked +  label > span > span{
  display          : block;
  width            : 0.5em;
  height           : 0.5em;
  margin           : 0.125em;
  border           : 1px solid #707070 ;
  border-radius    : 10em;
  background       : #66569a;
} 

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

html,
body {
    width: 100%;
    height: 100%;
	color:#7a7a7a;
}

body {
	/* font-family: 'Open Sans', sans-serif; */
	font-family: 'Open Sans', sans-serif;
	color:#7a7a7a;
}

hr {
    max-width: 50px;
    border-color: #000056;
    border-width: 3px;
}

hr.light {
    border-color: #fff;
}

a {
    color: #000056;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #eb3812;
	text-decoration:none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
}

p, .p {
    /* font-size: 13px; */
	color:#1f1f1f;
	text-align:justify;
	font-family: 'Open Sans', sans-serif;
}


input:focus,
select:focus,
textarea:focus,
button:focus {
    outline:none !important;
}

input:focus {
    outline:none !important;
}
textarea:focus {
    outline:none !important;
}


.widget-search input[type="search"], #contact-form input[type="text"], #contact-form textarea, #respond input[type="text"], #respond textarea, .email 
{
    color: #666fb5;
    /* font-size: 13px; */
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #948F8F;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    outline: none;
    width: 100%;
    padding: 7px 14px;
    display: block;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.btn-system {
}
#lightgallery_csr li{list-style:none;}
#lightgallery_csrmob li{list-style:none;}
.aboutinfo{font-size:14px !important; color:#ffffff;}
.bclick, .hclick, .aboutclick{display:none;}
.dropdown-menu {
	width:300px;
	padding: 5px 5px;
	
}

.dropdown-menu label{
	margin-top:-20px;
}

.mgmtinfo{
text-align:center;
font-size:15px;
color:#ffffff !important;
}

.dropdown-menu button {
    position: relative;
    display: inline-block;
    padding: 1.5% 5%;
    border: 0;
    color: #FFFFFF;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
    background-color: rgb(67, 48, 245);
}
.dropdown-menu button :hover {
	background-color:#000056;
	color:#fff;
	text-decoration:none;
}

/* bottom form */
.formfill{
width: 100%;
    height: 45px;
    padding: 5px 0px;
    bottom: 25px;
    position: fixed;
    z-index: 999;
    background: rgba(9, 0, 93, 0.79);
    color: #ffffff;
}
	
.formfill .inputdiv1{width: 5%;
    float: left;
    height: auto;
    margin: 2px 1px;
	text-align:center;}
	
.formfill .inputdiv {
    width: 20%;
    float: left;
    height: 20px;
    margin: 2px 1px;
	text-align:center;
}

.formfill .submitbtn {
    width: 7%;
    float: left;
    height: 30px;
    margin: 7px 1px;
}
.text_black {
    width: 60%;
    height: 30px;
    border: 1px solid #999;
    margin: 0px 5px;
}
.inputdivfooter{
	width: 100%;
    height: 45px;
    padding: 0px 5px;    
    z-index: 999;
    background: #2a1512;
    color: #fa9f1d;
}
.copyright {
    width: 100%;
    /* height: 25px; */
    padding: 0px 5%;
    bottom: 0px;
    position: relative;
    z-index: 999;
    background:none;
    color: #ffffff;
}
.associate-info li{
color:#000000;
text-align:left;
}
.copyright .copy {
    width: 50%;
    height: 20px;
    float: left;
    text-align: left;
    color: #ffffff;
    font-size: 11px;
}
.copyright .powered {
    width: 50%;
    height: 20px;
    float: left;
    text-align: right;
    color: #ffffff;
    font-size: 11px;
}

.width-tab{ width:90px; }
.width-tab1{ width:160px;}

@media only screen and (max-width: 640px){
#cpartnerbg h1{ margin-top:25%; text-align:center; color:#ffffff; text-shadow:3px 1px 5px #000;}

#cpartnerform {
   -webkit-column-count: 1 !important; /* Chrome, Safari, Opera */
    -moz-column-count: 1 !important; /* Firefox */
    column-count: 1 !important;
    -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
    -moz-column-gap: 0px; /* Firefox */
    column-gap: 0px;
    
}
 .mobpopupdiv{display: none; width: 100%; position: fixed; top: 0%; left: 0%;overflow-y: scroll; height: 100vH;
 background: #24205f; z-index: 999;}
.mgmtpopinfo{height:150px; overflow-y:scroll; color:#ffffff;}
}
@media only screen and (max-width: 640px) and (min-width: 320px){
#cpartnerbg h1{ margin-top:25%; text-align:center; color:#ffffff; text-shadow:3px 1px 5px #000;}

.popinfobg div{width:100% !important; clear:both;}
.mobileoverview{display:block !important;}
.desktopoverview{display:none !important;}
.hoverview1{display:none !important;}
}
@media only screen and (max-width: 768px) and (min-width: 320px)
{
 #tenure{width:50%; float:left;}
#cpartnerbg h1{ margin-top:25%; text-align:center; color:#ffffff; text-shadow:3px 1px 5px #000;}

#quickform label{margin:0%;}
.pcode{width:100% !important;}
.tel-number-fieldp2{width:69% !important;}
.classic-title{margin:0%;}
#form
{
    color: #333;
    position: fixed;
    float: right;
    right: 0% !important;
    bottom: 0px;
    border-left: 2px solid #ec2227;
    border-top: 2px solid #ec2227;
    border-right: 2px solid #ec2227;
    border-bottom: none;
    padding: 5px 25px;
    background: #fff;
    width: 80% !important;
	z-index:999;
}

.form button {
	position:absolute;
	top:0; right:0;
	border:0;
	background-color: #ec2227;
	color:#fff;
}
.form label{
    display: block;
    margin: 0px 0px 15px 0px;
}
.form label > span{
    width: 70px;
    font-weight: bold;
    float: left;
    padding-top: 8px;
    padding-right: 5px;
}
.form span.required{
    color:red;
}
.form .tel-number-field{
    width: 40px;
    text-align: center;
}
.form  .long{
    width: 100%;
}
.form input.input-field{
    width: 100% !important;
   
}

.form input.input-field,
.form .tel-number-field,
.form .textarea-field,
 .form .select-field{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: none;
}
.form .input-field:focus,
.form .tel-number-field:focus,
.form .textarea-field:focus,  
.form .select-field:focus{
    border: 1px solid #0C0;
}
.form .textarea-field{
    height:100px;
    width: 100% !important;
}
.pr1, .pr2, .pr3, .pr4, .pr5, .pr6, .pr7{    
	margin-right: 1% !important;
    padding: 5px 9px !important;}
	[data-aos-delay] {
    transition-delay: 0s !important;
}

.navbar-toggle{    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 10%;}
.classic-title{letter-spacing:1px !important;}	
#associate p{width:80% !important; margin:0 auto !important; margin-bottom:2%;}	
footer{height:9% !important; position:relative !important;}
#mainNav{background-color:#ffffff !important; width:100% !important;}
 .testimonialmob{margin:auto; text-align:center !important;}
 .testimonialmob p{margin:auto; text-align:center !important;}
 .testimonialmob img{margin:auto;}
.navbar-nav{background-color:#ffffff;}
.copyright .copy {
    width: 100%;
 
    float: left;
    text-align: center;
    color: #000;
    font-size: 11px;
}
.copyright .powered {
    width: 100%;
 
    float: left;
    text-align: center;
    color: #000;
    font-size: 11px;
}


	.formfill{display:none;}
	/* .formfill{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding: 0px;
    background: #4b6f6f;
    color:  #000;
	}	*/
	
	.formfill .inputdiv {
    width: 98%;
    float: left;
    height: 30px;
    margin: 5px 1%;}
	
.submitbtn {
    width: 70%;
    float: right;
    height: 30px;
    margin: 10px 1%;}
}

/* bottom form */
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height:2;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius:0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
	text-align: left;
}

.thumbnail span{
	text-align: left;
	color:#333;
	margin-top:5%;
	font-size: 12px;
}

.online_button a{
  position: relative;
  display: inline-block;
  padding: 2% 5%;
  border:solid 1px #000056;
  color: #7a7a7a;
  text-transform:uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  float:left;
  cursor:pointer;
}
.online_button a:hover {
	background-color:#000056;
	color:#fff;
	text-decoration:none;
}
.aboutli li{color:#ffffff; text-align:left !important;}
.tabinfo li{color:#1f1f1f !important; text-align:left !important;}

.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
}

.btn-success.btn-outline {
    color: #5cb85c;
	border-color:#5cb85c;
}



.btn-warning.btn-outline {
    color: #000056;
	border-color:#000056;
}

.btn-warning:hover {
	background-color:#000056;
    color: #000056;
	border-color:#000056;
}

.btn-success:active {
	background-color:#000056;
    color: #000056;
	border-color:#000056;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}
#associate{background-color:#0059a9 !important;}
#nri{background-color:#0059a9 !important; margin-top:2%;}
#associate h2 span{color:#ffffff;}
#contact{background-color:#ffffff;}
#contact h2 span{color:#000000 !important;}
#contact p{color:#0059a9 !important;}

.bg-primary {
    background-color: #fff;
	position: relative;
    width: 100%;
	max-height:auto;
    min-height:90%;
    text-align: center;
    color: #fff;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#contact p{color:#ffffff;}
.hoverviewoverview ul li a{color:#ffffff !important;}
.bg-primary1 h2{ color:#ffffff !important; margin:0%;}
.bg-primary1 {
    background-color: #0059a9;
	position: relative;
    width: 100%;
	max-height:auto;
    min-height:80%;
    text-align: center;
    color: #fff;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.bg-primary2 {
    background-color: #efefef;
	position: relative;
    text-align: center;
    color: #fff;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
/* Overview section */
.carousel-inner .item img{padding:0%;}
.mobileoverview{display:none;}
.desktopoverview{display:block;}
.overviewright1 h4{color:#ffffff;}
.overviewright1{overflow-y:scroll;}
.overviewright1::-webkit-scrollbar {  width:5px;	}
.overviewright1::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 1px transparent; width: 5px ;}
.overviewright1::-webkit-scrollbar-thumb {background-color:#c82327;width:5px;-webkit-box-shadow: inset 0 0 1px transparent; 	}
.overviewright1::-moz-scrollbar {  width:5px;	}
.overviewright1::-moz-scrollbar-track { -moz-box-shadow: inset 0 0 1px transparent; width: 5px;}
.overviewright1::-moz-scrollbar-thumb {background-color:#c82327;width:5px;-moz-box-shadow: inset 0 0 1px transparent; 	}
.overviewright1::-o-scrollbar {  width:5px;	}
.overviewright1::-o-scrollbar-track { -o-box-shadow: inset 0 0 1px transparent; width: 5px;}
.overviewright1::-o-scrollbar-thumb {background-color:#c82327;width:5px;-o-box-shadow: inset 0 0 1px transparent; 	}
.overviewright1::-ms-scrollbar {  width:5px;	}
.overviewright1::-ms-scrollbar-track { -ms-box-shadow: inset 0 0 1px transparent; width: 5px;}
.overviewright1::-ms-scrollbar-thumb {background-color:#c82327;width:5px;-ms-box-shadow: inset 0 0 1px transparent; 	}

.lgcsr::-webkit-scrollbar {  width:5px;	}
.lgcsr::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 1px transparent; width: 5px ;}
.lgcsr::-webkit-scrollbar-thumb {background-color:#c82327;width:5px;-webkit-box-shadow: inset 0 0 1px transparent; 	}
.lgcsr::-moz-scrollbar {  width:5px;	}
.lgcsr::-moz-scrollbar-track { -moz-box-shadow: inset 0 0 1px transparent; width: 5px;}
.lgcsr::-moz-scrollbar-thumb {background-color:#c82327;width:5px;-moz-box-shadow: inset 0 0 1px transparent; 	}
.lgcsr::-o-scrollbar {  width:5px;	}
.lgcsr::-o-scrollbar-track { -o-box-shadow: inset 0 0 1px transparent; width: 5px;}
.lgcsr::-o-scrollbar-thumb {background-color:#c82327;width:5px;-o-box-shadow: inset 0 0 1px transparent; 	}
.lgcsr::-ms-scrollbar {  width:5px;	}
.lgcsr::-ms-scrollbar-track { -ms-box-shadow: inset 0 0 1px transparent; width: 5px;}
.lgcsr::-ms-scrollbar-thumb {background-color:#c82327;width:5px;-ms-box-shadow: inset 0 0 1px transparent; 	}

.mgmtdiv p::-webkit-scrollbar {  width:5px;	}
.mgmtdiv p::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 1px transparent; width: 5px ;}
.mgmtdiv p::-webkit-scrollbar-thumb {background-color:#c82327;width:5px;-webkit-box-shadow: inset 0 0 1px transparent; 	}
.mgmtdiv p::-moz-scrollbar {  width:5px;	}
.mgmtdiv p::-moz-scrollbar-track { -moz-box-shadow: inset 0 0 1px transparent; width: 5px;}
.mgmtdiv p::-moz-scrollbar-thumb {background-color:#c82327;width:5px;-moz-box-shadow: inset 0 0 1px transparent; 	}
.mgmtdiv p::-o-scrollbar {  width:5px;	}
.mgmtdiv p::-o-scrollbar-track { -o-box-shadow: inset 0 0 1px transparent; width: 5px;}
.mgmtdiv p::-o-scrollbar-thumb {background-color:#c82327;width:5px;-o-box-shadow: inset 0 0 1px transparent; 	}
.mgmtdiv p::-ms-scrollbar {  width:5px;	}
.mgmtdiv p::-ms-scrollbar-track { -ms-box-shadow: inset 0 0 1px transparent; width: 5px;}
.mgmtdiv p::-ms-scrollbar-thumb {background-color:#c82327;width:5px;-ms-box-shadow: inset 0 0 1px transparent; 	}

.popinfobg::-webkit-scrollbar {  width:5px;	}
.popinfobg::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 1px transparent; width: 5px ;}
.popinfobg::-webkit-scrollbar-thumb {background-color:#c82327;width:5px;-webkit-box-shadow: inset 0 0 1px transparent; 	}
.popinfobg::-moz-scrollbar {  width:5px;	}
.popinfobg::-moz-scrollbar-track { -moz-box-shadow: inset 0 0 1px transparent; width: 5px;}
.popinfobg::-moz-scrollbar-thumb {background-color:#c82327;width:5px;-moz-box-shadow: inset 0 0 1px transparent; 	}
.popinfobg::-o-scrollbar {  width:5px;	}
.popinfobg::-o-scrollbar-track { -o-box-shadow: inset 0 0 1px transparent; width: 5px;}
.popinfobg::-o-scrollbar-thumb {background-color:#c82327;width:5px;-o-box-shadow: inset 0 0 1px transparent; 	}
.popinfobg::-ms-scrollbar {  width:5px;	}
.popinfobg::-ms-scrollbar-track { -ms-box-shadow: inset 0 0 1px transparent; width: 5px;}
.popinfobg::-ms-scrollbar-thumb {background-color:#c82327;width:5px;-ms-box-shadow: inset 0 0 1px transparent; 	}

.mobpopupdiv::-webkit-scrollbar {  width:5px;	}
.mobpopupdiv::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 1px transparent; width: 5px ;}
.mobpopupdiv::-webkit-scrollbar-thumb {background-color:#c82327;width:5px;-webkit-box-shadow: inset 0 0 1px transparent; 	}
.mobpopupdiv::-moz-scrollbar {  width:5px;	}
.mobpopupdiv::-moz-scrollbar-track { -moz-box-shadow: inset 0 0 1px transparent; width: 5px;}
.mobpopupdiv::-moz-scrollbar-thumb {background-color:#c82327;width:5px;-moz-box-shadow: inset 0 0 1px transparent; 	}
.mobpopupdiv::-o-scrollbar {  width:5px;	}
.mobpopupdiv::-o-scrollbar-track { -o-box-shadow: inset 0 0 1px transparent; width: 5px;}
.mobpopupdiv::-o-scrollbar-thumb {background-color:#c82327;width:5px;-o-box-shadow: inset 0 0 1px transparent; 	}
.mobpopupdiv::-ms-scrollbar {  width:5px;	}
.mobpopupdiv::-ms-scrollbar-track { -ms-box-shadow: inset 0 0 1px transparent; width: 5px;}
.mobpopupdiv::-ms-scrollbar-thumb {background-color:#c82327;width:5px;-ms-box-shadow: inset 0 0 1px transparent; 	}

.mgmtpopinfo::-webkit-scrollbar {  width:5px;	}
.mgmtpopinfo::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 1px transparent; width: 5px ;}
.mgmtpopinfo::-webkit-scrollbar-thumb {background-color:#c82327;width:5px;-webkit-box-shadow: inset 0 0 1px transparent; 	}
.mgmtpopinfo::-moz-scrollbar {  width:5px;	}
.mgmtpopinfo::-moz-scrollbar-track { -moz-box-shadow: inset 0 0 1px transparent; width: 5px;}
.mgmtpopinfo::-moz-scrollbar-thumb {background-color:#c82327;width:5px;-moz-box-shadow: inset 0 0 1px transparent; 	}
.mgmtpopinfo::-o-scrollbar {  width:5px;	}
.mgmtpopinfo::-o-scrollbar-track { -o-box-shadow: inset 0 0 1px transparent; width: 5px;}
.mgmtpopinfo::-o-scrollbar-thumb {background-color:#c82327;width:5px;-o-box-shadow: inset 0 0 1px transparent; 	}
.mgmtpopinfo::-ms-scrollbar {  width:5px;	}
.mgmtpopinfo::-ms-scrollbar-track { -ms-box-shadow: inset 0 0 1px transparent; width: 5px;}
.mgmtpopinfo::-ms-scrollbar-thumb {background-color:#c82327;width:5px;-ms-box-shadow: inset 0 0 1px transparent; 	}
.padding0{ padding-top:0% !important; padding-bottom:0% !important;}
.paddingbtm{padding-bottom:3%;}
.lgcsr{overflow-y: scroll;}
.mgmtdiv p{    
	background: #ffffff;
    padding: 5%;
	height:200px;
	overflow-y: scroll;
	}

.mobpopupdiv .popinfobgcimg{
	top: 0%;
    right: 2%;
	z-index:99;  cursor:pointer; }
.popinfobgcimg{    float: right;
    position: absolute;
    top: 2%;
    right: 4%; cursor:pointer;
	}
	
.popinfobg p{ font-size:15px;}
.popinfobg{
    z-index: 99;
    position: absolute;
    top: 5%;
    width: 90%;
    display:none;
    background-color: rgba(255, 255, 255, 0.91);
    padding: 4% 2%;
    left: 5%;
	height:70vH;
	overflow-y:scroll;
}

.knowmore1, .knowmore2, .knowmore3{
font-weight:bold;
color:#24205f;
float:right;
}

.knowmore1:hover, .knowmore2:hover, .knowmore3:hover{
color:#ec2226; cursor:pointer;
}
.popinfobg{}
	/* Overview section ends */

footer {
    background: #999999;
    width: 100%;
	height: 25px;
    font-size: 11px;
    position: fixed;
    bottom: 0px;
	z-index:200;
	color:#fff;
}

.lightgallery {
margin-left: -5%;
}

.feedback {
	float:right;
	text-align:right;
	background-color:#ec2227;
	padding:4px 50px;
}

.feedback button {
	background-color:transparent;
	border:0;
}

.copyright {
	padding:5px 0px;
}

.copyright a{
	color:#fff;
}

.copyright a:hover{
	color:#fff;
}


#form
{
    color: #333;
    position: fixed;
    float: right;
    right: 7%;
    bottom: 0px;
    border-left: 2px solid #ec2227;
    border-top: 2px solid #ec2227;
    border-right: 2px solid #ec2227;
    border-bottom: none;
    padding: 5px 25px;
    background: #fff;
    width: 24%;
}

.form button {
	position:absolute;
	top:0; right:0;
	border:0;
	background-color: #ec2227;
	color:#fff;
}
.form label{
    display: block;
    margin: 0px 0px 15px 0px;
}
.form label > span{
    width: 70px;
    font-weight: bold;
    float: left;
    padding-top: 8px;
    padding-right: 5px;
}
.form span.required{
    color:red;
}
.form .tel-number-field{
    width: 40px;
    text-align: center;
}
.form  .long{
    width: 120px;
}
.form input.input-field{
    width: 68%;
   
}

.form input.input-field,
.form .tel-number-field,
.form .textarea-field,
 .form .select-field{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: none;
}
.form .input-field:focus,
.form .tel-number-field:focus,
.form .textarea-field:focus,  
.form .select-field:focus{
    border: 1px solid #0C0;
}
.form .textarea-field{
    height:100px;
    width: 68%;
}
.form input[type="button"],
.form input[type="submit"], .contact-opener {
/*     -moz-box-shadow: inset 0px 1px 0px 0px #3985B1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #3985B1;
    box-shadow: inset 0px 1px 0px 0px #3985B1; */
    background-color: #ec2227;
    border: 1px solid #ec2227;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 8px 18px;
    text-decoration: none;
    font: 12px Arial, Helvetica, sans-serif;
}
.form input[type="button"]:hover,
.form input[type="submit"]:hover, .contact-opener {
    background: linear-gradient(to bottom, #2D77A2 5%, #337DA8 100%);
    background-color: #28739E;
}
.form .success{
	background: #D8FFC0;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #2E6800;
	border-left: 3px solid #2E6800;
}
.form .error {
	background: #FFE8E8;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #FF0000;
	border-left: 3px solid #FF0000;
}

.formm
{
	display:none; padding:10px;
}

.call_back {
	    background-color: #e3000f;
    width: 90px;
    height: 78px;
    position: absolute;
    float: right;
    right: 0;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
}

.call_back a{
	color:#ffffff;
}

.call_back a:hover{
	color: #ffffff;
	text-decoration:none;
}

.tab-content {
	background-color: transparent;
}

.nav-tabs {
	border-bottom: 1px solid #66569a;
	}

.nav-tabs li a{
    margin-right:0;
    border: 1px solid #66569a;
    border-radius:10px 10px 0px 0px;
	margin-right:10px;
	padding: 5px 3px !important;
}

.nav-tabs>li>a:hover {
	    color: #ffffff !important;
    border: 1px solid #000056;
	
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	    color: #ffffff !important;
    border: 1px solid #000056;
	background-color:#ec2227;
	/* border-top: 1px solid #fe0000; */
}


h2, .h2 {
	color:#000000;
	text-align:left;
	text-transform:uppercase;
	font-weight:bold;
}

h3, .h3 {
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
}

h4, .h4 {
	color:#009236;
	text-align:left;
	text-transform:uppercase;
	font-weight:bold;
}

h3.classic-title {
    border-bottom-color: #009236;
}

.classic-title {
    margin-bottom: 16px;
    padding-bottom: 8px;
    font-weight: bold;
    font-size:21px !important;
	text-align:center;
	letter-spacing:6px;
	/* border-bottom: 1px solid #f5a266; */
}

.classic-title span {
    padding-bottom: 0px;
    border-bottom: 3px #FE0000 solid;
    font-weight: bold;
    /* font-family: Open sans black !important; */
}

.bg-dark {
    color: #fff;
	background-image:url(../img/project_layout_s.jpg);
	background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	min-height:450px;
	margin-top:50px;
}

.google_map {
    color: #fff;
	background-image:url(../img/project_layout_s.jpg);
	background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	min-height:450px;
}

.location_map {
    color: #fff;
	background-image:url(../img/location_map_s.jpg);
	background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	min-height:450px;
}

.enlarge a{
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	font-family: 'Open Sans', sans-serif;
}

.enlarge a:hover{
	color:#FE0000;
	text-decoration:none;
}


.text-faded {
    color: rgba(255,255,255,.7);
}

section {
    padding: 80px 0px 0px 0px;
}

aside {
    padding:50px 0;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    border-color: rgba(34,34,34,.05);
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	width:90%;
	margin:auto;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #000056;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #eb3812;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    font-size: 12px;
    font-weight: 400;
    color: #222;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #000056;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #000056!important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

@media(min-width:768px) {
    .navbar-default {
        border-color: rgba(153,153,153,);
        background: rgba(255, 255, 255, 0.95) !important;
    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255,255,255,.7);
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: #000;
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #000056;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #fff;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #000056;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #eb3812;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #222;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #000056;
    }
}

header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.7);
}

@media(min-width:768px) {
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}

.section-heading {
    margin-top: 0;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(240,95,64,.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans', sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #000056;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    color: #fff;
    background-color: #009236;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	padding:1% 2%;
	cursor:pointer;
	margin:0;
	left:0;
	border:0;
	text-align:left;
}

.zoom {
	color: #fff;
    background-color: #009236;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	padding:1% 2%;
	cursor:pointer;
	margin:0;
	left:0;
	border:0;
	text-align:left;
	}

input {
	width:100%;
	color:#000;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #000056;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #000056;
    background-color: #000056;
}

.btn-primary .badge {
    color: #000056;
    background-color: #fff;
}

.btn {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    display: inline-block;
    padding: 2% 5%;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 0px;
}


.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}


        .small {
          font-size: 11px;
          color: #999;
          display: block;
          margin-top: -10px
        }
        
        .cont {
          text-align: center;
        }
        
        .page-head {
          padding: 60px 0;
          text-align: center;
        }
        
        .page-head .lead {
          font-size: 18px;
          font-weight: 400;
          line-height: 1.4;
          margin-bottom: 50px;
          margin-top: 0;
        }
        
        .btn {
          -moz-user-select: none;
          background-image: none;
          border: 1px solid transparent;
          border-radius: 2px;
          cursor: pointer;
          display: inline-block;
          font-size: 14px;
          font-weight: normal;
          line-height: 1.42857;
          margin-bottom: 0;
          padding: 6px 12px;
          text-align: center;
          vertical-align: middle;
          white-space: nowrap;
          text-decoration: none;
        }
        
        .btn-lg {
          border-radius: 2px;
          font-size: 18px;
          line-height: 1.33333;
          padding: 10px 16px;
        }
        
        .btn-primary:hover {
          background-color: #000000;
          color: #ffffff;
        }
        
        .btn-primary {
          background-color: #ec2227;
          border-color: #ec2227;
          color: #ffffff;
        }
        
        .btn-primary {
          border-color: #eeeeee;
          color: #eeeeee;
          transition: color 0.1s ease 0s, background-color 0.15s ease 0s;
        }
        
        .page-head h1 {
          font-size: 42px;
          margin: 0 0 20px;
          color: #FFF;
          position: relative;
          display: inline-block;
        }
        
        .page-head h1 .version {
          bottom: 0;
          color: #ddd;
          font-size: 11px;
          font-style: italic;
          position: absolute;
          width: 58px;
          right: -58px;
        }
        
        .demo-gallery > ul {
          margin-bottom: 0;
          padding-left: 15px;
        }
        
        .demo-gallery > ul > li {
          margin-bottom: 15px;
          width: 100%;
          display: inline-block;
          margin-right: 15px;
          list-style: outside none none;
        }
        
        .demo-gallery > ul > li a {
          border: 3px solid #ddd;
          border-radius: 3px;
          display: block;
          overflow: hidden;
          position: relative;
          float: left;
        }
        
        .demo-gallery > ul > li a > img {
          -webkit-transition: -webkit-transform 0.15s ease 0s;
          -moz-transition: -moz-transform 0.15s ease 0s;
          -o-transition: -o-transform 0.15s ease 0s;
          transition: transform 0.15s ease 0s;
          -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
          height: 100%;
          width: 100%;
        }
        
        .demo-gallery > ul > li a:hover > img {
          -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
        }
        
        .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
          opacity: 1;
        }
        
        .demo-gallery > ul > li a .demo-gallery-poster {
          background-color: rgba(0, 0, 0, 0.1);
          bottom: 0;
          left: 0;
          position: absolute;
          right: 0;
          top: 0;
          -webkit-transition: background-color 0.15s ease 0s;
          -o-transition: background-color 0.15s ease 0s;
          transition: background-color 0.15s ease 0s;
        }
        
        .demo-gallery > ul > li a .demo-gallery-poster > img {
          left: 50%;
          margin-left: -10px;
          margin-top: -10px;
          opacity: 0;
          position: absolute;
          top: 50%;
          -webkit-transition: opacity 0.3s ease 0s;
          -o-transition: opacity 0.3s ease 0s;
          transition: opacity 0.3s ease 0s;
        }
        
        .demo-gallery > ul > li a:hover .demo-gallery-poster {
          background-color: rgba(0, 0, 0, 0.5);
        }
        
        .demo-gallery .justified-gallery > a > img {
          -webkit-transition: -webkit-transform 0.15s ease 0s;
          -moz-transition: -moz-transform 0.15s ease 0s;
          -o-transition: -o-transform 0.15s ease 0s;
          transition: transform 0.15s ease 0s;
          -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
          height: 100%;
          width: 100%;
        }
        
        .demo-gallery .justified-gallery > a:hover > img {
          -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
        }
        
        .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
          opacity: 1;
        }
        
        .demo-gallery .justified-gallery > a .demo-gallery-poster {
          background-color: rgba(0, 0, 0, 0.1);
          bottom: 0;
          left: 0;
          position: absolute;
          right: 0;
          top: 0;
          -webkit-transition: background-color 0.15s ease 0s;
          -o-transition: background-color 0.15s ease 0s;
          transition: background-color 0.15s ease 0s;
        
        }
        
        .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
          left: 50%;
          margin-left: -10px;
          margin-top: -10px;
          opacity: 0;
          position: absolute;
          top: 50%;
          -webkit-transition: opacity 0.3s ease 0s;
          -o-transition: opacity 0.3s ease 0s;
          transition: opacity 0.3s ease 0s;
        }
        
        .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
          background-color: rgba(0, 0, 0, 0.5);
        }
        
        .demo-gallery .video .demo-gallery-poster img {
          height: 48px;
          margin-left: -24px;
          margin-top: -24px;
          opacity: 0.8;
          width: 48px;
        }
        
        .demo-gallery.dark > ul > li a {
          border: 3px solid #04070a;
        }
		
		
@media only screen and (max-width: 767px){
	.feedback{    padding: 4px 10px !important;}
}
	
@media only screen and (max-width: 540px){
	.feedback{    padding: 4px 5px !important;}
}

@media only screen and (max-width: 380px){.emimenu{    padding: 1% 2%;  width: 100%;  margin-top: 6%;}
 #tenure{width:100% !important; float:left;}
 .copyright{padding:1px 0px;}
.feedback{    padding: 4px 2px !important;
    width: 100% !important;
    text-align: center !important;}
 #form{right:11% !important;}
}
@media only screen and (max-width: 320px){
#form{right:11% !important;}
 #tenure{width:100% !important; float:left;}
.emimenu{    padding: 1% 2%;  width: 100%;  margin-top: 6%;}
.copyright{ padding:1px 0px;}
.feedback{    padding: 4px 2px !important;
    width: 100% !important;
    text-align: center !important;}
}