/****************************/
/* body element's styling*/
header{
    background-color:#1f2937 ;
    padding: 0px 200px 0px 200px;
}
footer{
    background-color: #1f2937;
    padding: 25px 0px;
}
/**************************************************/
/* font color, weight size and style for headers*/
.headers{
    font-family: sans-serif;
}
.header-logo{
    font-size: 24px;
    font-family: Ubuntu;
    color:#f9faf8;
    font-weight: 600;
}
.header-link-text{
    font-size: 18px;
}
/********************/
/* headers layout*/
.headers{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding-top: 9px;
    padding-bottom: 70px;
}
.text0{
    -webkit-box-flex: 15;
        -ms-flex: 15;
            flex: 15;
}

.header-link-text{
    text-align: right;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}
/***********************************************/
/*font color, weight size and style for Hero*/
.hero{
    font-family: sans-serif;
    padding-left: 30px;
    padding-right: 30px;
}
.hero-main{
    font-size: 48px;
    color: #f9faf8;
    font-weight:bolder;
}
.heroic{
    font-size: 18px;
    color: #e5e7eb;
}
.hero-button{
    font-size: 20px;
    font-weight: 600;
    color: #e5e7eb;
    background-color: #3882f6;
    
}
/******************/
/* hero layout*/
.hero{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 120px;
}
/************************************/
/** hero text box flex layout**/
.box1{
    -webkit-box-flex: 1.8;
        -ms-flex: 1.8 1.8 0%;
            flex: 1.8 1.8 0%;
    margin-right: 50px;
}
.hero-text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.hero-main{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.heroic{
    text-align:justify;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 3px;
}
.hero-butt{
    padding-top: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
/*********************************/
/**hero image box flex layout**/
.box2{
    -webkit-box-flex: 3;
        -ms-flex: 3 2 0%;
            flex: 3 2 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:start;
        -ms-flex-pack:start;
            justify-content:flex-start;
}.khali{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 450px;
    height: 300px;
}
img{
    -webkit-box-flex: 1.2;
        -ms-flex: 1.2 1 auto;
            flex: 1.2 1 auto;
}
/*************************************/
/**hero button and image layout**/
.hero-button{
    border: 1px;
    height: 35px;
    width: 135px;
    border-radius: 12px;
}
.img-box{
    height: 320px;
    width: 480px;
    border-radius: 10px;
}
/*********************************************/
/* font color, weight size and style for info */
.info{
    padding:40px 300px 120px 300px;
}
.info-header{
    text-align: center;
    font-size: 36px ;
    font-family: Ubuntu;
    font-weight:700;
    color: #1f2937;
}
.info-fig-holder{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.info-box{
    text-align: center;
    border: 5px solid #3882f6;
    border-radius: 40px;
    height: 190px;
    width: 190px;
    margin: 0px auto;
}
.info-text{
    color: rgb(71, 71, 71);
    font-family: sans-serif;
    font-size: 16px;
    text-align: center;
    padding-top: 30px;
}
/*********************************************/
/* font color, weight size and style for quote */
.quote{
    font-size: 36px;
    color: #1f2937;
    font-family: sans-serif ;
    font-style: italic;
    font-weight: 300;
    background-color: #e5e7eb ;
}
.quote-fig{
    width: 1300px;
    padding: 100px 50px;
    margin: 0px auto;
}
.quot-text{
    text-align: center;
}
.quote-cap{
    text-align: end;
}
/****************************************/
/*font color, weight, size, family and style for action*/
.action{
    font-family: sans-serif;
    color: #f9faf8;
    padding: 90px 0px 110px 0px;

}
h3{
    font-size: 28px;
}
.blu-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    width: 1200px;
    background-color: #3882f6;
    margin: 0px auto;
    border-radius: 10px;
    padding: 30px;
}
/** blu-a layout**/
.blu-a{
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    padding-left: 80px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.blu-main{
    -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5;
    margin: 0;
}
.blu-sec{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
/** blu-b layout**/
.blu-b{
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    padding-top: 45px;
    padding-left: 50px;
}
.action-button{
    font-size: 20px;
    font-weight: 600;
    background-color: #3882f6;
    border: 2px solid #e5e7eb;
    height: 35px;
    width: 135px;
    border-radius: 12px;    
}
/**********************************/
/* footer font overall styling*/
.footer-text{
    font-family: sans-serif;
    font-size: 20px;
    color: #e5e7eb;
    text-align: center;
}

/* anchor tag style*/
a.header-link{
    text-decoration: none;
    color: #e5e7eb;;
}
a.button-link{
    text-decoration: none;
    color: #e5e7eb;
}