/*
Website Name: PartyEzy
File: Layout CSS
Author: Lalit
Creation Date : 18/04/2024
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700');


@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import "font-awesome.min.css";
@import "animate.min.css";
@import "social.css";
@import "media.css";
@import "carousel-slider.css";
@import "owl.carousel.min.css";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");



body{ margin:0; padding:0; background: #fff;
font-family: Poppins, sans-serif;
    -webkit-font-smoothing: antialiased; overflow-x: hidden;}
h1, h2, h3, h4{   }    
.no-padding{ padding:0;}
.btn{ -webkit-transition:all .3s; -moz-transition:all .3s; transition:all .3s;     border-radius: 0rem;}
a { color: inherit; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; text-decoration: none; }
a:hover, a:active, a:focus { color: inherit; text-decoration: none; outline:0; }
button:focus { outline: none; border: none; }
.btn:focus { outline: none; box-shadow: none; }


.form-control:focus {
    outline: none;
    box-shadow: none;
}.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.navbar-light .navbar-nav .nav-link {
    padding-right: 16px;
}




.dropdown-menu{ border-radius: 0; border: none; color: #fff; padding: 0;
margin-top: -10px; background: #fff; min-width:8.5rem; }
.dropdown-item{ padding: 7 10px !important; font-size: 14px; font-weight:600;  }
.dropdown-item a{ padding: 0 !important; line-height: 40px; width: 100%; }
.dropdown-item:hover{ background: #000; color: #fff; }

.dropdown-submenu .dropdown-item{ padding: 15 10px !important;border-radius: 0; background: #1bbde4;  }
.dropdown-submenu .dropdown-item .drp{ margin-top: 15px;  }

.dropdown-divider{ margin: 0 !important; border-top: 1px solid #ec8c12;  }


.dropdown-submenu {
    position: relative; 
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.115em;
    vertical-align: 0.155em;}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 8px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown:hover>.dropdown-menu {
  display: block; /*background: #fc9615;*/
    margin-top: 0px;
}






.form-select {
    padding: 10px;
    font-size: 12px;}
.form-control {
    padding: 10px;
    font-size: 12px;
    border-radius: 3px;}



