﻿*, *:after, *:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
    font-size: 13px;
    background-image: url(images/BodyBack.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
    width: 100%;
}

* {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 99999;
}

img {
    display: block;
    width: 100%;
}

.header {
    position: fixed;
    width: 100%;
    background-color: #60737b;
    z-index: 10000;
    border-bottom: 1px solid #0afe5f;
}
/* For Side Bar Create--Start--
.sidebar-toggle-box{
    float:left;
    padding-right:15px;
    margin-top:20px;
}
.sidebar-toggle-box .fa-bars{
    cursor:pointer;
    display:inline-block;
    font-size:20px;
}

For Side Bar Create--End--*/
.logo {
    float: left;
    height: 0 auto;
    padding: 0;
}

.menu {
    float: right;
    border-radius: 5px;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

.menu li {
    float: left;
    font-weight: 700;
}

    .menu li a {
        color: #fff;
        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 a:hover {
            background-color: #18be49;
            color: #fff;
        }


.toggle {
    height: 34px;
    width: 40px;
    background-color: #eee;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    right: 15px;
    top: 20px;
    display: none;
}

    .toggle span {
        display: block;
        height: 2px;
        background-color: #9d426b;
        margin-bottom: 4px;
    }
/* Slider start*/

.flexslider {
    overflow: hidden;
}

.main-slider {
    position: relative;
    display: block;
    /*margin-top: -41px;*/
}

.slider {
    background: url('images/slider/cloud.png') #031d26;
    background-size: cover;
    position: relative;
    text-align: center;
    padding: 54px 0;
}

.slider-backbg {
    background: url('images/slider/back.png');
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0.05;
}

.slider-item {
    width: 65%;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}

.slide-indicator {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
}

    .slide-indicator li a {
        display: inline-block;
        height: 5px;
        width: 5px;
        background-color: #fff;
        border-radius: 50%;
        margin-right: 10px;
    }

    .slide-indicator li {
        float: left;
    }

.slide-nav {
    font-size: 30px;
    color: #efefef;
    position: absolute;
    top: 50%;
    z-index: 10;
}

    .slide-nav:hover {
        color: #fff;
    }

    .slide-nav.left {
        left: 20px;
    }

    .slide-nav.right {
        right: 20px;
    }

/*---ABOUT-SECTION---*/
section#about-us {
    background: rgba(139,91,4,0.84);
    transition: all 0.3s ease-in-out 0.5s;
}

.about-title {
    text-align: center;
}


    .about-title a.img {
        display: block;
        width: 65%;
        margin: 0 auto;
    }

h2 {
    font-size: 40px;
    color: cadetblue;
    padding-top: 50px;
}

h4 {
    padding-top: 15px;
    font-size: 25px;
    color: #e5d7d7;
}

p {
    font-size: medium;
    font-weight: 100;
    margin-top: 15px;
    color: #e5d7d7;
}

.sepreater {
    display: block;
    border-bottom: double rgba(255, 255, 255, 0.44);
    width: 100%;
    height: 0px;
    margin-top: 10px;
    padding-top: 5px;
    border-bottom: double rgba(0,0,0,0.24);
    box-shadow: none;
    color: #333;
    margin-left: 20%;
}

.about-img {
    display: block;
    margin: 50px auto 35px;
    text-align: center;
}
/*---ABOUT-WHO---*/
.about-who-are {
    background-color: #dd88a5;
    /*padding: 100px;*/
    margin-bottom: 50px;
}

.about-who {
    text-decoration: none;
    padding: 15px;
    text-align: center;
}

.who-box {
    padding: 60px 0;
}

.who-img {
    width: 50%;
    margin: 0 auto;
}

.about-title p {
    font-size: 15px;
    font-family: cursive;
}

.about-who h1 {
    text-align: center;
    color: #e5d7d7;
    margin-top: 50px;
    font-size: 50px;
}

.about-who p {
    text-align: justify;
    font-size: 17px;
    font-family: cursive;
}

.who-btn {
    margin-bottom: 50px;
    text-align: center;
    list-style: none;
    padding: 15px;
    margin-top: 15px;
}

    .who-btn > li {
        display: inline-block;
    }

.btn {
    float: left;
    text-align: center;
    padding: 8px;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 5px;
    margin: 0 auto;
    border-radius: 5px;
    border: 0;
}

    .btn.active {
        outline: 0;
    }


.btn-prime {
    color: #fff;
    border: 1px solid #fff;
}

.btn.btn-prime {
    background-color: #dd88a5;
}

.btn-prime.active {
    color: #fff;
    border-color: #285e8e;
}

.btn.btn-prime:hover, .btn.btn-prime.active {
    background-color: #1586c3;
}

.elegance {
    background-color: rgba(13, 6, 6, 0.84);
    margin-top: -50px;
}

    .elegance .el-box-design {
        margin-top: 50px;
        border: 1px solid #fff;
        padding: 20px;
        margin-bottom: 50px;
    }

    .elegance h4 {
        text-align: left;
        font-size: 25px;
        color: #fff;
        font-weight: bold;
    }

    .elegance p {
        text-align: left;
        font-size: 15px;
        color: #fff;
        font-weight: normal;
        font-family: cursive;
    }

.cal-col-1 {
    border-right: 1px solid #fff;
}

.b-cal {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.call-button {
    display: block;
    width: 60%;
    margin: 40px auto 0px;
    padding: 9px;
    border: 1px solid #eee;
    border-radius: 2px;
    color: #eee;
    text-decoration: none;
    text-align: center;
}

.b-cal a:hover {
    background-color: #0e809a;
    color: black;
}
/*---SERVICE-SECTION---*/

section#services {
    background-color: rgba(30, 7, 88, 0.81);
}

.service-title {
    text-align: center;
}

    .service-title p {
        text-align: center;
        font-size: 15px;
        font-family: cursive;
    }

h2 {
    font-size: 50px;
    color: #2ac299;
    padding-top: 100px;
}

h4 {
    padding-top: 25px;
    font-size: 25px;
    color: #e5d7d7;
}

p {
    font-size: 13px;
    font-weight: 100;
    margin-top: 20px;
    color: #e5d7d7;
    line-height: 2;
}

.sepreater {
    display: block;
    width: 100%;
    height: 0px;
    margin-top: 10px;
    padding-top: 5px;
    border-bottom: double rgba(0,0,0,0.24);
    box-shadow: none;
    color: #333;
    margin-left: 20%;
}

.web-design {
    margin-top: 20px;
    padding: 20px;
}

.service-box {
    margin: auto;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .service-box h4 {
        margin: 0px 0px 10px;
        font-size: 20px;
        line-height: 34px;
        font-weight: 900;
        text-align: center;
        padding-bottom: 30px;
    }

    .service-box img {
        padding: 40px;
    }

        .service-box img:hover {
            transform: translateX(10px);
            box-shadow: 5px 0px 10px 10px #fff60dfa;
            background-color: #f7111154;
            box-sizing: border-box;
            border-radius: 100%;
            transition: 0.6s all;
        }

.ours-services {
    background-color: #0f8f3d;
}

.pro-icon {
    margin-left: -10px;
    margin-right: -10px;
}

.pro-ibox {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

    .pro-ibox .fa-icon-1 {
    }

.fa-icon-1 {
    box-shadow: 0 0 0 4px rgba(255,255,255,1);
    border-radius: 100%;
    width: 90px;
    height: 90px;
    position: relative;
    margin: 0 auto;
}

.fa-icon:hover {
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

/*a.fa.fa-lock.fa-icon {
    margin: 20px 30px;
    font-size: 40px;
    text-align: center;
    color: #fff;
}*/

.service-pro {
    padding: 16px 0px 50px 0;
}


.pro-ibox a {
    position: absolute;
    font-size: 40px;
    padding: 24px;
    text-align: center;
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.pro-ibox .fa-icon-1:hover {
    transform: scale(1.1);
    transition: 0.6s;
}


.pro-ibox a.fa-icon:hover {
    background-color: #fff;
    box-shadow: 0 0 0 12px rgba(255,255,255,0.3);
    border-radius: 50%;
    color: #56e498;
}





.pro-ibox h1 {
    text-align: center;
    font-size: 18px;
    margin-top: 25px;
    color: #fff;
}

.pro-ibox p {
    font-size: 13px;
    font-weight: 100;
    margin-top: 20px;
    color: #e5d7d7;
    line-height: 2;
    text-align: center;
}

/*Portfolio Start*/
.portfolio {
    background-color: #753355;
    color: #fff;
    padding: 60px 0 0px 0;
}

.portfolio-box {
    margin: auto;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.portfolio-title {
    text-align: center;
}

    .portfolio-title p {
        text-align: center;
        font-size: 15px;
        font-family: cursive;
    }



.portfolio-box h2 {
    font-size: 50px;
    color: #a89f9f;
    padding-top: 100px;
}

.port-grid {
    padding: 20px 20px 0 20px;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

    .port-grid li {
        display: inline-block;
        text-align: left;
        position: relative;
        width: 210px;
        margin: 0px 20px 15px 0px;
    }

    .port-grid figure {
        margin: 0;
        position: relative;
        overflow: hidden;
    }

        .port-grid figure img, figcaption {
            max-width: 100%;
            display: block;
            position: relative;
        }

.portfolio-images {
    border: 10px solid #fff;
    margin-bottom: 10px;
    margin-right: 15px;
    box-shadow: 5px 5px 0px #20AE61;
}

.style-1 figcaption {
    height: 100%;
    width: 100%;
    opacity: 0;
    text-align: center;
    /*transform: translateX(225px);*/
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.port-grid figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    background: #2c3f52;
    color: #ed4e6e;
}

.style-1 figure:hover figcaption,
.style-1 figure.cs-hover figcaption {
    opacity: 1;
    transition: 0.5s all;
    -webkit-transform: translate(15px, 15px);
    -moz-transform: translate(15px, 15px);
    -ms-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
}










.style-1 figcaption h3 {
    margin-top: 25px;
}

.port-grid figcaption h3 {
    margin: 0;
    padding: 0;
    color: #fff;
}

h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
}

.style-1 figcaption span {
    display: block;
}

.style-1 figcaption a {
    margin-top: 30px;
}

.port-grid figcaption a {
    text-align: center;
    padding: 5px 10px;
    border-radius: 2px;
    display: inline-block;
    background: #ed4e6e;
    color: #fff;
}

/* Our Plans */
.ourplan {
    background-color: #ff0a5c;
    padding: 60px 0;
    color: #fff;
}


.plans-details {
    padding: 60px 0;
}

.plan-box {
    cursor: pointer;
    padding: 10px;
    border: 1px solid#FFEB3B;
    text-align: center;
    transition: 0.6s all;
    box-shadow: 8px 8px 0 0 #1c1b1730;
}

    .plan-box li.paln-title {
        background-color: #FFEB3B;
        padding: 10px;
        color: #2196F3;
        font-size: 16px;
        font-weight: 600;
        /* margin-bottom:  8px; */
    }

    .plan-box ul li {
        padding: 20px 0;
        border-bottom: 1px solid #FFEB3B;
        font-size: 16px;
    }


        .plan-box ul li a.btn1 {
            background-color: #e6e04d;
            padding: 10px;
            border-radius: 8px;
            border: 1px solid #02d5f3;
        }

        .plan-box ul li:last-child {
            border-bottom: 0;
            margin-top: 10px;
        }

.purple-mark ul li {
    border-bottom: 1px solid #273cc9;
}

.purple-mark li.paln-title {
    color: #17d3e8fa;
}

.purple-mark li a {
    color: #17d3e8fa;
    border: 1px solid #031d26;
}


.green-mark ul li {
    border-bottom: 1px solid #00ff21;
}

    .green-mark ul li a.btn1 {
        color: #2095f3;
    }

.shadowskyblue-mark ul li {
    border-bottom: 1px solid #2ef3f0;
}

.plan-box:hover {
    transform: scale(0.9);
}

/*  TEAM   */

.team {
    background-image: url(images/team.png);
    background-attachment: fixed;
    background-position: center;
    background-color: #000;
    color: #fff;
}

.team-overlay {
    background-color: #000;
    opacity: 0.9;
}

.team-gallary {
    padding: 60px 0;
}

.team-box {
    background-color: #4ed19f;
    padding: 15px;
    display: block;
    margin: auto;
    text-align: center;
    width: 70%;
    transition: 0.5s;
    border: 1px solid #fe0707;
    cursor: pointer;
}

.team-caption {
    background-color: #fff;
    color: #47586e;
    padding: 20px 0 12px 0;
}

    .team-caption h4 {
        color: #47586e;
        font-size: 16px;
        margin-bottom: 14px;
        font-weight: lighter;
    }

.team-box:hover {
    box-shadow: 4px 4px 40px 20px #c8f2e6;
    transform: scale(0.8);
}

/*.social-ul ul li {
    display: block;
    float: left;
    padding: 20px;
}

.social-ul {
    padding: 3px;
    background-color: #52bc94;
}*/

.logo-slider {
    background-color: #fff;
}


/* Contact-form Design  */
.contact-form {
    padding: 60px 0;
}

.contact {
    background-color: #0e809a;
}

.contact-caption {
    width: 70%;
    margin: auto;
}

input {
    width: 90%;
    margin-bottom: 8px;
    padding: 12px;
    background-color: #fff;
    border: none;
    outline: none;
}

textarea {
    width: 90%;
    padding: 12px 0px 90px 12px;
}

.contact-caption a.btn2 {
    background-color: #000;
    padding: 12px;
    color: #fff;
}


.locate {
    padding: 60px 0;
}

.locate-box {
    padding: 10px;
    text-align: center;
}


.locate-detail {
    width: 70px;
    height: 70px;
    border: 5px solid #fff;
    border-radius: 100%;
    margin: auto;
    cursor: pointer;
    transition: 0.5s all;
}

    .locate-detail i {
        line-height: 58px;
        text-align: center;
        display: block;
        font-size: 35px;
        color: #fff;
    }

.locate-box h3 {
    padding: 28px 0 2px 0;
    font-size: 26px;
    color: #ffcb06;
}

.locate-box p {
    font-size: 16px;
    color: #eee;
}

.locate-detail:hover {
    box-shadow: 0px 0px 16px 10px;
    color: #eee;
    transform: scale(1.2);
    background-color: #fff;
}


.locate-detail i:hover {
    color: #2dffb3;
}

.footer-box {
    width: 50%;
    margin: auto;
}

.footer-social ul li {
    float: left;
    padding: 10px;
    color: #fff;
    font-size: 24px;
    background-color: #4d4d4d;
    margin-left: 2px;
    transition: 0.5s;
}

.footer {
    padding: 60px 0;
    background-color: #000;
    margin-bottom: -16px;
}

.elegance-site {
    padding: 0 0 36px 0;
}

    .elegance-site img {
        width: 34%;
        margin: 0 auto;
    }

.footer-social ul li:hover {
    box-shadow: 2px 2px 2px 0px;
    transform: scale(0.9);
}

.footer-box p {
    font-size: 15px;
}

.footer-box a {
    color: #2cca84;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}


.van p {
    font-family: cursive;
}

ul#slider {
    height: 130px;
}
/*for last label*/


.lbl {
    position: fixed;
    right: 0;
    top: 0;
}


.b-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;
}
