html, body{
	margin:0;
	font-size: 100%;
	font-family: 'Lato', sans-serif;
	background: #fff;
}
body a {
	text-decoration:none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
a:hover{
 text-decoration:none;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	font-family: 'Poppins', sans-serif;
    font-weight: 600;
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
/*--header--*/
/*-- banner --*/
.banner {
    background: url(../images/banner.jpg)no-repeat 0px 0px;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	position:relative;
	min-height:740px;
}
.banner-text a{
	color:#fff;
	font-size:18px;
	margin:0px 0px 39px 6px;
	display:inline-block;
	padding:6px 22px;
	border-radius:50px;
	background: #ff3466;
	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;
	
}
.banner-text a:hover{
	background:#BFB992;
	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;
}
.banner-text {
    text-align: left;
    padding:7em 0 0 0;
}
   .header {
	    position: relative;
}
/*-- logo --*/
.navbar-header h1 {
       font-size: 3em;
    display: block; 
	font-family: 'Sansita One', cursive;
}
.navbar-header h1 a {
    color: #BFB992;
    text-decoration: none;
    display: inline-block;
	    line-height: 78px;
		    font-weight: bold;
}
h1 span {
    color: #ffe807;
}
h2 span {
    color: #000;
}
/*-- //logo --*/
/*-- top-nav --*/

/* Underline From Center */


.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: #99abd5;
   background:none!important;
}
.navbar-nav > li {
   margin: 0 7px;
}
.navbar-default .navbar-nav > li > a {
        color: #bfb992;
    font-size:17px;
    padding: 1em 2.5em;
    position: relative;
    font-weight: normal;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav li a.active {
    color: #ffe807;
    background: none!important;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-right {
    float: left!important;
    margin-right:0px!important;
}
.navbar-collapse {
    padding: 0!important;
}

/*--//header--*/
/*--banner--*/
/*-- Slider --*/
#slider {
	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: 50%;
    margin-bottom: 45px;
}
.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.callbacks li {
	position: absolute;
	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: 48%;
    left: 40px;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height:34px;
    width:34px;
    background: url("../images/left.png") no-repeat 0px 0px;
}
.callbacks_nav.prev {
	 left: auto;
	   background: url("../images/left.png") no-repeat 0px 0px;
	left: -58px;
}
.callbacks_nav.next {
    left: auto;
    background: url("../images/right.png") no-repeat 0px 0px;
       right: -15px;
}
.callbacks_nav:active {
	opacity: 1.0;
}

.callbacks2_nav:active {
	opacity: 1.0;
}

#slider-pager a {
	display: inline-block;
}

#slider-pager span {
	float: left;
}
#slider-pager span {
	width: 100px;
	height: 15px;
	background: #fff;
	display: inline-block;
	border-radius: 30em;
	opacity: 0.6;
}
#slider-pager .rslides_here a {
	background: #FFF;
	border-radius: 30em;
	opacity: 1;
}
#slider-pager a {
	padding: 0;
}
#slider-pager li {
	display: inline-block;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 100%;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	left: 0%;
	top: 0;
	width: 100%;
}
.rslides li {
	position: relative;
	display: block;
	float: none;
}
.rslides img {
	height: auto;
	border: 0;
}
.callbacks_tabs {
	list-style: none;
	position: absolute;
	top: 80.5%;
	z-index: 999;
	left: 44.5%;
	padding: 0em 0.6em 1em 0.3em;
	margin: 0;
}
.callbacks_tabs li {
	display: inline-block;
	margin: 0.5em;
}
.callbacks_tabs a {
	visibility: hidden;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
    width:18px;
	height:18px;
	display: inline-block;
	border:6px solid rgba(0, 0, 0, 0.91);
	background: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
.callbacks_here a:after {
	background:#0099e5;
}
.slider-info p {
    font-size: 17px;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 300;
}
.slider-info img {
	width: 100px;
	margin: 0 auto;
}
.callbacks_tabs {
   list-style: none;
    position: absolute;
    top: 109%;
    left: -3%;
    padding: 0;
    margin: 0;
    z-index: 990;
    display: block;
    text-align: center;
}
.slider-top span{
font-weight:600;
}
.callbacks_tabs li{
       display: inline-block;
  margin: 0 5px;
}
.slider-info {
    margin-left: 10px;
}
.slider-info h3 {
    font-size:4.5em;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
	font-family: 'Sansita One', cursive;

}
.slider-info h4 {
    font-size: 4.5em;
    color: #ff3466;
    font-weight: 400;
    text-transform: uppercase;
	font-family: 'Sansita One', cursive;

}
.modal-content  img{
	width:100%;
}
.modal-content h4 {
    color: #0099e5;
    text-align: center;
    font-size: 35px;
    margin-bottom: 15px;
}
.modal-content h5 {
    color: #000;
    padding: 20px 0 6px;
    font-size: 22px;
    margin-left: 0px;
}
.modal-content p {
    color: #676464;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.2px;
    word-spacing: 1px;
}
.modal-header {
    min-height: 16.42857143px;
    padding: 20px 30px;
}
 .modal-dialog {
    width: 600px;
    margin: 109px auto;
}
/*--header--*/
.header {
    z-index: 1;
    position: relative;
    padding-top: 10px;
}

.header .skew:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -30px;
  overflow: visible;
  width: 100%;
  height: 250px;
  background: #1abc9c;
  z-index: -1;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
}

.header .skew .header-inner {
    padding: 20px 0 10px;
    margin-left: auto;
    margin-right: auto;
}
.logo {
    margin: 0;
    display: inline-block;
}
.logo a {
    color: #080808;
    text-decoration: none;
    font-size: 41px;
    text-transform: uppercase;
}
.main-container {
  background: #00bcd4;
  position: relative;
}

.main-container:before {
  content: '';
  position: absolute;
  left: 0;
  top: -36px;
  width: 100%;
  height: 60px;
  background: #00bcd4;
  -webkit-transform: skewY(2.5deg);
  -moz-transform: skewY(2.5deg);
  -ms-transform: skewY(2.5deg);
  -o-transform: skewY(2.5deg);
  transform: skewY(2.5deg);
  -webkit-backface-visibility: hidden;
}

