*{
	margin: 0px;
	padding: 0px;
}
body{
	background: linear-gradient(105deg, #fff 60%, #b3ecff 60%);
}
#sec1{
	background-color: #ffffff;
	box-shadow: 0px 4px 4px #999999;
	padding: 0px 0px 5px 0px;
	position: relative;
}
.res-img img{
	display: none;
}
#logo{
	padding: 0px 5px;
	float: left;

}
#chota{
	width: 100%;
	text-align: right;
}
#chota ul{
	display: inline-block;
	margin: 2px 0px 8px 0px;
	list-style-type: none;
}
#chota ul li{
	float: left;
}
#chota ul li a{
	line-height: 20px;
	padding: 5px 12px 7px 12px;
	font-size: 11px;
	color: #043b5c;
	text-decoration: none;
}
#nav{
	overflow: hidden;
}
.menu{
	z-index: 999;
	float: right;
	margin: 0px 0px;
	width: 70%;
}
.menu ul{
text-align: left;
float: right;
margin-top: 0px;
list-style-type: none;
}
.menu ul li{
text-align: center;
float: left;
font-size: 15px;
}
.menu ul li a{
letter-spacing: 1px;
margin: 0px 1px;
color: #0070c0;
display: block;
font-size: 14px;
padding: 10px 12px 10px 12px;
text-transform: uppercase;
text-decoration: none;
-webkit-transition:all ease-in-out 0.2s;
font-weight: 900;
font-family: 'Ubuntu', sans-serif;
}
.menu ul li a:hover{
color: blue;
}
.marq{
	    color: #ffffff;
    font-size: 13px !important;
  background:#17a2b8; 
    height: 32px !important;
    line-height: 28px;
    overflow: hidden;
    position: relative;
    position: relative;
    border: 1px solid #e6e6e6;
}
#kak{
	font-size: 16px;
    float: left;
    background-color: #0070C0;
    z-index: 99999;
    padding: 2px 10px;
}
/*.sub{
	box-shadow: 0px 0px 4px #333;
	background:#fff;
	position: absolute;
}
.sub li a{
	border-bottom: 1px solid #f2f2f2;
}*/
.fixed-width{
	margin: auto;
	width: 980px;
}
#banner{
	background:#17a2b8;
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}
#cont-div{
	clear: both;
	overflow: hidden;
}
.left-col {
	float: left;
	width: 69%;
}
#cont-div h2{
	color: #004d7b;
	font-size: 25px;
	margin: 0 0 10px;
	padding: 20px 20px 0px 0px;
	font-weight: normal;
}
#wel-col p{
	font-size: 14px;
	text-align: justify;
}
#cont-div p{
	color: #555;
	font-family: 'OpenSans-Regular';
    letter-spacing: 1px;
	margin: 0;
	padding: 5px;
	line-height: 20px;

}
.right-col{
	width: 26%;
	float: right;
}
form {
	margin: 0;
}
.lay li{
	margin: 10px 0;
}
.lay li input{
	vertical-align: middle;
	border: 1px solid #ccc ;
	height: 25px;
	padding: 3px;
	font-size: 13px;
	opacity: 1;
	width: 100%;
	color: #333;
}
.lay li textarea{
	vertical-align: middle;
	border: 1px solid #ccc;
	padding: 3px;
	font-size: 13px;
	opacity: 1;
	width: 100%;
	color: #333;
}
textarea {
	overflow: auto;
	resize: vertical;
}
.button .aaa{
	float: left;
	width: 50%;
	margin-top: 10px;
}
.aaa{
	background-color: #0756a4;
	height: 30px;
	color: #fff;
	position: inherit;
	border: 1px solid #fff;
}
input[type="submit"],input[type="reset"]{
	cursor: pointer;
}
.car{
	  display: flex;
  align-items: center;
  justify-content: center;
}
.card {
  display: grid;
  grid-template-columns: 300px;
  grid-template-rows: 210px 210px 80px;
  grid-template-areas: "image" "text";
  border-radius: 18px;
  background: #fff;
  box-shadow: 5px 5px 15px rgba(0,0,0,0.9);
  font-family: roboto;
  text-align: center;
  transition: 0.5s ease;
  cursor: pointer;
  margin:30px;
}
.card-image {
  grid-area: image;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;

}

