
/* CSS Document */
/*
Theme Name: Education Consultancy
Theme URL:https://globallead.edu.np/
Description: full responsive website!
Tags:responsive, bootstrap, Education Consultancy CMSMS theme, template for Education Consultancy .
Copyright: Global Lead Education Consultancy - 2023 : All Rights Reserved.
*/

 /*==========
NAVBAR
  ================*/

.navbar {
  -moz-transition: all 0.5s ease !important;
  -o-transition: all 0.5s ease !important;
  -webkit-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
  -ms-transition: all 0.5s ease !important;
  }
  
@media (max-width: 1023.99px) {
.navbar {
background: var(--mainbg) !important;	
padding:0px auto !important;	
}	
}

  
  
.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    outline: none;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: var(--mainbg) !important;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }

}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: var(--mainbg) !important;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

 /*==========
BOOTSTRAP RESPONSIVE CAROUSEL
  ================*/
  
.carousel-item {
width: 100%;
height: 100vh;	
}

.carousel-item img{
width: 100%;
min-height: 100vh;	
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;	
}

@media (max-width: 1023.99px) {
.carousel-item img{
height: 100vh;
width:auto;	
background-position: center center; 	
background-repeat:no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size:cover;
background-size: cover;
}

}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	padding-right:50%;
	padding-left:10%;
    background: rgba(9, 30, 62, .5);
    z-index: 1;
	outline:none !important;
}

.carousel-caption h1{	
font-family: 'Poppins', serif;
font-size:35px;	
line-height:42px;
font-weight:800 !important;
text-align:left;
letter-spacing:1px;
}


.carousel-caption h5{
font-family: 'Poppins', sans-serif;
text-transform:uppercase;	
font-size:18px;	
letter-spacing:4px;
font-weight:400 !important;
text-align:left;
position:relative;
}


.carousel-caption h5:after{
margin-top:25px;	
content: "";
position: absolute;
width: 275px;
height: 1px;
left:0;
background: rgba(255,255,255,1);	
}

@media (max-width: 1023.99px) {
.carousel-caption {
	padding-right:10%;
	padding-left:10%;
}
	
.carousel-caption h1{
text-align:left;
}	
	
.carousel-caption h5{
text-align:left;
}

.carousel-caption h5:after{
width: 0px;
height: 0px;
}

	
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}


/*=================== 
LIST GROUP ITEM 
====================*/

		  
		  
a.list-group-item{

border-top:0px dotted rgba(0, 0, 0, 0.0) !important;
	border-left:none !important;
	border-right:none !important;
	border-bottom:1px dotted rgba(0, 0, 0, 0.3) !important;
	color:#494a4e;
	font-weight:400;
	letter-spacing:0.5px;
	font-size:15px; 
	background:none !important; 
	position: relative;
}

.list-group a{
padding-left:40px;
border:none;
margin-left:20px;	
}


a.list-group-item:hover{
color:#c7a991;
}


a.list-group-item:last-child {
	
border-bottom:0px dotted rgba(0, 0, 0, 0.0) !important;	
	
}


a.list-group-item:before  {
vertical-align:middle;
font-family: FontAwesome;
        margin-left:-30px;
        content: "\f178";	
		color:#c7a991;	
position:absolute;

transition: all 1s ease, padding 2.8s linear;
	-ms-transition: all 1s ease, padding 2.8s linear;
	-webkit-transition: all 1s ease, padding 2.8s linear;
	-moz-transition: all 1s ease, padding 2.8s linear;
	-o-transition: all 1s ease, padding 2.8s linear;
}

a.list-group-item:hover:before  {
margin-left:-20px;	
}

.list-group-item-header{	
font-size:16px; 
color:#494a4e;
font-weight:700; 
letter-spacing:1px;
text-transform:uppercase;
font-family: "Oswald", sans-serif; 
text-align:left;
background:transparent;
border:1px solid transparent;
}
.list-group-item-header em {
margin-right:15px;
color:#c7a991;
margin-left:10px;
}


.list-group-shadow {	
box-shadow: 0 0 50px 5px rgba(68, 88, 144, 0.22);
-webkit-box-shadow:0 0 50px 5px rgba(68, 88, 144, 0.22);
-moz-box-shadow:0 0 50px 5px rgba(68, 88, 144, 0.22);
}

.list-group-shadow:hover {	
 box-shadow:0 5px 15px rgba(0,0,0, .09);
-webkit-box-shadow:0 5px 15px rgba(0,0,0, .09); 
-moz-box-shadow:0 5px 15px rgba(0,0,0, .09);
}

.online-form-xl{
background: linear-gradient(0deg, rgba(229,241,255,1) 0%, rgba(255,255,255,1) 50%, rgba(229,241,255,1) 100%);
}

/*==============
.LIST GROUP ITEM 
================*/		
/* DOWNLOAD BROCHURE */

.download-outer{
  margin-top:50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.outer__button { 
  padding: .5em 1.5em;
  margin-top: -1em;
  border-radius:7px;
  color:#494a4e; 
  box-shadow: 0 0 80px 5px rgba(68, 88, 144, 0.22);
-webkit-box-shadow:0 0 80px 5px rgba(68, 88, 144, 0.22);
-moz-box-shadow:0 0 80px 5px rgba(68, 88, 144, 0.22);
  
} 

.button__left-right {
  border: 2px solid #c7a991;
  background: linear-gradient(to right, #c7a991 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: bottom right;
  transition: all .7s ease-out;
}

.button__left-right:hover {
  border: 2px solid #c7a991;
  background-position: bottom left;
  color: #fff !important;
}


.outer__button h2 a { 
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing:1px;
  text-transform: uppercase;
  color:#494a4e;
}


.outer__button h2 span{ 
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing:12px;
  text-transform:capitalize;
}


.outer__button em,
.outer__button i {	
float:right;
display:block;
margin-left:20px;
position:relative;
}

.outer__button:hover h2 a { 
color: #fff !important;
}


.outer__button:hover h2 span{ 
color: #fff !important;
}


 /*==========
SECTION TITLE
  ================*/

.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: var(--primary);
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}

 /*==========
SERVICE
  ================*/

.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 2px;
    transform: rotate(-45deg);
}

.service-item .service-icon i {
    transform: rotate(45deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}

 /*==========
TESTIMONIAL
  ================*/

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}

 /*==========
TEAM
  ================*/

.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img  {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}


 /*==========
MISCELLANEOUS
  ================*/


@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}

@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
}





