/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/


@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
}



* {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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


select {
  overflow: hidden;
}



body {

  --e-global-color-primary: #AAD7C8;
  --e-global-color-secondary: #23365D;
  --e-global-color-text: #424242;
  --e-global-color-accent: #928162;
  --e-global-color-2: #2F656E;
  --e-global-typography-text-font-family: "Roboto";
  --e-global-typography-text-font-size: 0.9em;
  --e-global-typography-text-font-weight: 400;
  --e-global-color-text: #424242;
  --e-global-typography-accent-font-family: "Roboto";
  --e-global-typography-accent-font-size: 1.2em;
  --e-global-typography-accent-font-weight: 300;
  --e-global-typography-accent-text-transform: uppercase;
  --e-global-typography-primary-font-family: "Helvetica";
  --e-global-typography-primary-font-size: 3.2em;
  --e-global-typography-primary-font-weight: 900;
  --e-global-typography-primary-letter-spacing: 1.6px;
  --e-global-typography-secondary-font-family: "Roboto";
  --e-global-typography-secondary-font-size: 1.3em;
  --e-global-typography-secondary-font-weight: 400;

}



/* header style */

.header {
  padding-bottom: 10px;
  background-color: #324039;
  position: relative;
}

.header.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);

}

.header-inner {
  max-width: 1200px;
  margin: auto;
  display: flex;

}



.logo {
  display: flex;
  align-items: center;
  padding: 10px;
 
}

.logo img {
  width: 237px;
}






/* content style */

