body {
    color: #000000;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42857143;
    text-rendering: auto;
    margin: 0px;
    padding: 0px;
}
*, *:focus {
outline: none;
}
a {
color: #000000;
transition: all ease .4s;
text-decoration: none;
}
a:focus {
outline: none;
outline-offset: 0;
}
a:hover, a:focus {
color: #3c6aa6;
text-decoration: none;
/*border: 2px solid #3c6aa6;*/
}
img {
max-width: 100%;
height: auto;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
padding-bottom: 10px;
margin-bottom: 0;
font-weight: 500;
line-height: 1.3;
}
mb-5{
    margin-bottom: 50px !important;
}

p {
padding-bottom: 10px;
margin-bottom: 0;
color: #727272;
font-size: 16px;
line-height: normal;
}
button, button:focus {
outline: none;
outline-offset: 0;
}
ul {
list-style: none;
padding: 0;
margin: 0;
}
figure {
margin: 0;
}
 .color-primary {
    color: #56006f !important;
}
/* Fonts*/



/* Form CSS */
.form-group {
margin-bottom: 20px;
}
.form-control {
height: 40px;
padding: 10px 15px;
background: #fff;
color: #949494;
font-size: 14px;
border: 1px solid #dddddd;
transition: all ease .4s;
border-radius: 3px;
appearance: none;
}
a {
    color: #000000;
    transition: all ease .4s;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}


/*Header css start*/

.navbar-light .navbar-toggler {
    color: rgb(255 255 255);
    border-color: rgb(255 255 255);
}
.navbar-light .navbar-toggler-icon { 
    background-image: url(../img/bars.png) ;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 16%);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
a.navbar-brand.logo img {
    width: 150px;
}
nav.navbar.navbar-expand-lg.navbar-light {
    padding: 0;
}
ul.main-menu {
    display: flex;
    align-items: center;
    margin: 0;
    padding-left: 20px;
    margin-left: 20px;
}
ul.main-menu li {
    display: flex;
    align-items: center;
    position: relative;
    padding: 30px 0px 32px 20px;
}
header#header {
    background-color: #56006d;
    color: #fff;
}
a.navmain {
    line-height: 26px;
    color: #fff;
    position: relative;
    font-size: 18px;
}
a.navmain::before{
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    background-color: #fff;
    left: 0;
    bottom: 0px;
    transition: 0.5s;
}
ul.main-menu li ul.sub-menu {
    min-width: 200px;
    height: auto;
    position: absolute;
    top: 85px;
    left: 0;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    padding: 12px 0;
    transform-origin: top center;
    transform: scale(1, 0);
    transition: all .4s ease;
    border-radius: 0 0 10px 10px;
    background-color: #f0fe60;
    box-shadow: 0 0 2rem rgb(0 0 0 / 10%);
    border-left: 1px solid #ffffff14;
    border-bottom: 1px solid #ffffff14;
    border-right: 1px solid #ffffff14;
    border-top: 4px solid #f0fe60;
}
.main-menu li ul.sub-menu li.single {
    margin: 0;
    padding: 5px 0;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #56006d96;
}
.main-menu li .sub-menu::after {
    top: -20px;
    left: 30px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    border: 8px solid transparent;
    border-bottom-color: #f0fe60;
}
.main-menu li ul.sub-menu li.single a {
    font-weight: 500;
    font-size: 14px;
    display: block;
    margin: 0 10px;
    border-radius: 4px;
    transition: 0.3s;
   
    color:#000;
    text-decoration: none;
}
ul.sub-menu li a span {
    font-size: 18px;
    margin-right: 6px;
}
li.single-items:hover, li.single-items:hover a.navmain {
    color: #f0fe60 !important;
    font-weight: 500;
    background-color: transparent;
}

li.single-items:hover a.navmain:before{
    width: 100%;
}



li.single-items:hover ul.sub-menu {
    transform: scale(1);
}

.main-menu li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
 
/* header css end */
 .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 500px;
    height: 100%;
}

