body {
    font-size: 16px;
    font-style: normal !important;
    font-family: Tondo, sans-serif !important;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1
{
     font-family: Tondo, sans-serif !important;
}

/*** Spinner Start ***/
#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;
}


.dropdown-item
{
    font-size: 16px;
    padding: 8px 12px;
}


  .dropdown-menu
    {
        background-color:#fffffff0!important;
    }

    .dropdown-item
    {
        color: #000;
        border-bottom: 1px solid #b3b3b3;
    }



    p {
    
    color: #000;
    }
/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 40px;
    height: 40px;
}

.btn-xl-square {
    width: 56px;
    height: 56px;
}

.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);
    border: none;
    font-size: 12px;
}

.btn.btn-primary:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}

.btn.btn-light {
    color: var(--bs-primary);
    border: none;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-primary);
}

/*** Navbar Start ***/
.header-top .topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--bs-primary);
}

.header-top .topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 12px;
    border: 0;
    transition: .5s;
    opacity: 1;
}

.header-top {
    
    position: relative;
    float: right;
        
}

.navbar img
{
    height: 25px;
}

.header-top::after {
    content: "";
    position: absolute;
    overflow: hidden;
    display: none;
    width: 16%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--bs-dark);
    z-index: 1;
}

@media (min-width: 992px) {
    .header-top::before {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 1px;
        top: 0;
        display: none;
        right: 0;
        background: var(--bs-dark);
        z-index: -1;
    }

    .navbar-brand-2 {
        display: none;
    }
}

@media (max-width: 991px) {
    .header-top {
        max-height: 80px;
    }

    .navbar {
        justify-content: space-between;
    }

    .header-top .container {
        max-height: 80px;
    }

    .navbar-brand {
        display: none;
    }

    .navbar-brand-2 {
        position: relative;
        overflow: hidden;
        width: 200px;
        height: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        z-index: 99;
    }

    .navbar-brand-2::before {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 600px;
        top: -200px;
        display: none;
        right: 18px;
        background: var(--bs-dark);
        transform: rotate(-18deg);
        z-index: -1;
    }

    .navbar-brand-2::after {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 5px;
        height: 600px;
        top: -200px;
        right: 18px;
        background: var(--bs-primary);
        transform: rotate(-18deg);
        z-index: -1;
    }

    .navbar.navbar-light {
        height: 100%;
        padding: 0;
    }

    .navbar .navbar-collapse {
        margin-top: -20px;
    }

}


.dropdown-item
{
    background-color: #fff;
}
.dropdown-menu
{
    padding: 0px;
}
.nav-bar .navbar {
    z-index: 9;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.nav-bar .navbar-light .navbar-brand img {
    max-height: 50px;
}

.navbar .navbar-nav .nav-item .nav-link {
        padding: 0;
    color: #151515;
    font-size: 17px;
    line-height: 36px;
    font-weight: 600;

}

.navbar .navbar-nav .nav-item {
    
    display: flex;
    white-space: nowrap;
    align-items: center;
    padding: 10px 20px 10px 20px;
    color: #000;
    margin-right: 2px;
    border-right: 1px solid #e3e3e3;
    text-transform: capitalize;

}


.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 22px;
}



.navbar-light .navbar-nav .nav-item:hover,
.navbar-light .navbar-nav .nav-item.active,
.navbar-light .navbar-nav .nav-item:hover .nav-link,
.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: var(--bs-primary);
}

@media (max-width: 991px) {
    .navbar {
        padding: 24px 0px 0px 0px;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0;
    }

    .navbar .navbar-nav .nav-item {
        display: flex;
        padding: 12px;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        justify-content: start;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        margin-top: 20px;
        padding-bottom: 20px;
        margin-left: 50px;
        background: var(--bs-light);
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        flex-direction: column;
    }

    .navbar .navbar-nav .nav-btn a.btn {
        margin-right: 15px;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }
}

