@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"),
    url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ExtraBold.woff2") format("woff2"),
    url("../fonts/Gilroy-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.woff2") format("woff2"),
    url("../fonts/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"),
    url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"),
    url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2"),
    url("../fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Thin.woff2") format("woff2"),
    url("../fonts/Gilroy-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* Reset css */
* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}
body {
  background: #ffffff;
  font-family: "Gilroy" !important;
  color: #333333;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  font-weight: 400;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
p {
  margin: 0;
  font-size: 20px;
  line-height: 32px;
}
ul.menuMg li a.active {
  color: #215ed9;
  font-weight: 600;
  box-shadow: 0px 3px 0px #215ed9;
}
a {
  color: #00bdf2;
  text-decoration: none;
  transition: all 0.5s;
}
a:hover {
  text-decoration: none;
  transition: all 0.5s;
}
/*h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #000000;
  font-family: "termina" !important;
}*/
.SearchArea a {
    color: #215ed9;
    font-size: 14px;
    text-decoration: underline;
    margin-left: 80px;
}
#exampleModalLong button.close {
    position: relative;
    margin: 19px 0px 0px;
    height: 20px;
    padding: 0;
}

.cardcontainer {
    border-radius: 0px 0px 4px 4px;
    background: #fff;
    border: 1px solid #ccc;
    height: calc(92% - 10px);
    margin-bottom: 50px;
    overflow:auto;
}

.droparea {
    padding: 20px;
    margin: 0 auto;
    display: block;
    border-bottom:1px solid #ececec;
    text-align: center;
}

    .droparea select.ddlEmployee {
        padding: 10px 4px;
        border-radius: 5px;
        border: 1px solid #e1e1e1;
    }

#bindClientData h5.panel-title {
    background: #f2f2f2;
    padding: 9px 10px;
}

#bindClientData .checkbox label input[type="checkbox"] {
    margin-right: 8px;
    margin-left: 10px;
}
#bindClientData .panel-title .checkbox label {
    font-size: 16px;
    font-weight: bold;
}
#bindClientData .panel-body .checkbox label {
    font-size: 14px;
    margin-left: 30px;
}

input.btnsubmits {
    background: #215ed9;
    border-radius: 18.6221px;
    color: #ffffff;
    padding: 7px 40px;
    width: auto;
    margin: 0px auto 0px 20px;
    border: none;
    font-size: 16px;
}

div#bindClientData {
    border-bottom: 1px solid #ececec;
}

#exampleModalLong .modal-body span {
    display: block;
    margin-left: 22px;
    margin-bottom: 10px;
    font-weight: bold;
}

.buttnprimary {
    width: 110px;
    border-radius: 30px;
    margin: 0 auto;
    color: #fff;
    background: #215ed9;
    border: none;
    padding: 7px 10px;
    font-size: 16px;
}

.copyarea {
    position:relative;
}

    .copyarea a img {
        width: 24px;
        position: absolute;
        top: 8px;
        right: 3px;
    }
#exampleModalLong .modal-header {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0;
    margin-bottom: 10px;
}

#exampleModalLong .modal-dialog {
    width:500px !important;
}

#exampleModalLong .modal-body a {
    color: #215ed9;
    font-size: 14px;
    text-decoration: underline;
}

#exampleModalLong .modal-body {
    padding: 0px 16px;
}
    #exampleModalLong .modal-body p {
        font-size: 16px;
        line-height: 30px;
    }

h1 {
  font-size: 34px;
  line-height: 45px;
}
h2 {
  font-size: 34px;
}
.stripBlue {
  background: #215ed9;
  padding: 22px 0px;
  font-size: 23px;
  text-align: center;
}
    .stripBlue p {
        font-size: 20px;
        color: #fff;
        display: inline-block;
        width: 78%;
        position: relative;
    }
    .stripBlue a {
        float: right;
        margin-left: 20px;
        position: absolute;
        right: -40px;
        top: 0px;
    }
button.close, button.close:hover {
    position: absolute;
    color: #fff !important;
    text-shadow: none;
    font-weight: normal;
    font-size: 18px;
    opacity: 1;
    right: 0px;
    top: -26px;
}

header {
    background: #ffffff;
    padding: 12px 0px;
    
}

