@font-face {
    font-family: "Avenir_Black";
    src: url(../fonts/Avenir/Avenir_Black.otf);
  }
  @font-face {
    font-family: "Avenir_Light";
    src: url(../fonts/Avenir/Avenir_Light.ttf);
  }

/* fonts */

*{
    padding: 0;
    margin: 0;
}

ul,ol{
    list-style: none;
}

a,a:hover{
    text-decoration: none;
}

img{
    vertical-align: middle;
}

body{
    font-family: "Avenir_Light";
}

h1,h2,h3,h4{
    font-family: "Avenir_Black";
}

/* ====== common css ends ====== */

header{
    background-color: rgb(70, 176, 195);
    margin-top: 100px;
    padding-bottom: 30px;
}

header img{
    margin-top: -60px;
    max-width: 500px;
    width: 100%;
}

.bnr{
    padding-top: 50px;
    padding-bottom: 80px;
}
.bnr .bnr_item h1{
    font-size: 44px;
    
}

.bnr .img2{
    position: absolute;
}
.block_text{
    background-color: rgb(70, 176, 195);
    text-transform: uppercase;
    padding: 33px 30px;
    color: #fff;
    font-size: 28px;
    margin-top: 30px;
}

.abt {
    background-color: rgb(118, 49, 103);
    padding-top: 40px;
    margin-bottom: 40px;
}
.heading_one h2{
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.abt2 {
    padding-bottom: 40px;
}
.abt2 .abt_content p{
    font-size: 18px;
    color: #000;
    font-weight: 500;
    padding: 0 110px;

}

.abt2 .abt_content p a{
    display: inline-block;
    color: #000;
}

.abt3{
    background-color: rgb(118, 49, 103);
}
.abt3 img{
    margin-top: -205px;
    margin-left: -65px;
    width: 100%;
    max-width: 400px;
}
.abt3 .abt_content2 h4{
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
}
.abt3 .abt_content2 p{
    color: #FEFEF9;
    margin-top: 30px;
}

.lst_head{
    background-color: rgb(70, 176, 195);
    margin-top: 30px;
    padding: 30px 0;
}
.lst_content{
    margin-top: 50px;
    padding-bottom: 40px;
}
.lst_content p{
    font-size: 18px;
    font-weight: 500;
}

.lst_content p span{
    text-transform: uppercase;
}