.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 .dropdown-item:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (min-width: 992px) {
    .navbar {
        padding: 0px 0px 0px 0px;
        margin-bottom: 10px;
    }

    .navbar .nav-btn {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
     
        padding-top: 0px;
        align-items: normal;
        
        
    }

    .navbar .navbar-nav .nav-btn {
        width: 100%;
        display: flex;
        margin-left: auto;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }

  

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        margin-top: 0px;
        background: var(--bs-white);
        transition: .5s;
        opacity: 1;
    }

    .header-top .navbar-brand {
        position: relative;
        overflow: hidden;
        display: none;
        padding: 8px 80px 0px 30px;
        z-index: 99;
    }
    
    .navbar-brand::before {
        content: "";
        position: absolute;
        overflow: hidden;
        display: none;
        width: 300px;
        height: 600px;
        top: -200px;
        right: 18px;
        background: var(--bs-dark);
        transform: rotate(-18deg);
        z-index: -1;
    }
    
    .navbar-brand::after {
        content: "";
        position: absolute;
        overflow: hidden;
        width: 5px;
        height: 600px;
        top: -200px;
        right: 18px;
        background: var(--bs-primary);
        transform: rotate(-18deg);
        z-index: -1;
    }
}
/*** Navbar End ***/


/*** Carousel Hero Header Start ***/
.hero-section {
    
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 100%;
    height: 350px;
    display: flex;
    align-items: center;
    position: relative;
}


.hero-shape-1 {
    background-color: var(--bs-primary);
    width: 100px;
    height: 50%;
    position: absolute;
    left: 5%;
    top: 0;
    display: none;
    transform: translateY(-50%) skew(-26deg, 0deg);
    position: relative;
}

.hero-shape-1:before {
    background-color: var(--bs-dark);
    content: "";
    display: none;
    width: 50%;
    height: 80%;
    position: absolute;
    right: 0;
    top: 0;
}

.hero-shape-2 {
    background-color: var(--bs-dark);
    width: 100px;
    height: 50%;
    position: absolute;
    right: -76%;
    display: none;
    bottom: 0;
    transform: translateY(50%) skew(-25deg, 0deg);
    position: relative;
    z-index: 1;
}

.hero-shape-2::after {
    background-color: var(--bs-primary);
    content: "";
    width: 75px;
    height: 80%;
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
}



.banner

/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item {
    height: 500px;
    width: 100%;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    background: var(--bs-white);
    color: var(--bs-primary);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    display: none;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 200px;
    left: 0;
}
.header-carousel .owl-nav .owl-next {
    bottom: 200px;
    right: 0;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 65px 0 var(--bs-primary);
    color: var(--bs-dark);
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0px;
    left: 0;
    bottom: 0;
    background:rgb(0 0 0 / 12%);
    display: flex;
    align-items: center;
    z-index: 9;
}

@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }

    .header-carousel.owl-carousel,
    .header-carousel .header-carousel-item {
        height: 500px;
    }
}
/*** Carousel Hero Header End ***/





/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/banner-img.jpg);
    background-position: center center;
    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 ***/



/*** Banner Start ***/

.banner22 {
    position: relative;
    overflow: hidden;
    
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
}



.banner {
    position: relative;
    overflow: hidden;
    
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
}

.banner .container {
    position: relative;
    z-index: 99;
}



.banner .banner-design-1 {
    position: absolute;
    width: 30px;
    height: 500px;
    top: -165px;
    left: 0;
    background: var(--bs-dark);
    transform: rotate(45deg);
    z-index: 2;
}

.banner .banner-design-2 {
    position: absolute;
    width: 30px;
    height: 500px;
    bottom: -165px;
    right: 0;
    background: var(--bs-dark);
    transform: rotate(45deg);
    z-index: 2;
}
/*** Banner End ***/

/*** Service Start ***/
.service .nav .nav-item {
   
    border: 1px solid var(--bs-primary);
    background: var(--bs-light);
}

.service .nav .nav-item a {
    display: flex;
    justify-content: center;
}


.owl-stage-outer {
    margin-right: -1px;
}
.service .nav-item a.active {
    background: var(--bs-primary);
}

.service .nav-item a span {
    color: var(--bs-dark);
}

.service .nav-item a.active span {
    color: var(--bs-white);
}

.service-carousel .owl-nav .owl-prev,
.service-carousel .owl-nav .owl-next {
    position: absolute;
    padding: 10px 35px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-dark);
    background: var(--bs-light);
    transition: 0.5s;
}

