/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
html, body{
	margin:0;
	font-size: 100%;
	font-family: 'Montserrat', sans-serif;
	background: #fff;
}
body a {
	text-decoration: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;
}
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;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	font-family: 'Courgette', cursive;
    font-weight: 600;
}	
p{
	margin:0;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
    color: #999;
    line-height: 1.9em;
	letter-spacing:1px;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
/*-- Slider --*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display:none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  }
.callbacks_tabs{
    list-style: none;
    position: absolute;
    bottom: -118px;
    left: 43%;
    padding: 0;
    margin: 0;
    z-index: 99;
    display: block;
    text-align: center;
}
.slider-top span{
	font-weight:600;
}
.callbacks_tabs li{
    display: inline-block;
    margin: 0 4px;
}
/*----*/
.callbacks_tabs a{
	visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 4px;
    width: 32px;
    display: inline-block;
    background: #fff;
	border-radius: 13px 0;
}
.callbacks_here a:after{
    background: #88d902;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    bottom: 65px;
    left: 0;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 50px;
    height: 50px;
    background: transparent url(../images/arrows.png) no-repeat left top;
	transform: rotate(92deg);
}
.callbacks_nav.next {
    left: auto;
    background-position: right top;
    left: 27%;
    top: 67%;
}
.callbacks_nav.prev {
    right: auto;
    background-position: left top;
    left: 27%;
    top: 50%;
}
.callbacks_nav:active {
	opacity: 1.0;
}

.callbacks2_nav:active {
	opacity: 1.0;
}
.slider-info {
    z-index: 999;
    width: 50%;
    margin: 9em auto 0;
    padding: 4em 5em 4em 8em;
    background: rgba(0, 0, 0, 0.45);
}
.slider-info img {
    width: 150px;
    margin: 0 auto;
    margin-bottom: 2.5em;
}
.slider-info h3 {
    font-size: 2em;
    color: #e6e6e6;
    letter-spacing: 2px;
	font-weight: 100;
}
.slider-info p {
    font-size: 3em;
    font-weight: 300;
    color: #fff;
    margin: 0 auto;
    line-height: 1.3;
    padding: .5em 0;
    letter-spacing: 1px;
	text-transform:capitalize;
}
.slider-info h4 {
    font-size: 45px;
    color: #b56d10;
	letter-spacing: 3px;
	text-transform:uppercase; 
	margin-top: 7px;
}
h6 {
	margin:0 auto;
	z-index:999;
}
.slider-top span{
font-weight:600;
}
/*-- //Slider --*/
/*-- header --*/
input[type="submit"],.w3l_header_left ul li a,.related-post-right h4 a,.comments-grid-right h4 a,.reply a,.w3_single_grid_left_grid ul li a,ul.contact_info li a,.w3ls_services_bottom_grid_grid_pos,.footer-copy p a,.w3l_services_grid h4 a,.agileinfo_footer_grid ul li a,.wthree_service_breadcrumb_left ul li a{
	transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-moz-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
}
.w3l_header_left{
	float:left;
	margin: .3em 0 0;
}
.w3l_header_left ul li{
	display:inline-block;
	margin-right:2em;
	font-size:14px;
	color:#999;
}
.w3l_header_left ul li span {
    padding-right: 1em;
    color: #f58703;
}
.w3l_header_left ul li a{
	color:#212121;
	text-decoration:none;
}
.w3l_header_left ul li a:hover{
	color:#999;
}
.w3l_header_right{
	float: right;
}
/*-- social-icons --*/
/*--top header start here--*/
.w3ls-social-icons.text-left a {
    display: inline-block;
}
.w3ls-social-icons i {
    font-size: 15px;
    background: #333;
    padding: 8px 10px;
    color: #fff;
    border: 1px solid #333;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.w3ls-social-icons i:hover {
    background: transparent;
    color: #f58703;
    border: 1px solid #f58703;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.top-header-main {
    padding: 1em 0em;
}
.header-address h6 {
    font-size:0.9em;
    color: #fff;
    display: inline-block;
}
.logo h1 {
    font-size:2.5em;
}
/*-- //social-icons --*/

.w3layouts_header_right {
    float: right;
    position: relative;
    width: 18%;
    margin-top: 1.5em;
}
.w3layouts_header_right input[type="search"] {
    width: 78%;
    outline: none;
    border: none;
    background: #fff;
    color: #999;
    padding: .7em 1em;
    font-size: .9em;
    float: left;
    letter-spacing: 1px;
}
.w3layouts_header_right input[type="submit"] {
    outline: none;
    border: none;
    background: #f14545 url(../images/search.png)no-repeat 15px 8px;
    color: #fff;
    padding: .6em 0;
    width: 20%;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
}
.slider {
    background: url(../images/b2.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height:840px;
	padding-top:100px;
}
/*-- menu-navigation --*/
.shy-menu{
  -moz-transition: all .4s cubic-bezier(.1,.7,.3,1);
  -webkit-transition: all .4s cubic-bezier(.1,.7,.3,1);
  -o-transition: all .4s cubic-bezier(.1,.7,.3,1);
  -ms-transition: all .4s cubic-bezier(.1,.7,.3,1);
  transition: all .4s cubic-bezier(.1,.7,.3,1);
}

.shy-menu-panel ul {
	text-align: center;
}
.shy-menu-panel ul li{
    display: inline-block;
}
.shy-menu-panel ul li a{
	color: #fff;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
	font-family: 'Bree Serif', serif;
}

.shy-menu { 
	display: block;
	background-color: rgba(33,40,44,.1);
	color: #fff;
    position: absolute;
}
.shy-menu-hamburger,.shy-menu { 
	height: 35px;
	width: 35px;
}
.shy-menu.is-open{ 
  background-color:#262626;
}

.shy-menu.is-open {
    width: 100%;
}
.w3_agileits_banner_main_grid,.shy-menu.is-open {
	height: 75px;
}

.shy-menu-panel { 
	margin-left: 0px;
	display: none;
}
.is-open .shy-menu-panel { 
	margin-left: 0;
	display: block;
	width: 95%;
}
/*** Hamburger ***/
.shy-menu-hamburger {
	position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
    float: right;
    margin-top: 1.4em;
}

.shy-menu-hamburger > .layer {
  background-color: #fff;
  border-radius: 1px;
  display: block;
  height: 2px;
  overflow: hidden;
  position: absolute;
    left: 5px;
  width: 25px;
}

.shy-menu-hamburger .layer.top { top: 8px; }
.is-open .shy-menu-hamburger .layer.top { 
	margin-top: .58em;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.shy-menu-hamburger .layer.mid { top: 17px; }
.is-open .shy-menu-hamburger .layer.mid {
	opacity: 0;
	left: 0;
}
.shy-menu-hamburger .layer.btm { top: 26px; }
.is-open .shy-menu-hamburger .layer.btm { 
	margin-top: -.58em;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
/*-- nav-effect --*/
.link-effect-8 a {
	margin: 0.8em 2.5em 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;
}
/*-- //nav-effect --*/
.shy-menu-panel ul li.active a,.link-effect-8 a:hover{
	color:#a4dd25;
}
.w3_banner_info{
	margin:12em 0 0;
	width:60%;
}
.w3_banner_info_grid h3{
	font-size:2em;
	color:#fff;
	line-height:1.5em;
}
.w3_banner_info_grid ul li{
	display:inline-block;
	font-size:1em;
}
.w3_banner_info_grid ul li a{
	padding:10px 40px;
	text-decoration:none;
	font-family: 'Bree Serif', serif;
	color:#212121;
}
.w3l_contact,.w3ls_more:hover{
	border:2px solid #fff;
	color:#a4dd25 !important;
	background:none;
}
.w3ls_more,.w3l_contact:hover{
	border:2px solid #a4dd25;
	background:#a4dd25;
	color:#212121 !important;
}
.w3ls_more:focus{
	outline:none;
}
span.char3 {
    text-transform: initial;
}
.w3_banner_info_grid p{
	margin:1em 0 4em;
	color:#fff;
	line-height:2em;
}
/*-- //banner --*/
/*-- //header --*/
.readmore-w3 a {
    border: 5px double #171616;
    background: #f14545;
    display: inline-block;
    margin-top: 1em;
    z-index: 999;
    text-decoration: none;
    color: #fff;
    font-size: .9em;
    letter-spacing: 1px;
    padding: .6em 2em;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}
.readmore-w3 a:hover{
	border-color:#88d902;
	background:#88d902;
	transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-moz-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
}
/*--modal--*/
.modal-content  img{
	width:100%;
}
.modal-content h4 {
    color: #000;
    text-align: center;
    font-size: 2em;
    margin-bottom: .5em;
}
.modal-content h5 {
    color: #f14545;
    padding: 1em 0;
    font-size: 1.2em;
}
.modal-header {
    padding: 30px;
}
/*--//modal--*/
h1 a.w3l-logo {
    color: #fff;
    font-size:1.2em;
    padding: .5em 0 0 2em;
    letter-spacing: 1px;
	float: left;
	position: relative;
}
h1 a.w3l-logo span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    letter-spacing: 0;
}
h1 a.w3l-logo i {
    color: #88d902;
    padding-right: .2em;
    position: absolute;
    top: -2px;
    font-size: .8em;
    left: 108px;
    transform: rotate(287deg);
}
.header-bottom {
    width: 95%;
    margin: 0 auto;
    padding-top: .7em;
}
/*-- //Banner-Slider --*/
/*-- about-slid --*/ 
.awards-agileinfo.agileits {
    background: url(../images/bg.jpg)no-repeat 0px 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
    padding: 9em 0;
}
.w3ls_about_guage {
    text-align: center;
}
.w3ls_about_guage h4 {
    font-size: 1.5em;
    color: #0a0a0a;
    letter-spacing: 2px;
    text-transform: capitalize;
    font-weight: 600;
}
img.w3l-img-mk {
    position: absolute;
    top: 10%;
}
/*-- //about-slid --*/
/*-- welcome --*/
.about, .sevices-w3layouts, .blog, .gallery, .testimonials, .agileits_w3layouts_contact, .team.agileits{
    padding: 5em 0;
}
.about-wel {
    text-align: left;
}
h3.agile-title {
    color: #111;
    font-size: 3.3em;
    margin-bottom: 1em;
    text-align: center;
    font-weight: 100;
}
.about-wel p {
	color:#777;
    margin: 1em 0 1.5em;
}
.about-wel h2{
    font-size: 2em;
    color: #f14545;
    letter-spacing: 3px;
    font-family: 'Montserrat', sans-serif;
}
.about-wel ul li{
	list-style: none;
}
.about-wel ul li {
    text-decoration: none;
    color: #999;
    font-size: .9em;
    line-height: 1.9em;
    margin-top: 0.5em;
    display: inherit;
    letter-spacing: 1px;
}
.about-wel ul li i {
    padding-right: .7em;
    color: #88d902;
    font-size: 1.5em;
}
/*-- //welcome --*/ 
/*--sevices-section--*/
.sevices-w3layouts h3.agile-title{
    color: #fff!important;
}
.sevices-w3layouts{
	background:url("../images/bg1.jpg") no-repeat center fixed;
	background-size:cover;
}
.sevices-w3layouts p.w-text {
    margin-top: 1em;
}
.sevices-w3layouts-row {
    margin-top: 4em;
}
.sevices-w3layouts-grids {
    /* border: 1px solid #fff; */
    padding: 3em 2em;
    width: 22.5%;
    position: relative;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    overflow: hidden;
    text-align: center;
    background: rgba(9, 9, 9, 0.53);
}
.sevices-w3layouts-grids.sevices-w3layouts-mdl {
    margin-left: 2em;
}
.sevices-w3layouts-grids.sevices-w3layouts-mdl1 {
    margin:0 2em;
}
.sevices-w3layouts-grids h5 {
    font-size: 1.5em;
    color: #f14545;
    letter-spacing: 1px;
}
.sevices-w3layouts-grids p {
    margin-top: 1em;
    color: #fff;
    font-size: .9em;
}
.sevices-w3layouts-row .social-icons {
    margin: 1em 0 0;
}
.sevices-w3layouts-img{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
	transition: .7s all;
	-webkit-transition: .7s all;
	-moz-transition: .7s all;
	background-color: #88d902 ;
}
.sevices-w3layouts-img i {
    color: #fff;
    font-size: 4em;
    margin-top: 1em;
}
.sevices-w3layouts-grids:hover div.sevices-w3layouts-img {
	top:100%;
}

/*--//services-section--*/

/*-- blog Section --*/
.blog-grid-w3-agileits {
    margin-bottom: 3em;
}
.blog-grid-w3-agileits:nth-child(5){
	margin-bottom:0px!important;
}
.blog-img1-agileits-w3layouts a{
	background:url("../images/n2.jpg") no-repeat 0px 0px;
	background-size:cover;
	min-height: 370px;
	display: block;
}
.blog-img2-agileits-w3layouts a{
	background:url("../images/n3.jpg") no-repeat 0px 0px;
	background-size:cover;
	min-height: 370px;
	display: block;
}
.blog-img3-agileits-w3layouts a{
	background:url("../images/n1.jpg") no-repeat 0px 0px;
	background-size:cover;
	min-height: 370px;
	display: block;
}
.blog-info-w3layouts {
    padding: 2.5em 2em;
	text-align: left;
}
.blog-mid{
	text-align: right;
}
.blog-info-w3layouts h6 a {
    text-decoration: none;
    color: #f14545;
    font-size: 2em;
    letter-spacing: 1px;
	text-transform: capitalize;
}
a.blog-text-w3ls {
    text-decoration: none;
    font-size: 1em;
    text-transform: capitalize;
    color: #88d902;
    display: inline-block;
    margin: 1.5em 0 .8em;
}
.blog-info-w3layouts span {
    color: #777474;
    font-size: 14px;
}
a.blog-more-agile {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    margin-top: 5em;
    font-size: .8em;
    padding: .9em 1.5em;
    background: #fbbe04;
    letter-spacing: 1px;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}
a.blog-more-agile:hover {
    background: #88d902;
	color:#fff;
	transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-moz-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
}
/*a.bar::after {
    width: 70px;
    height: 2px;
    background: #f14545;
    position: absolute;
    left: 0;
    top: 120%;
    content: " ";
}
a.mid-bar::after {
    width: 70px;
    height: 2px;
    background: #f14545;
    position: absolute;
    right: 0;
    top: 120%;
    content: " ";
}*/
.inner-info {
	position:relative;
}
.inner-info-mid{
    margin-right: 1.8em;
	position:relative;
}
.blog-grid-w3-agileits.w3l-news {
    margin: 0;
}
/*--// blog Section --*/
/*-- gallery --*/ 
.gallery-grids.grid-mdl {
    margin-top: 2em;
}
.gallery-box {
    display: block;
    overflow: hidden;
    width: 100%;
	transition: .3s;
	-webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
}
.gallery-box img {
    width: 100%;
}
/*-- image-zoom --*/
img.zoom-img {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
}
img.zoom-img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 750ms;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-duration: 750ms;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-duration: 750ms;
    -o-transition-duration: 750ms;
    overflow: hidden;
}
/*-- //image-zoom --*/
/*-- //gallery --*/
/*-- testimonials --*/
.testimonials {
    background: url(../images/bg7.jpg);
	background-size: 100% 100%;
    background-repeat: no-repeat;
	padding:0;
	/*background-size:cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;*/
}
.testimonials h3.agile-title {
	color:#fff;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
/*--/test-monials --*/
.test-review {
    padding: 2em;
    border: 1px solid #fff;
}
.test-review p {
	color:#fff;
    line-height: 2.2em;
}
.test-review img {
    margin: 0 auto;
}
.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);
}
.w3_about_grid_left h6 {
      color: #EB4549;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    margin: 0;
}
.test-monials h5 {
    font-size: 20px;
    text-align: center;
    color: #000;
    text-transform: none;
    margin-top: 1em;
}
.test-review i {
    color: #fff;
    font-size: 2em;
    margin: 0 0.5em;
}
.img-agile h6 {
    font-size: 1.2em;
	color: #fff;
	margin-top: 1em;
}
.img-agile img {
    margin: 0 auto;
    border-radius: 50%;
}
.test-tooltip1:after {
    content: '';
    position: absolute;
    left: -19px;
    border-color: #fff;
    top: 40%;
    border-left: 9px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 18px solid rgba(255, 255, 255, 0.66);
    transform: rotate(90deg);
    -webkit-transform: rotate(-92deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
/*-- //testimonials --*/

/*-- contact --*/ 
.w3_mail_grids textarea{
	outline: none;
    padding: 10px;
    color: #212121;
    font-size: 14px;
    border: none;
    border-bottom:2px solid #f2f2f2;
    background: none;
    width: 97.3%;
    margin:0 0 0.2em 1.1em;
    min-height: 150px;
    resize: none;
	font-weight:600;
}
.w3_mail_grids textarea, .w3_mail_grids input::-webkit-input-placeholder {
	color: #212121;
}
.w3_mail_grids input[type="submit"] {
    outline: none;
    padding: .2em 2em;
    letter-spacing: 2px;
    font-size: 1.1em;
    border: none;
    text-align: center;
    color: #212121;
    margin: 0 auto;
    display: inline-block;
    border-bottom: 2px solid #fff;
    text-transform: uppercase;
    background: none;
    font-weight: 500;
    margin-left: 28em;
}
.w3_mail_grids input[type="submit"]:hover {
    color: #212121;
    border-bottom: 2px solid #fff;
}
.w3_mail_grids input[type="text"], .w3_mail_grids input[type="email"]{
    outline: none;
    padding: 10px;
    color: #212121;
    font-size: 14px;
    border: none;
    border-bottom:2px solid #f2f2f2;
    background: none;
    width:100%;
    margin-bottom:3em;
    resize: none;
	font-weight:600;
}
/*-- //contact --*/ 
/*-- footer --*/
.agileits-w3layouts-footer{
	background: #171616;
	padding:3em 0;
}
.w3-agile-grid h5 {
    color: #FFFFFF;
    font-size: 1.2em;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0 0 2em 0;
}
.w3-agile-grid p{
	color: #707480;
    font-size: 0.9em;
    line-height: 2em;
    margin: 0;
    letter-spacing: 1px;
}
.agileinfo-social-grids {
    margin: 2em 0 0 0;
}
.agileinfo-social-grids ul {
    padding: 0;
    margin: 0;
}
.w3ls-post-img {
    float: left;
    width: 20%;
}
.w3ls-post-img a img{
	width:100%;
}
.w3ls-post-info{
	float:right;
	width:75%;
}
.w3ls-post-info h6{
    margin: 0;
    font-size: 1em;
    font-weight: 400;
}
.w3ls-post-info h6 a{
	    color: #FFFFFF;
    margin: 0;
    line-height: 1.5em;
	letter-spacing: 1px;
}
.w3ls-post-info h6 a:hover{
	color:#ff5301;
}
.w3ls-post-info h6 a:focus{
	outline:none;
	text-decoration:none;
}
.w3ls-post-info p{
    font-size: .9em;
    margin: 1em 0 0 0;
}
.w3ls-post-grid:nth-child(2){
	margin:1em 0;
}
.w3-address-grid{
	padding:.5em;
}
.w3-address-left{
	float:left;
	width:10%;
}
.w3-address-left i.fa.fa-phone,.w3-address-left i.fa.fa-envelope,.w3-address-left i.fa.fa-map-marker{
    color: #FFFFFF;
    font-size: 1.5em;
}
.w3-address-right{
	float: right;
    width: 87%;
}
.w3-address-right h6{
	color: #FFFFFF;
    font-size: 1em;
    margin: 0;
	letter-spacing: 1px;
    font-weight: 400;
}
.w3-address-right p{
	margin:1em 0 0 0;
	font-size:.9em;
}
.w3-address-right p a{
    color: #707480;
    text-decoration: none;
}
.w3-address-right p a:hover{
	color:#707480;
}
.w3-address-right p span{
width:50%;float:left;
	/*display:block;
	margin:.5em 0;*/
}
.w3-address-grid:nth-child(2){
	margin:1em 0;
}
.copyright{
	    padding: 1.3em 0 1em 0;
	text-align:center;
    background: #000;
}
.copyright p {
    color: #fff;
    font-size: .9em;
    margin: 0;
    letter-spacing: 2px;
}
.copyright p a{
	    color: #f14545;
	text-decoration:none;
}
.copyright p a:hover{
	color:#88d902;	
}
ul.social-icons3{
	display:block;
	padding: 0;
	margin-top: 1em;
}
ul.social-icons3 li{
	display:inline-block;
}
ul.social-icons3 li a{  
    display: block;
    height: 30px;
    width: 30px;
    margin-right: 1em;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
	    margin-right: 0.4em;
	-webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    line-height: 30px;
	color:#fff;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	text-align:center;
}
ul.social-icons3 li a.wthree_facebook{
	 background:#4D669C;
}
ul.social-icons3 li a.wthree_twitter{
	 background:#1da1f2;
}
ul.social-icons3 li a.wthree_dribbble{
	 background:#ea4c89;
}
ul.social-icons3 li a.wthree_behance{
	 background:#0096ff;
}
ul.social-icons3 li a:hover{
	text-decoration:none;
	opacity:0.8;
}
/*-- //footer --*/
.icon-list a i.glyphicon {
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.icon-list a:hover i.glyphicon {
    -webkit-transform: rotatey(360deg);
    -moz-transform: rotatey(360deg);
    -o-transform: rotatey(360deg);
    -ms-transform: rotatey(360deg);
    transform: rotatey(360deg);
}

/*-- team --*/ 
.team.agileits {
    background: rgba(131, 217, 2, 0.15);
}
.team-agile-img {
  background-color: #FFF;
  display: block; 
  overflow: hidden;
  position: relative; 
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.team-agile-img img { 
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.team-agile-img:before {
  content: '';
  background-color: rgba(0, 0, 0, 0);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.team-agile-img:hover {
  cursor: pointer;
}
.team-agile-img:hover:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.team-agile-img:hover .view-caption {
  -moz-transform: translateY(0%) scale(1);
  -o-transform: translateY(0%) scale(1);
  -ms-transform: translateY(0%) scale(1);
  -webkit-transform: translateY(0%) scale(1);
  transform: translateY(0%) scale(1);
}
.view-caption {
    background-color: rgba(255, 255, 255, 0.6);
    bottom: 0;
    /*height: 19%;*/
    left: 0;
    padding: 15px 20px;
    position: absolute;
    right: 0;
    text-align: left;
    z-index: 99;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: translateY(150%) scale(1.5);
    -o-transform: translateY(150%) scale(1.5);
    -ms-transform: translateY(150%) scale(1.5);
    -webkit-transform: translateY(150%) scale(1.5);
    transform: translateY(150%) scale(1.5);
}
.view-caption .w3ls-info {
  float: left;
}
.view-caption .w3ls-info h4 {
    color: #000;
    font-size: 1.5em;
    font-weight: normal;
}
.view-caption .w3ls-info p {
    color: #000;
    font-size: 1em;
}
.view-caption ul {
  float: right;
  display: inline-block;
}
.view-caption ul li {
  display: inline-block;
}
.view-caption ul li a {
    background-color: #fff;
    border-radius: 50%;
    color: #f14545;
    display: inline-block;
    margin: 0 2px;
    height: 28px;
    text-align: center;
    line-height: 30px;
    width: 28px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.view-caption ul li a:hover {
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/*-- //team --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 35px;
	height: 35px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
}
#toTopHover {
	width: 35px;
	height: 35px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/

/*--responsive--*/
@media(max-width: 1680px){

}
@media(max-width: 1600px){

}
@media(max-width: 1440px){
	.slider-info h3 {
		font-size: 1.7em;
	}
	.slider-info p {
		font-size: 2.8em;
	}
	.readmore-w3 a {
		font-size: .8em;
	}
	.slider {
		min-height: 750px;
	}
	.slider-info {
		margin: 7.5em auto 0;
	}
	.callbacks_tabs {
		bottom: -100px;
	}
	img.w3l-img-mk {
		top: 22%;
		width: 16%;
	}
	.callbacks_nav.prev {
		top: 46%;
	}
	.callbacks_nav.next {
		top: 64%;
	}
}
@media(max-width: 1366px){
	.w3layouts_header_right {
		width: 20%;
	}
	.slider-info {
		width: 54%;
	}
}
@media(max-width: 1280px){
	.slider-info p {
		font-size: 2.6em;
	}
	.callbacks_nav.prev {
		top: 45%;
	}
	.callbacks_nav.next {
		top: 63%;
	}
	.callbacks_nav.next, .callbacks_nav.prev  {
		left: 26%;
	}
	.slider-info {
		margin: 7em auto 0;
	}
	.slider {
		min-height: 680px;
	}
	.callbacks_tabs {
		bottom: -74px;
	}
	.about, .sevices-w3layouts, .blog, .gallery, .testimonials, .agileits_w3layouts_contact, .team.agileits {
		padding: 4em 0;
	}
	.about-wel h2{
		font-size: 1.8em;
	}
	h3.agile-title {
		font-size: 3em;
	}
	.awards-agileinfo.agileits {
		padding: 7.5em 0;
	}
	img.w3l-img-mk {
		top: 25%;
		width: 13%;
	}
}
@media(max-width: 1080px){
	.w3layouts_header_right {
		width: 24%;
	}
	.slider-info {
		width: 60%;
		margin: 5.5em auto 0;
	}
	.slider-info h3 {
		font-size: 1.5em;
	}
	.slider-info p {
		font-size: 2.5em;
	}
	h1 a.w3l-logo {
		font-size: 1.1em;
	}
	h1 a.w3l-logo i {
		top: -3px;
		left: 99px;
	}
	.callbacks_nav.next, .callbacks_nav.prev {
		left: 24%;
	}
	.slider {
		min-height: 640px;
	}
	.callbacks_nav.prev {
		top: 40%;
	}
	.callbacks_nav.next {
		top: 60%;
	}
	.sevices-w3layouts-grids {
		width: 22%;
	}
	.sevices-w3layouts-grids p {
		font-size: .8em;
	}
	.sevices-w3layouts-grids {
		padding: 2em 2em;
	}
	.sevices-w3layouts-img i {
		font-size: 3.6em;
	}
	h3.agile-title {
		font-size: 2.8em;
	}
	.blog-img1-agileits-w3layouts a, .blog-img3-agileits-w3layouts a, .blog-img2-agileits-w3layouts a {
		min-height: 330px;
	}
	.blog-info-w3layouts h6 a {
		font-size: 1.8em;
	}
	p {
		font-size: .9em;
	}
	.blog-info-w3layouts {
		padding: 1em 2em;
	}
	.about-wel ul li {
		font-size: .8em;
	}
	.awards-agileinfo.agileits {
		padding: 6em 0;
	}
	.gallery-grids:nth-child(3) {
		margin-bottom: 3px;
	}
	.view-caption .w3ls-info h4 {
		font-size: 1.2em;
	}
	.view-caption {
		padding: 11px 12px;
	}
	.test-review {
		padding: 2em 1.5em;
	}
	.input {
		max-width: 46%;
	}
	.w3_mail_grids input[type="submit"] {
		margin-left: 22em;
	}
	.w3-address-right p, .w3ls-post-info p, .w3-agile-grid p {
		font-size: .8em;
	}
	.w3ls-post-grid:nth-child(2) {
		margin: 1.7em 0;
	}
}
@media(max-width: 1050px){
	.slider-info {
		width: 65%;
		margin: 5em auto 0;
	}
	.callbacks_nav.next, .callbacks_nav.prev {
		left: 22%;
	}
}
@media(max-width: 1024px){
	img.w3l-img-mk {
		top: 30%;
		width: 11%;
	}
}
@media(max-width: 991px){
	.w3layouts_header_right input[type="submit"] {
		width: 22%;
	}
	.slider-info p {
		font-size: 2.3em;
	}
	.slider-info h3 {
		font-size: 1.4em;
	}
	.slider {
		min-height: 600px;
	}
	.callbacks_tabs {
		bottom: -60px;
		left: 43%;
	}
	.come {
		margin-top: 2.5em;
	}
	.sevices-w3layouts-grids:nth-child(1), .sevices-w3layouts-grids:nth-child(2) {
		margin-bottom: 2.5em;
	}
	.sevices-w3layouts-grids {
		padding: 2.5em;
		float: left;
		width: 44%;
		margin: 0 .6em;
	}
	.sevices-w3layouts-img i {
		margin-top: .8em;
	}
	.blog-img1-agileits-w3layouts a, .blog-img3-agileits-w3layouts a, .blog-img2-agileits-w3layouts a {
		min-height: 360px;
	}
	.blog-info-w3layouts {
		margin-top: 1.5em;
	}
	.blog-img2-agileits-w3layouts {
		margin: 1.5em 0 2em;
	}
	.blog-grid-w3-agileits {
		margin-bottom: 0em;
	}
	img.w3l-img-mk {
		top: 30%;
		width: 15%;
	}
	.gallery-grids {
		padding: 0 .5em;
	}
	.col-md-5.gallery-grids{
		width: 41.75%;
		float: left;
	}
	.col-md-4.gallery-grids {
		float: left;
		width: 33.33%;
	}
	.col-md-3.gallery-grids {
		float: left;
		width: 24.8%;
	}
	.gallery-grids.grid-mdl {
		margin-top: 1em;
	} 
	.col-md-6.gallery-grids.grid-mdl {
		float: left;
		width: 50%;
	}
	.team-grids {
		width: 40%;
		float: left;
		margin: 0 2em;
	}
	.team-grids:nth-child(3), .team-grids:nth-child(4) {
		margin-top:2em;
	}
	.view-caption .w3ls-info h4 {
		font-size: 1.4em;
	}
	.view-caption {
		padding: 17px 12px;
	}
	.input {
		max-width: 45%;
	}
	h3.agile-title {
		font-size: 2.6em;
	}
	.w3_mail_grids input[type="submit"] {
		margin-left: 16em;
	}
	.w3-address-right p, .w3ls-post-info p, .w3-agile-grid p {
		font-size: .9em;
	}
	.w3ls-post-grid:nth-child(2) {
		margin: 1em 0;
	}
	.w3ls-post-info {
		margin-top: 1.6em;
	}
	.w3ls-post-img {
		width: 18%;
	}
	.w3-agile-grid:nth-child(2) {
		margin: 2em 0;
	}
}
@media(max-width: 900px){
	.w3layouts_header_right {
		width: 28%;
	}
	.slider-info {
		width: 70%;
	}
	.callbacks_nav.next, .callbacks_nav.prev {
		left: 20%;
	}
	.callbacks_tabs {
		left: 42%;
	}
}
@media(max-width: 800px){
	.w3layouts_header_right {
		margin-top: 1em;
	}
	.w3layouts_header_right {
		width: 30%;
	}
	.slider-info p {
		font-size: 2em;
	}
	.slider-info h3 {
		font-size: 1.3em;
	}
	.slider-info {
		padding: 3.5em 3em 3.5em 8em;
		margin: 4em auto 0;
	}
	.slider {
		min-height: 540px;
	}
	.about, .sevices-w3layouts, .blog, .gallery, .testimonials, .agileits_w3layouts_contact, .team.agileits {
		padding: 3em 0;
	}
	img.w3l-img-mk {
		top: 3%;
		width: 14%;
	}
}
@media(max-width: 768px){
	.test-review {
		padding: 2em 0.3em;
	}
}
@media(max-width: 767px){

}
@media(max-width: 736px){
	.slider-info {
		width: 74%;
	}
	.callbacks_tabs {
		left: 40%;
		bottom: -55px;
	}
	.sevices-w3layouts-grids {
		padding: 2em;
		width: 43%;
		margin: 0 1em;
	}
	.test-review {
		padding: 2em 1em;
	}
}
@media(max-width: 667px){
	h1 a.w3l-logo {
		font-size: 1em;
	}
	h1 a.w3l-logo i {
		top: 1px;
		left: 94px;
		font-size: .7em;
	}
	.w3layouts_header_right input[type="search"] {
		font-size: .8em;
	}
	.w3layouts_header_right input[type="submit"] {
		padding: .42em 0;
		background-position: 11px 6px;
	}
	.w3layouts_header_right {
		width: 32%;
	}
	.slider-info {
		width: 78%;
	}
	.slider-info p {
		font-size: 1.9em;
	}
	.slider-info h3 {
		font-size: 1.2em;
	}
	.callbacks_nav.next, .callbacks_nav.prev {
		left: 18%;
	}
	.callbacks_nav.prev {
		top: 36%;
	}
	.callbacks_tabs {
		left: 39%;
	}
	.sevices-w3layouts-grids {
		width: 42%;
	}
	.team-grids {
		margin: 0 1.8em;
	}
	.view-caption .w3ls-info h4 {
		font-size: 1.2em;
	}
	.view-caption {
		padding: 13px 12px;
	}
	h3.agile-title {
		font-size: 2.4em;
	}
	.input {
		max-width: 44%;
	}
	.w3_mail_grids input[type="submit"] {
		margin-left: 13em;
	}
}
@media(max-width: 640px){
	.slider-info {
		width: 81%;
	}
	.about-wel h2{
		font-size: 1.7em;
		letter-spacing: 2px;
	}
	.sevices-w3layouts-grids {
		margin: 0 .8em;
	}
	audio, canvas, progress, video {
		width: 100%;
	}
	.w3ls_about_guage h4 {
		font-size: 1.3em;
		letter-spacing: 1px;
	}
	.w3_mail_grids input[type="submit"] {
		margin-left: 12.5em;
	}
}
@media(max-width: 600px){
	.w3layouts_header_right {
		width: 36%;
	}
	.slider-info p {
		font-size: 1.7em;
	}
	.slider-info h3 {
		font-size: 1.1em;
	}
	.readmore-w3 a {
		padding: .5em 1.2em;
	}
	.slider {
		min-height: 500px;
	}
	.callbacks_tabs {
		bottom: -50px;
	}
	.sevices-w3layouts-grids {
		width: 41%;
	}
	.blog-img1-agileits-w3layouts a, .blog-img3-agileits-w3layouts a, .blog-img2-agileits-w3layouts a {
		min-height: 320px;
	}
	.team-grids {
		margin: 0;
		width: 100%;margin-top: 2em;
	}
	.img-agile h6 {
		font-size: 1em;
	}
	.input {
		max-width: 43%;
	}
	.w3_mail_grids input[type="submit"] {
		margin-left: 11em;
	}
	.w3-address-right p, .w3ls-post-info p, .w3-agile-grid p {
		font-size: .8em;
	}
	.w3ls-post-info {
		margin-top: 1em;
	}
	.copyright p {
		font-size: .8em;
	}
}
@media(max-width: 568px){
	.slider-info {
		padding: 3em 1em 3em 8em;
	}
	.sevices-w3layouts-grids.sevices-w3layouts-mdl1 {
		margin: 0 1em;
	}
	.sevices-w3layouts-grids.sevices-w3layouts-mdl {
		margin-left: 1em;
	}
	.sevices-w3layouts-grids {
		width: 44%;
	}
	.w3_mail_grids input[type="submit"] {
		margin-left: 10em;
	}
	.sevices-w3layouts-grids:nth-child(1), .sevices-w3layouts-grids:nth-child(2) {
		margin-bottom: 0;
	}
	.col-md-3.sevices-w3layouts-grids:nth-child(3), .col-md-3.sevices-w3layouts-grids:nth-child(4) {
		margin-top: 2em;
	}
	.cont-editw3l {
		width: 100%;
	}
	.w3_mail_grids input[type="text"], .w3_mail_grids input[type="email"] {
		font-size: 13px;
		margin-bottom: 2em;
	}
}
@media(max-width: 480px){
	h1 a.w3l-logo {
		font-size: .8em;
		padding: .5em 0 0 2.2em;
	}
	h1 a.w3l-logo i {
		top: -1px;
		left: 80px;
	}
	.w3layouts_header_right {
		width: 40%;
	}
	.w3layouts_header_right input[type="search"] {
		width: 70%;
	}
	.w3layouts_header_right input[type="submit"] {
		width: 25%;
	}
	.slider-info {
		padding: 3em 1em 3em 5em;
		width: 90%;
		margin: 3.5em auto 0;
	}
	.callbacks_nav.next, .callbacks_nav.prev {
		left: 8%;
	}
	.slider {
		min-height: 470px;
	}
	.callbacks_tabs a:after {
		width: 28px;
	}
	.callbacks_tabs {
		bottom: -45px;
		left: 37%;
	}
	.sevices-w3layouts-grids:nth-child(1), .sevices-w3layouts-grids:nth-child(2) {
		margin-bottom: 0;
	}
	.sevices-w3layouts-grids {
		width: 56%;
		margin: 0 5.5em;
	}
	.sevices-w3layouts-grids.sevices-w3layouts-mdl1{
		margin: 2em 5.5em;
	}
	.sevices-w3layouts-grids.sevices-w3layouts-mdl {
		margin: 2em 5.5em 0;
	}
	.awards-agileinfo.agileits {
		padding: 6em 0 2em;
	}
	.gallery-grids:nth-child(3) {
		margin-bottom: 4px;
	}
	.view-caption .w3ls-info h4 {
		font-size: 1em;
	}
	.view-caption ul li a {
		height: 25px;
		line-height: 28px;
		width: 25px;
		font-size: .8em;
	}
	.view-caption {
		padding: 10px 12px;
	}
	.img-agile h6 {
		font-size: 1em;
		line-height: 1.4;
	}
	.input {
		max-width: 42%;
	}
	.w3_mail_grids input[type="submit"] {
		padding: .2em 1.5em;
		font-size: .9em;
		margin-left: 11em;
	}
	
}
@media(max-width: 440px){

}
@media(max-width: 414px){
	.w3layouts_header_right {
		width: 86%;
		margin: 1em auto;
	}
	.w3layouts_header_right input[type="submit"] {
		width: 15%;
	}
	.slider-info {
		padding: 2em 1em 2em 6em;
		width: 90%;
		margin: 1em auto 0;
	}
	.callbacks_nav.next, .callbacks_nav.prev {
		left: 10%;
	}
	.callbacks_nav.prev {
		top: 28%;
	}
	.callbacks_nav.next {
		top: 54%;
	}
	.callbacks_tabs {
		bottom: -35px;
		left: 34%;
	}
	h3.agile-title {
		font-size: 2.1em;
	}
	.about-wel h2{
		font-size: 1.5em;
		letter-spacing: 1px;
	}
	.sevices-w3layouts-grids {
		width: 69%;
		margin: 0 3.5em;
	}
	.sevices-w3layouts-grids.sevices-w3layouts-mdl1 {
		margin: 2em 3.5em;
	}
	.sevices-w3layouts-grids.sevices-w3layouts-mdl {
		margin: 2em 3.5em 0;
	}
	.blog-img1-agileits-w3layouts a, .blog-img3-agileits-w3layouts a, .blog-img2-agileits-w3layouts a {
		min-height: 240px;
	}
	.blog-info-w3layouts {
		padding: 1em 1em;
	}
	p {
		font-size: .8em;
	}
	.blog-info-w3layouts h6 a {
		font-size: 1.6em;
	}
	a.blog-text-w3ls {
		font-size: .9em;
	}
	a.blog-more-agile {
		font-size: .7em;
	}
	img.w3l-img-mk {
		top: 3%;
		width: 18%;
	}
	.gallery-grids:nth-child(3) {
		margin-bottom: 5px;
	}
	.team-grids {
		padding: 0 .5em;
	}
	.view-caption {
		padding: 9px 5px;
	}
	.input {
		max-width: 100%;
	}
	.w3ls-post-img {
		width: 21%;
	}
	.w3ls-post-info p {
		margin: .3em 0 0 0;
	}
	.w3ls-post-info {
		margin-top: .5em;
	}
	.w3-address-grid:nth-child(2) {
		margin: .5em 0;
	}
	.agileits-w3layouts-footer {
		padding: 2em 0;
	}
	.w3_mail_grids input[type="submit"] {
		margin-left: 9em;
	}
	.img-agile {
		width: 100%;
	}
	.test-review {
		width: 100%;
		margin-top: 2.5em;
	}
	.test-tooltip1:after {
		left: 48%;
		top: -10%;
		transform: rotate(90deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
	}
	.modal-content h4 {
		font-size: 1.5em;
	}
	.modal-content h5 {
		line-height: 1.5;
	}
}
@media(max-width: 384px){
	.slider-info p {
		font-size: 1.5em;
	}
	.slider-info h3 {
		font-size: 1em;
		letter-spacing: 1px;
	}
	.view-caption {
		height: 41%;
		text-align: center;
	}
	.view-caption .w3ls-info {
		float: none;
	}
	.view-caption ul {
		float: none;
		margin-top: .8em;
	}
	.w3ls_about_guage h4 {
		font-size: 1em;
	}
	.about, .sevices-w3layouts, .blog, .gallery, .testimonials, .agileits_w3layouts_contact, .team.agileits {
		padding: 2.5em 0;
	}
	.w3_mail_grids input[type="submit"] {
		margin-left: 8em;
	}
	.w3ls_about_guage {
		width: 100%;
	}
	.w3ls_about_guage:nth-child(2) {
		margin: 2em 0;
	}
	img.w3l-img-mk {
		top: 3%;
		width: 31%;
	}
	.awards-agileinfo.agileits {
		padding: 6em 0 4em;
	}
}
@media(max-width: 375px){
	.slider-info {
		padding: 2em 1em 2em 5.5em;
	}
	.callbacks_tabs {
		left: 32%;
	}
	.gallery-grids, .col-md-3.gallery-grids, .col-md-5.gallery-grids, .col-md-4.gallery-grids, .col-md-6.gallery-grids.grid-mdl {
		width: 100%;
		float: none;
	}
	.gallery-grids {
		margin-top: 1em;
	}
}
@media(max-width: 320px){
	h1 a.w3l-logo {
		padding: .2em 0 0 2.2em;
	}
	.w3layouts_header_right input[type="submit"] {
		width: 18%;
		padding: .45em 0;
	}
	.slider-info h3 {
		font-size: .9em;
	}
	.slider-info p {
		font-size: 1.3em;
	}
	.slider-info {
		padding: 2em 0em 2em 5.5em;
		width: 92%;
	}
	.readmore-w3 a {
		font-size: .7em;
	}
	.readmore-w3 a {
		padding: .5em 1em;
	}
	.callbacks_nav.prev {
		top: 24%;
	}
	.slider {
		min-height: 420px;
	}
	.about, .sevices-w3layouts, .blog, .gallery, .testimonials, .agileits_w3layouts_contact, .team.agileits {
		padding: 2em 0;
	}
	.about-wel h2{
		font-size: 1.3em;
	}
	.come {
		margin-top: 1.5em;
	}
	.about-wel ul li i {
		padding-right: .35em;
	}
	.about-wel ul li {
		font-size: .7em;
	}
	.sevices-w3layouts-grids {
		width: 90%;
		margin: 0 .8em;
	}
	.sevices-w3layouts-grids.sevices-w3layouts-mdl1 {
		margin: 2em .8em;
	}
	.sevices-w3layouts-grids.sevices-w3layouts-mdl {
		margin: 2em .8em 0;
	}
	h3.agile-title {
		font-size: 1.7em;
	}
	.blog-img1-agileits-w3layouts a, .blog-img3-agileits-w3layouts a, .blog-img2-agileits-w3layouts a {
		min-height: 180px;
	}
	.col-md-7.blog-img1-agileits-w3layouts {
		padding: 0;
	}
	.blog-info-w3layouts {
		padding: 0;
	}
	.blog-img2-agileits-w3layouts , .col-md-7.blog-img3-agileits-w3layouts{
		padding: 0;
	}
	.blog-info-w3layouts h6 a {
		font-size: 1.5em;
	}
	.view-caption {
		height: 49%;
	}
	.test-tooltip1:after {
		left: 47%;
		top: -8%;
	}
	.w3_mail_grids input[type="submit"] {
		margin-left: 6em;
	}
	.w3-agile-grid h5 {
		margin: 0 0 1em 0;
	}
	.w3-address-right p, .w3ls-post-info p, .w3-agile-grid p {
		font-size: .7em;
	}
	.w3ls-post-info {
		margin-top: .2em;
	}
	.w3-address-right h6 {
		font-size: .9em;
	}
	.w3-address-left i.fa.fa-phone, .w3-address-left i.fa.fa-envelope, .w3-address-left i.fa.fa-map-marker {
		font-size: 1.2em;
	}
	.copyright p {
		letter-spacing: 1px;
	}
	.w3-agile-grid:nth-child(2) {
		margin: 1em 0;
	}
	.input__label--jiro {
		font-size: 13px;
	}
	h1 a.w3l-logo i {
		top: -7px;
		left: 81px;
	}
	.modal-content h5 {
		font-size: 1.1em;
	}
	.w3_mail_grids textarea {
		min-height: 130px;
	}
}
/*--//responsive--*/

.home-banner #banner-swiper {
	height:100%;
	min-height:370px;
	padding-top:100px;
}
.home-banner .swiper-pagination {
	display:block;
}
.home-banner .swiper-slide a {
	display:block;
	width:100%;
	height:100%;
}
.home-banner .swiper-slide a img {
	width:100%;
}
.home-banner .swiper-button-next,.home-banner .swiper-button-prev {
	background:0 0;
	width:50px;
	height:50px;
	border-radius:50%;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	color:#222;
	transition:all .1s linear;
}
.home-banner .swiper-button-next::after,.home-banner .swiper-button-prev::after {
	display:none;
}
.home-banner .swiper-button-next:hover,.home-banner .swiper-button-prev:hover {
	background:#58b33e;
	color:#FFF;
}
.home-banner .swiper-button-next i,.home-banner .swiper-button-prev i {
	font-size:26px;
}
.home-banner .swiper-button-next {
	right:80px;
}
.home-banner .swiper-button-prev {
	left:80px;
}
.home-banner .swiper-pagination-bullet-active {
	background:#58b33e;
}
.home-banner .slide-pc,.home-banner .slide-pc img {
	display:block!important;
}
.home-banner .slide-mb,.home-banner .slide-mb img {
	display:none!important;
}
@media(max-width:768px) {
	.home-banner .slide-pc,.home-banner .slide-pc img {
	display:none!important;
}
.home-banner .slide-mb,.home-banner .slide-mb img {
	display:block!important;
}
}
@media(max-width:1024px) {
	.home-banner #banner-swiper {
	min-height:100px;
	padding-top:0;
}
.home-service .service-wrap .service-item {
	width:50%;
}
.home-about .l-wrap {
	padding:0;
}
.home-video .videowrap {
	padding:0;
}
.home-static .list {
	padding:0;
}
.home-video .videowrap .videoitem {
	width:48%;
}
.home-news .newswrap .item {
	width:48%;
	margin-bottom:20px;
	margin-right:4%;
}
.home-news .newswrap .item:nth-child(2n) {
	margin-right:0;
}
}
@media(max-width:768px) {
	.home-banner .swiper-button-next {
	right:10px;
	width:30px;
	height:30px;
}
.home-banner .swiper-button-prev {
	left:10px;
	width:30px;
	height:30px;
}
}

.a2a_kit {margin-top: 20px;}
button,input,textarea{outline:0;border:none;font:inherit;-webkit-appearance:none;border-radius:0}
button{cursor:pointer}
input::placeholder,textarea::placeholder{font-family:inherit}
li,ol,ul{list-style:none}
header{position:fixed;top:0px;left:0px;width:100%;border-top: 5px solid #fbbe04;background:#FFF;box-shadow:1px 2px 10px rgba(0,0,0,.2);z-index:99;transition:all .2s linear}
header.scrollhead{box-shadow:1px 2px 10px rgb(0 0 0 / 10%)}
header.scrollhead .head-top{margin-top:-40px}
.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}
.l-wrap{max-width:1120px;margin:0px auto}
.head-top{height:40px;border-bottom:1px solid #E9E9E9;transition:all .3s linear;padding:0px 20px;z-index:99999;background:#FFF}
.head-top .l-wrap{height:100%;display:flex;justify-content:space-between;align-items:center}
.head-link{display:flex;align-items:center;font-size:14px}
.head-link div{margin-right:25px;display:inline-flex;align-items:center}
.head-link div em{margin-right:5px;font-size:18px}
.head-link div img{margin-right:5px}
.head-share{display:flex}
.head-share>ul{margin-right:20px;display:flex;align-items:center}
.head-share>ul a{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;margin-left:5px;transition:all .2s linear}
.head-share>ul a i{font-size:20px}
.head-share>ul a:hover i{color:#fbbe04}
.head-info{z-index:999;background:#FFF;height:100px;position:relative;padding:0px 20px}
.head-info .l-wrap{display:flex;align-items:center;height:100%}
.logo{max-width:20%;height:100%;display:inline-flex;align-items:center}
.logo img{max-height:78px;width:auto;height:auto}
#nav{flex:1;display:flex;justify-content:flex-end;height:100%;z-index:9}
#nav ul{display:flex;align-items:center;height:100%}
#nav ul li{height:100%;padding:0px 43px;font-size:18px;position:relative}
#nav ul li:last-child{padding:0px 0px 0px 16px}
#nav ul li:hover .submenu{display:flex}
#nav ul li .submenu{z-index:99;display:none;height:auto;position:absolute;top:100%;left:10px;flex-direction:column;background:#fff;color:#002626;min-width:200px;white-space:nowrap;align-items:baseline;box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);}
#nav ul li .submenu li{width:100%;padding:0px;height:60px;border-top:1px solid #a9a8a6;}
@media(min-width:1025px){
#nav ul li .submenu li:hover ul{display:block}
#nav ul li .submenu li ul{position:absolute;left:100%;top:-1px;display:none;background:#fff;border-left:3px solid #fbbe04;height:auto;min-width:200px;box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);}}
#nav ul li .submenu a{padding:0px 15px;width:100%;height:100%;justify-content:flex-start;transition:all .2s linear;color:#002626}
#nav ul li .submenu a:hover{color:#fbbe04}
#nav ul li .submenu a::after{display:none}
#nav ul li a{height:100%;display:inline-flex;color:#002626;align-items:center;justify-content:center;position:relative;white-space:nowrap;text-transform:capitalize}
#nav ul li a::after{content:"";width:100%;height:0px;background:#fbbe04;position:absolute;bottom:0px;transition:all .2s linear}
#nav ul li a:hover{color:#fbbe04}
#nav ul li a:hover::after{height:2px}
#nav ul li a.inmenu_1{color:#fbbe04}
#nav ul li a.inmenu_1::after{height:2px}
.head-search button{background:0 0;height:100%}
.head-search button i{font-size:24px;color:#fbbe04;font-weight:var(--fontbold6)}
.head-search button::after{display:none}
.search-box{position:absolute;width:100%;top:100%;left:0px;background:#FFF;padding:20px 0px;transform:translateY(-200px);opacity:0;z-index:-1;transition:all .2s linear}
.search-box .search-input{width:600px;margin:0px auto;background:#EEE;display:flex;justify-content:space-between;align-items:center;height:40px;padding:0px 10px}
.search-box .search-input input{background:0 0;flex:1;padding-left:10px}
.search-box .search-input .search-btn{cursor:pointer;background:#fbbe04;color:#FFF;border-radius:4px;height:30px;line-height:30px;padding:0px 10px;transition:all .3s linear}
.search-box .search-input .search-btn:hover{opacity:.9}
.search-box.search-box-show{transform:translateY(0);opacity:1;z-index:1}
.mob-btn{display:none}
.opacity{display:none;position:fixed;top:0px;left:0px;width:100vw;height:100vh;background:rgba(0,0,0,.6);z-index:99}

.bottom-btn{display:none;background:#FCFCFCFB;align-items:center;position:fixed;bottom:0px;left:0px;width:100%;z-index:99;box-shadow:1px 2px 10px rgba(0,0,0,.1);transition:all .2s linear;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}
.bottom-btn .btn-item{width:25%;height:14vw;color:#333;transition:all .2s linear}
.bottom-btn .btn-item a,.bottom-btn .btn-item>div{text-transform:capitalize;width:100%;height:100%;font-size:12px;display:flex;flex-direction:column;align-items:center;justify-content:center}
.bottom-btn .btn-item i{color:#333;font-size:22px;height:28px}
.bottom-btn .btn-item p{font-size:12px;text-transform:capitalize}
.top-btn{display:none}
.bottom-btn .btn-item .top-btn{display:flex !important;width:35px;height:35px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);box-shadow:none;background:none;border:1px solid #ccc}
.bottom-btn .btn-item .top-btn:hover{background:none;box-shadow:none}
.bottom-btn .btn-item .top-btn:hover i{color:#000}
.top-btn{cursor:pointer;display:none;height:40px;width:40px;border-radius:50%;position:fixed;bottom:150px;right:35px;background:#FFF;box-shadow:0 5px 5px 0 rgba(0,0,0,.1);transition:all .4s ease;z-index:9;overflow:hidden}
.top-btn:hover{background:#c1c1c1}
.top-btn i{font-size:24px;width:100%;height:100%;display:inline-flex;align-items:center;justify-content:center}
@media (max-width:1440px){
.foot-main .foot-item{width:24%}}
@media (max-width:1024px){body{padding-top:55px}
header{border-bottom:1px solid #F3F3F3;z-index:999}
#jljw_IM_GdImBox{z-index:900 !important}
.search-box .search-input{padding:0px 15px}
.head-top{display:none}
.head-info{height:55px;padding:0px 15px}
.head-info .l-wrap{justify-content:space-between}
.logo{max-width:inherit;padding-right:15px}
.search-box.m-search-box{display:none;position:static;opacity:1;z-index:1;transform:translate(0);padding:0px}
.search-box.m-search-box .search-input{height:50px;width:100%}
.search-box .search-input i{font-size:22px}
.head-info #nav{background:#FFF;position:fixed;top:55px;left:0px;width:100%;display:block;height:0px;z-index:-1;transition:all .2s linear;display:none}
.head-info #nav.is-active{height:calc(100vh - 55px);opacity:1;z-index:1;display:block}
.head-info #nav .nav-ul{height:auto;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom);overflow-y:scroll;height:0px}
.head-info #nav.is-active .nav-ul{height:calc(100vh - 100px)}
.head-info #nav .nav-ul.iosnav{padding-bottom:70px}
.head-info #nav.is-active .search-box.m-search-box{display:block}
.head-info #nav ul{flex-direction:column;align-items:flex-start}
.head-info #nav ul li{padding:0px;width:100%;border-bottom:1px solid rgba(0,0,0,.08);height:auto;font-weight:var(--fontbold5)}
.head-info #nav ul li a{display:block;font-size:20px;padding:15px 50px 15px 30px;width:100%;height:auto;color:var(--fontcolor)}
.head-info #nav ul li a::after{display:none}
.head-info #nav ul li.head-search{display:none}
.head-info #nav ul li:hover .submenu{display:none}
.head-info #nav ul li.nav0>a{color:#fbbe04}
.head-info #nav ul li.nav0 .showmenu::after{width:15px;height:3px;background:#fbbe04}
.head-info #nav ul li.nav0 .submenu{display:block!important}
.head-info #nav ul li.nav0 .submenu ul{padding-left:15px}
.head-info #nav ul li .submenu{display:none!important;position:static;background:0 0;color:var(--fontcolor);padding-left:10px;box-shadow: 0 0 black;}
.head-info #nav ul li .submenu li{height:auto;font-weight:400;border-top: none;}
.head-info #nav ul li .submenu li:last-child{border:none}
.head-info #nav ul li .submenu.nav2{display:block}
.head-info #nav ul li .showmenu{position:absolute;width:60px;height:40px;right:0px;top:4px;display:flex;align-items:center;justify-content:center}
.head-info #nav ul li .showmenu::after,.head-info #nav ul li .showmenu::before{content:"";width:15px;height:2px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:#666}
.head-info #nav ul li .showmenu::after{width:2px;height:15px}
.mob-btn{display:flex;align-items:center;justify-content:flex-end;position:relative;width:50px;height:50px;cursor:pointer}
.mob-btn i{color:var(--fontcolor);font-size:28px;transform:rotate(180deg);font-weight:var(--fontbold5)}
}

@media (max-width:768px){
.logo img{max-height:44px}
.head-info #nav ul li a{font-size:18px;padding:10px 50px 10px 15px;font-weight:normal}
.top-btn{right:24px;bottom:calc(140px + constant(safe-area-inset-bottom));bottom:calc(140px + env(safe-area-inset-bottom));display:none !important}
.bottom-btn{display:flex;transform:translateY(100%)}
.bottom-btn.bottom-btn-keep{transform:translateY(0)}
.bottom-btn.is-active{transform:translateY(0)}
.bottom-btn.show-cart{transform:translateY(0)}
.copyright{padding-bottom:100px;}
}

.customer-service { 
            position: fixed; 
            right: 0; 
            bottom: 0; 
            left: 0; 
            z-index: 999; 
            display: flex; 
            justify-content: space-around; 
            background: rgba(255, 255, 255, 0.95); 
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1); 
            padding: 8px 0; 
            transition: all 0.3s ease; 
        } 
 
        .cs-item { 
            position: relative; 
            display: flex; 
            flex-direction: column; 
            align-items: center; 
            padding: 8px 12px; 
            cursor: pointer; 
            border-radius: 4px; 
            transition: all 0.2s ease; 
        } 
 
        .cs-item:hover { 
            background:#fbbe04; 
        } 

        .cs-icon { 
            font-size: 20px; 
            margin-bottom: 4px; 
            color: #333; 
        } 
  .cs-item:hover .cs-icon{color: #fff;}
        .cs-label { 
            font-size: 12px; 
            color: #666; 
        } 
 .cs-item:hover .cs-label{color: #fff;}
        .cs-tooltip { 
            position: absolute; 
            bottom: 100%; 
            left: 50%; 
            transform: translateX(-50%); 
            background: #fbbe04; 
			color:#fff;
            padding: 8px 12px; 
            border-radius: 4px; 
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); 
            opacity: 0; 
            visibility: hidden; 
            transition: all 0.2s ease; 
            min-width: 165px; 
            text-align: center; 
            margin-bottom: 10px; 
        } 
 .cs-tooltip a{color:#fff}
        .cs-item:hover .cs-tooltip { 
            opacity: 1; 
            visibility: visible; 
        } 
 
        .cs-tooltip:after { 
            content: ''; 
            position: absolute; 
            top: 100%; 
            left: 50%; 
            transform: translateX(-50%); 
            border-width: 6px; 
            border-style: solid; 
            border-color: #fff transparent transparent transparent; 
        } 
 
        @media (min-width: 768px) { 
            .customer-service { 
                left: auto; 
                right: 20px; 
                bottom: 26%; 
                flex-direction: column; 
                width: auto; 
                border-radius: 8px; 
                padding: 0; 
                background: transparent; 
                box-shadow: none; 
            } 
 
            .cs-item { 
                background: rgba(60, 59, 59, 0.5); 
                margin-bottom: 10px; 
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); 
                border-radius: 50%; 
                width: 50px; 
                height: 50px; 
                justify-content: center; 
                padding: 0; 
            } 
 .fa-solid,.fas{color:#fff}
 .fa-brands,.fab{color:#fff}
            .cs-label { 
                display: none; 
            } 
 
            .cs-icon { 
                font-size: 24px; 
                margin-bottom: 0; 
            } 
 
            .cs-tooltip { 
                left: auto; 
                right: 100%; 
                top: 50%; 
                bottom: auto; 
                transform: translateY(-50%); 
                margin-right: 10px; 
                margin-bottom: 0; 
            } 
 
            .cs-tooltip:after { 
                top: 50%; 
                left: auto; 
                right: -12px; 
                transform: translateY(-50%); 
                border-color: transparent transparent transparent #fbbe04; 
            } 
        } 
 
        /* ÊÖ»ú¶ËÑùÊ½ */ 
        @media (max-width: 767px) { 
            .cs-tooltip { 
                position: fixed; 
                bottom: 51px; 
                left: 0; 
                right: 0; 
                transform: translateY(-50%); 
                width: 100%; 
                text-align: center; 
                margin-bottom: 0; 
            } 
 
            .cs-tooltip:after { 
                display: none; 
            } 
        } 
.page-container .page-main .bjqu{/*background: #C0D9D9;*/margin-bottom: 50px;color: #000;padding: 70px 210px;font-size: 30px;background: url(../images/bje.jpg);background-size: 100% 100%;background-repeat: no-repeat;}
.agileits_w3layouts_contact{background: url(../images/bg77.jpg);background-size: cover;}
/*.agileits_w3layouts_contact h3.agile-title{color:#fff}*/
.share-btn-list .fab{width:32px;height:32px;line-height:32px;border-radius:5px;margin-right:4px;}
.share-btn-list span{float:left;}
.share-btn-list a2a_kit{float:left;}
.share-btn-list .fa-whatsapp{background:rgb(8, 102, 255);}
.share-btn-list .fa-whatsapp:before{font-size:26px;padding:6px;}
.share-btn-list .fa-facebook{background:rgb(8, 102, 255);}
.share-btn-list .fa-facebook:before{font-size:26px;padding:4px;}
.share-btn-list .fa-linkedin{background:rgb(0, 123, 181);}
.share-btn-list .fa-linkedin:before{font-size:26px;padding:5px;}
.share-btn-list .fa-instagram{background:rgb(255, 102, 0);}
.share-btn-list .fa-instagram:before{font-size:26px;padding:4px;}
.share-btn-list .fa-youtube{background:rgb(124, 82, 158);}
.share-btn-list .fa-youtube:before{font-size:26px;padding:4px;}
.share-btn-list a{text-decoration:none;color:#fff}
.share-btn-list a:hover{opacity:.7;color:#fff}
.blog-info-w3layouts h6 a{ transition:all 0.4s ease-in 0s; -webkit-transition:all 0.4s ease-in 0s; -moz-transition:all 0.4s ease-in 0s; -o-transition:all 0.4s ease-in 0s;}
.blog-info-w3layouts h6 a:hover{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);font-size:2.2em;}
@media (max-width: 1280px) { 
.testimonials{padding:0;}
.testimonials .container{width:900px}
}
@media (max-width: 767px) { 
.blog-grid-w3-agileits {display: flex; flex-direction: column;}
.blog-img2-agileits-w3layouts {order: -1;margin-bottom:0}
.blog-mid{text-align:left;margin-bottom: 1.5em;}
a.mid-bar::after{left:0;right:auto;}
.w3-address-right p span{width:100%;}
.testimonials .container{width:85%}
.page-container .page-main .bjqu{padding:20%;font-size:18px;}
}