/*--------------------------------------*/
/*-------------------------------------*/
/*-----------jquery classes-----------*/
/*-----------------------------------*/

.border-co{
    border:1px solid #ffa500;
}
.font-co{
    color:orange;
}
.fixed-top{
position: fixed;
top: 0;
width: 100%;
}







body{
    background-color: rgb(250, 250, 250);
}




/*-----------------------------------*/
/*-----------------------------------*/
/*-----------------------------------*/
/*-----------------------------------*/

.waiting{

    background: url("../gallery1/111.jpg") center no-repeat fixed;
    background-position-y: top;
    background-size: cover;
    height: 100vh;
    position: relative;
    color: seashell;
    filter: grayscale(100);

}
.wait{
    font-size: 24px;
    text-shadow: 4px 2px 20px #FFA500;
    color: rgb(255, 255, 255);
    margin-top: 10vh;
    margin-bottom: 10vh;
    filter: grayscale(100);
    height: 80vh;
    max-height: 80vh;
    background-color:#000000ce;
    border-radius: 20px;
}
/*-----------------------------------*/
/*-----------------------------------*/
/*-----------------------------------*/
/*-----------------------------------*/

.navbar-inverse .navbar-nav > li > a:hover {
    color: #0c4c8a;
}


.navbar-inverse .navbar-nav > li > a{
    /*color:#ce9178;*/
    color: #EEE;
    -webkit-transition: padding 0.5s ease;
    -moz-transition: padding 0.5s ease ;
    -o-transition: padding 0.5s ease ;
    transition: padding 0.5s ease ;



}
.navbar{
    border-radius: 0%;
    margin-bottom: 0%;
}
.navbar-inverse .container {
top: 0;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #0c4c8a;
}

.dropdown-menu {
    background-color: #222222;
    min-width: 195px;
}
.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
    
}
.dropdown-menu > li > a{
    color: floralwhite;
    -webkit-transition: padding 0.5s ease;
    -moz-transition: padding 0.5s ease ;
    -o-transition: padding 0.5s ease ;
    transition: padding 0.5s ease ;

}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    padding-left: 45px;
}
.dropdown-menu .divider {
    background-color:  orange ;
    ;
}



/*-----------------------------------*/
/*-----------------------------------*/
/*-----------------------------------*/


.header{
    background: url("../gallery1/111.jpg") center no-repeat fixed;
    background-size: cover;
    background-position-y: top;
    height: 100vh;
    position: relative;
    color: seashell;
}
.header-container{
    opacity: 0;
}
.header-col-2{
    margin-bottom: 100px;
}
.header .overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0);
}
.header samp{
    color: orange;
}
.cv-btn{
     background: transparent;
     border: 1px solid orange;

}
.header form{
    width: 100%;
    background-color: rgba(0, 0, 0, 0.507);
    border-radius: 20px;
}
.header-row{

    padding-bottom: auto;
    padding-top: 100px;
}
.header-row a{
    font-size:40px ;
}
.header form h2 {
    color: #333;
}
.header form input{
    border: none;
    border-radius: 0;
    border-bottom: 1px solid orange;
    background: transparent;
    color: rgb(194, 194, 194);
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: none;
}
.header form input[type=submit]{
    width: 100%;
    height: 10%;
    background: orange;
    border: none;
    overflow: hidden;
    border-radius: 0px 0px 20px 20px;    
}
/*-----------------------------------*/
/*-----------------------------------*/
/*-----------------------------------*/
/*-----------------------------------*/
/*-----------------------------------*/




.price{
    background-color: #EEE;
    margin-top: 40px;
    margin-bottom: 40px;
}
.price .price-box{
    margin-bottom: 50px;
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border: 1px solid  #fafafa;
}
.price .price-box h2{
    margin: 5px 0 15px;
}
.price .price-box:hover p{
    border: 1px solid red;
    -webkit-transform:scale(1.05) rotate(360deg);
    -moz-transform:scale(1.05)rotate(360deg);
    -o-transform:scale(1.05)rotate(360deg);
    transform:scale(1.05)rotate(360deg);

}
.price .price-box p{
    font-size: 35px;
    font-weight: 30;
    width: 100px;
    height: 100px;
    background-color: #f3f3f3;
    border-radius: 50%;
    line-height: 100px;
    -webkit-transition-duration: 0.7s ;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
     transition-duration: 0.7s;

}
.price .price-box ul{

    line-height: 250%;
}
.price .price-box a{
margin-bottom: 5px;
}
/*-----------------------------------*/
/*-----------------------------------*/
/*-----------------------------------*/
/*-----------------------------------*/
/*-----------------------------------*/




