/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/



h3.heading span:after {
    display:none;
}





html, body{
	margin:0;
	font-size: 100%;
  background: url(../images/images.jpg)no-repeat 0px 0px;
	background: #fff;
}
body a {
	text-decoration:none;
	font-family: 'Raleway', sans-serif;
	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;
}
h2,h3,h4,h5,h6{
	margin:0;
	font-family: 'Raleway', sans-serif;
}	
p{
	margin:0;
	font-family: 'Open Sans', sans-serif;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
img {
    border: 0;
    width: 100%;
}

.slider_head {
   letter-spacing: -2px;
    font-size: 41px;
    font-weight: bold;
    margin-bottom: 0px;
    color: #14bbed;
}

/*--------project-area start---------*/
.project-area {
    padding: 120px 0px 90px;
}
.project-menu button {
    border: 1px solid #de3163;
    padding: 7px 20px;
    background: transparent;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
	margin:10px;
}
.project-menu button.active {
    background: #de3163;
}
.project-wrap {
    position: relative;
    margin-bottom: 30px;
}
.project-wrap img {
    width: 100%;
}
.project-wrap:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #de3163;
    opacity: .55;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
    content: "";
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.project-wrap:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.project-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.project-wrap:hover .project-content {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.project-content a {
    font-size: 30px;
    display: inline-block;
    margin-bottom: 15px;
}
.project-content a:hover {
    color: #fff;
}
.project-content h3 {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 0px;
}
/*--------project-area end */
height: 300px;
}
* {box-sizing: border-box}
body {font-family: "Lato", sans-serif;}

/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
   background:#fff;
  width: 100%;
  height: 300px;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}




/*-- banner --*/

.center-container {
    padding: 2em 0 48em;
    background: rgba(0, 0, 0, 0.44);
}

h1 {
    margin: 0;
}

.w3_agile_header_left {
    float: left;
}

.agile_header_right {
    float: right;
    margin-top: .7em;
}

.agile_header_right ul li {
    display: block;
    font-weight: 600;
    color: #fff;
    display: inline-block;
}

.agile_header_right ul li i {
    padding-right: 1.5em;
    color: #0accff;
}

.agile_header_right ul li a {
    color: #fff;
    text-decoration: none;
}

.agile_header_right ul li a:hover {
    color: #fff;
}

.agile_header_right ul li a:before,
.agile_header_right ul li a:after {
    display: none;
}

.agile_header_right ul li:last-child {
    margin-left: 3em;
}

.w3_agileits_logo {
    float: left;
}

.w3_agileits_logo h1 a {
    font-size: 1.2em;
    color: #fff;
    display: block;
    text-decoration: none;
    font-weight: 700;
	font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
}

.w3_agileits_logo h1 a span {
    display: block;
    font-size: .3em;
    font-weight: 600;
    color: #de3163;
    position: relative;
    letter-spacing: 3px;
}

.agileits_w3layouts_banner_info {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.agileits_w3layouts_banner_info h2 {
    font-size: 2em;
    color: #fff;
    text-transform: capitalize;
    line-height: 2em;
}

.agileits_w3layouts_banner_info p {
    color: #fff;
    line-height: 2em;
    margin: 0 0 5em;
}

ul.top_agile_info_ad {
    width: 42%;
    margin: 1.4% auto 0;
    float: right;
}

ul.top_agile_info_ad li {
    list-style: none;
    display: inline-block;
    width: 50%;
    float: left;
    letter-spacing: 1px;
}

.w3l_header_contact_details_agile {
    float: right;
    width: 78%;
    text-align: left;
}

.w3_agileits_logo h1 a span {
    font-size: 12px;
    text-align: center;
    color: #de3163;
}

.header_contact_details_agile i {
    color: #fff;
    width: 20%;
    float: left;
    text-align: center;
    margin-top: 13px;
    font-size: 1.5em;
}

.header-contact-detail-title {
    color: #de3163;
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 7px;
}

a.w3l_header_contact_details_agile-info_inner,
.w3l_header_contact_details_agile a {
    font-size: 1em;
    color: #fff;
    text-align: left;
    letter-spacing: 1px;
}


/*-- nav --*/

.agileits_w3layouts_banner_nav {
    margin: 0em auto 0;
    width: 100%;
    position: absolute;
    z-index: 99;
    text-align: center;
    padding: .5em;
	 background: rgba(0, 0, 0, 0.52);
}
/*-- nav --*/
.navbar-default {
    background: none;
    border: none;
}

.navbar {
    margin-bottom: 0;
}

.navbar-collapse {
    padding: 0;
}

.navbar-right {
    margin-right: 0;
    padding-top: .3em;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #de3163;
    background: none;
}

.navbar-default .navbar-nav>.active>a:before {
    background: #de3163;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
}

.navbar-default .navbar-nav>li>a {
    font-weight: 400;
    letter-spacing: 1px;
	font-size: 15px;
}

.navbar-nav>li>a {
    margin: 0 1em;
    padding: 1em 0em .5em;
    text-transform: capitalize;
	font-family: 'Raleway', sans-serif;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #de3163;
}

.navbar-default .navbar-nav>li>a:focus {
    color: #de3163;
    outline: none;
}

nav.navbar.navbar-default {
    background: none;
    padding: 0em 0 0em 0;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #de3163;
    background: none;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-nav>.active.open>a:focus {
    background: transparent;
    color: #fff;
}

a.navbar-brand i {
    color: #de3163;
}

.navbar-header.navbar-left {
    margin-top: 8px;
}

a.navbar-brand {
    padding: 0;
    font-size: 1.2em;
    font-weight:600;
    line-height: 37px;
    letter-spacing: 1px;
	font-family: 'Raleway', sans-serif;
}

.navbar-brand span {
    color: #fff;
    font-weight: 800;
    padding: 0px 10px;
    border: 3px solid #de3163;
    background: #de3163;
}

.navbar-default .navbar-brand {
    color: #fff;
    font-size: 36px;
	font-family: 'Gabriola', sans-serif;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color:#de3163;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #de3163;
    background: none;
}

.agile_short_dropdown {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.71);
    text-align: center;
    padding: 0;
    border: none;
}

.agile_short_dropdown li a {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: .8em 0;
    border-bottom: none;
}

.agile_short_dropdown>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: de3163;
}

.effect-3 {
    overflow: hidden;
}

.effect-3:before {
    left: -1px;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #de3163;
    content: '';
    position: absolute;
    transition: transform .5s ease;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
}

.effect-3:hover:before {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
}


/*-- /slider --*/


/*-- //menu --*/

.main_section_agile.inner {
    background: url(../images/banner1.jpg)no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 350px;
}
/*--- slider-css --*/

.agile_banner_text_info h2,.agile_banner_text_info h3 {
    font-size: 4em;
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgba(16, 16, 16, 0.57);
    color: #fff;
}

.agile_banner_text_info  p {
    margin: 0;
    color: #fff;
    letter-spacing: 2px;
    font-size: 15px;
    margin: 1.5em 0 2em;
    width: 60%;
	line-height: 28px;
    text-transform: capitalize;
}
.agile_banner_text_info a {
    font-size: 16px;
    border: 2px solid #fff;
	background: rgba(239, 232, 232, 0.28);
    color: #fff;
    padding: 10px 20px;
    letter-spacing: 1px;
	font-family: 'Raleway', sans-serif;
}
.agile_banner_text_info a:hover {
	background: none;
}
.agile_banner_text_info h2 span,.agile_banner_text_info h3 span {
    font-weight: 700;
    letter-spacing: 3px;
    text-shadow: 2px 2px 2px rgba(16, 16, 16, 0.57);
    color: #FFC107;
    background: #fff;
    padding: 0 10px;
	position: relative;
}
.agile_banner_text_info h3 span.slide2 {
    color: #ff4f81;
}
.agile_banner_text_info h3 span.slide3 {
    color: #0099e5;
}
.agile_banner_text_info h3 span.slide4 {
    color: #34bf49;
}

.agile_banner_text_info h3 span:after,.agile_banner_text_info h2 span:after{
    position: absolute;
    content: '';
    bottom: 46%;
    right: -40%;
    width: 35%;
    height: 3px;
    background: #fff;
}
.agile_banner_text_info label {
    font-weight: 700;
    display: block;
    letter-spacing: 5px;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 2px 2px 2px rgba(16, 16, 16, 0.57);
    text-align: right;
    color: #FFC107;
}

.agile_banner_text_info {
    position: absolute;
    z-index: 9;
    top: 40%;
    left: 20%;
    width: 60%;
}

.slider {
    position: relative;
}

.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:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.rslides_tabs {
    z-index: 9;
    position: absolute;
    bottom: -6%;
    left: 19.5%;
}

