
/*--
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:0px!important;
}
p{
	margin:0;
	font-size:14px;
}
h1,h2,h3,h4,h5,h6{
   margin: 0;
	padding: 0;
	text-align:center;
       font-family:"Times New Roman";
}
ul,label{
	margin:0;
	padding:0;
}

body p{
	font-family: 'Open Sans', sans-serif;
		    
}
body a:hover{
	text-decoration:none;
	    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
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;
}
/*--/model--*/
.w3ls-social-icons{
	float:left;
	width: 33.333%;
}
.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: #ffcc33;
    border: 1px solid #ffcc33;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.agileits-contact-info{
	float:right;
	width: 33.333%;
	margin-top:6px;
}
.agileits-contact-info ul li {
    display: inline-block;
       font-size: 15px;
	    color: #fff;
		letter-spacing: 1px;
}
.agileits-contact-info ul li i {
    left: -.5em;
    color:#0099FF;
}
.agileits-contact-info ul li:nth-child(2) {
    margin-left: 25px;
}
.agileits-contact-info ul li a {
       color: #fff;
    vertical-align: text-bottom;
}
.agileits-contact-info ul li a:hover {
   color: #2baf2b;
}
.w3layouts-top-strip {
    background:#1a1a1a;
    padding: 0.5em 1em;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
}
.modal-header {
    min-height: 16.42857143px;
    padding: 2em;
    border-bottom: 0px solid #e5e5e5;
}
.login-form input[type="email"], .login-form input[type="text"], .login-form input[type="password"] {
    width: 100%;
    padding: 1em 1em 1em 1em;
    font-size: 0.8em;
    margin: 1em 0;
    outline: none;
    color: #212121;
    border: 1px solid #999;
    letter-spacing: 1px;
    text-align: center;
}
.login-form input[type="submit"] {
    outline: none;
    padding: 0.9em 0;
    width: 100%;
    text-align: center;
    font-size: 1em;
    margin-top: 1em;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    background: #02a388;
    box-shadow: 0px 2px 1px rgba(28, 28, 29, 0.42);
    border-radius:50px;
}
.login-form input[type="submit"]:hover{
	 background:#0c0d0d;

}
.modal-header h4 {
    font-size: 2em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
	color:#0c0d0d;
}
.modal-dialog {
    width: 600px;
    margin: 96px auto;
}
.form-date-w3-agileits {
    padding-left: 0;
	padding-right:0;
}
/*--//model--*/
/*--header-w3-agileits --*/


.inner-header-agile {
    padding: 0 5em;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}
.inner-header-agile.part2 {
    position: relative;
    padding-bottom:1em;
}
/*-- logo --*/
.navbar-header h1 {
    font-size: 2em;
    display: block;
    text-transform: uppercase;
}
.navbar-header h1 a {
        color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    line-height: 61px;
    font-weight: bold;
    padding-bottom: 22px;
	font-family: 'Open Sans', sans-serif;
}
h1 span {
    color: #00acee;
    font-size: 1.8em;
}
/*-- //logo --*/
/*-- top-nav --*/
ul.nav.navbar-nav {
    margin-left: 22em;
    margin-top: 2em;
}
.navbar-default {
    background: none;
    border: none;
    margin: 0;
    min-height: inherit;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
       color: #ff401b;
    background:none!important;
}
.navbar-nav > li {
      margin: 0 0.8em;
	  border-right:1px solid #fff;
}
.navbar-nav > li:nth-child(5){
	border-right:none;
}
ul.nav.navbar-nav.navbar-right {
    margin-left: 10%;
}
.navbar-default .navbar-nav > li > a {
	font-size: 0.9em;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
   letter-spacing: 2px;
	color:#fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,.navbar-default .navbar-nav li a.active {
    color: #fe423f;
	background:none!important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
       color: #ff401b;
    background:#2baf2b!important;
}
.navbar-default .navbar-nav>li>a.active, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
      color: #ff401b;
     background:none!important;
}
.navbar-right {
    float: left!important;
    margin-right:0px!important;
}
.navbar-collapse {
    padding: 0!important;
}
ul.dropdown-menu.multi-column ul li{
    display:block;
	margin-bottom:.5em;
}
ul.dropdown-menu.multi-column ul li a{
	color:#212121;
}
ul.dropdown-menu.multi-column {
    width: 400px;
    left: 0;
    padding: 1em;
}
ul.dropdown-menu.multi-column ul li a:hover{
	color: #fe423f;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #000000;
}
.dropdown-menu {
	border-radius:0;
}
.navbar-nav > li > a {
      padding: 9px 15px!important;
}
p.s-log {
         color: #ffcc33;
    line-height: 1px;
    text-align: right;
    font-weight: 600;
    letter-spacing: 4px;
    margin-top: -11px;
    font-size: 0.3em;
}
.navbar-nav > li > a {
   padding: 0px!important;
    padding-right: 20px!important;
}
.dropdown-menu {
        position: absolute;
    top: 185%;
    left: -9px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 31px;
    padding: 5px 0;
    margin: 2px 0 0;
}
.dropdown-menu > li > a {
    display: block;
    padding: 9px 20px;
    clear: both;
}
/*-- //nav --*/
/*-- 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);
}

ul#cross-effect {
	margin-top: 50px;
}
/*-- Hover-Cross-Effect --*/
.cross-effect {
	position: relative;
	z-index: 1;
}
.cross-effect a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.cross-effect a::before, .cross-effect a::after {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	height: 2px;
	margin-top: -1px;
	background: #EEE;
	content: '';
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}
.cross-effect a::before {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px);
}
.cross-effect a::after {
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	transform: translateY(20px);
}
.cross-effect a:hover, .cross-effect a:focus {
	color: #fff;
}
.cross-effect a:hover::before, .cross-effect a:hover::after, .cross-effect a:focus::before, .cross-effect a:focus::after {
	opacity: 0.7;
}
.cross-effect a:hover::before, .cross-effect a:focus::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cross-effect a:hover::after, .cross-effect a:focus::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*-- //Hover-Cross-Effect --*/

.cd-header-buttons {
    position: absolute;
    display: inline-block;
    top: -87px;
    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;
	    background: #00acee;
}