section {
  position: relative;
}
.header--innerr, .subscribe {
    float: right;
    padding: 7px;
    border-radius: 50px;
	    position: relative;
		width: 285px;
      background: rgba(16, 158, 130, 0.63);
}
.subscribe input[type="submit"] {
    border: none;
    width: 27px;
    background: none;
}
.subscribe input.sub-email {
    background: #ffe807;
    border: none;
    border-radius: 50px;
    padding: 6px 15px;
    outline: none;
    font-size: 16px;
}
.subscribe input[type="submit"] {
    background: transparent;
    border: none;
    outline: none;
    background: url(../images/search.png)no-repeat 0px 0px;
    position: absolute;
    width: 32px;
    height: 32px;
    background-size: 25px;
    bottom: 5px;
    right: 11px;
}
/*-- //Slider --*/
.banner-section {
    position: relative;
}
.banner-text {
    position: absolute;
    top: 40%;
     background: rgba(12, 11, 11, 0.57);
    padding: 2em 0;
    width: 7%;
    text-align: center;
    margin: 0 auto;
}
.banner-text h3 {
    font-size: 2.3em;
	color:#fff;
}
/*-- //header--*/
/*--slopes --*/
.se-slope{
	margin: 0 -50px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}
.se-slope:nth-child(odd){
	 background:#a6abaf;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
	margin-top: -200px;
}
.se-slope:nth-child(even){
	  background:#d9e0e2;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
.se-content{
	margin: 0 auto;
}
.se-slope:nth-child(odd) .se-content h3:before,
.se-slope:nth-child(odd) .se-content h3:after{
	border-right-color: #e90089;
	border-left-color: #e90089;
}
.se-content p:first-letter{
}
.se-slope:nth-child(odd) .se-content {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    color: #d9e0e2;
    padding: 130px 100px 250px 100px;
}

.se-slope:nth-child(even) .se-content{
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
	color:#a6abaf;
	    padding: 103px 100px 200px 103px;
}
.se-slope:nth-child(even) .se-content.lost{
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
    color: #a6abaf;
    padding: 103px 100px 10px 103px;
}
.se-container {
	display: block;
	width: 100%;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 20px;
}
/*--//slopes --*/
.banner-w3:nth-child(odd) .se-content {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    color: #d9e0e2;
    padding: 80px 0px 78px 0px;
}
/*-- //Slider --*/
/*-- /welcome--*/
.welcome{
	background:#1abc9c!important;
}
.welcome:nth-child(even) {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
}
.welcome:nth-child(even) .se-content {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
}
h3.title {
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 34px;
}
.title span {
    font-weight: 300;
    font-size: 26px;
}
.welcome p {
    color: #022b23;
    line-height: 33px;
    font-size: 17px;
}
.wlcm1-w3l {
    background: url(../images/welcome.jpg) no-repeat 0px 0px;
    background-size: cover;
    display: inline-block;
    float: left;
    width: 150px;
    min-height: 179px;
    margin-top: 11px;
}
.wlcm2-w3l img {
	width:100%
}
.wlcm2-w3l span {
    color: #fcfcfc;
    margin-right: 8px;
}
.wlcm2-w3l {
margin-left:160px;
}
p.sub {
    font-size: 15px;
}
.welcome:nth-child(even) .se-content {
    padding: 100px 100px 159px 103px;
}
/*-- //welcome--*/
/*-- /about--*/
.about {
     background: #333331!important;
}
.about p {
    color: #a9a68f;
    line-height: 33px;
    font-size: 17px;
}
.about-images {
    float: left;
}
.about .se-content {
    padding: 91px 100px 239px 100px!important;
}
.about-img-w3-agileits {
    padding: 0;
}
.about-info-w3 {
    margin-top: 55px;
}
.about-info-w3 ul {
    margin-top: 20px;
}
.about-info-w3 ul li {
    list-style: none;
    display: inline-block;
    margin: 25px 17px 25px 0px;
}
.about-info-w3 ul li a{
	text-decoration:none;
	color:#fff;
	-webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
	border-radius:50%;
}
a.fb {
    padding: 15px 19px;
	background: #3b5998;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
a.twt{
	 padding: 15px 15px;
	background: #1da1f2;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
a.gpls{
	 padding: 15px 11px;
	background: #dd4b39;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.about a:hover{
	background:transparent;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.about a:hover .fa-facebook{
	color:#3b5998;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.about a:hover .fa-twitter{
	color:#1da1f2;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.about a:hover .fa-google-plus{
	color:#dd4b39;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
div#horizontalTab {
    width: 85%!important;
}
.resp-tabs-container {
    border-bottom: 6px solid #333331!important;
}
/*-- //about--*/
/*--testimonials-section--*/
/*--/review--*/
div#review h5 {
    color: #fff;
}

.img-agile img {
    width: 13%;
}
.test-review img{
	 border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	    box-shadow:0 10px 20px rgba(0, 0, 0, 0.41);
    -webkit-box-shadow:0 10px 20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow:0 10px 20px rgba(0, 0, 0, 0.41);
    -o-box-shadow:0 10px 20px rgba(0, 0, 0, 0.41);
    -ms-box-shadow:0 10px 20px rgba(0, 0, 0, 0.41);
}
.img-agile {
    margin: 30px 0px 12px;
}
.test-review img {
    margin: 0 auto;
}
h4.text {
       background: none;
    font-size: 3em;
    text-align: center;
    color: #fff;
    text-transform: none;
    margin: 3% auto 0;
    width: 74%;
}

.test-review p {
    font-size: 20px;
    font-weight: 400;
    line-height: 33px;
       margin: 0em 0 1em;
    color: #5f594d;
}
.testimonials {
    background: #fff!important;
}
.testimonials h3{
	color:#1abc9c;
	text-align:center;
}
.testimonials h4 {
    color: #1abc9c;
    text-align: center;
    font-size: 21px;
}
.testimonials:nth-child(even) .se-content {
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
	padding: 83px 100px 159px 103px;
}
.testimonials:nth-child(even) {
    background: #d9e0e2;
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
}
/*--//review--*/
/*--//testimonials-section--*/
/*-- gallery --*/
/*---gallery----*/
.view {
    width: 23%;
    height: 320px;
    margin: 20px 11px;
    float: left;
    border: 0px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 14px #0f5f4f;
    -moz-box-shadow: 1px 1px 14px #0f5f4f;
    box-shadow: 1px 1px 14px #0f5f4f;
    cursor: default;
    padding: 0;
}
.view .mask, .view .content {
    width: 263px;
    height: 325px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view p {
    font-style: italic;
    font-size: 1em;
    position: relative;
    color: #fff;
    text-align: center;
    margin: 8em auto 0;
    width: 95%;
    line-height: 33px;
}
.view-fourth img {
   -webkit-transition: all 0.4s ease-in-out 0.2s;
   -moz-transition: all 0.4s ease-in-out 0.2s;
   -o-transition: all 0.4s ease-in-out 0.2s;
   -ms-transition: all 0.4s ease-in-out 0.2s;
   transition: all 0.4s ease-in-out 0.2s;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-fourth .mask {
   background-color: #000;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0) rotate(-180deg);
   -moz-transform: scale(0) rotate(-180deg);
   -o-transform: scale(0) rotate(-180deg);
   -ms-transform: scale(0) rotate(-180deg);
   transform: scale(0) rotate(-180deg);
   -webkit-transition: all 0.4s ease-in;
   -moz-transition: all 0.4s ease-in;
   -o-transition: all 0.4s ease-in;
   -ms-transition: all 0.4s ease-in;
   transition: all 0.4s ease-in;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
}
.view-fourth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -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;
}
.view-fourth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1) rotate(0deg);
   -moz-transform: scale(1) rotate(0deg);
   -o-transform: scale(1) rotate(0deg);
   -ms-transform: scale(1) rotate(0deg);
   transform: scale(1) rotate(0deg);
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.view-fourth:hover img {
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
.view-fourth:hover p{
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0.5s;
   -moz-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
   -ms-transition-delay: 0.5s;
   transition-delay: 0.5s;
}
p.galleryp {
    color: #022b23;
    line-height: 33px;
    font-size: 17px;
    margin-bottom: 15px;
}
.gallery:nth-child(odd) {
    background: #1abc9c!important;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    margin-top: -200px;
}
.gallery:nth-child(odd) .se-content {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    color: #d9e0e2;
    padding: 62px 100px 210px 100px;
}
/*--//gallery--*/
/*-- blog --*/
/* Fourth Section */
 .fourth-section-area {
	 width: 100%;
    text-align: center;
    margin: 0 auto;
  width: 100%;
  text-align: center;
}
 .fourth-section-area .single-effect {
  display: inline-block;
  margin: 0 18px;
}
 .fourth-section-area .single-effect h3 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 20px;
}
 .fourth-section-area .single-effect .hover {
  background-color: #FFF;
  color: #888;
}
/*  Demo 3 */
.wpf-demo-3 {
  background-color: #FFF;
  display: block;
  width: 300px;
  height: 300px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.wpf-demo-3 img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.wpf-demo-3:hover img {
  -moz-transform: translateY(-15%);
  -o-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  -webkit-transform: translateY(-15%);
  transform: translateY(-15%);
}
.wpf-demo-3:hover .view-caption {
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.wpf-demo-3 .view-caption {
    background-color: #0a0a0a;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding: 10px 0px;
    height: 22%;
}
.wpf-demo-3 .view-caption h4 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin-top: 12px;
}
.blog:nth-child(even) .se-content {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
    color: #a6abaf;
    padding: 74px 100px 134px 103px;
}
.se-slope.blog {
    background: #fff;
}
.blog h3.title {
    color: #1abc9c;
}
/*--//blog --*/
/*-- Contact --*/
.contact {
    background: #1abc9c!important;
}
.contact:nth-child(odd) .se-content {
    padding: 110px 100px 135px 100px;
}
.contact p {
    color: #022b23;
    font-size: 17px;
    line-height: 30px;
}
.contact p.sub {
    font-size: 15px;
}
.contact span {
    color: #fff;
    margin-right: 8px;
}
p.add {
    font-size: 18px;
    margin-top: 20px;
    color: #fff!important;
}
a.mail {
    color: #fff;
	text-decoration:none;
}
a.mail:hover {
    color: #ffe807;
}
.contact-agileits-w3layouts-right iframe {
    border: none;
    width: 100%;
    height: auto;
}
/*-- //Contact --*/

/*-- Footer-Social-Icons --*/
/*-- Copyright --*/
.copyright-wthree p {
    color: #4e4d4d;
    letter-spacing: 1px;
    word-spacing: 1px;
    text-align: center;
	font-size: 16px;
}
.copyright-wthree {
    padding: 14px 0px;
}
.copyright-wthree a {
    color: #1abc9c;
    text-decoration: none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.copyright-wthree a:hover {
    color: #4e4d4d;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.footer {
    background: #ffe807!important;
}
.footer3-w3three {
    text-align: right;
}
.footer h2 {
    color: #1abc9c;
    font-size: 45px;
    line-height: 75px;
}
.footer3-w3three ul li {
    list-style: none;
    display: inline-block;
    margin: 24px 10px 0px;
}
.footer3-w3three ul li a{
	text-decoration:none;
	color:#fff;
	-webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
	border-radius:50%;
}
.footer3-w3three a:hover{
	background:transparent;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.footer3-w3three a:hover .fa-facebook{
	color:#3b5998;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.footer3-w3three a:hover .fa-twitter{
	color:#1da1f2;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.footer3-w3three a:hover .fa-google-plus{
	color:#dd4b39;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.footer:nth-child(even) {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.footer:nth-child(even) .se-content.lost {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    padding: 30px 100px 30px 103px!important;
}
/*-- //Copyright --*/
/*-- //Footer --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 24px;
	right: 1%;
	overflow: hidden;
	z-index: 999; 
    width: 64px;
    height: 64px;
	border: none;
	text-indent: 100%;
	background: url("../images/arr.png") no-repeat 0px 0px;
	background-size: 40px;
}
#toTopHover {
    width: 64px;
    height: 64px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*--responsive--*/
@media(max-width:1680px){
	
}
@media(max-width:1440px){
	.banner-text {
		width: 7.5%;
	}
}
@media(max-width:1366px){
	.navbar-default .navbar-nav > li > a {
		font-size: 16px;
		padding: 1em 2.9em;
	}
	.banner-text {
		width: 7%;
		margin-left: 65px;
		top: 45%;
	}
	.flex-control-nav {
		bottom: 90px;
	}
}
@media(max-width:1280px){
	.navbar-default .navbar-nav > li > a {
		font-size: 15px;
		padding: .8em 2.5em;
	}
	.banner-text h3 {
		font-size: 2.2em;
	}
	.banner-text {
		margin-left: 98px;
	}
	.navbar-right {
		margin-left: 65px;
	}
	.header .skew .header-inner {
		padding: 22px 0 7px;
	}
	.logo a {
		font-size: 40px;
	}
	h3.title {
		font-size: 38px;
	}
	.title span {
		font-size: 25px;
	}
	.welcome p {
			font-size: 16px;
	}
	.about p {
		font-size: 16px;
	}
	.test-review p {
		font-size: 19px;
    }
	p.galleryp {
		font-size: 16px;
	}
	.contact p {
		font-size: 16px;
	}
	p.add {
		font-size: 16px;
	}
	.footer h2 {
		font-size: 40px;
	}
	.copyright-wthree {
		padding: 19px 0px;
	}
}
@media(max-width:1080px){
	.navbar-default .navbar-nav > li > a {
		padding: .8em 2em;
	}
	.navbar-right {
		margin-left: 25px;
	}
	.banner-text {
		margin-left: 15px;
		width: 8%;
		top:47%;
	}
	.flex-control-nav {
		bottom: 49px;
	}
	.wlcm2-w3l {
		margin-left: 0px;
	}
	.wlcm1-w3l {
		margin: 11px 11px 0 0;
		min-height: 149px;
	}
	.welcome:nth-child(even) .se-content {
		padding: 74px 100px 159px 103px;
	}
	.banner-w3:nth-child(odd) .se-content {
		padding: 77px 0px 69px 0px;
	}
	.resp-tabs-list li {
		width: 25%;
	}
	div#horizontalTab {
		width: 100%!important;
	}
	.about .se-content {
		padding: 91px 0px 180px 0px!important;
	}
	.testimonials:nth-child(even) .se-content {
		padding: 68px 0px 173px 0px;
	}
	.img-agile {
		margin: 20px 0px 12px;
	}
	.testimonials h4 {
		font-size: 18px;
	}
	.owl-theme .owl-controls {
		margin-top: 11px;
	}
	.view {
		width: 22%;
		height: auto;
		margin: 17px 13px;
	}
	.view .mask, .view .content {
		width: 207px;
		height: 252px;
	}
	.view p {
		font-size: 15px;
		margin: 6.3em auto 0;
		width: 100%;
	}
	.fourth-section-area .single-effect {
		margin: 0 5px;
	}
	.gallery:nth-child(odd) .se-content {
		padding: 50px 0 166px 10px;
	}
	.blog:nth-child(even) .se-content {
		padding: 68px 0px 168px 103px;
	}
	.contact:nth-child(odd) .se-content {
		padding: 97px 0px 108px 0px;
	}
	.footer:nth-child(even) .se-content.lost {
		padding: 26px 0px!important;
	}
}
@media(max-width:1050px){
	.header {
		padding-top: 7px;
	}
	.header .skew .header-inner {
		padding: 20px 0 7px;
	}
	.banner-text h3 {
		font-size: 2em;
	}
	.banner-text {
		margin-left: 23px;
		top: 48%;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 14px;
	}
	.navbar-right {
		margin-left: 47px;
	}
	.flex-control-paging li a {
		width: 16px;
		height: 16px;
	}
	.logo a {
		font-size: 39px;
	}
	.logo {
		margin-top: 6px;
	}
	h3.title {
		font-size: 35px;
		line-height: 29px;
	}
	.title span {
		font-size: 23px;
	}
	.view {
		width: 23%;
		margin: 11px 7px;
	}
	.wpf-demo-3 .view-caption {
		padding: 20px 0px;
		height: auto;
	}
	.wpf-demo-3 .view-caption h4 {
		margin-top: 0;
	}
	.view .mask, .view .content {
		width: 217px;
		height: 274px;
	}
	.gallery:nth-child(odd) .se-content {
		padding: 50px 0 166px 21px;
	}
	.blog:nth-child(even) .se-content {
		padding: 68px 0px 168px 5px;
	}
}
@media(max-width:1024px){
	.banner-text {
		margin-left: 35px;
		top: 45%;
	}
	.banner-w3:nth-child(odd) .se-content {
		padding: 77px 0px 64px 0px;
	}
	.welcome:nth-child(even) .se-content {
		padding: 62px 0px 159px 0px;
	}
	.test-review p {
		font-size: 17px;
	}
	.footer h2 {
		font-size: 37px;
	}
	.copyright-wthree p {
		word-spacing: 0px;
		font-size: 15.5px;
	}
	.footer3-w3three ul li {
		margin: 24px 5px 0px;
	}
	a.fb {
		padding: 13px 17px;
	}
	a.twt {
		padding: 13px 13px;
	}
	a.gpls {
		padding: 13px 9px;
	}
	.footer:nth-child(even) .se-content.lost {
		padding: 15px 0px!important;
	}
	.contact-agileits-w3layouts-right iframe {
		height: 285px;
	}
	.view .mask, .view .content {
		width: 217px;
		height: 301px;
	}
	.about .se-content {
		padding: 91px 9px 180px 0px!important;
	}
	.subscribe input[type="submit"] {
		background-size: 23px;
		bottom: 4px;
		right: 9px;
	}
}
@media(max-width:991px){
	.navbar-right {
		margin-left: 0px;
	}
	.navbar-default .navbar-nav > li > a {
		padding: .8em 1.2em;
	}
	.header .skew .header-inner {
		padding: 16px 0 7px;
	}
	.header .skew:before {
		bottom: -27px;
	}
	.banner-text {
		margin-left: -9px;
		top: 44%;
		width: 7%;
	}
	.banner-text h3 {
		font-size: 29px;
	}
	.subscribe input.sub-email {
		padding: 5px 15px;
		font-size: 15px;
	}
	.wlcm-right-agileits h3 {
		margin-top: 25px;
	}
	h3.title {
		line-height: 27px;
		margin-bottom: 6px;
	}
	.welcome:nth-child(even) .se-content {
		padding: 66px 0px 195px 0px;
	}
	.about .se-content {
		padding: 40px 0px 160px 0px!important;
	}
	.about-info-w3 ul {
		margin: 0px 0 13px;
	}
	.flex-control-paging li a {
		width: 14px;
		height: 14px;
	}
	div#horizontalTab {
		width: 70%!important;
		margin: 0 auto!important;
	}
	.resp-tabs-list li {
		width: 24%;
	}
	.test-review p {
		font-size: 15px;
	}
	.img-agile img {
		width: 16%;
	}
	.testimonials h4 {
		font-size: 17px;
	}
	.gallery:nth-child(odd) .se-content {
		padding: 50px 0 153px 14px;
	}
	.view .mask, .view .content {
		width: 166px;
		height: 206px;
	}
	.view p {
		font-size: 14px;
		margin: 4.3em auto 0;
		line-height: 29px;
	}
	.blog:nth-child(even) .se-content {
		padding: 68px 0px 168px 0px;
	}
	.wpf-demo-3 {
		width: 225px;
		height: 225px;
	}
	.wpf-demo-3 .view-caption h4 {
		font-size: 14px;
	}
	.wpf-demo-3 .view-caption {
		padding: 17px 0px;
	}
	.blog:nth-child(even) .se-content {
		padding: 54px 0px 177px 6px;
	}
	.contact:nth-child(odd) .se-content {
		padding: 45px 0px 100px 0px;
	}
	.contact-agileits-w3layouts-right iframe {
		height: 250px;
		margin-top: 20px;
	}
	.foot {
		width: 33%;
		float: left;
		padding: 0;
	}
	.footer h2 {
		font-size: 32px;
	}
	.foot.copyright-wthree {
		padding: 8px 0 0 39px;
	}
	.copyright-wthree p {
		font-size: 15px;
		letter-spacing: .5px;
	}
	.footer:nth-child(even) .se-content.lost {
		padding: 20px 0 20px 0px!IMPORTANT;
	}
	.about-info-w3 {
		margin-top: 0;
	}
	#toTop {
		right: 0%;
	}
	.subscribe input[type="submit"] {
		bottom: 2px;
		right: 8px;
	}
}
@media(max-width:900px){
	.gallery:nth-child(odd) .se-content {
		padding: 50px 0 153px 3px;
	}
	.logo a {
		font-size: 37px;
	}
	.header .skew:before {
		bottom: -15px;
	}
	.banner-text {
		margin-left: 0px;
		top: 48%;
		width: 7.4%;
		padding: 1.8em 0;
	}
	.banner-text h3 {
		font-size: 26px;
	}
	.flex-control-nav {
		bottom: 40px;
	}
	h3.title {
		font-size: 30px;
	}
	.title span {
		font-size: 20px;
	}
	.about-info-w3 ul li {
		margin: 25px 12px 25px 0px;
	}
	.contact:nth-child(odd) .se-content {
		padding: 45px 0px 84px 0px;
	}
	.blog:nth-child(even) .se-content {
		padding: 44px 0px 177px 6px;
	}
	.gallery:nth-child(odd) .se-content {
		padding: 35px 0 136px 3px;
	}
	.testimonials:nth-child(even) .se-content {
		padding: 50px 0px 172px 0px;
	}
	.about .se-content {
		padding: 26px 0px 140px 0px!important;
	}
	.welcome:nth-child(even) .se-content {
		padding: 55px 0px 206px 0px;
	}
	.banner-w3:nth-child(odd) .se-content {
		padding: 77px 0px 58px 0px;
	}
	.wlcm-right-agileits h3 {
		margin-top: 18px;
	}
	p.add {
		margin-top: 9px;
	}
}
@media(max-width:800px){
	.navbar-default .navbar-nav > li > a {
		padding: .5em 1.2em;
	}
	.header .skew .header-inner {
		padding: 13px 0 4px;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 13px;
	}
	.navbar-right {
		margin-left: 25px;
	}
	.banner-text {
		margin-left: 9px;
		top: 47%;
		width: 8%;
		padding: 1.6em 0;
	}
	.flex-control-nav {
		bottom: 25px;
	}
	.banner-w3:nth-child(odd) .se-content {
		padding: 77px 0px 55px 0px;
	}
	.about .se-content {
		padding: 17px 0px 127px 4px!important;
	}
	.logo a {
		font-size: 34px;
		margin-left: 25px;
	}
	.header--innerr, .subscribe {
		width: 284px;
		margin-right: 20px;
	}
	.welcome:nth-child(even) .se-content {
		padding: 47px 0px 206px 0px;
	}
	h3.title {
		font-size: 28px;
		line-height: 22px;
	}
	.title span {
		font-size: 18px;
	}
	.welcome p {
		font-size: 15px;
	}
	.about p {
		font-size: 16px;
	}
	.testimonials:nth-child(even) .se-content {
		padding: 43px 0px 172px 0px;
	}
	.testimonials:nth-child(even) .se-content {
		padding: 43px 0px 172px 0px;
	}
	.gallery:nth-child(odd) .se-content {
		padding: 30px 0 121px 3px;
	}
	ul.social li i {
		font-size: 17px;
	}
	a.gpls {
		padding: 12px 10px;
	}
	a.twt {
		padding: 12px 13px;
	}
	a.fb {
		padding: 12px 16px;
	}
	.about p {
		font-size: 15px;
	}
	p.galleryp {
		font-size: 15px;
	}
	.contact:nth-child(odd) .se-content {
		padding: 25px 0px 73px 0px;
	}
	.contact p {
		font-size: 15px;
	}
	p.add {
		font-size: 16px;
	}
	.foot.copyright-wthree {
		padding: 8px 0 0 37px;
	}
	.subscribe input[type="submit"] {
		background-size: 22px;
	}
}

@media(max-width:768px){
	.navbar-right {
		margin-left: 28px;
	}
	.banner-text {
		margin-left: 22px;
		padding: 1.5em 0;
	}
	.resp-tabs-container {
		border-bottom: none!important;
	}
	h2.resp-accordion {
		border: 2px solid #1abc9c;
		border-top: 0px solid #1abc9c;
		background: rgb(35, 35, 33);
	}
	h2.resp-tab-active {
		background: rgb(35, 35, 33)!important;
	}
	h2.resp-accordion:first-child {
		border-top: 1px solid #1abc9c !important;
	}
	h2.resp-tab-active {
		border-bottom: 0px solid #1abc9c !important;
	}
	.resp-arrow {
		border-top: 12px solid #1abc9c;
	}
	h2.resp-tab-active span.resp-arrow {
		border-bottom: 12px solid #ffe807;
	}
	#toTop {
		bottom: 65px;
		height: 41px;
	}
	.footer:nth-child(even) .se-content.lost {
		padding: 15px 0 15px 0px!IMPORTANT;
	}
	.footer h2 {
		font-size: 30px;
	}
	.copyright-wthree p {
		font-size: 14px;
	}
	.about:nth-child(odd) {
		-webkit-transform: rotate(4deg);
		-moz-transform: rotate(4deg);
		-o-transform: rotate(4deg);
		-ms-transform: rotate(4deg);
		transform: rotate(4deg);
	}
	.about:nth-child(odd) .se-content {
		-webkit-transform: rotate(-4deg);
		-moz-transform: rotate(-4deg);
		-o-transform: rotate(-4deg);
		-ms-transform: rotate(-4deg);
		transform: rotate(-4deg);
	}
}
@media(max-width:767px){
	ul.nav.navbar-nav.navbar-right {
		margin: 0;
		float:none!important;
		padding: 0px 0px 7px;
	}
	.navbar-default .navbar-nav > li > a { 
		text-align: center;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
		background: #000;
	}
	.top-nav-text {
		width: 100%;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #060606;
	}
	.navbar-default .navbar-nav > li > a:before { 
		width: 0; 
	}
	.navbar-default .navbar-nav > li > a {
		padding: 0.8em;
		color: #1abc9c;
	}
	.navbar-nav > li {
		margin: 0;
	}
	div#bs-example-navbar-collapse-1 {
		background: rgba(0, 0, 0, 0.83);
		margin: 0;
		padding: 0;
		position: absolute;
		width: 100%;
		z-index: 999;
		border: 1px solid #656363;
	}
	.navbar-default .navbar-nav > li > a:before {
		width: 0;
		display:none;
	}
	.navbar-default .navbar-nav > li > a {
		padding: 10px 10px;
		margin-top: 10px;
	}
	.navbar-default .navbar-toggle .icon-bar:nth-child(3) {
		background: #ffe807;
	}
	.banner-w3:nth-child(odd) .se-content {
		padding: 77px 49px 55px 40px;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #14a88b;
	}
	.navbar-toggle {
		background-color: #14a88b;
	}
	.navbar-toggle .icon-bar:nth-child(4) {
		margin-bottom: 0;
	}
	.navbar-toggle {
		margin-top: 5px;
		margin-right: 24px;
	}
	.banner-text {
		margin-left: 29px;
		width: 9%;
	}
	.welcome:nth-child(even) .se-content {
		padding: 47px 60px 206px 60px;
	}
	.about .se-content {
		padding: 17px 60px 127px 60px!important;
	}
	.gallery:nth-child(odd) .se-content {
		padding: 30px 60px 121px 73px;
	}
	.view {
		margin: 11px 6px;
	}
	.view .mask, .view .content {
		width: 159px;
		height: 193px;
	}
	.contact:nth-child(odd) .se-content {
		padding: 25px 60px 73px 60px;
	}
	.footer:nth-child(even) .se-content.lost {
		padding: 15px 67px 15px 67px!IMPORTANT;
	}
	.foot.copyright-wthree {
		padding: 9px 0 0 39px;
	}
	h3.title {
		font-size: 26px;
		line-height: 20px;
	}
	.title span {
		font-size: 17px;
	}
}
@media(max-width:736px){
	.banner-text h3 {
		font-size: 24px;
	}
	.flex-control-nav {
		bottom: 20px;
	}
	.header .skew:before {
		bottom: -13px;
	}
	.banner-text {
		top: 46%;
	}
	.fourth-section-area .single-effect {
		margin: 0 2px;
	}
	.view .mask, .view .content {
		width: 151px;
		height: 184px;
	}
	.view p {
		margin: 4.1em auto 0;
	}
	.subscribe input[type="submit"] {
		right: 10px;
	}
}
@media(max-width:667px){
	.logo a {
		font-size: 33px;
		margin-left: 23px;
	}
	.header--innerr, .subscribe {
		width: 274px;
	}
	.navbar-toggle {
		padding: 8px 8px;
	}
	.navbar-toggle {
		margin-top: 0px;
	}
	.header .skew:before {
		bottom: -11px;
	}
	.banner-text h3 {
		font-size: 22px;
	}
	.banner-text {
		margin-left: 25px;
		width: 9%;
		top: 44%;
	}
	.flex-control-nav {
		bottom: 13px;
	}
	.flex-control-nav li {
		margin: 0 3px;
	}
	.banner-w3:nth-child(odd) .se-content {
		padding: 90px 49px 51px 40px;
	}
	.view {
		width: 47%;
	}
	.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
		width: 100%;
	}
	.view .mask, .view .content {
		width: 276px;
		height: 371px;
	}
	.view p {
		font-size: 16px;
		line-height: 33px;
		margin: 8.5em auto 0;
	}
	.wpf-demo-3 {
		width: 300px;
		height: 300px;
		margin: 0 auto;
	}
	.fourth-section-area .single-effect {
		margin: 8px 32px;
	}
	.footer h2 {
		font-size: 28px;
	}
	.foot.copyright-wthree {
		padding: 9px 0 0 37px;
	}
	.footer3-w3three ul li {
		margin: 27px 1px 0px;
	}
	.blog:nth-child(even) {
		-webkit-transform: rotate(-4deg);
		-moz-transform: rotate(-4deg);
		-o-transform: rotate(-4deg);
		-ms-transform: rotate(-4deg);
		transform: rotate(-4deg);
	}
	.blog:nth-child(even) .se-content {
		-webkit-transform: rotate(4deg);
		-moz-transform: rotate(4deg);
		-o-transform: rotate(4deg);
		-ms-transform: rotate(4deg);
		transform: rotate(4deg);
	}
	.subscribe input[type="submit"] {
		right: 3px;
		background-size: 21px;
	}
}
@media(max-width:640px){
	.logo a {
		font-size: 32px;
	}
	.header--innerr, .subscribe {
		padding: 6px;
	}
	.banner-text {
		margin-left: 23px;
		padding: 1.3em 0;
	}
	.flex-control-paging li a {
		width: 13px;
		height: 13px;
	}
	.flex-control-nav li {
		margin: 0 2px;
	}
	.banner-w3:nth-child(odd) .se-content {
		padding: 90px 49px 49px 40px;
	}
	.banner-w3:nth-child(odd) .se-content {
		padding: 90px 49px 49px 40px;
	}
	.view .mask, .view .content {
		width: 264px;
		height: 321px;
	}
	h3.title {
		font-size: 24px;
		line-height: 19px;
	}
	.title span {
		font-size: 16px;
	}
	.welcome:nth-child(even) .se-content {
		padding: 42px 50px 206px 50px;
	}
	.logo a {
		margin-left: 17px;
	}
	.header--innerr, .subscribe {
		margin-right: 16px;
	}
	.navbar-toggle {
		margin-right: 20px;
	}
	.about .se-content {
		padding: 17px 50px 107px 50px!important;
	}
	.testimonials:nth-child(even) .se-content {
		padding: 35px 0px 172px 0px;
	}
	.gallery:nth-child(odd) .se-content {
		padding: 26px 50px 99px 50px;
	}
	.view {
		width: 44%;
		margin: 11px 16px;
	}
	.gallery:nth-child(odd) .se-content {
		padding: 26px 50px 99px 59px;
	}
	.wpf-demo-3 .view-caption h4 {
		font-size: 16px;
	}
	p.add {
		margin-top: 7px;
	}
	.contact:nth-child(odd) .se-content {
		padding: 21px 50px 61px 50px;
	}
	.foot {
		width: 100%;
		float: none;
		text-align: center;
	}
	.footer h2 {
		font-size: 26px;
		line-height: 60px;
	}
	.foot.copyright-wthree {
		padding: 0;
	}
	.footer:nth-child(even) .se-content.lost {
		padding: 8px 67px 31px 67px!IMPORTANT;
	}
	.view .mask, .view .content {
		width: 258px;
		height: 315px;
	}
	.wpf-demo-3 .view-caption {
		padding: 20px 0px;
	}
	.copyright-wthree p {
		font-size: 15px;
	}
	.subscribe input[type="submit"] {
		right: 4px;
		bottom: 0px;
	}
}
@media(max-width:600px){
	.logo a {
		margin-left: 15px;
		font-size: 32px;
	}
	.banner-text h3 {
		font-size: 20px;
	}
	.banner-text {
		margin-left: 21px;
	}
	.header .skew .header-inner {
		padding: 9px 0 0px;
	}
	.logo {
		margin-top: 3px;
	}
	.header .skew:before {
		bottom: -10px;
	}
	.banner-w3:nth-child(odd) .se-content {
		padding: 105px 49px 47px 40px;
	}
	.wlcm1-w3l {
		min-height: 179px;
	}
	.gallery:nth-child(odd) .se-content {
		padding: 26px 50px 99px 50px;
	}
	.view {
		width: 47%;
		margin: 11px 8px;
	}
	.gallery h3.title {
		margin-left: 10px;
	}
	.galleryp {
		margin-left: 10px;
	}
	.view .mask, .view .content {
		width: 260px;
		height: 318px;
	}
	.view p {
		margin: 8em auto 0;
	}
	.contact-agileits-w3layouts-right iframe {
		height: 210px;
		margin-top: 18px;
	}
}

