@font-face {
    font-family: 'gotham';
    src: url('../fonts/ufonts.com_gotham-book.ttf');
}

@font-face {
    font-family: 'gothamlite';
    src: url('../fonts/gotham-light.ttf.html');
}

@font-face {
    font-family: 'alt';
    src: url('../fonts/LTe52011.ttf');
}


.lite{
	font-family:"gothamlite",sans-serif;
}
.LT{
	font-family:"alt" ;
	line-height: 40px;
	padding-top: 15px;
}





body{
	font-family:"gotham", sans-serif !important;
}
h1{
	padding-top:30px;
	padding-bottom:50px;
}
.pa{
	
	padding-top:20px;
}
.fle{
	display: flex;
    justify-content: center;
}
#banner{
	background-image: url("../images/banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
	height:650px;
	
}
.active1{
	    border-bottom: 1px solid white;
}
.acti{
	    border-bottom: 1px solid #0c90b7;
}
.navbar-inverse .navbar-nav>li>a {
    color: #5bc0de;
}
ul{
list-style-type:none;
padding:0px;
}
h1:after {
    content:' ';
    position: absolute;
    display:block;
    width: 50px;
    margin: 10px 46%;
    border:2px solid #5dc4cb;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
     
}
.sea li{
	display:inline-block;
	padding-right:50px;
}

#custom-search-input{
   margin-top: 40px;
    border: solid 1px #1598bf;
    border-radius: 50px;
    background-color: #fff;
}

#custom-search-input input{
     border: 0 !important;
    box-shadow: none;
}
#custom-search-input input:focus{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #1598bf;
    padding: 0 8px 0 10px;
    border-left: solid 0px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 0px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}
.input-group-addon, .input-group-btn {
width: 0%;
}

.mar{
	margin: 20px 0px 20px 0px;
}
.bt{
	color: #1b5da3;
    background-color: #fcee21;
    border-color: #fcee21;
    border-radius: 50px;
	    margin-bottom: 23px;
}
.bt:hover{
	color: #1b5da3;
    background-color: white;
    border-color: #fcee21;
}

.sea a{
	color:#1598bf;
    
}
.sea a:hover{
	text-decoration:none;
}
.ver{
	    vertical-align: 10px;
}

.sea{
	margin-top: 25px;
	float: right;
}

.noHover{
    pointer-events: none;
}

.images{
	margin-top: 35px;
}
.deco{
	text-decoration:underline;
	margin-top: 5px;
}

.focus-t span {
    bottom: 36px !important;
    color: #afa6a6;
    font-size: 15px;
    transition: all 0.3s ease 0s;
    z-index:1;
}
.focus-t input:focus{
	border-color: black;	
}
.text-effect input {
    border:none;
    border-bottom:2px solid #073951 !important;
    border-radius: 0;
    position:absolute;
	bottom:-5px;
	 color: #1b5da3;
	 font-size:18px;
    border-style: none none solid;
    border-width: 0 0 2px;
    box-shadow: none;
	z-index:2;
	background-color:transparent;
}
.text-effect textarea {
    border:none;
    border-bottom:2px solid #073951 !important;
    border-radius: 0;
    position:absolute;
	bottom:-20px;
	font-size:18px;
    border-style: none none solid;
    border-width: 0 0 2px;
    box-shadow: none;
	z-index:2;
	 color: #1b5da3;
	background-color:transparent;
}
.form-control:focus {
    border-bottom:2px solid #073951 !important;
    box-shadow: none;
    outline: 0 none;
	transition:0.6s;
}
.text-effect {
    position: relative;
	height:80px;
}
.text-effect span {
    bottom: 3px;
    position: absolute;
	z-index:1;
}


.mar-15 input, select, textarea{
    color: #1b5da3;
}

.fom{
	position: absolute;
    right: 20px;
    bottom: 35px;
    z-index: 10 !important;
    font-size: 40px;
    color: #2264ab;
}
.issue{
	    background-color: transparent;
    border: none;
}
.fom i{
	font-size: 40px;
}
.ma a{
	 color: #afa6a6;
	 text-decoration:underline;
}
#bg1{
	background-image: url("../images/bg1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
	min-height:300px;
	margin-bottom: 30px;
}
.marg{
	margin-top:50px;
}
.wou{
	padding-top: 50px;
    color: white;
    letter-spacing: 2px;
	font-size: 40px;
}
.events{
	    padding: 20px;
    
}
.events a{
	   
    color: #55afcc;
}

.events a:hover,a:focus,a:active{
	text-decoration:none;
}

