h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #17161A !important;
}

a h1:hover, a.h1:hover, a h2:hover, a.h2:hover, a h3:hover, a.h3:hover, a h4:hover, a.h4:hover, a h5:hover, a.h5:hover, a h6:hover, a.h6:hover {
    color: #286efb !important;
}

/*a{
    transition: none !important;
}
a.hover{
    transition: none !important;
}*/

a.hover:hover{
    transition: none !important;
    color: #286efb !important;
}

.list-unstyled > li > a.text-gray:hover {
    color: #fafafa !important;
}

.shadow-none{
    box-shadow: none !important;
}
.home_des {
    font-weight: 500;
}
.none {
    display: none;
}
.text-black {
    color: #181818 !important;
}


.text-mid {
    color: #999 !important;
}

.text-gray {
    color: #999 !important;
}

.bg-grey{
    background: #fafafa !important;
}
.overhidden{
    overflow: hidden !important;
}

.br-2{
    border-radius: 2px !important;
}

.br-4{
    border-radius: 4px !important;
}

.br-6{
    border-radius: 6px !important;
}

.br-10{
    border-radius: 10px !important;
}

.bg-gray{
 background-color: #F5F5F7 !important;
}

.bg-secondary {
    background-color: #f3f6ff !important;
}

.round-4{
    border-radius: 20px !important;
}

.round-2{
    border-radius: 20px !important;
}

.round-1{
    border-radius: 10px !important;
}

