
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn-home {
    font-weight: 500!important;
    transition: .5s;
    font-size: 16px!important;
    background-color: #272d6f;
    color:#fff;
}

.new-btn
{
	font-weight:bold!important; 
	color:#fff; 
	font-size:18px!important;
	background-color:#1013a1;
	border-color:#1013a1;
	
}

.btn {
    font-weight: 500!important;
    transition: .5s;
    font-size: 12px!important;
}

.btn4 {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #6e7684;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: 10px;
    transition: color .15s 
	ease-in-out, background-color .15s 
	ease-in-out, border-color .15s 
	ease-in-out, box-shadow .15s 
	ease-in-out;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
}

.btn.btn-primary:hover {
        background: #128a2f;
    border: 1px solid #298f1d;
}

.btn.btn-secondary {
    color: var(--bs-white);
}

.btn.btn-secondary:hover {
    background: #27adff;
    border: 1px solid #27adff;
}

.btn.btn-light {
    color: #27adff;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: #27adff;
    border: 1px solid #27adff;
}

/*** Icon Animation Start ***/
@keyframes icon-animat {
    0%  {border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;}

    25% {border-radius: 69% 31% 19% 81% / 43% 37% 63% 57%;}

    50% {border-radius: 67% 33% 16% 84% / 57% 37% 63% 43%;}

    75% {border-radius: 77% 23% 61% 39% / 36% 61% 39% 64%;}

    100% {border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;}
}
/*** Icon Animation End ***/


/*** Navbar Start ***/
.nav-bar {
    background: var(--bs-white);
}

.sticky-top {
    transition: 1s;
    border-bottom: 5px solid #299643;
    background-color: #272d6f;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 20px;
    padding: 35px 0;
    letter-spacing: 1px;
    color: var(--bs-dark);
    font-size: 16px;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #95ffae;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top .navbar-light .navbar-brand img {
    max-height: 80px;
    margin-right: 15px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: #2a793d;
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    margin-top: 8px !important;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}



@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    margin-top: 8px !important;
    transition: .5s;
    opacity: 0;
    }
}

@media (max-width: 991px) {
    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid #27adff;
        color: #27adff;
    }

    .sticky-top .navbar-light .navbar-nav .nav-link {
        padding: 12px 0;
    }
}
/*** Navbar End ***/

/*** Carousel Header Start ***/
.carousel .carousel-item img {
    object-fit: cover;
}

.carousel .carousel-item,
.carousel .carousel-item img {
    height: 500px;
}

.carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    /*background:rgb(0 0 0 / 40%);*/
    display: flex;
    align-items: center;
}

.carousel .carousel-indicators {
    
   
    bottom: 1%;
    margin-right: 25%;
    transform: translateY(0%);
    flex-direction:row;
}

.carousel-indicators [data-bs-target] {
    display: flex;
    width: 15px!important;
    height: 15px!important;
    border: 2px solid var(--bs-white);
    border-radius: 100%!important;
    padding: 0;
    margin-top:10px;
    margin-bottom:5px;
    background-color: var(--bs-secondary);
    opacity: 1;
    transition: 0.5s;
}

.carousel-indicators [data-bs-target].active {
    background-color: #299643;
}

@media (max-width: 992px) {
    .carousel-indicators [data-bs-target] {
        display: none;
    }
}
/*** Carousel Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(31, 46, 78, 1), rgba(0, 12, 33, 0.8)), url(../img/fact-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/

/*** Features Start ***/
.feature {
    
    
    background: linear-gradient(rgb(203 215 241 / 67%), rgb(203 206 212 / 80%)), url(../img/awards_bg.jpg);
    background-attachment: fixed;
}


.feature .feature-item {
    display: flex;
    border-radius: 10px;
}

.feature .feature-item .feature-icon span {
    width: 90px; 
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: #228f3c;
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;;
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

/*** Features End ***/

/*** About Start ***/
.about .about-item .about-item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;
}

.about .about-item .about-item-inner .about-icon {
    width: 90px; 
    height: 90px; 
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: #272d6f;
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

.about .about-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    
}

.about .about-img .img-1 {
    height: 85%;
    margin-right: 50px;
}

.about .about-img .img-2 {
    position: absolute;
    width: 100%; 
    bottom: 0; 
    right: 0;
    padding-left: 50px;
    border-radius: 10px;
}

.about .about-img::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 98%;
    top: 0;
    right: 0;
    border-radius: 10px;
    background: #272d6f;
    z-index: -1;
}

.about .about-item .text-item {
    position: relative;
    padding-left: 25px;
}

.about .about-item .text-item::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-secondary);
}
/*** About End ***/


