
.panel {
    
  margin-top: 1.5em;
}
html, body{
    font-size: 100%;
	font-family: 'Open Sans', sans-serif;
	background:#ffffff;
	margin: 0;
}
p,ul li,ol li{
	margin:0;
	font-size:14px;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	font-family: 'Libre Franklin', sans-serif;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
input[type="submit"],input[type="reset"],a{
	-webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition:0.5s ease-in;
}
img{
	width:100%;
}
a.hvr-bounce-to-bottom.scroll{
	color: #ff9900;
}

/*-- banner --*/
.banner, .banner1{
    margin-top: -6px;
}
.banner{
	/* background: url(../images/banner01.jpg) no-repeat 0px 0px; */
	/* background: url(../images/banner01.jpg) no-repeat -21em 48px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:300px;
	position: relative; */
	background: url(../images/banner01.jpg) no-repeat 0px 0px;
    background: url(../images/banner01.jpg) no-repeat -21em 48px;
    background-size: auto 100%;
    /* -webkit-background-size: cover; */
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 300px;
    position: relative;
    background-position: 50%;
}
.banner-layer {
    /* background: url(../images/layer.png)repeat; */
    min-height: 770px;
}
.banner-layer1 {
    /* background: url(../images/layer.png)repeat; */ 
	background: url(../images/banner01.jpg) no-repeat 0px 0px;
	min-height:433px;
	background-position: center center;
	width: 100%; 
    height: 100%;
	background-size:cover;
}
.banner-layer1 {
    /* background: url(../images/layer.png)repeat; */
	min-height:433px;
}
.banner-logo h1,.banner-logo h2 ,.banner-logo h3 {
    font-size: 3em;
    display: block;
    line-height: 1em;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.banner-logo i.fa {
    color: #fff;
    font-size: 2em;
}
.banner-logo h1 span,.banner-logo h2 span,.banner-logo h3 span {
    font-size: 0.3em;
    letter-spacing: 10px;
    line-height: 1em;
    display: block;
    color: #E3E3E3;
    margin-top: 4px;
}
.wthree_copy_right .banner-logo h2 span,.wthree_copy_right .banner-logo h3 span {
    letter-spacing: 6px;
}
.wthree_copy_right .banner-logo h2, .wthree_copy_right .banner-logo h3 {
    font-size: 2em;
}
.banner-logo {
    text-align: center;
      margin-top: 1em;
}
.banner-logo a {
    display: inline-block;
}
.w3_banner_color{
	position: absolute;
    width: 25.3%;
    height: 20px;
    background: #ec9114;
    bottom: 0%;
    right: 19.3%;
}
/*--banner--*/
/*-- nav-effect --*/
.link-effect-8 a {
	margin: 0.8em 5px 0;
    padding: 1em;
	position: relative;
  -moz-transition: ease-out 0.3s 0.1s;
  -o-transition: ease-out 0.3s 0.1s;
  -webkit-transition: ease-out 0.3s;
  -webkit-transition-delay: 0.1s;
  transition: ease-out 0.3s 0.1s;
}
.link-effect-8 a::before {
  height: 2px;
  width: 100%;
  background: #797878;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link-effect-8 a::after {
  height: 2px;
  width: 100%;
  background: #797878;
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  visibility: hidden;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link-effect-8 a:hover::before,.w3layouts_menu__list li.active a::before {
  visibility: visible;
  top: 100%;
  background: white;
}
.link-effect-8 a:hover::after,.w3layouts_menu__list li.active a::after {
  visibility: visible;
  top: 0;
  background: white;
}
.shy-menu-panel ul li.active a,.link-effect-8 a:hover{
    color: #2196F3;
}
img.mobile_friendly{
	display: inline-block; 
	width: 8%; 
	float: right;
   /*  margin-right: -96px; */
}
/*-- //nav-effect --*/
.agile_short_dropdown {
    border-radius: 0;
    background: #ffffff;
    text-align: center;
	padding:0;
	border: none;
}
.agile_short_dropdown li a{
	text-transform:uppercase;
	color:#212121;
	font-size:13px;
	font-weight:600;
	padding: .8em 0;
}
.agile_short_dropdown > li > a:hover{
    color: #fff;
    text-decoration: none;
    background-color:#ec9114;
}
.w3_agile_phone{
	float:right;
	margin: 1.3em 0 0;
}
.w3_agile_phone p{
	color:#fff;
	font-weight:600;
}
.w3_agile_phone p i{
	padding-right:1em;
}
.agile_banner_info {
    margin: 5em auto 0em;
    text-align: center;
}
.agile_banner_info1{
	margin-left:0em;
}
.agile_banner_info h3{
	font-size:1em;
	color:#fff;
	text-transform:capitalize;
	line-height:1.5em;
}
.agile_banner_info h3 span{
	color: #fff;
    padding: .2em .8em;
    background:#ec9114;
}
#typed{
	font-size:3em;
	color:#fff;
	text-transform:capitalize;
	line-height:1.5em;
}
#typed i{
	font-style:normal;
	color:#0accff;
    color: #FF9800;
	font-weight:600;
}
.banner_agile_para p{
    color: #fff;
    margin: 2em 0;
    line-height: 2em;
    text-align: center;
    letter-spacing: 2px;
}
/*-- //nav-effect --*/

/*-- code for animated blinking cursor --*/
.typed-cursor{
	opacity: 1;
    font-weight: 300;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    color: #fff;
    font-size: 2.5em;
}
@-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-ms-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-o-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes dotAnimation {
  99% {
    background:#0accff;
    box-shadow: 0 17px 0 rgba(224, 70, 129, 0), 0 34px 0 rgba(224, 70, 129, 0);
  }
  33% {
    background: rgba(224, 70, 129, 0);
    box-shadow: 0 17px 0 #0accff, 0 34px 0 rgba(224, 70, 129, 0);
  }
  66% {
    background: rgba(224, 70, 129, 0);
    box-shadow: 0 17px 0 rgba(224, 70, 129, 0), 0 34px 0 #0accff;
  }
}

@keyframes dotAnimation {
  99% {
    background:#0accff;
    box-shadow: 0 17px 0 rgba(224, 70, 129, 0), 0 34px 0 rgba(224, 70, 129, 0);
  }
  33% {
    background: rgba(224, 70, 129, 0);
    box-shadow: 0 17px 0 #0accff, 0 34px 0 rgba(224, 70, 129, 0);
  }
  66% {
    background: rgba(224, 70, 129, 0);
    box-shadow: 0 17px 0 rgba(224, 70, 129, 0), 0 34px 0 #0accff;
  }
}
.w3_agile_social_icons{
	margin:1em 0 0;
	text-align:center;
}
.agileinfo_social_icons li{
	display:inline-block;
    margin: 0em .5em;
}
.agileinfo_social_icons li a{
	width: 40px;
    height: 40px;
    border: 2px solid #fff;
    transform: rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
    text-decoration: none;
    display: block;
    text-align: center;
    transition: 1.5s;
	-webkit-transition: 1.5s;
	-ms-transition: 1.5s;
	-o-transition: 1.5s;
	-moz-transition: 1.5s;
}
.agileinfo_social_icons li a:hover{
	color:#fff;
    transform:rotate(400deg);
	-webkit-transform:rotate(400deg);
	-moz-transform:rotate(400deg);
	-o-transform:rotate(400deg);
	-ms-transform:rotate(400deg);
    transition: 1.5s;
	-webkit-transition: 1.5s;
	-ms-transition: 1.5s;
	-o-transition: 1.5s;
	-moz-transition: 1.5s;
}
.agileinfo_social_icons li a i{
	line-height:2.7em;
    transform: rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	color: #ffffff;
}
.w3_agileits_facebook:hover{
	background: #3b5998;
}
.wthree_twitter:hover{
	background: #1da1f2;
}
.agileinfo_google:hover{
	background: #dd4b39;
}
.agileinfo_pinterest:hover{
	background: #bd081c;
}

.thim-click-to-bottom {
    position: absolute;
    bottom: 6%;
    left: 50%;
    -webkit-animation: bounce 2s infinite ease-in-out;
}
.thim-click-to-bottom i {
    color: #fff;
    font-size: 15px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.rotate {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border: 2px solid #fff;
    padding: 8px 10px;
    width: 40px;
    height: 40px;
}
@-webkit-keyframes bounce {
	0%, 20%, 60%, 100%  { -ms-transform: translateY(0); }
	0%, 20%, 60%, 100%  { -o-transform: translateY(0); }
	0%, 20%, 60%, 100%  { -moz-transform: translateY(0); }
	0%, 20%, 60%, 100%  { -webkit-transform: translateY(0); }
    40%  { -webkit-transform: translateY(-20px); }
	80% { -webkit-transform: translateY(-10px); }
}

/*-- banner --*/
 .about {
  /*   margin-top: -6em; */
}
/*-- services --*/
 .gridnumber span {
    color: #ff9900;
    font-size: 8em;
    font-weight: 600;
}
.gridinfo p {
    font-size: 14px;
    line-height: 2em;
    color: #444;
    letter-spacing: .01em;
    margin: 1em 0 0;
    text-align: justify;
}
.grid1 h3 {
    font-size: 1.3em;
    text-transform: uppercase;
    color: #000;
    margin-left: 1em;
    font-weight: 400;
}
.grid1 {
    height: 15em;
    /* height: auto; */
    margin: 1em 0 0;
}
.legaltopgrids {
    /* margin: 4em 0 2em; */
}
/*-- //services --*/
.topH{
    /* border-bottom: 1px solid #f3ebeb;
    padding-bottom: 1em; */
}
.img_right_home img{
    width: 85%;
}
/*-- lawyers --*/
.lawyer1 {
    position: relative;
    margin-bottom: 4em;
}
.col-md-6.lawyer1 {
    margin-bottom: 4em;
}
.col-md-6.lawyer1:nth-child(4),.col-md-6.lawyer1:nth-child(5){
    margin-bottom: 0em;
}
/*-- //lawyers --*/
/*-- specials --*/
.agileits-w3layouts-specials{
	padding:80px 0;
	background: #fff;
}
.agileits-w3layouts-specials span {
    height: 1px;
    width: 10%;
    background: #f53753;
    display: block;
	margin:10px auto 0;
}
.special-left img{
	width:100%;
}
.special-right {
	background: rgba(245, 55, 83, 0.86);
    padding: 51px 62px 0 62px;
}
.special-right.l-left {
    background: #000000;
}
.special-right h4{
    line-height: 1.5em;
    font-size: 24px;
    color: #fff;
    font-weight: 300;
}
.special-right p {
    margin: 20px 0 0px 0;
    font-size: 14px;
    color: #000000;
    line-height: 2.2em;
	font-weight: 400;
}
.special-right.l-left p {
    color:#bbb;
}
.l-grids figure {
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	width:100%;
}
.l-grids figure img {
	/*height: 17em;*/
	position: relative;
	display: block;
    /* height: 17em; */
	/* height: 100%; */
    padding: 0 1.5em;
    width:267px;
    margin:0 auto;
}
.l-grids figure figcaption {
	padding: 2em 5px;
	color: #fff;
	font-size: 14px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.l-grids figure figcaption{
	position: absolute;
	top: 0;
	left: 12%;
	width: 76%;
	height: 100%;
}
figure.effect-bubba {
	  /* background-color:#676767; */
	  margin:0;
}
figure.effect-bubba:hover img {
	opacity: 0.6;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 15px;
	bottom: 30px;
	left: 15px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
    background: rgba(3, 169, 244, 0.5);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}
figure.effect-bubba h4 {
    height: 4.9em;
    padding: 27% 1%;
    line-height: 1.3em;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	opacity:0;
	padding-bottom: 0;
    color: #fff;
}
figure.effect-bubba h5 {
    color: #ffa700;
	font-weight:bold;
}
.home_ {
	padding: 2em 0 0 0;
}
figure.effect-bubba h4 span {
    padding: 17% 5%;
    line-height: 1.3em;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	opacity:0;
	padding-bottom: 0;
    color: #fff;
}
figure.effect-bubba p {
	padding: 0px 1em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-bubba:hover h4,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.special-left h4,.spl-bot-right h4 {
    font-size: 20px;
}
h4.name {
    color: #656565;
    background: #fff;
    position: absolute;
    padding: 10px 36.8px;
    font-size: 14px;
    border: 1px solid #ddd;
    left: 29%;
    bottom: -12%;
	/*left: 22%;
    bottom: -6%;*/
    transition: 0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-moz-transition:0.5s all;
	-moz-transition:0.5s all;
}
h5.name {
    color: #ff9900;
    background: transparent;
    position: absolute;
    border: 0px solid #ddd;
    bottom: -22%;
    width: 100%;
    padding: 10px 52px 0 24px;
}
.lawyer1 h5{
	color: #ff9900;
	text-align: center;
    font-size: 14px;
}
h4.name:hover {
    background: #ff9900;
    color: #fff;
}
.special-left p,.spl-bot-right p{
    margin: 50px auto 0;
    font-size: 14px;
    color: #fff;
    line-height: 2em;
    width: 75%;
}
p.sp-para {
    font-size: 14px;
    line-height: 2.2em;
    text-align: center;
    color: #464646;
    width: 50%;
    margin: 0 auto;
}
.special-grids{
	margin-top:55px;
    height: 20em;
}
/*-- //our layers --*/

/*-- home --*/
.home_grids_w3,.grid_w3l {
	padding:0;
 }
.gallery_grid {
	margin: 2em 0 0;
}
.grid_w3l img {
	width:100%;
}
.img1,.img2,.img3,.img4,.img5,.img6{
	padding:0;
	background-size: cover !important;
    height: 300px;
}
.img1 {
	background: url(../images/1.jpg) center;
}
 .img2 {
	background: url(../images/2.jpg) center;
}
.cap {
	background: url(../images/capitalmarket.jpg) center;
}
.cor {
	background: url(../images/corporatefinance.jpg) center;
}
.img3 {
	background: url(../images/dispute.jpg) center;
}
.img4 {
	background: url(../images/mergers.jpg) center; 
}
.img5 {
	background: url(../images/privateequity.jpg) center;
}
.img6 {
	background: url(../images/projectutilities.jpg) center;
} 
.img_text_w3ls {
    padding: 6em 0 6em 6em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	background: rgba(78, 54, 54, 0.85);
}
.img5 .img_text_w3ls,.img1 .img_text_w3ls{
	background: rgba(24, 24, 25, 0.36);
}
.img2 .img_text_w3ls,.img3 .img_text_w3ls,.img6 .img_text_w3ls{
	background: rgba(0, 51, 102, 0.45);
}
.img4 .img_text_w3ls{
	background:rgba(51, 102, 153, 0.45)
}
.img_text_w3ls h4 {
	color: #fff;
	font-size: 1.8em;
	margin: 0;
	text-transform: capitalize;
    font-weight: 300;
}
.img_text_w3ls span {
    width: 30%;
    height: 1px;
    background: rgba(255, 255, 255, 0.29);
    display: inline-block;
    margin: 1.5em 0 0.5em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.img-grid:hover .img_text_w3ls span {
    width: 50%;
}
.img_text_w3ls p {
	color: #fff;
    font-size: 1em;
	margin: 0.5em;
	letter-spacing: 2px;
	text-transform: capitalize;
	font-weight: 400;
}
.img_text_w3ls p a {
	color: #fff;
}
.img-grid:hover .img_text_w3ls {
    background: rgba(43, 91, 162, 0.2);
}
/*-- //home --*/

/*-- contact --*/
.phone1 {
    text-align: center;
    padding: 6em 0;
    background: url(../images/banner.jpg) no-repeat 0px 0px;
    background-size: cover;
	position:relative;
}
.phone1 p {
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
}
.phone1 h3 {
    font-size: 2em;
    font-weight: 700;
    margin: 1em 0;
    color: #fff;
}
.border {
    width: 60%;
    margin: 0 auto;
    border: 2px solid #fff;
    padding: 5em 0;
}
.phone i.glyphicon {
    color: #fff;
    font-size: 4em;
    position: absolute;
    top: 11%;
    left: 46%;
    background: #214cae;
    padding: 0 .5em;
}
/*-- //contact --*/

/*--/team--*/
.gridleft ul{
    margin-left: 20px;
    margin-top: -16px;
    line-height: 1.7em;
}
.gridleft ul a{
	color:#484848;
}
/*--/team--*/
.area-img{
	height: auto;
}
.resource .banner_res_img{
    height: 100%;
    width: 60%;
}
/*--/review--*/
.typography,.codes,.testimonials{
    /* background: #e84f5a;*/
    padding: 4em 0;
}
.legal {
    padding: 0em 0 1em;
}
.contact {
    padding: 1em 0 4em 0;
}
.whom {
    padding: 1em 0 0em 0;
}
.services,.lawyers{
    /* background: #e84f5a;*/
    padding: 1em 0 0em 0;
}
h4.text {
       background: none;
    font-size: 3em;
    text-align: center;
    color: #fff;
    text-transform: none;
    margin: 3% auto 0;
    width: 74%;
}
.img-agile img {
    width: 65%;
}
.test-monials h5{
    font-size: 20px;
    text-align: center;
    color: #ff9900;
    text-transform: none;
    margin: 1em 0;	
}
h3.tittle {
    text-align: center;
    font-size: 2.5em;
    text-transform: uppercase;
    margin-bottom: 1em;
	color:#000;
	margin-top: 1em;
}
h4.cont2 {
    margin-left: 1em;
    text-transform: uppercase;
	color:#000;
}
.cont {
	border-left: 4px solid #ff9900;
}
.cont3{
    margin-top: 1.5em;
}
.test-review p {
    font-size: 15px;
    font-weight: 100;
    line-height: 2.2em;
    margin: 1em 0 0;
    padding: 0px;
    letter-spacing: 1px;
    color: #eee;
}
.test-review img{
	 border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	    box-shadow:0 10px 20px rgba(0, 0, 0, 0.41);
    -webkit-box-shadow:0 10px 20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow:0 10px 20px rgba(0, 0, 0, 0.41);
    -o-box-shadow:0 10px 20px rgba(0, 0, 0, 0.41);
    -ms-box-shadow:0 10px 20px rgba(0, 0, 0, 0.41);
}
.img-agile {
    margin: 0px 0px;
    position: absolute;
    bottom: 8%;
    left: 42%;

}
.test-review p img {
    margin: 0 10px!important;
	box-shadow:none;
}
.textagile {
    background: #1f2529;
    padding: 1em 3em 4em;
    margin-bottom: 6em;
}
/*--//review--*/
 
/* footer */
.footer-right{
	text-align: right;
}
.footer-right a{
	text-align: right;
}
.footer-top {
    padding: 4em 0 3em;
	background:#1f2529;
}
.footer-grid h3,.footer-list h3,.agile-footer-grid h3{
    font-size: 1.5em;
    margin: 0 0 1.2em 0;
    color: #FFFFFF;
}
.footer-grid h4{
    color: #ff9900;
	font-size:1.2em;
    text-transform: uppercase;
    margin-bottom: 1em;
}
.footer-logo  a {
    color: #FFFFFF;
    font-size: 2em;
	font-weight:600;
    text-decoration: none;
}
.footer-grid p {
    color: #989898;
    font-size: .9em;
    line-height: 1.8em;
    margin:1em 0;
}
.footer-grid ul, .footer-list ul {
    padding: 0;
    margin: 0;
}
.footer-grid ul li, .footer-list ul li {
    display: block;
    margin: .5em 0;
}
.footer-list ul li {
    color: #bbbbbb;
    font-size: 1em;
}
.footer-grid ul li a {
    color: #989898;
    font-size: .9em;
    text-decoration: none;
    line-height: 2em;
    letter-spacing: 1px;
}
.footer-grid ul li a:hover{
	color:#ff9900;	
}
.agile-footer-grid ul {
    padding: 0;
    margin: 0;
}
ul.w3agile_footer_grid_list li {
    list-style-type: none;
    color: #989898;
    line-height: 1.8em;
    margin-bottom: 2em;
    font-size: .9em;
}
.agile-footer-grid p {
    color: #989898;
    margin-bottom: 1em;
    font-size: .9em;
    letter-spacing: .02em;
}
ul.w3agile_footer_grid_list li a {
    color: #ff9900;
    text-decoration: none;
}
ul.w3agile_footer_grid_list li span {
    display: block;
    margin: .5em 0 0;
}
ul.w3agile_footer_grid_list i.fa.fa-twitter {
    margin-right: 1em;
    color: #03A9F4;
    font-size: 1.4em;
}
.subscribe-grid input[type="email"] {
    display: inline-block;
    background: #FFFFFF;
    border: solid 1px #bbb;
    width: 70%;
    outline: none;
    padding: .7em 1em;
    font-size: .9em;
    color: #999999;
}
.subscribe-grid button.btn1 {
    color: #ffffff;
    font-size: .9em;
    border: solid 1px #ff9900;
    width: 60px;
    height: 42px;
    text-align: center;
    text-decoration: none;
    background: #ff9900;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.subscribe-grid button.btn1:hover{
    border: 2px solid #ff9900;
    background: none;
}
.footer .w3_agile_social_icons {
    margin: 2em 0;
    text-align: left;
}
.footer .agileinfo_social_icons li a {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
}
.footer .agileinfo_social_icons li a i {
    line-height: 2.2em;
}
.address ul li {
    color: #808182;
    margin: 15px 0;
    font-size: 15px;
    letter-spacing: .02em;
    font-weight: 400;
    list-style-type: none;
}
.address ul li i {
    color: #03A9F4;
    margin-right: 10px;
    font-size: 17px;
}
.footer-grid,.agile-footer-grid {
    padding: 0;
}
/*-- //footer --*/

/*-- /copyright --*/
.wthree_copy_right{
    padding: 20px 0 4.5em;
    background: #1f2529;
	text-align:left;
	color:#fff;
	font-size: 11px;
}
.wthree_copy_right a{
    color:#fff;
}
.wthree_copy_right p{
	color:#fff;
	line-height:1.8em;
    word-spacing: 0.1em;
    letter-spacing: .1em;
    text-transform: capitalize;
}
.wthree_copy_right p a{
	text-decoration:underline;
	color:#fff;
}
.wthree_copy_right p a:hover{
	color:#ff9900;
}
.wthree_copy_right .banner-logo {
    text-align: center;
    margin-top: 0em;
    margin-bottom: 2em;
}
.wthree_copy_right .banner-logo h1 {
    font-size: 2em;
}
.wthree_copy_right .banner-logo h1 span {
    letter-spacing: 7px;
}
/*-- //copyright --*/

/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 60px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
    background: #fff url(../images/toparrow.png) no-repeat 0px 0px;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/


/* about page */
/* //about page */

/*-- contact --*/
.address-grid h4,.contact-form h4,.agileits-map h4{
    color: #212121;
    font-size: 1.3em;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.address-grid ul{
    padding: 0;
    margin: 2em 0 0 0;
}
.address-grid ul li {
    display: block;
    color: #616161;
    font-size: .9em;
    margin-bottom: 1.5em;
    letter-spacing: 1px;
}
.address-grid ul li a{
	color:#616161;	
	text-decoration:none;
}
.address-grid ul li a:hover{
    color: #8BC34A;
}
i.fa.fa-map-marker,i.fa.fa-envelope,i.fa.fa-phone,i.fa.fa-fax{
    margin-right: 1em;
    font-size: 1.5em;
    color: #03A9F4;
}
.contact-form{
	margin:2em 0 0 0;
}
.contact-form h4{
	margin-bottom:2em;
}
.styled-input.agile-styled-input-top {
    margin-top: 0;
} 
.contact input[type="text"],.contact input[type="email"],.contact textarea{
    font-size: .9em;
    color: #999999;
    padding: 0.5em 1em;
    border: 1px solid #000;
    width: 100%;
   /*  border-bottom: 2px solid #9e9e9e; */
    background: none;
    -webkit-appearance: none;
	outline: none;
	/* border-right: 2px solid #9e9e9e; */
}
.contact textarea { 
	min-height: 13em;
    resize: none;
} 
/*-- input-effect --*/
.styled-input input:focus ~ label, .styled-input input:valid ~ label,.styled-input textarea:focus ~ label ,.styled-input textarea:valid ~ label{
    font-size: .9em;
    color: #ff9900;
    top: -1.3em;
    -webkit-transition: all 0.125s;
	-moz-transition: all 0.125s; 
	-o-transition: all 0.125s;
	-ms-transition: all 0.125s;
    transition: all 0.125s;
}
.styled-input {
	width:100%;
	margin: 2em 0 1em;
	position: relative;
}
.styled-input label {
	color: #999999;
    padding: 0.5em .9em;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    font-weight: 400;
    font-size: .9em;
    display: block;
    line-height: 1em;
}
.styled-input input ~ span,.styled-input textarea ~ span {
	display: block;
    width: 0;
    height: 2px;
    background: #212121;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.125s;
    -moz-transition: all 0.125s;
    transition: all 0.125s;
}
.styled-input textarea ~ span { 
    bottom: 5px; 
}
.styled-input input:focus.styled-input textarea:focus { 
	outline: 0; 
} 
.styled-input input:focus ~ span,.styled-input textarea:focus ~ span {
	width: 100%;
	-webkit-transition: all 0.075s;
	-moz-transition: all 0.075s;  
	transition: all 0.075s; 
} 
/*-- //input-effect --*/
.contact input[type="submit"] {
    outline: none;
    color: #FFFFFF;
    padding: .6em 3em;
    font-size: .9em;
    margin: 1em 0 1em 0;
    -webkit-appearance: none;
    background: #ff9900;
    border: 2px solid #ff9900;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.contact input[type="submit"]:hover {
	background-color: transparent;
    color: #212121;
    background: none;
    border: 2px solid #212121;
}
.map-grid{
	margin:2em 0 0 0;
}
.map-grid iframe{
    width: 100%;
    height: 600px;
    border: 0;
}
.wthree-banner-info h2 {
    text-align: center;
    font-size: 2.5em;
    margin: 2em 0 1em;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}
/*-- //contact --*/
.address-grid p{
    color: #676767;
    letter-spacing: .01em;
    line-height: 1.8em;
    margin: 1em 0 0;
    font-size: .9em;
	text-align:justify;
}
.career{
    height: 40px;
    /* background: #D8D8D8; */
    border: 1px #000 solid;
    width: 100%;
    /* border: 0px; */
    color: #000;
}
/* whom we are */
.whom h3.tittle,.legal h3.tittle ,.contact h3.tittle ,.services h3.tittle{
    text-align: left;
    margin-left: 15px;
}
.whomtop {
    margin-top: 1em;
    border-left: 4px solid #ff9900;
}
.whomtop h4 {
    color: #737373;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 1em 0 0em 2em;
    font-style: italic;
    font-family: initial;
    font-size: 1.2em;
}
.whombottom p {
    font-size: 14px;
    line-height: 2em;
    color: #444;
    letter-spacing: .01em;
    margin: 3em 0 0;
    text-align: justify;
}
.w3read {
    margin-top: 3em;
}
.w3read a {
    background: #FF9900;
    padding: 10px 30px;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    letter-spacing: 2px;
    font-weight: 600;
}
.whombottom h3 {
    color: #000;
    margin-top: 2em;
    text-transform: uppercase;
    font-size: 1.4em;
    letter-spacing: .12em;
}
.whomgrid1 {
    display: inline-flex;
    padding: 2em .5em 0;
}
.whomgrid1 i.glyphicon {
    font-size: 1.6em;
    color: #03A9F4;
    margin-right: .5em;
}
.whomgrid1 p {
    color: #676767;
    letter-spacing: .01em;
    line-height: 1.8em;
    font-size: .93em;
    margin: 0em 0 0;
}
.whomright{
	position:relative;
}
.whomright img {
    width: 80%;
    margin: 0 auto;
    display: block;
}
.whomright .img1 img {
    width: 100%;
}
.whomright .img1 {
    position: absolute;
    width: 25em;
    bottom: -85%;
    border: 1px solid #999;
    left: 0%;
}
/*-- bootstrap-modal-pop-up --*/
.modal-header {
    font-size: 2em;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #fff;
	font-weight:600;
}
.close {
    opacity: 1;
}
.modal-body p {
    color: #999;
    text-align: left;
	padding:2em 2em 1em;
	margin: 0 !important;
	line-height:2em;
    font-size: 14px;
}
.modal-body p i {
    display: block;
    margin: 1em 0;
    color: #212121;
}
.modal-body {
    padding:0;
}
.modal-body img {
    padding: 0em 2em 0 2em;
}
.modal-content {
    border-radius: 0;
}
button.close {
    font-size: 1.5em;
    color:#000;
	outline: none;
}
/*-- //bootstrap-modal-pop-up --*/
/* //whom we are */

/* legal */
.gridleft p,.gridright p {
    font-size: 15px;
    color: #484848;
    margin: 0 0 1em 0;
    line-height: 2em;
    text-align: left;
}
.gridleft i.glyphicon,.gridright i.glyphicon {
    font-size: 1.2em;
    margin-right: .8em;
    color: #337ab7;
/*color: #03A9F4;*/
}
/* //legal */

/*-- icons --*/
.codes a {
    color: #999;
}
.icon-box {
    padding: 8px 15px;
    background: rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
} 
.icon-box:hover {
    background: #03A9F4;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.icon-box:hover i.fa {
	color:#fff !important;
}
.icon-box:hover a.agile-icon {
	color:#fff !important;
}
.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px; 
    line-height: 1.4;
    text-align: center;  
    font-size: 12px;
    list-style-type: none;	
}
.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.icons .grid_3 {
    margin-bottom: 3em;
}
.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
h3.icon-subheading {
    font-size: 2em;
    color: #FF9900 !important;
    margin: 30px 0 15px;
}
h3.agileits-icons-title {
	text-align: center;
    font-size: 2em;
    color: #2f2f2f;
    margin: 0;
    letter-spacing: 1px;
}
.icons a {
    color: #999;
    font-size: 14px;
}
.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}
.icons .bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background:rgba(149, 149, 149, 0.18);
    margin: 1%;
}
.icons .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
	color: #282a2b;
}
.icons .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.icons .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
ul.bs-glyphicons-list {
    padding: 0;
    margin: 0;
}
/*-- //icons --*/
/*-- typography --*/
h3.hdg {
    font-size: 2em;
    color: #ff9900 !important;
}
.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: #555;
  font-size: 0.85em;
  margin-bottom: 1em;
  font-weight: 300;
}
.grid_4{
	background:none;
}
.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 {
	margin-bottom:1em;
	color: #333;
}
.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: #8bc34a;
}
.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: #555;
  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;
}
.nav-tabs {
  margin-bottom: 1em;
}
.alert {
  font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:1.8em;
  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){
.gridleft ul {
	margin-left: 20px;
    margin-top: 0px;
    line-height: 1.7em;
    text-align: left;
}
.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: 10px;
	}
	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}
	h2.typoh2 {
		font-size: 1.5em;
	}
}
@media (max-width:480px){
	img.mobile_friendly {
		width: 10%;
		/* margin-right: -10px; */
		margin-right: 0px !important;

	}
	.dropdown-content {
		margin-left: -3.4em;
	}
	.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;
	}
}
@media (max-width: 320px){
	.grid_4 {
		margin-top: 18px;
	}
	.alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
		font-size: 13px;
	}
	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}
	ul.pagination li a {
		font-size: 14px;
		padding: 5px 11px !important;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.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.81em;
	}
	.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: 11px!important;
	}
	.codes .row {
		margin: 0;
	}
}
/*-- //typography --*/
.up{
margin-top: 17px;
}
/* Style the buttons */
ul .active{
background-color: #30576733;
}

