

body{padding: 0;margin: 0px;
font-family: 'Inter Tight', sans-serif;}

/*.black-bgs .col-md-6{padding: 0px !important;}*/
.black-bgs {background: #000;}
.logo{width:140px;}
.text-pink{color: #cc6699;}
.text-gold{color: #e46490;}
.text-golden{color:#eded88;}
.bg-gold{background-color: #e46490;}
.text-yellowlight{color: #cccc99;}
.bg-golds{background:#eded88;}

.btn-golden{background: #eded88;transition: 1s;}
a{text-decoration: none !important;}

#home a:hover{color: #000 !important;}
/*navbar*/

#nav {background: #000;}

.black-bgs .card{border: none;
border-radius: 0px;}

.black-bgs .card form input{background-color: #333;
border: none;border-radius: none !important;color: #fff;}

#home .col-md-6 {margin-top:9rem;}

.black-bgs .card form textarea{background-color: #333;
border: none;border-radius: none !important;color: #fff;}

/*services*/


.services .card{border: none;background: #eded88;
transition: 1s;}

.services .card:hover{transform: translateY(-20px);
background: #333;color: #fff;}

.services .card:hover .btn{
border: none;font-weight: 500;}

/*about*/

.banner-about{background: url('../images/banner.png');
background-repeat: no-repeat;
background-position: center;
background-size: cover;}

.headline{font-family: 'Pacifico', cursive;}
/*gllery*/

.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
   /* width: 80%;*/
    margin: 0 auto;
   /* padding: 10px;*/
}
.gallery-item {
    flex-basis: 32.7%;
    margin-bottom: 6px;
    opacity: 1;
    cursor: pointer;
}
/*.gallery-item:hover {
    opacity: 1;
}*/
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-content {
    font-size: .8em;
}

.lightbox {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;              
    overflow: auto;
    top: 0;
    left: 0;
}
.lightbox-content {
    position: relative;
    width: 70%;
    /*height:100%;*/
    margin: 5% auto;
}
.lightbox-content img {
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(225, 225, 225, .25);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lightbox-prev,
.lightbox-next {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 7px;
    top: 45%;
    cursor: pointer;
}
.lightbox-prev {
    left: 0;
}
.lightbox-next {
    right: 0;
}
.lightbox-prev:hover,
.lightbox-next:hover {
    opacity: .8;
}

@media (max-width: 767px) {
    .gallery-container {
        width: 100%;
    }
    .gallery-item {
        flex-basis: 49.80%;
        margin-bottom: 3px;
    }
    .lightbox-content {
        width: 80%;
        height: 60%;
        margin: 15% auto;
    }
}
@media (max-width: 480px) {
    .gallery-item {
        flex-basis: 100%;
        margin-bottom: 1px;
    }
    .lightbox-content {
        width: 90%;
        margin: 20% auto;
    }
}

/*footer*/

.list-inline-item:not(:last-child) {
    margin-right: 1.5rem !important;
}



a:hover{color: #fff !important;}


#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

/*textimonial*/

#testimonial  .card{height: 350px;}

/*faqs*/

.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #cc6699 !important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    font-weight: bold;
}

.accordion-button{}

/*.accordion-button:focus {
    z-index: 0 !important;
     border-color: none !important;
     border: none !important; 
    outline: 0;
    box-shadow: 0 0 0 .25remrgba(13,110,253,.25);
}*/

.accordion-button:focus {
    z-index: 3;
    border-color: #f2f2f2 !important;
    outline: 0;
    box-shadow: 0 0 0 .25remrgba(13,110,253,.25);
}

/*courses*/

.error
{
  color: red;
  size: 80%
}
.hidden
{
  display:none;
}

.text-justify{text-align: justify !important;}

.circle{border: 15px solid #ffc10738;}

#services button{width: 100%;}

.btn{border-radius: none !important;
padding: 10px 40px;}

.btn-golden:hover{background: transparent;border: 1px solid #eded88;
color: #fff !important;}

.btn-dark:hover{background: transparent; border: 1px solid #000;color: #000 ;}

.services .btn-dark:hover{color: #fff;}


/*test*/

.testimonial-bg{
    background: linear-gradient(to top, #1e130c , #9a8478);
}
.testimonial{
    margin: 0 15px;
}
.testimonial .testimonial-profile{
    float: left;
    width: 27%;
}
.testimonial .testimonial-profile img{
    width: 100%;
    height: auto;
}
.testimonial .testimonial-content{
    padding-left: 30%;
}
.testimonial .testimonial-title{
    margin-bottom:0;
}
.testimonial .testimonial-title a{
    font-size:15px;
   /* color: #000;*/
    letter-spacing:3px;
    display: block;
    text-transform: uppercase;
    margin-bottom:4px;
}
.testimonial .testimonial-post{
    display:block;
    color: #9c9c9c;
    margin-bottom:10px;
}
.testimonial .testimonial-post:after{
    content:"";
    width:100%;
    display: block;
    margin:10px 0 auto;
    border-top:1px solid #9c9c9c;
}
.testimonial .testimonial-description{
    color:#9c9c9c;
    font-size: auto;
    line-height:23px;
}
.testimonial .social-links{
    padding:0;
    margin:0;
}
.testimonial .social-links li{
    list-style:none;
    margin-right:5px;
    display:inline-block;
}
.testimonial .social-links li a{
    width:30px;
    height:30px;
    line-height:30px;
    color:#fff;
    text-align:center;
    border:1px solid #9c9c9c;
}
.testimonial .social-links li a:hover{
    text-decoration: none;
}
.testimonial .social-links li a.fa-instagram:hover{
    background: #325c86;
    border-color: #325c86;
}
.testimonial .social-links li a.fa-twitter:hover{
    background: #5ea9dd;
    border-color: #5ea9dd;
}
.testimonial .social-links li a.fa-pinterest:hover{
    background: #cb2027;
    border-color: #cb2027;
}
.testimonial .social-links li a.fa-linkedin:hover{
    background: #0177b5;
    border-color: #0177b5;
}
.owl-pagination{
    margin-top: 40px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background:#3F4144;
    border:3px solid #fff;
}
@media only screen and (max-width: 767px) {
    .testimonial{
        text-align: center;
        padding-bottom: 5px;
    }
    .testimonial .testimonial-content{
        padding: 0;
    }
    .testimonial .testimonial-profile{
        float:none;
        width: 30%;
        margin: 0 auto;
        padding: 0;
    }
}