@import url('./assets/web-fonts/SegoeUI.css');

@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Slackey&display=swap');
/*
 *****************************************
    >>> | 01 Browser Reset & Common CSS|
 *****************************************
*/

html,
body {
  height: 100%;
}

body {
  font-family: 'Segoe UI';
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #676a6c;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:focus,
a:hover,
a:visited,
input,
.bootstrap-select > .dropdown-toggle,
input:hover,
.bootstrap-select > .dropdown-toggle:hover,
input:focus,
.bootstrap-select > .dropdown-toggle:focus,
input:active,
.bootstrap-select > .dropdown-toggle:active,
select {
  text-decoration: none;
  outline: none;
}

button:focus {
  outline: 0px;
}

img {
  max-width: 100%;
}

a {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Segoe UI';
  margin: 0 0 15px;
}

/* 

font-family: "Slackey", sans-serif; 

*/

/*
 *****************************************
 >>> | 03. navigation css Start
 *****************************************
*/

.container {
  max-width: 1650px;
}

.top__txt {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top__txt p {
  margin: 0;
  font-size: 22px;
  color: #164075;
}

.header__top {
  background: #fff;
  padding: 12px 0px;
}

.header__area {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: 800px;
}

.header__left {
  text-align: center;
}

.header__leftTxt h2 {
  font-family: 'Slackey', sans-serif;
  color: #164075;
  text-align: center;
  text-shadow: 10px 4px 30px #fff;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #f5f5f5;
  font-size: 90px;
  font-style: normal;
  font-weight: 400;
  line-height: 85px;
}

.header__leftTxt h2 span {
  color: #00aeef;
}

.header__right {
  max-width: 450px;
  margin-left: auto;
  text-align: center;
  padding-top: 260px;
}

.header__right h2 {
  color: #164075;
  text-align: center;
  text-shadow: 0px 4px 4px #fff;
  font-size: 60px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  font-family: 'Bree Serif', serif;
}

.header__area {
  position: relative;
  z-index: 1;
}

.header__area .container {
  max-width: 1850px;
}

.header__area:after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 27%;
  content: '';
  background: url(assets/img/banner-right.png);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  z-index: -1;
}

.header__right {
  margin-right: 0;
}

.wrap__contentArea {
  background: url(assets/img/pattern-1.png);
  padding-top: 50px;
}

.section__2 {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: 1000px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.section__title h2 {
  color: #fff;
  font-size: 64px;
  text-align: center;
  font-family: 'Slackey', sans-serif;
  padding-top: 30px;
}

.section__title.position__bottom {
  max-width: 80%;
  margin: 0 auto;
  padding-bottom: 40px;
}

.section__title li {
  color: #fff;
  text-shadow: 0px 4px 4px #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  list-style: disc;
}

.section__2:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 320px;
  width: 100%;
  content: '';
  background: url(assets/img/section2-wave.png);
  z-index: -1;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.item1 {
  background: #164075;
}

.item2 {
  background: #ffc20e;
}

.item3 {
  background: #00aeef;
}

.section__3 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section__box__txt {
  text-align: center;
  color: #fff;
  padding: 0px 40px;
}

.section__icon {
  text-align: center;
}

.section__box {
  padding: 50px 0px;
}

.section__box__txt h4 {
  font-size: 40px;
  color: #fff;
}

.item1 .section__box__txt h4 {
  color: #ffc20e;
}

.item2 .section__box__txt h4 {
  color: #164075;
}

.item2 .section__box__txt {
  color: #164075;
}

.section__box__txt h5 {
  font-size: 22px;
  font-weight: 600;
}

.section__box__txt li {
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding: 10px 0px;
}

.section__box__txt li:last-child {
  border: none;
}

.section__4 {
  background: #164075;
  padding-bottom: 40px;
}

.list li {
  font-size: 24px;
  color: #ffc20e;
  padding: 2px 0px;
}

.list ul {
  list-style: disc;
  color: #ffc20e;
}

.list li span {
  color: #fff;
}

.section__4_title {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
  background: #164075;
  margin-top: -65px;
  padding: 20px 0px;
}

.section__4_title h2 {
  margin: 0;
  color: #fff;
  font-family: 'Slackey', sans-serif;
  font-size: 40px;
}

.footer__top_logo {
  text-align: center;
  padding: 50px 0px;
}

.footer__area {
  background: url(assets/img/footer-wave.png);
  padding: 50px 0px;
  padding-top: 66px;
  background-size: cover;
  background-position: top;
}

.footer__facebook h4 {
  color: #fff;
  font-weight: 400;
  font-size: 30px;
}

.footer__facebook p {
  color: #fff;
  margin-bottom: 0;
  margin-top: 45px;
}

.footer__facebook {
  text-align: center;
}

.logo__365 {
  margin-top: 200px;
}

.mail-top {
  text-decoration: underline !important;
  color: #164075;
}

.mail-bottom {
  color: #fff;
  text-decoration: underline !important;
}
