/*----- Google Font -----*/

@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900|Montserrat:400,700|Exo:100,200,300,400,400i,500,600,700,800,900|Raleway:100,200,300,400,400i,500,600,700,800,900|Mulish:100,200,300,400,400i,500,600,700,800,900');


.mobile-menu-area {
    display: none;
}

.icon-titel {
    display: block;
    margin-bottom: 13px;
    overflow: hidden;
}

    .icon-titel i {
        color: #fff;
        float: left;
        font-size: 24px;
        height: 50px;
        line-height: 50px;
        margin: 15px 0 15px 15px;
        position: relative;
        text-align: center;
        width: 50px;
        z-index: 999;
        transition: .3s;
    }

        .icon-titel i::after {
            border: 1px solid #ddd;
            border-radius: 5px;
            content: "";
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            transform: rotate(-45deg);
            width: 100%;
            z-index: -9999;
            transition: .3s;
        }

    .icon-titel h6 {
        display: block;
        font-weight: 700;
        margin: 0;
        overflow: hidden;
        padding-left: 25px;
        padding-top: 34px;
        
        transition: all 0.3s ease 0s;
        color: #fff;
    }

.specialty-single:hover .icon-titel h6, .ourservice-single:hover .srvc-content h6 {
    color: #d02525;
}

.specialty-single:hover .icon-titel i, .ourservice-single:hover .srvc-icon a i {
    color: #fff;
}

    .specialty-single:hover .icon-titel i::after, .social-rotate ul li a:hover, .ourservice-single:hover .srvc-icon a {
        background: #d02525;
        border-color: #d02525;
    }

.specialty-image {
    margin-top: 10%;
    padding-left: 40px;
}

.spe-discribe > p {
    margin: 0;
}

.text-titel {
    font-family: raleway;
    font-size: 50px;
    font-weight: 800;
    line-height: 80px;
    letter-spacing: 2px;
}

.video-area .img {
    display: block;
    overflow: hidden;
    position: relative;
}

.popup-youtube {
    color: #fff;
    display: block;
    font-size: 60px;
    height: 70px;
    left: 0;
    line-height: 70px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 35%;
    width: 70px;
}

.social-rotate ul li a {
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #666666;
    display: block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    margin-right: 20px;
    text-align: center;
    transform: rotate(-45deg);
    width: 30px;
    transition: .3s;
}

.header-area-2 .social-rotate ul li a {
    margin-right: 8px;
}

.social-rotate ul li a:hover {
    color: #fff;
}

.social-rotate ul li a i {
    transform: rotate(45deg);
}


.service-single {
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 235px;
    padding-top: 0;
    position: relative;
}

.srvc-icon i {
    color: #666666;
    font-size: 36px;
}

.service-hover {
    background: #d02525 none repeat scroll 0 0;
    border-radius: 5px;
    display: block;
    height: 235px;
    left: 0px;
    opacity: 0;
    overflow: hidden;
    padding: 60px 15px 3px;
    position: absolute;
    top: 0px;
    transform: scale(0);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    color: #fff;
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}

.service-single:hover .service-hover {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.hvr-icon {
    margin-top: 5px;
}

    .hvr-icon i {
        color: #d02525;
        font-size: 36px;
        margin-bottom: 25px;
    }

    .hvr-icon > h6 {
        color: #fff;
        margin-bottom: 20px;
    }

    .hvr-icon > p {
        color: #fff;
        margin-bottom: 20px;
    }

.wework-social {
    padding-left: 20px;
    padding-right: 20px;
}

    .wework-social ul li {
        background: #fff none repeat scroll 0 0;
        border-radius: 5px;
        height: 115px;
        margin-right: 126px;
        transform: rotate(45deg);
        width: 115px;
        transition: .3s;
    }

        .wework-social ul li:last-child {
            margin-right: 0;
        }

        .wework-social ul li:hover {
            background: #d02525;
        }

            .wework-social ul li:hover a i, .wework-social ul li:hover a span {
                color: #fff;
            }

        .wework-social ul li a {
            display: block;
            height: 100%;
            padding: 25%;
            transform: rotate(315deg);
            width: 100%;
        }

            .wework-social ul li a i {
                color: #666666;
                display: block;
                font-size: 30px;
                margin-bottom: 5px;
                text-align: center;
                transition: .5s;
            }

            .wework-social ul li a span {
                color: #383838;
                display: block;
                font-family: raleway;
                font-size: 14px;
                font-weight: 700;
                text-align: center;
                transition: .5s;
            }

.portfolio-menu li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ddd navy #ddd #ddd;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    color: #383838;
    cursor: pointer;
    font-family: raleway;
    font-size: 14px;
    font-weight: 700;
    margin-left: -4px;
    padding: 10px 25px;
    
    transition: all 0.4s ease 0s;
}

    .portfolio-menu li:last-child {
        border-right: 1px solid #ddd;
    }

    .portfolio-menu li.active, .portfolio-menu li:hover {
        background: #d02525 none repeat scroll 0 0;
        border-color: #d02525;
        color: #fff;
    }

.image-box::after {
    background: #d02525 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0px;
    transform: rotate(90deg);
    transition: all 0.4s ease 0s;
}

.image-box > a {
    color: #fff;
    font-size: 70px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    z-index: 1;
}

    .image-box > a:hover {
        color: #fff;
    }

.image-box:hover:after {
    opacity: 0.7;
    transform: rotate(0deg)
}