.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 #fff;
}
.cd-search-trigger::after {
	/* handle */
	height: 3px;
	width: 8px;
	background: #fff;
	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:#fff;
	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 #ff401b, 0 3px 6px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 #ff401b, 0 3px 6px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 #ff401b, 0 3px 6px 
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-size: 1.2em;
    padding: 1em 2em;
    color: #fff;
    letter-spacing: 1px;
}
.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-w3-agileits --*/
/*-- /banner --*/
.baner-info{
   padding-top: 15em;
   margin: 0 auto;
   text-align: center;
}
.baner-info h3 {
       text-align: center;
    font-size: 3.5em;
    color: #fff;
    font-weight: 300;
    letter-spacing: 4px;
}
.baner-info h3 span {
	color:#ff401b;
}
.baner-info h4{
    text-align: center;
    font-size: 1em;
       margin: 2em 0 2em 0;
    font-weight:500;
    letter-spacing: 10px;
    color: #ffcc33;
    background: rgba(0, 0, 0, 0.64);
    padding: 15px 0;
}
.baner-info p {
	font-size: 1em;
    font-weight:300;
    letter-spacing: 10px;
    color:#fff;
}
span.simply-word {
    font-size:18px;
    font-weight: 500;
    margin-left: 5px;
    text-transform: uppercase;
    color: #02a388;
}
.baner-info span img {
    margin: 1em auto 0;
    text-align: center;
}
.baner-w3l-agile-grids-bottom {
       margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 12%;
    bottom: -62%;
    width: 80%;
}
.w3l-b-grid{
	float:left;
	width:32%;
}
.w3l-b-one{
      background: #000 url(../images/b1.jpg) no-repeat 0px 0px;
    min-height:100px;
    background-size: cover;
    text-align: center;
	    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-b-grid .w3l-b-one:hover{
		  min-height:200px;
	}
	
/*-- //banner --*/




.footer {
	background-color: #212121;
}
.footer-info {
	margin-top: 50px;
}
.footer-info h4 {
	color: #006db7;
	padding: 20px 0;
	font-weight: 600;
	text-align: left;
}
.footer-info li {
	color: #EEE;
	display: block;
	font-weight: 300;
	font-size: 16px;
	line-height: 25px;
}
.links a {
	color: #EEE;
}
.links a:hover {
	color: #FFF;
	text-decoration: underline;
}
a.mail {
	color: #EEE;
}
a.mail:hover {
	color: #006db7;
}
.footer-info p {
	color: #EEE;
	font-weight: 300;
	font-size: 13px;
	line-height: 23px;
	margin-bottom: 10px;
}
.newsletter {
	position: relative;
}
.newsletter .email {
	padding: 5px 60px 5px 15px;
	font-style: italic;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	height: 40px;
	border: 1px solid #ddd;
	min-width: 100%;
}
.newsletter .email {
	color: #bcc0c4;
	background-color: #565f66;
	border: none;
}
.newsletter .submit {
	width: 40px;
	height: 40px;
	background-image: url('../images/subscribe.png');
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	background-color: #006db7;
	top: 0;
	right: 0;
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-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;
	transition: all 0.2s ease 0s;
}

/*-- Copyright --*/
.copyright {
	text-align: center;
	padding: 30px 0;
	border-top: 1px solid #EEE;
}
.copyright p {
	color: #FFF;
}
.copyright a {
	color: #FFF;
	text-decoration: none;
}
.copyright a:hover {
	color: #006db7;
	text-decoration: underline;
}
/*-- //Copyright --*/

/*-- Footer-Social-Icons --*/
.connect-agileits{
    padding-bottom: 22px;
    text-align: center;
    border: 1px solid #515254;
    margin: 2em auto 3em;
    width: 97%;
}
.connect-agileits h4 {
	text-align: center;
}
.connect-social ul li {
	display: inline-block;
}

.connect-social ul li a{
	    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
/*-- social-icons --*/
.social_icons {
    text-align: center;
}
.social{
    position:relative;
    margin: 10px auto 3px;
}
.social a{
    position: relative;
    display: inline-block;
    width:34px;
    height:34px;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    text-align: center;
    margin-right: 20px;
}
.social .fb{
    background: #6788ce;
}
.social .fb:before,
.social .fb:after{
    border-color:#6788ce;
}
.social .tw{
    background: #00ACEE;
}
.social .tw:before,
.social .tw:after{
    border-color: #00ACEE;
}

.social .gp{
    background: #DD4B39;
}
.social .gp:before,
.social .gp:after
{
    border-color: #DD4B39;
}
.social .pin{
    background: #fe4445;
}
.social .pin:before,
.social .pin:after
{
    border-color: #fe4445;
}
.social .db{
    background: #f85993;
}
.social .db:before,
.social .db:after
{
    border-color: #f85993;
}
.social .rss{
    background: #ff9845;
}
.social .rss:before,
.social .rss:after
{
    border-color: #ff9845;
}
.social .lin{
    background: #3a9bdc;
}
.social .lin:before,
.social .lin:after
{
    border-color: #3a9bdc;
}
.social a:before,
.social a:after{
    content: "";
    display: block;
    position: absolute;
    background: transparent;
    top: 0; bottom: 0; left: 0; right: 0;
    border-radius: 50%;
    transition: .3s all;
       border: 3px solid;
}
.social a:hover:after{
   -webkit-transform: scale(1.5);
}
.social a:hover:before{
    -webkit-transform: scale(1);
    transition: .3s all;
    opacity: 0;
}
a.icon.gp {
    margin: 0;
} 
.connect-social ul li a i {
     color: #fff;
    line-height: 34px;
    font-size: 1em;
    width: 34px;
    height: 34px;
    border-radius: 50%;
}
.footer-grid-instagram {
    float: left;
    width: 50%;
}
.w3agile_footer_copy p a {
    color: #fff;
}
/*-- Footer-Social-Icons --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width:34px;
    height:34px;
    border: none;
    text-indent: 100%;
    background: url(../images/move-top.png) no-repeat 0px 0px;
}
/*-- /responsive --*/
@media (max-width:1440px){
	.baner-info h3 {
		font-size: 3.3em;
		letter-spacing: 4px;
	}
	.baner-info {
		padding-top: 11em;
		margin: 0 auto;
	}
	h3.tittle, h2.w3l-inner-h-title, h3.w3l-inner-h-title {
      font-size: 2.5em;
	}
	h3.tittle.fea {
      font-size: 2em;
	}
	.special, #news, .w3_content_agilleinfo_inner, .team-section, .plans-section {
		padding: 4em 0;
	}
	ul.nav.navbar-nav {
		margin-left: 17em;
		margin-top: 3em;
	}
	.baner-info h4 {
		letter-spacing: 8px;
	}
	.w3l_about_bottom_right {
		padding: 2em 3em;
		min-height: 534px;
	}
	h3.tittle, h2.w3l-inner-h-title, h3.w3l-inner-h-title {
		font-size: 2.3em;
	}
	.book-form form input[type="submit"] {
		padding: .8em 2em;
		border: none;
		font-size: 1em;
		font-weight: 600;
		margin-top: 1.35em;
	}
	.priceing-table-main {
		margin: 3em 0 0 0;
	}
}
@media (max-width:1366px){
	.w3l_about_bottom_right p {
       margin: 1em 0 1em;
	}
	.w3l_about_bottom_right {
		padding: 1.6em 2em;
		min-height: 506px;
	}
	.book-form {
		padding: 2em 2em;
		margin-top: 1em;
	}
}
@media (max-width:1280px){
	.baner-info h3 {
		font-size: 3em;
		letter-spacing: 4px;
	}
	.baner-info h4 {
		font-size: 0.9em;
		letter-spacing: 8px;
	}
	h3.tittle.fea {
		font-size: 1.8em;
	}
	.spa-agile h4 {
      font-size: 1.1em;
	}
	.team-row {
		margin-top: 2em;
	}
	h2.w3l-inner-h-title, h3.w3l-inner-h-title {
		margin-bottom: 0.5em;
	}
	ul.nav.navbar-nav {
		margin-left: 13em;
		margin-top: 2em;
	}
	.special-grids {
		margin: 2em 0 0 0;
	}
	h3.tittle, h2.w3l-inner-h-title, h3.w3l-inner-h-title {
		font-size: 2em;
	}
	.w3l_about_bottom_right {
		padding: 1.6em 2em;
		min-height: 472px;
	}
	#play {
		position: absolute;
		top: 52%;
		left: 44%;
		background-size: 62%;
	}
	.w3l_about_bottom_left_video {
		position: absolute;
		top: 37%;
		left: 26%;
	}
	.price-gd-top h3 {
		font-size: 6em;
	}
}
@media (max-width:1080px){
	ul.nav.navbar-nav {
		margin-left: 6em;
		margin-top: 2em;
	}
	.ab-w3l-spa p {
		color: #555;
		line-height: 2.2em;
		margin: 1.5em auto 2.2em;
		width: 96%;
	}
	.agileits-special-info {
       padding: 3em 1em;
	}
	.welcome-agileinfo h4 {
		font-size: 1.2em;
		margin: 1em 0 0.5em 0;
		letter-spacing: 3px;
		font-weight: 300;
	}
	.price-gd-top h4 {
		font-size: 1.5em;
		padding: 0.4em 1em;
	}
	ul.top-links li {
		margin-right: 7px;
		display: inline-block;
	}
	ul.top-links {
		margin-top: 35px;
		margin-left: 0px;
	}
	.w3ls-special-text:after {
		pointer-events: none;
		position: absolute;
		width: 188px;
		height: 186px;
	}
	.con-ions-left-w3l {
		float: left;
		width: 49px;
		height: 49px;
	}
	.con-grid-w3l-leftr {
		float: right;
		width: 75%;
		text-align: left;
	}
	.con-ions-left-w3l i {
		font-size: 1em;
		line-height: 3em;
	}
	.spa-agile h4 {
		font-size: 1em;
	}
	#play {
		position: absolute;
		top: 52%;
		left: 44%;
		background-size: 62%;
	}
	.w3l_about_bottom_left_video {
		position: absolute;
		top: 37%;
		left: 26%;
	}
	.book-form {
		padding: 1em 1em;
		margin-top: 1em;
	}
	.form-date-w3-agileits, .form-left-agileits-w3layouts.bottom-w3ls {
		padding-left: 0;
		padding-right: 0px;
		margin-right: 10px;
		width: 47%;
	}
	.panel-heading {
		padding: 3px 30px;
	}
	.w3l_about_bottom_right {
		padding: 1em 1em;
		min-height: 371px;
	}
	.price-gd-top h3 {
		font-size: 5em;
	}
	.w3_agileits_testimonial_grid p {
		color: #fff;
		line-height: 2.2em;
		margin-bottom: 2em;
		letter-spacing: 2px;
		font-size: 0.8em;
	}
	.guests-agile {
		min-height: 526px;
		padding-top: 5em;
	}
}
@media (max-width:1024px){
	
	.navbar-nav > li {
		margin: 0 0.3em;
	}
	.price-gd-top h5 {
		font-size: 0.9em;
		padding: 0.2em 3em 0.8em 0em;
	}
	.price-gd-top h3 span {
		font-size: 20px;
		vertical-align: top;
	}
	.baner-info {
		padding-top: 8em;
		margin: 0 auto;
	}
	ul.top-links {
		margin-top: 35px;
		margin-left: 5px;
	}
	.baner-info h3 {
		font-size: 2.8em;
		letter-spacing: 4px;
	}
	#video img, #video iframe, #video1 img, #video1 iframe {
		display: block;
		width: 100%;
		padding-bottom: 1.4em;
	}
	.w3_agileits_testimonial_grid {
		width: 71%;
		margin: 0 auto;
		text-align: center;
	}
}
@media (max-width:991px){
	.spa-grid:nth-child(5),.spa-grid:nth-child(3) {
		border: none;
	}
	.spa-grid {
		border-right: 1px solid #999;
		float: left;
		width: 50%;
	}
	.spa-grid.lost {
		    margin-top: 0em;
    border-top: 1px solid #999;
	}
	.team-grids {
		text-align: center;
		overflow: hidden;
		float: left;
		width: 32%;
	}
	.team-grids:nth-child(4) {
		 margin-top:1.5em;
	}
	.welcome-grid {
		margin-top: 2em;
		float: left;
		width: 50%;
	}
	.welcome-agileinfo span.glyphicon {
      font-size: 2.5em;
	}
	.welcome-section-wthree {
		min-height: 557px;
		padding-top: 4em;
	}
	.price-grid {
		float: left;
		width: 50%;
		 
	}
	.priceing-table-main {
		margin:2em 0 0 0;
	}
	.col-md-3.price-grid.lost {
		margin-top: 2em;
	}
	.w3ls-special-text:after {
		pointer-events: none;
		position: absolute;
		width: 184px;
		height: 186px;
	}
	.w3l-special-grid {
		padding: 0;
		float: left;
		width: 50%;
	}
	.w3ls-special-text h4 {
		font-size: 1.5em;
		margin: 0;
		font-weight: 300;
		letter-spacing: 7px;
		padding-top: 4em;
	}
	.section-grid-wthree {
		padding: 0 7px;
		float: left;
		width: 50%;
	}
	.section-grid-wthree:nth-child(3) {
		margin-top:2em;
	}
	.w3ls-special-text:after {
		pointer-events: none;
		position: absolute;
		width: 310px;
		height: 186px;
	}
	.footer-info-grid {
		width: 50%;
	}
	.footer-grid-instagram {
		float: left;
		width: 24%;
	}
	.connect-agileits {
		padding-bottom: 22px;
		margin: 2em auto 3em;
		width: 100%;
	}
	.gallery-grid {
		float: left;
		width: 50%;
	}
	.con-ions-left {
		float: left;
		width: 100%;
		margin: 10px 10px;
		padding: 30px 20px;
	}
	.services-info-w3-agileits:after {
		content: "";
		position: absolute;
		left: 182px;
		top: 267px;
		width: 25px;
		height: 25px;
	}
	.map iframe {
      margin-top: 3em;
	}
	.form-info {
		padding-left: 0;
		margin-top: 1em;
	}
	.w3_agileits_services_grid {
		text-align: center;
		padding: 0;
		width: 48%;
		margin-bottom: 2%;
		margin-left: 1%;
	}
	#video img, #video iframe, #video1 img, #video1 iframe {
		display: block;
		width: 100%;
		padding-bottom: 0;
	}
	.w3l_about_bottom_left_video {
		position: absolute;
		top: 37%;
		left: 39%;
	}
	#play {
		position: absolute;
		top: 52%;
		left: 47%;
		background-size: 84%;
	}
	.w3l_about_bottom_right {
		padding: 3em 2em;
		min-height: 334px;
	}
	.w3l_about_bottom_right.two {
		padding: 0em 2em 2em 2em;
	}
	.book-form {
		padding: 2em 2em;
		margin-top: 1em;
	}
	.form-date-w3-agileits, .form-left-agileits-w3layouts.bottom-w3ls {
		padding-left: 0;
		padding-right: 0px;
		margin-right: 10px;
		width: 48%;
		float: left;
	}
	.form-date-w3-agileits.second-agile, .form-time-w3layouts.second-agile, .form-left-agileits-w3layouts.second-agile, .form-left-agileits-w3layouts.bottom-w3ls.second-agile {
		margin-right: 0!important;
		padding: 0!important;
		float: left;
		width: 50%;
	}
	.book-form-inner .form-date-w3-agileits1, .form-left-agileits-w3layouts1.bottom-w3ls1 {
		padding-left: 0;
		padding-right: 0px;
		margin-right: 10px;
		width: 48%;
		float: left;
	}
	.form-date-w3-agileits1.second-agile1, .form-time-w3layouts1.second-agile1, .form-left-agileits-w3layouts1.second-agile1 {
		margin-right: 0!important;
		padding: 0!important;
		float: left;
		width: 50%;
	}
	.baner-info {
		padding-top: 7em;
		margin: 0 auto;
	}
	.ab-w3l-spa p {
		line-height: 2.2em;
		margin: 1.5em auto 2em;
		width: 100%;
	}
	.panel-heading {
		padding: 8px 30px;
	}
	.w3_agile_mail_grid textarea {
		margin-top: 1em;
	}
}
@media (max-width:800px){
	.navbar-default .navbar-nav > li > a {
      font-size: 0.8em;
	}
	ul.nav.navbar-nav {
		margin-left: 2em;
		margin-top: 2em;
	}
	.inner-header-agile {
    padding: 0 2em;
	}
	.icon-box {
		padding: 8px 15px;
		margin: 1em 0 1em 0;
		width: 50%;
	}
	.footer-info-agile {
		margin-top: 18px;
	}
	h3.agileits-icons-title {
		text-align: center;
		font-size: 27px;
	}
	.baner-info h3 {
		font-size: 2.5em;
		letter-spacing: 2px;
	}
	.baner-info h4 {
		font-size: 0.9em;
		margin: 1.5em 0 2.5em 0;
		letter-spacing: 6px;
	}
	.baner-info {
		padding-top: 5em;
		margin: 0 auto;
	}
	.agileits-contact-info {
		float: right;
		width: 60.333%;
		margin-top: 6px;
	}
	.baner-info p {
		font-size: 0.9em;
		font-weight: 300;
		letter-spacing: 10px;
	}
	.agileinf-button {
      margin: 2em auto 0;
	}
	.spa-agile {
		padding: 4em 0 0 0;
	}
	h3.tittle.fea {
		font-size: 2em;
		margin-bottom: 1em;
	}
	.w3l_about_bottom_left_video {
		position: absolute;
		top: 37%;
		left: 36%;
	}
}
@media (max-width:768px){
	.newsletter input[type="email"] {
		padding: 0.8em 1.2em;
		border: 1px solid #3a3939;
		width: 69%;
	}
	.newsletter input[type="submit"] {
		padding: 0.8em 1em;
		width: 29%;
	}
	.baner-info h4 {
		font-size: 0.9em;
		margin: 1.2em 0 1.5em 0;
		letter-spacing: 6px;
	}
	.w3l_about_bottom_left_video {
		position: absolute;
		top: 37%;
		left: 36%;
	}
	.guests-agile {
		min-height: 526px;
		padding-top: 4em;
	}
	.w3_agileits_testimonial_grid {
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}
	.special, #news, .w3_content_agilleinfo_inner, .team-section, .plans-section {
		padding: 3em 0;
	}
}
@media (max-width:767px){
	.header {
		padding: 1.5em 1.5em 0;
	}
	ul.nav.navbar-nav.navbar-right {
		margin: 0;
		margin-left: 42%;
	}
	.navbar-default .navbar-nav > li > a { 
		text-align: center;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
		background: #000;
	}
	.navbar-default .navbar-toggle {
		border-color: #ff401b;
		background: #ff401b;
		margin: 17px 10px 0 0px;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #FFF;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #ff8c00;
	}
	.navbar-default .navbar-nav > li > a:before { 
		width: 0; 
	}
	.navbar-default .navbar-nav > li > a { 
		padding: 0.8em;
	}
	.navbar-nav > li {
		margin: 0;
	}
	div#bs-example-navbar-collapse-1 {
		margin: 0;
		padding: 0;
		position: absolute;
		width: 100%;
		z-index: 999;
		margin-top:0.5em;
		text-align: center!important;
	}
	.navbar-default .navbar-nav > li > a:before {
		width: 0;
		display:none;
	}
	.navbar-default .navbar-nav > li > a {
           font-size: 0.85em;
	}
	ul.multi-column-dropdown {
		text-align: center;
	}
	ul.dropdown-menu.multi-column ul li a{
		 color:#fff;
	}
	ul.nav.navbar-nav {
		margin-left: 0;
		margin-top: 1.7em;
		margin: 0 !important;
	}
	ul.dropdown-menu.multi-column {
		left: 0;
		padding: 0.5em;
		width: 100%;
		background: #000;
	}
	.navbar-nav > li {
		float: none;
		border-right: none;
		width: 100%;
		margin-bottom: 18px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
	}
	.navbar-nav {
		    background: #0c0d0d;
			padding: 10px 0;
	}
	.navbar-nav .open .dropdown-menu {
	    background-color: #333;
	}
	ul.dropdown-menu.multi-column {
		text-align: center;
		float: none;
		width: 100%;
	}
	.navbar {
		width: 93%;
	}
	.navbar-toggle {
		position: relative;
		float: right;
		    padding: 14px 10px;
		margin-top: 8px;
		margin-right: 15px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 0px!important;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #2baf2b!important;
		background-color: #2baf2b!important;
		border-color:#2baf2b!important;
	}
	.navbar-header h1 {
		font-size: 1.8em;
		text-align: left;
	}
	.cd-header-buttons {
		position: absolute;
		display: inline-block;
		top: -71px;
		right: 0;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color:#f5f5f5!important;
	}
	.dropdown-menu > li > a {
		display: block;
		padding:5px 0px;
		clear: both;
		font-weight: normal;
		line-height: 1.42857143;
		color: #f5f5f5;
		white-space: nowrap;
		text-align: center;
	}
	.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
		color:#00acee!important;
		
	}
	.navbar-nav > li > a {
		padding: 0px!important;
		padding-right: 0px!important;
	}
	h3.tittle, h2.w3l-inner-h-title, h3.w3l-inner-h-title {
		font-size: 2em;
	}
	h3.tittle.fea {
		font-size: 1.6em;

	}
	.w3ls-special-text:after {
		pointer-events: none;
		position: absolute;
		width: 259px;
		height: 186px;
	}
	.welcome-section-wthree {
		min-height: 612px;
		padding-top: 4em;
	}
	ul.top-links li {
		margin-right: 0px;
		display: inline-block;
	}
	.cd-header-buttons {
		position: absolute;
		display: inline-block;
		top: -63px;
		right: 0;
	}
	.navbar-nav .open .dropdown-menu {
		background-color: #333;
		text-align: center!important;
	}
	.dropdown-menu {
		position: static;
		top: 136%;
		left: 0;
		z-index: 1000;
		display: none;
		float: none!important;
		background-color: #3e4144!important
	}
	.dropdown-menu > li > a {
     color: #fff;
	}
}
@media (max-width:736px){

}
@media (max-width:667px){
	.news-grids {
		margin-top: 2em;
	}
	.spa-agile {
    padding: 3em 0 0 0;
}
}
@media (max-width:640px){
	.navbar {
		width: 90%;
	}
	.baner-info h3 {
		font-size: 2em;
		letter-spacing: 1px;
	}
	.baner-info h4 {
		font-size: 0.8em;
		margin: 1.5em 0 2em 0;
		letter-spacing: 4px;
	}
	a.w3_play_icon1 {
		background: #00acee;
		padding: 0.6em 1.3em 0.6em 1.3em;
		letter-spacing: 1px;
		font-size: 0.9em;
	}
	.w3ls-special-text h4 {
		font-size: 1.5em;
		margin: 0;
		font-weight: 300;
		letter-spacing: 7px;
		padding-top: 4.5em;
	}
	.section-grid-wthree {
		padding: 0 7px;
		float: left;
		width: 100%;
	}
	.services-info-w3-agileits:after {
		content: "";
		position: absolute;
		left: 266px;
		top: 195px;
		width: 25px;
		height: 25px;
	}
	.footer-info-grid {
		float: left;
		width: 100%;
	}
	.team-grids {
		text-align: center;
		overflow: hidden;
		float: left;
		width: 47%;
		margin: 0% 1%;
	}
	.team-grids:nth-child(3),.team-grids:nth-child(4) {
		margin-top: 1.5em;
	}
	.w3_agile_mail_grid textarea {
		min-height:150px;
		font-weight: 400;
	}
	.form-date-w3-agileits, .form-left-agileits-w3layouts.bottom-w3ls {
		padding-left: 0;
		padding-right: 0px;
		margin-right: 10px;
		width: 47%;
		float: left;
	}
	.newsletter input[type="email"] {
		padding: 0.8em 1.2em;
		border: 1px solid #3a3939;
		width: 69%;
		font-size: 0.9em;
	}
	.newsletter input[type="submit"] {
		padding: 0.84em 1em;
		width: 29%;
		font-size: 0.9em;
	}
	h3.tittle, h2.w3l-inner-h-title, h3.w3l-inner-h-title {
		font-size: 1.7em;
	}
	.modal-dialog {
		width: 525px;
		margin: 96px auto;
	}
	.book-form-inner .form-date-w3-agileits1, .form-left-agileits-w3layouts1.bottom-w3ls1 {
		padding-left: 0;
		padding-right: 0px;
		margin-right: 10px;
		width: 47%;
		float: left;
	}
	.modal-header h4 {
       font-size: 1.8em;
	}
}
@media (max-width:568px){
	.special, #news, .w3_content_agilleinfo_inner, .team-section, .plans-section, .w3l_contact-bottom {
		padding: 2.5em 0;
	}
	.w3ls-special-text:after {
		pointer-events: none;
		position: absolute;
		width: 210px;
		height: 186px;
	}
	.w3ls-special-text:after {
		pointer-events: none;
		position: absolute;
		width: 246px;
		height: 186px;
	}
	.newsletter input[type="email"] {
		padding: 0.8em 1.2em;
		border: 1px solid #3a3939;
		width: 100%;
		margin-bottom: 1em;
	}
	.newsletter input[type="submit"] {
		padding: 0.8em 1em;
		width: 41%;
	}
	.map iframe {
		margin-top: 2em;
		min-height: 200px;
	}
	.icon-box {
		padding: 8px 15px;
		margin: 1em 0 1em 0;
		width: 100%;
	}
	.price-gd-top h3 {
		padding: 0.2em 0em 0.1em 0em;
		font-size: 4em;
	}
	.spa-agile {
		padding: 2em 0 0 0;
	}
}
@media (max-width:480px){
	.newsletter input[type="email"] {
		padding: 0.8em 1.2em;
		border: 1px solid #3a3939;
		width: 100%;
		margin-bottom: 1em;
	}
	.newsletter input[type="submit"] {
		padding: 0.8em 1em;
		width: 41%;
	}
	.w3ls-special-text:after {
		pointer-events: none;
		position: absolute;
		width: 165px;
		height: 186px;
	}
	.price-gd-top h3 {
		padding: 0.2em 0em 0.1em 0em;
		    font-size: 4em;
	}
	.inner-header-agile {
		padding: 0 1em;
	}
	.navbar-header h1 {
		font-size: 1.6em;
		text-align: left;
	}
	.navbar-header h1 a {
		color: #FFFFFF;
		text-decoration: none;
		display: inline-block;
		line-height: 54px;
		font-weight: bold;
		padding-bottom: 24px;
	}
	.navbar-default .navbar-toggle {
		margin: 15px 10px 0 0px;
	}
	.cd-header-buttons {
		position: absolute;
		display: inline-block;
		top: -61px;
		right: 0;
	}
	.baner-info h3 {
		font-size: 1.8em;
		letter-spacing: 3px;
	}
	.baner-info {
		padding-top: 3em;
		margin: 0 auto;
	}
	.welcome-agileinfo h4 {
		font-size: 1em;
		margin: 0.5em 0 0.5em 0;
		letter-spacing: 3px;
		font-weight: 300;
	}
	.welcome-grid {
		margin-top: 1em;
		float: left;
		width: 100%;
	}
	.welcome-section-wthree {
		min-height: 605px;
		padding-top: 2em;
		padding-bottom: 2em;
	}
	.welcome-agileinfo {
		text-align: center;
		padding-top: 1em;
	}
	.media.response-info {
		margin-top: 1em;
	}
	.response h4 {
      font-size: 1.2em;
	}
	.con-ions-left {
		float: left;
		width: 95%;
		margin: 10px 10px;
		padding: 30px 20px;
	}
	h3.icon-subheading {
       font-size: 21px;
	}
	.modal-dialog {
		width: 410px;
		margin: 96px auto;
	}
	div#myModal1 {
		padding-right: 0px!important;
	}
	.agileits-special-info h4 {
		font-size: 1.3em;
		letter-spacing: 1px;
	}
	.grid figure {
    position: relative;
    overflow: hidden;
    margin: 5px 0;
	}
	.news-grids {
		margin-top: 1em;
	}
	.admin-text h5 {
		font-size: 1em;
	}
	.latest-news-agile-left-content {
		padding: 0;
	}
	.admin-text-left {
		float: none;
		width: 41%;
	}
	.admin-text-right p {
		font-size: 0.85em;
		margin: 0 0 18px;
		line-height: 28px;
	}
	.admin-text-right {
		float: right;
		width: 100%;
		margin-top: 0.5em;
	}
	.latest-news-agile-right-content {
		padding: 0;
	}
	.response-text-right ul li {
		font-size: 0.9em;
	}
	.response-text-right ul li {
		display: inline-block;
		color: #0c0d0d;
		font-size: 0.9em;
	}
	h4.side-t-w3l-agile {
		color: #0c0d0d;
		font-size: 1.1em;
	}
	.wom-right h5 a {
        font-size: 15px;
	}
	.w3l-footer h4 {
		padding: 24px 0 10px 0;
		font-size: 1.2em;
		margin-bottom: 0.5em;
		letter-spacing: 1px;
	}
	.footer-grid {
		padding: 0;
	}
	.all-comments-info {
       padding: 1em;
	}
	.connect-agileits {
		margin: 2em auto 2em;
		width: 100%;
	}
	.book-form-inner .form-date-w3-agileits1, .form-left-agileits-w3layouts1.bottom-w3ls1 {
		padding-left: 0;
		padding-right: 0px;
		margin-right: 10px;
		width: 100%;
		float: left;
	}
	.form-date-w3-agileits1.second-agile1, .form-time-w3layouts1.second-agile1, .form-left-agileits-w3layouts1.second-agile1 {
		margin-right: 0!important;
		padding: 0!important;
		float: left;
		width: 100%;
	}
	.book-form-inner form input[type="submit"] {
		padding: .8em 2em;
		margin-top: 1em;
	}
	.w3ls-social-icons i {
      font-size: 13px;
	}
	.agileits-contact-info {
		float: right;
		width: 65.333%;
		margin-top: 6px;
	}
	.agileits-contact-info ul li:nth-child(2) {
		margin-left: 4px;
	}
	.baner-info p {
		font-size: 0.8em;
		font-weight: 300;
		letter-spacing: 4px;
	}
	.baner-info h4 {
		font-size: 0.8em;
		margin: 1.5em 0 1em 0;
		letter-spacing: 6px;
	}
	h3.tittle, h2.w3l-inner-h-title, h3.w3l-inner-h-title {
		font-size: 1.5em;
	}
	.form-date-w3-agileits, .form-left-agileits-w3layouts.bottom-w3ls {
		padding-left: 0;
		padding-right: 0px;
		margin-right: 10px;
		width: 100%;
		float: left;
	}
	.form-date-w3-agileits.second-agile, .form-time-w3layouts.second-agile, .form-left-agileits-w3layouts.second-agile, .form-left-agileits-w3layouts.bottom-w3ls.second-agile {
		margin-right: 0!important;
		padding: 0!important;
		float: left;
		width: 100%;
	}
	.w3l_about_bottom_left_video {
		position: absolute;
		top: 31%;
		left: 28%;
	}
	.w3l_about_bottom_right {
		padding: 2em 1em;
		min-height: 334px;
	}
	.media-left, .media-right, .media-body {
		display: block!important;
		vertical-align: top;
	}

}
@media (max-width:414px){
	.special, #news, .w3_content_agilleinfo_inner, .team-section, .plans-section, .w3l_contact-bottom {
		padding: 2em 0;
	}
	.baner-info h3 {
		font-size: 1.6em;
		letter-spacing: 1px;
	}
	.baner-info h4 {
		font-size: 0.8em;
		margin: 1em 0 1.5em 0;
		letter-spacing: 4px;
	}
	.w3ls-special-text h4 {
		font-size: 1.3em;
		letter-spacing: 7px;
		padding-top: 5em;
	}
	.w3ls-special-text:after {
		pointer-events: none;
		position: absolute;
		width: 137px;
		height: 186px;
		top: 25px;
		left: 23px;
	}
	.price-grid {
		float: left;
		width: 84%;
		margin-bottom: 1.5em;
		margin-left: 8%;
	}
	.price-grid.lost {
		margin-top:0em!important;
	}
	.team-grids {
		text-align: center;
		overflow: hidden;
		float: left;
		width: 77%;
		margin: 0% 11%;
	}
	.team-grids:nth-child(3), .team-grids:nth-child(4),.team-grids:nth-child(2) {
		margin-top: 1.5em;
	}
	.gallery-grid {
		float: left;
		width: 50%;
		padding: 0 5px;
	}
	.w3_agile_mail_grid {
		margin-top: 1.2em;
		padding: 0;
	}
	.navbar-default .navbar-toggle {
		margin: 15px 12px 0 0px;
	}
	.services-info-w3-agileits:after {
		content: "";
		position: absolute;
		left: 171px;
		top: 264px;
		width: 25px;
		height: 25px;
	}
	.team-row {
		margin-top: 1em;
	}
	figure.effect-apollo p {
		position: absolute;
		right: 0;
		bottom: 0;
		margin: 2em;
   }
  .grid figure p {
		letter-spacing: 1px;
		font-size: 60.5%;
	}
	.single.video_agile_player h4 {
		font-size: 0.9em;
	}
	.single.video_agile_player p {
		color: #555;
		font-size: 0.85em;
	}
	.w3ls-social-icons {
		float: none;
		width: 100%;
		text-align: center;
	}
	.agileits-contact-info {
		float: none;
		width: 100%;
		margin-top: 6px;
		text-align: center;
	}
	.w3_agileits_services_grid {
		text-align: center;
		padding: 0;
		width: 100%;
		margin-bottom: 2%;
		margin-left: 0%;
	}
	.w3_agileits_testimonial_grids {
		margin: 1em 0 0;
	}
	.guests-agile {
		min-height: 482px;
		padding-top: 2em;
	}
	.modal-dialog {
		width: 373px;
		margin: 46px auto;
	}
	.modal-header h4 {
		font-size: 1.4em;
	}
	.w3l_about_bottom_right.one {
		padding: 2em 1em 1em 1em;
	}
	.w3l_about_bottom_right.two {
		 padding: 0em 1em 1em 1em;
	} 
}
@media (max-width:384px){
	a.w3_play_icon1 {
		background: #00acee;
		padding: 0.5em 1.2em 0.5em 1.2em;
		letter-spacing: 1px;
		font-size: 0.8em;
	}
	.baner-info h3 {
		font-size: 1.5em;
		letter-spacing: 1px;
	}
	.navbar-default .navbar-toggle {
		margin: 15px 16px 0 0px;
	}
	.newsletter input[type="submit"] {
		padding: 0.8em 1em;
		width: 53%;
	}
	.baner-info {
		padding-top: 1em;
		margin: 0 auto;
	}
	h3.tittle, h2.w3l-inner-h-title, h3.w3l-inner-h-title {
		font-size: 1.4em;
		letter-spacing: 1px;
	}
	.spa-agile h4 {
		font-size: 0.9em;
	}
	h3.tittle.fea {
		font-size: 1.2em;
		margin-bottom: 1.3em;
	}
	.w3l-special-grid {
		padding: 0;
		float: left;
		width: 100%;
	}
	.w3ls-special-text:after {
		pointer-events: none;
		position: absolute;
		width: 290px;
		height: 186px;
		top: 25px;
		left: 23px;
	}
	.typo-1 {
		padding: 0;
	}
	.price-grid {
		float: left;
		width: 84%;
		margin-bottom: 1.5em;
		margin-left: 8%;
	}
	.w3l_about_bottom_left_video h4, .w3l_about_bottom_left_video.book-text h4 {
		text-transform: uppercase;
		font-size: 1.2em;
	}
	.modal-dialog {
		width: 347px;
		margin: 46px auto;
	}
	.price-gd-top h3 {
		padding: 0.2em 0em 0.1em 0em;
		font-size: 3.5em;
	}
	h3.agileits-icons-title {
		text-align: center;
		font-size: 19px;
	}
	h3.icon-subheading {
		font-size: 17px;
	}
	h3.head-top {
      font-size: 21px;
	}
	.w3_agile_mail_grid input[type="text"], .w3_agile_mail_grid input[type="email"] {
		font-size: 14px;
		padding: 0.7em 1em;
	}
	.w3_agile_mail_grid input[type="submit"] {
    border: none;
    padding: 0.6em 2em;
    margin-top: 0.5em;
    font-size: 16px;
	}
	
}
@media (max-width:375px){
	.w3ls-special-text:after {
		pointer-events: none;
		position: absolute;
		width: 281px;
		height: 186px;
		top: 25px;
		left: 23px;
	}
	.baner-info h3 {
		font-size: 1.4em;
		letter-spacing: 1px;
	}
	.grid figure p {
		letter-spacing: 1px;
		font-size: 54.5%;
	}
	.ab-w3l-spa p {
		line-height: 1.9em;
		margin: 1em auto 1.5em;
		width: 100%;
	}
	.spa-agile i {
       font-size: 2em;
	}
	h5.sub-title {
    font-size: 17px;
	}
	.para-w3 {
		font-size: 14px;
		line-height: 29px;
		margin-top: 11px;
	}
	.social a {
		position: relative;
		display: inline-block;
		width: 34px;
		height: 34px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		text-align: center;
		margin-right: 14px;
	}
		.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
		padding: 0 5px !important;
		font-size: 0.85em;
		color: #999;
		border-top: none !important;
	}
	.w3_agile_mail_grid input[type="submit"] {
		border: none;
		padding: 0.6em 2em;
	}
	.baner-info h4 {
		font-size: 0.8em;
		margin: 1em 0 1em 0;
		letter-spacing: 3px;
		padding: 15px 0;
	}
	.baner-info {
		padding-top: 2em;
		margin: 0 auto;
	}
	.navbar-toggle {
		position: relative;
		float: right;
		padding: 12px 8px;
	}
	.cd-search-trigger, .cd-nav-trigger {
		position: relative;
		display: block;
		width: 41px;
		height: 41px;
	}
	.cd-search-trigger::after {
		height: 3px;
		width: 8px;
		background: #fff;
		    bottom: 15px;
    right: 10px;
	}
	.navbar-header h1 a {
		color: #FFFFFF;
		text-decoration: none;
		display: inline-block;
		line-height: 54px;
		font-weight: bold;
		padding-bottom: 15px;
	}
	.cd-header-buttons {
		position: absolute;
		display: inline-block;
		top: -55px;
		right: 0;
	}
	.navbar-default .navbar-toggle {
		margin: 12px 16px 0 0px;
	}
	.cd-search-trigger::before {
		top: 8px;
		left: 10px;
		width: 18px;
		height: 18px;
	}
	.book-form form input[type="submit"] {
		padding: .8em 2em;
		border: none;
		font-size: 0.9em;
		font-weight: 600;
		margin-top: 1.35em;
	}
	.price-gd-top h4 {
		font-size: 1.2em;
		padding: 0.4em 1em;
	}
	.w3_agileits_testimonial_grid p {
		color: #fff;
		line-height: 2em;
		margin-bottom: 1em;
		letter-spacing: 2px;
		font-size: 0.8em;
	}
	.agileits-contact-info ul li {
    display: inline-block;
		font-size: 13px;
		letter-spacing: 1px;
	}
	
}
@media (max-width:320px){
	.navbar-default .navbar-toggle {
		    margin: 12px 22px 0 0px;
	}
	.baner-info h4 {
		font-size: 0.73em;
		margin: 1em 0 1em 0;
		letter-spacing: 2px;
		line-height: 1.8em;
		padding: 10px;
	}
	.spa-agile h4 {
		font-size: 0.9em;
		letter-spacing: 1px;
	}
	.special.featured {
		padding: 2em 0 1px 0;
	}
	.w3ls-special-text:after {
		pointer-events: none;
		position: absolute;
		width: 226px;
		height: 186px;
		top: 25px;
		left: 23px;
	}
	.grid_3 {
  
    padding: 0.5em;
	}
	
	.newsletter {
		position: relative;
		padding: 0.5em 0.5em;
	}
	.newsletter input[type="submit"] {
		padding: 0.8em 1em;
		width: 66%;
	}
	.baner-info h3 {
		font-size: 1.2em;
		letter-spacing: 1px;
	}
	.baner-info {
		padding-top: 2.8em;
		margin: 0 auto;
	}
	.services-info-w3-agileits {
		position: relative;
		padding: 20px 20px;
	}
	.services-info-w3-agileits:after {
		content: "";
		position: absolute;
		left: 123px;
		top: 198px;
		width: 25px;
		height: 25px;
	}
	.w3agile_footer_copy p {
		font-size: 13px;
		line-height: 1.9em;
		padding: 0 3px;
	}
	.w3l_about_bottom_left_video {
		position: absolute;
		top: 25%;
		left: 22%;
	}
	#play {
		position: absolute;
		top: 52%;
		left: 42%;
		background-size: 73%;
	}
	.book-form {
		padding: 1em 1em;
		margin-top: 1em;
	}
	.book-form form input[type="submit"] {
		padding: .8em 1em;
		border: none;
		font-size: 0.9em;
		font-weight: 600;
		margin-top: 1.35em;
	}
	.price-grid {
		float: left;
		width: 90%;
		margin-bottom: 1.5em;
		margin-left: 4%;
	}
	.w3_agileits_testimonial_grid i {
      font-size: 1em;
	}
	.w3_agileits_testimonial_grid img {
		margin: 0 auto;
		border-radius: 50%;
		width: 32%;
	}
	.guests-agile {
		min-height: 456px;
		padding-top: 2em;
	}
	.modal-dialog {
		width: 285px;
		margin: 46px auto;
	}
}
/*-- //responsive --*/

