@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

a:hover,
a:focus,
a:active {
  outline: 0;
}

a img {
  border: 0;
}


/**
 * 3.0 Typography
 */

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #373636;
  background: #ffffff;
  margin: 0;
}

button,
input,
select,
textarea {
  color: #373636;
  font-size: 18px;
  line-height: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    padding: 0;
    color: #373636;
}

.content-wrap h1, .content-wrap h2, .content-wrap h3, .content-wrap h4, .content-wrap h5, .content-wrap h6 {
    color: #FFFFFF;
}

h1 {
  font-size: 54px;
  line-height: 54px;
}
h2 {
  font-size: 30px;
  line-height: 32px;
}
h3 {
  font-size: 26px;
  line-height: 28px;
}
h4 {
  font-size: 22px;
  line-height: 22px;
}
h5 {
  font-size: 20px;
  line-height: 20px;
}
h6 {
  font-size: 16px;
  line-height: 18px;
}

h1:before,
h1:not(.site-title):before,
h2:before{
    display: none;
}

p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 27px;
}

strong{
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote p:before,
q:before {
    content: "“";
}
blockquote p:after,
q:after{
    content: "”";
}
blockquote{
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
  color: #373636;
  margin: 10px 0;
  position: relative;
}

blockquote.alignleft,
blockquote.alignright {
  font-size: 14px;
  width: 34%;
}

address {
  margin: 0 0 1.5em;
}
ul{
  padding: 0;
  margin: 0;
}


/**
 * 5.0 Links
 */

a {
  color: #87b6e2;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}

a:active,
a:hover,
a:focus {
  color: #567fb8;
  outline: 0;
  text-decoration: none;
}


/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  color: #aeadad;
  opacity: 1;
}

:-moz-placeholder {
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  color: #aeadad;
  opacity: 1;
}

::-moz-placeholder {
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  color: #aeadad;
  opacity: 1;
}

:-ms-input-placeholder {
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  color: #aeadad;
  opacity: 1;
}

/*--------------------------------------------------------------
7.0 Forms
--------------------------------------------------------------*/

label {
  color: #373636;
  display: block;
  font-weight: normal;
  margin-bottom: 0.5em;
}

fieldset {
  margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  width: 100%;
  background: #fff;
  border: 0;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(135,135,135,0.05);
       -moz-box-shadow: 4px 4px 4px 0px rgba(135,135,135,0.05);
            box-shadow: 4px 4px 4px 0px rgba(135,135,135,0.05);
    border: 1px solid #e5e6e7;
    min-height: 64px;
    padding: 0 32px;
    line-height: 60px;
    border-radius: 10px;
    color: #373636;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 0 0 20px;
}

textarea {
  height: 225px;
  padding: 9px 32px;
  resize: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #000000;
  outline: none;
  outline-offset: 0;
}

select {
  border: 1px solid #000000;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 56px;
  max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  font-weight: 400;
}

button,.button,
input[type="button"],
input[type="submit"] {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    padding: 0 10px;
    text-align: center;
    max-width: 225px;
    width: 100%;
    background: #0073a9;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid #0073a9;
    outline: 0;
    border-radius: 4px;
    -webkit-transition: all 300ms ease-in-out 0s;
       -moz-transition: all 300ms ease-in-out 0s;
            transition: all 300ms ease-in-out 0s;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
       -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
            box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
}

input[type="submit"] {
    background: #87c6ef;
    font-size: 21px;
    max-height: 200px;
    height: 55px;
    border-color: #87c6ef;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 4px 0px rgba(135,135,135,0.15);
       -moz-box-shadow: 4px 4px 4px 0px rgba(135,135,135,0.15);
            box-shadow: 4px 4px 4px 0px rgba(135,135,135,0.15);
    float: right;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
  color: #3c2323;
}

button:hover,button:focus,.button:hover,.button:focus {
    background: #ffffff;
    color: #0073a9;
    outline: none;
    border-color: #ffffff;
    outline-offset: 0;
}
input[type="button"]:hover,input[type="button"]:focus,input[type="submit"]:hover,input[type="submit"]:focus {
    background: #0073a9;
    color: #ffffff;
    outline: none;
    border-color: #0073a9;
    outline-offset: 0;
}


input,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
}

