/*	
*************************************************************************
*	UIG Market Library Theme
*	---------------------------------------------------------------------
*	Version : 1.0
*	Author : Gopinath Kamalakannan
*   Last Updated Date : Feb 16, 2019
*************************************************************************
*/
/********************
 * WEB FONTS
 ********************/
 
@font-face {
    font-family: 'source_sans_proregular';
    src: url('../fonts/sourcesanspro-regular-webfont.eot');
    src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_prolight';
    src: url('../fonts/sourcesanspro-light-webfont.eot');
    src: url('../fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-light-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-light-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-light-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_probold';
    src: url('../fonts/sourcesanspro-bold-webfont.eot');
    src: url('../fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
         url('../fonts/sourcesanspro-bold-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}
html,
body {
    padding: 0;
    margin: 0;
    background: #fff;
	font-family: 'source_sans_proregular', sans-serif;
}

body a {
    outline: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
	
}

body a:hover {
    text-decoration: none;
}

body a:focus,
a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    letter-spacing: 1px;
   font-family: 'Lato', sans-serif;
}
select,input[type="email"],input[type="text"],input[type=password],
input[type="button"],input[type="submit"],textarea{
   font-family: 'source_sans_proregular', sans-serif;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
}
img.img-responsive {
    width: 100%;
}
p {
    margin: 0;
    padding: 0;
}


ul {
    margin: 0;
    padding: 0;
	list-style-type: none;
}
.row{margin:0px;}
/*-- //Reset-Code --*/
.clr {
    color: #fff;
}
.lft{    text-align: left;}
.rigt{    text-align: right;}
/*-- header --*/
/* -- TOP HEADER */
.top-middle li {
    display: inline-block;
}
.top .top-middle, .top .top-right {
    padding: 0px;
}
.top .top-left {
    padding:0;
    text-align: left;
}
.top-left li,.top-left li a {
    display: inline-block;
	color:#fff;
    margin-right: 1em;
    letter-spacing: 1px;
	font-size:15px;
}
.top {
    padding: 10px 0;
    background:#84c54e;
}
.top-middle {
    text-align: right;
}
.top-left p{
	color:#fff;
    font-size: 16px;
    margin-top: 3px;
}
.top-left i.fab fa {
    margin-right: 2px;
    color: #ffffff;
    font-size: 20px;
}
.top-middle li {
    margin-right: 15px;
}
.top-middle i.fab.fa-facebook-f {
    font-size: 16px;
    text-align: center;
}
.top-middle i.fab.fa-facebook-f:hover {
    color: #527dbd;
}
.top-middle i.fab.fa-twitter {
    font-size: 16px;
    text-align: center;
}
.top-middle i.fab.fa-twitter:hover {
    color: #1da1f2;
}
.top-middle i.fab.fa-google-plus-g {
    font-size: 16px;
    text-align: center;
}
.top-middle i.fab.fa-google-plus-g:hover {
    color: #dd4b39;
}
.top-middle i.fab.fa-linkedin-in {
    font-size: 16px;
    text-align: center;
}
.top-middle i.fab.fa-linkedin-in:hover {
    color: #0077b5;
}
.top-middle  i.fab {
	color: #fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
/* -- //TOP HEADER */ 

ul.navbar-nav {
    padding: 10px 0;
}
/*-- nav --*/
.header-bar {
    padding: 0.25em 0em 2em;
    border-top:1px solid #69cd9b;
	background: transparent url('../img/hdrBg.png') repeat-x left bottom;
}

h1 a.navbar-brand {
    padding-top: 0px;
    /*font-size: 40px;*/
    color: #d50c0d !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
	padding-bottom: 0;
    margin-right: 0;
}
a.navbar-brand span {
    color: #868c94!important;
    /* font-size: 22px; */
    font-weight: 500;
    text-transform: capitalize;
    padding-left: 0.3em;
    border-left: 1px solid #dadada;
    margin-left: 0.3em;
}
.navbar-light .navbar-nav .nav-link {
    color: #363d41;
    font-size: 0.90em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0px 15px;
	padding: 0px 0px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

nav.navbar.navbar-toggleable-md.navbar-light {
    padding:0em;
    background: rgba(255, 255, 255, 0);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color:#84c54e;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.open, 
.navbar-light .navbar-nav .open>.nav-link {
    color: #84c54e;
}
/*-- //nav --*/
/*-- //header --*/ 
/*--/banner --*/

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	bottom: 7.5em;
	z-index: 10;
	text-align: center;
	width: 74%;
	margin: 0 auto;
}
/* Declare heights because of positioning of img element */
.carousel-item {
	height: 25em;
	/*background-color: #777;*/
}
.carousel-item>img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 25rem;
}
/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
	margin-bottom: 1.5rem;
	text-align: center;
}
.bt-grid.ser {
	margin-top: 1.5em;
	margin-bottom: 0;
}
.marketing h2 {
	font-weight: 400;
}
.marketing .col-lg-4 p {
	margin-right: .75rem;
	margin-left: .75rem;
}
/* Featurettes
------------------------- */
.featurette-divider {
	margin: 5rem 0;
	/* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -.05rem;
}
/*--/slider--*/
.carousel-item {
	background: url(../images/bg1.jpg) no-repeat;
	background-size: cover;
}
.carousel-item.item2 {
	background: url(../images/bg.jpg) no-repeat;
	background-size: cover;
}
.carousel-item.item3 {
	background: url(../images/bg2.jpg) no-repeat;
	background-size: cover;
}
.carousel-item.item4 {
	background: url(../images/bg3.jpg) no-repeat;
	background-size: cover;
}
.carousel-caption h2,
.carousel-caption h3 {
	font-size: 1.75em;
	line-height: 1.4em;
	font-weight:bold;
	letter-spacing:0.10em;
color: #010165;
font-size: 2em;
font-family: "source_sans_prolight", sans-serif;
text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}
}
.carousel-caption span{
	color:#eee;
}
.carousel-indicators {
	bottom: 17%;
	left: 0%;
	cursor: pointer;
}
.bnr-button {
	margin-top: 2em;
}
.carousel-control {
	line-height: 42em;
}
.carousel-indicators li {
	display: inline-block;
	max-width: 14px;
	height: 14px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	margin: 0 8px;
}
.carousel-indicators .active {
	background: #84c54e;
}
/* Show it is fixed to the top */
/*--//banner --*/
/* hpWelcomeSection starts here */
.heading h3 {
    font-size: 45px;
	text-align:center;
    text-transform: uppercase;
    color: #000;
}
.heading p {
    text-align: center;
    color: #000;
    line-height: 26px;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.hpMsnObjCol {
    text-align: center;
	background-color: #ffffff;
    box-shadow: 0px 5px 17px 0px rgba(0,0,0,0.13);
    padding: 45px 30px 66px 30px;
     -webkit-box-shadow: 0px 5px 17px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 5px 17px 0px rgba(0,0,0,0.13);
    box-shadow: 0px 5px 17px 0px rgba(0,0,0,0.13);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.hpMsnObjCol:hover {
    background:#c7eef8;
}

.hpMsnObjCol h4 {
    font-size: 20px;
    text-transform: uppercase;
    color: #42474c;
    font-weight: 600;
    margin: 28px 0px 17px 0px;
}
.hpMsnObjCol p {
    font-size: 15px;
    letter-spacing: 1px;
    color: #777;
    line-height: 1.8em;
	margin-bottom:1em;
}
.hpMsnObjCol a {
    color: #d50c0d;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 2px;
}
.hpWelcomeSection {
    padding: 1em 0 16em;
}
.hpWelcomeSectionTop {
    background: #0000a6;
    min-height: 23em;
    position: relative;
    padding: 2em 0 0;
}
.hpMsnObjRow {
    position: absolute;
    top: 5em;
    left: 0;
    padding: 2em;
}
.hpMsnObjCol i {
    font-size: 45px;
    color: #ffffff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
}
.hpMsn{
    background: #ff5800;
}
.hpObj{
    background: #44c30a;
}

/* hpWelcomeSection ends here */
.hpWelcomeHdr {
    letter-spacing: 1px;
    font-size: 2.5em;
    text-align: center;
    color: #fff;
    padding-top: 0em;
	margin-bottom: 0.5em;
    text-transform: capitalize;
    position: relative;
	font-family: 'source_sans_prolight', sans-serif;
}
.hpWelcomeHdr span {
    text-transform: capitalize;
    color: #ff8400;
	font-family: 'source_sans_proregular', sans-serif;
}

/*-- testimonials --*/
.testimonials {
    background: url(../images/bg3.jpg) no-repeat 0px 0px;
    background-size: cover;
    text-align: center;
}
span.tst_tp{
	color:#fff;
}
.testi-tp {
    background: rgba(0, 0, 0, 0.55);
    padding: 5em 0;
}
.tex-t {
    float: right;
    padding: 3em 2em 0;
}
.w3_agile_testimonials_grid_left img {
    border-radius: 50%;
}
.tex-t h4 {
    color: #84c54e;
    font-size: 22px;
}
.agile_testimonials_grid p {
    color: #777;
    line-height: 2em;
    margin-bottom: 1em;
	text-align:left;
	letter-spacing:1px;
	font-size:15px;
}
.w3_agile_testimonials_grid_right {
    text-align: left;
    float: left;
    width: 94%;
    padding: 1em 4em;
    background: #fff;
    position: relative;
}
.test-tooltip:before {
	content: '';
	position: absolute;
	left: -17px;
	top: 38%;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 14px solid#84c54e;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}
.test-tooltip1:after {
    content: '';
    position: absolute;
    left: 7%;
    bottom: -9%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 14px solid #fff;
    transform: rotate(90deg);
    -webkit-transform: rotate(178deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.w3_agile_testimonials_grid_left {
    margin-top: 0em;
    float: left;
}
.w3_agile_testimonials_grid {
    float: left;
    padding: 2em 0em 0;
}
.w3_agile_testimonials_grid_right h4 {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
.w3_agile_testimonials_grid_right h5{
	font-size:14px;
	color:#87b200;
}
.agile_testimonials_grids {
    margin: 4em 0 2em;
}
/*--flexisel--*/
.flex-slider{	
	background:#222227;
	padding: 70px 0 165px 0;
}
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
	padding:0em 0 0;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	position: relative;
	line-height: 35px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    background: url(../images/right1.png) no-repeat 8px 13px #84c54e;
    top: 18% !important;
}
.nbs-flexisel-nav-left {
	left:0%;
}
.nbs-flexisel-nav-right {
	right:3%;
    background:url(../images/left1.png) no-repeat 8px 13px #84c54e;
}
/*--//flexisel--*/
.agile_testimonials_grid {
    margin: 0 0em 2em;
}
.port {
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
    padding: 0px 19em;
    line-height: 2em;
    text-align: center;
}
.ser-info{color:#fff;}
/*-- //testimonials --*/
/*-- hpWelcomeSection starts here --*/
.services-1{
	padding: 5em 0;
}
.innergrid1 {
    border: 1px solid #cecece;
    padding: 2em;
    text-align: center;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.margin{
	margin-bottom: 20px;
}
.innergrid1 h3 {
    text-transform: capitalize;
    font-size: 23px;
    color: #333;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 1em 0;
}
.innergrid1 p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #777;
}
.innergrid1 span {
    font-size: 40px;
}
span.glyphicon.glyphicon-picture {
    color: #d93ad0;
}
span.glyphicon.glyphicon-tree-deciduous {
    color: #e6be1e;
}
span.glyphicon.glyphicon-lamp {
    color: #6c98e1;
}
span.glyphicon.glyphicon-check {
    color: #84c54e;
}

.innergrid1:hover span {
    color: #fff;
}
.picture{
    border: 1px solid #d93ad0;
}
.picture:hover{
    background: #d93ad0;
}
.deciduous{
    border: 1px solid #e6be1e;
}
.deciduous:hover{
    background: #e6be1e;
}
.lamp{
    border: 1px solid #6c98e1;
}
.lamp:hover{
    background: #6c98e1;
}
.check{
    border: 1px solid #84c54e;
}
.check:hover {
    background: #84c54e;
}
.serv-grid1 {
    background: url(../images/g1.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
    padding: 0;
}
.serv-grid2 {
    background: url(../images/g2.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
    padding: 0;
}
.serv-grid3 {
    background: url(../images/g3.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
    padding: 0;
}
.inner_grid {
    background: rgba(0, 0, 0, 0.6);
    padding: 4.5em 3em;
    height: 350px;
    text-align: center;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.inner_grid:hover {
    background: rgba(0, 0, 0, 0.3);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.inner_grid a {
    background: #84c54e;
    border: 2px solid #84c54e;
    color: #fff;
    padding: 9px 30px;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: capitalize;
}
.inner_grid a:hover {
    background: none;
    border: 2px solid #84c54e;
}
.inner_grid h3 {
    font-size: 27px;
    color: #fff;
    margin-bottom: .8em;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.inner_grid p {
    font-size: 15px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 2em;
    letter-spacing: 1px;
}
/*-- hpWelcomeSection ends here --*/
/*-- why choose us --*/
.services-bottom-info {
    text-align: right;
}
.special-w3l h3.tittle, .manager-w3l h3.tittle, .contact-form h3.tittle{
    text-align: right;
    margin-right: 25px;
}
.special-w3l h3.tittle span, .manager-w3l h3.tittle span, .contact-form h3.tittle span{
	color:#3095fd;
}
.services-bottom-info h5 {
    color: #84c54e;
    letter-spacing: 1px;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 16px;
}
.services-right-bottom-bottom{
    margin-top: 3em;
}
.services-right-bottom-bottom:nth-child(1){
    margin-top: 0;
}
.wthree-services-right {
    padding: 0;
}
.wthree-services-right-bottom {
    padding-right: 4em;
}
.wthree-services-left p {
    font-size: 15px;
    color: #777;
    line-height: 1.8em;
    letter-spacing: 1px;
}
.services-bottom-icon i {
    color: #84c54e;
    font-size: 25px;
    padding: 18px;
    border: 1px solid #84c54e;
}
.center-container {
    min-height: 530px;
}
.why_us{
	color:#000000;
}
.special-w3l {
    padding: 5em 0;
}
/*-- //why choose us --*/

/*--footer--*/

.footer_w3layouts_section_1its{
	background: #69cd9b;
}

.footer_w3layouts_section_1its h3,.footer_w3layouts_section_1its h2{
	font-size: 1.6em;
	color: #ffffff;
    font-weight: 300;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.footer-text p,.contact-info p {
    color: #808080;
    font-size: 14px;
    line-height: 1.8em;
    letter-spacing: 0.5px;
}

.phone {
    margin-top: 20px;
}

.contact-info h4 {
    font-style: normal;
    font-weight: 300;
    font-size: 1.3em;
    line-height: 1.71;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #fff;
}
.copyright {
    border-top: 1px solid #000;
    margin-top: 0.25em;
    padding-top: 0.25em;
    /*margin-left: 15px;*/
}
.copyright p {
    font-size: 15px;
    letter-spacing: .5px;
    text-transform: capitalize;
    font-family: 'Raleway', sans-serif;
}
.copyright p a{
	color:#84c54e;
	text-decoration: underline;
}
.copyright p a:hover {
	color:#fff;
}
.footer{
	padding: 1em 0;
}

.footer p {
	color: #000;
}

.footer-grid:nth-child(2) {
	border-left: 1px solid #1b1b1b;
	border-right: 1px solid #1b1b1b;
}

.footer ul li.hd {
	color: #34bf49;
}

.newsletter .email {
	background-color: #F4F4F4;
	border: none;
}

.flickr-grid {
	float: left;
	width: 32%;
	margin: 0 0.1em .2em;
}

.flickr-grid a img {
	width: 100%;
	padding: 0.3em;
	border: 1px solid #333333;
}

.footer-text input[type="email"] {
    outline: none;
    padding: 12px 15px;
    color: #fff;
    font-size: 13px;
    width: 85%;
    border: none;
    background: none;
    letter-spacing: 1px;
}

.newsletter {
	position: relative;
	margin-top: 2em;
}

button.btn1 {
    color: #fff;
    border: none;
    padding: 10px 0;
    outline: none;
    text-align: center;
    text-decoration: none;
    background: none;
   cursor:pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    float: right;
    width: 15%;
}
.footer-grid_section_1its_w3 form {
    border: 1px solid #fff;
    width: 100%;
    margin-top: 20px;
}
ul.social_section_1info li {
    display: inline-block;
}

ul.social_section_1info {
    margin-top: 15px;
}

ul.social_section_1info a {
    color: #808080;
    margin-right: 10px;
    font-size: 15px;
}
ul.social_section_1info a:hover{
    color: #fff;
}

.phone p a {
    color: #808080;
}
.phone p a:hover {
    color: #fff;
}

ul.links li {
    list-style-type: none;
    margin: 10px 0;
}
ul.links li a{
    color: #808080;
    font-size: 15px;
    letter-spacing: .5px;
}
ul.links li a:hover{
    color: #fff;
}
/*--//footer--*/
.banner1 {
    background: url(../images/bg1.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 320px;
    text-align: center;
}

/*inner page */
.innerPg { padding: 0 0 2em 0; }
.innerPg h1 {
	color:#69cd9b;
	font-family: 'source_sans_proregular', arial, sans-serif;	
	font-size:1.5em;
	padding:0.5em 0 0.1em 0 !important; 

}

.innerPgRow { padding:1em 0 0 0; }
.innerPgHdrRow { padding:1em 0 0 0; border-bottom: 1px solid #69cd9b; }
/* about page */
.about {
    padding: 5em 0;
}
.servicegrid1 {
    text-align: center;
}
.servicegrid1 h3 {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    margin-top: .2em;
}
.servicegrid1  i.fa {
    color: #ff4c4c;
    font-size: 70px;
    margin: .5em 0;
}
.servicegrid1  p {
    font-size: 14px;
    color: #e6e6e6;
    line-height: 1.8em;
    letter-spacing: .5px;
    text-transform: capitalize;
}
.servicegrid1 i {
    color: #0099e5;
}
.aboutleft h3 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 1em;
}
.aboutleft p {
    font-size: 15px;
    line-height: 28px;
    color: #3e3e3e;
    margin-bottom: 1em;
}
.aboutleft  p.para1 {
    margin-bottom: 2em;
}
.aboutleft i.fa.fa-check {
    color: #d50c0d;
    padding-right: 1em;
    font-size: 1.2em;
}

/* Team */
.team img {
    width: 100%;
}
.inner-team1{
    box-shadow: 0 1px 1px #ddd;
	padding:0 0 10px 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
    -webkit-box-shadow: 0 1px 1px #ddd;
    -moz-box-shadow: 0 1px 1px #ddd;
}
.inner-team1:hover {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
    -webkit-box-shadow: 0 0 40px #aaa;
    -moz-box-shadow: 0 0 40px #aaa;
    box-shadow: 0 0 40px #aaa;
}
.team1 h3 {
    text-align: center;
    margin-top: 20px;
    font-size: 22px;
    color: #000;
    text-transform: capitalize;
}
.team1 h4 {
    text-align: center;
    font-size: 18px;
    margin: 10px 0 0;
    letter-spacing: 1px;
    color: #99bc59;
    font-weight: normal;
}
.team1 p {
    color: #212121;
    color: #757575;
    line-height: 26px;
    padding: 20px;
    text-align: center;
}
.team1 {
    padding: 8px;
}
.team-social a i {
    color: #000;
    font-size: 16px;
    border: 1px solid #8a8a8a;
    padding: 10px;
    width: 35px;
    height: 35px;
    line-height: 15px;
}
.inner-team1 {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
    border: 1px solid #d4d4d4;
}
.team-social{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
    text-align: center;
    margin-bottom: 10px;
}
.inner-team1:hover div.team-social {
    display: block;
    bottom: 100px;
    left: 68px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.team i.fab.fa-twitter {
	color: #1da1f2;
}
.team i.fab.fa-twitter:hover {
    color: #fff;
    background: #1da1f2;
    border: 1px solid #1da1f2;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
	transition:1s all;
	-o-transition: all 1s;
	-ms-transition: all 1s;
}
.team i.fab.fa-pinterest-p{
	color: #bd081c;
}
.team i.fab.fa-pinterest-p:hover{
    color: #fff;
    background: #bd081c;
    border: 1px solid #bd081c;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
	transition:1s all;
	-o-transition: all 1s;
	-ms-transition: all 1s;
}
.team i.fab.fa-linkedin{
	color: #e68523;
}
.team i.fab.fa-linkedin:hover{
    color: #fff;
    background: #e68523;
    border:1px solid #e68523;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
	transition:1s all;
	-o-transition: all 1s;
	-ms-transition: all 1s;
}
/* Team */
/*-- wthree-mid --*/
.wthree-mid {
    background: url(../images/bg3.jpg) no-repeat 0px 0px;
    background-size: cover;
	padding:5em 0;
	text-align:center;
}
.wthree-mid h3 {
    font-size: 34px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}
.wthree-mid p {
    color: #ffffff;
    text-align: center;
    line-height: 28px;
    width: 63%;
    margin: 30px auto;
    font-size: 17px;
    padding: 20px 0;
    border-top: 1px solid #8d8d8d;
}
/*-- //wthree-mid --*/
section.team {
    padding: 5em 0;
}
/*--Typography--*/
.well {
    font-weight: 300;
    font-size: 14px;
}
.list-group-item {
    font-weight: 300;
    font-size: 14px;
}
li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}
.typo p {
    font-size: 14px;
    font-weight: 300;
}
.show-grid [class^=col-] {
    background: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 2em;
	border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
	background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
	color: #999;
	font-size: 0.85em;
	margin-bottom: 1em;
	font-weight: 300;
}
.grid_4{
	background:none;
	margin-top:50px;
}
.label {
	font-weight: 300 !important;
	border-radius:4px;
}  
.grid_5{
	background:none;
	padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
    margin-bottom: 1em;
    color: #84c54e;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 2px;
}
.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: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 0;
}
.badge-primary {
	background-color: #03a9f4;
}
.badge-success {
	background-color: #fb5710;
}
.badge-warning {
	background-color: #ffc107;
}
.badge-danger {
	background-color: #e51c23;
}
.grid_3 p{
	line-height: 2em;
	color: #888;
	font-size: 0.9em;
	margin-bottom: 1em;
	font-weight: 300;
}
.bs-docs-example {
	margin: 1em 0;
}
section#tables  p {
	margin-top: 1em;
}
.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.9em;
	color: #999;
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.label {
	font-weight: 300 !important;
}
.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
}
.alert {
	font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:2em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
}
li.list-group-item1 {
	line-height: 2.5em;
}
.input-group {
	margin-bottom: 20px;
}
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
	margin-bottom: 48px;
}
ol {
	margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
@media (max-width:768px){
.grid_5 {
	padding: 0 0 1em;
}
.grid_3 {
	margin-bottom: 0em;
}
}
@media (max-width:640px){
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	margin-bottom: .5em;
}
.progress {
	height: 10px;
	margin-bottom: 10px;
}
ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
	font-size: 14px;
}
.breadcrumb {
	margin-bottom: 25px;
}
.well {
	font-size: 14px;
	margin-bottom: 10px;
}
h2.typoh2 {
	font-size: 1.5em;
}
.label {
	font-size: 60%;
}
.in-gp-tl {
	padding: 0 1em;
}
.in-gp-tb {
	padding-right: 1em;
}
}
@media (max-width:480px){
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	font-size: 1.2em;
}
.table h1 {
	font-size: 26px;
}
.table h2 {
	font-size: 23px;
	}
.table h3 {
	font-size: 20px;
}
.label {
	font-size: 53%;
}
.alert,p {
	font-size: 14px;
}
.pagination {
	margin: 20px 0 0px;
}
.grid_3.grid_4.w3layouts {
	margin-top: 25px;
}
}
@media (max-width: 320px){
.grid_4 {
	margin-top: 18px;
}
h3.title {
	font-size: 1.6em;
}
.alert {
	padding: 10px;
	margin-bottom: 10px;
}
ul.pagination li a {
	font-size: 14px;
	padding: 5px 11px;
}
.list-group {
	margin-bottom: 10px;
}
.well {
	padding: 10px;
}
.nav > li > a {
	font-size: 14px;
}
table.table.table-striped,.table-bordered,.bs-docs-example {
		display: none;
}
}
/*-- //typography --*/
.typo {
    padding: 5em 0;
}
.form-group.row {
    margin-bottom: 1rem;
}
.bd-example {
    padding: 2em;
    border: 1px solid #eee;
    margin-bottom: 2em;
}/*--gallery --*/
.agileinfo_work_grids{
	margin-top:1em;
}
.wthree_work_grid1{
	padding-top:2em;
}
.wthree_work_grid1:nth-child(1) {
    padding-top: 0!important;
}
.agile_work_grid
{
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;  
}

.w3_agileits_sub_work
{
    color: rgba(0,0,0,0);
    line-height: 1px;
    
}
.w3_agileits_sub_work:hover {
    color: #d50c0d;
    line-height: 214px;
}
.w3_agileits_sub_work>.agileits_w3layouts_work {
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 3em;
    width: 100%;
    text-align: center;
}
.w3_agileits_sub_work:hover img
{
	opacity:.8;
}
.w3ls_featured_plan{
	position:relative;
}
.w3l_plans_grid{
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    opacity: 0;
    background: #000;
	-webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.agileits_featured_plans:hover .w3l_plans_grid{
    opacity: 0.6;
}
.w3ls_featured_plan_pos{
	position:absolute;
	bottom:0%;
	left:0%;
	z-index: 9;
}
.w3ls_featured_plan_pos h4{
	background: #34b3f5;
    color: #fff;
    font-size: 1em;
    padding: .3em .5em;
}
.w3_featured_plan_bottom{
	padding: 2em;
    border: 1px solid #dcdbdb;
}
.w3_featured_plan_bottom h4 a{
	font-size:1.1em;
	color:#212121;
	text-transform:capitalize;
	text-decoration:none;
}
.w3_featured_plan_bottom h4 a:hover{
	color:#f56f19;
}
.w3_featured_plan_bottom h4 a:focus{
	outline:none;
}
.w3_featured_plan_bottom p{
	margin:1em 0 2em;
	color:#999;
	line-height:2em;
}
.w3_featured_plan_bottom ul{
	padding:2em 0 0;
	border-top: 1px solid #dcdbdb;
}
.w3_featured_plan_bottom ul li{
	display: inline-block;
    color: #212121;
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: middle;
}
.w3_featured_plan_bottom ul li:first-child{
	margin-right: 1em;
    width: 15%;
    border: 3px double #999;
}
section.gallery {
    padding: 5em 0;
}
/*-- //Gallery --*/
/*-- contact us --*/
.mail{
	 padding: 5em 0;
}
.agileits_mail_grid_left input[type="text"], .agileits_mail_grid_left input[type="email"], .agileits_mail_grid_left textarea {
    outline: none;
    background: #f5f5f5;
    border: 1px solid #E8E8E8;
    color: #212121;
    padding: 10px;
    font-size: 14px;
    width: 100%;
    margin-bottom: 2em;
}
.agileits_mail_grid_left textarea {
    min-height: 150px;
}
.agileits_mail_grid_left input[type="submit"] {
    font-size: 1em;
    padding: 0.8em;
    display: block;
    outline: none;
    background:#d50c0d;
    color: #fff;
    border: none;
    width: 34%;
	cursor:pointer;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileits_mail_grid_left input[type="submit"]:hover {
    background: #84c54e;
}
.agileits_mail_grid_left h4 {
    font-size: 1em;
    color: #84c54e;
    margin-bottom: 1em;
    font-weight: 600;
}
.agileits_mail_grids {
    margin-top: 5em;
}
.left-agileits ul li {
    list-style-type: none;
    margin-bottom: 0.2em;
    font-size: 15px;
    line-height: 1.8em;
    color: #777;
    padding-left: 0em;
}
.left-agileits ul li a{
    color: #777;
}
.left-agileits ul li span {
    left: 0em;
    padding-right: 1em;
}
.left-agileits li span {
    color: #84c54e;
}
.left-agileits h3 {
    font-size: 26px;
    font-weight: 600;
    color: #212121;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1em;
}
.agileits_mail_grid_right {
    padding-left: 40px;
}
.left-agileits {
    margin-top: 30px;
}
.agile-map iframe {
    min-height: 370px;
	width: 100%;
}
/*-- contact us --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 24px;
	right: 1%;
	overflow: hidden;
	z-index: 999; 
    width: 64px;
    height: 64px;
	border: none;
	text-indent: 100%;
	background: url("../img/arrow.png") no-repeat 0px 0px;
}
#toTopHover {
    width: 64px;
    height: 64px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
h4.modal-title {
    font-size: 1.5em;
	color: #69cd9b;
    font-family: 'source_sans_proregular', arial, sans-serif;
}
/*--responsive--*/
@media(max-width:1920px){
	
}
@media(max-width:1680px){
	
}
@media(max-width:1600px){
	
}
@media(max-width:1440px){
h1 a.navbar-brand {
    font-size: 34px;
}
}
@media(max-width:1366px){
}
@media(max-width:1280px){
.carousel-caption h2, .carousel-caption h3 {
    font-size: 3.2em;
}
}
@media(max-width:1080px){
.banner1 {
    min-height: 250px;
}
.w3layouts_gallery_grid1_pos h3 {
    margin: 0em 0 .5em;
}
.w3_agileits_sub_work:hover {
    line-height: 180px;
}
.carousel-caption h2, .carousel-caption h3 {
    font-size: 2.8em;
}
.carousel-item {
    height: 38em;
}
.inner_grid h3 {
    font-size: 25px;
}
}
@media(max-width:1050px){
h1 a.navbar-brand {
    font-size: 32px;
}
}
@media(max-width:1024px){	
.inner_grid h3 {
    font-size: 23px;
}
.inner_grid a {
    padding: 8px 20px;
}
.carousel-caption h2, .carousel-caption h3 {
    font-size: 2.6em;
}
}
@media(max-width:991px){
div#navbarSupportedContent {
    position: absolute;
    width: 97%;
    left: 0px;
    top: 49px;
    z-index: 999;
    background: #000000;
}
.cd-search-trigger::before {
    border: 3px solid #fff;
}
.cd-search-trigger::after {
    background: #fff;
}
.cd-search-trigger span::before, .cd-search-trigger span::after {
    background: #fff;
}

ul.navbar-nav {
    width: 100%;
    left: 0px;
    text-align: center;
	padding: 1em 0em;
}	
li.nav-item {
    margin: 10px 0px;
}
.navbar-light .navbar-toggler {
    border-color: #69cd9b;
    background:#69cd9b;
    padding: 2px 6px;
    margin-top: 9px;
    outline: none;
    margin-right: -15px;
	/*margin-right: 0px;*/
	z-index: 9999;
	cursor: pointer;
    border-radius: 6px;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.navbar-light .navbar-toggler:hover {
    background:#84c54e;
}
.dropdown-menu.show {
    text-align: center;
    background: #000;
}
.dropdown-item {
    color: #ffffff;
}
.dropdown-divider {
    background-color: #000000;
}
.dropdown-item:focus, .dropdown-item:hover {
   color: #84c54e;
    text-decoration: none;
    background-color: #000000;
}
.dropdown-item.active, .dropdown-item:active {
    color: #84c54e;
    text-decoration: none;
    background-color: #000000;
}
.hpWelcomeHdr span {
    font-size: 14px!important;
}
.agileits_mail_grid_left input[type="submit"] {
    width: 54%;
}
.footer_w3layouts_section_1its h3, .footer_w3layouts_section_1its h2 {
    font-size: 1.5em;
}
.footer-grid_section_1its_w3 {
    margin-bottom: 1.5em;
}
.copyright p {
    text-align: center;
}
.typo {
    padding: 3em 0;
}
.w3_agileits_sub_work>.agileits_w3layouts_work {
    font-size: 2em;
}
.w3_agileits_sub_work:hover {
    line-height: 127px;
}
.hpMsnObjRow {
    top: 4em;
}
.hpMsnObjCol h4 {
    font-size: 18px;
}
.hpMsnObjCol {
    padding: 30px 16px 30px 16px;
}
.hpWelcomeSection {
    padding: 5em 0 12em;
}
.w3_agile_testimonials_grid_right {
    width: 96%;
    padding: 1em 3em;
}
.agile_testimonials_grid p {
    line-height: 1.8em;
}
.test-tooltip1:after {
    bottom: -7%;
}
.carousel-caption h2, .carousel-caption h3 {
    font-size: 2.5em;
}
.carousel-item {
    height: 33em;
}
.innergrid1 {
    padding: 1em;
}
.innergrid1 h3 {
    font-size: 20px;
    letter-spacing: 1px;
}
.inner_grid h3 {
    font-size: 21px;
}
.wthree-services-right {
    margin-top: 2em;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.dropdown-menu {
    text-align: center;
    background-color: #000;
}
}
@media(max-width:800px){
h1 a.navbar-brand {
    font-size: 37px;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 14px;
}
.inner_grid {
    padding: 4.5em 1em;
}
.carousel-caption h2, .carousel-caption h3 {
    font-size: 2.2em;
}
}
@media(max-width:768px){
.w3_banner_info {
    padding: 8em 0 0;
}
.banner1 {
    min-height: 220px;
}
.footer {
    padding: 3em 0;
}
.mail {
    padding: 3em 0;
}
.hpWelcomeHdr {
    margin-bottom: 2em;
}
.carousel-caption h2, .carousel-caption h3 {
    font-size: 2.1em;
}
.carousel-caption {
    bottom: 12em;
    width: 80%;
}
.carousel-item {
    height: 29em;
}
.special-w3l {
    padding: 3em 0;
}
.hpWelcomeSection {
    padding: 3em 0 12em;
}
.testi-tp {
    padding: 3em 0;
}
.services-1 {
    padding: 3em 0;
}
}
@media(max-width:736px){
.hpWelcomeHdr span {
    line-height: 1.8em;
}
.agileits_mail_grid_right {
    padding-left: 15px;
    margin-top: 2em;
}
.w3_agileits_sub_work:hover {
    line-height: 280px;
}
.hpWelcomeSection {
    padding: 3em 0 51em;
}
.service_right_grid {
    margin-top: 2em;
}
.inner_grid {
    padding: 5.5em 3em;
}
.lamp {
    margin-top: 20px;
}
}
@media(max-width:667px){
.carousel-caption {
    right: 0%;
    left: 0%;
}
}
@media(max-width:640px){
.banner1 {
    min-height: 200px;
}
}
@media(max-width:600px){
.services-bottom-info h5 {
    font-size: 24px;
}
}
@media(max-width:568px){
.team_grid_info p {
		font-size: 0.9em;
}
.top .top-middle, .top .top-right {
    float: left;
    width: 50%;
}
.top .top-left {
    float: right;
    width: 50%;
	    padding: 0px 0 0;
}
.header-bar {
    padding: 0.8em 0em 2em 0em;
}
.banner1 {
    min-height: 160px;
}
.carousel-caption h2, .carousel-caption h3 {
    font-size: 1.8em;
}
.carousel-caption {
    bottom: 10em;
}
.carousel-item {
    height: 25em;
}
.services-bottom-icon {
    float: right;
    width: 24%;
}
.services-bottom-info {
    float: right;
    width: 76%;
}
}
@media(max-width:480px){
.hpWelcomeHdr {
    font-size: 36px;
}
.agile-map iframe {
    min-height: 250px;
}
.copyright {
    margin-top: 0em;
    padding-top: 1em;
}
.w3_agileits_sub_work:hover {
    line-height: 243px;
}
.carousel-item {
    height: 22em;
}
}
@media(max-width:440px){
.left-agileits h3 {
   font-size: 22px;
}
.hpWelcomeHdr {
    font-size: 34px;
}
.hpWelcomeHdr span:after {
    top: 120%;
    right: 40%;
}
.w3_agileits_sub_work:hover {
    line-height: 230px;
}
.services-bottom-info h5 {
    font-size: 21px;
}
.wthree-services-right-bottom {
    padding-right: 0em;
}
.carousel-caption h2, .carousel-caption h3 {
    font-size: 1.4em;
}
.hpWelcomeSection {
    padding: 3em 0 56em;
}
}
@media(max-width:414px){
.banner1 {
    min-height: 130px;
}
a.navbar-brand span {
    padding-left: 0.1em;
    margin-left: 0.1em;
}
.w3_agileits_sub_work:hover {
    line-height: 215px;
}
.carousel-caption h2, .carousel-caption h3 {
    font-size: 1.3em;
}
}
@media(max-width:384px){
	h1 a.navbar-brand {
    font-size: 31px;
}
.w3_agileits_sub_work:hover {
    line-height: 178px;
}
.inner_grid {
    padding: 4.5em 2em;
}
.carousel-caption h2, .carousel-caption h3 {
    font-size: 1.2em;
}

}
@media(max-width:375px){
}
@media(max-width:320px){
.banner1 {
    min-height: 110px;
}
.mail {
    padding: 2.5em 0;
}
h1 a.navbar-brand {
    font-size: 30px;
	letter-spacing:0;
}
.navbar-toggler-right {
    right: 0rem !important;
}
.header-bar {
    padding: 0.5em 0em;
}
.hpWelcomeHdr {
    font-size: 32px;
}
.agileits_mail_grids {
    margin-top: 0em;
}
.agileits_mail_grid_left input[type="submit"] {
    width: 67%;
}
.copyright p {
    font-size: 14px;
}
.copyright {
    margin-left: 0;
}
.footer {
    padding: 2.5em 0;
}
.typo {
    padding: 2.5em 0;
}
.w3_agileits_sub_work:hover {
    line-height: 140px;
}
.services-bottom-info {
    padding: 0;
}
.services-bottom-icon {
    padding-right: 0;
}
.services-bottom-icon i {
    font-size: 25px;
    padding: 8px;
}
.services-bottom-info h5 {
    font-size: 21px;
}
.special-w3l {
    padding: 2.5em 0;
}
.inner_grid {
    padding: 4.5em 1em;
}
.service_right_grid {
    padding: 0;
}
.services-1 {
    padding: 2.5em 0;
}
.tex-t h4 {
    font-size: 15px;
}
.test-tooltip1:after {
    bottom: -5%;
}
.testi-tp {
    padding: 3em 0 0;
}
.hpWelcomeSection {
    padding: 2.5em 0 63em;
}
.hpMsnObjRow {
    top: 6em;
}
.carousel-item {
    height: 20em;
}
.carousel-caption {
    bottom: 8em;
}
.agile_testimonials_grids {
    margin: 4em 0 0em;
}
}
/*--//responsive--*/





.dialog {
  position: relative;
  padding: 18px 0 20px;
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
  border-top-style: solid;
  border-top-width: 2px;
  }
.dialog .btn {
  display: inline-block;
  vertical-align: baseline;
  }
@media (max-width: 767px) {
  .dialog .btn {
    display: block;
    width: 100%;
    }
  }
@media (min-width: 768px) {
  .dialog {
    padding-right: 0;
    padding-left: 0;
    }
  .dialog input,
  .dialog .btn {
    margin-left: 20px;
    }
  }
@media (min-width: 768px) and (max-width: 991px) {
  .dialog .form-group {
    margin-bottom: 10px;
    }
  }
.dialog.dialog-default {
  background-color: #edeff1;
  border-top-color: #d6dbdf;
  }
.dialog.dialog-success {
  background-color: #ecfaf2;
  border-top-color: #d5f5e3;
  }
.dialog.dialog-danger {
  background-color: #fdefed;
  border-top-color: #fadbd8;
  }
.dialog.dialog-warning {
  background-color: #fefae9;
  border-top-color: #fcf3cf;
  }
.dialog.dialog-info {
  background-color: #edf6fc;
  border-top-color: #d6eaf8;
  }
.dialog.dialog-inverse {
  color: #fff;
  background-color: #34495e;
  border-top-color: #2a3a4b;
  }
.modal {
  z-index: 1050;
  }
.modal-content {
  background-color: #fff;
  background-clip: border-box;
  border: 2px solid #ebedef;
  border-radius: 7px;
  box-shadow: none;
  }
.modal-backdrop {
  background-color: #243342;
  }
.modal-backdrop.in {
  filter: alpha(opacity=95);
  opacity: .95;
  }
.modal-header {
  padding: 17px 19px 15px 24px;
  border-bottom: 2px solid #ebedef;
  }
.modal-header .close {
  padding: 0;
  margin: 5px 0 0;
  font-size: 18px;
  line-height: 1;
  color: #34495e;
  }
.modal-title {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  }
.modal-body {
  padding: 10px 14px 10px;
  }
.modal-body p {
  font-size: 16px;
  line-height: 1.625;
  }
.modal-footer {
  padding: 19px 22px 20px;
  background-color: rgba(236, 240, 241, .5);
  border-top: none;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  }
.modal-footer .btn + .btn {
  margin-left: 12px;
  }
@media (max-width: 767px) {
  .modal-footer .btn {
    display: block;
    min-width: auto;
    margin-bottom: 15px;
    }
  .modal-footer .btn:last-child {
    margin-bottom: 0;
    }
  .modal-footer .btn + .btn {
    margin-left: 0;
    }
  }

@media (min-width: 768px) {
  .modal-dialog {
    width: 624px !important;
    margin: 30px auto;
    }
  .modal-content {
    box-shadow: none;
    }
  .modal-sm {
    width: 300px;
    }
  }

.rating, .ratingLp { 
	border: none;
	float: left;
}

.rating > input, .ratingLp > input { display: none; } 
.rating > label:before { 
	margin: 5px;
	font-size: 1.25em;
	font-family: FontAwesome;
	display: inline-block;
	content: "\f005";
}
.ratingLp > label:before { 
	margin: 1px;
	font-size: 1em;
	font-family: FontAwesome;
	display: inline-block;
	content: "\f005";
}
.rating > .half:before, .ratingLp > .half:before { 
	content: "\f089";
	position: absolute;
}

.rating > label { color: #fff; float: right; }
.ratingLp > label { color: #000; float: right; }

.rating > input:checked ~ label, .ratingLp > input:checked ~ label, 
.rating:not(:checked) > label:hover, .ratingLp:not(:checked) > label:hover,  
.rating:not(:checked) > label:hover ~ label, .ratingLp:not(:checked) > label:hover ~ label { color: #ffff00;  }

.rating > input:checked + label:hover, .ratingLp > input:checked + label:hover, 
.rating > input:checked ~ label:hover, .ratingLp > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, .ratingLp > label:hover ~ input:checked ~ label, 
.rating > input:checked ~ label:hover ~ label, .ratingLp > input:checked ~ label:hover ~ label { color: #ffc100;  }

span.stars, span.stars span {
	display: block;
	background: url(../img/stars.png) 0 -16px repeat-x;
	width: 80px;
	height: 16px;
	font-size:0px;
}

span.stars span {
	background-position: 0 0;
}

.rqd { color:#ff0000; }
.txtAlgnR { text-align:right; }
.txtAlgnC { text-align:center; }
.dtTbl thead{ background:#69cd9b; }
.dtTbl tbody tr td.highlighted { background:#69cd9b !important; }
.dtTbl tbody tr:hover td { background:#ecf9f2 !important; }
.listSearchLyr { background:#ecf9f2; padding:0.5em 0; }
.sectionNavLyr { background:#ecf9f2; padding:0.25em 0 0 0; }
.listSearchLbl { font-weight:bold; font-size:1.10em; padding-top:0.35em; text-align:center; }

.ui-state-disabled { color:#69cd9b !important; cursor:default !important; }

.cmctRw { background-color: #f9f9f9; padding:1em 0.25em; }
.cmctRwCl { background-color: #f9f9f9; padding:0.5em 0.25em; }
.cmctStRw { padding:1em 0.25em; }
.cmctStCol { padding:0.5em 0; }
.cmctStColL { width:8%; float:left; }
.cmctStColR { width:90%; float:left; padding:0% 2% 0% 0%}
.cmctStColL a { color:#ff0000; font-size:1.25em; }
.cmctRw h4, .cmctRwCl h4 { font-size:1.25em; font-weight:bold; }
.cmctRwCl h4  { padding:0.40em 0 0 0; }
/* work on the header main nav responsive */
.hdrNavSubMpng { margin:.125rem 0 0 -2rem; }
.hdrNavSubMpng a.active { background: #69cd9b; }

/* section nav */
.section-navigation{
    width:100%;
    max-width:100%;
    position:relative;
	background:#ecf9f2;
}
.section-navigation::before,.section-navigation::after{
    content:"";
    position:absolute;
    height:100%;
    width:24px;
    background:#ecf9f2;
    bottom:1px;
    left:0
}
.section-navigation::after{
    right:0;
    left:auto;
    background:#ecf9f2;
}
.section-navigation ul{
    margin:0 0 -1px 0;
    margin-top:12px;
    overflow-x:scroll;
    white-space:nowrap;
    -webkit-overflow-scrolling:touch;
    text-align:center;
    padding:3px 20px 0
}
@media only screen and (min-width: 40em){
    .section-navigation ul{
        overflow-x:auto
    }
}
.section-navigation ul li{
    line-height:1;
    margin:0;
    display:inline-block;
    margin:0 2px
}
.section-navigation ul li a{
    text-decoration:none;
    padding:0.9375rem 0.9375rem;
    border-radius:8px 8px 0 0;
    background-color:#e8e8e8;
    border:1px solid #e8e8e8;
    font-weight:bold;
    color:#4a4a4a;
    font-size:14px;
    display:inline-block;
    border-bottom:none;
    transition:all 0.12s ease-in-out
}
.section-navigation ul li a:hover{
    background-color:#d4d4d4;
    border-color:#d4d4d4
}
.section-navigation ul li a:focus{
    box-shadow:0 0 0 3px #5599E1;
    outline:none !important
}
.section-navigation ul li.reduced-padding{
    padding-left:0.5rem;
    padding-right:0.5rem
}
.section-navigation ul li.active a{
    background-color:#fff;
    border:1px solid #e8e8e8;
    border-top-color:#e8e8e8 !important;
    border-bottom:none
}
.section-navigation ul li.active a:hover{
    text-decoration:none;
    background-color:#fff;
    border-color:#e8e8e8
}

div.dataTables_wrapper div.dataTables_paginate { white-space: normal !important; }