/*-- Carousel-Controls-Changed-from-Default-Code --*/
.carousel-control.left {
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	filter: none;
	background-repeat: repeat-x;
}
.carousel-control.right {
	right: 0;
	left: auto;
	background-image: none;
	background-image: none;
	background-image: none;
	background-image: none;
	filter: none;
	background-repeat: repeat-x;
}
.carousel-control {
	position: absolute;
	top: 50%;
	bottom: 50%;
	left: 0;
	width: inherit;
	font-size: 0;
	color: transparent;
	text-shadow: none;
	filter: alpha(opacity=50);
	opacity: .5;
}
/*-- //Carousel-Controls --*/

/*-- Slider-Grid --*/
.slider-grid-bg {
	background: rgba(0, 0, 0, 0.57);
	border: 2px solid rgba(255, 255, 255, 0.57);
	height: 350px;
	width: 350px;
	text-align: center;
	position: absolute;
	top: 32%;
	left: 37.5%;
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.slider-grid-bg:hover {
	background-color: transparent;
	border: 2px solid #000000;
}
.slider-grid-text {
	position: absolute;
	left: -30px;
	top: 85px;
	text-align: center;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	transform: rotate(315deg);
}
.slider-grid-text h5 {
	font-size: 30px;
	color: #FFF;
	font-weight: 600;
	margin-bottom: 20px;
}
.slider-grid-text .border {
	width: 100px;
	border-top: 3px solid #EEE;
	margin: 0 auto;
}
.slider-grid-text p {
	font-size: 14px;
	color: #EEE;
	line-height: 30px;
	margin-top: 35px;
}
/*-- //Slider-Grid --*/

/*-- Carousel-Controls-Diamond-Hover-Effect --*/
.nav-diamond a {
	margin: 0 30px;
}
.nav-diamond .icon-wrap {
	position: absolute;
	height: 100%;
	z-index: 100;
}
.nav-diamond svg.icon {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.nav-diamond .left-arrow, .right-arrow {
	position: relative;
	overflow: hidden;
	width: 70px;
	height: 70px;
	border: 3px solid #FFF;
	background: #FFF url("../images/left.png") no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.nav-diamond .left-arrow:hover {
	background: none;
}
.nav-diamond .right-arrow {
	background: #FFF url("../images/right.png") no-repeat;
}
.nav-diamond .right-arrow:hover {
	background: none;
}
.nav-diamond img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: #FFF;
	border: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}
.nav-diamond a.prev img {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(2);
	transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(2);
}
.nav-diamond a.next img {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(2);
	transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(2);
}
.nav-diamond a:hover div {
	-webkit-transform: scale(1) rotate(-45deg);
	transform: scale(1) rotate(-45deg);
}
.nav-diamond a.next:hover div {
	-webkit-transform: scale(1) rotate(45deg);
	transform: scale(1) rotate(45deg);
}
.nav-diamond a:hover img {
	opacity: 0.8;
}
.nav-diamond a.prev:hover img {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(1);
	transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(1);
}
.nav-diamond a.next:hover img {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(1);
	transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(1);
}
/*-- //Carousel-Controls-Diamond-Hover-Effect --*/

/*-- Content --*/

  .team h3, .contact h3{
	font-size: 40px;
	font-weight: 600;
	margin: 50px auto 0;
	font-family:"Times New Roman";
	color:#000000;
}
 .clients h3{
	font-size: 40px;
	font-weight: 600;
	margin: 50px auto 0;
	font-family:'Cabin', sans-serif;
	color:#232323;
}
.skills h3{
	font-size: 40px;
	font-weight: 600;
	margin: 50px auto 0;
	font-family:'Cabin', sans-serif;
	color:#232323;
}



.portfolio h3{
	font-size: 40px;
	font-weight: 600;
	margin: 50px auto 0;
	font-family:'Cabin', sans-serif;
	color:#232323;
}
.features {
	font-size: 40px;
	font-weight: 600;
	padding-top:40px;
	font-family:'Cabin', sans-serif;
	color:#232323;
}


.testimonial h3 , .stats h3{

     font-size: 40px;
	font-weight: 600;
	margin: 50px auto 0;
	font-family:'Cabin', sans-serif;
	color:#ffffff;


}

.about h3{

     font-size: 40px;
	font-weight: 600;
	margin: 50px auto 0;
	font-family:"Times New Roman";
	color:#ffffff;


}

.testimonial h3, .stats h3, .team h3  {
	color:#ffffff;
}

.contact h3 {
	color:#11100fcc;
}

.heading-underline {
	height: 5px;
	width: 10%;
	margin: 0px auto 15px;
	background-color:#0099FF;
	border-radius: 20px;
}

/*-- Features --*/
.features {
	background-color: #f5f5f5;
}
.features h2, .features h3 {
	font-size: 36px;
	line-height: 60px;
}
.features p {
	text-align: center;
	font-size: 17px;
	font-weight: 500;
	padding: 20px 0;
	font-family:'Droid Serif', serif;
	margin-bottom:25px;
	color:#777777;
}
.features span {
	color: #006DB7;
}
.feature1 {
	margin-bottom: 70px;
	width: 33%;
	float: left;
}
.features-icon {
	width: 30%;
	float: left;
}
.features-icon img {
	width: 90%;
}
.features-info {
	width: 70%;
	float: left;
	padding-left: 25px;
}
.features-item:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-width: 0 30px 30px 0;
	border-style: solid;
	border-color: #F5F5F5 #F5F5F5 #028fcc #028fcc;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition: border-color .2s ease-in-out;
	-moz-transition: border-color .2s ease-in-out;
	transition: border-color .2s ease-in-out;
	display: block;
	width: 0;
}
.features-item{
	background: #FFF;
	padding: 30px 20px 20px;
	margin: 15px 0;
	position: relative;
	overflow: hidden;
	-webkit-transition: background .5s ease-in-out;
	-moz-transition: background .5s ease-in-out;
	transition: background .5s ease-in-out;
}
.features-item h4{
	font-size: 20px;
	font-weight: 700;
	color: #028fcc;
	text-align: left;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.features-item p {
	font-size: 16px;
	margin: 10px 0;
	padding: 10px 0;
	font-weight: 500;
	text-align: left;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	font-family:'Droid Serif', serif;
}
.features-item:hover{
	background: rgba(2, 143, 204, 0.88);
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}
.features-item:hover h4{
	color: #FFF;
	transform: translate(0,-5px);
	-webkit-transform: translate(0,-5px);
	-o-transform: translate(0,-5px); 
	-moz-transform: translate(0,-5px);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.features-item:hover p{
	color: #EEE;
	transform: translate(0,-5px);
	-webkit-transform: translate(0,-5px);
	-o-transform: translate(0,-5px); 
	-moz-transform: translate(0,-5px);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.features-item:hover:before {
	border-color: #F5F5F5 #F5F5F5 #006db7 #006db7;
	-webkit-transition: border-color .2s ease-in-out;
	-moz-transition: border-color .2s ease-in-out;
	transition: border-color .2s ease-in-out;
}
/*-- //Features --*/

/*-- About --*/
.about {
	background: url(../images/pic5.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	height: 500px;
}
.about p {
	
	font-size: 18px;
	line-height: 38px;
	padding: 0 25px;
	text-align:justify;
	font-weight:400;
	font-family:'Droid Serif', serif;
	color:#FFFFFF;
}


/*-- //About --*/

/*-- Portfolio --*/
.portfolio {
	padding-bottom: 50px;
}
/*-- Tabs --*/
.tabs {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
}
.tabs nav {
	text-align: center;
}
.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
}
.tabs nav a span {
	vertical-align: middle;
	font-size: 0.75em;
}
.tabs nav li.tab-current a {
	color: #74777b;
}
.tabs nav a:focus {
	outline: none;
}
.portfolio h4 {
	margin: 30px 0;
	font-size: 25px;
	font-weight: 500;
}
/*-- Tabs-Content --*/
.content-wrap {
	position: relative;
}
.content-wrap section {
	display: none;
	margin: 0 auto;
	padding: 1em;
	max-width: 1200px;
	text-align: center;
}
.content-wrap section.content-current {
	display: block;
}
.content-wrap section p {
	margin: 0;
	padding: 0.75em 0;
	color: rgba(40,44,42,0.05);
	font-weight: 900;
	font-size: 4em;
	line-height: 1;
}
/*-- //Tabs-Content --*/

/*-- Fallback --*/
.no-js .content-wrap section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}
.no-flexbox nav ul {
	display: block;
}
.no-flexbox nav ul li {
	min-width: 15%;
	display: inline-block;
}
/*-- //Fallback --*/

/*-- Tabs-Styling --*/
.tabs-style-bar nav {
	background: rgba(40,44,42,0.05);
}
.tabs-style-bar nav ul {
	border: 4px solid transparent;
}
.tabs-style-bar nav ul li a {
	margin: 0 2px;
	background-color: #f7f7f7;
	color: #74777b;
	transition: background-color 0.2s, color 0.2s;
}
.tabs-style-bar nav ul li a:hover, .tabs-style-bar nav ul li a:focus {
	color: #006db7;
}
.tabs-style-bar nav ul li a span {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 14px;
}
.tabs-style-bar nav ul li.tab-current a {
	background: #006db7;
	color: #fff;
	font-family:'Droid Serif', serif;;
}
/*-- //Tabs-Styling --*/

/*-- Tab-Images --*/
/*-- Progress-Bar --*/
#about-us {
	padding: 60px 0;
}
#about-us h2 {
	margin-top: 0;
	color: #fff;
}
#about-us .lead {
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 5px;
	text-align: left;
}
#about-us h1 {
	margin-bottom: 30px;
}
.progress{
	height: 20px;
	background-color: #EEE;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	margin-bottom: 25px;
}
.progress-bar{
	box-shadow: none;
	-webkit-box-shadow: none;
	text-align: right;
	padding-right: 12px;
	background-color: #006db7;
	font-size: 12px;
	font-weight: 600;
}
.progress .progress-bar.six-sec-ease-in-out {
	-webkit-transition: width 2s ease-in-out;
	transition: width 2s ease-in-out;
}
/*-- //Progress-Bar --*/
/*-- //Skills --*/

