/*
Template Name: Education Element
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/
body{
font-family: 'Montserrat Alternates', sans-serif;
color: #000;
}
ul{
list-style:none;
padding:0;
 }

h1,h2,h3,h4,h5,h6{
font-weight:bold;
color:#231835;
 }
p{
color:#666; 
 }


a{
color: #231835;
text-decoration:none;
 }
a:hover{
text-decoration:none;
color: #FF8700;
 }
a:focus{
text-decoration:none;
color: #FF8700;
 }

.button{
background:#FF8700;
color:#fff!important;
display: inline-block;
transition: 0.3s;
padding:1.3rem 1.5rem!important;
font-weight:bold;
text-transform:uppercase;
font-size:14px;
 }
.button:hover{
background:#231835;
color:#fff;
 }

.button_1{
background:#231835;
color:#fff!important;
display: inline-block;
transition: 0.3s;
padding:1.3rem 1.5rem!important;
font-weight:bold;
text-transform:uppercase;
font-size:14px;
 }
.button_1:hover{
background:#FF8700;
color:#fff;
 }


.grid figure {
position: relative;
float: left;
overflow: hidden;
width: 100%;
text-align: center;
cursor: pointer;
}
figure.effect-jazz figcaption::after,
figure.effect-jazz img
{
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz:hover img {
-webkit-transform: scale3d(1.05,1.05,1);
transform: scale3d(1.05,1.05,1);
}

.col_oran{
color: #FF8700;
 }
.col_dark{
color:#231835;
 }
.bg_light{
background:#ff870012;
 }
.bg_oran{
background:#FF8700;
 }
.bg_dark{
background:#231835;
 }

hr{
opacity:1;
background-color:#ff870026; 
 }
.font_14{
font-size:14px; 
 }
.font_12{
font-size:12px; 
 }
.font_8{
font-size:8px; 
 }
.font_60{
font-size:60px; 
 }

.line {
height: 5px!important;
width: 50px;
background-color: #FF8700;
margin-top:20px;
margin-bottom:20px;
}
.p_3{
padding-top:30px;
padding-bottom:30px; 
 }

/*********************header****************/
.navbar-brand{
font-size:22px;
padding:0;
margin:0;
height:auto;
line-height:0;
}
.navbar-brand span{
margin-left:50px;
}
.navbar-nav{
padding-top:8px; 
 }

#header .nav-link{
color:#333;
padding:1rem 1rem;
font-weight:bold;
 }
#header .button{
padding:0.8rem 1.5rem!important;
 }
#header .button_1{
padding:0.8rem 1.5rem!important;
 }
#header .nav-link:hover{
color:#FF8700;
 }
#header .nav-link:focus{
color:#FF8700;
 }
#header .active{
color:#FF8700;
 }

#header .social{
width:40px;
height:40px;
line-height:40px;
margin-top:3px;
color:#333;
 }

.drop_1{
min-width:220px;
padding:0;
margin-top:8px!important;
border:none;
background:#fff;
border-radius:0;
border:1px solid #ff870026;
 }
.drop_1 a{
padding-top:15px;
padding-bottom:15px;
border-bottom:1px solid #ff870026;
color:#333;
font-weight:bold;
 }
.drop_1 a:hover{
color:#fff;
background:#FF8700;
 }

.sticky {
position: fixed;
top: 0;
width: 100%;
z-index:3;
border-radius:0;
}
.sticky {
top: -40px;
transform: translateY(40px);
transition: transform .3s;
}

/*********************header_end****************/


/*********************common****************/
.pages ul li{
 display:inline-block;
 }
.pages ul li a{
display:block;
color: #111;
 margin: 0 2px;
 width:40px;
 height:40px;
 line-height:40px;
 text-align:center;
 border:1px solid #ff870026;
 border-radius:50%;
 }
.pages ul li a:hover{
 background: #FF8700;
 border:1px solid #FF8700;
 }
.pages ul li a:hover{
 color: #fff!important;
 }
.act{
background:#FF8700!important;
border:1px solid #FF8700!important;
color:#fff!important;
 }

 /* footer social icons */
ul.social-network {
list-style: none;
display: block;
margin-left:0 !important;
padding: 0;
}
ul.social-network li {
display: inline-block;
}

/* footer social icons */
.social-network a.icoRss:hover {
background-color: #F56505;
}
.social-network a.icoFacebook:hover {
background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
color:#44BCDD;
}

.social-circle li a {
display:inline-block;
position:relative;
margin:0 auto 0 auto;
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%;
text-align:center;
width: 40px;
height: 40px;
}
.social-circle li i {
margin:0;
line-height:40px;
text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-ms--transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
}
.social-circle i {
color: #fff;
-webkit-transition: all 0.8s;
-moz-transition: all 0.8s;
-o-transition: all 0.8s;
-ms-transition: all 0.8s;
transition: all 0.8s;
}
.form-control:focus{
 box-shadow:none;
 border-color:#ff870026; 
 }
.form-select:focus{
 box-shadow:none;
 border-color:#ff870026;  
 }
.form-control{
border-color:#ff870026;
box-shadow:none;
border-radius:0;
height:50px;
 }
.form-select{
border-color:#ff870026;
box-shadow:none; 
border-radius:0;
 }

.shadow_box{
box-shadow: 0 0 4px 3px rgb(0 0 0 / 5%);
 }
.carousel-indicators [data-bs-target] {
 background-color: #FF8700;
}
.center_o1 {
background-color:#00000096;
margin:0!important;
}

.blog_1r1 .btn{
padding:12px 15px;
border-color:#ff870026; 
 }
.blog_1r1 .btn:hover{
background:#FF8700; 
 }