.rslides_tabs li {
    display: inline-block;
    margin: 0 2px;
    list-style: none;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    color: #fff;
    font-weight: bold;
}

#slider3-pager a {
    display: inline-block;
}

#slider3-pager img {
    float: left;
    display: block;
    border-radius: 50%;

}

.rslides_tabs a {
    border: 4px solid rgba(239, 232, 232, 0.28);
    border-radius: 50%;
	box-shadow: 1px 1px 1px rgba(16, 16, 16, 0.57);

}

#slider3-pager .rslides_here a {
    background: transparent;
    border: 4px solid #fff;

}

a.rslides_nav.rslides1_nav.prev {
    position: absolute;
    left: 0%;
    color: #fff;
    top: 36%;
    z-index: 9999;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
	font-family: 'Raleway', sans-serif;
    display: none;
}

a.rslides_nav.rslides1_nav.next {
    right: 0%;
    position: absolute;
    color: #fff;
    top: 36%;
    z-index: 9999;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
	font-family: 'Raleway', sans-serif;
    display: none;
}

#home {
    position: relative;
}

ul#slider li:nth-child(1) {
    background: url(../images/slider-gdcs-03.jpg)no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 770px;
}

ul#slider li:nth-child(2) {
    background: url(../images/slider-gdcs-01.jpg)no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 770px;
}

ul#slider li:nth-child(3) {
    background: url(../images/slider-gdcs-02.jpg)no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 770px;
}

ul#slider li:nth-child(4) {
    background: url(../images/banner4.jpg)no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 770px;
}


/*-- responsive-mediaqueries --*/

@media (max-width:1440px) {
    .agile_banner_text_info h2,.agile_banner_text_info h3 {
        font-size: 4em;
        letter-spacing: 2px;
    }
	ul#slider li:nth-child(1),ul#slider li:nth-child(2),ul#slider li:nth-child(3),ul#slider li:nth-child(4) {
		min-height: 650px;
	}
	.agile_banner_text_info {
		top: 35%;
	}
	.agile_banner_text_info p {
		width: 70%;
	}
}

@media (max-width:667px) {
    .rslides_tabs {
        padding: 0.3em 1em;
        margin-top: 6px;
    }
    a.rslides_nav.rslides1_nav.prev,
    a.rslides_nav.rslides1_nav.next {
        font-size: 0.9em;
    }
    .agile_banner_text_info {
        top: 32%;
    }
}

@media (max-width:667px) {
    .rslides_tabs {
        padding: 0;
        margin-top: 6px;
    }
    .rslides_tabs a {
        width: 55px;
        height: 55px;
    }
    #slider3-pager .rslides_here a {
        width: 55px;
        height: 55px;
    }
    #slider3-pager img {
        width: 40px;
        height: 40px;
    }
    .rslides_tabs a {
        border: 2px solid rgba(239, 232, 232, 0.28);
    }
    #slider3-pager .rslides_here a {
        border: 2px solid #FFC107;
    }
}

/*-- //responsive-mediaqueries --*/

/*-- about section --*/
.about,.services,.team,.portfolio{
	padding: 5em 0;
}
.about {
    padding-top: 7em;
}
h3.heading {
    font-size: 45px;
	font-weight: 400;
    color: #353b46;
    margin-bottom: 1em;
	position: relative;
}
h3.heading span{
	font-weight: 600;
	background: #0485ff;
    color: #fff;
	padding: 0 10px;
}
h3.heading span:after{
    position: absolute;
    content: '';
    bottom: 46%;
    left: 20%;
    width: 9%;
    height: 3px;
    background: #555;
}
.about_left h4 {
    font-size: 20px;
    line-height: 32px;
    text-transform: capitalize;
    color: #333;
    font-weight: 600;
}
.about_left  {
	padding-left: 0;
}
.about_left  p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #777;
    margin: 1em 0;
}
.about_left  p.second_para {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #333;
    margin: 1em 0;
}
.left span.fa.fa-angle-left,.right span.fa.fa-angle-right {
    font-weight: 400;
    position: absolute;
    font-size: 30px;
    top: 44%;
    background: #000;
    padding: 10px 15px;
}
.left span.fa.fa-angle-left {
    left: 5%;
}
.right span.fa.fa-angle-right {
    right: 5%;
}
.about_left ul li {
    display: inline-block;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
}
.about_left ul li p{
    font-family: 'Raleway', sans-serif;
}
/*-- //about section --*/

/*-- services section --*/
.services h3.heading span:after{
    left: 26.5%;
}
.ser_grid1 span.glyphicon {
    font-size: 40px;
    margin-bottom: 0.5em;
}

.ser_grid1 a {
    font-size: 15px;
    color: #999;
    letter-spacing: 0px;
}
.icon1 span.glyphicon,.icon1 a{
	color: #0099e5;
}
.icon2 span.glyphicon,.icon2 a{
	color: #ff4c4c;
}
.icon3 span.glyphicon,.icon3 a{
	color: #34bf49;
}
.icon4 span.glyphicon{
	color: #7d3f98;
}
.icon1 a{
	color: #0099e5;
	border: 1px solid;
	padding: 10px 20px;
}
.icon1 a:hover{
	background: #0099e5;
	border: 1px solid;
	color: #fff;
}
.icon2 a{
	color: #ff4c4c;
	border: 1px solid;
	padding: 10px 20px;
}
.icon2 a:hover{
	background: #ff4c4c;
	border: 1px solid;
	color: #fff;
}
.icon3 a{
	color: #34bf49;
	border: 1px solid;
	padding: 10px 20px;
}
.icon3 a:hover{
	background: #34bf49;
	border: 1px solid;
	color: #fff;
}
.icon4 a{
	color: #7d3f98;
	border: 1px solid;
	padding: 10px 20px;
}
.icon4 a:hover{
	background: #7d3f98;
	border: 1px solid;
	color: #fff;
}
.ser_grid1 h3 {
    font-size: 24px;
	color: #333;
    text-transform: capitalize;
    margin: .5em 0;
}
.ser_grid1 p {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #666;
    margin: 1em 0 2em;
}
/*-- // services section --*/