/*** Fact Counter Start ***/
.counter {
    background: linear-gradient(rgba(0, 12, 33, 85%), rgba(31, 46, 78, 85%)), url(../img/fact-bg.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.counter .counter-item .counter-item-icon {
    width: 90px; 
    height: 90px; 
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: #228f3c;
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

/*** Fact Counter End ***/

/*** Services Start ***/
.service .service-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    border-radius: 10px;
    background: var(--bs-white);
    transition: 0.5s;
}

.service .service-item:hover {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 60px;
    background: var(--bs-light);
}



.service .service-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: #272d6f;
    border-radius: 10px;
    z-index: -1;
    transition: 0.5s;
    opacity: 0;
}

.service .service-item:hover::after {
    opacity: 1;
}

.service .service-item .service-icon {
    width: 90px; 
    height: 90px; 
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: #272d6f;
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}
/*** Service End ***/

/*** Cars Categories Start ***/
.categories .categories-item {
    position: relative;
    border: 1px solid #fff;
    background-color: #26b472;
    border-radius: 10px;
    transition: 0.5s;
}

.categories .categories-item:hover {
    border: 1px solid #27adff;
}

.categories .categories-item .categories-item-inner {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.5s;
}

.categories .categories-item .categories-item-inner:hover {
    box-shadow: 0 0 30px #27adff;
}

.categories .categories-item-inner .categories-img {
    background: var(--bs-light);
}

.categories .categories-item-inner .categories-content {
    border-top: 4px solid var(--bs-white);
    text-align: center;
    background: var(--bs-light);
}

.categories .categories-item-inner .categories-review {
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories-carousel .owl-stage-outer {
    /*margin-top: 65px;*/
    margin-right: -1px;
}

.categories-carousel .owl-nav .owl-prev,
.categories-carousel .owl-nav .owl-next {
    position: absolute;
    top: -65px;
    padding: 10px 35px;
    color: var(--bs-white);
    background: #26b472;
    border-radius: 50px;
    transition: 0.5s;
}

.categories-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.categories-carousel .owl-nav .owl-next {
    right: 0;
}

.categories-carousel .owl-nav .owl-prev:hover,
.categories-carousel .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}
/*** Cars Categories End ***/


/*** Process Start ***/
.steps {
    background: linear-gradient(rgba(0, 0, 0, 70%), rgba(0, 0, 0, 70%)), url(../img/bg-1.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}


.steps .steps-item {
    position: relative;
    background: var(--bs-secondary);
    border-radius: 10px;
}

.steps .steps-item h4,
.steps .steps-item p {
    color: var(--bs-white);
}

.steps .steps-item .setps-number {
    position: absolute;
    width: 64px;
    height: 64px;
    bottom: 0; 
    right: 40px;
    font-weight: 900;
    border: 1px solid var(--bs-white); 
    border-radius: 64px;
    transform: translateY(50%);
    color: var(--bs-white);
    background: var(--bs-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}
/*** Process End ***/


/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img::after {
    height: 100%;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}  

.blog .blog-item .blog-content {
    position: relative;
    background: var(--bs-light);
}

.blog .blog-item .blog-content .blog-date {
    position: absolute;
    top: 0; 
    left: 25px; 
    transform: translateY(-50%);
    padding: 12px 25px;
    border-radius: 10px;
    color: var(--bs-white);
    background: #27adff;
}

.blog .blog-item .blog-content .blog-comment {
    display: flex;
    justify-content: space-between;
}
/*** Blog End ***/


/*** Banner Start ***/
.banner .banner-item {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: 0.5s;
    z-index: 1;
}

.banner .banner-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 0, 0, .6);
    z-index: 2;
}

.banner .banner-item .banner-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 25px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    z-index: 5;
}

@media (min-width: 992px) {
    .banner .banner-item .banner-content h2 {
        font-size: 45px;
        margin-bottom: 20px;
    }

    .banner .banner-item .banner-content h1 {
        font-size: 72px;
        margin-bottom: 20px;
    }

    .banner .banner-item .banner-content p {
        font-size: 40px;
        margin-bottom: 20px;
    }
}
/*** Banner End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    text-align: center;
    border-radius: 10px;
    margin-top: 100px;
    background: var(--bs-light);
    transition: 0.5s;
    z-index: 1;
}

.team .team-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-secondary);
    z-index: 2;
    transition: 0.5s;
}

.team .team-item:hover::after {
    height: 100%;
}

.team .team-item .team-content {
    position: relative;
    z-index: 5;
}

.team .team-item .team-content h4,
.team .team-item .team-content p {
    transition: 0.5s;
}

.team .team-item:hover .team-content h4 {
    color: var(--bs-white);
}
.team .team-item:hover .team-content p {
    color: var(--bs-white);
}

.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    top: -100px;
    margin-bottom: -100px;
    border-radius: 10px;
    z-index: 3;
}

.team .team-item .team-img img {
    transition: 0.5s;
}

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .3);
    z-index: 4;
    transition: 0.5s;
}

.team .team-item:hover .team-img::after {
    height: 100%;
}
/*** Team End ***/

