@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
*{box-sizing: border-box;padding: 0;margin: 0;
  font-family: 'League Spartan', sans-serif;
  
}
.container{max-width: 1170px;margin: 0 auto;}
 span a, a:hover
  {
    text-decoration: none;
    color: #42a0be;
  }
  h2{font-size: 40px;}
  h3{ color:#1b68a3; }
/*banner*/

section.banner {position: relative;padding: 30px 0 30px;background-size: cover;background-repeat: no-repeat;}

.bannertext 
  {
    width: 100%;
    padding: 0;
    text-align: center;
  }
.bannertext h1 
{
    color: #fff;
    font-size: 45px;
    letter-spacing: 1px;
    
}

.flexp p 
{
    text-align: center;
    margin: auto;
}


.flexp
{
  display: flex;
  margin-top: 20px;
  
}
.flexp span
 {
    padding-left: 7px;
    font-size: 18px;
 }
/*banner end*/

/*textimg2*/
.textimg2flex
 {
    display: flex;
    margin-top: 50px;
}
.text p {
    font-size: 18px;
    color: #434343;
    font-weight: 500;
    word-spacing: 6px;
    line-height: 25px;
    margin-bottom: 25px;
    /* font-family: 'Arimo'; */
}
.text,.images {
    width: 50%;
    padding-left: 10px;
}
/*textimg2 end*/

/*text7img*/

section.text7img {
    margin-top: 23px;
    text-align: center;
    }
.text7imgflex
{
    widows: 100%;
}

.roundtext {
    border: 8px solid #e04164;
    border-radius: 100%;
    padding: 65px 18px 65px 18px;
    margin-left: 0px;
    background-color: white;
    height: 158px;
}
.text1 {
    margin: auto;
}
.text1 {
    margin: auto;
    width: 146px;
    font-weight: 400;
    padding-top: 20px;
    line-height: 20.3px;
}
.roundtext p {
    color: #1b68a3;
    font-size: 15px;
    font-weight: 700;
    margin-left: -7px;
    margin-top: -12px;

}
.text7imgflex {
    display: flex;
    /* padding-right: 10px; */
}
.imgroundtext {
    width: 14.28%;
    padding-left: 17px;
}
div#oreng {
    border-color: #d78f2e;
    position: relative;

}
div#yello {
    border-color: #F3E516;
    position: relative;
}
div#greenyello {
    border-color: #B7D535;
    position: relative;
}
div#green {
    border-color: #1B915C;
    position: relative;
}
div#skayblue {
    border-color: #1DB2E6;
    position: relative;
}
.text7imgflex {
    margin-top: 35px;
}

.roundtext:first-child{
    position: relative;
}
.roundtext:first-child::after{
    content: "";
    position: absolute;
    border-left: 8px transparent solid;
    bottom: -19px;
    left: 58px;
    text-align: center;
    border-right: 8px transparent solid;
    border-top: 12px #e04164 solid;
}

div#yello::after {
    content: "";
    position: absolute;
    border-left: 8px transparent solid;
    bottom: -19px;
    left: 58px;
    text-align: center;
    border-right: 8px transparent solid;
    border-top: 12px #F3E516 solid;
}

div#green::after {
    content: "";
    position: absolute;
    border-left: 8px transparent solid;
    bottom: -19px;
    left: 58px;
    text-align: center;
    border-right: 8px transparent solid;
    border-top: 12px #1B915C solid;
}
div#skayblue::after {
    content: "";
    position: absolute;
    border-left: 8px transparent solid;
    bottom: -19px;
    left: 58px;
    text-align: center;
    border-right: 8px transparent solid;
    border-top: 12px #1DB2E6 solid;
}

div#greenyello::after {
    content: "";
    position: absolute;
    border-left: 8px transparent solid;
    bottom: -19px;
    left: 58px;
    text-align: center;
    border-right: 8px transparent solid;
    border-top: 12px #B7D535 solid;
}

div#oreng::after {
    content: "";
    position: absolute;
    border-left: 8px transparent solid;
    bottom: -19px;
    left: 58px;
    text-align: center;
    border-right: 8px transparent solid;
    border-top: 12px #d78f2e solid;
}
/*text7img end*/

/*onlycolor*/
section.onlycolor {
    background-color: #F1F1F1;
    padding: 130px 0 130px 0;
    margin-top: -241px;
}
/*onlycolor end*/

/*bluecontent*/
section.bluecontent {
    margin-top: 35px;
}
.blueh3 {
    margin-top: 30px;
    margin-bottom: 10px;
}
/*bluecontent end*/

.images img {
    width: 100%;
}
/*responsive css*/
@media(max-width: 991px){
    .text7imgflex{
        justify-content: center !important;
        }
        section.onlycolor{
            display: none;
        }
}
@media(max-width: 767px){
    .text, .images {
    width: 100%;
    margin: 10px 10px 0 10px;
    /* width: 50%; */
    /* padding-left: 10px; */
}
.textimg2flex {
    /* display: flex; */
    margin-top: 50px;
    width: 100%;
}
}