/********** Template CSS **********/
:root {
    --primary: #bb2a26;
    --secondary: #272725;
    --light: #F1F3FA;
    --dark: #1C2035;
}

.body{
    font-family: 'Roboto', sans-serif!important;
}

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

.fw-medium {
    font-weight: 500;
}

/* Global css */
.section-entry {
    padding: 3rem 0 5rem;
  }
  .section-entry-top {
    padding-top: 5rem;
  }
  .section-entry-bottom {
    padding-bottom: 5rem;
  }
  .txtct {
    text-align: center;
  }
  .align-c {
    align-items: center;
  }
  .txtbc h1, .txtbc h2, .txtbc h3, .txtbc h4, .txtbc h5, .txtbc h6, .txtbc p, .txtbc i, .txtbc a, .txtbc span {
    color: #000;
  }
  .txtwt h1, .txtwt h2, .txtwt h3, .txtwt h4, .txtwt h5, .txtwt h6, .txtwt p, .txtwt i, .txtwt a, .txtwt span {
    color: #fff;
  }
  .txtbu {
    color: #004c86;
  }
  .txtor {
    color: #ff2515;
  }
  
  
/*** 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 {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.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;
}

/*padding*/

.padding-small-top{
    padding: 1rem 0;
}

.padding-small-bottom{
    padding-bottom:2rem;
}
.padding-section{
padding: 3.5rem 0;
}
/*** Navbar ***/

.bg-drop{
    background-color: #20c0fc;
    color:white;
}

.dropdown-item {
       color:white!important;
}

.dropdown-item:hover, .dropdown-item:focus
{
    background-color:#75cef9;
    
}
.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #20c0fc;
}

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

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

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

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        left:-50%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
    background: #fff;
}


.logo {
    width:180px;
    
}

/*** Header ***/
.back-head{
    background-color:#111111;
}
.header-number{
    color: var(--seconday);
}

.header-number p{
    margin: 0!important;
}

.header-number i{
    color: var(--primary);
}
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
}

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

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

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}



/*about section*/


.ab-img-in{
    padding: 1rem 0;
    position: relative;
    
}


