@import "../css/on-scroll.css";
@import "../css/grid.css";
@import "../css/font-awesome.css";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;900&display=swap');
/* ================================================================================
 *                        01. BASIC 
 * =============================================================================== */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
}
html, body {
  height: 100%;
  font-weight: 100;
  background: #ffffff;
  padding: 0 auto;
  height: 100%;
  margin: 0;
  margin-bottom: 0 !important;
  font-family: 'Poppins', sans-serif;
}
*:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #fff;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
p, h1, h2, h3, h4, h5, h6 ,a {
  text-align: justify;
  text-justify: auto;
}
a {
  cursor: pointer !important;
}
.desktop {
  display: block
}
.mobile {
  display: none;
}
strong {
  font-weight: 500;
}

.back-to-top {
  background-color: #f40000;
  text-decoration: none;
  cursor: pointer;
  width: 56px;
  height: 56px;
  z-index: 999;
  position: fixed;
  right: 32px;
  bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 100%;
}
.back-to-top:hover {
  background-color: #f40000;
}
.back-to-top:active {
  background-color: #f40000;
}
.back-to-top svg.icon__arrow-up {
  fill: #fff;
  width: 32px;
  height: 32px;
}
/* ================================================================================
 *                     02.HOMESCREEN IMAGE SLIDER
 * =============================================================================== */
.fixed {
  position: fixed;
  width: 1400px;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fixed1 {
  position: fixed;
  width: 1400px;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.relative {
  position: relative;
  width: 1400px;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.slider1 {
  background-color: #F2D98A;
  background-size: 100% 100%;
  background-attachment: fixed;
  height: 100%;
  margin: 0;
  padding: 0;
}
.slider11 {
  background-image: url("../images/bkgd.jpg");
  background-size: 100% 100%;
  background-attachment: fixed;
  height: 100%;
  margin: 0;
  padding: 0;
}
.slider12 {
  background-image: url("../images/bkgd1.jpg");
  background-size: 100% 100%;
  background-attachment: fixed;
  height: 100%;
  margin: 0;
  padding: 0;
}
.slider13 {
  background-image: url("../images/bkgd-about.jpg");
  background-size: 100% 100%;
  background-attachment: fixed;
  height: 100%;
  margin: 0;
  padding: 0;
}
.slider2 {
  background-image: url("../images/bg2.png");
  background-size: 100% 100%;
  background-attachment: fixed;
  height: 100%;
  z-index: 10;
}
.slider3 {
  background-color: pink;
  background-size: 100% 100%;
  background-attachment: fixed;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 100;
}
.slider4 {
  background-size: 100% 100%;
  background-attachment: fixed;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 100;
}
img.image1 {
  width: 450px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
img.left1 {
  width: 450px;
  height: auto;
}
img.right1 {
  width: 450px;
  height: auto;
}
img.image11 {
  width: 1000px;
  height: auto;
  padding-left: 200px;
}
img.image12 {
  width: 90%;
  height: auto;
  padding-left: 78x;
}
/* ================================================================================
 *                               03.NAVIGATION
 * =============================================================================== */
.navigation {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: transparent;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  padding-top: 12px;
  z-index: 10000;
  
}
.navigation ul {
  display: inline-block;
}
.navigation ul:first-child {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
}
.navigation ul:nth-child(2) {
  position: absolute;
  right: 0;
  top: 24px;
  width: auto;
}
.navigation li {
  display: inline-block;
  cursor: pointer;
  padding: 0 48px;
}
.navigation a {
  text-decoration: none;
  color: #fff;
  cursor: pointer !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 500 !important;
}
.navigation a:hover {
  color: #2b2e80;
}
.navigation ul li img {
  width: 140px !important;
  height: auto;
}
.dropbtn.menu-button {
  color: white;
  padding: 0px 16px;
  font-size: 50px !important;
  border: none;
  cursor: pointer;
  position: fixed;
  top: 12px;
  right: 24px;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #dc0613;
  width: 160px;
  z-index: 1;
  cursor: pointer !important;
}
.dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-family: 'Poppins', sans-serif;
  border: 1px solid transparent;
}
.dropdown-content a:hover {
  background-color: #008f40;
  color: #fff;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.responsive {
  position: fixed;
  width: 100%;
  height: 60px;
  z-index: 10000;
}
.logo-mobile button {
  position: fixed;
  right: 48px;
  top: 12px;
  font-size: 50px;
  color: #fff;
}
.logo-mobile {
  display: flex;
  width: 100%;
}
.logo-mobile img {
  width: 110px;
  height: auto;
  padding: 17px 24px 0 24px;
  text-align: left;
  float: right;
}
/* ================================================================================
 *                               04. GREEN PATCH
 * =============================================================================== */
.section1 {
  background: #D4A017 !important;
  width: 100%;
  height: 480px;
  display: block;
  color: #fff;
  padding: 100px 0 200px 0;
}
#section-one {
  background: #009a4c !important;
  width: 100%;
  height: 1px
}
.section1 img {
  width: 100%;
  display: block;
  text-align: center;
  float: left;
  height: auto;
  padding: 0;
}
.section1 p {
  width: 80%;
  display: block;
  text-align: left;
  float: none;
  height: auto;
  line-height: 30px;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  padding: 200px 0 0 100px;
  font-weight: 300;
  letter-spacing: 1px;
}
.section2 {
  opacity: 1;
  background-color: #C97A1E;
  background-size: 30px 30px;
  width: 100%;
  height: 612px;
  padding: 100px 0 0px 0;
}
.section2 h3, .section3 h3, .section4 h3 {
  color: #2b2e80;
  width: 100%;
  display: block;
  text-align: left;
  float: left;
  height: auto;
  line-height: 60px;
  font-size: 36px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  padding-left: 60px;
  padding-bottom: 24px;
}
.section2 p {
  color: #2b2e80;
  width: 75%;
  display: block;
  text-align: left;
  float: none;
  height: auto;
  line-height: 30px;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  padding-left: 60px;
  font-weight: 300;
  letter-spacing: 1px;
}
/* ================================================================================
 *                               CAROUSEL
 * =============================================================================== */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 3));
  }
}
.slider {
  width: 90%;
  background: transparent;
  height: auto;
  margin: auto;
  overflow: hidden;
  position: relative;
  padding: 60px 0 0 0;
}
.slider-wrap {
  animation: scroll 10s linear infinite;
  display: flex;
  width: calc(250px * 6);
  height: 100%;
}
.slide-image {
  width: 240px;
  height: auto;
  object-fit: cover;
  border-radius: 14%;
}
.slide {
  width: 400px;
  height: auto;
  text-align: center;
  padding: 0 24px;
}
/* ================================================================================
 *                               05. GRAY PATCH 
 * =============================================================================== */
