/********** Template CSS **********/
:root {
    --primary: #B78D65;
    --light: #F8F8F8;
    --dark: #252525;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 600 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** 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;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-outline-body {
    color: #ff4700;
    border-color: #fff;
    border-radius: 10px;
}

.btn-outline-body:hover {
    color: #FFFFFF;
    background: #ff4700;;
    border-color: #ff4700;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    text-transform: uppercase;
    margin-right: 30px;
    padding: 10px 0;
    color: #FFFFFF;
    font-weight: 700;
	font-size:15px;
    outline: none;

}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #1c05df;
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
		background: #fff;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
		
    }
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: var(--dark);
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    transition: .5s;
    opacity: .3;
}

.header-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}
.page-header_vm {
    
    background-size: cover;
}
.page-header_img {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-3.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color:#ff4700 !important;
    letter-spacing: 3px;
    /**-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #51989c;**/
}
.title-border::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    /* background: var(--primary); */
    z-index: -1;
    color: #f5eaea;
    background-color: #51989c;
}
.title-border::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 10px;
    bottom: 4px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
    background-color: #51989c;
}

/*** Facts ***/
.fact-item .fact-icon {
    width: 160px;
    height: 160px;
    margin-top: -60px;
    margin-bottom: .5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #800004;
    border-radius: 120px;
    transition: .5s;
	border: 1px solid #800004;
}

.fact-item:hover .fact-icon {
    background: #800004;

}
.fact-item:hover{
    border: 2px solid #800004;
	transition: border-width 0.6s linear;
}


.fact-item:hover .fact-icon .img-top 
{
    display: inline;
}
.img-top
{
    display: none;
    position: absolute;
    z-index: 99;
}
.our_img:hover .img-top 
{
    display: inline;
}
.fact-item .fact-icon i {
    color: var(--primary);
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}


/*** About & Feature ***/
.about-img,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.about-img img,
.feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
}

.about-img img:last-child,
.feature-img img:last-child {
    margin: 20% 0 0 40%;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid #ff4700;
    z-index: -1;
}


/*** Service ***/
.service-item .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.service-item .service-text {
    background: var(--light);
    transition: .5s;
}

.service-item:hover .service-text {
    background: rgba(0, 0, 0, .7);
}

.service-item * {
    transition: .5;
}

.service-item:hover * {
    color: #FFFFFF;
}

.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}


/*** Project ***/
.project .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.project .nav .nav-link.active {
    background: #ff4700;
}

.project .nav .nav-link.active h3 {
    color: #FFFFFF !important;
}


/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: #ff4700 !important;
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0;
}

.team-item .team-social .btn {
    display: inline-flex;
    margin: 0 2px;
    color: blue;
    background: var(--light);
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: #ff4700 !important;;
}


