/*** 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 {
    font-weight: 600;
    transition: .5s;
}

.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-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50% !important;
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color:#388ec8 !important;
}

.btn.btn-secondary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-secondary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-primary);
    color: var(--bs-light) !important;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    color: var(--bs-secondary) !important;
}

/*** Sub Title Start ***/
.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}
.icontop_rightside i{
font-size:20px;
}
.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 576px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Yantramanav', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: var(--bs-dark) !important;
    font-size: 19px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
    font-size: 18px !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #da251c !important;
    font-weight: bold;

}

.navbar-light .navbar-brand img {
    max-height: 58px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    /*max-height: 45px;*/
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}
.cntanct_btn{
   
    
}
.dropdown .dropdown-menu a:hover {
    background: #187ec3;
    color: var(--bs-white);
}

.button-5 {
    width: 150px;
    border-radius: 25px;
    background-color: #b72a22!important;
    background-image: -moz-linear-gradient(top, #fff 0%, #F4F200 100%); 
    background-image: -webkit-linear-gradient(top, #fff 20%,#F4F200 100%); 
    background-image: linear-gradient(to bottom, #b3376a 0%,#fd120a 100%); 
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    font-size: 24px;
    border: none;
  }
  .button-5:hover {
    background-position: -200%;
    transition: background 300ms ease-in-out;
  }

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }
  

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 99px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 111111;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light) !important;
    }
    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

/*** Carousel Hero Header Start ***/
.header-carousel {
    position: relative; 
}

.header-carousel .owl-nav .owl-prev {
    position: absolute;
    padding: 3px 9px;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    border-radius: 49%;
    background:#848383!important;
    color:#664141!important;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-next {
    position: absolute;
    padding: 3px 9px;
    top: 49%;
    right: 15px;
    transform: translateY(-50%);
    border-radius: 50%;
    background:#848383!important;
    color:#664141;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    
    color: white!important;
    background: red !important;
}

@media (max-width: 576px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        top: 234;
        transition: 0.5s;
    }

    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
        width: 95% !important;
    }
 
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
    position: relative;
    width: 100%;
    height: 700px;
    margin-top: 70px;
    display: block;
    object-fit: cover;
    transition: 0.5s;

}

@media (max-width: 992px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        margin-top: 0;
        transition: 0.5s;
    }

}

@media (min-width: 992px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        margin-top: 50px;
    }
}

.header-carousel .header-carousel-item .carousel-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
}

.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
    position: relative;
    width: 75%;
    
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
	position: relative;
	padding: 145px 0 50px 0;
    background: linear-gradient(rgba(242, 139, 0, 0.2), rgba(242, 139, 0, 0.3)), url(../img/breadcrumb.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
}

@media (max-width: 992px) {
    .bg-breadcrumb {
        padding-top: 50px;
    }

}

.ad_logo{
    border:1px solid #e1e0e0;
    height: 180px;
    background-color: white !important;
    border-radius: 10px;
   
}
.automat{
    height:180px;
}
.our_clients{
    background-color: red;
    color: white;
    text-align:center;
    margin-bottom: 8px;
}
.our_clients h1{
    color: white!important;
    font-family: sans-serif;
    font-weight: 600;
}
/* Give the document some structure. */


/* Create a responsive, centered, three-column grid. */
.sec_advisor{
    background: #f3f7fc;
}
.advisor_homepage{
    padding-top: 8px;
}
.advisor_homepage a{
padding: 0 8px;
}
.marque_text{
    padding-bottom: 8px;
}

.rowww{
    margin-top: 40px!important;
}



.homepage_about{

}
.homepage_about h5{
    font-family: "poppins", sans-serif;
    font-weight: 600;
}
.homepage_about h5 i{
    color:red!important;
    padding:0px 12px;
}
.about_i i{
    color: white!important;
    background-color:red;
    padding: 19px 22px;
    font-size: 25px;
    border-radius: 50%;
}
.about_i i:hover{
    background-color: white;
    color: red!important;
    border:1px solid red;
}
.homepage_about_row{
    
}
@media(max-width: 770px) {
    .homepage_about_row {
        
  
    }
  }
