@font-face{
    src:url(gothic/gothic.ttf);
    font-family: 'gothic';
}

body{
	background-color:#EFEFEF;
    color: #00445c;
    padding-top: 87px;
    font-family: 'gothic';
}

.navcon{
    padding: 10px;
    background-image: linear-gradient(336deg, #f87021 61%, white 66%);
}

.navbar-fixed-top{
    border-width: 0;
}

.imgsize{
    max-width: 79px;
    max-height: 77px;
    margin-top:-25px;
    border-radius: 0 0 6px 6px;
}

.header-holder{
    color: #00445c;
    line-height: 20px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 6px;
    font-size: 16px;
    font-weight: bolder;
    text-transform: uppercase;
}

.navcon ul{
    padding-top: 15px;
}

.navcon ul li{
    text-transform: uppercase;
    font-weight: 600;
    font-size:16px;
}

.navbar-default .navbar-nav >
.open > a, .navbar-default .navbar-nav >
.open > a:hover, .navbar-default .navbar-nav >
.open > a:focus{
    background-color: transparent;
}

.navbar-nav li a{
    line-height: 26px;
    padding: 6px 10px;
    color: #FFF !important;

}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #FF863F;
    border-radius: 29px;
    padding: 6px 18px;
    display: inline-block;
}

.navbar-default .navbar-nav > li > a:hover,
 .navbar-default .navbar-nav > li > a:focus{
    color: #777;
}

.nav .open > a, .nav .open >
a:hover, .nav .open > a:focus{
    border-color: #565656;
}

.mobileOnly .dropdown-menu{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 0;
    overflow: hidden;
    display: block;
    padding: 0;
    border: none;
}

.mobileOnly:hover> .dropdown-menu{
    display: block;
    height: auto;
}

.navbar-nav > .dropdown1 > .dropdown-menu,
.navbar-nav > .dropdown2 > .dropdown-menu{
    right:auto;
    left:10px;
    background-color: #f87021;
}

.dropdown-menu > li > a{
    padding-left: 12px;
}

.dropdown-menu > li.active > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #ff863f;
    margin-right: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.breadcrumb > li + li:before {
    content: "|";
    color:#fff;
}

/* start second section */

.carousel-inner{
    height:150px;
}

.secondheader{
    background:url('../images/slide1.png') no-repeat center -100px fixed;
    background-size: cover;
}

.secondheader .header2 h1{

    color: #FFF;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    position: relative;
    top: 175px;
}

.secondheader .header2 h1 span{
    color: #f87021;
}

/* end second section */


/* start section who we are */

.who-we-are .about-us{
    background-color: #FFF;
    margin-top: 90px;
    height: 330px;
    border-radius: 15px;    
}

.who-we-are .about-us img{
    margin-top: -65px;
    background-color: #efefef;
    border-radius: 20px;
    height: 130px;
    width: 130px;
}

.who-we-are .about-us h2{
    font-size: 30px;
    font-weight: bold;
    margin: 35px 0 30px;
}

.who-we-are a{
    border-radius: 20px;
    background-color: #f1732a;
    padding: 8px 20px;
    color:#FFF;
    text-decoration: none;
    position: relative;
    top: -10px;
    font-size: 16px;
}

.who-we-are .about-us .lead{
    font-size: 16px;
    margin: 30px 20px ;
    text-align: justify;
}

.who-we-are .about-us .lead p span{
    font-size: 16px !important;
    line-height: 22px;
    letter-spacing: -0.5px;
}

.who-we-are .about-us .lead ul{
    padding-inline-start: 0px;
    margin-left: 20px;
}

.who-we-are .about-us .lead li{
    text-align: left;
    letter-spacing: -0.5px;
}

.who-we-are .about{
    text-align: center;
}

/* start triangle section */

