@font-face {
  font-family:"lato regular";
src: url("Lato-Regular.ttf");

}
@font-face {
  font-family:"gotham medium";
src: url("GOTHAM-MEDIUM.ttf");

}
@font-face {
  font-family:"gotham bold";
src: url("GOTHAM-BOLD.ttf");

}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
      font-family:"lato regular";
}

.tables{
  padding-top:50px;
}
.form-icon {
   position: absolute;
top: 14px;
left: 25px;
font-size: 20px
}
.main-sec{
    background-image: url('../images/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 130px;
  background-attachment: fixed;
}
.main-sec h3 {
   font-size: 28px;
  font-family:lato regular;
  font-weight:bolder;
color: white;

}
.main-sec p {
    font-size: 19px;
    color: white;
    padding-bottom: 18px;
       font-family: lato regular;	
}
.sec1 {
    padding: 60px 0px 100px;
}
.sec1 h4{
    font-size: 23px;
    padding-bottom: 7px;
	font-family: "gotham medium";
	color: #00A9F0;
}
.sec1 h4 span {
    color: #F8A127;
    font-size: 23px;
 font-family: lato regular;
font-weight: bold;
}
.sec1 h3{
	font-size: 28px;
	font-family:"gotham medium";
	color: black;  

}
.sec1 p{
    font-size: 19px;
    color: grey;
    padding-bottom: 18px; 
    font-family: "lato regular";
}
.sec1 h5{
	font-size: 18px;
	font-family: "lato regular";
	padding-bottom: 10px;
}
.sec2 {
    background: #f8f8f8;
    padding: 72px 0px 80px;
}

.sec2 h3 {
    margin-top: 0px;
	font-family:"gotham medium";
}

.sec2 .banner_text h3 {
    font-weight: 100;
}
.sec3{
   background-image: url('../images/bg1.jpg');
background-size: cover;
background-repeat: no-repeat;
padding-top: 80px;
padding-bottom: 80px;
background-attachment: fixed;
}
.sec3 p {
    font-size: 18px;
    color: white;
    padding-bottom: 18px;
    font-family: "Gotham Medium";
    line-height: 25px;
    font-style: italic;
    margin-top: 15px;
}
.sec3 h4{
    font-size: 28px;
	color: white;
	font-family: "Gotham Bold";
}
.sec4 {
    padding: 50px 0px;
    background: #efefef;
    text-align: center;
}
.sec4 h3{
font-size: 28px;
font-family: "Gotham Medium";
color: #222222;  
text-align: center;
}
.sec4 h5 {
font-size: 18px;
font-family: "lato regular";
font-weight: bold;
}
.sec4 p {
    font-family: "Gotham book";
    font-size: 16px;
    margin-top: 10px;
}
.remove-padding{
    padding-left: 0;
    padding-right: 0;
}

.ct-mr{
    margin-top: 20px;
}
.mark2{
    display: inline;
}
.right-col h6 {
    font-size: 15px;
    font-family: "lato regular";
    padding-bottom: 4px;
}
.right-col {
    background: whitesmoke;
    padding: 7px 15px;
}
.mark2{
    padding-right: 5px;
    margin-top: 5px;
}

.sec5 h4{
    font-size: 21px;
color: black;
font-family: "lato regular";
font-weight: bold;
}
.sec5 p {
    font-size: 16px;
    font-family: "lato regular";
}
.sec5 h5 {
    font-size: 17px;
	font-family: "lato regular";
font-weight: bold;
}
.sec5 h5 span{
     color: #F8A127;
}
.sec5{
    padding: 50px 0px;
    background: white;
}
.sec5 .line-img {
    display: inline-block;
}

.bg-gray {
    background: #f8f8f8;
    box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, .075);
    border-radius: 4px;
}

.sec5 .downs p {
    display: inline-block;
    width: 83%;
}
.downs{
    padding-top: 50px;
	
}

.downs p{
    font-family: "Gotham Book";
}
.footer{
    background-color: black;
}
.footer p{
   color: white;
font-size: 15px;
font-family: lato regular;
margin: 0;
padding: 15px;

}

.banner_text {
	text-align: center;
}

.border{
	border: 1px solid #00A9F0;
	padding: 20px 0;
  min-height: 220px;
}

.form-control1 {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 42px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: lato regular;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control1:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control1::-moz-placeholder {
  color: black;
  opacity: 1;
}
.form-control1:-ms-input-placeholder {
  color: black;
}
.form-control1::-webkit-input-placeholder {
  color: black;
}
.btn.btn-submit {
   padding: 12px;
width: 100%;
background-color: #F8A127;
color: white;
font-size: 17px;
}
.custom-padding {
    padding-left: 8px;
    padding-right: 8px;
}
.logo-img {
	width: 310px;
    padding-bottom: 25px;
}
.mark-img{
    display: inline;
    padding-right: 15px;
}
.line-img {
    padding: 20px 0px;
}



@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.main-sec h3 {
    font-size: 19px;
    
}

.main-sec p {
    font-size: 13px;

}

.btn.btn-submit {
    font-size: 15px;
}
.sec1 h3 {
    font-size: 19px;
}
.sec1 h4 span {
    color: #F8A127;
    font-size: 18px;
 font-family: lato regular;
font-weight: bold;
}
.sec1 h4 {
    font-size: 17px;

}
.sec1 p{
    font-size: 16px;
}
.sec1 h5 {
    font-size: 16px;
}
.sec2 h4 {
    font-size: 19px;
   
}
.sec2 p {
    font-size: 14px;

}

.sec3 h3 {
    font-size: 20px;
}
.number-box {
    margin: 0 auto;
}
.sec3 h5 {
    font-size: 17px;

    text-align: center;
}
.sec3 p {
    font-family: lato regular;
    font-size: 14px;
    text-align: center;
}
.sec4 p {
    font-size: 14px;
    font-family: lato regular;
}
.sec4 h5 {
    font-size: 15px;
    font-family: lato regular;
    font-weight: bold;
}


.footer p {

    color: white;
    font-size: 11px;
    font-family: lato regular;
    margin: 0;
    padding: 14px;

}
.right-col {
    background: whitesmoke;
    padding: 30px 15px;
    margin-top: 20px;
}



}




