
/*-- banner --*/
.banner10{
	background: url(../images/banner.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: 770px;
	position: relative;
}

.banner11{
	background: url(../images/banner02.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: 650px;
	position: relative;
}

.banner12{
	background: url(../images/banner03.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: 650px;
	position: relative;
}


.w3_agileits_banner_main_grid{
	padding:2em 0 0;
	position:relative;
}
.w3_agile_logo{
	float:left;
}
.w3_agile_logo h1 a{
	font-size:1em;
	color:#fff;
	text-decoration:none;
	display:block;
}
.w3_agile_logo h1 a span{
	padding: .2em .5em;
    background: #a4dd25;
    display: inline-block;
    color: #212121;
}
.w3_agile_logo h1 a i{
	display: block;
    font-size: .25em;
    text-align: right;
    line-height: 0;
    letter-spacing: 2.5px;
	text-transform:capitalize;
}
.agileits_social_list li{
	display: inline-block;
    margin-right: 3em;
}
.agileits_social_list li a{
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 1.2em;
}
a.w3_agile_facebook:hover{
	color:#3b5998;
}
a.agile_twitter:hover{
	color:#1da1f2;
}
a.w3_agile_dribble:hover{
	color:#ea4c89;
}
a.w3_agile_vimeo:hover{
	color:#1ab7ea;
}
.agile_social_icons_banner {
    float: right;
    margin:1.6em 2em 0 0;
}
/*-- 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;
    right: 0;
}
.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.2em;
}

.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{
	width:60%;
	text-align: center;
	margin-top: 6em;
	margin-right: auto;
	margin-left: auto;
}

.w3_banner_info2{
	width:80%;
	text-align: center;
	margin-top: 3em;
	margin-right: auto;
	margin-left: auto;
}

.w3_banner_info2 img{
	width:100%;
    height:auto;
}

.w3_banner_info3{
	width:80%;
	text-align: center;
	margin-top: 3em;
	margin-right: auto;
	margin-left: auto;
}

.w3_banner_info3 img{
	width:100%;
    height:auto;
}


.w3_banner_info_grid h3{
	font-size:3em;
	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;
}
/*-- button-effect --*/
.thim-click-to-bottom {
    position: absolute;
    bottom: 7%;
    left: 50%;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    -webkit-animation: bounce 2s infinite ease-in-out;
}
.thim-click-to-bottom i {
    color: #fff;
    padding: 20px 10px;
    border: 1px solid;
    border-radius: 20px;
	font-size: 15px;
}
@-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); }
}
/*-- //button-effect --*/
/*-- //banner --*/
/*-- bootstrap-pop-up --*/
.modal-header {
    font-size:2em;
    color: #fff;
    font-family:'Bree Serif', serif;
    text-align: center;
    text-transform: capitalize;
    background:#aeb09f;
}
.close {
    opacity: 1;
}
.modal-body p {
    color: #999;
    text-align: left;
	padding:2em 2em 1em;
	margin: 0 !important;
	line-height:2em;
}
.modal-body p i {
    display: block;
    margin: 1em 0;
    color: #212121;
}
.modal-body {
    padding:0;
}
.modal-content {
    border-radius: 0;
}
button.close {
    font-size: 1.5em;
    color:#737373;
	outline: none;
}
/*-- //bootstrap-pop-up --*/
/*-- banner-bottom --*/
.agileits_banner_bottom_left{
	background:url(../images/1.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
.agileits_banner_bottom_left1{
	background:url(../images/2.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
.agileits_banner_bottom_left2{
	background:url(../images/3.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}

.agileits_banner_bottom_left3{
	background:url(../images/4.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}

.agileits_banner_bottom_left4{
	background:url(../images/5.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}

.agileits_banner_bottom_left5{
	background:url(../images/6.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}


.agileits_banner_bottom_left6{
	background:url(../img/39_1.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}

.agileits_banner_bottom_left7{
	background:url(../img/40_1.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}

.agileits_banner_bottom_left8{
	background:url(../img/41_1.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}

.agileits_banner_bottom_left9{
	background:url(../img/42_1.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}

.agileits_banner_bottom_left10{
	background:url(../img/43_1.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}


.agileits_banner_bottom_left11{
	background:url(../img/44_1.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}

.agileits_banner_bottom_left12{
	background:url(../img/45_1.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}

.agileits_banner_bottom_left13{
	background:url(../img/46_1.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}

.agileits_banner_bottom_left14{
	background:url(../img/47_1.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}

.agileits_banner_bottom_left15{
	background:url(../img/48_1.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}

.agileits_banner_bottom_left16{
	background:url(../img/49_1.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}

.agileits_banner_bottom_left17{
	background:url(../img/50_1.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}

.agileits_banner_bottom_left18{
	background:url(../img/51_1.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}

.agileits_banner_bottom_left19{
	background:url(../img/52_1.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}

.agileits_banner_bottom_left20{
	background:url(../img/53_1.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}

.agileits_banner_bottom_left21{
	background:url(../img/54_1.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}

.agileits_banner_bottom_left22{
	background:url(../img/55_1.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}

.agileits_banner_bottom_left23{
	background:url(../img/56_1.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}

.agileits_banner_bottom_left24{
	background:url(../img/57_1.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
.agileits_banner_bottom_left25{
	background:url(../img/58_1.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}












.agileits_banner_bottom_left,.agileits_banner_bottom_left1,.agileits_banner_bottom_left2,.agileits_banner_bottom_left3,.agileits_banner_bottom_left4,.agileits_banner_bottom_left5,.agileits_banner_bottom_left6,.agileits_banner_bottom_left7,.agileits_banner_bottom_left8,.agileits_banner_bottom_left9,.agileits_banner_bottom_left10,.agileits_banner_bottom_left11,.agileits_banner_bottom_left12,.agileits_banner_bottom_left13,.agileits_banner_bottom_left14,.agileits_banner_bottom_left15,.agileits_banner_bottom_left16,.agileits_banner_bottom_left17,.agileits_banner_bottom_left18,.agileits_banner_bottom_left19,.agileits_banner_bottom_left20,.agileits_banner_bottom_left21,.agileits_banner_bottom_left22,.agileits_banner_bottom_left23,.agileits_banner_bottom_left24,.agileits_banner_bottom_left25{
	min-height:335px;
	float: left;
}
.agileinfo_banner_bottom_pos{
	position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background:rgba(25, 25, 25, 0.4);
}
.w3_agileits_banner_bottom_pos_grid{
	padding-top: 3em;
	padding-right: 3em;
	padding-bottom: 3em;
	padding-left: 3em;
}
.wthree_banner_bottom_grid_right h4{
	font-size:1.5em;
	color:#a4dd25;
	line-height: 2em;
}
.addwd-index1{
	font-size:2.5em !important;
	color:#a4dd25;
	line-height: 2em !important;
	text-align: center;
	margin-top: 20px;
}

@media screen and (max-width : 1350px) {

.addwd-index1{
	font-size:2em !important;
	color:#a4dd25;
	line-height: 2em !important;
	text-align: center;
	margin-top: 20px;
}
}

@media screen and (max-width : 600px) {

.addwd-index1{
	font-size:3em !important;
	color:#a4dd25;
	line-height: 2em !important;
	text-align: center;
	margin-top: 20px;
}
}

.addwd-index2{
	text-align: center;
}

.wthree_banner_bottom_grid_right p{
	color:#fff;
	line-height:2em;
}

.wthree_banner_bottom_grid_right p{
	color:#fff;
	line-height:2em;
}


.agile_banner_bottom_grid_left_grid{
	width:100px;
	height:100px;
}
.agile_banner_bottom_grid_left_grid i{
	font-size:5em;
	color:#a4d634;
	line-height: 1.5em;
}
.agileits_banner_bottom_left:hover .agile_banner_bottom_grid_left_grid i,
.agileits_banner_bottom_left1:hover .agile_banner_bottom_grid_left_grid i,
.agileits_banner_bottom_left2:hover .agile_banner_bottom_grid_left_grid i,
.agileits_banner_bottom_left3:hover .agile_banner_bottom_grid_left_grid i,
.agileits_banner_bottom_left4:hover .agile_banner_bottom_grid_left_grid i,
.agileits_banner_bottom_left5:hover .agile_banner_bottom_grid_left_grid i,
.agileits_banner_bottom_left6:hover .agile_banner_bottom_grid_left_grid i,
.agileits_banner_bottom_left7:hover .agile_banner_bottom_grid_left_grid i,
.agileits_banner_bottom_left8:hover .agile_banner_bottom_grid_left_grid i,
.agileits_banner_bottom_left9:hover .agile_banner_bottom_grid_left_grid i,
.agileits_banner_bottom_left10:hover .agile_banner_bottom_grid_left_grid i,
.agileits_banner_bottom_left11:hover .agile_banner_bottom_grid_left_grid i,
.agileits_banner_bottom_left12:hover .agile_banner_bottom_grid_left_grid i,
.agileits_banner_bottom_left13:hover .agile_banner_bottom_grid_left_grid i,
.agileits_banner_bottom_left14:hover .agile_banner_bottom_grid_left_grid i,
.agileits_banner_bottom_left15:hover .agile_banner_bottom_grid_left_grid i,
.agileits_banner_bottom_left16:hover .agile_banner_bottom_grid_left_grid i,
.agileits_banner_bottom_left17:hover .agile_banner_bottom_grid_left_grid i,
.agileits_banner_bottom_left18:hover .agile_banner_bottom_grid_left_grid i,
.agileits_banner_bottom_left19:hover .agile_banner_bottom_grid_left_grid i,
.agileits_banner_bottom_left20:hover .agile_banner_bottom_grid_left_grid i,
.agileits_banner_bottom_left21:hover .agile_banner_bottom_grid_left_grid i,
.agileits_banner_bottom_left22:hover .agile_banner_bottom_grid_left_grid i,
.agileits_banner_bottom_left23:hover .agile_banner_bottom_grid_left_grid i,
.agileits_banner_bottom_left24:hover .agile_banner_bottom_grid_left_grid i,
.agileits_banner_bottom_left25:hover .agile_banner_bottom_grid_left_grid i

{
	color:#FFFFFF;
}
.agileits_banner_bottom_left:hover .agileinfo_banner_bottom_pos,
.agileits_banner_bottom_left1:hover .agileinfo_banner_bottom_pos,
.agileits_banner_bottom_left2:hover .agileinfo_banner_bottom_pos,
.agileits_banner_bottom_left3:hover .agileinfo_banner_bottom_pos,
.agileits_banner_bottom_left4:hover .agileinfo_banner_bottom_pos,
.agileits_banner_bottom_left5:hover .agileinfo_banner_bottom_pos,
.agileits_banner_bottom_left6:hover .agileinfo_banner_bottom_pos,
.agileits_banner_bottom_left7:hover .agileinfo_banner_bottom_pos,
.agileits_banner_bottom_left8:hover .agileinfo_banner_bottom_pos,
.agileits_banner_bottom_left9:hover .agileinfo_banner_bottom_pos,
.agileits_banner_bottom_left10:hover .agileinfo_banner_bottom_pos,
.agileits_banner_bottom_left11:hover .agileinfo_banner_bottom_pos,
.agileits_banner_bottom_left12:hover .agileinfo_banner_bottom_pos,
.agileits_banner_bottom_left13:hover .agileinfo_banner_bottom_pos,
.agileits_banner_bottom_left14:hover .agileinfo_banner_bottom_pos,
.agileits_banner_bottom_left15:hover .agileinfo_banner_bottom_pos,
.agileits_banner_bottom_left16:hover .agileinfo_banner_bottom_pos,
.agileits_banner_bottom_left17:hover .agileinfo_banner_bottom_pos,
.agileits_banner_bottom_left18:hover .agileinfo_banner_bottom_pos,
.agileits_banner_bottom_left19:hover .agileinfo_banner_bottom_pos,
.agileits_banner_bottom_left20:hover .agileinfo_banner_bottom_pos,
.agileits_banner_bottom_left21:hover .agileinfo_banner_bottom_pos,
.agileits_banner_bottom_left22:hover .agileinfo_banner_bottom_pos,
.agileits_banner_bottom_left23:hover .agileinfo_banner_bottom_pos,
.agileits_banner_bottom_left24:hover .agileinfo_banner_bottom_pos,
.agileits_banner_bottom_left25:hover .agileinfo_banner_bottom_pos


{
	background:rgba(25, 25, 25, 0.7);
}



 

  @media only screen and (max-width:600px) { 
 
 .w3_agileits_banner_main_grid, .shy-menu.is-open {
    height: 15px;
}
 
 
 
.banner11{
	background: url(../images/banner02.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: 220px;
	position: relative;
}

.banner12{
	background: url(../images/banner03.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: 220px;
	position: relative;
}



 .w3_banner_info2{
	width:100%;
	text-align: center;
	margin-top: 0em;
	margin-right: auto;
	margin-left: auto;
}

 .w3_banner_info3{
	width:100%;
	text-align: center;
	margin-top: 0em;
	margin-right: auto;
	margin-left: auto;
}
 
 
 
 
 .w3_banner_info_grid h3{
	font-size:25px;
	color:#fff;
	line-height:1em;
}
.w3_banner_info_grid p{
	font-size:15px;
	margin:1em 0 4em;
	color:#fff;
	line-height:25px;
}	
	
.w3_banner_info{
	margin:5em 0 0;
	width:70%;
}	

.wthree_banner_bottom_grid_right p{
	font-size:14px;
	color:#fff;
	line-height:25px;
}

.w3_banner_info img{
	width:100%;
    height:auto;
}
	
	
}
