@charset "UTF-8";

.socmed {
    position: relative;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.socmed .fa {
    width: 30px;
    height: 30px;
    background: #b6c292;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-right: 10px;
}
.socmed .fa:hover {
    background: #0083be;
}
.nextbutton {
  position: relative;
  font-family: "Poppins", sans-serif;
  margin-top: 20px;
  padding-left: 0;
}
.nextbutton a {
  padding: 0 10px;
  font-size: 14px;
  background: #0083be;
  color: white;
  text-decoration: none;
}
.nextbutton span {
  padding: 0 10px;
  font-size: 14px;
  background: #003852;
  color: white;
  text-decoration: none;
}

button.espanol-mobile {
    width: 100%;
    background: #b6c292;
    border: 0;
    color: white;
    font-family: 'Yantramanav';
    font-size: 17px;
    padding: 7px;
	display:none;
}
button.bbb-mobile {
    width: 100%;
    border: 0;
    padding: 7px;
	display:none;
}
button.miracle-mobile {
    width: 100%;
    background: #0083be;
    border: none;
    color: white;
    font-family: 'Yantramanav', sans-serif;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 15px;
    cursor: pointer;
    display: none;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

button.miracle-mobile:hover {
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

/* BLOGS ARTICLE RIBBONS */


.hold-box{
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
	
}

.hold-box .stag{
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 15px;
	font-weight: 500;
	color: #142d43;
}

.hold-box .stag span{
	display: block;
}
.hold-box .stag a{
    text-decoration: none;
}


.blog-button{
	position:relative;
	margin: 0 0 20px;
}
.blog-button .call {
    background: #0083be;
    border: 0;
    color: white;
    font-weight: 400;
    padding: 5px 30px;
    font-size: 18px;
  font-family: "Yantramanav", sans-serif;
    text-transform: uppercase;
}
.blog-button .call:hover {
    background: #025b84;
}

.blog-callus {
    position: relative;
    text-align: center;
    padding: 30px;
    background: #efefef;
    margin: 0 0 20px;
    border: 1px solid #d6d6d6;
}
.blog-callus .callus {
    font-size: 40px;
 font-family: "Yantramanav", sans-serif;
    text-align: center;
    line-height: 40px;
}

.blog-contactus {
    position: relative;
    padding: 50px 50px 30px;
    background: #0083be;
    margin: 0 0 20px;
}
.blog-contactus h2.contactus-title {
    color: white !important;
    text-align: center;
  font-family: "Yantramanav", sans-serif;
    font-weight: 500 !important;
}

.blog-contactus .blog-contactus-form {
    position: relative;
}
.blog-contactus .blog-contactus-form  .inputs {
    position: relative;
    margin: 0 0 10px;
}
.blog-contactus .blog-contactus-form .grids {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px;
}

.blog-contactus .blog-contactus-form .inputs input, .blog-contactus .blog-contactus-form .inputs select, .blog-contactus .blog-contactus-form .inputs textarea {
  font-family: "Yantramanav", sans-serif;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    border: 0;
    outline: none;
    padding: 9px;
}
.blog-contactus .blog-contactus-form .inputs textarea{
	height:100px;
}
.blog-contactus .blog-contactus-form .inputs label {
    color: white;
	width:100%;
}
.blog-contactus .blog-contactus-form .inputs .send {
    background: #025b84;
 font-family: "Yantramanav", sans-serif;
    color: white;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
}
/* END */



.hold-email {
    max-width: 1500px;
    margin: auto;
    z-index: 9;
    text-align: right;
    position: absolute;
    width: 100%;
    display: block;
    left: calc(50% - 750px);
}
.hold-email a {
    background: #b6c292;
	font-family: "Yantramanav", sans-serif;
    padding: 7px 15px;
    color: white;
    text-decoration: none;
}
.hold-email a:hover {
    background: #0083be;
}
.hold-email a .fa {
    font-size: 14px;
    margin-right: 5px;
}
a.mobile-phone {
    width: 100%;
    background: #0083be;
    display: block;
    padding: 10px 20px;
    text-align: center;
    color: white;
    font-size: 26px;
    font-family: 'Yantramanav';
    line-height: 1.2;
    text-decoration: none;
	display:none;
}
a.mobile-phone span {
    display: block;
    font-size: 14px;
}

/* ABOUT US */
.about-contact{
	position:relative;
}
.about-contact .inputs{
	position:relative;
}
.about-contact .grids{
	position:relative;
	display:grid;
	grid-template-columns:repeat(2,1fr);
	grid-gap:20px;
} 
.about-contact .inputs input, .about-contact .inputs select{
	outline:none;
	width:100%;
	box-sizing:border-box;
}
/* END */

.menunav {
  position: relative;
  padding: 30px 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.menunav .innercon {
  position: relative;
  max-width: 1850px;
  margin: auto;
  display: grid;
  grid-template-columns: 20% 40% 40%;
  grid-gap: 0;
}
.menunav .innercon .content:nth-child(1) {
  position: relative;
}
.menunav .innercon .content:nth-child(1) .logo {
  width: auto;
}
.menunav .innercon .content:nth-child(2) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.menunav .innercon .content:nth-child(2) ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menunav .innercon .content:nth-child(2) ul li {
  font-family: "Yantramanav", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
	position: relative;
}
.menunav .innercon .content:nth-child(2) ul li a {
  color: #242424;
  text-decoration: none;
  padding: 15px 7px;
  display: block;
}
.menunav .innercon .content:nth-child(2) ul li a:hover {
  color: #0083be;
}
.menunav .innercon .content:nth-child(3) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.menunav .innercon .content:nth-child(3) .funded {
  background: #0083be;
  color: white;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  padding: 12px 20px;
  font-family: "Yantramanav", sans-serif;
  border: 0;
  outline: none;
  border-radius: 0;
}
.menunav .innercon .content:nth-child(3) .funded img {
  width: 15px;
  margin-right: 5px;
}
.menunav .innercon .content:nth-child(3) .funded:hover {
  background: #025b84;
}

.menunav .innercon .content:nth-child(3) .espanol {
  background: #0083be;
  color: white;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  padding: 12px 20px;
  font-family: "Yantramanav", sans-serif;
  border: 0;
  outline: none;
  border-radius: 0;
	margin-left:10px;
}
.menunav .innercon .content:nth-child(3) .miracle {
  background: #0083be;
  color: white;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  padding: 12px 20px;
  font-family: "Yantramanav", sans-serif;
  border: 0;
  outline: none;
  border-radius: 0;
	margin-left:10px;
}

.menunav .innercon .content:nth-child(3) .espanol:hover {
  background: #025b84;
}
.menunav .innercon .content:nth-child(3) .miracle:hover {
  background: #025b84;
}

.menunav .innercon .content:nth-child(3) .hold-phone {
    position: relative;
    margin-left: 20px;
    display: flex;
    align-items: center;
}
.menunav .innercon .content:nth-child(3) .hold-phone a {
    color: #0083be;
    font-family: "Yantramanav", sans-serif;
    font-size: 28px;
    text-decoration: none;
}
.menunav .innercon .content:nth-child(3) .hold-phone a:hover {
    color: #003852;
}
.menunav .innercon .content:nth-child(3) .hold-phone a span {
    font-size: 15px;
    display: block;
    margin: 0;
    line-height: 1;
}
.menunav .innercon .content:nth-child(3) .hold-phone .fa {
    width: 40px;
    height: 40px;
    background: #0083be;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: white;
    font-size: 20px;
    margin-right: 10px;
}

.menunav .innercon .content:nth-child(2) ul li .sub-menu {
    position: absolute;
    width: 300px;
    display: none;
	column-count: 1;
    left: 0;
    background: #0083be;
    z-index: 9;
    
}

.menunav .innercon .content:nth-child(2) ul li .sub-menu li {
  display: block;
  text-align: left;
}
.menunav .innercon .content:nth-child(2) ul li .sub-menu li a {
    position: relative;
    color: white;
    padding: 20px;
    display: block;
}
.menunav .innercon .content:nth-child(2) ul li .sub-menu li a:hover {
    background: #025b84;
}
.menunav .innercon .content:nth-child(2) ul li .first-sub-dropdown .sub-menu {
  position: absolute;
  left: 300px;
  top: 20px;
}

.div1 {
  position: relative;
  padding: 150px 0;
  background: url(images/bg.png) no-repeat center;
  background-size: cover;
}
.div1 .innercon {
  position: relative;
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0;
}
.div1 .innercon .content:nth-child(1) {
  position: relative;
}
.div1 .innercon .content:nth-child(1) .slogan {
  font-family: "Merriweather", serif;
  font-size: 55px;
  font-weight: 600;
  margin: 0 0 20px;
  line-height: 1.3;
  color: #003852;
}
.div1 .innercon .content:nth-child(1) .slogan span {
  display: block;
}
.div1 .innercon .content:nth-child(1) .funded {
  background: #0083be;
  color: white;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  padding: 12px 30px;
  font-family: "Yantramanav", sans-serif;
  border: 0;
  outline: none;
  border-radius: 0;
  border: 1px solid #003852;
  color: #003852;
  background: transparent;
}
.div1 .innercon .content:nth-child(1) .funded img {
  width: 15px;
  margin-right: 5px;
}
.div1 .innercon .content:nth-child(1) .funded:hover {
  background: white;
}

.div2 {
  position: relative;
  padding: 50px 0;
/*   background: #025b84; */
background:url(images/newbg1.png) no-repeat center;
	background-size:cover;
}
.div2:after {
  position: absolute;
  content: "";
  background: url(images/after.png) no-repeat center;
  background-size: contain;
  width: 100px;
  height: 80px;
  left: 0;
  bottom: 0;
	display:none;
}
.div2 .innercon {
  position: relative;
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 1;
}
.div2 .innercon .content:nth-child(1) {
  position: relative;
}
.div2 .innercon .content:nth-child(1) .title {
  color: white;
  font-family: "Merriweather", serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 5px;
}
.div2 .innercon .content:nth-child(1) .desc {
  font-family: "Yantramanav", sans-serif;
  color: #242424;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  margin: 0;
  color: white;
}
/* .div2 .innercon .content:nth-child(2) {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.div2 .innercon .content:nth-child(2) .money {
  background: transparent;
  border: 1px solid white;
  font-family: "Yantramanav", sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  padding: 10px;
  width: 100%;
  outline: none;
  border-radius: 0;
  color: white;
}
.div2 .innercon .content:nth-child(2) .money:hover {
  background: white;
  color: #025b84;
} */
.div2 .innercon .content:nth-child(2) {
  position: relative;
  display: flex;
  align-items: flex-end;
	justify-content:flex-end;
}
.div2 .innercon .content:nth-child(2) .next {
  background: #0083be;
  color: white;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  padding: 12px 30px;
  font-family: "Yantramanav", sans-serif;
  border: 0;
  outline: none;
  border-radius: 0;
  background: #b6c292;
}
.div2 .innercon .content:nth-child(2) .next img {
  width: 15px;
  margin-right: 5px;
}
.div2 .innercon .content:nth-child(2) .next:hover {
  background: white;
  color: #025b84;
}

.div3 {
  position: relative;
  padding: 100px 0;
  background: #fafafa;
}
.div3 .innercon {
  position: relative;
  max-width: 1300px;
  margin: auto;
}
.div3 .innercon .top {
  font-family: "Yantramanav", sans-serif;
  color: #242424;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  margin: 0;
  text-align: center;
  color: #025b84;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
}
.div3 .innercon .top span {
  padding: 3px 10px;
  background: #e1eef4;
}
.div3 .innercon .title {
  color: white;
  font-family: "Merriweather", serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.3;
  color: #003852;
  margin: 10px 0 0;
  text-align: center;
}
.div3 .innercon .grids {
  position: relative;
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 30px;
}
.div3 .innercon .grids .content {
    position: relative;
    padding: 50px;
    background-color: white;
    border: 1px solid #e2dfdf;
    grid-column: span 2;
}
.div3 .innercon .grids .content ul {
    list-style-position: inside;
    padding: 0;
    font-family: 'Yantramanav';
    line-height: 1.8;
    font-size: 18px;
    color: black;
}
.div3 .innercon .grids .content:nth-child(4) {
    grid-column: 2 / span 2;
}
.div3 .innercon .grids .content a {
    text-decoration: none;
}
.div3 .innercon .grids .content .main {
  width: 50px;
}
.div3 .innercon .grids .content .name {
  color: white;
  font-family: "Merriweather", serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.3;
  font-size: 20px;
  font-weight: 600;
  color: #025b84;
  margin: 20px 0;
}
.div3 .innercon .grids .content .name .arrow {
  margin-left: 10px;
}
.div3 .innercon .grids .content .desc {
  font-family: "Yantramanav", sans-serif;
  color: #242424;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  margin: 0;
}

.div4 {
  position: relative;
  padding: 0 0 100px;
  background: #fafafa;
}
.div4 .innercon {
  position: relative;
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0;
  padding: 70px;
  background: #025b84;
}
.div4 .innercon:after {
  position: absolute;
  content: "";
  background: url(images/bg1.png) no-repeat center;
  background-size: cover;
  width: 70%;
  height: 100%;
  left: 0;
  top: 0;
}
.div4 .innercon .content:nth-child(2) {
  position: relative;
  z-index: 99;
}
.div4 .innercon .content:nth-child(2) .ui-icon {
  float: right;
  margin: 4px 0 0 0 !important;
  font-size: 20px !important;
  background-image: url(jqueryui/images/ui-icons_444444_256x240.png) !important;
}
.div4 .innercon .content:nth-child(2) .defaultIcon {
  background-image: url(images/defaultIcon.png) !important;
  width: 15px !important;
  height: 15px !important;
  background-size: contain;
}
.div4 .innercon .content:nth-child(2) .selectedIcon {
  background-image: url(images/selectedIcon.png) !important;
  width: 15px !important;
  height: 15px !important;
  background-size: contain;
}
.div4 .innercon .content:nth-child(2) .ques {
  color: white;
  font-family: "Merriweather", serif;
  font-size: 18px;
  font-weight: 600;
  background: transparent;
  padding: 20px;
  border: 0;
  border-bottom: 1px solid #0275ab;
}
.div4 .innercon .content:nth-child(2) .holdans {
  position: relative;
  padding: 20px;
  background: transparent;
  border: 0;
}
.div4 .innercon .content:nth-child(2) .holdans p.desc {
  font-family: "Yantramanav", sans-serif;
  color: #242424;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  margin: 0;
  color: white;
}

.div5 {
  position: relative;
  padding: 0 0 100px 0;
  background: #fafafa;
}
.div5 .innercon {
  position: relative;
  max-width: 1300px;
  margin: auto;
}
.div5 .innercon .top {
  font-family: "Yantramanav", sans-serif;
  color: #242424;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  margin: 0;
  text-align: center;
  color: #025b84;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
}
.div5 .innercon .top span {
  padding: 3px 10px;
  background: #e1eef4;
}
.div5 .innercon .title {
  color: white;
  font-family: "Merriweather", serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.3;
  color: #003852;
  margin: 10px 0 0;
  text-align: center;
}
.div5 .innercon .grids {
  position: relative;
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
  text-align: center;
}
.div5 .innercon .grids:before {
  position: absolute;
  content: "";
  background: url(images/process.png) no-repeat center;
  background-size: contain;
  width: 400px;
  height: 25px;
  left: 225px;
  top: 20px;
}
.div5 .innercon .grids:after {
  position: absolute;
  content: "";
  background: url(images/process.png) no-repeat center;
  background-size: contain;
  width: 400px;
  height: 25px;
  right: 225px;
  top: 20px;
}
.div5 .innercon .grids .content {
  position: relative;
}
.div5 .innercon .grids .content .main {
  width: 60px;
}
.div5 .innercon .grids .content .above {
  color: white;
  font-family: "Merriweather", serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.3;
  font-size: 17px;
  color: #025b84;
  margin: 20px 0 10px;
}
.div5 .innercon .grids .content .name {
  color: white;
  font-family: "Merriweather", serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.3;
  font-size: 20px;
  font-weight: 600;
  color: #025b84;
  margin: 0 0 20px 0;
}
.div5 .innercon .grids .content .name .arrow {
  margin-left: 10px;
}
.div5 .innercon .grids .content .desc {
  font-family: "Yantramanav", sans-serif;
  color: #242424;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  margin: 0;
}
.div6 {
  position: relative;
  padding: 0 0 100px;
  background: #fafafa;
}
.div6 .innercon {
  position: relative;
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0;
  padding: 100px 70px;
  background: #025b84;
}
.div6 .innercon:after {
    position: absolute;
    content: "";
    background: url(images/newbg2.png) no-repeat center;
    background-size: cover;
    width: 70%;
    height: 100%;
    right: 0;
    top: 0;
}
.div6 .innercon .content:nth-child(1) {
  position: relative;
  z-index: 99;
	text-align:center;
}

.div6 .innercon .content:nth-child(1) .title {
    color: white;
    font-family: "Merriweather", serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.3;
    color: white;
    margin: 10px 0 0;
    text-align: center;
}

.div6 .innercon .content:nth-child(1) p.desc {
    font-family: 'Merriweather';
    color: #242424;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
    margin: 20px 0;
    color: #88cbe6;
}
.div6 .innercon .content:nth-child(1) .funded{
	    background: #0083be;
    color: white;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    padding: 12px 30px;
    font-family: "Yantramanav", sans-serif;
    border: 0;
    outline: none;
    border-radius: 0;
    background: #b6c292;
}
.div6 .innercon .content:nth-child(1) .funded:hover{
	background: white;
    color: #025b84;
}

.div7 {
  position: relative;
  padding: 0 0 100px 0;
  background: #fafafa;
}
.div7 .innercon {
  position: relative;
  max-width: 1300px;
  margin: auto;
}
.div7 .innercon .top {
  font-family: "Yantramanav", sans-serif;
  color: #242424;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  margin: 0;
  text-align: center;
  color: #025b84;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
}
.div7 .innercon .top span {
  padding: 3px 10px;
  background: #e1eef4;
}
.div7 .innercon .title {
  color: white;
  font-family: "Merriweather", serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.3;
  color: #003852;
  margin: 10px 0 0;
  text-align: center;
}
.div7 .innercon .grids {
    position: relative;
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: 50% 50%;
    grid-gap: 20px;
}
.div7 .innercon .grids .content {
    position: relative;
    padding: 50px;
    background-color: white;
    border: 1px solid #e2dfdf;
    grid-column: span 2;
}


.div7 .innercon .grids .content a {
    text-decoration: none;
}
.div7 .innercon .grids .content .main {
  width: 50px;
}
.div7 .innercon .grids .content .name {
    color: white;
    font-family: "Merriweather", serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.5;
    font-size: 20px;
	position:relative;
    font-weight: 600;
    color: #025b84;
    margin: 20px 0;
}
.div7 .innercon .grids .content .name span {
    display: block;
}
.div7 .innercon .grids .content .name .arrow {
    margin-left: 10px;
    position: absolute;
    right: 80px;
    bottom: 8px;
}
.div7 .innercon .grids .content .desc {
    font-family: "Yantramanav", sans-serif;
    color: #242424;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
}


.div8{
	position: relative;
	  background: #fafafa;
	padding:0 0 100px;
}
.div8 .innercon {
    position: relative;
    max-width: 1300px;
    margin: auto;
	text-align:center;
    padding: 100px 70px;
    background: #025b84;
}
.div8 .innercon:before {
    position: absolute;
    content: '';
    background: url(images/newafter.png) no-repeat center;
    background-size: cover;
    width: 150px;
    height: 150px;
    left: 0;
    top: 0;
}

.div8 .innercon:after {
    position: absolute;
    content: '';
    background: url(images/newafter1.png) no-repeat center;
    background-size: cover;
    width: 150px;
    height: 150px;
    right: 0;
    bottom: 0;
}
.div8 .innercon .title{
	color: white;
    font-family: "Merriweather", serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.3;
    color: white;
    margin: 0  0 20px 0;
    text-align: center;
}
.div8 .innercon .under{
	font-family: 'Merriweather';
    color: #242424;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
    margin: 10px 0 0;
    color: #88cbe6;
}
.div8 .innercon .desc{
	font-family: 'Merriweather';
    color: white;
    font-size:17px;
    font-weight: 600;
    line-height: 2;
    margin: 20px 0;
}

.div8 .innercon .funded {
    background: #0083be;
    color: white;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    padding: 12px 30px;
    font-family: "Yantramanav", sans-serif;
    border: 0;
    outline: none;
	z-index:9;
    border-radius: 0;
    background: #b6c292;
}
.div8 .innercon .funded:hover {
    background: white;
    color: #025b84;
}
.footer {
  position: relative;
  padding: 100px 0;
  background: #eaf0f5;
}
.footer:after {
  position: absolute;
  content: "";
  background: url(images/after2.png) no-repeat center;
  background-size: cover;
  width: 200px;
  height: 200px;
  right: 0;
  top: 0;
}
.footer:before {
  position: absolute;
  content: "";
  background: url(images/after3.png) no-repeat center;
  background-size: cover;
  width: 300px;
  height: 70px;
  left: 0;
  bottom: 0;
}
.footer .innercon {
  position: relative;
  max-width: 1300px;
  margin: auto;
  text-align: center;
}
.footer .innercon .content {
  position: relative;
}
.footer .innercon .content .title {
  color: white;
  font-family: "Merriweather", serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.3;
  color: #003852;
  font-size: 56px;
  margin: 0;
}
.footer .innercon .content .desc {
  font-family: "Yantramanav", sans-serif;
  color: #242424;
  font-size: 23px;
  font-weight: 400;
  line-height: 2;
  margin: 0;
  color: #0083be;
  margin: 10px 0;
}
.footer .innercon .content .below {
  color: white;
  font-family: "Merriweather", serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.6;
  font-size: 20px;
  color: #003852;
}
.footer .innercon .content .funded {
  background: #0083be;
  color: white;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  padding: 12px 30px;
  font-family: "Yantramanav", sans-serif;
  border: 0;
  outline: none;
  border-radius: 0;
  display: block;
  margin: 40px auto 0;
}
.footer .innercon .content .funded img {
  width: 15px;
  margin-right: 5px;
}
.footer .innercon .content .funded:hover {
  background: #025b84;
}
.footer .innercon .content .footer-badges {
  display: block;
  margin: 60px auto 0;
	display:none;
}

.copy {
  position: relative;
  padding: 30px 20px;
  background: white;
  text-align: center;
}
.copy .innercon {
  position: relative;
  max-width: 1300px;
  margin: auto;
  font-family: "Yantramanav", sans-serif;
  color: #242424;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  margin: 0;
  margin: auto;
  text-align: center;
}
.copy .innercon a {
  color: #025b84;
  text-decoration: none;
}
.copy .innercon a:hover {
  color: #0083be;
}

.holdpage {
  padding: 150px 0;
  position: relative;
  background: #f7f9f1;
}
.holdpage:after {
  position: absolute;
  content: "";
  background: url(images/pages.png) no-repeat center;
  background-size: cover;
  width: 300px;
  height: 100%;
  right: 0;
  top: 0;
}
.holdpage .innercon {
  position: relative;
  max-width: 1300px;
  margin: auto;
}
.holdpage .innercon .content {
  position: relative;
}
.holdpage .innercon .content .pagetitle {
  font-family: "Merriweather", serif;
  text-align: left;
  color: #003852;
  font-size: 50px;
  margin: 0;
  font-weight: 600;
}

.pagecontent {
  padding: 20px 0 100px 0;
  background: white;
  position: relative;
}
.pagecontent .innercon {
  position: relative;
  max-width: 1250px;
  margin: auto;
  max-width: 1300px;
  display: grid;
  grid-template-columns: 70% 30%;
}
.pagecontent .innercon .content:nth-child(1) {
  position: relative;
  margin-right: 20px;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content {
    font-family: 'Yantramanav';
    position: relative;
    font-size: 17px;
    line-height: 2;
    font-weight: 400;
    color: #003852;
    text-align: justify;
    background: white;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .pagetitle {
    font-family: 'Merriweather';
    text-align: left;
    color: #003852;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 20px;
    position: relative;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg {
  position: relative;
  margin: 0 0 20px;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg .pages-featuredimg {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  position: relative;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content ul, .pagecontent .innercon .content:nth-child(1) .hold-all-content ol {
  list-style-position: inside;
  padding: 0;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content ul {
  position: relative;
  list-style: none;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content ul li {
  position: relative;
  padding-left: 30px;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content ul li::after {
    position: absolute;
    content: "✓";
    font-size: 12px;
    left: 0;
    top: 7px;
    width: 20px;
    height: 20px;
    background: #0083be;
    border-radius: 50px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content a{
	color:#0083be;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .get-funded a {
    background: #0083be;
    color: white;
    border-radius: 0;
    padding: 8px 30px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 20px;
    width: =;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .get-funded a:hover {
    background: #003852;
    color: white;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content h2 {
    font-family: 'Merriweather';
    font-size: 25px;
    font-weight: 600;
    text-align: left;
    margin: 0 0 20px;
    position: relative;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content h3 {
    font-family: 'Merriweather';
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    margin: 0 0 20px;
    position: relative;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content h4 {
    font-family: 'Merriweather';
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    margin: 0 0 20px;
    position: relative;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content h5, .pagecontent .innercon .content:nth-child(1) .hold-all-content h6 {
    font-family: 'Merriweather';
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin: 0 0 20px;
    position: relative;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content img{
	width:100%;
}

.pagecontent .innercon .content:nth-child(1) .pagetitle {
  font-family: "Unbounded", sans-serif;
  font-size: 40px;
  text-align: left;
  color: #bfd277;
  margin: 0 0 20px;
  position: relative;
}
.pagecontent .innercon .content:nth-child(1) .holdblog {
  position: relative;
  padding: 50px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .holdimg {
  position: relative;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .holdimg .thedate {
  position: absolute;
  right: 20px;
  top: 20px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: white;
  background: #000000;
  width: 100px;
  padding: 10px 0;
  font-size: 40px;
  text-align: center;
  line-height: 40px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .holdimg .featuredimg {
  width: 100%;
  margin: 0 0 20px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .blogcontitle {
  margin: 0 0 10px 0;
  font-family: "Outfit", sans-serif;
  font-size: 25px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .blogcontitle a {
  color: #bfd277;
  text-decoration: none;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .excerpt {
  font-family: 'Yantramanav';
  font-size: 17px;
  color: #3a3a3a;
  font-weight: 400;
  margin: 0 0 20px;
}
.pagecontent .innercon .content:nth-child(2) {
  flex-basis: 30%;
  margin-left: 30px;
  position: relative;
}
.pagecontent .innercon .content:nth-child(2) .sidebar:nth-child(2) {
  position: sticky;
  top: 50px;
}
.pagecontent .innercon .content:nth-child(2) .sidebar {
  background: #FBFCFD;
  border: 1px solid #F2F2F2;
  padding: 30px;
  position: relative;
  margin: 0 0 30px;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .title {
    font-family: 'Merriweather';
    font-size: 50px;
    font-weight: 300;
    font-size: 25px;
    font-weight: 600;
    color: #003852;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .latest-post {
    position: relative;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .latest-post .latestnews {
    display: grid;
    grid-template-columns: 25% 75%;
    padding: 0 0 20px;
}

.pagecontent .innercon .content:nth-child(2) .sidebar .latest-post .latestnews .latesttitle {
    font-family: 'Yantramanav';
    margin: 0;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .latest-post .latestnews .latesttitle a {
    color: black;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    text-decoration: none;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .latest-post .latestnews img {
    width: 100%;
    margin-top: 8px;
	height:auto;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .latest-post .latestnews .excerpt {
    font-family: 'Yantramanav';
    font-size: 16px;
    font-weight: 300;
    margin: 10px 0 0;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .latest-post .latestnews .hold-blog-info {
    padding-left: 14px;
}

.pagecontent .innercon .content:nth-child(2) .sidebar .under {
    font-family: 'Yantramanav';
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: 2;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul li {
  font-family: 'Yantramanav';
  font-size: 16px;
  font-weight: 300;
  line-height: 2.7;
  position: relative;
  padding-left: 30px;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul li::after {
  position: absolute;
  content: "✓";
  font-size: 13px;
  left: 0;
  top: 12px;
  width: 18px;
  height: 18px;
  background: #000000;
  border-radius: 50px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul li a {
  color: #000000;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul li a:hover {
  color: #bfd277;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .lasts {
  margin: 0 !important;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs {
  margin-bottom: 10px;
  position: relative;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs input,
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs textarea {
  width: 100%;
  padding: 12px 0;
  border: 0;
  background: white;
  border: 1px solid rgb(216, 216, 216);
  outline: none;
  font-family: 'Yantramanav';
  font-size: 15px;
  text-indent: 15px;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs input::placeholder,
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs textarea::placeholder {
  color: rgb(155, 155, 155);
  font-size: 12px;
  text-transform: uppercase;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs textarea {
  height: 100px;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs .send {
    background: #0083be;
    font-family: 'Yantramanav';
    text-transform: uppercase;
    font-size: 17px;
    padding: 15px 30px;
    border-radius: 0;
    color: white;
    outline: none;
    font-weight: 600;
    width: 100%;
    text-indent: 0;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs .send:hover {
  background: #025b84;
  color: white;
}
.phonecall {
    padding: 50px;
    background: #003852;
    border-radius: 0;
    margin: 40px 0;
    border: 1px solid #f2f2f2;
    position: relative;
}
.phonecall .hold-phonecall {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0;
  z-index: 9;
  text-align: left;
  position: relative;
}
.phonecall .hold-phonecall .inside-phonecall:nth-child(1) {
  position: relative;
}
.phonecall .hold-phonecall .inside-phonecall:nth-child(1) .alltakes {
    font-family: 'Merriweather';
    font-size: 25px;
    font-weight: 600;
    color: white;
    text-align: left;
    margin: 0;
}
.phonecall .hold-phonecall .inside-phonecall:nth-child(1) .fa-phone {
  position: absolute;
  color: #000000;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.phonecall .hold-phonecall .inside-phonecall:nth-child(2) {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-family: 'Yantramanav';
}
.phonecall .hold-phonecall .inside-phonecall:nth-child(2) a {
  color: white !important;
  font-size: 20px;
  text-decoration: none;
	padding:0;
}
.phonecall .hold-phonecall .inside-phonecall:nth-child(2) .contact {
  text-decoration: underline;
}
.phonecall .hold-phonecall .inside-phonecall:nth-child(2) span {
  margin: 0 20px;
  color: #000000;
  background: white;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}


.blog-page {
  position: relative;
  padding: 100px 0;
}
.blog-page .innercon {
  position: relative;
  max-width: 1300px;
  margin: auto;
}
.blog-page .innercon .content {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}
.blog-page .innercon .content .blogcon {
  position: relative;
}
.blog-page .innercon .content .blogcon .holdimg {
  position: relative;
}
.blog-page .innercon .content .blogcon .holdimg .featuredimg {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.blog-page .innercon .content .blogcon .holdinfo {
  padding: 20px 0;
  position: relative;
}
.blog-page .innercon .content .blogcon .holdinfo .blogcontitle {
    color: white;
    font-family: "Merriweather", serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.5;
    font-size: 20px;
    text-align: left;
    color: #0083be;
    margin: 0 0 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .blogcontitle a {
    color: #003852;
    text-decoration: none;
}
.blog-page .innercon .content .blogcon .holdinfo .posted-date {
  color: #0083be;
  font-family: "Yantramanav", sans-serif;
  text-align: left;
  margin: 0 0 10px;
  font-size: 15px;
}
.blog-page .innercon .content .blogcon .holdinfo .posted-date span {
  margin-right: 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .posted-date .fa {
  margin-right: 5px;
}
.blog-page .innercon .content .blogcon .holdinfo .excerpt {
    font-family: "Yantramanav", sans-serif;
    font-size: 17px;
    line-height: 1.8;
    color: black;
}
.blog-page .innercon .content .blogcon .holdinfo .reading {
  width: 100%;
  padding: 10px 0;
  transition: 0.3s;
  background: #0083be;
  color: white;
  text-transform: uppercase;
  font-family: "Yantramanav", sans-serif;
  font-size: 15px;
  outline: none;
  border: 0;
}
.blog-page .innercon .content .blogcon .holdinfo .reading:hover {
  background: #003852;
}
.blog-page .innercon .content .blogcon .holdinfo .reading .fa {
  margin-left: 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .share {
  font-family: "Yantramanav", sans-serif;
  font-size: 20px;
  margin: 20px 0;
  color: #025b84;
}
.blog-page .innercon .content .blogcon .holdinfo .fafa {
  font-size: 12px;
  font-family: "Yantramanav", sans-serif;
  padding: 2px 10px;
  color: white;
  text-decoration: none;
}
.blog-page .innercon .content .blogcon .holdinfo .fb {
  background: #536da6;
}
.blog-page .innercon .content .blogcon .holdinfo .twit {
  background: #54acee;
}
.blog-page .innercon .content .blogcon .holdinfo .link {
  background: #1581c2;
}
.blog-page .innercon .content .blogcon .holdinfo .soc-med {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .soc-med .fa {
  font-size: 15px;
  color: white;
  margin-right: 5px;
}
.blog-page .innercon .content .nextbutton {
  position: relative;
  font-family: "Yantramanav", sans-serif;
  margin-top: 20px;
  padding-left: 20px;
}
.blog-page .innercon .content .nextbutton a {
  padding: 0 10px;
  font-size: 14px;
  background: #0083be;
  color: white;
  text-decoration: none;
}
.blog-page .innercon .content .nextbutton span {
  padding: 0 10px;
  font-size: 14px;
  background: #025b84;
  color: white;
  text-decoration: none;
}

.notfound {
  position: relative;
  padding: 50px 0;
}
.notfound .innercon {
  position: relative;
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: 40% 60%;
  grid-gap: 0;
}
.notfound .innercon .content:nth-child(1) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notfound .innercon .content:nth-child(1) .all {
  text-align: center;
}
.notfound .innercon .content:nth-child(1) .all .title {
  color: #025b84;
  font-family: "Yantramanav", sans-serif;
  font-size: 80px;
  font-weight: 700;
  margin: 0 0;
}
.notfound .innercon .content:nth-child(1) .all .under {
  color: #025b84;
  font-size: 13px;
}
.notfound .innercon .content:nth-child(2) {
  position: relative;
  text-align: center;
  padding: 0 0 0 50px;
}
.notfound .innercon .content:nth-child(2) .ops {
  color: #f8d065;
  text-shadow: 1px 1px #231b0e;
  font-size: 45px;
  font-family: "Yantramanav", sans-serif;
  font-weight: 700;
  margin: 0;
}
.notfound .innercon .content:nth-child(2) .notserver {
  color: #b6c292;
  font-family: "Yantramanav", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0;
}
.notfound .innercon .content:nth-child(2) .desc {
  font-family: "Yantramanav", sans-serif;
  line-height: 30px;
  font-size: 15px;
  margin: 0 0 20px;
}
.notfound .innercon .content:nth-child(2) .goto {
  background: #0083be;
  color: white;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  padding: 12px 30px;
  font-family: "Yantramanav", sans-serif;
  border: 0;
  outline: none;
  border-radius: 0;
}
.notfound .innercon .content:nth-child(2) .goto img {
  width: 15px;
  margin-right: 5px;
}
.notfound .innercon .content:nth-child(2) .goto:hover {
  background: #b6c292;
}

.contactpage {
  position: relative;
  padding: 70px 0;
  background: #f5f5f5;
}
.contactpage .innercon {
  position: relative;
  max-width: 1300px;
  margin: auto;
  font-family: "Yantramanav", sans-serif;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}
.contactpage .innercon .content:nth-child(1) {
  position: relative;
}
.contactpage .innercon .content:nth-child(1) .title {
  color: white;
  font-family: "Merriweather", serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.3;
  font-size: 30px;
}
.contactpage .innercon .content:nth-child(1) .under {
  font-weight: 300;
  font-size: 15px;
  margin: 0 0 30px;
  color: #575757;
}
.contactpage .innercon .content:nth-child(1) .coninfos {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid rgb(221, 221, 221);
  position: relative;
  display: grid;
  grid-template-columns: 10% 90%;
  grid-gap: 0;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conleft {
  position: relative;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conleft .fa {
  font-size: 50px;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conleft .fa-envelope {
  font-size: 40px;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright {
  position: relative;
  padding-left: 20px;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright .phoneinfo {
  color: #014c70;
  font-size: 15px;
  margin: 0 0;
  text-transform: uppercase;
  font-weight: 500;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright .phoneinfounder {
  color: #014c70;
  font-size: 15px;
  margin: 0 0;
  text-transform: uppercase;
  font-weight: 500;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright .phoneinfounder a {
  text-decoration: none;
  color: #025b84;
  text-transform: initial;
}
.contactpage .innercon .content:nth-child(2) {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.contactpage .innercon .content:nth-child(2) .forms {
  position: relative;
  box-shadow: 0 0 10px rgb(221, 221, 221);
  background: white;
  padding: 40px;
  width: 80%;
}
.contactpage .innercon .content:nth-child(2) .forms .title {
  color: white;
  font-family: "Merriweather", serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.3;
  font-size: 30px;
}
.contactpage .innercon .content:nth-child(2) .forms .lasts {
  margin: 0 !important;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs {
  margin-bottom: 10px;
  position: relative;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs input,
.contactpage .innercon .content:nth-child(2) .forms .inputs textarea {
  width: 100%;
  padding: 12px 0;
  border: 1px solid rgb(209, 209, 209);
  background: white;
  outline: none;
  font-family: "Yantramanav", sans-serif;
  font-size: 15px;
  text-indent: 15px;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs input::placeholder,
.contactpage .innercon .content:nth-child(2) .forms .inputs textarea::placeholder {
  color: rgb(155, 155, 155);
  font-size: 12px;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs textarea {
  height: 100px;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs .send {
  background: #0083be;
  color: white;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  padding: 12px 30px;
  font-family: "Yantramanav", sans-serif;
  border: 0;
  outline: none;
  border-radius: 0;
  text-indent: 0;
  width: 100%;
  color: white;
  background: #003852;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs .send img {
  width: 15px;
  margin-right: 5px;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs .send:hover {
  background: #b6c292;
  color: white;
}

@media only screen and (max-width: 1024px) {
		.mob-menu-logo-holder .mob-retina-logo {
    display: inline-block;
    width: 150px;
		height:auto;
}
		.hold-email {
    max-width: 1300px;
    margin: auto;
    text-align: right;
    position: absolute;
    width: 100%;
    display: block;
    left: initial;
    top: 35px;
    z-index: 9999999;
    right: 200px;
}
	a.mobile-phone {
   display:block;
}
	.div7 {
    position: relative;
    padding: 0 20px 100px;
    background: #fafafa;
}
	.blog-page {
    position: relative;
    padding: 100px 20px;
}
	.pagecontent {
    padding: 60px 20px;
    background: white;
    position: relative;
}
  .holdpage {
    padding: 150px 20px;
    position: relative;
    background: #f7f9f1;
  }
  .div1 {
    position: relative;
    padding: 150px 20px;
    background: url(images/bg.png) no-repeat center;
    background-size: cover;
  }
  .div1 .innercon {
    position: relative;
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: 60% 40%;
    grid-gap: 0;
  }
  .div2 {
    position: relative;
    padding: 50px 20px;
    background: #025b84;
  }
  .div3 {
    position: relative;
    padding: 100px 20px;
    background: #fafafa;
  }
  .div5 {
    position: relative;
    padding: 0 20px 100px;
    background: #fafafa;
  }
  .footer {
    position: relative;
    padding: 100px 20px;
    background: #eaf0f5;
  }
}
@media only screen and (max-width: 900px) {
	.phonecall .hold-phonecall {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
    z-index: 9;
    text-align: left;
    position: relative;
}
	.phonecall .hold-phonecall .inside-phonecall:nth-child(2) {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Yantramanav';
}
  .div1 {
    position: relative;
    padding: 120px 20px;
    background: url(images/bg.png) no-repeat center;
    background-size: cover;
  }
  .div1 .innercon {
    position: relative;
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
    text-align: center;
  }
  .div2 .innercon {
    position: relative;
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
  .div2 .innercon .content:nth-child(3) {
    position: relative;
    display: flex;
    align-items: flex-end;
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
	.div3 .innercon .grids .content:nth-child(4) {
    grid-column: span 2;
}
	i.fa.fa-caret-right{
		display:none !important;
	}
	button.espanol-mobile {
    width: 100%;
    background: #b6c292;
    border: 0;
    color: white;
    font-family: 'Yantramanav';
    font-size: 17px;
    padding: 7px;
	display:block;
}
	button.bbb-mobile {
    	display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 10px 0;
	}
	button.miracle-mobile {
    width: 100%;
    background: #0083be;
    border: none;
    color: white;
    font-family: 'Yantramanav', sans-serif;
    font-size: 17px;
    font-weight: bold;
    padding: 12px 20px;
    cursor: pointer;
    display: block;
    text-align: center;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}
	.mob-menu-logo-holder .mob-retina-logo {
    display: inline-block;
    width: 120px;
    height: auto !important;
}
	.hold-email {
    max-width: 1300px;
    margin: auto;
    text-align: right;
    position: absolute;
    width: 100%;
    display: block;
    left: initial;
    top: 35px;
    z-index: 9999999;
    right: 160px;
}
.div7 .innercon .grids {
    position: relative;
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 20px;
}
	.div6 .innercon {
    position: relative;
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
    padding: 100px 70px;
    background: #025b84;
}
	.phonecall .hold-phonecall .inside-phonecall:nth-child(1) .alltakes {
    font-family: 'Merriweather';
    font-size: 25px;
    font-weight: 600;
    color: white;
    text-align: center;
    margin: 0;
}
	.phonecall .hold-phonecall .inside-phonecall:nth-child(1) .fa-phone {
    position: absolute;
    color: #000000;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    display: none;
}
	.blog-page .innercon .content {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
}
	.pagecontent .innercon {
    position: relative;
    max-width: 1250px;
    margin: auto;
    max-width: 1300px;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 50px;
}
	.pagecontent .innercon .content:nth-child(1) {
    position: relative;
    margin-right: 0;
}
	.pagecontent .innercon .content:nth-child(2) {
    flex-basis: 30%;
    margin-left: 0;
    position: relative;
}
  .holdpage .innercon .content .pagetitle {
    font-family: "Merriweather", serif;
    text-align: center;
    color: #003852;
    font-size: 50px;
    margin: 0;
    font-weight: 600;
  }
  .holdpage .innercon .content {
    position: relative;
    z-index: 99;
  }
  .div3 .innercon .grids {
    position: relative;
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
  .div4 .innercon {
    position: relative;
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
    padding: 70px 20px;
    background: #025b84;
  }
  .div5 .innercon .grids {
    position: relative;
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px;
    text-align: center;
  }
  .div5 .innercon .grids:before {
    position: absolute;
    content: "";
    background: url(images/process.png) no-repeat center;
    background-size: contain;
    width: 400px;
    height: 25px;
    left: 225px;
    display: none;
    top: 20px;
  }
  .div5 .innercon .grids:after {
    position: absolute;
    content: "";
    background: url(images/process.png) no-repeat center;
    background-size: contain;
    width: 400px;
    height: 25px;
    right: 225px;
    top: 20px;
    display: none;
  }
  .footer .innercon {
    position: relative;
    max-width: 1300px;
    margin: auto;
    z-index: 9;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
	.div7 .innercon .grids {
    position: relative;
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
}

	.div6 .innercon {
    position: relative;
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
    padding: 100px 50px;
    background: #025b84;
}
	.div8 .innercon {
    position: relative;
    max-width: 1300px;
    margin: auto;
    display: grid;
    text-align: center;
    padding: 100px 50px;
    background: #025b84;
}
  .div1 {
    position: relative;
    padding: 100px 20px;
    background: url(images/bg.png) no-repeat center;
    background-size: cover;
  }
  .div1 .innercon .content:nth-child(1) .slogan span {
    display: initial;
  }
  .div2 .innercon .content:nth-child(2) {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .footer:before {
    position: absolute;
    content: "";
    background: url(images/after3.png) no-repeat center;
    background-size: cover;
    width: 200px;
    height: 50px;
    left: 0;
    bottom: 0;
  }
  .footer:after {
    position: absolute;
    content: "";
    background: url(images/after2.png) no-repeat center;
    background-size: cover;
    width: 100px;
    height: 100px;
    right: 0;
    top: 0;
  }
}
@media only screen and (max-width: 480px) {
	.div6 .innercon {
    position: relative;
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
    padding: 70px 20px;
    background: #025b84;
}
	.div8 .innercon {
    position: relative;
    max-width: 1300px;
    margin: auto;
    display: grid;
    text-align: center;
    padding: 70px 20px;
    background: #025b84;
}
	.div8 .innercon .under {
    font-family: 'Merriweather';
    color: #242424;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.6;
    margin: 10px 0 0;
    color: #88cbe6;
}
	.phonecall .hold-phonecall .inside-phonecall:nth-child(2) {
    text-align: center;
    display: block;
    align-items: center;
    justify-content: center;
    font-family: 'Yantramanav';
}
	.phonecall .hold-phonecall .inside-phonecall:nth-child(2) span {
    margin: 0 auto;
    color: #000000;
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
	.holdpage {
    padding: 100px 20px;
    position: relative;
    background: #f7f9f1;
}
	.blog-page .innercon .content {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px;
}
	.pagecontent .innercon .content:nth-child(1) .hold-all-content .pagetitle {
    font-family: 'Merriweather';
    text-align: left;
    color: #003852;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 20px;
    position: relative;
}
	.about-contact .grids{
	position:relative;
	display:grid;
	grid-template-columns:repeat(1,1fr);
	grid-gap:20px;
}
  .div1 .innercon .content:nth-child(1) .slogan {
    font-family: "Merriweather", serif;
    font-size: 45px;
    font-weight: 600;
    margin: 0 0 20px;
    line-height: 1.3;
    color: #003852;
  }
  .footer:before {
    position: absolute;
    content: "";
    background: url(images/after3.png) no-repeat center;
    background-size: cover;
    width: 200px;
    height: 50px;
    left: 0;
    bottom: 0;
    display: none;
  }
}
@media only screen and (max-width: 420px) {
	.hold-email {
    max-width: 1300px;
    margin: auto;
    text-align: right;
    position: absolute;
    width: 100%;
    display: block;
    left: initial;
    top: 35px;
    z-index: 9999999;
    right: 150px;
}
	.div6 .innercon .content:nth-child(1) .title {
    color: white;
    font-family: "Merriweather", serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    color: white;
    margin: 10px 0 0;
    text-align: center;
}
	.div8 .innercon .title {
    color: white;
    font-family: "Merriweather", serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    color: white;
    margin: 0  0 20px 0;
    text-align: center;
}
	.div8 .innercon .desc {
    font-family: 'Yantramanav';
    color: white;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    margin: 20px 0;
}
	.pagecontent .innercon .content:nth-child(2) .sidebar .latest-post .latestnews {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    padding: 0 0 20px;
    grid-gap: 20px;
}
	.pagecontent .innercon .content:nth-child(2) .sidebar .latest-post .latestnews .hold-blog-info {
    padding-left: 0;
}
  .holdpage {
    padding: 70px 20px;
    position: relative;
    background: #f7f9f1;
  }
  .holdpage .innercon .content .pagetitle {
    font-family: "Merriweather", serif;
    text-align: center;
    color: #003852;
    font-size: 35px;
    margin: 0;
    font-weight: 600;
  }
  .holdpage:after {
    position: absolute;
    display: none;
    content: "";
    background: url(images/pages.png) no-repeat center;
    background-size: cover;
    width: 300px;
    height: 100%;
    right: 0;
    top: 0;
  }
  .div1 .innercon .content:nth-child(1) .slogan {
    font-family: "Merriweather", serif;
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 20px;
    line-height: 1.3;
    color: #003852;
  }
  .footer .innercon .content .title {
    color: white;
    font-family: "Merriweather", serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.3;
    color: #003852;
    font-size: 40px;
    margin: 0;
  }
  .footer .innercon .content .desc {
    font-family: "Yantramanav", sans-serif;
    color: #242424;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    color: #0083be;
    margin: 10px 0;
  }
  .copy .innercon {
    position: relative;
    max-width: 1300px;
    margin: auto;
    font-family: "Yantramanav", sans-serif;
    color: #242424;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    margin: auto;
    text-align: center;
  }
  .div2 .innercon .content:nth-child(2) {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }

.hold-email a {
    background: #b6c292;
    font-family: "Yantramanav", sans-serif;
    padding: 5px 5px;
    color: white;
    text-decoration: none;
    font-size: 13px;
}
}
@media only screen and (max-width: 375px) {
  .div1 {
    position: relative;
    padding: 60px 20px;
    background: url(images/bg.png) no-repeat center;
    background-size: cover;
  }
  .div1 .innercon .content:nth-child(1) .slogan {
    font-family: "Merriweather", serif;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 20px;
    line-height: 1.3;
    color: #003852;
  }
  .div2 .innercon .content:nth-child(1) .title {
    color: white;
    font-family: "Merriweather", serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 5px;
  }
  .div3 .innercon .title {
    color: white;
    font-family: "Merriweather", serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    color: #003852;
    margin: 10px 0 0;
    text-align: center;
  }
  .div5 .innercon .title {
    color: white;
    font-family: "Merriweather", serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    color: #003852;
    margin: 10px 0 0;
    text-align: center;
  }
  .footer .innercon .content .title {
    color: white;
    font-family: "Merriweather", serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.3;
    color: #003852;
    font-size: 35px;
    margin: 0;
  }
}

/*# sourceMappingURL=main.css.map */
