/* map */
.map-w3ls iframe {
    width: 100%;
    height: 500px;
    display: block;
    border: none;
}

/* //map */
/* footer */
footer {
    background: url(../images/bg2.jpg) no-repeat center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    padding-top: 10em;
}

/* footer navigation */
.w3ls_footer_grid1_right {
    border-bottom: 2px solid rgba(255, 255, 255, 0.3) !important;
}

.w3ls_footer_grid1_right ul li {
    display: inline-block;
}

.w3ls_footer_grid1_right ul li a {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
}

.w3ls_footer_grid1_right ul li a.active {
    color: #37adf5;
}

.w3ls_footer_grid1_right ul li a:hover {
    color: #37adf5;
}

/* //footer navigation */
/*-- copyright --*/
.w3ls_footer_grid1_left p {
    color: #fff;
    letter-spacing: 2px;
}

.w3ls_footer_grid1_left p a {
    color: #37adf5;
    text-decoration: none;
}

.w3ls_footer_grid1_left p a:hover {
    color: #fff;
}

/*-- //copyright --*/
.w3ls_footer_grid_left1_pos ul li a:hover {
    border-color: #f53759;
}

/*-- //footer --*/
/* footer address */
.footer-style {
    position: relative;
}

.contact-info-agiles {
    width: 46%;
    padding: 4em 2em;
    -webkit-box-shadow: 0px 0px 18.69px 2.31px rgba(204, 204, 223, 0.5);
    -moz-box-shadow: 0px 0px 18.69px 2.31px rgba(204, 204, 223, 0.5);
    box-shadow: 0px 0px 18.69px 2.31px rgba(204, 204, 223, 0.5);
    position: absolute;
    top: 24%;
    left: 27%;
}

.form-group input {
    border: none;
    /*border-bottom: 1px solid #000;*/
    border-radius: 0px;
    letter-spacing: 1px;
}

button.btn.btn-primary {
    letter-spacing: 1px;
    padding: 9px 20px;
    margin-top: 1em;
    background: #f53759;
    border: 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;
}

button.btn.btn-primary:hover {
    background: #37adf5;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

p.para-agileits-w3layouts i,
p.para-agileits-w3layouts a i {
    color: #37adf5;
}

p.para-agileits-w3layouts a:hover {
    color: #37adf5 !important;
}

/* //footer address */
/* gallery */
.portfolio-project .portfolio-grids a {
    display: block;
    overflow: hidden;
    position: relative;
}

.portfolio-project .b-wrapper {
    background: rgba(40, 41, 41, 0.87);
    position: absolute;
    width: 100%;
    height: 1%;
    bottom: -100%;
    left: 0;
    padding: 2em 0 2em 0;
    transition: .5s all;
    text-align: center;
}

.portfolio-project .portfolio-grids a:hover .b-wrapper {
    bottom: 0%;
}

.b-wrapper h4 {
    font-size: 20px;
    text-align: center;
    color: #f53759;
    letter-spacing: 4px;
    line-height: 0;
}

/* //gallery */
/* inner pages */
/* about page */
.inner-banner-w3ls {
    background: url(../images/banner.jpg) no-repeat bottom;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    height: 20vw;
}

/* page details */
.breadcrumb li a {
    color: #f53759;
}

.breadcrumb li {
    letter-spacing: 1px;
    color: #000;
}

/* //page details */
/* about page */
h3.about-style {
    font-size: 32px;
    line-height: 1.3;
    letter-spacing: 1px;
}

h3.about-style span {
    display: block;
    color: #f53759;
    text-shadow: 3px 1px 4px rgba(0, 0, 0, 0.22);
    font-size: 44px;
    letter-spacing: 3px;
}

p.inner-para-w3l {
    border-right: 2px solid #37adf5 !important;
}

p.inner-para-w3l-2,
.midd-contact {
    border-left: 2px solid #37adf5 !important;
}

.about-bottom ul li {
    display: inline-block;
    width: 32%;
    text-align: right;
}

.about-bottom ul li h5 {
    font-size: 31px;
    color: #faad81;
}

/* stats */
.stats-w3layouts {
    background: url(../images/banner4.jpg) no-repeat center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.w3l-overlay {
    background: url(../images/overlay.png) repeat;
}

.stats-grid-w3-agile i {
    font-size: 26px;
    background: rgba(31, 30, 30, 0.68);
    width: 70px;
    height: 70px;
    line-height: 2.8;
}

.numscroller {
    font-size: 46px;
    color: #f53759;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.66);
}

/*--team-- */
.team-grid {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    margin-bottom: 2em;
}

.team-img {
    position: relative;
}

.team-img:after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 34%;
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0, 0);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.team-img img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.team-info {
    left: auto;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.team-info h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #fff;
}

.team-info span {
    display: block;
    font-size: 0.9em;
    color: #fff;
    letter-spacing: 2px;
}

.team-grid:hover .team-img:after {
    background: #EB2941;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.team-grid:hover .team-info {
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
}

.team-grid:hover .team-info {
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

ul.social-icons li {
    list-style-type: none;
}

ul.social-icons li a i {
    color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border: 1px solid #eee;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
}

.team-grid i.fab.fa-facebook-f:hover {
    background: #3b5998;
    border: 1px solid #3b5998;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.team-grid i.fab.fa-twitter:hover {
    background: #1da1f2;
    border: 1px solid #1da1f2;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.team-grid i.fab.fa-google-plus-g:hover {
    background: #dd4b39;
    border: 1px solid #dd4b39;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

/*--// team --*/
/*-- contact --*/
.contact-agileits-w3layouts h5 {
    color: #424242;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.8;
}

.midd-contact h6 {
    font-size: 22px;
    letter-spacing: 1px;
}

p.para-agileits-w3layouts i {
    color: #f53759;
}

p.para-agileits-w3layouts a {
    color: #999;
}

p.para-agileits-w3layouts a:hover,
.w3l-footer ul li a:hover,
p.copy-right-grids a:hover {
    color: #000;
}

h4.contact-title {
    letter-spacing: 1px;
}

.map iframe {
    outline: none;
    border: none;
    width: 100%;
    height: 400px;
}

.form-bg-w3ls input[type="text"],
.form-bg-w3ls input[type="email"],
.form-control,
.form-bg-w3ls textarea {
    padding: 12px 10px;
    border-radius: 0;
    letter-spacing: 1px;
    font-size: 15px;
    outline: none;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.11);
}

.form-bg-w3ls textarea {
    resize: none;
    height: 10em;
}

.form-bg-w3ls input[type="submit"] {
    background: #37adf5;
    color: #fff;
    font-size: 15px;
    width: 100%;
    outline: none;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 12px 0;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.11);
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

.form-bg-w3ls input[type="submit"]:hover {
    background: transparent;
    color: #000;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

/*-- //contact --*/
/* 404 error page */