.service-box {
    padding: 35px 30px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.font-size-15 {
    font-size: 0.9375em;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}


.fs-15 {
    font-size: 15px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-25 {
    font-size: 25px;
}
.fs-1-5e {font-size: 1.5rem;}
.fs-2e {font-size: 2rem;}
.fs-2-5e {font-size: 2.5rem;}
.fs-3e {font-size: 3rem;}

.border-about{
    border-radius: 5px !important;
    padding: 3px 8px;
    border: 1px solid;
    background-color: #f2f2f2;
    color:#595959;
    font-size:12px; 
}










.third_home {
    background: url(/uploads/bgr/third_home_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.lift {
    -webkit-transition: -webkit-transform 150ms linear;
    transition: -webkit-transform 150ms linear;
    transition: transform 150ms linear;
    transition: transform 150ms linear, -webkit-transform 150ms linear;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    will-change: transform;
}

.lift:hover {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}


.lift-sm {
    -webkit-transition: -webkit-transform 150ms linear;
    transition: -webkit-transform 150ms linear;
    transition: transform 150ms linear;
    transition: transform 150ms linear, -webkit-transform 150ms linear;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    will-change: transform;
}

.lift-sm:hover {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}


.lift-xs {
    -webkit-transition: -webkit-transform 150ms linear;
    transition: -webkit-transform 150ms linear;
    transition: transform 150ms linear;
    transition: transform 150ms linear, -webkit-transform 150ms linear;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    will-change: transform;
}

.lift-xs:hover {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.bg-gray-light {
    background-color: #F5F5F7 !important;
}



.circle-icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 80px;
    min-height: 80px;
    border-radius: 50%;
}

.bg-accent-2 {
    background-color: #481FA0 !important;
}


.service-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 10px;
    overflow: hidden;
    background: #fafafa !important;
    height: 210px;
}

.service-card .service-card-image {
    position: relative;
    display: block;
    width: 200px;
    height: auto;
    overflow: hidden;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.service-card .service-card-image img {
    -webkit-transition: -webkit-transform 150ms linear;
    transition: -webkit-transform 150ms linear;
    transition: transform 150ms linear;
    transition: transform 150ms linear, -webkit-transform 150ms linear;
    will-change: transform;
}

.service-card-body {
    padding: 25px 40px 25px 40px;
}
.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.object-fit-image, .background-video, .background-image img, [data-img-height] img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover";
    -o-object-fit: cover;
    object-fit: cover;
}

[data-img-height]::before {
    content: "";
    display: block;
    padding-top: 195px;
}

.counter-padding{
    padding: 80px 0px;
}
.bg-dark-light {
    background-color: #262528 !important;
}

.bg-dark2 {
    background-color: #17161A!important;
}


.circle-icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.about-icon{
    border-radius: 50%;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-color:#481FA0 ;
    color:white;
}

.sidebar-icon {
    border-radius: 50px;
    background-color: rgba(190, 190, 190, 0.1);
    min-height: 50px;
    min-width: 51px;
    font-size: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.sidebar-icon i{
    color:#286efb !important;
}

.sidebar-item-title {
    font-size: 16px;
    color: #222;
}

.sidebar-item-info{
    font-size: 14px;
}

.sidebar-item {
    overflow: hidden;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
}

.sidebar-item-row {
    border-bottom: 1px solid #f1f1f1;
    padding: 15px;
}


.sidebar-item-row:last-child { border-bottom: none; }

.highlight{
    background: yellow ;
}

.event_img {
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
}

.event_badge {
    position: absolute;
    height: 65px;
    width: 70px;
    background-color: #0CA87B;
    color: #fff;
    top: 10px;
    right: 10px;
    border-radius: 2px;
}

.blur {
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: saturate(100%) blur(20px)!important;
    background: hsla(0,0%,100%,.75) !important;
}

.center-element{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height:1.3;
}

.fs-30{
    font-size: 30px !important;
}

.service_img {
    height: 210px;
    width: 40%;
    min-width: 40%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.blog_img {
    height: 210px;
    width: 40%;
    min-width: 40%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.team_img {
    height: 280px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.team-card{
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
}

.service_details_img {
    height: 500px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
}

.border-1{
    border:1px solid #f1f1f1;
}

.event-badge{
    font-size: 20px;
    padding: 13px 35px;
}

.event-details{
    padding: 15px 0px;
}

.event-details p{
     font-size: 20px;
}
.blog-img {
    height: 250px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.blog-img-lg {
    height: 350px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.popular-img {
    width: 86px;
    height: 80px;
    border-radius: 4px;
}

.dot {
  height: 4px;
  width: 4px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}
.venue-info {
    border: 1px solid #efefef;
    border-radius: 6px;
}

.product-img {
    height: 250px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}









/*new css*/

.dropdown-menu {
    margin-top: 5px !important;
    padding: 10px 6px !important;
    font-size: 14px;
}
.dropdown-menu li {
    border-top: 1px dashed #eee;
}
.dropdown-menu li:first-child {
    border-top: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #F2F3F6 !important;
    border-radius: 6px;
    color: #222 !important;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-submenu .dropdown-toggle:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-size: 80%;
    font-weight: 900;
    position: absolute;
    right: 23px;
    top: 9px !important;
}

.nav-link {
    padding: .5rem .8rem;
    font-weight: 600;
    font-size: 15px;
}
.nav-item.dropdown {
    padding: 0px 0;
}
.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
    padding: 25px 0;
}


.mega-dropdown-menu .dropdown-item {
    padding: .4rem 10px;
    color: #777 !important;
    font-size: 14px;
}

.mega-dropdown-menu .dropdown-item:hover {
    background-color: #F2F3F6 !important;
    border-radius: 6px;
    color: #222222 !important;
}


.mega-dropdown-menu .mega-dropdown-item {
    color: #666 !important;
    font-size: 14px;
}

.mega-dropdown-menu .mega-dropdown-item:hover {
    transition: none;
    border-radius: 6px;
    color: #222222 !important;
}

.list-unstyled {
    padding-left: 0px !important;
    list-style: none;
}

.borderb-1{
    -webkit-box-shadow: inset 0 -1px rgba(177, 177, 180, 0.2);
    box-shadow: inset 0 -1px rgba(177, 177, 180, 0.2);

    -webkit-box-shadow: inset 0 -1px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 -1px rgba(255, 255, 255, 0.2);
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    color: #fff;
}


.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent !important;
    text-decoration: none; 
    border-radius: 50px;
}

.carousel-1 div.owl-nav button, .carousel-2 div.owl-nav button, .carousel-3 div.owl-nav button, .carousel-4 div.owl-nav button {
    height: 45px !important;
}

.owlstyle-1 {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ddd;
    padding: 12px 14px;
    border-radius: 50px;
}

.owlstyle-1:hover {
    background-color: rgba(255, 255, 255, 0.3) !important;
    color: #fff;
    padding: 12px 14px;
    border-radius: 50px;
}

.owlstyle-2 {
    background-color: #f1f1f1;
    padding: 10px 12px;
    border-radius: 50px;
    font-size: 18px;
}

.owlstyle-2:hover {
    background: #ddd;
    color: #000;
    padding: 10px 12px;
    border-radius: 50px;
    font-size: 18px;
}


.owlstyle-3 {
    background-color: rgba(255, 255, 255, 0.1);
    color: #999;
    padding: 10px 12px;
    border-radius: 50px;
    font-size: 18px;
}

.owlstyle-3:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: #fff;
    padding: 10px 12px;
    border-radius: 50px;    
    font-size: 18px;
}

.testimonial-carousel div.owl-nav button {
    height: 45px !important;
}

.portfolio-carousel div.owl-nav button {
    height: 45px !important;
}


.owl-stage-outer {
    padding-top: 20px;
    padding-bottom: 30px;
}

.navleft .owl-nav{
    float: left;
}

.navright .owl-nav{
    float: right;
}

.navTopRight  .owl-nav {
    position: absolute;
    top: -83px;
    right: 0;
}

.navTopLeft  .owl-nav {
    position: absolute;
    top: -54px;
    right: 0;
}

.owl-theme .owl-nav {
    margin-top: 0px;
}


.sliderimg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    top: 0;
    height: 600px !important;
}

.owl-stage-outer {
    padding-top: 0px;
    padding-bottom: 0px;
}

.navjustify .owl-prev{
    background-color: rgba(133, 133, 137, 0.6);
    color: #999 !important;
    position: absolute;
    top: 45%;
    left: 20px;
    margin-left: 0px;
    display: block !important;
}

.navjustify .owl-next{
    background-color: rgba(133, 133, 137, 0.6);
    color: #999 !important;
    position: absolute;
    top: 45%;
    right: 20px;
    display: block !important;
}

.h-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.badge-secondary-soft {
    background-color: rgba(106,116,123,.1);
    color: #17161A;
}

.badge-square {
    padding: 6px 9px !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
}

.tes-img {
    display: block;
    width: 60px !important;
    height: 60px !important;
}

.card{
    overflow: hidden;
}
.card-body.testimonial-box {
    min-height: 280px;
}

.parent-shape {
    position: relative;
    z-index: 0;
}

.shape {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
}

.shape img{
    opacity: .4;
    transform: rotate(90deg);
}

.shape span i{
    font-size: 60px;
    opacity: .1;
}


.accordion>.card .btn-link {
    padding: 25px 25px !important;
    width: 100%;
    text-align: left;
    position: relative;
}

.bg-dark {
    background-color: #17161A !important;
}

.pb-120{
    padding-bottom: 120px;
}

.pb-100{
    padding-bottom: 100px;
}


.pt-250{
    padding-top: 250px;
}

.pt-150{
    padding-top: 150px;
}

.pt-100{
    padding-top: 100px;
}

.pt-80{
    padding-top: 80px;
}

.footer-about-1 {
    border-radius: 15px;
    overflow: hidden;
    top: -160px;
    margin-top: 200px !important;
}

.footer-about-2 {
    border-radius: 0px;
    overflow: hidden;
}

.overlay-purple:before{
    background-color: #481FA0 !important;
}

.about-video {
    border-radius: 10px;
    overflow: hidden;
    height: 500px;
    position: relative;
}

.video-btn {
    -webkit-animation: 2.4s cubic-bezier(.8,0,0,1) 0s normal none infinite running pulse;
    animation: 2.4s cubic-bezier(.8,0,0,1) 0s normal none infinite running pulse;
    border: 2px solid #000;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(255,255,255,.7);
    display: inline-block;
    font-size: 28px;
    height: 70px;
    width: 70px;
    margin: 0px !important;
    border-color: #fff;
    background: #fff;
    color: #222;
}



.videos {
  width: 100%;
  height: 400px;
  margin: auto;
  display: block;
  border: none;
  z-index: 999999;
}
.popup-btn, .close-btn {
  width: 100px;
  height: 50px;
  display: block;
  margin: 50px auto;
  cursor: pointer; 
  border: 2px solid black;
  background-color: white;
}
.popup-btn:hover {
  color: white;
  background-color: black;
}


.video-popup {
  display: none;
  width: 100%;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  box-shadow: 10px 10px 10px 10px black;
  z-index: 999999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.popup-bg {
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 100vh;
  position: absolute;
}
.popup-content {
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: auto;
}
.popup-title {
  padding: 30px;
  margin: 0 auto;
  color: red;
  text-transform: uppercase;
}



.owl-carousel .owl-stage-outer {
    background-color: transparent; !important;
}

.w-350{
    width: 350px !important;
}

#card_dropdown {
    padding: 12px 0 !important;
    border-radius: 6px !important;
    margin-top: 0px !important;
}

.bm-1{
    border-bottom: 1px solid #f1f1f1;
}

.cart-num {
    position: absolute;
    background-color: #286efb;
    color: #fff;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    top: 16px;
    left: 26px;
    font-size: 11px;
    font-style: normal;
}

.input-group.qty {
    border: 1px solid #efefef;
    border-radius: 4px;
    padding: 2px 0;
}

.badge-xs {
    font-size: 12px;
    padding: 2px 8px !important;
    line-height: 1.5 !important;
    border-radius: 4px;
    font-weight: 500;
}

.wrapper {
  margin: 0 auto;
  width: 80%;
  text-align: center;
}

.image-gallery {
  margin: 0 auto;
  display: table;
}

.primary,
.thumbnails {
  display: table-cell;
}

.thumbnails {
  width: 130px;

}

.primary {
  width: 600px;
  height: 400px;
  background-color: #cccccc;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.thumbnail:hover .thumbnail-image, .selected .thumbnail-image {
    border: 2px solid #286efb;
    margin-top: 0px;
    border-radius: 4px;
}

.thumbnail-image {
  margin-top: 0px;
  margin-bottom: 10px;
  width: 80px;
  height: 60px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 2px solid transparent;
  border-radius: 4px !important;
  overflow: hidden;
  cursor: pointer;
}

.sidebar-img{
    min-height: 80px;
    min-width: 80px;
    max-width: 80px;
    max-width: 80px;
    border-radius: 50%;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    color: #222;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    height: 42px;
    line-height: 24px !important;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.cshadow{
    box-shadow: 0 .375rem 1.5rem 0 rgba(140,152,164,.125);
}

.shadow-sm{
    box-shadow: 0 .375rem 1.5rem 0 rgba(140,152,164,.125) !important;
}

.mt--110{
    margin-top: -110px !important;
}
/*new css*/


.portfolio-menu {
    text-align: center;
}
.control {
    color: #888;
    background-color: #fafafa;
    border-radius: 50px;
    padding: 6px 18px;
    font-weight: 500;
    border: 0px solid #343a40;
    margin: 5px;
    cursor: pointer;
    -webkit-transition: all 05s ease;
    -moz-transition: all 05s ease;
    -ms-transition: all 05s ease;
    -o-transition: all 05s ease;
    transition: all 0.5s ease;
}

.control:hover {
  background: #EAEAEE;
  color: #222;
}

.mixitup-control-active {
    background-color: #444;
    color: #fff;
    border-radius: 50px;
}

.overlay {
  position: relative;
  cursor: pointer;
}

.overlay .overlay-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,.05);
  transition: all .3s ease;
  opacity: 0;
}

.overlay.overlay-block .overlay-layer, .overlay.overlay-show .overlay-layer, .overlay:hover .overlay-layer {
  border-radius: 4px;
  background-color: rgba(0,0,0,.5);
  transition: all .3s ease;
  opacity:1
}


#countdown div {
    display: inline-block;
    min-width: 75px;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}

#countdown div span {
    color: #ddd;
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.nav-link.text-dark {
    transition: none !important;
}

.nav-link.text-dark:hover {
    transition: none;
    color: #286efb !important;
}



/*.nav-link.active {
    border-bottom: 1px solid #ddd !important;
}*/

.navbar-nav .nav-link {
    margin-right: 25px;
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}

/*.navbar-nav li.nav-item {
    padding-right: 20px !important;
}*/

.bg-price {
    background-color: #ff6372;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    border: 0;
    padding: 1px 9px;
    border-radius: 9px;
    display: inline-block;
}
.product-bottom-part{
    min-height: 165px;
}

.text-lowercase{
    text-transform:unset !important;
}

.sminh{
    min-height: 290px;
}

.service-box{
    background-color: #fff;
}
.service-box:hover{
   background-color: #0CA87B !important;
   transition: all 0.3s;
}

.service-box:hover .service-box-title{
   color: #fff !important;
   transition: all 0.3s;
}

.service-box:hover .circle-icon {
   background-color: #fff !important;
   color: #0CA87B !important;
   transition: all 0.3s;
}

.service-box:hover .service-box-text{
   color: #ddd !important;
   transition: all 0.3s;
}

.list-style5 i {
    color: #8c8c8c;
    font-size: 12px;
    background: rgba(143, 142, 142, 0.1);
    border-radius: 30px;
    padding: 7px 9px;
    line-height: 13px;
    font-size: 10px;
}