/*-- Stats --*/
.stats {
	background:url(../images/brands_newBanner.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	height: 550px;
}
.stats p {
	color: #EEE;
	font-size: 14px;
	line-height: 35px;
	padding: 0 50px;
	text-align: center;
}
.stats-info {
	text-align: center;
	margin-top: 50px;
}
.stats-img img {
	width: 100px;
}
.stats-img {
	margin-bottom: 30px;
}
.stats-grid {
	font-size: 35px;
	font-weight: 700;
	color: #006db7;
	margin-bottom: 10px;
}
p.stats-info {
	margin-top: 20px;
}
/*-- //Stats --*/

/*-- Clients --*/

.clients {
	padding-bottom: 80px;
}
.clients .heading-underline {
	margin-bottom: 70px;
}
/*-- //Clients --*/

/*-- Team --*/
.team {
	background: url("../images/about.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	height: 570px;
}
.team-image {
	position: relative;
}
.team-social {
	display: none;
	position: absolute;
	top: 40%;
	left: 20%;
	width: 62%;
	height: 20%;
}
.team-image:hover div.team-social {
	display: block;
	background-color: rgba(51, 51, 51, 0.58);
}
.team h4 {
	margin-top: 30px;
	font-size: 25px;
	font-weight: 500;
	color: #FFFFFF;
}
/*-- //Team --*/

/*-- Map-Starts-Here --*/
.map iframe {
	width: 100%;
	height: 400px;
	border: 5px solid #FAFAFA;
}
/*-- //Map-Ends-Here --*/

/*-- Contact-Starts-Here --*/
.contact {
	background: url("../images/contact1.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	height: 550px;
}
.contact_form input[type='text'] {
	width: 100%;
	border-radius: 0;
	line-height: 22px;
	font-size: 14px;
	padding: 14px 17px 14px;
	outline: none;
	color: #FFF;
	height: 50px;
	border: 1px solid #d5d5d5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 20px;
	background: rgba(51, 51, 51, 0.61);
}
.contact_form textarea {
	width: 100%;
	border-radius: 0;
	line-height: 22px;
	font-size: 14px;
	padding: 14px 17px 14px;
	outline: none;
	border: 1px solid #d5d5d5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
	color: #FFF;
	height: 191px;
	background: rgba(51, 51, 51, 0.61);
}
form.contact_form {
	text-align: center;
}
.message {
	margin-bottom: 30px;
}
.more_btn {
	padding: 13px 30px;
	border: 1px solid #d5d5d5;
	font-size: 16px;
	color: #FFF;
	background-color: rgba(51, 51, 51, 0.61);
	text-decoration: none;
	outline: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.more_btn:hover {
	color: #FFF;
	background-color: #343F5F;
	cursor: pointer;
}
/*-- //Contact-Ends-Here --*/

.slideanim {
      font-family:"Times New Roman";
	  font-size:24px;
	  font-weight:600;
}
.slide {
	/* The name of the animation */
	animation-name: slide;
	-webkit-animation-name: slide; 
	/* The duration of the animation */
	animation-duration: 1s; 
	-webkit-animation-duration: 1s;
	/* Make the element visible */
	visibility: visible;
	font-family:"Times New Roman";
	font-weight:600px;
	font-size:18px; 
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
	0% {
		opacity: 0;
		-webkit-transform: translateY(70%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
}
@-webkit-keyframes slide {
	0% {
		opacity: 0;
		-webkit-transform: translateY(70%);
	} 
	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
}
/*-- //Slideanim --*/

/*-- //Index-Page-Styling --*/

/*-- Responsive Code --*/

@media screen and (max-width:1920px) {
	nav.navbar.navbar-inverse.navbar-default {
		width: 60%;
	}
	.slider-grid-bg {
		left: 40%;
	}
	.carousel-control {
		top: 45%;
	}
}

@media screen and (max-width:1680px) {
	nav.navbar.navbar-inverse.navbar-default {
		width: 69%;
	}
	.slider-grid-bg {
		left: 39%;
	}
	.carousel-control {
		top: 46.5%;
	}
}

@media screen and (max-width:1600px) {
	nav.navbar.navbar-inverse.navbar-default {
		width: 72%;
	}
}

@media screen and (max-width:1440px) {
	nav.navbar.navbar-inverse.navbar-default {
		width: 80%;
	}
	.slider-grid-bg {
		left: 37%;
		top: 30%;
	}
}

@media screen and (max-width:1366px) {
	nav.navbar.navbar-inverse.navbar-default {
		width: 85%;
	}
	.slider-grid-bg {
		left: 37.5%;
		top: 28%;
	}
}

@media screen and (max-width:1280px) {
	nav.navbar.navbar-inverse.navbar-default {
		width: 90%;
	}
	.slider-grid-bg {
		left: 36%;
	}
}

@media screen and (max-width:1024px) {
	nav.navbar.navbar-inverse.navbar-default {
		width: 93%;
	}
	ul#cross-effect {
		margin-top: 40px;
	}
	.slider-grid-bg {
		top: 27%;
		left: 35%;
		height: 300px;
		width: 300px;
	}
	.slider-grid-text {
		left: 0px;
		top: 75px;
	}
	.slider-grid-text h5 {
		font-size: 28px;
	}
	.features-item {
		padding: 30px 0 20px;
	}
	.features-info {
		padding-left: 0;
	}
	.about {
		height: 530px;
	}
	.gallery-top figure.effect-bubba h4 {
		padding-top: 9%;
	}
	.testimonial {
		height: 420px;
	}
	.stats {
		height: 580px;
	}
	#about-us {
		padding: 60px 60px;
	}
	p.stats-info {
		margin: 0;
		padding: 0;
	}
	.team-social {
		top: 38%;
		left: 11%;
		width: 77%;
		height: 24%;
		border-radius: 30px;
	}	
	.newsletter .email {
		padding: 5px 40px 5px 10px;
		font-size: 13px;
	}
	.newsletter .submit {
		width: 35px;
	}
}

@media screen and (max-width:991px) {
	nav.navbar.navbar-inverse.navbar-default {
		width: 80%;
	}
	.navbar-nav.navbar-right:last-child {
		margin-right: 0;
	}
	.logo {
		height: 80px;
		width: 80px;
	}
	.navbar-inverse .navbar-brand {
		left: -10px;
		top: 10px;
		font-size: 20px;
	}
	.features {
		padding-bottom: 50px;
	}
	.feature1 {
		margin-bottom: 15px;
		width: 50%;
	}
	.features-info {
		padding-left: 20px;
	}
	.about {
		height: 585px;
	}
	.about p {
		padding: 0;
	}
	.gallery-top {
		width: 33%;
		display: inline-table;
	}
	.gallery-top figure.effect-bubba h4 {
		padding-top: 0%;
	}
	.testimonial p {
		padding: 0;
	}
	.num1 .num-rotate {
		width: 75px;
		height: 75px;
		left: 15%;
	}
	.num1 .num-rotate:before {
		right: 45px;
	}
	.num1 .numscroller {
		top: 25px;
		left: 30px;
	}
	.num1 h4 {
		font-size: 18px;
	}
	.stats {
		height: 610px;
	}
	.stats p {
		padding: 0;
	}
	#about-us {
		padding: 60px 25px;
	}
	.team {
		height: 460px;
	}
	.team-social {
		top: 38%;
		left: 18%;
		width: 66%;
		height: 22%;
	}
	ul.social-icons li a {
		display: inline-block;
		width: 30px;
		height: 30px;
		background: url("../images/img-sprite.png") no-repeat 0px 0px;
		background-size: 200px;
	}
	ul.social-icons li a.facebook:hover {
		background-position: 0px -33px;
	}
	ul.social-icons li a.twitter {
		background-position: -35px 0px;
	}
	ul.social-icons li a.twitter:hover {
		background-position: -35px -33px;
	}
	ul.social-icons li a.googleplus {
		background-position: -69px 0px;
	}
	ul.social-icons li a.googleplus:hover {
		background-position: -69px -33px;
	}
	ul.social-icons li a.instagram {
		background-position: -102px 0px;
	}
	ul.social-icons li a.instagram:hover {
		background-position: -102px -33px;
	}
	ul.social-icons li a.youtube {
		background-position: -135px 0px;
	}
	ul.social-icons li a.youtube:hover {
		background-position: -135px -33px;
	}
	.team h4 {
		font-size: 23px;
	}
	.footer-info li {
		line-height: 21px;
	}
	.newsletter .email {
		padding: 5px 40px 5px 10px;
		font-size: 13px;
		width: 110%;
	}
	.newsletter .submit {
		width: 35px;
		right: -15px;
	}
}

@media screen and (max-width:966px) {
	.feature1 {
		margin-bottom: 0px;
		width: 50%;
	}
	.features {
		padding-bottom: 50px;
	}
	.features-info {
		padding-left: 20px;
	}
	.about p {
		padding: 0;
	}
	.testimonial {
		height: 420px;
	}
	.gallery-grids h4 {
		font-size: 20px;
	}
	.num1 .num-rotate {
		width: 80px;
		height: 80px;
		left: 18%;
	}
	.num1 .num-rotate:before {
		top: 0px;
		right: 55px;
		border-width: 0 25px 25px 0;
	}
	.team h4 {
		font-size: 23px;
	}
	.map iframe {
		height: 300px;
	}
	.contact {
		height: 540px;
	}
	.footer-info li {
		font-size: 12px;
	}
	.address li {
		line-height: 20px;
	}
	.footer-info p {
		font-size: 12px;
	}
	.newsletter .email {
		width: 110%;
	}
	.newsletter .submit {
		right: -15px;
	}
}

@media screen and (max-width:853px) {
	nav.navbar.navbar-inverse.navbar-default {
		width: 90%;
	}
	ul#cross-effect {
		margin-top: 30px;
	}
	.slider-grid-bg {
		top: 29%;
		left: 35%;
		height: 250px;
		width: 250px;
	}
	.slider-grid-text {
		left: 20px;
		top: 60px;
	}
	.slider-grid-text h5 {
		font-size: 22px;
	}
	.slider-grid-text p {
		font-size: 13px;
		margin-top: 15px;
	}
}

@media screen and (max-width:800px) {
	nav.navbar.navbar-inverse.navbar-default {
		width: 92%;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.slider-grid-bg {
		top: 27.5%;
	}
	.testimonial {
		height: 420px;
	}
	.testimonial p {
		padding: 0;
	}
}

@media screen and (max-width:768px) {
	nav.navbar.navbar-inverse.navbar-default {
		width: 95%;
	}
	.logo {
		margin-left: 25px;
	}
	ul#cross-effect {
		margin-top: 20px;
	}
	.slider-grid-bg {
		top: 26.5%;
		left: 33%;
	}
	.features h2, .features h3 {
		font-size: 25px;
	}
	.about {
		height: 580px;
	}
	.team {
		height: 420px;
	}
	h1, .about h3, .portfolio h3, .testimonial h3, .skills h3, .stats h3, .clients h3, .team h3, .contact h3 {
		font-size: 35px;
		margin: 40px auto 0;
	}
}

@media screen and (max-width:736px) {
	.navbar-toggle {
		margin-right: 0;
		margin-top: 26px;
	}
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
		border: none;
		box-shadow: none;
		width: 72%;
		position: absolute;
		top: 19px;
		right: 45px;
		padding: 0;
	}
	ul#cross-effect {
		width: 97%;
		float: right;
		text-align: center;
		display: -webkit-inline-box;
		padding: 0;
		margin: 0;
	}
	.nav>li {
		height: 50px;
		margin-top: 5px;
	}
	.nav>li>a {
		padding: 10px 12px;
	}
	.slider-grid-bg {
		height: 225px;
		width: 225px;
		top: 28.5%;
		left: 34%;
	}
	.slider-grid-text {
		left: 15px;
		top: 45px;
	}
	.slider-grid-text h5 {
		font-size: 20px;
	}
	.heading-underline {
		margin-bottom: 30px;
	}
	.img-grid {
		padding: 10px;
		width: 33%;
		float: left;
	}
	.about {
		height: 550px;
	}
	.portfolio {
		padding-bottom: 20px;
	}
	.gallery-top {
		width: 32%;
	}
	.gallery-grids h4 {
		font-size: 18px;
	}
	.gallery-top figure.effect-bubba h4 {
		margin-top: 26px;
	}
	.testimonial {
		height: 420px;
	}
	.skills-numbers {
		margin-top: 60px;
		padding: 0 30px;
	}
	.stats {
		height: 570px;
	}
	.stats-grid {
		width: 25%;
		float: left;
	}
	.team-grid {
		width: 25%;
		float: left;
	}
	.team-social {
		top: 38%;
		left: 16%;
		width: 69%;
		height: 23%;
	}
	.team {
		height: 410px;
	}
	.team h4 {
		font-size: 22px;
	}
	.map iframe {
		height: 250px;
	}
	.contact {
		height: 470px;
	}
	.c1 {
		width: 50%;
		float: left;
		padding: 0 5px;
	}
	a.more_btn {
		font-size: 13px;
	}
	.footer-info {
		margin-top: 20px;
	}
	.footer-info-grid {
		width: 25%;
		float: left;
	}
	.address li {
		line-height: 18px;
	}
}