/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-right: -1px;
}

.testimonial .testimonial-item {
    position: relative;
    margin-top: 35px;
    border: 1px solid var(--bs-secondary);
    border-radius: 10px;
}

.testimonial .testimonial-item .testimonial-quote {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    right: 25px;
    transform: translateY(-50%);
    border-radius: 70px;
    color: var(--bs-white);
    background: var(--bs-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-item .testimonial-inner {
    display: flex;
    align-items: center;
    background: var(--bs-light);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.testimonial .testimonial-item .testimonial-inner img {
    width: 100px; 
    height: 100px; 
    border-radius: 100px;
    border: 4px solid var(--bs-white);
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 20px 10px 0 10px;
    background:#27adff;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: var(--bs-secondary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: #27adff;
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
    transition: 0.5s;
}
/*** Testimonial End ***/

/*** Contact Start ***/
.contact .contact-add-item {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-light);
}

.contact .contact-add-item .contact-icon {
    width: 90px; 
    height: 90px; 
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary);
    background: #27adff;
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}

/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: #27adff;
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: #27adff !important;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #272d6f;
}
/*** copyright end ***/


.arrows-sitemap ul
{
  list-style: inherit!important;
}








/*Tob Bar*/


/*Common wrapper*/



.tobbar_main .container
{
    width:80%;
}



.tobbar_main
{
            background-color: #2a793d;
    border-bottom: 2px solid #03631a;
    margin: 0;
    padding: 0;
}
.common-container {
  height:36px;
}
.container.common-container {
  
  padding: 0 15px;
  width: 100%;

}
.common-left {
  float:left;
  position:relative;
}
.common-left.common-left-ind li a{line-height:22px;}
.common-left.common-left-ind li:first-child{width:115px;}


.common-right {
  float:right;
  position:relative;
}

.common-left ul li {
  float:left;
  line-height:132%;
  font-size:72%;
  font-weight:600;
  text-transform:uppercase;
  height:36px;
  padding-top:6px;
}
.common-left ul li.gov-india {
  text-align:right;
}
.common-left ul li span {
  display:block;
  font-size:120%;
}
.common-left ul li.ministry {
  padding-left:10px;
  margin-left:10px;
  border-left:1px solid #eeeeee;
}
.common-right ul li {
  float:left;
  position:relative;
  height:34px;
  line-height: 30px;
  border-left:1px solid #eeeeee;
    list-style: none;
}
.common-right ul li a {
  display:block;
  width:38px;
  height:32px;
  font-size:90%;
  background-repeat:no-repeat;
  background-position: center !important;
}

.common-right ul li a:hover
{
    background-color: #000c21;
}

.common-right ul li.hover a {
  background-color:#434343;
}
.common-right ul li.ico-skip > a {
  background-image:url(../img/ico-skip.png);
}
.common-right ul li.ico-skip.hover > a {
  background-image:url(../img/ico-skip-h.png);
}
.common-right ul li.ico-accessibility > a {
  background-image:url(../img/ico-accessibility.png);
}
.common-right ul li.ico-accessibility.hover > a {
  background-image:url(../img/ico-accessibility-h.png);
}
.common-right ul li.ico-social > a {
  background-image:url(../img/ico-social.png);
}
.common-right ul li.ico-social.hover > a {
  background-image:url(../img/ico-social-h.png);
}
.common-right ul li.ico-login > a {
  background-image:url(../img/ico-login.png);
}
.common-right ul li.ico-login.hover > a {
  background-image:url(../img/ico-login.png);
}
.common-right ul li.ico-site-search > a {
  background-image:url(../img/ico-site-search.png);
}
.common-right ul li.ico-site-search.hover > a {
  background-image:url(../img/ico-site-search-h.png);
}
.common-right ul li.ico-sitemap > a {
  background-image:url(../img/ico-sitemap.png);
}
.common-right ul li.ico-sitemap.hover > a {
  background-image:url(../img/ico-sitemap-h.png);
}





a.sw-logo {
  background:url(../img/swach-bharat.png) no-repeat scroll 0 0;
  font-size: 1px;
  height: 68px;
  overflow: hidden;
  text-indent: -500px;
  width: 156px;
}
.bg-logo{font-size: 1px; overflow: hidden;
  text-indent: -500px;}

.common-right ul li.hindi a {
  font-size:95%;
  font-weight:600;
  background:none;
  line-height:35px;
  padding:0px 7px;
  width:auto;
}

.common-right ul li.hindi a:hover
{
    background-color: #000c21!important;
}