.card-text {
  grid-area: text;
  margin: 25px;
}

.card-text p {
  color: grey;
  font-size:15px;
  font-weight: 300;
  font-family: 'Merriweather', serif;

	letter-spacing: 1px;
	margin-top: 15px;

		 text-overflow: ellipsis; 
	   word-wrap: break-word;
	   overflow: hidden;
	     max-height: 7em;
  line-height: 1.8em;
  display: block;
}
.card-text h2 {
  margin-top:0px;
  font-size:22px;
}


.card:hover {
  transform: scale(1.1);
  box-shadow: 5px 5px 15px rgba(0,0,0,0.6);
}
.card-image img{
	margin-top: 12px;
	width:70%;
}
/*card2*/
.card-image .card2 img{
 margin-top: 12px;
	width:70%;
	
}

/*card3*/
.card-image .card3 img{
 margin-top: 12px;
	width:70%;
}

.card-image .card4 img{
 margin-top: 12px;
	width:70%;
}
.card-image .card5 img{
 margin-top: 12px;
	width:70%;
}
.card-image .card6 img{
 margin-top: 12px;
	width:70%;
}

.he h1{

	color: #004d7b;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 20px 20px 20px 20px;
	text-align: center;
	font-size: 3em;
}
.card-button a{
		border-radius: 30px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color: #000;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border: 8px solid rgba(255,255,255,0.8);
	padding: 2px 20px 0px;
	font-size: 18px;
	line-height: 30px;
	width: 80px;
	text-align: center;
	background: rgba(255,255,255,0.2);
}
#foot{
	    background-color: #fff;
    font-size: 10px;
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 99;
}
.foot-mainmenu{
	clear: both;
    padding: 25px 0px 0px 0px;
    background: #0070C0;
    overflow: hidden;
    padding-bottom: 30px;
    box-shadow: 0 5px 8px -5px #053A64 inset;
}
.foot-menu{
	display: block;
}
.har{
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
}
.har h3{
	font-size: 20px;
    color: #FFF;
    margin-bottom: 5px;
    text-shadow: 0px 1px 1px #222;
}
.har ul li{
	font-size: 14px;
}
.har ul li a {
	    line-height: 20px;
    color: #fff;
  
    text-shadow: 0px 1px 1px #222;
}
.har ul li a:hover {
	color: orange;
}
.har p{
	font-family: 'Merriweather', serif;

	letter-spacing: 1px;

	    line-height: 20px !important;
    clear: both;
    color: #FFF !important;
    text-shadow: 0px 1px 1px #222;
    font-size: 14px;
}
#final-foot{
padding-bottom: 10px;
background: #0070C0;

}
#final-foot p{
	font-size: 14px;
	    text-align: center;
    text-shadow: 0px 1px 1px #222;
    color: yellow;
font-family: 'Merriweather', serif;
	line-height: 20px;
	letter-spacing: 1px;
}


.ml15 {
  font-weight: 800;
  font-size:18px;
  text-transform: uppercase;
  
}

.ml15 .word {
  display: inline-block;
  line-height: 1em;
}
.left-side{
	float: left;
	width: 40%;
}
.hea{
	margin: 10px;
	padding: 5px;
}
.hea h2{
	font-size: 30px;
}
.p1{
	margin: 10px;
	padding: 5px;
}
.p1 p{
	font-size: 16px;
		font-family: 'Merriweather', serif;
	line-height: 20px;
	letter-spacing: 1px;
}
.right-side{
	margin: 10px;
	padding: 5px;
	width: 50%;
	float: right;
}
#ab{
	padding: 10px 0px;
	overflow: hidden;

}
.row{
	overflow: hidden;
}
.ab-left{
	width: 75%;
	float: right;
}

