/*** Spinner Start ***/
body {
    margin: 0;
    color: #606060;
	font-family: "Poppins", serif;
	font-size: .9rem;
}

#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%;
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 #00b4a5;
}

.btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: #00b4a5 !important;
}

.btn.btn-secondary {
    box-shadow: inset 0 0 0 0 #00b4a5;
}

.btn.btn-secondary:hover {
    box-shadow: inset 300px 0 0 0 #00b4a5;
    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: #00b4a5;
}

.sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -110px;
    border: 1px solid var(--bs-secondary) !important;
}

/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: #00b4a5 !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}

.sub-menu {
    position: absolute;
    overflow: hidden;
}

@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;
    font-size: 18px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}
.navbar-light .navbar-nav .nav-link a {
	color: var(--bs-dark) !important;
}

.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, .navbar .nav-menu .current-menu-item>a, .navbar .nav-menu .nav-link>a:hover {
    color: #00b4a5 !important;
}

.navbar-light .navbar-brand img {
    max-height: 84px;
    transition: .5s;
    display: flex;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

.navbar .dropdown-toggle::after, .navbar .dropdown>a::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, .sub-menu {
    display: block;
    visibility: hidden;
    top: 70px;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    transition: .5s;
    opacity: 0;
}
}

.dropdown .dropdown-menu a:hover, .dropdown .sub-menu a:hover {
    background: #00b4a5;
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu, .navbar .nav-item:hover .sub-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}
.dropdown-item {
    padding: 0;
}
.dropdown-item a {
    padding: .25rem 1rem;
    display: block;
}
.navbar-light .navbar-nav .nav-link .dropdown-item a:hover {
    color: #fff!important;
}

@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 #00b4a5;
        color: #00b4a5;
    }

    .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: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }
    
    .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;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    border-radius: 60px;
    background: #00b4a5;
    color: var(--bs-white);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-radius: 60px;
    background: #00b4a5;
    color: var(--bs-white);
    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 {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: #00b4a5 !important;
}

@media (max-width: 576px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        top: 630px;
        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;
    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(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)), url(../img/breadcrumb.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media (max-width: 992px) {
    .bg-breadcrumb {
        padding-top: 50px;
    }

}
/*** Single Page Hero Header End ***/


/*** Counter Facts Start ***/

.counter-facts {
    background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, 0.7)), url(../img/counter-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}


.counter-facts .counter {
    position: relative;
    text-align: center;
    width: 100%;
    min-height: 215px;
    padding: 10px 15px 20px;
    margin: 0 auto;
    border-radius: 50px;
    box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2);
    background: var(--bs-white);
}
.counter-content {
    flex-direction: column;
}
.counter-facts .counter:before {
    content: "";
    position: absolute;
    height: 105px;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 10px 10px 0 0;
    background-color: #00b4a5;
    
}
span.serviceicon i {
    font-size: 120px;
    background: #f28b00;
    color: #fff;
    border-radius: 50%;
    padding: 30px;
}
.counter-content {
    flex-direction: column;
    align-items: flex-end;
}
.text-right {
    text-align: right;
}
.align-end {
	align-items: end;
}
.align-start {
	align-items: start;
}
.text-left {
    text-align: left;
}
.counter-facts .counter .counter-icon {
    position: relative;
    width: 120px;
    height: 100px;
    border-radius: 10px 10px 0 0;
    font-size: 50px;
    line-height: 90px;
    color: #00b4a5 !important;
    display: flex;
    
}
.mTop20 {
    margin-top: 20px;
}
.mTop30 {
    margin-top: 30px;
}
.counter-facts .counter h3 {
    color: var(--bs-white);
    font-size: 21px;
    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 var(--bs-secondary);
    color: var(--bs-white);
    background: var(--bs-secondary);
    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: #00b4a5 !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: #00b4a5 !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: #00b4a5 !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 var(--bs-secondary);
    color: var(--bs-white);
    background: var(--bs-secondary);
    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: #00b4a5 !important;
}

