/*--
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{
    font-size: 100%;
	font-family: 'Open Sans', sans-serif;
	background:#ffffff;
	margin: 0;
}
p,ul li,ol li{
	margin:0;
	font-size:15px;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	font-family: 'Poppins', 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%;
}

/*--- slider-css --*/

.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 12px;
    width: 12px;
    display: inline-block;
    border: none;
    background:#f2af00;
    border-radius: 8px;
}
.callbacks_here a:after{
	background:#616f67;
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
    position: absolute;
    bottom: -20px;
    z-index: 999;
    left: 47%;
    padding: 0px;
}

.demo > li {float:left;list-style-type: none;margin: 10px;}
.demo > li img { width:265px; cursor:pointer;}
/*jquery.picEyes*/

.picshade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
    height: 100%!important;
  background-color: #000;
  opacity: 0.91;
  filter: alpha(opacity=91);
  z-index: 99;
  display: none;
}

.pictures_eyes_close {
  position: fixed;
  top: 30px;
  right: 30px;
  display: inline-block;
  width:30px;
  height:30px;
  background: url(../images/close.png) no-repeat;
  z-index: 100;
  display: none;
}

.pictures_eyes {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 199;
  display: none;
}

.pictures_eyes_in {
  position: relative;
  text-align: center;
}

.pictures_eyes_in img { max-height: 500px; }

.pictures_eyes_in .prev, .pictures_eyes_in .next {
  position: absolute;
  top: 50%;
  width: 51px;
  height: 51px;
  cursor: pointer;
}

.pictures_eyes_in .prev {
  left: 35px;
  background: url(../images/left1.png) no-repeat;
}

.pictures_eyes_in .next {
  right: 35px;
  background: url(../images/right1.png) no-repeat;
}

.pictures_eyes_indicators {
  position: fixed;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
  z-index: 299;
}

.pictures_eyes_indicators a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 6px 3px 0 3px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 2px #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  overflow: hidden;
}

.pictures_eyes_indicators img { height: 50px; }

.pictures_eyes_indicators .current {
  filter: alpha(opacity=100);
  opacity: 1;
}
/*--Slider here--*/
.grid-slide{
  float: left;  
  width: 32%;
  padding: 1px;
  position: relative;
   border-color: #0085B0;
    box-shadow: 1px 1px 1px 1px #DCDCDC;
    padding: 7px 7px;
}

.grid-slide1
{
    float: left;  
  position: relative;
   border-color: #0085B0;
    box-shadow: 1px 1px 1px 1px #DCDCDC;
    padding: 7px 7px;
    }

.li-color
{
    color:#FFFFFF;
    }
