@charset "utf-8";

.head_003 {
    position: relative;
    background-color: #fff;
    width: 100%;
    z-index: 999999;
}

.indexbg {
    padding: 50px 0;
}

/*advantage */
.advantage {
    width: 100%;
    background-color: #ffd808;
    position: relative;
    z-index: 9;
    padding: 60px 0;
}

.advantage .single-news {
    z-index: 999;
    background: none !important;
    text-align: center;
    transition: all ease 0.3s;
    cursor: pointer;
    margin-bottom: 20px;
}

.advantage .single-news .news-content {
    text-align: center;
    padding: 20px 0 35px 0;
    background-color: #fff;
}

.advantage .single-news .news-content p {
    color: #222;
    font-size: 14px;
    margin: 15px 0 25px 0;
    height: 70px;
}

.button .btn {
    position: relative;
    color: #111;
    background: #ffd808;
    display: inline-block;
    border: none;
    padding: 0px 40px 0px 40px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 5;
    display: inline-block;
    padding: 13px 32px;
    border-radius: 0px;
    border-radius: 30px;
    font-weight: 500;
    overflow: hidden;
}

.button .btn::before {
    position: absolute;
    content: "";
    left: 40px;
    bottom: -81px;
    height: 30px;
    width: 30px;
    background: #000;
    z-index: -1;
    border-radius: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    overflow: hidden;
}

.button .btn:hover:before {
    height: 240px;
    width: 240px;
    left: -40px;
}

.advantage .single-news:hover {
    box-shadow: 0px 0 0 #00000021;
}

.button .btn {
    color: #000;
    font-size: 16px;
    text-transform: capitalize;

}

.button .btn:hover {
    color: #fff
}

.advantage .single-news {
    transition: all ease 0.3s;
}

.single-news .news-head {
    position: relative;
    overflow: hidden;
    transition: all ease 0.3s;
}


.single-news .news-content {
    text-align: left;
    z-index: 99;
    position: relative;
    padding: 40px 30px 0 30px;
}

.single-news .news-content h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all ease 0.3s;
    word-wrap: break-word;
    word-break: break-all;

}

.single-news .news-content h2 a {
    color: #333;
    transition: all ease 0.3s;
}

.single-news .news-content:hover h2 a {
    color: #ffd808;
    transition: all ease 0.3s;
}

.single-news .news-content p {
    font-weight: 300;
    margin: 20px 0 30px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.single-news img {
    transition: all ease 0.3s;
}
.single-news_img {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 66%;
  }
  .single-news_img_news {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 100%;
  }
  .single-news img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
  }

.single-news:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    transition: all ease 0.3s;
}

/* about */
.about-content {
    padding: 60px 0;
}

.content-inner {
    padding-top: 50px;
    width: 90%;
}

.content-inner h1 {
    display: inline-block;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 36px;
}

.content-inner h3 {
    font-size: 24px;
    padding-bottom: 20px;
    font-weight: bold;
}

.content-inner p {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 27px;
}

.about-content .image {
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.about-content .image::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    border: 12px solid #ffd808;
    height: 350px;
    width: 350px;
    z-index: -1;
}

.about-content .image::after {
    position: absolute;
    content: "";
    left: 167px;
    top: -77px;
    height: 558px;
    width: 92px;
    z-index: -1;
    background: #fff;
    transform: rotate(45deg);
}

.about-content .image img {
    width: 100%;
    height: 100%;
    display: block;
    float: left;
    margin-top: 50px;
    transform: translateX(50px);
}

.section-title {
    text-align: left;
    margin-bottom: 30px;
}

.section-title h2:after {
    left: 0;
    margin-left: 0px;
}

/* product */
.inedxbg {
    background-color: #f4f7fc;
    padding: 50px 0;
}

.section-title span {
    color: #ffd808;
    text-transform: uppercase;
}

.section-title h2 {
    font-size: 35px;
    padding-bottom: 25px;
    margin-bottom: 20px;
    text-transform: capitalize;
    position: relative;
    color: #2c2d3f;
    font-weight: 700;
}