.team .team-carousel .team-item .team-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.team .team-carousel .team-item .team-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    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: var(--bs-secondary);
    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: #00b4a5 !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: #00b4a5 !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: var(--bs-secondary);
    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 #00b4a5;
    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 var(--bs-secondary);
    color: var(--bs-white);
    background: var(--bs-secondary);
    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: #00b4a5 !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: #00b4a5 !important;
}
/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item .footer-link {
    line-height: 30px;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item .footer-link:hover {
    letter-spacing: 1px;
    color: #00b4a5 !important;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}
/*** copyright end ***/

/**02-01-24**/

.navbar button.sub-menu-toggle {
    display: none;
}
a:hover {
    color: #f28b00;
}
ol, ul {
    padding-left: 0;
}
#searchModal .modal-content {
    background: rgba(250, 250, 250, .6);
	background-color : rgba(250, 250, 250, .6);
}
form.search-form {
    position: relative;
    width: 100%;
    display: inline-block;
}
.modal .form-control {
    width: 95%;
    border-radius: 10px 0 0 10px;
	border: none!important;
}
.modal .input-group-text {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: none;
    border-radius: 0 5px 5px 0;
    width: 5%;
    background: url("../images/search-icon.png") no-repeat center center #f6f6f6;
    padding: 0;
}
.modal .input-group-text:hover {
	 background-color: #e7e7e6;
}
.form-control:focus {
    color: #848383;
    background-color: #fff;
    border-color: #fba3b6;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(40,136,155,.25);
}
.btn-check:checked+.btn-primary, .btn-check:active+.btn-primary, .btn-primary:active, .btn-primary.active, .show>.btn-primary.dropdown-toggle, .btn-check:focus+.btn-primary, .btn-primary:focus, .btn-primary:hover {
    background-color: #28889b;
    border-color: #28889b;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.searchbtn {
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-left: 8px;
    padding: 0!important;
}
.display-1 {
	line-height: 1;
}
.fs-1 i {
    font-size: 30px;
}
.testimonialimg {
    padding: 16px;
    background: #e6e6e6;
}
/*****
      Timeline
              **********/
.timelinebox ul {
  --col-gap: 2rem;
  --row-gap: 2rem;
  --line-w: 0.25rem;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  /*width: min(60rem, 90%);*/
  margin-inline: auto;
}

/* line */
.timelinebox ul::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 20;
  background: rgb(225, 225, 225);
  border-radius: calc(var(--line-w) / 2);
}

/* columns*/

/* row gaps */
.timelinebox ul li:not(:last-child) {
  margin-bottom: var(--row-gap);
}

/* card */
.timelinebox ul li {
  grid-column: 2;
  --inlineP: 1.5rem;
  margin-inline: var(--inlineP);
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
}

/* date */
.timelinebox ul li .date {
  --dateH: 3rem;
  height: var(--dateH);
  margin-inline: calc(var(--inlineP) * -1);
  text-align: center;
  background-color: var(--accent-color);
  color: white;
  font-size: 2rem;
  font-weight: 700;
  display: grid;
  place-content: center;
  position: relative;
  border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}

/* date flap */
.timelinebox ul li .date::before {
  content: "";
  width: var(--inlineP);
  aspect-ratio: 1;
  background: var(--accent-color);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
  position: absolute;
  top: 100%;

  clip-path: polygon(0 0, 100% 0, 0 100%);
  right: 0;
}

/* circle */
.timelinebox ul li .date::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: var(--bgColor);
  border: 0.3rem solid var(--accent-color);
  border-radius: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

/* title descr */
.timelinebox ul li .title, .timelinebox ul li .descr {
  background: var(--bgColor);
  position: relative;
  padding-inline: 1.5rem;
}
.timelinebox ul li .title {
    overflow: hidden;
    padding-block-start: 1.5rem;
    padding-block-end: 1rem;
    font-weight: 700;
    font-size: 1.5rem;
    color: #222;
}linebox ul li .descr {
  padding-block-end: 1.5rem;
  font-weight: 300;
}

/* shadows */
.timelinebox ul li .title::before, .timelinebox ul li .descr::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  border-radius: 50%;
  filter: blur(4px);
  transform: translate(-50%, 50%);
}
.timelinebox ul li .title::before {
  bottom: calc(100% + 0.125rem);
}

.timelinebox ul li .descr::before {
    z-index: -1;
    bottom: -1.6rem;
}