.image-box:hover a {
    visibility: visible;
    opacity: 1;
}

.image-box {
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.single-portfolio {
}

.portfoio-boxall {
    margin: 0 -5px;
}

.text-content h6 {
    margin-bottom: 0;
}

.socialbar {
    margin-top: 30px;
}

.portfolio-box .grid-item {
    width: 20%;
}

.latestshot-area .container-fluid, .map-area-main .container-fluid, .specialty-area .container-fluid,
.successful-area .container-fluid, .latestshot-area .container-fluid {
    padding: 0;
}

.latestshot-menu li:last-child {
    border-right: 1px solid #eee;
}
/* -------------------------
   6. Blog Area
----------------------------*/
.blog-content {
    border: 1px solid #ddd;
    padding: 28px 20px;
}

    .blog-content > h6 {
        margin-bottom: 15px;
    }

    .blog-content a {
        transition: all 0.4s ease 0s;
    }

.post-info {
    color: #777;
    font-family: Lato;
    font-size: 12px;
    font-weight: 400;
}

.post-date > a, .favorite-comment > a, .favorite > a {
    color: #777;
}

    .post-date > a:hover, .favorite-comment > a:hover, .favorite > a:hover {
        color: #d02525;
    }

.post-date i, .favorite-comment i {
    color: #777;
    margin-right: 4px;
}

.favorite {
    float: left;
    margin-right: 23px;
}

.blog-img::before, .blog-img::after {
    background: #d02525 none repeat scroll 0 0;
    content: "";
    height: 200%;
    left: 0;
    opacity: 0.5;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: all 0.6s ease 0s;
    width: 200%;
}

.blog-img::before {
    transform: skew(45deg) translateX(100%);
    z-index: 9;
}

.blog-img::after {
    transform: skew(45deg) translateX(-100%);
}

.blog-img {
    overflow: hidden;
    position: relative; height:200px;
}

    .blog-img a::before {
        color: #fff;
        content: "\f08e";
        font-family: "FontAwesome";
        font-size: 70px;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        transform: translateY(-50%);
        transition: all 0.3s ease 0s;
        width: 100%;
        z-index: 9;
    }

.single-blog:hover .blog-img::before, .single-blog:hover .blog-img::after {
    cursor: pointer;
    transform: skew(45deg) translateX(0px);
}

.single-blog:hover .blog-img a::before {
    opacity: 1;
    transform: translateY(50%);
}

.ct-cp {
    float: left;
}

.client-say {
    display: block;
    overflow: hidden;
    padding: 82px 100px 82px 60px;
}

.client-info > h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1px;
}

.client-info > p, .client-adrs > p {
    color: #b9b9b9;
    font-family: raleway;
    font-style: italic;
    font-weight: 400;
    margin: 0;
    padding-bottom: 6px;
    position: relative;
}

    .client-info > p::after {
        background: #fff none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        width: 90px;
    }

.client-testimonial-area .owl-theme .owl-controls {
    margin-top: 68px;
    text-align: center;
}

    .client-testimonial-area .owl-theme .owl-controls .owl-buttons div {
        background: transparent none repeat scroll 0 0;
        border: 1px solid #fff;
        border-radius: 5px;
        color: #fff;
        display: inline-block;
        font-size: 12px;
        height: 40px;
        line-height: 40px;
        margin: 0 23px 0 0;
        opacity: 1;
        padding: 0;
        text-align: center;
        transform: rotate(45deg);
        width: 40px;
        transition: .3s;
    }

        .client-testimonial-area .owl-theme .owl-controls .owl-buttons div:hover {
            color: #d02525;
        }

        .client-testimonial-area .owl-theme .owl-controls .owl-buttons div.owl-prev::after {
            content: "";
            font-family: material-design-iconic-font;
            font-size: 30px;
            height: 100%;
            left: 0;
            margin-top: 4px;
            position: absolute;
            right: 0;
            transform: rotate(495deg);
            width: 100%;
        }

        .client-testimonial-area .owl-theme .owl-controls .owl-buttons div.owl-next::before {
            content: "";
            font-family: material-design-iconic-font;
            font-size: 30px;
            height: 100%;
            left: 0;
            position: absolute;
            right: 0;
            transform: rotate(675deg);
            width: 100%;
            margin-top: -1px;
        }

.client-testimonial-area .owl-theme .owl-prev i, .client-testimonial-area .owl-theme .owl-next i {
    display: none;
}

.pricing-table-single {
    border: 1px solid #ddd;
    transition: .3s;
}

    .pricing-table-single:hover {
        box-shadow: 2px 2px 15px 5px #ddd;
    }

.table-category {
    padding-bottom: 45px;
    padding-top: 45px;
    border-bottom: 1px solid #d02525;
}

    .table-category h1 {
        color: #d02525;
        font-family: lato;
        font-size: 48px;
        font-weight: 900;
        margin: 20px 0 0;
    }

        .table-category h1 span {
            color: #999999;
            font-size: 12px;
            font-weight: 900;
            margin-left: 8px;
            
        }

.pricing-list > ul {
    padding-bottom: 50px;
    padding-top: 50px;
}

    .pricing-list > ul li {
        display: block;
        padding: 12px 0;
    }

.pricing-list.text-center li:first-child {
    padding-top: 0;
}

.pricing-list.text-center li:last-child {
    padding-bottom: 0;
}

.pricing-list > ul li a {
    color: #606060;
    font-family: lato;
    font-size: 14px;
    font-weight: 400;
    cursor: unset;
}