.con{
	display: flex;
    justify-content: center;
}
.conbt{
	background: #fcee21;
    border-radius: 50px;
    padding: 10px 20px 10px 20px;
    box-shadow: 1px 2px 7px 2px #c7bb09;
    font-size: 25px;
}
.conbt:hover{
	background: transparent;
    color:#fcee21;
	border:2px solid #fcee21;
}
.conbt1{
	background: #fcee21;
    border-radius: 50px;
    padding: 10px 20px 10px 20px;
    box-shadow: 1px 2px 7px 2px #c7bb09;
    font-weight: bold;
	    
}
.conbt1:hover{
	background: transparent;
    color:#fcee21;
	border:2px solid #fcee21;
}
.bor {
    border-right: 1px solid #d4cdcd;
}


#custom-search-inputs{
  
    border: solid 1px #1598bf;
    border-radius: 50px;
    background-color: #fff;
}

#custom-search-inputs input{
    border: 0 !important;
    box-shadow: none;
}
#custom-search-inputs input:focus{
    border: 0;
    box-shadow: none;
}

#custom-search-inputs button{
    margin:0px 0px 0px 105px;
    background: none;
    box-shadow: none;
    border: 0;
    color: #1598bf;
    padding: 0 8px 0 10px;
    border-left: solid 0px #ccc;
}

#custom-search-inputs button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 0px #ccc;
}

#custom-search-inputs .glyphicon-search{
    font-size: 23px;
}
button:focus{
	outline:none !important;
}
.ss i{
	font-size:20px;
}
.pl input::placeholder {
  color: #1598bf;
}

.fa1 {
  padding: 10px;
    font-size: 20px;
    width: 40px;
    text-align: center;
  border-radius: 50%;
      background: #337ab7;
    color: white;
}

.fa:hover {
    opacity: 0.7;
	text-decoration:none;
}
.us a{
	    color: #1598bf;
}
.us a:hover{
	    color: #1598bf;
		text-decoration:none;
}
.us li{
	    padding-bottom: 20px;
}

.bl h4{
	color:#1598bf;
	padding-bottom: 15px;
}
.bl p{
	color:#1598bf;
	
}

.fcol{
	background-color: #2f83cc;
}
.fcol p{
	color:white;
	padding:10px;
}
/* 
home css */

.hbt {
    color: #1b5da3;
    background-color: #ffffff;
   
    border-radius: 50px;
    margin-bottom: 23px;
}

.hbt:hover{
	color: white;
    background-color: transparent;
    border-color: #1b5da3;
}
.in{
	    border-top: 1px solid #e2dddd;
		box-shadow:none;
}

.navbar-inverse .new>li>a {
    color: white;
}
.navbar-inverse .new>.active>a, .navbar-inverse 
.new>.active>a:focus, .navbar-inverse .new>.active>a:hover{
	color: white;
}

.navbar-inverse .new>li>a:focus,
.navbar-inverse .new>li>a:hover {
    color: white;
    
}

.navbar-inverse .new>.open>a, .navbar-inverse .new>.open>a:focus, 
.navbar-inverse .new>.open>a:hover {
    color: white;
}

.dm>li>a
{
color: #1598c5;
    border-bottom: 1px solid #1598c5;
min-width: 140px;	

border: 1px solid #1597bd;
}

.fl{
	display: flex;
    justify-content: center;
}

.inn{
	padding-top: 30px;
}

.inn h2{
	font-size: 40px;
    color: white;
	font-weight: bold;
}

.inn h4{
	color:#fcee21;
	font-weight: bold;
}
.para{
	font-size:13px;
	padding-bottom: 20px;
}

.back{
	background-color: #f4f4f4;
	    margin-bottom: 40px;
		padding: 10px;
}

#hbg{
	background-image: url("../images/hbg.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
	min-height: 400px;
	margin-bottom: 40px;
	
}
.box1{
	width: 480px;
    border: 1px solid #44b0cc;
    height: 250px;
    float: right;
	margin-bottom:20px;
    
}
.txt1{
	   border: 1px solid #3f98c0;
    background-color: #3f98c0;
    padding: 5px;
    margin: 0;
    text-align: center;
    text-decoration: underline;
    color: white;
}

.top li{
display:inline-block;	
}
.margi{
	margin-bottom: 30px;
	padding-right: 15px;
}
.sto{
	background-color: #f4f4f4;
   padding: 5px;
    margin-top: 30px;
	color: #a0a1a3;
}
.sto1{
	background-color: #f4f4f4;
   padding: 5px;
    margin-top: 8px;
	color: #a0a1a3;
}
.sto2{
	background-color: #f4f4f4;
   padding: 5px;
    margin-top: 20px;
	color: #a0a1a3;
}

/* product */

.product{
	display: flex;
    justify-content: center;
}

.prod p{
	color:#9c9c9c;
}
.prod h4{
	color:#9c9c9c;
}

.prod img{
	padding: 20px;
    padding-bottom: 20px;
}