.common-right ul li.hindi:hover a{color:#fff; background-color:#434343;}

.search-drop input[type='text'] {
  border:0px solid #eeeeee;
  height:36px;
  padding:0px 40px 0px 8px;
  width:200px;
}
.search-drop {
  position:relative;
}
.search-drop a {
  visibility:hidden;
  position:absolute;
  top:0px;
  left:0px;
}
.skip-main a {
  width:auto !important;
  line-height:normal;
  display:inline-block;
  padding-top:3px;
}
.common-right ul li a {
  opacity:1;
    padding-top: 3px;
    text-align: center;
}
.common-right ul li.hover a {
  opacity:1;
}
.common-right ul li ul {
  position:absolute;
  top:36px;
  right:0px;
  z-index:9999;
  box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
  background:#fff;
  padding:0px 0px;
  visibility:hidden;
  background:#333;
}
.common-right ul li ul.search-drop {
  visibility:visible;
  display:none;
}
.common-right ul li ul li {
  float:none;
  position:relative;
  height:auto;
  padding:0px 0px;
  border-left:0px solid #eeeeee;
}
/*.common-right ul li.hover ul{visibility:visible;}*/

.common-right li:hover>ul, .common-right li.hover>ul, .common-right a:focus+ul, .common-right .hover a:focus {
  visibility:visible;
}
.common-right ul li.ico-accessibility ul {
  height:auto;
}
.common-right ul li.ico-social ul {
  height:auto;
  padding:3px 0px;
}
.common-right ul li.ico-accessibility ul li {
  border-top:1px solid #434343;
}
.common-right ul li.ico-accessibility ul li a {
  background:none;
  color: #fff;
  display: inline-block;
  height: auto;
  line-height: 22px;
  margin-top: 0px;
  width: 38px;
  text-align:center;
  padding:3px 0px;
}
.common-right ul li.ico-accessibility ul li:first-child a {
  margin-top:0px;
}
.common-right ul li.ico-social ul li {
  width:38px;
  text-align:center;
  padding:3px 0px;
}
.common-right ul li.ico-social ul li a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: inline-block;
  height: 22px;
  margin-top: 0px;
  width: 22px;
}
.common-right ul li.ico-social ul li:first-child a {
  margin-top:0px;
}
.common-right ul li.ico-site-search input[type="text"] {
  background: #fff url("assets/images/goi-search-bg.png") no-repeat scroll 150px 12px !important;
  /*border: 2px solid #aa2323;*/
  border:2px solid #434343;
  font-weight: 600;
  height: 36px;
  line-height: 34px;
  padding: 0 40px 0 8px;
  width: 270px;
}
.common-right ul li.ico-site-search input[type="text"]:focus {
  background:#fff !important;
}
.common-right ul li.ico-site-search ul {
  padding:0px;
  height:36px;
}
.bttn-search {
  width:38px;
  height:36px;
  cursor:pointer;
  border:0px;
  background-color:#AA2323;
  line-height:27px;
  text-align:center;
  overflow:hidden;
  text-indent:-200px;
  font-size:1px;
  background-image:url(../img/ico-search.png);
  background-repeat:no-repeat;
  background-position: center;
  position:absolute;
  top:0px;
  right:0px;
  opacity:1;
}
.bttn-search:hover {
  opacity:0.8;
}
.sw-logo {
  display:inline-block;
}
a:focus {
  outline:1px dotted #333;
}
.common-left ul li.gov-india a:hover {
  color:#686868 !important;
}
.common-left ul li.gov-india a:focus {
  color:#686868 !important;
}
.common-left a, .common-left li {
  color:#000;
}
.common-left a {
  display:inline-block;
}
.common-left a:focus {
  color:#000 !important;
}

    
    .skipto a
    {   
        float: left;
        color: #fff;
        line-height: 35px;
        font-size: 14px!important;
        margin: 0px 0px 0px 0px;
        padding: 0px 15px 0px 15px;
        text-decoration: none;
    }
    
    
    .skipto a:hover
    {
        background-color: #000c21;
        font-size: 14px!important;
    }

    .skipto ul
    {
        margin: 2px 0px 0px 0px;
    }

/*Tob Bar*/







.header_main 
{
    width: 100%;
    padding: 12px 0px;
    margin: 0px 0px 0px 0px ;
}

.header_main h1
{
        font-size: 32px;
    padding: 15px 0px 0px 10px;
    font-weight: bold;
    color: #001659;
}

.header_main span
{
    font-size: 24px;
    padding: 0px 0px 0px 10px;
    
    COLOR: #4c4c4c;
}


   .emblemb img
{
    height: 100px;
}


.text-primary
{
    color: #299643 !important;
}

.newslinktext
{
    width: 100%;
    height: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;

}

.newslinktext ul
{
    width: 95%;
    height: 100%;
    margin: 0px 0px 0px 4%;
    padding: 0px 0px 0px 0px;
    border: 0px solid red;
    
}