.order-button > a {
    border-top: 1px solid #ddd;
    color: #d02525;
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 15px 0;
    transition: .3s;
}

    .order-button > a:hover {
        background: #d02525;
        color: #fff;
        border-color: #d02525;
    }

.brand-single > a {
    display: block;
    margin-bottom: 1px;
    transition: all 0.3s ease 0s;
    border: 2px solid #ddd;
    border-radius: 5px;
}

    .brand-single > a:hover {
        border-color: #d02525;
    }

.single-brand {
    margin-bottom: 1px;
}

.map-area-main {
    position: relative;
}

.help-contact-area {
    margin-top: -5.8%;
    width: 100%;
}

.form-group {
    margin-bottom: 0;
    padding-left: 170px;
    padding-right: 170px;
    padding-top: 35px;
}

.shadow {
    box-shadow: 2px 2px 15px 5px #ddd;
    position: relative;
}

.form-single input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    float: left;
    height: 40px;
    margin-bottom: 25px;
}

.form-textarea textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 25px;
}

.form-button button {
    background: #d02525 none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 600;
    height: 40px;
    overflow: hidden;
    
    width: 100%;
}

.form-control:focus {
    border-color: #d02525;
    box-shadow: none;
    outline: 0 none;
}

.form-textarea {
    clear: both;
}

.footer-area .social-rotate ul li a {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 24px;
    height: 45px;
    line-height: 45px;
    margin-right: 40px;
    text-align: center;
    transform: rotate(-45deg);
    transition: all 0.3s ease 0s;
    width: 45px;
}

    .footer-area .social-rotate ul li a:hover {
        background: #d02525 none repeat scroll 0 0;
        border-color: #d02525;
    }

.fotter-copyright p {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0
}

    .fotter-copyright p a {
        color: #d02525;
    }

.aboutus-area {
}

.specialty-single.two {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ddd;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
    float: left;
    padding: 80px 60px;
    width: 25%;
}

    .specialty-single.two .icon-titel i {
        margin: 15px 0 15px 10px;
    }

.read-more-btn > a {
    background: #d02525 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 25px;
    
    transition: .3s;
}

    .read-more-btn > a:hover, .newsletter-form > button:hover, .contact-button button:hover,
    .form-button button:hover {
        background: #d02525
    }

.successful-area {
    padding-left: 115px;
    padding-right: 100px;
}

.successful-single {
    float: left;
    width: 25%;
}

.sucs-count {
    display: block;
    overflow: hidden;
}

    .sucs-count h3 {
        color: #fff;
        font-family: raleway;
        font-size: 18px;
        font-weight: 700;
        margin: 0;
    }

        .sucs-count h3 span {
            color: #d02525;
            display: block;
            font-family: lato;
            font-size: 42px;
            font-weight: 700;
            margin-bottom: 15px;
        }

.sucs-icon a {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    display: block;
    float: left;
    height: 72px;
    line-height: 72px;
    margin-right: 40px;
    overflow: hidden;
    transform: rotate(45deg);
    width: 72px;
    transition: .3s;
}

    .sucs-icon a i {
        color: #666666;
        font-size: 35px;
        height: 100%;
        line-height: 75px;
        padding: 0;
        text-align: center;
        transform: rotate(315deg);
        width: 100%;
        transition: .3s;
    }

.successful-single:hover .sucs-icon a {
    background: #d02525;
}

    .successful-single:hover .sucs-icon a i {
        color: #fff;
    }

.srvc-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

.srvc-content > h6 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    transition: .3s;
}

.srvc-content > p {
    margin: 0;
}


.box {
    background-color:#FFFFFF;
	padding:10px 20px;
	box-shadow:0 1px 2px 0 rgba(0,0,0,0.1);
	margin-bottom:20px;
}

.box h3 {
    margin:30px 0 5px;
	font-weight:bold;
}

.box ul {
	margin:0;
}

.box ul li {
	font-size:13px;
	border-bottom:1px dashed #DDDDDD;
	padding:10px 0;
	font-weight:600; display:block;
}

.box ul li:last-child {
	border-bottom:0;
}

.box ul li i {
	font-size:18px;
	margin-right:20px;
}

.box.categories ul li i {
	color:#BBBBBB;	
	position:relative;
	top:2px;
	width:20px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.ourservice-single a {
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
    height: 72px;
    line-height: 72px;
    margin: 0 auto;
    text-align: center;
    transform: rotate(45deg);
    width: 72px;
    transition: .3s;
}

    .ourservice-single a i {
        color: #666666;
        font-size: 35px;
        height: 100%;
        line-height: 75px;
        padding: 0;
        text-align: center;
        transform: rotate(315deg);
        transition: all 0.3s ease 0s;
        width: 100%;
    }

.team-our-portfolio h4 {
    color: #fff;
    font-size: 24px;
    margin: 0;
}

.teambutton-one {
    display: inline-block;
    margin-right: 30px;
    margin-top: 35px;
}

    .teambutton-one > a {
        border: 1px solid #fff;
        border-radius: 5px;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        overflow: hidden;
        padding: 10px 20px;
        transition: .3s;
    }

        .teambutton-one > a:hover {
            background: #fff;
            color: #757575;
        }

.latestshot-menu li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee navy #eee #eee;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    color: #383838;
    cursor: pointer;
    font-family: raleway;
    font-size: 14px;
    font-weight: 700;
    margin-left: -4px;
    padding: 10px 25px;
    
    transition: .3s;
}

    .latestshot-menu li.active, .latestshot-menu li:hover {
        border-top: 2px solid #d02525;
        border-bottom: 2px solid #d02525;
    }