.section-title h2::after {
    content: "";
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #ffd808;
    border-radius: 0px;
}

.single-work {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 9;
    cursor: pointer;
}

.single-work_img {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 100%;
  }
  
  .single-work_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
  }

.single-work:before {
    background: #ffd808;
    top: 0px;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    left: 0px;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
}

.single-work:hover:before {
    opacity: 0.9;
    visibility: visible;
}

.single-work img {
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.single-work:hover img {
    transform: scale(1.2);
}

.single-work .works-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 35px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 9;
}

.single-work:hover .works-hover {
    opacity: 1;
    visibility: visible;
}

.single-work .works-hover a {
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.single-work .works-hover h4 {
    color: #000;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 30px;
    position: relative;
    /*text-transform: uppercase;*/
    transform: translateY(-20px);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: inline-block;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    word-wrap: break-word;
}

.single-work .works-hover h4 a {
    color: #000;
    padding: 0px 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.single-work:hover .works-hover h4 {
    transform: translateY(0px);
}

.single-work .works-hover p {
    color: #000;
    font-size: 14px;
    transform: translateY(-20px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.single-work:hover .works-hover p {
    transform: translateY(0px);
}

.single-work .works-hover .link {
    font-size: 13px;
    color: #000;
    background: transparent;
    text-align: center;
    position: absolute;
    display: block;
    z-index: 9999;
    border-radius: 100%;
    border: 1px solid #000;
    height: 40px;
    width: 40px;
    line-height: 39px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    right: 35px;
    bottom: 35px;
}

.single-work .works-hover .link:hover {
    background: #000;
    color: #ffd808;
    border-color: transparent;
}


/* indextitle */

.indextitle {
    width: 60%;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
    padding: 50px 0 10px 0;
    position: relative;

}

.indextitle span {
    color: #ffd808;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
}

.indextitle h2 {
    margin-top: 10px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
}

.indextitle h2::after {
    content: "";
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 45%;
    background: #ffd808;
    border-radius: 0px;
}

/* services */
.services {
    background: #fff;
}

.services .single-service {
    position: relative;
    background: #fff;
    padding: 30px;
    margin-top: 30px;
    border-radius: 0px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
    box-shadow: 0px 0px 20px #dedede;
}

.services .single-service:hover {
    background: #ffd808;
}

.services .single-service.active {
    background: #ffd808;
}

.services .single-service.active {
    background: #ffd808;
}

.services .single-service i {
    font-size: 48px;
    margin-bottom: 20px;
    color: #ffd808;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.services .single-service:hover i {
    color: #fff;
}

.services .single-service.active i {
    color: #fff;
}

.services .single-service .number {
    font-size: 42px;
    color: #e5e5e5;
    position: absolute;
    right: 30px;
    opacity: 0.8;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: 600;
    top: 40px;
}

.services .single-service:hover .number,
.services .single-service.active .number {
    color: #e5e5e5;
    opacity: 1;
    visibility: visible;
}

.services .single-service h4 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 23px;
    padding-bottom: 8px;
    line-height: 42px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.services .single-service:hover h4 {
    color: #fff;
}

.services .single-service.active h4 {
    color: #fff;
}

.services .single-service h4:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    height: 2px;
    width: 50px;
    background: #ffd808;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.services .single-service:hover h4:before {
    background: #fff;
}

.services .single-service.active h4:before {
    background: #fff;
}

.services .single-service p {
    color: #444;
    line-height: 28px;
    height: 80px;
    font-size: 15px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.services .single-service:hover p {
    color: #fff;
}

.services .single-service.active p {
    color: #fff;
}

.services .single-service .btn {
    margin-top: 30px;
    display: inline-block;
    color: #ffd808;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #ddd;
    background: transparent;
}

.services .single-service .btn:before {
    background: #fff;
}

.services .single-service:hover .btn {
    color: #fff;
}

.services .single-service .btn:hover {
    color: #333;
    border-color: transparent;
}

/* ban */
.call-action {
    margin-top: 50px;
    
    position: relative;
    padding: 80px 0;
}

.overlay::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #111;
    opacity: 0.8;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 0;
}

.call-action .call-content {
    text-align: center;
    z-index: 9;
    position: relative;
}

.call-action .call-content h3 {
    text-transform: capitalize;
    color: #ffd808;
    font-size: 36px;
    font-weight: 700;
    padding-top: 6px;
}

.call-action .call-content h3 .span2 {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    display: block;
    margin: 22px 0px 26px 0px;
}

.call-action .call-content .button .btn {
    background: #fff;
    color: #333;
}

.call-action .call-content .button .btn:before {
    display: none;
}

.call-action .call-content .button .btn:hover {
    background: #fff;
    color: #333;
}

/* faq */
.accordion-button:not(.collapsed) {
    background: #ffd808;
    color: #000;
    font-weight: bold;
}

.faq-area .accordion-item {
    margin-bottom: 20px;
}

.faq-area {
    background: #fff;
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}

.faq-area strong {
    font-weight: normal;
}

.faq-area .section-title {
    text-align: left;
    margin-bottom: 47px;
}

.faq-area img {
    width: 100%;
}

.faq-area .section-title h2:after {
    left: 0;
    margin-left: 0px;
}

.faq-area .accordion {
    padding-top: 50px;
}

/* testimonials */
.testimonials {
    background: #ffd808;
    text-align: center;
    margin-top: 50px;
}

.testimonials_left {
    padding: 0 0;
    padding-bottom: 50px;
}

.testimonials_left {
    position: relative;
}

.overlay::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #111;
    opacity: 0.7;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 0;
}

.testimonials .section-heading {
    padding-top: 70px;
    position: relative;
}

.testimonials .section-heading h5 {
    color: #777;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
}

.testimonials .section-heading h4 {
    color: #fff;
    font-size: 27px;
    margin-bottom: 20px;
}

.testimonials .single-testimonial {
    text-align: center;
    background: transparent;
    color: #fff;
    padding: 40px;
    box-shadow: 0px 0px 7px #0000001a;
    margin-top: 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-right: 3px solid transparent;
}

.testimonials .single-testimonial i {
    font-size: 30px;
    color: #ffd808;
    margin-bottom: 20px;
}

.testimonials .single-testimonial p {
    position: relative;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
}

.testimonials .single-testimonial .inner {
    position: relative;
}

.testimonials .single-testimonial img {
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-top: 30px;
}

.testimonials .single-testimonial .name {
    padding-top: 18px;
    color: #fff;
    font-size: 16px;
}

.testimonials .single-testimonial .name span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    color: #fff;
}

.testimonials .contact-form-box {
    padding: 0px 60px;
}

.testimonials .contact-form-box .mailform input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    height: 50px;
    width: 100%;
    padding: 0px 15px;
    margin-bottom: 15px;
    background: #f9f9f9;
    border-radius: 0px;
    border: none;
}