@media (min-width: 40rem) {
  .timelinebox ul {
    grid-template-columns: 1fr var(--line-w) 1fr;
  }
  .timelinebox ul::before {
    grid-column: 2;
  }
  .timelinebox ul li:nth-child(odd) {
    grid-column: 1;
  }
  .timelinebox ul li:nth-child(even) {
    grid-column: 3;
  }

  /* start second card */
  .timelinebox ul li:nth-child(2) {
    grid-row: 2/4;
  }

  .timelinebox ul li:nth-child(odd) .date::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: 0;
  }

  .timelinebox ul li:nth-child(odd) .date::after {
    transform: translate(-50%, -50%);
    left: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }
  .timelinebox ul li:nth-child(odd) .date {
    border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
  }
}

.credits {
  margin-top: 1rem;
  text-align: right;
}
.credits a {
  color: var(--color);
}
.time20, .time22, .time24 {
	--accent-color: var(--bs-secondary);
}
.time21, .time23 {
	--accent-color: #00b4a5;
}
.timelinebox ul.timecontent {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    list-style-type: circle;
    --col-gap: 0;
    --line-w: 0;
    --row-gap: 0;
}
.timelinebox ul.timecontent li {
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0;
    padding: 0;
    width: 100%;
}
.timelinebox ul.timecontent li::before {
    content: '◘';
    color: var(--accent-color);
    font-size: 30px;
    line-height: 16px;
    width: 17px;
    margin-right: 4px;
}
.timelinebox ul.timecontent li span {
    width: 94%;
	line-height: 22px;
}
.sticky-top.navbar-light {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.navblock {
    display: flex;
    min-height: 98px;
}
.topbartop a .text-primary i, .topbartop a i {
    color: #fff!important;
}
.display-3 {
    line-height: 1.1;
}
/***10-01-25***/

.abtussecin {
    padding-top: 50px;
    padding-bottom: 50px;
}
section {
    display: block;
}
.video-box {
    position: relative;
    border-radius: 5px;
    max-width: 800px;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 8px #ccc;
}
.video-box .image {
    overflow: hidden;
    border-radius: 5px;
}
img {
    max-width: 100%;
    height: auto;
}
.video-box .video-btn {
    display: inline-block;
    width: 80px;
    height: 80px;
    font-size: 35px;
    text-align: center;
    line-height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    border-radius: 50%;
    color: #ffffff;
}
.single-features-box {
    text-align: center;
    margin-bottom: 30px;
    border-radius: 5px;
    background-color: #f4f7fc;
    padding: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    min-height: auto;
}
.single-features-box h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 800;
    margin-top: 14px;
}
.default-btn {
    box-shadow: inset 0 0 0 0 #00b4a5;
    font-weight: 600;
    transition: .5s;
    display: inline-block;
	line-height: 1.5;
	text-align: center;
    vertical-align: middle;
    cursor: pointer;
	user-select: none;
	border: 1px solid rgba(0, 0, 0, 0);
	font-size: 1rem;
	text-decoration: none;
    border-radius: 50rem !important;
    color: #fff !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-right: 3rem !important;
    padding-left: 3rem !important;
    color: #000;
    background-color: #00b4a5;
    border-color: #00b4a5;
}
.default-btn:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: #00b4a5 !important;
}
.about-image .image img {
    margin-bottom: 20px;
}
/**team**/
.teamsecn .tembx {
    width: 23%;
    display: inline-block;
    margin: 10px;
    border: solid 1px #efefef;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
    overflow: hidden;
}
.teamsecn .tembx .col-lg-3 {
    width: 100%;
    padding: 0;
}
.teamsecn .tembx .col-lg-9 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255,255,255,.9);
    z-index: 9;
}
.teamsecn .advisor-content {
    background: #fff;
    margin: 5%;
    padding: 4%;
    border: solid 2px #00b5a5;
    border-radius: 20px;
}
.advisor-content h3 {
    font-size: 30px;
}
.teamsecn .advisor-content span {
    width: 100%;
}
.teamsecn .tembx .col-lg-9 p, .teamsecn .advisor-content span {
    color: #000;
}
.section-title .sub-title, .advisor-content span {
    font-size: 18px;
}
.section-title .sub-title, .advisor-content span, .contact-info span.sub-title {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
    display: inline-block;
    float: none;
}
.teamsecn .tembx .col-lg-9 {
    display: none;
}
.teamsecn {
    text-align: center;
}
.teamsecn .advisor-image span {
    display: inline-block;
    color: #000;
}
.advisor-image h3 {
    margin-top: 0;
    margin-bottom: 4px;
    width: 100%;
    float: left;
    font-size: 24px;
    line-height: 1.1;
    color: #fff;
}
.teamname {
    background: #f28b00;
    padding: 22px 10px;
    position: relative;
    z-index: 1;
}
.flogo img {
    width: 110px;
} 
.teamsecn .modal-dialog {
    max-width: 800px;
}
button.closebtn {
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 36px;
    right: 36px;
    border: solid 4px #fff;
    font-weight: 800;
    font-size: 28px;
    line-height: 42px;
    box-shadow: 0 1px 3px #ccc;
}
button.closebtn:hover {
    border: solid 4px #00b5a5;
}
.mbot40 {
    margin-bottom: 40px;
}
.teamname::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #28889b !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}
.tembx:hover .teamname::after {
    height: 100% !important;
}
.tembx:hover .teamname span {
	color: #fff;
}
.tembx:hover .teamimage img, img.strooprs:hover, .woocommerce ul.products li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover img {
    transform: scale(1.1);
}
.teamimage img, .tembx:hover .teamimage img, img.strooprs, img.strooprs:hover, .container .woocommerce-page ul.products li.product, .container .woocommerce ul.products li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img, .container .woocommerce-page ul.products li.product, .container .woocommerce ul.products li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover img {
	transition: 0.5s;
}
img.strooprs {
    border-radius: 20px;
}
.single-advisor-item, .container .woocommerce-page ul.products li.product, .container .woocommerce ul.products li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link, .container .woocommerce-page ul.products li.product, .container .woocommerce ul.products li.product {
    overflow: hidden;
}
.container .woocommerce ul.products, .container .woocommerce-page ul.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*.container .woocommerce-page.columns-1 ul.products li.product, .container .woocommerce.columns-1 ul.products li.product, .container .woocommerce-page ul.products li.product, .container .woocommerce ul.products li.product {
    width: 48.5%;
    margin-right: 0;
}*/
.container .woocommerce-page.columns-3 ul.products li.product, .container .woocommerce.columns-3 ul.products li.product {
    width: 32.2%;
	 margin-right: 0;
}
.woocommerce section.related ul.products li.product, .woocommerce-page section.related ul.products li.product {
    margin: 0 1% 2.992em 0;
    width: 24%;
}
.woocommerce section.related ul.products li.product .right_area p {
    display: none;
}
.woocommerce section.related ul.products li.product .right_area {
    text-align: center;
}
.theme-safetytroop .woocommerce section.related ul.products li.product .right_area .woocommerce-loop-product__title {
    text-align: center;
}
.theme-safetytroop .woocommerce ul.products li.product a img {
    height: auto!important;
	margin: 0;
}
.theme-safetytroop .woocommerce ul.products li.product .woocommerce-loop-product__title, .theme-safetytroop .woocommerce ul.products li.product .price, .theme-safetytroop .woocommerce ul.products li.product .add_to_cart_button, .theme-safetytroop .woocommerce ul.products li.product .button {
    display: none;
}
.right_area {
    background: #f4f7fc !important;
    padding: 30px;
    margin: 0;
}
.theme-safetytroop .woocommerce ul.products li.product .right_area .add_to_cart_button, .theme-safetytroop .woocommerce ul.products li.product .right_area .button {
    display: block;
}
.theme-safetytroop .woocommerce ul.products li.product .right_area .woocommerce-loop-product__title {
    text-align: left;
    padding: 0;
    color: #00b5a5;
    font-size: 24px;
    line-height: 30px;
    height: auto;
    margin-bottom: 2px;
    display: block;
}
.right_area {
    background: #f4f7fc !important;
    padding: 24px 18px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.right_area p {
    /*height: 200px;
    overflow: hidden;
    overflow-y: scroll;
	-webkit-overflow-scrolling: touch;*/
    background: #fcfcfc;
    padding: 20px 22px;
    border-radius: 10px;
}
.theme-safetytroop .woocommerce ul.products li.product .add_to_cart_button, .theme-safetytroop .woocommerce ul.products li.product .button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt, .woocommerce .cart .button, .woocommerce .cart input.button {
    box-shadow: inset 0 0 0 0 #00b4a5;
    font-weight: 600;
    transition: .5s;
    flex-shrink: 0 !important;
    border-radius: 50rem !important;
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    padding-right: 3rem !important;
    padding-left: 3rem !important;
    background-color: #00b4a5!important;;
    border-color: #00b4a5;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid rgba(0, 0, 0, 0);
    font-size: 1rem;
    text-decoration: none;
    color: #fff !important;
}
.theme-safetytroop .woocommerce ul.products li.product .add_to_cart_button:hover, .theme-safetytroop .woocommerce ul.products li.product .button:hover, .woocommerce-page .woocommerce #respond input#submit.alt:hover, .woocommerce-page .woocommerce a.button.alt:hover, .woocommerce-page .woocommerce button.button.alt:hover, .woocommerce-page .woocommerce input.button.alt:hover, .woocommerce ul.products li.product .button:hover, .woocommerce div.product form.cart .button:hover, .woocommerce a.added_to_cart, .woocommerce .cart .button:hover, .woocommerce .cart input.button:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: #00b4a5 !important;
	transition: .5s;
}
.theme-safetytroop .woocommerce .products ul::after, .theme-safetytroop .woocommerce .products ul::before, .theme-safetytroop .woocommerce ul.products::after, .theme-safetytroop .woocommerce ul.products::before {
    content: none;
    display: none;
}
/*20jan*/
.woocommerce-product-details__short-description {
    margin: 10px 0 30px;
    display: inline-block;
    width: 100%;
}
.woocommerce div.product p.price::before, .woocommerce div.product span.price::before {
    content: "Fees: ";
    color: #000;
    font-weight: 800;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #ff0000!important;
    font-size: 1.25em;
    text-align: right;
    background: #eae9e9;
    box-shadow: 3px 3px 4px #ccc;
    margin: 5px 18px;
    padding: 10px;
}
.courses-sidebar-sticky .courses-sidebar-information {
    padding: 16px 22px;
    min-height: 72px;
    display: inline-block;
    width: 100%;
}
.singular .advisor-area .container ul, .contentbox ul {
    color: #606060;
    margin-bottom: 15px;
    font-size: 16px;
    list-style-type: disclosure-closed;
    padding-left: 18px;
}
.singular .advisor-area .container li, .contentbox ul {
    line-height: 1.6;
    margin: 4px 0;
}
.courses-sidebar-information .info li {
    list-style-type: none;
    border-bottom: 1px dashed #eeeeee;
    font-size: 15px;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 13px;
}
.courses-sidebar-information .info li span {
    font-weight: 700;
    position: relative;
    padding-left: 0;
}
.courses-sidebar-information .info li span i {
    color: #00b5a5;
}
.bg-breadcrumb .breadcrumb {
    background-color: transparent;
}
body .h1, body .h2, body .h3, body .h4, body .h5, body .h6, body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #222;
}
.pagecourses header.entry-header.alignwide {
    display: none;
}
.courses-sidebar-information {
    -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
    padding: 30px;
}
.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    float: left;
    margin: 0 4px 0 0;
    border: solid 1px #ccc;
    height: 40px;
}
.single-product .bridge-woo-associated-courses, .woocommerce-ordering .orderby option:nth-child(4), .woocommerce-ordering .orderby option:nth-child(5) {
    display: none;
}
.pdtb-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.singular .advisor-area .container .related ul {
    padding-left: 0;
}
section.related>h2 {
    margin-bottom: 26px;
}
.container .woocommerce ul.products li.product {
    border-radius: 16px;
}
section.related {
    background: #f4f7fc !important;
    padding: 3%;
}
section.related .right_area {
    background: #fff!important;
}
span.woocommerce-Price-amount.amount {
    margin: 0 2px;
    color: #000;
    font-weight: 700;
}
.woocommerce ul.products li.product a {
    text-decoration: none;
    color: #606060;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-message::before {
    border-top-color: #00b5a5;
}
.woocommerce .woocommerce-message::before {
    color: #00b5a5;
}
#add_payment_method table.cart .product-thumbnail a img, .woocommerce-cart table.cart .product-thumbnail a img, .woocommerce-checkout table.cart .product-thumbnail a img {
    width: 50px!important;
    height: 40px!important;
    border: solid 2px #ccc;
    border-radius: 2px;
}
a.checkout-button.button.alt.wc-forward {
    display: inline-block;
}
.container .woocommerce #content table.cart td.actions .input-text, .container .woocommerce table.cart td.actions .input-text, .container .woocommerce-page #content table.cart td.actions .input-text, .container .woocommerce-page table.cart td.actions .input-text {
    width: 140px;
}
.container .tab-content ul {
    padding: 10px 30px;
}
.container .tab-content ul li {
    margin: 20px 0;
}
.container .wpsm_panel-body li>strong {
    margin-bottom: 4px;
    display: inline-block;
    width: 100%;
}
.container .wpsm_panel-body li>strong, h4.wpsm_panel-title {
    font-weight: 700!important;
}
.container .tab-content ul {
    list-style-type: disclosure-closed;
}
.gallery .nav-item {
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-size: 24px;
    font-weight: 600;
}
.gallery .container .nav-item:hover {
    background: #f28b00!important;
}
.gallery .container .nav-item:hover a .text-dark {
    color: #fff!important;
}
.container .tab-content ul li li {
    margin: 6px 0;
}
.section-title .sub-title, .advisor-content span, .contact-info span.sub-title {
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    float: none;
}
.contact-info span.sub-title {
    color: #00b5a5;
}
.contact-info ul {
    margin-top: 20px;
    display: inline-block;
    padding-left: 0px;
    list-style-type: none;
    margin-bottom: 0px;
}
.contact-info ul li {
    position: relative;
    margin-bottom: 35px;
    padding-left: 100px;
}
.contact-info ul li .icon {
    width: 75px;
    height: 75px;
    background-color: #f28b00;
    position: absolute;
    text-align: center;
    left: 0px;
    font-size: 40px;
    color: #fff;
    top: 0px;
    border-radius: 3px;
    transition: all 0.5s ease 0s;
}
.contact-info ul li h3 {
    margin-bottom: 8px;
    margin-top: 0;
    font-size: 24px;
    font-weight: 800;
	color: #221638;
}
#map iframe {
    height: 500px;
    margin-bottom: -7px;
    width: 100%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}