.latestshot-content .grid-sizer,
.latestshot-content .grid-item {
    width: 25%; bbackground-color: rgba(54, 54, 54, 0.78); padding:20px;
}
/* Massonary 2 columns */
.latestshot-content .grid-item--width2 {
    width: 50%;
}

.portfolio-image > a, .single-portfolio, .effect-titel {
    display: block;
    overflow: hidden;
    position: relative;
}

.effect-titel {
    background: rgba(250, 250, 250, 0.8) none repeat scroll 0 0;
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(-45deg);
    transition: all 0.4s ease 0s;
    visibility: hidden;
    width: 100%;
    padding-top: 35%;
}

    .effect-titel.two {
        padding-top: 15%;
    }

    .effect-titel.three {
        padding-top: 15%;
    }

    .effect-titel > a {
        background: #d02525 none repeat scroll 0 0;
        border-radius: 5px;
        display: block;
        height: 45px;
        line-height: 45px;
        margin: 0 auto 22px;
        transform: rotate(45deg);
        width: 45px;
    }

    .effect-titel a i {
        color: #fff;
        font-size: 25px;
        padding: 10px;
        transform: rotate(138deg);
    }

    .effect-titel h2 {
        color: #383838;
        font-size: 24px;
        font-weight: 700;
        margin: 0;
    }

    .effect-titel > p {
        color: #383838;
        font-family: raleway;
        font-size: 16px;
        font-weight: 400;
        margin: 0;
        text-transform: capitalize;
    }

.image-effect:hover .effect-titel {
    opacity: 1;
    visibility: visible;
    transform: rotate(0deg);
}

.team-single {
    display: block;
    position: relative;
        box-shadow: 2px 2px 8px 8px #ddd; padding:15px; margin:15px;
}

.team-details {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    border: 1px solid #d02525;
    height: 100%;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    width: 100%;
    transform: scale(0);
    cursor: pointer;
}

.team-adrs h5 {
    color: #d02525;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    
}

.team-adrs > p {
    color: #383838;
    margin: 0;
}

.team-socaladrs ul li a {
    color: #666666;
    font-size: 16px;
    padding: 5px;
}

    .team-socaladrs ul li a:hover {
        color: #d02525;
    }

.team-single:hover .team-details {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}

.skill {
    padding-top: 16px;
}

.skill-area > h4 {
    color: #383838;
    font-size: 24px;
    font-weight: 700;
    
}

.skill-content {
    overflow: hidden;
    padding-top: 40px;
}

.skill .progress-bar {
    background-color: #d02525;
    box-shadow: none;
    position: relative;
}

.skill .progress .lead {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    position: absolute;
    
    top: -25px;
    width: 100%;
    z-index: 99;
}

    .skill .progress .lead span {
        float: right;
        text-align: right;
    }

.skill .progress {
    background-color: #eeeeee;
    border-radius: 0;
    box-shadow: none;
    height: 10px;
    margin-bottom: 62px;
    overflow: visible;
    position: relative;
}

.skill .progress-bar::after {
    background: #fff none repeat scroll 0 0;
    border: 3px solid #d02525;
    border-radius: 30px;
    content: "";
    height: 25px;
    position: absolute;
    right: -5px;
    top: -8px;
    width: 25px;
}

.skill .progress-bar > span {
    color: #767676;
    float: right;
    font-family: lato;
    font-size: 14px;
    margin-top: -25px;
    position: relative;
}

.skill .progress:last-child {
    margin-bottom: 8px;
}

.single-skill {
    float: left;
    width: 50%;
}

.skill-titel p {
    margin-bottom: 0;
    margin-top: -29%;
}

.pricing-table-single.two {
    display: block;
    overflow: hidden;
    transition: .3s;
    background: #d02525;
}

.table-content {
    margin-bottom: 30px;
    margin-right: 30px;
    padding: 60px;
}

.pricing-table-single.two h6 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 25px 0 25px 60px;
}

.table-content {
    background: #fff none repeat scroll 0 0;
    transition: .4s;
}

.price-category h1 {
    color: #d02525;
    font-family: lato;
    font-size: 48px;
    font-weight: 900;
    margin: 0;
}

    .price-category h1 span {
        color: #999999;
        font-size: 12px;
        font-weight: 900;
        margin-left: 8px;
        
    }

.price-list > ul {
    padding-bottom: 45px;
    padding-top: 50px;
}

.price-list li:first-child {
    padding-top: 0;
}

.price-list > ul li {
    display: block;
    padding: 12px 0;
}

    .price-list > ul li a {
        color: #606060;
        cursor: unset;
        font-family: lato;
        font-size: 14px;
        font-weight: 400;
    }

        .price-list > ul li a i {
            margin-right: 10px;
        }

.two .order-button > a {
    border: 1px solid #ddd;
    background: #fff;
}

.pricing-table-single.two:hover {
    background: #fff;
    box-shadow: none;
}

    .pricing-table-single.two:hover .table-content {
        box-shadow: 2px 2px 4px 2px #ddd;
    }

    .pricing-table-single.two:hover h6 {
        color: #d02525;
    }

    .pricing-table-single.two:hover .table-content {
        background: #d02525;
        color: #fff;
        border-color: #d02525;
    }

    .pricing-table-single.two:hover .price-category h1,
    .pricing-table-single.two:hover .price-category h1 span,
    .pricing-table-single.two:hover .price-list > ul li a {
        color: #fff;
    }