.ab-left h2{
	color: #004d7b;
	margin: 10px 0;
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: bold;

}
.ab-left p{
	margin: 10px 0;
    padding: 0;
   	font-family: auto;
font-size: 16px;
	letter-spacing: 1px;
    text-align: justify;
    line-height: 22px;
    color: #505050;
    overflow: hidden;

}
.ab-right{
		  border: 1px solid;
  box-shadow: 8px 13px #888888;
	    float: left;
    width: 20%;
    min-height: 200px;
    background-image: url(images/border-line.png);
    background-repeat: no-repeat;
    background-position: right;
}
.ab1{
	    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    text-align: left;
}
.ab-right h2{

    margin: 10px 0px 6px 0;
    padding: 0 0 6px 0;

    border-bottom: 1px solid #e2e2e2;
    color: #0070C0;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;

	font-weight: bold;
}
.ab1 li a{
	    text-decoration: none;
    font-family: 'OpenSans-Regular';
    display: block;
    color: #505050;
    padding: 6px;
    border-radius: 5px;
    font-size: 16px;
}
.ab1 li a:hover {
	background-color: #ddd;
	}
.teams{
	    margin: 10px 0;
    padding: 10px 0;
    border-bottom: 1px solid #999;
    overflow: hidden;
}
.teams1{
	    width: 100px;
	    height: 100px;
    float: left;
    border: 2px solid #999;
    margin: 0 10px 10px 0;

}
.lc{
	width: 90%;
    background: white;

}
.rc{
	margin-top: 20px;
}
.lc h3{
	margin-top: 5px;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}
.lc p{
	text-align: center;
	line-height: 22px;
			  border: 1px solid;
  box-shadow: 8px 13px #888888;
}
#map-con{

	width: 90%;
	height: 300px;
	box-shadow: 0 0 5px #999;
}
.sub-menu-1{
	display: none;

}
.menu ul li:hover .sub-menu-1{
	display:block;
	position: absolute;
	box-shadow: 0px 0px 4px #333;
	background:#fff;

} 

.sub-menu-1 li a{
	border-bottom: 1px solid #f2f2f2;

}

h1,h2,h3,h4,h5,h6{
	font-family: 'Raleway', sans-serif;

}




.res-img{
	float: right;
    cursor: pointer;
    width: 100%;
    background: #FFF;
    padding: 5px;
    margin-top: 10px;
}
.res-img img{
	float: right;
	width: 31px;
	height: 31px;
}
#res-menu{
	    display: none;
    clear: both;
    background: #fff;
    width: 100%;
    position: relative;
    padding-left: 20px;

}
#res-menu li a{
	    background: url(images/RightArow01.png) no-repeat scroll left 14px rgba(0, 0, 0, 0);
    padding: 7px 0 7px 12px;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    color: #4B4B4D;
    line-height: 26px;
}
#res-menu li ul li a{
	margin-left: 20px;
}
.sit li a{
	    font-family: 'OpenSans-Regular';
    display: block;
    color: #505050;
    background: url(../images/RightArow01.png) no-repeat scroll left 12px rgba(0, 0, 0, 0);
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.sit li ul li{
	margin-left: 15px;
}
a:visited {
    color: #551a8b;
    }
    
    .foot-menu .harAdd{
    width:23%;
}

.foot-menu .harimg{
    width:19%;
}

  /*-------------------Mobile View Starts---------------------------*/
@media only screen and (min-width: 320px) and (max-width: 559px)
{

#logo img{
	display: block;
	margin-right: auto;
	margin-left: auto;
	
}



	.res-img img{
	display: block;
}
#res-menu li a{
	font-size: 14px;
	font-weight: bold;
	font-family: 'Ubuntu', sans-serif;
}
.fixed-width{
	width: 90.675%;
}
#logo{
	width: 100%;
}
#chota{
	text-align: center;
}
#res-nav{
	display: block;
}
.menu{
	display: none;
}
.ml15 {
  font-weight: 600;
  font-size:14px;
  text-transform: uppercase;
  
}
.ml15 .word {
  display: inline;
  line-height: 1em;
}
.left-col{
	width: 90.675%;
}
#cont-div h2{
	color: #004d7b;
	font-size: 20px;
	margin: 0 0 10px;
	padding: 20px 20px 0px 0px;
	font-weight: normal;
}
#wel-col p{
	font-size: 13px;
	text-align: justify;
}
.right-col{
	width: 90.675%;
	float: left;
}
.he{
	margin-top:  10px;
}
.he h1{

	color: #004d7b;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 20px 20px 20px 20px;
	text-align: center;
	font-size: 2em;
}
.foot-menu .harAbt{
	display: none;
}


