@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);
/*
Template Name: Multi
Version: 1.0
Author: ShapeBootstrap
Author URL: http://shapebootstrap.net
*/
/*************************
*******Typography******
**************************/
body {
    /*padding-top: 50px;*/
    background: #fff;
    font-family: 'IRANSansLight', sans-serif;
    font-weight: 400;
    color: black;
    line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: 'IRANSansLight', sans-serif;
    color: black;
    margin-top: 10px;
}

textarea {
    resize: vertical;
}

a {
    color: #000 !important;
    -webkit-transition: color 400ms, background-color 400ms;
    -moz-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
}

    a:hover,
    a:focus {
        text-decoration: none;
        color: #2a95be;
    }

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}

.alert {
    padding: 10px !important;
}

tr.noBorder td {
    border: 0 !important;
}

td.noBorder {
    border: 0 !important;
}

.gradiant {
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}

.gradiant-horizontal {
    background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}

.section-header {
    margin-bottom: 50px;
    font-size: larger;
    font-weight: bold;
    margin-top: -1px;
}

    .section-header .header {
        /*background: url(../../img/sectionhead.jpg) no-repeat;
    background-size: cover;*/
        min-height: 32px;
    }

    .section-header .section-title {
        font-size: 24px;
        color: #272727;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 20px;
        margin: 0 0 20px;
    }

        .section-header .section-title:before {
            content: "";
            position: absolute;
            width: 140px;
            bottom: 0;
            left: 50%;
            margin-left: -70px;
            height: 1px;
            background: #ebebeb;
        }

        .section-header .section-title:after {
            content: "";
            position: absolute;
            width: 24px;
            height: 24px;
            bottom: -11px;
            left: 50%;
            margin-left: -12px;
            border: 5px solid #fff;
            border-radius: 20px;
            background: #4996ce;
        }

.btn {
    border-width: 0;
    border-bottom-width: 3px;
    border-radius: 3px;
}

    .btn.btn-primary {
        background: #4996ce;
        border-color: #2a95be;
    }

        .btn.btn-primary:hover,
        .btn.btn-primary:focus {
            background: #2a95be;
        }

.column-title {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    position: relative;
}

    .column-title:after {
        content: " ";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 40%;
        border-bottom: 1px solid #4996ce;
    }