.testimonials .contact-form-box .mailform textarea {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    padding: 15px 12px;
    width: 100%;
    background: #f9f9f9;
    border-radius: 0px;
    border: none;
    max-height: 100px;
}

.testimonials .contact-form-box .mailform .button {
    text-align: left;
    margin-top: 15px;
}

.testimonials .contact-form-box .mailform .button .btn {
    text-align: left;
    padding: 13px 40px;
    background: #fff;
    color: #333;
}

.testimonials .contact-form-box .mailform .button .btn:hover {
    color: #fff;
}


/* news */
.blog {
    background: #F4F7FC;
    padding-bottom: 50px;
}

.blog .single-news {
    background: #fff;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-bottom: 20px;
}

.blog .single-news:hover {
    box-shadow: 0px 4px 20px #00000021;
}

.blog .single-news img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blog .single-news .news-head {
    position: relative;
    overflow: hidden;
}

.blog .single-news:hover .news-head img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.blog .single-news .news-content {
    text-align: left;
    z-index: 9;
    position: relative;
    padding: 40px 30px 0 30px;
}

.blog .single-news .news-body h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
}

.blog .single-news .news-body h2 a {
    color: #333;
}

.blog .single-news .news-body h2 a:hover {
    color: #ffd808;
}

.blog .single-news .news-content p {
    font-weight: 300;
    margin: 20px 0 30px 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;

}

