@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');



html{
      padding: 0 !important;
      margin: 0 !important;
      width: 100%;
      overflow-x:hidden;
}


body{
 overflow-x: hidden !important;
 font-family: 'Roboto', sans-serif;
 width: 100%;
 background-color: #302d2d !important;
}



/* Body start */

.container-fluid{
      padding: 0 !important;
}


a{
      text-decoration: none;
      color: #000;
}
a:hover{
      text-decoration: none;
      color: #000;
}
ul{

     list-style: none outside none;
     padding: 0 !important;
}
li{
      list-style-type: none;
}
img{
      max-width: 100%;
}
.sections{
      margin: 0px 0px;
}
.sections h1{

     text-align: center;
}

h1{

      font-weight: 700;
}
h2{

}
h3{

}
h4{


}


p{

 font-size: 16px;
 font-weight: 300; 
 color: #656565;
}


hr{
      text-align: center;
      width: 10%;
      border-width: 2px;
      border-color: #eac247;
}



.titleSec{

 margin-bottom:50px; 
 text-align: center; 
 width: 100%;
 align-items: center;
 color: #e8c053 !important;
}
.backGround{
  height: 100vh; 
  background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* Body end */




/* Navbar start */
.navbar-light .navbar-nav .nav-item{
     margin: 0px 5px;
}

.navbar-light .navbar-nav .nav-link{
     border-bottom: 2px solid transparent;
     font-size: 14px;
     color: #fff;
     font-weight: 700;
     cursor: pointer;
     -webkit-transition: 0.4s all;
     transition: 0.3s all;
     -webkit-transition: 0.3s all;
     transition: 0.3s all;

}

.navbar-light .navbar-nav .nav-item:hover>.nav-link {
    border-bottom: 2px solid #eac247;

    color: #eac247 !important;
}



.navbar-light .navbar-nav .nav-item.active>.nav-link {
    border-bottom: 2px solid #eac247;
}
.bg-light{
      background-color: #302d2d !important;
}

/* navbar end */




/* Sticky navbar start */
.logoTop{
      max-height: 150%;
      position: absolute !important;
      top: 0;
}

.navbar-text p{
      font-size: 11px;
      margin: 0px
      color: rgba(255,255,255,.8);
}
.navbar-text a{
      font-size: 24px;
      font-weight: 200;
      text-decoration: none;
      color: #fff;

}
.navbar-text i{
     margin-right:10px;

}
.navbar-light .navbar-text a {
    color: rgba(255,255,255,.9);
}
.navbar-light .navbar-text a:hover {
    color: rgba(255,255,255,.9);
}
.navbar-light .navbar-text a:active {
    color: rgba(255,255,255,.9);
}




/*Sticky navbar end*/




/*header-section start*/

.headerSec{
  width: 100%;
  height: 240px;
  background-image: url(../img/header.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.headerSec h1{
  margin-top: 100px;
font-family: 'Playfair Display', serif;
font-size: 40px;
color: #ffffff;
font-weight: 400;
}
.headerSec p a{
 font-family: 'Roboto', sans-serif;
font-size: 13px;
color: #ffffff;
font-weight: 400;
}

/*header-section end*/









/* slider start */
.carousel-indicators li {

    width: 10px;
    border-radius: 50%;
    height: 10px;

}

.carousel-indicators .active ,
.carousel-indicators li:hover{
    background-color: #EAC246 !important;
}
.slideFilt{
      position: absolute;
      background-image: linear-gradient(to left, rgba(255,0,0,0),rgba(255,0,0,0), rgba(47,47,47,1));
      width: 100%;
      height: 100%;

}

.carousel-inner{
}
.carousel-inner img{
    width: 100%;
   height: auto;
    
}
.carousel-inner h1{
      color: #f7f7f7;
      font-size: 50px;
      font-family: 'Playfair Display', serif;
      font-weight: 400;
      margin-bottom: 10px;
}
.carousel-inner h2{
      color: #302d2d ;
      font-size: 30px;
      font-family: 'Playfair Display', serif;
      font-weight: 400;
      width:max-content ;
      margin: 10px 0px 60px 0px;
      padding: 5px;
      background:#e8c053;

}
.carousel-inner p{
      color: #f7f7f7;
      font-size: 16px;
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      margin: 30px 0px 60px 0px;
      width: 90%;
}
.carousel-caption { 

      color:#fff; 
      top:50%; 
      margin-left: 0;
      bottom:auto; 
      -webkit-transform:translate(0, -50%); 
      -ms-transform:translate(0, -50%); 
      transform:translate(0, -50%); 
      width: 40%;
}
.btn-lg{
      padding: .5rem 2rem;
      border-radius: 0;
      font-size: 16px;
      box-shadow: none;
      border: none;
      color: white !important;
}



/* slider end */



/* banner start */
.bannerSec .banerTxt{
   padding: 20px 0px;

}
.bannerSec .banerTxt a{
  color: #ffffff;

}
.bannerSec .banerTxt h4{
      font-family: 'Playfair Display', serif;
      font-weight: 400;
      color: #0C1E28;
      line-height: 40px;
      font-size: 22px;
      font-style: normal; 
      font-variant: normal;
      transition: all 0.7s ease;

}
.bannerSec .banerTxt p{
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      color: #ffffff;
      line-height: 30px;
      font-size: 15px;
}
.bannerSec .banerd{
      cursor: pointer;

}
.bannerSec .banerd img{
      transition: filter 0.7s ease;
}
.bannerSec .banerd:hover img{
 
 filter: grayscale(100%);
 -webkit-filter: grayscale(100%);
}
.bannerSec .banerd:hover h4{
  text-decoration-color:red !important;
 text-decoration: underline;
}

/* box-shadow: 0 10px 28px rgba(0,0,0,0.25), 0 8px 10px rgba(0,0,0,0.22); */
/* banner end */


/* band start */
.bandLink{
      padding: 3% 0px;
}
.bandLink a{
      color: #000;
      font-size: 20px;
      font-weight:500;
      text-decoration: none;
}
.bandLink i{
      margin-right: 3%;
      color: #BF9518;
}
/* band end */




/* services carousel start*/

.services .row .col-md-4:nth-child(1) , 
.services .row .col-md-4:nth-child(2), 
.services .row .col-md-4:nth-child(3){
      border-bottom: 1px solid rgba(234,194,71, 0.5);
}

.services .row .col-md-4:nth-child(1) , 
.services .row .col-md-4:nth-child(2), 
.services .row .col-md-4:nth-child(4),
.services .row .col-md-4:nth-child(5){
      border-right: 1px solid rgba(234,194,71, 0.5); 
}




.services a{
      text-decoration: none;
      color: #EAC246;
}
.services .container{
      padding: 50px 0px;
}
.services .col-md-4{
      padding: 3%;
}
.services .col-md-4 h5{
      font-family: 'Playfair Display', serif;
      font-size: 22px;
      line-height: 50px;
      color: #ffffff;
} 
.services .col-md-4 p{
      font-family: 'Roboto', sans-serif;
      font-size: 14px;
      color: rgba(255,255,255, 0.7);
} 

.image-slider {
    display: block;
    width: 100%;
    height: auto;
}

.owl-nav {
      display: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #EAC246 !important;
}


/* services carousel media end*/

@media (max-width: 767px) {
      .services .row .col-md-4:nth-child(1) , 
      .services .row .col-md-4:nth-child(2), 
      .services .row .col-md-4:nth-child(3){
            border-bottom:none;}
            .services .row .col-md-4:nth-child(1) ,  
            .services .row .col-md-4:nth-child(3),
            .services .row .col-md-4:nth-child(5){
                  border-right: 1px solid rgba(234,194,71, 0.5) !important; 
            }

            .services .row .col-md-4:nth-child(1) , 
            .services .row .col-md-4:nth-child(2), 
            .services .row .col-md-4:nth-child(4),
            .services .row .col-md-4:nth-child(5){
                  border-right:none; 
            }
            .services .row .col-md-4:nth-child(1) , 
            .services .row .col-md-4:nth-child(2), 
            .services .row .col-md-4:nth-child(3),
            .services .row .col-md-4:nth-child(4){
                  border-bottom: 1px solid rgba(234,194,71, 0.5);
            }

      }
      /* services carousel media end*/



      /* services carousel end*/







      /* about start */
      .aboutSec .aboutTxt{
            padding: 0px 4%;
      }
      .aboutSec img{
        width: 100%;
      }
       .aboutSec .col-md-6:nth-child(1){
       padding: 0px;
      }
      .aboutSec .aboutTxt h3{
           font-family: 'Playfair Display', serif;
           font-size: 22px;
           color: #e8c053;
           line-height: 30px;
           font-weight: 400;
           margin: 50px 0px;
           font-style: normal; 
           font-variant: normal;
     }
     .aboutSec .aboutTxt p{
           font-family: 'Roboto', sans-serif;
           font-size: 16px;
           color: rgba(255,255,255, 0.7);
     }

/* about end */





/* testimonial start */
.testimonial{
  
    padding: 4% 0px;  
    color: rgba(255,255,255,0.7);
}
.testimonial .titleSec p{
    color: rgba(255,255,255,0.7);
}
.testimonial .testimonialText h5{
      color: #0C1E28;
      font-family: 'Playfair Display', serif;
}
.testimonial .testimonialText {
      background-color:#fff;
      padding:10% 1% ;
      text-align: center;  
}
.testimonial .testimonialText p{
 font-family: 'Roboto', sans-serif;
 font-size: 13px;
 color: #0C1E288C;
 font-weight: 500;
}



/* testimonial end */


/* bilgi-bankası start*/

.bannerSec h3{
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: #0C1E28;
  margin-bottom: 20px;
}
.bannerSec p{
  font-family: 'Roboto', sans-serif;
 font-size: 15px;
 color: #0C1E28;
 font-weight: 400;
 margin-bottom: 50px;
}




/* bilgi-bankası start*/


/* bilgi-bankası-detay start*/
.bilgiHad{
  margin: 50px 0px;
  text-align: center;
}
.bilgiSec .bilgiHad h2{
  font-family: 'Playfair Display', serif;
    font-size: 44px;
    color: #e8c053;
    font-weight: 400;
    margin-bottom: 20px;
}
.bilgiSec p{
    font-size: 16px;
    color: rgba(255,255,255, 0.7);
    font-weight: 400;
}
.bilgiSoc{
  margin: 20px 0px;
  border-bottom: 1px solid #F2EAD0;
}
.bilgiSoc h6{
  color:  #a8a5a0;
  font-size: 14px;
  font-weight: 300;
}
.bilgiSoc p{
  color:  #000;
  font-size: 16px;
  font-weight: 700;
}
.bilgiSec ul{
     list-style: none outside none;
}
.bilgiSec li{
    position: relative;
    display: inline;
    margin: 5px;
    list-style-type:none;

}
.bilgiSec .fab , .bilgiSec .fas{
      color: rgba(0,0,0, 0.6);
      font-size: 18px;
}


/* bilgi-bankası-detay end */





/* contact start */
.adresText{
  border-right:  1px solid #F2EAD0;
}
.adresText a{
font-size: 18px;
color: #fff;
}
.adresText p{
 font-family: 'Roboto', sans-serif;
font-size: 16px;
color: #fff;
font-weight: 300;
}
.adresText h4 , .formText h4{
font-family: 'Playfair Display', serif;
font-weight: 400;
font-size: 22px;
margin: 20px 0px;
color: #e8c053;
}
.formText{
  padding:0px 80px;
}
.formText input, .formText textarea{
  background: #F5F5F5 0% 0% no-repeat padding-box;
  border:none;
  padding: 15px 15px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: rgba(0,0,0, 0.5);
  font-weight: 300;
}
.formText button{
  float: right;
  width: 180px;
  height: 50px;
  background: #EAC246 0% 0% no-repeat padding-box;
  border-radius: 0px;
}
/* contact end */












/* footer start */
.footerSec{
      padding: 100px 10% 10px 10%; 
      background-color: #1d1809 ;
}

.footerSec h6{
      color: #fff;
      font-weight: 700;

}
.footerSec a , p{
      font-size: 14px;
      text-decoration: none;
      cursor: pointer;      
      color: #a8a5a0;
}
.footerSec .lineY{
    border-right: 1px solid #34290b;
}

.footerSec .addres{
   color: #a8a5a0; 
   text-decoration: none; 
   font-size: 14px;
   padding-left: 5%; 
}
.footerSoc {
      text-align: right;
}
.footerSoc ul{
     list-style: none outside none;
}
.footerSoc li{
    position: relative;
    display: inline;
    margin: 10px;
    list-style-type:none;

}
.footerSoc .fab{
      color:  #d7b241;
      font-size: 22px;
}

.footerBot{
      border-top: 1px solid #34290b;
      padding: 1% 0px;
      margin-top: 2%;
      font-size: 13px;
      color: #a8a5a0; 
}


/* footer end */















@media (max-width: 991px) {
     .logoTop{
        max-height: 70px !important;

  }
  .collapse.show {
        padding-top: 50px;
  }

.sections{
      margin: 20px 0px;
}
.titleSec{
 margin-bottom:25px; 
}

h1{
  font-size: 2rem;
}

  /* slider start */
.carousel-caption { 
          top: 55%;
    width: 60%;
    left: 24px;
}
.carousel-inner h1{
      font-size: 30px;
}
.carousel-inner p{
      font-size: 13px;
    margin: 20px 0px 30px 0px;
} 

.carousel-inner h2{
    font-size: 20px;
    margin: 10px 0px 20px 0px;
   
}

.btn-lg{
      padding: .5rem 1rem;
      font-size: 13px;

}
/* slider end */




/* banner start */
.bannerSec .banerTxt h4{
      line-height: 30px;
      font-size: 19px;

}
.bannerSec .banerTxt p{
      line-height: 20px;
      font-size: 14px;
}
/* banner end */



/* band start */
.bandLink{
      padding: 2% 0px;
}
.bandLink a{
      font-size: 16px;
}
.bandLink i{
      margin-right: 2%;
      font-size: 30px;
}
/* band end */

/* services start */

.services .col-md-4 h5{
      font-size: 19px;
      line-height: 30px;
} 
.services .col-md-4 p{
      font-size: 13px;
} 

/* services end */




/* about start */


      .aboutSec .aboutTxt h3{
           font-size: 18px;
           line-height: 25px;
           margin:0px 0px 20px 0px;
     }
     .aboutSec .aboutTxt p{
           font-size: 13px;
     }
/* about end */


/* testimonial start */
.testimonial .testimonialText h5{
   font-size: 1.15rem;
}
.testimonial .testimonialText {
      padding:5% 1% ;  
}
.testimonial .testimonialText p{
 font-size: 12px;
}
/* testimonial end */



.footerSec{
      padding: 100px 5% 10px 5%; 
}
.footerSec h6{
    font-size: 0.8rem;

}
.footerSec a , p{
      font-size: 0.7rem;

}
.footerSoc li{
    margin: 4px;
}
.footerSoc .fab{
      font-size: 16px !important;
}


}



@media (max-width: 767px) {
    /* slider start */
.carousel-caption { 
      top:50%; 
      width: 70%;
}
.carousel-inner h1{
      font-size: 18px;
      margin-bottom: 0px;
}
.carousel-inner h2{
    font-size: 12px;
    margin: 5px 0px 5px 0px;
   
}
.carousel-inner span{
      display: none;
}
.carousel-inner p{
      font-size: 10px;
      margin: 5px 0px 5px 0px;
} 
.btn-lg{
      padding: .3rem 1rem;
      font-size: 9px;

}
/* slider end */
.aboutSec .aboutTxt{
  padding: 2% 4%;
}
.footerSec .lineY{
    border-right: none;
}
.footerSec .addres{
   border-top: 1px solid #34290b;
   border-bottom: 1px solid #34290b;
   padding: 3% 3%;
}
.footerSoc {
      text-align: left;
      padding: 3% 3%;
}
.adresText{
      border-right:none;
      border-bottom: 1px solid #F2EAD0;
      padding-bottom: 3%;
}
.formText{
  padding: 3%;
}

      }










/* #PAGE LOAD */

.royal_loader {
    background: none;
    visibility: hidden;
}
#royal_preloader {
 
    font-size: 12px;
    visibility: visible;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 9999999999;
    -webkit-transition: opacity 0.2s linear 0.8s;
       -moz-transition: opacity 0.2s linear 0.8s;
        -ms-transition: opacity 0.2s linear 0.8s;
         -o-transition: opacity 0.2s linear 0.8s;
            transition: opacity 0.2s linear 0.8s;
}
#royal_preloader.complete {
    opacity: 0;
}
#royal_preloader .background {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #000000;
    -webkit-transition: background 0.5s linear;
       -moz-transition: background 0.5s linear;
        -ms-transition: background 0.5s linear;
         -o-transition: background 0.5s linear;
            transition: background 0.5s linear;
}
#royal_preloader.number .name {
    position: absolute;
    top: 20%;
    left: 0px;
    right: 0px;
    text-transform: uppercase;
    color: #eac247 !important;
    text-align: center;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s linear;
       -moz-transition: -moz-transform 0.3s linear;
        -ms-transition: -ms-transform 0.3s linear;
         -o-transition: -o-transform 0.3s linear;
            transition: transform 0.3s linear;
    -webkit-animation: fly 0.3s;
       -moz-animation: fly 0.3s;
        -ms-animation: fly 0.3s;
         -o-animation: fly 0.3s;
            animation: fly 0.3s;
}
#royal_preloader.number .percentage {
    color: #eac247;
    font-family: Impact, Arial;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-align: center;
    margin: -90px 0px 0px -90px;
    background-position: 50% 0;
    padding-top: 80px;
    width: 180px;
    position: absolute;
    font-size: 50px;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s linear 0.5s;
       -moz-transition: all 0.3s linear 0.5s;
        -ms-transition: all 0.3s linear 0.5s;
         -o-transition: all 0.3s linear 0.5s;
            transition: all 0.3s linear 0.5s;
}
#royal_preloader.text .loader {
    position: absolute;
  font-family: 'Sifonn-Basic';
  text-shadow: 0 0 15px rgba(0,0,0,0.3);
  text-transform:uppercase;
 color: #eac247 !important;
    top: 50%;
    left: 50%;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    letter-spacing: 3px;
    font-size: 36px;
    white-space: nowrap;
}
#royal_preloader.text .loader div {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0%;
    background-color: #000000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: left 0.3s linear;
       -moz-transition: left 0.3s linear;
        -ms-transition: left 0.3s linear;
         -o-transition: left 0.3s linear;
            transition: left 0.3s linear;
}
#royal_preloader.logo .loader {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -40px 0px 0px -40px;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
}
#royal_preloader.logo .loader div {
    position: absolute;
    bottom: 0%;
    left: 0px;
    right: 0px;
    height: 100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: bottom 0.3s linear;
       -moz-transition: bottom 0.3s linear;
        -ms-transition: bottom 0.3s linear;
         -o-transition: bottom 0.3s linear;
            transition: bottom 0.3s linear;
}
#royal_preloader.logo .percentage {
    position: absolute;
    width: 80px;
    height: 40px;
    line-height: 40px;
    top: 50%;
    left: 50%;
    margin: 40px 0px 0px -40px;
    color: #eac247;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

@-webkit-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-moz-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-ms-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-o-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}