input:focus,
textarea:focus{
    outline: 0;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters .col,
.no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 767px) {
  .container {
      max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.holder{
  float:left;
  width:100%;
  background:#72a352;
  min-height:50px;
  margin-top:10px;
}

.main-outercon {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
/*=======  header  =======*/

.header-container {
    width: 100%;
}
.header-top {
    width: 100%;
    background: #373636;
    padding: 9px 0;
}
.header-container ul {
    list-style-type: none;
    margin: 0;
}
.header-container ul li {
    display: inline-block;
}
.header-logo img{
    display: block;
}
.contact-link li {
    position: relative;
    padding: 0 20px 0 27px;
    border-right: 1px solid #ffffff;
    margin: 0 14px 0 0;
}
.contact-link li:last-child  {
    border: none;
}
.contact-link li a{
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    position: relative;
}
.contact-link li.phone a:before {
    position: absolute;
    content: "";
    left: -28px;
    top: 3px;
    width: 18px;
    height: 18px;
    background: url(../images/phone.png) no-repeat left center;
    background-size: 100%;
}
.contact-link li.mail a:before {
    position: absolute;
    content: "";
    left: -28px;
    top: 3px;
    width: 18px;
    height: 18px;
    background: url(../images/mail.png) no-repeat left center;
    background-size: 100%;
}
.social-links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    margin: 0;
    list-style-type: none;
}
.social-links li{
    margin-left: 18px;
}
.social-links li:first-child{
    margin-left: 0;
}
.social-links li a {
    color: #ffffff;
    font-size: 22px;
}
.contact-link li a:hover,
.social-links li a:hover{
    color: #87b6e2;
}
.header-bottom {
    width: 100%;
    background: #ffffff;
    padding: 14px 0;
}
.header-wrap {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
        -ms-align-items: center;
            align-items: center;
}
.header-menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.header-menu li {
    padding: 0 22px;
}
.header-menu li a {
    display: block;
    color: #373636;
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.header-menu li.submenu > a {
    padding-right: 22px;
    background: url(../images/down-arrow.png) no-repeat 95% center;
    background-size: 12px 7px;
}
.header-menu li:hover > a,.header-menu li.active > a {
    color: #87b6e2;
}
.header-menu li {
    position: relative;
}
.header-menu li ul{
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    background: #ffffff;
    min-width: 150px;
    z-index: 99;
    border-radius: 9px;
    margin-top: 5px;
    padding: 20px 0 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.header-menu li:hover ul{
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.header-menu li li{
    display: block;
    border-top: 1px solid #c7c9cb;
    padding: 0;
}
.header-menu li li a{
    width: 100%;
    font-size: 13px;
    padding: 8px 20px;
    font-weight: 500;
}
.header-menu li li:first-child{
    border-top: 0;
}
.header-menu li li:last-child a {
    border-radius: 0 0 9px 9px;
}
.header-menu li li:hover a {
    background: #567fb8;
    color: #ffffff;
}


/*=======  content  =======*/

.content-container {
    width: 100%;
}
.banner-container {
    width: 100%;
    position: relative;
}
.banner-slider ul {
    margin: 0;
    list-style-type: none;
}
.banner-container .imagefluid {
    height: 430px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important;
    -webkit-align-items: center;
        -ms-align-items: center;
            align-items: center;
}
.banner-slider .imagefluid {
    height: 730px;
}
.banner-content {
    width: 100%;
    position: relative;
    padding: 0 70px;
    z-index: 9;
    max-width: 720px;
}
.banner-container h1,.banner-container h4 {
    font-size: 54px;
    color: #ffffff;
    line-height: 54px;
    margin: 0 0 20px;
}
.banner-container p {
    color: #ffffff;
    font-size: 19px;
    line-height: 26px;
}

.banner-container .imagefluid:before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    background: rgba(96,100,107,0.4);
    height: 100%;
    width: 100%;
    z-index: 1;
}
.slick-prev,
.slick-next {
    width: 45px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block !important;
    min-width: 0;
    height: 45px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    border-radius: 100%;
    outline: none;
    background: transparent;
    background-color: transparent !important;
    -webkit-transition: all 300ms ease-in-out 0s;
       -moz-transition: all 300ms ease-in-out 0s;
            transition: all 300ms ease-in-out 0s;
}
.slick-prev:hover,.slick-next:hover {
    outline: none;
    opacity: 0.7;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 1;
}
.slick-prev,.slick-prev:hover {
    left: -60px;
    z-index: 10;
    background: url(../images/prev.png) no-repeat center center;
}
.slick-next,.slick-next:hover {
    right: -60px;
    left: auto;
    background: url(../images/next.png) no-repeat center center;
}
.slick-dots {
    list-style-type: none;
    text-align: center;
    margin: 40px 0 0;
    position: absolute;
    left: 0;
    right: 0;
}
.slick-dots li {
    display: inline-block;
    padding: 0;
}
.slick-dots li button {
    border: none;
    width: 9px;
    height: 9px;
    background: #87c6ef;
    opacity: 1;
    padding: 0;
    border-radius: 5px;
    font-size: 0;
    display: inline-block;
    margin: 0 2px;
    box-shadow: none;
}
.slick-dots li.slick-active button {
    background: #0072a9;
}
.input-box input[type="text"] {
    border: 1px solid #e5e6e7;
    min-height: 64px;
    padding: 0 32px;
    line-height: 60px;
    border-radius: 10px;
    color: #373636;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 0 0 20px;
}
.input-box textarea {
    border: 1px solid #e5e6e7;
    line-height: 22px;
    border-radius: 10px;
    color: #373636;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 0 0 20px;
}

.content-wrap {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.text-block {
    width: 76%;
    background: #87b6e1;
    padding: 90px 310px 250px 70px;
    border-radius: 5px;
}
.text-block h3 {
    color: #ffffff;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.text-block p {
    color: #ffffff;
}
.text-block a {
    color: #ffffff;
    text-decoration: underline;
}
.text-block .button {
    color: #87b6e1;
    background: #ffffff;
    border-color: #ffffff;
    font-size: 15px;
}
.text-block .button:hover {
    color: #ffffff;
    background: #0073a9;
    border-color: #0073a9;
}
.image-block {
    width: 47%;
    top: 40px;
    position: absolute;
    right: 0;
}
.image-block .imagefluid {
    width: 100%;
    height: 450px;
    border-radius: 5px;
    margin: 0 0 37px;
}
.home .main-content {
    padding: 0;
    margin: -90px 0 0;
}
.grid-block {
    width: 100%;
    background: #0070a6;
    padding: 30px 0;
}
.grid-box {
    width: 100%;
    position: relative;
    top: -100px;
    margin: 0 0 20px;
    cursor: pointer;
}
.grid-box .imagefluid {
    width: 100%;
    height: 230px;
    border-radius: 5px 5px 0 0;
}
.grid-box h6 a {
    font-size: 16px;
    color: #ffffff;
    height: 43px;
    box-shadow: none;
    max-width: none;
    background: #87b6e1;
    border-color: #87b6e1;
    margin: -20px 0 0;
}
.grid-box h6 a:hover, .grid-box:hover h6 a {
    background: #ffffff;
    border-color: #ffffff;
    color: #0073a9;
}
.grid-inner .grid-box {
    top: 0;
}
.grid-inner .grid-box h6 a {
    background: #0073a9;
    border-color: #0073a9;
    color: #ffffff;
}
.grid-inner .grid-box h6 a:hover {
    background: #87b6e1;
    border-color: #87b6e1;
    color: #ffffff;
}
.main-content {
    width: 100%;
    padding: 50px 0;
}
.home .inner-banner .imagefluid {
    height: 295px;
    /* height: 250px; */
    opacity: 0.7;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
        -ms-align-items: center;
            align-items: center;
}
.inner-banner .imagefluid {
    height: 435px;
}
.home .text-block .button {
    max-width: 250px;
}
.home .inner-banner h5 {
    color: #ffffff;
    font-size: 23px;
    font-weight: 300;
    line-height: 26px;
    margin: 0 0 15px;
}
.home .inner-banner h5 strong {
    display: block;
    font-weight: 700;
}
.home .inner-banner .imagefluid .button {
    width: auto !important;
    display: inline-block !important;
    height: auto !important;
    background: #ffffff;
    border-color: #ffffff;
    color: #373636;
    border-radius: 10px;
    float: none;
    position: relative;
}
.home .inner-banner .imagefluid .button:before {
    content: "";
    background: url(../images/phone-blue.png)no-repeat left center;
    background-size: 21px;
    width: 21px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.home .text-block {
    margin: 0 0 215px;
    padding: 90px 310px 62px 70px;
}
.inner-banner {
    width: 100%;
    position: relative;
}
.form-wrap {
    width: 100%;
    position: relative;
    padding: 150px 0 100px;
    z-index: 9;
}
.form-wrap h3 {
    margin: 0 0 15px;
}
.form-wrap p {
    margin: 0 0 35px;
    padding-right: 20%;
}
.input-box {
    width: 100%;
    display: inline-block;
}
.logo-over {
    position: absolute;
    top: 280px;
    right: 0;
    z-index: 1;
    width: 51.5%;
}
.logo-over img {
    width: 100%;
}
.home .logo-over {
    width: 45.5%;
    top: 159px;
    /* top: 106px; */
    right: inherit;
    left: 0;
}


.review-slider {
    width: 100%;
    position: relative;
    padding: 70px 0 180px;
    margin: 50px 0 0;
    text-align: center;
    z-index: 13;
}
.review-slider.grid-inner {
    padding: 80px 0 100px;
}
.home .review-slider {
    padding: 70px 0 90px;
}
.review-slider:before {
    position: absolute;
    left: 0;
    content: "";
    background: #c3daf0;
    top: 0;
    right: 0;
    margin: 0 auto;
    width: 620px;
    height: 2px;
}
.review-slider ul {
    list-style-type: none;
}
.review-slider h2 {
    color: #60646b;
    text-transform: uppercase;
    margin: 0 0 45px;
}
.review-slider .slick-slide li {
    position: relative;
    padding: 45px 9% 0;
}
.review-slider .slick-slide li:before {
    position: absolute;
    left: 0;
    content: "";
    background: url(../images/quotes.png)no-repeat center center;
    width: 24px;
    height: 21px;
    top: 0;
    right: 0;
    margin: 0 auto;
}
.review-slider ul li h6 {
    color: #0073a9;
}

/*=======  footer  =======*/

.footer-container {
    width: 100%;
}
.footer-top {
    width: 100%;
    padding: 65px 0;
    position: relative;
    color: #ffffff;
    background: #88b6e1;
    font-size: 14px;
    line-height: 22px;
}
.footer-top h6 {
    color: #ffffff;
    margin: 0 0 12px;
}
.footer-top p {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}
.footer-top ul {
    list-style-type: none;
    margin: 0;
}
.footer-top a {
    color: #ffffff;
}
.footer-top span {
    display: block;
    font-weight: 700;
}
.footer-top span a {
    font-weight: 400;
}
.footer-bottom .social-links li a,.footer-bottom p a {
    color: #373636;
}
.footer-top a:hover,.footer-bottom .social-links li a:hover,.footer-bottom p a:hover {
    color: #0073a9;
}
.footer-bottom {
    width: 100%;
    padding: 12px 0;
    -webkit-box-shadow: 1px -5px 5px 0px rgba(0,0,0,0.1);
       -moz-box-shadow: 1px -5px 5px 0px rgba(0,0,0,0.1);
            box-shadow: 1px -5px 5px 0px rgba(0,0,0,0.1);
    background: #dcddde;
    position: relative;
}
.footer-bottom p {
    font-size: 13px;
    display: inline-block;
    margin: 0;
}
.footer-bottom .social-links {
    width: 20%;
    float: right;
}
.contact_row label {
    color:#FFFFFF;
    font-weight: 700;
}
.text-block.full-width {
    width:100%;
    padding: 90px 70px;
}
.footer-logo img {
    width: 255px;
}