.service-carousel .owl-nav .owl-prev:hover,
.service-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (min-width: 992px) {
    .service-carousel .owl-nav .owl-prev {
        top: 0;
        left: -115px;
    }
    
    .service-carousel .owl-nav .owl-next {
        bottom: 0;
        left: -115px;
    }
}

@media (max-width: 991px) {
    .owl-stage-outer {
        margin-bottom: 70px;
    }
    .service-carousel .owl-nav .owl-prev {
        bottom: -70px;
        left: 0;
    }

    .service-carousel .owl-nav .owl-next {
        bottom: -70px;
        right: 0;
    }

    .service .nav {
        display: flex;
        justify-content: center;
    }
}
/*** Service End ***/

/*** Projects Start ***/
.projects .nav-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .09);
}

.projects-item .projects-content {
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.projects .nav-item a.active {
    background: var(--bs-primary);
}

.projects .nav-item a span {
    color: var(--bs-dark);
}

.projects .nav-item a.active span {
    color: var(--bs-white);
}

.projects .nav-item a.active .projects-icon {
    background: var(--bs-dark) !important;
}

.projects .nav-item a.active .projects-icon span {
    color: var(--bs-primary);
}
/*** Projects End ***/


/*** Blog Start ***/
.blog .blog-item {
    height: 100%;
    background: var(--bs-light);
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    background: rgba(246, 138, 10, .3);
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img::after {
    width: 100%;
    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-heading {
    position: relative;
    background: var(--bs-white);
}

.blog .blog-item .blog-heading a.h4 {
    position: relative;
    width: 100%;
    display: inline-flex;
    transition: 0.5s;
    z-index: 2;
    font-size: 16px;
}

.blog .blog-item .blog-heading::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    right: 0;
    bottom: 0;
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item:hover .blog-heading::after {
    width: 100%;
    background: var(--bs-primary);
}

.blog .blog-item:hover .blog-heading a.h4 {
    color: var(--bs-white);
}

.blog .blog-item:hover .blog-heading a.h4:hover {
    color: #fff;
}

.blog-img img
{
    height: 230px !important;
}

/*** Blog End ***/

/*** Team Start ***/

.team-img img
{
    height: 150px !important;
}

.team .team-item .team-img {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.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 .team-icon {
    position: absolute;
    bottom: 20px; right: -100%;
    z-index: 9;
    transition: 0.5s;
}

.team .team-item:hover .team-img .team-icon {
    right: 25px;
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: rgba(246, 138, 10, .2);
    transition: 0.5s;
    z-index: 1;
}

.team .team-item:hover .team-img::after {
    height: 100%;
}

.team .team-item .team-content {
    transition: 0.5s;
}

.team .team-item:hover .team-content {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}


.team-content h4
{
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0px 3px 0px !important;
}


.team-content p
{
    font-size: 16px;
    
}

/*** Team End ***/

/*** FAQs Start ***/
.faq-section .accordion .accordion-item {
    margin-bottom: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    border: none;
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--bs-white);
    background: rgba(246, 138, 10, .9);
    font-size: 18px;
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: var(--bs-dark);
    background: var(--bs-light);
}
/*** FAQs End ***/

/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-right: -1px;
}

.testimonial .testimonial-item {
    position: relative;
    margin-top: 35px;
}

.testimonial .testimonial-item .customer-text {
    border: 1px solid var(--bs-primary);
    border-top: none;
}

.testimonial .testimonial-item .testimonial-quote {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: 25px;
    transform: translateY(-50%);
    color: var(--bs-dark);
    background: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-item .testimonial-inner {
    display: flex;
    align-items: center;
    background: var(--bs-white);
}

.testimonial .testimonial-item .testimonial-inner img {
    width: 100px; 
    height: 100px;
    border: 2px solid var(--bs-primary);
}

.testimonial-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    margin: 30px 10px 0 10px;
    background: var(--bs-white);
    transition: 0.5s;
}

@media (max-width: 991px) {
    .testimonial-carousel .owl-dots .owl-dot {
        margin: 0 10px 0 10px;
    }
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    background: var(--bs-primary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    margin-right: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: var(--bs-white);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-primary);
    transition: 0.5s;
}
/*** Testimonial End ***/

/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item a {
        line-height: 30px;
    color: #000;
    font-size: 14px;
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover {
    color: var(--bs-primary);
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background:#1a1a1a;
	font-size:12px;
}
/*** copyright end ***/





    .display-2 {
        font-size: 26PX;
        line-height: 35px;
    }






    @media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1450px;
    }
}



/*Tob Bar*/

/*Common wrapper*/

.tobbar_main .container
{
    width:85%;
}

.header-nav ol, ul, dl
{
    margin: 0px !important;
}

.tobbar_main
{
    /*background-color: #ececec;
    border-bottom: 1px solid #b8b8b8;*/
    margin: 0;
    padding: 0;
}
.common-container {
  
}
.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;
 
  padding-top:6px;
}


