@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('glyphicons-halflings-regular.eot');
    src: url('glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('glyphicons-halflings-regular.woff') format('woff'), url('glyphicons-halflings-regular.ttf') format('truetype'), url('glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

@font-face {
    font-family: 'fa-solid-900';
    src: url('webfonts/fa-solid-90.eot');
    src: url('webfonts/fa-solid-90.eot?#iefix') format('embedded-opentype'), url('webfonts/fa-solid-90.woff') format('woff'), url('webfonts/fa-solid-90.ttf') format('truetype'), url('webfonts/fa-solid-90') format('svg');
}

.navbar-default .navbar-brand {
    font-size: 30px
}
.short_table
{
   width: 90%;
    margin-left: 50px;
    
    
}
.navbar {
    border-radius: 0px;
    margin-bottom: 0px
}

.navbar-right .dropdown-menu {
    right: auto;
}

.dropdown-menu>li>a {
    -webkit-transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -o-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    padding-left: 5px;
}

.btn-default {
    margin-top: 8px;
    display: inline;
}
.logo
{
    size: 10px;
}
/* #Slide1 {
    /* min-height: 600px;
    background-image: url("dsc1.JPG");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}*/
.carousel-inner>.item>img, .carousel-inner>.item>a>img
{
    width: 1920px;
    height: 500px;
}
.back {
    background-color: rgba(255, 255, 255, 0.3);
    max-width: 1250px;
    padding-bottom: 5px;
    margin-top: 300px;
    min-height: 220px;

}
.back2
{
    background-color: rgba(3,3,3,0.4);
    max-width: 1250px;
    padding-bottom: 5px;
    margin-top: 300px;
    min-height: 220px;
}
.carousel-inner>.item>.back>p {
    color: #000
}

.about h1 {
    font-weight: bold;
}

.about>div {
    overflow: hidden;
}

.Features {
    background-color: #ddd;
}

.Features>.container>.row>div {
    margin-bottom: 10px
}

.testemonial .carousel-inner {
    min-height: 50px
}

.testemonial .container {
    margin-top: 50px;
    margin-bottom: 50px;
}

.testemonial h1 {
    font-weight: bold;
    margin-top: 30px
}

.testemonial .carousel .container ol {
    position: static;
    width: 100%;
    margin-left: auto
}

.testemonial .carousel .container ol li {
    height: 60px;
    width: 60px;
    background-color: none;
    text-indent: 0;
    opacity: 0.4;
    border-radius: 10px;
    border: 2px solid #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.testemonial .carousel .container ol li.active {
    opacity: 1;
}
.first_table
{
    margin-top: 50px;
    display: inline-block;
}table
{
    border-spacing: 10px;
}
.software_stream
{
    font-size: 20px;
    margin-left:70px;
    display: inline-block;
}

.software_short
{
    display: inline;
    font-size: 20px;
    margin-left: -800px;
}
.secound_table
{
display: inline-block;
}
tr , td , th
{
    border: 1px solid;
    padding: 6px;
    
}

th
{
    background-color: bisque;
}
.testemonial .carousel .container ol li img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
}

.prices {
    background-color: #ddd;
}

.prices h1 {
    font-weight: bold;
}

.pricebox {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px
}

.pricebox p {
    font-weight: bold;
    font-size: 25px;
    width: 60px;
    height: 60px;
    background-color: #ddd;
    line-height: 60px;
    border-radius: 50%;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.pricebox:hover p {
    -webkit-transform: scale(1.2)rotate(360deg);
    -moz-transform: scale(1.2)rotate(360deg);
    -o-transform: scale(1.2)rotate(360deg);
    transform: scale(1.2)rotate(360deg);
}

.pricebox h2 {
    font-weight: bold;
}

.team {
    background-image: url("maxresdefault.jpg");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background: cover;
    -moz-background: cover;
    -o-background: cover;
    background-size: cover;
    min-height: 300px;
}

.team .row div {
    margin-bottom: 20px
}

.backT {
    background-color: rgba(2, 2, 2, 0.7);
    min-height: 300px;
}

.backT h1 {
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px
}

.prog {
    margin-top: 20px
}

.perso {
    width: 100px;
    height: 100px;
}

.backT .row div img {
    max-width: 100%;
    max-height: 100%
}

.backT .row h3 {
    color: #fff;
    margin-bottom: 15px
}

.backT .row i {
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px
}

.Sub {
    padding: 30px 0;
    background: #ddd
}

.Sub h1 {
    color: #fa6848;
    letter-spacing: 2px;
    font-weight: bold
}

.Sub .form-control {
    border-radius: 0px;
    margin-right: -5px;
    width: 400px
}

.Sub .btn {
    border-radius: 0px;
}

.stats {
    background-image: url("15424.jpg");
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
    -webkit-background: cover;
    -moz-background: cover;
    -o-background: cover;
    background-size: cover;
}

.stats .backS {
    min-height: 300px;
    background-color: rgba(2, 2, 2, 0.8)
}

.stats h1 {
    letter-spacing: 2px;
    font-weight: bold
}

.ST {
    color: #fff;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.skills h1 {
    font-weight: bold
}

.skinfo h2 {
    margin-top: 0px
}

.ContactUs {
    background-image: url("164624.jpg");
    min-height: 200px;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 20px;
}

.ContactUs h1 {
    margin-top: 0px
}

#area1 {
    height: 82px;
}

