@font-face
{
    font-family: Menu-name;
    src:url('../fonts/abel-regular.ttf');
}
@font-face
{
    font-family:Title;
    src:url('../fonts/abel-regular.ttf');
}
@font-face
{
    font-family:content-font;
    src:url('../fonts/raleway-light.ttf');
}
@font-face
{
    font-family:name-font;
    src:url('../fonts/kingrich.ttf');
}

body
{
    background-color: #fff;
}
.even
{
    background-color: #f4f5f5;
    margin-top: 10px;
}
.row
{
    margin: 0;
}

.menu
{

    width: 100%;
    height: 110px;
    margin-bottom: 10px;
    border: 2px;
    background-color: #fff;
}
.main-sec
{
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    left: 0;
}
.menu .logo
{
    position: relative;
    height: 110px;
}
.logo a img
{
    max-width:100%;
    max-height:100%;
    position: absolute;
    margin:auto;
    left:0;
    top:0;
    bottom:0;
    right: 0;
}


.menu-sec
{
    background-color: transparent;
    margin-bottom: 10px;
}
.menu-nav
{
    width: 100%;
}
.menu-nav li
{
    width: 25%;
    padding-right: 5px;
    text-align: center;
}

.menu-nav li a
{
    font-size: 20px;
    font-weight: 600;
    font-family:Menu-name;
    color: #fff;



}
.navbar-collapse
{
    padding-right: 25px;
}
.navbar-default .navbar-nav>li>a:hover
{
    background-color:#3498db;
    color: #fff;
}
#active
{
    background-color:#3498db;
    color: #fff;
}
.nav>li>a
{
    padding: 0;
    padding-top: 50px;
    padding-bottom: 10px;
    height: 100px;
}
/*.carousel-inner .item
{

}*/
/*.left-content
{
    margin-top: 10px;
            border: 0px solid #fff;
    box-shadow: 0px 4px 2px #ccc;
    padding: 5px;
}*/
.company-name h1
{
    font-family:  name-font;
    font-size: 45px;
    color: #3498db;
    margin-top: 120px;
    text-align: center;
}
carousel-inner>.item>img, .carousel-inner>.item>a>img
{
    width: 100%;
}
.title h2,.about h2,.cour-title h2
{
    text-align: left;
    font-family: Title;
    font-weight: bold;
    font-size: 35px;
    /*    margin-left: 3px;*/
    color:#3498db ;
    text-transform: uppercase;

}
.cour-title h2
{
    text-align: center;
}
.about h2
{
    margin: 0;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 10px;
}
.list ul li
{
    font-family: Content;
    font-weight: 500;
    font-size: 18px;
}
.right-content
{
    margin-top: 10px;
    /*    border: 2px solid #fff;
        box-shadow: 2px 2px 1px #ccc;*/
    padding: 5px;
}
.right-content .title h2
{
    margin-left: 0;
    text-align: left;
}
.home-content
{
    margin-left: 5px;
}
.vision p,.mission p,.goals p,.desc,.description p
{
    font-family: content-font;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
}
.goals p
{
    margin-left: 15px;
}
.vision p
{
    margin-top: 10px;
}
.vision .image
{
    height: 120px;
}