@media screen and (max-width:667px) {
	.logo {
		height: 60px;
		width: 60px;
		margin-top: 20px;
		margin-left: 5px;
	}
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
		width: 72%;	
	}
	.navbar-inverse .navbar-brand {
		left: -15px;
		top: 0px;
		font-size: 16px;
	}
	.navbar-inverse .navbar-nav>li>a {
		font-size: 12px;
	}
	.slider-grid-bg {
		top: 26.5%;
		left: 33%;
	}
	.slider-grid-text {
		left: 17px;
	}
	.nav-diamond a {
		margin: 0;
	}
	.features-item {
		padding: 30px 0 10px;
	}
	.features-info {
		padding-left: 0;
	}
	.features-item p {
		font-size: 13px;
	}
	.about {
		height: 500px;
	}
	.about p {
		font-size: 13px;
		line-height: 30px;
	}
	.gallery-top figure.effect-bubba h4 {
		margin-top: 18px;
	}
	.testimonial {
		height: 400px;
	}
	.testimonial p {
		font-size: 13px;
		line-height: 30px;
	}
	.skills p {
		font-size: 13px;
		line-height: 30px;
	}
	.num1 .num-rotate {
		width: 65px;
		height: 65px;
		left: 20%;
	}
	.num1 .num-rotate:before {
		right: 45px;
		border-width: 0 20px 20px 0;
	}
	.num1 .numscroller {
		top: 20px;
		left: 25px;
		font-size: 20px;
	}
	.num1 h4 {
		font-size: 18px;
	}
	.stats p {
		font-size: 13px;
		line-height: 30px;
	}
	.stats-img img {
		width: 80px;
	}
	.stats {
		height: 535px;
	}
	.team {
		height: 385px;
	}
	.team-social {
		left: 10%;
		width: 78%;
		height: 27%;
	}
	.team h4 {
		font-size: 18px;
	}
	.contact {
		height: 465px;
	}
	.address li {
		line-height: 21px;
	}
}

