/*-----font-face------*/
@font-face {
    font-family: 'futura_ltheavy';
    src: url('../fonts/futura-lt-heavy-58eb21d1bca11.woff2') format('woff2'),
         url('../fonts/futura-lt-heavy-58eb21d1bca11.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'futura_bk_btbook';
    src: url('../fonts/futura-book-bt-58eb21faaff6d.woff2') format('woff2'),
         url('../fonts/futura-book-bt-58eb21faaff6d.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a, a:link, a:visited, a:active, a:hover {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}
a {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}



/*------------------------------------------------------*/
/*-global css---
/*------------------------------------------------------*/

body{
	margin:0;
	padding:0;
	font-size:16px;
	line-height:normal;
	color:#464e61;
	font-family: 'futura_bk_btbook';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x:hidden;
}
h1,h2,h3,h4,h5,h6,ul{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'futura_ltheavy';
}

a, a:link, a:visited, a:active, a:hover {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}
a {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
ul, ol{
    list-style: none;
}

.bg-color{ background: #f00; color: #fff;}
.bg-color1{ background: #12aef8;}

.nopadding{ padding:0 !important;}
.nomargin{ margin-left:0 !important; margin-right:0 !important;}

.padding-t-10{ padding-top:10px;}
.padding-b-10{ padding-bottom:10px;}
.padding-t-20{ padding-top:20px;}
.padding-b-20{ padding-bottom:20px;}
.padding-t-30{ padding-top:30px;}
.padding-b-30{ padding-bottom:30px;}
.padding-t-40{ padding-top:40px;}
.padding-b-40{ padding-bottom:40px;}

.margin-t-10{ margin-top:10px;}
.margin-b-10{ margin-bottom:10px;}
.margin-t-20{ margin-top:20px;}
.margin-b-20{ margin-bottom:20px;}
.margin-t-30{ margin-top:30px;}
.margin-b-30{ margin-bottom:30px;}
.margin-t-40{ margin-top:40px;}
.margin-b-40{ margin-bottom:40px;}



/*----------------------------------------------*/
/*header part
/*------------------------------------------------------------*/
header{
    background: #d01919;
    padding: 10px 0; 
    margin: 0;
    color: #fff;
}

.site-logo {
    width: 12%;
    margin: 0 auto;
}

.social{
	position:relative;
	float: right;
}

.social ul {
    list-style: none;
    margin: 0;
    padding: 0;
	text-align:right;
} 
.social li {
    display:inline-block;
    color: #fff;
}
.social li a {
    color: #34c6f2;
    margin-left:5px;
	font-size:12px;
}
.social li a i{
	font-size:18px;
	padding:0 5px;
    color:#fff;
}
header p{
    margin-bottom: 0;
    text-align: right;
}
/*----------------------------------------------*/
/*banner part
/*----------------------------------------------------------------*/
.banner{
    position: relative;
    width: 100%;
}
.banner img{
    width: 100%;
}

/*-----------------------------------*/
/*menu pt
/*-----------------------------------------------*/
.menu-pt{
    background: #d01919;
}
.menu-pt p{
    color: #fff;
    font-size: 18px;
    line-height: 55px;
    margin-bottom: 0;
    text-align: right;
}

/*------------------------------------------------*/
/*welcome part
/*----------------------------------------------------------------*/
.welcome{
    margin: 50px 0;
    padding: 0;
}
.welcome h1{
    font-size: 30px;
    margin-bottom:30px;
    padding-bottom: 10px;
    position: relative;
}
.welcome h1:before{
    position: absolute;
    content: '';
    width: 50%;
    height: 2px;
    background: #d01919;
    left:0;
    bottom: 0;
}
.welcome h3{
    margin-bottom: 10px;
    margin-top: 10px;
}
.welcome h2{
    margin-bottom: 10px;
}

/*---------------------*/
/*course part
/*------------------------------*/

.course{
	margin:50px 0;
	padding:0;
	background:#fff;
}
.course h1{
	position:relative;
	font-size:40px;
	text-transform:uppercase;
	color:#000;
	margin-bottom:30px;
    text-align: center;
    padding-bottom: 10px;
}
.course h1:after{
    position: absolute;
    content: '';
    width: 100px;
    height: 5px;
    background: #d01919;
    bottom: 5px;
    left: 50%;
    margin-left: -50px;
}
.course-list{
	margin-bottom:20px;
}
.course-item{
	position:relative;
	z-index:10;
}
.course-item img {
	width:100%;
}

.course-list .entry-main {
    margin-top:3px;
    padding: 25px;
/*	min-height:110px;*/
    background-color: #f5f5f5;
	position: relative;
	text-align:center;
	border-top-width:5px;
	border-top-style:solid;
    border-top-color:#d01919;
    cursor: default;
    transition: all 0.3s;
}
.course-list .entry-main:hover{
	border-top-color:#000;
}
.entry-main .ci-title-inner {
    font-size:24px;
    line-height: 1.2;
    color: #222;
	text-align:center;
    background: none;
    padding: 0;
    margin: 0;
}
.entry-main .ci-title-inner a{
	color:#222;
}
.entry-main .ci-title-inner a:hover{
	color:#f1592a
}
.course-item .entry-thumbnail {
    text-align: center;
    border: 1px solid #f5f5f5;
}
.course-item:hover .entry-hover {
    opacity: 1;
}
.course-item .entry-hover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: all 0.3s;
    text-align: center;
}
.course-item:hover .course-btn {
    opacity: 1;
}
.course-item .course-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -17px;
    margin-left: -50px;
    opacity: 0;
	color:#000;
    transition: all 0.3s;
}
.btn-course {
  color: #000;
  background-color: #f8d24b;
}
.btn-course:after {
    background-color: #ba9202;
	color:#fff;
}
.btn-effect {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.btn-effect:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 50%;
	opacity: 0;
	z-index: -1;
	content: '';
	transition: all 0.3s ease 0s;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.btn-effect:hover:after {
	height: 350%;
	opacity: 1;
}






/*--------------------------------*/
/*footer
/*------------------------------------------*/
footer{
    margin: 0;
    background: #090d0e;
    padding: 0;
}
footer .foot-pt{
    padding: 50px;
}
footer .foot-pt h3{
    margin-bottom: 10px;
    font-size: 20px;
    color: #d01919;
}
footer .foot-pt p{
    font-size: 16px;
    margin-bottom: 20px;
    color: #f0f00f;
}
footer .foot-pt p a{
    color: #f0f00f;
}
/*--------------------*/
/*copyright
/*-----------------------------------------*/
.copyright{
    padding: 15px 0;
    margin: 0;
    background: #d01919;
    color: #fff;
}
.copyright p{
    margin-bottom: 0;
    font-size: 13px;
}
.copyright p a{
    color: #000;
}


/*--------------------------------------------------*/
/*-about us part
/*--------------------------------------------------------*/
.about-us{
    margin: 70px 0;
    padding: 0;
    position: relative;
}
.about-us h1{
    margin-bottom: 20px;
    padding-bottom: 30px;
    background: url(../images/service-icon.png) bottom left no-repeat;
    font-size: 36px;
    color: #404b5d;
    text-transform: uppercase;
}
.about-us p{
    margin-bottom: 20px;
}
.about-us span{
    color: #12aef8;
}
.about-us h2{
    font-size: 36px;
    color: #404b5d;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.about-us ul{
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}
.about-us li{
    margin-bottom: 5px;
}
.about-us li a{
    padding: 5px 15px;
    background: #fe5454;
    display: block;
    color: #ffffff;
}
.about-us li a:hover{
    background: #12aef8;
}

.our-vision-pt{
    text-align: center;
}
.our-vision-pt img{
    margin-bottom: 20px;
    padding: 5px;
    border: 1px solid #d5edf9;
}
.our-vision-pt h3{
    font-size: 24px;
    color: #404b5d;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.about-us h3{
    font-size: 20px;
    margin-bottom: 10px;
}
.about-us h5{
    margin: 20px 0;
    color: #fe5454;
    font-size: 24px;
}
/*-----------------------------*/
/*contact us part
/*-----------------------------------*/
.contact-us{
    margin: 30px 0;
    padding: 0;
}
.contact-us h1{
    margin-bottom: 40px;
    font-size: 36px;
    color: #404b5d;
    text-transform: uppercase;
}

.contact-us i{
    font-size: 30px;
    color: #fe5454;
}
.contact-us h3{
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 20px;
}
.contact-us hr{
    margin-bottom: 50px;
    margin-top: 50px;
}

.contact-us .form-control{
    background: #fff;
    border: 1px solid #fff;
    border-bottom-color: #e5e5e5;
    border-radius: 0;
    box-shadow: none;
    padding: 10px 0;
    color: #404b5d;
    font-size: 16px;
    margin-bottom: 20px;
}
.contact-us .form-control:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
  border-bottom: 1px solid #fe5454;
}
.contact-us .btn {
    background: #fe5454;
    color: #fff;
    padding: 7px 20px;
    border-bottom: 2px solid #d53330;
    border-radius: 0;
}
iframe{
    margin: 0;
    padding: 0;
    width: 100%;
}


/*----------------------------------------------------*/
/*back to top part
/*-----------------------------------------------------------*/

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #fe5454;
	color: #fff;
	width: 40px;
	height: 38px;
	line-height: 38px;
	right: 20px;
	bottom: 20px;
	-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;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}

/*-----------------------------------------------------------------------------*/
/*--------------------------------inner page-------------------------*/
/*-----------------------------------------------------------------------------*/
.inner-bg{
    background: url(../images/inner-bg.png);
}
.inner-main{
    background: #fff;
    padding: 20px 5px;
    margin: 0;
    width: 100%;
    float: left;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.inner-main .img-pt{
    width: 30%;
    float: left;
    margin: 0 20px 20px 0;
}
.inner-main h1{
    padding: 10px 20px;
    margin-bottom: 20px;
    border-bottom: 5px solid #ff4343;
    background: #2d3551;
    color: #fff;
    font-size: 30px;
}
.inner-main ul{
    margin: 0 0 0 30px;
    padding: 0;

}
.inner-main ul li{
    margin-bottom: 10px;
    font-size: 18px;
}

/*------------------------------*/
/*contact us
/*------------------------------------*/
.contact-us h2{
    margin-bottom: 10px;
    background: #ff4343;
    padding: 10px 20px;
    font-size: 20px;
    color: #fff;
}
.contact-us p{
    padding: 0 20px;
}
.contact-us iframe{
    border: 5px solid #bfbfbf !important;
}
.contact-us .form-control{
    color: #000 !important;
}

/*-----------------------------------*/
/*gallery part
/*-------------------------------------------*/
.gallery-sec img {
	width: 100%;
	height:auto;
}

.gallery-sec .col-md-3 {
	padding: 0;
}

.gallery-sec .caption {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 0;
	bottom: 0;
	background-color: rgba(243, 124, 32, 0.7);
	opacity: 0;
	-moz-transition: opacity linear .3s;
	-webkit-transition: opacity linear .3s;
	-o-transition: opacity linear .3s;
	transition: opacity linear .3s;
}

.gallery-sec .item:hover > .caption {
	opacity: 1;
}

.gallery-sec .caption i {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background-color: #393634;
	position: absolute;
	top: 45%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;

}

.gallery-sec .caption p {
	font-weight: 400;
	text-align: center;
	color: #fff;
	position: absolute;
	font-size: 17px;
	text-transform: capitalize;
	top: 55%;
	left: 30%;
	right: 30%;
}

/*--------------------------------*/
/*classes
/*-------------------------------------------*/
.classes ul{
    margin: 0;
    padding: 0;
}
.classes ul li{
    margin: 10px;
    padding: 15px;
    background: #d01919;
    color: #fff;
    font-size: 24px;
    text-align: center;
    float: left;
    width: 45%;
}

/*---------------------------------------*/
/*history
/*-------------------------------------------------*/
.panel-group .panel {
  box-shadow: none;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border: none;
  position: relative;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #eee;
    border-color: #ddd;
    padding: 10px;
    border-radius: 0;
}
.panel-group .panel-title {
    font-size: 13px;
    position: relative;
}
.panel-group .panel-title a {
    display: block;
    font-size: 18px;
    padding: 10px 15px;
    white-space: normal;
    color: #fff;
    background: #12aef8;
    
}
.panel-group .panel-title i{
    position: absolute;
    left: 10px;
    top:10px;
    font-size: 18px;
    color: #fff;
}
.panel-group .panel-title a.active {
    background: #12aef8 none repeat scroll 0 0;
    border-bottom: 1px solid #404b5d;
    color: #ffffff;
}
.panel-body {
    padding: 20px;
    background: #f5f5f5;
    text-align: justify;
}
.panel-group .panel-content {
  background: #f1f1f1 none repeat scroll 0 0;
  padding: 10px 20px 20px;
}



/* ================================================================
responsive view stylesheet
======================================================================== */
@media(max-width:768px){
    .menu-part{
        display: none;
    }
    #slide-buttons {
        display: block;
    }
    .top-header .slide-buttons {
        float: right;
        width: 100%;
        margin-top: 10px;
    }

    .site-name {
	font-size: 31px;
    }

    .site-logo {
	width: 35%;
	margin: 0 auto;
    }
}