/*----------------------------------------*/
/*-----------------SOCIAL----------------*/
/*--------------------------------------*/
.social1 a{
    color: #ccc;

}
.social1{
    background-color: #ffffff;
}
.social1 i{
    cursor: pointer;
    -webkit-transitionn: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
     transition: .3s ease;
    padding-top: 15px;
    color: #ccc;
    text-align: center;
}
.social{
    box-shadow: 5px 5px 5px 3px #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
}
.social h4{
    color: #3b5998;
}

.office{ 
    max-height: 300px;
}
/*-----------------------------------*/
/*--------------EARTH---------------*/
/*---------------------------------*/
.earth{
    background: url(../gallery1/moon.jpg) no-repeat center center fixed ;
    width: 100%;
    height: 30vh;
    background-size: cover;
}
/*-----------------------------------*/
/*--------------skil----------------*/
/*---------------------------------*/
.skil{
    background: url(../gallery1/cod.png) no-repeat center center fixed ;
    -webkit-background-size : cover;
    -moz-background-size : cover;
    -o-background-size : cover;
    background-size : cover;
    width: 100%;
    min-height: 500px;
    filter: blur(100%);
}
.skil-text{
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.801);
    color: black;
    min-height: 500px;
    -webkit-transitionn: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.langs{
    margin-bottom: 100px;
}

.langs a{
    color:#0c4c8a;
    font-size: 30px;
}
.langs-box{
    height: 400px;
}
.skil .img-circle{
    width: 200px;
    -webkit-transition-duration: 0.7s ;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
}
.skil .img-circle:hover{
    border: 3px solid black;
    -webkit-transform:scale(1.05) rotate(360deg);
    -moz-transform:scale(1.05)rotate(360deg);
    -o-transform:scale(1.05)rotate(360deg);
    transform:scale(1.05)rotate(360deg);
}
/*-----------------------------------*/
/*--------------SUB-----------------*/
/*---------------------------------*/

.sub{
    /* filter: grayscale(100); */
    -webkit-transitionn: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.sub:hover{
    /* filter: grayscale(0%); */
    -webkit-transitionn: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
} 

.sub:hover img{
    box-shadow: -10px -9px 10px lightgrey inset, 5px 5px grey;
    -webkit-transitionn: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.sub{

    background-color: rgb(230, 230, 230);
}
.sub img{
    margin-top: 80px;
    margin-bottom: 80px;
    -webkit-transitionn: .7s ease;
    -moz-transition: .7s ease;
    -o-transition: .7s ease;
     transition: .7s ease;
} 
.sub3 img{
    margin-top: 0px;
    margin-bottom: 0px;
} 
.sub .text-sub{
    padding-top: 150px;

}
.col1{
    color: yellowgreen;
}
/*-----------------------------------*/
/*-----------------------------------*/
.contact{

    background: url("../gallery1/4.jpg") no-repeat center center fixed;
    -webkit-background-size : cover;
    -moz-background-size : cover;
    -o-background-size : cover;
    background-size : cover;
}
.contact .fields{
    background-color: rgba(0, 0, 0, 0.8);
    color: seashell;
}
.contact textarea{
    height: 113px;
}
.contact-btn{
    border-radius: 0;
    border:none;
    border: 1px dotted orange;
    background: transparent;
    height: 45px;
    color: orange;    
    -webkit-transitionn: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    
}
.contact-btn:hover{
    border:1px dotted orange;
    background-color: rgba(255, 166, 0, 0.05);
    border-radius: 10px;
    -webkit-transitionn: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
     transition: .3s ease;
}
.contact.form{
    border: 1px solid red;
    border-radius: 30px;
}
.contact .form-control,
.contact textarea{
    border-radius:0 ;
    border: 1px dotted orange;
    background: transparent;
    color: #fff;
    -webkit-transitionn: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.contact textarea:hover{
    background-color: rgba(255, 166, 0, 0.05);
    border: 1px double orange;

    -webkit-transitionn: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    border-radius: 10px;
}
.contact .form-control:hover{ 
    background-color: rgba(255, 166, 0, 0.055);
    border-radius: 10px;
    border: 1px double orange;
    -webkit-transitionn: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}
.footer-row{
    padding-top: auto;
    padding-bottom: auto;
}





















 /*   myColor    */
    .facebook:hover
    {
    color: #3b5998;
    }
    .instagram:hover{
        color: #c13584;
    }
    .youtube:hover{
        color: #ff0000;
    }
    .soundcloud:hover{
        color: #ff8800;
    }
    .spotify:hover{
        color: #1db954;
    }
    .phone:hover,
    .whatsapp:hover{
        color: #4aae20;
    }
    .git{
        color:#4078c0;
    }
    .envelope:hover{
        color:#ea4335;
    }