.description p
{

    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
    height: 125px;
    overflow: hidden;
    text-align: justify;
}
.goals
{
    margin-left: 25px;
}
.training
{
    padding: 3px;
}
.Training-courses,.Corporate-Training
{

    box-shadow: 2px 2px 5px #ccc;
    transition: all 3600ms ease-in;
    -o-transition: all 3600ms ease-in;
    -ms-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
}
.details
{
    text-align: center;
}
.button,.btn
{
    background-color: #3498db;
    border: 1px solid #000;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: content-font;
    font-weight: 400;
    font-size: 18px;
    transition: all 3600ms ease-in;
    -o-transition: all 3600ms ease-in;
    -ms-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;

}
.button:hover,.btn:hover
{
    background-color: #fff;
    color: #000;
    transition: all 3600ms ease-in;
    -o-transition: all 3600ms ease-in;
    -ms-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;

}
.image
{
    position: relative;
    height: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.image img
{
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.list-courses
{
    background-color: #ecf0f1;
    box-shadow: 0px 0px 10px #000;
    transition: all 3600ms ease-in;
    -o-transition: all 3600ms ease-in;
    -ms-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
}
.list-courses:hover
{
    box-shadow: 0px 0px 0px #000;
    transition: all 3600ms ease-in;
    -o-transition: all 3600ms ease-in;
    -ms-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
}
.course-detail
{

    padding: 5px;
    height: 600px;
}
.course-name
{
    background-color: #3498db;
    height:45px;
    text-transform: uppercase;


}
.course-name p
{
    font-size: 45px;
    font-family: Title;
    font-weight: 100;
    color:#000;
    padding-left:2px;
    padding-right: 2px;
}
.course-name h2
{
    margin: 0;
    padding-top: 10px;
    text-align: center;
    font-family: Title;
    font-weight: bold;
    font-size:21px;
    color:#fff;
}
.advantage h2
{
    margin: 0;
    margin-bottom: 25px;
    margin-top: 10px;
    font-family: Title;
    font-weight: bold;
    font-size: 35px;
    color:#3498db ;
    text-transform: uppercase;
}
.course-image
{
    position: relative;
    height: 200px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.course-image img
{
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.course-desc
{
    padding: 10px;
}
.course-desc p,.about p
{
    text-align:justify;
    font-family: content-font;
    font-weight: 400;
    font-size: 16px;
    height: 200px;
    overflow: hidden;
}
.about p
{
    text-align: justify;
    line-height: 30px;
    margin-bottom: 10px;
    height: auto;
}
.advantage
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.advantage p
{
    font-family: content-font;
    font-weight: 400;
    font-size: 18px;
    margin-left: 12px;
}
.advantage i
{
    color:#3498db;
    font-size: 20px;
}
.advantage .image
{
    margin-top: -35px;
}
.images
{
    position: relative;
    height: 300px;
}
.images img
{
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

#desc
{
    margin: 0;
    text-align: justify;
}
.desc p
{
    line-height: 30px;
    margin-left: 10px;
}

.advantage h2
{
    float: left;
}
.benefits h2
{
    text-align: right;
}
.benefits .desc
{
    padding-left:55px;
    margin-top:15px;
    margin-left:50px;
    line-height:40px;
}

.btn
{
    padding: 10px 20px;
    border-radius:initial;
}
.goals i,.desc i
{
    color: #3498db;
    font-size: 20px;
}
.desc i{
    margin-right:19px;
}
.technical-courses
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.technical-courses h2
{
    font-family: Title;
    font-weight: bold;
    font-size: 35px;

    color:#3498db ;
    text-transform: uppercase;

}
.technical-courses h3
{
    font-family: Title;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 20px;
    color:#3498db ;
    text-transform: uppercase;

}
.technical-courses p
{
    font-family: content-font;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom:10px;
}
.corporate-courses i
{
    color: #3498db ;
    font-size: 20px;
}
.corporate-courses p
{
    font-family: content-font;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    margin-left: 10px;
}
.training-benefits
{
    border-left: 2px solid #fff;
}
.training-benefits h2
{
    text-align: right;
    float: none;
    margin-bottom: 25px;

}
.tra-ben
{
    padding-left: 37%;
}
/*.odd
{
    background-color: rgba(0,0,0,.9);
}
.odd p
{
    color:#fff;
}*/
.contact-image
{
    position: relative;
    height:400px;
    margin-top: 80px;
}
.contact-image img
{
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;

}
.office,.contact-form
{
    margin-top: 35px;
}
.office h2,.contact-form h2
{
    margin: 0;
    font-family: Title;
    font-weight: bold;
    font-size: 35px;
    color:#3498db;
    text-align: left;
    text-transform: uppercase;
}
.contact-form h2
{
    text-align: center;
}
.office h4
{
    font-family: Title;
    font-weight: bold;
    font-size: 24px;
    color:#000;
    text-transform: uppercase;
}

.office p
{
    font-family: content-font;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}
.branches h3
{
    margin: 0;
    font-family:Title;
    font-weight: bold;
    font-size: 35px;
    color:#3498db;
    text-align: left;
    text-transform: uppercase;
}
.branches p
{
    font-family: content-font;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;

}












.address h3,.phone h3
{
    font-family: Title;
    font-weight: bold;
    font-size: 22px;
    margin-left: 3px;
    color: #fff;
    text-transform: uppercase;
}
.contact
{
    background-color: #3498db ;
    height: auto;
    text-align:center;
    padding-top: 1px;
    margin-top: 10px;
}
.contact p
{
    color: #fff;
    font-family: content-font;
    margin-top: 12px;
    font-size: 20px;
}
.social-icons
{
    margin-top: 55px;
}
.social-icons ul
{
    list-style: none;

}
.social-icons ul li
{
    float: left;
    margin-right: 5px;
    height: 40px;
}
.copy p
{
    padding: 5px;
}
@media(max-width:992px)
{
    .description p
    {
        height: 180px;
    }
    .advantage h2
    {
        height: 95px;
    }
}


@media(max-width:767px)
{
    .menu
    {
        height: auto;
        width: auto;
    }
    .main-sec
    {
        position: relative;
    }
    .menu-sec
    {
        position: fixed;
        right: 0;
        top: 0;
        background-color: transparent !important;
        border-bottom: none !important;
    }
    .menu-name
    {
        width:180px;
        float:right;
        border-top: none;
        top:0;
        margin-right: 15px;
        background-color:rgba(0,0,0,.8);
        margin-top: -8px;
    }
    .nav>li>a
    {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .menu-nav
    {
        margin-bottom:10px;
    }
    .menu-nav li
    {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 10px;
        padding-right: 0;
    }
    .navbar-collapse
    {
        padding-right: 15px;
    }
    .navbar-nav
    {
        margin: 0;
    }
    .company-name h1
    {
        margin-top: 0;
    }
    .benefits h2
    {
        text-align: center;
    }
    .benefits .desc
    {
        padding-left: 0;
    }

    .title h2, .about h2, .cour-title h2
    {
        text-align: center;
    }
    .description p
    {
        height: auto;
    }
    .advantage h2
    {
        float: none;
        height: auto;
    }
    .advantage .image
    {
        margin-top: 10px;
    }
    .course-desc p, .about p
    {
        height:auto;
    }
    .desc
    {
        margin-left: 10px;
    }
    .course-detail
    {
        height:auto;
    }
    .training-benefits h2
    {
        text-align: center;
    }
    .tra-ben
    {
        padding-left: 0px;

    }
    .course-name
    {
        height: auto;
    }
    .training-benefits

    {
        border-left: transparent;
    }
    .corporate-courses p
    {
        margin-left: 5px;
    }
    .office h2, .contact-form h2
    {
        text-align: center;
    }
    .office
    {
        text-align: center;
    }
    .branches h3
    {
        text-align: center;
    }
    .social-icons
    {
        margin-top: 10px;
    }
    .copy p
    {
        text-align: center;
    }
    .text-left
    {
        text-align: center;
    }
}