.blog_1r2 ul li a {
background: #ff870012;
margin: 0px 2px 6px 0px;
padding: 8px 16px 8px 16px;
display: inline-block;
font-size:14px;
}
.blog_1r2 ul li a:hover {
background:#FF8700; 
color:#fff;
}

.team_h_1i1 ul li a{
background:#231835;
width:35px;
height:35px; 
 }
.team_h_1i1 ul li a i{
line-height:35px;
font-size:14px;
 }
.team_h_1i1:hover{
background:#FF8700!important;
transition: 0.3s; 
 }
.team_h_1i1:hover h4 a{
color:#fff; 
 }
.team_h_1i1:hover h5{
color:#fff; 
 }

/*********************common_end****************/

/*********************course****************/
.course_2i2{
top:160px;
 }
.course_2i2 img{
border:10px solid #fff;
 }
.course_2i3{
margin-top:255px;
 }
.course_2i3ir{
border-left:1px solid #ff870026; 
 }
.course_2i3ir a:hover{
background:#FF8700;
color:#fff;
 }
.course_2i3{
border:1px solid #ff870026; 
 }
.course_2i2{
border-left:1px solid #ff870026; 
border-right:1px solid #ff870026;  
 }
/*********************course_end****************/


/*********************footer****************/
.footer_1i ul li a{
background:#3c2a5a;
 }
.footer_1i .button:hover{
background:#3c2a5a;
 }

/*********************footer_end****************/


@media screen and (max-width : 767px){
.navbar-collapse{
max-height:300px;
overflow-y:scroll; 
border-top:1px solid #ff870026; 
margin-top:15px;
 }
#header .nav-link{
font-size:24px;
border-bottom:1px solid #ff870026;
padding-top:10px;
padding-bottom:10px;
margin:0!important;
 }
.navbar .navbar-toggler{
box-shadow:none!important;
background:#ff870012;
border:none;
border-radius:0;
margin-top:-1px;
 }
.drop_1{
margin-top:0!important; 
 }
.drop_1 a{
font-size:22px; 
 }
.sticky .drop_1{
margin-top:0!important; 
 }
.line{
margin-left:auto;
margin-right:auto; 
 }
.navbar-nav {
 padding-top:0; 
}
.navbar-nav .button {
display:block; 
margin-top:10px;
margin-bottom:10px;
}
.navbar-nav .button_1 {
display:block; 
}
#header .social {
display:none!important;
}
.course_2i2 {
position:static!important; 
 }
.course_2i3{
margin-top:0;
margin-bottom:15px; 
 }
.course_2i2  p{
text-align:left; 
 }
.footer_1i h4{
text-align:center;
 }
.footer_1i ul{
text-align:center;
 }
.footer_1i{
margin-top:8px;
margin-bottom:8px;
 }
.footer_1i .button {
display:block; 
width:80%;
margin-left:auto;
margin-right:auto;
text-align:center;
}
.center_o1 {
width:100%!important;
text-align:center; 
 }
.team_h_1i1 {
margin-bottom:15px; 
 }
.pages ul li{
margin-top:5px;
margin-bottom:5px; 
 }
.blog_1r{
margin-top:15px; 
 }
.blog_1r1 h5{
text-align:center;
 }
.blog_1r2 h5{
text-align:center;
 }
 }

@media (min-width:576px) and (max-width:767px) {

 }
@media (min-width:768px) and (max-width:991px) {
.navbar-expand-md {
flex-wrap:wrap!important;
}
.navbar-brand{
font-size:18px; 
 }
#header .nav-link{
padding:1rem 0.2rem;
font-size:14px;
 }
#header .button{
padding:0.8rem 0.5rem!important;
font-size:12px;
margin-left:1px!important;
margin-right:1px!important;
 }
#header .button_1{
padding:0.8rem 0.5rem!important;
font-size:12px;
margin-left:1px!important;
margin-right:1px!important;
 }
#header .social {
width: 30px;
height: 30px;
line-height: 30px;
font-size:12px!important;
margin-top:6px;
margin-left:2px!important;
margin-right:2px!important;
}

.course_2i2 {
position:static!important; 
 }
.course_2i3{
margin-top:0;
margin-bottom:15px; 
 }
.course_2i3il h6{
font-size:10px!important;
 }
.course_2i3il{
padding:5px!important; 
 }
.course_2i3ir h6 a{
font-size:10px!important;
padding:5px!important;  
 }
.footer_1i h4{
font-size:16px;
 }
.footer_1i p{
font-size:14px;
 }
.footer_1i h6{
font-size:14px;
 }
.team_h_1i1 ul li {
margin-top:5px;
margin-bottom:5px;
 }
.blog_1r h6{
font-size:12px; 
 }
 }
@media (min-width:871px) and (max-width:991px) {
#header .nav-link{
padding:1rem 0.8rem;
font-size:14px;
 }

 }
@media (min-width:992px) and (max-width:1200px) {
.navbar-expand-md {
flex-wrap:wrap!important;
}
#header .nav-link{
padding:1rem 0.8rem;
 }
#header .button{
padding:0.8rem 0.5rem!important;
margin-left:1px!important;
margin-right:1px!important;
 }
#header .button_1{
padding:0.8rem 0.5rem!important;
margin-left:1px!important;
margin-right:1px!important;
 }
.course_2i2 {
position:static!important; 
 }
.course_2i3{
margin-top:0;
margin-bottom:15px; 
 }
.course_2i3il h6{
font-size:12px!important;
 }
.course_2i3il{
padding:5px!important; 
 }
.course_2i3ir h6 a{
font-size:12px!important;
padding:5px!important;  
 }
 
.footer_1i h4{
font-size:18px;
 }
.footer_1i p{
font-size:14px;
 }
.footer_1i h6{
font-size:14px;
 }
 }
@media (min-width:1201px) and (max-width:1340px) {

 }
