.c1 {
    color: #A79147;    
} 
h5 {
    color: #A79147;    
    font-weight: bold;    
    display: block;
    padding:4px;
    border-radius:1px;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0px;
}
/* img gallery */
.m3-img-div {
    width: 20vw;
    height: 12vw;
    overflow: hidden; 
    margin: 6px;
    display: inline-block;
    border-radius: 4px;    
}

.m3-img-div img:hover {
    width: 30vw;
    transition: all 4000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.m3-img-div img {
    width: 40vw;
    margin: -75px 0 0 -100px;
    cursor: pointer;
}
/* img gallery */ 

.ml-40vw {
    margin-left: 40vw;
}
.mr-20vw {
    margin-right: 30vw;
}

.font-size-5vmin {
    font-size:5vmin;    
}

.min-height-600 {
    min-height: 600px;
}

@media (min-width: 767px) {
    .sm-mr-30vw {
    margin-right: 30vw;
}
}
@media (max-width: 767px) {
    .m3-img-div { 
    width: 40vw;
    height: 26vw;
}
.m3-img-div img { 
    width: 400px!important;
}        

.xs-m-left-5 {
    margin-left:5vw!important;
} 

.xs-opacity-white {
    width:100%;
    height:100%;
    position: absolute;
    z-index: 0;
    background: rgba(255,255,255,0.8);
} 

}   

.section1 {
    position: relative;    
    overflow: hidden;
    background:#f9f9f9 url('/content/img/girl.png') no-repeat top right;
    min-height: 600px; 
}

.section2 {
    position: relative;    
    overflow: hidden;
    background: #FFF url('/content/img/bacak2.jpg') no-repeat top left;
    min-height: 430px;
}

.fancy-title {
    position: relative;
    margin-bottom: 30px;
}
.fancy-title.title-border:before {
    top: 49%;
    border-top: 1px solid #eee;
}
.fancy-title.title-border-color:before, .fancy-title.title-border:before, .fancy-title.title-double-border:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    border-top: 3px double #e5e5e5;
    left: auto;
    top: 46%;
    right: 0;
}
.m3-slide-box-img {
    transform:translate3d(0px, 0px, 0px) scale(1.2);
}
img.full_width { 
    display: block;
}
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: 'Arsenal';

}  

/*carousel*/
.m3-slide-box-img {            
    width: 100%;
    height: 100%!important;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}     

.m3-slide-box-timer{
    width:0%;
    height:5px;
    background:#000;
    background:rgba(0,0,0,.15);
    position:absolute;
    z-index:10;
    bottom:0
}


.carousel-center {
    display: inline-block;
    padding: 10px;     
}

