



/* banner */

.panel-image img.panel-image-preview {
    width: 100%;
    border-radius: 4px 4px 0px 0px;
}

.panel-heading~.panel-image img.panel-image-preview {
    border-radius: 0px;
}

.panel-image~.panel-body,
.panel-image.hide-panel-body~.panel-body {
    overflow: hidden;
}

.panel-image~.panel-footer a {
    padding: 0px 10px;
    font-size: 1.3em;
    color: rgb(100, 100, 100);
}

.panel-image.hide-panel-body~.panel-body {
    height: 0px;
    padding: 0px;
}

/* header */

/* //inner about */

/* video */

.grad_video {
    background: #c0392b;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #8e44ad, #c0392b);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #8e44ad, #c0392b);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.grad_video a {
    display: inline-block;
    padding: 0.3em 5em;
    border-radius: 25px;
    border: 1.5px solid rgba(243, 242, 242, 0.19);
    color: #fff;
    font-weight: 600;
    font-size: 1.5em;
    text-transform: capitalize;
}

/* about */

div#services {
    background: url(../images/w.jpg) no-repeat left top;
}

section#pricing {
    background: url(../images/w.jpg) no-repeat right top;
}

.about-w3ls .jumbotron {
    background: transparent;
}

h5.ab-title {
    font-size: 2.5em;
    color: #333;
    font-weight: 300;
    text-transform: capitalize;
}

.lead {
    line-height: 2;
}

h3.w3ls-title {
    font-size: 3em;
    color: #48BF91;
}

h4.w3ls-title {
    font-size: 2em;
    color: #000;
}

/* //about */

/*-- services --*/

