﻿*, *:after, *:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.body {
    font-family: Lato, sans-serif;
    font-size: 13px;
}

* {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}

/*#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 99999;
}*/
/*
img {
    width: 100%;
} */

.header {
    position: fixed;
    width: 100%;
    z-index: 200;
    margin-top: -20px;
}

.toggle {
    height: 34px;
    width: 40px;
    background-color: #eee;
    border-radius: 5px;
    border: 1px solid #52b6ec;
    padding: 10px;
    position: absolute;
    right: 30px;
    top: 30px;
    display: none;
}

    .toggle span {
        display: block;
        height: 2px;
        background-color: #2f80ab;
        margin-bottom: 4px;
    }

.logo {
    float: left;
    padding: 36px 0;
    height: 0 auto;
    margin-left: 10px;
}

.menu {
    float: right;
    border-radius: 5px;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

.menu li {
    float: left;
}


    .menu li a {
        color: #737373;
        text-transform: uppercase;
        font-size: 13px;
        text-align: center;
        display: block;
        padding: 30px 20px;
        /*   border-top: 5px solid transparent;  */
    }

        .menu li a i {
            display: block;
            margin-bottom: 5px;
        }

    .menu li.active a {
        background-color: #52b6ec;
        color: #9d426b;
    }

    .menu li a:hover {
        background-color: #0e9ac1;
        color: #fff;
        transition: 0.2s;
    }

/*slider-start*/
#home {
    /* background-image: url('images/slider-bg.jpg');
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 200px 0;
    color: #fff;
    margin-top: -50px; */
}

.main-slider {
    position: relative;
}

.slider {
    padding: 30px;
    background-image: url('images/slider-bg.jpg');
    padding: 250px 0;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    margin-top: -50px;
}


.slider-box {
    position: relative;
    font-size: x-large;
    padding: 50px 0;
}

.slider-item {
    position: relative;
    text-align: center;
    font-size: 42px;
    color: rgba(255, 255, 255, 0.81);
}

.slider-caption {
    bottom: 15px;
    padding: 15px;
    text-align: center;
}

    .slider-caption p {
        text-align: center;
        font-size: 27px;
    }

.slider-box img {
    display: block;
}

.slider-indicate li {
    float: left;
    width: 100%;
}

    .slider-indicate li a {
        opacity: 0.7;
        display: block;
    }

        .slider-indicate li a:hover, .slider-indicate li.active a {
            opacity: 1;
        }

.slide-nav {
    display: inline-block;
    background-color: rgba(0,0,0,0.43);
    text-align: center;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    height: 40px;
    width: 40px;
    line-height: 2;
    /* background-image: url('images/slider-nav.png');*/
}

    .slide-nav.right {
        right: 10px;
        background-position: 60px 0;
    }

    .slide-nav.left {
        left: 10px;
    }



.slider-box:hover .slide-nav.right {
    background-color: #2946a3;
}

.slider-box:hover .slide-nav.left {
    background-color: #2946a3;
}
/*--Slider--End--*/

/*Service*/
.service {
    background-color: #fff;
    padding: 30px;
    border-bottom: 1px solid #d4d4d4;
    border-radius: 10px 10px 0 0;
    margin-top: -40px;
    position: relative;
}

.service-title {
    text-align: center;
    margin-bottom: 30px;
    border-top: 30px;
}

    .service-title h2 {
        font-size: 30px;
        font-family: cursive;
        color: #848484;
        margin-bottom: 5px;
    }

        .service-title h2 span {
            color: #9d426b;
        }

    .service-title p {
        font-size: 16px;
        font-weight: bold;
        color: #999;
        font-style: italic;
    }

.service-box {
    text-align: center;
    background-color: #c6bdbd;
    padding: 10px;
    margin-bottom: 30px;
}

    .service-box i {
        font-size: 50px;
        text-align: center;
        color: #fff;
    }

    .service-box h4 {
        margin: 10px 0;
    }

    .service-box p {
        line-height: 20px;
        margin-bottom: 10px;
        color: #2c2828;
    }

    .service-box:hover {
        box-shadow: inset 0px 0px 16px #de7676;
    }

