*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
	@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

  html,
  body{
    width:100%;
    overflow-x:hidden;
  }

}
 body{
        min-height: 100vh;
        overflow-x: hidden;
        
    }

    #cont1{
        margin-top: 100px;
        width: 97%;
    }
    .about h1{
        text-align: center;
        font-weight: bold;
        font-size: 40px;
        color: #000050;
        font-family: calibri;

    }
    .about p{
        text-align: justify;
        font-size: 20px;
        font-family: calibri;
        color: black;
    padding: 15px;
    border-spacing: 5px;
	 border-radius: 7px;
    line-height: 40px;
    word-spacing:5px;
    }


 #row1{
	margin-top: 40px;
}
.bt1{
	border: 1px solid;
	width: 80%;
	padding: 8px;
	border-radius: 16px;
	margin-left: 120px;
	text-align: center;
	background-color:#000050;
	color: #fff;
	font-weight: bold;
	font-size: 21px;
}
.para1{
	font-size: 19px;
    font-family:Calibri;
    display: block;
    margin-left: 10%;
    margin-right: auto;
    justify-content: center;

}
.bt2{
	border: 1px solid;
	width: 60%;
	color: #fff;
	background-color: #c00000;
	border-radius: 16px;
	padding: 8px;
	text-align: center;
	margin-left: 110px;
	font-weight: bold;
	font-size: 21px;
	font-family:Calibri;

}
.bt3{
	border: 1px solid;
	width: 60%;
	color: #fff;
	background-color:#00af50;
	border-radius: 16px;
	padding: 8px;
	text-align: center;
	margin-left: 20px;
	font-weight: bold;
	font-size: 21px;
	font-family:Calibri;

}
#col3 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 134px;
    width: 136px;
}
#col2 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 134px;
    width: 136px;
}
#col1 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 134px;
    width: 136px;
}
#col3 p{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#col2 p{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.col-sm-4 .bt1{
    display: block;
    margin-left: auto;
    margin-right: auto;
} 
.col-sm-4 .col-sm-6 .para1{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* mission vision */
.heading4{
    border-radius: 8px;
    background: #000050;
    text-align: center;
    line-height: 3.0rem;
	color: white;
	font-weight: bold;
    font-size: 35px;
	margin-top: 80px;
	font-family: calibri;

}
.para5{
    margin-top: 20px;
    margin-left: 50px;
    margin-right: 50px;
    font-size: 25px;
    text-align: justify;
	color: #000050;
    font-size: 25px;
	font-weight: bold;
	font-family: calibri;
}
#mission{
	margin-left: 50px;
}
.para4{
    width: 60%;
	font-size: 18px;
	margin-left: 30px;
	margin-top: 10px;
	font-family: calibri;
}

/* Implementation */
.column img{
    width:500px;
    margin-top: -10px;
}
.column h4{
	color: #000050;
    font-size: 28px;
    font-weight: bold;
	font-family: calibri;
    line-height: 3.0rem;
}
.column p{
    font-size: 20px;
    text-align: justify;
	font-family: calibri;
}
.column ul li{
    font-size: 20px;
	font-family: calibri;
}
.row3 .column{
    margin-top: 30px;
    /* border: 1px solid red; */
    padding: 20px;
}

/* experience */
.exp{
    text-align: justify;
    font-size: 20px;
    font-family: calibri;
    line-height: 2.2rem;
}
.row5 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    border-radius: 25px;
}