ul.nostyle {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

    ul.nostyle i {
        color: #4996ce;
    }

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
/*************************
*******Header******
**************************/
.navbar.navbar-default {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}

    .navbar.navbar-default .navbar-toggle {
        margin-right: 10px;
        float: right;
    }

    .navbar.navbar-default .navbar-brand {
        height: auto;
        padding: 1px;
    }

.changemenu {
    background: #ffffff !important;
    transition: background-color 1000ms;
}

@media only screen and (min-width: 768px) {
    #main-slider {
        margin-top: 90px;
        overflow: hidden;
    }
    #main-menu.navbar-default {
        top: auto;
        padding: 15px;
        background: transparent;
        transition: 0.5s;
    }

        #main-menu.navbar-default .navbar-nav > li.active > a,
        #main-menu.navbar-default .navbar-nav > li.open > a{
            background: transparent;
            border-top: 2px solid #4996ce;

        }
        #main-menu.navbar-default .navbar-nav > li:hover > a {
            background: #4996ce;
            border-radius: 3px;
            color: #FFFFFF !important;
        }
        #main-menu.navbar-default .dropdown-menu {
            padding-right: 10px;
            min-width: 200px;
            border-radius: 5px;
            /*box-shadow: none;*/
            -webkit-box-shadow: none;
            background-clip: inherit;
        }

            #main-menu.navbar-default .dropdown-menu > li {
                border-left: 3px solid transparent;
                padding-left: 10px;
                -webit-transition: border-color 400ms;
                transition: border-color 400ms;
            }

                #main-menu.navbar-default .dropdown-menu > li > a {
                    border-top: 1px solid #4996ce;
                    padding: 12px 5px;
                    color: #222222;
                }

                #main-menu.navbar-default .dropdown-menu > li:first-child > a {
                    border-top: 0;
                }

                #main-menu.navbar-default .dropdown-menu > li.active,
                #main-menu.navbar-default .dropdown-menu > li.open,
                #main-menu.navbar-default .dropdown-menu > li:hover {
                    /*border-left-color: #4996ce;*/
                }

                    #main-menu.navbar-default .dropdown-menu > li.active > a,
                    #main-menu.navbar-default .dropdown-menu > li.open > a,
                    #main-menu.navbar-default .dropdown-menu > li:hover > a {
                        color: #FFFFFF !important;
                        background-color: #4996ce;
                    }
   
}
@media only screen and (max-width: 768px) {
    #main-slider {
        margin-top: 50px;
    }
    #topbar {
        visibility:hidden;
        height:0px !important;
    }
}
    #main-slider {
        overflow: hidden;
    }

        #main-slider .item {
            max-height: 450px;
            background-repeat: no-repeat;
            background-position: 50% 0;
            background-size: cover;
        }

            #main-slider .item img {
                display: block;
                width: 100%;
                height: auto;
            }

        #main-slider .internal-page {
            max-height: 350px;
            background-repeat: no-repeat;
            background-position: 50% 0;
            background-size: cover;
        }

        #main-slider .slider-inner {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            color: #fff;
        }

            #main-slider .slider-inner h2 {
                margin-top: 90px;
                font-size: 30px;
                line-height: 1;
                text-transform: uppercase;
                color: #000;
            }

                #main-slider .slider-inner h2 > span {
                    color: #4996ce;
                }

            #main-slider .slider-inner .btn {
                margin-top: 10px;
            }

        #main-slider .owl-prev,
        #main-slider .owl-next {
            position: absolute;
            top: 50%;
            background-color: rgba(0, 0, 0, 0.2);
            color: #fff;
            font-size: 30px;
            display: inline-block;
            margin-top: -35px;
            height: 70px;
            width: 70px;
            line-height: 70px;
            text-align: center;
            border-radius: 100px;
            z-index: 5;
            -webkit-transition: background-color 400ms;
            transition: background-color 400ms;
        }

            #main-slider .owl-prev:hover,
            #main-slider .owl-next:hover {
                background-color: #4996ce;
            }

        #main-slider .owl-prev {
            left: -35px;
            text-indent: 14px;
        }

        #main-slider .owl-next {
            right: -35px;
            text-indent: -14px;
        }

    #bar {
        width: 0%;
        max-width: 100%;
        height: 4px;
        background: #4996ce;
    }

    #progressBar {
        margin-top: -4px;
        position: relative;
        z-index: 999;
        width: 100%;
        background: rgba(0, 0, 0, 0.1);
    }

    #cta {
        padding: 50px 0;
        background-color: #fff;
        margin-bottom: 100px;
    }

        #cta h2 {
            margin-top: 0;
        }

        #cta .btn {
            /*margin-top: 20px;*/
        }

    #cta2 {
        background: #242a33 url(../images/cta2/cta2-bg.jpg) no-repeat 50% 50%;
        background-size: cover;
        color: #fff;
        padding-top: 70px;
    }

        #cta2 .btn {
            margin-top: 10px;
        }

        #cta2 h2 {
            color: #fff;
            font-size: 44px;
            line-height: 1;
        }

            #cta2 h2 > span {
                color: #4996ce;
            }

    #features {
        /*padding: 45px 0;*/
        /*background: #d9d9d9;*/
    }

    .right {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        background: #323365;
        text-align: center;
        padding: 3px 0px 3px 0px;
        color: white;
    }

    .left {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        background-color: lightgray;
        background-image: linear-gradient(lightgray, whitesmoke, lightgray);
        text-align: center;
        padding: 3px 0px 3px 0px;
    }

    .leftcolumn {
        background-color: lightgray;
        background-image: linear-gradient(lightgray, whitesmoke, lightgray);
        border-radius: 10px;
        text-align: center;
        padding: 3px 0px 3px 0px;
        color: #000000;
        font-weight: bold;
    }

    .support {
        border-radius: 10px;
        /*background: #9dc3e6;*/
        text-align: center;
        padding: 3px 0px 3px 0px;
        background: url(../../img/bg.png) no-repeat center;
        background-size: cover;
        border: 1px solid #b4c7e7;
    }

    #features .media.service-box:first-child {
        margin-top: 10px;
    }

    #supports {
        /*padding: 45px 0;*/
        /*background: #d9d9d9;*/
    }

    .media.service-box {
        margin: 25px 0;
    }

        .media.service-box .pull-right {
            margin-right: 1px;
        }

            .media.service-box .pull-right > i {
                font-size: 24px;
                height: 64px;
                line-height: 64px;
                text-align: center;
                width: 64px;
                border-radius: 100%;
                color: #4996ce;
                box-shadow: inset 0 0 0 1px #d7d7d7;
                -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
                transition: background-color 400ms, background-color 400ms;
                position: relative;
            }

                .media.service-box .pull-right > i:after {
                    content: "";
                    position: absolute;
                    width: 20px;
                    height: 20px;
                    top: 50%;
                    margin-top: -10px;
                    right: -10px;
                    border: 4px solid #fff;
                    border-radius: 20px;
                    background: #4996ce;
                }

        .media.service-box:hover .pull-right > i {
            background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
            background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
            background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
            color: #fff;
            box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
            -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
        }

    .media-body {
        font-weight: lighter;
        font-size: 12px;
        text-align: justify;
    }

    #features {
        /*padding: 45px 0;*/
        /*background: #d9d9d9;*/
    }

        #features .portfolio-filter {
            list-style: none;
            padding: 0;
            /*margin: 0 0 50px;*/
            display: inline-block;
        }

            #features .portfolio-filter > li {
                float: left;
                display: block;
            }

                #features .portfolio-filter > li a {
                    display: block;
                    padding: 7px 15px;
                    background: #b5c8e6;
                    color: black;
                    position: relative;
                }

                    #features .portfolio-filter > li a:hover,
                    #features .portfolio-filter > li a.active {
                        background: #3897bb;
                        color: #fff !important;
                        box-shadow: 0 -3px 0 0 #318daf inset;
                        -webkit-box-shadow: 0 -3px 0 0 #318daf inset;
                    }

                        #features .portfolio-filter > li a.active:after {
                            content: " ";
                            position: absolute;
                            bottom: -17px;
                            left: 50%;
                            margin-right: -10px;
                            border-width: 10px;
                            border-style: solid;
                            border-color: #318daf transparent transparent transparent;
                        }

                #features .portfolio-filter > li:first-child a {
                    border-radius: 4px 0 0 4px;
                }

                #features .portfolio-filter > li:last-child a {
                    border-radius: 0 4px 4px 0;
                }

        #features .portfolio-items {
            margin: -15px;
        }

        #features .portfolio-item {
            width: 33.3%;
            float: right;
            padding: 15px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
        }

            #features .portfolio-item .portfolio-item-inner {
                position: relative;
            }

                #features .portfolio-item .portfolio-item-inner .portfolio-info {
                    transition: opacity 400ms;
                    -webkit-transition: opacity 400ms;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    padding: 5px;
                    background: rgba(0, 0, 0, 0.5);
                    color: #fff;
                }

    .portfolio-info {
        transition: opacity 400ms;
        -webkit-transition: opacity 400ms;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 5px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        font-size: 12px;
    }

    .entry-content {
        font-size: 11px;
    }

    #features .portfolio-item .portfolio-item-inner .portfolio-info h3 {
        font-size: 16px;
        line-height: 1;
        margin: 0;
        color: #fff;
    }

    #features .portfolio-item .portfolio-item-inner .portfolio-info .preview {
        position: absolute;
        top: -18px;
        right: 12px;
        border-radius: 50%;
        background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
        background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
        background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        color: #fff;
        box-shadow: 0 0 0 2px #fff;
        -webkit-box-shadow: 0 0 0 2px #fff;
    }

    #features .portfolio-item:hover .portfolio-info {
        opacity: 1;
    }
    /* Start: Recommended Isotope styles */
    /**** Isotope Filtering ****/
    .isotope-item {
        z-index: 2;
    }

    .isotope-hidden.isotope-item {
        pointer-events: none;
        z-index: 1;
    }
    /**** Isotope CSS3 transitions ****/
    .isotope,
    .isotope .isotope-item {
        -webkit-transition-duration: 0.8s;
        -moz-transition-duration: 0.8s;
        -ms-transition-duration: 0.8s;
        -o-transition-duration: 0.8s;
        transition-duration: 0.8s;
    }

    .isotope {
        -webkit-transition-property: height, width;
        -moz-transition-property: height, width;
        -ms-transition-property: height, width;
        -o-transition-property: height, width;
        transition-property: height, width;
    }

        /*.isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        transition-property: transform, opacity;
    }*/
        .isotope .isotope-item {
            -webkit-transition-property: right, top, -webkit-transform, opacity;
            -moz-transition-property: right, top, -moz-transform, opacity;
            -ms-transition-property: right, top, -ms-transform, opacity;
            -o-transition-property: right, top, -o-transform, opacity;
            transition-property: right, top, transform, opacity;
        }
            /**** disabling Isotope CSS3 transitions ****/
            .isotope.no-transition,
            .isotope.no-transition .isotope-item,
            .isotope .isotope-item.no-transition {
                -webkit-transition-duration: 0s;
                -moz-transition-duration: 0s;
                -ms-transition-duration: 0s;
                -o-transition-duration: 0s;
                transition-duration: 0s;
            }
        /* End: Recommended Isotope styles */
        /* disable CSS transitions for containers with infinite scrolling*/
        .isotope.infinite-scrolling {
            -webkit-transition: none;
            -moz-transition: none;
            -ms-transition: none;
            -o-transition: none;
            transition: none;
        }

    #testimonial {
        background: #333333 url(../images/testimonial/bg.jpg) no-repeat 0 0;
        background-size: cover;
        padding: 100px 0;
        color: #fff;
    }

        #testimonial h4 {
            color: #fff;
            margin-bottom: 0;
        }

        #testimonial small {
            display: block;
            margin-bottom: 10px;
            color: rgba(255, 255, 255, 0.7);
        }

        #testimonial .btns {
            margin-top: 10px;
        }

    #about {
        padding: 100px 0;
    }

    #work-process {
        padding: 100px 0 50px;
        background: #20222e url(../images/work-process/bg.jpg) no-repeat 0 0;
        background-size: cover;
        color: #fff;
    }

        #work-process h2 {
            color: #fff;
        }

        #work-process h3 {
            color: #fff;
            margin-bottom: 0;
        }

        #work-process .icon-circle {
            display: inline-block;
            width: 80px;
            height: 80px;
            line-height: 80px;
            border: 2px solid #4996ce;
            border-radius: 100px;
            position: relative;
        }

            #work-process .icon-circle > span {
                border-style: solid;
                border-width: 2px;
                border-color: #4996ce;
                border-radius: 50%;
                background-color: #fff;
                position: absolute;
                width: 24px;
                height: 24px;
                line-height: 20px;
                top: -12px;
                color: #64686d;
            }

        #work-process h3 {
            margin-bottom: 50px;
        }

    #faq {
        /*padding: 45px 0;*/
        margin-bottom: 50px;
    }

        #faq .team-member {
            padding: 13px;
            background: #eeeeee;
            border: 2px solid #eeeeee;
            transition: border-color 400ms;
            -webkit-transition: border-color 400ms;
            border-radius: 10px;
        }

            #faq .team-member .team-img {
                margin: 10px -13px 10px -13px;
            }

            #faq .team-member .team-info {
                padding-bottom: 10px;
                border-bottom: 1px solid #dbdbdb;
                margin-bottom: 10px;
                text-align: center;
            }

            #faq .team-member:hover {
                border-color: #4996ce;
            }

                #faq .team-member:hover .social-icons > li > a {
                    background: #4996ce;
                }

        #faq .social-icons {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            #faq .social-icons > li {
                display: inline-block;
            }

                #faq .social-icons > li > a {
                    display: block;
                    width: 32px;
                    height: 32px;
                    line-height: 32px;
                    text-align: center;
                    color: #fff;
                    background: #222534;
                    border-radius: 3px;
                }

    #products .container {
        padding: 1px 0;
        margin-bottom: 30px;
    }

    .background {
        margin-left: -15px;
        margin-right: -15px;
    }

    #products .team-member {
        padding: 5px;
        border: 2px solid #444473;
        transition: border-color 400ms;
        -webkit-transition: border-color 400ms;
        border-radius: 10px;
        background-color: rgba(255,255,255,0.7);
    }

        #products .team-member .team-img {
            margin: 10px -13px 10px -13px;
        }

        #products .team-member .team-info {
            padding-bottom: 10px;
            border-bottom: 1px solid #dbdbdb;
            text-align: center;
        }

        #products .team-member:hover {
            border-color: #4996ce;
        }

            #products .team-member:hover .social-icons > li > a {
                background: #4996ce;
            }

    #products .social-icons {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #products .social-icons > li {
            display: inline-block;
        }

            #products .social-icons > li > a {
                display: block;
                width: 32px;
                height: 32px;
                line-height: 32px;
                text-align: center;
                color: #fff;
                background: #222534;
                border-radius: 3px;
            }

    .divider {
        margin-top: 50px;
        margin-bottom: 50px;
        background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
        background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
        background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
        width: 95%;
        height: 1px;
    }

    .progress {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #eeeeee;
    }

        .progress .progress-bar.progress-bar-primary {
            background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
            background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
            background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .nav.main-tab {
        background: #eee;
        border-bottom: 3px solid #222534;
        border-radius: 3px 3px 0 0;
    }

        .nav.main-tab > li > a {
            color: #272727;
        }

        .nav.main-tab > li.active > a {
            background: #222534;
            color: #4996ce;
        }

        .nav.main-tab > li:first-child > a {
            border-radius: 3px 0 0 0;
        }

        .nav.main-tab > li:last-child > a {
            border-radius: 0 3px 0 0;
        }

    .tab-content {
        /*border: 1px solid #eee;*/
        border-top: 0;
        padding: 20px 20px 10px;
        border-radius: 0 0 3px 3px;
    }

    .panel-default {
        border-color: #eee;
    }

        .panel-default > .panel-heading {
            /*background-color: #b7b7b7;*/
            border-color: #eee;
        }

            .panel-default > .panel-heading .panel-title {
                font-size: 14px;
                font-weight: normal;
                text-align: center;
            }

            .panel-default > .panel-heading + .panel-collapse > .panel-body {
                border-top-color: #eee;
                /*background: url(../../img/bg.png) no-repeat center;*/
                background-size: cover;
                /*background-color: #eee;*/
            }

    #animated-number {
        padding: 10px 0 0 0;
        /*background: #d9d9d9;*/
        /*background: url(../../img/bg.png) repeat top;
    background-size: 100%;*/
        color: #000;
        background: url(../../img/activitybg.png) no-repeat center center;
        background-size: cover;
    }

        #animated-number h1,
        #animated-number h2,
        #animated-number h3,
        #animated-number h4 {
            color: #000;
        }

        #animated-number strong {
            display: block;
            margin-bottom: 30px;
        }

    .animated-number {
        display: inline-block;
        font-size: 18px;
    }

    #pricing {
        padding-top: -50px;
        margin-bottom: 50px
    }

        #pricing ul.pricing {
            list-style: none;
            padding: 0;
            margin: 70px 0 30px;
            border: 1px solid #eee;
            border-radius: 5px 5px 4px 4px;
            padding: 15px;
            height: 400px;
            overflow: hidden;
        }

            #pricing ul.pricing li {
                display: block;
                padding: 10px;
            }

                #pricing ul.pricing li.plan-header {
                    background: #002060;
                    border-radius: 4px 4px 0 0;
                    margin: -15px -15px 10px;
                    padding: 15px 15px 30px;
                    border: 0;
                    text-align: center
                }

                    #pricing ul.pricing li.plan-header .price-duration {
                        position: relative;
                        margin-top: -63px;
                        top: -10px;
                        display: inline-block;
                        width: 116px;
                        height: 116px;
                        background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
                        background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
                        background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
                        color: #fff;
                        border-radius: 100px;
                        border: 5px solid #f6f6f6;
                    }

                        #pricing ul.pricing li.plan-header .price-duration > span {
                            display: block;
                            line-height: 1;
                        }

                            #pricing ul.pricing li.plan-header .price-duration > span.price {
                                font-size: 24px;
                                font-weight: 700;
                                margin-top: 35px;
                            }

                            #pricing ul.pricing li.plan-header .price-duration > span.duration {
                                margin-top: 5px;
                            }

                    #pricing ul.pricing li.plan-header .plan-name {
                        margin-top: 10px;
                        font-size: 24px;
                        color: #272727;
                        font-weight: bold;
                        line-height: 1;
                        text-transform: uppercase;
                    }

            #pricing ul.pricing.featured {
                background: #d9d9d9;
                color: #000;
                border: 0;
            }

                #pricing ul.pricing.featured li.plan-header .plan-name a {
                    color: #fff !important;
                }

    #get-in-touch {
        padding: 100px 0 50px;
        background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
        background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
        background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
        color: #fff;
    }

        #get-in-touch h1,
        #get-in-touch h2 {
            color: #fff;
        }

    #blog {
        padding-top: 50px;
    }

        #blog .blog-post {
            padding: 15px 1px 15px 1px;
        }

            #blog .blog-post .post-format {
                display: inline-block;
                width: 40px;
                height: 40px;
                line-height: 34px;
                text-align: center;
                color: #fff;
                background: #222534;
                border: 3px solid #fff;
                border-radius: 100px;
            }

            #blog .blog-post.blog-large .entry-thumbnail {
                margin: -15px -15px 15px;
                position: relative;
            }

            #blog .blog-post.blog-large .post-format {
                width: 66px;
                height: 66px;
                line-height: 60px;
                position: absolute;
                right: 20px;
                bottom: -33px;
            }

                #blog .blog-post.blog-large .post-format > i {
                    font-size: 20px;
                }

            #blog .blog-post.blog-large .entry-date {
                font-size: 12px;
                display: block;
                margin-bottom: 5px;
                text-transform: uppercase;
                color: #4996ce;
            }

            #blog .blog-post.blog-large .entry-title {
                margin-top: 0;
                font-size: 18px;
                line-height: 1;
                margin-bottom: 15px;
            }

                #blog .blog-post.blog-large .entry-title a {
                    color: #64686d;
                }

                    #blog .blog-post.blog-large .entry-title a:hover {
                        color: #4996ce;
                    }

            #blog .blog-post.blog-media {
                margin-bottom: 30px;
            }

                #blog .blog-post.blog-media .entry-thumbnail {
                    margin: -15px 15px -15px -15px;
                    position: relative;
                }

                #blog .blog-post.blog-media .post-format {
                    position: absolute;
                    top: 20px;
                    right: -10px;
                }

                #blog .blog-post.blog-media .entry-date {
                    font-size: 12px;
                    display: block;
                    margin-bottom: 5px;
                    text-transform: uppercase;
                    color: #4996ce;
                }

                #blog .blog-post.blog-media .entry-title {
                    margin-top: 0;
                    font-size: 18px;
                    line-height: 1;
                    margin-bottom: 15px;
                }

                    #blog .blog-post.blog-media .entry-title a {
                        color: #64686d;
                    }

                        #blog .blog-post.blog-media .entry-title a:hover {
                            color: #4996ce;
                        }

            #blog .blog-post .entry-meta {
                margin-top: 20px;
                border-top: 1px solid #eee;
                padding-top: 15px;
            }

                #blog .blog-post .entry-meta > span {
                    display: inline-block;
                    margin-right: 10px;
                    color: #999;
                }

                    #blog .blog-post .entry-meta > span > a {
                        color: #999;
                    }

                        #blog .blog-post .entry-meta > span > a:hover {
                            color: #4996ce;
                        }

    #contact {
        position: relative;
        overflow: hidden;
    }

        #contact .container-wrapper {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(69, 174, 214, 0.3);
            z-index: 1;
        }

        #contact .contact-form {
            background: rgba(255, 255, 255, 0.8);
            padding: 20px;
            margin-top: 50px;
        }

            #contact .contact-form h3 {
                margin-top: 0;
            }
    /***********************
********* Footer ******
************************/
    #footer {
        /*padding-top: 20px;
    background: #d9d9d9;
    background-color: gray;
    background-image: linear-gradient(gray, whitesmoke, gray);*/
    }

        #footer a {
            /*font-weight: bold;*/
        }

        #footer h4 {
            font-weight: bold;
        }

        #footer a:hover {
            color: #4996ce;
        }

        #footer ul {
            list-style: none;
            padding: 0;
            margin: 0 -7.5px;
        }

            #footer ul > li {
                margin: 0 7.5px;
                font-size: small !important;
            }

    @media only screen and (min-width: 768px) {
        #footer .social-icons {
            float: left;
        }
    }

    .form-control {
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .panel-default .panel-heading a:after {
        font-family: 'FontAwesome';
        content: "\f00d";
        float: right;
        margin-top: -20px;
    }

    .panel-default .panel-heading a.collapsed:after {
        content: "\f067";
    }

#scrolltop {
    position: fixed;
    left: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #4996ce;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px
}

        #scrolltop span {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -8px;
            margin-top: -12px;
            height: 0;
            width: 0;
            border: 8px solid transparent;
            border-bottom-color: #ffffff;
        }

    #scrolltop:hover {
        background-color: #389171;
        opacity: 1;
        filter: "alpha(opacity=100)";
        -ms-filter: "alpha(opacity=100)";
    }

    #contatti {
        /*letter-spacing: 2px;*/
    }

        #contatti a {
            text-decoration: none;
        }

    .address-detail {
        padding-top: 10px;
    }

    /*@media (max-width: 575.98px) {

    #contatti {
        padding-bottom: 800px;
    }

        #contatti .maps iframe {
            width: 100%;
            height: 450px;
        }
}


@media (min-width: 576px) {

    #contatti {
        padding-bottom: 800px;
    }

        #contatti .maps iframe {
            width: 100%;
            height: 450px;
        }
}

@media (min-width: 768px) {

    #contatti {
        padding-bottom: 350px;
    }

        #contatti .maps iframe {
            width: 100%;
        }
}

@media (min-width: 992px) {
    #contatti {
        padding-bottom: 200px;
    }

        #contatti .maps iframe {
            width: 100%;
            height: 350px;
        }
}*/
    /*profile*/
    a:hover, a:focus {
        text-decoration: none;
        outline: none;
    }

    .board-inner .vertical-tab {
        display: table;
    }

    .vertical-tab .nav-tabs {
        display: table-cell;
        /*width: 20%;
        min-width: 20%;*/
        border: none;
        position: relative;
        margin-bottom: 10px;
    }

        .vertical-tab .nav-tabs li {
            float: none;
            vertical-align: top;
        }

            .vertical-tab .nav-tabs li a {
                display: block;
                padding: 8px 15px;
                margin: 0 0 10px 0;
                border-radius: 20px;
                border: 1px solid #909090;
                font-size: 18px;
                font-weight: 600;
                color: #29335c;
                text-transform: uppercase;
                text-align: center;
                box-shadow: 0 0 0 5px #fff inset;
                overflow: hidden;
                z-index: 1;
                position: relative;
                transition: all 0.5s ease 0s;
            }

            .vertical-tab .nav-tabs li:last-child a {
                margin-bottom: 0;
            }

            .vertical-tab .nav-tabs li a:hover,
            .vertical-tab .nav-tabs li.active a,
            .vertical-tab .nav-tabs li.active a:hover {
                background: traparent;
                border: 1px solid rgba(0,0,0,0.1);
                color: #fff;
            }

            .vertical-tab .nav-tabs li a:before {
                content: "";
                width: 100%;
                height: 100%;
                border-radius: 18px;
                background: linear-gradient(to right,#efeaea,#908b8b);
                position: absolute;
                top: 0;
                left: -100%;
                opacity: 0;
                z-index: -1;
                transition: all 0.5s cubic-bezier(0.52, 1.64, 0.37, 0.66);
            }

            .vertical-tab .nav-tabs li.active a:before,
            .vertical-tab .nav-tabs li a:hover:before {
                left: 0;
                opacity: 1;
            }

    .vertical-tab .tab-content {
        display: table-cell;
        padding: 10px 20px;
        border-radius: 20px;
        vertical-align: top;
        float: left;
    }

        .vertical-tab .tab-content h3 {
            font-size: 24px;
            margin: 0 0 5px 0;
        }

    @media only screen and (max-width: 479px) {
        .vertical-tab .nav-tabs {
            display: block;
            width: 100%;
            border-right: none;
        }

            .vertical-tab .nav-tabs li {
                margin: 0 0 10px 0;
            }

                .vertical-tab .nav-tabs li:last-child {
                    margin: 0;
                }

                .vertical-tab .nav-tabs li a {
                    padding: 10px;
                    margin: 0;
                }

        .vertical-tab .tab-content {
            display: block;
            padding: 20px 15px 5px;
            border-radius: 0 0 10px 10px;
        }

            .vertical-tab .tab-content h3 {
                font-size: 18px;
            }
    }


   /*--search--*/
.search {
    position: relative;
    display: inline-block;
    float: right;
}

label.icon-search {
    color: #212121;
    cursor: pointer;
}

.search_form {
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 15px;
    overflow: hidden;
    width: 20px;
    height: 0px;
    background: white;
    border-radius: 3px;
    transition: height 0.2s ease-out 0.5s, top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
    -webkit-transition: height 0.2s ease-out 0.5s, top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
}

    .search_form form {
        opacity: 0;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .search_form input[type='text'] {
        padding: 10px;
        outline: none;
        font-size: 14px;
        border: 1px solid #999;
        background: none;
    }

        .search_form input[type='text']::-webkit-input-placeholder {
            /*color: #fff !important;*/
        }

    .search_form input[type='submit'] {
        outline: none;
        background: none;
        display: inline-block;
        color: #fff;
        font-size: 14px;
        border: 1px solid #999;
        text-transform: uppercase;
        padding: 10px 28px;
    }

        .search_form input[type='submit']:hover {
            background: #fff;
            border: 1px solid #fff;
            color: white;
        }

.search_box {
    visibility: hidden;
}

    .search_box:checked ~ .search_form {
        width: 200px;
        height: 34px;
        top: 50px;
        transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
        -webkit-transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
    }

        .search_box:checked ~ .search_form form {
            opacity: 1;
            transition: 0.3s all ease-out 0.5s;
            -webkit-transition: 0.3s all ease-out 0.5s;
        }

label.icon-search span {
    color: #303030;
    font-size: 1.1em;
    top: 15px;
}
/*--//search--*/

    a:hover, a:focus {
        text-decoration: none;
        outline: none;
    }

    .tab .nav-tabs {
        border: none;
        margin: 0;
    }

        .tab .nav-tabs li a {
            padding: 7px !important;
            margin-right: 20px;
            font-size: 20px;
            font-weight: 600;
            color: #293241;
            text-transform: uppercase;
            border: none;
            border-radius: 0;
            background: transparent;
            z-index: 2;
            position: relative;
            transition: all 0.3s ease 0s;
        }

            .tab .nav-tabs li a:hover,
            .tab .nav-tabs li.active a {
                border: none;
            }

            .tab .nav-tabs li a:before {
                content: "";
                width: 100%;
                height: 4px;
                background: #f6f6f6;
                border: 1px solid #e9e9e9;
                border-radius: 2px;
                position: absolute;
                bottom: 0;
                left: 0;
            }

            .tab .nav-tabs li a:after {
                content: "";
                width: 0;
                height: 4px;
                background: #727cb6;
                border: 1px solid #727cb6;
                border-radius: 2px;
                position: absolute;
                bottom: 0;
                left: 0;
                opacity: 0;
                z-index: 1;
                transition: all 1s ease 0s;
            }

        .tab .nav-tabs li:hover a:after,
        .tab .nav-tabs li.active a:after {
            width: 100%;
            opacity: 1;
        }

    .tab .tab-content {
        padding: 15px 20px;
        margin-top: 20px;
        line-height: 30px;
        position: relative;
    }

    @media only screen and (max-width: 479px) {
        .tab .nav-tabs li {
            width: 100%;
            text-align: center;
            margin-bottom: 15px;
        }

        .tab .tab-content {
            margin-top: 0;
        }
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border: 0 !important;
    }

    #news {
        margin-top: 20px;
        margin-bottom: 100px;
    }

        #news .blog-lead {
            margin-top: 10px;
            background: lightblue;
            border-radius: 5px;
            padding: 5px;
        }

        #news .blog-content {
            margin-top: 10px;
        }

        #news ul.news li {
            display: block;
            padding: 5px;
            font-size: 11px;
        }

            #news ul.news li.plan-header {
                padding: 12px;
                border-radius: 10px;
                background-color: lightgray;
                background-image: linear-gradient(lightgray, whitesmoke, lightgray);
                text-align: center;
                color: #000000;
                font-weight: bold;
                border: 1px solid #002060
            }

                #news ul.news li.plan-header .price-duration {
                    position: relative;
                    margin-top: -63px;
                    top: -10px;
                    display: inline-block;
                    width: 116px;
                    height: 116px;
                    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
                    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
                    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
                    color: #fff;
                    border-radius: 100px;
                    border: 5px solid #f6f6f6;
                }

                    #news ul.news li.plan-header .price-duration > span {
                        display: block;
                        line-height: 1;
                    }

                        #news ul.news li.plan-header .price-duration > span.price {
                            font-size: 24px;
                            font-weight: 700;
                            margin-top: 35px;
                        }

                        #news ul.news li.plan-header .price-duration > span.duration {
                            margin-top: 5px;
                        }

                #news ul.news li.plan-header .plan-name {
                    font-size: 18px;
                    color: #272727;
                    font-weight: bold;
                    line-height: 1;
                    text-transform: uppercase;
                }

        #news ul.news.featured {
            color: #000;
            border: 0;
            padding: 0;
        }

