
.nopadding {
    padding:0;
}
h4, h5, h6, h1, h2, h3 {
    margin: 0;
}
ul, ol {
    margin: 0;
}
p {
    margin: 0;
}
@font-face {
	font-family: 'ramabhadra';
	src: url('../fonts/ramabhadra.eot');
	src: url('../fonts/ramabhadra.woff') format('woff'), url('../fonts/ramabhadra.ttf') format('truetype'), url('../fonts/ramabhadra.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'"Roboto",sans-serif'
	src: url('fonts/Roboto-Medium.eot');
	src: url('fonts/Roboto-Medium.woff') format('woff'), url('fonts/Roboto-Medium.ttf') format('truetype'), url('fonts/Roboto-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans.eot');
	src: url('OpenSans.eot?#iefix') format('embedded-opentype'),
		url('OpenSans.woff') format('woff'),
		url('OpenSans.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family:"Ubuntu Condensed",sans-serif;
	src: url('fonts/UbuntuCondensed-Regular.eot');
	src:url('fonts/UbuntuCondensed-Regular.woff')
	 format('woff'), url('fonts/UbuntuCondensed-Regular.ttf') 
	 format('truetype'), url('fonts/UbuntuCondensed-Regular.svg') 
	 format('svg');
	font-weight: normal;
	font-style: normal;
}


html, body {
    background: #fff none repeat scroll 0 0;
	font-family: "Roboto",sans-serif !important;
	/*font-family: "Roboto",sans-serif !important;*/
    /*font-family: "ramabhadra",sans-serif;*/
    font-size: 100%;
}
h4{
font-size:1.2em;
line-height:1.1em;
padding-top:5px;
}


.glyphicon {
    position: relative;
    /*top: 5px;*/
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.More {
    color: #fff;
    float: right;
    font-family: "ramabhadra",sans-serif;
    font-size: 1.1em;
    margin-top: -16px;
   /* padding: 0;*/
   padding:-10px  45px 10px 45px;
}
.More a {
    color: #fff;
    float: right;
    font-family: "ramabhadra",sans-serif;
    font-size: 1.1em;
    margin-top: -16px;
   /* padding: 0;*/
   padding:-10px  45px 10px 45px;
   
   }
   
  
.More a:hover {
    color: #fff;
    float: right;
    font-family: "ramabhadra",sans-serif;
    font-size: 1.1em;
    margin-top: -16px;
   /* padding: 0em;*/
    padding:-10px  45px 10px 45px;
	
}
/*---chnages of  header styles-----*/
.rowfixed{
position:fixed;
}
.newsdata{
margin-top:210px;
}

.addsblack{
}

header.smaller img
{
    height: 60px;
}

header.smaller h1#logo
{
    /*width: 150px; */
    height: 95px;
    line-height: 2em;
    font-size: 1.5em;
    margin: 0;
    padding-top: 5px;
}

header.smaller nav a
{
    line-height: 24px;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1{
	line-height: 1;
	font-weight: 100;
	color: #77C7AC;
}
header
{
    width: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    -webkit-transition: height 1s ease;
    -moz-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
}

header h1#logo
{
    display: inline-block;
    line-height: 1.5em;
    margin: 0;
    padding: 21px 0; /*background-color: #337ab7;*/
    float: left;
    font-family:'Open Sans';
    font-size: 60px;
    color: #337ab7; /* text-shadow: 0.1em 0.03em #C0392B;*/
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.headerDIv
{
    width: 100%;
    float: left;
    z-index: 999;
    border-bottom: solid 5px #f7b400;
    border-top: solid 5px #f7b400;
    background-color: #fff;
}

section
{
    padding:20px  0 0 0;  
}
/*---chnages of  header styles-----*/
.alert-success {
	color: #fff !important;
    background-color: #454543 !important;
    border-color: #454543 !important;
    margin-top: 0px;
    /* margin-bottom: -2px; */
    margin-right:2px;
	height:35px;
}

.alert-success h3 {
    color: #fff !important;
    margin-top: -12px;
    /* margin-bottom: -2px; */
    margin-right: 2px;
	/*padding-top:7px;*/
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
    height: 41px;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    height: 41px;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 41px;
}
.alert {
    padding: 15px;
    margin-bottom: 2px;
    border: 1px solid transparent;
    border-radius: 4px;
	margin-top: 9px;
}

.btn-warning {
    color: #fff;
    background-color: #454543;
    border-color: #5b5b5a;
}
.breadcrumbTop{
	margin-bottom:-15px;
	margin-top:9px;
}
.top-Gap {
    margin-top:20px;
}
.innerTop{
margin-top:-20px;}

.BreadTop-Gap{
margin-bottom:-15px;
}
.bottom-Gap {
    margin-bottom:20px !important;
	margin-bottom:-15px;
}

a {
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
a:hover {
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
.top-social ul {
    list-style: outside none none;
    padding: 0;
    text-align: right;
}
.top-social ul li {
    display: inline-block;
    margin-right: 1em;
}
.top-social ul li a span {
    background: rgba(0, 0, 0, 0) url("../images/top-social.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 18px;
    width: 18px;
}
.top-social ul li h5 {
    color: #fff;
    font-size: 1em;
}
.top-social ul li a {
}

.header-address ul {
    list-style: outside none none;
    padding: 0;
}
.header {
    border-bottom: 1px solid #999;
}
.header-address ul li {
    display: inline-block;
    margin-right: 1em;
}
.header-address ul li a {
    display: inline-block;
}

.navbar-default {
  background-color: #ce254b;
  border-color: #ce254b;
 /* position:fixed !important;*/
}
.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #f7b400;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size:1em;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #570316 !important;
  background-color: transparent;
  font-size:1em;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #570316 !important;
  background-color: #ce254b;
  font-size:1em;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #570316 !important;
  background-color:#ce254b;
  font-size:1em;
}
.navbar-default .navbar-toggle {
  border-color:#ce254b !important;
  font-size:1em;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color:#f7b400;
  font-size:1em;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ce254b !important;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ce254b !important;
  font-size:1em;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #ce254b !important;
  background:#f7b400 !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #f7b400;
}
.top-header
{
    background: #ce254b none repeat scroll 0 0; /*border-top: 5px solid #f7b400;*/
    padding: 0;
    margin-top: 0em; /*position:absolute;*/
    position: fixed;
    top: 8em;
    width: 100%;
    z-index: 9999;
}
header.top-header
{
    background: #ce254b none repeat scroll 0 0; /*border-top: 5px solid #f7b400;*/ /* padding: 1em 0;*/
    margin-top: 0em !important;
    position: fixed; /*position:absolute;*/
    top: 8em;
    width: 100%;
    z-index: 9999;
}

header.top-header .smaller
{
    background: #ce254b none repeat scroll 0 0; /* border-top: 5px solid #f7b400; */
    padding: 10px 0;
    margin-top: 0em;
    position: fixed; /*position:absolute;*/
    top: 60px;
    width: 100%;
    z-index: 9999;
}

header.smaller .top-header
{
    background: #ce254b none repeat scroll 0 0; /* border-top: 5px solid #f7b400; */
    padding: 0;
    margin-top: 0em;
    position: fixed; /*position:absolute;*/
    top: 60px;
    width: 100%;
    z-index: 9999;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
	background-color:#fff;
}

.manu-bar {
    border-top: 5px solid #f7b400;
    padding: 0.5em 0;
    width: 100% !important;
}
.header-address h6 {
    color: #fff;
    display: inline-block;
    font-size: 0.9em;
}
.topbottomGap {
    margin: 10px 0;
}
.logo h1 {
    font-size: 2em;
    padding: 1em 0;
}
.logo-right-add {
    padding:0;
}
.header-address ul li a {
    color: #fff;
    font-size: 0.9em;
	padding-top:10px;
}
.header-address ul li a:hover {
    color: #fdbd10;
}
.top-social {
    padding: 0;
	
}
.header-address {
    padding: 0;
}
nav a {
    color: #fff;
    display: inline-block;
    font-size: 1em;
    outline: medium none;
    position: relative;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
}
nav a:hover, nav a:focus {
    outline: medium none;
}
.cl-effect-16 a {
    color: #6f8686;
    text-shadow: 0 0 1px rgba(111, 134, 134, 0.3);
}
.cl-effect-16 a::before {
    color: #ce254b;
    content: attr(data-hover);
    opacity: 0;
    position: absolute;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
}
.cl-effect-16 a:hover::before, .cl-effect-16 a:focus::before {
    opacity: 1;
    transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
}
div#navbar {
    float: left;
    text-align: center;
}
.navbar-wrapper {
    line-height: 25px;
    margin-top: 0 !important;
    padding: 0;
}
.navbar-inverse {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}
.navbar-nav {
    margin-top: 0;
}
.navbar {
    margin-bottom: 0 !important;
    min-height: 0 !important;
}
.navbar-brand {
    float: left;
    height: 0 !important;
    padding: 0 !important;
}
.nav > li > a {
    margin: 0 15px !important;
    padding: 7px 0;
}
.navbar-inverse .navbar-brand {
    color: #ce254b;
    font-family: "ramabhadra",sans-serif;
    font-size: 2.5em;
    line-height: 0.8em;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    background-color: transparent;
    color: #ce254b;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
    color: #000000;
    line-height: 1.5em;
}
.navbar-inverse .navbar-nav > li > a.active {
    color: #ce254b;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #ce254b;
}
.banner {
    background: rgba(0, 0, 0, 0) url("../images/5.jpg") no-repeat scroll 0 0 / cover ;
    min-height: 640px;
}
.banner-main {
    padding: 11em 0 0;
    text-align: center;
}
.banner-main p {
    color: #fff;
    font-size: 0.91em;
    line-height: 1.8em;
    margin: 1em auto;
    width: 50%;
}
.banner-main h4 {
    color: #fff;
    font-family: "ramabhadra",sans-serif;
    font-size: 2.2em;
}
.banner-main h4::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 4px double #fff;
    content: "";
    display: inline-block;
    height: 3px;
    margin: 5px 20px;
    width: 120px;
}
.banner-main h4::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 4px double #fff;
    content: "";
    display: inline-block;
    height: 3px;
    margin: 5px 20px;
    width: 120px;
}
.banner-main h2 {
    color: #fff;
    font-family: "ramabhadra",sans-serif;
    font-size: 3.5em;
    padding-top: 0.5em;
}
.banner-main a {
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 1em;
    margin-top: 1em;
    padding: 0.5em 1em;
}
.banner-main a:hover {
    border: 2px solid #f7b400;
    color: #f7b400;
}
span.ban-line {
    border: 4px double #fff;
    display: inline-block;
    width: 375px;
}
.btn-breadcrumb .btn:not(:last-child)::after {
    border-bottom: 17px solid transparent;
    border-left: 10px solid white;
    border-top: 17px solid transparent;
    content: " ";
    display: block;
    height: 0;
    left: 100%;
    margin-top: -17px;
    position: absolute;
    top: 50%;
    width: 0;
    z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child)::before {
    border-bottom: 17px solid transparent;
    border-left: 10px solid rgb(173, 173, 173);
    border-top: 17px solid transparent;
    content: " ";
    display: block;
    height: 0;
    left: 100%;
    margin-left: 1px;
    margin-top: -17px;
    position: absolute;
    top: 50%;
    width: 0;
    z-index: 3;
}
.btn-breadcrumb .btn {
    padding: 9px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
    padding: 9px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
    padding: 9px 18px 9px 24px;
}
.btn-breadcrumb .btn.btn-warning:not(:last-child)::after {
    border-left: 10px solid #337ab7;
}
.btn-breadcrumb .btn.btn-warning:not(:last-child)::before {
    border-left: 10px solid #337ab7;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child)::after {
    border-left: 10px solid #337ab7;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child)::before {
    border-left: 10px solid #337ab7;
}
.welcome {
    padding: 5em 0;
}
.welcome-top h3 {
    color: #ce254b;
    font-family: "ramabhadra",sans-serif;
    font-size: 3em;
    text-align: center;
}
.welcome-top p {
    color: #797878;
    font-size: 0.91em;
    line-height: 1.8em;
    margin: 0.7em auto 0.5em;
    text-align: center;
    width: 44%;
}
.welcome-top {
  /*padding-bottom: 2em;*/
}
.welcome-w3agile h3 {
    color: #fff;
    font-family: "ramabhadra",sans-serif;
    font-size: 1.7em;
    margin: 12px 0;
    text-align: left;
}
.welcome-w3agile p {
    color: #fff;
    font-size: 0.91em;
    line-height: 1.8em;
    text-align: left;
}
.welcome-w3agile {
    padding: 0;
    text-align: left;
}

.height-align{
	min-height:420px;}

.wel-1 {
    background: #e46e07  none repeat scroll 0 0;
    height: auto !important;
    margin:0px !important;
    overflow: hidden;
}
.wel-1 h3 {
    color: #fff;
    float: left;
   font-family: "Ubuntu Condensed",sans-serif;
   font-size: 1.4em;
   margin: 9px 0 0 0;
    padding: 0.3em;
}
.wel-4 h3 {
    color: #fff;
    float: left;
    font-family: "Ubuntu Condensed",sans-serif;
    font-size: 1.4em;
    margin: 9px 0 0 0;
    padding: 0.3em;
}
.wel-3 h3 {
    color: #fff;
    float: left;
    font-size: 1.4em;
    margin: 9px 0 0 0;
    padding: 0.3em;
}
.padding-img {
    padding: 2px 0.3em;
}
.border {
    border: 1px solid #fff;
}
.wel-1 p {
    color: #fff;
    font-size:1em;
    line-height: 1.3em;
    padding: 0.2em 0.5em;
}
.wel-1 p a {
    color: #fff;
    font-size:1em;
    line-height: 1.3em;
    padding: 0.2em 0.5em;
}
.wel-1 p a:hover {
    color: #fff;
   font-size:1em;
   line-height: 1.3em;
    padding: 0.2em 0.5em;
}
.wel-4 p {
    color: #fff;
    font-size:1em;
   line-height: 1.3em;
    padding: 0.2em 0.5em;
}
.wel-4 p a {
    color: #fff;
   font-size:1em;
   line-height: 1.3em;
    padding: 0.2em 0.5em;
}
.wel-4 p a:hover {
    color: #fff;
    font-size:1em;
   line-height: 1.3em;
    padding: 0.2em 0.5em;
}
.wel-3 p {
    color: #fff;
   font-size:1em;
   line-height: 1.3em;
    padding: 0.2em 0.5em;
}
.wel-3 p a {
    color: #fff;
    font-size:1em;
    line-height: 1.3em;
    padding: 0.2em 0.5em;
}
.wel-3 p a:hover {
    color: #fff;
   font-size:1em;
   line-height: 1.3em;
    padding: 0.2em 0.5em;
}

.btngaptop{
margin-top:-43px !important;
}
.button_example_more{
border:4px solid #fff;
-webkit-box-shadow: #878787 0px 2px 2px ;
-moz-box-shadow: #878787 0px 2px 2px ; 
box-shadow: #878787 0px 2px 2px ;
 -webkit-border-radius: 18px; 
 -moz-border-radius: 18px;
 border-radius: 18px;
 font-size:14px;
 font-family:arial, helvetica, sans-serif; 
 padding: 0px 10px 0px 10px; 
 margin:10px 5px 0px 5px;
  text-decoration:none; 
  display:inline-block;
  text-shadow: 2px 2px 0 rgba(0,0,0,0.3);
  font-weight:bold; 
  color: #FFFFFF;
 background-color: #3093C7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3093C7), to(#1C5A85));
 background-image: -webkit-linear-gradient(45deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 50%, rgba(128,128,128,1) 100%); ;
 background-image: -moz-linear-gradient(top, #3093C7, #1C5A85);
 background-image: -ms-linear-gradient(top, #3093C7, #1C5A85);
 background-image: -o-linear-gradient(top, #3093C7, #1C5A85);
 background-image: linear-gradient(to bottom, #3093C7, #1C5A85);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093C7, endColorstr=#1C5A85);
 position:relative;
 top:5px;
}
.button_example_more:hover{
 border:4px solid #fff;
 color:#fff;
 background-color: #fff; background-image: -webkit-gradient(linear, left top, left bottom, from(#26759E), to(#133D5B));
 background-image: -webkit-linear-gradient(top, #26759E, #133D5B);
 background-image: -moz-linear-gradient(top, #26759E, #133D5B);
 background-image: -ms-linear-gradient(top, #26759E, #133D5B);
 background-image: -o-linear-gradient(top, #26759E, #133D5B);
 background-image: linear-gradient(to bottom, #26759E, #133D5B);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759E, endColorstr=#133D5B);
}


.button_example{
border:4px solid #fff;-webkit-box-shadow: #878787 0px 2px 2px ;-moz-box-shadow: #878787 0px 2px 2px ; box-shadow: #878787 0px 2px 2px ; -webkit-border-radius: 23px; -moz-border-radius: 23px;border-radius: 23px;font-size:13px;font-family:arial, helvetica, sans-serif; padding: 5px 10px 5px 10px; margin:10px; text-decoration:none; display:inline-block;text-shadow: 2px 2px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #3093C7; background-image: -webkit-gradient(linear, left top, left bottom, from(#3093C7), to(#1C5A85));
 background-image: -webkit-linear-gradient(45deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 50%, rgba(128,128,128,1) 100%); ;
 background-image: -moz-linear-gradient(top, #3093C7, #1C5A85);
 background-image: -ms-linear-gradient(top, #3093C7, #1C5A85);
 background-image: -o-linear-gradient(top, #3093C7, #1C5A85);
 background-image: linear-gradient(to bottom, #3093C7, #1C5A85);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093C7, endColorstr=#1C5A85);
}
.button_example:hover{
 border:4px solid #fff;
 color:#fff;
 background-color: #fff; background-image: -webkit-gradient(linear, left top, left bottom, from(#26759E), to(#133D5B));
 background-image: -webkit-linear-gradient(top, #26759E, #133D5B);
 background-image: -moz-linear-gradient(top, #26759E, #133D5B);
 background-image: -ms-linear-gradient(top, #26759E, #133D5B);
 background-image: -o-linear-gradient(top, #26759E, #133D5B);
 background-image: linear-gradient(to bottom, #26759E, #133D5B);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759E, endColorstr=#133D5B);
}

.button_examplev{
border:4px solid #fff;-webkit-box-shadow: #571075 0px 2px 2px ;-moz-box-shadow: #571075 0px 2px 2px ; box-shadow: #571075 0px 2px 2px ; -webkit-border-radius: 23px; -moz-border-radius: 23px;border-radius: 23px;font-size:13px;font-family:arial, helvetica, sans-serif; padding: 5px 10px 5px 10px; margin:10px; text-decoration:none; display:inline-block;text-shadow: 2px 2px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #571075; background-image: -webkit-gradient(linear, left top, left bottom, from(#571075), to(#6e1a92));
 background-image: -webkit-linear-gradient(45deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 50%, rgba(128,128,128,1) 100%); ;
 background-image: -moz-linear-gradient(top, #571075, #6e1a92);
 background-image: -ms-linear-gradient(top, #571075, #6e1a92);
 background-image: -o-linear-gradient(top, #571075, #6e1a92);
 background-image: linear-gradient(to bottom, #571075, #6e1a92);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#571075, endColorstr=#6e1a92);
}
.button_examplev:hover{
 border:4px solid #fff;
 color:#fff;
 background-color: #571075; background-image: -webkit-gradient(linear, left top, left bottom, from(#571075), to(#571075));
 background-image: -webkit-linear-gradient(top, #571075, #571075);
 background-image: -moz-linear-gradient(top, #571075, #571075);
 background-image: -ms-linear-gradient(top, #571075, #571075);
 background-image: -o-linear-gradient(top, #571075, #571075);
 background-image: linear-gradient(to bottom, #571075, #571075);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#571075, endColorstr=#571075);
}

.button_exampleg{
border:4px solid #fff;-webkit-box-shadow: #16212d 0px 2px 2px ;-moz-box-shadow: #16212d 0px 2px 2px ; box-shadow: #16212d 0px 2px 2px ; -webkit-border-radius: 23px; -moz-border-radius: 23px;border-radius: 23px;font-size:13px;font-family:arial, helvetica, sans-serif; padding: 5px 10px 5px 10px; margin:10px; text-decoration:none; display:inline-block;text-shadow: 2px 2px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #16212d; background-image: -webkit-gradient(linear, left top, left bottom, from(#16212d), to(#16212d));
 background-image: -webkit-linear-gradient(45deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 50%, rgba(128,128,128,1) 100%); ;
 background-image: -moz-linear-gradient(top, #16212d, #16212d);
 background-image: -ms-linear-gradient(top, #16212d, #16212d);
 background-image: -o-linear-gradient(top, #16212d, #16212d);
 background-image: linear-gradient(to bottom, #16212d, #16212d);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#16212d, endColorstr=#16212d);
}
.button_exampleg:hover{
 border:4px solid #fff;
 color:#fff;
 background-color: #1f2b39; background-image: -webkit-gradient(linear, left top, left bottom, from(#1f2b39), to(#1f2b39));
 background-image: -webkit-linear-gradient(top, #1f2b39, #1f2b39);
 background-image: -moz-linear-gradient(top, #1f2b39, #1f2b39);
 background-image: -ms-linear-gradient(top, #1f2b39, #1f2b39);
 background-image: -o-linear-gradient(top, #1f2b39, #1f2b39);
 background-image: linear-gradient(to bottom, #1f2b39, #1f2b39);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#1f2b39, endColorstr=#1f2b39);
}

.button_exampler{
border:4px solid #fff;-webkit-box-shadow: #9c291d 0px 2px 2px ;-moz-box-shadow: #9c291d 0px 2px 2px ; box-shadow: #9c291d 0px 2px 2px ; -webkit-border-radius: 23px; -moz-border-radius: 23px;border-radius: 23px;font-size:13px;font-family:arial, helvetica, sans-serif; padding: 5px 10px 5px 10px; margin:10px; text-decoration:none; display:inline-block;text-shadow: 2px 2px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #9c291d; background-image: -webkit-gradient(linear, left top, left bottom, from(#9c291d), to(#9c291d));
 background-image: -webkit-linear-gradient(45deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 50%, rgba(128,128,128,1) 100%); ;
 background-image: -moz-linear-gradient(top, #9c291d, #9c291d);
 background-image: -ms-linear-gradient(top, #9c291d, #9c291d);
 background-image: -o-linear-gradient(top, #9c291d, #9c291d);
 background-image: linear-gradient(to bottom, #9c291d, #9c291d);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#9c291d, endColorstr=#9c291d);
}
.button_exampler:hover{
 border:4px solid #fff;
 color:#fff;
 background-color: #af3326; background-image: -webkit-gradient(linear, left top, left bottom, from(#af3326), to(#af3326));
 background-image: -webkit-linear-gradient(top, #af3326, #af3326);
 background-image: -moz-linear-gradient(top, #af3326, #af3326);
 background-image: -ms-linear-gradient(top, #af3326, #af3326);
 background-image: -o-linear-gradient(top, #af3326, #af3326);
 background-image: linear-gradient(to bottom, #af3326, #af3326);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#af3326, endColorstr=#af3326);
}

.button_examplegry{
border:4px solid #fff;-webkit-box-shadow: #c57331 0px 2px 2px ;-moz-box-shadow: #c57331 0px 2px 2px ; box-shadow: #c57331 0px 2px 2px ; -webkit-border-radius: 23px; -moz-border-radius: 23px;border-radius: 23px;font-size:13px;font-family:arial, helvetica, sans-serif; padding: 5px 10px 5px 10px; margin:10px; text-decoration:none; display:inline-block;text-shadow: 2px 2px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #c57331; background-image: -webkit-gradient(linear, left top, left bottom, from(#c57331), to(#c57331));
 background-image: -webkit-linear-gradient(45deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 50%, rgba(128,128,128,1) 100%); ;
 background-image: -moz-linear-gradient(top, #c57331, #c57331);
 background-image: -ms-linear-gradient(top, #c57331, #c57331);
 background-image: -o-linear-gradient(top, #c57331, #c57331);
 background-image: linear-gradient(to bottom, #c57331, #c57331);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c57331, endColorstr=#c57331);
}
.button_examplegry:hover{
 border:4px solid #fff;
 color:#fff;
 background-color: #c3c6c9; background-image: -webkit-gradient(linear, left top, left bottom, from(#c57331), to(#c57331));
 background-image: -webkit-linear-gradient(top, #c57331, #c57331);
 background-image: -moz-linear-gradient(top, #c57331, #c57331);
 background-image: -ms-linear-gradient(top, #c57331, #c57331);
 background-image: -o-linear-gradient(top, #c57331, #c57331);
 background-image: linear-gradient(to bottom, #c57331, #c57331);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c57331, endColorstr=#c57331);
}

.button_examplelitg{
border:4px solid #fff;-webkit-box-shadow: #445a5c 0px 2px 2px ;-moz-box-shadow: #445a5c 0px 2px 2px ; box-shadow: #445a5c 0px 2px 2px ; -webkit-border-radius: 23px; -moz-border-radius: 23px;border-radius: 23px;font-size:13px;font-family:arial, helvetica, sans-serif; padding: 5px 10px 5px 10px; margin:10px; text-decoration:none; display:inline-block;text-shadow: 2px 2px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #9c291d; background-image: -webkit-gradient(linear, left top, left bottom, from(#445a5c), to(#445a5c));
 background-image: -webkit-linear-gradient(45deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 50%, rgba(128,128,128,1) 100%); ;
 background-image: -moz-linear-gradient(top, #445a5c, #445a5c);
 background-image: -ms-linear-gradient(top, #445a5c, #445a5c);
 background-image: -o-linear-gradient(top, #445a5c, #445a5c);
 background-image: linear-gradient(to bottom, #445a5c, #445a5c);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#445a5c, endColorstr=#445a5c);
}
.button_examplelitg:hover{
 border:4px solid #fff;
 color:#fff;
 background-color: #5b7173; background-image: -webkit-gradient(linear, left top, left bottom, from(#5b7173), to(#5b7173));
 background-image: -webkit-linear-gradient(top, #5b7173, #5b7173);
 background-image: -moz-linear-gradient(top, #5b7173, #5b7173);
 background-image: -ms-linear-gradient(top, #5b7173, #5b7173);
 background-image: -o-linear-gradient(top, #5b7173, #5b7173);
 background-image: linear-gradient(to bottom, #5b7173, #5b7173);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#5b7173, endColorstr=#5b7173);
}

.button_exampleyello{
border:4px solid #fff;-webkit-box-shadow: #ffb400 0px 2px 2px ;-moz-box-shadow: #ffb400 0px 2px 2px ; box-shadow: #ffb400 0px 2px 2px ; -webkit-border-radius: 23px; -moz-border-radius: 23px;border-radius: 23px;font-size:13px;font-family:arial, helvetica, sans-serif; padding: 5px 10px 5px 10px; margin:10px; text-decoration:none; display:inline-block;text-shadow: 2px 2px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #9c291d; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb400), to(#ffb400));
 background-image: -webkit-linear-gradient(45deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 50%, rgba(128,128,128,1) 100%); ;
 background-image: -moz-linear-gradient(top, #ffb400, #ffb400);
 background-image: -ms-linear-gradient(top, #ffb400, #ffb400);
 background-image: -o-linear-gradient(top, #ffb400, #ffb400);
 background-image: linear-gradient(to bottom, #ffb400, #ffb400);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffb400, endColorstr=#ffb400);
}
.button_exampleyello:hover{
 border:4px solid #fff;
 color:#fff;
 background-color: #e1a003; background-image: -webkit-gradient(linear, left top, left bottom, from(#e1a003), to(#e1a003));
 background-image: -webkit-linear-gradient(top, #e1a003, #e1a003);
 background-image: -moz-linear-gradient(top, #e1a003, #e1a003);
 background-image: -ms-linear-gradient(top, #e1a003, #e1a003);
 background-image: -o-linear-gradient(top, #e1a003, #e1a003);
 background-image: linear-gradient(to bottom, #e1a003, #e1a003);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e1a003, endColorstr=#e1a003);
}

.button_exampleparG{
border:4px solid #fff;-webkit-box-shadow: #a6b25b 0px 2px 2px ;-moz-box-shadow: #a6b25b 0px 2px 2px ; box-shadow: #a6b25b 0px 2px 2px ; -webkit-border-radius: 23px; -moz-border-radius: 23px;border-radius: 23px;font-size:13px;font-family:arial, helvetica, sans-serif; padding: 5px 10px 5px 10px; margin:10px; text-decoration:none; display:inline-block;text-shadow: 2px 2px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #a6b25b; background-image: -webkit-gradient(linear, left top, left bottom, from(#a6b25b), to(#a6b25b));
 background-image: -webkit-linear-gradient(45deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 50%, rgba(128,128,128,1) 100%); ;
 background-image: -moz-linear-gradient(top, #a6b25b, #a6b25b);
 background-image: -ms-linear-gradient(top, #a6b25b, #a6b25b);
 background-image: -o-linear-gradient(top, #a6b25b, #a6b25b);
 background-image: linear-gradient(to bottom, #a6b25b, #a6b25b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a6b25b, endColorstr=#a6b25b);
}
.button_exampleparG:hover{
 border:4px solid #fff;
 color:#fff;
 background-color: #7b8637; background-image: -webkit-gradient(linear, left top, left bottom, from(#7b8637), to(#7b8637));
 background-image: -webkit-linear-gradient(top, #7b8637, #7b8637);
 background-image: -moz-linear-gradient(top, #7b8637, #7b8637);
 background-image: -ms-linear-gradient(top, #7b8637, #7b8637);
 background-image: -o-linear-gradient(top, #7b8637, #7b8637);
 background-image: linear-gradient(to bottom, #7b8637, #7b8637);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7b8637, endColorstr=#7b8637);
}

.button_examplegrandyello{
border:4px solid #fff;-webkit-box-shadow: #e46e07 0px 2px 2px ;-moz-box-shadow: #e46e07 0px 2px 2px ; box-shadow: #e46e07 0px 2px 2px ; -webkit-border-radius: 23px; -moz-border-radius: 23px;border-radius: 23px;font-size:13px;font-family:arial, helvetica, sans-serif; padding: 5px 10px 5px 10px; margin:10px; text-decoration:none; display:inline-block;text-shadow: 2px 2px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #a6b25b; background-image: -webkit-gradient(linear, left top, left bottom, from(#e46e07), to(#e46e07));
 background-image: -webkit-linear-gradient(45deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 50%, rgba(128,128,128,1) 100%); ;
 background-image: -moz-linear-gradient(top, #e46e07, #e46e07);
 background-image: -ms-linear-gradient(top, #e46e07, #e46e07);
 background-image: -o-linear-gradient(top, #e46e07, #e46e07);
 background-image: linear-gradient(to bottom, #e46e07, #e46e07);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e46e07, endColorstr=#e46e07);
}
.button_examplegrandyello:hover{
 border:4px solid #fff;
 color:#fff;
 background-color: #b95a08; background-image: -webkit-gradient(linear, left top, left bottom, from(#b95a08), to(#b95a08));
 background-image: -webkit-linear-gradient(top, #b95a08, #b95a08);
 background-image: -moz-linear-gradient(top, #b95a08, #b95a08);
 background-image: -ms-linear-gradient(top, #b95a08, #b95a08);
 background-image: -o-linear-gradient(top, #b95a08, #b95a08);
 background-image: linear-gradient(to bottom, #b95a08, #b95a08);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#b95a08, endColorstr=#b95a08);
}

.button_examplepink{
border:4px solid #fff;-webkit-box-shadow: #a70722 0px 2px 2px ;-moz-box-shadow: #a70722 0px 2px 2px ; box-shadow: #a70722 0px 2px 2px ; -webkit-border-radius: 23px; -moz-border-radius: 23px;border-radius: 23px;font-size:13px;font-family:arial, helvetica, sans-serif; padding: 5px 10px 5px 10px; margin:10px; text-decoration:none; display:inline-block;text-shadow: 2px 2px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #a70722; background-image: -webkit-gradient(linear, left top, left bottom, from(#a70722), to(#a70722));
 background-image: -webkit-linear-gradient(45deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 50%, rgba(128,128,128,1) 100%); ;
 background-image: -moz-linear-gradient(top, #a70722, #a70722);
 background-image: -ms-linear-gradient(top, #a70722, #a70722);
 background-image: -o-linear-gradient(top, #a70722, #a70722);
 background-image: linear-gradient(to bottom, #a70722, #a70722);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a70722, endColorstr=#a70722);
}
.button_examplepink:hover{
 border:4px solid #fff;
 color:#fff;
 background-color: #90071e; background-image: -webkit-gradient(linear, left top, left bottom, from(#90071e), to(#90071e));
 background-image: -webkit-linear-gradient(top, #90071e, #90071e);
 background-image: -moz-linear-gradient(top, #90071e, #90071e);
 background-image: -ms-linear-gradient(top, #90071e, #90071e);
 background-image: -o-linear-gradient(top, #90071e, #90071e);
 background-image: linear-gradient(to bottom, #90071e, #90071e);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#90071e, endColorstr=#90071e);
}



.button_examplecofy{
border:4px solid #fff;-webkit-box-shadow: #522a1d 0px 2px 2px ;-moz-box-shadow: #522a1d 0px 2px 2px ; box-shadow: #522a1d 0px 2px 2px ; -webkit-border-radius: 23px; -moz-border-radius: 23px;border-radius: 23px;font-size:13px;font-family:arial, helvetica, sans-serif; padding: 5px 10px 5px 10px; margin:10px; text-decoration:none; display:inline-block;text-shadow: 2px 2px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #571075; background-image: -webkit-gradient(linear, left top, left bottom, from(#522a1d), to(#522a1d));
 background-image: -webkit-linear-gradient(45deg, rgba(192,192,192,1) 0%, rgba(255,255,255,1) 50%, rgba(128,128,128,1) 100%); ;
 background-image: -moz-linear-gradient(top, #522a1d, #522a1d);
 background-image: -ms-linear-gradient(top, #522a1d, #522a1d);
 background-image: -o-linear-gradient(top, #522a1d, #522a1d);
 background-image: linear-gradient(to bottom, #522a1d, #522a1d);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#522a1d, endColorstr=#522a1d);
}
.button_examplecofy:hover{
 border:4px solid #fff;
 color:#fff;
 background-color: #734232; background-image: -webkit-gradient(linear, left top, left bottom, from(#734232), to(#734232));
 background-image: -webkit-linear-gradient(top, #734232, #734232);
 background-image: -moz-linear-gradient(top, #734232, #734232);
 background-image: -ms-linear-gradient(top, #734232, #734232);
 background-image: -o-linear-gradient(top, #734232, #734232);
 background-image: linear-gradient(to bottom, #734232, #734232);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#734232, endColorstr=#734232);
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
	margin-bottom:5px;
	padding-top: 5px;
    font-size: 0.80em;
	font-family: "Roboto",sans-serif !important;
	
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
     color: #fff !important; 
    background-color: #286090;
    border-color: #204d74;
	margin-bottom:5px;
	font-family: "Roboto",sans-serif !important;
	
}

.btn-primary a{
color: #fff;
margin-bottom:5px;
font-family: "Roboto",sans-serif !important;
}

.btn-primary a:hover, a:focus {
    color: #fff;
    text-decoration: underline;
	margin-bottom:5px;
	font-family: "Roboto",sans-serif !important;
}



.bottapGap{
margin-bottom: 20px;
}

/*----changes of css------*/
.iframe{
 display: block;
 width: 100%; 
 border: none; 
/* overflow-y: auto; 
 overflow-x: hidden;*/
 overflow:hidden;
  }


.mainbox {
    display: block;
    position: relative;
    z-index: 20;
    height: auto;
    padding: 6px 20px;
    transition: background-color 0.7s;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(187, 184, 184);
    border-image: initial;
    border-radius: 4px;
    overflow: hidden !important;
}


.heading {
    color: rgb(0, 0, 0);
    font-size: 17px;
    font-weight: 400;
	margin-top:-5px;
}

.heading a {
    color: rgb(0, 0, 0);
    font-size: 17px;
    font-weight: 400;
	margin-top:-5px;
}
.heading a:hover {
    color: rgb(0, 0, 0);
    font-size: 17px;
    font-weight: 400;
	margin-top:-5px;
}
.mainbox p {
    font-size: 0.75em;
    color:#808080;
    line-height: 1.8em;
}

.breadcrumbBg{
background:#454543;
width:100% !important;
padding:3px !important;
margin:0px;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

/*------------Deatilspage css chnages------------*/

.smlogo h1 {
    font-size: 1em;
    padding: .5em 0;
}

.smmanu-bar {
    border-top: 3px solid #f7b400;
    padding: 0.2em 0;
    width: 100% !important;
}

.navbar-wrappersm {
    padding:0em;
}

.navbar-wrappersm {
    line-height:5px;
    margin-top: 0 !important;
    padding: 0;
}
.navbar-sm {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}
.navbar-nav {
    margin-top: 0;
}
.navbar {
    margin-bottom: 0 !important;
    min-height: 0 !important;
}
.navbar-brand {
    float: left;
    height: 0 !important;
    padding: 0 !important;
}
.nav > li > a {
    margin: 0 10px !important;
    padding: 10px  0 0px 0;
	font-size:0.80em;
}
.navbar-sm .navbar-brand {
    color: #ce254b;
    font-family: "ramabhadra",sans-serif;
    font-size:1em;
    line-height: 0.8em;
}
.navbar-sm .navbar-brand:hover, .navbar-sm .navbar-brand:focus {
    background-color: transparent;
    color: #ce254b;
}
.navbar-sm .navbar-nav > .active > a, .navbar-sm .navbar-nav > .active > a:hover, .navbar-sm .navbar-nav > .active > a:focus {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
	font-size:0.80em;
}
.navbar-sm .navbar-nav > li > a {
    color: #000000;
    line-height:0em;
	font-size:0.80em;
}
.navbar-sm .navbar-nav > li > a.active {
    color: #ce254b;
	font-size:0.80em;
}
.navbar-sm .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #ce254b;
	font-size:0.80em;
}

.top-headersm {
    background: #ce254b none repeat scroll 0 0;
    border-top: 3px solid #f7b400;
    padding:0.2em 0;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}
.wel-2 {
    background: #fdbd10 none repeat scroll 0 0;
    height: auto !important;
    margin-right: 2px;
    overflow: hidden;
}
.wel-3 {
    background: #a6b25b none repeat scroll 0 0;
    height: auto !important;
    margin:0px !important;
    overflow: hidden;
}
.wel-4 {
    background: #ffb400  none repeat scroll 0 0;
    height: auto !important;
     margin:0px !important;
    overflow: hidden;
}
.wel-5 {
    background: #083f63  none repeat scroll 0 0;
    height: auto !important;
     margin:0px !important;
    overflow: hidden;
}
.wel-5 p {
    color: #fff;
   font-size:1em;
   line-height: 1.3em;
    padding: 0.2em 0.5em;
}
.wel-5 p a {
    color: #fff;
   font-size:1em;
   line-height: 1.3em;
    padding: 0.2em 0.5em;
}
.wel-5 p a:hover {
    color: #fff;
   font-size:1em;
   line-height: 1.3em;
    padding: 0.2em 0.5em;
}

.wel-5 h3{   
    color: #fff;
    float: left;
    font-family: "Ubuntu Condensed",sans-serif;
    font-size: 1.4em;
    margin: 9px 0 0 0;
    padding: 0.3em;
}

.wel-6 {
    background: #571075  none repeat scroll 0 0;
    height: auto !important;
     margin:0px !important;
    overflow: hidden;
}
.wel-6 p {
    color: #fff;
   font-size:1em;
   line-height: 1.3em;
    padding: 0.2em 0.5em;
}
.wel-6 p a {
    color: #fff;
   font-size:1em;
   line-height: 1.3em;
    padding: 0.2em 0.5em;
}
.wel-6 p a:hover {
    color: #fff;
   font-size:1em;
   line-height: 1.3em;
    padding: 0.2em 0.5em;
}

.wel-6 h3{   
    color: #fff;
    float: left;
    font-family: "Ubuntu Condensed",sans-serif;
    font-size: 1.4em;
    margin: 9px 0 0 0;
    padding: 0.3em;
}

.wel-7 {
    background: #16212d  none repeat scroll 0 0;
    height: auto !important;
     margin:0px !important;
    overflow: hidden;
}
.wel-7 p {
    color: #fff;
   font-size:1em;
   line-height: 1.3em;
    padding: 0.2em 0.5em;
}
.wel-7 p a {
    color: #fff;
   font-size:1em;
   line-height: 1.3em;
    padding: 0.2em 0.5em;
}
.wel-7 p a:hover {
    color: #fff;
   font-size:1em;
   line-height: 1.3em;
    padding: 0.2em 0.5em;
}

.wel-7 h3{   
    color: #fff;
    float: left;
    font-family: "Ubuntu Condensed",sans-serif;
    font-size: 1.4em;
    margin: 9px 0 0 0;
    padding: 0.3em;
}

.wel-8 {
    background: #9c291d  none repeat scroll 0 0;
    height: auto !important;
     margin:0px !important;
    overflow: hidden;
}
.wel-8 p {
    color: #fff;
   font-size:1em;
   line-height: 1.3em;
    padding: 0.2em 0.5em;
}
.wel-8 p a {
    color: #fff;
   font-size:1em;
   line-height: 1.3em;
    padding: 0.2em 0.5em;
}
.wel-8 p a:hover {
    color: #fff;
    font-size:1em;
   line-height: 1.3em;
    padding: 0.2em 0.5em;
}

.wel-8 h3{   
    color: #fff;
    float: left;
    font-family: "Ubuntu Condensed",sans-serif;
    font-size: 1.4em;
    margin: 9px 0 0 0;
    padding: 0.3em;
}

.welTel-8 {
    background: #9c291d  none repeat scroll 0 0;
    height: auto !important;
     margin:0px !important;
    overflow: hidden;
}
.welTel-8 p {
    color: #fff;
   font-size:1em;
   line-height: 1.3em;
    padding: 0.2em 0.5em;
    font-family: "ramabhadra",sans-serif !important;
}
.welTel-8 p a {
    color: #fff;
   font-size:1em;
    line-height: 1.3em;
    padding: 0.2em 0.5em;
    font-family: "ramabhadra",sans-serif !important;
}
.welTel-8 p a:hover {
    color: #fff;
   font-size:1em;
   line-height: 1.3em;
    padding: 0.2em 0.5em;
	font-family: "ramabhadra",sans-serif !important;
}

.welTel-8 h3{   
    color: #fff;
    float: left;
    font-family: "Ubuntu Condensed",sans-serif;
    font-size: 1.4em;
    margin: 9px 0 0 0;
    padding: 0.3em;
}

.welTel-9 {
    background: #c57331  none repeat scroll 0 0;
    height: auto !important;
    margin:0px !important;
    overflow: hidden;
	font-family: "ramabhadra",sans-serif !important;
}
.welTel-9 p {
    color: #fff;
    font-size:1em;
    line-height: 1.3em;
    padding: 0.2em 0.5em;
	font-family: "ramabhadra",sans-serif !important;
}
.welTel-9 p a {
    color: #fff;
   font-size:1em;
    line-height: 1.3em;
    padding: 0.2em 0.5em;
	font-family: "ramabhadra",sans-serif !important;
}
.welTel-9 p a:hover {
    color: #fff;
    font-size:1em;
    line-height: 1.3em;
    padding: 0.2em 0.5em;
	font-family: "ramabhadra",sans-serif !important;
}

.welTel-9 h3{   
    color: #fff;
    float: left;
    font-size: 1.4em;
    margin: 9px 0 0 0;
    padding: 0.3em;
	font-family: "Ubuntu Condensed",sans-serif;
}


.welTel-10 {
     background: #445a5c  none repeat scroll 0 0;
     height: auto !important;
     margin:0px !important;
    overflow: hidden;
	font-family: "ramabhadra",sans-serif !important;
}
.welTel-10 p {
    color: #fff;
    font-size:1em;
    line-height: 1.3em;
    padding: 0.2em 0.5em;
	font-family: "ramabhadra",sans-serif !important;
}
.welTel-10 p a {
    color: #fff;
    font-size:1em;
    line-height: 1.3em;
    padding: 0.2em 0.5em;
	font-family: "ramabhadra",sans-serif !important;
}
.welTel-10 p a:hover {
    color: #fff;
    font-size:1em;
    line-height: 1.3em;
    padding: 0.2em 0.5em;
	font-family: "ramabhadra",sans-serif !important;
}

.welTel-10 h3{   
    color: #fff;
    float: left;
    font-family: "Ubuntu Condensed",sans-serif;
    font-size: 1.4em;
    margin: 9px 0 0 0;
    padding: 0.3em;
}


.welTel-11 {
    background: #1d71a9  none repeat scroll 0 0;
    height: auto !important;
    margin:0px !important;
    overflow: hidden;
	font-family: "ramabhadra",sans-serif !important;
}
.welTel-11 p {
    color: #fff;
    font-size:1em;
    line-height: 1.3em;
    padding: 0.2em 0.5em;
	font-family: "ramabhadra",sans-serif !important;
}
.welTel-11 p a {
    color: #fff;
    font-size:1em;
    line-height: 1.3em;
    padding: 0.2em 0.5em;
	font-family: "ramabhadra",sans-serif !important;
}
.welTel-11 p a:hover {
    color: #fff;
    font-size:1em;
    line-height: 1.3em;
    padding: 0.2em 0.5em;
	font-family: "ramabhadra",sans-serif !important;
}

.welTel-11 h3{   
    color: #fff;
    float:left;
    font-size:1.4em;
    margin:9px 0 0 0;
    padding: 0.3em;
	font-family: "Ubuntu Condensed",sans-serif;
}

.wel-9 {
    background: #c57331  none repeat scroll 0 0;
    height: auto !important;
     margin:0px !important;
    overflow: hidden;
}
.wel-9 p {
    color: #fff;
  font-size:1em;
   line-height: 1.3em;
    padding: 0.2em 0.5em;
}
.wel-9 p a {
    color: #fff;
   font-size:1em;
   line-height: 1.3em;
    padding: 0.2em 0.5em;
}
.wel-9 p a:hover {
    color: #fff;
   font-size:1em;
   line-height: 1.3em;
    padding: 0.2em 0.5em;
}

.wel-9 h3{   
    color: #fff;
    float: left;
    font-family: "Ubuntu Condensed",sans-serif;
    font-size: 1.4em;
    margin: 9px 0 0 0;
    padding: 0.3em;
}


.wel-10 {
    background: #445a5c  none repeat scroll 0 0;
    height: auto !important;
     margin:0px !important;
    overflow: hidden;
}
.wel-10 p {
    color: #fff;
  font-size:1em;
   line-height: 1.3em;
    padding: 0.2em 0.5em;
}
.wel-10 p a {
    color: #fff;
  font-size:1em;
   line-height: 1.3em;
    padding: 0.2em 0.5em;
}
.wel-10 p a:hover {
    color: #fff;
  font-size:1em;
   line-height: 1.3em;
    padding: 0.2em 0.5em;
}

.wel-10 h3{   
    color: #fff;
    float: left;
    font-family: "Ubuntu Condensed",sans-serif;
    font-size: 1.4em;
    margin: 9px 0 0 0;
    padding: 0.3em;
}

.wel-11 {
    background: #501c70  none repeat scroll 0 0;
    height: auto !important;
     margin:0px !important;
    overflow: hidden;
}
.wel-11 p {
    color: #fff;
   font-size:1em;
   line-height: 1.3em;
    padding: 0.2em 0.5em;
}
.wel-11 p a {
    color: #fff;
  font-size:1em;
   line-height: 1.3em;
    padding: 0.2em 0.5em;
}
.wel-11 p a:hover {
    color: #fff;
   font-size:1em;
   line-height: 1.3em;
    padding: 0.2em 0.5em;
}

.wel-11 h3{   
    color: #fff;
    float: left;
    font-family: "Ubuntu Condensed",sans-serif;
    font-size: 1.4em;
    margin: 9px 0 0 0;
    padding: 0.3em;
}

.wel-12 {
    background: #a70722  none repeat scroll 0 0;
    height: auto !important;
     margin:0px !important;
    overflow: hidden;
}
.wel-12 p {
    color: #fff;
  font-size:1em;
   line-height: 1.3em;
    padding: 0.2em 0.5em;
}
.wel-12 p a {
    color: #fff;
  font-size:1em;
   line-height: 1.3em;
    padding: 0.2em 0.5em;
}
.wel-12 p a:hover {
    color: #fff;
   font-size:1em;
   line-height: 1.3em;
    padding: 0.2em 0.5em;
}

.wel-12 h3{   
    color: #fff;
    float: left;
    font-family: "Ubuntu Condensed",sans-serif;
    font-size: 1.4em;
    margin: 9px 0 0 0;
    padding: 0.3em;
}

.wel-13{
    background: #c57331  none repeat scroll 0 0;
    height: auto !important;
     margin:0px !important;
    overflow: hidden;
}
.wel-13 p {
    color: #fff;
    font-size:1em;
   line-height: 1.3em;
    padding: 0.2em 0.5em;
}
.wel-13 p a {
    color: #fff;
    font-size:1em;
   line-height: 1.3em;
    padding: 0.2em 0.5em;
}
.wel-13 p a:hover {
    color: #fff;
   font-size:1em;
   line-height: 1.3em;
    padding: 0.2em 0.5em;
}

.wel-13 h3{   
    color: #fff;
    float: left;
    font-family: "Ubuntu Condensed",sans-serif;
    font-size: 1.4em;
    margin: 9px 0 0 0;
    padding: 0.3em;
}


.wel-14{
    background:#522a1d none repeat scroll 0 0;
    height: auto !important;
     margin:0px !important;
    overflow: hidden;
}
.wel-14 p {
    color: #fff;
  font-size:1em;
   line-height: 1.3em;
    padding: 0.2em 0.5em;
}
.wel-14 p a {
    color: #fff;
   font-size:1em;
   line-height: 1.3em;
    padding: 0.2em 0.5em;
}
.wel-14 p a:hover {
    color: #fff;
    font-size:1em;
   line-height: 1.3em;
    padding: 0.2em 0.5em;
}

.wel-14 h3{   
    color: #fff;
    float: left;
    font-family: "Ubuntu Condensed",sans-serif;
    font-size: 1.4em;
    margin: 9px 0 0 0;
    padding: 0.3em;
}
.welcome-w3agile span {
    display: block;
    height: 60px;
    margin: 3em auto 0;
    width: 60px;
}

/*/ Single page changes for all local /*/
.eng-sing-top{
margin-top:219px !important;
}
.Telugu-margin-top{
margin-top:223px;
}
.tmail-margin-top{
margin-top:223px;
}
.hindhi-margin-top{
margin-top:223px;
}






/*/ Single page changes/*/


@media only screen and (max-width: 480px) {
.Telugu-margin-top{
margin-top:223px;
}

.tmail-margin-top{
margin-top:223px;
}




.resp-tabs-container {
    padding: 10px;
}

.addsblack{
/*display:none;*/
}




.smmanu-bar {
    border-top: 3px solid #f7b400;
    padding: 0.2em 0;
    width: 100% !important;
}

.navbar-wrappersm {
    padding:0em;
}

.navbar-wrappersm {
    line-height:5px;
    margin-top: 0 !important;
    padding: 0;
}
.navbar-sm {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}
.navbar-nav {
    margin-top: 0;
}
.navbar {
    margin-bottom: 0 !important;
    min-height: 0 !important;
}
.navbar-brand {
    float: left;
    height: 0 !important;
    padding: 0 !important;
}
.nav > li > a {
    margin: 0 15px !important;
    padding: 7px 0;
	font-size:0.80em;
}
.navbar-sm .navbar-brand {
    color: #ce254b;
    font-family: "ramabhadra",sans-serif;
    font-size:1em;
    line-height: 0.8em;
}
.navbar-sm .navbar-brand:hover, .navbar-sm .navbar-brand:focus {
    background-color: transparent;
    color: #ce254b;
}
.navbar-sm .navbar-nav > .active > a, .navbar-sm .navbar-nav > .active > a:hover, .navbar-sm .navbar-nav > .active > a:focus {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
	font-size:0.75em;
	line-height:0.75em;
}
.navbar-sm .navbar-nav > li > a {
    color: #000000;
    line-height:0em;
	font-size:0.75em;
	line-height:0.75em;
}
.navbar-sm .navbar-nav > li > a.active {
    color: #ce254b;
	font-size:0.75em;
	line-height:0.75em;
}
.navbar-sm .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #ce254b;
	font-size:0.75em;
	line-height:0.75em;
}

.top-headersm {
    background: #ce254b none repeat scroll 0 0;
    border-top: 3px solid #f7b400;
    padding:0.2em 0;
}

.resp-vtabs .resp-tabs-container {
    border: medium none;
    clear: none;
    float: none;
    min-height: initial;
    width: 100%;
}
.resp-accordion-closed {
    display: none !important;
}
}
.view.view-first {
    color: #fff;
    margin: 0 auto;
    position: relative;
    width: 70%;
}
.view.view-first h5 {
    color: #f7b400;
    display: inline-block;
    font-family: "ramabhadra",sans-serif;
    font-size: 1.5em;
    margin: 0.5em 0;
}
.view.view-first p {
    color: #fff;
    font-size: 1em;
    line-height: 1.8em;
    margin: 0 auto;
    width: 60%;
}

.footer {
   background: #ce254b none repeat scroll 0 0;
    margin-top: 0.5em !important;
    padding: 0 0 2em;
    text-align: center;
}
/*.footer ul {
    list-style: outside none none;
    padding: 0.5em 0 0;
    text-align: left;
}
.glyphiconTxt {
    display: inline-block !important;
    font-size: 0.75em !important;
}
.footer ul li {
    color: #fff;
    display: inline-block;
    font-size: 0.95em;
    line-height: 0.95em;
    margin: 0.3em;
}
.footer ul li a {
    color: #fff;
    display: inline-block;
    font-size: 0.95em;
    line-height: 0.95em;
    margin: 0.3em;
}
.footer ul li a:hover {
    color: #fdbd10;
    display: inline-block;
    font-size: 0.95em;
    line-height: 0.95em;
    margin: 0.3em;
    text-decoration: underline;
}
.footer-wthree h3 {
    color: #fff;
    font-family: "ramabhadra",sans-serif;
    font-size: 1.2em;
    margin: 0 0 0 20px;
    padding: 0.7em 0 0;
    text-align: left;
}
.footer-wthree h4 {
    color: #fff;
    display: inline !important;
    font-family: "ramabhadra",sans-serif;
    font-size: 0.99em;
  /*  font-weight: bold;*/
    /*margin: 0;
    padding: 0.7em 0 0;
    text-align: left;*/
/*}
.footer-wthree p {
    color: #fff;
    font-size: 0.91em;
    line-height: 1.7em;
    margin: 1em auto;
    width: 50%;
}*/
.copy-rights-main p {
    color:#000;
    font-size:1em;
    padding:0.60em 0;
    text-align: center;
}
.copy-rights-main p a {
    color: #000;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
}
.copy-rights-main p a:hover {
    color: #ce254b;
    padding: 1em 0;
    text-align: center;
}
.about {
    padding: 5em 0;
}
.about-top {
    padding-bottom: 4em;
    text-align: center;
}
.about-left h4 {
    color: #ce254b;
    font-family: "ramabhadra",sans-serif;
    font-size: 1.7em;
    line-height: 1.8em;
    margin-bottom: 0.3em;
}
.about-left p {
    color: #797878;
    font-size: 0.95em;
    line-height: 1.9em;
    width: 90%;
}
.about-top h2 {
    color: #f7b400;
    font-family: "ramabhadra",sans-serif;
    font-size: 3em;
}
.history {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
}
.history-top h3 {
    color: #ce254b;
    font-family: "ramabhadra",sans-serif;
    font-size: 3em;
    font-weight: 500;
    margin: 0;
    padding: 0 0 0.5em 0.5em;
    text-align: center;
}
.history-grids h4 {
    color: #f7b400;
    font-family: "ramabhadra",sans-serif;
    font-size: 1.6em;
    font-weight: 400;
    margin: 0 0 0.2em;
}
.history-bottom {
    padding: 2em 0 1em;
}
.history-grids p {
    color: #808080;
    font-size: 0.91em;
    line-height: 1.8em;
}
.team-head h3 {
    color: #f7b400;
    font-family: "ramabhadra",sans-serif;
    font-size: 3em;
    padding-bottom: 1em;
    text-align: center;
}
.team {
    padding: 5em 0;
}
ul.team-icons {
    padding: 0;
}
ul.team-icons li {
    display: inline-block;
}
ul.team-icons li a {
    background: rgba(0, 0, 0, 0) url("../images/t-icn.png") no-repeat scroll 0 0;
    border-radius: 20px;
    display: inline-block;
    height: 26px;
    width: 26px;
}
ul.team-icons li a.fa {
    background-position: 0 0;
}
ul.team-icons li a.tw {
    background-position: -27px 0;
}
ul.team-icons li a.g {
    background-position: -53px 0;
}
.btm-right {
    display: block;
    overflow: hidden;
    position: relative;
}
.btm-right img {
    width: 100%;
}
.btm-right .captn {
    background-color: rgba(12, 12, 12, 0.62);
    bottom: -66%;
    color: #ffffff;
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.btm-right:hover .captn {
    bottom: 0;
}
.captn a {
    border: 1px solid #fff;
    border-radius: 5px;
    display: inline-block;
    height: 30px;
    margin: 0 3px;
    width: 30px;
}
.captn a:hover {
    transform: rotateY(360deg);
}
.captn h4 {
    color: #fff;
    font-family: "ramabhadra",sans-serif;
    font-size: 1.5em;
    padding: 14px 0 10px;
}
.captn p {
    color: #fff;
    font-size: 1em;
}
.btm-right:hover .captn h4 {
    margin-top: 76px;
}
.services {
    padding: 5em 0;
}
.services-top h2 {
    color: #f7b400;
    font-family: "ramabhadra",sans-serif;
    font-size: 3em;
}
.services-top {
    padding-bottom: 3em;
    text-align: center;
}
.ser-agileinfo {
    margin-bottom: 2.5em;
    text-align: center;
}
.ser-agileinfo h4 {
    color: #000;
    font-family: "ramabhadra",sans-serif;
    font-size: 1.5em;
    margin: 0.2em 0;
}
.ser-agileinfo p {
    color: #797878;
    font-size: 0.91em;
    line-height: 1.8em;
    margin: 0 auto;
    width: 75%;
}
.ser-agileinfo span {
    display: inline-block;
    height: 60px;
    padding: 1em;
    width: 60px;
}
span.wel-icon5.hovicon.effect-4.sub-b {
    background: rgba(0, 0, 0, 0) url("../images/ic5.png") no-repeat scroll center center;
}
span.wel-icon6.hovicon.effect-4.sub-b {
    background: rgba(0, 0, 0, 0) url("../images/ic6.png") no-repeat scroll center center;
}
span.wel-icon7.hovicon.effect-4.sub-b {
    background: rgba(0, 0, 0, 0) url("../images/ic7.png") no-repeat scroll center center;
}
span.wel-icon8.hovicon.effect-4.sub-b {
    background: rgba(0, 0, 0, 0) url("../images/ic8.png") no-repeat scroll center center;
}
span.wel-icon9.hovicon.effect-4.sub-b {
    background: rgba(0, 0, 0, 0) url("../images/ic9.png") no-repeat scroll center center;
}
span.wel-icon10.hovicon.effect-4.sub-b {
    background: rgba(0, 0, 0, 0) url("../images/ic10.png") no-repeat scroll center center;
}
.ser-strip {
    background: rgba(0, 0, 0, 0) url("../images/2.jpg") no-repeat fixed center center / cover ;
    min-height: 330px;
}
.ser-strip-main {
    padding: 8em 0 0;
    text-align: center;
}
.ser-strip-main h3 {
    color: #fff;
    font-family: "ramabhadra",sans-serif;
    font-size: 3em;
}
.other-info {
    padding: 5em 0;
}
.other-top {
    padding-bottom: 3em;
    text-align: center;
}
.other-top h3 {
    color: #ce254b;
    font-family: "ramabhadra",sans-serif;
    font-size: 2.5em;
    margin: 0 0 0.2em;
}
.other-right h6 {
    color: #000;
    font-size: 1.05em;
    line-height: 1.3em;
    margin: 0 0 0.5em;
}
.other-dates {
    margin: 0 0 0.4em;
}
span.other-num {
    color: #f5af33;
    float: left;
    font-family: "ramabhadra",sans-serif;
    font-size: 2.5em;
    width: 10%;
}
.other-text {
    float: right;
    margin: 1em 0 0;
    width: 90%;
}
.other-text p {
    color: #7e7e7e;
    font-size: 0.91em;
    line-height: 1.8em;
}
h3.typo1 {
    color: #f7b400;
    font-family: "ramabhadra",sans-serif;
    font-size: 3em;
    text-align: center;
}
.typrography {
    padding: 5em 0;
}
.page-header h3 {
    color: #000;
    font-family: "ramabhadra",sans-serif;
    font-size: 3em;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: medium none;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.grid1 {
    margin: 1.5em 0 0;
}
ul.nav.nav-pills {
    margin: 1.5em 0 0;
}
.grid2 {
    margin: 1em 0 0;
}
.bs-example {
    padding: 2em 0 0;
}
.form-horizontal .control-label {
    text-align: left;
}
.page-header {
    margin: 55px 0 20px;
}
.gallery {
    padding: 5em 0;
}
.gallery-top {
    margin-bottom: 4em;
    text-align: center;
}
.gallery-top h2 {
    color: #f7b400;
    font-family: "ramabhadra",sans-serif;
    font-size: 3em;
}
.gallery-top p {
    color: #7b7a7a;
    font-size: 1em;
    line-height: 1.8em;
    margin: 0 auto;
    width: 50%;
}
.view-seventh img {
    opacity: 1;
    transition: all 0.5s ease-out 0s;
}
.view-seventh .mask {
    background-color: rgba(0, 0, 0, 0.55);
    opacity: 0;
    transform: rotate(0deg) scale(1);
    transition: all 0.3s ease-out 0s;
}
.view-seventh h3 {
    transform: translateY(-200px);
    transition: all 0.2s ease-in-out 0s;
}
.view-seventh p {
    transform: translateY(-200px);
    transition: all 0.2s ease-in-out 0s;
}
.view-seventh a.info {
    transform: translateY(-200px);
    transition: all 0.2s ease-in-out 0s;
}
.view-seventh:hover .mask {
    opacity: 1;
    transform: translateY(0px) rotate(0deg);
    transition-delay: 0.4s;
}
.view-seventh:hover h3 {
    transform: translateY(0px);
    transition-delay: 0.7s;
}
.view-seventh:hover p {
    transform: translateY(0px);
    transition-delay: 0.6s;
}
.view-seventh:hover a.info {
    transform: translateY(0px);
    transition-delay: 0.5s;
}
.contact {
    padding: 5em 0;
}
.contact-top {
    padding-bottom: 3em;
    text-align: center;
}
.contact-top h2 {
    color: #f7b400;
    font-family: "ramabhadra",sans-serif;
    font-size: 3em;
}
.contact-left h3 {
    color: #ce254b;
    font-family: "ramabhadra",sans-serif;
    font-size: 2.3em;
    margin-bottom: 0.3em;
}
.contact-left p.con-para {
    color: #797878;
    font-size: 1em;
    line-height: 1.8em;
    margin-bottom: 1em;
}
.contact-right input[type="text"] {
    border: 1px solid #999;
    border-radius: 2px;
    color: #999;
    font-size: 1em;
    margin-bottom: 1em;
    outline: medium none;
    padding: 0.5em 0.8em;
    width: 49%;
}
.contact-right input.email {
    margin: 0 0 0 1.4%;
}
.contact-right input.in-phone {
    width: 100%;
}
.contact-right textarea {
    border: 1px solid #999;
    border-radius: 2px;
    color: #999;
    font-size: 1em;
    height: 10em;
    outline: medium none;
    padding: 0.5em 0.8em;
    resize: none;
    width: 100%;
}
.contact-right input[type="submit"] {
    background: #ce254b none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    font-size: 1em;
    margin-top: 0.8em;
    outline: medium none;
    padding: 0.5em 2em;
}
.contact-right input[type="submit"]:hover {
    background: #f7b400 none repeat scroll 0 0;
    transition: all 0.5s ease 0s;
}
.contact-add p {
    color: #797878;
    font-size: 1em;
    line-height: 1.8em;
}
ul.face {
    list-style: outside none none;
    padding: 0;
}
ul.face li {
    display: inline-block;
}
ul.face li a {
    color: #000;
    font-size: 1em;
}
ul.face li a:hover {
    color: #ce254b;
    font-size: 1em;
}
.map {
    padding-top: 4em;
}
.map iframe {
    border: medium none;
    height: 300px;
    width: 100%;
}
@media (max-width: 1440px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1280px) {
.banner {
    min-height: 600px;
}
}
@media (max-width: 1080px) {
.resp-tabs-list {
    width: 35%;
}

.btm-right .captn {
    bottom: -56%;
}
.contact-right input.email {
    margin: 0 0 0 1.3%;
}
.page-header h3 {
    font-size: 2.1em;
}
}
@media (max-width: 1024px) {
.welcome-w3agile p {
    font-size: 0.85em;
}
.addsblack{
max-width: 100%;
height: auto; 
display:block;
}
.banner-main p {
    width: 60%;
}
.banner-main {
    padding: 6em 0 0;
}
.banner {
    min-height: 500px;
}
.banner-main h2 {
    font-size: 3em;
}
span.ban-line {
    width: 320px;
}
.navbar-inverse .navbar-brand {
    font-size: 2.3em;
}
.resp-tabs-list {
    width: 40%;
}
.view.view-first p {
    width: 85%;
}
.newsletter-wthree p {
    width: 60%;
}
.about-left h4 {
    font-size: 1.3em;
    margin-bottom: 0.1em;
}
.about-left p {
    width: 100%;
}
.btm-right .captn {
    bottom: -55%;
}
.ser-agileinfo p {
    width: 100%;
}
.other-right h6 {
    font-size: 1em;
}
.contact-right input.email {
    margin: 0 0 0 1%;
}
}

@media(max-width:980px){
.tmail-margin-top{
margin-top:223px;
}
.Telugu-margin-top{
margin-top:333px;
}
.eng-sing-top{
margin-top:330px !important;
}
.addsblack{
max-width: 100%;
height: auto; 
/*display:block;
*/
float:left !important;
}
section
{
 padding:414px 0 0 0;
}

}

@media (max-width: 991px) {
section
{
 padding:325px  0 0 0;
}

.addsblack{
max-width: 100%;
height: auto; 
display:block;

}

.banner-main p {
    width: 80%;
}
.welcome-top p {
    width: 60%;
}
.welcome-w3agile {
    float: left;
    width: 50%;
}
.people-main p {
    width: 75%;
}
.new-pic1 {
    float: left;
    width: 50%;
}
.news-left {
    padding-bottom: 3em;
}
/*.welcome-top {
    padding-bottom: 3em;
}*/
.view.view-first p {
    width: 100%;
}
.resp-tabs-list {
    width: 55%;
}
.corporate-left {
    float: left;
    width: 55%;
}
.corporate-right {
    float: right;
    width: 45%;
}
.skills-top {
    padding-bottom: 1em;
}
.newsletter-wthree p {
    width: 80%;
}
.header-address {
    float: left;
    width: 60%;
}
.top-social {
    float: right;
    width: 40%;
}
.view.view-first {
    width: 80%;
}
.about-top {
    padding-bottom: 2.5em;
}
.about-left {
    padding-bottom: 2em;
}
.about-right {
    margin: 0 auto;
    width: 85%;
}
.history-grids {
    float: left;
    padding-left: 0;
    width: 33%;
}
.team-agileits-grid {
    float: left;
    padding-left: 0;
    width: 25%;
}
.captn h4 {
    font-size: 1.3em;
    padding: 7px 0 8px;
}
.btm-right:hover .captn h4 {
    margin-top: 55px;
}
.ser-agileinfo {
    float: left;
    padding: 0 8px 0 0;
    width: 33%;
}
.deliver-left {
    margin: 0 auto 3em;
    width: 85%;
}
.ser-agileinfo p {
    font-size: 0.84em;
}
.contact-left {
    padding-bottom: 3em;
}
h1.grid2 {
    font-size: 2.3em;
}
}
@media (max-width: 800px) {
.tmail-margin-top{
margin-top:223px;
}
.eng-sing-top{
.Telugu-margin-top{
margin-top:333px;
}
margin-top:330px !important;
}
section
{
  padding:325px 0 0 0;
}
.addsblack{
max-width: 100%;
height: auto; 
display:block;
}
}

@media (max-width: 768px) {
.tmail-margin-top{
margin-top:223px;
}
.Telugu-margin-top{
margin-top:333px;
}

.eng-sing-top{
margin-top:330px !important;
}
.banner {
    min-height: 385px;
}
.addsblack{
max-width: 100%;
height: auto; 
display:block;
}
section
{
  padding:325px  0 0 0;
}
.banner-main h2 {
    padding-top: 0.1em;
}
.banner-main {
    padding: 4.6em 0 0;
}
.banner-main h2 {
    font-size: 2.5em;
}
span.ban-line {
    width: 280px;
}
.banner-main a {
    font-size: 0.9em;
    margin-top: 0.3em;
    padding: 0.3em 1em;
}
.welcome {
    padding: 3em 0;
}
.people-main h3 {
    padding-top: 1.5em;
}
.people {
    min-height: 250px;
}
.news {
    padding: 3em 0;
}
.testimonial {
    padding: 3em 0;
}
.corporate {
    padding: 3em 0;
}
.newsletter {
    padding: 3em 0;
}
.about {
    padding: 3em 0;
}
.about-top {
    padding-bottom: 1em;
}
.team {
    padding: 3em 0;
}
.services {
    padding: 3em 0;
}
.ser-agileinfo {
    margin-bottom: 2em;
}
.ser-strip-main {
    padding: 4em 0 0;
}
.ser-strip {
    min-height: 185px;
}
.ser-strip-main h3 {
    font-size: 2.5em;
}
.other-info {
    padding: 3em 0;
}
.other-top {
    padding-bottom: 2em;
}
.gallery {
    padding: 3em 0;
}
.gallery-top {
    margin-bottom: 2em;
}
.contact {
    padding: 3em 0;
}
.contact-top {
    padding-bottom: 1.5em;
}
.map {
    padding-top: 3em;
}
.bar_group__bar.thin {
    margin-bottom: 40px !important;
}
.typrography {
    padding: 3em 0;
}
}
@media (max-width: 767px) {
.navbar-toggle {
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
}
.addsblack{
/*display:none;*/
}
.navbar-toggle {
    padding: 8px 7px;
	background-color:#f7b400;
	border-color:#f7b400;
}

.navbar-inverse .navbar-toggle {
    background: #f7b400 none repeat scroll 0 0;
    border: medium none;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background: #f5af33 none repeat scroll 0 0 !important;
}
.navbar-nav {
    float: none !important;
}
div#navbar {
    background: #f7b400 none repeat scroll 0 0;
    margin-top: 0.5em;
    width: 100%;
}
.navbar-collapse {
    border-top: medium none;
}
.navbar-inverse .navbar-nav > li > a {
    padding: 0.5em 0 !important;
}
.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}
.navbar-wrapper {
    padding: 1em 0;
}
button.btn.btn-lg {
    font-size: 1.1em;
}
h1.grid2 {
    font-size: 2em;
}
h2.grid2 {
    font-size: 1.9em;
}
.b-wrapper1.long-img {
    padding-top: 16em;
}
td.add-check a {
    width: 106px;
}
.heart li a {
    margin: 0 0.3em;
}
.page-header h3 {
    font-size: 2.5em;
}
}
@media (max-width: 667px) {
.btm-right .captn {
    bottom: -50%;
}
.addsblack{
/*display:none;*/
}
.banner-main h4::before {
    width: 95px;
}
.banner-main h4::after {
    width: 95px;
}
.btm-right:hover .captn h4 {
    margin-top: 45px;
}
}
@media (max-width: 640px) {
.tmail-margin-top{
margin-top:223px;
}
.Telugu-margin-top{
margin-top:333px;
}

.eng-sing-top{
margin-top:335px !important;
}

.navbar-inverse .navbar-brand {
    font-size: 2em;
    line-height: 0.9em;
}
.addsblack{
max-width: 100%;
height: auto; 
display:block;
}

section
{
  padding:335px  0 0 0;
}
.banner-main h4::before {
    width: 70px;
}
.banner-main h4::after {
    width: 70px;
}
.banner-main h2 {
    font-size: 2.2em;
}
span.ban-line {
    width: 240px;
}
.banner-main p {
    width: 100%;
}
.banner-main h4 {
    font-size: 1.6em;
}
.banner-main {
    padding: 3.3em 0 0;
}
.banner {
    min-height: 320px;
}
.welcome-top p {
    width: 70%;
}
.people-main p {
    width: 85%;
}
.welcome-top h3 {
    font-size: 2.5em;
}
.skills-top h4 {
    font-size: 2.5em;
}
.newsletter-wthree p {
    width: 100%;
}
.newsletter-wthree input[type="text"] {
    width: 50%;
}
.about-top h2 {
    font-size: 2.5em;
}
.history-top h3 {
    font-size: 2.5em;
}
.history-grids {
    float: left;
    padding: 0 0 1em;
    width: 100%;
}
.history-bottom {
    padding: 0;
}
.team-head h3 {
    font-size: 2.5em;
}
.team-agileits-grid {
    padding: 0 1em 1em 0;
    width: 50%;
}
.team-head h3 {
    padding-bottom: 0.5em;
}
.btm-right .captn {
    bottom: -70%;
}
.services-top h2 {
    font-size: 2.5em;
}
h3.typo1 {
    font-size: 2.5em;
}
.gallery-top h2 {
    font-size: 2.5em;
}
.contact-top h2 {
    font-size: 2.5em;
}
.btm-right:hover .captn h4 {
    margin-top: 100px;
}
.services-top {
    padding-bottom: 2em;
}
.gallery-top {
    margin-bottom: 1em;
}
.testimonial {
    min-height: 325px;
}
.page-header h3 {
    font-size: 2em;
}
button.btn.btn-lg {
    font-size: 1em;
    padding: 7px;
}
button.btn.btn-1 {
    font-size: 0.9em;
    padding: 8px;
}
button.btn.btn-sm {
    font-size: 0.8em;
    padding: 9px;
}
h1#h1-bootstrap-heading {
    font-size: 2.2em;
}
h2#h2-bootstrap-heading {
    font-size: 2em;
}
h1.grid2 {
    font-size: 1.45em;
}
h2.grid2 {
    font-size: 1.35em;
}
h3.grid2 {
    font-size: 1.3em;
}
h4.grid2 {
    font-size: 1.2em;
}
.media-1 {
    padding-left: 0;
}
}
@media (max-width: 600px) {
.tmail-margin-top{
margin-top:223px;
}
.Telugu-margin-top{
margin-top:333px;
}
.eng-sing-top{
margin-top:365px !important;
}

.resp-tabs-list {
    width: 60%;
}
section
{
  padding:360px   0 0 0;
}
.addsblack{
/*display:none;*/
}
}
@media (max-width: 568px) {
.header-address {
    width: 70%;
}
.top-social {
    width: 30%;
}
.people-main h3 {
    font-size: 2em;
}
.people-main p {
    width: 100%;
}
.view.view-first {
    width: 86%;
}
.resp-tabs-list {
    width: 66%;
}
.addsblack{
/*display:none;*/
}
}
@media (max-width: 480px) {
.tmail-margin-top{
margin-top:223px;
}
.Telugu-margin-top{
margin-top:333px;
}
.banner-main h4::before {
    width: 50px;
}
.addsblack{
max-width: 100%;
height: auto; 
display:block;
}
section
{
    padding:348px  0 0 0;
}
.banner-main {
    padding: 2.5em 0 0;
}
.banner-main h4::after {
    width: 50px;
}
.banner-main p {
    font-size: 0.85em;
    margin: 0.5em auto;
}
.header-address {
    float: none;
    text-align: center;
    width: 100%;
}
.top-social {
    float: none;
    width: 100%;
}
.top-social ul {
    text-align: center;
}
.top-social {
    padding-top: 1em;
}
.banner-main h4 {
    font-size: 1.3em;
}
.banner-main h4::before {
    border: 0 double #fff;
    width: 0;
}
.banner-main h4::after {
    border: 0 double #fff;
    width: 0;
}
span.ban-line {
    width: 210px;
}
.banner {
    min-height: 270px;
}
.banner-main h2 {
    font-size: 2em;
}
.welcome {
    padding: 2em 0;
}
.welcome-top {
    padding-bottom: 1.5em;
}
.welcome-w3agile {
    float: none;
    margin: 0 auto 1em;
    width: 77%;
}
i.wel-num img {
    width: 65%;
}
.welcome-w3agile span {
    margin: 1em auto 0;
}
.people-main h3 {
    font-size: 2em;
}
.view.view-first {
    width: 100%;
}
.resp-tabs-list {
    width: 80%;
}
.resp-tabs-list {
    margin: 1em auto 0;
}
.testimonial {
    padding: 2em 0;
}
.view.view-first p {
    font-size: 0.9em;
}
i.wel-num {
    left: -11px;
}
.contact-left h3 {
    font-size: 1.7em;
}
.corporate-left {
    float: none;
    width: 100%;
}
.corporate-right {
    float: none;
    margin: 0 auto;
    width: 60%;
}
.welcome-top p {
    width: 90%;
}
.people-main p {
    width: 90%;
}
.people {
    min-height: 230px;
}
.news-left {
    padding-bottom: 2em;
}
.new-pic1 {
    padding: 0 0 0 10px;
}
.resp-tabs-list {
    margin: 1.5em auto 0;
}
.testimonial {
    min-height: 310px;
}
.btm-right .captn {
    bottom: -65%;
}
.map iframe {
    height: 200px;
}
.ser-agileinfo {
    float: none;
    padding: 0;
    width: 100%;
}
span.menu-icon img {
    width: 80%;
}
.ser-strip-main h3 {
    font-size: 2em;
}
.ser-strip {
    min-height: 165px;
}
.newsletter-wthree h3 {
    font-size: 2.2em;
}
.news {
    padding: 2em 0 3em;
}
.gallery-bottom.wow.zoomIn {
    padding: 0 2em;
}
.btm-right:hover .captn h4 {
    margin-top: 70px;
}
}
@media (max-width: 414px) {
.welcome-top h3 {
    font-size: 2em;
}
.welcome-w3agile h3 {
    font-size: 1.5em;
    margin: 5px 0;
}
.addsblack{
/*display:none;*/
}
.people {
    min-height: 190px;
}
.accordation_menu label {
    font-size: 16px;
}
span.m_5 {
    font-size: 16px;
}
.people-main h3 {
    font-size: 1.6em;
}
.people-main p {
    width: 100%;
}
.news-left h3 {
    font-size: 2em;
}
.we-choose-rit h3 {
    font-size: 2em;
}
.resp-tabs-list {
    width: 94%;
}
.skills-top h4 {
    font-size: 2em;
}
.newsletter-wthree h3 {
    font-size: 2em;
}
.welcome {
    padding: 1.5em 0;
}
.welcome-top {
    padding-bottom: 1em;
}
.people-main h3 {
    padding-top: 1em;
}
.people {
    min-height: 175px;
}
.news {
    padding: 1.5em 0;
}
.news-left {
    padding-bottom: 1.5em;
}
.testimonial {
    padding: 1em 0;
}
.view.view-first h5 {
    font-size: 1.2em;
    margin: 0.2em 0;
}
.resp-tabs-list {
    margin: 1em auto 0;
}
.testimonial {
    min-height: 255px;
}
.corporate {
    padding: 1.5em 0;
}
.newsletter {
    padding: 1.7em 0;
}
.copy-rights-main p {
    font-size: 0.9em;
}
.copy-rights {
    padding: 1.5em 0;
}
.about {
    padding: 1.5em 0;
}
.about-top h2 {
    font-size: 2em;
}
.about-left h4 {
    font-size: 1.1em;
    margin-bottom: 0;
}
.about-left {
    padding-bottom: 1.5em;
}
.about-right {
    width: 100%;
}
.team {
    padding: 1.5em 0;
}
.history-top h3 {
    font-size: 2em;
}
.team-head h3 {
    font-size: 2em;
}
.btm-right .captn {
    bottom: -56%;
}
.services {
    padding: 1.5em 0;
}
.services-top h2 {
    font-size: 2em;
}
span.wel-icon5.hovicon.effect-4.sub-b {
    background-size: 55% auto;
}
.hovicon.effect-4 {
    height: 60px;
    padding: 0.8em;
    width: 60px;
}
.ser-agileinfo span {
    padding: 0.8em;
}
span.wel-icon5.hovicon.effect-4.sub-b {
    background: rgba(0, 0, 0, 0) url("../images/ic5.png") no-repeat scroll center center / 55% auto;
}
.btm-right:hover .captn h4 {
    margin-top: 60px;
}
span.wel-icon6.hovicon.effect-4.sub-b {
    background: rgba(0, 0, 0, 0) url("../images/ic6.png") no-repeat scroll center center / 65% auto;
}
span.wel-icon7.hovicon.effect-4.sub-b {
    background: rgba(0, 0, 0, 0) url("../images/ic7.png") no-repeat scroll center center / 65% auto;
}
span.wel-icon8.hovicon.effect-4.sub-b {
    background: rgba(0, 0, 0, 0) url("../images/ic8.png") no-repeat scroll center center;
}
span.wel-icon9.hovicon.effect-4.sub-b {
    background: rgba(0, 0, 0, 0) url("../images/ic9.png") no-repeat scroll center center / 65% auto;
}
span.wel-icon10.hovicon.effect-4.sub-b {
    background: rgba(0, 0, 0, 0) url("../images/ic10.png") no-repeat scroll center center / 65% auto;
}
.ser-strip-main {
    padding: 2.5em 0 0;
}
.ser-strip-main h3 {
    font-size: 1.8em;
}
.ser-strip {
    min-height: 115px;
}
.other-info {
    padding: 1.5em 0;
}
.other-top h3 {
    font-size: 2em;
}
.other-top {
    padding-bottom: 1em;
}
span.other-num {
    width: 13%;
}
.other-text {
    width: 85%;
}
h3.typo1 {
    font-size: 2em;
}
.gallery {
    padding: 1.5em 0;
}
.gallery-top h2 {
    font-size: 2em;
}
.contact {
    padding: 1.5em 0;
}
.contact-top h2 {
    font-size: 2em;
}
.contact-left h3 {
    font-size: 1.5em;
}
.contact-right input.email {
    margin: 0 0 5%;
}
.contact-right input[type="text"] {
    width: 100%;
}
.contact-right input.in-phone {
    width: 100%;
}
.contact-left {
    padding-bottom: 1.5em;
}
.contact-left {
    padding-bottom: 1.5em;
}
.map {
    padding-top: 1.5em;
}
.people-main h3 {
    font-size: 1.5em;
}
.resp-tab-item {
    width: 18%;
}
}
@media (max-width: 384px) {
.logo h1 {
    font-size: 1.1em;
}
.addsblack{
/*display:none;*/
}
.header-address ul li {
    margin-right: 0.8em;
}
.gallery-bottom.wow.zoomIn {
    padding: 0 1em;
}
.banner-main {
    padding: 1.5em 0 0;
}
.accordation_menu label {
    font-size: 0.91em;
}
.accordation_menu input:checked + label, .accordation_menu input:checked + label:hover {
    font-size: 0.91em;
}
.btm-right:hover .captn h4 {
    margin-top: 50px;
}
}
@media (max-width: 360px) {
.marathi-margin-top{
margin-top:380px !important;
}
.tmail-margin-top{
margin-top:223px;
}
.Telugu-margin-top{
margin-top:333px;
}
.eng-sing-top{
margin-top:330px !important;
}
section
{
  padding: 330px 0 0 0 !important;
}
}
@media (max-width: 320px) {
.tmail-margin-top{
margin-top:223px;
}
.Telugu-margin-top{
margin-top:333px;
}

.eng-sing-top{
margin-top:330px !important;
}
section
{
  padding: 325px  0 0 0 !important;
}
.top-social {
    padding-top: 0;
}
.addsblack{
max-width: 100%;
height: auto; 
display:block;
}
.header-address ul li {
    margin: 0 0 0.3em;
}
.top-header {
    padding: 0.7em 0;
}
.banner-main {
    padding: 1.5em 0 0;
}
.banner-main h2 {
    font-size: 1.5em;
}
.banner-main h4 {
    font-size: 1.05em;
}
.banner-main h2 {
    padding-top: 0.3em;
}
span.ban-line {
    width: 165px;
}
.banner-main p {
    font-size: 0.8em;
}
.banner {
    min-height: 235px;
}
.welcome-top p {
    width: 100%;
}
.welcome-w3agile {
    width: 100%;
}
.welcome-w3agile {
    padding: 1em 2em;
}
.people-main p {
    font-size: 0.8em;
}
.people {
    min-height: 150px;
}
.news-left {
    padding: 0;
}
.we-choose-rit {
    padding: 1em 0 0;
}
.accordation_menu label {
    padding: 6px 10px;
}
span.m_5 {
    font-size: 15px;
}
.accordation_menu label {
    font-size: 13.5px;
}
label:hover {
    font-size: 0.85em;
}
.people-main h3 {
    font-size: 1.3em;
}
.newsletter-wthree input[type="text"] {
    width: 65%;
}
.newsletter-wthree input[type="submit"] {
    font-size: 0.9em;
    padding: 0.4em 1em;
}
.newsletter-wthree input[type="text"] {
    font-size: 0.85em;
    padding: 0.4em 0.8em;
}
.newsletter-wthree p {
    font-size: 0.8em;
    margin: 0.5em auto;
    width: 100%;
}
.accordation_menu input:checked + label, .accordation_menu input:checked + label:hover {
    font-size: 0.85em;
}
.resp-tabs-container {
    padding: 1px;
}
.accordation_menu input:checked ~ div.content1 {
    margin: 10px 0 10px 10px;
}
.testimonial {
    min-height: 225px;
}
.icon-minus-sign::after {
    background: rgba(0, 0, 0, 0) url("../images/plus.png") no-repeat scroll 11px 17px;
    content: "";
    padding: 18px 5px 34px 37px;
}
.icon-plus-sign::before {
    background: rgba(0, 0, 0, 0) url("../images/plus.png") no-repeat scroll 11px 15px;
    content: "";
    padding: 0 0 52px 42px;
}
.accordation_menu label:hover .icon-plus-sign::before {
    background: rgba(0, 0, 0, 0) url("../images/minus.png") no-repeat scroll 11px 17px;
}
.corporate-left {
    padding: 0 10px 0 0;
}
.corporate-right {
    width: 100%;
}
.navbar-inverse .navbar-nav > li > a {
    font-size: 0.9em;
    padding: 0.3em 0 !important;
}
.about-left {
    padding: 0;
}
.about-left h4 {
    line-height: 1.5em;
}
.about-left p {
    font-size: 0.85em;
}
.about-right {
    padding: 1em 0 0;
}
.history-top h3 {
    padding: 0 0 0.5em;
}
.history-grids p {
    font-size: 0.85em;
}
.history-grids h4 {
    font-size: 1.5em;
}
.team-agileits-grid {
    padding: 0 0 1em;
    width: 100%;
}
.btm-right .captn {
    bottom: -74%;
}
.btm-right:hover .captn h4 {
    margin-top: 100px;
}
.newsletter-wthree h3 {
    font-size: 1.7em;
}
.ser-agileinfo {
    margin-bottom: 1.5em;
}
.ser-strip-main h3 {
    font-size: 1.4em;
}
.ser-strip-main {
    padding: 2.2em 0 0;
}
.ser-strip {
    min-height: 100px;
}
.deliver-left {
    margin: 0 auto 1.5em;
    width: 100%;
}
.other-right {
    padding: 0;
}
.other-text {
    margin: 0.5em 0 0;
}
.deliver-left {
    padding: 0;
}
.gallery-bottom.wow.zoomIn {
    padding: 0;
}
.ser-agileinfo h4 {
    font-size: 1.3em;
}
.contact-left {
    padding: 0;
}
.contact-right {
    padding: 1em 0 0;
}
.contact-right textarea {
    font-size: 0.9em;
    height: 7em;
}
.contact-right input[type="text"] {
    font-size: 0.9em;
}
.contact-right input[type="submit"] {
    font-size: 0.9em;
    padding: 0.5em 1.5em;
}
.map iframe {
    height: 150px;
}
.typrography {
    padding: 1.5em 0;
}
h1#h1-bootstrap-heading {
    font-size: 1.6em;
}
h2#h2-bootstrap-heading {
    font-size: 1.5em;
}
h3#h3-bootstrap-heading {
    font-size: 1.4em;
}
button.btn.btn-lg {
    font-size: 0.9em;
    margin: 0 0 0.5em;
    padding: 9px;
}
.grid1 {
    margin: 0.7em 0 0;
}
button.btn.btn-1 {
    font-size: 0.8em;
    margin: 0 0 0.5em;
}
button.btn.btn-sm {
    font-size: 0.7em;
    margin: 0 0 0.5em;
    padding: 5px;
}
button.btn.btn-xs {
    font-size: 0.7em;
}
ul.nav.nav-pills a {
    font-size: 0.9em;
    padding: 0.5em;
}
span.label {
    display: inline-block;
    margin: 0 0 0.5em;
}
.page-header {
    margin: 16px 0 9px;
}
.grid2 {
    margin: 0.4em 0 0;
}
.bs-example {
    padding: 1em 0 0;
}
.page-header h3 {
    font-size: 1.6em;
}
td.add-check a {
    width: 86px;
}
}
.fullNav
{
    width:100%;
    float: left;
}

