﻿
@import url('bootstrap.min.css');
@import url('all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

body{font-family: 'Roboto', sans-serif;
    background: #029aff;
background: -moz-linear-gradient(-45deg,  #029aff 0%, #63dfff 100%), url(../images/pattern.png);
background: -webkit-linear-gradient(-45deg,  #029aff 0%,#63dfff 100%), url(../images/pattern.png);
background: linear-gradient(135deg,  #029aff 0%,#63dfff 100%), url(../images/pattern.png);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#029aff', endColorstr='#63dfff',GradientType=1 ), url(../images/pattern.png);

}
.privacydata h5{color:#fff;font-size:25px;text-transform:capitalize;}
.widget{padding:50px 0;}
.mainheader{padding:20px 0;}
.slider{padding-top:50px;}
.heading {font-weight: bold;
    font-size: 40px;
    color: #fff;
    margin: 0 0 20px;}
.privacydata p{    color: #fff;
    line-height: 1.5;
    font-size: 18px;}
.mobilebx{       width: 370px;
    height: 550px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: top center;}
.logo img{height:30px;}
.privacybtn{margin-top:20px;}
.privacybtn a{    color: #fff;
    font-weight: bold;}

.downdata{}
.downdata h4{font-size: 50px;
    color: #fff;
    margin: 0 0 10px;
    font-weight: bold;}
.downdata h5{font-size: 25px;
    color: #fff;
    margin: 0 0 10px;
    font-weight: 300;}
.downdata p{    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 20px;}

.downbtn{}

.downbtn a{
       width: 196px;
    display: inline-block;
    margin-right: 5px;
    height: 61px;
    border: 2px solid #000;
    background-position: center center;
    border-radius: 6px;
    background-repeat: no-repeat;
}
.downbtn img{height:60px;border-radius:4px;}