
.loader{
    background: linear-gradient(135deg,  #ffc10730 0%, rgba(0, 123, 255, 0.16) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007aed', endColorstr='#593dd5',GradientType=1 );
}
header .logo{
    padding-top: 10px;

}

/*------------------------ Home Section ------------------------*/
.home{
    background: url(../backUploads/back5.jpeg) no-repeat top center fixed;
}
@media only screen and (min-width: 414px) {
    header {

        height: auto;
    }
}
@media only screen and (max-width: 414px) {
    .home {
        background: url(../backUploads/backIphone.jpeg) no-repeat top center;

    }
}
.home:before {
    content: '';
    background: linear-gradient(135deg,  #ffc10730 0%, rgba(0, 123, 255, 0.16) 100%);
    background: -moz-linear-gradient(45deg,  #ffc10730 0%, rgba(0, 123, 255, 0.16) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(121, 9, 200, 0.80)), color-stop(100%, rgba(12, 147, 242, 0.80)));
    background: -webkit-linear-gradient(45deg,  #ffc10730 0%, rgba(0, 123, 255, 0.16) 100%);
    background: -o-linear-gradient(45deg,  #ffc10730 0%, rgba(0, 123, 255, 0.16) 100%);
    background: -ms-linear-gradient(45deg,  #ffc10730 0%, rgba(0, 123, 255, 0.16) 100%);
    background: linear-gradient(45deg,  #ffc10730 0%, rgba(0, 123, 255, 0.16) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007aed', endColorstr='#593dd5',GradientType=1 );
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}

.site-btn{
    background-color: rgb(126, 58, 89);
}


.site-btn:hover {
    background-color: rgba(126, 58, 89, 0.6);
}
.social i:hover{
    color: rgb(126, 58, 89);
}

/*------------------------ About Section ------------------------*/

.section-title span{
    font-family: 'GlacialIndifferenceBold';
    color: #f9bd6b;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    display: block;
}
.owl-carousel1 {
    width:100%;


}
.title1{
    font-family: 'GlacialIndifferenceBold';
    color: #232323;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    display: block;
}
#aboutPar {
    box-shadow: 1px 2px 20px 7px rgba(4, 6, 4, 0.04);
    width: 300px;
    height: 170px;
    padding: 30px 15px;
    border-radius: 4px;
    -webkit-border-radius:4px;
    display: inline-block;
    background: #ffffff;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;


}

#aboutPar .item{
    padding:15px;
}


#aboutPar .icon {
    width: 20%;
    float: left;
}

#aboutPar .icon img {
    display: inline-block;
    margin-left: -16px;
    margin-top: -8px;
}

#aboutPar .icon img:before {
    font-size: 45px;
    margin-left: 5px;
}

#aboutPar .text h6 {
    font-family: 'GlacialIndifferenceBold';
    font-size: 16px;
    margin-bottom: 8px;
}

#aboutPar .text p {
    font-size: 13.5px;
    line-height: 20px;
    color: #7b7b7b;
}
#aboutPar .text {
    width: 80%;
    float: left;
    text-align: left;
}


@media only screen and (max-width: 414px) {
    #aboutPar{
        width: 280px;

    }

    #aboutPar .text h6 {
        font-size: 17px;
    }

    #aboutPar .text p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1169px) {
    #aboutPar {

        margin-right: 20px;

    }
}

@media only screen and (max-width: 991px) {
    #aboutPar {

        height: 180px;

    }
}

@media only screen and (max-width: 767px) {
    #aboutPar {

        height: 170px;

    }
}

/*------------------------ Protoflio Section ------------------------*/

.modal-open .bern.modal{
    background: linear-gradient(135deg,  #ffc10730 0%, rgba(0, 123, 255, 0.16) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007aed', endColorstr='#593dd5',GradientType=1 );
}

.proto{

    width: 300px;
    height: 170px;
    padding: 30px 15px;
    border-radius: 4px;
    -webkit-border-radius:4px;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
}



.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    width: fit-content;
    display: block;
    margin-left: auto;
    margin-right: auto;

}

.panel-default {
    border-color: #ddd;

}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;

}

.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    align-items: center;
    padding: 10px;
    display: flex;
}



.panel-title .red{
    background: #ff564f; border-radius: 50%;    width: 12px;
    height: 12px;    margin-right: 5px;
}

.panel-title .yellow{
    background: #ffb429; border-radius: 50%;    width: 12px;
    height: 12px;    margin-right: 5px;
}
.panel-title .green{
    background: #24c339; border-radius: 50%;    width: 12px;
    height: 12px;    margin-right: 5px;
}

.titleModaleAr{
    float: right;
    font-family: 'GlacialIndifferenceBold';
    color: #ffffff;
    font-size: 15px;
    letter-spacing: normal;
    margin-bottom: 1px;
    display: block;
    margin-right: 16%
}




@media only screen and (max-width: 414px) {

    .titleModaleAr{

        margin-right: 13%
    }

}

.titleModaleEn{
    float: left;
    font-family: 'GlacialIndifferenceBold';
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 1px;
    display: block;
    margin-left: 15%;
}

.contentProto {
    background-color: white;
    box-shadow: 1px 2px 20px 7px rgba(4, 6, 4, 0.04);
    border-radius: 5px;
}






.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 50px 20px;
    border-radius: 50px;
}

.hovereffect img {
    display: block;
    position: relative;
    max-width: none;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0px,0,0);





}

.hovereffect:hover img {
    opacity: 0.4;
    filter: alpha(opacity=40);
}




.hovereffect a, .hovereffect p {
    color: #FFF;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);

}

.hovereffect:hover a, .hovereffect:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);

}




.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;

    box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(460px, -100px) rotate(180deg);
    -ms-transform: translate(460px, -100px) rotate(180deg);
    transform: translate(460px, -100px) rotate(180deg);
    -webkit-transition: all 0.2s 0.4s ease-in-out;
    transition: all 0.2s 0.4s ease-in-out;
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;

}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 5px;
    background: rgba(126, 58, 89, 0.6);
    border-radius: 5px;
}

.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    margin: 50px 0 0 0;
    background-color: transparent;
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 20px;

}

.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}



.hovereffect:hover a.info {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.hovereffect:hover ,.contentProto a:hover img{
    background: #ffffff;
    transition: all ease 0.3s;
    box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
    top: -5px;
}


/*----Modals--*/
@media only screen and (max-width: 414px) {
    .modal #breakModal .col-md-4{
        margin: 10px;
    }

}

