/* --------------------------------- */
/* Css Styles                        */
/*---------------------------------- */

/**
	Skivo
	Author : Markupthemes


/*------------------------  ------------------------*/		
 

 body{
    font-family: 'Poppins', sans-serif;
    height: 1500px;
 }

 header{
    position: relative;
    z-index: 2;
    padding: 20px 10px;
 }

 header .buy-link{
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;   
    margin-top: 8px;
 }
  header {
    overflow: hidden;
  }
  header .logo {
    width: 55%;
  }

 header .buy-link:hover{
    opacity: 0.7;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
 }

 .promo{
    height: 500px;
    background:     rgb(35, 113, 174);
    background:    linear-gradient(to right, rgba(35, 113, 174, 1) 0%, rgba(187, 71, 212, 1) 100%);
    background:    progid:DXImageTransform.Microsoft.gradient(startColorstr='#2371ae', endColorstr='#bb47d4', GradientType=1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
 }

.mt_btn_white {
    padding: 10px 30px;
    font-size: 14px;
    border-radius: 50px;
    margin-bottom: 10px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    position: relative;
    margin-top: 15px;
    background: #fff;
    color: #2371ae;
    font-weight: 600;
    border: 1px solid;
    border-color: rgb(35, 113, 174);
    border-color: linear-gradient(to right, rgba(187, 71, 212, 1) 0%, rgba(35, 113, 174, 1) 100%);;;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb47d4', endColorstr='#2371ae', GradientType=1);
}
.mt_btn_white:hover,
.mt_btn_white:focus {
    color: #fff;
    background: rgb(35, 113, 174);
    background: linear-gradient(to right, rgba(187, 71, 212, 1) 0%, rgba(35, 113, 174, 1) 100%);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb47d4', endColorstr='#2371ae', GradientType=1);
    transition: all 0.5s ease;
    text-shadow: initial;
    text-decoration: none;
}

@media only screen and (max-width: 640px) {
    .mt_btn_white {
        font-size: 14px;
        padding: 10px 19px;        
    }
}
 
.promo-content h1,
.promo-content p {
    color: #fff !important;
    opacity: 1 !important;
}
 .promo .promo-content .logo{
    margin: 0 auto;
    display: block;
    max-height: 85px;
 }

 .promo .promo-content{
    text-align: center;
    color: #444;
    padding-top: 80px;
    z-index: 2;
    position: relative;
 }

  .promo .promo-content h1{
    font-size: 18px;
    font-weight: 500;
    padding:30px 0 12px;
 }

  .promo .promo-content p{
    font-size: 16px;
    font-weight: 300;
    opacity: 0.7;
    line-height: 28px;
    color: #444;
 }

.page-btn{
    background: #31D093;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    padding: 0 35px;
    height: 42px;
    display: inline-block;
    font-size: 13px;
    line-height: 43px;
    color: #fff;
    margin-top: 45px;
    font-weight: 600;
    cursor: pointer;    
    box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.07);
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}

.page-btn:hover{ 
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    background: #202020;
    color: #fff;
    box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.22);
}


.page-btn.color{
    background: #202020;
    color: #fff;
}

/*Content Section */

.content{
    padding-top: 80px;
}
.rtl_heading {
    font-size: 36px;
    margin-bottom: 60px;
}

.content figure img{
    width: 100%;    
    border-radius: 8px;
    box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}

.content figure img:hover{
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.25);
    transform: translate(0,-10px);
}

.content figure figcaption{
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    margin-top: 40px;
    color: #afafaf;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}


.content figure:hover figcaption{
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    color: #000;
}

footer{
    background: #000;
    padding-bottom: 40px;
    margin-top: 90px;
}

footer .logo{
    max-height: 60px;
    margin-top: 45px;
}

footer .social {
    margin-top: 20px;
}

footer .social a{    
    color: #fff;
    font-size: 14px;
    margin-right: 8px;
}

footer .social a:hover{    
    color: #757575;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
}

footer hr{
    border-top: 1px solid #313131;
    margin-top: 40px;
}

footer p{
    color: #949494;
    font-size: 12.5px;
    margin-top: 30px;
}

footer p a{
    color: #00cdb9;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
}

footer p a:hover{
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    color: #fff;
}

@media (max-width: 991px) {
    .demo{
        margin-bottom: 30px;
    }

    br{
        display: none;
    }

}





