div#agileits-services {
    background: url(../images/s2.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.agileits-services-grids {
    text-align: center;
}

.agileits-services-grids h4 {
    font-size: 1.5em;
    color: #000;
    line-height: 1.5em;
    font-weight: 600;
}

.agileits-services-grids h6 {
    padding: 1px;
    background: #2954a2;
    width: 33%;
    margin: 2em auto 0;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.agileits-services-grids:hover h6 {
    width: 55%;
    background: #2954a2;
}

/*-- Effect 1--*/

.agileits-services-grids span {
    font-size: 5em;
    color: #0076BE;
}

.services-bot-agile {
    background: #c0392b;
    background: -webkit-linear-gradient(to right, #8e44ad, #c0392b);
    background: linear-gradient(to right, #8e44ad, #c0392b);
    padding: 0 2em;
    width: 64%;
    left: 18%;
    border-radius: 10px;
}

/*-- //services --*/

/* about */

.services-bot-agile .card-title {
    text-transform: capitalize;
    font-size: 1.4em;
    border-bottom: 1px solid #d0d3d8;
    color: #000000;
    padding-bottom: 10px;
}

.services-bot-agile .card-body a.btn {
    background: #eb5c74;
    border: none;
    color: #fff;
}

/*-- about--*/

/* about bottom */

.abbot-main {
    background: #edf5fd;
}

.abbot-grid2 {
    background: #fdeef1;
}

.abbot-right .card {
    background: transparent;
    border: none;
}

.abt_card_btn {
    font-family: 'Raleway', sans-serif;
    font-size: 1.2em;
    letter-spacing: 4px;
    color: #333 !important;
}

/* slide */

.slide-bg {
    background: url(../images/slide.jpg) no-repeat;
    background-size: cover;
    min-height: 35vw;
    margin-bottom: 16em;
}

h5.agile-title {
    color: #fff;
    font-size: 2.7em;
    font-weight: 600;
    letter-spacing: 2px;
    word-spacing: 4px;
    font-family: 'Raleway', sans-serif;
    max-width: 750px;
}

/* //slide */

/* pricing */

.bg-price h4 {
    color: #000;
    font-size: 2em;
    letter-spacing: 2px;
}

.bg-price span {
    display: block;
    background: #17a2b8;
    width: 15px;
    height: 5px;
    border-radius: 10px;
}

.agile-pricegrid h5 {
    font-size: 3em;
    color: #0076BE;
}

.agile-pricegrid h5 span {
    display: inline;
}

.list-group-item {
    color: #303030;
}

.btn-info {
    color: #fff;
    background-color: #48BF91;
    border-color: #48BF91;
}

/* //pricing */

/* portfolio */

ul.portfolio-area li figure {
    margin: 0;
    cursor: zoom-in;
}

.portfolio-categ li {
    color: #333;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    font-size: 1.1em;
    margin: 0 0.4em;
    letter-spacing: 1px;
    text-transform: capitalize;
    background: #eee;
}

.portfolio-categ li a {
    color: #333;
}

.image-block {
    display: block;
    position: relative;
}

.portfolio-area li {
    float: left;
    list-style-type: none;
    overflow: hidden;
    width: 388px;
}

.home-portfolio-text {
    margin-top: 10px;
}

.portfolio-categ li.active {
    background: #EB5C74;
    color: #fff;
}

.portfolio-categ li.active a {
    color: #fff;
}

/* //portfolio */

/* team */

/* stats */

.counter i {
    color: #fe3b30;
}

p.count-text {
    color: #000;
}

.timer {
    font-size: 2em;
    color: #333;
}

.agile_stats {
    background:url(../images/stat.jpg) no-repeat center;
    background-size: cover;
}

.agile_stats_main {
    background: #eff0f4;
}

.stat-grid:nth-child(odd) {
    border-right: 1px solid #ccc;
}

.stat-grid:nth-child(3),
.stat-grid:last-child {
    border-top: 1px solid #ccc;
}

/* //stats */

.social-button .fa {
    font-size: 2em;
    line-height: 1.5;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    -moz-transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
    transition: all 0.35s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-button.facebook:before {
    background-color: #3B5998;
}

.social-button.facebook .fa {
    color: #3B5998;
}

.social-button.twitter:before {
    background-color: #3CF;
}

.social-button.twitter .fa {
    color: #3CF;
}

.social-button.google:before {
    background-color: #DC4A38;
}

.social-button.google .fa {
    color: #DC4A38;
}

.social-button.dribbble:before {
    background-color: #F26798;
}

.social-button.dribbble .fa {
    color: #F26798;
}

.social-button.skype:before {
    background-color: #00AFF0;
}

.social-button.skype .fa {
    color: #00AFF0;
}

.social-button:focus:before,
.social-button:hover:before {
    top: -10%;
    left: -10%;
}

.social-button:focus .fa,
.social-button:hover .fa {
    color: #fff;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/*-- //team --*/

/*-- team --*/

.team.agileits-w3layouts {
    background: #fff;
}

.team-grid.w3_agileits img {
    margin: 1em 0 0;
}

.team-grid.w3_agileits ul {
    margin: 1em 0 0;
}

.team-grid.w3_agileits {
    padding: 2em;
    -webkit-box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
    -moz-box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
    box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
}

.testi-grids img {
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    text-decoration: none;
    z-index: 1;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.team-grid .social-icons {
    margin-top: 1em;
}

/*-- testimonials--*/

.testi-agile {
    background: url(../images/testi.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.test-review p {
    max-width: 550px;
    letter-spacing: 1px;
}

.test-review p {
    max-width: 500px;
}

.img-agile i {
    font-size: 3em;
    color: #0076be;
}

.carousel-control.left,
.carousel-control.right {
    background: none;
    width: 25px;
}

.carousel-control.left {
    left: -25px;
}

.carousel-control.right {
    right: -25px;
}

.broun-block {
    padding-bottom: 34px;
}

.block-text {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 0 #2c2222;
    color: #000;
    margin-top: 27px;
    padding: 15px 18px;
}

.block-text span {
    color: #eb5c74;
}

.block-text h6 {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 21px;
    font-family: 'Raleway', sans-serif;
}

.mark {
    background: none;
}

.block-text p {
    color: #585858;
    font-style: italic;
}

.block {
    display: block;
}

.zmin {
    z-index: 1;
}

.ab {
    position: absolute;
}

.person-text {
    padding: 10px 0 0;
    text-align: center;
    z-index: 2;
}

.person-text h5 {
    color: #eb5c74;
    display: block;
    font-size: 1.2em;
    margin: 10px 0 5px;
    font-family: 'Raleway', sans-serif;
}

.person-text i {
    color: #000;
}

.rel {
    position: relative;
    background: #eaeaea;
    padding: 2em;
}

.person-text.rel {
    background: transparent;
}

/*-- testimonials--*/

/*-- gallery --*/

.section_1_gallery_grid1 {
  background: #d4d4d4;
   padding: 8px; margin-bottom:20px; 
}

.proj_gallery_grid img {
    width: 100%;
}

.proj_gallery_grid img:hover {
    cursor: zoom-in;
}

/*-- //gallery --*/

/*--contact--*/

.map iframe {
    width: 100%;
    border: 1px solid #17a2b8;
    min-height: 50vh;
}

.wthree-cicon a {
    color: #000;
    font-size: 1em;
}

.contact-top1 .form-group label,
form.f-color .form-control {
    color: #000;
    letter-spacing: 1px;
}

.form-control {
    background: rgba(243, 243, 243, 0.35);
}

.form-control:focus {
    background: #fff;
}

.wthree-cicon span {
    color: #fe3b30;
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 29px;
    font-weight: 600;
    border-radius: 50%;
    font-size: 14px;
}

.wthree-cicon:not(:last-child) {
    border-bottom: 1px solid #61bfef !important;
}

.wthree-cicon h6 {
    line-height: 1.8;
    color: #333;
}

.contact-form {
    background: url(../images/contact.jpg) no-repeat center;
    background-size: cover;
}

.contact-form h5 {
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*--//contact--*/

/* footer */

/* footer grids */

section.footerw3-top .container {
    border-top: 0.5px dotted #a99e9e;
}

h4.feed-title {
    font-size: 1.2em;
    font-weight: 600;
    color: #333;
    text-transform: capitalize;
}

h4.feed-title span {
    color: #fe3b30;
}

footer {
    background: #333;
}

.footv3-left h3 {
    color: #eee;
    font-size: 1.2em;
    text-transform: capitalize;
}

.footv3-left h4 a {
    font-size: 1.3em;
    letter-spacing: 0.5px;
    color: #fff !important;
    padding: 14px 0 0;
    position: relative;
    text-transform: capitalize;
}

.testi_footerv3-top p {
    font-size: 1em;
    color: #a3b1bf;
    margin: 1em 0;
    line-height: 1.5em;
}

.testi_footer p a {
    color: #777;
}

.testi_footer p a:hover {
    color: #ED4F2E;
}

.fv3-contact span {
    color: #777;
    font-size: 1.2em;
    display: inline-block;
    vertical-align: middle;
}

.fv3-contact p {
    display: inline-block;
    color: #777;
}

.testi_footer-top p {
    max-width: 400px;
}

.fv3-contact p a:hover {
    color: #000;
}

.list-agileits li a {
    color: #777;
    text-transform: capitalize;
    font-size: 1em;
}

h3.w3f_title {
    font-size: 1.5em;
    letter-spacing: 2px;
    color: #000;
}

.cpy-right p a {
    color: #333;
    font-size: 1em;
}

input#sub {
    cursor: pointer;
}

.cpy-right {
    border-top: 1px dotted #6c757d;
}

/* footer grids */

.testi_footer-top p {
    max-width: 500px;
}

ul.social_w3 li {
    display: inline-block;
    margin-right: 6px;
    border-radius: 50%;
}

ul.social_w3 li a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
}

ul.social_w3 li a i.fab {
    font-size: 18px;
    line-height: 38px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    text-align: center;
    background-color: transparent;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

ul.social_w3 li:first-child {
    background: #3b5998;
    color: #fff;
}

ul.social_w3 li:last-child {
    background: #287bbc;
    color: #000;
}

ul.social_w3 li:nth-child(3) {
    background: #dd4b39;
    color: #000;
}

ul.social_w3 li a i.fab:hover {
    background-color: #fff;
    color: #000;
}

ul.social_w3 li:nth-child(2) {
    background: #1da1f2;
    color: #000;
}

ul.social_w3 li a:hover {
    color: #fff;
}

/* //footer */

/* login and register modal */

.modal-content {
    font-family: 'Raleway', sans-serif;
}

.form-control {
    font-family: 'Raleway', sans-serif;
}

.right-w3l input[type="submit"] {
    background: #333 !important;
    border: none;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
}

.col-form-label {
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    font-size: 13px;
    letter-spacing: 1px;
}

.modal-header {
    background: rgba(210, 33, 41, 1);
    color: #fff;
    border: none;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    background: #fff;
}

h5.modal-title {
    font-family: 'Do Hyeon', sans-serif;
    letter-spacing: 1px;
    font-size: 1.6em;
}

/* //modal */

/* blog */

h5.singlpage_w3 {
    color: #333;
    font-size: 1.6em;
    padding: 25px 15px 10px;
}

h5.blog-title a {
    color: #fe3b30;
    letter-spacing: 1.5px;
    font-family: 'Do Hyeon', sans-serif;
}

.blog_w3icon>span>i {
    color: #333;
}

.blog_w3icon>span {
    font-size: 0.95em;
    color: #777;
    font-weight: 500;
}

ul.w3-tag2 li:nth-child(even) {
    margin: 5px 0;
}

ul.w3-tag2 li a,
.post_link a {
    color: #333;
    text-transform: capitalize;
    font-size: 0.9em;
    font-weight: 500;
}

.sidebar_wthree h5.card-header {
    background: #ededed;
    color: #333;
    border-bottom: 2px solid rgba(254, 59, 48, 1);
    font-size: 1.2em;
    font-family: 'Do Hyeon', sans-serif;
}

.input-group input.form-control {
    background: #eee;
}

a.blog-btn {
    padding: 7px 31px;
    border: 1px solid #c1c1c1;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9em;
    margin-bottom: 1em;
    display: inline-block;
    color: #000;
}

/* //blog */

/*-- home --*/


h3.agile-title {
    text-transform: capitalize;
    color: #333;

    font-size: 1.8em;
    letter-spacing: 0.5px;
    line-height: 35px; text-align:center; margin-top:20px
}

.img1 {
    background: url(../images/accounting.jpg) center no-repeat;
    padding: 0;
    background-size: cover;
    position: relative;
    z-index: 1;
}


.img8 {
    background: url(../images/freight.jpg) center no-repeat;
    padding: 0;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.img1:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    z-index: -1;
    overflow: hidden; 
}

.img2 {
    background: url(../images/img4.jpg) center no-repeat;
    background-size: cover;
}

.img3 {
    background: url(../images/img2.jpg) center no-repeat;
    padding: 0;
    ba