body 
{
    padding-top: 81px; /* Adjust depending on navbar height */
}
/*header*/
.whitelabel-navbar 
{
    border-radius: 0;
    background-color: #333333;
    /* border-color: #dddddd; */
    border-bottom:1px solid #dddddd;
    margin-bottom:0;
    height:81px;
}
.whitelabel-navbar.navbar-fixed-top 
{
    position:fixed
}

.whitelabel-navbar .navbar-brand.wl-navbar-brand
{ 
    padding:0;
    background: transparent;
    margin-top: 15px;
}
.whitelabel-navbar .wl-logo-size
{
    max-width: 300px;
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    align-items: center;
    object-fit: contain;
}
.whitelabel-navbar .navbar-nav.whitelabel-navbar-nav>li>a
{
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    text-transform: capitalize;
    color: #ffffff;
    padding: 30px 8px !important;
}
.brand-company-name
{
    color: #ffffff;
    position: absolute;
    padding-left: 25px !important;
    vertical-align: middle;  
    padding: 26px 0px;
    font-size:20px;
    font-weight: 500;
    text-transform: capitalize;

    display: inline-block;
    width: 350px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
} 
/*header*/


/* footer*/
.wl-footer
{
    background-color: #333333;
    color: rgb(255, 255, 255); 
}
.wl-footer .wl-footer-container
{  
    padding:30px 0px;
}
.wl-footer .wl-footerlogo-size
{
    max-width: 250px;
    height: 42px;
    margin-bottom:25px;
}

.wl-footer .btn-wl-footer {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    padding:8px 20px;
    border-radius:8px; 
}
.wl-footer .btn-wl-footer.btn-wl-footer-white
{
   background-color: #ffffff;
   color:#333333;
   border:1px solid white;
   margin-right:10px;
}

.wl-footer .btn-wl-footer.btn-wl-footer-outline
{
   background-color: transparent;
   color:#ffffff;
   border:1px solid white;
}

.wl-footer .footer-text
{
    margin-bottom: 25px;
    color:#ffffff;
    text-align:right;
}

.wl-footer .wl-footer-socials
{
    padding-left: 0;
    float: right;
    margin-bottom: 0;
}
.wl-footer .wl-footer-socials li 
{
    display: inline-block;
    margin: 0 5px 0 0px;
    vertical-align: middle;
}
.wl-footer .wl-footer-socials li:last-child
{ 
    margin: 0 0px 0 0px; 
}
.wl-footer .wl-footer-socials li  a.wl-footer-socials-a
{
    font-size: 14px;
    display: flex;
    background: #ffffff;
    color: #ffffff;
    padding: 0;
    border-radius:5px;
    text-align: center;
    transition: 0.3s;
    width: 30px;
    height: 30px;
    line-height: 30px;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.wl-footer .wl-footer-socials li  a.wl-footer-socials-a img
{
    width: 20px;
}
.wl-footer .wl-shortfooter-container
{ 
    padding:15px 0px;
    background-color: #000000;
    border-top: 1px solid #666464;
}
.wl-footer .wl-shortfooter-container P
{ 
    color:#ffffff;
    text-align:center;
    margin-bottom:0;
}
/* footer*/

 
/*css for comtact us open from side */
.wl-contact-form
{
	position:fixed;
	top:20%;
	left:0;
	z-index:100;
	min-height:500px;
	
}

.wl-contact-form .contact-form-show
{
	left:0 !important;
}

.wl-contact-form .wl-contact_form_area
{

	position:relative;
	display:none;
    overflow: hidden;
    background:#2d2d2d;
    border-radius: 0px 10px 10px 0;
}

.wl-contact-form .wl-contact_form_area_inner
{
    width:300px;
	min-height:450px;
	color:#fff;
	padding:15px;
}

.wl-contact-form .wl-contact_form_area h3
{
    margin-top: 0;
    font-size: 16px;
    border-bottom: 1px solid grey;
    padding-bottom: 10px;
    font-weight: 500;
    text-align: left;
    color:#ffffff;
}
.wl-contact-form .wl-contact_form_area_inner label
{
	font-weight:normal;
    font-size: 12px;
    color:#ffffff;
}		
.wl-contact-form .wl-contact_form_area_inner .custom-inp
{
	width:100% !important;
	height:35px !important;
	padding-left:5px;
    border-radius: 5px;
	color:#fff !important;
	border:1px #fff solid !important;
	background:transparent;
}
.wl-contact-form .wl-contact_form_area_inner .custom-inp:focus,
.wl-contact-form .wl-contact_form_area_inner .custom-inp-txt:focus
{
 
	border:1px #a09e9e solid !important; 
    box-shadow:none;
}		
.wl-contact-form .wl-contact_form_area_inner .custom-inp-txt
{
	width:100%;
	height:70px;
	padding:5px;
	color:#fff;
    border-radius: 5px;
	border:1px #fff solid !important;
	background:transparent;
}

.wl-contact-form .wl-contact-form-btn
{
	position: absolute;
    right: -75px;
    color: #fff;
    transform: rotate(90deg);
    top: 40%;
	border-radius:0;
    background: #555;
    font-size: 16px;
    letter-spacing: 2px;
    border-radius: 8px 8px 0px 0;
}
.wl-contact-form .wl-contact-form-btn:hover,
.wl-contact-form .wl-contact-form-btn:focus
{ 
	 background:#555;
}
.wl-contact-form .wl-btn-contact-submit
{
    background: #555;
    color: #fff;
    font-size:16px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 5px;
}



.mt-50
{
    margin-top:50px;
} 
/*css for comtact us open from side */




/*css for page scroll to top button*/
#brand-page-switcher {
  display: inline-block;
  background-color: #535250;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom:60px;
  right: 25px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#brand-page-switcher::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 35px;
  color: #fff;
}
#brand-page-switcher:hover {
  cursor: pointer;
  background-color: #727272;
}
#brand-page-switcher:active {
  background-color: #535250;
}
#brand-page-switcher.show {
  opacity: 1;
  visibility: visible;
}
 

