
/* CSS Index 
-----------------------------------
1. Theme default
2. HEADER
3. SLIDER
4. CATEGORY
5. ABOUT
6. APPLY
7. COURSE
8. VIDEO FEATURES
9. TEACHERS
10. PUBLICATION
11. TEASTIMONIAL
12. NEWS
13. FOOTER
14. CATEGORY 2
15. COURSE 2
16. COUNTER
17. TEACHERS 2
18. EVENT 2
19. COUNT DOWN
20. PAGE BANNER
21. ABOUT PAGE
22. COURSES PAGE
23. COURSE SINGEl PAGE
24. EVENT PAGE
25. EVENT SINGEL PAGE
26. TEACHERS SInGEL PAGE
27. BLOG PAGE
28. BLOG SINGEL PAGE
29. SHOP PAGE
30. SHOP SINGEL PAGE
31. CONTACT PAGE 

*/


/*===========================
    1. Theme default css 
===========================*/


@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Roboto:300,400,500,700');

 body {
font-family: Open Sans, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.title_container h1{
    font-family: Poppins, sans-serif;
    float: left;
    font-size: 23px;
    padding-top: 27px;
    font-weight: 600;
    padding-bottom: 0;
    transition: padding-top 0.3s linear;
}
.title_container h1 a{
    color: #20292f;
}

.logo img{
    max-width: 60%;
}



.about-bg img{
    max-width: 75%;
}

img {
	max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover{
	text-decoration: none;
}

i,
span,
a{
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #1d2025;
	margin: 0px;
}

h1 {
	font-weight: 500;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul,ol {
	margin: 0px;
	padding: 0px;
    list-style-type: none;
}

p{
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #505050;
	margin: 0px;
}

.bg_cover{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

/*===== All Button Style =====*/

.main-btn {

    background-color: #ffb400;
    font-weight: 700 !important;
    padding: 0.3em 1em;
    color: #fff;
    border-width: 12px!important;
    border: 2px solid #ffb400;;
    border-radius: 0px;
    letter-spacing: 4px;
    font-size: 14px;
    font-family: 'Rubik', Helvetica, Arial, Lucida, sans-serif !important;
    text-transform: uppercase !important;
    display: inline-block;
}
.main-btn[data-icon]:not([data-icon=""]):after {
    content: attr(data-icon);
}
.main-btn:hover{
    border: 2px solid transparent;
    padding: 0.3em 2em 0.3em 0.7em;
}


.main-btn:after, .main-btn:before, .project-btn::before, .project-btn::after {
    line-height: 1em;
    opacity: 0;
    position: absolute;
    margin-left: -1em;
    -webkit-transition: all .2s;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
}


/*===== All Section Title Style =====*/

.section-title{}
.section-title h5{
    color: #07294d;
    position: relative;
    padding-bottom: 12px;
}
.section-title h5::before{
    content: '';
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: #ffc600;
    bottom: 0;
    left: 0;
}
.section-title h2{
    font-size: 48px;
    color: #000;
    padding-top: 10px;
}




/*=====================================================
    2. HEADER css 
======================================================*/


/*===== Header Menu =====*/

.navigation{}

.navigation.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 999;
    border-bottom: 1px solid #cecece;
    -webkit-box-shadow: 0px 0px 191px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 0px 191px 0px rgba(0,0,0,0.06);
    -webkit-animation: sticky 2s;
    animation: sticky 2s;
}

@-webkit-keyframes sticky {
    0%{
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100%{
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@keyframes sticky {
    0%{
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100%{
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@media (min-width: 981px)
{
.details-row{
    padding: 2% 0;
}
}
.navigation .navbar{
    padding: 0;
    width: 125%;
}
.navbar-nav{
    float:right;
    margin-right: 40px;
}

body{
    background-color: #F8F8F8;
}

.navigation .navbar .navbar-nav li{
    font-weight: 600;
    margin-right: 40px;
    position: relative;
}
.navigation .navbar .navbar-nav li:last-child{
    margin-right: 0;
    font-weight: 600;
}

.navigation .navbar .navbar-nav li a{
    font-weight: 500 !important;
    font-size: 15px;
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    color: #20292f;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    padding: 25px 0;
}

.navigation .navbar .navbar-nav > li > a:hover{
    color: #747472;
}


.navbar .navbar-toggler {
	padding: 3px 8px;
	margin: 18px 0;
     -webkit-transform: all 0.4s linear;
    transform: all 0.4s linear;
}

.navbar .navbar-toggler .icon-bar {
	width: 30px;
	height: 2px;
	background-color: #07294d;
	display: block;
	margin: 5px 0;
    position: relative;
     -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.navbar .navbar-toggler.active .icon-bar:nth-of-type(1){
    -webkit-transform: rotate(46deg);
    transform: rotate(46deg);
    top: 7px;
}
.navbar .navbar-toggler.active .icon-bar:nth-of-type(2){
    opacity: 0;
}
.navbar .navbar-toggler.active .icon-bar:nth-of-type(3){
    -webkit-transform: rotate(134deg);
    transform: rotate(134deg);
    top: -7px;
}

.right-icon{}
.right-icon ul li{
    display: inline-block;
    margin-right: 17px;
    padding: 22px 0;
}
.right-icon ul li:last-child{
    margin-right: 0;
}

.right-icon ul li a{
    font-size: 18px;
    color: #07294d;
    position: relative;
    padding-right: 7px;
}
.right-icon ul li a span{
    font-size: 12px;
    color: #fff;
    background-color: #ffc600;
    border-radius: 50%;
    padding: 0px 4px;
    position: absolute;
    top: -5px;
    right: 0;
}

/*===== Index-2 =====*/

.header-social ul li{
    display: inline-block;
    margin-left: 10px;
}
.header-social ul li:first-child{
    margin-left: 0;
}

.header-social ul li a{
    font-size: 15px;
    color: #dee2e6;
}

.navigation-2 .navbar .navbar-nav li{
    margin-right: 40px;
}

.navigation-2 .navbar .navbar-nav li a{
	padding: 45px 0;
}
.navigation-2 .right-icon ul li {
	padding: 42px 0;
}
.navigation-2.sticky .navbar .navbar-nav li a{
    padding: 30px 0;
}
.navigation-2.sticky .right-icon ul li{
    padding: 25px 0;
}

/*===== Index-3 =====*/

.navigation-3{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: none;
    z-index: 99;
}

.navigation-3 .navbar .navbar-nav li a,
.navigation-3 .right-icon ul li a{
    color: #fff;
}

.navigation-3.sticky .navbar .navbar-nav li a,
.navigation-3.sticky .right-icon ul li a{
    color: #07294d;
}
.navigation-3.sticky .navbar .navbar-nav > li > a.active,
.navigation-3.sticky .navbar .navbar-nav > li > a:hover{
    color: #ffc600;
}

.navigation-3 .navbar .navbar-toggler .icon-bar{
    background-color: #fff;
}
.navigation-3.sticky .navbar .navbar-toggler .icon-bar{
    background-color: #07294d;
}



/*===== SEARCH BOX =====*/

.search-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 41, 77, 0.5);
    z-index: 999;
    display: none;
}

.closebtn {
	position: absolute;
	top: 20px;
	right: 50px;
	cursor: pointer;
	width: 30px;
	height: 25px;
}
.closebtn span{
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: relative;
    display: block;
}
.closebtn span:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 11px;
}
.closebtn span:nth-of-type(2){
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	top: 9px;
}

.search-box .serach-form input {
	width: 50%;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
	border: 2px solid #07294d;
	color: #07294d;
	padding-left: 20px;
	border-radius: 50px;
}
.search-box .serach-form button {
	position: absolute;
	top: 50%;
	left: 72%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #07294d;
    cursor: pointer;
    font-size: 16px;
}


/*=====================================================
    3. SLIDER css 
======================================================*/
.underline, .underline2{
    content: '';
    position: relative;
    background-color: #ffb400;
    max-width: 50px;
    width: 100%;
    height: 5px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    z-index: 10;

}
.underline2{
    margin-bottom: 10px;
}
.underline{
    text-align: center;
    margin: auto;
}

.single-slider{
    padding-bottom: 10vw;
    padding-top: 10vw;
}
.row .slider-cont{
    width: 80%;
    max-width: 800px;
    margin: auto;
    position: relative;
    text-align: center;

}
.slider-cont{
    text-align: center;
    position: relative;
    z-index: 5;
}
.slider-cont h1{
    font-family: 'Rubik', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.1em;
    color: #fff;
    margin-top: 40px;
    margin-left: 5%;
    margin-right: 5%;
}
.slider-cont p{
    margin-left: 5%;
    margin-right: 5%;
    font-family: Open Sans, Arial, sans-serif;
    font-size: 22px;
    line-height: 1.6em;
    padding-top: 20px !important;
    max-width: 800px;
    color: #fff;
    padding-bottom: 50px;
    margin-top: 15px;
}
.slider-cont ul {}
.slider-cont ul li{
    display: inline-block;
    margin-right: 15px;
}
.slider-cont ul li:last-child{
    margin-right: 0;
}

.slider-active .slick-arrow{
    font-size: 50px;
	position: absolute;
	top: 50%;
	left: 0;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.slider-active .next.slick-arrow {
    left: auto;
    right: 0;
}

.slider-active:hover .slick-arrow{
    left: 30px;
    opacity: 1;
    visibility: visible;
}

.slider-active:hover .next.slick-arrow {
    left: auto;
    right: 30px;
}


/*===== details =====*/
.details-section{
    background-color: #ffffff;
    padding: 4% 0;
}
.details-row{
    margin: auto;
    position: relative;
}
.details-col{
    padding: 15px;
}

.image-icon{
    display: table-cell;
    line-height: 0;
    margin-bottom: 30px;
}
.image-icon span i{
    font-size: 30px;
}
.image-icon span img{
 height: auto;
 max-width: 100%;
 opacity: 1;
 width: inherit;
}
.image-icon span{
    width: 64px;
}

.details-cont{
font-size: 15px;
    line-height: 1.8em; 
    font-family: Open Sans, Arial, sans-serif;
    color: #666;
    background-color: #fff;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;

}
.details-title{
    padding-left:15px;
    display: table-cell;
    text-align: left
}
.details-title h4{
    font-size: 19px;
    padding-bottom: 10px;
}
.details-title h4 span{
    font-family: 'Rubik', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    line-height: 1.4em;
    color: #333;
}



/*===== Testimonial =====*/
.testimonial , .project-row{
    padding: 4% 0;
    background-color: #f7f7f7 !important;
    
}
.testimonial-title ,.project-title{
    width: 80%;
    max-width: 1080px;
    padding: 2% 0;
    position: relative;
    margin: auto;
    text-align: center;
    margin-bottom: 2.75%;
} 
.testimonial-title h2 , .services-list h2 , .project-title h2{
    font-family: 'Rubik', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.2em;
    color: #333;
    padding-bottom: 10px;

}
.testimonial-title h2 ,.project-title h2{
    margin-bottom: 2.75%;
}

.stars i {
    padding: 1px;
    font-size: 1.5rem;
    color: #fa9f30;
    margin-bottom: 20px;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.fa-star:before {
    content: "\f005";
}
.testimonial .crd{
    width: 80%;
    max-width: 1080px;
    position: relative;
    text-align: center;
    padding: 30px;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    background-color: #ffffff;
    margin: auto;
}
.card-cont{
    text-align: center;
}
.card-cont, .text_inner{

    word-wrap: break-word;
    font-size: 15px;
    line-height: 1.8em;
    font-family: Open Sans, Arial, sans-serif;
    color: #666;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    display: table-cell;
    position: relative;
}
.testimonial_author{
    margin-top: 32px;
    font-weight: 700;
    display: block;
    text-align: left;
    line-height: 1.5;
    color: #666;
}
/*===== services =====*/

.brder{
    padding: 0px 0px 0 25px;
    border-left: 10px solid #ffb400;
    border-left-width: 10px;
    margin-bottom: 30px;

}
.services-cont{
    margin-right: 15%;
}
.service-title h1, .contact-title h1{
    font-family: 'Rubik', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.1em;
    color: #fff;
}
.services-text{
color: #ffff;
font-size: 22px;
line-height: 1.6em;
padding-right: 25px;
padding: 20px 0;
margin-bottom: 20px;
}

.services-right h2{
    font-family: 'Rubik', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #ffb400 !important;
    line-height: 1.2em;
    margin-bottom: 30px;
}
.right-text{
    margin-top: 10px;
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
    font-family: 'Rubik', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    line-height: 1.4em;
    color: #fff;
    font-size: 18px;
}
.right-cont{
    margin-bottom: 20px;
}
.services{
    margin: auto;
    position: relative;
    max-width: 1080px;
}
.services-desh{
    display: table-cell;
    vertical-align: top;
    font-family: 'Rubik', Helvetica, Arial, Lucida, sans-serif;
    font-weight:500;
    line-height: 2.5em;

}
.cntainer{
    padding-left: 20%;
}
.service-list{
    padding-left:20% ;

}
.services-list{
    padding-top: 10%;
    padding-left: 10%;
    padding-right: 10%;
    background-color: #f6f6f6;

}
.lists-row{
    padding-top: 5%;
    padding-left: 10px;
    padding-right: 10%;
}
.text_inner ul{
    list-style-type: disc;
    padding: 0 0 23px 1em;
    line-height: 2em;
}

/*===== lastest project =====*/
.box-shadow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}
.project-image{
    box-shadow: 0px 30px 65px -30px rgba(0,0,0,0.35);
}

.project-image img{
    max-width: 100%;
    height: auto;
}
.project-card{
    margin-bottom: 30px;
}
.project-row{
    width: 80%;
    max-width: 1080px;
    margin: auto;
    position: relative;
}
.project-bottom{
    padding-top: 35px !important;
    padding-right: 35px !important;
    padding-bottom: 35px !important;
    padding-left: 35px !important;
    position: relative;
    border: 1px solid  rgba(0, 0, 0, 0.12);
}
.project-description h2{
    font-family: 'Arimo', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 1.2em !important;
    color: #333;
    padding-bottom: 10px;
}
.project-btn{
    color: #666666 !important;
    border: 2px solid #dfdfdf;
    border-radius: 0px;
    letter-spacing: 4px;
    font-size: 11px;
    font-weight: 700 !important;
    padding: 0.3em 1em;
    color: #fff;
    font-family: 'Rubik', Helvetica, Arial, Lucida, sans-serif !important;
    text-transform: uppercase !important;
    display: inline-block;
    margin-top: 20px;
}
.project-btn:hover{
    border: 2px solid #dfdfdf;
    padding: 0.3em 2em 0.3em 0.7em;
}
.project-col{
    margin-right: 5%;
}
.col{
    flex:0 0 29.5%;
}
.view-btn{
    color: #2a2a2a !important;
    border: 4px solid #2a2a2a;
    border-radius: 0px;
    letter-spacing: 4px;
    font-size: 14px;
    font-family: 'Rubik', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding: 12px 30px 12px 30px;
}
.view{
    padding: 5% 0 2% 0;
    margin: auto;
}
.view-btn:hover{
    color: #ffffff !important;
    border-color: #2a2a2a !important;
    background-image: initial;
    background-color: #2a2a2a;

}

/*===== about =====*/
.about{
    background-color: #fff;
}
.about-cont{
    padding-top: 100px;
    padding-bottom: 100px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    font-weight: 800;

}
.about-text{
    color: #2a2a2a !important;
    line-height: 1.6em;
    font-family: 'Rubik', Helvetica, Arial, Lucida, sans-serif;
    font-size: 30px;
    line-height: 1.6em;
    max-width: 750px;
    margin-bottom: 2.75%;
}
.about-author{
    line-height: 1.8em;
    font-family: 'Rubik', Helvetica, Arial, Lucida, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #666 !important;
    font-size: 14px;
}



/*===== about =====*/


/*===== contact =====*/

.contact-col{
    background-color: #ffb400;
    padding-top: 80px;
    padding-right: 40px;
    padding-bottom: 80px;
    padding-left: 40px;

}
.contact-row{
    margin-bottom: 0 !important;
}
.contact-right h2{
    font-family: 'Rubik', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2em;
    padding-bottom: 10px;
    color: #333;
}
.contact-cont{
    padding-top: 10vw;
    padding-right: 6vw;
    padding-bottom: 10vw;
    padding-left: 6vw;
    margin-right: 10%;
}
.contact-image{
    font-size: 56px;
    color: #ffffff;
    font-family: ETmodules !important;
    font-weight: 400 !important;
    display: table-cell;
}
.contact_container{
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
    padding-top: 10px;
}
.contact_header{
    font-family: 'Rubik', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    color: #2a2a2a !important;
    line-height: 2.5em;
    font-size: 18px;
}
.contact_description{
    color: #fff;
}
.middle-section{
    z-index: 10;
    box-shadow: 0px 10px 105px 0px rgba(0,0,0,0.12);
}

.contact-middle{
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
}
.contact-container,.touch_top{
    width: 80%;
    max-width: 1080px;
    margin: auto;
    position: relative;
}
.touch_top{
    padding: 2% 0;

}
.middle-right{

    padding: 2% 0;
}
.middle_inner h2 ,.touch_head h2{
    font-family: 'Rubik', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.2em;
}
.middle_inner h2{
    color: #ffb400 !important;
}
.middle_inner h4{
    font-family: 'Rubik', Helvetica, Arial, Lucida, sans-serif;
    font-size: 28px;
    line-height: 1.4em;
    color: #333;
}
.cont-col{
    margin-right: 5.5%;
    width: 47.25%;
    flex: 0 0 47%;
}
.touch_col{
    flex: 0 0 47%;
    width: 47.25%;
}
.touch_head{
    margin-bottom: 12%;
}
.contact_btn{
    color: #ffb400 !important;
    border-radius: 0px;
    letter-spacing: 4px;
    font-size: 14px;
    font-family: 'Rubik', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    border: 4px solid  #ffb400;
    padding-top: 12px !important;
    padding-right: 30px !important;
    padding-bottom: 12px !important;
    padding-left: 30px !important;
}
.touch_list{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
    padding: 20px;
    background-color: #fff;
    z-index: 1;
        border-width: 0px;
}
.touch_title{
    display: block;
        cursor: pointer;
        position: relative;
    padding: 0 50px 0 0;
    word-wrap: break-word;
    
}
.touch_title h2 span{
    color: #ffb400;
        right: 0;
        left: auto;
        position: absolute;
        right: 0;
        font-size: 16px;
        top: 50%;
        margin-top: -0.5em;
        font-weight: 400;
        -webkit-font-feature-settings: normal;
        font-feature-settings: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-shadow: 0 0;
        direction: ltr;
        font-family: ETmodules !important;
    font-style: normal;
}

.touch_list h5{
    font-family: 'Rubik', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4em;
    cursor: pointer;
}
.touch_content{
    font-size: 15px;
    line-height: 1.8em;
    padding-top: 20px;
    position: relative;
    word-wrap: break-word;
    color: #666;
}

.touch_list h5 + input[type= "radio"]{
  
}
.touch_list .touch_content{
    padding: 0 10px;
    line-height: 26px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
}
.touch_list h5 + input[type= "radio"]:checked + .touch_content{
max-height: 400px;
}

/*===== contact =====*/

/*===== touch =====*/
.touch{
    padding: 4% 0;
}
.contact_message p{
    margin-bottom: 10px;
}

.contact_message p input , .contact_message p textarea{
    -webkit-appearance: none;
    background-color: #eee;
    width: 100%;
    border-width: 0;
    border-radius: 0;
    color: #999;
    font-size: 14px;
    padding: 16px;
    background-color: #ffffff;
}
.contact_message p textarea{
    min-height: 150px;
    display: block;
}

.contact_message p label{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    background: transparent;
    display: none;
}
.touch_btn button{
    color: #2a2a2a !important;
    border-width: 4px !important;
    border-radius: 0px;
    letter-spacing: 4px;
    font-size: 14px;
    font-family: 'Arimo', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding:5px 15px;
    float: right;
}
.touch_btn button:hover{
    
    padding: 0.5em 2em 0.5em 0.7em;
    background-color: #e0dfdf;
    transition: .3s all ease;
    border: none;
}
.touch_title+ input[type=radio] {
 float: right;
}


/*===== touch =====*/


.slider-2 .slider-cont h1 {
	padding-bottom: 40px;
}
.slider-2.single-slider{
    padding-top: 230px;
    padding-bottom: 250px;
}

/*===== Index-3 =====*/

#slider-part-3{
    position: relative;
    padding-top: 220px;
    padding-bottom: 120px;
}
#slider-part-3::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.slider-cont-3{
    position: relative;
    z-index: 5;
    background-color: rgba(7, 41, 77, 0.8);
    padding: 70px 100px 80px;
}
.slider-cont-3 h2{
    color: #fff;
    font-size: 48px;
    padding-bottom: 8px;
}
.slider-cont-3 span{
    font-size: 24px;
    color: #fff;
}

.slider-search{
    background-color: #fff;
    border-radius: 5px;
}

.slider-search .nice-select {
	width: 100%;
	height: 55px;
	line-height: 55px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 0;
}
.slider-search .nice-select span {
	font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #07294d;
    font-weight: 400;
}
.slider-search .nice-select .list {
	width: 100%;
	border-radius: 0;
	margin: 0;
}
.slider-search .nice-select::after {
	border-bottom: 0;
	border-right: 8px solid #07294d;
	border-top: 8px solid transparent;
	height: 0px;
	margin-top: -4px;
	width: 0px;
}

.slider-search input{
    width: 100%;
    height: 55px;
    border: 0;
    border-left: 1px solid #a8a8a8;
    padding-left: 25px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #8a8a8a;
}
.slider-search .main-btn {
	line-height: 53px;
	width: 100%;
	padding: 0;
}
.slider-search .main-btn:hover{
    border-color: #07294d;
}


.slider-feature{}
.singel-slider-feature{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-align: start; 
    -ms-flex-align: start; 
    align-items: flex-start;
}
.singel-slider-feature .icon{}
.singel-slider-feature .cont{
    padding-left: 30px;
}
.singel-slider-feature .cont h3{
    color: #fff;
    padding-bottom: 3px;
    margin-top: -3px;
    font-size: 24px;
}
.singel-slider-feature .cont span{
    color: #fff;
    font-size: 15px;
}


/*=====================================================
    4. CATEGORY css 
======================================================*/

.color-1{
    background-color: #4886ff;
}
.color-2{
    background-color: #b5d56a;
}
.color-3{
    background-color: #ff6f6f;
}

.category{
    background-color: #07294d;
    border-radius: 10px;
    margin-top: -150px;
    position: relative;
    z-index: 5;
}

.category-text{
}
.category-text h2{
    font-size: 36px;
    color: #fff;
    padding: 0 50px;
}

.singel-category {
	padding: 20px 0;
	border-radius: 5px;
	display: block;
}
.singel-category .icon{
    display: inline-block;
}
.singel-category .cont {
	display: block;
}
.singel-category .cont span{
    color: #fff;
    font-size: 18px;
    padding-top: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.category-slied{}
.category-slied a{
    display: block;
}
.category-slied .slick-arrow {
	position: absolute;
	top: 50%;
	right: -50px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.category-slied .prev.slick-arrow{
    right: auto;
    left: -50px;
}

.category-slied .slick-arrow i{
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background-color: #557495;
    text-align: center;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.category-slied .slick-arrow i:hover{
    background-color: #ffc600;
}



/*=====================================================
    5. ABOUT css 
======================================================*/

#about-part{
    position: relative;
    padding-bottom: 220px;
}
.about-bg{
    width: 52%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -2;
}
.about-bg::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(255,255,255);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255,255,255,0)), to(rgba(255,255,255,1)));
    background: linear-gradient(180deg, rgba(255,255,255,0) 60%, rgba(255,255,255,1) 100%);
}

.about-bg img{
    width: 100%;
}

.about-cont p{
    padding-top: 30px;
    font-weight: 400;
    color: #535353;
}

.about-event{
    -webkit-box-shadow: 0px 0px 191px 0px rgba(0,0,0,0.06);
    box-shadow: 0px 0px 191px 0px rgba(0,0,0,0.06);
    padding: 65px 70px 37px;
    background-color: rgba(255, 255, 255, 0.95);
}
.about-event .event-title h3{
    font-size: 36px;
    color: #000;
    padding-bottom: 5px;
}
.about-event ul li .singel-event{
    padding: 25px 0;
    border-bottom: 1px solid #cecece;
}
.about-event ul li:last-child .singel-event{
    border-bottom: 0;
}

.about-event ul li .singel-event span{
    font-size: 14px;
    color: #8a8a8a;
    margin-right: 20px;
}
.about-event ul li .singel-event span i{
    color: #ffc600;
    margin-right: 3px;
}
.about-event ul li .singel-event a{
    display: block;
}
.about-event ul li .singel-event a h4{
    padding-top: 5px;
    padding-bottom: 10px;
    color: #000;
    font-size: 24px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.about-event ul li .singel-event a:hover h4{
    color: #ffc600;
}




/*=====================================================
    6. APPLY css 
======================================================*/


.apply{
    margin-top: -100px;
    position: relative;
}

.apply-color-1{
    background-color: #07294d;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.apply-color-2{
    background-color: #092e56;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.apply .apply-cont {
    padding: 45px 50px 50px;
    width: 200%;
}
.apply .apply-cont h3{
    font-size: 30px;
    color: #fff;
    padding-bottom: 15px;
}
.apply .apply-cont p{
    color: #fff;
    padding-bottom: 45px;
}
.apply .apply-cont .main-btn:hover{
    border-color: #ffc600;
}


/*=====================================================
    7. COURSE css 
======================================================*/

.singel-course{
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.singel-course > .thum{
    position: relative;
}
.singel-course .thum .image{
    overflow: hidden;
}
.singel-course .thum .image img{
    width: 100%;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-course:hover .thum .image img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.singel-course .thum .price{
    position: absolute;
    right: 60px;
    bottom: -24px;
}
.singel-course .thum .price span{
    font-size: 14px;
    color: #07294d;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    background-color: #ffc600;
    text-align: center;
}
.singel-course .cont{
    padding-top: 28px;
    padding-bottom: 34px;
    padding-left: 30px;
    padding-right: 30px;
}
.singel-course .cont > ul{
    display: inline-block;
    margin-right: 10px;
}
.singel-course .cont ul li{
    display: inline-block;
    margin: 1px;
}
.singel-course .cont ul li > i{
    font-size: 13px;
    color: #ffc600;
}

.singel-course .cont span{
    font-size: 13px;
    color: #000;
}
.singel-course .cont h4{
    font-weight: 600;
    font-size: 24px;
    color: #000;
    padding-top: 15px;
    padding-bottom: 40px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-course .cont h4:hover{
    color: #ffc600;
}

.singel-course .course-teacher{
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    overflow: hidden;
}
.singel-course .course-teacher > .thum{
    display: inline-block;
}
.singel-course .course-teacher > .thum img{
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.singel-course .course-teacher .name {
	display: inline-block;
	margin-left: 10px;
	position: relative;
	bottom: 13px;
}
.singel-course .course-teacher .name a h6{
    font-size: 15px;
    color: #24486e;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-course .course-teacher .name a:hover h6{
    color: #ffc600;
}

.singel-course .course-teacher .admin{
    display: inline-block;
    float: right;
    overflow: hidden;
}
.singel-course .course-teacher .admin ul {
	margin-top: 8px;
}
.singel-course .course-teacher .admin ul li{
    margin-right: 20px;
}
.singel-course .course-teacher .admin ul li:last-child{
    margin-right: 0;
}
.singel-course .course-teacher .admin ul li a{
    font-size: 15px;
    color: #8a8a8a;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.singel-course .course-teacher .admin ul li a:hover{
    color: #ffc600;
}

.singel-course .course-teacher .admin ul li a span{
    color: #8a8a8a;
    margin-left: 3px;
}

.course-slied{}
.course-slied .slick-arrow {
	position: absolute;
	top: -125px;
	right: 0;
}
.course-slied .prev.slick-arrow{
    left: auto;
    right: 50px;
}
.course-slied .slick-arrow i{
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 5px;
    color: #000;
    border: 2px solid #aaaaaa;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.course-slied .slick-arrow:hover i{
    border-color: #ffc600;
    background-color: #ffc600;
}


/*=====================================================
    8. VIDEO FEATURES css 
======================================================*/

#video-feature{
    position: relative;
}

.feature-bg{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(7, 41, 77, 0.9);
}

.video{
    padding-left: 80px;
}
.video i{
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 24px;
    background-color: #ffc600;
    color: #07294d;
    border-radius: 50%;
}

.feature{
    position: relative;
    z-index: 5;
}
.feature .feature-title{}
.feature .feature-title h3{
    font-size: 36px;
    color: #fff;
    padding-bottom: 15px;
}

.feature ul li .singel-feature{
    padding-top: 55px;
    overflow: hidden;
}
.feature ul li .singel-feature .icon{
    float: left;
    overflow: hidden;
    display: inline-block;
    padding-right: 30px;
}
.feature ul li .singel-feature .cont {
	width: 78%;
	float: left;
    overflow: hidden;
}
.feature ul li .singel-feature .cont h4{
    font-size: 24px;
    color: #fff;
    padding-bottom: 15px;
}
.feature ul li .singel-feature .cont p{
    color: #fff;
}



/*=====================================================
    13. FOOTER css 
======================================================*/


.footer-copyright{
        background-color: #1f1f1f;
        padding: 15px 0 5px;

}
.footer-copyright .copyright p{
    color: #666;
}

.footer-copyright a{
        font-weight: 700;
        color: #666;
}

.back-to-top{
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 35px;
    background-color: #ffc600;
    color: #fff;
    font-size: 28px;
    border-radius: 5px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    display: none;
}
.back-to-top:hover{
    color: #fff;
    background-color: #021d3a;
}

/* end */

/* Result academic start */




     .table{
         padding: 10px 0px;
        display: flex;
        justify-content: center;
        

     }

     .table  th{
        background-color: rgb(230,230,230);
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
         padding:10px 20px;
     }
     
     .table tr td{
        background-color:rgb(230 230 230 / 47%);
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
         padding:10px 20px;
     }





     /* result end */





    /* teacher button start*/







    body {
        font-family: "Roboto", sans-serif;
        background-color: #f8fafb; }
      
      p {
        color: #535353;
        font-weight: 400; }
      
      h1, h2, h3, h4, h5, h6,
      .h1, .h2, .h3, .h4, .h5, .h6 {
        font-family: "Roboto", sans-serif; }
      
      a {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        a:hover {
          text-decoration: none !important; }
      
      .content {
        padding: 7rem 0;
        display: none;
    
       }
      
      h2 {
        font-size: 20px; }
      
      .form-block {
        background: #fff;
        padding: 60px;
        -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1); }
        @media (max-width: 991.98px) {
          .form-block {
            padding: 30px; } }
      
      @media (max-width: 991.98px) {
        .content .bg {
          height: 500px; } }
      
      .content .contents, .content .bg {
        width: 50%; }
        @media (max-width: 1199.98px) {
          .content .contents, .content .bg {
            width: 100%; } }
        .content .contents .form-group, .content .bg .form-group {
          position: relative; }
          .content .contents .form-group label, .content .bg .form-group label {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease; }
          .content .contents .form-group input, .content .bg .form-group input {
            background: transparent;
            border-bottom: 1px solid #ccc; }
          .content .contents .form-group.first, .content .bg .form-group.first {
            border-top-left-radius: 7px;
            border-top-right-radius: 7px; }
          .content .contents .form-group.last, .content .bg .form-group.last {
            border-bottom-left-radius: 7px;
            border-bottom-right-radius: 7px; }
          .content .contents .form-group label, .content .bg .form-group label {
            font-size: 14px;
            display: block;
            margin-bottom: 0;
            color: #b3b3b3;
            margin-top: 8px;
            margin-left: 15px; }
          .content .contents .form-group.focus, .content .bg .form-group.focus {
            background: #fff; }
          .content .contents .form-group.field--not-empty label, .content .bg .form-group.field--not-empty label {
            margin-top: -25px; }
        .content .contents .form-control, .content .bg .form-control {
          border: none;
          padding: 0;
          font-size: 15px;
          border-radius: 0; }
          .content .contents .form-control:active, .content .contents .form-control:focus, .content .bg .form-control:active, .content .bg .form-control:focus {
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none; }
      
      .content .bg {
        background-size: cover;
        background-position: center; }
      
      .content a {
        color: #888;
        text-decoration: underline; }
      
      .content .btn {
        height: 54px;
        padding-left: 30px;
        padding-right: 30px; }
      
      .content .forgot-pass {
        position: relative;
        top: 2px;
        font-size: 14px; }
      
      .content .btn-pill {
        border-radius: 30px; }
      
      