.common-left ul li span {
  display:block;
  font-size:120%;
}

.common-right ul li {
  float: left;
    position: relative;
    padding: 1px 10px;
    border-left: 1px solid #000;
    list-style: none;
}




.common-right ul li a img
{
    height: 15px;
}
.common-right ul li a {
  
    padding-top: 10px;
    text-align: center;
}
.common-right ul li.hover a {
  opacity:1;
}
.common-right ul li ul {
  position:absolute;
  top:25px; 
  min-width: 410px;
  text-align: center;
  right:0px;
  z-index:9999;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  background:#fff;
  padding:15px;
  visibility:hidden;
  background:#fff;
}



.common-right ul li ul li {
  
  position:relative;
  text-align: center;
    min-width: 100px;
    margin: 0px auto;
    
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 0px 1px;
    margin: 5px;
    border-radius: 5px;
    transition: 0.3s linear;
    line-height: normal;
    border: 0px;
    font-size: 0.9em;
    font-weight: 400;
    padding: 10px 0px;
}

.common-right ul li ul li a img
{
    height: 30px;
    text-align: center;

}

.common-right ul li ul li a span
{
    width: 100%;
    font-weight: normal;
    clear: both;
    float: left;
    margin-top: 6px;
    font-size: 12px;
    text-align: center;
    color: #000;
}

.common-right ul li ul h1
{
    font-size: 20px;
    margin-bottom: 0px;
}


.common-right ul li ul h2
{
    font-size: 16px;
    text-align: left;
    width: 100%;
    clear: both;
    padding-top: 20px!important;
}

/*.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: #000;
        line-height: 35px;
        font-size: 14px!important;
        margin: 0px 0px 0px 0px;
        padding: 0px 5px 0px 5px;
        text-decoration: none;
    }
    
    
    .skipto a:hover
    {
        background-color: #f28b00;
        font-size: 14px!important;
    }

/*Tob Bar*/







.header_main 
{
    width: 100%;
    padding: 10px 0px;
    margin: 0px 0px 0px 0px ;
}

.header_main h1
{
        font-family: initial !important;
    font-size: 34px;
    padding: 10px 0px 12px 0px;
    line-height: 22px;
    font-weight: 700;
    color: #ca5507;

}

.header_main span
{
    font-size: 20px;
    padding: 0px 0px 0px 0px;
    font-weight: 500;
    COLOR: #383838;
}
.emblemb2
{
    width: 100px;
}

.emblemb
{
    width: 75px;
}

.emblemb img
{
    height: 75px;
}




.tickerpanle_maine {
    margin: 0px 0px 0px 0px!important;
    padding: 0px 0px 0px 0px!important;
    background-color: ;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
}

.tickerpanle_maine
{
	font-size: 12px;
}

.tickerpanle_maine_heading {
    text-align: center;
    background-color: #363636 ;
    line-height: 40px;
    color: #fff;
	font-size:12px;
    font-weight: bold;
}


.tickerpanle_maine_view {
    text-align: center;
    background-color:#363636 ;
    line-height: 40px;
	font-size:12px;
    color: #fff;
}



.bg-dark {
    background-color:#232323 !important;
}

:root
{
        --bs-dark: #351b6f  !important;
        --bs-primary: #e2732e!important;

        

}

.header-carousel
{
   /*** box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid #fff;***/

}

.photogallery {
    position: relative;
    overflow: hidden;
    background-color: #ffe0cc;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
}


.emblemb2 img
{
    height: 75px;
}