@media(max-width:568px){
	.logo a {
		font-size: 28px;
	}
	.logo {
		margin-top: 1px;
	}
	.subscribe input.sub-email {
		width: 205px;
	}
	.header--innerr, .subscribe {
		width: 258px;
	}
	.navbar-toggle {
		margin-top: 3px;
		margin-bottom: 5px;
	}
	.banner-w3:nth-child(odd) .se-content {
		padding: 105px 49px 43px 40px;
	}
	.banner-text h3 {
		font-size: 19px;
	}
	div#horizontalTab {
		width: 84%!important;
	}
	.view {
		width: 46%;
		margin: 9px 10px;
	}
	.about-info-w3 ul li {
		margin: 19px 12px 23px 0px;
	}
	.view .mask, .view .content {
		width: 239px;
		height: 292px;
	}
	.view p {
		margin: 7.5em auto 0;
	}
	.footer h2 {
		font-size: 25px;
		line-height: 50px;
	}
	.footer:nth-child(even) .se-content.lost {
		padding: 7px 67px 27px 67px!IMPORTANT;
	}
	.contact:nth-child(odd) .se-content {
		padding: 20px 50px 54px 50px;
	}
}
@media(max-width:480px){
	.header--innerr, .subscribe {
		float: left;
		margin: 2px 0 0 12px;
		text-align: left;
	}
	.logo a {
		font-size: 26px;
		margin-left: 0;
	}
	.logo {
		  margin: 5px 0px;
	}
	.header .skew .header-inner {
		padding: 0px 0 0;
		text-align: center;
	}
	.header {
		padding-top: 1px;
	}
	.navbar-toggle {
		margin-top: 4px;
		margin-right: 16px;
	}
	.banner-text h3 {
		font-size: 16px;
	}
	.banner-text {
		margin-left: 15px;
		top:36%;
	}
	.banner-w3:nth-child(odd) .se-content {
		padding: 126px 49px 42px 40px;
	}
	.navbar-toggle .icon-bar {
		width: 26px;
		height: 2.4px;
	}
	.flex-control-nav {
		bottom: 8px;
	}
	.flex-control-paging li a {
		width: 12px;
		height: 12px;
	}
	div#horizontalTab {
		width: 92%!important;
	}
	h3.title {
		font-size: 23px;
		line-height: 18px;
	}
	.title span {
		font-size: 15px;
	}
	.welcome p {
		line-height: 31px;
	}
	.wlcm1-w3l {
		min-height: 141px;
	}
	.about p {
		line-height: 31px;
	}
	.test-review p {
		line-height: 31px;
		margin: 0 0 9px;
		padding: 0 18px;
	}
	.about .se-content {
		padding: 17px 50px 94px 50px!important;
	}
	.img-agile img {
		width: 19%;
	}
	.img-agile {
		margin: 12px 0px 9px;
	}
	.view {
		width: 46%;
		margin: 9px 8px;
	}
	.gallery:nth-child(odd) .se-content {
		padding: 25px 50px 76px 50px;
	}
	.view .mask, .view .content {
		width: 199px;
		height: 245px;
	}
	.view p {
		margin: 5em auto 0;
		padding: 0 5px;
	}
	.testimonials h4 {
		font-size: 16px;
	}
	.owl-theme .owl-controls .owl-page span {
		margin: 5px 5px;
	}
	.testimonials:nth-child(even) .se-content {
		padding: 35px 0px 177px 0px;
	}
	.blog:nth-child(even) .se-content {
		padding: 33px 0px 191px 6px;
	}
	.contact:nth-child(odd) .se-content {
		padding: 23px 50px 49px 50px;
	}
	.copyright-wthree p {
		font-size: 15px;
		line-height: 33px;
	}
	.footer3-w3three ul li {
		margin: 22px 1px 0px;
	}
	#toTop {
		bottom: 21px;
		background-size: 33px;
	}
}
@media(max-width:414px){
	.banner-text {
		margin-left: 12px;
		top: 31%;
	}
	.banner-text h3 {
		font-size: 15px;
		line-height: 23px;
	}
	.banner-w3:nth-child(odd) .se-content {
		padding: 129px 49px 40px 40px;
	}
	.welcome:nth-child(even) .se-content {
		padding: 36px 45px 206px 45px;
	}
	h3.title {
		margin-bottom: 3px;
	}
	.about .se-content {
		padding: 22px 45px 82px 45px!important;
	}
	.testimonials:nth-child(even) .se-content {
		padding: 33px 0px 192px 0px;
	}
	.view {
		width: 75%;
		margin: 0 auto;
		margin-bottom: 15px;
		float: none;
	}
	.gallery:nth-child(odd) {
		-webkit-transform: rotate(1deg);
		-moz-transform: rotate(1deg);
		-o-transform: rotate(1deg);
		-ms-transform: rotate(1deg);
		transform: rotate(1deg);
	}
	.gallery:nth-child(odd) .se-content {
		-webkit-transform: rotate(-1deg);
		-moz-transform: rotate(-1deg);
		-o-transform: rotate(-1deg);
		-ms-transform: rotate(-1deg);
		transform: rotate(-1deg);
			padding: 30px 50px 50px 50px;
	}
	.view .mask, .view .content {
		width: 275px;
		height: 337px;
	}
	.view p {
		margin: 8em auto 0;
	}
	.lb-nav a.lb-next {
		right: -41px!important;
	}
	.lb-nav a.lb-prev {
		left: -41px!important;
	}
	.blog:nth-child(even) .se-content {
		padding: 33px 0px 194px 6px;
	}
	.contact:nth-child(odd) .se-content {
		padding: 27px 50px 47px 50px;
	}
	.contact h3.title {
		margin-bottom: 8px;
	}
	p.add {
		margin-top: 4px;
	}
	.header--innerr, .subscribe {
		margin: 2px 0 0 9px;
	}
	.navbar-toggle {
		margin-right: 9px;
	}
	.wlcm2-w3l p {
		float: left;
	}
	.wlcm1-w3l {
		margin: 11px 0px 8px 0;
	}
	.wlcm1-w3l {
		    min-height: 170px;
	}
	.img-agile img {
		width: 23%;
	}
}
@media(max-width:384px){
	.logo a {
		font-size: 25px;
	}
	.banner-w3:nth-child(odd) .se-content {
		padding: 132px 49px 38px 40px;
	}
	.banner-text {
		margin-left: 11px;
	}
	.about-info-w3 ul {
		margin: 0px 0 8px;
	}
	.about-info-w3 ul li {
		margin: 19px 7px 23px 0px;
	}
	.view .mask, .view .content {
		width: 254px;
		height: 315px;
	}
	.contact-agileits-w3layouts-right iframe {
		height: 170px;
		margin-top: 14px;
	}
	.contact:nth-child(odd) .se-content {
		padding: 25px 50px 42px 50px;
	}
	.footer h2 {
		font-size: 23px;
		line-height: 30px;
	}
	.copyright-wthree p {
		font-size: 14px;
	}
	.footer3-w3three ul li {
		margin: 17px 1px 0px;
	}
	.footer:nth-child(even) .se-content.lost {
		padding: 16px 67px 29px 67px!IMPORTANT;
	}
}
@media(max-width:375px){
	.header--innerr, .subscribe {
		margin: 3px 0 0 1px;
	}
	.navbar-toggle {
		margin-right: 2px;
	}
	.banner-text h3 {
		font-size: 14px;
	}
	h3.title {
		font-size: 22px;
		line-height: 17px;
	}
	.title span {
		font-size: 14px;
	}
	.welcome:nth-child(even) .se-content {
		padding: 36px 40px 206px 40px;
	}
	.about .se-content {
		padding: 22px 40px 82px 40px!important;
	}
	.gallery:nth-child(odd) .se-content {
		padding: 30px 40px 50px 42px;
	}
	.view .mask, .view .content {
		width: 260px;
		height: 318px;
	}
	.contact:nth-child(odd) .se-content {
		padding: 25px 40px 42px 40px;
	}
	ul.social li i {
		font-size: 15px;
	}
	a.fb {
		padding: 10px 14px;
	}
	a.twt {
		padding: 11px 12px;
	}
	a.gpls {
		padding: 10px 9px;
	}
	.wlcm1-w3l {
		margin: 7px 0px 4px 0;
	}
	.lb-nav a.lb-next {
		right: -35px!important;
	}
	.lb-nav a.lb-prev {
		left: -35px!important;
	}
}
@media(max-width:320px){
	.subscribe input.sub-email {
		width: 175px;
	}
	.header--innerr, .subscribe {
		width: 222px;
		padding: 5px;
	}
	.subscribe input[type="submit"] {
		right: 2px;
		background-size: 20px;
		bottom: -1px;
	}
	.navbar-toggle .icon-bar {
		width: 23px;
		height: 2px;
	}
	.navbar-toggle {
		margin-top: 6px;
		margin-right: 1px;
	}
	.logo {
		margin: 3px 0px;
	}
	.banner-text {
		margin-left: 14px;
		width:8.5%;
	}
	.flex-control-nav {
		bottom: 4px;
	}
	.banner-w3:nth-child(odd) .se-content {
		padding: 132px 49px 36px 40px;
	}
	h3.title {
		font-size: 20px;
		line-height: 16px;
	}
	.title span {
		font-size: 13px;
	}
	.view .mask, .view .content {
		width: 220px;
		height: 269px;
	}
	.view p {
		margin: 6.5em auto 0;
	}
	.gallery:nth-child(odd) .se-content {
		padding: 30px 40px 44px 42px;
	}
	.test-review p {
		padding: 0 36px;
	}
	.lb-outerContainer {
		width: 226px!important;
		height: 298px!important;
	}
	.lb-image {
		width: 218px!important;
		height: 289px!important;
	}
	.about .se-content {
		padding: 22px 40px 71px 40px!important;
	}
	.img-agile img {
		width: 27%;
	}
	.wpf-demo-3 {
		width: 250px;
		height: 250px;
	}
	.wpf-demo-3 .view-caption h4 {
		font-size: 14px;
	}
	.wpf-demo-3 .view-caption {
		padding: 15px 0px;
	}
}
/*--responsive--*/