.foot-menu .harSer{
	display: none;
}

.foot-menu .harCareer{
	display: none;
}

.foot-menu .harAdd{
    width:50%;
}

.foot-menu .harimg{
    width:40%;
}

.card {
  display: grid;
  grid-template-columns: 250px;
  grid-template-rows: 105px 105px 40px;
  grid-template-areas: "image" "text";
  border-radius: 9px;
  background: #fff;
  box-shadow: 5px 5px 15px rgba(0,0,0,0.9);
  font-family: roboto;
  text-align: center;
  transition: 0.5s ease;
  cursor: pointer;
  margin:15px;

}
.card-image {
  grid-area: image;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;

}

.card-text {
  grid-area: text;
  margin: 13px;

}

.card-text p {
  color: grey;
  font-size:10px;
  font-weight: 200;
  font-family: 'Merriweather', serif;
	
	letter-spacing: 1px;
	margin-top: 10px;
	 text-overflow: ellipsis; 
	   word-wrap: break-word;
	   overflow: hidden;
	     max-height: 3.6em;
  line-height: 1.2em;
  display: block;
}
.card-text h2 {

  margin-top:5px;
  font-size:14px;
}
.car{

  flex-direction: column;

}
.card-image img{
	margin-top: 6px;
	width:40%;
}
/*card2*/
.card-image .card2 img{
 margin-top: 6px;
	width:35%;
	
}

/*card3*/
.card-image .card3 img{
 margin-top: 6px;
	width:35%;
}

.card-image .card4 img{
 margin-top: 6px;
	width:35%;
}
.card-image .card5 img{
 margin-top: 6px;
	width:35%;
}
.card-image .card6 img{
 margin-top: 6px;
	width:35%;
}
.vm img{
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 280px;
	height: 120px;
}
.ma img{
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 280px;
	height: 120px;
}
.is img{
		display: block;
	margin-right: auto;
	margin-left: auto;
	width: 280px;
	height: 120px;
}
.abu img{
		display: block;
	margin-right: auto;
	margin-left: auto;
	width: 280px;
	height: 120px;
}
.bps img{
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 280px;
	height: 120px;
}
.bgs img{
		display: block;
	margin-right: auto;
	margin-left: auto;
	width: 280px;
	height: 120px;
}
.tcs img{
		display: block;
	margin-right: auto;
	margin-left: auto;
	width: 280px;
	height: 120px;
}
.mps img{
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 280px;
	height: 120px;
}
.cts img{
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 280px;
	height: 120px;
}
.ab1{
	margin-left: 2px;
}
.ab-left{
	width: 100%;

}
.ab-left p{
	font-size: 12px;
	line-height: 16px;
	}
	.ab-left h2{
		font-size: 18px;
		font-weight: bold;
	}
	.ab-right{

	width: 80%;
	border: 1px solid;
  box-shadow: 8px 13px #888888;

}
.bn h2{
	font-weight: bold;
}
.bn li a{
	    text-decoration: none;
    font-family: 'OpenSans-Regular';
    display: block;
   
    padding: 6px;
    border-radius: 5px;
}

.cou img{
	width: 300px;
	height: 100px;
}
.lc{

	margin-top: 10px;
	width: 100%;

}
.rc{
	width: 100%;
	margin-top: 10px;
}
#map-con{
margin-top: 20px;
	width: 100%;
	height: 400px;
	box-shadow: 0 0 5px #999;
	padding-bottom: 80px;

}

}
/*-------------------Mobile View Ends---------------------------*/

/*-------------------Tab View Starts---------------------------*/



