/*
------------------------------------------------------------------------
* Template Name    : DarkWon | Responsive Bootstrap 4 Personal Template  * 
* Version          : 1.0.0                                             *
* Created          : April 2020                                        *
* File Description : Main Css file of the template                     *
*-----------------------------------------------------------------------
*/

body {
  font-family: 'Quattrocento Sans', sans-serif;
  color: #505458;
  font-size: 14px;
  line-height: 22px;
  overflow-x:hidden;
}

.section{
  padding: 80px 0;
}  

.container-fluid{
  width: 80%;
}

.home-section{
  background-color: #f8f9fa; 
  padding:100px 0;
}

.img-logo{
  height: 30px;
}

.demo-logo{
  height: 50px;
  margin-bottom: 10px;
}

.home-img-box {
  padding: 20px 0 30px 0; 
  text-align: center;
  transition: all 0.2s ease;
}
.home-img-box:hover {
    transform: scale(1.05);
}

.home-img-box a {
  display: block;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.home-bg-img2 {
    background-image: url(../images/demo/indexhome.png);
    background-size: cover;
    background-position: center center;
    position: relative;
}

.bg-overlay-gradient {
    background: #101010;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3c405a, #101010);
    /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to right, #3c405a, #101010);*/
    background: linear-gradient(to right, #ffa114, #fee01ead);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    opacity: 0.9;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0.66);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

h1.header_title {
    margin-top: 10px;
}


.home-img-box img {
  border: 15px solid #f2f2f2;
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
}

.curv-img {
    position: relative;
    width: 100%;
    bottom: -7px;
    z-index: 1;
}

.mt-9{
  margin-top: 7rem;
}

.home-img-box h5 {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 20px;
  font-size: 18px;
}

.footer {
  padding: 30px 0px;
  background-color: #000000;
}

.border {
  height: 4px;
  width: 60px;
  border-radius: 5px;
  margin: 0 auto 30px;
  background-color: #01bf86;
}

.title {
  margin-bottom: 15px;
  font-size: 22px;
}

.copyright{
  font-size:15px;
}


/* FEATURE */


.Dark-feature .icon {
    color: #fab162;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: lighten(#2f55d4, 45%);
    font-size: 24px;
}
.shadow {
    box-shadow: 0 0 3px rgba(0,0,0,.15) !important;
}
.Dark-feature .content .title {
    font-size: 18px;
    font-weight: 700;
}
.Dark-feature:hover {
    transform: scale(1.05);
}
.Dark-feature {
    transition: all 0.2s ease;
}

i.mdi.mdi.text-orange {
    color: #fab162;
}

/****** DARKWON MORE FEATURES*******/

.Darkfew-feature {
  padding: 40px 30px;
  border: 1.5px solid #eee;
  border-radius: 5px;
  text-align: center;
  margin-top: 30px;
  transition: all 0.5s ease;
}

.Darkfew-feature:hover {
  -webkit-box-shadow: 2px 8px 15px #dfdede;
  box-shadow: 2px 8px 15px #dfdede;
}

.Darkfew-feature i {
    font-size: 45px;
    color: #fab162;
}


.Darkfew-feature h4 {
  font-size: 16px;
  font-weight: 500;
  transition: all 0.5s ease;
  margin-top: 15px;
}

.Darkfew-feature:hover h4 {
  color: #fab162;
}

.footer-three {
  padding: 30px 0;
  position: relative;
}

.copy-rights {
  font-size: 15px;
  color: #77828c !important;
}

.border {
  height: 4px;
  width: 60px;
  border-radius: 5px;
  margin: 0 auto 30px;
  background-color: #01bf86;
}

.title {
  margin-bottom: 15px;
  font-size: 22px;
}

.back_top {
    text-align: center;
    position: fixed;
    bottom: 15px;
    height: 35px;
    width: 35px;
    background-color: #fab162;
    display: none;
    z-index: 10000;
    border-radius: 3px;
    right: 20px;
    transition: all 0.5s;
}

.back_top i {
    color: #fff;
    line-height: 35px;
    font-size: 32px;
    display: block;
}











/*==========================
        18.RESPONSIVE
============================*/

@media (max-width: 768px) {
  .mt-9 {
    margin-top: 30px;
  }
  h1.header_title {
    margin-top: 10px;
    font-size: 26px;
  }
}