.homepage_about_row h5{
    color: #202020;
    font-family: 'Roboto';
    font-weight: 600;
}
.homepage_about_row h4{
    color: red!important;
    font-family: 'Roboto';
    font-weight: 700;
    
}
.list_card_zone{
    background-color: red!important;
}
.list_card_zone h4{
    color:white!important;
}
.list_card{
    padding-top: 1.5rem !important;
    padding-bottom: 0.8rem !important;
  
    border-bottom: 1px solid #dee2e6 !important;
    padding: 0 40px;
}
.list_card h4{
    
    margin-bottom: .25rem !important;
    font-family: "poppins", sans-serif;
    line-height: 1.2;
    font-weight: 600;
}
.home_card_state{
    padding: 14px 40px;
}
.home_card_state h1{
    
    font-size: 22px;
    font-weight: 800 !important;
    font-family: "poppins", sans-serif;
}
.home_card_state h4{
    color: #eb303b !important;
    margin-bottom: .25rem !important;
    font-family: "poppins", sans-serif;
    font-weight: 700 !important;
    font-size: 1.5rem;

}
.home_card_state a{
    font-family: 'poppins', sans-serif;
    font-weight: 600;
    transition: .5s;
    padding-top: .7rem !important;
    padding-bottom: .8rem !important;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    margin-top: 1.5rem !important;
    background-color: #eb303b;
    border-color: #eb303b;
    color: white;
}
.home_page_card_a{
    margin:30px 0px;
}
.home_card_state a:hover{
    background-color: #3da5d0;
    color: red;
}
.home_card_state_list{
    margin-bottom: .5rem !important;
}
.home_card_state_list i{
    color: #eb303b !important;
    padding: 0px 2px;
}
/* Counter Facts Start */

.counter-facts {
    background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, 0.7)), url('img/caunter.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}


.counter-facts .counter {
    position: relative;
    text-align: center;
    width: 200px;
    min-height: 215px;
    padding: 10px 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: 105px;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 10px 10px 0 0;
    background-color: #da251c!important;
    
}
.counter-facts .counter .counter-icon {
    position: relative;
    width: 120px;
    height: 100px;
    border-radius: 10px 10px 0 0;
    font-size: 50px;
    line-height: 90px;
    color: var(--bs-primary) !important;
    display: flex;
    
}

.counter-facts .counter h3 {
    color: var(--bs-white);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    display: flex;
}
.counter-facts .counter .counter-value {
    font-size: 30px;
    font-weight: 700;
    display: block;
    color: var(--bs-secondary);
}

@media screen and (max-width: 1200px) {
    .counter-facts .counter { margin-bottom: 40px; 
    }
}
/* Counter Facts End */

/* Team Start */
.team-carousel .owl-stage-outer {
    margin-top: 30px;
}
.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    position: absolute;
    top: 1px;
    padding: 10px 35px;
    border: 1px solid #348cc7;
    color: var(--bs-white);
    background: #348cc7 !important;
    border-radius: 50px;
    transition: 0.5s;
}

.team-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.team-carousel .owl-nav .owl-next {
    right: 0;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: #348cc7 !important;
}

.team .team-carousel .team-item .team-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 313px;
}

.team .team-carousel .team-item .team-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    z-index: 2;
}

.team .team-carousel .team-item .team-img .team-icon {
    position: absolute;
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 25px;
    display: flex;
    opacity: 0;
    transition: 0.5s;
    z-index: 3;
}

.team .team-carousel .team-item:hover .team-img .team-icon {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
}

.team .team-carousel .team-item .team-content {
    position: relative;
    background: #348cc7;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 1;
    transition: 0.5s;
}

.team .team-carousel .team-item .team-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: var(--bs-primary) !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.team .team-carousel .team-item:hover .team-content a,
.team .team-carousel .team-item:hover .team-content p {
    color: var(--bs-white) !important;
}

.team .team-carousel .team-item:hover .team-content::after {
    height: 100% !important;
}

.team .team-carousel .team-item .team-img img {
    transition: 0.5s;
}

.team .team-carousel .team-item:hover .team-img img {
    transform: scale(1.1);
}
/* Team End */