/*ALL-CONTENT*/
.all-content {
    background-color: #e4e4e4;
}

/*---CONTENT--BOX--START---*/
.content-services {
    margin-top: 20px;
    border-radius: 5px 5px 0 0;
    background-color: #fff;
    margin-bottom: 35px;
}

.content-title {
    text-align: center;
    margin-bottom: 30px;
    border-top: 30px;
}

    .content-title h2 {
        font-size: 30px;
        font-family: cursive;
        color: #848484;
        margin-bottom: 5px;
    }

        .content-title h2 span {
            color: #9d426b;
        }

    .content-title p {
        font-size: 16px;
        font-weight: bold;
        color: #999;
        font-style: italic;
    }

.contet-box {
    background-color: #c6bdbd;
    padding: 10px;
    margin-bottom: 10px;
}

.content-box i {
    font-size: 40px;
    text-align: center;
    color: #fff;
    margin-left: 40%;
    margin-bottom: 20px;
    line-height: 58px;
}

.content-box h4 {
    margin: 10px 0;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
}

.content-box p {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 30px;
    color: #817878;
    text-align: center;
    font-weight: normal;
}

.fa-color1 {
    background-color: #e74c3c;
}

.fa-color2 {
    background-color: #24700a;
}

.fa-color3 {
    background-color: #0e9ac1;
}

.fa-color4 {
    background-color: #242d71;
}

.fa-color5 {
    background-color: #066246;
}

.fa-color6 {
    background-color: #131122;
}

.fa-circle {
    height: 60px;
    width: 60px;
    /* color: #fff; */
    margin-right: 10px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
}
/*---Content-- box-- End--*/

/*---PORTFOLIO--START---*/
.portfolio-title {
    text-align: center;
    margin-bottom: 30px;
    border-top: 30px;
}

    .portfolio-title h2 {
        padding: 10px 30px;
        display: inline-block;
        border-radius: 4px;
        position: relative;
        margin-bottom: 25px;
        color: #8b8181;
        font-size: 50px;
        margin-top: 60px;
    }

.portfolio-gallary {
    padding: 0 30px;
}

.portfolio-gallary-box {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #d6d2d2;
}

    .portfolio-gallary-box h4 {
        font-weight: lighter;
        padding: 10px 0;
        color: #848484;
    }

.img-overlay {
    position: absolute;
    top: 0;
    background-color: rgba(255,255,255,0.84);
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.p-img {
    position: relative;
}

.img-overlay a {
    color: #fff;
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: #d61212;
    border-radius: 10px;
    margin-top: 25%;
}

    .img-overlay a i {
        line-height: 40px;
    }

.portfolio-gallary-box:hover .p-img .img-overlay {
    opacity: 1;
}

.portfolio-title p {
    font-size: x-large;
    margin-bottom: 20px;
    font-weight: 200;
    line-height: 1.4;
    color: #807878;
}

.portfolio-box a {
}

.portfolio-box i {
    font-size: 50px;
    text-align: center;
    color: #1586c3;
    position: absolute;
    margin: 90px;
}

.portfolio-box h4 {
    margin: 10px 0;
}

.portfolio-box p {
    line-height: 20px;
    margin-bottom: 10px;
    color: #2c2828;
}

.portfolio-box:hover {
    background: #70b5c4;
}

.portfolio-box i:hover {
    background: #eee;
}

.portfolio-filter {
    margin-bottom: 50px;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .portfolio-filter > li {
        display: inline-block;
    }

.btn {
    float: left;
    text-align: center;
    padding: 8px;
    margin-bottom: 5px;
    margin: 0 auto;
    background-color: cornflowerblue;
    border-radius: 5px;
    border: 0;
}

    .btn.active {
        outline: 0;
    }


.btn-filter {
    color: #fff;
}

.btn.btn-filter {
    background-color: #52b6ec;
}

.btn-filter.active {
    color: #fff;
    background-color: #1586c3;
    border-color: #285e8e;
}

.btn.btn-filter:hover, .btn.btn-filter.active {
    background-color: #1586c3;
}

/*---PORTFOILIO--END---*/

/*---Price--Box---START---*/
.price-title {
    text-align: center;
    margin-bottom: 30px;
    border-top: 30px;
}

    .price-title h2 {
        padding: 10px 30px;
        display: inline-block;
        border-radius: 4px;
        position: relative;
        margin-bottom: 25px;
        color: #8b8181;
        font-size: 45px;
        margin-top: 60px;
    }


.price-box {
    text-align: center;
    background-color: #fff;
    padding: 25px;
    margin-bottom: 30px;
    margin-top: 40px;
}

    .price-box.active {
        border-top: none;
        margin: 0 -20px;
        transform: scale(0.9);
    }

.price-title p {
    font-size: x-large;
    margin-bottom: 20px;
    font-weight: 200;
    line-height: 1.4;
    color: #807878;
}

#pricing .plan {
    background: #fff;
    list-style: none;
    margin: 0 0 20px;
    text-align: center;
    padding: 0;
    border-bottom: 1px solid #e1e1e1;
}

li {
    padding: 15px;
}

.plan li {
    margin: 0 15px;
    border-bottom: 1px dashed #eee;
    color: #999;
}

    .plan li.plan-name {
        padding: 15px 0;
        font-size: 18px;
        font-weight: 700;
    }

    .plan li.plan-price {
        padding: 15px 0;
        font-size: 48px;
    }

    .plan li.plan-action {
        margin-top: 20px;
        margin-bottom: 20px;
        border-bottom: 0;
    }

#pricing .plan.featured {
    transform: scale(1.05);
}