/*css for page scroll to top button*/





@media (max-width: 767px) 
{
    body 
    {
        padding-top: 55px;
    } 
    .whitelabel-navbar.navbar-fixed-top 
    { 
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1030;
    }  
    .wl-offcanvas-menu 
    {
        margin-top: 0px; 
    }
    
   /*header*/ 
   .whitelabel-navbar 
    { 
        height:auto;
    }
    .navbar-collapse 
    {
        display: none !important;
    }
    .whitelabel-navbar .navbar-brand.wl-navbar-brand { 
        margin-top: 0px;
    }
    .whitelabel-navbar .wl-logo-size {
        max-width: 150px;
        height: 35px;
        margin-top: 10px;
    }
    .whitelabel-navbar .navbar-nav.whitelabel-navbar-nav>li>a
    {
        font-size: 14px; 
    }
    .whitelabel-navbar .navbar-toggle,
    .whitelabel-navbar .navbar-toggle:hover,
    .whitelabel-navbar .navbar-toggle:focus 
    {
        border-color: #333;
        background: #ffffff;
        border-radius: 6px;
        outline:0;
    }
    .whitelabel-navbar .navbar-toggle .icon-bar {
        background-color: #000000;
    }
 /* Offcanvas styles */
 .wl-offcanvas-menu 
 {
     position: fixed;
     top: 0;
     left: -250px;
     width: 250px;
     height: 100%;
     background-color: #222;
     z-index: 1040;
     padding-top: 60px;
     transition: left 0.3s ease;
 }
 
 .wl-offcanvas-menu ul 
 {
     list-style: none;
     padding: 0;
 }
 
 .wl-offcanvas-menu ul li a 
 {
     color: white;
     padding: 10px 20px;
     display: block;
     text-decoration: none;
 }
 
 .wl-offcanvas-menu.open 
 {
     left: 0;
 }
 
 .overlay-whitelabel 
 {
     display: none;
     position: fixed;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
     background: rgba(0, 0, 0, 0.5);
     z-index: 1030;
 }
 
 .overlay-whitelabel.active
 {
     display: block;
 }
 .whitelabel-navbar { 
    margin-bottom: 20px;
}
   /* Hide default mobile collapse menu */

.brand-company-name
{ 
    padding: 16px 0px;
    font-size:14px; 
    width:100px;
} 

.brand-company-name-mobile
{
    
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
   /*header*/


/*footer*/
.wl-footer .footer-text 
{ 
    text-align: left;
} 
.wl-footer .wl-footer-socials
{ 
    float: left;
}
.wl-footer .footer-text {
    margin-bottom: 15px; 
    margin-top: 25px;
}
/*footer*/
 

}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: landscape) 
{

    /*css for comtact us open from side */
    .wl-contact-form 
    { 
        top: 0; 
    } 
    .wl-contact-form .wl-contact_form_area_inner .custom-inp-txt 
    { 
        height: 50px; 
    }
    .wl-contact-form .wl-contact_form_area_inner .form-group
    { 
         margin-bottom: 5px;
    }
    /*css for comtact us open from side */
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)
{ 

    .brand-company-name
    { 
        padding: 30px 0px;
        font-size:14px; 
        width:150px;
    } 
    .whitelabel-navbar .wl-logo-size 
    {
        max-width: 200px;
        height: 50px; 
    }
    
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) 
{ 

    .brand-company-name
    { 
        padding: 30px 0px;
        font-size:14px; 
        width:200px;
    } 

    .whitelabel-navbar .wl-logo-size 
    {
        max-width: 300px;
        height: 50px; 
    }
 
}