.newslinktext ul li
{
    width: 95%;
    height: 100%;
    
    margin: 0px 0px 10px 10px;
    padding: 10px 0px 0px 0px;
    border-bottom: 1px solid #2a75bb;
    list-style-image: url(../img/linksicon.png);
    
    
    
}



.newslinktext ul li a
{
    width: 100%;
    color: #000!important;
    text-transform: capitalize;
    font-size: 16px;
     line-height: 23px;
     text-align: justify;
     font-weight: normal;
     
}

.newslinktext ul li a:hover
{
    color: red;
    
}

    .display-5 {
        font-size: 32px;
    }


    .btn-primary {
    
        background-color: #323767;
    border-color: #3945ca;
}



:root {
    --bs-secondary: #272d6f!important;
}












.about .about-item-image {
    position: relative;
    background: var(--bs-light);
    background-image: url(../img/about-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.about .about-item-image .img-1 {
    margin-bottom: 250px; 
    margin-right: 0;
    border: 4px solid;
    border-color: var(--bs-secondary) var(--bs-light) var(--bs-light) var(--bs-secondary);
    z-index: 3;
}

.about .about-item-image .img-2 {
    margin-top: 250px; 
    margin-left: 0;
    border: 4px solid;
    border-color: var(--bs-light) var(--bs-secondary) var(--bs-secondary) var(--bs-light); 
    z-index: 3;
}

.about .about-item-image::before {
    width: 70%;
    height: 60%;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid;
    border-style: dotted;
    border-color: var(--bs-white);
    background: #00165999;
    z-index: 2;
}

.about .about-item-image .about-item-image-content {
    width: 55%;
    height: 55%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--bs-secondary);
    border: 4px solid #fff;
    opacity: 0.9;
    z-index: 4;
}

.about .about-item-image .about-item-image-effect {
    position: absolute;
    top: 0;
    right: 0;
}








.tickerpanle_maine {
    margin: 0px 0px 0px 0px!important;
    padding: 0px 0px 0px 0px!important;
    background-color: #228e3c;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
}

.tickerpanle_maine_heading {
    text-align: center;
    background-color: #262a83 ;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
}


.tickerpanle_maine_view {
    text-align: center;
    background-color: #262a83 ;
    line-height: 40px;
    color: #fff;
}




.month {
  padding: 20px 25px;
  width: 100%;
  background: #272d6f;
  text-align: center;
}

.month ul {
  margin: 0;
  padding: 0;
}

.month ul li {
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.month .prev {
  float: left;
  padding-top: 2px;
}

.month .next {
  float: right;
  padding-top: 2px;
}

.weekdays {
  margin: 0;
  padding: 10px 0;
  background-color: #ddd;
}

.weekdays li {
  display: inline-block;
  width: 13.6%;
  color: #666;
  text-align: center;
}

.days {
  padding: 10px 0;
  background: #eee;
  margin: 0;
}

.days li {
  list-style-type: none;
    display: inline-block;
    width: 13.6%;
    text-align: center;
    padding: 8px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #777;
}

.days li .active {
  padding: 5px;
  background: #299643;
  color: white !important
}

/* Add media queries for smaller screens */
@media screen and (max-width:720px) {
  .weekdays li, .days li {width: 13.1%;}
}

@media screen and (max-width: 420px) {
  .weekdays li, .days li {width: 12.5%;}
  .days li .active {padding: 2px;}
}

@media screen and (max-width: 290px) {
  .weekdays li, .days li {width: 12.2%;}
}


* {box-sizing: border-box;}
ul {list-style-type: none;}

















/*Inner Website Content*/




.innercontainer_panel
{
    padding: 5px;
    margin: 0px auto!important;
    border: 0px solid red;
    clear: both;
    min-height: 450px;
        width: 83%;
}


ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}
ul.breadcrumb li {
  display: inline;
  font-size: 14px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #000;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}



.innerheading {
    line-height: 30px !important;
    font-size: 30px;
    margin-top: 0px;
    color: #252a85 !important;
}

.pull-right
{
        text-align: right;
    font-size: 14px;
    color: #000;
    line-height: 30px;
}

.inner_maincontainer a {
    font-size: 14px!important;
    color: DarkGreen;
}



.cms-content {
    padding: 20px 5px 5px 5px;
    color: #000;
    line-height: 22px;
	font-size:12pt;
}

.cms-content ol li {
    
    line-height: 22px;
    margin-bottom: 10px;
    margin-left: 4px;
}

.cms-content li

{
    /*margin-left: 7%;*/
    line-height: 22px;
    margin-bottom: 10px;
    font-size: 17px;
}


.innercontainer_panel p {
    
    font-size: 16px;
    line-height: 25px;
    color: #313131;
    text-align: justify;
    margin: 20px 0px 20px 0px;
}


.cms-content ul
{
  list-style-type: inherit;
}




.hoverTable th {
    padding: 10px;
    font-size: 16px;
}

.hoverTable td {
    padding: 10px;
    border: 1px solid #e4e4e4;
    font-weight: normal;
    font-size: 16px;
}



.imageicon_linkpanel
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.imageicon_linkpanel_matter
{
    padding: 0px;
    margin: 0px;
    }

.imageicon_linkpanel_box
{
    width: 24%;
    padding: 15px 0px 20px 0px;
    margin: 0px 0px 10px 10px;
    border: 0px solid red;
    background-color: #f3f3f3;
    border-radius: 8px;
    min-height: 170px;
}

.imageicon_linkpanel_box img
{
    padding: 10px;
    margin: 0px 0px 10px 0px;
    border: 0px solid red;
    width: 70px;
    background-color: #14245f;
    height: 70px;
    border-radius: 50px;
}


.imageicon_linkpanel_box a
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    clear: both;
    border: 0px solid red;
    width: 100%;
    line-height: 25px;
    
    font-size: 16px;
    color: #000;
}

.imageicon_linkpanel_box a:hover
{
    color: red;
}




.dataTables_scrollBody
{
    max-height: none!important;
    min-height: 500px;
    overflow: scroll!important;
}


.MsoNormal span
{
    
    font-size: 14px!important;
}





.MsoListParagraphCxSpFirst span
{
    
    font-size: 14px!important;
}


.MsoListParagraphCxSpLast span
{
    
    font-size: 14px!important;
}





#cmscontent {
    width: 100%;
    height: auto;
    
    font-size: 14px!important;
    text-align: left;
    border: 0px solid red;
    float: left;
    color: #000;
    line-height: 20px;
    margin: 0px 8px 5px 0px;
    padding: 8px 8px 0px 6px;
	background-color:#def1f4;
}