@media screen and (max-width:640px) {
	.navbar-toggle {
		margin-right: 0px;
	}
	.navbar-inverse .navbar-nav>li>a {
		font-size: 11px;
	}
	.slider-grid-bg {
		top: 25.5%;
		left: 32%;
	}
	.gallery-top figure.effect-bubba h4 {
		margin-top: 15px;
		font-size: 16px;
	}
	#about-us {
		padding: 30px;
	}
	#about-us .lead {
		margin-top: 15px;
	}
	.team {
		height: 380px;
	}
	.team-social {
		top: 37%;
		left: 9%;
		width: 83%;
		height: 27%;
	}
	.contact {
		height: 430px;
	}
	.contact_form input[type='text'] {
		padding: 10px 17px 10px;
		height: 35px;
	}
	.contact_form textarea {
		height: 145px;
	}
	.footer-info p {
		line-height: 18px;
	}
	.address li {
		line-height: 20px;
	}
}

@media screen and (max-width:603px) {
	.nav>li>a {
		padding: 10px;
	}
	.slider-grid-bg {
		height: 200px;
		width: 200px;
		top: 27.5%;
		left: 33%;
	}
	.slider-grid-text {
		left: 10px;
		top: 40px;
	}
	.slider-grid-text h5 {
		font-size: 18px;
	}
	.slider-grid-text p {
		font-size: 12px;
		margin-top: 10px;
		line-height: 25px;
	}
	.gallery-top figure.effect-bubba h4 {
		margin-top: 13px;
		font-size: 14px;
	}
	.testimonial {
		height: 360px;
	}
	.num1 .num-rotate {
		width: 55px;
		height: 55px;
		left: 20%;
	}
	.num1 .num-rotate:before {
		right: 35px;
	}
	.num1 h4 {
		font-size: 16px;
	}
	.num1 .numscroller {
		top: 15px;
		left: 20px;
	}
	.stats {
		height: 535px;
	}
	.stats-img img {
		width: 70px;
	}
	.footer-info h4 {
		font-size: 17px;
	}
	.team-grid {
		padding: 0;
	}
	.team-social {
		top: 38%;
		left: 15%;
		width: 70%;
		height: 24%;
	}
}

@media screen and (max-width:600px) {
	.about {
		height: 520px;
	}
	.stats-img img {
		width: 70px;
	}
	p.stats-info {
		font-size: 12px;
	}
	.team-social {
		top: 38%;
		left: 14%;
		width: 71%;
		height: 23%;
	}
}

@media screen and (max-width:568px) {
	.navbar-toggle {
		padding: 5px;
	}
	ul#cross-effect {
		width: 94%;
	}
	.nav>li>a {
		padding: 8px;
	}
	.nav-diamond .left-arrow, .right-arrow {
		width: 45px;
		height: 45px;
		background-size: 40px;
	}
	.nav-diamond .right-arrow {
		background-size: 40px;
	}
	.slider-grid-bg {
		top: 23%;
		left: 32%;
	}
	.heading-underline {
		width: 15%;
	}
	.features h2, .features h3 {
		font-size: 20px;
		line-height: 40px;
	}
	.features-icon img {
		padding-top: 15px;
	}
	.features-item h4 {
		font-size: 18px;
	}
	.about {
		height: 540px;
	}
	.tabs-style-bar nav ul li a span {
		font-size: 12px;
	}
	.gallery-top figure.effect-bubba h4 {
		margin-top: 10px;
	}
	.testimonial {
		height: 400px;
	}
	.skills-numbers {
		margin-top: 50px;
	}
	.num1 h4 {
		font-size: 14px;
	}
	.num1 .numscroller {
		top: 16px;
		left: 18px;
	}
	.stats {
		height: 530px;
	}
	p.stats-info {
		padding: 0;
		margin-top: 15px;
		line-height: 20px;
		font-size: 13px;
		font-weight: 100;
	}
	.clients {
		padding-bottom: 40px;
	}
	.team {
		height: 700px;
	}
	.team-grid {
		width: 50%;
		padding: 20px 0;
	}
	.team-image img {
		width: 75%;
		margin-left: 12%;
	}
	.team h4 {
		margin-top: 15px;
	}
	.team-social {
		top: 42%;
		left: 30%;
		width: 38%;
		height: 17%;
	}
	.map iframe {
		height: 200px;
	}
	.contact {
		height: 420px;
	}
	.message {
		margin-bottom: 20px;
	}
	.footer-info-grid {
		width: 50%;
		margin-bottom: 20px;
	}
	.address li {
		line-height: 25px;
	}
	.newsletter .email {
		width: 105%;
	}
	.footer-info p {
		line-height: 23px;
	}
}

@media screen and (max-width:533px) {
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
		width: 50%;
		background-color: #333;
	}
	ul#cross-effect {
		width: 100%;
		display: block;
	}
	.nav>li {
		height: 40px;
		margin: 0;
	}
	.navbar-inverse .navbar-nav>li>a:hover {
		color: #FFF;
		background-color: rgba(171, 171, 171, 0.46);
	}
	.navbar-inverse .navbar-nav>li>a {
		font-size: 13px;
	}
	.cross-effect a::before, .cross-effect a::after {
		position: inherit;
	}
	.slider-grid-bg {
		height: 190px;
		width: 190px;
	}
	.slider-grid-text {
		left: 15px;
		top: 37px;
	}
	.features-item h4 {
		font-size: 17px;
	}
	.tabs-style-bar nav ul li a span {
		letter-spacing: 0;
	}
	.gallery-top figure.effect-bubba h4 {
		margin-top: 8px;
		font-size: 12px;
	}
	.skills p {
		padding-top: 30px;
	}
	.num1 .num-rotate {
		width: 50px;
		height: 50px;
	}
	.num1 .num-rotate:before {
		right: 30px;
	}
	.team-social {
		top: 40%;
		left: 28%;
		width: 41%;
		height: 18%;
	}
}

@media screen and (max-width:480px) {
	.navbar-toggle {
		margin-right: 5px;
		margin-top: 19px;
	}
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
		right: 50px;
	}
	.slider-grid-bg {
		top: 15%;
		left: 30%;
	}
	.carousel-control {
		top: 41.5%;
	}
	.features-item {
		padding: 40px 0 10px;
	}
	.features-item h4 {
		font-size: 15px;
	}
	.about {
		height: 570px;
	}
	.gallery-grids figure figcaption {
		top: -14px;
		left: -14px;
		width: 125%;
		height: 135%;
	}
	.gallery-top figure.effect-bubba h4 {
		margin-top: 13px;
		font-size: 14px;
	}
	.testimonial {
		height: 420px;
	}
	.skills-numbers {
		padding: 0;
	}	
	.stats .numscroller {
		font-size: 30px;
	}
	.num1 h4 {
		margin-top: 35px;
	}
	.num1 .numscroller {
		top: 15px;
		left: 15px;
	}
	.stats-info {
		margin-top: 25px;
	}
	.clients .heading-underline {
		margin-bottom: 50px;
	}
	.team {
		height: 645px;
	}
	.team-social {
		top: 40%;
		left: 27%;
		width: 45%;
		height: 21%;
	}
}

@media screen and (max-width:414px) {
	.heading-underline {
		width: 20%;
	}
	.slider-grid-bg {
		height: 170px;
		width: 170px;
		top: 16.5%;
		left: 28.5%;
	}
	.slider-grid-text {
		left: 5px;
		top: 40px;
	}
	.slider-grid-text h5 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.slider-grid-text p {
		font-size: 11px;
		margin-top: 10px;
		line-height: 18px;
	}
	.carousel-inner>.item>img {
		height: 250px;
	}
	h1, .about h3, .portfolio h3, .testimonial h3, .skills h3, .stats h3, .clients h3, .team h3, .contact h3 {
		font-size: 30px;
		margin: 30px auto 0;
	}
	.features h2, .features h3 {
		font-size: 18px;
	}
	.features p {
		font-size: 14px;
	}
	.feature1 {
		width: 100%;
	}
	.features-icon img {
		padding-top: 0;
	}
	.features-info {
		padding-left: 20px;
	}
	.features-item {
		padding: 20px 0 10px;
	}
	.features-info {
		padding-left: 20px;
		padding-top: 10px;
	}
	.about {
		height: 650px;
	}
	.portfolio {
		padding-bottom: 20px;
	}
	.portfolio h4 {
		margin: 20px 0;
	}
	.gallery-top {
		width: 48%;
	}
	.gallery-top figure.effect-bubba h4 {
		margin-top: 26px;
	}
	.img-grid {
		width: 100%;
	}
	.testimonial {
		height: 430px;
	}
	.num1 {
		width: 33%;
		margin-bottom: 50px;
	}
	.num1 .num-rotate {
		width: 70px;
		height: 70px;
		left: 22%;
	}
	.num1 .num-rotate:before {
		right: 40px;
		border-width: 0 30px 30px 0;
	}
	.num1 .numscroller {
		top: 25px;
		left: 27px;
	}
	#about-us {
		padding: 0 30px 20px;
	}
	#about-us .lead {
		margin-top: 0;
	}
	.skills p {
		padding-top: 0;
	}
	.stats {
		height: 500px;
	}
	.stats-img img {
		width: 60px;
	}
	.stats .numscroller {
		font-size: 25px;
	}
	.team-social {
		top: 39%;
		left: 23%;
		width: 54%;
		height: 24%;
	}
	.team {
		height: 570px;
	}
	.contact {
		height: 400px;
	}
	.contact_form input[type='text'] {
		padding: 10px;
	}
	.address li {
		line-height: 20px;
	}
	.footer-info {
		margin-top: 20px;
	}
	.footer-info p {
		line-height: 21px;
	}
}

@media screen and (max-width:384px) {
	.slider-grid-bg {
		left: 26.5%;
	}
	.features h2, .features h3 {
		font-size: 16px;
	}
	.features-info {
		padding-left: 10px;
	}
	.about {
		height: 670px;
	}
	.tabs-style-bar nav ul li a span {
		font-size: 10px;
	}
	.gallery-top figure.effect-bubba h4 {
		margin-top: 22px;
	}
	.stats {
		height: 530px;
	}
	.team {
		height: 590px;
	}
	.team-image img {
		width: 90%;
		margin-left: 5%;
	}
	.team-social {
		top: 40%;
		left: 20%;
		width: 58%;
		height: 21%;
	}
}

@media screen and (max-width:375px) {
	.testimonial {
		height: 460px;
	}
	.gallery-top figure.effect-bubba h4 {
		margin-top: 20px;
	}
	.team-social {
		top: 39%;
		width: 60%;
		height: 22%;
	}
}

@media screen and (max-width:360px) {
	.slider-grid-bg {
		left: 25.5%;
	}
	.features h2, .features h3 {
		font-size: 15px;
	}
	.features-item {
		padding: 20px 0 0px;
	}
	.features-info {
		padding-left: 5px;
		padding-top: 5px;
	}
	.about {
		height: 700px;
	}
	h4.slideanim.slide {
		line-height: 30px;
	}
	.num1 .num-rotate {
		left: 18%;
	}
	.stats .numscroller {
		font-size: 23px;
	}
	.team-image img {
		width: 100%;
		margin-left: 0%;
	}
	.team-social {
		left: 18%;
		width: 63%;
		height: 21%;
	}
}

