@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700;800&display=swap');

.innersectionbanner{
    background: url('../images/about.jpg') no-repeat top center;
    background-size: 100%;
    font-family: 'Rubik', sans-serif;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.innersectionbanner h4{
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    justify-content: center;
}
.bluetextsection{
    color:#114e9e;
    margin-top: 10px;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
}
.missionvission{
    background-color: #001531;
    padding-top: 80px;
    padding-bottom: 80px;
}
.mission{
    background-color: #fff;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.mission:hover{
    background-color: #abf7ff;
    transition: 0.5s;
}
.mission p{
    color: #114e9e;
    font-weight: 500;
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 0;
    display: block;
    width: 100%;
    text-align: center;
}
.mission:hover p{
    color: #ed1f24;
    transition: 0.5s;
}
.missioncontent{
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    align-items: center;
    display: flex;
    padding: 40px;
}
.contactinner{
    background: url('../images/contactus.png') no-repeat top center;
}
.boxflex{
    display: flex;
}
.box{
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 15px;
    background-color: #114e9e;
    text-align: center;
    padding: 30px;
    width: 100%;
}
.box img{
    padding-bottom: 15px;
}
.box h5{
    font-size: 28px;
    font-family: 'Rubik', sans-serif;
    color: #fff;
    font-weight: 400;
    padding-bottom: 10px;
    padding-top: 15px;
}
.box-two{
    background-color: #073066;
}
.box-two a{
    color: #fff;
    text-decoration: none;
}
.box-three{
    background-color: #041d3e;
}
.coniframe{
    line-height: 0px;
}
.coniframe iframe{
    filter: grayscale(1);
}
.productbanner{
    background: url('../images/productbanner.png') no-repeat top center;
}
.box-full{
	position:relative;
	padding-top: 70px;
	padding-bottom: 70px;
    background-color: #e2e2e2;
}

.box-sec-one{
	margin:0;
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
    font-weight: normal;
    line-height: 22px;
}

.box-sec-one h2{
    font-family: 'Rubik', sans-serif;
	 font-weight:500;
	 color:#114e9e;
	 font-size:40px;
	 line-height: 48px;
	 padding-bottom: 10px;
}
.box-sec-one h5{
	font-family: 'Rubik', sans-serif;
	font-weight:500;
	color:#114e9e;
	font-size:23px;
	line-height: 20px;
	padding-bottom: 0;
    margin-top: 20px;
}

.box-sec-one ul{
	margin: 20px 0 0 0;
	padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.box-sec-one ul li {
    margin: 0;
    padding: 15px;
    list-style: none;
    width: 30%;
    font-family: 'Rubik', sans-serif;
    background-color: #ebebeb;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.box-sec-one ul li:nth-child(even){
    background-color: #fff;
}
.box-sec-one ul li:nth-child(odd):hover{
    background-color: #fff;
    transition: 0.3s;
}
.box-sec-one ul li:nth-child(even):hover{
    background-color: #ebebeb;
    transition: 0.3s;
}

.box-sec-one ul li P{
	color: #333333;
	font-weight: 500;
	margin-top: 10px;
    margin-bottom: 0;
	line-height: 18px;
    font-size: 14px;
    text-align: center;
    width: 100%;
}
.box-sec-one a {
    font-family: 'Rubik', sans-serif;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    padding: 4px 20px;
    background: #78e822;
    text-decoration: none;
    margin-top: 15px;
    border-radius: 3px;
    text-transform: uppercase;
}
.box-sec-one a:hover {
	text-decoration: none;
	color: #fff;
	background:#224c5a;
}
.twinbutton a{
    margin-right: 5px;
}
.buttoncommonblack{
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    background-color: #282828;
    padding: 15px 45px 15px 20px;
    text-decoration: none;
    margin-top: 15px;
    border-radius: 3px;
    font-size: 13px;
    font-family: 'Rubik', sans-serif;
    letter-spacing: 1px;
    position: relative;
  }
  .buttoncommonblack::after{
    position: absolute;
    top: 14px;
    right: 10px;
    width: 21px;
    height: 23px;
    content: '';
    background-image: url('../images/buttonblackarrow.png');
  }
  .buttoncommonblack:hover{
      background-color: #000;
      color: #fff;
      transition: 0.3s;
  }