.sitemap_text
{
    color: #000;
}

#cmscontent ul li a
{
    color: #000;
    /*line-height: 25px;
	line-height: 40px;*/
}

#cmscontent ul li a:hover
{
    color: #0655a2;
	text-decoration:underline;
    /*line-height: 25px;
	line-height: 40px;*/
}


.leftline_links_inner

{
    float:left; border-bottom:1px solid green; width:100%;
    line-height: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    
}


.leftline_links_inner:hover

{
    background-color:#f1f1f1;
    
}

.leftline_links_inner img

{
    float:left;margin-left:1%;margin-top:12px; margin-right:10px; border:0px solid yellow; 
}



.leftline_links_inner_righticon

{ 
float:right; width:10%; border:0px solid red; min-height:26px; font-size:12px;
}



.leftline_links_inner a

{
    color: #000;
}

.leftline_links_inner a:hover

{
    color: red;
}










ul.sidebar-links {
    background: #ededed;
    padding: 0px 0px 0px 0px;
    margin: 0;
    margin-bottom: 30px;
    color: #fff;
}

ul.sidebar-links li {
    list-style-type: none;
    margin-bottom: 1px!important;
}

ul.sidebar-links li a {
    color: #fff!important;
    padding: 10px 15px!important;
    display: block;
    background-color: #252a85;
}

ul.sidebar-links li a:hover
{
    background-color: #5057d2!important;
}
ul.sidebar-links li {
    border-bottom: 1px solid #fff;
}



ul.sidebar-links-full {
    padding: 0px 0px 0px 0px;
    margin: 0;
    color: #fff;
    list-style-image: url(../../../images/left_bullet.jpg);
}


ul.sidebar-links-full li {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 12px;
    color: #000;
}


.booksmain {
    text-align: center;
}
.imghover {
    width: 150px;
    border: 0px solid #9325BC;
    padding: 10px;
    width: 185px;
    height: 240px;
}


.faq-details
{
    background-color: #e8e8e8;
    border: 1px solid #c1c1c1;
    padding: 12px;
    color: #000;
    margin-bottom: 10px;
    border-radius: 4px;
}


 .navbar-collapse.in {
    overflow-y: visible!important;
}

#containtdiv_urlDiv {
    width: 100%;
    font-size: 12px;
    height: 25px;
    background-color: #4da3ad;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#containtdiv_urlDiv a {
    font-size: 12px;
    
        color: #000;
    line-height: 25px;
}




.lastup
{
    float: right;
    margin:5px 0px 0px 0px; text-align:right; width:30%;
}







table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

table td, table th {
  border: 1px solid #ddd;
  padding: 8px;
}