.two .order-button > a:hover {
    background: #d02525;
    color: #fff;
    border-color: #fff;
}

.style-two .blog-content {
    border: none;
}

.style-two > h6 {
    margin-bottom: 25px;
    margin-left: 25px;
    margin-top: 25px;
}

.post-content > p {
    display: block;
    margin: 20px 0;
    overflow: hidden;
}

.post-btn a {
    color: #d02525;
    font-size: 14px;
}

    .post-btn a:hover {
        color: #999;
    }

    .post-btn a i {
        margin-left: 5px;
    }

.client-content {
    border-radius: 5px;
    display: block;
    margin-bottom: 60px;
    overflow: unset;
    padding: 58px 100px 100px;
}

    .client-content span i {
        font-size: 50px;
        margin-bottom: 17px;
    }

    .client-content > p {
        margin-bottom: 26px;
        padding: 0 7%;
    }

.client-adrs > h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.client-adrs > p {
    color: #fff;
}

.client-img {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
}

.our-client .owl-theme .owl-controls {
    margin-top: 55px;
    text-align: center;
}

    .our-client .owl-theme .owl-controls .owl-page span {
        background: #869791 none repeat scroll 0 0;
        border-radius: 0;
        display: block;
        height: 3px;
        margin: 5px 7px;
        opacity: 0.5;
        width: 40px;
        margin-bottom: 0;
    }

    .our-client .owl-theme .owl-controls .owl-page.active span, .our-client .owl-theme .owl-controls.clickable .owl-page:hover span {
        background: #d02525 none repeat scroll 0 0;
        opacity: 1;
    }

.our-client-single {
    padding-left: 15px;
    padding-right: 15px;
}

.footer-menu h6 {
    color: #fff;
    display: block;
    font-size: 18px;
    margin-bottom: 18px;
    overflow: hidden;
}

.contact-details ul li {
    margin-bottom: 20px;
}

    .contact-details ul li:last-child, .recent-post ul li:last-child, .quick-link ul li, .project-information ul li:last-child {
        margin: 0;
    }

    .contact-details ul li a {
        border: 1px solid #fff;
        border-radius: 5px;
        color: #fff;
        display: inline-block;
        float: left;
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        margin-right: 20px;
        margin-top: 10px;
        text-align: center;
        transform: rotate(-45deg);
        transition: all 0.3s ease 0s;
        width: 30px;
    }

        .contact-details ul li a i {
            transform: rotate(45deg);
        }

    .contact-details ul li:hover a {
        background: #fff none repeat scroll 0 0;
        color: #d02525;
    }

.contact-details p {
    color: #cccbcb;
    display: block;
    margin: 0;
    overflow: hidden;
}

.recent-post img {
    float: left;
    margin-right: 15px;
}

.recent-post ul li {
    margin-bottom: 30px;
    width: 100%;
}

    .recent-post ul li h5 {
        color: #cccccc;
        display: block;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        margin: 0;
        overflow: hidden;
    }

        .recent-post ul li h5 a, .footer-copyright > p a {
            color: #d02525;
        }

    .recent-post ul li span {
        color: #cccccc;
        font-family: lato;
        font-size: 14px;
    }

.quick-link ul li {
    display: block;
    padding-bottom: 10px;
}

    .quick-link ul li a {
        color: #cccccc;
        display: block;
        font-family: lato;
        padding-left: 20px;
        position: relative;
    }

    .quick-link ul li:hover a {
        color: #d02525;
    }

    .quick-link ul li a::after {
        background: #cccccc none repeat scroll 0 0;
        content: "";
        height: 5px;
        left: 0;
        position: absolute;
        top: 8px;
        width: 5px;
    }

    .quick-link ul li:hover a::after {
        color: #d02525;
        background: #d02525;
    }
/* News Letter Form*/
.newsletter > p {
    color: #cccccc;
    font-family: lato;
    margin-bottom: 28px;
}

.newsletter-form input {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    box-shadow: none;
    color: #999999;
    font-family: lato;
    font-size: 12px;
    height: 40px;
    padding-left: 20px;
    width: 100%;
    margin-bottom: 34px;
}

.newsletter-form > button {
    background: #d02525 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 15px 30px;
}

.footer-copyright > p {
    font-family: lato;
    font-size: 13px;
    margin: 0;
}
/*Mail Chimp */
.mailchimp-alerts {
    padding: 10px 0;
}

.mailchimp-submitting {
    color: #31708f
}

.mailchimp-success {
    color: #3c763d;
}

.mailchimp-error {
    color: #a94442;
}

.breadcrumb-list ul li.active {
    color: #d02525;
}

.breadcrumb-list .divider {
    padding: 0 5px;
}

.video-content.two > h6 {
    font-size: 20px;
}

.video-content.two > h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.mission-vission .video-content h6 {
    font-size: 24px;
}

.about-menu ul li {
    display: block;
    overflow: hidden;
    padding-bottom: 5px;
    padding-left: 15px;
    position: relative;
}

    .about-menu ul li::after {
        border: 1px solid #999999;
        content: "";
        height: 5px;
        left: 0;
        position: absolute;
        top: 8px;
        width: 5px;
    }

.choose-us .icon-titel h6 {
    padding-top: 6%;
    padding-left: 4%;
}