.carousel-fade .carousel-item {
    width: 0;
    transition: opacity ease-out 1s;
    display: block;
    left: 0;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    width: 100%;
    transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    width: 100%;
    transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {  
    transform: translateX(0);
    transform: translate3d(0, 0, 0);  
}
/*carousel*/



/*mh animation*/
.mh_animate {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%; 
    background-color: #fff;
}   
.mh_left {
    left: 0; 
}
.mh_left_animate {
    left:100%;
}          
.mh_center {
    height: 100%; 
}
.mh_center_animate {
    height: 0%;
}
.mh_right {
    right: 0; 
}
.mh_right_animate {
    right:100%;
}
.mh_ts4 {
    transition: all 4000ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 4000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);

}
.mh_ts3 {
    transition: all 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 3000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);

}
.mh_ts2 { 
    transition: all 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 2000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.mh_ts1 { 
    transition: all 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.full_width {
    width: 100%;
}
.mh_box {
    overflow: hidden;
    position: relative;
}  
/*mh animation*/



.parallax {
    background-color: transparent;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    overflow: hidden;
    will-change: transform;
}

.m3-border {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 25px;
    margin-bottom: 25px;

}











.navbar {
    margin-bottom: 20px;
    font-size:16px;
}


.bg-navbar {
    background-color: rgba(0, 0, 0, .48);
}
.bg-navbar1 {
    background-color: rgba(0, 0, 0, .9);
}


.navbar-nav .nav-item:not(:last-child) {
    border-right: 1px dotted silver;
}

@media (max-width: 768px) {
    .navbar-nav .nav-item:not(:last-child) {
    border-right: none;
}
}

.navbar .navbar-nav .nav-link {
    color: #fff!important;
    border-radius: .25rem;
    margin: 0 0.25em;
}

.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-item.active .nav-link:hover,
.navbar .navbar-nav .nav-item.active .nav-link:focus,
.navbar .navbar-nav .nav-item.show .nav-link,
.navbar .navbar-nav .nav-item.show .nav-link:hover,
.navbar .navbar-nav .nav-item.show .nav-link:focus {
    color: #fff;
    background-color: rgba(0,0,0,0.5);
}




/*footer*/
.nb-footer{
    background: #272727;
    margin-top: 60px;
    padding-bottom: 30px;
}
.nb-footer .footer-single{
    margin-top: 30px;
}
.nb-footer .footer-title{
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px dotted #e4e9f0;
}
.nb-footer .footer-single a{
    text-decoration: none;
}

.nb-footer .footer-single h2{
    color: #eee;
    font-size: 18px;
    font-weight: 200;
    display: inline-block;
    border-bottom: 2px solid #D8CBBC;
    padding-bottom: 5px;
    margin-bottom: -2px;
}
.nb-footer .footer-single li{
    border-top: solid 1px #353535;
}
.nb-footer .footer-single li:first-child{
    border-top: none;
}
.nb-footer .footer-single li a{
    color: #979797;
    font-size: 12px;
    padding: 6px 0px;
    display: block;
    transition:all 0.4s ease-in-out;
}
.nb-footer .footer-single li a:hover{
    color: #D8CBBC;
}
.nb-footer .footer-single li a:hover i{
    color: #D8CBBC;
}
.nb-footer .dummy-logo {
    margin-top: 11px;
    padding-bottom: 9px;
}
.nb-footer .dummy-logo .icon {
    margin-right: 10px;
    border-radius: 20px;
    margin-top: 24px;
}
.nb-footer .brand {
    background: #D8CBBC;
}
.nb-footer .dummy-logo i {
    font-size: 50px;
    color: #fff;
    padding: 5px;
}
.nb-footer .dummy-logo p {
    color: #999;
    font-size: 12px;
}
.nb-footer .dummy-logo h2 {
    font-size: 24px !important;
    border-bottom: none;
    color: #696969;
    padding: 5px 0;
}
.nb-footer .btn-footer{
    border: 1px solid #D8CBBC;
    margin-top: 10px;
    color: #999;
}
.nb-footer .btn-footer:hover{
    background: #D8CBBC;
    color: #fff;
    transition:all 0.4s ease-in-out;

}
.nb-footer .useful-links li a{
    text-transform: uppercase;
}
.nb-footer .footer-project a{
    font-size: 13px;
}
.nb-footer .footer-project img{
    margin-bottom: 20px;
    border: 1px solid #666;
    border-radius: 6px;
    padding: 1px;
    opacity: 0.7;
    transition:all 0.4s ease-in-out;
}
.nb-footer .footer-project img:hover{
    opacity: 1.0;
    cursor: pointer;
}
.nb-footer .footer-project .footer-title{
    margin-top: 0;
}
.nb-footer .footer-single p, .footer-single address{
    color: #979797;
    font-size: 14px;
    margin-top: 5px;
    line-height: 22px;
}
.nb-copyright{
    background: #171717;
    padding-bottom: 10px;
}
.nb-copyright .copyrt{
    margin-top: 22px;
    font-size: 14px;
}
.nb-copyright .copyrt a{
    color: #D8CBBC;
}
.nb-copyright .footer-social{
    margin-top: 10px;
}
.nb-copyright .footer-social i{
    padding: 5px 10px;
    color: #999;
    border: 1px solid #333;
    margin-top: 10px;
    font-size: 20px;
    border-radius: 5px;
    transition:all 0.4s ease-in-out;
}
.nb-copyright .footer-social i:hover{
    background: #D8CBBC;
    color: #fff;
}
.nb-copyright .footer-social .fa-facebook{
    padding: 5px 14px;
}
@media(max-width: 767px){
    .xs-center{
    text-align: center;
}
.left-clear{
    padding-left: 0;
}
.right-clear{
    padding-right: 0;
}
}
/*footer*/


.footer_logo {
    position: absolute;
    top:-4vw;
}
.footer_logo img {
    width: 20vw;
}

.copyrt {
    color: #fff;
}


.img-parallax {
    width: 100%;
    height: 60vh;
    z-index: -1;
    position: absolute;
    top: 0;

    left: 0;                           
    pointer-events: none;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    -ms-object-fit: cover;
}
.img-parallax-text {
    z-index: 1;
    position: absolute;
    top: 38vh;
    left: 5vw;
    padding: 4px;
    padding-left: 18px;
    padding-right: 18px;
    background-image: linear-gradient(to right,rgba(255,255,255,0.85),rgba(255,255,255,.75),rgba(255,255,255,0));
    border-radius:2px;
    font-size:26px;
    display: block;  
    width: 50%;
}




/* ie fix */
.row {
    width: 100%;
}

.modal-content {
    display: flex;
    flex-direction: column;
}
.modal-body {
    overflow: auto;
    max-height: calc(100vh - 60px);
}
.modal-header, .modal-footer {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
}
/* ie fix */


/* gallery modal */
.gcs {

    img {
    height: 60vw;
    object-fit: cover;

    @media (min-width: $bootstrap-sm) {
    height: 350px;
}
}
}      


.modalsize {
    max-width: 70vw!important;
}
@media (max-width: 800px)
{       
    .modalsize {
    max-width: 96vw!important;
}
}  
/* gallery modal */


.maps iframe {
    width: 100%;
    height: 530px;
}



.fa-youtube-play {
    height: 46px;
    width: 56px;       
    content: url('data:image/svg+xml;utf8,<svg viewBox="0 -61 512 512" xmlns="http://www.w3.org/2000/svg"><path fill="white" d="m75 390h362c41.355469 0 75-33.644531 75-75v-240c0-41.355469-33.644531-75-75-75h-362c-41.355469 0-75 33.644531-75 75v240c0 41.355469 33.644531 75 75 75zm-45-315c0-24.8125 20.1875-45 45-45h362c24.8125 0 45 20.1875 45 45v240c0 24.8125-20.1875 45-45 45h-362c-24.8125 0-45-20.1875-45-45zm0 0"/><path fill="white" d="m181 94.507812v203.898438l180.5-103.621094zm30 50.984376 89.5 49.722656-89.5 51.378906zm0 0"/></svg>');
}
.fa-facebook{
    height: 46px;
    width: 56px;       
    content: url('data:image/svg+xml;utf8,<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path fill="white" d="m75 512h167v-182h-60v-60h60v-75c0-41.355469 33.644531-75 75-75h75v60h-60c-16.542969 0-30 13.457031-30 30v60h87.292969l-10 60h-77.292969v182h135c41.355469 0 75-33.644531 75-75v-362c0-41.355469-33.644531-75-75-75h-362c-41.355469 0-75 33.644531-75 75v362c0 41.355469 33.644531 75 75 75zm-45-437c0-24.8125 20.1875-45 45-45h362c24.8125 0 45 20.1875 45 45v362c0 24.8125-20.1875 45-45 45h-105v-122h72.707031l20-120h-92.707031v-30h90v-120h-105c-57.898438 0-105 47.101562-105 105v45h-60v120h60v122h-137c-24.8125 0-45-20.1875-45-45zm0 0"/></svg>');
}
.fa-instagram {
    height: 46px;
    width: 56px;       
    content: url('data:image/svg+xml;utf8,<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path fill="white" d="m75 512h362c41.355469 0 75-33.644531 75-75v-362c0-41.355469-33.644531-75-75-75h-362c-41.355469 0-75 33.644531-75 75v362c0 41.355469 33.644531 75 75 75zm-45-437c0-24.8125 20.1875-45 45-45h362c24.8125 0 45 20.1875 45 45v362c0 24.8125-20.1875 45-45 45h-362c-24.8125 0-45-20.1875-45-45zm0 0"/><path fill="white" d="m256 391c74.4375 0 135-60.5625 135-135s-60.5625-135-135-135-135 60.5625-135 135 60.5625 135 135 135zm0-240c57.898438 0 105 47.101562 105 105s-47.101562 105-105 105-105-47.101562-105-105 47.101562-105 105-105zm0 0"/><path fill="white" d="m406 151c24.8125 0 45-20.1875 45-45s-20.1875-45-45-45-45 20.1875-45 45 20.1875 45 45 45zm0-60c8.269531 0 15 6.730469 15 15s-6.730469 15-15 15-15-6.730469-15-15 6.730469-15 15-15zm0 0"/></svg>');
}