* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-family: "Spartan", sans-serif;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1150px;
  height: 100%;
}

.upper-bar {
  background-color: #181B31;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.upper-bar .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  color: white;
  width: 50%;
}
.upper-bar .container ul li {
  font-size: 15px;
  font-weight: 750;
}
.upper-bar .container .social-info {
  width: 570px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.upper-bar .container .social-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 16%;
}
.upper-bar .container .social-info ul li a {
  text-decoration: none;
  color: white;
  font-size: 17px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.upper-bar .container .social-info ul li a:hover {
  color: #BBA07A;
}

/* Start Media For Upperbar */
@media only screen and (max-width: 992px) {
  .upper-bar {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .upper-bar .container {
    padding: 3%;
  }
}
/* End Media For Upperbar */
.navTop{
  top: -2px;
  position: fixed;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
nav {
  height: 70px;
  background-color: white;
  width: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
nav .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav .container .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
}
nav .container .logo a {
  font-size: 32px;
  font-weight: bolder;
  letter-spacing: 2.5px;
  color: #163967;
  text-decoration: none;
}
nav .container .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav .container .nav-links .sign{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-left: 5%;
  list-style-type: none;
}
nav .container .nav-links .sign a{
  display: block;
  background-color: #BBA07A;
  padding: 13px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  color: white;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
nav .container .nav-links .sign a:hover{
  background-color: rgba(187, 160, 122,0.8);
}
nav .container .nav-links li {
  list-style: none;
}
nav .container .nav-links li a {
  text-decoration: none;
  font-size: 15px;
  font-weight: bolder;
  color: black;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
nav .container .nav-links li a:hover {
  color: #BBA07A;
}

/* Start Media For Navbar */
@media only screen and (min-width: 992px) {
  nav .media-nav ul li {
    display: none;
  }
  nav .media-nav ul div {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  nav .media-nav {
    position: absolute;
    top: 18%;
    background-color: white;
    opacity: 0.8;
    width: 100%;
    height: 450px;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  nav .media-nav .sign{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-left: 5%;
    list-style-type: none;
  }
  nav .media-nav .sign a{
    display: block;
    background-color: #BBA07A;
    padding: 13px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    color: white;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  nav .media-nav .sign a:hover{
    background-color: rgba(187, 160, 122,0.8);
  }
  nav .media-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 250px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15%;
  }
  nav .media-nav ul li {
    list-style: none;
  }
  nav .media-nav ul li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: bolder;
    color: black;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  nav .media-nav ul li a:hover {
    color: #BBA07A;
  }
  nav .container {
    width: 100%;
  }
  nav .container .log {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  nav .container .nav-links {
    display: none;
  }
  nav .container .media-btn {
    display: none;
    height: 36px;
    width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
  }
  nav .container .media-btn .line {
    background-color: black;
    height: 3px;
    width: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  nav .container {
    padding: 3%;
  }
}
/* End Media For Navbar */
.header {
  width: 100%;
  height: 660px;
  background: url("../images/teamTwo-1.jpg") no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 250px;
}
.header .header-content h2 {
  color: white;
  font-size: 70px;
  font-weight: bolder;
}
.header .header-content h5 {
  text-align: center;
  color: white;
  font-weight: bolder;
  padding-top: 10px;
  font-size: 17px;
}
.header .header-content a {
  margin-top: 35px;
  text-decoration: none;
  font-weight: bolder;
  font-size: 16px;
  background-color: #BBA07A;
  padding: 23px;
  padding-right: 30px;
  padding-left: 30px;
  color: white;
  border-radius: 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .header-content a:hover {
  background: none;
  border: solid 2px white;
}

/* Start Media For Header */
@media only screen and (max-width: 992px) {
  .header .header-content h2 {
    font-size: 50px;
    text-align: center;
  }
  .header .header-content h5 {
    text-align: center;
    color: white;
    padding-top: 10px;
    font-size: 15px;
  }
  .header .header-content a {
    font-size: 14px;
    padding: 17px;
    padding-right: 22px;
    padding-left: 22px;
    border-radius: 2px;
  }
}
/* End Media For Header */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-family: "Spartan", sans-serif;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1150px;
  height: 100%;
}

/* Start Style Section1 */
.section1 {
  height: 550px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section1 .section1-content {
  background: url("../images/back-img-1.jpg") no-repeat;
  background-attachment: fixed;
  height: 500px;
  width: 85%;
  background-size: cover;
  border-radius: 5px;
  position: relative;
  top: -20%;
  -webkit-box-shadow: 0 2px 3px 0 rgba(99, 99, 99, 0.19), 0 3px 10px 0 rgba(99, 99, 99, 0.19);
          box-shadow: 0 2px 3px 0 rgba(99, 99, 99, 0.19), 0 3px 10px 0 rgba(99, 99, 99, 0.19);
  padding: 4.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section1 .section1-content .award {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  width: 50%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section1 .section1-content .award div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section1 .section1-content .award div h1 {
  text-align: center;
  padding-top: 30px;
  font-size: 50px;
  color: #163967;
  font-weight: bolder;
}
.section1 .section1-content .award div h5 {
  text-align: center;
  font-size: 14px;
  color: #7c7c7c;
}
.section1 .section1-content .about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}
.section1 .section1-content .about h3 {
  color: #163967;
  font-size: 35px;
  line-height: 50px;
  font-weight: bolder;
}
.section1 .section1-content .about p {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  color: #7c7c7c;
  padding-top: 20px;
}
.section1 .section1-content .about a {
  text-decoration: none;
  padding-top: 20px;
  font-weight: bolder;
  color: #163967;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 250px;
}
.section1 .section1-content .about a:hover {
  color: #BBA07A;
}

/* Start Media For Section1 */
@media only screen and (max-width: 992px) {
  .section1 {
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section1 .section1-content {
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section1 .section1-content .award {
    margin-top: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 350px;
    width: 50%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section1 .section1-content .award div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section1 .section1-content .award div h1 {
    text-align: center;
    padding-top: 30px;
    font-size: 18px;
    color: #163967;
    font-weight: bolder;
    line-height: 40px;
  }
  .section1 .section1-content .award div img {
    height: 70px;
    width: 70px;
    margin-top: 20px;
  }
  .section1 .section1-content .award div h5 {
    text-align: center;
    font-size: 14px;
    color: #7c7c7c;
  }
  .section1 .section1-content .about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
  }
  .section1 .section1-content .about h3 {
    font-size: 25px;
    line-height: 35px;
    font-weight: bolder;
  }
  .section1 .section1-content .about p {
    font-size: 13px;
    font-weight: bold;
    padding-top: 20px;
  }
  .section1 .section1-content .about a {
    text-decoration: none;
    padding-top: 20px;
    font-weight: bolder;
    color: #163967;
    font-size: 12px;
  }
}
/* End Style Media For Section1 */
/* End Style Section1 */
/* Start Style Section2 */
.section2 {
  background: url("../images/back-4.jpg") no-repeat;
  background-size: cover;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section2 .container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section2 .container div:first-of-type {
  width: 60%;
}
.section2 .container div:first-of-type img {
  -webkit-box-shadow: 0 3px 5px 0 rgba(99, 99, 99, 0.19), 0 5px 14px 0 rgba(99, 99, 99, 0.19);
          box-shadow: 0 3px 5px 0 rgba(99, 99, 99, 0.19), 0 5px 14px 0 rgba(99, 99, 99, 0.19);
  border-radius: 4px;
}
.section2 .container div:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 250px;
  width: 40%;
}
.section2 .container div:last-of-type h4 {
  color: #BBA07A;
  font-weight: bolder;
}
.section2 .container div:last-of-type p:first-of-type {
  font-size: 35px;
  color: #163967;
  font-weight: bolder;
}
.section2 .container div:last-of-type p:last-of-type {
  font-size: 18px;
  color: #7c7c7c;
  font-weight: bolder;
}
.section2 .container div:last-of-type a {
  text-decoration: none;
  background-color: #BBA07A;
  font-size: 15px;
  font-weight: bolder;
  color: white;
  display: block;
  width: 180px;
  padding: 20px;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.section2 .container div:last-of-type a:hover {
  background-color: #163967;
}
.section2 #ballOne {
  border-radius: 50%;
  background-color: #BBA07A;
  position: absolute;
  top: 210%;
  right: 6%;
  height: 50px;
  width: 50px;
  opacity: 0.4;
}
.section2 #ballTwo {
  border-radius: 50%;
  background-color: #163967;
  position: relative;
  top: 1%;
  height: 30px;
  width: 30px;
  opacity: 0.3;
}

/* Start Media For Section2 */
@media only screen and (max-width: 992px) {
  .section2 {
    background: url("../images/back-4.jpg") no-repeat;
    background-size: cover;
    height: 450px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section2 .container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section2 .container div:first-of-type img {
    display: none;
  }
  .section2 .container div:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 270px;
    padding-bottom: 5%;
    width: 100%;
    text-align: center;
  }
  .section2 .container div:last-of-type h4 {
    color: #BBA07A;
    font-weight: bolder;
  }
  .section2 .container div:last-of-type p:first-of-type {
    font-size: 35px;
    color: #163967;
    font-weight: bolder;
  }
  .section2 .container div:last-of-type p:last-of-type {
    font-size: 18px;
    color: #7c7c7c;
    font-weight: bolder;
  }
  .section2 .container div:last-of-type a {
    position: relative;
    left: 33%;
    font-size: 14px;
    padding: 17px;
    padding-right: 22px;
    padding-left: 22px;
    border-radius: 2px;
  }
}
@media only screen and (max-width: 1200px) {
  .section2 {
    height: 500px;
  }
  .section2 .container {
    width: 100%;
    padding: 3%;
  }
}
/* End Media For Section2 */
/* End Style Section2 */
/* Start Style Section3 */
.section3 {
  background-color: black;
  height: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section3 .container {
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section3 .container div:last-of-type {
  width: 60%;
  padding-top: 10%;
}
.section3 .container div:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 250px;
  width: 40%;
  padding-top: 12%;
}
.section3 .container div:first-of-type h4 {
  margin-top: 20px;
  color: #BBA07A;
  font-weight: bolder;
}
.section3 .container div:first-of-type p:first-of-type {
  margin-top: 20px;
  font-size: 35px;
  color: white;
  font-weight: bolder;
}
.section3 .container div:first-of-type div a {
  margin-top: 20px;
  width: 400px;
  padding: 20px;
  text-decoration: none;
  color: #163967;
  font-size: 16px;
  font-weight: bolder;
  background-color: white;
  cursor: pointer;
  border-radius: 4px;
}
.section3 .container div:first-of-type div div {
  color: #7c7c7c;
  width: 400px;
  display: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding-top: 5px;
}

/* Start Media For Section3 */
@media only screen and (max-width: 992px) {
  .section3 {
    background-color: black;
    height: 750px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section3 .container {
    width: 100%;
  }
  .section3 .container div:last-of-type {
    display: none;
  }
  .section3 .container div:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 250px;
    width: 100%;
    padding-top: 12%;
    text-align: center;
  }
  .section3 .container div:first-of-type h4 {
    margin-top: 17px;
    color: #BBA07A;
    font-weight: bolder;
  }
  .section3 .container div:first-of-type p:first-of-type {
    margin-top: 20px;
    font-size: 27px;
    color: white;
    font-weight: bolder;
  }
}
@media only screen and (max-width: 1200px) {
  .section3 .container {
    width: 100%;
    padding: 3%;
  }
  .section3 .container div:last-of-type img {
    width: 97%;
  }
}
/* End Media For Section3 */
/* End Style Section3 */
/* Start Style Section4 */
.section4 {
  width: 100%;
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section4 .about-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 500px;
}
.section4 .about-text div {
  padding: 5% 1%;
}
.section4 .about-text div:nth-child(2), .section4 .about-text div:nth-child(3) {
  width: 35%;
}
.section4 .about-text div:nth-child(2) p, .section4 .about-text div:nth-child(3) p {
  font-size: 16px;
  color: #7c7c7c;
  font-weight: bolder;
  line-height: 25px;
}
.section4 .about-text div:first-of-type {
  width: 30%;
}
.section4 .about-text div:first-of-type h4 {
  color: #BBA07A;
  font-weight: bolder;
  padding-bottom: 15px;
  font-size: 14px;
}
.section4 .about-text div:first-of-type p {
  font-size: 31px;
  color: #163967;
  font-weight: bolder;
}

/* Start Media For Section4 */
@media only screen and (max-width: 992px) {
  .section4 {
    width: 100%;
    height: 650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section4 .about-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 500px;
  }
  .section4 .about-text div {
    padding: 5% 1%;
  }
  .section4 .about-text div:nth-child(2), .section4 .about-text div:nth-child(3) {
    width: 100%;
    text-align: center;
  }
  .section4 .about-text div:nth-child(2) p, .section4 .about-text div:nth-child(3) p {
    font-size: 13px;
  }
  .section4 .about-text div:first-of-type {
    width: 100%;
    text-align: center;
  }
  .section4 .about-text div:first-of-type h4 {
    font-size: 10px;
  }
  .section4 .about-text div:first-of-type p {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1200px) {
  .section4 .about-text {
    width: 100%;
    padding: 3%;
  }
}
/* End Media For Section4 */
/* End Style Section4 */
/* Start Style Section5 */
.section5 {
  height: 700px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section5 .services-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1150px;
}
.section5 .services-container div:first-of-type div:nth-child(1) {
  background: url("../images/about-img-1.jpg") no-repeat;
  background-size: cover;
}
.section5 .services-container div:first-of-type div:nth-child(2) {
  background: url("../images/about-img-2.jpg") no-repeat;
  background-size: cover;
}
.section5 .services-container div:first-of-type div:nth-child(3) {
  background: url("../images/about-img-3.jpg") no-repeat;
  background-size: cover;
}
.section5 .services-container div:last-of-type div:nth-child(1) {
  background: url("../images/about-img-4.jpg") no-repeat;
  background-size: cover;
}
.section5 .services-container div:last-of-type div:nth-child(2) {
  background: url("../images/about-img-5.jpg") no-repeat;
  background-size: cover;
}
.section5 .services-container div:last-of-type div:nth-child(3) {
  background: url("../images/about-img-6.jpg") no-repeat;
  background-size: cover;
}
.section5 .services-container div {
  height: 600px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section5 .services-container div div {
  height: 250px;
  width: 350px;
}
.section5 .services-container div div:hover a {
  height: 100%;
  width: 100%;
}
.section5 .services-container div div:hover a h2 {
  display: block;
}
.section5 .services-container div div:hover a h5 {
  display: block;
}
.section5 .services-container div div a {
  background-color: rgba(250, 250, 250, 0.8);
  height: 0%;
  width: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.section5 .services-container div div a h2 {
  color: #163967;
  font-weight: bolder;
  display: none;
}
.section5 .services-container div div a h5 {
  margin-top: 5px;
  color: #BBA07A;
  display: none;
}

/* Start Media For Section5 */
@media only screen and (max-width: 992px) {
  .section5 {
    height: 1800px;
  }
  .section5 .services-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .section5 .services-container div {
    height: 800px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 4%;
  }
  .section5 .services-container div div {
    height: 250px;
    width: 350px;
  }
  .section5 .services-container div div:hover a {
    height: 100%;
    width: 100%;
  }
  .section5 .services-container div div:hover a h2 {
    display: block;
  }
  .section5 .services-container div div:hover a h5 {
    display: block;
  }
  .section5 .services-container div div a {
    background-color: rgba(250, 250, 250, 0.8);
    height: 0%;
    width: 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .section5 .services-container div div a h2 {
    color: #163967;
    font-weight: bolder;
    display: none;
  }
  .section5 .services-container div div a h5 {
    margin-top: 5px;
    color: #BBA07A;
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .section5 .services-container {
    width: 100%;
    padding: 3%;
  }
}
/* End Media For Section5 */
/* End Style Section5 */
/* Start Section6 */
.section6 {
  height: 700px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section6 .container .percentage {
  background: url("../images/back_circles.png") no-repeat;
  background-size: cover;
  height: 90%;
  width: 55%;
}
.section6 .container .percentage img:first-of-type {
  position: relative;
  top: 50%;
  left: 20%;
}
.section6 .container .percentage img:nth-child(2) {
  position: relative;
  top: 20%;
  left: 10%;
}
.section6 .container .percentage img:nth-child(3) {
  position: relative;
  top: 25%;
  left: 30%;
}
.section6 .container .percentage img:nth-child(4) {
  position: relative;
  top: 50%;
  left: 28%;
}
.section6 .container .percentage img:nth-child(5) {
  position: relative;
  top: 70%;
  right: 20%;
}
.section6 .container .percentage img {
  border-radius: 50%;
}
.section6 .container div:nth-child(2) {
  height: 80%;
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 4%;
}
.section6 .container div:nth-child(2) div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 350px;
}
.section6 .container div:nth-child(2) div h2 {
  font-size: 35px;
  color: #163967;
}
.section6 .container div:nth-child(2) div p {
  font-size: 16px;
  font-weight: bolder;
  color: #7c7c7c;
}

/* Start Media For Section6 */
@media only screen and (max-width: 992px) {
  .section6 {
    height: 600px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section6 .container .percentage {
    display: none;
  }
  .section6 .container div:nth-child(2) {
    height: 80%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 4%;
  }
  .section6 .container div:nth-child(2) div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    height: 350px;
    text-align: center;
  }
  .section6 .container div:nth-child(2) div h2 {
    font-size: 27px;
    color: #163967;
  }
  .section6 .container div:nth-child(2) div p {
    font-size: 16px;
    font-weight: bolder;
    color: #7c7c7c;
  }
}
@media only screen and (max-width: 1200px) {
  .section6 .container {
    width: 100%;
    padding: 3%;
  }
}
/* End Media For Section6 */
/* End Section6 */
/* Start Style Section7 */
.section7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../images/back-3.jpg") no-repeat;
  background-size: cover;
  height: 660px;
  width: 100%;
}
.section7 .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 90%;
}
.section7 .container .blog-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 100%;
  padding-top: 2%;
}
.section7 .container .blog-content div {
  height: 100%;
  width: 30%;
}
.section7 .container .blog-content div div {
  height: 80%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section7 .container .blog-content div div p {
  font-size: 20px;
  font-weight: bolder;
  color: #7c7c7c;
  text-align: center;
}
.section7 .container .blog-content div div a {
  text-decoration: none;
  color: #163967;
  font-size: 16px;
  font-weight: bolder;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.section7 .container .blog-content div div a:hover {
  color: #7c7c7c;
}
.section7 .container .blog-h {
  width: 100%;
  height: 150px;
  text-align: center;
}
.section7 .container .blog-h h4 {
  color: #BBA07A;
  font-weight: bolder;
}
.section7 .container .blog-h h2 {
  font-size: 35px;
  color: #163967;
  padding-top: 2.5%;
  font-weight: bolder;
}

/* Start Media For Section7 */
@media only screen and (max-width: 992px) {
  .section7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 1270px;
    width: 100%;
  }
  .section7 .container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 90%;
  }
  .section7 .container .blog-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    width: 100%;
    padding-top: 2%;
  }
  .section7 .container .blog-content div {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section7 .container .blog-content div div {
    height: 80%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
  }
  .section7 .container .blog-content div div p {
    font-size: 16px;
    text-align: center;
    padding-top: 3%;
  }
  .section7 .container .blog-content div div a {
    margin-top: 15px;
    font-size: 12px;
  }
  .section7 .container .blog-h {
    width: 100%;
    height: 150px;
    text-align: center;
  }
  .section7 .container .blog-h h4 {
    color: #BBA07A;
    font-weight: bolder;
  }
  .section7 .container .blog-h h2 {
    font-size: 27px;
    color: #163967;
    padding-top: 2.5%;
    font-weight: bolder;
  }
}
@media only screen and (max-width: 1200px) {
  .section7 .container {
    width: 100%;
    padding: 3%;
  }
}
/* End Media For Section7 */
/* End Style Section7 */
/* Start Style Section8 */
.section8 {
  height: 400px;
  width: 100%;
  background: url("../images/teamTwo-1.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed; 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section8 .container {
  border: 1px solid white;
  height: 350px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section8 .container div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 150px;
}
.section8 .container div h4 {
  color: #BBA07A;
  font-weight: bolder;
  text-align: center;
}
.section8 .container div h2 {
  font-size: 35px;
  color: white;
  font-weight: bolder;
}
.section8 .container div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section8 .container div ul li {
  list-style-type: none;
  color: white;
  font-size: 17px;
  font-weight: bolder;
}

/* Start Media For Section8 */
@media only screen and (max-width: 992px) {
  .section8 .container div h4 {
    font-size: 13px;
  }
  .section8 .container div h2 {
    font-size: 28px;
  }
  .section8 .container div ul li {
    list-style-type: none;
    color: white;
    font-size: 13px;
    font-weight: bolder;
  }
}
@media only screen and (max-width: 1200px) {
  .section8 .container {
    width: 100%;
    padding: 5%;
  }
}
/* End Media For Section8 */
/* End Style Section8 */
/* Start Scroll To Top Button*/
.scroll-top {
  height: 50px;
  width: 50px;
  background-color: #BBA07A;
  color: black;
  border-radius: 50%;
  text-align: center;
  padding: 10px;
  display: inline-block;
  position: fixed;
  bottom: 25px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
  display: none;
}

/* End Scroll To Top Button */
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1150px;
  height: 100%;
}

/* Start Style Footer */
.footer {
  height: 500px;
  width: 100%;
  background-color: #060816;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer p {
  color: #7c7c7c;
  font-weight: bolder;
  font-size: 15px;
  padding-bottom: 5%;
}
.footer .container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .container div {
  height: 200px;
}
.footer .container div h4:nth-child(1) {
  color: white;
  margin-bottom: 20px;
}
.footer .container div ul:nth-child(2) {
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 120px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .container div ul:nth-child(2) li {
  list-style: none;
  color: #7c7c7c;
  font-weight: bolder;
}
.footer .container div ul:nth-child(2) li a {
  text-decoration: none;
  color: #7c7c7c;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer .container div ul:nth-child(2) li a:hover {
  color: white;
}
.footer .container div:first-of-type {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 250px;
}
.footer .container div:first-of-type .logo {
  font-size: 32px;
  font-weight: bolder;
  letter-spacing: 2.5px;
  color: white;
  text-decoration: none;
}
.footer .container div:first-of-type h4 {
  color: #BBA07A;
  font-weight: bolder;
}
.footer .container div:first-of-type p {
  color: #7c7c7c;
}
.footer .container div:first-of-type ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
}
.footer .container div:first-of-type ul li a {
  text-decoration: none;
  color: white;
  font-size: 18px;
}

/* Start Media For Footer */
@media only screen and (max-width: 992px) {
  .footer {
    height: 1200px;
    width: 100%;
    background-color: #060816;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer p {
    color: #7c7c7c;
    font-weight: bolder;
    font-size: 15px;
    padding-bottom: 5%;
  }
  .footer .container {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .container div {
    height: 200px;
  }
  .footer .container div h4:nth-child(1) {
    color: white;
    margin-bottom: 20px;
  }
  .footer .container div ul:nth-child(2) {
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 120px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .container div ul:nth-child(2) li {
    list-style: none;
    color: #7c7c7c;
    font-weight: bolder;
  }
  .footer .container div ul:nth-child(2) li a {
    text-decoration: none;
    color: #7c7c7c;
    font-size: 14px;
  }
  .footer .container div:first-of-type {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 250px;
    text-align: center;
  }
  .footer .container div:first-of-type .logo {
    font-size: 32px;
    font-weight: bolder;
    letter-spacing: 2.5px;
    color: white;
    text-decoration: none;
  }
  .footer .container div:first-of-type h4 {
    color: #BBA07A;
    font-weight: bolder;
  }
  .footer .container div:first-of-type p {
    color: #7c7c7c;
  }
  .footer .container div:first-of-type ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .footer .container div:first-of-type ul li a {
    text-decoration: none;
    color: white;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  .footer .container {
    width: 100%;
    padding: 5%;
  }
}
/* End Media For Footer */
/* End Style Footer */