.choose-us .spe-discribe > p {
    padding-right: 32%;
}

.two .help-contact-area {
    margin-top: -18.8%;
    width: 100%;
}

.two .section-title h1 {
    text-transform: capitalize;
    font-size: 24px;
}

.two .form-group {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 35px;
}

.contact-button button {
    background: #d02525 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    box-shadow: none;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    left: 0;
    margin: 0 auto;
    padding: 12px 40px;
    right: 0;
    text-align: center;
    
    display: block;
}

.cntct-right-adrs .section-title h4::before, .comments-box .section-title h4::before {
    left: 0;
    right: 0;
    margin: 0;
}

.cntct-right-adrs .section-title h4::after, .comments-box .section-title h4::after {
    left: 15px;
    right: 0;
    margin: 0;
}

.adrs-details ul li {
    margin-bottom: 30px;
    width: 100%;
}

    .adrs-details ul li a {
        border: 1px solid #ddd;
        border-radius: 5px;
        color: #666666;
        display: inline-block;
        float: left;
        font-size: 20px;
        height: 38px;
        line-height: 38px;
        margin-right: 20px;
        margin-top: 10px;
        text-align: center;
        transform: rotate(-45deg);
        transition: all 0.3s ease 0s;
        width: 38px;
    }

    .adrs-details ul li:hover a {
        background: #d02525 none repeat scroll 0 0;
        color: #ff0000;
        border-color: #d02525;
    }
.icon-big{ display:table-cell}
.icon-big i{
	font-size:25px;
	background:#d02525;
	height:65px;
	width:65px;
	text-align:center;
	line-height:65px;
	color:#FFF;
	display:inline-block;
	vertical-align:middle;
	
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}

    .adrs-details ul li a i {

    }

.adrs-details p {
    color: #606060;
    display:table-cell;
    line-height: 24px;
    margin: 0;
    overflow: hidden;
}

p.form-messege {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 0;
    margin: 0;
}

p.success {
    color: green;
}

p.error {
    color: red;
}

.portfolio-titel h4 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.project-details {
    float: left;
    padding: 100px 70px 100px 100px;
    width: 50%;
}

    .project-details > h5 {
        color: #fff;
        font-weight: 700;
        margin: 0 0 20px;
    }

.project-information ul li {
    display: block;
    font-family: lato;
    font-weight: 400;
    margin-bottom: 24.5px;
}

    .project-information ul li span {
        font-size: 14px;
        font-weight: 600;
    }

.develope-menu ul li a {
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 5px;
    color: #383838;
    display: block;
    font-family: Montserrat;
    font-size: 18px;
    margin-right: 5px;
    padding: 10px 20px;
}

    .develope-menu ul li.active a, .develope-menu ul li a:hover {
        background: #d02525 none repeat scroll 0 0;
        color: #fff;
    }

.project-develope {
    padding: 100px;
}

.project-area {
    display: block;
    overflow: hidden;
    width: 100%;
}

.tab-dicrib {
    float: left;
    padding-right: 0px;
    width: 50%;
}

.pagination-count ul li a {
    border: 1px solid #ddd;
    color: #666666;
    display: block;
    font-family: lato;
    font-size: 13px;
    font-weight: 400;
    height: 30px;
    line-height: 28px;
    margin-right: 10px;
    text-align: center;
    width: 30px;
}

.pagination-count ul li {
    padding-right: 5px;
}

    .pagination-count ul li:last-child {
        padding: 0;
    }

    .pagination-count ul li a i {
        font-size: 16px;
        font-weight: bold;
    }

    .pagination-count ul li a:hover {
        background: #d02525;
        color: #fff;
        border-color: #ddd;
    }

.blogdetails-titel {
    height: 90px;
    padding-left: 0px;
}


    .blogdetails-titel > span {
        background: #d02525 none repeat scroll 0 0;
        color: #fff;
        float: left;
        font-size: 16px;
        font-weight: 500;
        height: 100%;
        line-height: 90px;
        margin-right: 30px;
        text-align: center;
        
        width: 200px;
    }

    .blogdetails-titel > h4 {
        color: #383838;
        font-size: 16px;
        font-weight: 400;
        line-height: 90px;
        
        margin: 0;
    }

.blog-discribe-area {
}

.dicrobe-content {
    box-shadow: 2px 2px 8px 8px #ddd;
    padding: 5px 0px 5px;
}

    .dicrobe-content blockquote {
        background: #fbfbfb none repeat scroll 0 0;
        border-left: 0 none;
        font-size: 17.5px;
        margin: 37px 0;
    }

        .dicrobe-content blockquote p {
            color: #666666;
            font-family: raleway;
            font-size: 16px;
            font-weight: 600;
            line-height: 30px;
        }

            .dicrobe-content blockquote p i {
                color: #d02525;
                padding: 0 10px;
            }
/*Blog Social*/
.blog-social {
    background: #fbfbfb none repeat scroll 0 0;
    height: 50px;
    margin-bottom: 60px;
    margin-top: 60px;
    padding: 0 20px;
}

    .blog-social > p {
        display: inline-block;
        float: left;
        line-height: 50px;
        margin: 0;
        text-align: left;
    }

    .blog-social > ul {
        line-height: 50px;
        text-align: right;
    }

    .blog-social ul li a {
        color: #666666;
        font-size: 10px;
        padding: 16px 5px;
    }

        .blog-social ul li a:hover {
            color: #d02525;
        }