.service-item img{
    height: 200px;
        border: 2px solid #dee2e6;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.service-item p
{
    min-height: 72px!important;
}

.service-item h4
{
        font-size: 20px;
    font-weight: bold;
}


.social_netbox
{
    box-shadow: 0 0 30px rgba(0, 0, 0, .09);
    padding: 10px 10px;
        width: 31%;
    margin-right: 25px;

}

.display-8
{
        font-size: 26px;

    border-bottom: 2px solid #351b6f;
    padding: 12px 10px;
}

.display-9
{
    font-size: 55px;
    font-weight: bold;
}


.display-10
{
    font-size: 14px;
    font-weight: bold;
}


.text-primary {
    color: #e27328 !important;
}

.btn-primary

 {
    color: #000;
    background-color: #e2732e;
    border-color: #c35918 !important;
}









/*** Counter Facts Start ***/
.counter-facts {
    position: relative;
   margin:40px 0px;
    z-index: 8;
}

.counter-facts .counter {
    position: relative;
    text-align: center;
    width: 200px;
    min-height: 118px;
    padding: 0px 15px;
    margin: 0 auto;
    border-radius: 100px;
    box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2);
    background: var(--bs-white);
}

.counter-facts .counter:before {
    content: "";
    position: absolute;
    height: 70px;
    width: 100%;
        border: 6px solid #fff;
    left: 0;
    top: 0;
    border-radius: 10px 10px 0 0;
    background-color:#00772d;
    
}
.counter-facts .counter .counter-icon {
    position: relative;
    width: 92px;
    height: 72px;
    margin: 0 auto 10px;
    border-radius: 10px 10px 0 0;
    transform: translateY(-20px);
    font-size: 50px;
    line-height: 60px;
    color: var(--bs-secondary);
    background: #00000070;
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}


.counter-facts .counter .counter-icon img
{
	height:42px;
}

.counter-facts .counter .counter-icon:before {
    content: "";
    position: absolute;
    width: 85px;
    height: 65px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px 10px 0 0;
    background:#e27328;
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
.counter-facts .counter:hover .counter-icon i {
    transform: rotate(360deg);
    transition: all 0.3s ease;
}
.counter-facts .counter h3 {
    color: #351b6f;
        font-size: 15px;
    font-weight: 600;
    letter-spacing: 0px;
    margin: -2px 0 5px 0;
}
.counter-facts .counter .counter-value {
    font-size: 15px;
    font-weight: 500;
    display: block;
    color: #000000;
}

@media screen and (max-width: 1200px) {
    .counter-facts .counter { margin-bottom: 40px; 
    }
}
/*** Counter Facts End ***/





.footer-item h4
{
	    font-size: 16px;
    font-weight: 600;
}
.pmpanel_n
{
    margin:10px 0px 0px 0px;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
}





    .pm-img img {
    
    height: 200px;
    background: rgb(255, 255, 255);
    border-radius: 100%;
    overflow: hidden;
}

.pm-message p {
       color: #e2732e;
    font-size: 22px;
    text-align: left;
    padding-bottom: 0rem !important;
    border-bottom: 1px solid;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -.12px;

    
}

.other_minister img
{
    height: 150px;
    border-radius: 10px;
    background-color: #686868;
    padding: 5px;
}





.newslinktext
{
    width: 100%;
    height: 100%;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;

}

.newslinktext ul
{
    width: 90%;
    height: 100%;
    margin: 0px 0px 0px 4%;
    padding: 0px 0px 0px 0px;
}


.newslinktext ul li
{
    width: 100%;
    height: 100%;
    
    margin: 0px 0px 10px 25px;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #3d3d3d;
    list-style-image: url(../img/linksicon.png);
    
    
    
}



.newslinktext ul li a
{
    width: 100%;
    color: #000000!important;
    text-transform: capitalize;
    font-size: 16px;
     line-height: 25px;
     font-weight: normal;
     
}

.newslinktext ul li a:hover
{
    color: red;
    
}





.custom-tooltip {
  --bs-tooltip-bg: var(--bd-violet-bg);
  --bs-tooltip-color: var(--bs-white);
}



.our_teambox
{
        text-align: center;
    border: 1px solid green;
    width: 30%;
    padding: 10px 0px 5px 0px;
    margin: 0px auto;
    cursor: pointer;
}


.our_teambox h2
{

    font-size: 18px;
    line-height: 25px;
    padding-top: 6px;

}

.our_teambox:hover
{
    background-color: #e2732e;
    border-color: #e2732e;
}
    




.socialwrap .card-body .fb-logo h2 {
  display: flex;
  align-items: center;
  padding: 15px;
  position: absolute;
  font-size: 18px !important;
  top: -20px;
  left: 0px;
  right: 0px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  width: calc(100% - 20px);
  background-color: #f5f5f5;
  border-radius: 0 0 5px 5px;
  margin: 0 auto;
  
}

.socialwrap .card-body .fb-logo h2:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0px;
  border-right: 10px solid #DFDFDF;
  border-top: 19px solid transparent;
  border-bottom: 0px solid transparent;
}