@media only screen and (min-device-width : 480px) and (max-device-width : 768px) {


.number-box {
    margin: 0 auto;
}
.sec3 h5 {
   

    text-align: center;
}
.sec3 p {
    font-family: lato regular;
    font-size: 14px;
    text-align: center;
}
.sec4 p {
    font-size: 14px;
    font-family: lato regular;
}
.sec4 h5 {
    font-size: 15px;
    font-family: lato regular;
    font-weight: bold;
}

.margin-2{
    margin-bottom: 30px;
}

    }

/**************** New Css ***************/

.banner-inner {
    padding: 35px 0px;
    background: rgba(255,255,255,.5);
    border-radius: 4px;
    border: 1px solid #73878f;
}
.banner-inner .banner_text, .banner-inner .banner-form {
  padding: 0px 20px;
}
.banner_text h3 {
	font-family:"lato regular";
    margin-top: 0px;
    color: #2e2e2e;
}

.banner_text p {
    color: #222222;
    margin-bottom: 0px;
	font-size: 16px;
	font-family: "lato regular";
}

.banner-inner h2 {
    font-family: "gotham medium";
    text-align: center;
    margin-top: 0px;
    padding: 20px 88px;
    background: #00a9f0;
    color: #fff;
}

.banner-form .btn.btn-submit {
    background-color: #00a9f0;
}

/**********************/

/* the scrollbar area itself */
::-webkit-scrollbar {
    
}
/* the up/down/left/right buttons */
::-webkit-scrollbar-button {
    
}
/* the zone where the scroll will happen */
::-webkit-scrollbar-track {
    
}
/* not sure what this is */ 
::-webkit-scrollbar-track-piece {
    
}
/* the famous "elevator" */
::-webkit-scrollbar-thumb {
    
}
/* what stands in the corner, between the horizontal and the vertical scrollbars */
::-webkit-scrollbar-corner {
    
}
/* the resizer thingy into that corner */
::-webkit-resizer {
    
}

::-webkit-scrollbar {
    width: 7px;
}
 
::-webkit-scrollbar-track {
    border-radius: 8px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 169, 240, .9
    ); 
}
.bg-white {
    background: #fff;
}

.b-r-4 {
    border-radius: 4px;
}

.p-15px {
    padding: 15px;
}
.sec2 .banner_text {
    margin-bottom: 35px;
}

.p-b-0 {
    padding-bottom: 0px;
}

.tbl-head {
    
}

.tbl-head h4 {
    background: #00a9f0;
    margin: 0 -15px;
    font-family: "gotham medium";
    color: #fff;
    text-align: center;
    padding: 15px 15px;
}

.tbl-content {
    margin: 0 0 25px;
}

.tbl-content p {
    font-family: "gotham medium";
    font-size: 16px;
    color: #545454;
    line-height: 24px;
    margin: 12px 0px;
    /*min-height: 70px;*/
}

.tbl-content div:after {content: "";border-right: 2px solid #f8f8f8;position: absolute;right: 0;top: 0;width: 2px;height: 100%;}

/*
.tbl-content div {
    position: relative;
    height: 920px;
    overflow-y: auto;
}
*/
.modal-body > a {
    display: block;
    text-align: center;
}

.form-control3 {
  display: inline;
  width: 79%;
  height: 22px;
  padding: 6px 2px;
  font-size: 10px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control3:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control2::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control2:-ms-input-placeholder {
  color: #999;
}
.form-control2::-webkit-input-placeholder {
  color: #999;
}
.form-control2::-ms-expand {
  background-color: transparent;
  border: 0;
}
 
 
 
 
.form-control2 {
  display: block;
  width: 100%;
  height: 22px;
  padding: 6px 2px;
  font-size: 10px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control2:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control2::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control2:-ms-input-placeholder {
  color: #999;
}
.form-control2::-webkit-input-placeholder {
  color: #999;
}
 
.form-control2::-ms-expand {
  background-color: transparent;
  border: 0;
 
}

.form-horizontal .control-label{
    text-align: left;
    margin-bottom: 0;
    padding-top: 3px !important;
    padding-left: 5px;
    
    font-family: lato regular;
    
}
.njd label{
  padding-left: 0;
}
 
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
.db-border{
  border:1px solid grey;
}
.db-border1{
  border-top:1px solid grey;
  border-bottom: 1px solid grey;
  border-right: 1px solid grey;
  padding-bottom: 34px;
}
 
.remove-padding3{
  padding-right: 15px;
  padding-left: 15px;
}
.remove-padding4{
  padding-left: 10;
  padding-right: 10px;
}
.tables .form-group {
    margin-bottom: 7px;
}
.tables h4{
font-family: lato regular;
padding-left: 5px;
}
.bt-t{
  float: right;
  background-color: #F8A127;
  color: white;
  border-color: transparent;
  font-family: lato regular;
  margin-top:17px;
}
.tt {
    margin-top: 17px;
    position: absolute;
    right: 0px;
    top: 30px;
}
.bt-t:hover{
background-color: #F8A127;
  color: white;
}
 
 
 
.njd .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]{
  margin-left: 4px;
}
 
.tables span {
    font-size: 11px;
}