.text-on-img{
    position:absolute;
    width: 100%;
    text-align:center;
    font-size: 1.2rem;
    font-weight:bolder;
    color: black;
     bottom: 20px;
     padding: 1.5rem;
     background: linear-gradient(to bottom,#ffffffb0,white);
     
    

}


.ab-img-in:hover .text-on-img{
    bottom: 35%;
    background-color:#20c0fc;
    transition: all 1s ease;
}



.about-head h1{
    color:#20c0fc;
}

.about-head h1 span
{
    color: var(--primary);
}

.about-head p{
    font-size: 1.2rem;
}


.about-side-content p:nth-child(1){
    color:#20c0fc;
}


.about-side-content p a{
    font-size: 0.8rem;
    padding: 1rem;
    background-color:#20c0fc;
    color:white;
    border-radius: 10px;
}

.about-side-content p a:hover{
    opacity: 0.7;
}


/*about section end*/


/*after about section */

.after-about-before-container{
    background-color:#e24242;
    padding:3rem 0;
}

.after-about{
    
}

.after-about h3:nth-child(1){
    color: black;
}


.after-about h3:nth-child(2){
    color:white!important;
}


.after-about p{
    color:white;
}

/*Testimonial*/
.testimonial-text{
    height: 150px;
}

.testimonial-carousel .owl-item{
    background-image:url(../img/header.jpeg);
}
/*after about section end*/


.img-after-testimonial{
    
    background-image: url(../img/mobile-skin-cutting-plotter-machine.png);
    background-size:contain;
    background-repeat:no-repeat;
    padding:9rem 0;
}

/*home contact*/

.back-color-contact{
    background-image:linear-gradient(#20c0fc6e,#20c0fc61),url('../images/pagetop-bg.jpg');
}

.get-in-touch-before{
    background-color:#20c0fc;
}

.getintouch h3{
 color:white;
 
 
}
.contact-btn p a{
 padding: 1.5rem 2rem;
    background-color:white;
    color:var(--primary);
    border-radius: 10px;
    font-size: 1.1rem;
}
/*home contact end*/
/*** Footer ***/

/*** Footer ***/



.back-footer-color h4{
    color: var(--primary)!important;
}
.back-footer-color .rounded-circle,.signupfooter{
    background-color: var(--primary);
}
.footer {
    color: #B0B9AE;
    background: #000;
}

/*breadcrum*/

.back-image{
    padding: 7rem 0;
    background-image: url(../img/bg-title.jpeg)!important;
    background-size: cover;
    background-repeat:no-repeat;
    
}

.text-edit-breadc h1{
    font-size: 2rem!important;
    color:var(--primary);
    font-weight: 500;
    
}

.text-edit-breadc li{
    font-size: 1.3rem!important;
}


/*sitemap*/
.sitemap-back{
    padding:0.5rem 0.5rem!important;
    border-radius: 10px;
    background-image: url(../img/sitemap-back.jpg)!important;
    background-size: cover;
    background-repeat:no-repeat;
}

.sitemap-back:hover{
    
    background-image: linear-gradient(-45deg,rgb(233 184 122 / 46%), rgb(253 234 197 / 77%)), url(../img/sitemap-back.jpg);
    background-size: cover;
    background-repeat:no-repeat;
    
}
.sitemap-back a{
    color: black;
    font-size: 1.2rem;
    font-weight: bold;
    background-image: url('../img/header.jpeg');
    width: 100%;
    display: block; 
    padding: 0.5rem;
}

.sitemap-back-2 a{
    height: 80px!important;
    padding: 0.5rem  1.5rem!important;
    align-items: center;
    display: flex!important;
}

.sitemap-back a:hover{
    color:var(--primary);
}
/*about page*/
.ab-wel p{
    font-size:1.1rem;
}

/*our product*/
.our-product ul li{
    list-style:none;
}
.our-product ul li::before{
    content:"\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    color: var(--primary);
}
/*product inner page*/
.pro-inner-cover{
    margin-top: 3rem;
}

.pro-inner-wrap{
    border: 4px double #e9b87a;
    
}

.myform {
  margin-bottom: 2rem;
}

.post-detail{
    text-align:justify;
}
.proj-box {

    border-radius: 5%; 
    background: #fff;
    transform-style: preserve-3d;
    transition: 0.25s ease;
    box-shadow: 0 30px 30px rgba(0,0,0,0.5);
    cursor : pointer;
    background-image:url('../images/pagetop-bg.jpg');
    background-size: 100% 0%;
    transition: .4s;
}
.proj-box:hover{

    background-size: 100% 100%;
    transition: .4s;
}
.pro-view {
	float: right;
	padding: 0 0 0 0;
}
.pro-view  {
    width: 500px;
    border: 1px solid #e9b87a;
    margin: 0 0 0.5rem 2rem;
}
.proj-info h3 {
    font-size: 20px;
    text-align: center;
}

.contact-section h3{
    color: var(--primary);
    font-size:2.5rem;
    
    
}
.service-text-contact {
    text-align: center;
    padding: 1rem 0;
     background-image:linear-gradient(45deg,#ffffff99,#0000000f,#ffffffa6),url('../images/pagetop-bg.jpg');
    background-size: cover;
    
}

.service-text-contact h4{
    color:var(--primary);
    
}

.service-text-contact h5{
    font-weight: 100;
}


.contact-page{
    
    margin-bottom:1rem;
    padding:0 3rem;
}
.img-sty {
   filter: grayscale(100%);
}

.img-size{
    max-width: 70%;;
    height:auto;
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    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;
    margin-right: 10px;
}

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

.copyright {
    color: #B0B9AE;
}

.copyright {
    background: #111111;
}

.copyright a:hover {
    color: var(--primary) !important;
}