/*-- Team section --*/
.team h3.heading span:after {
    left: 60%;
    width: 20%;
}
.w3l_team_grid h4{
	font-size:1.3em;
	color:#008BFF;
	margin:1em 0 .5em;
}
.w3l_team_grid p{
	font-size:1em;
    letter-spacing: 1px;
    color: #151515;
	margin-top: .5em;
}
.team_grid1 {
    padding: 0 4em;
}
.team_grid1 h4 {
    font-size: 28px;
    color: #333;
    text-transform: capitalize;
    letter-spacing: 2px;
}
.team_grid1 p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 28px;
    margin: 1em 0 0;
	color: #333;
}
.team_grid1 p.second_para {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 28px;
    margin: 1em 0;
	color: #666;
}
.w3l_team_grid {
	text-align: center;
}
.view {
	overflow: hidden;
    position: relative;
}
.view .mask,.view .content {
   position: absolute;
   overflow: hidden;
	top: 70%;
    left: 0%;
    padding: 1em 1.7em;
}
.view img {
   display: block;
   position: relative;
}
.view-second img {
   -webkit-transition: all 0.2s ease-in;
   -moz-transition: all 0.2s ease-in;
   -o-transition: all 0.2s ease-in;
   -ms-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;
}
.view-second .mask {
	background-color: rgba(19, 19, 19, 0.35);
    width: 520px;
    padding: 60px;
    height: 520px;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translate(265px, 145px) rotate(45deg);
    -moz-transform: translate(265px, 145px) rotate(45deg);
    -o-transform: translate(265px, 145px) rotate(45deg);
    -ms-transform: translate(265px, 145px) rotate(45deg);
    transform: translate(265px, 145px) rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.view-second .w3l_social_icons1 {
   background: transparent;
   margin: 20px 40px 0px 40px;
   -webkit-transform: translate(200px, -200px);
   -moz-transform: translate(200px, -200px);
   -o-transform: translate(200px, -200px);
   -ms-transform: translate(200px, -200px);
   transform: translate(200px, -200px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-second:hover .mask,.w3l_team_grid:hover .view-second .mask{
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform:translate(-125px, -45px) rotate(0deg);
   -moz-transform:translate(-125px, -45px) rotate(0deg);
   -o-transform:translate(-125px, -45px) rotate(0deg);
   -ms-transform:translate(-125px, -45px) rotate(0deg);
   transform: translate(-125px, -45px) rotate(0deg);
}
.view-second:hover .w3l_social_icons1,.w3l_team_grid:hover .view-second .w3l_social_icons1{
   -webkit-transform: translate(0px,0px);
   -moz-transform: translate(0px,0px);
   -o-transform: translate(0px,0px);
   -ms-transform: translate(0px,0px);
   transform: translate(0px,0px);
   -webkit-transition-delay: 0.3s;
   -moz-transition-delay: 0.3s;
   -o-transition-delay: 0.3s;
   -ms-transition-delay: 0.3s;
   transition-delay: 0.3s;
}
.w3l_social_icons {
    float: left;
	margin: 1.5em 0 0;
}
.w3l_social_icons1{
	float:none !important;
	margin:0 !important;
}
.w3l_social_icons ul li{
	display:inline-block;
}
.w3l_social_icons ul li a i{
	width: 40px;
    height: 40px;
    border-radius: 25px;
    line-height: 40px;
    color: #555;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	-o-border-radius:25px;
	-ms-border-radius:25px;
}
.w3l_social_icons ul li a{
	background:#fff;
	display:block;
}
.w3l_social_icons ul li a i:hover{
	color:#fff;
}
.w3l_social_icons ul li a.facebook:hover{
	background: 3px -23px #3b5998;
	display:block;
}
.w3l_social_icons ul li a.twitter:hover{
	background:-27px -23px #1dcaff;
	display:block;
}
.w3l_social_icons ul li a.google_plus:hover{
	background:-61px -23px #F44336;
	display:block;
}
.w3l_social_icons ul li a.pinterest:hover{
	background:-96px -22px #66eece;
	display:block;
}
/*-- // Team section --*/

/*-- gallery img-hover-effect --*/
.gallery h3.heading span:after{
    left: 24%;
}
.adipoli-wrapper
{
    margin:auto;
    position:relative;
    display: inline-block;
}
.adipoli-wrapper>img
{
    position: absolute;
    z-index: 1;
}
.adipoli-before
{
    position: absolute;
    z-index: 5;
    background: rgba(0, 0, 0, 0.5) !important;
}
.adipoli-after
{
    position: absolute;
    z-index: 10;
}
.adipoli-slice {
    display:block;
    position:absolute;
    z-index:15;
    height:100%;
	background-size: cover !important;
}
.gal-w3l img {
    width:100%!important;
}
.gal-w3l {
    padding-left:5px!important;
    padding-right:5px!important;
    margin-bottom:4px;
}
.gallery {
    padding: 5em 0;
    background: #f4f4f4;
}
.gallery_gds {
    margin-top: 3em;
}
/*-- // gallery img-hover-effect --*/

/*-- stats --*/ 
.stats {
  background: #7ed5f2;
  padding: 5em 0;
}
.stats h3.heading span:after {
    left: 59%;
    width: 20%;
}
h4.title-agile {
  font-weight: 300;
  letter-spacing: 4px;
  font-size: 30px;
  margin-bottom: 50px;
  color: #0a3b8a;
  text-transform: capitalize;
}
.stats-agileinfo{ 
text-align: left;
} 
.stats-agileinfo h6 {
    letter-spacing: 1px;
    margin: 0;
    font-size: 20px;
    margin-top: 15px;
    color: #0a3b8a;
    text-transform: capitalize;
}
.stats-grid {
  padding: 10px 0;
}
.stats-icon span {
  font-size: 40px;
  padding: 10px 20px;
  color: #0a3b8a;
}
.numscroller {
  font-size: 45px;
  font-weight: 600;
  color: #0a3b8a;
    font-family: 'Raleway', sans-serif;
}
h4.title-agile.about.text-center span {
  background: #fc7e46;
  padding: 0px 2px 0 7px;
  color: #0a3b8a;
}
/*-- //stats --*/

/*-- bottom --*/
.bottom_left, .bottom_right {
    padding: 0;
}
.bottom_left .col-md-6,.bottom_right .col-md-6 {
    padding: 0;
}

#typed{
	font-size:3em;
	color:#eee;
	text-transform:capitalize;
	line-height:1.5em;
    font-family: 'Raleway', sans-serif;
}
#typed i{
	font-style:normal;
    color: #FFC107;
	font-weight:600;
}
/*-- code for animated blinking cursor --*/
.typed-cursor{
	opacity: 1;
    font-weight: 300;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    color: #999;
    font-size: 2.5em;
}
@-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-ms-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-o-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes dotAnimation {
  99% {
    background:#0accff;
    box-shadow: 0 17px 0 rgba(224, 70, 129, 0), 0 34px 0 rgba(224, 70, 129, 0);
  }
  33% {
    background: rgba(224, 70, 129, 0);
    box-shadow: 0 17px 0 #0accff, 0 34px 0 rgba(224, 70, 129, 0);
  }
  66% {
    background: rgba(224, 70, 129, 0);
    box-shadow: 0 17px 0 rgba(224, 70, 129, 0), 0 34px 0 #0accff;
  }
}

@keyframes dotAnimation {
  99% {
    background:#0accff;
    box-shadow: 0 17px 0 rgba(224, 70, 129, 0), 0 34px 0 rgba(224, 70, 129, 0);
  }
  33% {
    background: rgba(224, 70, 129, 0);
    box-shadow: 0 17px 0 #0accff, 0 34px 0 rgba(224, 70, 129, 0);
  }
  66% {
    background: rgba(224, 70, 129, 0);
    box-shadow: 0 17px 0 rgba(224, 70, 129, 0), 0 34px 0 #0accff;
  }
}
.bottom_middle {
    text-align: center;
    background: #353b46;
    padding: 2.38em 0;
}
p.typing_bottom {
	font-size: 15px;
	line-height: 28px;
	letter-spacing: .5px;
	color: #bfbfbf;
    width: 80%;
    margin: 2em auto;
}
.bottom_middle h4{
    text-align: center;
	font-size: 25px;
	color: #eee;
}
span.glyphicon.glyphicon-play-circle {
    font-size: 60px;
    color: #008BFF;
    margin: .5em 0;
    cursor: pointer;
}
iframe {
    width: 100%;
    height: 800px;
    border: none;
}
/*-- //bottom --/

/*-- clients --*/
.clients-main{
	padding:5em 0;
	   background: url(../images/Main-Page-web.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.clients-main h3.heading span {
    font-weight: 600;
    background: #fff;
    color: #333;
    padding: 0 10px;
}


.clients-main h3.heading span:after {
    left: 28%;
    background: #eee;
}
.clients-main h3.heading {
    font-weight: 400;
    color: #eee;
}
.cli-ent {
    width: 60%;
    margin: 0 auto;
}
.contact-w3layouts h3,
.clients h3 {
	color: #000!important;
}
.spldishes-w3left {
	padding: 2.3em;
	background-color: #fd463e;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
}
.w3agile-spldishes p.para-agileits-w3layouts {
	color: #8a8888!important;
}
.spldishes-agileinfo:hover .spldishes-w3left {
	background-color: #09c4dc;
}
.spldishes-agileinfo {
	margin-top: 4em;
}
.spldishes-agileinfo h5 {
	font-size: 2em;
	color: #fff;
}
.spldishes-w3left p {
	color: #fff;
	margin-top: 1.4em;
}
.spldishes-grids {
	padding: 0;
}
.g1 {
	position: relative;
	display: block;
	padding: 0em 0em 3em;
	margin: 0em 0em 0em 1em;
}
.agile-dish-caption h4 {
	font-size: 30px;
	color: #FFC107;
	margin: 0.6em 0;
	font-weight: 500;
	letter-spacing: 1px;
}
.agile-dish-caption h3 {
	font-weight: bold;
	color: #3d3d3d;
}
.agile-dish-caption span {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 30px;
    color: #999;
    font-weight: 300;
    display: block;
}
#owl-demo .item img {
	width: 100px;
}
p.para-w3-agile {

    color: #fff;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 1px;
}
.agile-dish-caption {
    text-align: center;
}
.flexslider .slides img {
    display: inline-block;
    width: 120px;
    height: 120px;
    border: 4px solid #fff;
}
.g1 p span.fa {
	font-size: 1.8em;
	color:#eee;
	margin-right: 0.5em;
}
@media(max-width:480px) {
	.agile-dish-caption {
		padding: 0.5em;
	}
	.agile-dish-caption span {
		font-size: 0.8em;
	}
}
.client-eql {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

/*-- //clients --*/

/*-- contact --*/
.contact{
    padding:5em 0;	
}
.contact h3.heading span:after {
    left: 26%;
}
.contact-form-left ul.con_inner_text li {
    color: #333;
    font-size: 15px;
}
.contact-form-left ul.con_inner_text li a {
    color: #333;
}
.contact-form-left ul.con_inner_text li label {
    color: #333;
}
.contact-form-left ul.con_inner_text span {
    margin-right: 13px;
    color: #008bff;
}
.w3layouts-contact-form-top h3, .contact-form-top h3, .w3agile-map h3, .agileits-contact-address h3 {
    color: #000000;
    font-size: 1.4em;
    margin: 0 0 1em 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.w3layouts-contact-form-top p {
    font-size: 14px;
    color: #333;
    margin: 1em 0 0;
    line-height: 28px;
    letter-spacing: .5px;
}
.agileits-contact-address{
	margin: 3em 0 0 0;
}
.w3layouts-contact-form-top p{
	margin:2em 0;
}
.agileinfo-contact-form-grid{
    margin: 2em 0 0 0;
}
.agileinfo-contact-form-grid input[type="text"]{
    display: inline-block;
    background: none;
    border: none;
    border-bottom: 1px solid #444;
    width: 100%;
	float:left;
    outline: none;
    padding: 8px 15px 8px 0px;
    font-size: .9em;
    color: #777;
    margin-bottom: 1.5em;
    font-family: 'Raleway', sans-serif;
}
.agileinfo-contact-form-grid input[type="email"] {
    display: inline-block;
    background: none;
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    outline: none;
    padding: 8px 15px 8px 0px;
    font-size: .9em;
    color: #777;
    margin-bottom: 1.5em;
    font-family: 'Raleway', sans-serif;
}
.agileinfo-contact-form-grid textarea {
    background: none;
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    display: block;
    height: 150px;
    outline: none;
    font-size: .9em;
    color: #777;
    resize: none;
    padding: 8px 15px 8px 0px;
    margin-bottom: 1em;
    font-family: 'Raleway', sans-serif;
}
.agileinfo-contact-form-grid button.btn1{
    color: #FFFFFF;
    font-size: 15px;
    text-decoration: none;
    padding: 13px;
    background: #008BFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    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-family: 'Raleway', sans-serif;
}
.contact-form-left {
    padding-right: 10em;
}
.agileinfo-contact-form-grid button.btn1:hover {
    background: #232323;
    color: #fff;
}
.w3agile-map iframe{
    border: none;
    min-height: 300px;
    width: 100%;
}
.social ul li {
    list-style-type: none;
    display: inline-block;
}
.contact a.fa {
    color: #fff;
    font-size: 17px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #f7f7f7;
    text-align: center;
}
.contact a.fa.fa-facebook {
    background: #3b5998;
}
.contact a.fa.fa-twitter {
    background: #1da1f2;
}
.contact a.fa.fa-google-plus {
    background: #dd4b39;
}
.contact a.fa.fa-linkedin {
    background: #00a0dc;
}
.contact a.fa:hover {
    background: #00d2be;
    color: #ffffff;
}
/*-- //contact --*/

/*-- footer --*/

.footer {
    background: #353b46;
}
.f-bg-w3l {
    padding: 5em 0;
}
.w3layouts_footer_grid h2,
.w3layouts_footer_grid h3 {
    font-size: 1.5em;
    color: #fff;
    position: relative;
    margin-bottom: 1em;
    letter-spacing: 2px;
}
h3.heading-agileinfo.white-w3ls {
    color: #f8b239;
    font-size: 35px;
    line-height: 48px;
}
.more-button a {
    font-size: 15px;
    background: #e709c1;
    color: #fff;
    padding: 8px 25px;
    display: inline-block;
    margin-top: 2em;
}
.more-button a:hover{
    background: #000;
}
ul.links li {
    list-style: none;
    color: #fff;
    margin-bottom: 10px;
}

.w3layouts_footer_grid h2 span,
.w3layouts_footer_grid h3 span {
    color: #ffcc54;
}

ul.links li a {
    color: #fff;
}

.social_agileinfo li {
    display: inline-block;
}

.social_agileinfo li a {
    width: 40px;
    height: 40px;
    display: block;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
}

.social_agileinfo li a i {
    font-size: 1em;
    line-height: 2.4em;
}

.w3_facebook:hover {
    border: 1px solid #3b5998;
    background: #3b5998;
}

.w3_twitter:hover {
    border: 1px solid #1da1f2;
    background: #1da1f2;
}

.w3_instagram:hover {
    border: 1px solid #833ab4;
    background: #833ab4;
}

.w3_google:hover {
    border: 1px solid #dd4b39;
    background: #dd4b39;
}

.w3l_footer_nav {
    margin: 3em 0 3em;
}

.w3l_footer_nav li {
    display: inline-block;
    margin-right: 4em;
}

.w3l_footer_nav li a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 2px;
}

.w3l_footer_nav li a:hover,
.w3l_footer_nav li a.active {
    color: #FFC107;
}
.w3layouts_footer_grid p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 2em;
    margin-bottom: 1em;
    color: #bfbfbf;
    font-family: 'Raleway', sans-serif;
}

p.copyright {
    color: #fff;
    line-height: 1.8em;
    letter-spacing: 2px;
    margin-top: 0em;
    font-size: 14px;
    padding: 15px 0;
    font-family: 'Raleway', sans-serif;
}
.copyright{
    background: #3b424e;
}
p.copyright a {
    color: #fff;
    text-decoration: underline;
}

p.copyright a:hover {
    color: #FFC107;
}

.w3layouts_footer_grid form {
    width: 100%;
}

.w3layouts_footer_grid input[type="email"] {
    outline: none;
    padding: 12px 15px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    width: 100%;
    background: rgba(0, 0, 0, 0.22);
    letter-spacing: 2px;
    font-family: 'Raleway', sans-serif;
}

button.btn1 {
    color: #fff;
    border: none;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    background: #f53275;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    width: 100%;
    margin-top: .5em;
}

button.btn1:hover {
    background: #fff;
    color: #f53275;
}

ul.con_inner_text li {
    list-style-type: none;
    color: #bfbfbf;
    font-size: 14px;
    margin-bottom: 17px;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
}

ul.con_inner_text span {
    margin-right: 13px;
}

ul.con_inner_text li a {
    color: #bfbfbf;
}

ul.con_inner_text li label {
    color: #bfbfbf;
    margin-right: 1em;
}

ul.con_inner_text.midimg li {
    display: inline-block;
    float: left;
    width: 25%;
    margin: 3px;
}
/*-- //footer --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/

/*-- Responsive design --*/
@media(max-width: 1920px){
	.bottom_middle {
		padding: 6.54em 0;
	}
	.view .mask, .view .content {
		padding: 1em 3.5em;
	}
}
@media(max-width:1680px){
	.bottom_middle {
		padding: 3.3em 0;
	}
	.view .mask, .view .content {
		padding: 1em 2.2em;
	}
}
@media(max-width:1600px){
	.bottom_middle {
		padding: 2.38em 0;
	}
	.view .mask, .view .content {
		padding: 1em 1.7em;
	}
}
@media(max-width: 1440px){
	.team_grid1 h4 {
		font-size: 25px;
	}
	#typed {
		font-size: 2.5em;
	}
	p.typing_bottom {
		width: 85%;
		margin: 1.55em auto;
	}
	span.glyphicon.glyphicon-play-circle {
		font-size: 50px;
	}
	.view .mask, .view .content {
		padding: 1em 1em;
	}
	.bottom_middle {
		padding: 2.23em 0;
	}
	.stats h3.heading span:after {
		left: 67%;
		width: 23%;
	}
	.team h3.heading span:after {
		left: 67%;
		width: 23%;
	}
}
@media(max-width: 1366px){
	.agile_banner_text_info h2, .agile_banner_text_info h3 {
		font-size: 3.5em;
		letter-spacing: 2px;
	}
	.agile_banner_text_info a {
		font-size: 15px;
	}
	p.typing_bottom {
		width: 90%;
		margin: 1.2em auto;
	}
	.bottom_middle {
		padding: 1.85em 0;
	}
	.w3l_social_icons ul li a i {
		width: 36px;
		height: 36px;
		line-height: 36px;
	}
	.about, .services, .team, .portfolio , .contact{
		padding: 4em 0;
	}
	h3.heading {
		font-size: 43px;
	}
	.ser_grid1 h3 {
		font-size: 22px;
	}
	.team_grid1 h4 {
		font-size: 24px;
	}
	.stats h3.heading span:after {
		left: 68%;
		width: 23%;
	}
	.team h3.heading span:after {
		left: 69%;
		width: 23%;
	}
}
@media(max-width: 1280px){
	p.typing_bottom {
		width: 80%;
		margin: 1em auto;
	}
	#typed {
		font-size: 2em;
	}
	span.glyphicon.glyphicon-play-circle {
		font-size: 40px;
		margin: .5em 0 0;
	}
	.bottom_middle {
		padding: 1.5em 0;
	}
	.team_grid1 h4 {
		font-size: 24px;
		letter-spacing: 1px;
	}
	.numscroller {
		font-size: 40px;
	}
	.w3l_team_grid {
		padding: 0 5px;
	}
	.team_grid1 p {
		font-size: 14px;
		letter-spacing: .5px;
	}
	.team_grid1 p.second_para {
		font-size: 14px;
	}
	.w3l_team_grid h4 {
		font-size: 1.2em;
	}
	.w3l_team_grid p {
		font-size: .9em;
	}
	.view .mask, .view .content {
		padding: 1em 1.3em;
	}
	.stats h3.heading span:after {
		left: 75%;
		width: 23%;
	}
	.team h3.heading span:after {
		left: 76%;
		width: 23%;
	}
}
@media(max-width:1080px){
	.agile_banner_text_info {
		top: 33%;
		left: 10%;
	}
	.agile_banner_text_info h2, .agile_banner_text_info h3 {
		font-size: 3em;
	}
	.agile_banner_text_info p {
		width: 90%;
		font-size: 14px;
	}
	ul#slider li:nth-child(1), ul#slider li:nth-child(2), ul#slider li:nth-child(3), ul#slider li:nth-child(4) {
		min-height: 580px;
	}
	.about_left h4 {
		font-size: 18px;
		line-height: 30px;
	}
	p.typing_bottom {
		width: 90%;
		font-size: 14px;
	}
	.bottom_middle h4 {
		font-size: 20px;
	}
	.bottom_middle {
		padding: .5em 0;
	}
	span.glyphicon.glyphicon-play-circle {
		font-size: 35px;
		margin: .3em 0 0;
	}
	p.typing_bottom {
		margin: .65em auto;
	}
	.team_grid1 {
		padding: 0 1em 0 3em;
	}
	.stats-grid {
		padding: 0px 0;
	}
	.view .mask, .view .content {
		padding: 1em 0.6em;
	}
	.w3l_social_icons ul li a i {
		width: 33px;
		height: 33px;
		line-height: 33px;
	}
	.contact-form-left {
		padding-right: 6em;
	}
	.f-bg-w3l {
		padding: 3em 0;
	}
	.w3layouts_footer_grid p {
		font-size: 13.5px;
	}
	h3.heading {
		font-size: 38px;
	}
	.w3layouts-contact-form-top h3, .contact-form-top h3, .w3agile-map h3, .agileits-contact-address h3 {
		font-size: 1.2em;
	}
	.navbar-default .navbar-brand {
		font-size: 34px;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 14px;
	}
	.rslides_tabs {
		bottom: -8%;
		left: 9.5%;
	}
	#slider3-pager img {
		width: 70px;
	}
	.cli-ent {
		width: 75%;
		margin: 0 auto;
	}
	.stats h3.heading span:after {
		left: 68%;
		width: 23%;
	}
	.team h3.heading span:after {
		left: 69%;
		width: 23%;
	}
	.contact h3.heading span:after {
		left: 27%;
	}
	.clients-main h3.heading span:after {
		left: 30%;
	}
	.gallery h3.heading span:after {
		left: 25%;
	}
}
@media(max-width: 1024px){
	p.typing_bottom {
		width: 95%;
		font-size: 14px;
	}
	.team_grid1 {
		padding: 0 1em 0 2em;
	}
	.numscroller {
		font-size: 35px;
	}
	.stats-agileinfo h6 {
		font-size: 18px;
	}
	.stats-icon span {
		font-size: 35px;
	}
	.view .mask, .view .content {
		padding: 1em 0.45em;
	}
	p.typing_bottom span {
		display: none;
	}
	.bottom_middle {
		padding: .85em 0;
	}
	.team_grid1 h4 {
		font-size: 23px;
		letter-spacing: 1px;
	}
	.view .mask, .view .content {
		padding: 1em 0.3em;
	}
}
@media(max-width: 991px){
	.navbar-default .navbar-brand {
		font-size: 30px;
	}
	.navbar-nav>li>a {
		margin: 0 .4em;
		padding: .9em 0em .5em;
	}
	.navbar-default .navbar-brand {
		font-size: 29px;
		letter-spacing: 0px;
	}
	.agile_banner_text_info h2, .agile_banner_text_info h3 {
		font-size: 2.8em;
	}
	.agile_banner_text_info a {
		font-size: 14px;
	}
	.ser_grid1 {
		width: 50%;
		float: left;
		margin-bottom: 4em;
	}
	.ser_grid1:nth-child(3),.ser_grid1:nth-child(4) {
		margin-bottom: 0em;
	}
	.bottom_middle {
		padding: 3em 6em;
	}
	.team_grid1 {
		padding: 0 0em 0 2em;
		width: 33%;
		float: left;
	}
	.gal-w3l {
		width: 33.33%;
		float: left;
	}
	.w3l_team_grid {
		padding: 0 15px;
		width: 25%;
		float: left;
		margin-bottom: 2em;
	}
	.w3l_team_grid:nth-child(4),.w3l_team_grid:nth-child(5) {
		margin-bottom: 0em;
	}
	.w3layouts_footer_grid {
		width: 50%;
		float: left;
		margin-bottom: 3em;
	}
	.w3layouts_footer_grid:nth-child(3),.w3layouts_footer_grid:nth-child(4) {
		margin-bottom: 0em;
	}
	.view .mask, .view .content {
		padding: 1em 2em;
	}
	.about_left {
		padding-left: 15px;
	}
	.cli-ent {
		width: 90%;
		margin: 0 auto;
	}
	.bottom_left, .bottom_right {
		padding: 0;
		width: 30%;
		margin: 0 auto;
	}
	.about h3.heading span:after {
		left: 27%;
	}
	.gallery h3.heading span:after {
		left: 33%;
	}
	.services h3.heading span:after {
		left: 35.5%;
	}
}
@media(max-width:900px){
	.team_grid1 h4 {
		font-size: 20px;
	}
	.agile_banner_text_info p {
		width: 100%;
	}
	.team .team_grid1 {
		width: 45%;
	}
	.view .mask, .view .content {
		padding: 1em 1.4em;
	}
	.team h3.heading span:after {
		left: 55%;
		width: 22%;
	}
	.stats h3.heading span:after {
		left: 77%;
	}
}
@media(max-width: 800px){
	.agile_banner_text_info {
		top: 33%;
		left: 10%;
		width: 75%;
	}
	.team_grid1 {
		padding: 0em 4em 3em;
		width: 100%;
		float: none;
	}
	.team .team_grid1 {
		width: 100%;
	}
	.stats-grid {
		padding: 0px 0;
		width: 25%;
		float: left;
	}
	.view .mask, .view .content {
		padding: 1em 0.5em;
	}
	.ser_grid1 span.glyphicon {
		font-size: 35px;
		margin-bottom: 0em;
	}
	.w3layouts_footer_grid h2, .w3layouts_footer_grid h3 {
		font-size: 1.3em;
		letter-spacing: 1px;
	}
	.about, .services, .team, .portfolio, .contact {
		padding: 3em 0;
	}
	.about {
		padding-top: 5em;
	}
	.stats h3.heading span:after {
		left: 30%;
		width: 10%;
	}
	.team h3.heading span:after {
		left: 31%;
		width: 10%;
	}
}
@media(max-width:768px){
	.agileits_w3layouts_banner_nav {
		padding: .5em 0;
	}
	ul#slider li:nth-child(1), ul#slider li:nth-child(2), ul#slider li:nth-child(3), ul#slider li:nth-child(4) {
		min-height: 540px;
	}
	.w3l_team_grid {
		padding: 0 10px;
	}
	.agile-dish-caption h4 {
		font-size: 25px;
	}
	.stats h3.heading span:after {
		left: 31%;
		width: 10%;
	}
	.team h3.heading span:after {
		left: 32%;
		width: 10%;
	}
}
@media(max-width:767px){
	.navbar-default .navbar-toggle {
		border-color: #fff;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-toggle {
		margin-right: 5px;
		margin-top: 3px;
		border-radius: 0px;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: transparent;
	}
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>li>a:hover ,.navbar-default .navbar-nav>li>a{
		width: 20%;
		margin: 0 auto;
	}
	.navbar-nav {
		margin: 1em 0;
	}
	.view .mask, .view .content {
		padding: 1em 0.3em;
	}
	.agileits_w3layouts_banner_nav {
		padding: .5em .5em 0;
	}
	.contact-form-left {
		padding-right: 0em;
	}
}
@media(max-width:736px){
	.view .mask, .view .content {
		padding: 1em 0.7em;
	}
	.w3l_team_grid {
		padding: 0 5px;
	}
	.agile-dish-caption h4 {
		font-size: 23px;
	}
	p.para-w3-agile {
		font-size: 14px;
	}
	.stats h3.heading span:after {
		left: 33%;
	}
	.team h3.heading span:after {
		left: 34%;
	}
}
@media(max-width:667px){
	.agile_banner_text_info {
		left: 8%;
		width: 80%;
	}
	.agile_banner_text_info h2, .agile_banner_text_info h3 {
		font-size: 2.2em;
	}
	.agile_banner_text_info p {
		font-size: 13px;
	}
	.agile_banner_text_info a {
		padding: 8px 15px;
	}
	ul#slider li:nth-child(1), ul#slider li:nth-child(2), ul#slider li:nth-child(3), ul#slider li:nth-child(4) {
		min-height: 450px;
	}
	.about_left p,.about_left p.second_para,.ser_grid1 p {
		font-size: 14px;
	}
	.ser_grid1 a {
		font-size: 14px;
	}
	.ser_grid1 h3 {
		font-size: 20px;
	}
	.ser_grid1 span.glyphicon {
		font-size: 30px;
	}
	.view .mask, .view .content {
		padding: 1em 0.5em;
	}
	.w3l_social_icons ul li a i {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.w3l_team_grid h4 {
		font-size: 1.1em;
	}
	.social_agileinfo li a {
		width: 35px;
		height: 35px;
	}
	.social_agileinfo li a i {
		font-size: .9em;
		line-height: 2.3em;
	}
	p.copyright {
		letter-spacing: 1px;
		font-size: 14px;
		padding: 15px;
	}
    #slider3-pager img {
        width: 50px;
        height: 50px;
    }
	.bottom_left, .bottom_right {
		width: 40%;
	}
	.bottom_middle {
		padding: 3em 4em;
	}
	h3.heading {
		font-size: 35px;
		margin-bottom: .7em;
	}
	.rslides_tabs {
		left: 7%;
	}
	.about h3.heading span:after {
		left: 29%;
	}
	.services h3.heading span:after {
		left: 37.5%;
	}
	.stats h3.heading span:after {
		left: 35%;
	}
	.gallery h3.heading span:after {
		left: 35%;
	}
	.team h3.heading span:after {
		left: 36%;
	}
	.clients-main h3.heading span:after {
		left: 41%;
	}
	.contact h3.heading span:after {
		left: 38%;
	}
}
@media(max-width:600px){
	.agile_banner_text_info {
		left: 8%;
		width: 85%;
	}
	.bottom_middle {
		padding: 2em 2em;
	}
	.stats-agileinfo h6 {
		font-size: 16px;
	}
	.w3l_team_grid {
		padding: 0 15px;
		width: 50%;
	}
	.view .mask, .view .content {
		padding: 1em 4em;
	}
	p.para-w3-agile {
		font-size: 14px;
	}
	.agile-dish-caption h4 {
		font-size: 25px;
		margin: 0.5em 0;
	}
	.w3layouts_footer_grid {
		padding: 0 10px;
	}
	.about h3.heading span:after {
		left: 33%;
	}
	.services h3.heading span:after {
		left: 43.5%;
	}
	.stats h3.heading span:after {
		left: 40%;
	}
	.gallery h3.heading span:after {
		left: 39%;
	}
	.team h3.heading span:after {
		left: 41%;
	}
	.clients-main h3.heading span:after {
		left: 45%;
	}
	.contact h3.heading span:after {
		left: 42%;
	}
}
@media(max-width:568px){
	p.typing_bottom {
		width: 100%;
	}
	.stats-icon span {
		font-size: 30px;
	}
	.numscroller {
		font-size: 30px;
	}
	.view .mask, .view .content {
		padding: 1em 3.5em;
	}
	ul.con_inner_text li {
		letter-spacing: 0.5px;
	}
	ul.con_inner_text li label {
		margin-right: 0em;
	}
	.bottom_left, .bottom_right {
		width: 50%;
	}
	.agile_banner_text_info h2 span, .agile_banner_text_info h3 span {
		letter-spacing: 2px;
		padding: 0 5px;
	}
	.agile_banner_text_info {
		left: 6%;
		width: 87%;
	}
	.about h3.heading span:after {
		left: 34%;
	}
	.services h3.heading span:after {
		left: 44.5%;
	}
	.stats h3.heading span:after {
		left: 43%;
	}
	.gallery h3.heading span:after {
		left: 41%;
	}
	.team h3.heading span:after {
		left: 44%;
	}
	.clients-main h3.heading span:after {
		left: 48%;
	}
	.contact h3.heading span:after {
		left: 45%;
	}
}
@media(max-width:480px){
	.agile_banner_text_info h2, .agile_banner_text_info h3 {
		font-size: 2em;
		letter-spacing: 1px;
	}
	#typed {
		font-size: 1.8em;
	}
	.about_left h4 {
		font-size: 16px;
		line-height: 28px;
	}
	.about_left p, .about_left p.second_para, .ser_grid1 p {
		font-size: 13.5px;
		line-height: 26px;
	}
	.ser_grid1 h3 {
		font-size: 19px;
	}
	.view .mask, .view .content {
		padding: 1em 2em;
	}
	.cli-ent {
		width: 90%;
	}
	.contact-form-left {
		padding-right: 0em;
	}
	.w3layouts_footer_grid {
		width: 100%;
		float: none;
		margin-bottom: 3em;
	}
	.w3layouts_footer_grid:nth-child(3){
		margin-bottom: 3em;
	}
	.left span.fa.fa-angle-left, .right span.fa.fa-angle-right {
		top: 41%;
	}
	.about h3.heading span:after {
		left: 41%;
	}
	.services h3.heading span:after {
		left: 53.5%;
	}
	.stats h3.heading span:after {
		left:55%;
	}
	.gallery h3.heading span:after {
		left: 50%;
	}
	.team h3.heading span:after {
		left: 54%;
	}
	.clients-main h3.heading span:after {
		left: 58%;
	}
	.contact h3.heading span:after {
		left: 54%;
	}
}
@media(max-width: 414px){
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a {
		width: 30%;
		margin: 0 auto;
	}
	.ser_grid1,.ser_grid1:nth-child(3) {
		width: 100%;
		float: none;
		margin-bottom: 3em;
	}
	.bottom_middle {
		padding: 2em 1em;
	}
	#typed {
		font-size: 1.6em;
	}
	.bottom_middle h4 {
		font-size: 18px;
	}
	.team_grid1 {
		padding: 0em 2em 2em;
	}
	.stats-grid {
		padding: 0px 0px;
		width: 50%;
		float: left;
		margin-bottom: 3em;
	}
	.stats-grid:nth-child(3),.stats-grid:nth-child(4) {
		margin-bottom: 0em;
	}
	.gal-w3l {
		width: 50%;
		float: left;
	}
	.view .mask, .view .content {
		padding: 1em 1em;
	}
	h3.heading {
		font-size: 30px;
		margin-bottom: .7em;
	}
	.stats h3.heading span:after {
		left:50%;
	}
}
@media(max-width:384px){
	.about_left {
		padding-left: 15px;
		padding: 0 10px;
	}
	p.typing_bottom {
		font-size: 13.5px;
	}
	.w3l_team_grid {
		padding: 0 10px;
		width: 50%;
	}
	.view .mask, .view .content {
		padding: 1em .8em;
	}
	p.para-w3-agile {
		font-size: 13px;
		line-height: 25px;
	}
	.agile_banner_text_info h2, .agile_banner_text_info h3 {
		font-size: 1.8em;
		letter-spacing: 1px;
	}
	h3.heading {
		font-size: 30px;
	}
	.agile_banner_text_info p {
		font-size: 13px;
		letter-spacing: 1px;
		line-height: 25px;
	}
	ul#slider li:nth-child(1), ul#slider li:nth-child(2), ul#slider li:nth-child(3), ul#slider li:nth-child(4) {
		min-height: 420px;
	}
	.bottom_left, .bottom_right {
		width: 80%;
	}
	.agile-dish-caption h4 {
		font-size: 20px;
		margin: 0.5em 0 0;
	}
	.about h3.heading span:after {
		left: 46%;
	}
	.services h3.heading span:after {
		left: 60.5%;
	}
	.stats h3.heading span:after {
		left:55%;
	}
	.gallery h3.heading span:after {
		left: 55%;
	}
	.team h3.heading span:after {
		left: 54%;
	}
	.clients-main h3.heading span:after {
		left:65%;
	}
	.contact h3.heading span:after {
		left: 60%;
	}
}
@media(max-width:375px){
	#typed {
		font-size: 1.5em;
	}
	.agile_banner_text_info h2, .agile_banner_text_info h3 {
		font-size: 1.7em;
		letter-spacing: 1px;
	}
	.bottom_left, .bottom_right {
		width: 100%;
	}
}
@media(max-width:320px){
	.agileits_w3layouts_banner_nav {
		padding: .5em 0em 0;
	}
	.navbar-header.navbar-left {
		margin-top: 5px;
	}
	.navbar-default .navbar-brand {
		font-size: 25px;
		letter-spacing: 0px;
	}
	.navbar-toggle {
		padding: 7px 9px;
	}
	.navbar-toggle .icon-bar {
		width: 20px;
	}
	.agile_banner_text_info {
		left: 6%;
		top: 28%;
	}
	.about_left {
		padding-left: 15px;
		padding: 0 5px;
	}
	.about_left h4 {
		font-size: 15px;
		line-height: 26px;
	}
	.about_left p, .about_left p.second_para, .ser_grid1 p {
		font-size: 13px;
		line-height: 24px;
	}
	#typed {
		font-size: 1.3em;
	}
	.w3l_team_grid {
		padding: 0 10px;
		width: 100%;
		float: none;
	}
	.agile_banner_text_info h2, .agile_banner_text_info h3 {
		line-height: 38px;
	}
	.left span.fa.fa-angle-left, .right span.fa.fa-angle-right {
		top: 38%;
	}
	.team_grid1 h4 {
		font-size: 19px;
	}
	.view .mask, .view .content {
		padding: 1em 4em;
	}
	.about h3.heading span:after {
		left: 56%;
	}
	.services h3.heading span:after {
		left: 75.5%;
	}
	.stats h3.heading span:after {
		left: 65%;
	}
	.gallery h3.heading span:after {
		left: 68%;
	}
	.team h3.heading span:after {
		left: 68%;
	}
	.clients-main h3.heading span:after {
		left: 70%;
	}
	.contact h3.heading span:after {
		left: 60%;
	}
}
/*-- //Responsive design --*/
/*-----------------------------------------------------------------------------------

    Template Name:
    Template URI:
    Description: This is html5 template
    Author: Kaji Hasibur Rahman
    Author URI:
    Version: 1.0
-----------------------------------------------------------------------------------
    CSS INDEX
    ===================

    1. Theme Default CSS (body, link color, section etc)433
    2. header-area start
    3. slider-area start
    4. spacial-area start
    5. callto-action-area start
    6. about-area start
    7. project-area start
    8. team-area start
    9. testmonial-area start
    10. pricing-area start
    11. footer-area start
    12. home page two style here
    13. fanfact-area start
    14. blog-area start
    15. breadcumb-area start
    16. sidebar-area start
    17. blog-details-area start
    18. contact-area start
    19. 404-area start

-----------------------------------------------------------------------------------*/