table tr:nth-child(even){background-color: #f2f2f2;}

table tr:hover {background-color: #ddd;}

table th {
  /*padding-top: 12px;
  padding-bottom: 12px;*/
  text-align: left;
  background-color: #282c72;
  color: white;
}
.heading_bannertop
{
  display: none;
}
/*Inner Website Content*/

.text-body {
    --bs-text-opacity: 1;
    color: rgb(132 172 212) !important;
}

.modal-header
{
    background-color: #4CAF50 !important;
}


.modal-header h1
{
    color: #fff;
}


/* The Modal (background) */
.modal-txt {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 7% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.btn1
{
    display: inline-block;
    font-size:12px!important;
    font-weight: 400;
    line-height: 1.5;
    color: #6e7684;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 0rem .75rem;
    font-size: 1rem;
    border-radius: 10px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}









.photogallery_leftpanel{
    /*background-color: #00000021;*/
    padding-top: 20px;
}

.photogallery_rightpanel{
    padding-top: 20px;
}



.photogallerymain {
    margin: 50px 0px 60px 0px;
    padding: 0px;
}

.new-gallery .fancybox {
    margin: 0px auto;
    padding: 10px;
    border: 1px solid #eeeeee;
    box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2);
    
}

.new-gallery .fancybox div {
    padding: 12px 5px;
    text-align: justify;
	line-height:23px;
}

.CopyIcon {
    cursor: pointer;
    vertical-align: middle;
}



.new-gallery .fancybox img {
    min-width: 100%;
    max-height: 180px!important;
    height: 180px!important;
    width: 100%!important;
    height: auto;
    overflow: hidden;
    border: 8px solid #fff;
    box-shadow: 0 8px 5px rgba(2, 2, 2, 0.2);
    
}

.counter-item
 {
    background-color: #272d6f;
    min-height: 200px;
    padding: 10px;
    border-radius: 20px;
}

.table>thead {
    vertical-align: bottom;
    background-color: #004696;
}

.bg-secondary {
    background-color: #e9eef7 !important;
}

.section-header {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    /*background-image: url(images/section-header-seprator.png);*/
    background-position: center bottom;
    background-repeat: no-repeat;
    /* padding-bottom: 43px; */
}

.section-header h3 {
    font-family: 'Poppins', sans-serif;
    color: #ebe9e8;
    font-size: 80px;
    font-weight: bold;
    letter-spacing: -1.6px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 76px;
    word-wrap: break-word;
    position: relative;
}

.section-header h3 > span {
    color: #333;
    text-transform: capitalize;
    position: absolute;
    font-size: 28px;
    font-weight: bold;
    left: 0;
    right: 0;
    letter-spacing: 0.96px;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}

.matter_imgtext h2 {
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    background-color: #255380;
    color: #fff;
    /*min-height: 62px;*/
    padding: 8px 0px;
    margin: 0px 0px;
}

.matter_imgtext {
    padding: 10px;
    background-color: #fff;
}

a {
    color: #071397;
    text-decoration: none;
}


#popup-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    z-index: 999; /* Ensures it's on top */
    display: none; /* Hidden by default */
}

#popup-window {
    position: fixed;
    width:50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centers the popup */
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 10000; /* Ensures it's above the mask */
    display: none; /* Hidden by default */
}








.section-title {
  font-size: 28px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: 400;
  display: inline-block;
  position: relative;
}
.section-title:after,
.section-title:before {
  content: '';
  position: absolute;
  bottom: 0;
}
.section-title:after {
  height: 2px;
  background-color: rgba(252, 92, 15, 0.46);
  left: 25%;
  right: 25%;
}

.section-title:before {
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  background-color: #fc5c0f;
  left: 50%;
  transform: translatex(-50%);
  bottom: -6px;
  z-index: 9;
  border-radius: 50%;
}

/* CAROUSEL STARTS */
.customer-feedback .owl-item img {
 /* width: 85px;
  height: 85px;*/
}

.feedback-slider-item {
  position: relative;
  padding: 15px;
  margin-top: 0px;
}

.customer-name {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
}

.feedback-slider-item p {
  line-height: 1.875;
}

.customer-rating {
  background-color: #eee;
  border: 3px solid #fff;
  color: rgba(1, 1, 1, 0.702);
  font-weight: 700;
  border-radius: 50%;
  position: absolute;
  width: 47px;
  height: 47px;
  line-height: 44px;
  font-size: 15px;
  right: 0;
  top: 77px;
  text-indent: -3px;
}

.thumb-prev .customer-rating {
  top: -20px;
  left: 0;
  right: auto;
}

.thumb-next .customer-rating {
  top: -20px;
  right: 0;
}

.customer-rating i {
  color: rgb(251, 90, 13);
  position: absolute;
  top: 10px;
  right: 5px;
  font-weight: 600;
  font-size: 12px;
}

/* GREY BACKGROUND COLOR OF THE ACTIVE SLIDER */
.feedback-slider-item:after {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  top: 103px;
  
  z-index: -1;
}

