
@import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700&display=swap");
@import "../variables.css";
h1, h2, h3, h4, h5, p {
  font-family: "Poppins", sans-serif;
  color: #1F1F1F;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 46px;
    text-transform: capitalize;
    color:white !important;
    letter-spacing: 2px;
    color: #2C2C2C;
    line-height: 62px;
    font-weight:300px !important;
}

h2,
.home.blog .entry-title {
	color: #666;
	font-size: 26px;
	font-size: 1.25rem;
	font-weight: 300;
}
h3 {
    font-size: 33px;
    line-height: 50px;
    font-weight: 300;
    color: #2C2C2C;
    margin-bottom: 20px;
}

h4 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 38px;
    margin-bottom: 20px;
}
h5 {
  font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 38px;
    margin-bottom: 20px;
    color: #2C2C2C;
}
ul {
    margin: 0;
    padding: 0;
}
.dot-separator {
  font-size:12px !important;
  width:15px !important;
  padding:1px !important;
  margin-top:-2px !important;
}
li {
    list-style: none;
}

ul li {
    font-size: 16px;
    line-height: 28px;
    color: #727272;
    position: relative;
    padding-left: 10px;
    margin-bottom: 5px;
    font-weight: 400;
    z-index: 1;
}

p {
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    color: #4D4D4D;
    /* user-select: none; */
    margin-bottom: 13px;
    font-family: "Poppins", sans-serif;
}
.boxed-btn {
  padding: 13px 46px 14px 46px;
  transition: padding .2s ease;
  position:relative;
  display: inline-block;
  padding: 14px 27px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  color: #fff !important;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  letter-spacing: 2px;
  outline:none !important;
  border:none !important;
}
.boxed-btn:hover {
  color:rgb(36, 83, 170) !important;
  background:white !important;
}
.mini-icon {
  visibility: hidden ;
  padding:unset;
  margin:unset;
  display:inline;
  color: rgb(94, 49, 24);
  position:absolute;
  left:10%;
  top:35%;
}
.mini-icon::before {
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f007";
}
.boxed-btn:hover .mini-icon{
  visibility: visible !important;
  transform: translate(20px,0px) !important;
  color: rgb(36, 83, 170) !important;
  transition:.1s ease 0.1s;
}
.bg-shade2{
  background:rgb(32, 70, 141) !important;
}
.home-banner-title{
  font-weight:300 !important;
}
.banner-title,.home-banner-title{
  font-family: 'Poppins';
  text-align: center;
}
.title-container {
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: 60%;  /* position the top  edge of the element at the middle of the parent */
  left: 50%; /* position the left edge of the element at the middle of the parent */
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  align-items: center !important;
}
path {
  stroke: rgb(86, 123, 179);
}

.q0-9 { fill: rgb(39,97,171); }

.q1-9 { fill:  rgb(50, 104, 175); }
.q2-9 { fill:  rgb(28, 86, 161); }
h1 {
	font-size: 46px;
	font-weight: 300;
}
h2 {
  font-size:26px !important;
}