/*========================================================================================================
                                        defolt-css here
 ========================================================================================================*/
@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,700,800,900');
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
    color: grey;
    font-size: 16px;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
img {
    max-width: 100%;
    height: auto
}
.fix {
    overflow: hidden
}
p {
    margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
    margin-top: 0px;
}
input:focus,
select:focus {
    outline: none;
}
input,
button {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    text-decoration: none;
    color: #ec5578;
}
a:hover {
    color: #b5e2ff;
}
a:active,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}
button:focus {
    outline: none;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
:before,
:after {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
div {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.black-opacity {
    position: relative;
    z-index: 9;
}
.black-opacity:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.bg-img-1 {
    background: url(../images/bg/1.jpg) no-repeat center center / cover
}
.bg-img-2 {
    background: url(../images/bg/2.jpg) no-repeat center center / cover
}
.bg-img-3 {
    background: url(../images/bg/3.jpg) no-repeat center center / cover
}
.bg-img-4 {
    background: url(../images/bg/4.jpg) no-repeat center center / cover
}
.bg-img-5 {
    background: url(../images/bg/5.jpg) no-repeat center center / cover
}
.bg-img-6 {
    background: url(../images/6.jpg) no-repeat center center / cover
}
.pt-120 {
    padding-top: 120px;
}
.ptb-120 {
    padding: 120px 0;
}
.pt-10 {
    padding-top: 10px;
}
.pt-50 {
    padding-top: 50px;
}
.mb-40 {
    margin-bottom: 40px;
}
.bg-1 {
    background: fff;
}
.bg-fff {
    background: fff;
}
a#scrollUp {
    position: fixed;
    right: 10px;
    bottom: 20px;
    height: 45px;
    width: 45px;
    background: #222;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
}
a#scrollUp:hover {
    background: #cee002;
}






/*--------about-area start---------*/
.about-wrap {
    position: relative;
    padding: 60px 0px 60px 30px;
    border-top: 2px solid #ec5274;
    border-left: 2px solid #ec5274;
}
.about-wrap:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: #ec5274;
}
.about-wrap:after {
    position: absolute;
    right: -100px;
    top: -2px;
    width: 100px;
    height: 60px;
    border-top: 2px solid #ec5274;
    border-right: 2px solid #ec5274;
    content: "";
}
.about-wrap h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.about-wrap h3 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 25px;
}
.about-wrap p {
    margin-bottom: 30px;
}
.about-content {
    background: #fff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
    padding: 30px 0px;
    text-align: center;
}
.about-content h4 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 5px;
}
.about-content p {
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 20px;
}
.about-img {
    position: relative;
    margin-top: 100px;
}
.about-img:before {
    position: absolute;
    left: -15px;
    bottom: -15px;
    height: 95%;
    width: 98%;
    background: #333132;
    content: "";
    z-index: -9;
}
/*--------about-area end---------*/