.swa{
	font-size:12px;
	color: #20a6c1;
	    font-weight: 100;
}

.teams{
	    border: 1px solid rgba(233, 239, 239, 0.6784313725490196);
    padding:40px 30px 30px 30px;
    border-radius: 25px;
    background-color: #fafbfc;
	margin-bottom: 70px;
    position: relative;
	min-height: 230px;
}

.teams p{
	color:#9c9c9c;
}


.teams h5{
	color:#1b5da3;
	font-weight: bold;
	
}
.abso{
	position: absolute;
    top: -50px;
    right: 40px;
}

/* services */
.services{
	margin-bottom:30px;
}
.ser{
	padding: 25px 10px 20px 70px;
    background-color: #f6f6f6;
	position: relative;
	    margin-bottom: 10px;
}

.ser p{
	color:#9c9c9c;
}

.serv{
	    position: absolute;
    top: 0px;
    left: -63px;
    z-index: 10;
}
.ser1{
	
	padding: 50px 20px 20px 20px;
    background-color: #f6f6f6;
    position: relative;
    margin-bottom: 30px;
    border-bottom: 15px solid #e23a59;
    text-align: center;

}
.plan{
	position: absolute;
    top: -60px;
    z-index: 100;
    left: 40%;
}

.topp{
	margin-top:100px;
	position:relative
}

/* vision */

.vis{
	border-top: 1px solid #ddd;
    font-weight: bold;
    display: flex;
    justify-content: center;
    max-width: 1000px;
    margin-left: 200px;
}
.vis>li>a {
    position: relative;
    display: block;
    padding: 15px 100px;
   
	color:#bbbaba;
}
.vis>li.active>a, .vis>li.active>a:focus, .vis>li.active>a:hover {
   border:none;
    text-decoration: underline;
	
}

.vis>li>a:hover {
	background:none !important;
}

.vision{
	margin-top:50px;
	margin-bottom:50px;
	padding-left: 50px;
    padding-right: 50px;
	color: #a9a6a6;
}


.br{
	border:none;
}

.vision1{
	margin-top:50px;
	margin-bottom:50px;
	padding-left: 100px;
    padding-right: 100px;
	color: #a9a6a6;
}

.homes{
	    padding-left: 0px;
    padding-right: 10px;
    border-bottom: 2px solid #5dc4cb;
    padding-bottom: 10px;
    padding-top: 20px;
    margin-bottom: 50px;
    color: #a9a6a6;
    min-height: 120px;
}

.pro{
	border-radius: 20px;
    padding: 40px 40px 40px 200px;
    box-shadow: 1px 1px 5px 1px #d2cfcf;
    margin-bottom: 50px;
	position:relative;
	color: #a9a6a6;
}

.proimg{
	position: absolute;
    top: -10px;
    left: 35px;
    z-index: 10;
}

.pro1 {
    border-radius: 20px;
    padding: 40px 200px 40px 40px;
    box-shadow: 1px 1px 5px 1px #d2cfcf;
    margin-bottom: 50px;
    position: relative;
    color: #a9a6a6;
}

.proimg1 {
    position: absolute;
    top: -10px;
    right: 35px;
    z-index: 10;
}
.ser2 {
    padding: 85px 20px 20px 20px;
    background-color: #f6f6f6;
    position: relative;
    margin-bottom: 30px;
    border-bottom: 15px solid #1c5ea2;
    text-align: center;
}
























@media screen and (max-width: 1920px) {
	
	
	.vis {
    border-top: 1px solid #ddd;
    font-weight: bold;
    display: flex;
    justify-content: center;
    max-width: 1500px;
    margin-left: 200px;
}
}







@media screen and (max-width: 1680px) {
.vis {
    border-top: 1px solid #ddd;
    font-weight: bold;
    display: flex;
    justify-content: center;
    max-width: 1300px;
    margin-left: 200px;
}	
	
	
}


@media screen and (max-width: 1600px) {
	
.vis {
    border-top: 1px solid #ddd;
    font-weight: bold;
    display: flex;
    justify-content: center;
    max-width: 1000px;
    margin-left: 270px;
}	
	
	
}
@media screen and (max-width: 1440px) {
	
.vis {
    border-top: 1px solid #ddd;
    font-weight: bold;
    display: flex;
    justify-content: center;
    max-width: 1000px;
    margin-left: 215px;
}	
	
	
}
@media screen and (max-width: 1366px) {
	
.vis {
    border-top: 1px solid #ddd;
    font-weight: bold;
    display: flex;
    justify-content: center;
    max-width: 1000px;
    margin-left: 175px;
}	
	
	
}

