

/*-- gallery-- */

.gallery {
    background: #f5f5f5;
}
.gallery-grids {
    background: #fbfbfb;
    padding: 25px 15px;
}
/* popup */

.popup-effect {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
}

.popup-effect:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    background: #fff;
    border-radius: 4px;
    max-width: 680px;
    position: relative;
    margin: 8em auto;
    padding: 3em 2em;
    z-index: 999;
    text-align: center;
}

.popup .close {
    position: absolute;
    top: 5px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

.popup .close:hover {
    color: #686de0;
}

/* //popup */

/*--// gallery-- */

/*-- team-- */

.team {
    background: none;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    color: #000;
}
.row {
    padding-bottom: 20px;
}
.text-grid-gried {
    background: #fbfbfb;
    padding: 16px 15px;
}

.title h3{
    color: #000;
}

.social-icons li a span {
    color: #000;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: #fff;
    border: 1px solid #00b381;
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 12px;
}

.social-icons li a span:hover {
    background: #00b381;
}

/*-- team-- */

/* --blog-- */

.mid-text-info {
    padding: 2em 3em;
    background: #f5f5f5;
    position: relative;
}

.blog-info {
    position: absolute;
    top: 94px;
    left: -30px;
    width: 15%;
}

.blog-info a ul {
    margin: 0;
    background: #00b381;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 13px;
}

.busness-tip-one {
    background: url(../images/bb1.jpg)no-repeat 0px 0px;
}

.busness-tip-two {
    background: url(../images/bb2.jpg)no-repeat 0px 0px;
}

.busness-tip-two,
.busness-tip-one {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 200px;
}

.mid-text-info h4 a {
    font-size: 24px;
    color: #00b381;
    line-height: 39px;
}

/*-- team-- */

.partner {
    background: blue;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.text-grid-gried {
    background: #fbfbfb;
    padding: 16px 15px;
}

.social-icons li a span {
    color: #000;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: #fff;
    border: 1px solid #00b381;
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 12px;
}

.social-icons li a span:hover {
    background: #00b381;
}

/*-- team-- */

/* info-matter */

.info-matter {
    background: #00b381;
}

/*-- contact-- */

.contact-address-info h2 a {
    font-size: 35px;
    color: #00b381;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contact-forms input,
.contact-forms textarea {
    font-size: 14px;
    color: #000;
    padding: .9em .7em;
    background: #f3f3f3;
    outline: none;
    border: none;
    border-left: 2px solid #00b381;
    border-radius: 0px;
    outline: none !important;
    box-shadow: 0px 0px 3px #bdbcbc;
}

.contact-forms textarea {
    resize: none;
    height: 12em;
}

.contact-forms ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

.contact-forms ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.contact-forms :-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.contact-forms :-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

button.sent-butnn {
    width: 100%;
    color: #fff;
    background: #00b381;
    font-size: 16px;
    padding: 10px 0px;
    letter-spacing: 1px;
    border-radius: 5px;
    margin-top: 15px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	opacity:0.7;
}

button.sent-butnn:hover {
	opacity:1;
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.address_mail_footer_grids iframe {
    width: 100%;
    height: 15em;
    padding: 10px;
    border: 1px solid;
}

.footer-icon span,
.sevice-one-inner span {
    font-size: 24px;
    color: #000000;
    line-height: 48px;
}

/*--// contact-- */

/*--footer--*/

footer {
    background: #000;
}

.footer-main p {
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
}

.footer-main p a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-main p a {
    font-weight: 600;
    font-size: 14px;
    color: #096fdc;
}

a.move-top {
    width: 40px;
    height: 40px;
    background: url(../images/arrow.png) no-repeat 0px 0px;
    display: inline-block;
}

/*--// footer-- */
/* Top Button **/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
/* //Top button **/

/*-- responsive sizes --*/

@media screen and (max-width: 1440px) {
    .main-top {
        min-height: 680px;
    }
    .style-banner {
        padding-top: 15em;
    }
    .main-banner h4 {
        font-size: 3.2em;
    }
    .style-banner h5 {
        font-size: 24px;
    }
    #logo a {
        font-size: 37px;
    }
    .title {
        font-size: 42px;
    }
    .title-wls-text p {
        font-size: 18px;
    }
    .blog-info {
        width: 17%;
    }
    .mid-text-info h4 a {
        font-size: 22px;
        line-height: 31px;
    }
    .wthree-about-txt h5,
    .info-matter-join h5 {
        font-size: 34px;
    }
    .contact-address-info h2 a {
        font-size: 33px;
    }
    .contact-forms textarea {
        height: 11em;
    }
}

@media screen and (max-width: 1366px) {
    #logo a span {
        font-size: 15px;
    }
    .view-buttn a {
        font-size: 15px;
        padding: 8px 30px;
    }
    .two-demo-button p {
        padding-right: 39em;
    }
    .w3layouts-abt-info {
        padding: 2em 2em;
    }
    .counter-number {
        font-size: 22px;
    }
    .mid-text-info {
        padding: 1.7em 2em;
    }
    .contact-forms input,
    .contact-forms textarea {
        padding: .8em .7em;
    }
    .address_mail_footer_grids iframe {
        height: 14em;
    }
    .img-abt-info2,
    .img-abt-info1 {
        height: 210px;
    }
}

@media screen and (max-width: 1280px) {
    .main-top {
        min-height: 600px;
    }
    .style-banner {
        padding-top: 12.5em;
    }
    .main-banner h4 {
        font-size: 3em;
    }
    .w3layouts-abt-info {
        padding: 1.7em 1.5em;
    }
    .wthree-about-txt h5,
    .info-matter-join h5 {
        font-size: 32px;
    }
    .title {
        font-size: 39px;
    }
    .abut-headder h4,
    .stat-info h4,
    .contact-address-grid h4,
    .ser-sevice-grid h4,
    .text-grid-gried h4 {
        font-size: 21px;
    }
    .color-img-four,
    .color-img-three,
    .color-img-two,
    .color-img-one {
        height: 586px;
        padding: 173px 26px
    }
    .color-img-five {
        height: 586px;
        padding: 173px 26px;
    }
    .mid-text-info {
        padding: 1.7em 1.5em;
    }
}

@media screen and (max-width: 1080px) {
    .blog-info {
        width: 19%;
    }
    #logo a {
        font-size: 34px;
    }
    .two-demo-button p {
        padding-right: 33em;
    }
    .w3layouts-abt-info {
        padding: 1em 1.5em;
    }
    .title-wls-text p {
        padding: 0em 10em;
    }
    .color-img-four,
    .color-img-three,
    .color-img-two,
    .color-img-one {
        padding: 57px 16px;
    }
    .ser-sevice-grid {
        padding: 1.2em .7em;
    }
    .mid-text-info h4 a {
        font-size: 20px;
        line-height: 30px;
    }
    .mid-text-info {
        padding: 1.5em 1.5em;
    }
    .blog-info {
        width: 23%;
    }
    .wthree-about-txt h5,
    .info-matter-join h5 {
        font-size: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .contact-forms textarea {
        height: 10em;
    }
    .view-buttn a {
        padding: 7px 26px;
    }
    .style-banner h5 {
        font-size: 22px;
    }
    .about-banner h5 {
        font-size: 40px;
    }
    .about-banner h4 {
        font-size: 30px;
    }
    .counter-number {
        font-size: 20px;
    }
    .title-wls-text p {
        font-size: 17px;
    }
    button.sent-butnn {
        font-size: 15px;
        padding: 8px 0px;
    }
    .social-icons li a span {
        width: 31px;
        height: 31px;
        line-height: 31px;
    }
}

@media screen and (max-width: 991px) {
    .two-demo-button p {
        padding-right: 14em;
    }
    .main-top {
        min-height: 565px;
    }
    .main-banner h4 {
        font-size: 2.5em;
    }
    .about-imgs-txt {
        height: 447px;
    }
    .color-img-four,
    .color-img-three,
    .color-img-two,
    .color-img-one {
        padding: 204px 26px;
    }
    .color-img-five {
        padding: 204px 26px;
    }
    .service-two-grids:nth-child(2),
    .team-grid-colum:nth-child(3),
    .team-grid-colum:nth-child(4) {
        margin-top: 25px;
    }
    .title-wls-text p {
        padding: 0em 5em;
    }
    .blog-info {
        top: 49px;
        width: 12%;
        left: -42px;
    }
    .contact-address-info h2 a {
        font-size: 29px;
    }
    .contact-forms textarea {
        height: 9em;
    }
}

@media screen and (max-width: 800px) {
    #logo a {
        font-size: 31px;
    }
    nav ul li a {
        padding: 7px 12px;
    }
    .wthree-about-txt h5,
    .info-matter-join h5 {
        font-size: 28px;
    }
    .title {
        font-size: 37px;
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 768px) {
    .main-top {
        min-height: 520px;
    }
    .main-banner h4 {
        font-size: 2.3em;
    }
    .style-banner h5 {
        font-size: 20px;
    }
    .style-banner {
        padding-top: 11em;
    }
    .about-banner h5 {
        font-size: 40px;
    }
    .about-banner h4 {
        font-size: 30px;
    }
    .abut-headder h4,
    .stat-info h4,
    .contact-address-grid h4,
    .ser-sevice-grid h4,
    .text-grid-gried h4 {
        font-size: 20px;
    }
    .color-img-four,
    .color-img-three,
    .color-img-two,
    .color-img-one {
        height: 532px;
        padding: 1773px 26px
    }
    .color-img-five {
        padding: 177px 26px;
        height: 532px;
    }
    .blog-info {
        top: 61px;
        width: 15%;
        left: -36px;
    }
    .contact-forms input,
    .contact-forms textarea {
        padding: .7em .7em;
    }
    .address_mail_footer_grids iframe {
        height: 12em;
    }
}

@media screen and (max-width: 767px) {
    .style-banner {
        padding-top: 10.5em;
    }
    .main-banner h4 {
        font-size: 2.1em;
    }
    .two-demo-button p {
        padding-right: 7em;
    }
    .view-buttn a {
        padding: 7px 23px;
    }
    #logo a {
        font-size: 29px;
    }
    .about-imgs-txt {
        margin-top: 35px;
    }
    .title-wls-text p {
        font-size: 16px;
        padding: 0em .5em;
    }
    .color-img-four,
    .color-img-three,
    .color-img-two,
    .color-img-one {
        padding: 44px 16px;
    }
    .address-grid {
        margin-top: 20px;
    }
}

@media screen and (max-width: 736px) {
    .view-price a {
        padding: 8px 14px;
    }
    .wthree-about-txt h5,
    .info-matter-join h5 {
        font-size: 26px;
        letter-spacing: 1px;
    }
    .stats-grid:nth-child(3),
    .stats-grid:nth-child(4) {
        margin-top: 20px;
    }
    .count-icon span {
        font-size: 23px;
        margin-bottom: 13px;
    }
    .title {
        font-size: 35px;
    }
    .mid-text-info h4 a {
        font-size: 18px;
    }
    .contact-address-info h2 a {
        font-size: 27px;
    }
    .color-img-four,
    .color-img-three,
    .color-img-two,
    .color-img-one {
        height: 162px;
        padding: 163px 26px
    }
    .color-img-five {
        padding: 163px 26px;
    }
}

@media screen and (max-width: 667px) {
    .about-imgs-txt {
        height: 405px;
    }
    .mid-text-info {
        padding: 1.2em 1.5em;
    }
}

@media screen and (max-width: 640px) {
    .main-top {
        min-height: 500px;
    }
    .main-banner h4 {
        font-size: 1.8em;
    }
    .style-banner h5 {
        font-size: 18px;
    }
    .about-banner h5 {
        font-size: 40px;
    }
    .about-banner h4 {
        font-size: 30px;
    }
    .color-img-four,
    .color-img-three,
    .color-img-two,
    .color-img-one {
        height: 589px;
        padding: 143px 26px
    }
    .color-img-five {
        height: 489px;
        padding: 143px 26px;
    }
    .social-icons li a span {
        width: 29px;
        height: 29px;
        line-height: 29px;
    }
}

@media screen and (max-width: 600px) {
    .title {
        font-size: 33px;
    }
    .two-demo-button p {
        padding-right: 3em;
    }
    .color-img-four,
    .color-img-three,
    .color-img-two,
    .color-img-one {
        height: 242px;
    }
    .color-img-four,
    .color-img-three,
    .color-img-two,
    .color-img-one {
        padding: 32px 16px;
    }
    .blog-info {
        width: 18%;
    }
    .address_mail_footer_grids iframe {
        height: 11em;
    }
}

@media screen and (max-width: 568px) {
    .counter-number {
        font-size: 18px;
    }
    .color-img-four,
    .color-img-three,
    .color-img-two,
    .color-img-one {
        height: 194px;
    }
    .team-grid-colum,
    .gallery-img-grid {
        width: 50%;
    }
    .blog-info {
        position: inherit;
        top: 0px;
        left: 0px;
        margin-bottom: 15px;
    }
    .contact-address-info h2 a {
        font-size: 24px;
        letter-spacing: 1px;
    }
    .footer-main p {
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 480px) {
    .main-top {
        min-height: 442px;
    }
    .style-banner {
        padding-top: 9.5em;
    }
    .title-wls-text p {
        font-size: 15px;
    }
    .color-img-five {
        padding: 131px 26px;
    }
    .text-grid-gried {
        padding: 13px 15px;
    }
    .blog-info a ul {
        padding: 13px;
    }
    .contact-forms input,
    .contact-forms textarea {
        padding: .6em .6em;
    }
    .footer-main p {
        line-height: 28px;
    }
}

@media screen and (max-width: 440px) {
    .main-banner h4 {
        font-size: 1.6em;
    }
    #logo a span {
        font-size: 14px;
    }
    .two-demo-button p {
        font-size: 14px;
        padding-right: 1em;
    }
    .view-buttn a {
        font-size: 14px;
    }
}

@media screen and (max-width: 414px) {
    .color-img-five {
        padding: 118px 26px;
    }
    .team-grid-colum {
        width: 65%;
        margin: 0px auto;
    }
    .gallery-img-grid {
        width: 100%;
    }
    .team-grid-colum:nth-child(2) {
        margin-top: 20px;
    }
    .contact-address-info h2 a {
        font-size: 22px;
    }
}

@media screen and (max-width: 384px) {
    .style-banner h5 {
        font-size: 16px;
    }
    .about-banner h5 {
        font-size: 40px;
    }
    .about-banner h4 {
        font-size: 30px;
    }
    .main-banner h4 {
        font-size: 1.4em;
    }
    .headder-top {
        padding: .7em .5em;
    }
    .title-wls-text p {
        font-size: 14px;
    }
    .ser-sevice-grid {
        padding: 1em .7em;
    }
    .color-img-five {
        padding: 96px 26px;
    }
    .color-img-four,
    .color-img-three,
    .color-img-two,
    .color-img-one {
        padding: 96px 26px;
    }
}

@media screen and (max-width: 375px) {
    .toggle {
        padding: 5px 15px;
    }
    .view-buttn a {
        padding: 7px 16px;
    }
    .style-banner {
        padding-top: 9em;
    }
    .team-grid-colum {
        width: 70%;
    }
}

@media screen and (max-width: 320px) {
    .style-banner {
        padding-top: 8.5em;
    }
    .style-banner h5 {
        font-size: 15px;
        letter-spacing: 0px;
    }
    .about-banner {
        padding-top: 8.5em;
    }
    .about-banner h5 {
        font-size: 35px;
        letter-spacing: 0px;
    }
    .about-banner h4 {
        font-size: 25px;
        letter-spacing: 0px;
    }
    .two-demo-button p {
        font-size: 13px;
        letter-spacing: 0px;
        padding-right: 0em;
    }
    .color-img-five {
        padding: 71px 26px;
    }
    .team-grid-colum {
        width: 85%;
    }
    .title {
        font-size: 31px;
    }
}

/*-- //responsive sizes --*/