/*-- Use For Custom Styling --*/
@media (max-width: 768px) {
.mhidden{display:none !important;}
.mds-15{margin-bottom:-25px !important;}
.mts-30{margin-top:55px !important;}
.mts-40{margin-top:75px !important;}
.mts-60{margin-top:75px !important;}
.mmt{margin-top:20px !important;}

.grt img {

  width: 100% !important;
  margin-left: 0 !important;margin-bottom:40px !important;
}

.mt-80{margin-top:40px !important;margin-bottom:40px !important;}
.blog-section {
  padding: 50px 0 0 0 !important;

}

.learn-more-section br{display:block !important;}
.bs br{display:block !important;}
.contact-section {
  padding: 40px 0 !important;
}
.contact-section p{font-size:15px !important;}

.blog-section h2 {
font-size:26px !important;
}

.blog-section p {
text-align:left !important;
}

.services-section h2{margin-top:-30px !important;font-size:26px;}
.services-section p{line-height:22px !important;margin-bottom:15px;}


.about-list li{text-align:left !important;}
.about-list ul{text-align:left !important;}
.about-list li { font-size: 15px !important;letter-spacing:-0.06em !important;}
.testimonial-subtitle p{margin-bottom:-40px !important;}

.quick{display:none !important;}

.quick2{position:fixed;bottom:0;left:0;z-index:1000;height:50px;border-top:1px solid #000;display:block !important;width:100%;background-color:#222;display:flex;flex-direction: row !important;}
.quick2 .fis {width:50% !important;text-align:center;font-size:11px;border-right:1px solid #777;color:#fff;padding:11px;float:left;}
.quick2 .fis:last-child{border-right:0 !important;}
.quick2 .fis a{color:#fff;}
.quick2 .fis i{margin-bottom:5px !important;display:block;}

.gab{height:35px !important;}

.learn-more-section {
 background-size: cover;
 padding: 60px 0;
 background-position:-190px center;
}

}














  /*General*/

.mmt{margin-top:80px;}
.mt-60{margin-top:60px;}
.mt-80{margin-top:80px;margin-bottom:80px;}

.grt .left-text {
  margin-bottom: 10px;
}

.grt img {
  display: flex;
  justify-content: center;
  width: 90%;
  margin-right: 70px;border-radius:15px;
}

.grt h2 {
  text-align: left;
  margin-bottom: 30px;
}

.grt p {
  font-size: 16px;
  text-align: left;word-break:keep-all;
}

.learn-more-section br{display:none;}
.bs br{display:none;}
.shadows{height:10px;border-top:1px solid #e4e4e4;width:100%;}



/*START SERVICES*/

.our-services{
    margin: 40px 0;
}

.our-services a{
    color:#333;
}
.our-services .service{
    border: 2px solid #eeeeee;
    padding: 25px 15px;
    cursor: pointer;
    transition: .6s all ease;
}
.our-services .service .media .service-card{
    display: flex;
}
.our-services .service .media .service-card i{
    display: block;
}
.our-services .service .media .service-card .media-body{
    display: block;
}

.our-services .service:hover {
    background-color:#cc9b4c;border:2px solid #cc9b4c;
}

.our-services .service:hover .media i , .our-services .service:hover .media .media-body h5 , .our-services .service:hover .media .media-body span{
    color: #ffffff;
}

.our-services  .service .media i{
    font-size: 26px;
    color:#cc9b4c;
    transition: .6s all ease;
}

.our-services .service .media .media-body h5{
    font-size: 16px;
    transition: .6s all ease;font-weight:600;margin-bottom:0 !important;
}

.our-services .service .media .media-body span{
    font-size: 13px;
    transition: .6s all ease;
}


/*END SERVICES*/


.about-list{
    margin: 0;
    padding: 0;
}
.about-list li{
    margin-bottom: 5px;list-style:none;
}

.about-list li i{
    color: #888;
    font-size: 17px;
}
.about-list li span{
    display: inline-block;
    font-size: 17px;
    font-family: 'SCoreDream';
    font-weight: normal;
    color: #333;
}


/*===================================
             testimonial
======================================*/

.bg-testimonial {background-color: #fefefe;padding:60px 0;}

.testimonial-title h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #333;
    font-weight: 600;
    font-family: 'SCoreDream';
}
.testimonial-subtitle {
    font-size: 16px;
    margin-bottom: 80px;word-break:keep-all;
    color: #ffffff;
}
.test {text-align: center;
    margin: 0 auto; max-width: 600px;}

.testimonial-item:hover{
    -webkit-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
    max-width: 560px;
    margin: 0 15px;
    text-align: center;
    background-color: #be9149;
    padding: 50px 30px;
}
.testimonial-item h5 {font-size:15px}
.testimonial-item p {font-size:16px;word-break:keep-all;}
.testimonial-item span {font-size:16px}


.testimonial-item:hover h5 {
    color: #ffffff;font-size:18px;
    -webkit-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;

}
.testimonial-item:hover p {
    color: #ffffff;
    -webkit-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;font-size:16px !important;

}
.testimonial-item{
    max-width: 560px;
    margin: 0 15px;
    text-align: center;
    background-color: #ffffff;border:1px solid #e4e4e4;
    padding: 50px 30px;
    -webkit-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
}

.testimonial-item:hover .testimonial-icon {
    font-size: 1.625rem;
    margin-bottom: 1.625rem;
    color: #ffffff;
    -webkit-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
}
.testimonial-item .testimonial-icon {
    font-size: 1.625rem;
    margin-bottom: 1.625rem;
    color: #cc9b4c;
    -webkit-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
}



.testimonial-item:hover .destination{
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    -webkit-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
}
.testimonial-item .destination{
    font-size: 15px;
    font-weight: 400;
    color: #616161;
    -webkit-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
}

#testimonial_slider .owl-dots{
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
}
#testimonial_slider .owl-dots .owl-dot {
    background-color: transparent;
    height: 15px;
    border: 1px solid #c4964b;
    width: 15px;
    margin-top: 40px;
    margin-right: 2px;
    border-radius: 50%;
}

#testimonial_slider .owl-dots .owl-dot.active{
    background: #c4964b;
    height: 15px;
    border: 1px solid #c4964b;
    width: 15px;
    border-radius: 50%;
}

/*===================================
          end testimonial
======================================*/


#ft {margin:0 auto;text-align:center;padding:30px 0;color:#666;font-size:13px;font-family:"SCoreDream";line-height:25px;font-weight:500;}
.copy{font-family:"Open Sans";font-size:10px;text-transform:uppercase;margin-top:6px;font-weight:700;}

.quick{position:fixed;top:300px;left:100px;z-index:1000;display:flex;flex-direction: column;gap:6px;}
.lsp{letter-spacing:-0.04em !important;}

.quick2{display:none;}
.mbs-10{margin-bottom:10px;}