@media screen and (max-width:320px) {
	.slider-grid-bg {
		left: 22%;
	}
	.features h2, .features h3 {
		font-size: 17px;
		line-height: 35px;
	}
	.features-icon img {
		padding-top: 16px;
	}
	.about p {
		padding: 0 10px;
		font-size: 12px;
		line-height: 25px;
	}
	.about {
		height: 675px;
	}
	.portfolio h3, .clients h3, .team h3 {
		font-size: 27px;
	}
	.gallery-grids figure figcaption {
		top: -16px;
		left: -19px;
		width: 140%;
		height: 150%;
	}
	.gallery-top figure.effect-bubba h4 {
		margin-top: 13px;
	}
	.testimonial {
		height: 520px;
	}
	.num1 {
		width: 50%;
	}
	.num1 .num-rotate {
		left: 25%;
	}
	.stats {
		height: 540px;
	}
	.stats-img img {
		width: 50px;
	}
	.stats .numscroller {
		font-size: 20px;
		text-indent: -5px;
	}
	p.stats-info {
		margin-left: -5px;
	}
	.team-social {
		left: 14%;
		width: 72%;
		height: 23%;
	}
	.team {
		height: 565px;
	}
	.contact {
		height: 540px;
	}
	.c1 {
		width: 100%;
	}
	.footer-info p {
		line-height: 25px;
	}
}

/*-- //Responsive Code --*/

/*--training--*/
/*--start-work--*/

.work {
  	background: url(../images/work-banner.png) no-repeat rgba(218, 234, 244, 0.2);
  	background-size: cover;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	-ms-background-size: cover;
  	min-height: 682px;
}
.work-top {
  	margin-top: 6.5em;
  	text-align: center;
}
.work-top h3,.team-top h3,
.skill-top h3,.contact-left h3,
.port-top h3{
  	color: #000000;
  	font-size: 27px;
  	font-weight: 400;
  	margin: 0;
  	letter-spacing: 1px;
}
.work-top p{
	 width: 45%;
}
.work-top p,.team-top p {
  color: #666666;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0px;
  margin: 1.2em auto 0;
  line-height: 1.3em;
}
.work-bottom{
	margin-top:4em;
}
.work-btn {
  margin-top: 3.4em;
}
.work-btn a{
	color:#fff;
	font-weight:400;
	font-size: 15px;
  	letter-spacing: 1px;
	background:#c5b257;
	padding: 12px 1.8em;
	text-decoration:none;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
}
/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-decoration:none;
  background: #323232;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/*--Slider--*/
.dg-container{
	width: 100%;
	position: relative;
	background: url(../images/h-bg.png);
}
.dg-wrapper{
	width: 481px;
	height: 317px;
	margin: 0 auto;
	position: relative;
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-o-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
		-webkit-perspective: 1000px;
		-moz-perspective: 1000px;
		-o-perspective: 1000px;
		-ms-perspective: 1000px;
	perspective: 1000px;
}
.dg-wrapper a{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent url('../images/browser.png') no-repeat top left;
}
.dg-wrapper a.dg-transition{
	-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;
	transition: all 0.5s ease-in-out;
}
.dg-wrapper a img{
	display: block;
	width:100%;
}
.dg-wrapper a div{
	font-style: italic;
	text-align: center;
	line-height: 50px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	color: #333;
	font-size: 16px;
	width: 100%;
	bottom: -55px;
	display: none;
	position: absolute;
}
.dg-wrapper a.dg-center div{
	display: block;
}
.dg-container nav{
	width: 58px;
	position: absolute;
	z-index: 1000;
	bottom: 40px;
	left: 50%;
	margin-left: -29px;
}
/*--/Slider--*/
/*---/molly----*/
@media(max-width:1024px){
	.dg-container {
height: 256px;
}
.dg-wrapper {
zoom: 0.8;
}
}
@media(max-width:768px){
	.dg-container {
	zoom: 0.6;
}
}
@media(max-width:640px){
	.dg-container {
	zoom: 0.5;
}
}
@media(max-width:480px){
	.molly {
	padding: 2em 0;
}
.dg-container {
	zoom: 0.37;
}
.molly h3 {
	font-size: 1.55em;
}
.molly-Get-started {
	margin: 2em 0;
}
}
@media(max-width:320px){
	.molly h3 {
	font-size: 1.1em;
}
.molly p {
	font-size: 0.8em;
}
.molly-Get-started a {
	padding: 0.4em 1.1em;
	font-size: 0.9em;
}
.dg-container {
	zoom: 0.24;
}
}


/*-- work --*/
.content-item.item-image1 {
 
     background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
  height: 340px;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.content-item.item-image2 {
  
     background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
  height: 340px;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.content-item .overlay {
  border-bottom: 100px solid #000;
  border-left: 100px solid transparent;
  bottom: 0;
  height: 0;
  opacity: .4;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 0;
}
.content-item:hover .overlay {
    border-bottom: 830px solid #000;
    border-left: 830px solid transparent;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.content-item .corner-overlay-content {
  bottom: 15px;
  color: #fff;
  position: absolute;
  right: 15px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size:15px;
  text-transform:uppercase;
}
.content-item:hover .corner-overlay-content {
  opacity: 0;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.content-item .overlay-content {
  bottom: 0;
  color: #333;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.content-item .overlay-content h4 {
    border-bottom: 1px solid #333;
    color: #fff;
    font-size: 24px;
    text-align: right;
    padding: 0 0 28px 0;
}
.content-item:hover .overlay-content {
  opacity: 1;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.seed-grid {
    margin-top: 45px;
}
.overlay-content p {
    color: #CACACA;
    font-size: 14px;
    line-height: 2em;
    margin-top: 30px;
    text-align: right;
}
.wel-right {
    float: right;
    width: 57%;
    padding-top: 50px;
}
.wel-right2{
    float: left;
    width: 57%;
    padding-top: 50px;	
}
.wel-left {
    width: 50%;
    background: #fff;
    padding: 41px 12px;
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 1;
    box-shadow: 0px 0px 20px 0px #CCC;
    border-bottom: 3px solid #FF9036;
}
.wel-left2 {
    width: 50%;
    background: #fff;
    padding: 41px 12px;
    position: absolute;
    right: 0%;
    top: 0%;
    z-index: 1;
    box-shadow: 0px 0px 20px 0px #CCC;
    border-bottom: 3px solid #FF9036;
}
.where-right {
    width: 74%;
    padding: 0;
    float: none;
    margin: 0 auto 70px;
}
.work-left {
    float: left;
    width: 28%;
}
.work-right {
    width: 100%;
	text-align:justify;
}
.work-left h4 {
    color: #FF9036;
    font-size: 46px;
    font-style: italic;
}
.work-right h5 {
    color: #05BEF6;
    font-size: 24px;
    margin-bottom: 15px;
	font-family:"Times New Roman";
}
.work-right p {
	color:#464646;
	font-size:16px;
	line-height:2.2em;
	font-family:"Times New Roman";	
}
.no-marg{
	margin-bottom:0 !important;
}
/*-- //work --*/


.all_pad {
		padding: 60px 0;
	}
	
h3.title {
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 30px;
}
p.para {
    font-size: 14px;
}
.where-right {
    width: 100%;
}
h3.title {
    font-size: 34px;
    color: #FF9036;
    font-weight: 600;
    margin-bottom: 55px;
	font-family:"Times New Roman";
}
p.para {
    width: 70%;
    margin: 0 auto 55px;
    color: #464646;
    line-height: 2em;
    font-size: 19px;
	font-family:"Times New Roman";
	margin-top:-13px;
	margin-bottom:62px;
}
p.para span {
    color: #05BEF6;
}
p{
	margin:0;
}

/*--pricing start--*/
/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/*-- reset --*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/*-- start editing from here --*/
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*-- end reset --*/
body {
    font-family: 'Open Sans', sans-serif;
   
    background-attachment: fixed; 
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	background-size:cover;
}
h1 {
    font-size: 34px;
    text-align: center;
    color:#FF6600;
    font-weight:600;
	margin-top:40px;
	font-family:"Times New Roman";
}
/*-- main --*/
.main {
    padding: 3em 0 0;
	 background: url(../images/pic5.jpg)no-repeat center;
}
.main-agileinfo {
    width: 58%;
    margin: 0 auto;
	text-align: center;
}
.pricing {
	margin: 0 auto; 
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
} 
.pricing:before {
    content: '';
    background: #FF69B4;
    width:0%;
    height: 6px;
    bottom: 0px;
    position: absolute;
    left: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
    border-radius: 5px;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
}
.pricing-top{
    padding: 1.2em 0;
	background:#FF69B4;
	text-align:center;
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-ms-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-ms-border-top-right-radius: 5px;
	-o-border-top-right-radius: 5px;
}
.top-two{
	background:#0099e5;
}
.top-three{
	background:#792ffd;
} 
.top-four{ 
	background:#F17E18;
} 
.top-five{ 
	background:#00C872;
} 
.top-six{ 
	background:#e0274a;
} 
.pricing.pricing-two:before { 
    background: #0099e5; 
}
.pricing.pricing-three:before { 
    background: #792ffd; 
}
.pricing.pricing-four:before { 
    background: #F17E18; 
}
.pricing.pricing-five:before { 
    background: #00C872; 
}
.pricing.pricing-six:before { 
    background: #e0274a; 
}
.pricing:hover:before{
	width: 100%;
}
.pricing-top h3{
	color:#FFF;
	font-size:1.5em;
	margin:-10px; 
	font-weight:700;
	font-family: 'Petit Formal Script', cursive;
}
.pricing-top p {
    color: #FFF;
    font-size: .9em;
    margin: 0.8em 0 0 0;
    font-weight: 700;
    letter-spacing: 1px;
}
.pricing-bottom{
    background: rgba(255, 255, 255, 0.19);
    text-align: left;
    padding: 1em;
    border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-ms-border-bottom-left-radius: 5px;
	-o-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	-o-border-bottom-right-radius: 5px;
}
.pricing-bottom p {
    color: #fff;
    margin: 0;
    font-size: 0.9em;
    line-height: 0.8em;
    font-weight: 500;
    border-bottom: 1px dashed #a7a7a7;
    padding: 0.2em 0;
}
.pricing-bottom p:nth-child(1) { 
    border-top: 1px dashed #a7a7a7; 
}
.pricing-bottom p.w3agile {
	color:#ccc; 
}  
.agileits-buy { 
    margin: 1.5em 0 0 0;
}
.agileits-buy a{ 
    padding: .5em 2em;
	border: solid 1px #FF69B4;
	background:#FF69B4;
    color: #fff;
    border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	font-size: 1em;
	display: inline-block;
}
.pricing .agileits-buy a:hover{
	background: none !important;   
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}
.pricing:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    z-index: 1; 
} 
.pricing.pricing-two .agileits-buy a{
	background-color: #0099e5;
	border-color: #0099e5;
}
.pricing.pricing-three .agileits-buy a{
	background-color: #792ffd;
	border-color: #792ffd;
}
.pricing.pricing-four .agileits-buy a{
	background-color: #F17E18;
	border-color: #F17E18;
}
.pricing.pricing-five .agileits-buy a{
	background-color: #00C872;
	border-color: #00C872;
}
.pricing.pricing-six .agileits-buy a{
	background-color: #e0274a;
	border-color: #e0274a;
}
/*-- carousel --*/
.owl-carousel .owl-wrapper-outer { 
    padding: 3em 0;
} 
#owl-demo .item {
    padding: 0;
    margin: 0 0.5em;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
.customNavigation{
	text-align: center;
}
/*-- //carousel --*/
/*-- //main --*/  
#small-dialog{
    background: #fff;
    padding: 1em;
    max-width: 629px;
    margin: 40px auto;
    position: relative;
    text-align: center;
    border: 15px solid #0099e5;
} 
.payment-online-form-left{
}
form li {
	list-style: none;
}
form ul {
	padding:0;
}
.payment-online-form-left h4 {
    font-size: 1.8em;
    color: #0099e5;
    padding: 0.5em 0;
    text-align: left;
    font-weight: 300;
}
.payment-online-form-left span{
	vertical-align: middle;
	margin-right: 10px;
}
.col_checkbox input[type="radio"] {
    cursor: pointer;
}
.payment-online-form-left form{
	padding:0 3%;
}
.payment-online-form-left input[type="text"]{
	padding: 1em 1em;
	color: #485460;
	width: 42%;
	margin: 0.5em 0;
	border: 1px solid;
	outline: none;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	float: left;
	font-size: 0.9em;
	border-color: #EEE;
	-webkit-appearance:none;
} 
.payment-online-form-left ul li:first-child input[type="text"]{
	margin-right: 5%;
}
.payment-online-form-left input[type="text"]:active, .payment-online-form-left input[type="text"]:hover {
    color: #333;
    border-color: #999;
}
.shipping{
	width: 32px;
	height: 32px;
	display: inline-block;
	background: url(../images/icon.png) no-repeat -111px -26px;
}
.payment{
	width: 32px;
	height: 32px;
	display: inline-block;
	background: url(../images/icon.png) no-repeat -152px -30px;
}
.payment-date-section{
	background: url(../images/calender.png) no-repeat #fff 50%;
}
.payment-sendbtns{
	float:right;
	margin: 1.2em 0 1em;
}
.payment-sendbtns input[type="reset"], .payment-sendbtns input[type="submit"] {
    background: #0099e5;
    padding: 0.6em 1.2em;
    border: 1px solid;
    color: #FFF;
    cursor: pointer;
    font-size: 1.1em;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    outline: none;
}
.payment-sendbtns input[type="reset"]:hover{
	color:#0099e5;
	background:none;
}
.payment-sendbtns input[type="submit"]{
	background:#FF69B4;  
}
.payment-sendbtns input[type="submit"]:hover{ 
	color:#FF69B4;
	background:none;
}
.payment-sendbtns li{
	display:inline-block;
}
.payment-type li{
	display:inline-block;
	margin: 1em 1em 1em 0;
}
.payment-online-form-right{
	background: #2B2937;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 4px solid #1A1822;
} 
.visa,.paypal{
	display: inline-block;
	width: 32px;
	height: 32px;
	background:url(../images/icon.png) no-repeat -32px -28px;
	vertical-align: middle;
}
.paypal{
	background-position:-71px -26px;
} 
.payment-type {
	border-top: 1px solid rgba(144, 149, 170, 0.22);
	margin-top: 3%;
	text-align: left;
} 
/* start state */
.my-mfp-zoom-in #small-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready #small-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing #small-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
/**
/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80); }
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden; 
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle; 
}
.mfp-align-top .mfp-container:before {
	display: none; 
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045; 
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto; 
}
.mfp-ajax-cur {
  cursor: progress; }
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; 
}

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }
.mfp-content iframe{
	width:100%;
	min-height:500px;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
	color: #cccccc; }

.mfp-preloader a:hover {
	color: white; }

.mfp-s-ready .mfp-preloader {
	display: none; }

.mfp-s-error .mfp-content {
	display: none; }
 
.mfp-close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 0;
    color: #fff;
    font-size: 2em;
    outline: none;
    border: none;
    background: #0099e5;
    text-align: right;
	cursor: pointer;
}
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
 
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: white;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%; 
}
/*-- copyright --*/
.copyright {
	text-align: center;
	padding: 1em 0 2em;
}
.copyright p {
	color: #fff;
	font-size:13px;
	line-height:1.8em;
}
.copyright p a{
	color: #fff;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
}
.copyright p a:hover {
  color: #ff69b4;
} 
/*-- //copyright --*/
/*-- responsive-design --*/ 
@media(max-width:1280px){
.main-agileinfo {
    width: 60%; 
}
.pricing-top p { 
    letter-spacing: 4px;
}
.owl-carousel .owl-wrapper-outer {
    padding: 2em 0;
}
}
@media(max-width:1080px){
.main-agileinfo {
    width: 72%; 
} 
.pricing { 
    width: 95%;
}
}
@media(max-width:1024px){
.main-agileinfo {
    width: 74%;
}
}
@media(max-width:991px){ 
.pricing-top h3 { 
    font-size: 1.3em; 
}
.pricing-top p {
    letter-spacing: 2px;
}
.main {
    padding: 2em 0 0;
}
h1 {
    font-size: 2.6em; 
}
.main-agileinfo {
    width: 85%;
}
}
@media(max-width:800px){
.pricing-bottom { 
    padding: 1.5em; 
}
.pricing-bottom p { 
    font-size: 0.85em;  
    padding: 0.6em 0;
}
.agileits-buy a {
    padding: .4em 1.5em; 
    font-size: 0.9em; 
}
h1 {
    font-size: 2.4em;
}
#small-dialog { 
    max-width: 600px; 
}
}
@media(max-width:768px){
.main-agileinfo {
    width: 65%;
}
}
@media(max-width:736px){
#small-dialog {
    max-width: 550px;
}
.payment-online-form-left input[type="text"] {
    width: 41%;
}
}
@media(max-width:640px){
.main-agileinfo {
    width: 69%;
} 
#small-dialog {
    max-width: 460px;
}
.payment-online-form-left input[type="text"] {
	padding: 0.8em 1em;
    width: 40.5%;
}
.payment-online-form-left ul li:first-child input[type="text"] {
    margin-right: 4%;
}
.payment-online-form-left h4 { 
    padding: 0.5em 0; 
}
}
@media(max-width:600px){
.main-agileinfo {
    width: 77%;
}
.agileits-buy {
    margin: 1em 0 0 0;
}
.owl-carousel .owl-wrapper-outer {
    padding: 1em 0;
}
}
@media(max-width:568px){
.main-agileinfo {
    width: 80%;
}
}
@media(max-width:480px){
.main-agileinfo {
    width: 85%;
}
.pricing-top h3 {
    font-size: 1.2em;
}
.pricing-top p {
    letter-spacing: 0px;
} 
.pricing-bottom p {
    font-size: 0.8em;
    padding: 0.5em 0;
} 
.agileits-buy a {
    padding: .4em 1.5em;
    font-size: 0.85em;
    display: block;
}
.payment-online-form-left form {
    padding: 0;
}
.copyright p { 
    font-size: 0.9em;
    padding: 0 1em;  
}
.copyright { 
    padding: 1em 0 2em;
}
h1 {
    font-size: 2.2em;
}
.main {
    padding: 1em 0 0;
}
.payment-online-form-left input[type="text"] { 
    width: 40%;
	font-size: 0.8em; 
}
.payment-type li { 
    margin: 0.5em 1em .5em 0;
} 
.payment-online-form-left h4 {
    font-size: 1.5em; 
}
.payment-sendbtns input[type="reset"], .payment-sendbtns input[type="submit"] { 
    font-size: 1em; 
}
form li { 
    text-align: left;
}
.payment-sendbtns input[type="reset"], .payment-sendbtns input[type="submit"] {
    font-size: 0.9em;
}
}
@media(max-width:414px){
.main-agileinfo {
    width: 70%;
}
.payment-online-form-left input[type="text"] {
    width: 88%;
    float: none;
}
.payment-online-form-left ul li:first-child input[type="text"] {
    margin-right: 0;
}
} 
@media(max-width:320px){
.main-agileinfo {
    width: 74%;
}
.pricing-top {
    padding: 1em 0; 
}
.pricing-bottom {
    padding: 1.2em;
}
h1 {
    font-size: 1.8em;
}
#owl-demo .item { 
    margin: 0 0.5em 0 0; 
}
.pricing {
   margin: 0 auto 0 0;
}
#small-dialog {
    max-width: inherit;
    border: 7px solid #0099e5;
}
.mfp-close {
    width: 35px;
    height: 35px; 
    text-align: center; 
    line-height: 0.8em;
}
}
/*-- //responsive-design --*/
/*--//pricing table end--*/


