@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Open+Sans:300,400,600,700);
.main-slider {
    overflow: hidden;
}
.slide-item.bg-img {
    background-attachment: scroll;
}
.slider-content h1 {
    -webkit-animation-duration: 0.8s !important;
    animation-duration: 0.8s !important;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}
.slider-content b {
    -webkit-animation-duration: 0.8s !important;
    animation-duration: 0.8s !important;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}
.slider-content p {
    -webkit-animation-duration: 0.8s !important;
    animation-duration: 0.8s !important;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    margin-top: 10px;
}
.slider-content .btn-group-left {
    padding-top: 10px !important;
}
.slider-content .b-btn {
    -webkit-animation-duration: 0.8s !important;
    animation-duration: 0.8s !important;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.content-block {
    z-index: 1;
}
.bg-img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
}
.bg-img-wrap.w-55 {
    width: 55%;
}
.bg-color.pos-right,
.bg-img-wrap.pos-right {
    left: auto;
    right: 0;
}
.bg-img-wrap div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.bg-img-wrap div.atts-scroll {
    background-attachment: scroll;
}
@media all and (max-width: 767px) {
    .bg-img-wrap,
    .bg-img-wrap.w-55 {
        position: inherit;
        width: 100%;
        height: auto;
        min-height: 250px;
    }
}
.bg-color {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.icon-wrap {
    margin: 0 auto;
    position: relative;
}
.service-box-2:hover {
    background-color: #fab702;
    transition: all 0.5s ease-in-out;
}
.service-box-2:hover h4 {
    color: #fff;
}
.service-box-2:hover p {
    color: #eee;
}
.service-box-2:hover .read-more {
    color: #eee;
}
.service-box {
    padding-left: 80px;
    position: relative;
}
.service-box i {
    position: absolute;
    top: 0;
    left: 0;
}
.service-item {
    position: relative;
    overflow: hidden;
}
.service-item img {
    transition: all 0.8s ease-in-out;
}
.service-item:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    transition: all 3s ease-in-out;
}
.service-item .post-info {
    background-color: rgba(0, 0, 0, 0.5686274509803921);
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    width: 100%;
}
.service-item .post-info a:hover {
    text-decoration: underline;
    opacity: 1;
}
.service-box {
    position: relative;
}
.service-box i {
    position: absolute;
    top: 0;
    left: 0;
}
.services-items .service-box {
    padding: 60px 20px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.services-items .service-box:hover a,
.services-items .service-box:hover h4 {
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.services-items .service-box:hover p {
    color: #ddd;
    transition: all 0.3s ease-in-out;
}
.service-box .hover-img {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.services-items .service-box:hover .hover-img {
    opacity: 1;
    visibility: visible;
}
.services-items .service-box.hover-yellow:hover {
    background-color: #fab702;
    transition: all 0.3s ease-in-out;
}
.services-items .hover-yellow:hover p {
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.filter-menu {
    display: inline-block;
}
.filter-menu li {
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    display: inline-block;
    padding: 6px 10px;
    margin-left: -5px;
    cursor: pointer;
    color: #262626;
    opacity: 0.7;
    font-weight: 600;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.filter-menu li.active {
    border-top: 2px solid #fab702;
    border-bottom: 2px solid #fab702;
    transition: all 0.3s ease-in-out;
}
.filter-menu li:after {
    content: "|";
    position: absolute;
    right: -2px;
    top: 5px;
}
.filter-menu li:last-child:after {
    display: none;
}
.portfolio-box {
    position: relative;
    height: inherit;
    overflow: hidden;
}
.portfolio-box .overlay {
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.3s ease-in-out;
}
.portfolio-box .overlay:hover {
    text-decoration: none;
}
.portfolio-box .overlay .portfolio-content {
    display: inline-block;
    width: auto;
    height: auto;
    position: absolute;
    right: 35px;
    bottom: 25px;
}
.portfolio-box .overlay .portfolio-content h4 {
    margin: 0 0 -3px;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.portfolio-box .overlay .portfolio-content p {
    margin: 0;
    font-size: 13px;
    display: inline-block;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.portfolio-box:hover .overlay {
    visibility: visible;
    opacity: 1;
}
.portfolio-box:hover .overlay .portfolio-content h4 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 0.4s;
    opacity: 1;
}
.portfolio-box:hover .overlay .portfolio-content p {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition-delay: 0.6s;
    opacity: 1;
}
.testi-content {
    margin-left: 30px;
}
.testimonial-item img {
    width: 100px !important;
    height: 100px;
    margin: 0 auto;
}
.review-box-2 img {
    margin-top: -90px;
}
.review-box-3 {
    position: relative;
    border: 1px solid #eaeaea;
    background-color: #f7f7f7;
}
.review-box-3:before {
    background-color: #f7f7f7;
    content: "";
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 60px;
    bottom: -13px;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}
.review-item .client-info {
    position: relative;
    padding-left: 130px;
    height: 80px;
    padding-top: 20px;
}
.review-item .client-info img {
    height: 80px;
    width: 80px !important;
    border-radius: 50%;
    position: absolute;
    left: 35px;
    bottom: 0;
}
.rating {
    margin-left: 5px;
}
.rating li {
    display: inline-block;
    margin-right: -1px;
    font-size: 13px;
}
.review-box-4 .testi-content {
    padding-left: 75px;
    position: relative;
    margin-left: 0;
}
.review-box-4 .testi-content .rank {
    font-size: 16px;
    padding: 15px 25px;
    border-radius: 50%;
    border: 2px solid #fab702;
    position: absolute;
    left: 0;
    top: 0;
}
.counter-box-2 {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    position: relative;
    padding: 40px 0;
    z-index: 1;
}
.counter-box-2:before {
    border: 1px solid #fff;
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.counter-box-3 {
    border: 2px solid #fff;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    position: relative;
    padding: 50px 0;
    border-radius: 50%;
}
.team-box {
    position: relative;
}
.team-box .overlay {
    background-color: rgba(34, 34, 34, 0.8);
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.team-box:hover .overlay {
    visibility: visible;
    opacity: 1;
}
.team-box h4,
.team-box p {
    margin: 0;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    transition: all 0.5s ease-in-out;
    opacity: 0;
}
.team-box:hover h4,
.team-box:hover p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.team-box:hover h4 {
    transition-delay: 0.4s;
}
.team-box:hover p {
    transition-delay: 0.5s;
}
.team-box .social-icon-white {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 30px;
}
.article-box {
    padding-bottom: 5px;
}
.article-box .post-thumb {
    max-height: 220px;
}
.article-box .entry-content .date {
    display: block;
    color: #262626;
    opacity: 0.6;
}
.article-box .entry-content .date:hover {
    color: #262626;
    opacity: 0.9;
    text-decoration: none;
}
.post-thumb {
    position: relative;
}
.post-thumb .video-post {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}
.pagination-wrap li a {
    border: 1px solid #ddd;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #777;
    font-weight: 600;
}
.pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
}
.pagination-wrap li a.active {
    background-color: #fab702;
    border: 1px solid #fab702;
    color: #fff;
}
.social-share-wrap {
    overflow: hidden;
    margin: 40px 0;
}
.share-icon {
    display: inline-block;
    margin-left: 10px;
}
.share-icon li {
    display: inline-block;
    margin-right: 10px;
}
.share-icon li:nth-child(1) a {
    background-color: #3b5998;
}
.share-icon li:nth-child(2) a {
    background-color: #1dcaff;
}
.share-icon li:nth-child(3) a {
    background-color: #db4a39;
}
.share-icon li a {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    padding: 5px 10px;
}
.share-icon li a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.sidebar-widget {
    overflow: hidden;
}
.search-form {
    position: relative;
}
.search-form .form-control {
    box-shadow: none;
    width: 100%;
    display: block;
    border: 1px solid #ddd;
    clear: #444;
    height: auto;
    padding: 15px 20px;
    border-radius: 3px;
    padding-right: 60px;
}
.search-form .search-btn {
    background-color: transparent;
    font-size: 24px;
    color: #888;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 13px 0;
    opacity: 0.6;
}
.search-form .search-btn:focus,
.search-form .search-btn:hover {
    opacity: 1;
}
.search-form input::-webkit-input-placeholder {
    color: #888 !important;
}
.search-form input:-moz-placeholder {
    color: #888 !important;
}
.search-form input::-moz-placeholder {
    color: #888 !important;
}
.search-form input:-ms-input-placeholder {
    color: #888 !important;
}
.cat-list li {
    display: block;
}
.cat-list li:last-child a {
    border-bottom: 1px solid #ddd;
}
.cat-list li a {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    padding: 10px 18px;
    color: #444;
    font-size: 13px;
}
.cat-list li a:hover {
    text-decoration: none;
    background-color: #fab702;
    color: #fff;
}
.tag-list li {
    display: inline-block;
    margin: 3px;
}
.tag-list li a {
    background-color: #111;
    display: inline-block;
    padding: 5px 10px;
    font-size: 13px;
    color: #fff;
}
.tag-list li a:hover {
    background-color: #fab702;
    color: #fff;
    text-decoration: none;
}
.recent-post h4 a:hover {
    opacity: 1;
    text-decoration: underline;
}
.video-block {
    z-index: 1;
}
.video-box {
    position: relative;
}
.video-box .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.video-content {
    padding: 33px 0;
}
.video-bg-image {
    width: 45%;
    height: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
}
.video-bg-image img {
    height: 100%;
}
.form-control {
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.form-control:focus,
.form-control:hover {
    outline: 0;
}
.form-control {
    box-shadow: none;
}
.form-control:focus,
.form-control:hover {
    box-shadow: none;
    outline: 0;
    border: 1px solid #bbb;
}
.cf-wrapper .form-control {
    background: 0 0;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    color: #282828;
    padding: 10px;
}
.form-box .form-control {
    border: 1px solid #ddd;
    border-radius: 0;
    background-color: #fff;
}
.submi-btn .b-btn {
    background-color: #000;
    margin-top: 10px;
}
.cf-wrapper .form-control:focus,
.cf-wrapper .form-control:hover {
    border-bottom: 1px solid #999;
    box-shadow: none;
}
#form-messages {
    display: none;
}
#form-messages.alert-danger,
#form-messages.alert-success {
    display: block;
}
.cf-wrapper input::-webkit-input-placeholder,
.cf-wrapper textarea::-webkit-input-placeholder {
    color: #888 !important;
}
.cf-wrapper input:-moz-placeholder,
.cf-wrapper textarea:-moz-placeholder {
    color: #888 !important;
}
.cf-wrapper input::-moz-placeholder,
.cf-wrapper textarea::-moz-placeholder {
    color: #888 !important;
}
.cf-wrapper input:-ms-input-placeholder,
.cf-wrapper textarea:-ms-input-placeholder {
    color: #888 !important;
}
.campaign-form .form-control {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: none;
    color: #444;
    height: 60px;
    width: 100%;
    border-radius: 3px;
}
.campaign-form .form-control:focus,
.reg-form .form-control:focus {
    outline: 0;
}
.campaign-form .b-btn {
    width: 100%;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    padding: 15px 0;
}
.campaign-form input::-webkit-input-placeholder {
    color: #888 !important;
}
.campaign-form input:-moz-placeholder {
    color: #888 !important;
}
.campaign-form input::-moz-placeholder {
    color: #888 !important;
}
.campaign-form input:-ms-input-placeholder {
    color: #888 !important;
}
.google-map {
    width: 100%;
    height: 400px;
}
.brand-item a {
    opacity: 0.3;
    display: block;
}
.brand-item a:hover {
    opacity: 1;
}
.widget-section {
    padding: 50px 0 0;
}
.addr-info li {
    color: #fff;
    margin-bottom: 5px;
}
.addr-info.footer-addr li {
    color: #fff;
    margin-bottom: 13px;
}
.addr-info li:last-child {
    margin: 0;
}
.addr-info li span {
    color: #fff;
}
.addr-info.addr-dark li span {
    color: #262626;
}
.widget-links li a {
    color: #fff;
    opacity: 0.6;
}
.widget-links-dark li a {
    color: #262626;
    opacity: 0.6;
}
.partner-block-2 img {
    padding: 0 40px;
}
.scroll-to-top {
    display: block;
    text-align: center;
    background-color: #fab702;
    font-size: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 3px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 999;
}
.thankyou h2::before {
    display: none;
}
.thankyou h5 {
    font-size: 22px;
    margin-bottom: 20px;
}
.scroll-to-top:hover {
    color: #fff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    text-decoration: none;
}
.thankyou {
    text-align: center;
}
.contact-wrapper .nameerror {
    color: red;
}
.contact-wrapper .emailerror {
    color: red;
}
.contact-wrapper .phoneerror {
    color: red;
}
.contact-wrapper .cityerror {
    color: red;
}
.contact-wrapper .messageerror {
    color: red;
}
.cityerror,
.content-block .form-home .nameerror,
.emailerror,
.messageerror,
.phoneerror {
    color: #fff;
}
.footer-section a {
    color: #111;
}
.res-solution {
    margin: 20px 0;
    display: none;
}
.cities-ser {
    text-align: center;
}
.main-citeis {
    padding: 50px 0;
}
.cities-ser h2::before {
    display: none;
}
.citi-listing li {
    background-color: #b61d1e;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    margin-top: 20px;
    padding: 10px 30px;
    width: 20%;
}

ul.social-icon-white.top-social {
    display: none;
}

.heading-top h3 {
   
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 5px;
}

.top-info li a {
    
    font-size: 18px;
}

.about-section-servcies .text-light {
    font-size: 15px;
}

.about-left>p {
   
    color: #000;
    font-size: 16px;
}

.form-home .text-light {
    font-size: 18px;
}
.portfolio-items p {
    color: #000;
    font-size: 15px;
}

.review-box-4 p {
    font-size: 15px;
}

.testi-carousel-2 p {
    color: #000;
    font-size: 16px;
}

.widget-section .list-1 li a {
    opacity: 1;
}

.content-block.pos-relative p {
    color: #000;
    font-size: 16px;
}

.content-section p {
    color: #000;
    font-size: 16px;
}

.slide-item p {
    font-size: 18px;
}

.contact-left p {
    color: #000;
    font-size: 16px;
}

.contact-right p {
    color: #000;
    font-size: 15px;
}
.form-home p {
    color: #fff !important;
}

p.as-para {
    color: #000;
    font-size: 16px;
}



.foot-sell {
    bottom: 0;
    color: #fff;
    display: none;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 999999999;
}

.foot-call.foot-whtsapp {
    background-color: #138400;
    border-right: 0 none;
    min-height: 53px;
    padding: 11px 0;
}

.foot-call {
    background-color: #e79725;
    border-right: 1px solid #7f7f7f;
    box-sizing: border-box;
    color: #fff;
    float: left;
    font-size: 16px;
    min-height: 53px;
    padding: 14px 0;
    text-align: center;
    text-decoration: none;
    width: 50%;
    position: relative;
}

.foot-call .fa.fa-whatsapp {
    background-color: rgb(19, 132, 0);
    border-radius: 50%;
    font-size: 23px;
    /* padding: 15px; */
    position: relative;
    /* right: 0; */
    top: 0;
    /* transform: translate(-50%); */
    /* width: 50px; */
}

.foot-call .fa.fa-phone {
    /* background-color: red; */
    border-radius: 50%;
    font-size: 20px;
    /* height: 50px; */
    /* padding: 15px; */
    position: relative;
    /* right: 0; */
    /* top: 0; */
    /* transform: translate(-50%); */
    /* width: 50px; */
}