.news-title {
    background: #4996ce;
    color: white;
    padding: 5px;
    border: 1px solid #4996ce;
    text-align: center;
}

    .news-header {
        /*background-color: gray;
    background-image: linear-gradient(gray, #e1e1e1, gray);*/
        font-size: 22px;
        font-weight: bold;
        padding: 5px;
        border: 1px solid black;
        text-align: center;
        border-radius: 10px;
    }

    .news-title a {
        color: white !important;
    }

    @import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
    /* written by riliwan balogun http://www.facebook.com/riliwan.rabo*/
    .board {
        margin: 60px auto;
        background: #fff;
        /*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
    }

        .board .nav-tabs {
            position: relative;
            /* border-bottom: 0; */
            /* width: 80%; */
            margin: 40px auto;
            margin-bottom: 0;
            box-sizing: border-box;
        }

        .board > div.board-inner {
            background: #fafafa; /*url(http://subtlepatterns.com/patterns/geometry2.png);*/
            background-size: 30%;
        }

    p.narrow {
        width: 60%;
        margin: 10px auto;
    }

    .liner {
        height: 2px;
        background: #ddd;
        position: absolute;
        width: 80%;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 50%;
        z-index: 1;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #555555;
        cursor: default;
        /* background-color: #ffffff; */
        border: 0;
        border-bottom-color: transparent;
    }

    span.round-tabs {
        width: 130px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        border-radius: 100px;
        background: white;
        z-index: 2;
        position: absolute;
        left: 0;
        text-align: center;
        font-size: 16px;
    }

        span.round-tabs.one {
            color: rgb(34, 194, 34);
            border: 2px solid rgb(34, 194, 34);
        }

    li.active span.round-tabs {
        background: #fff !important;
        border: 2px solid #06ab0b;
        color: rgb(34, 194, 34);
    }

    span.round-tabs.deactive {
        color: #dddddd;
        border: 2px solid #dddddd;
    }

    li.active span.round-tabs.two {
        background: #fff !important;
        border: 2px solid #ddd;
        color: #febe29;
    }

    span.round-tabs.three {
        color: #3e5e9a;
        border: 2px solid #3e5e9a;
    }

    li.active span.round-tabs.three {
        background: #fff !important;
        border: 2px solid #ddd;
        color: #3e5e9a;
    }

    span.round-tabs.four {
        color: #f1685e;
        border: 2px solid #f1685e;
    }

    li.active span.round-tabs.four {
        background: #fff !important;
        border: 2px solid #ddd;
        color: #f1685e;
    }

    span.round-tabs.five {
        color: #999;
        border: 2px solid #999;
    }

    li.active span.round-tabs.five {
        background: #fff !important;
        border: 2px solid #ddd;
        color: #999;
    }

    .nav-tabs > li.active > a span.round-tabs {
        background: #fafafa;
    }

    .board-inner .nav-tabs > li {
        width: 25%;
    }
        /*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
        .board-inner .nav-tabs > li:after {
            content: " ";
            position: absolute;
            left: 45%;
            opacity: 0;
            margin: 0 auto;
            bottom: 0px;
            border: 5px solid transparent;
            border-bottom-color: #ddd;
            transition: 0.1s ease-in-out;
        }

        .board-inner .nav-tabs > li.active:after {
            content: " ";
            position: absolute;
            left: 45%;
            opacity: 1;
            margin: 0 auto;
            bottom: 0px;
            border: 10px solid transparent;
            border-bottom-color: #ddd;
        }

        .board-inner .nav-tabs > li a {
            width: 130px;
            height: 40px;
            margin: 20px auto;
            border-radius: 100%;
            padding: 0;
        }

            .board-inner .nav-tabs > li a:hover {
                background: transparent;
            }

    .tab-content {
        border: 3px solid #fafafa;
        min-height: 600px;
    }

    .board-inner .tab-pane {
        position: relative;
        padding-top: 50px;
    }

    .tab-content .head {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 25px;
        text-transform: uppercase;
        padding-bottom: 10px;
    }

    .btn-outline-rounded {
        padding: 10px 40px;
        margin: 20px 0;
        border: 2px solid transparent;
        border-radius: 25px;
    }

    .btn.green {
        background-color: #5cb85c;
        /*border: 2px solid #5cb85c;*/
        color: #ffffff;
    }



    @media( max-width : 585px ) {

        .board {
            width: 90%;
            height: auto !important;
        }

        span.round-tabs {
            font-size: 16px;
            width: 50px;
            height: 50px;
            line-height: 50px;
        }

        .tab-content .head {
            font-size: 20px;
        }

        .board-inner .nav-tabs > li a {
            width: 50px;
            height: 50px;
            line-height: 50px;
        }

        .board-inner .nav-tabs > li.active:after {
            content: " ";
            position: absolute;
            left: 35%;
        }

        .btn-outline-rounded {
            padding: 12px 20px;
        }
    }

    .switch {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 22px;
    }

        .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .slider:before {
            position: absolute;
            content: "";
            height: 18px;
            width: 18px;
            left: 2px;
            bottom: 2px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }

    input:checked + .slider {
        background-color: #2196F3;
    }

    input:focus + .slider {
        box-shadow: 0 0 1px #2196F3;
    }

    input:checked + .slider:before {
        -webkit-transform: translateX(18px);
        -ms-transform: translateX(18px);
        transform: translateX(18px);
    }

    /* Rounded sliders */
    .slider.round {
        border-radius: 34px;
    }

        .slider.round:before {
            border-radius: 50%;
        }

    .thheader {
        text-align: center;
        color: #002060;
    }

    #intenalPage {
        margin-bottom: 100px;
    }

    #Legal label {
        font-size: smaller;
    }

    #Legal span {
        font-size: smaller;
        padding: 5px;
    }

    #Real label {
        font-size: smaller;
    }

    #Real span {
        font-size: smaller;
        padding: 5px;
    }

    a.down-btn span.fa.fa-angle-down {
        font-size: 26px;
        border: 1px solid #002060;
        border-radius: 2px;
        padding: 7px 5px;
        position: relative;
        cursor: pointer;
        margin-top: 5px;
    }

    .centered {
        position: absolute;
        top: 30%;
        transform: translate(-50%, -50%);
        color: #000000;
    }

    .about {
        background: url(../../img/aboutbg.png) no-repeat;
        background-size: cover;
        border-radius: 1px;
        padding: 3px;
    }

    .abstract {
        /*padding-top: 10px;*/
        text-align: justify;
        font-size: small;
        font-weight: bold;
    }

    .profile-header {
        background: #002060;
        margin-bottom: 5px;
        border-radius: 10px;
        color: white;
        text-align: center;
        font-size: 18px;
        padding: 5px;
    }

    #notice {
        position: absolute;
        margin: 0px;
        padding: 0px;
        top: 15%;
        right: 3%;
        z-index: 1000;
    }

    .internal-page-header {
        padding-top: 310px;
        font-size: 24px;
        color: white;
        font-weight: bolder;
    }

    .btn-product {
        background: lightgray !important;
        border-color: gray !important;
    }

    .media.service-box .pull-left > i {
        font-size: 24px;
        height: 64px;
        line-height: 64px;
        text-align: center;
        width: 64px;
        border-radius: 100%;
        color: #4996ce;
        box-shadow: inset 0 0 0 1px #d7d7d7;
        -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
        transition: background-color 400ms, background-color 400ms;
        position: relative;
    }