.blog .single-news .bottom {
    overflow: hidden;
    padding: 20px 0px;
    border-top: 1px solid #dddddda8;
}

.blog .single-news .bottom i {
    color: #ffd808;
    margin-right: 10px;
    display: inline-block;
}

.blog .single-news .bottom span {
    display: inline-block;
    color: #666;
}

.blog .single-news .bottom .left {
    display: inline-block;
    float: left;
}

.blog .single-news .bottom .right {
    display: inline-block;
    float: right;
}

/* footer */

footer {
    background: #111;
    font-weight: normal;
}

footer .footer-top {
    padding: 60px 0px 70px 0;
}

footer .single-footer {
    margin-top: 30px;
}

footer .single-footer h3 {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
    text-transform: uppercase;
}

footer .f-about .logo {
    margin-bottom: 23px;
}

footer .f-about .text {
    color: #ccc;
    margin-bottom: 9px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Social */
footer .f-about .social {
    margin-top: 20px;
}

footer .f-about .social li {
    display: inline-block;
    margin-right: 10px;
}

footer .f-about .social li:last-child {
    margin-right: 0px;
}

footer .f-about .social li a {
    color: #ffffff9e;
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #ffffff9e;
    border-radius: 100%;
    display: block;
    font-size: 14px;
}

footer .f-about .social li a:hover {
    background: #ffd808;
    border-color: #ffd808;
    color: #fff;
}

footer .f-about .social li.active a {
    background: #ffd808;
    border-color: #ffd808;
    color: #fff;
}

/* Footer Link */
footer .f-link ul li {
    margin-bottom: 15px;
}

footer .f-link ul li:last-child {
    margin-bottom: 0px;
}

footer .f-link ul li a {
    display: inline-block;
    color: #ccc;
    word-wrap: break-word;
    word-break: break-all;
}

footer .f-link ul li a:hover {
    color: #ffd808;
}

footer .f-link ul li a i {
    display: inline-block;
    margin-right: 0px;
    font-size: 9px;
    transform: translateY(-1px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

footer .f-link ul li a:hover i {
    margin-right: 6px;
    opacity: 1;
    visibility: visible;
}

/* Latest News */
footer .latest-news {}

footer .single-news {
    margin-bottom: 20px;
    padding-left: 90px;
    position: relative;
    border-bottom: 1px solid #dddddd47;
    padding-bottom: 20px;
}

footer .single-news:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: none;
}

footer .single-news img {
    width: 70px;
    height: 70px;
    border-radius: 0;
    position: absolute;
    left: 0;
}

footer .single-news h4 {
    font-size: 15px;
    line-height: 23px;
}

footer .single-news h4 a {
    color: #ccc;
    font-weight: 400;
}

footer .single-news h4 a:hover {
    color: #ffd808;
}

footer .single-news .date {
    color: #eee;
    display: block;
    margin-top: 7px;
    font-size: 13px;
}

/* Copyright */
footer .copyright {
    background: #111;
    overflow: hidden;
    border-top: 1px solid #fff3;
    padding: 20px 0;
    text-align: center;
    color: #fff
}

footer .copyright-content p {
    color: #ccc;
}

footer .copyright-content a {
    font-weight: 500;
    color: #ccc;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

footer .copyright-content p a:hover {
    color: #fff;
}

footer .copyright-content .links {
    float: right;
}

footer .copyright-content .links li {
    display: inline-block;
    margin-right: 15px;
}

footer .copyright-content .links li:last-child {
    margin-right: 0px;
}

footer .copyright-content .links li a {
    color: #ccc;
}

footer .copyright-content .links li a:hover {
    color: #ffd808;
}

footer .single-footer {
    margin-top: 30px;
}

.foot_contact {
    color: #ccc;
    line-height: 22px;
    font-size: 14px;
}

.foot_contact a {
    color: #ccc;
}

.foot_contact ul li {
    padding-bottom: 8px;
}

.foot_contact ul li a:hover {
    color: #ffd808
}

.fot_tags {
    border-bottom: 1px #ccc solid;
    color: #ccc;
    padding-bottom: 20px;
}

.fot_tags a {
    padding-right: 10px;
    color: #ccc;
}

@media (max-width:576px) {
    .single-work .works-hover .link{
        bottom: 10px;
    }
    .single-work .works-hover h4 a{
            -webkit-line-clamp: 3;
            font-size: 14px;
    }
    .advantage .single-news .news-content p{
        height: 85px;
        -webkit-line-clamp: 4;
        margin: 15px 5px 25px 5px;
    }
    .bg-dark {
        background-color: #fff !important;
    }

    .indexbg {
        padding: 20px 0;
    }

    .indextitle {
        width: 100%;
    }

    .indextitle h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .navbar-toggler {
        background-color: #ffd808;
    }

    header .topbar {
        display: none;
    }

    .content-inner {
        width: 100%;
        padding-top: 0;
        padding-bottom: 50px;
    }

    .call-action .call-content h3 {
        font-size: 30px;
        line-height: 30px;
    }

    .testimonials .section-heading {
        padding-top: 50px;
    }

    .testimonials .contact-form-box {
        padding: 0 10px 50px 10px !important;
    }
    .single-work .works-hover{
        padding: 0 0;
    }
    .single-work .works-hover p{
        display: none;
    }
    .single-work .works-hover h4{
        font-size:18px
    }

}

@media (min-width:576px) and (max-width:768px) {
    .single-work .works-hover h4 a{
            -webkit-line-clamp: 3;
    }
    .advantage .single-news .news-content p{
        height: 85px;
        -webkit-line-clamp: 4;
        margin: 15px 5px 25px 5px;
    }
    .bg-dark {
        background-color: #fff !important;
    }

    .indexbg {
        padding: 20px 0;
    }

    .indextitle {
        width: 100%;
    }

    .indextitle h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .navbar-toggler {
        background-color: #ffd808;
    }

    header .topbar {
        display: none;
    }

    .content-inner {
        width: 100%;
        padding-top: 0;
        padding-bottom: 50px;
    }

    .call-action .call-content h3 {
        font-size: 30px;
        line-height: 30px;
    }

    .testimonials .section-heading {
        padding-top: 50px;
    }

    .testimonials .contact-form-box {
        padding: 0 10px 50px 10px !important;
    }
    .single-work .works-hover{
        padding:15px;
    }
    .faq-area{
        padding-bottom: 0;
    }

}

@media (min-width:768px) and (max-width:992px) {
    .single-work .works-hover h4 a{
            -webkit-line-clamp: 3;
    }
.advantage .single-news .news-content p{
        height: 85px;
        -webkit-line-clamp: 4;
        margin: 15px 5px 25px 5px;
    }
    .bg-dark {
        background-color: #fff !important;
    }

    .indexbg {
        padding: 20px 0;
    }

    .indextitle {
        width: 100%;
    }

    .indextitle h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .navbar-toggler {
        background-color: #ffd808;
    }

    header .topbar {
        display: none;
    }

    .content-inner {
        width: 100%;
        padding-top: 0;
        padding-bottom: 50px;
    }
    .faq-area{
        padding-bottom: 0;
    }

}

@media (min-width:992px) and (max-width:1200px) {
    .single-work .works-hover h4 a{
            -webkit-line-clamp: 3;
    }
    .advantage .single-news .news-content p{
        height: 106px;
        -webkit-line-clamp: 5;
        margin: 15px 5px 25px 5px;
    }
    .bg-dark {
        background-color: #fff !important;
    }

    header .topbar {
        display: none;
    }

    .navbar-toggler {
        background-color: #ffd808;
    }

    .content-inner {
        padding-top: 0;
        width: 100%;
    }

    .content-inner h1 {
        margin-bottom: 10px;
    }

    .single-work .works-hover {
        padding: 10px 10px;
    }
}

@media (min-width:1200px) and (max-width:1400px) {}

@media (min-width:1400px) and (max-width:1680px) {}