/*
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: 'Raleway', 'Calibri'*/
	font-family: 'Montserrat', sans-serif;
	color: #000;
}
ul {
	list-style:none;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	color:#1f3e6b;
}
p {
	color:#666;
}
a {
	color: #1f3e6b;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color: #d44c73;
}
a:focus {
	text-decoration:none;
	color: #d44c73;
}
.button {
	background:#d44c73;
	color:#fff!important;
	display: inline-block;
	transition: 0.3s;
	padding:1.3rem 1.3rem!important;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	border-radius:7px;
}
.button:hover {
	background:#1f3e6b;
	color:#fff;
}
.button_1 {
	background:#1f3e6b;
	color:#fff!important;
	display: inline-block;
	transition: 0.3s;
	padding:1.3rem 1.3rem!important;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	border-radius:7px;
}
.button_1:hover {
	background:#d44c73;
	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;
border-radius: 10px;
}
figure.effect-jazz:hover img {
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1);
	border-radius: 10px;
}
.col_oran {
	color: #d44c73;
}
.col_dark {
	color:#1f3e6b;
}
.bg_light {
	background:#d44c7312;
}
.bg_oran {
	background:#d44c73;
}
.bg_dark {
	background:#1f3e6b;
}
.bg_brdr {
	margin-top:19px;
	border:1px solid #CCC;
	border-radius: 20px;
}
hr {
	opacity:1;
	background-color:#d44c7326;
}
.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: #d44c73;
	margin-top:20px;
	margin-bottom:20px;
}
.p_3 {
	padding-top:30px;
	padding-bottom:30px;
}
/*********************header****************/
.navbar-brand {
	font-size:24px;
	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:0.75rem 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:#d44c73;
}
#header .nav-link:focus {
	color:#d44c73;
}
#header .active {
	color:#d44c73;
}
#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 #d44c7326;
}
.drop_1 a {
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #d44c7326;
	color:#333;
	font-weight:bold;
}
.drop_1 a:hover {
	color:#fff;
	background:#d44c73;
}
.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 #d44c7326;
	border-radius:50%;
}
.pages ul li a:hover {
	background: #d44c73;
	border:1px solid #d44c73;
}
.pages ul li a:hover {
	color: #fff!important;
}
.act {
	background:#d44c73!important;
	border:1px solid #d44c73!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:#d44c7326;
}
.form-select:focus {
	box-shadow:none;
	border-color:#d44c7326;
}
.form-control {
	border-color:#d44c7326;
	box-shadow:none;
	border-radius:7px;
	height:50px;
}
.form-select {
	border-color:#d44c7326;
	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: #d44c73;
}
.center_o1 {
	background-color:#00000096;
	margin:0!important;
}
.blog_1r1 .btn {
	padding:12px 15px;
	border-color:#d44c7326;
}
.blog_1r1 .btn:hover {
	background:#d44c73;
}
.blog_1r2 ul li a {
	background: #d44c7312;
	margin: 0px 2px 6px 0px;
	padding: 8px 16px 8px 16px;
	display: inline-block;
	font-size:14px;
}
.blog_1r2 ul li a:hover {
	background:#d44c73;
	color:#fff;
}
.team_h_1i1 ul li a {
	background:#1f3e6b;
	width:35px;
	height:35px;
}
.team_h_1i1 ul li a i {
	line-height:35px;
	font-size:14px;
}
.team_h_1i1:hover {
	/*background:#d44c73!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*/ 234px;
}
.course_2i3ir {
	border-left:1px solid #d44c7326;
}
.course_2i3ir a:hover {
	background:#d44c73;
	color:#fff;
}
.course_2i3 {
	border:1px solid #d44c7326;
}
.course_2i2 {
	border-left:1px solid #d44c7326;
	border-right:1px solid #d44c7326;
}
/*********************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 #d44c7326;
margin-top:15px;
}
#header .nav-link {
font-size:24px;
border-bottom:1px solid #d44c7326;
padding-top:10px;
padding-bottom:10px;
margin:0!important;
}
.navbar .navbar-toggler {
box-shadow:none!important;
background:#d44c7312;
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:302px) and (max-width : 767px) {  /* joy */
#header .nav-link {
 font-size: 12pt;
 border-bottom:1px solid #d44c7326;
 padding-top: 10px;
 padding-bottom: 10px;
 margin:0 !important;
}
.drop_1 a {
 font-size: 10pt;
}
.fw-normal {
 font-weight: 400 !important;
 text-align: left;
 padding:6px 0;
 font-size: 13px;
}
.news_1lir {
 text-align:left !important;
 padding-left:9px;
}
.carousel-caption-other {
	position:absolute;
	right:15%;
	top:0.1rem;
	left:15%;
	padding-top:1.25rem;
	padding-bottom:1.25rem;
	color:#fff;
	text-align:center
}
.carousel-caption-other h2{
	color:#fff;
	text-align:center;
	font-size:12pt;
	margin-bottom:9px;
	text-shadow:1px 1px 1px #666;
	opacity: 0.9;
}
.carousel-caption-other p{
	margin-top: 0 !important;
	font-size:8pt !important;
}
}
 @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) {
}
