@charset "utf-8";
/* CSS Document */

body
   {
   font-family: 'Roboto Condensed';
   font-size:13px;
   margin:0px;
   padding:0px;
   }
   
.full-div
   {
   width:100%;
   float:left;
   padding:0 60px;
   }
   
    .naviBGG
    {
	background:#333333;
	}
   
 .GradientMake
  {
  background: rgb(0,13,106);
background: linear-gradient(170deg, rgba(0,13,106,1) 0%, rgba(191,8,36,1) 100%);
color:#FFFFFF;
  }
  
  .GradientMake1
  {
background:url(../images/1a.jpg) no-repeat center center fixed;
color:#FFFFFF;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }  
  
  .top-mrg
   {
   margin-top:20px;
   }

.tp-link a
 {
 color:#FFFFFF;
 text-decoration:none;
 }
 
 .tp-link a:hover
 {
 color:#ccc;
 text-decoration:none;
 }
 
.btn-bg
 {
 background:#FF3300;
 padding:7px 13px;
 color:#FFFFFF;
 border:0;
 }
 
 .btn-bg1
 {
 background:#009933;
 padding:7px 13px;
 color:#FFFFFF;
 border:0;
 }
 
 #query
  {
  width:320px;
  background:url(../images/msgBg.png);
  padding:10px;
  right:8.3%;
  position:absolute;
  z-index:999999999999999999999999999;
  }
  
.txtFld
  {
  width:96%; padding:2%;
  font-size:14px;
  }
  
  .td-icon
    {
	color:#FFFFFF;
	}
	
.td-pd
  {
  padding:10px;
  }
  
.circle-blue
  {
  width:85px;
  float:left;
  height:85px;
  border-radius:50%;
  background:#20acee;
  font-size:18px;
  color:#FFFFFF;
  line-height:85px;
  text-align:center;
  font-weight:bold;
  }
  
  .abt-title h2 {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 20px;
    padding-bottom: 16px;
    text-transform: uppercase;
    position: relative;
}

.abt-title h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 150px;
	border:2px #006699 dotted;
}

.about-desc
{
font-size: 16px;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    vertical-align: baseline;
    line-height: 26px;
    font-weight: 500;
	text-align:justify;	
	}
	
.socialLink
 {
 width:40px;
 height:40px;
 border:1px #FFFFFF solid;
 border-radius:50%;
 padding-top:10px;
 float:left;
 margin:5px;
 }
 
 .socialLink a
  {
  color:#FFFFFF;
  }
  
   .socialLink a:hover
  {
  color:#FFFFFF;
  }

 .socialLink:hover
  {
  background:#006633;
  }
  
  .QuickLinkk
   {
   color:#FFFFFF;
   text-decoration:none;
   }
   
    .QuickLinkk a
	  {
	  color:#FFFFFF;
   text-decoration:none;
	  }
	  
	   .QuickLinkk a:hover
	  {
	  color:#F4F4F4;
   text-decoration:none;
	  }
	  
	  .QuickLinkk ul li
	   {
	   height:35px;
	   }
	   
	   .logoM
	    {
		
		}
		
		.serviceeffect:hover
		 {
		 border:1px #CC0000 solid;
		 }

@media screen and (max-width:900px)
  {
  
  .naviBGG
    {
	background:none;
	}
  
  .full-div
   {
   width:100%;
   float:left;
   padding:10px;
   }
  
  .LoginLinkS
   {
   width:100%;
   z-index:999999999999999999999999999999999999999999999999999999999999999999999;
   position: absolute;
   margin-top:-18px;
   }
  
  .welFontSize
    {
	 font-size:12px;
	 text-align:center;
	}
	
	.SelctLang
	  {
	  display:none;
	  }
	  
	  .CallUsP
	   {
	   display:none;
	   }
	   
	   .logoM img
	    {
		align-items: center;
		margin:auto;
		}
		
		.BlockBox
		  {
		  margin:7px;
		  }
		  
	.footerBelow
	  {
	  text-align:center;
	  }
  
  .hideQuickLink
    {
	display:none;
	}
  
  }