.comments-box.two .section-title h4, .comments-box.three .section-title h4 {
    font-family: lato;
    font-size: 20px;
    font-weight: 900;
    
}

.comment-pic {
    display: inline-block;
    float: left;
    margin-right: 30px;
    overflow: hidden;
}

.comment-author {
    display: block;
    overflow: hidden;
}

    .comment-author h3 {
        color: #383838;
        font-family: raleway;
        font-size: 14px;
        font-weight: 700;
        margin: 0 0 2px;
        
    }

    .comment-author > p {
        color: #999999;
        float: left;
        font-size: 12px;
        margin: 0 0 8px;
    }

    .comment-author > a {
        background: #d02525 none repeat scroll 0 0;
        border-radius: 20px;
        color: #fff;
        float: right;
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        margin-top: -12px;
        text-align: center;
        width: 30px;
    }

.comment-dis {
    display: block;
    margin: 0 0 10px;
    overflow: hidden;
}

.three .form-group {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 8px;
}

.four-zero-content h2 {
    color: #333333;
    font-size: 70px;
    font-weight: 800;
    
}

    .four-zero-content h2 span {
        color: #d02525;
    }

.four-zero-content a {
    background: #333333 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    padding: 12px 30px;
    
}

    .four-zero-content a:hover {
        background: #d02525 none repeat scroll 0 0;
        color: #fff;
    }

#scrollUp {
    background: #000;
    border-radius: 5px;
    bottom: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    color: #fff;
    font-size: 28px;
    height: 40px;
    line-height: 35px;
    position: fixed;
    right: 15px;
    text-align: center;
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
    width: 40px;
    z-index: 200;
}

    #scrollUp i {
        transform: rotate(-45deg);
    }

    #scrollUp:hover {
        background: #d02525 none repeat scroll 0 0;
        
    }




.sl-nav {
    display: inline-block;
    position: relative;
    float: right;
}

    .sl-nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        display: inline-block;
        margin-top: 10px;
    }

    .sl-nav li {
        cursor: pointer;
        padding-bottom: 10px;
    }

        .sl-nav li ul {
            display: none;
        }

        .sl-nav li:hover ul {
            position: absolute;
            top: 9px;
            right: -15px;
            display: block;
            background: #fff;
            width: 120px;
            padding-top: 0px;
            z-index: 1;
            border-radius: 5px;
            box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
            z-index: 999
        }

        .sl-nav li:hover .triangle {
            position: absolute;
            top: 20px;
            right: -10px;
            z-index: 10;
            height: 14px;
            overflow: hidden;
            width: 30px;
            background: transparent;
        }

            .sl-nav li:hover .triangle:after {
                display: block;
                z-index: 20;
                width: 15px;
                transform: rotate(45deg) translateY(0px) translatex(10px);
                height: 15px;
                background: #fff;
                border-radius: 2px 0px 0px 0px;
                box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
            }

        .sl-nav li ul li {
            position: relative;
            text-align: left;
            background: transparent;
            padding: 5px;
            padding-bottom: 0;
            z-index: 2;
            font-size: 13px;
            color: #3c3c3c; display:inline-block; min-width:150px
        }

            .sl-nav li ul li:last-of-type {
                padding-bottom: 15px;
            }

            .sl-nav li ul li span {
                padding-left: 5px;
            }

                .sl-nav li ul li span:hover, .sl-nav li ul li span.active {
                    color: #d02525;
                }

.sl-flag {
    display: inline-block;
    width: 32px;
    height: 32px;
    position: relative;
    top: 10px;
    overflow: hidden;
}



.search {
    right: 0;
    z-index: 666;
    margin: 25px 15px 0px 0px;
    text-align: right;
    position: absolute; 
}

    .search form {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        transition: all 1s;
        width: 50px;
        height: 50px;
        background: #d02525;
        color: #fff;
        box-sizing: border-box;
        border-radius: 25px;
        border: 4px solid white;
        padding: 5px;
    }

    .search input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        color: #fff !important;
        height: 42.5px;
        line-height: 30px;
        outline: 0;
        border: 0;
        display: none;
        font-size: 1em;
        border-radius: 20px;
        padding: 0 20px;
        background: #d02525;
    }

    .search .fa {
        box-sizing: border-box;
        padding: 12px 10px 10px 10px;
        width: 42.5px;
        height: 42.5px;
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 50%;
        color: #fff;
        text-align: center;
        font-size: 1.2em;
        transition: all 1s;
    }

    .search form:hover {
        width: 200px;
        cursor: pointer;
        background: #d02525;
    }

form:hover input {
    display: block;
}

form:hover .fa {
    background: #666;
    color: white;
}



