

.effect ~ .focus-border{position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: #3399FF; transition: 0.4s;}
.effect:focus ~ .focus-border,
.has-content.effect ~ .focus-border{width: 100%; transition: 0.4s;}
.effect ~ label{position: absolute; left: 0; width: 100%; top: 9px; color: #aaa; transition: 0.3s; z-index: -1; letter-spacing: 0.5px;}
.effect:focus ~ label, .has-content.effect ~ label{top: -13px; font-size: 12px; color: #3399FF; transition: 0.3s;}



#textBody::-webkit-scrollbar{
width:16px;
background-color:#cccccc;
} 

#textBody::-webkit-scrollbar-thumb{
background-color:#B03C3F;
border-radius:10px;
}
#textBody::-webkit-scrollbar-thumb:hover{
background-color:#BF4649;
border:1px solid #333333;
}
#textBody::-webkit-scrollbar-thumb:active{
background-color:#A6393D;
border:1px solid #333333;
} 

.checkbox1 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 2px;
    left: 0px;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border:2px solid #0D43A3;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.checkbox1:hover input ~ .checkmark {
    background-color: #0D43A3;
}

/* When the checkbox is checked, add a blue background */
.checkbox1 input:checked ~ .checkmark {
    background-color: #0D43A3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox1 input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox1 .checkmark:after {
    left: 3px;
    top: 0px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

header .header-top .logo img{
        height: 110px!important;
}


@media screen and (max-width: 768px){
.navbar-header .logo-sm img {
    max-width: 210px!important;
}

}

.collections_bg {
    padding: 50px 0;
    position: relative;
    background-attachment: fixed;
}

.collections_bg .side-text .title-head {
    color: #fff;
    font-weight: 600;
    font-family: "Dancing Script";
    font-size: 36px;
    margin-bottom: 20px;
}
.btn_enquiry {
    background-color:rgba(220, 177, 57,10);
    color:#000;
    padding:15px 30px;
    margin-top:15px;
    border-radius:5px;
}
.btn_enquiry:hover {
    background-color:#fff;
    text-decoration:none;
}

.mb-60 {
    margin-bottom:60px;
}
.mb-30 {
    margin-bottom:30px;
}
.testimonials_sec{  padding: 100px 0;
    position: relative;
    min-height: 600px; }
.testimonial{
    padding: 35px 50px;
    margin: 0 20px 30px;
    border-radius: 0 70px 0 70px;
    border: 3px solid #dcb139;
    border-left: none;
    border-right: none;
    text-align: center;
        background-color: rgba(0,0,0,0.5);
}
.testimonial .pic{
    display: inline-block;
    width: 100px;
    height: 100px;
    background-color:white;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .title{
    display: block;
    margin: 0 0 7px 0;
    font-size: 20px;
    font-weight: 600;
    color: #dcb139;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.testimonial .post{
    display: block;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.testimonial .description{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}
.owl-theme .owl-controls{ margin-top: 0; }
.owl-theme .owl-controls .owl-page span{
    background: #fff;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span{ background: #dcb139; }
.easyzoom img {border-radius:10px;}
.inner-page1 .box .content img {border-radius:5px;}
.gallery-sec img { border-radius:5px;}
.gallery-sec img {
    height: 360px;
    width: 360px;
    object-fit: cover;
}
.text-white{color:#fff!important}
.gallery-section{
    padding:0px!important;
}
.gallery-section a {text-decoration:none!important;}
.gallery-section h3{
    background: rgba(220, 177, 57, 0.9);
    margin-top: 0px;
    padding: 15px;
    border-radius: 0px 0px 5px 5px;
}