/*** Counter Facts Start ***/

.counter-facts {
    background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, 0.7)), url('../img/word.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}


.counter-facts .counter {
    position: relative;
    text-align: center;
    width: 200px;
    min-height: 215px;
    padding: 10px 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: 105px;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 10px 10px 0 0;
    background-color: #348cc7;
    
}
.counter-facts .counter .counter-icon {
    position: relative;
    width: 120px;
    height: 100px;
    border-radius: 10px 10px 0 0;
    font-size: 50px;
    line-height: 90px;
    color: var(--bs-primary) !important;
    display: flex;
    
}

.counter-facts .counter h3 {
    color: var(--bs-white);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    display: flex;
}
.counter-facts .counter .counter-value {
    font-size: 30px;
    font-weight: 700;
    display: block;
    color: var(--bs-secondary);
}

@media screen and (max-width: 1200px) {
    .counter-facts .counter { margin-bottom: 40px; 
    }
}
/*** Counter Facts End ***/


/*** Training Start ***/
.training-carousel .owl-stage-outer {
    margin-top: 30px;
}

.training-carousel .owl-nav .owl-prev,
.training-carousel .owl-nav .owl-next {
    
    position: absolute;
    top: 0;
    padding: 10px 35px;
    border: 1px solid #F7150F;
    color:white;
    background: #F7150F;
    border-radius: 50px;
    transition: 0.5s;
}

.training-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.training-carousel .owl-nav .owl-next {
    right: 0;
}

.training-carousel .owl-nav .owl-prev:hover,
.training-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: #F7150F !important;
}

.training .training-item .training-img {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.training .training-item .training-img img {
    transition: 0.5s;
}

.training .training-item:hover .training-img img {
    transform: scale(1.2);
}

/*** Training End ***/



/*** Dance Class Start ***/
.class-carousel .owl-stage-outer {
    margin-top: 30px;
}

.class-carousel .owl-nav .owl-prev,
.class-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0;
    padding: 10px 35px;
    border: 1px solid var(--bs-secondary);
    color: var(--bs-white);
    background: var(--bs-secondary);
    border-radius: 50px;
    transition: 0.5s;
}

.class-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.class-carousel .owl-nav .owl-next {
    right: 0;
}

.class-carousel .owl-nav .owl-prev:hover,
.class-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.class .class-item .class-img {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.class .class-item .class-img img {
    transition: 0.5s;
}

.class .class-item:hover .class-img img {
    transform: scale(1.3);
}
/*** Dance Class End ***/


/*** Blog Start ***/
.blog-carousel .owl-stage-outer {
    margin-top: 30px;
}

.blog-carousel .owl-nav .owl-prev,
.blog-carousel .owl-nav .owl-next {
    position: absolute;
    top: 1px;
    padding: 10px 35px;
    border: 1px solid var(--bs-secondary);
    color: var(--bs-white);
    background: var(--bs-secondary);
    border-radius: 50px;
    transition: 0.5s;
}

.blog-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.blog-carousel .owl-nav .owl-next {
    right: 0;
}

.blog-carousel .owl-nav .owl-prev:hover,
.blog-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.3);
}
/*** Blog End ***/

/*** Team Start ***/
.team-carousel .owl-stage-outer {
    margin-top: 30px;
}
.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    position: absolute;
    top: 1px;
    padding: 10px 35px;
    border: 1px solid #348cc7;
    color: var(--bs-white);
    background: #348cc7 !important;
    border-radius: 50px;
    transition: 0.5s;
}

.team-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.team-carousel .owl-nav .owl-next {
    right: 0;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: #348cc7 !important;
}

.team .team-carousel .team-item .team-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 313px;
}

.team .team-carousel .team-item .team-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    z-index: 2;
}

.team .team-carousel .team-item .team-img .team-icon {
    position: absolute;
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 25px;
    display: flex;
    opacity: 0;
    transition: 0.5s;
    z-index: 3;
}

.team .team-carousel .team-item:hover .team-img .team-icon {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
}

.team .team-carousel .team-item .team-content {
    position: relative;
    background: #348cc7;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 1;
    transition: 0.5s;
}