.contact-form {
    background: #f4f7fc;
    margin-left: 15px;
    background-size: cover;
    overflow: hidden;
    padding: 35px;
    border-radius: 5px;
    background-position: center center;
    background-repeat: no-repeat;
}
.form-group {
    display: inline-block;
    width: 100%;
}
.contact-form p, .contact-form form input, .contact-form form textarea {
    color: #606060;
}
.contact-form p {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
}
.form-group .wpcf7-form-control-wrap {
    display: inline-block;
    width: 100%;
}
.wpcf7-form-control-wrap {
    position: relative;
}
input[type=text], input[type=email], input[type=tel], textarea, select {
    background-color: rgb(255,255,255);
    border: solid 1px #ececec!important;
}
.contact-form p, .contact-form form input, .contact-form form textarea {
    color: #606060;
}
.contact-form p {
    display: block;
}
.contact-form form input, .contact-form form textarea {
    display: block;
    width: 100%;
    height: 50px;
    padding-left: 15px;
    font-size: 16px;
    border-radius: 5px;
}
img.wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-captcha-1 {
    width: 84px;
    margin-right: 6px;
}
.contact-form form textarea {
    padding-top: 15px;
    height: 150px !important;
    resize: none;
}
.captchacode span.wpcf7-form-control-wrap {
    width: 80%;
}
.form-group {
    margin-bottom: 1rem;
}
.container .tab-content ul li::marker {
    color: #00B4A0 !important;
}
.container #wpsm_accordion_5938 .wpsm_panel-default > .wpsm_panel-heading.acc-a, .container #wpsm_accordion_5938 .wpsm_panel-heading.acc-a .ac_open_cl_icon, .container #wpsm_accordion_5938 .wpsm_panel-default > .wpsm_panel-heading.acc-a .wpsm_panel-title a .ac_title_class {
    color: #fff !important;
}
.container #wpsm_accordion_5938 .wpsm_panel-default > .wpsm_panel-heading.acc-a, .container #wpsm_accordion_5938 .wpsm_panel-default > .wpsm_panel-heading.acc-a a, .container #wpsm_accordion_5938 .wpsm_panel-heading.acc-a .ac_open_cl_icon {
    background-color: #f28b00 !important;
    border-color: #f28b00 !important;
}
 iframe {
    border: 0;
    border: solid 2px #ccc;
}
.form-group {
    margin-bottom: .5rem;
}
div#contactForm {
    margin-top: 30px;
}
.contact-info ul li .icon i {
    margin-top: 17px;
}
.contact-form form p .btn.btn-primary, .container .ur-frontend-form .ur-button-container .ur-submit-button {
    overflow: hidden!important;
    border: solid 1px #00b4a5 !important;
}
.contact-form form p .btn.btn-primary:hover, .container .ur-frontend-form .ur-button-container .ur-submit-button:hover {
    box-shadow: inset 520px 0 0 0 #f28b00 !important;
    color: #fff !important;
	border: solid 1px #f28b00 !important;
}
.ur-frontend-form {
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
    padding: 20px;
    box-sizing: border-box;
}
.user-registration-page .user-registration {
    display: inline-block;
    float: none;
    text-align: left;
}
.user-registration-page .userreg {
    text-align: center;
}
.user-registration-page .user-registration {
    display: inline-block;
    float: none;
    text-align: left;
    background: #fff;
    border-radius: 8px;
}
.container .ur-form-row {
    margin-bottom: 10px;
}
.container .ur-frontend-form .ur-form-row .ur-form-grid input[type="text"], .container .ur-frontend-form .ur-form-row .ur-form-grid input[type="email"], .container .ur-frontend-form .ur-form-row .ur-form-grid input[type="url"], .container .ur-frontend-form .ur-form-row .ur-form-grid input[type="password"], .container .ur-frontend-form .ur-form-row .ur-form-grid input[type="date"], .container .ur-frontend-form .ur-form-row .ur-form-grid input[type="number"], .container .ur-frontend-form .ur-form-row .ur-form-grid input[type="timepicker"], .container .ur-frontend-form .ur-form-row .ur-form-grid input[type="phone"], .container .ur-frontend-form .ur-form-row .ur-form-grid textarea, .container .ur-frontend-form .ur-form-row .ur-form-grid select, .container .ur-frontend-form .ur-form-row .ur-form-grid .__PrivateStripeElement {
    min-height: 50px;
    margin-bottom: 0;
    border-radius: 5px;
	cursor: pointer;
}
.container .ur-frontend-form .ur-button-container .ur-submit-button {
    margin-left: 0;
    border-radius: 50rem !important;
    font-weight: 600;
    transition: .5s;
    color: #fff !important;
    background-color: #00b4a5;
    line-height: 1.5;
    padding: 0.7rem 5rem;
    text-align: center;
    vertical-align: middle;
    margin-top: 16px;
}
.container .ur-frontend-form .ur-button-container .ur-submit-button:hover {
    box-shadow: inset 320px 0 0 0 #f28b00 !important;
    color: #fff !important;
    border: solid 1px #f28b00 !important;
}
.container .ur-frontend-form .ur-button-container {
    justify-content: center;
    flex-wrap: wrap;
}
img.img-service {
    border-radius: 10px;
    border: solid 10px #F28C00;
}
.servicerow {
    padding: 40px 20px;
    background: rgb(225, 225, 225, .2);
    border-radius: 10px;
}
.testimonial-item .fs-5 {
    font-size: .9rem !important;
}
.btn-lg-square {
    width: 40px;
    height: 40px;
}
.footer-item .btn {
    font-size: 1.2rem;
}
.video {
    cursor: pointer;
    overflow: hidden;
    border: solid 10px #f4f7fc;
    border-radius: 10px;
}
.video img {
    border-radius: 10px;
}
.video:hover {
    box-shadow: 0 6px 10px #ccc;
}
.video img {
	transition: 0.5s;
}
.video:hover img {
    transform: scale(1.1);
	transition: 0.5s;
}
.tab-pane button.closebtn {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    border: solid 3px #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 35px;
    background: #f28b00;
    color: #fff;
}
.testimonial .owl-carousel .owl-item {
    background: #fff;
    border-radius: 10px;
    height: 400px;
}
.testimonial .owl-carousel .owl-item .testimonial-item {
    height: 100%;
}
.display-1, .display-2, .display-3 {
    font-size: 3.3rem;
    line-height: 1.1;
}