/*** Appointment ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .4;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ff5c1e;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: #777777;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}
.btn-fill-4:before {
    padding-right: 15px;
    box-shadow: 0 0 0 rgb(255 255 255 / 40%);
    animation: pulso 2s infinite;
    transition: .5s;
    content: "";
    border: 3px solid #f5f6fdfc;
    border-radius: 75%;
    top: 0;
    bottom: 0;
	margin-right: 5px;
    font-size: 10px;
}
@keyframes pulso{0%{-moz-box-shadow:0 0 0 0 rgba(255,255,255,0.8);box-shadow:0 0 0 0 rgba(255,255,255,0.8)}70%{-moz-box-shadow:0 0 0 20px rgba(255,255,255,0);box-shadow:0 0 0 20px rgba(255,255,255,0)}100%{-moz-box-shadow:0 0 0 0 rgba(255,255,255,0);box-shadow:0 0 0 0 rgba(255,255,255,0)}}
/*animated btn end*/ 
.menu_it
{
    padding:5px;

}
.menu_it:hover
{
    color:#fff;
    border-bottom: 1px solid #ededf5;
}
.image
{
   opacity: 0.5;
    cursor: pointer;

}
.img_card:hover {

    box-shadow: 0 4px 8px 0 #51989c, 0 6px 10px 0 #1f42ed;
}
.img_card:hover .image
{
    opacity: 1;
}
.img_card
{
    border:1px solid #000;

}
.img_card_head
{
    color: #fff;
    background-color: #800004;
    border-top: 1px solid #fff
}
.title-hr
{
    
}
.title-hr:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 25%;
  width: 50%;
  border-bottom: 2px solid #ff4700;
}
.icon-bg
{
    background-color: #593fff !important;
}
.icon-bg-border
{
    border: 1px solid #51989c;
    border-radius: 10px;
}
.icon-bg-border:hover
{
    background: linear-gradient(rgb(255, 255, 255), rgb(179, 180, 241));
    cursor: pointer;
    box-shadow: 0 5px 15px rgb(89 63 255 / 51%);
    
}
.icon-bg-border:hover h3
{
    color:#593fff !important;
}
.page-header-dir {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}
.card-header-dir
{
    background-color: rgb(81 152 156);
    border-bottom: 1px solid rgb(81 152 156);
    color:#fff;
    text-align: center;
}
.dir_img
{
    border-radius: 50%;
    border: 1px solid #800004;
    transition: 1s ease;
}
.dir_img:hover {
    border-radius: 10%;
    transition: 1s ease;
    /* transform: scale(1.1); */
}
.dir_foter_card
{
    background-color: rgb(78 53 241);
    color:#fff;
    text-align: center;
}
.dir-card-body
{
   background:linear-gradient(rgb(81 152 156 / 85%), rgb(73 75 203));
   text-align: center;
}
.page-header-vision {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-3.jpg) center center no-repeat;
    background-size: cover;
}
.page-header-mask {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1_mask.jpg) center center no-repeat;
    background-size: cover;
}
.product_img
{
    border: 1px solid #ff4700;
    border-radius: 10px;
}
.product_img:hover
{
    box-shadow: 0 5px 15px rgb(255 71 0);
}
.pg_back_img
{
    text-align: center;
    margin-top: 10px !important;
    font-size:14px;
    line-height: 2; 
    background-repeat: no-repeat;
    background-size: cover;
    padding:10px;
    background-image: url(../img/ray.jpg);

}
.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.pg_back_img {
   cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  transition: 1s;
}

.pg_back_img::before, .pg_back_img::after {
  position: absolute;
  transition: 1s;
  content: '';
}

.pg_back_img::before {
  width: 100%;
  height: 100%;
  
}

.pg_back_img::after {
  width: 100%;
  height: 100%;
}
.pg_back_img:hover::before {
  width: 0px;
  background: rgb(81, 152, 156);
}

.pg_back_img:hover::after {
  height: 0px;
  background: rgb(81, 152, 156);
}

.pg_back_img:hover {
  background: #fff;
  border:1px solid #ff4700;
  border-radius: 20px;
  font-size: 15px;
}
.notice_br
{
	border-color: #e5ad0e !important;
	box-shadow: rgb(200 227 54 / 46%) 0px 0px 0px 1px, rgb(16 11 11 / 66%) 0px 1px 0px 0px, rgb(16 12 221 / 94%) 0px 0px 8px 0px, rgb(0 0 0 / 65%) 0px 20px 30px 0px;
    border-radius: 5px;
}
.top_br
{
	background: linear-gradient(#efc140 0%, #efbb29 10%, #e5ad0e 50%, #998345 100%);
	color:#fff;
	
	
}
.top_br::before
{
	 filter: blur(18px);
	 
}
.dir_img {
    overflow: hidden;
    padding: 10px;
}
.dir_img img {
    border-radius: 50%;
}
.p_text{
	color: #000;
	text-align:justify;
    font-size: 18px;
    font-family: "Merriweather", sans-serif !important;
	margin:10px;
}
.fac_header {
    text-align: left;
    width: 46%;
    border-bottom: 2px solid #de0303b0;
    font-size: 1.2rem;
    color: #0066bf;
}
.fac_header:hover {
    color: #de0303b0;
    border-bottom: 2px solid #0066bf;
}
.blink1 {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
 .blink1 {
        animation: blink-animation 1s steps(5, start) infinite;
        -webkit-animation: blink-animation 1s steps(5, start) infinite;
      }
      @keyframes blink-animation {
        to {
          visibility: hidden;
        }
      }
      @-webkit-keyframes blink-animation {
        to {
          visibility: hidden;
        }
      }
.n_hr
{
	border-top: 1px dotted red;
}