@media (max-width: 480px)
	{
		.clients-words {
		background-size: auto !important;
		background-position: 50% 50% !important;
	}
}
.detail p{
 text-align: justify;
 margin-bottom: 15px !important;
}
.work_detail{
 border:1px solid #000000;
}

/**/ 
/*
essential styles:
these make the slideshow work
*/
#slides{
    position: relative;
    height: 500px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.slide{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height:;
    opacity: 0;
    z-index: 1;

    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.showing{
    opacity: 1;
    z-index: 2;
}



/*
non-essential styles:
just for appearance; change whatever you want
*/

.slide{
    font-size: 40px;
    /*padding: 40px 0px;*/
    box-sizing: border-box;
    /*background: #333;*/
    color: #fff;
    /*padding-top: 70px;*/

}
.slides img{
  width: 100%;
  height: 500px;
}
.work_detail1 {
  border:1px solid #000000;
}
.banner img{
  width: 100%;
  height: 500px;
}
.contactdetail{
  text-align: center;
  margin-bottom: 40px;  
}
.contactdetail h3{
    margin-bottom: 15px;
}
.contactdetail p{
  font-size: 20px;
    line-height: 32px;
}
.contactdetail a{
  font-size: 20px;
    color: #222222;
}
.footer_contact{
    margin: 0 0 0 0;
}
.footer_contact a {
    font-weight: 100;
    font-size: 20px;
    color: #000000;
   
}
/*inquiry*/
.inquiry {
    margin: auto;
    padding: 40px 20px;
    margin-top: 40px;
    margin-bottom: 50px;
    border: 1px solid #f7d917;
    border-radius: 10px;
    text-align: center;
}
.inquiry h2 {
    color: #000000;
    margin-bottom: 20px;
}
.inquiry label {
    text-align: left;
    color: #000000;
    font-size: 16px;
}
.black-btn1{
  margin-top: 30px;
}
.design_step  li{
    margin: 10px 0px;
    margin-left: 15px;
    list-style-type: disc;
}
.design_step  li a{
 color: #222222;
 font-size: 19px;
}
.home_service1{
 margin-top: 65px;
}
.homeservicetittle{
    text-align: center;
    border: 1px solid #000000;
    padding: 15px;
    margin-bottom: 35px;
}
.homeservicetittle h6 a{
    color: #000000;
}
.greyscaleimg{
  border:1px solid #e0dfdf;
}
.greyscaleimg img{
  filter: grayscale(100%);
}
.greyscaleimg img:hover{
  filter: grayscale(0%);
  
    transition: all 0.3s ease-in-out 0s;
}
.no-gutters{
    margin-right: 0;
   margin-left: 0;
}
.no-gutters1{
  padding-left: 0px;
  padding-right: 0px;
}
/*.servicehomeimg{
 
 text-align: center;
}*/
.servicehomeimg h6 {
 padding:10px 0px;
 
}
.servicehomeimg h6 a{
 padding:15px 0px 0px 6px;
 color: #000000;
}
.aboutdesigner{
 padding:10px;
}
.aboutdesigner1 ul li{
margin-bottom: 9px;
    list-style-type: disc;
    list-style-position: inside;
}
.designname{
text-align: right;
    font-size: 29px !important;
    font-weight: 600;
    font-style: italic;
}
.designer1{
  padding-right: 20px;
  padding-top: 15px;
}
@media (max-width: 767px){ 
	.header-two-main .header .logo {
    width: 80px;
	}
	#slides {
		height:230px;
	}
    
 }

 
@media (max-width: 360px){
    .our-studio {
        text-align: center;
        margin: -30px 0 0 0;
    }
 }
 @media(min-width: 361px) and (max-width: 400px)
    {
        .our-studio {
        text-align: center;
        margin: -12px 0 0 0;
    }
        }
@media(min-width: 401px) and (max-width: 450px)
    {
        .our-studio {
        text-align: center;
        margin: 15px 0 0 0;
    }
        }
@media(min-width: 451px) and (max-width: 500px)
    {
        .our-studio {
        text-align: center;
        margin: 30px 0 0 0;
    }
        } 
        
@media(min-width: 501px) and (max-width: 600px)
    {
        .our-studio {
        text-align: center;
        margin: 75px 0 0 0;
    }
        }         
  @media (max-width: 991px){ 
    
   
 }
 @media(min-width: 601px) and (max-width: 701px) { 
    #slides {
        height:230px;
    }
     .our-studio{ text-align:center; margin:120px 0 0 0;}
}
@media(min-width: 701px) and (max-width: 800px) { 
    #slides {
        height:230px;
    }
     .our-studio{ text-align:center; margin:180px 0 0 0;}
}
@media(min-width: 801px) and (max-width: 991px) { 
    #slides {
        height:230px;
    }
     .our-studio{ text-align:center; margin:260px 0 0 0;}
}
@media(min-width: 1100px) and (max-width: 1300px) { 
    #slides {
        height:230px;
    }
     .our-studio{ text-align:center; margin:400px 0 0 0;}
}
@media(min-width: 1301px) and (max-width: 1600px) { 
    #slides {
        height:230px;
    }
     .our-studio{ text-align:center; margin:465px 0 0 0;}
}

/**/


.dropbtn {
  /*background-color: #4CAF50;*/
  color: #010101;
  /*padding: 16px;*/
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  min-width: 350px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 99999;
  top:32px;
  border:3px solid #ffd700e6;
  border-radius: 10px;
}
.dropdown-content li{
  width: 100%;
}
/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px!important;
  text-decoration: none;
  display: block;
}
.about_img{
  width:350px;
  height:350px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #ffd700; border-radius: 40px; }

/* dropdown menu mobileview*/
.mobile_viewdropdown li a{
  font-size: 20px;
}
.mobile_viewdropdown li a, .cd-primary-nav li a {
    font-size: 21px !important;
    text-align: center !important;
}