.socialwrap .card-body .fb-logo h2:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0px;
  border-left: 10px solid #DFDFDF;
  border-top: 19px solid transparent;
  border-bottom: 0px solid transparent;
}





.dropdown-hover:hover>.dropdown-menu-hover {
  display: block;
}

.dropdown-hover>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}







a {
    color: #000000;
    text-decoration: none;
}





/*** Features Start ***/
.feature .feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: var(--bs-white);
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature .feature-item .feature-icon {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#363636;
}

.feature .feature-item .feature-icon img
{
    height: 40px;
}

.feature .feature-item .feature-icon i {
    transition: 0.5s;
}

.feature .feature-item:hover .feature-icon i {
    transform: rotate(360deg);
}

.feature .feature-item a.btn {
    transition: 0.5s;
}

.feature .feature-item:hover a.btn:hover {
    color: var(--bs-primary) !important;
}


.feature-item a
{
    font-size: 12px !important;
    font-weight: 600;
}
/*** Features End ***/


.icon-bar {
  position: fixed;
  top: 57%;
  transform: translateY(-50%);
  z-index: 999999;
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 6px 12px;
    transition: all 0.3s ease;
    color: white;
    font-size: 18px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
   background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}

.toppihead
{
     box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
     margin-bottom: 8px;
}







.two {
  background: darken($main, 1%);
}

.three {
  background: darken($main, 10%);
}



.light {
  color: lighten($main, 10%);
}

.underline {
  text-decoration: underline;
}










.holder { 
  background-color:#ccc;
  width:300px;
  height:250px;
  overflow:hidden;
  padding:10px;
  font-family:Helvetica;
}

.holder .mask {
  position: relative;
  left: 0px;
  top: 10px;
  width:300px;
  height:240px;
  overflow: hidden;
}

.holder ul {
  list-style:none;
  margin:0;
  padding:0;
  position: relative;
}

.holder ul li {
  padding:10px 0px;
}

.holder ul li a {
  color:darkred;
  text-decoration:none;
}





.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    margin: 23px 0px 0px 0px !important;
}


.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 8px 30px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #ffffff;
    background-color: #e2732e;
    border-color: #dee2e6 #dee2e6 #fff;
}

.tab-content
{
    background-color: #f7eae2;
    padding: 19px 15px;
}

.blog-heading a
{
    font-size: 14px;
    padding: 10px 0px;
}



.about span
{
    color: #000;
}




#search-icon-1
{
    padding: 0px 10px !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:15%;
}

.modal-fullscreen {
    width: 90% !important;
}

.newslinktext
{
    margin-top: 42px;
}

.card-body
{
    margin-top: 30px;
}

.emblemb img {
    
    height:50px;
}


.emblemb2 {
    
    float: left;
    width:15%;
}


.emblemb2 img {
    
    height:50px;
}

.headerpanelmain_box {
    
    float: right;
    width:78%;
}

.header_main h1
{
	    font-size: 14px;
		    line-height: 17px;
			    padding: 0px 0px 0px 0px;
}

.header_main span
{
	    font-size: 9px;
		padding: 0px 0px 0px 0px;
	
}


.head_mobile
{
    float: left;
    width: 70%;
}

.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;
}

.hed_mo
{
    float: left;
    width: 68%;
}


.service-item img {
    height: 150px;
}

.toppihead
{
        min-height: 100px;
}

.close
{
    transform: none;
}


}





@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: auto;
    }
}

 
.img-wrapper img
{
    height: 250px !important;
}