#topbar {
    background: #333333;
    padding: 5px 0;
    border-bottom: 1px solid #333333;
    font-size: 14px;
    color: #4996ce;
    transition-duration: 0.5s;
}

    .d-lg-block {
        display: block !important;
    }
    /* --- menu --- */

    header .navigation {
        float: right;
    }

    header ul.nav li {
        border: none;
        margin: 0;
    }

        header ul.nav li a {
            border: none;
            font-weight: 400;
        }

    .navbar .nav > li > a {
        font-size: 15px;
        color: #fdfdfd;
        text-shadow: none;
    }

    header ul.nav li a i {
        /*color:#fff;*/
    }

    .navbar .nav a:hover {
        background: none;
    }

    .navbar .nav > .active > a, .navbar .nav > .active > a:hover {
        font-weight: 600;
    }

        .navbar .nav > .active > a:active, .navbar .nav > .active > a:focus {
            background: none;
            outline: 0;
            font-weight: 600;
        }

    .navbar .nav li .dropdown-menu {
        z-index: 1000;
    }

    header ul.nav li ul {
        z-index: 1000;
        margin-top: 20px;
    }

        header ul.nav li ul li ul {
            margin: 1px 0 0 1px;
        }

    .dropdown-menu .dropdown i {
        position: absolute;
        right: 0;
        margin-top: 3px;
        padding-left: 20px;
    }

    .navbar .nav > li > .dropdown-menu:before {
        display: inline-block;
        border-right: none;
        border-bottom: none;
        border-left: none;
        content: none;
    }

    .navbar .nav > li > .dropdown-menu:after {
        display: inline-block;
        border-right: none;
        border-bottom: none;
        border-left: none;
        content: '';
    }


    ul.nav li.dropdown a {
        z-index: 1000;
        display: block;
    }

    ul.nav li.dropdown ul li ul.dropdown-menu {
        margin-left: 0px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

    ul.nav li.dropdown ul li i {
        margin-right: 20px;
    }

    select.selectmenu {
        display: none;
    }

    .dropdown {
        position: relative;
        display: inline-block;
    }

        .dropdown:hover .dropdown-menu {
            display: block;
        }
    /* Services Section
--------------------------------*/

    #services {
        padding: 30px 0 20px 0;
    }

        #services .box {
            padding: 40px;
            margin-bottom: 40px;
            box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
            background: #fff;
            transition: 0.4s;
        }

            #services .box:hover {
                box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
                transform: translateY(-10px);
                -webkit-transform: translateY(-10px);
                -moz-transform: translateY(-10px);
            }

            #services .box .icon {
                float: left;
            }

                #services .box .icon i {
                    color: #444;
                    font-size: 64px;
                    transition: 0.5s;
                    line-height: 0;
                    margin-top: 34px;
                }

                    #services .box .icon i:before {
                        background: #0c2e8a;
                        background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
                        background-clip: border-box;
                        -webkit-background-clip: text;
                        -webkit-text-fill-color: transparent;
                    }

            #services .box h4 {
                margin-left: 100px;
                font-weight: 700;
                margin-bottom: 15px;
                font-size: 22px;
            }

                #services .box h4 a {
                    color: #444;
                }

            #services .box p {
                font-size: 14px;
                margin-left: 100px;
                margin-bottom: 0;
                line-height: 24px;
            }

    .rounded {
        border-radius: 10%;
        /*width: 90px;
    height: 90px;*/
    }

    #portfolio {
        padding: 30px 0;
        /*background: #f5f5f5;*/
    }

        #portfolio .portfolio-filter {
            list-style: none;
            padding: 0;
            margin: 0 0 50px;
            display: inline-block;
        }

            #portfolio .portfolio-filter > li {
                float: left;
                display: block;
            }

                #portfolio .portfolio-filter > li a {
                    display: block;
                    padding: 7px 15px;
                    background: #b4c7e7;
                    color: #64686d;
                    position: relative;
                }

                    #portfolio .portfolio-filter > li a:hover,
                    #portfolio .portfolio-filter > li a.active {
                        background: #4996ce;
                        color: #fff;
                        box-shadow: 0 -3px 0 0 #318daf inset;
                        -webkit-box-shadow: 0 -3px 0 0 #318daf inset;
                    }

                        #portfolio .portfolio-filter > li a.active:after {
                            content: " ";
                            position: absolute;
                            bottom: -17px;
                            left: 50%;
                            margin-left: -10px;
                            border-width: 10px;
                            border-style: solid;
                            border-color: #318daf transparent transparent transparent;
                        }

                #portfolio .portfolio-filter > li:first-child a {
                    border-radius: 4px 0 0 4px;
                }

                #portfolio .portfolio-filter > li:last-child a {
                    border-radius: 0 4px 4px 0;
                }

        #portfolio .portfolio-items {
            margin: -15px;
        }

        #portfolio .portfolio-item {
            width: 25%;
            float: right;
            padding: 10px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
            min-width: 200px;
        }

            #portfolio .portfolio-item .portfolio-item-inner {
                position: relative;
            }

                #portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
                    transition: opacity 400ms;
                    -webkit-transition: opacity 400ms;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    padding: 10px;
                    background: rgba(0, 0, 0, 0.5);
                    color: #fff;
                }

                    #portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
                        font-size: 16px;
                        line-height: 1;
                        margin: 0;
                        color: #fff;
                    }

                    #portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
                        position: absolute;
                        top: -18px;
                        right: 12px;
                        border-radius: 50%;
                        background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
                        background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
                        background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
                        width: 36px;
                        height: 36px;
                        line-height: 36px;
                        text-align: center;
                        color: #fff;
                        box-shadow: 0 0 0 2px #fff;
                        -webkit-box-shadow: 0 0 0 2px #fff;
                    }

            #portfolio .portfolio-item:hover .portfolio-info {
                opacity: 1;
            }
    /* Start: Recommended Isotope styles */
    /**** Isotope Filtering ****/
    .isotope-item {
        z-index: 2;
    }

    .isotope-hidden.isotope-item {
        pointer-events: none;
        z-index: 1;
    }
    /**** Isotope CSS3 transitions ****/
    .isotope,
    .isotope .isotope-item {
        -webkit-transition-duration: 0.8s;
        -moz-transition-duration: 0.8s;
        -ms-transition-duration: 0.8s;
        -o-transition-duration: 0.8s;
        transition-duration: 0.8s;
    }

    .isotope {
        -webkit-transition-property: height, width;
        -moz-transition-property: height, width;
        -ms-transition-property: height, width;
        -o-transition-property: height, width;
        transition-property: height, width;
    }

        .isotope .isotope-item {
            -webkit-transition-property: -webkit-transform, opacity;
            -moz-transition-property: -moz-transform, opacity;
            -ms-transition-property: -ms-transform, opacity;
            -o-transition-property: -o-transform, opacity;
            transition-property: transform, opacity;
        }
            /**** disabling Isotope CSS3 transitions ****/
            .isotope.no-transition,
            .isotope.no-transition .isotope-item,
            .isotope .isotope-item.no-transition {
                -webkit-transition-duration: 0s;
                -moz-transition-duration: 0s;
                -ms-transition-duration: 0s;
                -o-transition-duration: 0s;
                transition-duration: 0s;
            }
        /* End: Recommended Isotope styles */
        /* disable CSS transitions for containers with infinite scrolling*/
        .isotope.infinite-scrolling {
            -webkit-transition: none;
            -moz-transition: none;
            -ms-transition: none;
            -o-transition: none;
            transition: none;
        }

