/* ===================================================
    default color


    green blue            #34c6d3      button , icon ,  link line background
    gray                  #41464b      headings
    blue                  #64707b      paragraph
    white                 #fff         text with black
    black                 #000
=====================================================*/


/* ===================================================
    default values
=====================================================*/
html,body{
    height:100%;
}
p{
    color: #64707b;
    font-size: 15px;
    font-weight: 300;
}
h3{
    color: #41464b;
}

body {
    font-family: "Roboto Condensed",sans-serif;
}

label,input,textarea{
    display: block;
}


/* ===================================================
      Home
=====================================================*/
#home{
    height:100%;
}

#home-cover{
    height: 100%;
    background-image:url(../img/Training/trining.jpg);
  
}

#home-content-box{
    width:100%;
    height:100%;
    display: table; 
}
#home-content-box-inner{
    display:table-cell;
    vertical-align: middle;
}
#home-heading h3{
    color:#64707b;
    font-size: 55px;
    font-weight: 700;
    text-transform: uppercase;
}


/* ===================================================
      Button
=====================================================*/

.btn-general{
    border-width: 2px;
    border-radius: 0;
    padding: 12px 26px 12px 26px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.btn-white{
    border-color: #fff;
    color: #fff;
    
}
.btn-white:hover,.btn-white:focus{
    background-color: #fff;
    color: #41464b;
    
}

.btn-blue{
    border-color: #34c6d3;
    color: #34c6d3;
    
}
.btn-blue:hover,.btn-blue:focus{
    background-color: #34c6d3;
    color: #41464b;
    
}


/* ===================================================
      Parallex Effect
=====================================================*/

.bg-parallax{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    
}

/* ===================================================
    animation duration
=====================================================*/

#home-cover{
    animation-delay: .1s;
    animation-duration: .5s;
    
}

#home-heading{
    animation-delay: .1s;
    animation-duration: .5s;
    
}
#home-btn{
    animation-delay: 1s;
    animation-duration: .5s;
    
}


/* ===================================================
      Content
=====================================================*/

.content-box{
    padding: 50px 0 50px 0;
}
.content-title h3{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 30px 0;
}
.content-title-underline{
    width: 30px;
    height: 3px;
    background-color: #34c6d3;
    margin:0 auto 0 auto;
}


/* ===================================================
      Services
=====================================================*/
.service-item{
    padding: 20px 0 20px 0;
    margin-bottom: 20px;
    cursor: pointer;
}
.service-item-icon{
    color: #34c6d3;
    float:left;
    padding: 15px;
    margin-right: 25px;
    width:75px;
    height: 75px;
    text-align: center;
}
.service-item:hover .service-item-icon i{
    color: #fff;
    background-color: #34c6d3;
}
.service-item-title h3{
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px 0;
}
.service-item-desc p{
    margin: 0;
    padding-left: 85px;
    
}

/* ===================================================
      About 
=====================================================*/

#about-content-box{
    float:left;
    height: 250px;
}
#about-content-box-outer{
    width:100%;
    height:60%;
    display: table;
}
#about-content-box-inner{
    display: table-cell;
    vertical-align: middle;
}
#about .content-title h3{
    text-align:left;
}
#about .content-title .content-title-underline{
    margin: 0 0 30px 0;
}
#about-desc p{
    margin-bottom: 30px;
}



/* ===================================================
      inernship
=====================================================*/

.image-wrapper {
    overflow: hidden;
}

.image-wrapper img:hover{
    transform: scale(1.5);
}

.image-wrapper img{
    transition: transform .5s ease;
}


/* ===================================================
      advantage
=====================================================*/

.advantage{
    text-align: center;
}

.advantage-item-title h3{
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px 0;
}
.advantage-item-desc p{
    margin: 0;
    
}
/* ===================================================
      advantage
=====================================================*/


#stats-cover{
    padding-top: 100px;
    background-image: url(../img/Portfolio/Genowti%20Portfoloi%20banner.png);
}
#stats .content-box {
    background-color: rgba(0,0,0,0);
}

/* ===================================================
      advantage
=====================================================*/


.social-list{
  padding-left: 0;    
}
.social-list li{
    list-style: none;
    display: inline-block;
    width: 32px;
    height:32px;
    margin-right: 6px;
    margin-top: 10px;
}
.social-icon i{
    font-size: 17px;
    
}
.icon-gray i{
    color: #64707b;
    
}
.social-icon i:hover{
    color: #34c6d3;
}


/* ===================================================
      footer
=====================================================*/

#footer-buttom{
    background-color: #64707b;
    padding: 30px 0;
    margin-top: 60px;
}
#footer-copyright p{
    margin: 0;
    color: #fff;
}
#footer-menu{
    float:left;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

#footer-menu ul{
    list-style: none;
    padding-left: 0;
    margin: 0;
    
}

#footer-menu ul li{
    display: inline-block;
}

#footer-menu a{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0 10px;
    text-decoration: none;
}
#footer-menu a:hover{
    color: #34c6d3;
}

/*========================================
           accordian
=========================================*/


.accordion{
    background-color: #8FB7A5;
    color: #FFF;
    cursor: pointer;
    padding: 16px;
    width: 100%;
    text-align: left;
    border: 1px solid white;
    transition: 0.4s;
    font: 16px;  
}
.panel{
    padding: 0 16px;
    background-color: white;
    display: none;
    overflow: hidden;
}
.active,.accordion:hover{
    background-color: #527E6A;
}
.accordion:after{
    content: '\02795';
    font-size: 15px;
    float:right;
    margin-left: 5px;
}
.active:after{
    content: '\2796';
}




