@media only screen and (min-width: 560px) and (max-width: 768px)
{
	#logo img{
	display: block;
	margin-right: auto;
	margin-left: auto;
	
}

	.res-img img{
	display: block;
}
#res-menu li a{
	font-size: 14px;
	font-weight: bold;
	font-family: 'Ubuntu', sans-serif;
}
.fixed-width{
	width: 90.675%;
}
#logo{
	width: 100%;
}
#chota{
	text-align: center;
}
#res-nav{
	display: block;
}
.menu{
	display: none;
}
.ml15 {
  font-weight: 600;
  font-size:14px;
  text-transform: uppercase;
  
}
.ml15 .word {
  display: inline;
  line-height: 1em;
}
.left-col{
	width: 90.675%;
}
#cont-div h2{
	color: #004d7b;
	font-size: 20px;
	margin: 0 0 10px;
	padding: 20px 20px 0px 0px;
	font-weight: normal;
}
#wel-col p{
	font-size: 13px;
	text-align: justify;
}
.right-col{
	width: 90.675%;
	float: left;
}
.he{
	margin-top:  10px;
}
.he h1{

	color: #004d7b;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 20px 20px 20px 20px;
	text-align: center;
	font-size: 2em;
}
.foot-menu{
	display: none;
}
.card {
  display: grid;
  grid-template-columns: 250px;
  grid-template-rows: 105px 105px 40px;
  grid-template-areas: "image" "text";
  border-radius: 9px;
  background: #fff;
  box-shadow: 5px 5px 15px rgba(0,0,0,0.9);
  font-family: roboto;
  text-align: center;
  transition: 0.5s ease;
  cursor: pointer;
  margin:15px;

}
.card-image {
  grid-area: image;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;

}

.card-text {
  grid-area: text;
  margin: 13px;

}

.card-text p {
  color: grey;
  font-size:10px;
  font-weight: 200;
  font-family: 'Merriweather', serif;
	
	letter-spacing: 1px;
	margin-top: 10px;
	 text-overflow: ellipsis; 
	   word-wrap: break-word;
	   overflow: hidden;
	     max-height: 3.6em;
  line-height: 1.2em;
  display: block;
}
.card-text h2 {

  margin-top:5px;
  font-size:14px;
}
.car{

  flex-direction: column;

}
.card-image img{
	margin-top: 6px;
	width:40%;
}
/*card2*/
.card-image .card2 img{
 margin-top: 6px;
	width:35%;
	
}

/*card3*/
.card-image .card3 img{
 margin-top: 6px;
	width:35%;
}

.card-image .card4 img{
 margin-top: 6px;
	width:35%;
}
.card-image .card5 img{
 margin-top: 6px;
	width:35%;
}
.card-image .card6 img{
 margin-top: 6px;
	width:35%;
}
.vm img{
		display: block;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	height: 200px;
}
.ma img{
		display: block;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	height: 200px;
}
.is img{
		display: block;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	height: 200px;
}
.abu img{
		display: block;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	height: 200px;
}
.bps img{
		display: block;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	height: 200px;
}
.bgs img{
		display: block;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	height: 200px;
}
.tcs img{
		display: block;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	height: 200px;
}
.mps img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	height: 200px;
}
.cts img{
		display: block;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	height: 200px;
}
.ab1{
	margin-left: 4px;
}
.ab-left{
	width: 100%;

}
.ab-left p{
	font-size: 14px;
	line-height: 16px;
	}
	.ab-left h2{
		font-size: 20px;
		font-weight: bold;
	}
	.ab-right{

	width: 60%;
	border: 1px solid;
  box-shadow: 8px 13px #888888;

}
.bn h2{
	font-weight: bold;
}
.bn li a{
	    text-decoration: none;
    font-family: 'OpenSans-Regular';
    display: block;
   
    padding: 6px;
    border-radius: 5px;
}

.cou img{
	width: 300px;
	height: 100px;
}
.lc{

	margin-top: 10px;
	width: 100%;

}
.rc{
	width: 100%;
	margin-top: 10px;
}
#map-con{
margin-top: 20px;
	width: 100%;
	height: 400px;
	box-shadow: 0 0 5px #999;
	padding-bottom: 80px;

}

}

/*-------------------Tab View Ends---------------------------*/