.solutionheader {
    border-radius: 10px;
    background-image: linear-gradient(to right, #9ef5d6, #4996ce);
    text-align: right;
    margin: 0 10px 10px 10px;
    padding: 8px;
    font-weight: bold;
}

    #products {
        padding-top: 50px;
        margin-bottom: 50px;
    }

        #products .products-member {
            border: 1px solid #bbb;
            transition: border-color 400ms;
            -webkit-transition: border-color 400ms;
            border-radius: 5px;
            background-color: rgba(255,255,255,0.7);
        }

            #products .products-member:hover {
                border-color: blue;
            }
            #products .products-member .team-info a img {
                width: 100%;
                height: auto;
                transform: rotate(0deg) scale(0.9,0.9);
                transition: all 0.4s ease-in-out 0s;
            }

            #products .products-member:hover .team-info a img {
                transform: scale(1,1);
            }
            #products .products-member:hover div a {
                color: blue !important;
            }
    .title {
        font-weight: bolder;
    }

    .panel-filtering .panel-heading a:after {
        font-family: 'FontAwesome';
        content: "\f078";
        float: left;
        margin-top: -20px;
    }

    .panel-filtering .panel-heading a.collapsed:after {
        content: "\f077";
    }

    .panel-filtering {
        border-color: #333333;
    }

        .panel-filtering > .panel-heading {
            border-color: #333333;
        }

            .panel-filtering > .panel-heading .panel-title {
                font-size: 14px;
                font-weight: normal;
                text-align: right;
            }


    .panel-body a {
        color: white !important;
    }

    .panel-filtering ul {
        list-style: none;
        padding-right: 0;
    }

    .productdetail {
        border-radius: 10px;
        background-image: linear-gradient(to right, whitesmoke, lightblue);
        text-align: center;
        padding: 8px;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .dropdown-submenu {
        position: relative;
        width: 100%;
    }

        .dropdown-submenu .dropdown-menu {
            top: 0;
            right: 100%;
            margin-top: -1px;
            margin-right: 3px;
        }

    /*News Slider*/
    .post-slide {
        margin: 0 15px;
        border: 1px solid #c0f0fa;
        border-radius: 5px;
        padding: 5px;
        direction: rtl;
    }

    .demo {
        padding: 100px 0;
    }

    .heading-title {
        margin-bottom: 100px;
    }

    .post-slide .post-header {
        padding: 15px 10px;
    }

    .post-slide .title {
        margin-bottom: 5px;
    }

        .post-slide .title a {
            font-size: 15px;
            color: blue !important;
            font-weight: bold;
            text-transform: uppercase;
            transition: all 0.4s ease 0s;
        }

            .post-slide .title a:hover {
                color: #fd6058;
                text-decoration: none;
            }

    .post-slide .post-bar {
        margin: 15px 0 0 0;
        padding: 0;
        list-style: none;
    }

        .post-slide .post-bar li {
            display: inline-block;
            margin-right: 20px;
            color: #808080;
        }

            .post-slide .post-bar li a {
                font-size: 15px;
                color: #808080;
                text-transform: capitalize;
            }

                .post-slide .post-bar li a:hover {
                    text-decoration: none;
                    color: #fd6058;
                }

            .post-slide .post-bar li img {
                width: 35px;
                height: 35px;
                border-radius: 50%;
            }

            .post-slide .post-bar li i,
            .post-slide .post-bar li img {
                margin-right: 5px;
            }

    .post-slide .pic {
        overflow: hidden;
        position: relative;
    }

        .post-slide .pic:after {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: rgba(255,255,255,0);
            transition: all 0.9s ease 0s;
        }

    .post-slide:hover .pic:after {
        background: rgba(255,255,255,0.2);
    }

    .post-slide .pic img {
        width: 100%;
        height: auto;
        transform: rotate(0deg) scale(1,1);
        transition: all 0.6s ease-in-out 0s;
    }

    .post-slide:hover .pic img {
        transform: rotate(5deg) scale(1.1,1.1);
    }

.post-slide .post-category {
    padding: 1px 10px;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 0;
    background: royalblue;
    z-index: 1;
}

        .post-slide .post-category li {
            display: inline-block;
            text-transform: uppercase;
            color: white;
        }

            .post-slide .post-category li:after {
                content: " ,";
                color: #fff;
            }

            .post-slide .post-category li:last-child:after {
                content: "";
            }

            .post-slide .post-category li a {
                color: #fff;
            }

                .post-slide .post-category li a:hover {
                    text-decoration: none;
                    color: #333;
                }

    .post-slide .post-description {
        padding: 15px;
        height: 120px;
        overflow-y: hidden;
    }

    @media only screen and (max-width: 480px) {
        .post-header .post-bar li {
            margin-right: 5px;
        }
    }