.remembercheck {
    bottom: 0;
    position: absolute;
    width: 83%;
    top: 45px;
}
.banner {
  background: url(../images/banner-main.png) center top no-repeat;
  position: relative;
  overflow: hidden;
}
.banner {
  background: url(../images/banner-main.png) center top no-repeat;
  min-height: 950px;
  background-size: cover;
}
.bannerContent {
  text-align: center;
}
.bannerContent span {
  font-size: 32px;
  color: #000;
  display: block;
  margin-top: 40px;
  font-family: "termina" !important;
}
.bannerContent span i {
  color: #215ed9;
  font-style: normal;
}
    .bannerContent h1 {
        font-size: 58px;
        background: linear-gradient(45deg, #215ed9, #21c9d9);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        line-height: 72px;
        font-weight: 600;
        font-family: "termina" !important;
    }
.bannerContent {
  text-align: center;
  padding-top: 100px;
}
.news {
  padding: 60px 0px;
}
.newsContent span {
  display: block;
  font-size: 28px;
  line-height: 50px;
  font-family: "termina" !important;
}
.newsContent p {
  color: #666666;
  font-size: 22px;
}
.lNews a img {
  width: 100%;
}
.lNews span {
  font-size: 20px;
  line-height: 19px;
  letter-spacing: 0.04em;
  color: #215ed9;
  display: block;
  margin: 15px 0px;
  font-weight: 600;
}
.lNews p {
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #666666;
}
a.btnBlue {
  background: #215ed9;
  border-radius: 4px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 20px;
}
.lNews {
  margin-top: 50px;
}
.countBlock h4 {
  background: linear-gradient(45deg, #215ed9, #21c9d9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 30px;
  font-weight: 600;
}
.countBlock h6 {
  font-size: 15px;
  line-height: 35px;
  text-align: center;
}
.countBlock {
  width: 20%;
  float: left;
  text-align: center;
}
.countBlockMain {
  background: #e6fbfd;
  border: 6px solid #ffffff;
  border-radius: 140px;
  /* transform: matrix(1, 0, 0, -1, 0, 0); */
  float: left;
  width: 100%;
  padding: 40px 0px;
}
section.counter-section {
  padding: 80px 0px;
}
.countBlock h4 sup {
  background: linear-gradient(45deg, #215ed9, #21c9d9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: -3px;
  left: 3px;
  font-size: 35px;
}
section.iGreenTreeFamilly {
  background: linear-gradient(0deg, #ffffff 7.81%, #e6fbfd 33.33%);
  padding: 60px 0px;
}
.iGreenTreeFamillyContent h2 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 500;
}
.iGreenTreeFamillyContent span {
  display: block;
  font-size: 22px;
  margin-top: 10px;
  color: #666666;
}
.iGreenTreeFamillyContent {
  text-align: center;
  margin-bottom: 80px;
}
section.iGreenTreeFamilly .owl-dots {
  display: none;
}
section.iGreenTreeFamilly button.owl-prev span,
section.iGreenTreeFamilly button.owl-next span {
  display: none;
}
section.iGreenTreeFamilly button.owl-prev {
  background: url(../images/west_black.svg) left -4px no-repeat !important;
  width: 22px;
  height: 15px;
  margin: 0px 10px 0px 0px !important;
}
section.iGreenTreeFamilly button.owl-next {
  background: url(../images/east_black.svg) left -4px no-repeat !important;
  width: 22px;
  height: 15px;
  margin: 0px 0px 0px 10px !important;
}
section.iGreenTreeFamilly .owl-theme .owl-nav {
  margin-top: 30px;
}
section.peopleJourney {
  background: linear-gradient(180deg, #333333 43.35%, #000000 100%);
  padding: 60px 0px;
}
.iGreenTreeFamillyContentP h2 {
  font-size: 42px;
  line-height: 76px;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}
/* KEYFRAMES */

@-webkit-keyframes animateBubble {
  0% {
    margin-top: 1000px;
  }
  100% {
    margin-top: -100%;
  }
}

@-moz-keyframes animateBubble {
  0% {
    margin-top: 1000px;
  }
  100% {
    margin-top: -100%;
  }
}

@keyframes animateBubble {
  0% {
    margin-top: 1000px;
  }
  100% {
    margin-top: -100%;
  }
}

@-webkit-keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}

@-moz-keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}

@keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}

/* ANIMATIONS */

.x1 {
  -webkit-animation: animateBubble 25s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 25s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 25s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  left: -5%;
  top: 5%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x2 {
  -webkit-animation: animateBubble 20s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 20s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 20s linear infinite,
    sideWays 4s ease-in-out infinite alternate;

  left: 5%;
  top: 80%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x19 {
  -webkit-animation: animateBubble 25s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 25s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 25s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  left: -2%;
  top: 15%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x20 {
  -webkit-animation: animateBubble 30s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 30s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 30s linear infinite,
    sideWays 4s ease-in-out infinite alternate;

  left: 15%;
  top: 18%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x3 {
  -webkit-animation: animateBubble 28s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 28s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 28s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  left: 10%;
  top: 40%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x4 {
  -webkit-animation: animateBubble 22s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 22s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 22s linear infinite,
    sideWays 3s ease-in-out infinite alternate;

  right: 72%;
  top: 22%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x21 {
  -webkit-animation: animateBubble 28s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 28s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 28s linear infinite,
    sideWays 4s ease-in-out infinite alternate;

  left: 20%;
  top: 80%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x22 {
  -webkit-animation: animateBubble 22s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 22s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 22s linear infinite,
    sideWays 3s ease-in-out infinite alternate;

  right: 15%;
  top: 15%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x5 {
  -webkit-animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;

  right: 50%;
  top: 50%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x6 {
  -webkit-animation: animateBubble 21s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 21s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 21s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  left: 50%;
  top: 0;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x23 {
  -webkit-animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;

  right: 10%;
  top: 20%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x24 {
  -webkit-animation: animateBubble 21s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 21s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 21s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  left: 70%;
  top: 30%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x7 {
  -webkit-animation: animateBubble 20s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 20s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 20s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  left: 65%;
  top: 70%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x8 {
  -webkit-animation: animateBubble 22s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 22s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 22s linear infinite,
    sideWays 3s ease-in-out infinite alternate;

  left: 80%;
  top: 10%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x25 {
  -webkit-animation: animateBubble 20s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 20s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 20s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  left: 35%;
  top: 35%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x26 {
  -webkit-animation: animateBubble 22s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 22s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 22s linear infinite,
    sideWays 3s ease-in-out infinite alternate;

  right: 80%;
  top: 20%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x9 {
  -webkit-animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;

  right: 20%;
  top: 40%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x10 {
  -webkit-animation: animateBubble 26s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 26s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 26s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  left: 80%;
  top: 80%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x27 {
  -webkit-animation: animateBubble 29s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 29s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 29s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  left: 15%;
  top: 50%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x28 {
  -webkit-animation: animateBubble 26s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 26s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 26s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  right: 80%;
  top: 20%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x11 {
  -webkit-animation: animateBubble 26s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 26s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 26s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  left: 30%;
  top: 30%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}
.x12 {
  -webkit-animation: animateBubble 22s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 22s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 22s linear infinite,
    sideWays 3s ease-in-out infinite alternate;

  left: 20%;
  top: 10%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}
.x29 {
  -webkit-animation: animateBubble 36s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 36s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 36s linear infinite,
    sideWays 2s ease-in-out infinite alternate;

  left: 40%;
  top: 40%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}
.x30 {
  -webkit-animation: animateBubble 22s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 22s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 22s linear infinite,
    sideWays 3s ease-in-out infinite alternate;

  left: 40%;
  top: 15%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}
.x13 {
  -webkit-animation: animateBubble 20s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 20s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 20s linear infinite,
    sideWays 3s ease-in-out infinite alternate;

  left: 50%;
  top: 10%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}
.x14 {
  -webkit-animation: animateBubble 20s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 20s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 20s linear infinite,
    sideWays 3s ease-in-out infinite alternate;

  right: 20%;
  top: 40%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}
.x31 {
  -webkit-animation: animateBubble 40s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 40s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 40s linear infinite,
    sideWays 3s ease-in-out infinite alternate;

  left: 54%;
  top: 5%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}
.x32 {
  -webkit-animation: animateBubble 20s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 20s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 20s linear infinite,
    sideWays 3s ease-in-out infinite alternate;

  left: 20%;
  top: 5%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}
.x15 {
  -webkit-animation: animateBubble 22s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 22s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 22s linear infinite,
    sideWays 3s ease-in-out infinite alternate;

  right: 40%;
  top: 0;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}
.x33 {
  -webkit-animation: animateBubble 22s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 22s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 22s linear infinite,
    sideWays 3s ease-in-out infinite alternate;

  right: 40%;
  top: 0;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x16 {
  -webkit-animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;

  right: 20%;
  top: 50%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}
.x17 {
  -webkit-animation: animateBubble 16s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 16s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 16s linear infinite,
    sideWays 3s ease-in-out infinite alternate;

  left: 40%;
  top: 0;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}
.x38 {
  -webkit-animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;

  right: 5%;
  top: 5%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}
.x39 {
  -webkit-animation: animateBubble 16s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 16s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 16s linear infinite,
    sideWays 3s ease-in-out infinite alternate;

  left: 10%;
  top: 2%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}
.x35 {
  -webkit-animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;

  right: 30%;
  top: 10%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}
.x36 {
  -webkit-animation: animateBubble 16s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 16s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 16s linear infinite,
    sideWays 3s ease-in-out infinite alternate;

  left: 40%;
  top: 0;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}
.x40 {
  -webkit-animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;

  right: 20%;
  top: 50%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}
.x41 {
  -webkit-animation: animateBubble 16s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 16s linear infinite,
    sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 16s linear infinite,
    sideWays 3s ease-in-out infinite alternate;

  left: 40%;
  top: 0;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x18 {
  -webkit-animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;

  left: 20%;
  top: 50%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}
.x37 {
  -webkit-animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 29s linear infinite,
    sideWays 4s ease-in-out infinite alternate;

  left: 7%;
  top: 12%;

  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

/* OBJECTS */

.bubble {
  /*-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	-moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);*/

  height: 200px;
  position: absolute;
  width: 200px;
  z-index: 9;
}
.bubble img {
  width: 120px;
}

.bubble:after {
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 70%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    radial,
    center center,
    0px,
    center center,
    100%,
    color-stop(0%, rgba(255, 255, 255, 0.5)),
    color-stop(70%, rgba(255, 255, 255, 0))
  ); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 70%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 70%
  ); /* Opera 12+ */
  background: -ms-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 70%
  ); /* IE10+ */
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 70%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;

  -webkit-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);

  content: "";
  height: 180px;
  left: 10px;
  position: absolute;
  width: 180px;
  display: none;
}

.itemPeopleImage img {
  width: 100%;
}
.itemPeople {
  color: #fff;
}
.itemPeople p {
  font-size: 16px;
  line-height: 25px;
  margin: 15px 0px;
}
a.scol {
  letter-spacing: 0.04em;
  color: #215ed9;
  font-size: 18px;
}
a.scol img {
  width: 20px !important;
  display: inline-block !important;
}
.peopleJourney .owl-carousel .owl-nav.disabled {
  display: block;
}

.peopleJourney .owl-dots {
  display: none;
}
.peopleJourney .owl-nav {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 20%;
}
.peopleJourney .owl-nav span {
  display: none;
}
.peopleJourney button.owl-prev {
  background: url(../images/btn-back.svg) left top no-repeat;
}
.peopleJourney button.owl-prev {
  background: url(../images/btn-next.svg) left top no-repeat !important;
  width: 50px;
  height: 50px;
  position: absolute;
  left: -57px;
  background-size: 90% !important;
}
.peopleJourney button.owl-next {
  background: url(../images/btn-back.svg) left top no-repeat !important;
  width: 50px;
  height: 50px;
  position: absolute;
  right: -57px;
  background-size: 90% !important;
}
ul.navsLinks li {
  display: inline-block;
  margin-right: 30px;
}
ul.navsLinks li a {
  color: #aaaaaa;
  text-decoration: underline;
}
ul.navsLinks {
  display: block;
  margin-top: 30px;
}
ul.navsLinks li a.active {
  color: #215ed9;
}
.timeline-Header {
  display: none !important;
}
.timeline-Viewport {
  margin-top: 35px;
}
.timeline-Body.customisable-border {
  border: 0px !important;
}
.twitterWidget {
  margin-top: 29px;
}
.itemPeopleImage {
  position: relative;
}
.iGreenTreeFamilly section#demos {
  width: 100%;
  margin: 0px auto;
}
span.desig {
  position: absolute;
  top: 80px;
  left: 0px;
  width: 100%;
  padding-left: 20px;
}
span.desig b {
  display: block;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 37px;
  color: #333333;
  font-weight: 700;
  max-width: 210px;
}
span.desig i {
  font-style: normal;
  color: #666666;
  display: block;
  margin-top: 15px;
  width: 60%;
}
span.desig.desigRame {
  top: 40px;
}

footer {
  background: #333333;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 20px 0px;
}
footer p {
  font-size: 20px;
}
.SearchArea input {
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  height: 37px;
  padding: 0px 10px;
  width: 180px;
  margin-right: 10px;
  font-size: 16px;
}
.SearchArea {
    float: right;
    width: 90%;
    margin-top: 10px;
}
input.btnLogin {
  background: #215ed9;
  border-radius: 18.6221px;
  filter: drop-shadow(0px 14px 22px rgba(33, 94, 217, 0.38));
  text-transform: uppercase;
  color: #ffffff;
  padding: 0px 20px;
  width: auto;
  margin-right: 0px;
}
.SearchArea label input {
  width: auto;
  vertical-align: top;
  height: auto;
  margin: 6px 0px 0px 0px;
}
.SearchArea label {
  font-weight: 400;
  font-size: 14px;
}
.SearchArea label input {
  width: auto;
  vertical-align: top;
  height: auto;
  margin: 5px 2px 0px 0px;
}
.SearchArea label {
  font-weight: 400;
  font-size: 14px;
  margin: 5px 0px 0px 0px;
}
.logoMain {
  margin: 13px 0px;
}

    .logoMain img {
        width:200px;
    }

.imageBanner {
    text-align: center;
    margin-top: 75px;
}
.container.containerTop {
  z-index: 999;
  position: relative;
}
.bottomArea {
  background: url(../images/curve-bg1.png) center top no-repeat;
  background-size: cover;
  padding: 100px 0px;
  min-height: 1000px;
}



@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0);
    transform: translatey(-20px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0);
    transform: translatey(0px);
  }
}
.avatar {
  width: 120px;
  height: 120px;
  box-sizing: border-box;
  border: 5px white solid;
  border-radius: 50%;
  overflow: hidden;
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}
.avatar img {
  width: 100%;
}
.containerBottom {
  position: relative;
}
.avatarOne {
  position: absolute;
  right: 200px;
  top: 50px;
  border: 0px;
  transform: none;
  box-shadow: none;
}
.avatarTwo {
  position: absolute;
    right: 10px;
    top: 210px;
    border: 0px;
    transform: none;
    box-shadow: none;
    width: 120px;
    height: 120px;
    animation: float 2s ease-in-out infinite;
}
.avatarThree {
  position: absolute;
    right: 220px;
    top: 320px;
    border: 0px;
    transform: none;
    box-shadow: none;
    width: 150px;
    height: 150px;
    animation: float 4s ease-in-out infinite;
}
.avatarFour {
  position: absolute;
  right: 160px;
  top: 280px;
  border: 0px;
  transform: none;
  box-shadow: none;
  width: 170px;
  height: 170px;
  animation: float 8s ease-in-out infinite;
}
.avatarFour {
  position: absolute;
  right: 660px;
  top: 520px;
  border: 0px;
  transform: none;
  box-shadow: none;
  width: 170px;
  height: 170px;
  animation: float 8s ease-in-out infinite;
}
.avatarFive {
  position: absolute;
    right: 100px;
    top: 540px;
    border: 0px;
    transform: none;
    box-shadow: none;
    width: 100px;
    height: 100px;
    animation: float 8s ease-in-out infinite;
}
.avatarSix {
  position: absolute;
  right: 380px;
  top: 580px;
  border: 0px;
  transform: none;
  box-shadow: none;
  width: 120px;
  height: 120px;
  animation: float 2s ease-in-out infinite;
}
.avatarSeven {
  position: absolute;
  right: 70px;
  top: 750px;
  border: 0px;
  transform: none;
  box-shadow: none;
  width: 120px;
  height: 120px;
  animation: float 4s ease-in-out infinite;
}
.avatarEight {
      position: absolute;
    left: 70px;
    top: 610px;
    border: 0px;
    transform: none;
    box-shadow: none;
    width: 100px;
    height: 100px;
    animation: float 4s ease-in-out infinite;
}

/**/
.bouncing-text {
  position: relative;
  display: flex;
  font-size: 70px;
  font-weight: 900;
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
}

.b,
.o,
.u,
.n,
.c,
.e {
  position: relative;
  color: #fff;
  /* text-shadow: 0 3px #4361ee, 0 5px #4361ee, 0 7px #4361ee; */
  font-size: 22px;
}

.b {
  animation: bounce 2s ease infinite;
  -webkit-animation: bounce 2s ease infinite;
}

.o {
  animation: bounce 2s ease infinite 0.1s;
  -webkit-animation: bounce 2s ease infinite 0.1s;
}

.u {
  animation: bounce 2s ease infinite 0.2s;
  -webkit-animation: bounce 2s ease infinite 0.2s;
}

.n {
  animation: bounce 2s ease infinite 0.3s;
  -webkit-animation: bounce 2s ease infinite 0.3s;
}

.c {
  animation: bounce 2s ease infinite 0.4s;
  -webkit-animation: bounce 2s ease infinite 0.4s;
}

.e {
  animation: bounce 1s ease infinite 0.5s;
  -webkit-animation: bounce 1s ease infinite 0.5s;
}

@keyframes bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-55px);
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
  }
  58% {
    transform: scale(1, 1) translateY(-7px);
  }
  65% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}

@-webkit-keyframes bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-55px);
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
  }
  58% {
    transform: scale(1, 1) translateY(-7px);
  }
  65% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}

.bouncing-text:before,
.bouncing-text:after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  width: 50px;
  height: 5px;
  border-radius: 50%;
  top: 82px;
  z-index: -1;
}

.shadow,
.shadow-two {
  position: absolute;
  top: 82px;
  z-index: -1;
}

.shadow:before,
.shadow:after,
.shadow-two:before,
.shadow-two:after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  width: 50px;
  height: 5px;
  border-radius: 50%;
  top: 0;
}

.bouncing-text:before {
  left: 0;
  animation: scale 1s linear infinite;
  -webkit-animation: scale 1s linear infinite;
}

@keyframes scale {
  0% {
    transform: scaleX(1);
  }
  25% {
    transform: scaleX(0.4);
  }
  50% {
    transform: scaleX(1);
  }
  75% {
    transform: scaleX(0.9);
  }
  100% {
    transform: scaleX(1);
  }
}

@-webkit-keyframes scale {
  0% {
    transform: scaleX(1);
  }
  25% {
    transform: scaleX(0.4);
  }
  50% {
    transform: scaleX(1);
  }
  75% {
    transform: scaleX(0.9);
  }
  100% {
    transform: scaleX(1);
  }
}

.bouncing-text:after {
  left: 57px;
  animation: scale 1s linear infinite 0.1s;
  -webkit-animation: scale 1s linear infinite 0.1s;
}

.shadow:before {
  left: 116px;
  animation: scale 1s linear infinite 0.2s;
  -webkit-animation: scale 1s linear infinite 0.2s;
}

.shadow:after {
  left: 175px;
  animation: scale 1s linear infinite 0.3s;
  -webkit-animation: scale 1s linear infinite 0.3s;
}

.shadow-two:before {
  left: 232px;
  animation: scale 1s linear infinite 0.4s;
  -webkit-animation: scale 1s linear infinite 0.4s;
}

.shadow-two:after {
  left: 285px;
  animation: scale 1s linear infinite 0.5s;
  -webkit-animation: scale 1s linear infinite 0.5s;
}
.animiated-text {
  display: inline-block;
}
.animiated-text .letter {
  background-color: #ffffff;
  padding: 5px;
  color: #215ed9;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  border-radius: 4px;
  display: inline-block;
  min-width: 28px;
  text-align: center;
  -webkit-animation: 2s wave forwards infinite;
  animation: 2s wave forwards infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.animiated-text .letter:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.animiated-text .letter:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.animiated-text .letter:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.animiated-text .letter:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.animiated-text .letter:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

@-webkit-keyframes wave {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes wave {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .stripBlue {
    position: relative;
  }
  .stripBlue a {
    position: absolute;
    top: -14px;
    right: 13px;
  }
  .SearchArea {
    width: 100%;
    position: relative;
  }
  .SearchArea input {
    width: 100%;
    margin-bottom: 13px;
  }
  input.btnLogin {
    margin-top: 30px;
  }
  .SearchArea label {
    position: absolute;
    bottom: 60px;
    left: 0px;
  }
  .logoMain {
    margin: 3px 0px 23px 0px;
    text-align: center;
  }
  .logoMain > img{ max-width:100%;}
  .bannerContent span {
    line-height: 50px;
  }
  .bannerContent h1 {
    font-size: 37px;
    line-height: 50px;
  }
  .bannerContent span {
    font-size: 26px;
    line-height: 40px;
  }
  .imageBanner img {
    width: 100%;
  }
  .banner {
    min-height: 640px;
  }
  .countBlock {
    width: 100%;
    margin: 20px 0px;
  }
  .countBlock h4 {
    font-size: 33px;
  }
  .countBlockMain {
    border-radius: 30px;
  }
  .news {
    padding: 0px 0px 40px 0px;
  }
  .newsContent span {
    font-size: 33px;
    line-height: 43px;
    font-weight: 500;
  }
  a.btnBlue {
    width: 100%;
  }
  .newsContent {
    margin-top: 40px;
  }
  section.counter-section {
    padding: 80px 0px 20px 0px;
  }
  .iGreenTreeFamillyContent h2 {
    font-size: 32px;
    line-height: 39px;
  }
  .iGreenTreeFamilly section#demos {
    width: 100%;
  }
  .iGreenTreeFamillyContent {
    margin-bottom: 50px;
  }
  .iGreenTreeFamillyContentP h2 {
    font-size: 32px;
    line-height: 39px;
  }
  .peopleJourney .owl-nav {
    left: 0px;
    width: 87%;
    top: -17%;
  }
  .peopleJourney button.owl-prev {
    left: 233px;
  }
  .iGreenTreeFamillyContentP h2 {
    margin-bottom: 100px;
  }
  span.desig b {
    font-size: 25px;
    line-height: 33px;
  }
  span.desig i {
    font-size: 16px;
  }
  .avatar {
    position: static !important;
    margin: 30px auto;
  }
}

.modal-backdrop.fade,
.fade {
  opacity: 1 !important;
}
.modal-backdrop {
  background-color: #0000008c;
}
.modal-dialog {
  margin: 70px auto;
}
.modal.fade .modal-dialog {
  transform: inherit;
}
.modalContent {
  text-align: center;
}
.modalContent h2 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
}
.modalContent span {
  display: block;
  font-size: 22px;
  margin: 10px 0px 20px 0px;
}
.modal-header {
  border-bottom: 0;
}
.modal-header .close {
  margin-top: -9px;
  opacity: 1;
}
button.close span {
  font-size: 41px;
  color: #333;
  opacity: 1;
  line-height: 100%;
}
.modalContent {
  padding: 0px 40px 40px 40px;
}
.modalContent p {
  font-size: 17px;
  line-height: 25px;
}
.iGreenTreeFamilly .owl-carousel.owl-drag .owl-item .item {
  padding: 50px;
}

.iGreenTreeFamilly .owl-carousel .owl-item img:hover {
  transform: scale(1.1);
}
.iGreenTreeFamilly .owl-carousel .owl-item img {
  transition: transform 0.2s;
}

.imagenews {
  width: 100%;
  height: 100px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
  box-shadow: 0px 3px 3px #ececec;
  display: flex;
  align-items: center;
  align-content: flex-start;
  justify-content: center;
  margin-bottom: 10px;
}

.lNews a {
  background: #215ed9;
  border-radius: 4px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 20px;
}
.lNews p {
    font-size: 16px;
    letter-spacing: 0.04em;
    color: #666666;
}

/* NY 29sep */
.topName{
    float: right;
    padding-top:15px;
  position: relative;

}
.lblUserName {
    font-weight: normal;
    cursor: pointer;
}
.profilespan{
  width:35px; height:35px; background-color:#000; display:inline-block; 
  border-radius:50%; text-align: center; line-height: 34px; color: #fff;
}
.drop_down {
    position: absolute;
    text-align: left;
    display: none;
    padding: 10px;
    z-index: 10;
    box-shadow: 0 0 3px rgb(0 0 0 / 20%);
    border-radius: 4px;
    background: #fff;
    right: 0;
    width: 150px;
    top: 43px;
}
.dashboardbtndiv:hover {
    background-color: #215ed9;
    color: white;
}
.logoutbutton, a.emplink {
    background-color: white;
    color: black;
    border: none;
    display: block;
    width: 100%;
    text-align: left;
    padding: 3px 0px 6px;
}

.top_nav {
    background-color: #F5F5F5 !important;
    border: 0;
    margin-bottom: 0;
    padding: 0 !important;
}
.navbar-toggler{
  display:none;
}
.top_nav .navbar-nav>li>a{
  font-size:20px; padding:20px 53px !important; color:#000000 !important; line-height:normal; display: inline-block;
}
.top_nav .navbar-nav>li:first-child>a{ padding-left:0 !important; }
.top_nav .navbar-nav>li:last-child>a{ padding-right:0 !important; }


.carousel-banner .carousel-item .container {
  max-width:1170px; 
}
.carousel-banner #carouselExampleCaptions{ min-height:300px; }
.carousel-banner .slide_1 { position: relative; min-height:300px;
  background: linear-gradient(271deg, #54E3F0 7.91%, #9966CC 91.94%);
}
.carousel-banner .slide_1:after{
  content:''; width:289px; height:191px; position:absolute; top:0; right:0;
  background:url(../images/banner-topLeft.svg);
}
.carousel-banner .slide_1:before{
  content:''; width:207px; height:134px; position:absolute; bottom:0; right:40%;
  background:url(../images/banner-center.svg);
}
.carousel-banner .carousel-caption{ position:static; float:left; padding:0;
  text-align: left; left:0%; top:0%; width:30%; margin-top:50px;
}
.carousel-banner h5{
font-family: 'Gilroy' !important;
font-size: 36px;
color: #FFFFFF; padding-bottom:25px;
}
.carousel-banner p{
  font-size: 12px; line-height: 14px; letter-spacing: 0.04em; color: #FFFFFF;
}
.carousel-banner .crsel_img{
  float: right; margin-top:6px; margin-right:10%; max-width:100%; position:relative; z-index:1;
}
.slide_1 span{
  position:absolute; top:30%; left:44%; color:#fff; line-height:28px;
}
.slide_1 span strong{ 
font-family: 'Gilroy';
font-weight: 600;
}

.carousel-banner .carousel-indicators {
  right: 0;
  bottom: 0; top:0; margin:auto; height:40px;
  left: auto; align-items: center;
  padding-left: 0;
  margin-right: 5%;
  list-style: none; width:14px; display:block; width:14px;
}
.carousel-banner .carousel-indicators li{
  width:10px; height:10px !important; border:solid 1px #fff !important; background:#fff; border-radius:50%; 
  float: left; margin:5px 0;
}

.carousel-banner .slide_2{ min-height:300px;
  background-color:#192233;
}
.carousel-banner .slide_2 .caption_box2{
  margin:50px 5% 20px 0%; width:30%; float: left;
}
.carousel-banner .slide_2 .banner_Txtboxes{ padding-top:32px;
  display: flex; width:62%; justify-content: space-between;
}
.carousel-banner .slide_2 .banner_Txtboxes>div{
  width:30%; background: #ECFDFF; padding:30px 5px 20px 20px;
  border-radius: 12px; position: relative; min-height:220px;
}
.carousel-banner .slide_2 .banner_Txtboxes>div::after{
  content:''; background:url(../images/common-boxBg.svg); width:117px; height:96px;
  position: absolute; right:0; bottom:0;
}
.slide_2 .banner_Txtboxes>div h6{ font-size: 17px;
  line-height: 19px; font-family:'Gilroy' !important; padding-bottom:10px;
  color: #333333;
}
.slide_2 .banner_Txtboxes>div a{
  color:#000; font-size:14px; display:block; padding:0 0 2px;
}

.submtbtn {
    background: #215ED9;
    color: #fff;
    font-size: 14px;
    border-radius: 21.5px;
    padding: 8px;
    min-width: 150px;
    text-align: center;
    float: right;
}

#feedbackform .modal-content {
    text-align:center;
}

#feedbackform .modal-footer {
    margin: 0 auto;
    border:none !important;
}

#feedbackform .modal-body {
    padding: 40px 30px;
}
/*
.servces_sec {
  padding-top:60px; padding-bottom:90px;
}
.servces_sec ul{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.servces_sec ul li{
  width:13%; border-radius: 12px; text-align:center; 
  position: relative;
}
.servces_sec ul li div{
  padding-top:20px; padding-bottom:20px; min-height:115px;
  background: #ECFDFF;border-radius: 10px; margin:2px; position: relative; z-index:1;
}
.servces_sec ul li:before{ content:''; width:100%; height:100%;
  background: rgb(175,242,248);border-radius: 12px;
  background: linear-gradient(0deg, rgba(175,242,248,1) 0%, rgba(234,220,245,1) 100%);
  top:0; left:0; position: absolute; 
}
.servces_sec ul li figure{
  position: relative; z-index:1; min-height:46px;
}
.servces_sec ul li p{
  font-size: 12px; line-height: 12px; font-weight:600; position: relative; z-index:1;
  text-align: center; letter-spacing: 0.08em; color: #333333;
}*/
.contest_sec {
    padding-top: 106px;
    padding-bottom: 70px;
    position: relative;
    min-height: 400px;
    background: linear-gradient(307deg, #EADCF5 23.98%, #AFF2F8 87.15%);
}
.contest_sec:after {
  content:''; width:400px; height:350px; position: absolute; right:0; bottom:0;
  background:url(../images/contest_borderBg.svg); 
}
.contest_sec:before {
  content:''; width:234px; height:119px; position: absolute; left:5%; top:30%;
  background:url(../images/contest_dotted.svg); 
}
.contest_sec h2{
  font-family: 'Gilroy' !important; font-weight:600;
  font-size: 36px;
  line-height: 42px; padding-bottom:90px;
  text-align: center;
  color: #333333;
}
.submit_contest{ display:flex;
  width:90%; background-color:#fff; border-radius:20px; position:relative; z-index:1; padding-right:3%;
  margin-bottom:32px; margin-top:1px; margin-left:5%; align-items:center;
}
.submit_contest figure{
  margin-bottom:0;
}
.contest_txt{
  width:50%; padding-left:35px;
}
.submit_contest h4{
  color:#215ED9; font-family:'Gilroy' !important; font-weight:600; font-size:18px;
}
.submit_contest p{
  font-size:13px; color:#333333;
}
.contst_sbmt{ width:25%; }
.contst_sbmt a{
  background:#215ED9; color:#fff; font-size:14px; border-radius: 21.5px; padding:8px; min-width:150px; 
  text-align:center; float: right;
}


.grpBlock {
  padding:60px 0 0;
  background: linear-gradient(180deg, #F5F8FF 0%, rgba(245, 248, 255, 0) 100%);
} 
.blockVideo video {
  height: 335px;
}
.vdo_linkBox {
  background: #FFFFFF;
  border-radius: 16px; padding:25px;  
}
h2.vdoHdng {
  font-size: 20px;
  line-height: 100%;
  padding-bottom: 14px;
  color: #333;
  border-bottom: 2px solid #f0f0f0; font-family:'Gilroy' !important;
}
a.btnsl {
  color:#215ED9;
  font-weight: 400;
  float: right;background: #E6FBFD;
  border-radius: 22px;
  padding: 3px 20px; font-size:12px; font-weight:600;
}


.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

ul#VideoSection {
  display: block;
  padding-top: 0px;
}
.grpBlock ul.nav.nav-tabs {
  max-height: 274px; overflow-y:scroll; overflow-x:hidden;
  padding-top: 19px;
}
ul#VideoSection li:first-child {
  border-top: 0px;
}
li.nav-item.itemVideo {
  padding: 10px 0px 7px 0px;
  border-top: 1px solid #e7e7e7;
}
li.nav-item.itemVideo .nav-link {
  border: 0;
  padding: 0px; display: flex;
  align-items: center;
}
li.nav-item.itemVideo a {
  color: #515151;
}
li.nav-item.itemVideo video {
  width: 130px !important;
}
li.nav-item.itemVideo .border-left {
  padding-right: 0px;
}
.col-sm-8.col-12.border-left {
  width: 62% !important;
  display: inline-block;
  vertical-align: top; border:0; 
}
li.nav-item.itemVideo a p {
  font-size: 12px; line-height: 14px; letter-spacing: 0.04em; color: #666666;
}

.opinion_sec{
  padding:80px 0 70px;
}
.opinion_sec h2{
font-size: 36px;
text-align: center;
color: #333333;  
}
.opinion_sec .opinion_form{
  width:90%; margin-left:5%;
  background: #FFFFFF; border: 2px solid #E4E4E4; border-radius: 26px;
  padding:45px 70px; margin-top:50px;
}
.opinion_sec .opinion_form label{
  font-weight:600;
}
.opinion_sec .opinion_form .form-control{
  background:#F5F5F5; border: 1px solid #DDDDDD; border-radius: 5px; min-height:44px;
}
.opinion_sec .opinion_form select.form-control{
  appearance:none; -moz-appearance:none; -webkit-appearance:none; -ms-progress-appearance:none;
  background:#F5F5F5 url(../images/select-arrow.png); background-repeat:no-repeat; background-position:98% center;
}
.opinion_btns{
  padding:20px 0 0;
}
.opinion_btns .btn{
  border: 1px solid #215ED9; border-radius: 21.5px; padding-left:28px; padding-right:28px;
}
.opinion_btns .btn-scrnsht{
  color:#215ED9; border:solid 1px #215ED9; background:#fff;
}
/* .opinion_btns .btn-scrnsht:hover {background:#215ED9; color:#fff;} */
.opinion_btns .btn-fdbck{ margin-left:10px;
  background:#215ED9; color:#fff;
}
/* .opinion_btns .btn-fdbck:hover{color:#215ED9; border:solid 1px #215ED9; background:#fff;} */





/* Responsive for EmployeePortal page */
@media only screen and (max-width: 767px) { 
  .topName {
    padding-top: 5px;
    width: 100%;text-align: center;
  }
  .drop_down { right: calc(50% - 75px); text-align: center; }
  .slide_1 > span { position: static; padding: 10px 0 0 20px; display: inline-block; }
  .carousel-banner .carousel-caption {
    display: block !important;
    position: static; padding:10px 20px;
  }
  .carousel-banner .slide_1 h5{ display:none; }
  .carousel-banner .slide_1 .crsel_img { margin-top: 0; margin-right: 0; width: 280px;}
  .carousel-banner h5{ padding-bottom:10px; }
  .carousel-banner .slide_2 .caption_box2 {
    margin:0%; width: 100%; padding: 20px;
  }
  .carousel-banner .slide_2 .banner_Txtboxes { padding: 0px 20px 20px; width:96%; }
  .carousel-banner .slide_2 .banner_Txtboxes>div {
    width: 32.5%;
    padding: 20px 5px 20px 10px;
    min-height: 180px;
  }
  .servces_sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .servces_sec ul{ display:block; }
  .servces_sec ul li { width:44%; margin:10px 3%; float:left; }
  .servces_sec ul li:last-child{ margin-left:28%; }
  .contest_sec { padding-top: 60px; padding-bottom: 50px; } 
  .contest_sec h2{ padding-bottom:40px; }
  .submit_contest{ width:100%; margin-left:0; display:block; padding:0; border-radius:30px; }
  .submit_contest figure, .submit_contest figure img{ width:100%;}
  .contest_txt {
    width: 100%;
    padding: 15px 0 0 20px;
}
.contst_sbmt {
  width: 100%; padding:10px 20px 30px;
  display: block;
}
.contst_sbmt a{ display: inline-block; float: none;} 
.opinion_sec h2{ font-size:32px; }
.opinion_sec .opinion_form{ width:100%; margin-left:0; padding:25px 20px; }
.opinion_btns{ padding-top:5px;}
.opinion_btns .btn{ width:100%; }
.opinion_btns .btn-fdbck {
  margin-left: 0;
  background: #215ED9;
  color: #fff;
  margin-top: 15px;}

  .top_nav .navbar-toggler{ display:block; }  
  .navbar-expand-lg>.container{ display:block; }
  .navbar-expand-lg>.container .row{ margin:10px 0; padding-left:10px; padding-right:10px; display:block; }
  .top_nav .navbar-nav{ margin-top:10px; margin-bottom:10px; }
  .top_nav .navbar-nav>li>a {
    display: block;
    padding: 15px 0 !important;
  }
  .grpBlock { padding: 30px 0 0;}
  .blockVideo video {
      height: 235px;
  }
  .iGreenTreeFamilly .owl-carousel.owl-drag .owl-item .item {
    padding: 20px;
}


}


.rightMenu {
    float: right;
    padding: 18px 10px; cursor:pointer;
}
.rightMenuContainer { width:315px; position:fixed; right:0px; height:100%; overflow:auto; z-index:999999; top:0px;
                      box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
                      transition:all .4s ease; background:#fff;
    transform: translateX(315px);
    -webkit-transform: translateX(315px);
    -ms-transform: translateX(315px);
}
    .rightMenuContainer.active {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
    }
    .rightMenuContainer ul{ display:inline-block;width:100%; padding-top:15px;}
    .rightMenuContainer ul a {
        padding: 12px 20px;
        font-size: 16px;
        color: #000;
        border-top: solid 1px #d1d1d1;
        display: inline-block;
        width: 100%;
    }
.darkOverlay {
    position: fixed; display:none;
    z-index: 99999;
    background: rgba(0,0,0,.5); width:100%; height:100%; top:0px; left:0px;
}
.rightMenuContainer.active + .darkOverlay{ display:block; }
.CrossSideBar {
    display: flex;
    justify-content: flex-end;
    padding: 8px 5px;
    margin-bottom: -13px;
}
.rightMenuContainer li:hover {
    background-color: #d1d1d1;
}
.imageBanner a img {
    border-radius: 20px;
}

.servces_sec {
    padding-top: 60px;
    padding-bottom: 90px;
    border-top: 1px solid #ccc;
}
    .servces_sec ul {
        display: flex;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 100px;
    }
.servces_sec ul li {
    border-radius: 12px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}


.servces_sec ul li::before {
    content: "";
    width: 100%;
    height: 92%;
    background: rgb(175, 242, 248);
    border-radius: 12px;
    background: linear-gradient(0deg, rgba(175, 242, 248, 1) 0%, rgba(234, 220, 245, 1) 100%);
    top: 0;
    left: 0;
    position: absolute;
}
.servces_sec ul li div {
    padding: 20px 7px 0px;
    min-height: 115px;
    width: 100px;
    background: #ecfdff;
    border-radius: 10px;
    margin: 2px;
    position: relative;
    z-index: 1;
}
.servces_sec ul li figure {
    position: relative;
    z-index: 1;
    min-height: 46px;
}

.servces_sec ul li p {
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    position: relative;
    z-index: 1;
    text-align: center;
    letter-spacing: 0.08em;
    color: #333333;
}

    .servces_sec ul li p a {
        color: #333;
    }














@media only screen and (min-width: 1700px) and (max-width: 2500px) {
    .banner {
        min-height: 1130px;
        background: url(../images/banner-main.png) center -150px no-repeat;
        background-size: cover;
    }

    .cardcontainer {
        height: calc(100% - 10px);
    }
    .servces_sec {
        min-height: 712px;
    }
    }