.plan {
    background: #fff;
    list-style: none;
    margin: 0 0 20px;
    text-align: center;
    padding: 0;
    border-bottom: 1px solid #e1e1e1;
    animation-name: animation;
    animation-duration: 5s;
}


    .plan li.plan-price {
        padding: 15px 0;
        font-size: 48px;
    }

.btn1 {
    text-align: center;
    padding: 10px;
    margin-bottom: 5px;
    margin-left: 5px;
    background-color: cornflowerblue;
    border-radius: 5px;
    border: 0;
    font-size: 20px;
    font-weight: 400;
    border: 0;
}

.btn1-lg {
    color: #fff;
    line-height: 1.33;
    border-radius: 6px;
    margin-left: 14px;
}

.btn1.active {
    outline: 0;
}


.btn1-lorel {
    color: #fff;
}

.btn1.btn1-lorel {
    background-color: #52b6ec;
}

.btn1-lorel.active {
    color: #fff;
    background-color: #1586c3;
    border-color: #285e8e;
}

.btn1.btn1-lorel:hover, .btn1.btn1-lorel.active {
    background-color: #1586c3;
}

.plan.featured .plan-price {
    color: #fff;
    background-color: #52b6ec;
    border-bottom-color: #52b6ec;
    margin: 0;
}

/*---Price--Box---END---*/

/*TEAM- START*/

.team-title {
    text-align: center;
    margin-bottom: 30px;
    border-top: 30px;
}

    .team-title h2 {
        padding: 10px 30px;
        display: inline-block;
        border-radius: 4px;
        position: relative;
        margin-bottom: 25px;
        color: #8b8181;
        font-size: 45px;
        margin-top: 50px;
    }

    .team-title p {
        font-size: x-large;
        margin-bottom: 20px;
        font-weight: 200;
        line-height: 1.4;
        color: #807878;
    }

