*{
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
/*--------------------------------------------
              Body And Scroll Design
---------------------------------------------*/
body{
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    background-color: #444;
    color: #CACACA;
}
/* Scroll */
body::-webkit-scrollbar {
    width: .8em;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
} 
body::-webkit-scrollbar-thumb {
  background-color: #777;
  outline: 1px solid #333;
}
/* End Scroll */
/*--------------------------------------------
              Start Navbar
---------------------------------------------*/

/* start navbar for bootstrap*/
.navbar-default{
    /* navbar color */
    background: transparent;
    border: none;
    padding: 25px 0 10px 0;
    margin-bottom: 0;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
}
/* start navbar color for name project */
.navbar-default .navbar-brand {
    color: #fff;
    font-size: 23px;
    font-weight: 300;
    letter-spacing: 1px;
}
.navbar-default .navbar-brand small{
    color: #ccc;
    font-size: 18px;
}
/* end navbar color for name project */
.navbar-default .navbar-nav  li:last-of-type{
    padding-right: 40px;
}
/* color a */
.navbar-default .navbar-nav > li > a {
    color: #fff;
    text-transform: capitalize;
}
/* link when Hover  */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #FFF;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus 
{   /* navbar when active, hover and foucus */
    color: #DDD;
    border-bottom: 2px solid #0ff;
}
/* end navbar for bootstrap*/
.navscroll{
    background: #333;
    padding: 4px;
    top: 0;
    margin-top: 0px;
}
/*---------------------------------------------
                End Navbar
-----------------------------------------------*/

/*---------------------------------------------
               Start Home Page 
-----------------------------------------------*/
.homepage{
    background-color: #333;
    color: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.homepage .cover{
    height: 100%;
    width: 100%;
    background: rgba(51, 51, 51, 0.47); 
}
.homepage .row h4{
    /*letter-spacing: 5px;*/
    color: #EEE; 
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
.homepage .container{
    height: 100%;
    padding-top: 180px;
}
.homepage  .container .row{
    padding-bottom: 5px;
}
.container h1{
    line-height: 1.1;
    margin: 0;
    padding: 10px;
    color: white;
    font-size: 50px;
    font-weight: 300;
}
.container h4{
    line-height: 1.1;
    margin: 0;
    padding: 10px;
    color: white;
    font-size: 28px;
}
.list-group{
    text-align: center;
}
.list-group a i{
   padding: 10px;
   color: #DDD;
}
.list-group a:hover{
   text-decoration: none;
}
.list-group a i:hover{
   color: #9d9d9d;
}
/* -----------------------------------------------
               End Home Page
--------------------------------------------------*/

/*------------------------------------------------
              start about Page 
--------------------------------------------------*/
.about {
    display:table;
    width:100%;
    height:100%;   
}
.about .container {
    margin:auto;
}
.about .container-pragraph{
    margin: 0 10%;
}
.text-box img{
    width: 200px;
}
.text-box  .sub-p{
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-family: 'Source Sans Pro', sans-serif;
}
.text-box  .sub-p strong{
    font-size: 24px;
    color: #e6e6e6;
}
.first {
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
}
.text-box h5{
    margin-top: -2px;
    margin-bottom: 30px;    
}
.btncover{
    margin-top: 25px;
}
.text-center .btn-pr{
    background: #2c2c2c;
    color: #fff;
    padding: 8px 20px;
    margin-bottom: 15px;
    font-size: 15px;
    margin-left: 10px;
}
.btn-pr{
    background: #2c2c2c;
    color: #fff;
    padding: 8px 20px;
}
/*--------------------------------------------------
               End about Page
----------------------------------------------------*/

/*---------------------------------------------------
               Start Service
-----------------------------------------------------*/
/* Width For After In Service*/
.service .container h2:after{
    padding-right: 145px;
}
.service .row > div{
    margin-bottom: 40px;
}
.service .row h2 strong{
    font-size: 24px;
    letter-spacing: 20px
}
.service .row h4{
    font-size: 16px;
    color: #e6e6e6;
}
.service i{
    color: #e8e7e7;
    margin-bottom: 15px;
}
.skill{
    display: block;
    font-size: 20px;
    text-align: center;
}
/*----------------------------------------------------
                  End Service
------------------------------------------------------*/

/*----------------------------------------------------
                  Start Portfolio 
------------------------------------------------------*/
.portfolio{
    height: auto;
}
/* Width For After In Portfolio*/
.portfolio .container h2:after{
    padding-right: 206px;
}
.transformT .img{
    margin:15px auto;
    overflow:hidden;
}
.transformT img{
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.transformT:hover img{
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/*------------------------------------------------------
                End Portfolio
--------------------------------------------------------*/

/*------------------------------------------------------
               Start Work For Company
--------------------------------------------------------*/
.work{
     box-shadow: 0 0 25px rgba(130, 128, 128, 0.69);
}
.work .row >div{
    margin-bottom: 15px;
    margin-top: 15px;
}
.work .row >div img{
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    margin: 15px auto;
}
.work .row >div img:hover{
    -webkit-transition: all .3s ease-in-out;
    transition:all .3s ease-in-out;
    opacity:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    cursor: pointer;
}
/*------------------------------------------------------
              End Work For Company 
--------------------------------------------------------*/

/*------------------------------------------------------
                Start Contact
--------------------------------------------------------*/
/* Width For After In Contact*/
.contact  h2:after{
    padding-right: 205px;
}
.contact form .btn-pr{
    background: #2c2c2c;
    color: #fff;
    padding: 10px 56px;
    font-size: 18px;
}
.linkicon{
    float: right;
    margin-right: 11%;
}
/* bootstrap Contact */
.form-control {
    resize: none;
    height: 53px;
    background-color: #eee;
    margin-bottom: 25px;
}
/*-------------------------------------------------------
                 End Contact 
--------------------------------------------------------*/

/*------------------------------------------------------
                 Start footer
--------------------------------------------------------*/
footer{
    background: #333;
    color: #fff;
    padding: 76px 0;
}
footer p{
    font-size: 15px;
    max-width: 62%;
    text-align: center;
    margin: 0 auto;
    color: #eee;
}
footer p span {
    color:#f9f9f9;
    text-decoration:underline;
}
footer p span:hover {
    color:#DDD;
    cursor: pointer;
}
.icon-top{
    position: fixed;
    top: 90%;
    color: rgb(173, 171, 171);
    font-size: 20px;
    right: 10px;
    background: rgba(51, 51, 51, 0.62);
    display: none;
}
.icon-top:hover{
    color: rgb(173, 171, 171);
}
/*-------------------------------------------------------
                  End footer
--------------------------------------------------------*/

/*------------------------------------------------------
                Start General
--------------------------------------------------------*/
.about,
.portfolio, 
.contact,
.service{
    padding-top: 76px;
    padding-bottom: 76px;
}
p{
    font-size: 16px;
    color: #cacaca;
    line-height: 35px;
    letter-spacing: 1px;
}
.sub-text{
    color: #cacaca;
    font-size: 14px;
    line-height: 30px;
    margin-top: 15px;
}
h4{
    font-size: 14px;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
}
/* All Title For Site  */
.row{
    padding: 20px 0px;
}
.about .container  h2 ,
.service .container h2 ,
.portfolio .container h2,
.contact  h2{
    font-size: 28px;
    letter-spacing: 10px;
    margin: 15px 0px 65px 0px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bolder;
    text-transform: uppercase;
}
.service .container h2:after,
.portfolio .container h2:after,
.contact  h2:after{
    display: table;
    content: "";
    border: 2px solid #ccc;
    margin-top: 10px;
}
.contact form .btn-pr:hover,
.btn-pr:hover{
    background: #e4e3e3;
    color: #333;
    border: 1px solid #333;
}
/*-----------------------------------------------------------
                        End General 
------------------------------------------------------------- */

/*------------------------------------------------------------
                        Start Loading 
--------------------------------------------------------------*/
.loading-scroll-hiden{
    overflow-y: hidden;
}
.loading{
    background: #444;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.spinner {
    width: 55px;
    height: 55px;
    position: relative;
    margin: 217px auto;
    margin-top: 25%;
    overflow: hidden;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  position: absolute;
  background: #DDD;    
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
/*
@-webkit-keyframes sk-bounce {
  0%, 100% { 
      -webkit-transform: scale(0.0); 
              transform: scale(0.0); 
  } 50% { 
            -webkit-transform: scale(1.0); 
                    transform: scale(1.0);
  }
}*/
@keyframes sk-bounce {
  0%, 100% { 
      -webkit-transform: scale(0.0); 
              transform: scale(0.0);
  } 50% { 
    -webkit-transform: scale(1.0); 
            transform: scale(1.0);
  }
}
/* madia Query */
@media (max-width:700px){
   .spinner {
     margin-top: 45%;
   }
}
/*-------------------------------------------------------------
                      End Loading
---------------------------------------------------------------*/