/* Filter controls */
ul.simplefilter {
    text-align: center;
    margin-bottom: 2em;
}
.simplefilter li {
    color: #00BCD4;
    cursor: pointer;
    display: inline-block;
    padding: 0.5em 0.4em;
    margin: 0 0.3em;
    border: 1px solid #00BCD4;
} 
.simplefilter li.active
{
    background-color: #006699;
    border-color: #006699;
    color: #ffffff;
    font-weight:800;
}
/*-- header --*/
.top-main{
	position:relative;
}
.w3l_header_left
{
    float: left;
    padding: 0.7em 0 0.8em 5em;
    width: 60%;
    background: #306192;
}
.w3l_header_left ul li{
	display:inline-block;
	margin-right:2em;
	font-size:14px;
	color:#fff;
}
.w3l_header_left ul li span{
	    padding-right: 1em;
    color: #fff;
}
.w3l_header_left ul li a {
    color: #fff;
    text-decoration: none;
}
.w3l_header_left ul li a:hover{
	color:#fff;
}
.w3l_header_right {
    float: right;
    width: 40%;
     background: #306192;
       padding: 0.3em 0em 0.4em 18em;
}
/*-- social-icons --*/
ul.top-links li {
    margin-left: 5px;
    display: inline-block;
}
ul.top-links li a i.fa {
    color: #000;
    background-color: #fff;
    width: 35px;
    height: 35px;
    font-size: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    line-height: 36px;
    text-align: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
ul.top-links li a i.fa:hover {
    color: #fff;
   background-color: #202020;
}
/*-- //social-icons --*/
/*-- nav-effect --*/
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 10px;
	content: ']';
/*-- w3layouts --*/
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after,.navbar-nav li.active a::before,.navbar-nav li.active a::after,
.navbar-nav li.active a:focus::before,
.navbar-nav li.active a:focus::after{
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}
/*-- //nav-effect --*/
.header {
    border-bottom: 1px solid #EAEAEA;
   
}
.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
.navbar-collapse {
    padding: 0;
    box-shadow: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
.navbar-nav {
      float: left;
       margin:0 0 0 1em;
}
.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
     color: #202020;
}
.navbar-brand {
      padding: 0 0em 0 2.1em;
    line-height: 62px;
    font-size: 0.8em;
    background: url(../images/logo.png) no-repeat 1px 0px;
    height: auto;
    font-family: 'Lato', sans-serif;
    color: #202020;
    font-weight: bold;
}
.hr2
{
	display: block !important; 
	width: 100% !important;
	margin: 0px !important;
}
.display-b
{
	display:block !important;
}
.pd-15
{
padding-bottom:15px !important;
}
.width-10
{
	width:10% !important;
}
.width-2
{
	width:2% !important;
}
.width-68
{
	width:68% !important;
}
.width-100
{
	width:100% !important;
	height:20px !important;
}
.date-t
{
	text-align:center; 
	color:#fff;
}
.w-100
{
	width:100%;
}
.wh-100
{
	width:100%;
	height:30px;
}
.wh-90
{
	width:100%;
	height:90px;
}
.wh100
{
	width:100%;
	height:90px;
}
.b-0
{
	border:0
}
.head17
{
margin-top:17px;
}
/*-- agileits --*/
.logo h1 table 
{
    margin:0 0.2em;
    
}
   
span.one {
	font-family: 'BoomBox';
    font-size: 1.8em;
    color: #ff0000;
    padding-top:0.2em;
    display: inline-block;
    font-weight: bold;
    
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
	color:#31708f;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
       color: #ff0000!important;
}
.navbar-nav > li > a {
       font-size: 13px;
    text-transform: uppercase;
    padding: 20px 0;
    color: #444!important;
    font-weight: 900;
}
.header-bottom {
    position: relative;
    padding: 0.2em 0;
     background-color:rgba(250,250,250 ,1);
}
/*-- search --*/
.cd-main-header {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}
.cd-main-header {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible {
	-webkit-transform: translateX(-260px);
	-moz-transform: translateX(-260px);
	-ms-transform: translateX(-260px);
	-o-transform: translateX(-260px);
	transform: translateX(-260px);
}
.nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible {
	-webkit-transform: translateX(260px);
/*-- w3layouts --*/
	-moz-transform: translateX(260px);
	-ms-transform: translateX(260px);
	-o-transform: translateX(260px);
	transform: translateX(260px);
}
.cd-header-buttons {
    position: absolute;
    display: inline-block;
    top:-55px;
    right: 0;
}
.cd-header-buttons li {
	display: inline-block;
}
.cd-search-trigger, .cd-nav-trigger {
	position: relative;
	display: block;
	width: 44px;
	height: 44px;
	overflow: hidden;
	white-space: nowrap;
	color: transparent;
	z-index: 3;
}

.cd-search-trigger::before, .cd-search-trigger::after {
	/* search icon */
	content: '';
	position: absolute;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.cd-search-trigger::before {
	top: 11px;
	left: 11px;
	width: 18px;
	height: 18px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
/*-- agileits --*/
	border:3px solid #202020;
}
.cd-search-trigger::after {
	/* handle */
	height: 3px;
	width: 8px;
	background: #202020;
	bottom: 14px;
	right: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-search-trigger span {
	/* container for the X icon */
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.cd-search-trigger span::before, .cd-search-trigger span::after {
	/* close icon */
	content: '';
	position: absolute;
	display: inline-block;
	height: 3px;
	width: 22px;
	top: 50%;
	margin-top: -2px;
	left: 50%;
	margin-left: -11px;
	background:#202020;
	opacity: 0;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}
.cd-search-trigger span::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-search-trigger span::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after {
	/* hide search icon */
	-moz-opacity: 0;
	opacity: 0;
}
.cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {
	/* show close icon */
	-moz-opacity: 1;
	opacity: 1;
}
.cd-search-trigger.search-is-visible span::before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.cd-search-trigger.search-is-visible span::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-search {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-search input {
    border-radius: 0;
    border: none;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    padding: 0 5%;
	-webkit-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-size:1.5em;
    padding: 1em 2em;
	color: #fff;
}
.cd-search input::-webkit-input-placeholder {
	color: #fff !important;
}
.cd-search input::-moz-placeholder {
	color: #fff !important;
}
.cd-search input:-moz-placeholder {
	color: #fff !important;
}
.cd-search input:-ms-input-placeholder {
	color: #fff !important;
}
.cd-search input:focus {
	outline: none;
}
.cd-search.is-visible {
	-moz-opacity: 1;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
/*-- //header --*/

.baner-info{
	    padding-top:14em;
		margin:0 auto;
		text-align:center;
}
.price-section h3
{
    text-align: center;
    font-size: 2.8em;
    color: #EC0000;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 0 1em 0;
}

.price-section h4
{
    text-align: center;
    font-size: 2em;
    color: #EC0000;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1em 0 1em 0;
}
.baner-info h3 {
    text-align: center;
    font-size:2.8em;
    color: #fff;
	font-weight:bold;
	    text-transform: uppercase;
}
.baner-info h3 span {
	color:#7ac143;
}
.baner-info h4{
    text-align: center;
    font-size:1.2em;
    color: #fff;
	margin-top:1em;
}
span.simply-word {
    font-size:18px;
    font-weight: 500;
    margin-left: 5px;
    text-transform: uppercase;
    color: #7ac143;
}
.baner-info span img {
    margin: 1em auto 0;
    text-align: center;
}
/*-- //Countdown-Timer --*/
/*-- vertical-tabs --*/
.vertical-tabs{
	padding:80px 0 45px 0;
}
.list-group-item {
    padding: 15px 5px;
    font-size: 22px;
    letter-spacing: 4px
}
a.list-group-item:hover, a.list-group-item:focus
{
    background-color: #66CCFF;
    color: #fff;
}
a.list-group-item
{
    color: #006699;
    font-weight: 600;
}

.ser-info h3
{
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-right: 20px;
    color: #006699;
    
}
.ser-info p {
    color: #777;
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align:justify;
}
/*-- //vertical-tabs --*/

/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top:50px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon, div.bhoechie-tab-menu div.list-group>a .fa {
    color: #0099CC;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group > a.active, div.bhoechie-tab-menu div.list-group > a.active .glyphicon, div.bhoechie-tab-menu div.list-group > a.active .fa
{
    background-color: #0099CC;
    background-image: #5A55A3;
    color: #ffffff;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    border-color: #0099CC;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #0099CC;
}

div.bhoechie-tab-content{
	background-color: #ffffff;
	/* border: 1px solid #eeeeee; */
    padding: 25px 25px;
}
.w3-head h1 {
    color: rgb(0, 102, 153);
   text-align:center;
    margin-bottom: 1.5em;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}

/*--who-are-we--*/
.who-are-we
{
    background: url(../images/22a.jpg) no-repeat 0px 0px;
    padding: 70px 0 0 0;
    border-top: 6px solid#F5D503;
    background-size: cover;
    min-height: 450px;
    border-top-color: #CC0000;
}
.who-are-we h3 {
    text-align: center;
    color: #fff;
    font-size: 45px;
    font-weight: 200;
    margin-bottom: 60px;
    letter-spacing: 2px;
}
.who-are-we h3 span {
	font-weight:600;
}
.who-grids {
    background: #fff;
    padding: 20px 30px;
    width: 48%;
    margin-right: 2%;
}
.who-grids:nth-child(3){
	margin-left:2%;
	margin-right:0;
}
ul.whogrid_info {
  list-style: none;
  margin: 0;
  padding: 0;
}


ul.whogrid_info li {
  margin: 10px 0;
}
li.tick {
    background: url(../images/tick1.png)no-repeat 0px 0px;
    height: 31px;
    padding: 0 0 0 28px;
    line-height:15px;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 1px;
    font-size: 15px;
    color: #777;
}
.tick {
    background: url(../images/tick1.png)no-repeat 0px 0px;
    height: 31px;
    padding: 0 0 0 28px;
    line-height:15px;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 1px;
    font-size: 15px;
    color: #777;
}
/*--/who-are-we--*/
/*-- about --*/
.spldishes-w3left {
    padding: 2.3em;
    background-color: #fd463e;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
}
.w3agile-spldishes1 
{
 padding:3em 0;   
}
.w3agile-spldishes p.para-agileits-w3layouts {
    color: #8a8888!important;
}
.spldishes-agileinfo:hover .spldishes-w3left {
    background-color: #09c4dc;
}
.spldishes-agileinfo h5{
    font-size: 2em;
    color: #fff;
}
.spldishes-w3left p {
    color: #fff;
    margin-top: 1.4em;
}
.spldishes-grids {
    padding: 0;
}
.g1 {
	position: relative;
	display: block;
} 

.agile-dish-caption {
    position: absolute;
    width: 94.5%;
    bottom: 42px;
    height:100%;
    z-index: 999;
    background:rgba(1,87,155 ,.59);
    padding: 6em 4em;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transform-style: preserve-3d; 
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-o-transform:scale(0);
	-ms-transform:scale(0);
	transform:scale(0);
}
.item h4 {
    margin: 1em 0;
    color: #004977;
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 1px;
}
.agile-dish-caption h4 {
    font-size: 1.2em;
    color: rgba(255, 181, 0, 0.97);
    margin-bottom: 0.5em;
    font-weight: 600;
    letter-spacing: 3px;
    margin-top: 0;
    text-transform: capitalize;
}
.agile-dish-caption h3 {
	font-weight: bold;
	color: #3d3d3d;
}
.agile-dish-caption span {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 300;
}
.g1:hover .agile-dish-caption {
	display: block; 
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}

/*-------------------------*/
.g {
	position: relative;
	display: block;
} 

.agile-dish-caption1
{
    position: absolute;
    width: 94%;
    bottom: 5px;
    height: 95%;
    z-index: 999;
    
    background:rgba(1,87,155 ,.59);
    padding: 4em 1em;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transform-style: preserve-3d;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.agile-dish-caption1 h4 {
    font-size: 1.2em;
    color: rgba(255, 181, 0, 0.97);
    margin-bottom: 0.5em;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 0;
    text-transform: capitalize;
}

.agile-dish-caption1 span {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 300;
}
.g:hover .agile-dish-caption1 {
	display: block; 
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}
.agile-dish-caption1 h3 {
	font-weight: bold;
	color: #3d3d3d;
}

/*-----------News--------------*/
.news
{
    padding:0 0 0em 0;
}

.news h4
{
 
     text-align: center;
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 1em;
    color: #000;
    }
.timing {
    border: 6px solid #eee;
    padding: 0.5em 1em;
}
 ul 
 {
     list-style-type:none;
 }
.blog-grids {
    border-bottom: 1px dotted #aeaeae;
    padding: 0.8em 0;
}
.blog-grid-left {
    float: left;
    width: 30%;
    height:80%;
}
.blog-grid-right {
    float: left;
    width: 60%;
    margin-left: 0.5em;
}


.blog-grid-right h5 a {
    color: #4A4747;
    font-size: 0.9em;
    line-height: 1.5em;
    font-weight: 500;
}
/*-------------News End------------*/
#owl-demo .item img { 
    width: 100%;
}
@media(max-width:480px) {
.agile-dish-caption {
	padding: 0.5em;
}
.ser-info a {
		width: 40%;
	}
	.list-group-item {
		font-size: 15px;
	}
.agile-dish-caption span {
	font-size: 0.8em;
}

	.agile-dish-caption1
{
    width: 94%;
    bottom: 5px;
    height: 95%;
    padding: 1em 0.5em;
    
}

.agile-dish-caption1 h4 {
    font-size: 10px;
   
}

}
h3.heading {
    text-align: center;
    font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 1em;
    color: #000;
}
div#about,div#services,div#contact,div#gallery,div#team {
    padding: 4em 0;
}
/*-- //about --*/
/* about bottom */
.aboutleft {
    padding: 0;
}
.aboutbottom-grids {
    margin-top: 2em;
}
.aboutright h3 
{
    color: #004977;
    text-transform: uppercase;
    font-size: 24px;
}
.aboutright h4
{
    font-style: italic;
    font-family: initial;
    font-size: 14px;
    font-weight: 600;
    color: #006699;
}

.aboutright h5
{
    font-style: italic;
    font-family: initial;
    font-size:1.2em;
    font-weight: 600;
    padding:0.5;
    color: #006699;
}

.aboutright hr
{
    margin:5px 0;}
.aboutright h4 span
{
    color: #383838;
}

.aboutright p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #636363;
    width: 95%;
    text-align:justify;
}
.aboutright {
    padding: 1em 1em;
}
.w3ls-button a {
    color: #ffffff;
    font-size: 16px;
    padding: .4em 1em;
    border: solid 2px rgba(255, 181, 0, 0.97);
    text-decoration: none;
    background: rgba(255, 181, 0, 0.97);
    text-align: center;
    letter-spacing: 1px;
}
.w3ls-button a:hover {
    background: #004977;
    border: 2px solid #004977;
}
.w3ls-button {
    margin-top: 3em;
}



/* //about bottom */
/*-- bootstrap-modal-pop-up --*/
.modal-header {
    font-size: 2em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: #004977;
    border: 1px solid #fff;
}
.close {
    opacity: 1;
}
.modal-body p {
    color: #999;
    text-align: left;
    padding: 1em 2em 0em;
	margin: 0 !important;
	line-height:2em;
}
.modal-body p i {
    display: block;
    margin: 1em 0;
    color: #212121;
}
.modal-body {
    padding:0;
}
.modal-body img {
    padding: 0em 1em 0 1em;
}
.modal-content {
    border-radius: 0;
}
button.close {
    font-size: 1.5em;
    color:#fff;
	outline: none;
}
/*-- //bootstrap-modal-pop-up --*/

/* services */
ul.icon li {
    display: inline-block;
}
.servicegrids p {
    color: #636363;
    font-size: 15px;
    line-height: 28px;
    margin: 1em 0;
    text-align:justify;
}
.icon i.fa {
    font-size: 30px;
    margin-right: 1em;
    color: #ffb708;
}

.services-left {
    float: left;
    width: 15%;
}
.services-right {
    float: right;
    width: 80%;
}

.services-right p {
    font-size: 15px;
    color: #777;
    line-height: 28px;
}
.services-grid:hover p {
    border-radius: 0%;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -moz-transition: .5s all;
}
.services-grid:nth-child(4), .services-grid:nth-child(5), .services-grid:nth-child(6) {
    margin-top: 3em;
}
.services-left p {
    background:#212121;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    padding: 12px;
    margin: 0;
    border-radius: 60%;
}

.servicetopgrids {
    margin-bottom: 2em;
}
.servicegrid1 h4 {
    color: #004977;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/* //services */

/*-- team --*/  
.team.agileits-w3layouts {
    background: #fff;
}
.team-grid {
	text-align: center;
	padding: 2em;
}
.team .img-w3l {
	display: inline-block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-border-radius: 50%;
	text-decoration: none;
	z-index: 1;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
    width: 120px;
    height: 120px;
}
.team-w3ls p {
    margin: 0;
    line-height: 1.8em;
    font-size: .95em;
    color: #2d2d2d;
}
.team h5 {
	font-size: 1.5em;
	margin: 0.8em 0 .4em;
    color: #004977;
	font-weight: 400;
	letter-spacing: 0px;
}
.team-grid:hover {
    background: #004977;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}
.team-grid:hover.team-grid p{
	color: #fff; 
}
.team-grid:hover.team-grid h5{
	color: #ffb708;
}
.team-grid:hover  .img-w3l {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.team-grid .social-icons {
    margin-top: 1em;
}
/*-- social-icons --*/
.social-icons ul li {
    display: inline-block;
    font-size: inherit;
    text-align: center;
    margin: 0;
}
.social-icons ul li a.fa {
    font-size: .95em;
    color: #fff;
    line-height: 2.3em;
}
.icon-border {
	position: relative;
}
.team .icon {
    vertical-align: top;
    overflow: hidden;
    margin: 0 4px;
    width: 33px;
    height: 33px;
}
.social-icons ul li a.fa:hover {
    color: #3b5998;
}
a.fa.fa-google-plus.icon.icon-border.googleplus:hover {
    color: #d34836;
}
a.fa.fa-twitter.icon.icon-border.twitter:hover {
    color: #4099ff;
}
a.fa.fa-dribbble.icon.icon-border.dribbble:hover {
    color: #ec4a89;
}
.icon-border::before,
.icon-border::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
} 
.icon-border::before {
	z-index: 1;
	-webkit-transition: box-shadow 0.3s;
	-moz-transition: box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	-ms-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;   
}  
/* facebook */
.icon-border.facebook::before {
	-webkit-box-shadow: inset 0 0 0 48px #3b5998; 
	-moz-box-shadow: inset 0 0 0 48px #3b5998; 
	-o-box-shadow: inset 0 0 0 48px #3b5998; 
	-ms-box-shadow: inset 0 0 0 48px #3b5998; 
	box-shadow: inset 0 0 0 48px #3b5998; 
} 
.icon-border.facebook:hover::before {
	-webkit-box-shadow: inset 0 0 0 4px #3b5998; 
	-moz-box-shadow: inset 0 0 0 4px #3b5998; 
	-o-box-shadow: inset 0 0 0 4px #3b5998; 
	-ms-box-shadow: inset 0 0 0 4px #3b5998; 
	box-shadow: inset 0 0 0 4px #3b5998;
} 
/* twitter */
.icon-border.twitter::before {
	-webkit-box-shadow: inset 0 0 0 48px #4099ff;
	-moz-box-shadow: inset 0 0 0 48px #4099ff;
	-o-box-shadow: inset 0 0 0 48px #4099ff;
	-ms-box-shadow: inset 0 0 0 48px #4099ff;
	box-shadow: inset 0 0 0 48px #4099ff;
} 
.icon-border.twitter:hover::before {
	-webkit-box-shadow: inset 0 0 0 4px #4099ff;
	-moz-box-shadow: inset 0 0 0 4px #4099ff;
	-o-box-shadow: inset 0 0 0 4px #4099ff;
	-ms-box-shadow: inset 0 0 0 4px #4099ff;
	box-shadow: inset 0 0 0 4px #4099ff;
} 
/* google plus */
.icon-border.googleplus::before {
	-webkit-box-shadow: inset 0 0 0 48px #d34836;
	-moz-box-shadow: inset 0 0 0 48px #d34836;
	-o-box-shadow: inset 0 0 0 48px #d34836;
	-ms-box-shadow: inset 0 0 0 48px #d34836;
	box-shadow: inset 0 0 0 48px #d34836;
} 
.icon-border.googleplus:hover::before {
	-webkit-box-shadow: inset 0 0 0 4px #d34836;
	-moz-box-shadow: inset 0 0 0 4px #d34836;
	-o-box-shadow: inset 0 0 0 4px #d34836;
	-ms-box-shadow: inset 0 0 0 4px #d34836;
	box-shadow: inset 0 0 0 4px #d34836;
} 
/* dribbble */
.icon-border.dribbble::before {
	-webkit-box-shadow: inset 0 0 0 48px #ec4a89;
	-moz-box-shadow: inset 0 0 0 48px #ec4a89;
	-o-box-shadow: inset 0 0 0 48px #ec4a89;
	-ms-box-shadow: inset 0 0 0 48px #ec4a89;
	box-shadow: inset 0 0 0 48px #ec4a89;
}
.icon-border.dribbble:hover::before {
	-webkit-box-shadow: inset 0 0 0 4px #ec4a89;
	-moz-box-shadow: inset 0 0 0 4px #ec4a89;
	-o-box-shadow: inset 0 0 0 4px #ec4a89;
	-ms-box-shadow: inset 0 0 0 4px #ec4a89;
	box-shadow: inset 0 0 0 4px #ec4a89;
} 
/* rss */
.icon-border.rss::before {
	-webkit-box-shadow: inset 0 0 0 48px #ee802f;
	-moz-box-shadow: inset 0 0 0 48px #ee802f;
	-o-box-shadow: inset 0 0 0 48px #ee802f;
	-ms-box-shadow: inset 0 0 0 48px #ee802f;
	box-shadow: inset 0 0 0 48px #ee802f;
} 
.icon-border.rss:hover::before {
	-webkit-box-shadow: inset 0 0 0 4px #ee802f;
	-moz-box-shadow: inset 0 0 0 4px #ee802f;
	-o-box-shadow: inset 0 0 0 4px #ee802f;
	-ms-box-shadow: inset 0 0 0 4px #ee802f;
	box-shadow: inset 0 0 0 4px #ee802f;
} 
/*-- social-icons --*/
/*-- //team --*/ 
/*-- Tabs --*/

	.tabs {
		margin: 30px 0;
	}

	.sap_tabs {
		clear: both;
	}

	.tab_box {
		background: #fd926d;
		padding: 2em;
	}

	.top1 {
		margin-top: 2%;
	}

	.resp-tabs-list {
		list-style: none;
		text-align: center;
		border-bottom: 1px ridge #777;
		width: 99%;
		margin: 0 auto 5px;
	}

	.resp-tab-item {
		cursor: pointer;
		display: inline-block;
		margin: 0;
		outline: none;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		width: 33.3%;
		float: left;
		padding: 10px 0;
	}

	.resp-tab-item span {
		font-family: 'Montserrat', sans-serif;
		font-size: 16px;
		letter-spacing: 1px;
		    color: #fff;
	}

.resp-tab-active {
    text-shadow: none;
    color: #fff;
    border: 1px solid #ff0000;
    background: #ff0000;
}
	.resp-tabs-container {
		padding: 0px;
		clear: left;
	}

	h3.resp-accordion {
		cursor: pointer;
		padding: 5px;
		display: none;
	}

	.resp-tab-content {
		display: none;
		padding: 20px 0;
	}

	.resp-content-active, .resp-accordion-active {
		display: block;
	}

	.resp-tab-item label{
		margin-right:8px;
	}

	.resp-tab-content p {
		line-height: 30px;
		color: #AAA;
		padding: 0 5px;
		text-align:justify;
	}
.agitsworkw3ls-grid1 {
    background: #202020;
    padding: 1.44em 1em;
}
/*-- //Tabs --*/
.ban-info {
    margin-top: 20em;
    z-index:999;
    background-color:rgba(13,71,161 ,0.5);
    
    position:absolute;
    width: 45%;
}
.ban-info h4 {
    font-size: 18px;
    color: #fff;
    margin: 5% 2% 5% 5%;
    text-align:left;
    line-height:1.8em;
    z-index:999;
}
/*-- testimonial --*/
/******** SAP ************/
/*.sap_tabs {
    clear: both; 
    text-align: center;
}
.tab_box{
	background:#fd926d;
	padding: 2em;
}
.top1{
	margin-top: 2%;
}
.resp-tabs-list {
    width: 35%;
    list-style: none;
    padding: 0;
    margin:4em auto 2em;
}
.resp-tab-item {
    cursor: pointer;
    padding: 0;
    display: inline-block;
    list-style: none;
    width: 20%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; 
	background:#000;
	border-bottom: 3px solid transparent;
    border-radius: 50%;
}
.resp-tab-item img { 
	width:100%;
	opacity:.3;
    border-radius: 50%;
}
.resp-tab-item:hover {
    text-shadow: none;
    border-color:#004977;
}
.resp-tab-active{
	text-shadow: none;
	color:#fff;
} 
li.resp-tab-item.resp-tab-active {
    border-color: #004977;
    opacity: 1;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
    transform: scale(1.5);
}
li.resp-tab-item.resp-tab-active img {
    opacity: 1;
}
.resp-tabs-container {
	padding: 0;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}*/

.view.view-first {
    width: 100%;
    margin: 0 auto 0em;
    padding: 2em 0;
}
.view.view-first h5 {
    color: #ffb708;
    font-size: 1.3em;
    text-transform: capitalize;
}

.view.view-first a {
    color: #ffb708;
    font-weight:600;
   
}
.view.view-first p {
    margin-bottom: 1em;
    font-size: 15px;
    line-height: 2em;
	color:#fff;
	display:inline-block;
}
.testimonial.agileits-w3layouts
{
    background: url('../images/22.jpg') no-repeat 0px 0px;
    background-size: cover;
    padding: 4em 0;
}

.testimonial img {
    margin: 0 auto;
    width:10%;
    border-radius: 50%;
}


.testimonial h3.heading {
    color: #fff;
}
.testimonial .w3-head h4 {
    color: rgba(255, 255, 255, 0.61);
}
/*-- //testimonial --*/

/*--gallery--*/
.w3-agileits-gallery-grids.agileits-gallery-grids {
    margin: 2em 0;
}
.w3-agileits-gallery-grids:nth-child(5) {
    float: right;
}
.w3-agileits-gallery-grids a {
    display: block;
    overflow: hidden;
	position:relative;
}
.agile-b-wrapper{
    background: rgba(0, 0, 0, 0.58);
    position: absolute;
    width: 100%;
    height: 0%;
    top: 0;
    left: 0;
    transition: .5s all;
    /*opacity: 0;*/
}
.career
{
    padding: 1em;
    border: 1px solid #CCCCCC;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
    
.career select
{
     padding: 0.8em 1em;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #006699;
    outline: none;
    color: #555;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    float: left;
}

.career select:hover
{
    border: 1px solid #66CCFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.career input[type="text"]:hover, .career textarea:hover {
    border: 1px solid #66CCFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.career input[type="text"] {
    padding: 0.8em 1em;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #006699;
    outline: none;
    color: #555;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    float: left;
}
.career textarea {
    height: 146px;
    outline: none;
    resize: none;
    padding: 0.8em 1em;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #006699;
    outline: none;
    color: #555;
}

.career input[type="submit"]
{
    outline: none;
    color: #fff;
    padding: .4em 1em;
    font-size: 16px;
    margin: 1em 0;
    -webkit-appearance: none;
    border: 2px solid #006699;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    background-color: #006699;
}
.career input[type="submit"]:hover {
	color: #263D48;
    border: 2px solid #F1C40F;
    background: #fff;
}

.agile-b-wrapper h4 {
    font-size: 1.2em;
    padding-top:30%;
    margin-bottom:0.5em;
    font-weight: 600;
    color: #fd0006;
    letter-spacing: 1.5px;
    text-align:center
}
.agile-b-wrapper span{
    line-height: 1em;
    font-size:12px;
    padding:0 1.5em;
    margin-bottom:1.5em;
    color: #f5f5f5;
    text-align:center;
}
 .agile-b-wrapper p{
    line-height: 1em;
    font-size:0.8em;
    padding:0  1em;
    color: #f5f5f5;
    margin-top:0.5em;
    
}
 .agile-b-wrapper p span{
    line-height: 1em;
    color: #f5f5f5;
    
}
.w3-agileits-gallery-grids a:hover .agile-b-wrapper{
	height: 100%;
	opacity: 1;
}
.agile-b-wrapper i.fa.fa-search-plus {
	font-size: 2em;
    color: #fff;
    margin: 4.5em 0 0 0;
}
/*--//gallery--*/

/*-- contact --*/
.address-grids {
    padding: 0;
    margin: 2em 0;
}
.address ul {
    padding: 0;
    margin: 0;
}
.address p {
    margin: 0 0 .3em 0;
    color: #999999;
    font-size: .9em;
    line-height: 1.8em;
}
.address p span{
	display:block;
}
.address a {
    color: #999999;
    font-size: 1em;
    letter-spacing: 1px;
	text-decoration:none;
}
.address a:hover{
    color: #fec303;
}
.contact-form {
    margin: 0;
    position: absolute;
    bottom: 4%;
    left: 25%;
    background: #fff;
    padding: 3em 4em;
    width: 50%;
}
.contact-form h4,.address h4,.agileits-w3layouts-map h4{
    margin: 0 0 1em 0;
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-form h4 {
    text-align: center;
    margin-bottom: 1em;
    font-size: 26px;
    color: #000;
    font-weight: normal;
}
.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: 0;
    width: 100%;
    border-bottom: 1px solid #4e4e4e;
    background: none;
    -webkit-appearance: none;
	outline: none;
}
.contact textarea { 
	min-height: 100px;
    resize: none;
} 
/*-- input-effect --*/
.styled-input input:focus ~ label, .styled-input input:valid ~ label,.styled-input1 input:focus,.styled-input textarea:focus ~ label ,.styled-input textarea:valid ~ label{
    font-size: .9em;
    color: #fec303;
    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: 47%;
	margin:1em 0.5em;
    position: relative;
    float: left;
}

.styled-input1 {
	width: 98%;
    margin:1em 0em;
    position: relative;
    float: left;
}
.styled-input:nth-child(1),.styled-input:nth-child(3){
	margin-left:0;
}
.textarea-grid{
	float:none !important;
	width:100% !important;
	margin-left:0 !important;
}
.styled-input label {
	color: #8c8c8c;
    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-input1 input ~ span,.styled-input textarea ~ span {
	display: block;
    width: 0;
    height: 2px;
    background: #fec303;
    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-input1 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: #fff;
    padding: .4em 1em;
    font-size: 16px;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background:#004977 ;
    border: 2px solid #004977;
    -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: rgba(255, 181, 0, 0.97);
    border: 2px solid rgba(255, 181, 0, 0.97);
}

.view-button
{
    float:right;
}

.test-btn{
    outline: none;
    color: #fff;
    padding: .3em 0.3em;
    font-size: 16px;
    -webkit-appearance: none;
    background: rgba(255, 181, 0, 0.97);
    border: 2px solid rgba(255, 181, 0, 0.97);
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.test-btn:hover {
    background: #004977;
    border: 2px solid #004977;
}
.agileits-w3layouts-map iframe {
    border: none;
    width: 100%;
    height: 546px;
}
.address {
    padding: 5em 0em 5em 8em;
    background: #004977;
}
.agileits-w3layouts-map {
    padding: 0;
    height: 546px;
}
.contact {
    position: relative;
    padding:2em;
}
div#contact {
    padding-bottom: 0;
}
/*-- //contact --*/

/* footer */
.footer-top {
    padding: 3em 0;
    background: #b84592;
    background: #5ecc62;
    background: #004977;
    background: #191d20;
}
.footer-grid h3, .footer-list h3, .agile-footer-grid h3 {
    font-size: 1.5em;
    margin: 0 0 .5em 0;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
    line-height: 1.5em;
}
.footer-logo  a {
    color: #FFFFFF;
    font-size: 2em;
	font-weight:600;
    text-decoration: none;
}
.footer-grid p {
    color: #bbbbbb;
    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: .2em 0;
}
.footer-logo li {
    display: inline-block !important;
}
.footer-logo ul li a {
    color: #bbb;
    font-size: 1.2em;
    text-decoration: none;
    padding-right: 5px;
}
.footer-list ul li {
    color: #bbb;
    font-size: 1em;
}
.footer-grid ul li {
    color: #bbb;
    font-size: .875em;
    text-decoration: none;
    line-height: 2em;
    letter-spacing: 1px;
}
.footer-grid ul li a  {
    color: #bbb;
    font-size: .875em;
    text-decoration: none;
    line-height: 2em;
}
.footer-grid ul li a:hover
{
    color: #FFCC00;
}
.agile-footer-grid ul {
    padding: 0;
    margin: 0;
}
ul.w3agile_footer_grid_list li {
    list-style-type: none;
    color: #bbbbbb;
    line-height: 1.8em;
    font-size: 1em;
}
ul.w3agile_footer_grid_list li a {
    color: #ff9900;
    text-decoration: none;
}
ul.w3agile_footer_grid_list li span {
    display: block;
    margin: 1em 0 0;
}
ul.w3agile_footer_grid_list i.fa.fa-twitter {
    margin-right: 1em;
}
.agile-footer-grid input[type="email"],.agile-footer-grid input[type="text"]{
	outline:none;
    padding: 11px 20px;
	background:#fff;
	border:none;
	font-size:14px;
	color:#212121;
    margin-top: 1em;
	width:100%;
    border-bottom: 1px solid #ccc;
}
.agile-footer-grid h3 {
    color: #000;
    text-align: center;
}
.agile-footer-grid input[type="submit"] {
    outline: none;
    padding: 11px 20px;
    border: none;
    font-size: 14px;
    color: #fff;
    margin: 1em 0 0;
    border: 2px solid #ffb708;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    background-color: #ffb708;
    letter-spacing: 2px;
    text-align: center;
}
.footer-logo,.links1 {
    margin-top: 1em;
}
.links {
    padding: 0 2em;
}
.links1 {
    margin-top: 2em;
}
.agile-footer-grid {
    background: #fff;
    padding: 3em;
}
.agile-footer-grid input[type="submit"]:hover{
    background: #004977;
    border: 2px solid #004977;
}
.footer-logo a {
    color: #FFFFFF;
    font-size: 2em;
    font-weight: 600;
    text-decoration: none;
}
.footer-grid p {
    color: #bbbbbb;
    font-size: 14px;
    line-height: 1.8em;
    margin: 1em 0;
}
.wthree_copy_right p {
    text-align: center;
    color: #c1c1c1;
    background: #141719;
    padding: 30px 0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.wthree_copy_right a {
    color: #fff;
}
.footer-logo i.fa {
    border: 1px solid #ddd;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
}
/*-- //footer --*/

/* heading style */
.w3-head {
    position: relative;
}
.w3-head h3
{
    color: rgb(0, 102, 153);
}
.w3-head h4 {
    position: absolute;
    /*color: rgba(0, 0, 0, 0.28);*/
    color: rgba(144,202,249 ,0.45);
    font-size: 6em;
    font-weight: 600;
    margin: 0;
    position: absolute;
    text-align: center;
    top: -35px;
    left: 47%;
    
}
/* //heading style */

/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/

@media screen and (max-width: 1440px){
	.aboutright h3 {
		font-size: 23px;
	}
	.aboutright {
		padding: 2em 2em;
	}
	.address {
		padding: 5em 0em 5em 6em;
	}
}
@media screen and (max-width: 1366px){
	.aboutright h3 {
		font-size: 21px;
	}
	.aboutright h4 {
		margin: 1em 0;
	}
	.aboutright p {
		width: 100%;
	}
}
@media screen and (max-width: 1280px){
	.logo h1 a {
		font-size: 23px;
		margin-left: 1em;
	}
	.sb-description {
		padding: 20px;
		bottom: 33%;
	}
	.aboutright {
		padding: 2em 2em;
	}
	.address {
		padding: 5em 0em 5em 4em;
	}
	.vertical-tabs {
		padding: 55px 0 15px 0;
	}
	.ser-info a {
		width: 33%;
	}
	div.bhoechie-tab-container {
		margin-top: 40px;
	}
	.ser-img {
		width: 37%;
		margin-right: 2%;
		margin-top: 2%;
	}
	div.bhoechie-tab-content {
		padding: 25px 15px;
	}
	.ser-info h3 {
		font-size: 21px;
		width: 100%;
	}
	.ser-info p {
		margin-top: 10px;
	}
	.list-group-item {
		padding: 20px 5px;
	}
}
@media screen and (max-width: 1080px){
	h3.heading {
		font-size: 35px;
	}
	.w3-head h4 {
		font-size: 5.5em;
		top: -29px;
	}
	ul.whogrid_info li {
		margin: 5px 0;
	}
	.who-are-we {
		padding: 50px 0 0 0;
		min-height: 380px;
	}
	.who-are-we h3 {
		font-size: 34px;
		margin-bottom: 55px;
	}
	.agile-dish-caption {
		width: 96%;
		padding: 7em 6em;
	}
	.aboutright {
		padding: 2em 2em;
	}
	.aboutright h3 {
		font-size: 18px;
	}
	.aboutright p {
		font-size: 13.5px;
	}
	.team-grid {
		padding: 2em 1em;
	}
	.view.view-first {
		width: 80%;
	}
	.agile-b-wrapper i.fa.fa-search-plus {
		margin: 4em 0 0 0;
	}
	.address {
		padding: 5em 0em 5em 3em;
	}
	.sb-description span {
		font-size: 130px;
	}
	.sb-description {
		bottom: 30%;
	}
	.contact-form {
		left: 28%;
		padding: 3em 3em;
		width: 49%;
	}
}
@media screen and (max-width: 1024px){
	.logo h1 a {
		font-size: 30px;
		margin-left: 2em;
	}
	.ban-info {
    margin-top: 21em;
    z-index:999;
    
    
}
.ban-info h4 {
    font-size: 18px;
    
}
	.w3l_header_left ul li {
		display: inline-block;
		margin-right:1em;
		font-size: 14px;
		color: #fff;
	}
	.w3l_header_right {
		float: right;
		width: 50%;
		padding: 0.3em 0em 0.4em 18em;
	}
	.w3l_header_left {
		float: left;
		padding: 0.7em 0 0.8em 2em;
		width: 50%;
	}
	.navbar-nav > li > a {
		font-size: 14px;
		padding: 20px 0;
	}
	.cd-header-buttons {
		position: absolute;
		display: inline-block;
		top: -49px;
		right: 0;
	}
	.baner-info {
		padding-top: 8em;
	}
	h3.tittle {
		font-size: 2em;
	}
	.agitsworkw3ls-grid {
		padding: 0.5em 1em 0 1em;
	}
	button#trigger-overlay i.fa {
		font-size: 30px;
	}
	button#trigger-overlay {
		padding: 16px 20px;
	}
	.aboutright {
		padding: 2em 1em;
	}
	div#about, div#services, div#contact, div#gallery, div#team {
		padding: 3em 0;
	}
	.testimonial.agileits-w3layouts {
		padding: 3em 0;
	}
	div#contact {
		padding-bottom: 0;
	}
	.view.view-first {
		padding: 0em 5em 0;
	}
	.footer-grid h3, .footer-list h3, .agile-footer-grid h3 {
		font-size: 1.3em;
	}
	.agile-b-wrapper i.fa.fa-search-plus {
		margin: 3.5em 0 0 0;
	}	
	.contact-form {
		padding: 3em 2em;
		width: 48%;
		left: 30%;
	}
}
@media screen and (max-width: 991px){
	.logo h1 a {
		font-size: 28px;
		margin-left: 0;
	}
	.ban-info {
    margin-top: 20em;
    z-index:999;
    
    
}
.ban-info h4 {
    font-size: 17px;
    
}
	
	.agitsworkw3ls-grid {
		padding: 4em 2em 2em 2em;
	}
	.ab-text {
		text-align: center;
		margin: 3em 0;
		    float: left;
	}
	div.bhoechie-tab-container {
		width: 100%;
	}
	.ser-info {
		float: none;
		width: 100%;
	}
	.ser-img {
		margin-right: 4%;
		margin-bottom: 2%;
	}
	.ser-info h3 {
		font-size: 18px;
		line-height: 31px;
	}
	div.bhoechie-tab-content {
		padding: 18px 10px;
	}
	.ser-info a {
		margin-top: 10px;
	}
		.who-grids {
		padding: 15px 13px;
		width: 49%;
		margin-right: 1%;
		float: left;
	}
	.who-grids:nth-child(3) {
		margin-left: 1%;
		margin-right: 0;
	}
	li.tick {
		padding: 0 0 0 23px;
		font-size: 14px;
	}
	.who-are-we h3 {
		font-size: 32px;
		margin-bottom: 50px;
	}
	.who-are-we {
		padding: 40px 0 0 0;
		min-height: 330px;
		border-top: 4px solid#F5D503;
	}
	.navbar-nav > li > a {
		font-size: 13px;
		padding: 20px 1px 0;
	}
	span.one {
      font-size: 1.5em;
	}
	.navbar-brand {
		padding: 0 0 0 3.2em;
		line-height: 78px;
		font-size: 0.5em;
		
		background: url(../images/logo.png) no-repeat 1px 0px;
		height: auto;
		font-family: 'Lato', sans-serif;
	}
	.cd-header-buttons {
		position: absolute;
		display: inline-block;
		top: -49px;
		right: -8px;
	}
	.navbar-nav {
		float: left;
		margin: 0.5em 0 0 0em;
	}
	ul.demo > li {
		float: left;
		list-style-type: none;
		margin: 10px;
		width: 30%;
	}
	.sb-description span {
		font-size: 100px;
	}
	.sb-description h3, .sb-description h2 {
		font-size: 27px;
	}
	.w3ls-button a {
		font-size: 15px;
	}
	.agile-dish-caption {
		width: 94.5%;
		padding: 3em 4em;
	}
	.aboutleft {
		width: 70%;
		margin: 0 auto 1em;
	}
	.aboutright {
		padding: 2em 1em;
	}
	.col-md-4.servicegrid1 {
		width: 33.33%;
		float: left;
	}
	.servicegrid1 h4 {
		font-size: 17px;
		letter-spacing:0px;
	}
	.icon i.fa {
		font-size: 26px;
		margin-right: 0em;
	}
	.servicegrids p {
		font-size: 13.5px;
		line-height: 30px;
		letter-spacing: .2px;
	}
	.team-grid {
		padding: 2em;
		width: 50%;
		float: left;
	}
	.view.view-first {
		padding: 0em 0em 0;
	}
	.col-md-3.w3-agileits-gallery-grids {
		width: 25%;
		float: left;
	}
	.col-md-6.w3-agileits-gallery-grids {
		width: 50%;
		float: left;
	}
	.contact-form {
		bottom: 34%;
		left: 40%;
		width: 58%;
	}
	.agileits-w3layouts-map iframe {
		height: 300px;
	}
	.agileits-w3layouts-map {
		height: auto;
	}
	.agile-b-wrapper i.fa.fa-search-plus {
		margin: 2.5em 0 0 0;
	}
	.footer-grid ,.agile-footer-grid {
		margin-bottom: 2em;
	}
	ul.col-md-6 {
		width: 50%;
		float: left;
	}
	.agile-dish-caption {
		width: 92%;
		padding: 1em 0em;
	}
	.agile-dish-caption h4 {
		font-size: 1.5em;
		letter-spacing: 2px;
	}
}
@media screen and (max-width: 800px){
	.w3layouts-right a {
		padding: 5px 15px;
		font-size: 15px;
	}
	.ban-info {
    margin-top: 13em;
    z-index:999;
    
    
}
.ban-info h4 {
    font-size: 14px;
    
}
	.w3l_header_right {
		float: right;
		width: 50%;
		padding: 0.3em 0em 0.4em 12em;
	}
	
	.logo h1 a {
		font-size: 26px;
		margin-left: 2em;
	}
	.sb-description span {
		font-size: 90px;
	}
	.w3ls-button {
		margin-top: 2em;
	}
	.contact-form {
		bottom: 35%;
		left: 39%;
		width: 60%;
		padding: 2em;
	}
	.address {
		padding: 3em 0em 3em 3em;
	}
}
@media screen and (max-width: 768px){
	.logo h1 a {
		font-size: 25px;
		margin-left: 2.5em;
	}
	.w3l_header_left {
		float: left;
		padding: 0.7em 0 0.8em 2em;
		width: 50%;
	}
	.w3l_header_right {
		float: right;
		width: 50%;
		padding: 0.3em 0em 0.4em 12em;
	}
	button#trigger-overlay {
		padding: 14px 17px;
	}
	button#trigger-overlay i.fa {
		font-size: 26px;
	}
	header {
		padding: .5em 0;
	}
	.w3layouts-right {
		margin: .5em 0;
	}
	.agile-dish-caption {
		width: 92%;
		padding: 1em 1em;
	}
	.contact-form {
		left: 37%;
		width: 62%;
	}
	.agile-dish-caption span {
		font-size: 13px;
	}
	.address {
		padding: 3em 31em 3em 3em;
	}
}
@media screen and (max-width: 736px){
	button#trigger-overlay {
		padding: 12px 17px;
	}
	.sb-description h4 {
		letter-spacing: 2px;
		font-size: 18px;
	}
		.ser-info a {
		width: 32%;
		font-size: 13px;
		padding: 7px 12px;
	}
	.ser-info p {
		font-size: 14.5px;
		line-height: 27px;
	}
	.who-are-we h3 {
		font-size: 30px;
		margin-bottom: 40px;
	}
	.who-are-we {
		padding: 35px 0 0 0;
		min-height: 300px;
		border-top: 3px solid#F5D503;
	}
	.sb-description span {
		font-size: 80px;
	}
	.sb-description {
		bottom: 25%;
	}
	.item h4 {
		font-size: 20px;
	}
	.aboutright {
		padding: 2em 1em;
	}
	.col-md-4.servicegrid1 {
		width: 80%;
		float: none;
		margin: 0 auto;
	}
	.icon i.fa {
		margin-right: 1em;
	}
	.contact-form {
		left: 34%;
		width: 65%;
	}
	.navbar-nav {
			float: none;
			margin: 0.5em 0 0 0em;
			text-align: center;
		}
		.cd-header-buttons {
		position: absolute;
		display: inline-block;
		top: -59px;
		right: 69px;
	}
	.w3l_header_right {
		float: right;
		width: 50%;
		padding: 0.3em 0em 0.4em 9em;
	}
	.w3l_header_left {
		float: left;
		padding: 0.7em 0 0.8em 1em;
		width: 50%;
	}
	   .navbar-toggle {
		position: relative;
		float: right;
		padding: 12px 10px;
    margin-top: 15px;
		margin-right: 0;
		margin-bottom:0px!imporrtant;
		background-image: none;
		border: 1px solid #ff0000;
		border-radius: 0;
		background: #202020;
		z-index:9999;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #ff0000;
		
	}
	 .icon-bar:hover
	 { 
	     color:#000;
	 }
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-image: none;
		border: 1px solid #ff0000;
		border-radius: 0;
		background: #202020;
	}
	.navbar-default .navbar-toggle {
		border-color: #111;
		border: 1px solid #000;
	}
	span.one {
		font-size: 1.5em;
	}
	.navbar-brand {
		padding: 0 0 0 2.5em;
		line-height: 83px;
		font-size: 0.7em;
		background: url(../images/logo.png) no-repeat 1px 0px;
		height: auto;
		font-family: 'Lato', sans-serif;
	}
}
@media screen and (max-width: 667px){
	.contact-form {
		width: 85%;
		position: static;
		margin: 1em auto;
		border: 1px solid #000;
	}
	.ban-info {
    margin-top: 12em;
    z-index:999;
    
    
}
.ban-info h4 {
    font-size: 15px;
    
}
	ul.demo > li {
		float: left;
		list-style-type: none;
		width: 42%;
		margin: 10px;
	}
	.baner-info {
		padding-top: 6em;
	}
	.w3l_header_left {
		float: none;
		padding: 0.5em 0 0.5em 0;
		width: 100%;
		text-align: center;
	}
	.w3l_header_right {
		float: right;
		width: 100%;
		padding: 0.4em 0em 0.4em 0em;
		text-align: center;
	}
		span.one {
		font-size: 1.5em;
	}
	.cd-header-buttons {
		position: absolute;
		display: inline-block;
		top: -46px;
		right: 69px;
	}
	.w3layouts-right li {
		letter-spacing: 0px;
	}
	.logo h1 a {
		font-size: 24px;
		margin-left: 2em;
	}
	button#trigger-overlay {
		padding: 13px 17px;
	}
	.address-grids {
		margin: 0;
		width: 33.33%;
		float: left;
	}
	.address {
		padding: 2em;
	}
	.agile-b-wrapper i.fa.fa-search-plus {
		margin: 2em 0 0 0;
	}
	.team h5 {
		font-size: 1.3em;
	}
	h3.heading {
		font-size: 30px;
	}
	.w3-head h4 {
		font-size: 5em;
	}
	.overlay ul li a {
		font-size: 26px;
	}
	.modal-header {
		font-size: 1.8em;
	}
	.agile-dish-caption {
		padding: 1em 0em;
	}
	.agile-dish-caption span {
		line-height: 20px;
	}
}
@media screen and (max-width: 640px){
	.w3layouts-right li {
		margin: 0em .5em;
	}
	.aboutright {
		padding: 2em 1em;
	}
	.ban-info {
    margin-top: 11em;
    z-index:999;
    
    
}
.ban-info h4 {
    font-size: 14px;
    
}
	.item h4 {
		font-size: 18px;
	}
	.agile-dish-caption {
		width: 90%;
		bottom: 37px;
		padding: .9em 0em;
	}
	.ser-info h3 {
		font-size: 18px;
		line-height: 26px;
	}
	.ser-info a {
		width: 32%;
		font-size: 13px;
		padding: 7px 12px;
	}
	.ser-info p {
		font-size: 14.5px;
		line-height: 27px;
	}
	.who-are-we h3 {
		font-size: 30px;
		margin-bottom: 40px;
	}
	.who-are-we {
		padding: 35px 0 0 0;
		min-height: 300px;
		border-top: 3px solid#F5D503;
	}
	
		.agile-dish-caption1
{
    width: 94%;
    bottom: 5px;
    height: 95%;
    padding: 1em 0.5em;
    
}

.agile-dish-caption1 h4 {
    font-size: 10px;
   
}


}
@media screen and (max-width: 600px){
	.logo {
		float: none;
		text-align: center;
	}
	.w3layouts-right {
		margin: 1em 0;
		float: none;
		text-align: center;
	}
	.list-group-item {
		padding: 26px 10px;
		font-size: 17px;
	}
	.ser-info p {
		font-size: 14px;
		line-height: 26px;
	}
	.abt-grid {
		width: 50%;
	}
	.abt-grid:nth-child(3) {
		width:100%;
		margin-top:8%;
	}
	.who-grids {
		padding: 15px 20px;
		width: 90%;
		margin-right: 0;
		margin-left: 5%;
	}
	.who-grids:nth-child(3) {
		margin-left: 5%;
		margin-right: 0;
		margin-top: 3%;
	}
	.who-are-we {
		min-height: 450px;
	}
	.logo h1 a {
		font-size: 24px;
		margin-left: 0;
	}
	.sb-description span {
		font-size: 70px;
	}
	.sb-description h3, .sb-description h2 {
		font-size: 24px;
		letter-spacing: 1px;
	}
	.sb-description {
		bottom: 23%;
	}
	.aboutleft {
		width: 80%;
		margin: 0 auto 1em;
	}
	.aboutright {
		padding: 2em 0,5em;
	}
	.agile-dish-caption {
		padding: 2.5em 1em;
		width: 93%;
	}
	.agile-b-wrapper i.fa.fa-search-plus {
		margin: 2.5em 0 0 0;
		font-size: 1.5em;
	}
			.agile-dish-caption1
{
    width: 94%;
    bottom: 5px;
    height: 95%;
    padding: 1em 0.5em;
    
}

.agile-dish-caption1 h4 {
    font-size: 10px;
   
}


	.overlay ul li a {
		font-size: 24px;
	}
}
@media screen and (max-width: 568px){
	.sb-description h4 {
		letter-spacing: 1px;
		font-size: 17px;
	}
	.wthree_copy_right p {
		padding: 30px 30px;
		line-height: 28px;
	}
	.ban-info {
    margin-top: 8em;
    z-index:999;
    
    
}
.ban-info h4 {
    font-size: 13px;
    
}
}
@media screen and (max-width: 480px){
	.sb-description h3, .sb-description h2 {
		font-size: 19px;
		letter-spacing: 0px;
	}
	.ban-info {
    margin-top: 7em;
    z-index:999;
    
    
}
.ban-info h4 {
    font-size: 12.5px;
    
}
	.navbar-brand {
		padding: 0 0 0 2.5em;
		line-height: 70px;
		font-size: 0.6em;
		background: url(../images/logo.png) no-repeat 1px 0px;
		height: auto;
		font-family: 'Lato', sans-serif;
		background-size: 15%;
	}
	.header-bottom {
		position: relative;
		padding: 0.5em 0;
	}
	
	.sb-description h4 {
		letter-spacing: 1px;
		font-size: 15px;
	}
	.w3ls-button a {
		font-size: 14px;
		padding: .3em 1em;
	}
	.sb-description span {
		font-size: 50px;
	}
	.sb-description {
		bottom: 21%;
	}
	.w3-head h4 {
		font-size: 5em;
	}
	h3.heading {
		font-size: 30px;
	}
	.aboutright {
		padding: 2em 0.5em;
	}
	.aboutright h3 {
		font-size: 17px;
	}
	.aboutright h4 {
		font-size: 18px;
	}
	.col-md-4.servicegrid1 {
		width: 90%;
	}
	.team-w3ls p {
		font-size: .875em;
	}
	.view.view-first {
		width: 100%;
	}
	.col-md-3.w3-agileits-gallery-grids {
		width: 50%;
		float: left;
		margin-bottom: 2em;
	}
	.col-md-6.w3-agileits-gallery-grids {
		width: 100%;
		float: left;
		margin-bottom: 2em;
	}
	.w3-agileits-gallery-grids.agileits-gallery-grids {
		margin: 0 0em;
	}
	.address-grids {
		margin: 0;
		width: 100%;
		float: none;
		margin-bottom: 2em;
	}
	.address-grids:nth-child(3) {
		margin-bottom: 0em;
	}
	.w3agile-two {
		margin-top: 2em;
	}
	.col-md-6.gallery-two {
		margin-top: 2em;
	}
	.col-md-6.wthree {
		margin-top: 0;
	}
	.agile-b-wrapper i.fa.fa-search-plus {
		margin: 3em 0 0 0;
	}
	.styled-input {
		width: 95%;
		margin: 0em 0 1em 0em;
	}
	.agile-dish-caption {
		padding: 1.5em 1em;
		width: 91%;
	}
			.agile-dish-caption1
{
    width: 94%;
    bottom: 5px;
    height: 95%;
    padding: 1em 0.5em;
    
}

.agile-dish-caption1 h4 {
    font-size: 10px;
   
}


	.agile-b-wrapper i.fa.fa-search-plus {
		margin: 4em 0 0 0;
	}
	.modal-header {
		font-size: 1.5em;
	}
}
@media screen and (max-width: 440px){
	.sb-description {
		bottom: 14%;
	}
}
@media screen and (max-width: 414px){
	.sb-description {
		bottom: 9%;
	}
	.ser-info a {
		width: 55%;
	}
	.ser-img {
		width: 70%;
		margin-right: 0%;
	}
	.ser-info a {
		width: 55%;
	}
	.ser-info {
		float: left;
		margin-top: 3%;
	}
	.list-group-item {
		padding: 45px 10px;
	}
	
	.aboutleft {
		width: 90%;
		margin: 0 auto 1em;
	}
	.team-grid {
		width: 80%;
		float: none;
		margin: 0 auto;
		text-align:center;
	}
	.contact input[type="submit"] {
		padding: .3em 1em;
		font-size: 15px;
	}
	.footer-top {
		padding: 2em 0;
	}
	.aboutright h4 {
		line-height: 1.6em;
	}
	.agile-dish-caption {
		padding: 5em 3em;
		width: 94.5%;
	}
			.agile-dish-caption1
{
    width: 94%;
    bottom: 5px;
    height: 95%;
    padding: 1em 0.5em;
    
}

.agile-dish-caption1 h4 {
    font-size: 10px;
   
}


	.contact-form h4 {
		font-size: 23px;
	}
	.agile-b-wrapper i.fa.fa-search-plus {
		margin: 3.5em 0 0 0;
	}
	.w3-head h4 {
		font-size: 4.5em;
	}
	h3.heading {
		font-size: 26px;
	}
	.overlay ul li a {
		font-size: 22px;
	}
	.modal-body p {
		font-size: 14px;
	}
}
@media screen and (max-width: 384px){
	button#trigger-overlay {
		padding: 8px 16px;
	}
	.list-group-item {
		padding: 50px 5px;
		font-size:12px;
	}
	.ban-info {
    margin-top: 6em;
    z-index:999;
    
    
}
.ban-info h4 {
    font-size: 12px;
    
}
	li.tick {
		height: 40px;
	}
	.who-are-we {
		min-height: 500px;
	}
	.sb-description {
		bottom: 10%;
		padding:0;
	}
	.nav-arrows a {
		top: 55%;
		width: 32px;
		height: 32px;
		background-size: 65px;
	}
	.agile-footer-grid {
		padding: 2em;
	}
	.agile-dish-caption {
		padding: 4em 3em;
	}
			.agile-dish-caption1
{
    width: 94%;
    bottom: 5px;
    height: 95%;
    padding: 1em 0.5em;
    
}

.agile-dish-caption1 h4 {
    font-size: 10px;
   
}


	.team-grid {
		width: 90%;
	}
}
@media screen and (max-width: 375px){
	.w3layouts-right li {
		margin: 0em 0em;
	}
	.w3ls-button {
		margin-top: 1em;
	}
	.ban-info {
    margin-top: 5em;
    z-index:999;
    
    
}
.ban-info h4 {
    font-size: 12px;
    
}
	.col-md-3.w3-agileits-gallery-grids {
		width: 100%;
		float: none;
		margin-bottom: 1em;
	}
	.col-md-6.w3-agileits-gallery-grids {
		margin-bottom: 1em;
	}
	.col-md-6 .agile-b-wrapper i.fa.fa-search-plus {
		margin: 3em 0 0 0;
	}
	.agile-b-wrapper i.fa.fa-search-plus {
		margin: 7em 0 0 0;
	}
	h3.heading {
		font-size: 24px;
	}
	.w3-head h4 {
		font-size: 4.2em;
	}
}
@media screen and (max-width: 320px)
{
   .who-are-we h3 {
		font-size: 25px;
		margin-bottom: 30px;
	}
	  .ban-info {
    margin-top: 4em;
    z-index:999;
    
    
}
.ban-info h4 {
    font-size: 12px;
    
}
	.who-are-we {
		min-height: 480px;
		padding: 30px 0 0 0;
	}
	.ser-info a {
		width: 75%;
	}
	.list-group-item {
		padding: 48px 0px;
		font-size: 10px;
		letter-spacing: 2px;
	}
	div.bhoechie-tab-content {
		padding: 12px 0px;
	}
	.logo h1 a {
		font-size: 23px;
		margin-left: 2em;
	}
	.w3l_header_left ul li {
        margin-right: 0.2em;
        font-size: 14px;
	}
	.baner-info h3 {
		font-size: 1.2em;
	}
	.baner-info h4 {
		font-size: 0.8em;
		margin-top: 0.8em;
	}
	span.one {
		font-size: 1.5em;
		padding-left:1em;
	}
	.baner-info {
		padding-top: 2em;
	}
	.navbar-brand {
		padding: 0 0 0 2.5em;
		line-height: 70px;
		font-size: 0.5em;
		background: url(../images/logo.png) no-repeat -1px 6px;
		height: auto;
		font-family: 'Lato', sans-serif;
		background-size: 23%;
	}
	.cd-header-buttons {
		position: absolute;
		display: inline-block;
		top: -49px;
		right: 38px;
	}
	.navbar-toggle {
		position: relative;
		float: right;
		padding: 10px 7px;
		margin-top: 15px;
		z-index:999;
	}
	.header-bottom {
		position: relative;
		padding: 0em 0;
	}
	.w3l_header_left ul li span {
       padding-right: 0.5em;
	}
	.price {
		padding: 1em 1em;
		margin: 1em 0 0 0;
	}
	.rent-bottom h4 {
		font-size: 0.9em;
		line-height: 1.5em;
	}
	.price-section {
		padding: 0.5em 0 4.5em 0;
	}
	.resp-tab-item span {
		font-size: 12px;
	}
	ul.demo > li {
		float: left;
		list-style-type: none;
		margin: 6px 6px;
		width: 96%;
	}
	.pictures_eyes_close {
		position: fixed;
		top: 10px;
		right: 30px;
		z-index: 99999;
	}
	.w3layouts-right a {
		padding: 5px 12px;
		font-size: 14px;
	}
	.w3layouts-right i.fa.fa-phone {
		font-size: 17px;
	}
	.aboutleft {
		width: 100%;
	}
	.col-md-4.servicegrid1 {
		width: 100%;
	}
	.team-grid {
		width: 100%;
	}
	.view.view-first p {
		font-size: 14px;
	}
	.col-md-6 .agile-b-wrapper i.fa.fa-search-plus {
		margin: 1.8em 0 0 0;
	}
	.contact-form h4 {
		font-size: 20px;
	}
	.wthree_copy_right p {
		padding: 30px 10px;
	}
	.footer-top {
		padding: 1em 0;
	}
	.agile-dish-caption {
		padding: 2.5em 1em;
		width: 93%;
	}
			.agile-dish-caption1
{
    width: 94%;
    bottom: 5px;
    height: 95%;
    padding: 1em 0.5em;
    
}

.agile-dish-caption1 h4 {
    font-size: 10px;
   
}


	
		.agile-dish-caption1
{
    width: 94%;
    bottom: 5px;
    height: 80%;
    padding: 0.6em 0.5em;
    
}

.agile-dish-caption1 h4 {
    font-size: 10px;
   
}


.item h4
{
    font-size: 14px;
    }

.agile-dish-caption1 span {
   
    font-size: 8px;
    line-height: 5px;
  
}
	.contact-form {
		width: 95%;
	}
	.footer-grid h3, .footer-list h3, .agile-footer-grid h3 {
		font-size: 1.1em;
	}
	.sb-description h3, .sb-description h2 {
		font-size: 16px;
	}
	.modal-header {
		font-size: 1.3em;
	}
}

/*Custom CSS By Arjun*/
div#about,div#services,div#contact,div#gallery,div#team {
    padding:0;
}

.team .img-w3l {
    width: 80px;
    height: 80px;
}

.p-one {
    box-shadow: 2px 2px 11px #cccbcb;

    text-align: center;
    /*position: relative;
    margin: 1em 0 0;*/
    color: #3f7ab6;
    /*font-size: 1em;*/
    text-transform: uppercase;
    /*font-family: 'Monda', sans-serif !important;*/
    /* padding: 1.5em 0 0; */
}


/* //responsive design */