/*--------service-area start---------*/
.service-area {
    padding: 120px 0px 90px;
}
.service-wrap {
    margin-bottom: 30px;
}
.service-img {
    position: relative;
    overflow: hidden;
}
.service-img img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.service-wrap:hover .service-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.service-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    content: "";
    border: 25px solid rgba(0, 0, 0, .2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 9;
}
.service-wrap:hover .service-img:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.service-content {
    padding: 30px 10px;
    background: #fff;
}
.service-content h4 {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}
.service-content p {
    margin-bottom: 25px;
}
.service-content a {
    height: 35px;
    width: 110px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    background: #ec5274;
    line-height: 35px;
}
.service-content a:hover {
    background: #333132;
    color: #fff;
}
/*--------service-area end---------*/








/*-------blog-------*/
.blog-wrap2 {
    position: relative;
    margin-bottom: 30px;
    z-index: 9;
}
.blog-content2 {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0px 20px;
    background: rgba(0, 0, 0, .95);
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.blog-wrap2:hover .blog-content2 {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.blog-content2 span {
    display: block;
    color: #777;
    margin-bottom: 5px;
    font-style: italic;
    margin-top: -30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.blog-wrap2:hover .blog-content2 span {
    margin-top: 0px;
}
.blog-content2 h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 15px;
    margin-left: 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.blog-wrap2:hover .blog-content2 h4 {
    margin-left: 0px;
}
.blog-content2 h4 a {
    color: #fff;
}
.blog-content2 h4 a:hover {
    color: #ec5274;
}
.blog-content2 p {
    margin-bottom: 20px;
    color: #f1f1f1;
    font-size: 15px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.blog-content2 a.readmore {
    text-decoration: underline;
    color: #111;
    display: inline-block;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.blog-wrap2:before,
.blog-wrap2:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background: transparent;
    border: 3px solid transparent;
    content: "";
    z-index: 9;
}
.blog-wrap2:hover:before {
    -webkit-animation: animate3 .6s linear forwards;
            animation: animate3 .6s linear forwards;
}
@-webkit-keyframes animate3 {
    0% {
        width: 0;
        height: 0;
        border-top-color: #ec5274;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    50% {
        width: 100%;
        height: 0;
        border-top-color: #cee002;
        border-right-color: #cee002;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
    100% {
        width: 100%;
        height: 100%;
        border-top-color: #cee002;
        border-right-color: #cee002;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
}
@keyframes animate3 {
    0% {
        width: 0;
        height: 0;
        border-top-color: #cee002;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    50% {
        width: 100%;
        height: 0;
        border-top-color: #cee002;
        border-right-color: #cee002;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
    100% {
        width: 100%;
        height: 100%;
        border-top-color: #cee002;
        border-right-color: #cee002;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
}
.blog-wrap2:hover:after {
    -webkit-animation: animate4 .6s linear forwards;
            animation: animate4 .6s linear forwards;
    -webkit-animation-delay: .6s;
            animation-delay: .6s;
}
@-webkit-keyframes animate4 {
    0% {
        width: 0;
        height: 0;
        border-top-color: translate;
        border-right-color: translate;
        border-left-color: translate;
        border-bottom-color: #cee002;
    }
    50% {
        width: 0;
        height: 100%;
        border-top-color: translate;
        border-right-color: translate;
        border-left-color: #cee002;
        border-bottom-color: #cee002;
    }
    100% {
        width: 100%;
        height: 100%;
        border-top-color: translate;
        border-right-color: translate;
        border-left-color: #cee002;
        border-bottom-color: #cee002;
    }
}
@keyframes animate4 {
    0% {
        width: 0;
        height: 0;
        border-top-color: translate;
        border-right-color: translate;
        border-left-color: translate;
        border-bottom-color: #cee002;
    }
    50% {
        width: 0;
        height: 100%;
        border-top-color: translate;
        border-right-color: translate;
        border-left-color: #cee002;
        border-bottom-color: #cee002;
    }
    100% {
        width: 100%;
        height: 100%;
        border-top-color: translate;
        border-right-color: translate;
        border-left-color: #cee002;
        border-bottom-color: #cee002;
    }
}
/*-------blog-------*/


/*=======================================
        about page style here
=======================================*/
/*--------breadcumb-area start--------*/
.breadcumb-area {
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.breadcumb-wrap h2 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 700;
    color: #f9717f;
    margin-bottom: 5px;
}
.breadcumb-wrap ul li {
    display: inline-block;
    text-transform;: uppercase;
    color: #f9717f;
    font-weight: 500;
    font-size: 14px;
}
.breadcumb-wrap ul li a {
    color: #f9717f;
}
.breadcumb-wrap ul li a:hover {
    color: #f9717f;
}
/*--------breadcumb-area end--------*/
/*about*/
.about-page-wrap h2 {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}
.about-page-wrap p {
    margin: 25px 0px;
}
.about-page-wrap ul {
    position: relative;
}
.about-page-wrap ul:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #393939;
    content: "";
}
.about-page-wrap ul:hover:before {
    background: #cee002;
}
.about-page-wrap ul li a {
    display: block;
    line-height: 28px;
    font-size: 16px;
    padding-left: 40px;
    position: relative;
}
.about-page-wrap ul li a:before {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    border-style: solid;
    border-width: 8px;
    border-color: transparent transparent transparent #cee002;
    content: "";
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.about-page-wrap ul li:hover a:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.about-sidebar h3 {
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 20px;
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: 1px solid #393939;
}
.about-sidebar ul {
    margin-bottom: 60px;
}
.about-sidebar ul li {
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 1px solid #393939;
}
.about-sidebar ul li:last-child {
    border-bottom: none;
}
.about-sidebar-img {
    position: relative;
}
.about-sidebar-img img {
    width: 100%;
}
.about-sidebar-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    border: 30px solid rgba(0, 0, 0, .5);
    content: "";
}
.about-sidebar-img a {
    position: absolute;
    left: 50%;
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 48px;
    border: 4px solid #fff;
    color: #fff;
    border-radius: 50%;
    z-index: 999;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.about-sidebar-img a:hover {
    background: #cee002;
    color: #393939;
}
/*about*/
.project-area-without-gutter {
    padding: 120px 0px;
}
.project-area-without-gutter .project-wrap {
    margin-bottom: 0px;
}
/*blog*/
.pagination-wrap {
    margin: 20px 0px 30px;
}
.pagination-wrap ul li {
    display: inline-block;
}
.pagination-wrap ul li a,
.pagination-wrap ul li span {
    height: 35px;
    width: 35px;
    line-height: 35px;
    background: #333132;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    display: block;
}
.pagination-wrap ul li span,
.pagination-wrap ul li:hover a {
    background: #cee002;
    color: #333132;
}
/*-------------------------sidebar-area start-------------------------*/
.widget {
    margin-bottom: 40px;
}
.search-wrap form {
    position: relative;
}
.search-wrap input {
    width: 100%;
    height: 40px;
    padding-right: 45px;
    border: none;
    border: 1px solid #333132;
    background: transparent;
    padding-left: 15px;
}
.search-wrap button {
    position: absolute;
    right: 0px;
    background: #333132;
    border: none;
    color: #fff;
    height: 40px;
    top: 0px;
    width: 40px;
    cursor: pointer;
}
.search-wrap button:hover {
    color: #333132;
    background: #cee002;
}
.search-wrap input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #333132;
}
.search-wrap input::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #333132;
}
.search-wrap input:-ms-input-placeholder {
    /* IE 10+ */
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #333132;
}
.search-wrap input:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #333132;
}
.widget .widget-title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #333132;
}
.sidebar-menu ul li {
    line-height: 30px;
}
.sidebar-menu ul li a {
    position: relative;
    padding-left: 20px;
}
.sidebar-menu ul li a:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "\f101";
    font-family: fontawesome;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sidebar-menu ul li a:hover:before {
    left: 5px;
}
.recent-post ul li {
    overflow: hidden;
    margin-bottom: 20px;
}
.recent-post ul li:last-child {
    margin-bottom: 0px;
}
.post-img {
    float: left;
    margin-right: 15px;
}
.post-content {
    overflow: hidden;
}
.post-content a {
    display: block;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
}
.post-content p {
    font-size: 12px;
    font-style: italic;
}
.tag-wrap ul li {
    display: inline-block;
    margin-bottom: 5px;
}
.tag-wrap ul li a {
    display: block;
    padding: 6px 20px;
    border: 1px solid #e5e5e5;
    font-weight: 500;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 13px;
}
.tag-wrap ul li a:hover {
    color: #393939;
    background: #cee002;
    border-color: #cee002;
}
.tag-wrap {
    margin-bottom: 0px;
}
/*-------------------------sidebar-area end-------------------------*/
.blog-details-area .blog-content h4{
    font-size: 36px;
}
.blog-details-wrap p {
    margin-bottom: 25px;
}
.blog-details-wrap blockquote {
    background: #fca3B7;
    padding: 30px 25px 30px 40px;
    font-size: 16px;
    font-style: italic;
    margin: 40px 0;
    border-left: 10px solid #de3163;
}
.socila-link {
    margin-bottom: 100px;
}
.socila-link ul li {
    display: inline-block;
    color: #cee002;
}
.socila-link ul li a {
    font-size: 16px;
    margin-left: 7px;
}
.blog-form h3 {
    margin-bottom: 25px;
    font-weight: 700;
}
.blog-form span {
    display: block;
    margin-bottom: 3px;
}
.blog-form input,
.blog-form textarea,
.contact-form input,
.contact-form textarea {
    width: 100%;
    height: 45px;
    margin-bottom: 25px;
    border-radius: 3px;
    background: transparent;
    border: 1px solid #e5e5e5;
    padding-left: 20px;
}
.blog-form textarea,
.contact-form textarea {
    height: 200px;
    padding-top: 10px;
}
.blog-form button,
.contact-form button {
    padding: 10px 30px;
    background: #cee002;
    color: #363636;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-radius: 3px;
    border: none;
    cursor: pointer;
}
.blog-form button:hover,
.contact-form button:hover {
    background: #222;
    color: #cee002;
}
.contact-form textarea{
  height: 270px;
}
.contact-wrap ul li{
  position: relative;
  padding:30px 20px 30px 100px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  background: #cee002;
  margin-bottom: 25px;
  border-radius: 5px;
}
.contact-wrap ul li:last-child{
  margin-bottom: 0px;
}
.contact-wrap ul li i{
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 30px;
  font-size: 35px;
  color: #222;
}
.contact-wrap ul li p{
  font-size: 14px;
  margin-top: 8px;
  font-weight: 400;
  text-transform: capitalize;
}
.contact-wrap ul li p span{
  display: block;
}
.contact-area #googleMap{
    margin-top: 100px;
}
* {
  box-sizing: border-box;
}

body {
   background-color:#fff;center /
  padding: 20px;
  font-family: Arial;
}

/* Center website */
.main {
  max-width: 1000px;
  margin: auto;
}

h1 {
  font-size: 50px;
  word-break: break-all;
}

.row {
  margin: 10px -16px;
}

/* Add padding BETWEEN each column */
.row,
.row > .column {
  padding: 8px;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  display: none; /* Hide all elements by default */
}

/* Clear floats after rows */ 
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: white;
  padding: 10px;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #ddd;
  cursor: pointer;
}

.btn:hover {
  background-color: #ddd;
}

.btn.active {
  background-color: #666;
  color: white;
}
* {box-sizing: border-box}

* {box-sizing: border-box}

/* Set height of body and the document to 100% */
body, html {
  height: 100%;
  margin: 0;
  font-family: Arial;
}

/* Style tab links */
.tablink {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
}

.tablink:hover {
  background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: white;
  display: none;
  padding: 100px 20px;
  height: 100%;
}

#Home {background-color: 	#f64a8a;}
#News {background-color: #de3163;}
#Contact {background-color: #fb607f;}
#About {background-color: #ec5578;}
.button {
  background-color: #f987c5;/* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  disde3163inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.button2 {background-color: #f64a8a;} /* Blue */
.button3 {background-color: #fde6fa1;} /* Red */ 
.button4 {background-color: #f987c5; color: black;} /* Gray */ 
.button5 {background-color: #ec5578;} /* Black */
.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