.section3 {
  background: #e8e3db !important;
  width: 100%;
  height: auto;
  display: block;
  color: #fff;
  padding: 100px 0 0px 0;
}
hr {
  width: 100%;
  height: 5px;
  background: #f2ce83;
  margin-top: 100px;
  margin-bottom: 100px;
}
.section4 {
  background: #75a52f;
}
.section5 {
  background: #b085bb;
}
.section6 {
  background: #9d5654;
}
.section7 {
  background: #b48e07;
}
.section8 {
  background: #b48e07;
}
.section9 {
  background: #9d5654;
}
.section10 {
  background: #a77d53;
}
.section11 {
  background: #896e33;
}
.section12 {
  background: #708536;
}
.section13 {
  background: #708536;
}
.section14 {
  background: #ba6f69;
}
.section15 {
  background: #ba6f69;
}
.section17 {
  background: #F4EAD5;
}
.section18 {
  background: #2C5282;
}
.section21 {
  background: #906E0A;
}
.eight.columns.paragraph {
  height: 400px;
}
.section4, .section5, .section6, .section7, .section8, .section9, .section10, .section11, .section12, .section13, .section14, .section15, .section21  {
  width: 100%;
  height: 524px;
  display: block;
  color: #fff;
  padding: 100px 0 0px 0;
}
.section17 {
  width: 100%;
  height: 384px;
  display: block;
  color: #fff;
  padding: 100px 0 30px 0;
}
.section4 p, .section5 p, .section6 p, .section7 p, .section8 p, .section9 p, .section10 p, .section11 p, .section12 p, .section13 p, .section14 p, .section15 p, .section17 p, .section21 p {
  color: #fff;
  width: 80%;
  display: block;
  text-align: left;
  float: left;
  height: auto;
  line-height: 30px;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  padding-left: 0px;
  font-weight: 300;
  letter-spacing: 1px;
  padding-top: 0px;
}
.section17 p {
  color: #2b2e80;
}
.section4 img, .section5 img, .section6 img, .section7 img, .section8 img, .section9 img, .section10 img, .section11 img, .section12 img, .section13 img, .section14 img, .section15 img, .section21 img {
  width: 300px;
  display: block;
  text-align: center;
  float: none;
  height: auto;
  padding-left:100px;
  padding-top: 12px;
}
.section17 img {
  width: 300px;
  display: block;
  text-align: left;
  float: left;
  height: auto;
  padding-left: 100px;
  padding-top: 12px;
}
.section17 p.about {
  color: #2b2e80;
  width: 80%;
  display: block;
  text-align: left;
  float: left;
  height: auto;
  line-height: 30px;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  padding-left: 100px;
  font-weight: 300;
  letter-spacing: 1px;
  padding-top: 60px;
}
.section4 h4, .section5 h4, .section6 h4, .section7 h4, .section8 h4, .section9 h4, .section10 h4, .section11 h4, .section12 h4, .section13 h4, .section14 h4, .section15 h4, .section16 h4, .section17 h4, .section21 h4 {
  color: #fff;
  width: 100%;
  display: block;
  text-align: left;
  float: left;
  height: auto;
  line-height: 50px;
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 16px;
}
.section19 {
  padding: 100px 0 100px 0;
  height: 1320px;
  background: #0F5132;
}
.section20 {
  padding: 100px 0 100px 0;
    background: #0F5132;
  height: 530px;
}
.section20 img:first-child {
  width: 600px;
  display: block;
  text-align: center;
  float: none;
  height: auto;
  margin: 0 auto;
}
.section20 img:nth-child(2) {
  width: 30%;
  display: block;
  text-align: center;
  float: none;
  height: auto;
  ;
  margin: 0 auto;
}
.section19 h3, .section19 p, .section19 h4, .section19 h2, .section19 h5{
  color: #fff;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  position: relative;
  height: auto;
  display: block;
}
.section19 h3 {
  font-size: 42px;
  float: left;
  text-transform: uppercase;
}
.section19 h2 {
  font-size: 42px;
  float:none;
  text-transform: uppercase;
  text-align: center;
  padding: 36px 0;
}
.section19 h5 {
  font-size:26px;
  float:none;
  text-transform: uppercase;
  text-align: center;
  
}
p.vision{
  text-align: center;
  padding: 0px 0px 24px 0;
  letter-spacing: 0.6px;
  
}
.section19 h4 {
  line-height: 50px;
  font-size: 42px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0px;
  text-align: center;
  float: none;
}
.section16 h4 {
  padding-left: 120px !important;
  padding-bottom: 24px;
}
hr.new1 {
  width: 600px;
  background: #fff;
  height: 2px;
  margin: 54px 0px 12px 0px;
}
.section16 {
  width: 100%;
  height: 1400px;
  display: block;
  background: #b085bb;
  padding: 100px 0 0px 0;
}
.image16 {
  width: 900px;
  height: auto;
  margin-left: 16%;
  margin-bottom: 60px;
  margin-top: 100px;
}
.section16 p {
  color: #fff;
  width: 80%;
  display: block;
  text-align: left;
  float: none;
  height: auto;
  line-height: 30px;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  padding-left: 120px;
  font-weight: 300;
  letter-spacing: 1px;
  padding-top: 0px;
  padding-bottom: 60px;
}
.section18 {
  width: 100%;
  height: 1000px;
  display: block;
  padding: 100px 0 0px 0;
}
.section18 p {
  color: #fff;
  width: 100%;
  display: block;
  text-align: left;
  float: left;
  height: auto;
  line-height: 32px;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  padding-left: 60px;
  font-weight: 300;
  letter-spacing: 1.2px;
  padding-top: 12px;
}
.section18 img.text-png {
  width: 900px;
  display: block;
  height: auto;
  padding-left: 250px;
  padding-top: 0px;
  padding-bottom: 60px
}
.section18 img {
  width: 100%;
  padding-left: 12px;
}
/* ================================================================================
 *                               06. FOOTER
 * =============================================================================== */