.triangle .triangle1{
    min-height: 70px;
    padding-top: 170px;
    background-image: linear-gradient(-10deg, white 30%, #efefef 35%);
}

.triangle .triangle2{
    min-height: 70px;
    padding-top: 170px;
    background-image: linear-gradient(10deg, white 30%, #efefef 35%);
}

/* start our training section*/

.our-training{
    background-color: #FFF;
    margin-top: 0px;
    color: #00445c;
}

.our-training .training img{
    margin-bottom: 5px;
    position: relative;
    top: -20px;
    border: 5px solid #efefef;
    border-radius: 10px;
}

.our-training .training h2{
    font-weight: bold;
    margin-bottom: 45px;
    font-size: 47.57px;
}

.our-training .training h2 span{
    color: #f87021;
}

.our-training .training p{
    margin-bottom: 85px;
    font-size: 18px;
    outline: 1px solid rgb(238,238,238);
    max-width: 870px;
    margin-left: 11.5%;
    line-height: 40px;
    letter-spacing: -0.5px;
}

.our-training .training p span{
    color: #f87021;
}

.our-training .media{
    
    min-height: 130px;
    margin-bottom:55px;
}

.our-training .media .media-body button{
    background-color: #FFF;
    border: 1px solid #00445c;
    padding: 3px 25px;
    color: #00445c;
    font-size: 18px;
    margin-bottom: 50px;
}

.our-training .project .media-left{
    width: 15%;
    background: url("../images/a1.png") no-repeat;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition:  all 1s ease-in-out;
    -o-transition:  all 1s ease-in-out; 
    transition: all 1s ease-in-out;
}

.our-training .project .media-left:hover{
    background: url("../images/a2.png") no-repeat;
}

.our-training .business .media-left{
    width: 15%;
    background: url("../images/b1.png") no-repeat;
    transition: all 1s ease-in-out;
}

.our-training .business .media-left:hover{
    background: url("../images/b2.png") no-repeat;
}

.our-training .management .media-left{
    width: 15%;
    background: url("../images/c1.png") no-repeat;
    transition: all 1s ease-in-out;
}

.our-training .management .media-left:hover{
    background: url("../images/c2.png") no-repeat;
}

.our-training .customised .media-left{
    width: 15%;
    background: url("../images/d1.png") no-repeat;
    transition: all 1s ease-in-out;
}

.our-training .customised .media-left:hover{
    background: url("../images/d2.png") no-repeat;
}

.our-training .media .media-body{
    padding-left: 20px;
}

.our-training .media h4 a{
    color: #f87021;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 0px;
    background-color: #FFF;
    padding: 0;
}

.our-training .media p{
    font-size: 16px;
    line-height: 23px;
    text-align: justify;
    max-width: 435px;
}


/* end section who we are */


/* start section map */

.map i{
    border: 7px solid #FFF;
    background-color: #00445c;
    border-radius: 50%;
    padding: 18px 29px;
    color: #FFF;
    margin-bottom: 0px;
    position: relative;
    top: 50px;
}

.map hr{
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 2px solid #00445c;
    width: 35%;
}

/* end section map */


/* start section footer*/

.footer{
    background-color: #00445c;
    margin-top: -5px;
}

.footer .content{
    color: #FFF;
    padding-top: 20px;
}

.footer img{
    max-width: 56px;
    max-height: 56px;
    float: right;
}


@media (max-width:767px){

    .navbar-nav li a{
        color: #00445c !important;
    }

    .navbar-default .navbar-nav >
    .active > a, .navbar-default .navbar-nav >
    .active > a:hover, .navbar-default .navbar-nav >
    .active > a:focus {
        background-color: #f87021;
        color: #FFF !important;
    }

    .navbar-nav > .dropdown1 > .dropdown-menu{
        background-color: transparent;
    }

    .navbar-default .navbar-toggle{
        top: 8px;  
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus{
        top: 8px;
        background-color: #f87021;
    }

    .navcon {
        padding: 10px 0;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        background-color: #fff;
    }

    .our-training .training p{
        margin-left: 0;
    }

    .our-training .project .media-left,
    .our-training .business .media-left,
    .our-training .management .media-left,
    .our-training .customised .media-left{
        width: 22%;
    }

    .footer .content{
        padding-top: 15px;
        font-size: 12px;
    }

    .footer img{
        margin-top: 4px;
    }

} 

@media (min-width:768px) and (max-width:1023px){
    .hideInMobile{
        display: none;
    }

    .navcon ul li{
        font-size: 14px;
    }

    .secondheader .header2 h1{
        font-size: 22px;
    }

    .our-training .training p{
        margin-left: 0;
        max-width: 100%;
    }

    .our-training .project .media-left,
    .our-training .business .media-left,
    .our-training .management .media-left,
    .our-training .customised .media-left{
        width: 22%;
    }

    .our-training .media .media-body{
        width: 62%;
    }
}

@media (min-width:1024px) and (max-width:1366px){

    .who-we-are .about-us .lead{
        margin: -15px 20px;
    }
}

.nav-tabs li.active a{
    color: #555 !important;
    cursor: default;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    border-bottom-color: transparent !important;
}

hr{
    border-top: 1px solid #ccc;
}

.search-container{
    background-color: #ccc;
    padding: 15px;
}

.schedule-list-container{
    list-style: none;
    margin-top: 41px;
    padding: 0;
}

.schedule-list-container li{
    border: 6px solid #ccc;
    padding: 10px 20px;
    margin: 15px 0;
}

.schedule-link{
    background-color: #00445c;
    text-align: center;
    margin: 15px 0;
}

.schedule-link a {
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 80px;
    text-decoration: none;
    padding: 29px 20px;
}