.login {
    background-image: url("../images/banner-bg.jpg");
    background-position: center center;
    background-size: cover;
    margin-top: -32px;
    padding-top: 40px;
    background-repeat: no-repeat; /* height:100vh;*/
}
.login img{ height:80px; }
.login .card-header{ background: #ac0d62; color:#fff; }
.login .btn {
background: rgb(78,11,178);
background: linear-gradient(90deg, rgba(78,11,178,1) 0%, rgba(171,13,99,1) 100%);
color: #ffffff;
    border-radius: 3px;
    border: none;
padding: 11px 25px;
    font-size: 15px;
    width: 100%;
}
.login .btn:hover{
    background-color: #000; }


.login .btn2 {
background: rgb(78,11,178);
background: linear-gradient(90deg, rgba(78,11,178,1) 0%, rgba(171,13,99,1) 100%);
color: #ffffff;
    border-radius: 3px;
    border: none;
    padding: 11px 42px;
    font-size: 15px;
}
.login .btn2:hover{
    background-color: #000; }


.login label{ font-size:13px; }
.login .card-body{ padding: 8% 8% 5% 8%; }


/*----------------BANNER--------------------*/
.banner {
    background-image: url("../images/banner-bg.jpg");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 600px;
   
    margin-top: -32px;
}
.banner small{ font-size:11px; }
.banner .form-check { font-size: 12px;
    line-height: 20px; }

.banner .sort ul{  margin:0; padding:8px 0 5px 0; }
.banner .sort ul li{ float: left;
    list-style: none;
    padding: 0 13px 0 0; }

.form-select:focus {
    border-color: #ced4da !important;
    
    box-shadow: none!important;
}

.banner .col-form-label {

    font-size: 12px;
    line-height: 20px;
    background: #eee;
    border-radius: 3px 0 0 3px;
    padding: 9px 8px;
    text-align: center;
    border: 1px solid #ced4da; border-right: none;
}
.banner .col-form-label2 {
width: 30%;
    font-size: 12px;
    line-height: 20px;
    background: #eee;
    border-radius: 3px 0 0 3px;
    padding: 9px 8px;
    text-align: center;
    border: 1px solid #ced4da; border-right: none;
}
.inner-banner {
    background-image: url("../images/banner-bg.jpg");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    
    margin-top: -32px;
}
.login .btn3 {
    background: rgb(198 179 227);
    background: linear-gradient(90deg, rgb(224 218 233) 0%, rgb(191 172 182) 100%);
    color: #423e3e;
    border-radius: 3px;
    border: none;
    padding: 11px 42px;
    font-size: 15px;
    /*.banner .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(43, 24, 143, 80%);*/
}  
    .header-top{ background: rgba(0, 0, 0, 50%); width:100%; max-height: 40px; 
    max-height: 32px; padding-top: 2px;}
.header-top i{ font-size:12px; color:#fff; }
        .header-top h2 {
            font-size: 13px;
            font-weight: 500 !important;
            line-height: 22px;
            color: #fff;
            margin-top: 0 !important;
            text-transform: none !important;
        }
.header{padding: 14px 0;}
.header .get-quote{ background: #fc9715;
    white-space: nowrap;
    padding: 10px 27px;
    line-height: 31px;
    color: #fff;
    border-radius: 3px;
    margin-top: 20px;font-weight: 600; }
.header .get-quote:hover{ background:#000; color:#fff; }


.banner .nav-link{ background:#ac0d62; color:#fff; padding: 15px 10px; text-align: center; }
.banner .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057; background-color: #fff; border-color: #fff; 
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
border-color: #fff;
}
.banner .nav-link img{ max-height: 17px;}

.banner .tab-content{ padding:10px 20px; }



.banner h3{font-size: 18px; line-height: 20px; color: #fff; font-weight: 500;/* padding-left: 66px;*/ }
.banner h2{/* font-size: 70px; line-height: 70px;*/  color: #fff; margin-top: 20px;
     font-weight: 700; }    
.banner h2 span{  color: #ff8e00; }    
.banner p{/*font-size: 19px; width: 36%;*/ clear: both; color: #000; 
    line-height: auto; font-weight: 400; float: left; }    
.banner .dot{ border:2px solid #f94f43; width: 18px; height: 18px; float: left; margin:5px 10px 5px 5px; }
.banner img{  max-height:650px; }

.banner .btn {
background: rgb(78,11,178);
background: linear-gradient(90deg, rgba(78,11,178,1) 0%, rgba(171,13,99,1) 100%);
color: #ffffff;
    border-radius: 3px;
    border: none;
    padding: 10px 25px;
    font-size: 13px;
}
.banner .btn:hover{
    background-color: #000; }
.carousel-caption {
    position: absolute;
    right: 15%;
    /*top: 30%;*/
    left: 15%;
    z-index: 10;
    padding-top: 40px;
    padding-bottom: 20px;
    color: #fff; text-align: left;
}
.carousel-indicators { bottom: 32px; display: none;}
.carousel-indicators li { background-color: #ccb892; }







/*----------------services--------------------*/ 
.services{ padding: 0 }
.services1{ padding: 70px 5%; }
.services .color-overlay {
   position: relative;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgb(30, 45, 74, 0.9);
}
.services hr{ width: 20%; margin: 0}
.services i{    font-size: 12px;
    color: #bfa9a9;
    /* background: #fff; */
    padding: 0;
    margin-bottom: 24px; }
.services .location{    font-size: 16px;
    color: #500bb1;     margin-right: 5px;}
.services h2{/*font-size: 70px; line-height: 70px;*/ color: #fff; margin-bottom: 15px; font-weight: 700; }  
.services h2 span{ color:#fc9615; }

.services .rental-btn {
    background: #f6e8b3;
    padding: 8px 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.services h3{ 
        font-size: 11px; margin: 0;
    line-height: 14px; text-align: center; font-family: Oswald, sans-serif;
    color: #000;
    font-weight: 600; text-transform:uppercase; }  
.services h3 span{color: #c51818; text-transform:none;}
.services .after{ height:20px;    position: relative;
    left: -8px;
    top: -2px; }
 
.services .menu-title{ 
            margin: 0;
    padding: 11px 10px;
        background: #d7b271; 
    color: #fff;
    font-weight: 600; }  
.services .menu-title span{ font-size: 12px;
    color: #ffffff;
    text-align: right;
    float: right; }
.services .menu-title2 {
    margin: 0;
    padding: 10px 10px;
    background: #f8f9fa;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #f8f9fa;
}    

.services .item{ background:#fff; margin-bottom: 30px; border: 1px solid #d9d9d9; min-height: 484px;
    padding-bottom: 40px; }
    .services .item img {
        height: 200px;
        width: 100%;
    }
    .services .chec{     position: relative;
    left: 7px;
    top: 27px;
}  
.services .item h2{ 
        font-size: 18px;     margin: 0 0 5px 0;
    line-height: 20px; 
    color: #500bb1;
    font-weight: 600;
    z-index:1;     min-height: 40px;} 
.services .item .checked {
  color: #f8f020;
}
.services .sort{     font-size: 13px;
    padding: 12px 20px;     margin-bottom: 20px;}
.services .sort label {min-width: 58px;
    padding-right: 5px; }   
.services .sort .active{ color:#c51818 }   
.services .sort .active i{ color:#c51818 }    
.services .sort span{ padding:0  }    
.services .sort i{ font-size:12px }
.services .sort .form-check{     margin: 7px 20px 0 0; }
.services .sort .filter {padding-top: 0px;}
.services .sort ul{ float: right; margin:0; padding:0 }
.services .sort ul li{ float: left;
    list-style: none;
    padding: 0 15px; }
.services .sort .request-quote-all { text-align: center;
    background: rgb(78,11,178);
background: linear-gradient(90deg, rgba(78,11,178,1) 0%, rgba(171,13,99,1) 100%);
    font-weight: 600;
    font-size: 11px;
    color: #ffffff;
        border-radius: 3px;
    padding: 12px 12px;
    float: left;
}
.services label{ font-size:12px; }


.services .package ul{ float: left; margin:0 0 10px 0;}
.services .package ul li{ float:left; list-style:none;     padding: 7px;
    border-radius: 10px;     margin-right: 6px;
 }
.services .package ul li:nth-child(1) { background: #f6e8b3;}
.services .package ul li:nth-child(2) { background: #fff3c6;}
.services .package ul li:nth-child(3) { background: #f6e8b3;}

/* Styling for the custom div */
    .custom-div {
        display: none; /* Hide the div by default */
        position: absolute; left: -50px; top: 40px;
        background-color: #333;
        color: #fff;
        padding: 10px 10px 10px 10px;
        border-radius: 5px; min-width: 350px;
        z-index: 1; 
    }
    .custom-div:after {
    content:'';
    position:absolute;
    top:-23px;
    left:55px;
    width:0;
    height:0;
    border:15px solid transparent;
    border-bottom:15px solid #333;
}

    .custom-div span{color:#f6e8b3; position: relative; left: 0px; padding-bottom:3px; font-weight:600  }

    /* Styling for the container */
    .tool {
        position: relative;
    }

    /* Show the custom div when hovering over the container */
    .tool:hover .custom-div {
        display: block; font-size: 12px;
    }



/* Styling for the custom div */
    .custom-div2 {
        display: none; /* Hide the div by default */
        position: absolute; left: -20px; bottom: 60px;
        background-color: #333;
        color: #fff;
        padding: 10px 10px 10px 10px;
        border-radius: 5px; min-width: 200px;
        z-index: 99; 
    }
    .custom-div2:after {
    content:'';
    position:absolute;
    bottom:-23px;
    left:35px;
    width:0;
    height:0;
    border:15px solid transparent;
    border-top:15px solid #333;
}

    .custom-div2 span{color:#f6e8b3; position: relative; left: 0px; padding-bottom:3px; font-weight:600  }

    /* Styling for the container */
    .tool {
        position: relative;
    }

    /* Show the custom div when hovering over the container */
    .tool:hover .custom-div2 {
        display: block; font-size: 12px;
    }




.services p{ font-size: 12px;
    line-height: 17px; text-align:left; min-height: 52px; }    
.services .request-quote {
    background: rgb(78,11,178);
background: linear-gradient(90deg, rgba(78,11,178,1) 0%, rgba(171,13,99,1) 100%);
    font-weight: 600;
    font-size: 11px;
    color: #ffffff;
    border-radius: 49px;
    padding: 10px 26px;
    float: left;
}

.service-icon {
    position: absolute;
    width: 90px;
    height: 90px;
    color: var(--color-white);
    text-align: center;
    left: 50%;
/*    top: 175px;*/
    transform: translateX(-50%);
    box-shadow: var(--box-shadow);
    z-index: 1;
}


.services .col-form-label2 {
    font-size: 12px;
padding-bottom: 6px;
}


.services .item2 {
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #d9d9d9;
    min-height: 75px; /* height: 115px*/
} 

.services .item2 h2{ 
        font-size: 25px;     margin: 20px 0 6px 0;
    line-height: 25px; 
    color: #500bb1;
    font-weight: 600; } 
.services .item2 h3{ 
        font-size: 12px;  margin: 0; width: 100%;/*text-wrap: nowrap;*/
    line-height: 20px; 
    color: #000;
    font-weight: 600; text-transform: none; text-align: left;}  
.services .item2 h4{ color:#c51818; font-size: 15px; }
.services .item2 .add {
    background: rgb(78,11,178);
background: linear-gradient(90deg, rgba(78,11,178,1) 0%, rgba(171,13,99,1) 100%);
    font-weight: 600;
    font-size: 11px;
    color: #ffffff;
    border-radius: 3px;
    padding: 5px 14px;
    float: right;
    position: relative;
/*    bottom: -15px;
    right: 9px !important;*/
}
.services .item2 .tag{ height:13px!important; }   

.services .item2 .spice-select {    padding: 3px 0 3px 10px; border-radius: 0;}


.services .add2 {
    background: rgb(78,11,178);
background: linear-gradient(90deg, rgba(78,11,178,1) 0%, rgba(171,13,99,1) 100%);
    font-weight: 600;
    font-size: 11px;
    color: #ffffff;
    border-radius: 3px;
    padding: 5px 14px;
    float: right;
    position: relative;
/*    bottom: -15px;
    right: 9px !important;*/
}
.services .form{ height:27px;     margin-bottom: 10px; }
.services .item2 p{ font-size:12px; line-height: 15px;     color: #837979; margin: 0; }

.services .form ul{ float: left; margin:0 0 10px 0;}
.services .form ul li{ float:left; list-style:none;     padding: 7px;
 }


.services .item2 .checked {
  color: #f8f020;
}
.services .service-nav ul{ 
    margin: 0; 
    padding: 0; 
    list-style-image:none;}    
.services .service-nav ul li{ 
    margin: 0; 
    padding: 0; 
    font-size: 14px; 
    font-weight: 500;
    line-height: 24px; 
    text-align:left;
    list-style:none; }
.services .service-nav ul li a{ 
    background: #fff; color: #000; 
    display: block;
    padding: 10px 20px;
    margin-bottom: 6px; } 
.services .service-nav .on{ background: #ac0d62; color:#fff!important; }    
.services .service-nav ul li a:hover{ 
        background: #ac0d62;
    color: #fff; }        
.services .service-nav {
    background: #f7f8f9;
    margin-bottom: 30px;
    padding: 20px; 
}
.service-nav p{ line-height:10px; } 
.service-nav p i{ font-size: 10px;
    float: left !important; } 
.services .service-nav i{ background:none; outline:none; float: right; margin-right:0; padding:0; width:auto; color:#000; }
.services .shortlist h5{ background: #fff; font-size: 15px; padding:15px; color:#000; }

.services .shortlist .add {
    background: rgb(78,11,178);
background: linear-gradient(90deg, rgba(78,11,178,1) 0%, rgba(171,13,99,1) 100%);
    font-weight: 600;
    font-size: 13px; width: 100%;
    color: #ffffff;
    border-radius: 3px;
    padding: 12px 24px;
}
.services .shortlist {
    background: #f7f8f9;
    margin-bottom: 30px;
    padding: 20px; 
}
.services .shortlist ul { padding:0; }
    .services .shortlist ul li {
        margin: 0;
        padding: 0;
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        text-align: left;
        list-style: none;
        cursor: pointer;
    }
.services .shortlist ul li a{ 
    color: #000; 
    display: block;
    padding: 0;
    margin-bottom: 6px; } 
.services .shortlist ul li span{     font-size: 10px;
    color: #796f6f;     padding-left: 5px; }
/*----------------ABOUT US--------------------*/
.about{ margin: 0; padding: 70px 0;} 
.about h2{/*font-size: 70px; line-height: 70px;*/  margin-bottom: 15px; font-weight: 700; }  
.about h3{ 
    font-size: 20px;
    line-height: 20px;
    color: #f6b648;
    font-weight: 700; padding-left: 24px;
    text-transform: uppercase; z-index:1 }  
.about h3::after {
    content: "";
    position: absolute;
        top: 1px;
    left: 17px;
    width: 122px;
    height: 18px;
    background-image: url("../images/about-after.png"); background-size: contain;   
  background-repeat: no-repeat;}

.about h4{ 
    font-size: 19px;
    line-height: 25px;
    font-weight: 600;
     }  
.about h5{ 
    font-size: 40px;
    line-height: 20px;
    font-weight: 800;
     }       
.about h5 span{ color:#f6b648; }

.about p{ font-size: 16px; line-height: 26px; text-align:justify; } 
.about a{font-size: 14px; line-height: auto; font-weight: 600; background:#d52e35; padding:15px 30px; color:#fff;
border-radius:3px; text-transform:uppercase; }  
.about .btn {
    background-color: #fc9615;
    font-weight: 600;
    color: #ffffff;
    border-radius: 49px;
    padding: 14px 42px;
    text-transform: uppercase;
}
.about .btn:hover{
    background-color: #000; }

 

/*----------------USP--------------------*/
.usp{ padding: 0; text-align: center; 
background-image: url("../images/usp-bg.jpg"); background-size: cover;   
  background-repeat: no-repeat; background-attachment: fixed; }
.usp .color-overlay {
   position: relative;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgb(30, 45, 74, 0.9);
}
.usp h2{font-size: 60px; line-height: 70px; margin-top: 20px; color: #76d7ef; font-weight: 800; } 
.usp p{color: #727b91; font-size: 14px; font-weight: 600;}
.usp img{ max-height:60px; margin:0 auto; }
















/*----------------CALL--------------------*/
.call{ padding: 0;}
.call-content{ background: #f49e2f; padding:20px 30px; margin-bottom: -100px; }
.call-content img{ height:30px; }
.call-content h2{ line-height: 35px;
    color: #fff;
    font-weight: 700;
    margin-top: 30px; } 
.call-content p{ color:#fff; font-size:14px; }    
.call-content h4{ font-size: 26px;
    line-height: 20px;
    color: #fff;
    font-weight: 600; }  
.call-content a{ color:#fff; padding:10px 30px; border:1px solid #fff;
/*    font-size: 32px;*/
    font-weight: 800; }


.call-content .btn {
    background-color: #fff;
    font-weight: 600;
    color: #fc9615;
    font-size: 14px;
    border-radius: 49px;
    padding: 14px 42px;
    text-transform: uppercase;
}
.call-content .btn:hover{
    background-color: #fc9615; color:#fff; }











/*----------------FOOTER--------------------*/
.footer{ background-image: url("../images/footer-bg.jpg"); background-position: center top; 
  background-size: cover; background-repeat: no-repeat;  padding: 80px 5% 20px 5%; color: #fff; }
.footer img{ margin-bottom: 20px; max-height:60px }
.footer h2{font-size: 22px;
    margin-bottom: 30px;
    color: #fff;
    line-height: auto;
    font-weight: 600;
    letter-spacing: 1px; }  
.footer hr{border-top: 2px solid #2490eb; background: none; width: 100%; float: left; margin: 0 0 30px 0;}
.footer p{ font-size: 14px; }
.footer ul{ float: left; margin: 0 0 20px 0; }
.footer ul li{ font-size: 14px; padding-bottom: 16px; }
.footer ul li i{font-size: 8px;
    position: relative;
    top: -1px; }
.footer i{ color: #fff; font-size: 20px; margin: 5px 9px 0 0; }
.footer-btn{ background: #fff; width: 40px; height: 40px; text-align: center; color: #000; font-size: 13px; font-weight: 600;
-moz-border-radius: 80px; -webkit-border-radius: 80px; border-radius: 80px; text-transform: uppercase; }
.footer-btn:hover{ background: #000; color: #fff; }

.footer .social .bi {
    padding: 9px 13px 9px 13px;
    font-size: 14px;
    width: 43px;
    text-align: center;
    text-decoration: none;
    color: #000;
    margin: 5px 2px;
    border-radius: 3px;
    background: #fff;
    transition: all 0.5s ease;
}
.footer .social .bi:hover {
    color: #fff;
    background: #000;
} 
.copyright{ background: #111a3a; padding: 20px 0; text-align: center;  color:#fff;
font-size:13px; }
.copyright hr{ border-top: 1px solid rgb(255 244 244 / 10%) !important;}






/*----------------ABOUT US--------------------*/
.inner{ margin: 0; padding: 70px 0;} 
.inner h2{/*font-size: 70px; line-height: 70px;*/  margin-bottom: 15px; font-weight: 700; }  
.inner h3{ 
    font-size: 20px;
    line-height: 20px;
    color: #f6b648;
    font-weight: 700; padding-left: 10px;
    text-transform: uppercase; z-index:1 }  
.about h3::after {
    content: "";
    position: absolute;
        top: 1px;
    left: 17px;
    width: 122px;
    height: 18px;
    background-image: url("../images/about-after.png"); background-size: contain;   
  background-repeat: no-repeat;}

.inner p{ font-size: 16px; line-height: 26px; text-align:justify; } 
/*.inner a{font-size: 14px; line-height: auto; font-weight: 600; background:#d52e35; padding:15px 30px; color:#fff;
border-radius:3px; text-transform:uppercase; }  */
.inner h4{ font-size: 18px; line-height: 23px; color: #003a6b; font-weight: 700;}


.inner ul{ margin: 0; padding: 0 0 15px 20px; }    
.inner ul li{ margin: 0; padding: 0 0 10px 0; list-style: square; font-size: 14px; line-height: 24px; 
 text-align:left; }

.inner .box{ background:#fff; padding:20px; margin-bottom: 30px;     min-height: 456px;
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05); } 
.inner .box h2{ 
        font-size: 17px;
    line-height: 20px;  text-transform: uppercase;
    color: #000;
    font-weight: 700; text-align: center;
    z-index:1 }  
.inner .box p{     font-size: 14px;
    line-height: 22px; text-align: center; }  


.inner .industry{ background:#fff; padding:20px; margin-bottom: 50px;
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05); border: 1px solid #ebebeb; } 
.inner .industry h2{ 
        font-size: 21px;
    line-height: 25px; text-align: left; text-transform: uppercase;
    color: #000;
    font-weight: 700; 
    z-index:1 }  
.inner .industry p{     font-size: 14px;
    line-height: 24px; text-align: justify; color:#000; }      
.inner .industry img{    margin-top: -45px; border: 4px solid #fc9715;}
.inner .after{ height:20px;    position: relative;
    left: -8px;
    top: -2px; }

.jbox-img{ max-height:225px; width:100%; }

.contact{ margin: 0; padding: 70px 0; background: #f3f6fd;} 
.contact h2{font-weight: 800;
    font-size: 20px;
    text-align: center; }  
.contact p{font-size: 15px;
    line-height: 22px;
    text-align: center; margin:0; }     
.contact h3{ font-size: 18px; line-height: 20px; color: #003a6b; font-weight: 700; }    
.contact h4{font-size: 16px; margin-top: 10px; line-height: 22px; font-weight: 600; }
.contact h4 span{ color: #003a6b; font-weight: 600;}
.contact ul{ margin: 0; padding: 0 0 0 20px; }    
.contact ul li{ margin: 0; padding: 0 0 10px 0; list-style-image: url('../images/plus.png');}
.contact .form{ padding:40px; background: #fff; min-height: 280px;    
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    border-radius: 0px; }
.contact .form-control{ background: #fff; padding: 15px; color: #222; min-height: 50px;
-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; margin-bottom: 10px; 
resize: none; }
.contact .form-control:focus{outline: none}
.contact .form .btn{ padding: 15px 30px; margin-top: 5px; text-transform: uppercase; 
  background: #f49e2f; color: #fff; font-weight: 600; 
  -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;  }
.contact .form .btn:hover{ background: #000;}
  
.contact i{ background: #f94f43; color: #fff; width: 40px; height: 40px; padding: 10px; 
    text-align: center; outline: 1px solid #ccc; outline-offset: 5px; margin-right: 20px; }

.contact .contact-icon {
        background: #f49e2f;
    border-radius: 68px;
    width: 84px;
    height: 84px;
    padding: 15px;
    line-height: 47px;
    display: inline-block;
    text-align: center;
}
.contact .contact-icon img {
    max-height: 45px;
}






/*----------------BLOG--------------------*/
.blog{ margin: 0; padding: 70px 0 70px 0; background-color: rgb(244, 247, 254)} 
.blog h2{/*font-size: 70px; line-height: 70px;*/  margin-bottom: 30px; color: #003a6b; font-weight: 800;
text-align:center; }  
.blog h3{ font-size: 18px; line-height: 27px; font-weight: 700; text-transform: uppercase;} 
.blog h4{ font-size: 12px; line-height: 20px; font-weight: 600; }  
.blog p{ font-size: 14px;
    line-height: 23px; } 
.blog a{font-size: 14px; line-height: auto; font-weight: 600; padding:15px 0px; text-transform:uppercase; color:#31333e; }  
.blog i{ color:#219652; }
.blog .box{ box-shadow: 0px 10px 30px rgb(5 5 5 / 8%); padding:20px; border-radius: 10px; margin-bottom:20px;
background:#fff; min-height: 300px; }
.blog .box img{ margin-bottom:20px; }






.testimonial{ padding: 0; }
.testimonial h2{/*font-size: 70px; line-height: 70px;*/  margin-bottom: 15px; font-weight: 700; }  
.testimonial h2 span{ color:#fc9615; }
.testimonial h3{ 
    font-size: 20px;
    line-height: 20px;
    color: #f6b648;
    font-weight: 700;
    text-transform: uppercase; z-index:1 }   
.testimonial p{ font-size:14px; }    
.testimonial .after2{ height:20px;    position: relative;
    left: -8px;
    top: -2px; }
.testimonial .box{ background:#f1f1f1; padding: 20px 30px; 
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%); }
.testimonial .box img{ height:60px; width:60px !important; margin-bottom:15px; }
.testimonial .box h2{ font-size: 18px; 
    line-height: 20px;
    font-weight: 600; }
.testimonial .box h3{ 
    font-size: 15px;
    line-height: 20px; text-transform: none;
    color: #f6b648;
    font-weight: 600; z-index:1 }      
.testimonial .testi_text:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    line-height: 50px;
    top: -65px;
    right: 0;
    background-color: #fc9615;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    left: 0;
    margin: auto;
}
.testimonial .testi_text:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -50px;
    right: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    transform: rotate(45deg);
    margin: auto;
    box-shadow: 5px 3px 2px 0px rgb(0 0 0 / 3%);
}

.babb_viewed_content{ max-height:455px; }
.babb_viewed_nav {
         display: inline-block;
    cursor: pointer;
    background: #fff;
    padding: 5px 8px;
    color: #000;
    
    z-index: 1;
 }
 .babb_viewed_nav i {
     color: #fff;
     font-size: 14px;
     padding: 9px;
     -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
     -ms-transition: all 200ms ease;
     -o-transition: all 200ms ease;
     transition: all 200ms ease
 }
 .babb_viewed_nav:hover i {
     color: #fbbd02
 }
 .babb_viewed_prev {
     margin-right: 5px;  
     background: #fc9615;
     padding: 5px 8px;
     color: #fff;
     position: absolute;
    left: -10px;
    top: 102px;
 }
  .babb_viewed_next {
     margin-right: 5px;  
     background: #fc9615;
     padding: 5px 8px;
     color: #fff;
     position: absolute;
    right: -10px;
    top: 102px;
 }







.industry{ padding: 0;
background-image: url("../images/service-bg.jpg"); background-size: cover;   
  background-repeat: no-repeat; }
.industry h2{/*font-size: 70px; line-height: 70px;*/ color: #fff; margin-bottom: 15px; font-weight: 700; }  
.industry h2 span{ color:#fc9615; }
.industry h3{ 
    font-size: 20px;
    line-height: 20px;
    color: #f6b648;
    font-weight: 700;
    text-transform: uppercase; z-index:1 }  

.industry p{ font-size: 16px;
    line-height: 27px;
    text-align: center;
    margin-top: 23px; color:#fff; } 
.industry .service-btn{font-size: 14px;
    line-height: auto;
    font-weight: 600;
    padding: 16px 35px;
    text-transform: uppercase;
    color: #ffffff;
    background: #f6b648; }  
.industry .service-btn:hover{ color: #000;
    background: #fff; }  

.industry-right {
    padding: 60px 0px;
    background-image: url("../images/service-bg2.png"); 
    background-repeat: repeat-y;
    background-repeat: repeat;
    position: relative;
    bottom: -130px;
    margin-top: -130px;
    right: -15px;
    z-index: 1;
}

.industry .container2 {
  position: relative;
  width: 100%; overflow: hidden;
}
.industry .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.industry .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute; width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center; 
}

.industry .container2:hover .image {
  opacity: 0.3;
}

.industry .container2:hover .middle {
  opacity: 1;
}

.industry .text {
  background-color: rgb(224, 136, 24, 0.9);
  font-size: 16px;
  padding: 25px; text-align: left; width: 102%; min-height: 200px;
}
.industry .text h2{ 
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    font-weight: 700; margin-top: 15px;
    text-transform: uppercase; }  
.industry .text p{ font-size: 14px;
    line-height: 20px;
    text-align: left;
    margin-top: 0px; color:#fff; } 

.industry .text img{ max-width:80px; }



.industry .box{ margin-bottom:20px; }
.industry .service-right .box {
    border-radius: 0; 
    padding: 0px;
    box-shadow: none;
    background: none;
    line-height: 80px;
    display: inline-block;
    text-align: center;
}
.industry .after{ height:20px;    position: relative;
    left: -8px;
    top: -2px; }
.industry .service-right .box .service-item { background:#fff; min-height:390px; padding:20px 20px 0 20px;  }
.industry .service-item-content{ min-height: 230px; }
.industry .service-right .box .service-item h4{ font-size: 23px; line-height: 27px;
    font-weight: 700; text-align: left; border-left: 5px solid #f6b648; padding-left: 10px;}  
.industry .box .number{ 
    color:#f2f2f2; 
    font-family: 'Teko', sans-serif;
    font-size:120px;
    font-weight:500; }

.industry .box .arrow{
    position: absolute;
    right: 11px;
    top: 281px;
}
.bcbb_viewed_content{ max-height:197px; }

.bcbb_viewed_nav {
         display: inline-block;
    cursor: pointer;
    background: #fff;
    padding: 5px 8px;
    color: #000;
    
    z-index: 1;
 }
 .bcbb_viewed_nav i {
     color: #f49e2f;
     font-size: 14px;
     padding: 9px;
     -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
     -ms-transition: all 200ms ease;
     -o-transition: all 200ms ease;
     transition: all 200ms ease
 }
 .bcbb_viewed_nav:hover i {
     color: #fbbd02
 }
 .bcbb_viewed_prev {
     margin-right: 5px;  
     background: #fff;
     padding: 5px 8px;
     color: #000;
     position: absolute;
    left: -10px;
    top: 150px;
    border-radius: 50px;
 }
  .bcbb_viewed_next {
     margin-right: 5px;  
     background: #fff;
     padding: 5px 8px;
     color: #000;
     position: absolute;
    right: -10px;
    top: 150px;
    border-radius: 50px;
 }





.product-img{ padding:20px; background:#38a1ce;
margin-bottom: 15px; max-height:300px; overflow:hidden;
border-bottom:20px solid #38a1ce; }
.product-img h6{ color:#fff; margin:0; padding: 0 0 10px 0; }    




.checkout-card {background: rgb(78,11,178);
background: linear-gradient(90deg, rgba(78,11,178,1) 0%, rgba(171,13,99,1) 100%); 
    margin-bottom: 10px;}
.checkout-card h2 {color: #fff;
           font-weight: 400;
    font-size: 15px;
    margin: 0;}
.checkout-card i{ color:#fff; font-size:16px; }    
th{ font-weight:600; text-transform:uppercase; }
td{    font-size: 15px;}

.services1 .address-card{ background: #fff;
    margin-bottom: 20px;
    border: 1px solid #d9d9d9; }
.services1 .address-card h2 {     line-height: 23px;
           font-weight: 500;
    font-size: 15px;
    margin: 0;}    
.services1 .address-card p{ font-size: 14px;
    line-height: 24px;
    color: #726666; margin:0 }    
.services1 .address-card i{ color:#500bb1; }
.services1 .add {
    background: rgb(78,11,178);
    background: linear-gradient(90deg, rgba(78,11,178,1) 0%, rgba(171,13,99,1) 100%);
    font-weight: 600;
    font-size: 13px;
    color: #ffffff;
    border-radius: 3px;
    padding: 12px 24px;
}
.services1 .service-nav ul{ 
    margin: 0; 
    padding: 0; 
    list-style-image:none;}    
.services1 .service-nav ul li{ 
    margin: 0; 
    padding: 0; 
    font-size: 16px; 
    font-weight: 500;
    line-height: 27px; 
    text-align:left;
    list-style:none; }
.services1 .service-nav ul li a{ 
    background: rgb(78,11,178);
    background: linear-gradient(90deg, rgba(78,11,178,1) 0%, rgba(171,13,99,1) 100%); color: #fff; 
    display: block;
    padding: 12px 20px;
    margin-bottom: 3px; }  
.services1 .service-nav ul li a:hover{ 
    background: #000; 
    color: #fff; }        
.services1 .service-nav {
    margin-bottom: 30px;
}
.services1 .service-nav i{ background:none; outline:none; margin-right:0; padding:0; width:auto; color:#fff; }
.services1 .col-form-label2 {
    font-size: 14px;
    padding-bottom: 6px;
}

table td{}
.nav-menu {     background: #ac0d62;
    color: #fff;
    padding: 15px 10px;
    text-align: center;}
.nav-menu img {
    max-height: 17px;
}    
.nav-menu:hover{ background:#fff; color:#000; }

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: none;
}

.accordion-button { background:#d7b271; font-size: 18px;
    margin: 0;
       padding: 0 10px 0 0;
    background: #d7b271;
    color: #fff;
    font-weight: 600;border-radius: 0; }
.accordion-button:not(.collapsed) { background:#d7b271; color:#fff; 
font-size: 18px;
    margin: 0;
        padding: 0 10px 0 0;
    background: #d7b271;
    font-weight: 600;border-radius:0  }
.accordion-item{ border-radius:0; border:0 }
.accordion{ border-radius:0 }
.accordion-button .menu-title { width: 100%; font-size: 16px;
}    

.accordion-button:focus {box-shadow: none;
}
.accordion-button img{ max-height:15px; }
.accordion-header {margin-bottom: 10px;
}

.onion {   font-size: 10px;
    color: #796f6f;     font-weight: 500;}






.dashboard th{ text-transform:none; font-size:15px; white-space: nowrap; }
.dashboard td{ font-size:13px; white-space: nowrap; }
.dashboard td .badge{ font-weight:500; }
.pagination { font-size: 13px; }
.pagination a{ color:#333 }
.dashboard .btn-detail {
    background: #fff;
    border: 1px solid #e2dddd;
    font-size: 11px;
    padding: 2px 8px;
}
.order-details p{ font-size:13px;  }
.order-details th{ text-transform:none; font-size:14px; white-space: nowrap; }
.order-details td{ font-size:13px;  white-space: nowrap; padding-bottom: 0;}
.order-details td span{ font-size:11px; color:#222; margin-left:5px; }
.order-details td .badge{ font-weight:500; } 
.order-details h6{ font-size:14px; }
.order-details ul{ float: left; margin:0 0 10px 0; padding: 0 0 0 15px;}
.order-details ul li{ list-style:square; }
.dashboard-nav ul{ 
    margin: 0; 
    padding: 0; 
    list-style-image:none;}    
.dashboard-nav ul li{ 
    margin: 0; 
    padding: 0; 
    font-size: 14px; 
    font-weight: 500;
    line-height: 24px; 
    text-align:left;
    list-style:none; }
.dashboard-nav ul li a{ 
    background: #ac0d62;
    color: #fff;
    display: block;
    padding: 10px 20px;
    margin-bottom: 6px; } 
.dashboard-nav .on{ background: #ac0d62; color:#fff!important; }    
.dashboard-nav ul li a:hover{ 
    background: #000;
    color: #fff; }        
.dashboard-nav {
    background: #f7f8f9;
    padding: 20px; 
}
.dashboard-nav p{ line-height:10px; } 
.dashboard-nav p i{ font-size: 10px; float: left !important; } 
.dashboard-nav i{ background:none; outline:none; float: right; margin-right:0; padding:0; width:auto; color:#fff;   } 



.btn-login{ background:non; font-size:13px; }
.btn-back{     background: #ac0d62;
    color: #fff;
    padding: 12px 30px; }
.btn-back:hover{     background: #000;
    color: #fff;}    




.services .nav-tabs{ font-size:14px;  }
.services .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.services .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #dee2e6 #dee2e6 #fff;
}



.red{ background:red; border-color:red; }
.green{ background:green; border-color:green; }
.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow:none;
}
.services .btn {
    background: rgb(78, 11, 178);
    background: linear-gradient(90deg, rgba(78, 11, 178, 1) 0%, rgba(171, 13, 99, 1) 100%);
    color: #ffffff;
    border-radius: 3px;
    border: none;
    padding: 10px 25px;
    font-size: 13px;
}


.support-btn {
    background: rgb(78,11,178);
    background: linear-gradient(90deg, rgba(78,11,178,1) 0%, rgba(171,13,99,1) 100%);
    color: #ffffff;
    border-radius: 3px;
    border: none;
    padding: 10px 25px;
    font-size: 13px;
}

    .support-btn:hover {
        background-color: #000;
    }



.main-menu > a:after {
   
    margin-left: 5px !important;
}