.footer {
  position: relative;
  clear: both;
  bottom: 0px !important;
  left: 0;
  width: 100%;
  height: 100px;
  color: #2b2e80;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background: #e8e3db !important;
}
.footer ul {
  display: inline-block;
}
.footer ul:first-child {
  position: absolute;
  left: 0;
  top: 24px;
  width: 170px;
}
.footer ul:nth-child(2) {
  position: absolute;
  right: 0;
  top: 24px;
  width: auto;
}
.footer li {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  padding: 0;
}
.footer a {
  text-decoration: none;
  color: #2b2e80;
  font-family: 'Poppins', sans-serif;
}
.footer i {
  padding: 0 16px;
  font-family: 'FontAwesome';
}
/* ================================================================================
 *                               05. GRAY PATCH CONTACT FORM
 * =============================================================================== */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #2b2e80;
  font-size: 12px;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #2b2e80;
  font-size: 12px;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #2b2e80;
  font-size: 12px;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #2b2e80;
  font-size: 12px;
}
input::placeholder, textarea::placeholder {
  color: #2b2e80;
  font-size: 12px;
}
input:focus::placeholder, textarea::focus:placeholder {
  color: #2b2e80;
  font-size: 12px;
}
input::-ms-placeholder, textarea::-ms-placeholder {
  color: #2b2e80;
  font-size: 12px;
}
input:focus::-ms-placeholder, textarea:focus::-ms-placeholder {
  color: #2b2e80;
  font-size: 12px;
}
/* on hover placeholder */
input:hover::-webkit-input-placeholder, textarea:hover::-webkit-input-placeholder {
  color: #fff;
  background: #2b2e80;
}
input:hover:focus::-webkit-input-placeholder, textarea:hover:focus::-webkit-input-placeholder {
  color: #fff;
  background: #2b2e80
}
input:hover::-moz-placeholder, textarea:hover::-moz-placeholder {
  color: #fff;
  background: #2b2e80;
}
input:hover:focus::-moz-placeholder, textarea:hover:focus::-moz-placeholder {
  color: #fff;
  background: #2b2e80
}
input:hover::placeholder, textarea:hover::placeholder {
  color: #fff;
  background: #2b2e80
}
input:hover:focus::placeholder, textarea:hover:focus::placeholder {
  color: #fff;
  background: #2b2e80
}
input:hover::placeholder, textarea:hover::placeholder {
  color: #fff;
  background: transparent;
}
input:hover:focus::-ms-placeholder, textarea:hover::focus:-ms-placeholder {
  color: #fff;
  background: #2b2e80;
}
#form {
  position: relative;
  width: 100%;
  margin: 0px auto 100px auto;
  color: #2b2e80 !important;
}
input {
  font-size: 12px;
  width: 100%;
  height: 50px;
  padding: 0px 15px 0px 15px;
  font-family: 'Poppins', sans-serif;
  background: #fff;
  outline: none;
  border-radius: 10px;
  border-bottom: none;
  margin: 12px 0 12px 48px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
input:hover {
  background: #2b2e80;
  color: #fff;
}
textarea {
  font-size: 12px;
  width: 95%;
  height: auto;
  margin: 12px 0 12px 100px;
  background: transparent;
  outline: none;
  font-family: 'Poppins', sans-serif;
  background: #fff;
  outline: none;
  border-radius: 10px;
  border-bottom: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  padding: 15px 15px 0 15px;
}
textarea:hover {
  background: #2b2e80;
  color: #fff;
}
select {
  color: #2b2e80;
  font-size: 12px;
  width: 100%;
  height: 50px;
  padding: 0px 15px 0px 15px;
  font-family: 'Poppins', sans-serif;
  background: #fff;
  outline: none;
  border-radius: 10px;
  border-bottom: none;
  margin: 12px 0 12px 100px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#submit {
  width: 100%;
  padding: 0;
  margin: 12px 0px 0px 100px;
  font-size: 12px;
  color: #fff;
  outline: none;
  cursor: pointer;
  border-top: none;
  background: #42a87b;
}
#submit:hover {
  color: #42a87b;
  background: #fff;
}
.menu a {
  color: rgba(255, 255, 255, 0.8);
  font-family: Lato;
  font-size: 17pt;
  font-weight: 400;
  padding: 15px 25px;
  position: relative;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}
/* Larger than Desktop HD */
/* ================================================================================
 *                        01. (min-width: 1250px) and (max-width: 1440px) 
 * =============================================================================== */
@media only screen and (min-width: 1250px) and (max-width: 1440px) {
  .fixed1 {
    width: 90%;
    height: auto;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
  }
  .section19{
    height: 1240px;
  }
  .section17 img {
    width: 260px;
    padding-left: 140px;
    padding-top: 12px;
  }
  img.image11 {
    width: 99%;
  }
  img.image11 {
    width: 78%;
    padding-left: 146px;
  }
  img.image1, img.image2 {
    width: 350px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(40%, 0%);
  }
  img.left1, img.left2 {
    width: 350px;
    height: auto;
    margin-left: 180px;
  }
  img.right1, img.right2 {
    width: 350px;
    height: auto;
  }
  .section1 img {
    width: 80%;
    padding-left: 100px;
    padding-top: 24px;
  }
  .section1 p {
    width: 70%;
    padding: 110px 0 0 60px;
  }
  .section1 {
    padding: 100px 0 100px 0;
  }
  .resource {
    width: 240px;
    height: 240px
  }
  .section2 {
    height: 520px;
    padding: 100px 0 100px 0;
  }
  .flexslider.carousel {
    height: auto;
    margin: 0px 0 0px 0;
  }
  #resource-slider .next {
    right: 24px;
    bottom: 32px;
  }
  #resource-slider .prev {
    left: 0;
    bottom: 32px;
  }
  .section17 p {
    width: 90%;
  }
  .section18 img.text-png {
    width: 700px;
    display: block;
    height: auto;
    padding-left: 290px;
    padding-top: 0px;
    padding-bottom: 60px;
  }
  .section18 img {
    width: 96%;
  }
  .section18 p {
    width: 96%;
    padding-left: 0px;
    font-size: 18px;
    letter-spacing: 0.6px;
    line-height: 32px;
  }
  .section18 {
    width: 100%;
    height: 860px;
  }
  .section4 img, .section5 img, .section6 img, .section7 img, .section8 img, .section9 img, .section10 img, .section11 img, .section12 img, .section13 img, .section14 img, .section15 img, .section21 img {
    width: 300px;
    display: block;
    text-align: left;
    float: left;
    height: auto;
    padding-left: 180px;
    padding-top: 12px;
  }
  .navigation li {
    padding: 0 24px;
  }
    .section19 {
    padding: 100px 0 100px 0;
    height: 1350px;
  }
}
/* ================================================================================
 *                        01. (min-width: 962px) and (max-width: 1250px) 
 * =============================================================================== */