.team .team-carousel .team-item .team-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: var(--bs-primary) !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.team .team-carousel .team-item:hover .team-content a,
.team .team-carousel .team-item:hover .team-content p {
    color: var(--bs-white) !important;
}

.team .team-carousel .team-item:hover .team-content::after {
    height: 100% !important;
}

.team .team-carousel .team-item .team-img img {
    transition: 0.5s;
}

.team .team-carousel .team-item:hover .team-img img {
    transform: scale(1.1);
}
/*** Team End ***/


/*** Vidie Gallery Start ***/
/*** Youtube Video start ***/
.gallery .tab-class {
    text-align: start !important;
}

.gallery .nav-item {
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.gallery .nav-item a span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery .nav-item a.active {
    background: var(--bs-primary) !important;
}

.gallery .nav-item a.active span {
    color: var(--bs-white) !important;
}


.video {
    position: relative;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: content-box;
    display: block;
    width: 23px;
    height: 44px;
    border-radius: 50%;
    transition: 0.5s;
    

}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 70px;
    height: 70px;
    background: var(--bs-white);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    transition: 0.5s;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 50px;
    height: 50px;
    background:#348cc7;
    border-radius: 50%;
    transition: all 300ms;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 23px solid var(--bs-primary);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 5px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}
/*** Youtube Video End ***/

/*** Vidieo Gallery End ***/

/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
    margin-top: 30px;
}
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: 1px;
    padding: 10px 35px;
    border: 1px solid #348cc7;
    color: var(--bs-white);
    background: #348cc7;
    border-radius: 50px;
    transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.testimonial-carousel .owl-nav .owl-next {
    right: 0;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: #348cc7 !important;
}
/*** Testimonial End ***/


/*** Contact Start ***/
.contact button.btn.btn-primary.w-100:hover {
    box-shadow: inset 700px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}
/*** Contact End ***/
.about_btn{
    background-color: #F7150F;
    font-size: 17px;
    font-family: system-ui;
}
.about_btn:hover{
    background-color: white;
    color:#F7150F !important;
    border: 1px solid #F7150F;
}


/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
    font-family: sans-serif;
}

.footer .footer-item .footer-link {
    line-height: 30px;
    color: var(--bs-white);
    transition: 0.5s;
    font-size: 15px;
}

.footer .footer-item .footer-link:hover {
    letter-spacing: 0.3px;
    color: var(--bs-primary) !important;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}
/*** copyright end ***/

.aboutimage{
	background-image:linear-gradient( rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%),url("../img/about_kk.jpg");
	/*background-image: url(../img/about_kk.jpg);*/
    width: 100%;
    height: 380px;
    background-repeat: no-repeat;
    margin-top: 70px;
    background-size: cover;
    background-position: center;
}
.topbar_bg{
	background: #1e5178;
}
.topbar_bg a{
	color:#fff !important;
}
.topbar_bg a i{
	color:#fff !important;
}
.icon_color{
	color:#fff;
}
.iconcolor_bg{
	background: #fff;
    padding: 12px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
	color:#000;
}
.iconcolor_bg:hover{
    background-color: red;
    color: white;
    transition: 0.5s;
    margin-top: 5px;
}
.array_key{
    color:white;
}
.iconcolor{
	background: #348cc7;
    padding: 12px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
	color:#fff;
}
.imagee_i{
	color:#fff;
	font-size: 12px;
    display: flex;
    align-items: center;
}
.positions{
	position: relative;
    top: 130px;
	bottom:130px;
	text-align:center;
}
.section_padding{
	padding:60px 0px;
}
.btnsuccess{
	color: #fff;
    background-color: #368dc7;
    border-color: #368dc7;
}
.mb--100 {
    margin-bottom: 21px;
    border-left: 4px solid #348cc7;
}
.contact-info {
    background-color: #000;
    border-radius: 14px;
    padding: 14px 25px;
    box-shadow: 0 9px 18px 0 rgba(0, 0, 0, 0.25);
}
.contact-info .title {
    color:#fff;
    margin-bottom: 11px;
    font-size: 24px;
    font-family: sans-serif;
    font-weight: 600;
}
.contact__c{
    font-size: 16px!important;
    font-family: sans-serif;
}
.contact_div{
    font-size:18px;
}
.gettouch_contact{
    font-size: 39px!important;
    font-family: sans-serif!important;
}
.formtextarea{
	height:50px !important;
}
.imgfluid{
	border-radius:10px;
}
.Stockon{
	padding-bottom:60px;
}
.Stock{
	background: #2a87c6 !important;
    border: none !important;
}
.Stock a{
	color:#fff;
}
.aboutword {
    font-family: system-ui;
    line-height: 35px;
    color: #348cc7 !important;
    font-size: 15px;
	text-transform: none;
}
.attorny-single-section h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 1.4em 0 1em;
}
.table-border{
	border-color:#000 !important;
}
.table-border ul{
	list-style: none;
    margin: 0;
    padding: 0;
}
.table-border ul li i{
	    font-weight: 100;
    font-size: 14px;
}
.infotable{
	font-size:19px !important;
}
.tableborder {
    border-color: #fff !important;
    color: #fff !important;
	font-size:14px;
}
.td30p{
	padding: 5px 10px !important;
}