.ContactUs .field {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    min-height: 200px
}

.client {
    min-height: 90px;
    background-color: #ddd;
}

.client li img {
    max-height: 70px;
    opacity: 0.5;
    filter: opacity(70);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.client li img:hover {
    opacity: 1;
}

.client h1 {
    font-weight: bold
}

.footer {
    background-color: #222;
    padding-bottom: 30px
}

.site {
    color: #fff;
    letter-spacing: 2px
}

.footer .container .row ul a:focus {
    text-decoration: none;
}

.footer .container .row ul a:hover {
    text-decoration: none;
}

.social {}

.social li {
    flex: left;
    margin-top: 10px;
    opacity: 0.5;
    filter: opacity(70);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.social li:hover {
    opacity: 1;
}

.ms {
    overflow: hidden;
    background: #fff;
    z-index: 9999;
    top: 161px;
    position: fixed;
    border-radius: 5px;
    display: none;
}

.ms button {
    display: none;
    margin-bottom: 40px;
    margin-top: 40px;
}

.ms p {
    display: none
}

.option-box {
    position: fixed;
    top: 100px;
    left: 0;
    font-weight: bold
}

.color-box {
    float: left;
    background-color: #fff;
    padding: 5px;
    width: 100px;
    display: none
}

.option-box i {
    padding: 5px auto;
    background-color: transparent
}

.option-box .color-box li {
    width: 20px;
    height: 20px;
    background-color: #00CED1;
    display: inline-block
}

.Features h1 {
    font-weight: bold
}

.footer h3 {
    font-weight: bold
}

.loading {
    background-color: #222;
    color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
}

.chart {
    margin-top: 20px;
    background-image: url(15424.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bac {
    background-color: rgba(0, 0, 0, 0.5);
}

.chartDon rect {
    fill: transparent;
    margin: 0px;
}

.chartDon {
    width: 600px;
    height: 320px;
    margin: -20px auto;
}

.chartDon svg {
    max-height: 317px;
}

.chartDon svg text {
    font-weight: bold;
}

.lds-ellipsis {
    display: none;
    position: relative;
    z-index: 9999;
    width: 100px;
    height: 200px;
}

.lds-ellipsis div {
    margin-top: 50px;
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #000;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}


/*spiner load*/

.spinner {
    margin: 300px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner>div {
    background-color: #fff;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}


/*end load*/

@media(max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu {
        background-color: #FFF;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu li a {
        -webkit-transition: padding 0.3s ease;
        -moz-transition: padding 0.3s ease;
        -o-transition: padding 0.3s ease;
        transition: padding 0.3s ease;
        color: #000;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu li a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu li a:focus {
        padding-left: 5px;
    }
    .navbar-nav .open .dropdown-menu {
        background-color: #E6E6FA;
    }
    .navbar-nav .open .dropdown-menu li a {
        -webkit-transition: padding 0.3s ease;
        -moz-transition: padding 0.3s ease;
        -o-transition: padding 0.3s ease;
        transition: padding 0.3s ease;
        color: #000;
    }
    .navbar-default .navbar-nav .open .dropdown-menu li a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu li a:focus {
        padding-left: 5px;
    }
    .carousel-inner>.item>.back>p {
        font-weight: bold
    }
    .Sub .form-control {
        margin: 10px auto;
    }
}