.member {
    margin: 0 50px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

    .member h3 {
        color: #444040;
        font-size: 20px;
        font-weight: 200;
        margin-top: 10px;
    }

    .member h4 {
        color: #999;
        font-size: 15px;
        font-weight: 300;
        margin-top: 5px;
    }

.img-circle {
    border-radius: 50%;
}

.img-thumbnail {
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    transition: all .2s ease ease-in-out;
}

/*TEAM -END*/

/*footer -box -start*/

.content-footer {
    background: #1e1a1a;
}

.footer-box {
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
    margin-top: 50px;
}

    .footer-box h1 {
        color: #fff;
        font-weight: 300;
        font-size: 36px;
        margin-top: 20px;
        margin-bottom: 10px;
        text-align: left;
        padding: 0px 0 0px 14px;
    }

    .footer-box p {
        color: #b6a4a4;
        text-align: left;
        margin-bottom: 10px;
        padding: 0 0 14px 14px;
    }

.form-group {
    margin-bottom: 15px;
}

.footer-box input[type="text"] {
    border: 0;
    transition: 300ms;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857129;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.footer-box textarea {
    -webkit-appearance: textarea;
    -webkit-rtl-ordering: logical;
    user-select: text;
    flex-direction: column;
    cursor: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
}

textarea#message {
    padding: 10px 15px;
    height: 220px;
    margin-bottom: 20px;
}

.contact-box {
    text-align: center;
}

.contat-box .social {
    text-align: center;
    margin: 20px;
    padding: 10px;
}

.contact-box i {
    font-size: 20px;
    text-align: left;
    color: #fff;
}

a {
    transition: 300ms;
}

ul.social {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
}

li {
    padding: 12px;
    text-align: center;
}

/* Social-icon list */
.social-box li {
    text-align: left;
    padding: 14px;
}

.social-box ul li a {
    color: #a6a4a4;
    font-family: sans-serif;
    font-size: 13px;
}

.social-box li a i {
    font-size: 16px;
    background-color: #fff;
    color: #fff;
    padding: 10px 10px 10px 13px;
    width: 40px;
    height: 40px;
    border-radius: 30px;
}

    .social-box li a i:hover {
        background-color: #577c4d;
        transition: 0.5s;
    }

.social-box ul > li > a i {
    margin-right: 14px;
}

.social-box ul li .fa-facebook {
    background-color: #2f4170;
}

.social-box ul li .fa-google-plus {
    background-color: #dc422b;
}

.social-box ul li .fa-twitter {
    background-color: #52b6ec;
}

.social-box ul li .fa-pinterest {
    background-color: #911717;
}

.social-box ul li .fa-linkedin {
    background-color: #52b6ec;
}

.social-box ul li .fa-youtube {
    background-color: #e21010;
}

section#contact {
    margin-bottom: -37px;
}

.ftr {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.last-box {
    padding: 13px 0px 4px 0;
}

    .last-box a {
        text-align: center;
        color: #999;
    }

        .last-box a span {
            color: #999;
        }

    .last-box h4 {
        font-family: lato;
        font-style: italic;
        font-size: 16px;
    }

        .last-box h4 span {
            color: #908787;
            font-size: 16px;
        }

.last-footer {
    margin-bottom: 20px;
}
/*footer-box -end--*/
.box {
    padding: 50px 30px;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}

.center {
    text-align: center;
}

.gap {
    margin-bottom: 500px;
}

.lbl {
    position: fixed;
    right: 0;
    top: 0;
}


.w-Top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: none;
    padding: 10px;
    background-color: rgba(18, 27, 55, 0.87);
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
}


/*
.portfolio-items {
    margin-right: -20px;
    position: relative;
    overflow: hidden;
    height: 450px;
}

    .portfolio-items.col-4 > li {
        width: 25%;
    }

.portfolio-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.isotop {
    transition-property: height,width;
    transition-duration: 0.8s;
}

.isotop-item {
    z-index: 2;
}

.portfolio-item .item-inner {
    margin: 0 20px 20px 0;
    text-align: center;
    background-color: #fff;
    padding: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.portfolio-item .portfolio-image {
    position: relative;
}

.portfolio-item overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    background-color: rgba(255,255,255,0.9);
    text-align: center;
    vertical-align: middle;
    transition: opacity 300ms;
}

.portfolio-item .overlay .preview {
    position: relative;
    top: 50%;
    display: inline-block;
    margin-top: -20px;
}

    .portfolio-item .overlay .preview a {
        display: inline-block;
    }

        .portfolio-item .overlay .preview a i {
            width: auto;
            height: auto;
            line-height: normal;
            vertical-align: baseline;
            background-image: none;
            background-position: 0% 0%;
            background-repeat: repeat;
            margin-top: 0;
        }

.btn {
    font-weight: 300;
    border: 0;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
    user-select: none;
}

.btn-seconadary {
    color: #fff;
    background-color: #d9534f;
}
    */