footer .footer-box {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

footer .newletter {
    background-color: #ddd;
    padding-top: 2.5rem;
}

    footer .newletter .newletter-left {
        margin-bottom: 1.5rem;
        line-height: 24px;
    }

        footer .newletter .newletter-left .new-letter-title {
            font-size: 1.8rem;
            font-weight: 700;
            
        }

    footer .newletter .newletter-right {
        text-align: right;
        margin-bottom: 1.5rem;
    }

        footer .newletter .newletter-right .send-letter {
            font-size: 0;
            float: right;
            width: 560px;
        }

            footer .newletter .newletter-right .send-letter .form-box {
                border: 6px solid #d02525;
                position: relative;
                width: 100%;
            }

                footer .newletter .newletter-right .send-letter .form-box:before {
                    content: "\f0e0";
                    font-family: "fontawesome";
                    position: absolute;
                    top: 12px;
                    left: 17px;
                    font-size: 14px;
                    line-height: 1;
                    color: #999;
                }

                footer .newletter .newletter-right .send-letter .form-box input {
                    font-size: 12px;
                    color: #999;
                    height: 40px;
                    padding: 0 12px 0 40px;
                    width: calc(100% - 120px);
                    border: none;
                    border-radius: 0;
                    display: inline-block;
                    line-height: 40px;
                }

                    footer .newletter .newletter-right .send-letter .form-box input::placeholder {
                        color: #999;
                    }

                footer .newletter .newletter-right .send-letter .form-box button[type='submit'] {
                    font-weight: 600;
                    color: #fff;
                    font-size: 12px;
                    height: 40px;
                    border: none;
                    border-left: 6px solid #d02525;
                    line-height: 40px;
                    background-color: #000;
                    width: 120px;
                    padding: 0;
                    border-radius: 0;
                    display: inline-block;
                }

                    footer .newletter .newletter-right .send-letter .form-box button[type='submit']:hover {
                        background-color: #d02525;
                        color: #fff;
                    }

footer .footer-middle {
    background-attachment: fixed;
    position: relative;
}

    footer .footer-middle a {
        color: #fff;
    }

        footer .footer-middle a:hover {
            color: #999999;
        }

    footer .footer-middle:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(54, 54, 54, 0.85);
    }

    footer .footer-middle .footer-middle-box {
        padding-top: 3.5rem;
    }

    footer .footer-middle .footer-title {
        color: #fff;
        font-weight: 700;
        padding-bottom: 10px;
        position: relative;
        font-size: 14px;
        
        margin: 0 0 15px 0;
    }

        footer .footer-middle .footer-title:before {
            content: '';
            width: 40px;
            height: 2px;
            background: #000222;
            position: absolute;
            left: 0;
            bottom: 0;
        }

    footer .footer-middle .footer-list li {
        display: block;
        font-size: 13px;
    }

    footer .footer-middle .footer-middle-right {
        padding: 3.5rem 2.5rem 2rem 2.5rem;
        background-color: rgba(208, 37, 37, 0.7);
    }

        footer .footer-middle .footer-middle-right .contact-list {
            margin-bottom: 20px;
        }

            footer .footer-middle .footer-middle-right .contact-list li {
                color: #fff;
                font-size: 13px; display:block;
            }

                footer .footer-middle .footer-middle-right .contact-list li i {
                    font-size: 13px;
                    margin-right: 10px;
                }

    footer .footer-middle div[class^="col-"]:not(:last-child) a {
        position: relative;
        display: inline-block;
    }

        footer .footer-middle div[class^="col-"]:not(:last-child) a:before {
            content: "\f0da";
            font-family: "fontawesome";
            color: #fff;
            font-size: 12px;
            position: relative;
            left: 0;
            margin-right: 5px;
        }

        footer .footer-middle div[class^="col-"]:not(:last-child) a:hover {
            color: #d02525;
            padding-left: 7px;
        }

            footer .footer-middle div[class^="col-"]:not(:last-child) a:hover:before {
                color: #d02525;
            }

footer .footer-bottom {
    background-color: rgba(54, 54, 54, 0.78);
}

    footer .footer-bottom .footer-bottom-title {
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        margin: 0 0 20px 0;
    }

    footer .footer-bottom .footer-bottom-left {
        padding-top: 15px;
        text-align: right;
    }

        footer .footer-bottom .footer-bottom-left .d-inline-block {
            display: inline-block;
        }

    footer .footer-bottom .footer-bottom-right {
        padding-top: 15px;
    }

        footer .footer-bottom .footer-bottom-right ul.footer-social li {
            margin: 0 5px;
            display: inline-block;
        }

            footer .footer-bottom .footer-bottom-right ul.footer-social li a {
                display: inline-block;
                width: 40px;
                height: 40px;
                text-align: center;
                line-height: 40px;
                color: #fff;
                border-radius: 3px;
                background-color: #000;
            }

                footer .footer-bottom .footer-bottom-right ul.footer-social li a:hover {
                    background-color: #d02525;
                }

    footer .footer-bottom .copyright {
        padding: 20px 0;
        color: #fff;
        font-size: 12px;
    }

        footer .footer-bottom .copyright a {
            color: #fff;
        }

            footer .footer-bottom .copyright a:hover {
                color: #000;
            }

@media (min-width: 768px) and (max-width: 991px) {
    footer .newletter .newletter-left {
        text-align: center;
    }

    footer .newletter .newletter-right form.send-letter {
        margin: auto;
        float: none;
    }

    footer .footer-middle div[class^="col-"] {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    footer .newletter .newletter-left {
        text-align: center;
    }

    footer .newletter .newletter-right form.send-letter {
        margin: auto;
        float: none;
        width: 100%;
    }

    footer .footer-box {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    footer .footer-middle div[class^="col-"]:last-child {
        margin-top: 25px;
    }

    footer .footer-bottom {
        text-align: center;
    }

        footer .footer-bottom .footer-bottom-left {
            text-align: center;
        }
}

@media (max-width: 480px) {
    footer .newletter .newletter-right .send-letter .form-box:before {
        content: none;
    }

    footer .newletter .newletter-right .send-letter .form-box input {
        width: calc(100% - 80px);
        padding-left: 12px;
    }

    footer .newletter .newletter-right .send-letter .form-box button[type='submit'] {
        width: 80px;
    }
}
