@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;
    padding-left: 5px;
    /* font-size: 12px; */
     font-family: lato regular;
     font-weight: lighter;
}
.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;
}


/* -----------------------------------------------------------------------------------------new filter----------------------------------------------------------------------- */
.clear {clear:both;}
.right { float: right; }
.left { float: left; }
.fade-out{ display: none;}
.text-center{ text-align: center;}
.text-capital{ text-transform: uppercase; }
/*----------------------------Fonts------------------------------*/


/*---------------------------------------------------------------*/
.container {max-width: 1280px;margin: 0 auto;padding: 0 15px;width: 100%;}



.gradient-tab{ background:  #12335b; }
.filters-tabs-wrap .bg-grey { background: #f5f5f5; padding: 10px 15px;}
.tab-content.right .form-control { max-width: 100%;}
.filters-tabs-wrap h3{ margin-bottom: 20px;}
.filters-tabs-wrap .form-horizontal{ }
.filters-tabs-wrap .form-horizontal .submit-wrap{ margin-top: 10px;}
.filters-tabs-wrap .form-horizontal .submit-wrap .btn-submit {background: #2f2f2f;}
.filters-tabs-wrap .nav-tabs{ border:none; margin-bottom: 10px;margin-top: 10px;}
.filters-tabs-wrap .nav-tabs>li.active>a, .filters-tabs-wrap .nav-tabs>li.active>a:focus, .filters-tabs-wrap .nav-tabs>li.active>a:hover{ color:black; background:#ccc; border:none; }
.filters-tabs-wrap .nav-tabs>li>a{ color:#b9b4b4; border:none; /* border-radius:0px; */ transition:0.1s all ease; text-transform:capitalize; padding: 5px 8px;min-width: 73px; /* font-weight: 600; */  text-align: center;margin-right: 1px; }
.filters-tabs-wrap .nav-tabs>li>a:focus, .filters-tabs-wrap .nav-tabs>li>a:hover{ background:#163150; border:none; }
.tab-content .form-wrap{ padding:0px 0; }
.form-horizontal .control-label{ width: auto; text-transform: capitalize; padding-top: 3px;}
.form-horizontal .form-control { height: 32px; max-width: 95px; padding-left: 7px; padding-right: 7px; float: left;}
.tab-content .form-wrap .form-group{ margin-bottom: 4px; }
.col-md-7 ul li {
    display: inline-block;
}
.tab-content .form-wrap .form-group .radio-wrap{ float: left; margin-right: 20px; display: table; }
.tab-content .form-wrap .form-group .radio-wrap:last-child{  margin-right: 0; }
.tab-content .form-wrap .form-group .radio-wrap label { cursor: pointer; }
.tab-content .form-wrap .form-group .radio-wrap input{ margin-top: 0px; display: table-cell; vertical-align: middle; margin-left: 10px; }
.switch{ position:relative; display:inline-block; width:50px; height:23px; }
.switch input{ opacity:0; width:0; height:0; }
.switch .slider{ position:absolute; cursor:pointer; top:0; left:0; right:0; bottom:0; background-color:#ccc; -webkit-transition:.4s; transition:.4s; }
.switch .slider:before{ position:absolute; content:""; height:16px; width:16px; left:4px; bottom:4px; background-color:white; -webkit-transition:.4s; transition:.4s; }
.switch input:checked + .slider{ background-color:#2196F3; }
/* .switch input:focus + .slider{ box-shadow:0 0 1px #2196F3; } */
.switch input:checked + .slider:before{ -webkit-transform:translateX(26px); -ms-transform:translateX(26px); transform:translateX(26px); }
/* Rounded sliders */
.switch .slider.round{ border-radius:34px; }
.switch .slider.round:before{ border-radius:50%; }
.info-tooltip {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    padding-left: 10px;
    padding-top: 5px;
}
.info-tooltip i{ color:#2196F3; }
.info-tooltip .tooltip-popup{ position:absolute; left:0; top:100%; max-width:200px; width:200px; border-radius:4px; border:1px solid #ccc; background:#ccc; font-size:14px; padding:10px; opacity:0; transition:0.2s all ease; z-index: 9;}
.info-tooltip:hover{ overflow:visible; }
.info-tooltip:hover .tooltip-popup{ opacity:1; }
.info-tooltip .tooltip-popup::before{ width:0; height:0; border-left:5px solid transparent; border-right:5px solid transparent; border-bottom:5px solid #ccc; content:""; position:absolute; left:16px; top:-6px; }

/* mixin */

.filters-tabs-wrap .bg-grey:after {
    content: '';
    display: block;
    clear: both;
}
.row.padding {
    padding-bottom: 5px;
    padding-top: 15px;
}
label {
    font-weight: 500;
}
.col-md-3.text-right.submit-wrap {
    float: right;
}
.submit-wrap .btn {
    width: 100%;
    }
.col-md-9.no-padding, .col-md-6.no-padding, .col-md-8.no-padding {
    padding-right: 0;
    /* padding-left: 5px; */
    text-align: left;
}
.col-md-8.no-padding label.control-label.left {
    text-align: left;
}
.col-md-2.no-padding {
    padding-right: 0;
    text-align: right;
}
.info-tooltip i {
    color: #2196F3;
    font-size: 18px;
    min-width: 20px;
}
.tab-pane label.control-label.left {
    padding-right: 5px;
}
span.info-tooltip.radio-tip {
    padding-top: 2px;
}
.last-pin {
    float: left;
}
.col-md-9.zero-pad {
    padding: 10px 0 0 0;
}
.nav-tabs>li {
    float: left;
    margin-bottom: 1px;
}
.col-md-3.radio-info {
    text-align: right;
    padding-right: 20px;
}
.form-wrap.last-div {
    /* padding-left: 15px; */
    padding-right: 15px;
    /* padding-bottom: 3px; */
}
.grey {
    color: #fff !important;
}



/*-------------Media Querries-----------------*/
@media only screen and (max-width:1199px){ }
/*------------- 1024px -----------------*/
@media only screen and (max-width:1024px){ }
/*------------- 991px -----------------*/
@media only screen and (max-width:991px){ }
/*------------- 767px -----------------*/
@media only screen and (max-width:767px){ 
.col-md-2.no-padding {
    width: 30%;
    float: left;
    margin-top: 10px;
    text-align: left;
}
.col-md-3.radio-info {
    width: 70%;
    float: left;
    margin-top: 10px;
    text-align: left;
}
.col-md-3 {
    clear: both;
    width: 100%;
}
.right {
    float: right;
    width: 100%;
}
.col-md-6.no-padding {
    padding-right: 0;
    clear: both;
    padding-top: 5px;
}
a.gradient-tab.tab1.grey {
    color: #a2a2a2;
}
.form-horizontal .control-label {
    width: auto;
    text-transform: capitalize;
    padding-top: 3px;
    width: 110px;
}
.form-horizontal .form-control {
    height: 32px;
    max-width: 125px;
    padding-left: 7px;
    padding-right: 7px;
    float: left;
}
.col-md-6 {
    clear: both;
}
}
/*------------- 660px -----------------*/
@media only screen and (max-width:640px){ }
/*------------- 480px -----------------*/
@media only screen and (max-width:480px){ }
/*------------- 425px -----------------*/
@media only screen and (max-width:425px){ }
/*------------- 330px -----------------*/
@media only screen and (max-width:330px){ }

