@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;
}
.textimg2flex h1
{
    font-size: 40px;
    font-family: Arimo;
}
.text p 
{
    font-size: 18px;
    color: #434343;
    font-weight: 400;
    word-spacing: 2px;
    line-height: 27.5px;
    margin-bottom: 25px;
    /* font-family: 'Arimo'; */
}
.text,.images {
    width: 50%;
    padding-left: 10px;
}
/*textimg2 end*/


/*onlycolor*/
section.onlycolor {
    background-color: #F1F1F1;
    padding: 130px 0 130px 0;
    margin-top: -241px;
}
/*onlycolor end*/

/*bluecontent*/
section.bluecontent {
    margin-top: 35px;
}
.blueh1 {
    margin-top: -59px;
    margin-bottom: 10px;
}
.blueh1 p {
    font-weight: 500;
    font-size: 40px;
}
.blueh1 p {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}
.textbluehedding {
    line-height: 26px;
    margin-left: 16px;
}
.bluecontentin {
    margin-top: 12px;
}
/*bluecontent end*/

.images img {
    width: 100%;
}
.banner-text
{
    color:#434343;
    font-size: 18px;
    font-weight: 700;
    font-family: Arimo;
}
.banner-list
{
    line-height:35px;
    list-style: none;
    color: #434343;
    word-spacing: 2px;
}
ul.banner-list li a {
    color: #1b68a3;
}
/*responsive css*/

