@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*/
.text h2 {
    margin-bottom: 23px;
}
.textimg2flex
 {
    display: flex;
    margin-top: 50px;
}
.text p {
    font-size: 18px;
    color: #434343;
    font-weight: 500;
    word-spacing: 2px;
    line-height: 34px;
    margin-bottom: 25px;
    /* font-family: 'Arimo'; */
}
.text,.images {
    padding-left: 10px;
}
.text h3 {
    line-height: 37px;
    padding-bottom: 16px;
    font-size: 30px;
}

/*textimg2 end*/


/*onlycolor*/
section.onlycolor {
    background-color: #F1F1F1;
    padding: 130px 0 130px 0;
    margin-top: -241px;
}
.images img {
    width: 100%;
}
/*onlycolor end*/

/*bluecontent*/
 
section.bluecontent {
    margin-top: 0px;
    line-height: 33px;
}
.text5 p {
    font-size: 18px;
    padding-bottom: 4px;
}
.flexul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.ul1 {
    width: 50%;
}
.text5 h2 {
    margin-bottom: 17px;
    margin-top: 17px;
}
h2.h2spesh {
    margin-bottom: 20px;
    margin-top: 14px;
}
/*bluecontent end*/


/*responsive css*/