/*--tesimonials start here--*/
.move {
  min-height: 390px;
}
/*--start-move--*/
.move {
  background: url(../images/move-banner.jpg) no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  min-height: 420px;
}
.move-top {
  margin-top: 3.5em;
  text-align: center;
}
.move-top h3 {
  	color: #fff;
  	font-weight: 300;
  	font-size: 21px;
  	margin: 0.3em 0 0 0;
  	letter-spacing: 0px;
  	font-family:'Droid Serif', serif;
}
.move-top p {
  color: #c5b257;
  font-size: 15px;
  font-weight: 400;
  margin-top: 1.2em;
}
.move-top p span{
	margin-left:15px;
}
/*------------------ Slider Part starts Here----------*/
.slider{
	background:url(../images/slide-banner.jpg)no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	min-height:300px;
}
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.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%;
  left: 0;
  top: 0;
}
.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;
}
.callbacks_nav {
  	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 100%;
	left: 46%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 36px;
	width: 36px;
	background: transparent url("../images/arrow.png") no-repeat left top;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 46%;
}
#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;
  margin: 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;
}

.slider-top{
	text-align: center;
	margin-bottom:2.5em;
}
.slider-top p.below{
	font-size: 14px;
	color: #fff;
	font-weight: 100;
}
.slider-top h3{
	font-size:20px;
	font-weight:400;
	margin:10px 0px;
	color:#fff;
}
.slider-top ul.social-slide{
	display:inline-flex;
	margin: 0px;
	padding: 0px;
}
.callbacks_tabs li{
	display:inline-block;
}
@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%;
    }
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 10px;
	width: 10px;
	background:#fff;
	display: inline-block;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
}
.callbacks_here a:after{
	background:#c5b257;
}
ul.callbacks_tabs.callbacks2_tabs {
	display: none;
}
/*--Slider-Part-Ends-Here--*/	
/*--end-move--*/

/*-- Testimonials --*/
.testimonial {
	background: url("../images/6.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	height: 400px;
	text-align: center;
}
.testimonial p {
	color: #EEE;
	font-size: 14px;
	line-height: 35px;
	padding: 0 50px;
}
.test-span p {
	text-align: center;
	font-size: 13px;
	color: #848484;
	margin-top: 10px;
}
/*-- //Testimonials --*/

/*-- Skills --*/
.skills p {
	line-height: 35px;
	margin-top: 40px;
	text-align: center;
	font-family:'Droid Serif', serif;
	font-size:17px;
	color: #777777;
}
.skills-numbers {
	margin-top: 100px;
	padding: 0 50px;
}
.num1 {
	width: 20%;
	float: left;
	text-align: center;
}
.num1 .num-rotate {
	width: 100px;
	height: 100px;
	position: relative;
	left: 23%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #006db7;
}
.num1 .num-rotate:before {
	content: "";
	position: absolute;
	top: 0px;
	right: 70px;
	border-width: 0 30px 30px 0;
	border-style: solid;
	border-color: #FFF #FFF #006db7 #006db7;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition: border-color .2s ease-in-out;
	-moz-transition: border-color .2s ease-in-out;
	transition: border-color .2s ease-in-out;
	display: block;
	width: 0;
	transform: rotate(-90deg);
}
.num1 .num-rotate:hover:before {
	border-color: #006db7 #006db7 #006db7 #006db7;
	-webkit-transition: border-color .2s ease-in-out;
	-moz-transition: border-color .2s ease-in-out;
	transition: border-color .2s ease-in-out;
	box-shadow: none;
}
.num1 .numscroller {
	color: #FFF;
	position: absolute;
	top: 30px;
	left: 35px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	transform: rotate(315deg);
	display: block;
	font-size: 25px;
	font-weight: 900;
}
.num1 h4 {
	margin: 50px 0 0 0;
	font-size: 20px;
	font-weight: bolder;
}
/*-- Progress-Bar --*/
#about-us {
	padding: 60px 0;
}
#about-us h2 {
	margin-top: 0;
	color: #fff;
}
#about-us .lead {
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 5px;
	text-align: left;
}
#about-us h1 {
	margin-bottom: 30px;
}
.progress{
	height: 20px;
	background-color: #EEE;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	margin-bottom: 25px;
}
.progress-bar{
	box-shadow: none;
	-webkit-box-shadow: none;
	text-align: right;
	padding-right: 12px;
	background-color: #006db7;
	font-size: 12px;
	font-weight: 600;
}
.progress .progress-bar.six-sec-ease-in-out {
	-webkit-transition: width 2s ease-in-out;
	transition: width 2s ease-in-out;
}
/*-- //Progress-Bar --*/
/*-- //Skills --*/

/*-- Tab-Images --*/
.gallery-top {
	padding: 10px;
}
.gallery-grids figure {
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	width: 100%;
}
.gallery-grids figure img {
	position: relative;
	display: block;
	width: 100%;
	border: 3px solid #C7C7C7;
}
.gallery-bottom {
	margin: 2.5em 0;
}
.gallery-grids figure figcaption {
	padding: 2em;
	color: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.gallery-grids figure figcaption::before, .gallery-grids figure figcaption::after {
	pointer-events: none;
}
.gallery-grids figure figcaption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
figure.effect-bubba {
	background: #000;
}
figure.effect-bubba:hover img {
	opacity: 0.3;
}
figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	-o-transition: opacity 0.35s, -o-transform 0.35s;
	-ms-transition: opacity 0.35s, -ms-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	-moz-transform: scale(0,1); 
	-o-transform: scale(0,1);
	-ms-transform: scale(0,1);
	transform: scale(0,1);
}
figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	-moz-transform: scale(1,0);
	-o-transform: scale(1,0);
	-ms-transform: scale(1,0);
	transform: scale(1,0);
}
figure.effect-bubba h4 {
	padding-top: 11%;
	-webkit-transition: transform 0.35s;
	-moz-transition: transform 0.35s;
	-o-transition: -o-transform 0.35s;
	-ms-transition: -ms-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	-moz-transform: translate3d(0,-20px,0);
	-o-transform: translate3d(0,-20px,0);
	-ms-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	opacity:0;
}
.gallery-top figure.effect-bubba h4{
	padding-top: 15%;
}
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h4 {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*-- //Tab-Images --*/
/*-- //Tabs --*/
/*-- //Portfolio --*/
/*--contact--*/
.contact-w3-agileits {
    padding-top: 0px;
}
h5.tittle{
    color: #1a5e71;
    font-size: 33px;
    margin-bottom: 80px;
    text-transform: uppercase;
    text-align: center;
}
.contact-w3-agileits input[type="text"],.contact-w3-agileits input[type="email"] {
    border:2px solid #333;
    padding: 10px;
	outline: none;
    width: 48%;
}
.contact-w3-agileits input[type="email"] {
    margin-left: 25px;
}
.contact-w3-agileits textarea {
    border: none;
    outline: none;
    resize: none;
    width: 100%;
    height: 200px;
    padding: 10px;
    border: 2px solid #333;
    margin-top: 20px;
}
.contact-w3-agileits input[type="submit"] {
    border: none;
    outline: none;
    color: #fff;
    background:#f99104;
    font-size: 21px;
    margin: 0;
    display: block;
    margin-top: 25px;
    padding: 6px 30px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-weight: 600;
}
.contact-w3-agileits input[type="submit"]:hover {
    background: #f99104;
    color: #ffffff;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.contact-w3layouts-right ul li{
	list-style-type: none;
    margin-bottom: 1em;
    font-size: 14px;
    line-height: 1.8em;
    color: #999;
    padding-left: 1em;
}
.contact-w3layouts-right ul li span {
    left: -1em;
    color: #f99104;
}
.contact-w3layouts-right ul li a{
	color:#999;
	text-decoration:none;
}
.contact-w3layouts-right ul li a:hover{
	color:#f99104;;
}
.contact-w3layouts-right {
    padding-left: 50px;
}
.contact-w3layouts-right h4 {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 600;
    color: #000000;
}
.w3ls_head {
    text-align: center;
    color: #f99104;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 60px;
}
/*--//contact--*/