.section-1 {
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 0px;
  min-height: 768px;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.login-form .logo {
  width: 303px;
}

.top-slider-bg-wraper {
  position: absolute;

  top: 0;
  left: 0;
}

.top-slider-bg-nav {

  position: absolute;

  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 20px;

}

.top-slider-bg-nav i {
  color: white;
  cursor: pointer;
  font-size: 25px;
}


.slider-item {
  background-size: cover;
  background-position: center;
  min-height: 768px;
  display: block;

}

.section-1-register-form {
  background-color: #28272773;
  margin: 46px 0px 30px 0px;
  padding: 48px 48px 48px 48px;
  z-index: 1;
  max-width: 400px;
  border-radius: 25px 25px 25px 25px;
}

.section-1-register-form input {


  background-color: #ffffff;
  border-width: 0px 0px 0px 0px;
  border-radius: 15px 15px 15px 15px;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  color: var(--e-global-color-text);
  padding: 0.5rem 1rem;
  line-height: 23px;
  width: 100%;
  margin-top: 10px;
}

.section-1-register-form select {
  background-color: #ffffff;
  border-width: 0px 0px 0px 0px;
  border-radius: 15px 15px 15px 15px;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  color: var(--e-global-color-text);
  padding: 0.5rem 1rem;
  line-height: 23px;
}

.section-1-register-form label {
  color: white;
  width: 100%;
  margin-top: 10px;
}

.section-1-register-form label input {
  width: auto;
}

.section-1-register-form button[type=submit]:hover {
  background-color: var(--e-global-color-secondary);
  color: #ffffff;
}

.section-1-register-form button[type=submit] {
  background-color: var(--e-global-color-primary);
  color: #ffffff;
  border-radius: 6px 6px 6px 6px;
  padding: 20px 0;
  border: none;
  flex-basis: auto;
  min-height: 47px;
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-size: var(--e-global-typography-accent-font-size);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  display: inline-block;
  width: 80%;
  text-align: center;
  margin-top: 10px;
}

.section-1-register-form h2 {
  color: white;
}

.login-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.login-form .logo {
  padding: 0;
  margin-bottom: 20px;
}

.login-form .logo img {
  width: 100%;
}

.section-2 {
  padding: 50px 0px 100px 0px;
  display: flex;
  gap: 50px;
  margin-top: -112px;
  position: relative;
  z-index: 1;
}

.section-2-inner {

  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 20px;
  width: 100%;
}

.icon-box i {

  background-color: #6FCA9F;
  border-radius: 50%;
  padding: 0.5em;
  color: white;
  font-size: 50px;
  margin-bottom: 20px;
}

.icon-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.icon-box-title {
  text-align: center;
  font-family: "Helvetica", Sans-serif;
  font-size: 1.3em;
  font-weight: 900;
  letter-spacing: 0px;
  color: #4D8D6F;
}

.icon-box span {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  text-align: center;
}








div.text {
  text-align: left;
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: 21.5px;
}

div.text p {
  margin-bottom: 20px;

}

.section-column-50 {
  width: 50%;
}




.section-3 {
  background-image: linear-gradient(262deg, #39AA7B 0%, #2F2E2E 100%);
  background-color: transparent;

  padding: 100px 0px 100px 0px;

}


.section-3 h2,
.section-3 h3,
.section-3 h4,
.section-3 .text,
.section-5 h2,
.section-5 h3 {
  color: white;
  text-align: center;

}

.section-3 h2,
.section-5 h2 {

  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: var(--e-global-typography-primary-line-height);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
}

.section-3 h3,
.section-5 h3 {

  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-size: var(--e-global-typography-accent-font-size);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
}


.section-3-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.section-3 img {
  max-width: 800px;
  width: 100%;
}

h2.title {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: 76px;
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  text-align: center;
}


.section-column-33 {
  width: 33.33%;
}

.section-4 {
  padding: 100px 0px 100px 0px;
}

.section-4-inner {
  max-width: 1240px;
  margin: auto;
  display: flex;
  gap: 20px;
  width: 100%;

  padding: 0 20px;
}

.section-4-inner>div:last-child>div:first-child {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.section-4-inner>div:last-child img {
  max-width: 348px;

  border-radius: 25px 25px 25px 25px;
}

.section-4 .title {
  text-align: left;
}

.rectangular-video {
  height: 0;
  padding-bottom: 176%;
  width: 100%;
  position: relative;

}

.rectangular-video-wrap {
  margin: 80px 80px 80px 80px;
}

.rectangular-video video {

  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 39px 39px 39px 39px;


}




.section-5 {
  background-image: linear-gradient(262deg, #39AA7B 0%, #2F2E2E 100%);
  padding: 100px 0 100px 0;
}




.section-column-25 {
  width: 25%;
  padding: 0 40px;
}

.section-5-inner {
  max-width: 1240px;
  margin: auto;
  display: flex;
  gap: 20px;
  width: 100%;

  padding: 0 20px;
}

.section-5 h2,
.section-3 h3 {

  margin: 30px;



}


.section-5-inner .section-5-img img {
  width: 100%;
  border-radius: 25px 25px 25px 25px;
}

.section-5-inner .section-5-img img:hover {
  transform: scale(1.01);
}

.section-5-inner .section-column-33 .section-5-img {
  overflow: hidden;
}

.section-5-inner .section-column-33:first-child .section-5-img,
.section-5-inner .section-column-33:last-child .section-5-img {
  margin: 38px;
  width: calc(100% - 76px);
}

.section-5-inner .section-5-box,
.section-5-inner .section-5-box {

  margin: auto;
  width: calc(90% - 76px);
  z-index: 1;
  position: relative;
  background-color: white;
  background-color: #ffffff;
  box-shadow: -1.21px 6.894px 15px 0px rgba(0, 0, 0, 0.07);
  margin-top: -70px;
  box-shadow: -1.21px 6.894px 15px 0px rgba(0, 0, 0, 0.07);
  padding: 30px 35px 30px 35px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}

.section-5-inner .section-column-33:nth-child(2) .section-5-box {

  width: calc(90%);

}

.section-5-inner .section-5-box .text {
  height: 0;
  overflow: hidden;
  transition: 0.5s;
  text-align: center;
  font-size: 15px;
  padding-top: 20px;
}

.section-5-inner .section-5-box:hover .text {
  height: 100px;
}

.section-5-inner .icon-box-horizontal span {
  font-size: 18px;
  font-weight: 700;
}

.section-5 .icon-box-horizontal {

  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.section-5 .icon-box-horizontal i {
  font-size: 30px;

}

.section-5 .icon-box-horizontal:hover {


  color: #2575fc;
}

.section-6 {
  padding: 100px 0px 100px 0px;
}

.section-6-inner {
  max-width: 1240px;
  margin: auto;
  display: flex;
  gap: 20px;
  width: 100%;

  padding: 0 20px;
}


.section-6-inner>div:first-child img {
  max-width: 100%;
  border-radius: 25px 25px 25px 25px;

}

.section-6-inner>div:first-child {
  position: relative;
}

.section-6-inner>div:first-child .icon-box {


  position: absolute;
  bottom: -40px;
  right: -40px;
}

.section-6 .title {
  text-align: left;
}




.section-8 {
  padding: 100px 0px 100px 0px;
}

.section-8-inner {
  max-width: 1240px;
  margin: auto;
  display: flex;
  gap: 40px;
  width: 100%;

  padding: 0 20px;
}


.section-8-inner>div:last-child img {
  max-width: 100%;
  border-radius: 25px 25px 25px 25px;

}

.section-8-inner>div:last-child {
  position: relative;
}

.section-8-inner>div:last-child .icon-box {


  position: absolute;
  top: -40px;
  left: -40px;
}

.section-8 .title {
  text-align: left;
}






.tns-nav button {
  appearance: none;
  border: none;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  opacity: 0.2;
  padding: 0;
  background: black;

}

.tns-nav {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

.tns-nav button.tns-nav-active {
  background-color: var(--e-global-color-accent);
  opacity: 1;
}

.section-7 {

  padding: 80px 0 80px 0;
  background-color: transparent;
  background-image: linear-gradient(219deg, var(--e-global-color-secondary) 0%, var(--e-global-color-primary) 100%);
}


.section-7-inner {
  max-width: 1200px;
  margin: auto;
  width: 100%;
  height: 100%;
}

.accordion-wrapper {

  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 70px;


}

.accordion-item {
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
  padding: 25px 25px 25px 25px;
  border-bottom-width: 2px;
  border-bottom-color: var(--e-global-color-accent);
  border-style: solid;
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);

}

.accordion-title {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
  color: var(--e-global-color-text);
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.accordion-content {
  display: none;
  margin-top: 30px;
}

.accordion-title i {
  color: var(--e-global-color-accent);
  font-size: 14px;
}

.accordion-title i.fa-long-arrow-alt-up {
  display: none;
}


.footer {
  padding: 34px 0px 34px 0px;
  background-color: #242525;

}

.footer-inner {
  display: flex;

  max-width: 1240px;
  margin: auto;
  width: calc(100% - 40px);
  padding: 5px 20px 0 20px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #FFFFFF33;
}





.footer-column {
  width: 25%;

}

.footer-colunn-title {
  color: white;
  font-family: "Helvetica", Sans-serif;
  font-size: 1.9em;
  font-weight: var(--e-global-typography-c2de1d2-font-weight);
  text-transform: var(--e-global-typography-c2de1d2-text-transform);
  line-height: var(--e-global-typography-c2de1d2-line-height);
  letter-spacing: var(--e-global-typography-c2de1d2-letter-spacing);
  word-spacing: var(--e-global-typography-c2de1d2-word-spacing);
  text-align: left;
}

.footer-column ul {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer-column li {
  color: white;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  display: flex;
  gap: 15px;
}






.image-accordion {
  display: flex;
  height: 460px;
  border-radius: 58px;
  overflow: hidden;
  gap: 7px;
}

.image-accordion>div:nth-child(1) {
  background-image: url('../images/photography_3.jpg');


}

.image-accordion>div:nth-child(2) {
  background-image: url('../images/photography_1.jpg');


}

.image-accordion>div:nth-child(3) {


  background-image: url('../images/photography_2.jpg');
}


.image-accordion>div:nth-child(4) {

  background-image: url('../images/photography_4.jpg');

}

.image-accordion>div {
  flex: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.4s;
  position: relative;
}

.image-accordion>div:hover,
.image-accordion>div.active {
  flex: 3;

}

.image-accordion>div:hover .image-lightbox,
.image-accordion>div.active .image-lightbox {

  top: 70%;
  left: 40%;
  opacity: 1;

}

.image-lightbox {
  position: absolute;
  top: 20%;
  left: 10%;
  border-radius: 50%;
  padding: 15px;
  background-color: white;
  color: black;
  opacity: 0;
  transition: 0.4s;
  transform: translateX(-50%);
}

.image-lightbox i {
  font-size: 25px;
}

.image-accordion>div .image-lightbox:hover {
  background-color: var(--e-global-color-primary);
  color: white;
}

.image-accordion>div .link:hover {
  background-color: var(--e-global-color-primary);
  color: white;
}

.image-accordion>div h3 {

  position: absolute;
  bottom: -100px;

  border-radius: 50%;
  padding: 15px;

  color: white;
  opacity: 0;
  transition: 0.4s;
  left: 50%;
  font-size: 23px;
  transform: translateX(-50%);
}

.image-accordion>div:hover h3,
.image-accordion>div.active h3 {

  bottom: 0;
  opacity: 1;

}

.image-accordion>div .link {
  position: absolute;
  top: 20%;
  left: 10%;
  border-radius: 50%;
  padding: 15px;
  background-color: white;
  color: black;
  opacity: 0;
  transition: 0.4s;
  transform: translateX(-50%);

}

.image-accordion>div:hover .link,
.image-accordion>div.active .link {

  top: 70%;
  left: 60%;
  opacity: 1;

}

.image-accordion>div:before {

  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(60%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #000 0, rgba(255, 255, 255, 0) 60%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 0;

}

.image-accordion>div:hover:before,
.image-accordion>div.active:before {
  top: 0;
  opacity: 1;

}

.section-7-inner h2 {
  font-size: 51px;
  color: white;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 900;
}



.section-7-inner h3 {
  color: white;
  font-weight: 20px;
  text-align: center;
  margin-bottom: 20px;
}




.footer>img {
  max-width: 144px;
  display: block;
  margin: auto;
  margin-bottom: 30px;
}





h3 {
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-size: var(--e-global-typography-accent-font-size);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
}

h2.title {
  color: #6FCA9F;
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: 40px;
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: 45px;
  letter-spacing: var(--e-global-typography-primary-letter-spacing);
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.section-7 {
  background-image: linear-gradient(262deg, #39AA7B 0%, #2F2E2E 100%);
  padding: 100px 0 100px 0;
}


.header-col-1 {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-col-2 {
  width: 50%;

}

@media(min-width:768px) {

  .header-login-form-wraper {
    display: flex !important;
  }

}

.header-login-form-wraper {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}

.header-login-form {

  display: flex;
  gap: 10px;
  width: 100%;
}

.header-login-form input {
  background-color: #ffffff;
  border-width: 0px 0px 1px 0px;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  width: 100%;
  max-width: 100%;
  color: var(--e-global-color-text);
  vertical-align: middle;
  flex-grow: 1;
  width: 100%;
  border-color: #818a91;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header-login-form button[type=submit] {

  background-color: var(--e-global-color-primary);
  color: #ffffff;
  flex-basis: 100%;
  min-height: 40px;
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-size: var(--e-global-typography-accent-font-size);
  font-weight: var(--e-global-typography-accent-font-weight);
  text-transform: var(--e-global-typography-accent-text-transform);
  border: none;
}

.forget-password-link {
  text-decoration: underline;
  text-align: left;
  color: #fff;
  font-family: "Roboto", Sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  text-decoration: underline;

}

.burger-menu {
  display: none;
}

html {
  scroll-behavior: smooth;
	}
	#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #4d8d6f; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 50%; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

input:invalid {
  box-shadow: 0 0 5px 1px red;
}

.heart-video{
  cursor: pointer;
  position: relative;
}
.video-popup{
  display: none;
}
.video-popup.active{
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: 23%;
  z-index: 100;
  display: block;
}
.video-popup video{
  width: 100%;
  height: 100%;
  object-fit: contain;
}


@media(max-width:768px) {

  .header {
    position: relative;
  }

  .burger-menu {
    display: block;
    float: right;
    color: white;
    margin-right: 20px;
    margin-top: 20px;
    cursor: pointer;
    font-size: 30px;
  }

  .header-login-form-wraper {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 20px;
    background-color: #324039;
    height: auto;

  }

  .header-login-form {
    flex-direction: column;

  }

  .header-login-form input {
    width: 100%;
  }

  .header-col-1,
  .header-col-2 {
    width: 100%;
  }

  .forget-password-link {
    margin-top: 20px;
    display: block;
  }
  .section-2{
margin-top: -50px;
  }

  
  .section-1-inner,
  .section-2-inner,
  .section-3-inner,
  .section-4-inner,
  .section-5-inner,
  .section-6-inner,
  .section-7-inner,
  .section-8-inner {
    flex-wrap: wrap;
  }

  .section-1,
  .section-2,
  .section-3,
  .section-4,
  .section-5,
  .section-6,
  .section-7,
  .section-8 {
    padding: 20px 0;
  }





  .section-column-25,
  .section-column-33,
  .section-column-50 {
    width: 100% !important;
  }

  .footer-column {
    width: calc(100% - 20px);
  }

  .section-1-column-1-wrap {
    padding: 40px 40px 150px 40px;
  }

  .section-1-inner,
  .section-3-inner,
  .section-4-inner,
  .section-7-inner {

    padding: 20px;
    width: 100%;
  }

  .section-1 {
    min-height: auto;
  }



  h2.title {
    font-size: 2em;
    text-align: center;
    line-height: 1.5;
  }



  .footer-column {

    padding: 10px;
  }

  .footer-inner:nth-child(2) {
    flex-wrap: wrap;
  }

  .footer-column li {
    justify-content: center;
  }

  .footer-colunn-title {
    text-align: center;
    font-size: 1.3em;
  }


  .section-1-register-form {
    padding: 20px;

    max-width: 75%;

  }

  body {
    overflow-x: hidden;
  }

  .section-4-inner>div:last-child>div:first-child {
    flex-direction: column;
  }

  .section-4-inner>div:last-child img {
    max-width: 100%;
  }

  .section-6-inner>div:first-child .icon-box {

    bottom: -40px;
    right: -20px;
  }

  .section-8-inner>div:last-child .icon-box {

    top: -25px;
    left: -10px;
  }

  .login-form .logo {
    width: 100%;
  }

  .tns-outer {
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .section-5 h2,
  .section-3 h3 {
    margin: 0;
    font-size: 2em;
  }

  .image-accordion {
    flex-direction: column;
  }

  .logo {
    padding: 0;
    padding-top: 5px;
    padding-left: 10px;
  
  }

  .logo img {
    width: 150px;
  }

  .section-3 h3,
  .section-5 h3 {
    font-size: 1.5em;
  }

  .section-3 h2,
  .section-5 h2 {
    font-size: 1.8em;
  }


  .section-5-inner .section-column-33:first-child .section-5-img,
  .section-5-inner .section-column-33:last-child .section-5-img {
    width: 80%;
    margin: auto;

  }

  .section-5-inner .section-column-33 .section-5-img {
    width: 80%;
    margin: auto;
  }

  .section-5-inner .section-column-33:nth-child(2) .section-5-box {
    width: calc(90% - 76px);
  }

  .login-form .logo {
    width: 80%;

  }

  .footer-inner{
    flex-direction: column;
  }

  .icon-box i{
    padding: 0.4em;
    font-size: 30px;
  }

  .section-5-inner{
    margin-top: 20px;
  }


}