@media screen and (max-width: 1024px) {
   
  .ma h4{
	  font-size:15px;
  } 
   .navbar-nav {
    float: left;
    margin: 0px 5px 0px 5px;
}
   .teams {
    
    min-height: 270px;
}

.vision {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px;
    color: #a9a6a6;
}
.vision1 {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px;
    color: #a9a6a6;
}

.homes {
    padding-left: 0px; 
    padding-right: 0px; 
    border-bottom: 2px solid #5dc4cb;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 50px;
    color: #a9a6a6;
    min-height: 150px;
}

.box1 {
    width: 475px;
    border: 1px solid #44b0cc;
    height: 250px;
    float: right;
    margin-bottom: 20px;
}
.wou {
    padding-top: 50px;
    color: white;
    letter-spacing: 2px;
    font-size: 40px;
}
.vis {
    border-top: 1px solid #ddd;
    font-weight: bold;
    display: flex;
    justify-content: center;
    max-width: 850px;
    margin-left: 50px;
}


}
   
@media screen and (max-width: 767px)  {
   
  .wou {
    padding-top: 20px;
  }
  #bg1 {
    background-image: url("../images/bg1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 450px;
    margin-bottom: 30px;
    background-position: 90% 45%;
}
.para {
    font-size: 8px;
    padding-bottom: 20px;
}
#hbg {
    background-image: url("../images/hbg.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    min-height: 150px;
   margin-bottom: 0px;
}
.box1 {
    max-width: 400px;
    border: 1px solid #44b0cc;
    min-height: 300px;
    float: right;
    margin-bottom: 20px;
    width: 100%;
    height: 100%;
}
#banner {
    background-image: url("../images/banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 980px;
}
.us li {
    padding-bottom: 20px;
    padding-left: 10px;
}
.serv {
    position: absolute;
    top: 0px;
    left: -30px;
    z-index: 10;
}
.ser{
	padding: 20px 10px 10px 90px;
    background-color: #f6f6f6;
	position: relative;
	    margin-bottom: 10px;
}
.plan {
    position: absolute;
    top: -60px;
    z-index: 100;
    left: 30%;
}
.inn h2 {
    font-size: 35px;
    color: white;
    font-weight: bold;
}
.xx{
	font-size:32px;
}
.ma h4{
	font-size: 14px;
}
.vis {
    border-top: 1px solid #ddd;
    font-weight: bold;
 
}
.vis>li>a {
    position: relative;
    display: block;
     padding: 10px;
    color: #bbbaba;
}
.pro {
    border-radius: 20px;
    padding: 130px 40px 40px 40px;
    box-shadow: 1px 1px 5px 1px #a5a2a2;
    margin-bottom: 50px;
    position: relative;
    color: #a9a6a6;
}

.pro1 {
    border-radius: 20px;
    padding: 130px 40px 40px 40px;
    box-shadow: 1px 1px 5px 1px #a5a2a2;
    margin-bottom: 50px;
    position: relative;
    color: #a9a6a6;
}

.sto {
    background-color: #f4f4f4;
    padding: 5px;
    margin-top: 0px;
    color: #a0a1a3;
}
.sto1 {
    background-color: #f4f4f4;
    padding: 5px;
    margin-top: 0px;
    color: #a0a1a3;
}

.sto2 {
    background-color: #f4f4f4;
    padding: 5px;
    margin-top: 0px;
    color: #a0a1a3;
}
#custom-search-inputs button {
    margin: 0px 0px 0px 70px;
    background: none;
    box-shadow: none;
    border: 0;
    color: #1598bf;
    padding: 0 8px 0 10px;
    border-left: solid 0px #ccc;
}

.navbar-inverse .new .open .dropdown-menu>li>a {
    color: white;
}





}





  @media screen and (max-width: 996px)  and (min-width: 768px) {
   
  #bg1 {
    background-image: url("../images/bg1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 350px;
    margin-bottom: 30px;
    background-position: 90% 45%;
}
  #banner {
    background-image: url("../images/banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
} 
 .box1 {
 width: 360px;
 } 
 
 .homes {
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 2px solid #5dc4cb;
    padding-bottom: 10px;
    padding-top: 20px;
    margin-bottom: 50px;
    color: #a9a6a6;
    min-height: 200px;
}

 
 .sto1 {
    background-color: #f4f4f4;
     padding: 0px;
    margin-top: 8px;
    color: #a0a1a3;
}
 
.pro {
    border-radius: 20px;
    padding: 5px 5px 5px 190px;
    box-shadow: 1px 1px 5px 1px #d2cfcf;
    margin-bottom: 50px;
    position: relative;
    color: #a9a6a6;
} 
 
 .vis {
    border-top: 1px solid #ddd;
    font-weight: bold;
    display: flex;
    justify-content: center;
   
     margin-left: 0px;
}
 
 
   
}
@media only screen and (min-device-width : 180px) and (max-device-width : 767px) {
 .new12
  {
      display:none;
  }
}