@media only screen and (min-width: 962px) and (max-width: 1250px) {
      .section19 {
    padding: 100px 0 100px 0;
    height: 1370px;
  }
    .section20 {
    background: #69a2b5;
    padding: 100px 0 100px 0;
    height: 421px;
  }
  .section19{
    height: 1434px;
  }
  .section2 {
    height: 560px;
    padding: 100px 0 100px 0;
  }
  .flexslider.carousel {
    height: auto;
    margin: 0px 0 100px 0;
  }
  .section19 h3, .section19 p, .section19 h4, .section19 h2, .section19 h5{width: 700px;}
  #resource-slider .prev {
    left: 0;
    bottom: 44px;
  }

  .navigation li {
    padding: 0 30px;
  }
  .fixed1 {
    width: 90%;
    height: auto;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
  }
  img.image11 {
    width: 99%;
    height: auto;
  }
  img.image1, img.image2 {
    width: 300px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(40%, 0%);
  }
  img.left1, img.left2 {
    width: 300px;
    height: auto;
    margin-left: 250px;
  }
  img.right1, img.right2 {
    width: 300px;
    height: auto;
  }
  .section1 img {
    width: 80%;
    padding-left: 48px;
    padding-top: 12px;
  }
  .section1 p {
    width: 86%;
    padding: 50px 0 0 0px;
  }
  .section1 {
    padding: 60px 0 0px 0;
    height: 400px;
  }
  .resource {
    width: 200px;
    height: 200px
  }
  #resource-slider .next {
    right: 0;
    bottom: 46px;
  }
  .section3 {
    margin-top: 0px;
  }
  hr {
    width: 90%;
    text-align: center;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .section4 img, .section5 img, .section6 img, .section7 img, .section8 img, .section9 img, .section10 img {
    width: 300px;
    display: block;
    text-align: left;
    float: left;
    height: auto;
    padding-left: 48px;
    padding-top: 12px;
  }
  .section4 h4, .section5 h4, .section6 h4, .section7 h4, .section8 h4, .section9 h4, .section10 h4 {
    width: 100%;
    text-align: left;
    float: left;
    height: auto;
    line-height: 50px;
    font-size: 20px;
    padding-left: 0px;
    padding-bottom: 12px;
    padding-top: 0px;
  }
  .section4 p, .section5 p, .section6 p, .section7 p, .section8 p, .section9 p, .section10 p {
    width: 100%;
    text-align: left;
    float: none;
    height: auto;
    font-size: 14px;
    padding-left: 0px;
    font-weight: 300;
    letter-spacing: 1px;
    padding-top: 24px;
    line-height: 20px;
  }
  .section4, .section5, .section6, .section7, .section8, .section9, .section10, .section11, .section12, .section13, .section14, .section15, .section17 {
    width: 100%;
    height: 500px;
    display: block;
    color: #fff;
    padding: 100px 0 0px 0;
  }
  img.image12 {
    width: 90%;
    height: auto;
    padding-left: 50px;
  }
  .section4 p, .section5 p, .section6 p, .section7 p, .section8 p, .section9 p, .section10 p, .section11 p, .section12 p, .section13 p, .section14 p, .section15 p, .section17 p {
    color: #fff;
    width: 90%;
    display: block;
    text-align: left;
    float: left;
    height: auto;
    line-height: 26px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    padding-left: 0px;
    font-weight: 300;
    letter-spacing: 0.8px;
    padding-top: 0px;
  }
  .section17 img {
    width: 200px;
    display: block;
    text-align: left;
    float: left;
    height: auto;
    padding-left: 100px;
    padding-top: 12px;
  }
  .section17 p {
    color: #2b2e80;
  }
  .section17 p.about {
    color: #2b2e80;
    width: 90%;
    display: block;
    text-align: left;
    float: left;
    height: auto;
    line-height: 24px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    padding-left: 100px;
    font-weight: 300;
    letter-spacing: 1px;
    padding-top: 24px;
  }
  .section17 {
    height: 536px;
    padding: 78px 0 0px 0;
  }
  .section18 img.text-png {
    width: 60%;
    padding-left: 220px;
    padding-top: 0px;
    padding-bottom: 24px;
  }
  .section18 {
    height: 750px;
    padding-top: 60px
  }
  .section18 p {
    color: #fff;
    width: 90%;
    display: block;
    text-align: left;
    float: left;
    height: auto;
    line-height: 24px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    padding-left: 24px;
    font-weight: 300;
    letter-spacing: 1.2px;
    padding-top: 12px;
  }
  img.image11 {
    width: 83%;
    height: auto;
    padding-left: 80px;
  }
  .section16 {
    width: 100%;
    height: 1380px;
    display: block;
    background: #b085bb;
    padding: 100px 0 0px 0;
  }
  .image16 {
    width: 73%;
    height: auto;
    margin-left: 13%;
    margin-bottom: 60px;
    margin-top: 36px;
  }
  .fixed {
    position: fixed;
    width: 1400px;
    height: auto;
    left: 48%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
/* ================================================================================
 *                        (min-width: 768px) and (max-width: 959px)  
 * =============================================================================== */
@media only screen and (min-width: 768px) and (max-width: 959px) {
   .section20 img:first-child {
    width: 481px;
    display: block;
    text-align: center;
    float: none;
    height: auto;
    margin: 0 auto;
  }
  .section20 {
    background: #69a2b5;
    padding: 100px 0 100px 0;
    height: 350px;
  }
  .navigation li {
    padding: 0 24px;
  }
  .section19 {
    padding: 100px 0 100px 0;
    height: 1600px;
  }
  .fixed {
    width: 87%;
    left: 50%;
  }
  .relative {
    width: 100%;
    left: 48%;
  }
  img.image1, img.image2 {
    width: 250px;
    height: auto;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
  }
  img.left1, img.left2 {
    width: 250px;
    height: auto;
    margin-left: 0px;
  }
  img.right1, img.right2 {
    width: 250px;
    height: auto;
  }
  .section1 {
    padding: 60px 0 0px 0;
    height: 360px;
  }
  .section1 img {
    width: 100%;
    padding-left: 0px;
  }
  .section1 p {
    width: 100%;
    padding: 60px 0 0 12px;
    font-size: 16px;
  }
  p {
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0.8px !important;
  }
  .resource {
    width: 200px;
    height: 200px
  }
  #resource-slider .next {
    right: 26px;
    bottom: -9px;
  }
  #resource-slider .prev {
    left: 0;
    bottom: -6px;
  }
  .section2 {
    height: 520px;
    padding: 100px 0 100px 0;
  }
  .flexslider.carousel {
    height: auto;
    margin: 0px 0 100px 0;
  }
  .section3 {
    margin-top: 0px;
    padding-top: 80px;
  }
  textarea {
    width: 250px;
  }
  hr {
    width: 90%;
    text-align: center;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  img.image12 {
    width: 90%;
    height: auto;
    padding-left: 48px;
  }
  .section17 img {
        width: 80%;
    padding-left: 0;
    padding-top: 76px;
  }
  .section17 p {
    width: 94%;
  }
  .section17 p.about {
    width: 84%;
    padding-top: 24px;
  }
  .footer li {
    font-size: 12px;
    padding: 0px 12px 0 12px;
  }
  .footer li a i {
    font-size: 18px;
  }
  .footer ul:nth-child(2) {
    top: 25%;
  }
  .section18 img.text-png {
    width: 80%;
    padding-left: 100px;
    padding-top: 0px;
    padding-bottom: 24px;
  }
  .section18 {
    width: 100%;
    height: 840px;
    display: block;
    padding: 60px 0 0px 0;
  }
  .section18 p {
    width: 90%;
    padding-left: 24px;
    padding-top: 12px;
  }
  .section18 img {
    width: 100%;
    padding-left: 12px;
  }
  .section2 h3, .section3 h3, .section4 h3 {
    color: #2b2e80;
    width: 100%;
    display: block;
    text-align: left;
    float: left;
    height: auto;
    line-height: 60px;
    font-size: 36px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding-left: 0;
    padding-bottom: 24px;
  }
  .fixed1 {
    width: 90%;
    height: auto;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
  }
  img.image11 {
    width: 81%;
    height: auto;
    padding-left: 70px;
  }
  .section4, .section5, .section6, .section7, .section8, .section9, .section10, .section11, .section12, .section13, .section14, .section15, .section21 {
    height: 460px;
    padding: 100px 0 0px 0;
  }
  .section17 {
    height: 410px;
    padding: 60px 0 30px 0;
  }
  .section4 h4, .section5 h4, .section6 h4, .section7 h4, .section8 h4, .section9 h4, .section10 h4, .section11 h4, .section12 h4, .section13 h4, .section14 h4, .section15 h4, .section16 h4, .section17 h4 {
    color: #fff;
    width: 100%;
    display: block;
    text-align: left;
    float: left;
    height: auto;
    line-height: 50px;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  section4 img, .section5 img, .section6 img, .section7 img, .section8 img, .section9 img, .section10 img, .section11 img, .section12 img, .section13 img, .section14 img, .section15 img, .section21 img {
    width: 260px;
    padding-left: 48px;
    padding-top: 12px;
  }
  .image16 {
    width: 80%;
    height: auto;
    margin-left: 9%;
    margin-bottom: 60px;
    margin-top: 100px;
  }
  .section16 p {
    width: 87%;
    line-height: 24px;
    font-size: 16px;
    padding-left: 60px;
    font-weight: 300;
    letter-spacing: 0.8px;
    padding-top: 0px;
    padding-bottom: 24px;
    text-align: center;
  }
  .section16 {
    height: 1550px;
  }
  .section16 h4 {
    padding-left: 0px !important;
    padding-right: 0;
    padding-bottom: 24px;
    text-align: center;
  }
  .eight.columns.paragraph {
    height: 390px;
    padding-left: 12px;
  }
  .section4 h4, .section5 h4, .section6 h4, .section7 h4, .section8 h4, .section9 h4, .section10 h4, .section21 h4  {
    width: 100%;
    text-align: left;
    float: left;
    height: auto;
    line-height: 50px;
    font-size: 20px;
    padding-left: 0px;
    padding-bottom: 12px;
    padding-top: 0px;
  }
  .section4 p, .section5 p, .section6 p, .section7 p, .section8 p, .section9 p, .section10 p, .section11 p, .section12 p, .section13 p, .section14 p, .section15 p, .section17 p, .section21 p  {
    width: 100%;
    text-align: left;
    float: none;
    height: auto;
    font-size: 14px;
    padding-left: 0px;
    font-weight: 300;
    letter-spacing: 1px;
    padding-top: 24px;
    line-height: 20px;
  }
  .section4 img, .section5 img, .section6 img, .section7 img, .section8 img, .section9 img, .section10 img {
    width: 290px;
    text-align: center;
    float: none;
    height: auto;
    padding: 0;
    margin: 0 auto;
  }
  hr.new1 {
    width: 300px;
    background: #fff;
    height: 2px;
    margin: 12px 0 0 0px;
  }
  .section2 h3, .section3 h3, .section4 h3 {
    color: #2b2e80;
    width: 100%;
    display: block;
    text-align: left;
    float: left;
    height: auto;
    line-height: 40px;
    font-size: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding-left: 60px;
    padding-bottom: 24px;
  }
  #submit {
    width: 283px;
  }
}
/* ================================================================================
 *                        (min-width: 480px) and (max-width: 767px) 
 * =============================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  p {
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0.8px !important;
    text-align: center !important;
    float: none !important;
    width: 98% !important;
  }
   .section20 img:first-child {
    width: 320px;
    display: block;
    text-align: center;
    float: none;
    height: auto;
    margin: 0 auto;
  }
  .section20 img:nth-child(2) {
    width: 100%;
    display: block;
    text-align: center;
    float: none;
    height: auto;
    margin: 0 auto;
  }
  .section20 {
    background: #69a2b5;
    padding: 100px 0 100px 0;
    height: 254px;
    width: 100%;
  }
  .section17 {
    width: 100%;
    height: 720px;
    display: block;
    color: #fff;
    padding: 60px 0 0px 0;
  }
  .section2 {
    height: 530px;
    padding: 60px 0 100px 0;
  }
  .flexslider.carousel {
    height: auto;
    margin: 0px 0 100px 0;
  }
  .slider {
    padding: 0px 0 0 0;
  }
  .section17 p.about {
    color: #2b2e80;
    width: 100%;
    text-align: center;
    float: none;
    height: auto;
    padding-left: 0px;
    padding-top: 0px !important;
    margin-top: 0px;
  }
  .section17 p {
    width: 100%;
    padding-left: 0px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .section18 img.text-png {
    width: 300px;
    padding-left: 70px;
    padding-bottom: 24px;
  }
  .section18 img {
    width: 80%;
    padding-left: 36px;
    padding-bottom: 24px;
  }
  .section18 p {
    padding-left: 0px;
  }
  .fixed {
    width: 480px;
    height: auto;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
  }
  .fixed1 {
    width: 90%;
    height: auto;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
  }
  img.image11 {
    width: 99%;
    height: auto;
  }
  .relative {
    width: 480px;
  }
  img.image1, img.image2 {
    width: 160px;
    height: auto;
    left: -0%;
    top: 0%;
    transform: translate(0);
  }
  img.left1, img.left2 {
    width: 160px;
    height: auto;
    margin-left: 0;
  }
  img.right1, img.right2 {
    width: 160px;
    height: auto;
  }
  .section1 {
    padding: 60px 0 0px 0;
    height: 652px;
  }
  .section1 img {
    width: 380px;
    padding-left: 40px;
    padding-top: 12px;
  }
  .section1 p {
    width: 100%;
    padding: 24px 0 0 12px;
    text-align: center;
  }
  .resource {
    width: 200px;
    height: 200px;
    margin-left: 60px;
  }
  #resource-slider .resource-slider-frame {
    width: 100%;
  }
  #resource-slider .next {
    right: 85px;
    bottom: -6px;
  }
  .section2 p {
    text-align: center;
    padding-left: 0px;
    width: 100%;
  }
  img.image12 {
    width: 76%;
    height: auto;
    padding-left: 90px;
  }
  .flexslider.carousel {
    height: 322px;
    margin: 60px 0 0px 0;
  }
  .section3 {
    margin-top: 0px;
    padding-top: 60px;
  }
  .section18 {
    width: 100%;
    height: 912px;
    display: block;
    padding: 60px 0 0px 0;
  }
  .section17 img {
    width: 200px;
    display: block;
    text-align: center;
    float: none;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  .section3 img {
    width: 70px;
    height: 35px;
    border: 1px solid #2b2e80;
    border-radius: 8px;
    margin: 12px;
  }
  textarea {
    width: 300px;
  }
  hr {
    width: 90%;
    text-align: center;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  #form {
    margin: 0px auto 0px auto;
    width: 82%;
  }
  input, textarea, #submit {
    margin: 12px 0 12px 0px;
  }
  textarea {
    margin-top: 12px;
    width: 100%;
  }
  .footer li {
    font-size: 12px;
    padding: 0px 12px 0 12px;
  }
  .footer li a i {
    font-size: 18px;
    padding: 12px 12px 0 12px;
  }
  .footer ul:nth-child(2) {
    top: 25%;
  }
  .footer ul li:nth-child(2), .footer ul li:nth-child(3), .footer ul li:nth-child(4), .footer ul li.footer-home {
    display: none;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .dropdown-content {
    display: none;
    position: fixed;
    background-color: #dc0613;
    z-index: 1;
    width: 150px;
    text-align: right;
    float: right;
    cursor: pointer !important;
    top: 54px;
    right: 3%;
  }
  .footer ul li img {
    width: 100px;
  }
  img.image11 {
    width: 80%;
    height: auto;
    padding-left: 68px;
  }
  .section4 img, .section5 img, .section6 img, .section7 img, .section8 img, .section9 img, .section10 img, .section11 img, .section12 img, .section13 img, .section14 img, .section15 img, .section21 img {
    width: 200px;
    display: block;
    text-align: center;
    float: none;
    height: auto;
    padding-left: 130px;
    padding-top: 0px;
  }
  .section16 p {
    padding-left: 0px;
  }
  .image16 {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-bottom: 12px;
    margin-top: 48px;
  }
  .section16 {
    width: 100%;
    height: 1280px;
    display: block;
    background: #b085bb;
    padding: 60px 0 0px 0;
  }
  hr {
    width: 100%;
    height: 5px;
    background: #f2ce83;
    margin-top: 120px;
    margin-bottom: 60px;
  }
  .section16 h4 {
    padding-left: 0px !important;
    padding-bottom: 36px;
  }
  .section4, .section5, .section6, .section7, .section8, .section9, .section11, .section12, .section13, .section14, .section15 {
    width: 100%;
    height: 650px;
    display: block;
    color: #fff;
    padding: 60px 0 0px 0;
  }
  .section10{
    width: 100%;
    height: 690px;
    display: block;
    color: #fff;
    padding: 60px 0 0px 0;
  }
  .section17 {
    width: 100%;
    height:560px;
    display: block;
    color: #fff;
    padding: 60px 0 0px 0;
  }
    .section21{
    width: 100%;
    height:660px;
    display: block;
    color: #fff;
    padding: 60px 0 0px 0;
  }
  .eight.columns.paragraph {
    height: auto;
  }
  .section4 h4, .section5 h4, .section6 h4, .section7 h4, .section8 h4, .section9 h4, .section10 h4, .section11 h4, .section12 h4, .section13 h4, .section14 h4, .section15 h4, .section16 h4, .section17 h4, .section21 h4  {
    width: 100%;
    text-align: center;
    float: none;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  hr.new1 {
    width: 100%;
    background: #fff;
    height: 2px;
    margin: 0px 0px 12px 0px;
  }
  .section2 h3, .section3 h3, .section4 h3 {
    color: #2b2e80;
    width: 100%;
    display: block;
    text-align: center;
    float: left;
    height: auto;
    line-height: 40px;
    font-size: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding-left: 0px;
    padding-bottom: 24px;
  }
  .section19 {
    padding: 100px 0 100px 0;
    height: 1579px;
    width: 100%;
  }
  select {
    margin: 0px 0 12px 40px;
    width: 89%;
  }
  .footer ul:first-child {
    position: absolute;
    left: 0;
    top: 32px;
    width: 170px;
  }
  #submit {
    width: 108%;
    padding-right: 40px;
  }
}
/* ================================================================================
 *                       (max-width: 479px) 
 * =============================================================================== */
@media only screen and (max-width: 479px) {
    .section20 img:first-child {
    width: 90%;
    display: block;
    text-align: center;
    float: none;
    height: auto;
    margin: 0 auto;
  }
  .slide-image {
  width: 89px;
  height: auto;
  object-fit: cover;
  border-radius: 14%;
}
  .section20 {
    background: #69a2b5;
    padding: 60px 0 100px 0;
    height: 154px;
  }
  .section2 {
    height: 670px;
    padding: 60px 0 100px 0;
  }
  
  .flexslider.carousel {
    height: auto;
    margin: 0px 0 100px 0;
  }
  .slider {
    padding: 0px 0 0 0;
  }
  .hide {
    display: none;
  }
  p {
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0.8px !important;
    text-align: center !important;
    float: none !important;
  }
  .section19 {
    padding: 60px 0 100px 0;
    height: 1890px;
  }
  .fixed {
    width: 300px;
    height: auto;
    left: 58%;
    top: 52%;
    transform: translate(-50%, -50%);
  }
  .relative {
    width: 300px;
    height: auto;
    left: 58%;
    top: 52%;
    transform: translate(-50%, -50%);
  }
  img.image11 {
    width: 86%;
    height: auto;
    padding-left: 28px;
  }
  .fixed1 {
    width: 90%;
    height: auto;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
  }
  .relative {
    width: 300px;
  }
  img.image1, img.image2 {
    width: 240px;
    height: auto;
    left: -0%;
    top: 7%;
    transform: translate(0);
  }
  img.left1, img.left2 {
    width: 140px;
    height: auto;
    margin-left: -80px;
  }
  img.right1, img.right2 {
    width: 140px;
    height: auto;
  }
  section4 img, .section5 img, .section6 img, .section7 img, .section8 img, .section9 img, .section10 img, .section11 img, .section12 img, .section13 img, .section14 img, .section15 img, .section21 img {
    width: 220px;
    display: block;
    text-align: center;
    float: none;
    height: auto;
    padding-left: 48px;
    padding-top: 0px;
  }
  .section4, .section5, .section6, .section7, .section8, .section9, .section10, .section11, .section12, .section13, .section14, .section15, .section17, .section21 {
    width: 100%;
    display: block;
    color: #fff;
    padding: 48px 0 0px 0;
  }
 .section4 {
    height: 860px;
}
.section5 {
    height: 860px;
}
.section6 {
    height: 860px;
}
.section7 {
    height: 860px;
}
.section8 {
    height: 860px;
}
.section9 {
    height: 860px;
}
.section10 {
    height: 860px;
}
.section11 {
    height: 925px;
}
.section12 {
    height: 925px;
}
.section13 {
    height: 950px;
}
.section14 {
    height:  925px;
}
.section15 {
    height: 925px;
}
.section17 {
    height: 860px;
}
.section21 {
    height: 860px;
}


  .section4 h4, .section5 h4, .section6 h4, .section7 h4, .section8 h4, .section9 h4, .section10 h4, .section11 h4, .section12 h4, .section13 h4, .section14 h4, .section15 h4, .section16 h4, .section17 h4 {
    width: 100%;
    text-align: center;
    float: none;
    line-height: 40px;
    font-size: 22px;
    padding-left: 0px;
    padding-bottom: 24px;
    padding-top: 0px;
  }
  .section4 p, .section5 p, .section6 p, .section7 p, .section8 p, .section9 p, .section10 p, .section11 p, .section12 p, .section13 p, .section14 p, .section15 p, .section17 p,.section21 p {
    width: 100%;
    text-align: center;
    float: none;
    padding-left: 0px;
    padding-top: 24px;
  }
  .section1 {
    padding: 60px 0 0px 0;
    height: 600px;
  }
  .section1 img {
    width: 80%;
    padding-left: 24px;
  }
  .section1 p {
    width: 90%;
    padding: 12px 0 0 12px;
    text-align: center;
  }
  .resource {
    width: 200px;
    height: 200px
  }
  #resource-slider .next {
    right: 12px;
    bottom: 10px;
    cursor: pointer !important;
  }
  #resource-slider .prev {
    left: -4px;
    bottom: 10px;
  }
  .flexslider.carousel {
    width: 100%;
  }
  select {
    margin: -12px 0 24px 16px;
    width: 90%;
  }
  .section2 h3 {
    padding-left: 0px;
    text-align: center;
  }
  .section2 p {
    text-align: center;
    padding-left: 12px;
    width: 90%;
  }
  .flexslider.carousel {
    height: 300px;
    margin: 60px 0 0px 0;
  }
  .section3 {
    margin-top: 0px;
    padding-top: 60px;
  }
  img.image12 {
    width: 90%;
    height: auto;
    padding-left: 28px;
  }
  .section3 img {
    width: 100%;
    height: auto;
  }
  .section17 {
    width: 100%;
    height: 641px;
    display: block;
    color: #fff;
    padding: 48px 0 0px 0;
  }
  .section17 p.about {
    width: 100%;
    display: block;
    text-align: center;
    float: none;
    height: auto;
    line-height: 24px;
    font-size: 16px;
    padding-left: 00px;
    font-weight: 300;
    letter-spacing: 0.8px;
    padding-top: 60px;
  }
  .section17 p {
    width: 100%;
    display: block;
    text-align: center;
    float: left;
    height: auto;
    line-height: 30px;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    padding-left: 0px;
    font-weight: 300;
    letter-spacing: 1px;
    padding-top: 0px;
  }
  .section17 img {
    width: 50%;
    display: block;
    text-align: left;
    float: left;
    height: auto;
    padding-left: 80px;
    padding-bottom: 12px;
    padding-top: 0;
  }
  .section18 img.text-png {
    width: 100%;
    display: block;
    height: auto;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section18 img {
    width: 100%;
    padding-left: 0px;
  }
  .section18 p {
    text-align: center;
    float: none;
    height: auto;
    line-height: 24px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    padding-left: 0px;
    font-weight: 300;
    letter-spacing: 0.8px;
    padding-top: 12px;
  }
  .section18 {
    width: 100%;
    height: 1040px;
    display: block;
    padding: 60px 0 20px 0;
  }
  .section19 h4 {
    line-height: 40px;
    font-size: 32px;
    text-align: center;
    float: none;
    width: 100%;
}
  .section19 h2 {
    font-size: 28px;
    float: none;
    text-transform: uppercase;
    text-align: center;
    padding: 36px 0;
}
  hr {
    width: 90%;
    text-align: center;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 60px;
  }
  #form {
    margin: 0px auto 0px auto;
  }
  input {
    margin: 12px 15px 0px 16px;
    width: 260px;
  }
  textarea {
    margin: 12px 15px 0px 16px;
    width: 260px;
  }
  #submit {
    width: 290px;
    margin: 12px 15px 0px 15px;
  }
  textarea {
    margin-top: -12px;
    width: 258px;
  }
  .footer li {
    font-size: 12px;
    padding: 0px 12px 0 12px;
  }
  .footer li a i {
    font-size: 18px;
    padding: 12px 12px 0 12px;
  }
  .footer ul:nth-child(2) {
    top: 25%;
  }
  .footer ul li:nth-child(2), .footer ul li:nth-child(3), .footer ul li:nth-child(4), .footer ul li.footer-home {
    display: none;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .dropdown-content {
    display: none;
    position: fixed;
    background-color: #dc0613;
    z-index: 1;
    width: 150px;
    text-align: right;
    float: right;
    cursor: pointer !important;
    top: 54px;
    right: 3%;
  }
  .eight.columns.paragraph {
    height: auto;
  }
  .section4 h4, .section5 h4, .section6 h4, .section7 h4, .section8 h4, .section9 h4, .section10 h4, .section21 h4 {
    width: 100%;
    text-align: center;
    float: none;
    height: auto;
    line-height: 40px;
    font-size: 20px;
    padding-left: 0px;
    padding-bottom: 12px;
    padding-top: 0px;
  }
  .section4 img, .section5 img, .section6 img, .section7 img, .section8 img, .section9 img, .section10 img, .section21 img {
    width: 160px;
    text-align: center;
    float: none;
    height: auto;
    padding: 0;
    margin: 0 auto;
  }
  hr.new1 {
    width: 300px;
    background: #fff;
    height: 2px;
    margin: 0px 0 0px 0px;
  }
  .image16 {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .section16 p {
    width: 100%;
    text-align: center;
    float: none;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 24px;
  }
  .section16 {
    width: 100%;
    height: 1060px;
    display: block;
    background: #b085bb;
    padding: 80px 0 0px 0;
  }
  .section16 h4 {
    padding-left: 0px !important;
    padding-bottom: 24px;
  }
  .section2 h3, .section3 h3, .section4 h3 {
    color: #2b2e80;
    width: 100%;
    display: block;
    text-align: center;
    float: left;
    height: auto;
    line-height: 40px;
    font-size: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding-left: 0px;
    padding-bottom: 24px;
  }
  .footer ul li img {
    width: 100px !important;
  }
  .footer ul:first-child {
    position: absolute;
    left: 0;
    top: 32px;
    width: 200px;
  }
  .dropbtn {
    font-size: 50px !important;
    padding: 0px 6px;
  }
}
 .slider16 {
    background-color: #af8ec4 !important;
    background-size: 100% 100%;
    background-attachment: fixed;
    height: 100%;
    margin: 0;
    padding: 0;
}



.blog-details .second-section img.img-banner {
    height: 450px !important;
    object-fit: cover;
}
.blog-details .container {
    padding: 50px 0px 30px 0;
}
.blog-details h1, .blog-details h2, .blog-details h3, .blog-details h4, .blog-details h5, .blog-details h6 {color: #000 !important;font-weight: 600 !important; margin:0 0 20px 0; }

.blog-details h1 {
    text-align: center;
    font-size: 40px !important;
    
}
.blog-details h2{ font-size:30px !important; line-height:35px !important; }
.blog-details h3{ font-size:27px !important; line-height:32px !important; }
.blog-details h4{ font-size:24px !important; line-height:29px !important; }
.blog-details h5{ font-size:22px !important; line-height:27px !important; }
.blog-details h6{ font-size:19px !important; line-height:25px !important; }
.blog-details p{ font-size:16px; line-height:25px !important; color: #000; margin:0 0 15px 0; padding:0 !important; }
.blog-details .contents.blog {
    padding: 0 40px !important;
}
.blog-details p img.alignleft {
    float: left;
    margin: 0 20px 20px 0px;
}

.blog-details .block-box {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}

.blog-details .block-box-content {
    margin-top: 110px;
}


@media(max-width:480px){
.blog-details .second-section img.img-banner {
    height: 200px !important;
    object-fit: cover;
}
  
.blog-details .container{ width:100%; padding:30px 15px !important; box-sizing: border-box; } 
.blog-details h1 {
    text-align: center !important;
    font-size: 26px !important;
    line-height: 35px !important;
} 
.blog-details h2{ font-size:22px !important; line-height:29px !important; }
.blog-details h3{ font-size:20px !important; line-height:27px !important; }
.blog-details h4{ font-size:18px !important; line-height:25px !important; }
.blog-details h5{ font-size:16px !important; line-height:23px !important; }
.blog-details h6{ font-size:15px !important; line-height:21px !important; }
.blog-details p{ font-size:14px; line-height:22px !important; color: #000; margin:0 0 15px 0; padding:0 !important;    text-align: justify !important; }
.blog-details .contents.blog {
    padding: 0 !important;
    text-align: left !important;
} 
.blog-details .block-box-content {
    margin-top: 20px;
}
.blog-details p img.alignleft {
    float: none;
    margin: 0 auto;
    display: table;
}
.blog-details .block-box h2, .blog-details .block-box h3, .blog-details .block-box h4, .blog-details .block-box h5, .blog-details .block-box h6{ text-align:center; } 
}