.thumb-prev,
.thumb-next {
  position: absolute;
  z-index: 99;
  top: 45%;
  width: 98px;
  height: 98px;
  left: -90px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.thumb-next {
  left: auto;
  right: -90px;
}

.feedback-slider-thumb img {
  width: 100%;
  height: 100%;
  margin: 0px auto;
  border-radius: 50%;
  overflow: hidden;
}

.feedback-slider-thumb:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.customer-feedback .owl-nav [class*="owl-"] {
  position: relative;
  display: inline-block;
  bottom: 0px;
  transition: all .2s ease-in;
}

.customer-feedback .owl-nav i {
  color: #323767;
    font-size: 30px;
}

.customer-feedback .owl-prev {
  left: -15px;
}

.customer-feedback .owl-prev:hover {
  left: -20px;
}

.customer-feedback .owl-next {
  right: -15px;
}

.customer-feedback .owl-next:hover {
  right: -20px;
}

/* DOTS */
.customer-feedback .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 35px;
}
.customer-feedback .owl-dot {
  display: inline-block;
}

.customer-feedback .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  margin: 0 5px;
  background: #fff;
  border: 1px solid rgb(251, 90, 13);
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  border-radius: 50%;
}

.customer-feedback .owl-dots .owl-dot.active span {
  background-color: rgb(251, 90, 13);
}

/* RESPONSIVE */
@media screen and (max-width: 767px) {
  .feedback-slider-item:after {
    left: 30px;
    right: 30px;
  }
  .customer-feedback .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 45px;
    bottom: auto;
  }
  .customer-feedback .owl-prev {
    left: 0;
  }
  .customer-feedback .owl-next {
    right: 0;
  }
  
}








.practice-area h4
{
  margin-top: 10px;
}

.modal-backdrop {
  position: inherit!important;
}
















@media (min-width: 300px) and (max-width: 767.98px)
{
	.mean-container .mean-nav ul li a
	{
		color: #080808!important;
		font-size:16px!important;
	}
	.mean-container .mean-nav ul li
	{
		    background-color: #e6d4f1!important;
	}
	
	.login_nn
	{
		background-color: #ff4c00!important;
		border-color: #ffffff!important;
		color: white!important;
	}
	
	.mean-container a.meanmenu-reveal
	{
		padding: 1px 10px 12px 10px!important;
		    background-color: #3a184c!important;
			    width: 30px!important;
				    color: #ffffff!important;
					    line-height: 45px!important;
	}
	
	
	.mean-container a.meanmenu-reveal span
	{
		    background: #ffffff!important;
	}
	
	
	.icon-bar
	{
		display:none;
	}
	
.emblemb {
    
    float: left;
    width:12%;
}
.emblemb img {
    
    height:50px;
}


.emblemb2 {
    
    float: left;
            width: 12%;
        padding-top: 0px !important;
}
.emblemb2 img {
    
    height:50px;
}

.headerpanelmain_box {
    
    float: right;
    width:78%;
}

.header_main h1
{
	    font-size: 17px;
        line-height: 22px;
        padding: 0px 0px 0px 18px;
}

.header_main span
{
	    font-size: 14px;
        padding: 0px 0px 0px 18px;
	
}


.head_mobile
{
    float: left;
    width: 72%;
}

.dis_none
{
	display:none;
}

.header-top {
    
        PADDING: 6PX;
        height: auto !important;
    }




.header-carousel.owl-carousel, .header-carousel .header-carousel-item
{
    height: 154px !important;
}

.counter-facts
{
        top: 35px !important;
        position: relative;
        margin-bottom: 35px;
        z-index: 8;
}

.counter-facts .counter
{
        width: 295px;
    min-height: 130px;
}


.pm-img img {
    height: 100px;
}

.pm-message p
{
        font-size: 15px;
        line-height: 20px;
}

.display-2 {
    font-size: 20PX;
    line-height: 26px;
}
.team .team-item .team-img
{
    text-align: center;
}
.team .team-item .team-img img
{
        height: 150px;
    width: 150px !important;
    margin: 0px auto;
}

.card 
{
    margin-bottom: 40px;
}

.social_netbox
{
    width: 100%;
}


.social_netbox
{
    font-size: 13px;
    line-height: 25px;
}


.blog .blog-item .blog-heading a.h4
{
    font-size: 12px;
}

.footer .footer-item a {
    line-height: 20px;
    font-size: 12px;
}

.navbar .navbar-nav .nav-item
{
            padding: 8px;
}

    .header-top .container {
        max-height: 25px;
    }


h3.text-white.font-30
{
    font-size: 18px !important;
}


.common-right ul li ul
{
    min-width: auto !important;
}

.display-10 {
    font-size: 14px;
    font-weight: bold;
}



.tobbar_main .container {
    width: 100%;
}



.carousel .carousel-item, .carousel .carousel-item img
{
    height: 160px;
    object-fit: inherit;
}


#popup-window
{
    width: 86%;
        top: 35%;
}

.modal.show .modal-dialog
{
    max-width: 100% !important;
}

.modal-content
{
    padding: 10px !important;
        width: 95%;

}





}