/*--====OUR SERVICES css====----*/

.customCol-3 { 
width: 25%;
margin-top: 15px;}
.service-box{ position: relative; overflow: hidden; margin-bottom:10px; perspective:1000px; -webkit-perspective:1000px; z-index:2;}
.service-icon{ width: 100%; height: 220px; padding: 20px; text-align: center; transition: all .5s ease;}
.service-content{ position: absolute; top: 0; left: 0; z-index: 1; opacity: 0; width: 100%; height: 220px;border-radius:10px; padding: 14px 10px 10px; text-align: justify; transition: all .5s ease; background-color: #474747; backface-visibility:hidden; transform-style: preserve-3d; -webkit-transform: translateY(110px) rotateX(-90deg); -moz-transform: translateY(110px) rotateX(-90deg); -ms-transform: translateY(110px) rotateX(-90deg); -o-transform: translateY(110px) rotateX(-90deg); transform: translateY(110px) rotateX(-90deg);}
.service-box .service-icon .front-content{ position: relative; top:93px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);}
.service-box .service-icon .front-content img { 
    width: 200px;
    background-color: #ffff;
    border-radius: 10px;
    padding: 10px;
	height:150px;
}
.service-box .service-icon .front-content h3 { font-size: 15px; color: #fff; text-align: center; margin: 15px 0; text-transform: uppercase;}
.service-box .service-content h3 { font-size: 15px; font-weight: 700; color: #fff; margin-bottom:10px; text-transform: uppercase;}
.service-box .service-content p { font-size: 13px; color: #fff; margin:0;}
.blue{
    background-color: #348cc7;
	border-radius:10px;
} 
.grey{background-color: #474747;}
.service-box:hover .service-icon{ opacity: 0; -webkit-transform: translateY(-110px) rotateX(90deg); -moz-transform: translateY(-110px) rotateX(90deg); -ms-transform: translateY(-110px) rotateX(90deg); -o-transform: translateY(-110px) rotateX(90deg); transform: translateY(-110px) rotateX(90deg);}
.service-box:hover .service-content { opacity: 1; -webkit-transform: rotateX(0); -moz-transform: rotateX(0); -ms-transform: rotateX(0); -o-transform: rotateX(0); transform: rotateX(0);}
.customBtn {
    display: block;
    margin:10px auto;
    text-align: center;
    background: transparent;
    border: 1px solid #fff;
    color: #ffff;
}
ul.list-style-none {
    list-style: none;
    padding: 0 15px;
}

    ul.list-style-none li {
        padding: 5px 0;
    }
.Products {
    font-family: system-ui;
    line-height: 35px;
    color: #348cc7 !important;
    text-transform: none;
}
.bgwhite{
	height:70px !important;
}
.current{
	text-align: justify;
}
.kd_work_area{
	padding-top:55px;
	padding-bottom:35px;
}

.logoo{
    width: 30%;
}


@media (max-width: 991px) {
	.header-carousel .header-carousel-item .carousel-caption{
		
	}
	.aboutimage{
		margin-top:0px !important;
	}
	.customCol-3 {
    width: 100% !important;
    margin-top: 15px;
	}
	.positions{
	position: relative;
    top: 175px;
	bottom:175px;
	text-align:center;
}
}

/* Testimonial Start */
.testimonial-carousel .owl-stage-outer {
    margin-top: 30px;
}
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: 1px;
    padding: 10px 35px;
    border: 1px solid #da251c;
    color: var(--bs-white);
    background: #da251c;
    border-radius: 50px;
    transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev {
    left: 0 !important;
}

.testimonial-carousel .owl-nav .owl-next {
    right: 0;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: #da251c !important;
}
/* Testimonial End */

    /* Advertisement  start*/
.the_business_advertis{
    background-color: red;
}
.the_business_advertis h1{
    font-family: sans-serif;
    padding: 7px 0;
    color: white;
    font-weight: 600;
}
.advertis_sec{

        
}
.collll{
    margin: 30px 0px;
}
.vectus{
    text-align: center;
    transition: box-shadow .3s;
border-radius:10px;
  border: 1px solid #ccc;
}
.vectus:hover{
    box-shadow: 0 0 11px rgb(252 0 0 / 20%);   
}
.vectus_word{
padding: 15px 0px;
padding-bottom: 34px;

}
.vectus h1{
    font-size: 32px;
    font-family: monospace;
    font-weight: 600;
    padding-top: 13px;
}
.vectus p{
    color: #848383;
    font-size: 18px;
    padding-bottom: 5px;
}
.advertis_cleck{
    
    padding: 11px 31px;
    font-size: 22px;
    border-radius: 5px;
    background-color: red;
    color: white;
}
.advertis_cleck:hover{
    background-color: #2bb1e0;
    color: black;
   
}

/* emagazine_start */
.emagazine_start{
    text-align: center;
    padding: 25px 0;
}
.emagazine_start h4{
    color: red;
    font-size: 23px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}
.emagazine_start h1{
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    
}
.emagazine_a{
    padding-bottom: 25px;
    padding-top: 12px;
    font-size: 21px;
}
.emagazine_a a{
    background-color: red;
    color: white;
    padding: 10px 36px;
    font-family: sans-serif;
    font-weight: 600;
    border-radius: 3px;
}
.emagazine_a a:hover{
    background-color: #2bb1e0;
    color:black;
}
.emagazine{
    text-align: center;
    padding: 13px 0;
    font-family: sans-serif;
    background-color: #e1e1e1;
}
.emagazine h3{
    font-family: sans-serif;
    font-weight: 600;
}
.emagazine_all{
    transition:1s;
    margin: 23px 0;
}
.emagazine_all:hover{
    box-shadow: 0px 2px 9px 8px #bd9f9f;
}

.all_zone{
    background-color: white;
    height: 544px;
}
.btn_whatapp{
    background-color: green;
    border: 1px solid white;
}
.btn_whatapp:hover{
    background-color: yellowgreen;
}
.about_sec_01{
    padding-top: 42px;
}
@media screen and (max-width: 990px) {
    .about_sec_01{
        padding-top: 0px;
    }
}
.sub_button{
    background-color: #006c8b;
    color: white!important;
}
.sub_button:hover{
    background-color: #00b3d2;
}
.about_img_border{
    border-radius:5px;
}
.ourcolor{
	color: #da251c;
    font-size: 35px;
    margin-bottom: 35px;
}
.imgfluids {
    
}
.imgfluidsss {
    border-radius: 0px 0px 5px 5px;
}
.titlebox{
	background: #da251c;
    padding: 20px;
    text-align: center;
    border-radius: 0px 0px 4px 4px;
}
.titleboxs{
	background: #da251c;
    padding: 20px;
    text-align: center;
    border-radius: 4px 4px 0px 0px;
}
.titleboxs h6 {
    color: #fff;
    font-size: 22px;
    margin: 0px;
}
.titlebox h6 {
    color: #fff;
    font-size: 22px;
    margin: 0px;
}