section.top-contact {
    padding: 25px;
    background-color: #f0fe60;
    color: #56006f;
}
.cont-btn a {
    width: 140px;
    background-color: #56006f;
    padding: 10px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.cont-btn a i{
    margin-left: 10px;
}
/*Our courses css start*/

.our_courses {
    position: relative;
}
.our_courses h2  {
    font-size: 45px;
    color: #56006f ;
    text-align: center;
    margin: 0 auto 10px; 
    font-weight: 800;
}
.our_courses p {
    font-family: sans-serif;
    font-size: 24px;
    text-align: center;
}
.our_courses p span {
    color: red;
}
.our-main {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.our-main .item {
    width: 20%;
    text-align: center;
    background-color: #fff;
    transition: all ease 0.2s;
}
.our-main .item .inner_item {
    position: relative;
    padding: 20px 10px;
    border-right: 2px dashed #ccc;
    transition: all ease 0.2s;
}   
.our-main .item .inner_item a {
    margin: 0 auto;
    text-decoration: none;
    transition: all 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    min-height: 250px;
}
.our-main .item .inner_item a img {
    height: 100px;
    margin: 0 auto;
    text-align: center;
    width: auto;
}
.our-main .item .inner_item a h4 {
    color: #000; 
    text-align: center;
    position: relative;
    font-size: 20px;
    line-height: 30px;
}
.our-main .item:hover .inner_item {
    background-color: #fff;
    transform: scale(1.15);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    border: none;
    z-index: 999;
}
.our-main .item:last-child .inner_item {
    border-right: none;
}



/*why gurukul page css start*/

section.why-out-sec{
    background-image: url(../img/gurukul-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0px;
}

.guru_wrapper li {
    margin: 15px 0px;
    display: flex;
    align-items: baseline;
   width: 32%;
    min-width: 200px;
}
.guru_wrapper ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.dotted {
    width: 10px;
    height: 10px;
    background-color: #56006d; 
    border-radius: 50%;
    margin-right: 10px;
}
.guru_wrapper li span {
    width: 100%;
}



.add-image {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0px;
}

/*vission-1 css start*/
.vissionss .box-3 span {
    font-size: 45px;
    color: #56006d !important;
}
.vissionss .box-3 p{
     color: #56006d !important;
}
.vissionss .box-3 h4{
     color: #56006d !important;
}

.vissionss {
    background-color: #fff !important;
    color: #000 !important;
    border: 5px solid #56006d;
}
.vission-1 {
    width: 300px;
    background-color: #02769d;
    color: #fff;
    padding: 20px;
    height: 300px;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vission-1.Mission {
    background-color: #f59e03;
}

.vission-1.valued {
    background-color: #56006d;
}

.box-3 span {
    font-size: 45px;
    color: #fff;
}
.box-3 p {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    width: 80%;
    margin: 0 auto;
    line-height: 18px;
}
.headding-c {
    margin-top: 15px;
}

section.vission-sec {
    margin: 50px 0px 10px;
}

.mattos ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.mattos ul li {
    width: 100%;
    max-width: 250px;
    margin: 10px;
    background-color: white;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 10px;
    border: 2px dotted #4f006a;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
} 

.matto-text {
    padding: 20px;
    height: 200px;
}
.matto-text img {
    max-width: 100px !important;
    margin: 0 auto;
    width: 100%;
}
.mattos {
    margin: 30px 0px 20px 0px;
}
.t-menus span {
    font-size: 18px;
    font-weight: 600;
    color: #4f006a;
}
.majar-headding h4 {
    text-align: center;
    color: #ffffff;
    background-color: #56006d;
    width: fit-content;
    margin: 0 auto;
    padding: 6px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}



/*fotter csss start*/

footer {
    background-color: #4d0067;
    color: #fff;
    padding: 50px 0px;
}
.fotter-logo a img {
    width: 150px;
}
 
.fotter-logo p {
    font-size: 12px;
    color: #b9b9b9;
    width: 80%;
    margin-top: 10px;
    line-height: 18px;

}
.ft-text li a {
    color: #fff;
}

.ft-text li {
    margin: 10px 0px;
}
.ft-text li a:hover {
    color: #f0fe60;
}
li.Social-media a {
    margin-right: 10px;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    color: #4d0067;
    justify-content: center;
    align-items: center;
}
li.Social-media a:hover {
    color: #effe5f;
    background-color: #4d0067;
    border: 2px solid #fff;
}
 

/*contact use css start*/

#contact {
  width: 100%;
  height: 100%;
}
.section-conts {
     text-align: left;
    margin: 0 auto;
    padding: 40px 0;
    font: 500 30px   sans-serif;
    color: #4d0067;
    text-transform: uppercase;
    letter-spacing: 6px;
}
.section-header {
    text-align: center;
    margin: 0 auto;
    padding: 40px 0;
    font: 300 60px   sans-serif;
    color: #4d0067;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.contact-wrapper {
  padding: 20px;
  margin-bottom: 20px; 
  box-shadow: 0px 0px 10px #ccc;
}
textarea.form-control {
    min-height: calc(6.5em + (.75rem + 2px));
}
 
select.form-select.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #777777;
    background-color: #fff;
    background-image: url(../img/dawn.svg);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Left contact page */
.form-horizontal {
  width: 100%;
  max-width: 400px;
  font-family: 'Lato';
  font-weight: 400;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #ddd;
    outline: 0;
    box-shadow: none;
}
.form-control, textarea {
  max-width: 400px;
  background-color: transparent;
  color: #000;
  letter-spacing: 1px;
}

.send-button {
    margin-top: 15px;
    height: 40px;
    width: 100%;
    overflow: hidden;
    display: flex;
    transition: all .2s ease-in-out;
    justify-content: center;
    align-items: center;
    max-width: 150px;
    margin: 13px auto;
    background-color: #4d0067;
    border: 1px solid #4d0067;
}
 

 button.owl-dot {
    background-color: #ccc !important;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 4px;
}
button.owl-dot.active{
    background-color: #56006d !important;
 }
 .owl-dots {
    text-align: center;
}

.alt-send-button:hover {
  transform: translate3d(0px, -29px, 0px);
}



 

.contact-text {
  font: 300 18px 'Lato', sans-serif;
  letter-spacing: 1.9px;
  color: #bbb;
}

.place {
  margin-left: 62px;
}

.phone {
  margin-left: 56px;
}

.gmail {
  margin-left: 53px;
}

.contact-text a {
  color: #bbb;
  text-decoration: none;
  transition-duration: 0.2s;
}

.contact-text a:hover {
  color: #fff;
  text-decoration: none;
}

 
 

hr {
  border-color:rgba(255,255,255,.6);
}


/*about page css start*/

section.page-title.whyguru{
    position: relative;
    background-image: url(../img/whyguru.jpg);
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
section.page-title.OurMotto{
    position: relative;
    background-image: url(../img/ourmotto-bg.jpg);
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
section.page-title.abouts{
    position: relative;
    background-image: url(../img/aboutnew.jpg);
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.page-title.course{
    position: relative;
    background-image: url(../img/Homebanner4.jpg);
    width: 100%;); 
    width: 100%;
     height: 500PX;
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
}


.page-title{
    position: relative;
    background-image: url(../img/Snapinsta.app.jpg);
    width: 100%;
     height: 500PX;
    background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
}

.page-title1{
    position: relative;
    background-image: url(../img/contact-page-banner.png);
    height: 500PX;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.page-title .page-title-heading h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    line-height: 40PX;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 200px 0 0;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    margin-bottom: 9px;
    position:relative;
}
.page-title1 .page-title-heading h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 35px;
    line-height: 40PX;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 143px 0 0;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    margin-bottom: 9px;
    position:relative;
}

/*
.page-title1 .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
   opacity:0.7;
} 
*/

.page-title .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
   opacity:0.7;
}

.breadcrumbs {
    text-align: center;
    padding-bottom: 96px;
}
.breadcrumbs ul li {
    display: inline-block;
    padding: 0px 15px 20px 0;
    color: #fff;
    opacity: 0.5;
}  
.breadcrumbs ul li a {
    font-size: 14px;
    line-height: 22px;
    font-family: "Poppins", sans-serif;
    color: #fff;
    position: relative;
}
.breadcrumbs ul li a:after {
    position: absolute;
    top: 0;
    right: -12px;
    font-family: "FontAwesome", sans-serif;
    content: "\f105";
    font-size: 14px;
}
.breadcrumbs ul li a:hover {
    color: #f3fc61;
}
.heading1 {
    float: left;
    width: 100%;
    text-align: left;
    margin: -7px 0 30px 0;
}
.heading1 h3 {
    text-transform: uppercase;
    font-weight: normal;
    position: relative;
    padding-bottom: 15px;
    font-size: 30px;
    color: #2f2f2f;
    font-family: 'Roboto Slab', serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin: 0px 0px 0px 0px;
}
/*.heading1 h3:before {*/
/*    content: "";*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    height: 2px;*/
/*    width: 25px;*/
/*    background-color: #666666;*/
/*    position: absolute;*/
/*}*/
/*.heading1 h3:after {*/
/*    content: "";*/
/*    left: 35px;*/
/*    bottom: 1px;*/
/*    height: 1px;*/
/*    width: 50px;*/
/*    background-color: #bbbbbb;*/
/*    position: absolute;*/
/*}*/
.about-text p {
    text-align: justify;
}
.btn-3 {
    background: transparent none repeat scroll 0 0;
    border: 1px solid;
    border-radius: 0;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 34px;
    line-height: normal;
    text-transform: uppercase;
    color: #56006f ;
    border-color: #56006f ;
}
.btn-3:hover{
    color: #fff;
    background-color: #56006f;
}
.abt-right {
    position: relative;
    text-align: center;
}
.abt-right img {
    width: 100%;
    height: 100%;
    max-width: 250px;
    max-height: 250px;
    margin: 30px;
    box-shadow: 0px 0px 11px #4d0067;
    border-radius: 50%;
    background-color: transparent;
        margin-top: 0px;
}
section.courses01 {
    background-color: aliceblue;
    padding: 50px 0px;
}

section.courses02 {
    background-color: antiquewhite;
    padding: 50px 0px;
}

section.courses03 {
    background-color: #4d006726;
    padding: 50px 0px;
}
/*.border-img {*/
/*    content: "";*/
/*    left: 5%;*/
/*    right: 5%;*/
/*    top: 5%;*/
/*    position: absolute;*/
/*    bottom: 5%;*/
/*    background-color: transparent;*/
/*    opacity: 1;*/
/*    border: 2px solid #fff;*/
/*}*/

/*gallery css start*/
 
.gallery-main .gallery-item {
    position: relative;
    border-radius: 3px;
    box-shadow: 0 3px 35px -8px #aaa;
    cursor: pointer;
    border-bottom: 5px solid #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    min-height: 250px;
    overflow: hidden;
}
.gallery-main .gallery-item:hover {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    border-bottom: 5px solid #4d0067;
}
.gallery-main .hover_cont {
    background: #56006dcf;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 38%;
    transform: translateY(-50%);
    width: 95%;
    height: 67%;
    z-index: 99;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.gallery-main .gallery-item:hover .hover_cont {
    opacity: 1;
}
.gallery-main .gallery-item:hover .hover_cont p {
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}
.gallery-main .col-md-4 {
    margin-bottom: 30px;
}
.gallery-main .hover_cont p {
    font-size: 20px;
    margin: 5px 15px;
    color: #fff;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 70%;
    transform: translateY(-70%);
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.gallery-main .cat_cap {
    color: #808080;
    font-size: 20px;
    position: relative;
    padding: 10px 15px;
    color: #808080;
    background: #fff;
    text-transform: capitalize;
}
.title-border {
    width: 130px;
    height: 1px;
    margin: 10px auto 30px;
    background-color: #e1e1e1;
    display: block;
}
.title-border span {
    width: 60px;
    height: 2px;
    margin: auto;
    background-color: #56006dcf;
    display: block;
}


 
/* Light Box */
 .lb-loader,.lightbox{
    text-align:center;
    line-height:0
}
body:after{
    content:url(../img/close_dark.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
    display:none
}
.lb-dataContainer:after,.lb-outerContainer:after{
    content:"";
    clear:both
}
body.lb-disable-scrolling{
    overflow:hidden
}
.lightboxOverlay{
    position:absolute;
    top:0;
    left:0;
    z-index:9999;
    background-color:#000;
    filter:alpha(Opacity=80);
    opacity:.8;
    display:none
}
.lightbox{
    position:absolute;
    left:0;
    width:100%;
    z-index:10000;
    font-weight:400
}
.lightbox .lb-image{
    display:block;
    height:auto;
    max-width:inherit
}
.lightbox a img{
    border:none
}
.lb-outerContainer{
    position:relative;
    background-color:#fff;
    width:250px;
    height:250px;
    margin:0 auto
}
.lb-loader,.lb-nav{
    position:absolute;
    left:0
}
.lb-outerContainer:after{
    display:table
}
.lb-container{
    padding:4px
}
.lb-loader{
    top:43%;
    height:25%;
    width:100%
}
.lb-cancel{
    display:block;
    width:32px;
    height:32px;
    margin:0 auto;
    background:url(../img/loading.gif) no-repeat
}
.lb-nav{
    top:0;
    height:100%;
    width:100%;
    z-index:10
}
.lb-container>.nav{
    left:0
}
.lb-nav a{
    outline:0;
    background-image:url(data:image/gif;
    base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-next,.lb-prev{
    height:100%;
    cursor:pointer;
    display:block
}
.lb-nav a.lb-prev{
    width:34%;
    left:0;
    float:left;
    background:url(../img/prev.png) left 48% no-repeat;
    filter:alpha(Opacity=0);
    opacity:0;
    -webkit-transition:opacity .6s;
    -moz-transition:opacity .6s;
    -o-transition:opacity .6s;
    transition:opacity .6s
}
.lb-nav a.lb-prev:hover{
    filter:alpha(Opacity=100);
    opacity:1
}
.lb-nav a.lb-next{
    width:64%;
    right:0;
    float:right;
    background:url(../img/next.png) right 48% no-repeat;
    filter:alpha(Opacity=0);
    opacity:0;
    -webkit-transition:opacity .6s;
    -moz-transition:opacity .6s;
    -o-transition:opacity .6s;
    transition:opacity .6s
}
.lb-nav a.lb-next:hover{
    filter:alpha(Opacity=100);
    opacity:1
}
.lb-dataContainer{
    margin:0 auto;
    padding-top:5px;
    background:#fff;
    width:100%
}
.lb-dataContainer:after{
    display:table
}
.lb-data{
    padding:0 4px;
    color:#ccc
}
.lb-data .lb-details{
    width:85%;
    float:left;
    text-align:left;
    line-height:1.1em
}
.lb-data .lb-caption{
     text-transform:uppercase;
     font-size:15px;
    color:#333;
    margin-bottom:5px;
    line-height:1em
}
.lb-data .lb-number{
    display:block;
    clear:left;
    padding-bottom:1em;
    font-size:12px;
    color:#999
}
.lb-data .lb-close{
    display:block;
    float:right;
    width:20px;
    height:20px;
    margin-right:2px;
    background:url(../img/close_dark.png) top right no-repeat;
    text-align:right;
    outline:0;
    filter:alpha(Opacity=70);
    opacity:.7;
    -webkit-transition:opacity .2s;
    -moz-transition:opacity .2s;
    -o-transition:opacity .2s;
    transition:opacity .2s
}
.lb-data .lb-close:hover{
    cursor:pointer;
    filter:alpha(Opacity=100);
    opacity:1
}


/*contact css start*/


.text-cont img {
    width: 100px !important;
    margin-right: 20px;
}


.gallery-item a span img {
       max-height: 200px;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: top;
    vertical-align: top;
    height: 100%;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #717171;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
.carousel-indicators .active {
    opacity: 1;
    background-color: #f5d101 !important;
}
.carousel-control-next-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    filter: invert(10);
}
.carousel-control-prev-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e);
    filter: invert(1);
}