.scrollnew {
    background-color: #F5F5F5;
    float: left;
    height: 300px;
    margin-bottom: 25px;
    margin-left: 22px;
    margin-top: 40px;
    width: 65px;
    overflow-y: auto;
}


/* blog */

.block-20 {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: block;
  width: 100%;
  height: 270px; }

.blog-entry {
  overflow: hidden; 
  margin-bottom: 30px;
      }
  .blog-entry .text {
    position: relative;
    background:#eaeaea;
    width: 100%;
    margin: 0 auto; }
    .blog-entry .text .topper {
      /*margin-top: -50px;*/
      position: flex;
      top: 0;
      left: 0;
      background: #eac15a; 
    text-align: -webkit-center;}
     /* .blog-entry .text .topper:after {
        position: absolute;
        bottom: -10px;
        left: 20px;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: #eac15a transparent transparent transparent; }*/
    .blog-entry .text .heading {
      font-size: 18px;
      margin-bottom: 16px;
      padding-top: 15px;
      font-weight: 400; }
      .blog-entry .text .heading a {
        color: #000000; }
        .blog-entry .text .heading a:hover, .blog-entry .text .heading a:focus, .blog-entry .text .heading a:active {
          color: #eac15a; }
  .blog-entry .meta > div {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 14px; }
    .blog-entry .meta > div a {
      color: gray;
      font-size: 15px; }
      .blog-entry .meta > div a:hover {
        color: #666666; }
  .blog-entry .one {
    width: 80px; }
  .blog-entry .two {
    width: calc(100% - 80px); }
  .blog-entry span.day {
    font-size: 58px;
    font-weight: 300;
    color: #fff;
    line-height: 1; }
  .blog-entry span.yr, .blog-entry span.mos {
    display: block;
    color: rgba(255, 255, 255, 0.7); }

.pl-3, .px-3 {
    padding-left: 1rem !important;
}
.pb-2, .py-2 {
    padding-bottom: 0.5rem !important;
}
.pt-2, .py-2 {
    padding-top: 0.5rem !important;
}
.pr-1, .px-1 {
    padding-right: 0.25rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.mt-2, .my-2 {
    margin-top: 0.5rem !important;
}
/*.ftco-animate {
    opacity: 0;
    visibility: hidden;
}*/
/*-- event --*/
.event-left1-left{
	padding:0;
	position:relative;
}
.event-left1-left-pos{
	position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    background: rgba(25, 25, 25, 0.52);
    padding: .5em;
    text-align: center;
}
.event-left1-left-pos ul li{
	display:inline-block;
	margin: 0 .8em;
}
.event-left1-left-pos ul li a{
	font-size: 1em;
    color: #fff;
    text-decoration: none;
}
.event-left1-left-pos ul li a span{
	padding-right: 1em;
    color: #03A9F4;
}
.event-left1-left-pos ul li a:hover{
	color:#03A9F4;
}
.event-left1-right{
	padding-right:0;
	margin: 2em 0 0;
}
.event-left1-right h4{
	font-size: 1em;
    color: #ff9900;
    margin: 0 0 2em;
    position: relative;
    padding-bottom: 1em;
    text-align: left;
}
.event-left1-right h4:after{
	position: absolute;
    bottom: -20%;
    left:0%;
    content: '';
    background: #212121;
    width: 28%;
    height: 2px;
}
.event-left1-right h3 a{
	font-size:1em;
    color: #999;
    margin: 2em 0 1em;
    line-height: 1.7em;
    text-decoration: none;
    display: block;
    text-align: center;
	text-transform: capitalize;
}
.event-left1-right h3 a:hover{
	color:#45A3D6;
}
.event-left1:nth-child(2){
	margin:4em 0;
}
.event-left1:nth-child(3){
	margin-bottom:4em;
}
.event-left1:nth-child(4) {
    margin-bottom: 4em;
}
.event-left1-right:nth-child(1) {
    padding-right: 1em;
    padding-left: 0;
}
.event-left1-right p{
    color: #999;
    line-height: 2em;
    margin: 1.5em 0 0;
}
.event-right input[type="text"]{
	outline: none;
    padding: 12px;
    text-align: center;
    color: #212121;
    border: 2px solid #DBDBDB;
    font-size: 1em;
    width: 100%;
    background: none;
}
.event-right input[type="submit"]{
	outline: none;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    border: none;
    font-size: 1em;
    width: 40%;
    background:#03A9F4;
    margin: 1em 0 0;
}
.event-right input[type="submit"]:hover{
	background:#ff9900;
}
.event-left1-right h5 a{
	text-transform: capitalize;
    font-size: 1.5em;
    color: #212121;
    text-decoration: none;
    line-height: 1.6em;
}
.event-left1-right h5 a:hover{
	color:#999;
}
.categories{
	margin:3em 0;
}
.posts,.categories,.tags1{
    padding: 1.5em;
    border: 2px solid #DBDBDB;
}
.tags1{
	margin:3em 0 0;
}
.categories ul li,.single-left2-left ul li{
	list-style-type: none;
    display: block;
    margin-bottom: 1em;
    color: #999;
}
.categories ul li i,.single-left2-left ul li i{
    padding-right: 1.5em;
	color:#ff9900;
}
.categories ul li a,.single-left2-left ul li a{
	color:#999;
	text-decoration:none;
}
.categories ul li a:hover,.single-left2-left ul li a:hover{
	color:#13b3bb;
}
.categories h3,.posts h3,.tags1 h3,.comments h3,.leave-coment-form h3{
	font-size: 1.4em;
    color: #212121;
    text-align: left;
    position: relative;
    padding-bottom: .5em;
    text-transform: uppercase;
}
.categories h3:after,.posts h3:after,.tags1 h3:after,.comments h3:after,.leave-coment-form h3:after{
	background: #03A9F4;
    width: 30%;
    height: 3px;
    content: '';
    position: absolute;
    bottom: 0%;
    left: 0%;
}
.categories ul{
	padding:2em 0 0;
}
.posts-grid-left{
	float:left;
	width:33%;
}
.posts-grid-right{
	float:right;
	width:62%;
}
.posts-grids{
	margin:2em 0 0;
}
.posts-grid-right h4 a{
	text-transform: capitalize;
    font-size: .8em;
    color: #999;
    line-height: 1.8em;
    text-decoration: none;
    display: block;
}
.posts-grid-right h4 a:hover{
	color:#000;
}
ul.wthree_blog_events_list {
    margin: .5em 0 0;
}
.wthree_blog_events_list li{
	display:inline-block;
	color:#212121;
	font-size:13px;
}
.wthree_blog_events_list li:first-child{
	margin-right:1em;
}
.wthree_blog_events_list li i{
	padding-right:.5em;
	color:#ff9900;
}
.wthree_blog_events_list li a{
	color:#212121;
	text-decoration:underline;
}
.wthree_blog_events_list li a:hover{
	color:#ff9900;
}
.posts-grid:nth-child(2) {
    margin: 2em 0;
}
.tags1 ul{
	padding:2em 0 0 !important;
}
.tags ul li {
    display: inline-block;
}
.tags ul li a {
    padding: 7px 10px;
    border: 1px solid #999;
    color: #999;
    text-decoration: none;
    margin: 0 0em 0.5em 0em;
    display: block;
}
.tags ul li a:hover {
    background: #03A9F4;
    border: 1px solid #03A9F4;
    color: #fff;
}
.paging{
	padding: 3em 0 0;
    margin: 0;
    border-radius: 0;
}
nav.paging1{
	text-align:right;
}
.pagination > li > a, .pagination > li > span{
	color:#212121;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #fff;
    background-color: #03A9F4;
    border-color: #03A9F4;
}
/*-- //event --*/
/*-- start-responsive-design --*/
@media (max-width:1080px){
	.gridleft p,.gridright p {
		font-size: 13px;
	}
	.event-left1:nth-child(2) {
		margin: 3em 0;
	}
	.event-left1-right h5 a {
		font-size: 1.3em;
	}
	.event-left1-left-pos ul li {
		margin: 0 0.5em 0 0;
	}
	.categories h3, .posts h3, .tags1 h3, .comments h3, .leave-coment-form h3 {
		font-size: 1.2em;
	}
	.categories h3:after, .posts h3:after, .tags1 h3:after, .comments h3:after, .leave-coment-form h3:after {
		width: 45%;
		left: 30%;
	}
	.event-left1-right {
		margin: 0;
	}
	.tags1 {
		margin: 2em 0 0;
	}
	.categories {
		margin: 2em 0;
	}
}
@media (max-width:991px){
	.paging {
		padding: 3em 0 0;
	}
	.event-right.wthree-event-right {
		margin: 3em auto 0;
		width: 60%;
	}
}
 
  @media (max-width: 767.98px) {
    .blog-entry {
      margin-bottom: 30px;
     padding-right: 30px;} }

@media (max-width:640px){
	.event-left1-left-pos ul li a span {
		padding-right: .5em;
	}
	.event-left1:nth-child(2) {
		margin: 2em 0;
	}
	.event-left1:nth-child(3){
		margin: 0em 0 2em;
	}
	.event-right.wthree-event-right {
		margin: 3em auto 0;
		width: 85%;
	}
	.categories h3:after, .posts h3:after, .tags1 h3:after, .comments h3:after, .leave-coment-form h3:after {
		left: 50%;
	}
}
@media (max-width:480px){
	.event-left1-left {
		float: none;
		width: 100%;
	}
	.event-left1-left-pos ul li {
		margin: 0 2.5em 0 0;
	}
	.event-left1-right {
		margin: 2em 0 0;
		float: none;
		width: 100%;
	}
	.agileinfo-event-left1-left {
		margin-top: 2em;
	}
	.paging {
		padding: 2em 0 0;
	}	
	.event-right.wthree-event-right {
		margin: 2em auto 0;
		width: 100%;
	}
	.categories h3:after, .posts h3:after, .tags1 h3:after, .comments h3:after, .leave-coment-form h3:after {
		left: 40%;
	}
}
@media (max-width:414px){
	.event-left.w3-agile-event-left {
		padding: 0;
	}
	.categories h3:after, .posts h3:after, .tags1 h3:after, .comments h3:after, .leave-coment-form h3:after {
		left: 30%;
	}
}
@media (max-width:384px){
	.event-right.wthree-event-right {
		padding: 0;
	}
	.event-left1-left-pos ul li {
		margin: 0 1.5em 0 0;
	}
}
@media (max-width:375px){
    .up{
    margin-top: -35px;
    }
	.event-left1-right h4 {
		margin: 0 0 1em;
		padding-bottom: .5em;
	}
	.event-left1-right {
		margin: 1em 0 0;
	}
	.agileinfo-event-left1-left {
		margin-top: 1em;
	}
	.categories h3:after, .posts h3:after, .tags1 h3:after, .comments h3:after, .leave-coment-form h3:after {
		left: 20%;
	}
    .blog-entry {
      margin-bottom: 30px; 
     padding-right: 30px;}
}
@media (max-width:320px){
	.event-left1-left-pos ul li {
		margin: 0 0.9em 0 0;
	}
	.event-left1-right h4 {
		font-size: .9em;
	}
	.event-left1-right {
		padding: 0;
	}
	.event-left1-left-pos ul li a {
		font-size: 13px;
	}
	p, ul li, ol li {
		font-size: 13px;
	}
	.event-left1-right p {
		margin: 1em 0 0;
	}
	.posts, .categories, .tags1 {
		padding: 1em;
	}
	.categories h3:after, .posts h3:after, .tags1 h3:after, .comments h3:after, .leave-coment-form h3:after {
		left: 5%;
	}
	
}
/* //blog */

/* appointment */
.appointment {
    background: url(../images/appointment.jpg) no-repeat 0px 0px;
    background-size: cover;
}
.layer1 {
    background: rgba(3, 169, 244, 0.2);
    padding: 7em 0;
}
.appointment h3.tittle {
    color: #fff;
    line-height: 1.5em;
}
.w3read1 a {
    background: #fff;
    padding: 1em 2em;
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 27%;
    color: #ff9900;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 17px;
    text-decoration: none;
}
.appointment1 .modal-body {
    padding:2em;
}
.appointment1 input[type="radio"] {
    margin-right: 1em;
    margin-bottom: 1em;
}
form li {
    list-style: none;
}
.appointment1 input[type="text"], .appointment1 input[type="email"] {
    padding: 10px;
    color: #485460;
	color:#000;
    width: 99%;
    margin: 0.5em 0;
    border: 1px solid;
    outline: none;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    float: left;
    font-size: 17px;
    border-color: #CCC;
    -webkit-appearance: none;
    font-family: initial;
    font-style: italic;
}
.appointment1 ul li:first-child input[type="text"], .appointment1 ul li:first-child input[type="email"] {
    margin-right: 1%;
}
.appointment1 textarea {
    width: 99%;
    height: 150px;
    margin: 6px 0;
    padding: 10px;
    font-family: initial;
    font-style: italic;
    font-size: 17px;
}
.appointment1 input[type="reset"] {
    background: #03A9F4;
    padding: 10px 30px;
    border: none;
    color: #FFF;
    cursor: pointer;
    font-size: 16px;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    outline: none;
}
.appointment1 input[type="submit"] {
    background: #ff9900;
    padding: 10px 20px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-appearance: none;
    outline: none;
    text-decoration: none;
}
.appointmentbtn li {
    display: inline-block;
}
.appointment1 select#category {
    width: 99%;
    padding: 10px;
    margin: .5em 0;
    font-family: initial;
    font-style: italic;
    font-size: 17px;
    color: #485460;
}
/* //appointment */

/*-- counter --*/
.services-bottom {
    background: #03A9F4;
    padding: 4em 0;
}
.agileits_w3layouts_about_counter_left i {
    font-size: 2.2em;
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 1.9;
}
.agileits_w3layouts_about_counter_left p {
    font-size: 3em;
    font-weight: bold;
    color: #fff;
    margin: 0.5em 0 0em;
}
.agileits_w3layouts_about_counter_left {
    text-align: center;
}
.agileits_w3layouts_about_counter_left h3 {
    color: #fff;
    font-size: 1em;
    margin: .5em 0 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/*-- //counter --*/

/*-- single --*/
.resource{
    margin: 1em 0 2em;
}
.resource h3 {
    color: #000;
    margin: 1em 0;
    line-height: 1.5em;
    font-size: 20px;
}
.res_img{
    height: 2em;
    width: auto;
    padding-left: 70%;
}
.single-left1 h3{
	margin: 2em 0 1em;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.5em;
    color: #212121;
    line-height: 1.5em;
}
.single-left1 ul li{
    /* display: inline-block; */
    margin-left: 2em;
}
.single-left1 ul li span{
    color: #03A9F4;
    padding-right: 1em;
}
.single-left1 ul li a{
	color:#999;
	font-style:italic;
	text-decoration:none;
}
.single-left1 ul li a:hover{
    color: #03A9F4;
}
.single-left1{
    margin: 0em 0 2em 0;
}
.single-left1 ul {
    text-align: justify;
    line-height: 1.7em;
    color: #999;
}
.single-left1 p{
    text-align: justify;
	margin: 1em 0;
    color: #999;
    line-height: 2em;
}
table > tbody > tr > td > img{
	width:35%;
}
.single-left1 p img{
	width: 3%;
}
.single-left1 p i{
	color:#212121;
	margin:1em 0;
	display:block;
}
.admin{
	padding:2em;
	background:#212121;
	margin: 3em 0;
}
.admin p{
	color: #f5f5f5;
    margin: 0;
    line-height: 2em;
    position: relative;
    padding-left: 3.5em;
}
.admin p:before{
	position:absolute;
	top:0%;
	left:0%;
	content:"\f10d";
	font-family:FontAwesome;
	font-size:2em;
}
.admin a{
	display: block;
    text-align: right;
    color: #03A9F4;
    font-size: 1em;
    text-decoration: none;
}
.admin a:hover{
	color:#fff;
}
.comments-grids{
	margin:3em 0 0;
}
.comments-grid-left{
	float:left;
	width:15%;
}
.comments-grid-left img{
	padding:.3em;
	border:2px dotted #13b3bb;
    border-radius: 50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-webkit-border-radius:50%;
}
.comments-grid-right{
	float:right;
	width:75%;
}
.comments-grid-right ul{
	padding:1em 0;
}
.comments-grid-right ul li{
	display: inline-block;
    color: #999;
    text-transform: uppercase;
    font-weight: 600;
}
.comments-grid-right ul li i{
	margin:0 1em;
	font-style:normal;
}
.comments-grid-right ul li a{
    color: #ff9900;
	text-decoration:none;
}
.comments-grid-right ul li a:hover{
	color:#999;
}
.comments-grid-right h4 a{
	font-size: 1em;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}
.comments-grid-right h4 a:hover{
	color:#13b3bb;
}
.comments-grid-right p{
	font-size:14px;
	color:#999;
	line-height:1.8em;
	margin:0;
}
.comments-grid:nth-child(2){
	margin:2em 0;
}
.comments-grid:nth-child(3){
	margin:0 0 2em;
}
.leave-coment-form{
	margin:3em 0 0;
}
.leave-coment-form input[type="text"],.leave-coment-form input[type="email"],.leave-coment-form textarea{
	outline: none;
    border:2px solid #ececec;
    background: none;
    padding: 10px;
    font-size: 13px;
    color: #212121;
    width: 48.82%;
}
.leave-coment-form input[type="email"]{
	margin-left:1em;
}
.leave-coment-form textarea{
	min-height:200px;
	resize:none;
	width:100% !important;
	margin:1em 0 0.8em;
}
.w3_single_submit{
	text-align:right;
}
.leave-coment-form input[type="submit"]{
	outline: none;
    border: none;
    background: #03A9F4;
    padding: 10px 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px;
    width: 35%;
}
.leave-coment-form input[type="submit"]:hover{
	background:#212121;
}
.leave-coment-form form {
    margin: 3em 0 0;
}
.single-left1 h3 {
    color: #000;
    margin: 1em 0;
    line-height: 1.5em;
    text-transform: capitalize;
    font-size: 20px;
}
/*-- //single --*/
/*-- start-responsive-design --*/
@media (min-width:1600px){
	.banner-layer1 {
    background: url(../images/banner01.jpg) no-repeat 0px 0px;
    min-height: 433px;
    background-position: center center;
    width: 100%;
    height: 100%;
    background-size: contain;
}
	
	nav.navbar.navbar-default {
    padding: 0em 9.5em 0em 0em;
	}
	.newsx{
	/* margin-right: -44em; */
    /* margin-left: 44em; */
}
	.container {
    width: 1170px;
}
	img.mobile_friendly {
    display: inline-block;
    width: 8%;
    float: right;
   /*  margin-right: -45em; */
}
.img_right_home img{
    width: 70%;
    float: right;
    margin-right: 12%;
}
.l-grids figure img {
    position: relative;
    display: block;
    height: 18em;
    padding: 0 1.5em;
}
h4.name {
    color: #656565;
    background: #fff;
    position: absolute;
    padding: 1em 2em;
    font-size: 14px;
    border: 1px solid #ddd;
    left: 31%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
h5.name {
    color: #ff9900;
    background: transparent;
    position: absolute;
    border: 0px solid #ddd;
    bottom: -18%;
    width: 100%;
    padding: 10px 52px 0 24px;
}
#toTop {
    right: 5%;
}
.wthree_copy_right {
    /* padding: 5px 40px 4.5em 0px; */
    padding: 5px 0px 4.5em 0px;
}
.banner-logo {
    text-align: center;
    margin-top: 1em;
}

.link-effect-8 a {
    margin: 0.8em 2em 0;
    padding: 1em 0;
    position: relative;
}
}
@media (max-width:1080px){

    .img1, .img2, .img3, .img4, .img5, .img6 {
        /* height: auto; */
        height: 300px;
    }
    h4.name {
        padding: 10px 14px;
        left: 16%;
        bottom: -16%;
    }
    h5.name {
        bottom: -27%;
    }
    .lawyer1 {
        margin-bottom: 5em;
    }
    img.mobile_friendly {
        margin-right: 0;
    }
    .l-grids figure img {
        height: 11.5em;
        padding: 0 0em;
    }
    .single-left1 h3 {
        margin: 1em 0 1em;
        letter-spacing: 1px;
        font-size: 1.3em;
    }
    .admin {
        margin: 2em 0;
    }
    .leave-coment-form input[type="text"], .leave-coment-form input[type="email"], .leave-coment-form textarea {
        width: 48.56%;
    }
}
@media (max-width:1024px){
    h4.name {
    left: 25%;
    bottom: -15%;
   }
   h5.name {
	color: #ff9900;
    background: transparent;
    position: absolute;
    border: 0px solid #ddd;
    bottom: -24%;
    padding: 10px 83px 10px 24px;
	width: 100%;
	}
}
@media (max-width:991px){
	.single-left2-left {
		float: left;
		width: 50%;
	}
	.leave-coment-form input[type="text"], .leave-coment-form input[type="email"], .leave-coment-form textarea {
		width: 48.75%;
	}
}
@media (max-width:640px){
	.single-left1 h3 {
		font-size: 1.2em;
	}
	.leave-coment-form input[type="text"], .leave-coment-form input[type="email"], .leave-coment-form textarea {
		width: 48.4%;
	}
}
@media (max-width:480px){
.banner1 {
    /* background-size: 100%;
    min-height: 210px; */
	/* background: url(../images/banner01.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: 300px;
    background-position: 30%;
}

.banner-layer1 {
    min-height: 400px;
}
	.footer-right{
		text-align: left;
		margin-top: 0.7em;
	}
	.wthree_copy_right {
		padding: 5px 0 5em;
	}
	.single-left {
		padding: 0;
	}
	.single-left1 h3 {
		font-size: 1.1em;
		letter-spacing: 0;
	}
	.single-left2-left {
		float: none;
		width: 100%;
	}
	.comments-grid-right h4 a {
		font-size: .8em;
	}
	.comments-grid-left {
		width: 20%;
	}
	.leave-coment-form input[type="text"], .leave-coment-form input[type="email"], .leave-coment-form textarea {
		width: 100%;
	}
	.leave-coment-form input[type="email"] {
		margin: 1em 0 0;
	}
	.leave-coment-form input[type="submit"] {
		width: 100%;
	}
	.leave-coment-form form,.leave-coment-form {
		margin: 2em 0 0;
	}
	.agileits_map iframe {
		min-height: 250px;
	}
}
@media (max-width: 414px){
	.up{
margin-top: -40px;
}
	.single-left1 h3 {
		font-size: 1em;
	}
	.single-left1 ul li {
		margin-right: 1em;
	}
	.admin {
		padding: 1em;
	}
}
@media (max-width: 384px){
	.single-left1 ul li span {
		padding-right: .5em;
	}
}
@media (max-width: 375px){
	.admin a {
		margin: 1em 0 0;
	}
}
@media (max-width: 320px){
	p, ul li, ol li,.comments-grid-right p {
		font-size: 13px;
	}
	.single-left1 ul li {
		margin-right: 0.4em;
	}
	.single-left1 p {
		margin: 1em 0;
	}
	.single-left2-left {
		padding: 0;
	}
	.admin {
		margin: 1em 0 2em;
	}
	.admin p {
		padding-left: 3em;
	}
	.comments-grids {
		margin: 2em 0 0;
	}
	.comments-grid-left {
		width: 30%;
	}
	.comments-grid-right {
		width: 65%;
	}
	.comments-grid-right ul li i {
		margin: 0 0.4em;
	}
}
/* //single */
@media screen and (max-width: 1440px){
	.banner,.banner-layer{
		/* min-height:475px; */
		min-height: 575px;
	}
	.shy-menu.is-open {
		width: 70%;
	}
	.phone i.glyphicon {
		left: 45%;
	}
}
@media screen and (max-width: 1366px){
	.link-effect-8 a {
		margin: 0.8em 5px 0;
	}
}
@media screen and (max-width: 1280px){
img.mobile_friendly {
    margin-right: 0;
}
	.banner, .banner-layer {
		min-height: 690px;
	}
	h3.tittle {
		font-size: 2.2em;
	}

.gridmiddle tr td{
    font-size: 15px;
}
.gridmiddle tr td a{
	text-decoration: none;
}
.gridmiddle tr td img{
	width: 22px;
}
}
@media screen and (max-width: 1080px){
	.agile_banner_info {
		margin: 8em auto 0em;
	}
	.banner, .banner-layer {
		min-height: 670px;
	}
	.grid1 h3 {
		font-size: 1.2em;
	}
	.special-left h4, .spl-bot-right h4 {
		font-size: 24px;
	}
	.img_text_w3ls h4 {
		font-size: 1.6em;
	}
	.img_text_w3ls {
		padding: 3em 0 6em 3em;
		height: 300px;
	}
	.textagile {
		padding: 1em 2em 4em;
	}
	.border {
		width: 75%;
		padding: 4em 0;
	}
	.shy-menu.is-open {
		width: 77%;
	}
	.shy-menu {
		left: 12%;;
	}
	#typed {
		font-size: 2.5em;
	}
	.gridnumber span {
		font-size: 7em;
	}
	h4.name {
		font-size: 14px;
	}
	.agileits_w3layouts_about_counter_left h3 {
		letter-spacing: 0px;
	}
	.w3read1 a {
		width: 33%;
	}
	.appointment h3.tittle {
		font-size: 2em;
	}
	.event-left1-left-pos {
		padding: .5em 0;
	}
	.single-left2-left {
		padding: 0;
	}
	.phone i.glyphicon {
		left: 44%;
	}
}
/* .single-left1 p a {
	color: #999;
} */
@media screen and (max-width: 1050px){
img.mobile_friendly{
	margin-right: -45px;
}
.img1, .img2, .img3, .img4, .img5, .img6 {
    height: 200px;
}
/* h4.name {
    left: 6%;
    bottom: -15%;
} */
/* h5.name {
    color: #ff9900;
    background: transparent;
    position: absolute;
    border: 0px solid #ddd;
    bottom: -17%;
    width: 100%;
    padding: 10px 52px 0 24px;
} */
.lawyer1 {
    margin-bottom: 5em;
}
.l-grids figure img {
	position: relative;
	display: block;
    /* height: 17em; */
	height: 22em;
    padding: 0 0em;
    margin-bottom: 5px;
}
.gridmiddle img{
    margin-bottom: 0.5em;
}
.gridmiddle p{
	padding: 5px 0 0 0;
}
h3.tittle {
	margin-bottom: 0.5em;
}
.home_ {
    padding: 2em 0 0 0;
}
.l-grids figure img {
    padding: 0 0em;
}
.special-grids {
    margin-top: 0;
    height: auto;
}
	.lawyers {
		padding: 0em 0 0em 0;
	}
	.topH {
		margin-top: 1.8em;
	}
	.gridinfo p {
		margin: 0em 0 2em;
	}
	.grid1 {
		margin: 0em 0;
	}
	.grid_aboutDet {
		height: 12em;
	}
	.about {
		margin-top: 0;
	}
	.whom h3.tittle, .legal h3.tittle, .contact h3.tittle, .services h3.tittle {
		margin-left: 15px;
	}
	/* .shy-menu-hamburger {
		margin-top: 3em;
	} */
	.shy-menu.is-open {
		margin-top: 6em;
	}
	.shy-menu {
		margin-top: 6em;
	}
	.link-effect-8 a {
		margin: 0.8em 5px 0;
	}
	.icon-box {
		padding: 8px 5px;
	}
	.banner, .banner-layer {
		min-height: 375px;
	}
}
@media screen and (max-width: 1024px){
	img.mobile_friendly {
		margin-right: -5px;
	}
	.banner, .banner-layer {
		min-height: 610px;
	}
	.shy-menu {
		left: 10%;
	}
	.shy-menu.is-open {
		width: 81%;
	}
	.link-effect-8 a {
		margin: 1.2em 1em 0;
		padding: .7em 1em;
	}
	.img_text_w3ls h4 {
		font-size: 1.5em;
	}
	.img_text_w3ls {
		padding: 5em 0 5em 3em;
	}
	.address ul li {
		font-size: 14px;
	}
	.banner-logo h1, .banner-logo h2, .banner-logo h3 {
		font-size: 2.5em;
	}
}
@media screen and (max-width: 991px){
	.is-open .shy-menu-panel {
		width: 100%;
	}
	.banner, .banner-layer {
		min-height: 620px;
	}
	.gridnumber {
		width: 20%;
		float: left;
	}
	.gridinfo {
		width: 80%;
		float: left;
	}
	.grid1 {
		margin-bottom: 2em;
	    height: auto;
	}
	.grid1.margin {
		margin-bottom: 0em;
	}
	.legaltopgrids {
		margin: 2em 0 0;
	}
	.lawyer1 {
		width: 50%;
		float: left;
	}
	.l-grids figure figcaption {
		padding: 1em;
	}
	figure.effect-bubba h4 {
		padding: 14% 10%;
	}
	.special-left h4, .spl-bot-right h4 {
		font-size: 22px;
	}
	h4.name {
		padding: .5em 1em;
		font-size: 18px;
		left: 28%;
	}
	.img_text_w3ls h4 {
		font-size: 1.4em;
	}
	.footer-grid, .agile-footer-grid {
		width: 50%;
		float: left;
	}
	.footer-grid {
		margin-bottom: 2em;
	}
	.agile-footer-grid ul {
		padding-right: 5em;
	}
	.whomgrid1 {
		width: 33.33%;
		float: left;
	}
	.whomright .img1 {
		position: static;
		width: 100%;
		float: left;
		background: none;
		border: 0px solid #999;
	}
	.w3read {
		margin-bottom: 3em;
	}
	.agileits_w3layouts_about_counter_left {
		width: 50%;
		float: left;
	}
	.agileits_w3layouts_about_counter_left:nth-child(1){
		margin-bottom:3em;
	}
	.agileits_w3layouts_about_counter_left:nth-child(2){
		margin-bottom:3em;
	}
	.agileits_w3layouts_about_counter_left p {
		margin: 0em 0 0em;
	}
	.gridleft, .gridright {
		width: 50%;
		float: left;
		margin-bottom: 2em;
	}
	.gridmiddle {
		width: 70%;
		margin:0 auto;
	}
	.w3read1 a {
		width: 41%;
	}
	.agile-contact-left, .agile-contact-right {
		width: 50%;
		float: left;
	}
	.link-effect-8 a {
		padding: .7em;
	}
}
@media screen and (max-width: 900px){
	.link-effect-8 a {
		margin: 1.2em .5em 0;
	}
	.img_text_w3ls {
		padding: 4em 0px 4em 1em;
	}
	.gridnumber span {
		font-size: 6em;
	}
	.gridinfo p {
		margin: 0em 0 1em;
	}
	.phone i.glyphicon {
		font-size: 3em;
		top: 15%;
	}
}
@media screen and (max-width: 800px){
	.shy-menu {
		left: 6%;
		top: 6%;
	}
	.link-effect-8 a {
		font-size: 14px;
	}
	.banner-logo {
		/* margin-top: 6em; */
	}
	.banner, .banner-layer {
		min-height: 600px;
	}
	.banner_agile_para p {
		margin: 2em;
	}
	.gridnumber {
		width: 15%;
		float: left;
	}
	.img_right_home{
		width: 50%;
		float: none;
		    margin: 0 8em;
		display: block;
	}
	.gridinfo {
		width: 100%;
		float: left;
	}
	.img_text_w3ls h4 {
		font-size: 1.3em;
	}
	.phone1 {
		padding: 4em 0;
	}
	.agileits_w3layouts_about_counter_left i {
		font-size: 2em;
	}
	.agileits_w3layouts_about_counter_left p {
		font-size: 2em;
	}
	h3.tittle {
		font-size: 2em;
	}
	.shy-menu.is-open {
		width: 87%;
	}
}
@media screen and (max-width: 768px){
	img.mobile_friendly {
		margin-right: 0px;
	}
	.banner-logo {
		/* margin-top: 0em; */
	}
	#typed {
		font-size: 2em;
	}
	.banner_agile_para p {
		letter-spacing: 1px;
	}
	.img-grid {
		width: 100%;
		float: none;
	    height: auto;
	}
	.footer-grid, .agile-footer-grid {
		padding: 0 15px;
	}
	.link-effect-8 a {
		/* margin: 1.2em .3em 0; */
		margin: 1.2em 0em 0;
	}
	.phone i.glyphicon {
		top: 11%;
	}
}
@media screen and (max-width: 736px){
	.shy-menu {
		left: 5%;
		top: 6%;
	}
	.link-effect-8 a {
		margin: 1.2em .1em 0;
	}
	.agile_banner_info {
		margin: 4em auto 0em;
	}
	.banner, .banner-layer {
		min-height: 550px;
	}
	.agileinfo_social_icons li a {
		width: 35px;
		height: 35px;
	}
	.agileinfo_social_icons li a i {
		line-height: 2.1em;
	}
	.thim-click-to-bottom {
		left: 47%;
	}
	.grid1 h3 {
		font-size: 1em;
	}
	figure.effect-bubba h4 {
		padding: 18% 10%;
	}
	.special-left h4, .spl-bot-right h4 {
		font-size: 20px;
	}
	h4.name {
		font-size: 14px;
	}
	.w3read1 a {
		width: 44%;
	}
	.agile-contact-left, .agile-contact-right {
		width: 100%;
		float: none;
	}
	.agile-contact-left {
		margin-bottom:2em;
	}
	.map-grid iframe {
		height: 400px;
	}
	.icon-box {
		padding: 8px 15px;
	}
	.shy-menu.is-open {
		width: 89%;
	}
}
@media screen and (max-width: 667px){
	
	.phone1 h3 {
		font-size: 1.5em;
	}
	.border {
		width: 80%;
		padding: 3em 0;
	}
	.typography, .codes, .legal, .testimonials, .services, .lawyers, .contact, .whom {
		padding: 2em 0;
	}
	.link-effect-8 a {
		padding: .7em;
	}
	.lawyer1 {
		width: 80%;
		float: left;
		margin-left: 4em;
	}
	.agile-footer-grid ul {
		padding-right: 3em;
	}
	h4.name {
		font-size: 13px;
		padding: 1em 1em;
	}
	.appointment h3.tittle {
		font-size: 1.7em;
	}
	.layer1 {
		padding: 4em 0;
	}
	.w3read1 a {
		width: 48%;
	}
	.event-left1-right h4 {
		margin: 0 0 1em;
	}
	.event-left1-right p {
		margin: 1em 0 0;
	}
	figure.effect-bubba h4 {
		line-height: 2em;
	}
	.test-review p {
		font-size: 14px;
	}
}
@media screen and (max-width: 640px){
	.img-agile {
		left: 36%;
	}
	.w3read1 a {
		width: 50%;
	}
}
@media screen and (max-width: 600px){
	.banner, .banner-layer {
		min-height: 500px;
	}
	
	.w3_agileits_banner_main_grid, .shy-menu.is-open {
		height: auto;
	}
	.shy-menu-panel ul {
		text-align: center;
		padding: 3.5em 0 1em;
	}
	h3.tittle {
		font-size: 1.7em;
	}
	.test-review p {
		font-size: 14px;
	}
	.img-agile {
		left: 35%;
	}
	.agile-footer-grid ul {
		padding-right: 1em;
	}
	.wthree-banner-info h2 {
		font-size: 2em;
	}
	.w3read1 a {
		width: 55%;
	}
	.event-left1-left-pos ul li a {
		font-size: .91em;
	}
	.leave-coment-form input[type="text"], .leave-coment-form input[type="email"], .leave-coment-form textarea {
		width: 48.3%;
	}
	.phone i.glyphicon {
		left: 43%;
	}
	.modal-header {
		font-size: 1.8em;
	}
}
@media screen and (max-width: 568px){
	#typed {
		font-size: 1.6em;
	}
	.banner-logo h1, .banner-logo h2, .banner-logo h3 {
		font-size: 2.2em;
	}
	.banner-logo h1 span, .banner-logo h2 span, .banner-logo h3 span {
		letter-spacing: 8px;
	}
	.banner_agile_para p {
		font-size: 14px;
		margin: 1em;
	}
	.banner, .banner-layer {
		/* min-height: 480px; */
	}
	.rotate {
		padding: 4px 8px;
		width: 35px;
		height: 35px;
	}
	.gridnumber span {
		font-size: 5em;
	}
	.lawyer1 {
		margin-left: 3em;
	}
	.gridleft p, .gridright p {
		font-size: 14px;
		margin: 0;
		line-height: 1.8em;
	}
	.whombottom h3 {
		margin-top: 1em;
		font-size: 1.2em;
	}
	.event-left1-left, .event-left1-right {
		width: 100%;
		margin: 1em 0;
	}
	.event-left1-left-pos ul li {
		margin: 0 2em 0;
	}
	.event-left1-left-pos ul li a {
		font-size: 1em;
	}
	.modal-header {
		font-size: 1.6em;
	}
}
@media screen and (max-width: 480px){
	.l-grids figure img {
		height: auto;
		padding: 0 1.5em;
	}
	.about {
		margin-top: -4em;
	}
	.banner-logo {
		/* margin-top: 0em; */
	}
	.content2 {
	    min-width: 100% !important;
	}
	.drop {
	    width: 100%;
	}
	.content2 a {
	    padding: 1px 1px !important;
	    margin: 0 1px !important;
	}
	.drop-content {
	    min-width: 100% !important;
	}
	.agile_banner_info {
		margin: 3em auto 0em;
	}
	.banner, .banner-layer {
		min-height: 275px;
		background: url(../images/banner01.jpg) no-repeat 0px 0px; */
    background: url(../images/banner01.jpg) no-repeat 0px 0px;
    background: url(../images/banner01.jpg) no-repeat -21em 48px;
    background-size: auto 100%;
    /* -webkit-background-size: cover; */
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 300px;
    position: relative;
    background-position: 25%;
	}
	.lawyer1 {
		margin-left: 1em;
		width: 90%;
	}
	h4.name {
		left: 9%;
    /* bottom: 0%; */
    bottom: -11%;
    width: 82%;
    text-align: center;
	}
	.phone i.glyphicon {
		font-size: 2.5em;
	}
	.footer-grid, .agile-footer-grid {
		width: 100%;
		float: none;
	}
	.footer-grid {
		margin-bottom: 4em;
	}
	.col-md-3.agile-footer-grid {
		margin-bottom: 4em;
	}
	.whomgrid1 {
		width: 80%;
		float: none;
	}
	.whomgrid1 i.glyphicon {
		font-size: 1.2em;
		margin-right: 1em;
	}
	.agileits_w3layouts_about_counter_left {
		padding: 0;
	}
	.gridleft, .gridright {
		width: 100%;
		float: none;
		margin-bottom: 0.5em;
		text-align: center;
	}
	.w3read1 a {
		width: 70%;
	}
	.event-left1-left-pos ul li {
		margin: 0 1em 0;
	}
}
@media screen and (max-width: 440px){
	#typed {
		font-size: 1.4em;
	}
	.grid1 h3 {
		margin-left: 0em;
	}
	.lawyer1 {
		margin-left: 0em;
		width: 100%;
	}
	.phone1 h3 {
		font-size: 1.3em;
	}
	.w3read1 a {
		width: 80%;
	}
	figure.effect-bubba h4 {
		padding: 14% 10%;
	}
	.img_text_w3ls {
		padding: 3em 0px 3em 1em;
	}
	.agileits_w3layouts_about_counter_left {
		width: 100%;
		float: none;
	}
	.agileits_w3layouts_about_counter_left:nth-child(3) {
		margin-bottom: 3em;
	}
	.appointment h3.tittle {
		font-size: 1.5em;
	}
	.gridnumber {
		padding: 0;
	}
	.modal-header {
		font-size: 1.4em;
	}
	.phone i.glyphicon {
		left: 41%;
	}
}
@media screen and (max-width: 414px){
.special-left h4, .spl-bot-right h4 {
    font-size: 14px;
	}
	h4.name {
    font-size: 14px;
    padding: 1em 1em;
	}
	h4.name {
    left: 9%;
    bottom: -2%;
    width: 82%;
    text-align: center;
	}
	h5.name {
    color: #ff9900;
    background: transparent;
    position: absolute;
    border: 0px solid #ddd;
	bottom: -18%;
    padding: 10px 50px 0 0px;
    width: 100%;
	}
figure.effect-bubba h4 {
    padding: 14% 10%;
	}
	.lawyer1 h5 {
    color: #ff9900;
    text-align: center;
    font-size: 14px;
	}
	
}
@media screen and (max-width: 384px){
/* 	.banner-logo {
		margin-top: 6em;
	} */
	.banner-logo {
		margin-top: 3em;
	}
	.banner-logo h1, .banner-logo h2, .banner-logo h3 {
		font-size: 2em;
	}
	.grid1 h3 {
		line-height: 1.7em;
	}
	figure.effect-bubba h4 {
		padding: 52% 8%;
	}
	h4.name {
		left: 11%;
		font-size: 16px;
		bottom: -12%;
		width: 78%;
		text-align: center;
	}
	.whomgrid1 {
		width: 100%;
		float: none;
	}
	.whomright img {
		width: 100%;
	}
	.w3read1 a {
		width: 90%;
	}
	.event-left1-left-pos ul li {
		margin: 0 .5em 0;
	}
	.appointment1 input[type="text"], .appointment1 input[type="email"] {
		font-size: 16px;
	}
}
@media screen and (max-width: 375px){
	.img-agile {
		left: 29%;
	}
	.single-left1 ul li {
		margin-right: 0.5em;
	}
	.gridmiddle {
		width: 80%;
	}
	.appointment1 .modal-body {
		padding: 2em 1em;
	}
}
@media screen and (max-width: 320px){
	.about {
		margin-top: -3em;
	}
	.banner-logo {
		margin-top: 1em;
	}
	#typed {
		font-size: 1.2em;
	}
	.agile_banner_info {
		margin: 2em auto 0em;
	}
	h3.tittle {
		font-size: 1.2em;
	}
	.gridinfo {
		padding: 0;
		padding-left: 10px;
	}
	.col-md-6.lawyer1 {
		padding: 0;
	}
	figure.effect-bubba h4 {
		padding:9% 7%;
	}
	.special-left h4, .spl-bot-right h4 {
		font-size: 18px;
	}
	h4.name {
		left: 13%;
		font-size: 16px;
		bottom: -15%;
		width: 74%;
		text-align: center;
	}
	.img_text_w3ls {
		padding: 2em;
	}
	.img_text_w3ls h4 {
		line-height: 1.6em;
	}
	.textagile {
		padding: 1em 1em 4em;
	}
	.border {
		width: 92%;
	}
	.phone1 {
		padding: 2em 0;
	}
	.phone i.glyphicon {
		font-size: 2em;
		top: 6%;
	}
	.footer-grid {
		margin-bottom: 2em;
	}
	.col-md-3.agile-footer-grid {
		margin-bottom: 2em;
	}
	.whomgrid1 {
		padding: 2em 0em 0;
	}
	.w3read a {
		padding: 8px 20px;
		font-size: 14px;
		letter-spacing: 1px;
	}
	.gridmiddle {
		width: 90%;
	}
	.w3read1 a {
		padding: .5em 1em;
		font-size: 15px;
	}
	.appointment h3.tittle {
		font-size: 1.3em;
	}
	.footer-grid h3, .footer-list h3, .agile-footer-grid h3 {
		font-size: 1.3em;
		margin: 0 0 1em 0;
	}
	h3.agileits-icons-title {
		font-size: 1.5em;
	}
	h3.icon-subheading {
		font-size: 1.3em;
		margin: 20px 0 0px;
	}
	h3.hdg {
		font-size: 1.2em;
	}
	.wthree_blog_events_list li:first-child {
		margin-right: .4em;
	}
	.footer-top {
		padding: 3em 0 2em;
	}
	.agile-contact-left {
		padding: 0;
	}
	.modal-header {
		font-size: 1.1em;
	}
}
/* //responsive design */