body{
    font-family: 'Montserrat', sans-serif;
    transition: background-color 1s ease;
}
.table-responsive {
    display: table;
}
.new-footer:after {
    position: absolute;
    content: "";
    width: clamp(30px, 4.5vw, 72px);
    height: clamp(65px, 6.5vw, 121px);
    background: url(images/great-logo.png) no-repeat center;
    background-size: contain;
    top: 0;
    right: clamp(8px, 0.8vw, 20px)
}
.benefits:hover img {
    filter:  brightness(0) invert(1);
    transition: 0.5s;
}
section#single-header-area {
    background: url(images/single-header2.png);
    height: 375px;
    position: relative;
} 
.menu .menu-options .menu-option a {
    font-size: 10px;
    font-weight: 500;
    color: #969696;
}
.item-left a img {
    width: 90px !important;
    float: left;
}
img.blackstudio {
    width: 100px;
    text-align: center;
    margin: 0 auto;
}
.menu .menu-options .menu-option:hover a {
    color: #fff;
    transition: 0.5s;
}
.menu {
  width: 120px;
  z-index: 9999999999999 !important;
  box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.2);
  position: fixed;
  transition: 0.2s display ease-in;
  border-radius: 10px;
  background: #fff;
}
.menu .menu-options {
  list-style: none;
  padding: 10px 0;
  z-index: 1;
  margin-bottom: 0;
}
.menu .menu-options .menu-option {
  z-index: 1;
  padding: 3px 23px;
  cursor: pointer;
}
.menu .menu-options .menu-option:hover {
  background: rgb(48 146 210);
  transition: 0.5s;
}

.container {
    max-width: 85%;
}
.row.single-navbar {
    padding-top: 30px;
}

.row.single-breadcrump {
    text-align: center;
    padding-top: 4%;
}

.single-breadcrump h1 {
    color: #fff;
    font-size: 29px;
    font-weight: 600;
}

.single-breadcrump h1 span {
    color: #333;
    font-weight: 800;
}

.single-breadcrump p {
    color: #fff;
    font-weight: 400;
}

.navbar-brand {
    padding-right: 18%;
}

.single-navbar .navbar-light .navbar-nav .nav-link {
    color: #ffff;
    padding: 10px 24px;
    position: relative;
}
.navbar-light .navbar-nav .active>.nav-link {
    position: relative;
    font-weight: 700;
}
.navbar-light .navbar-nav .active>.nav-link::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 11px;
    background: white;
    top: -44px;
    left: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: 0.5s;
}
.single-navbar .navbar-light .navbar-nav .nav-link:hover {
    color: #333;
    transition: 0.5s;
}

.single-navbar .navbar-light .navbar-nav .nav-link:hover:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 11px;
    background: white;
    top: -44px;
    left: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    animation-name: animasyon3;
    animation-duration: 0.5s;
    animation-iteration-count: forwards;
}
@keyframes animasyon3 {
    0%   {width:0%;}
    25%  {width:25%;}
    50%  {width:50%;}
    75%  {width:75%;}
    100% {width:100%;}
}

button.btn.btn-publish {
    font-size: 14px;
    font-weight: 600;
    color: #3092d2;
    border-radius: 100px;
    border: none;
    padding: 10px 23px;
    padding-bottom: 5px;
    position: relative;
    overflow: hidden;
}


button.btn.btn-publish::before {
  content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 55px;
background-color: #333;
transform: translate(0%, -100%) skew(0deg);
transition: 0.5s;
}

button.btn.btn-publish:hover .text {
  color: #fff;
}

button.btn.btn-publish:hover::before {
  transform: translate(0%, 0) skew(0deg);
}
span.text {
    z-index: 999999;
    position: relative;
}
.row.advantage-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 9px #0000004d;
    border-radius: 10px;
}

.row.advantage-list li {
    float: left;
    width: 25%;
    text-align: center;
    padding: 25px 20px;
    position: relative;
}

.row.advantage-list {
    padding: 0;
    position: relative;
    top: 0;
    z-index: 900;
}

.img-left {
    float: left;
    width: 30%;
}

.img-right {
    float: left;
    width: 70%;
    text-align: left;
}

.img-right p {
    margin: 0;
    font-size: 13px;
    font-weight: 300;
    color: #808080;
    padding-top: 5px;
}

.img-right h4 {
    color: #616161;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding-top: 8px;
}

.row.advantage-list li:hover {
    background: #333;
    transition: 0.5s;
}

.row.advantage-list li:hover h4 {
    color: #fff;
    transition: 0.5s;
}

.row.advantage-list li:hover p {
    color: #fff;
    transition: 0.5s;
}

.row.advantage-list li:hover img {
    filter: brightness(0) invert(1);
    transition: 0.5s;
}

.img-left img {
    height: 50px;
}
.row.advantage-list li:hover:first-child {border-bottom-left-radius: 10px;border-top-left-radius: 10px;}
.row.advantage-list li:hover:last-child {border-bottom-right-radius: 10px;border-top-right-radius: 10px;}

.row.advantage-list li:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 80%;
    background: #e0e0e066;
    right: 10px;
    top: 10px;
}

.row.advantage-list li:last-child:before {
    background: none;
}

.row.advantage-list li:hover:before {
    background: none;
}
.row.advantage-list li:hover:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 28px;
    background: #333333;
    top: -19px;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


section#single-header-area:After {
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    bottom: 0;
    right: 0;
    border: 10px solid white;
    border-radius: 50%;
     animation-name: animasyon4;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}
@keyframes animasyon4 {
    0%   {bottom:0;}
    50%  {bottom:70px;}
    100% {bottom:0px;}
}

section#single-header-area:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #333;
    top: 50px;
     animation-name: animasyon5;
    animation-duration: 19s;
    animation-iteration-count: infinite;
}
@keyframes animasyon5 {
    0%   {top:80px; left: 30px}
    50%   {top:130px; left: -20px}
    100%   {top:80px; left: 30px}
}
.life-at-right img {
    width: 500px;
    position: relative;
    top: -131px;
    right: 44px;
}

section#life-at-area {
    padding: 50px 0;
    padding-top: 100px;
    position: relative;
    padding-bottom: 0;
}

.life-at-right:after {
    background: #3092d2;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    top: -75px;
    right: 0;
    position: absolute;
    content: "";
    z-index: -99;
}

.life-at-right {
    position: relative;
    text-align: right;
}

.life-at-right:hover:after {
    background: #333;
    transition: 0.5s;
}

.life-at-left h2 {
    font-size: 20px;
    font-weight: 800;
    color: #3092d2;
}

.life-at-left h3 {
    color: #515151;
    font-size: 30px;
    font-weight: 600;
}

.life-at-left p {
    font-size: 13px;
    font-weight: 300;
    padding-top: 20px;
    line-height: 24px;
}

.button-area.row .btn {
    float: left;
}
button.btn.btn-btn1 {
    background: #3092d2;
    border-radius: 100px;
    color: #fff;
    padding: 9px 18px;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 5px;
    box-shadow: 0 0 6px 0px #3092d2;
}

button.btn.btn-btn1 span {
    background: #fff;
    color: #3092d2;
    padding: 4px 9px;
    border-radius: 50%;
    font-size: 12px;
    margin-left: 10px;
}
button.btn.btn-btn1:hover {
    background: #333;
    transition: 0.5s;
}

button.btn.btn-btn1:hover span {
    color: #333;
    transition: 0.5s;
}
button.btn.btn-btn2 {
    background: none;
    border-radius: 100px;
    color: #808080;
    padding: 9px 18px;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 5px;
    border: 1px solid #808080;
    margin-left: 20px
}

button.btn.btn-btn2 span {
    background: #3092d2;
    color: #fff;
    padding: 4px 9px;
    border-radius: 50%;
    font-size: 12px;
    margin-left: 10px;
}
button.btn.btn-btn2:hover {
    background: #333;
    transition: 0.5s;
    color: #fff;
}

button.btn.btn-btn2:hover span {
    color: #333;
    transition: 0.5s;
}
.button-area {
    padding-top: 20px;
}

section#life-at-area:after {
    position: absolute;
    content: "";
    width: 280px;
    height: 400px;
    background: url(images/after1.png);
    left: 0;
    top: -51px;
    z-index: -9999;
    animation-name: animasyon7;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}
@keyframes animasyon7 {
    0%   {top:-51px;}
    50%  {top:-100px;}
    100% {top:-51px;}
}

.life-at-left {
    position: relative;
}

.life-at-left:before {
    position: absolute;
    content: "";
    width: 282px;
    height: 292px;
    background: url(images/after2.png);
    right: 80px;
    opacity: 0.2;
    animation-name: animasyon6;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}
@keyframes animasyon6 {
    0%   {right:80px;}
    50%  {right:-100px;}
    100% {right:80px;}
}

.row.single-title {
    padding-bottom: 50px;
}

.row.single-title h1 {
    color: #808080;
    font-size: 25px;
}

.row.single-title h1 span {
    color: #3092d2;
    font-weight: 700;
}

.row.single-title p {
    color: #808080;
    font-size: 15px;
    font-weight: 300;
}

section#our-benefits {
    position: relative;
    padding-bottom: 70px;
}

section#our-benefits:after {
    position: absolute;
    content: "";
    width: 341px;
    height: 257px;
    background: url(images/after3.png);
    left: 0;
    top: -126px;
    z-index: -1;
}
.benefits {
    position: relative;
    padding: 30px;
    background: #fff;
    box-shadow: 0px 0px 9px #0000002e;
    border-radius: 10px;
    background-image: linear-gradient(to left, transparent, transparent 50%, #3092d2 50%, #00c6ff);
    background-position: 100% 0;
    background-size: 201% 100%;
    transition: all 0.25s ease-in;
}

.benefits img {
    width: 53px !important;
    border-radius: 10px;
}

.benefits h4 {
    font-size: 16px;
    font-weight: 600;
    color: #3092d2;
    padding-top: 25px;
}


.benefits p {
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}
section#our-benefits .container {
    width: 100%;
    max-width: 100%;
    padding-left: 8%;
}
.item {
    padding: 10px;
}
.benefits:after {
    position: absolute;
    content: "";
    width: 139px;
    height: 127px;
    background: url(images/after4.png);
    right: 0;
    top: 0;
}

.benefits:hover {
    transition: 0.5s;
    background-position: 0 0;
}

.benefits:hover h4 {
    color: #fff;
    transition: 0.5s;
}

.benefits:hover p {
    color: #fff;
    transition: 0.5s;
}
img.b1 {
    background: #ffeccc;
}

img.b2 {
    background: #ffbbc2;
}

img.b3 {
    background: #d0fbff;
}

img.b4 {
    background: #ededed;
}

img.b5 {
    background: #ffeccc;
}
.owl-nav button {
    background: #bababa !important;
    padding: 5px 10px !important;
    border-radius: 50%;
    margin-right: 20px;
    color: #fff !important;
}

.owl-nav button:hover {
    background: #3092d2 !important;
    width: 100px;
    border-radius: 100px;
    transition: 0.5s;
}
.owl-nav {
    position: absolute;
    right: 9%;
    top: -125px;
}
button:focus {
    outline: none;
}
.owl-nav button span {
    opacity: 0;
}
.owl-nav button img {
    width: 17px !important;
    height: 12px !important;
}
section#footer-area {
    background: #e6e7e8;
    padding: 50px 0;
    position: relative;
}

.footer-logo img {width: 136px;}

ul.footer-ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

ul.footer-ul li {
    float: left;
    padding: 0 18px;
    text-align: center;
}

ul.footer-ul li a {
    color: #909090;
    font-size: 13px;
    font-weight: 500;
}

ul.footer-ul li a:hover {
    color: #3092d2;
    transition: 0.5s;
    text-decoration: none;
}

ul.footer-social {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    margin-top: 10px;
    margin-left: -16px;
}

ul.footer-social li {
    float: left;
    margin: 0 10px;
}

ul.footer-social li a {
    color: gray;
    padding: 5px 7px;
    border-radius: 50%;
    background: #e6e7e9;
    font-size: 9px;
}

ul.footer-social li a:hover {
    background: #3092d2;
    transition: 0.5s;
    color: #fff;
    box-shadow: 0px 0px 8px #3092d2;
}
section#our-benefits:before {
    position: absolute;
    content: "";
    width: 381px;
    height: 511px;
    background: url(images/after5.png);
    right: 0;
    top: -110px;
}
.social-absolute {
    width: 362px;
    background: url(images/scroll-bg3.png);
    top: -71px;
    height: 71px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.social-absoluteX {
    width: 362px;
    background: url(images/scroll-bg3.png);
    top: -71px;
    height: 71px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.mouse {
  margin: auto;
}

/* End presentation styling */
.mouse {
  box-shadow: inset 0 0 0 2px rgb(86 86 86 / 20%);
  border-radius: 100px;
  position: relative;
  height: 36px;
  width: 18px;
  margin-top: 26px;
}

.mouse:before,
.mouse:after {
  animation: mouse-wheel 1.5s ease-in-out infinite;
  background: #8e8e8e;
  border-radius: 100px;
  content: "";
  height: 4px;
  width: 4px;
  opacity: 0;
  position: absolute;
  left: 7px;
  top: 16px;
}

.mouse:after {
  animation-delay: 0.75s;
}

@keyframes mouse-wheel {
  0% {
    transform: translateY(-11px);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    transform: translateY(11px);
  }
}
section#footer-area:after {
    position: absolute;
    content: "";
    width: 71px;
    height: 121px;
    background: url(images/great-logo.png);
    right: 16px;
    top: 0px;
}

section#footer-area:before {
    position: absolute;
    content: "";
    width: 250px;
    height: 251px;
    background: url(images/after7.png);
    left: -130px;
    top: -143px;
}
.life-at-right img:hover {
    transform: scale(1.1);
    transition: 0.5s;
}
div#new-imgs:after {
    left: 0;
    right: auto;
    top: 0;
}

div#new-imgs img {
    width: auto;
    top: -140px;
    right: auto;
    transition: 0.5s;
}
div#new-imgs {
    text-align: left;
    margin-left: 50px;
}

ul.carers-listul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 40px;
    float: left;
}

ul.carers-listul li {
    float: left;
    width: 50%;
    margin-bottom: 30px;
}

.left-img {
    float: left;
    width: 80px;
    box-shadow: 0px 0px 8px #00000026;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
}

.right-text {
    float: left;
    width: 65%;
}
.position-text .life-at-left p {
    padding-right: 0;
}

.position-text .life-at-left {
    padding-right: 15%;
}

.left-img img {
    width: 40px;
    height: 40px;
}

.right-text h4 {
    font-size: 16px;
    padding-top: 9px;
    padding-left: 15px;
    line-height: 25px;
    color: #616161;
    font-weight: 500;
}

.right-text h4 span {
    color: #3092d2;
}

.left-img:hover {
    background: #3092d2;
    transition: 0.5s;
}

.left-img:hover img {
    filter: brightness(0) invert(1);
}
.row.single-title button {
    float: right;
}
.position-area .container {
    max-width: 85% !important;
    padding-left: 0 !important;
}
.position {
    background: #fff;
    box-shadow: 0px 0px 8px #00000021;
    border-radius: 10px;
    text-align: center;
    height: 480px;
    position: relative;
    padding: 30px;
}

span.rightNumber {
    position: absolute;
    background: #e6e7e8;
    padding: 3px 13px;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 19px;
    right: -13px;
    top: -13px;
}

.position h2 {
    font-weight: 600;
    font-size: 20px;
    color: #3092d2;
}

.position p {
    color: #808080;
    font-size: 13px;
    font-weight: 300;
    padding: 0 clamp(1px, 0.8vw, 20px);
    line-height: 20px;
    margin-top: 10px;
}

.position img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    filter: grayscale(100%);
    opacity: 0.7;
}
@media (min-width: 992px) {
    .position img {
        width: clamp(100px, 13vw, 260px);

    }
    
}
@media (max-width: 992px) {
    .position {
        margin-bottom: 1.5rem;
    }
}

.position:after {
    position: absolute;
    content: "";
    background: url(images/after4.png);
    width: 139px;
    height: 127px;
    left: -6px;
    top: 3px;
    transform: rotate(269deg);
}
.position:hover img {
    filter: grayscale(0);
    opacity: 1;
    transition: 0.5s;
}

.position:hover span {
    background: #3092d2;
    transition: 0.5s;
}
.position-area {
    padding-bottom: 200px !important;
}
.about-text.left {
    text-align: right;
    padding-right: 50px;
}

.about-text.right {
    text-align: left;
    padding-left: 50px;
}

section#about-area {
    padding: 70px 0;
}

.about-text img {
    width: 45px;
}

.about-text h1 span {
    color: #858585;
    font-weight: 500;
}

.about-text h1 {
    color: #3092d2;
    font-weight: 700;
    font-size: 25px;
    padding-top: 25px;
}

.about-text p {
    line-height: 26px;
    color: #808080;
    font-size: 13px;
    font-weight: 300;
}


.about-text.left:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 68%;
    background: #f3f3f3;
    right: 0;
    top: 27px;
}
.apps-back {
    height: 270px;
    border-radius: 5px;
    text-align: center;
    position: relative;
}

.apps-front {
    height: 270px;
    border-radius: 5px;
    text-align: center;
    position: relative;
}

.apps-front img {
    width: 200px !important;
    margin-top: -61px;
    display: unset !important;
    z-index: 99;
}

.section4 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 50px;
}
.row.apps-lists .item {
    padding-top: 78px !important;
}

.apps-front:after {position: absolute;content: "";width: 96px;height: 100px;background: url(images/after8.png);left: 0;bottom: -21px; animation-name: animasyon9;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}
@keyframes animasyon9 {
    0%   {bottom:-21px;}
    50%  {bottom:0px;}
    100%  {bottom:-21px;}
}   

.apps-front.apps3 {
    background: #0297fe;
}

.apps-front.apps5 {
    background: #28b2b2;
}

.apps-front.apps6 {
    background: #FEDF22;
}

.apps-front.apps7 {
    background: #FF7278;
}

.apps-front.apps1 {
    background: #6C33FF;
}

.apps-front.apps2 {
    background: #171b1f;
}

.apps-front.apps4 {
    background: #1ba6bf;
}

.apps-front.apps7 {
    background: #FF7278;
}

section#apps-list-area {
    padding-bottom: 100px;
}



.back1 {
    background: #6C33FF;
    padding: 20px;
}
.back2 {
    background: #171b1f;
    padding: 20px;
}
.back3 {
    background: #0297fe;
    padding: 20px;
}
.back4 {
    background: #1ba6bf;
    padding: 20px;
}
.back5 {
    background: #28b2b2;
    padding: 20px;
}
.back6 {
    background: #FEDF22;
    padding: 20px;
}

.back7 {
    background: #FF7278;
    padding: 20px;
}

.apps-back h1 {
    color: #fff;
    font-size: 17px;
    padding-top: 22px;
}

.apps-back h1 span {
    font-weight: 800;
}

.apps-back h4 {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}

.apps-back p {
    font-size: 11px;
    font-weight: 100 !important;
    color: #fff;
}

.apps-back a img {
    width: 80px !important;
    text-align: center;
    margin: 0 auto;
}


/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  height: 270px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}


/* Style the back side */
.flip-card-back {
  transform: rotateY(180deg);
}
.flip-card-back.apps-back .imgTop {
    position: absolute;
    width: 100px !important;
    display: unset;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 54px;
    z-index: -9;
    opacity: 0.1;
}

}
.navbar-light .navbar-nav .nav-link {
    color: #b8b8b8;
    padding: 10px 29px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #3092d2;
    transition: 0.5s;
}

.section1 .navbar {
    padding-top: 38px;
    border-bottom: 1px solid #d5d7d8;
    z-index: 90;
}

#fullpage .navbar-light .navbar-nav .active>.nav-link::after {
    background: #3092d2;
}

#fullpage .navbar-light .navbar-nav .active>.nav-link {
    color: #3092d2;
    font-weight: 600;
}

.section1 button.btn.btn-publish {
    background: #3092d2;
    color: #fff;
    z-index: 70;
}
.cover-content {
    padding-top: 9%;
}

.cover-text h5 {
    font-weight: 300;
    font-size: 35px;
    color: #909090;
}

.cover-text h4 {
    font-size: 70px;
    color: #909090;
    font-weight: 600;
}

.cover-text h2 {
    font-size: 65px;
    color: #909090;
}

.cover-text h2 span {
    color: #3092d2;
    font-weight: 800;
}

img.cover-img {
    max-width: 100%;
    position: relative;
    top: -100px;
    z-index: 60;
}
.cover-text p {
    font-size: 14px;
    color: #909090;
    font-weight: 300;
    line-height: 21px;
    margin: 0;
    padding-top: 7px;
}
.cover-buttons {
    padding-top: 30px;
}

.row.cover-content button.btn.btn-btn1 span {
    padding: 4px 8px;
    position: relative;
    top: 0;
    padding-bottom: 1px;
}


.section1:after {
    position: absolute;
    content: "";
    width: 270px;
    height: 531px;
    background: url(images/after9-1.png);
    left: 0;
    top: 190px;
    z-index: 50;
}

.section1 .navbar-light .navbar-nav .nav-link:hover:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 11px;
    background: #3092d2;
    top: -44px;
    left: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    animation-name: animasyon3;
    animation-duration: 0.5s;
    animation-iteration-count: forwards;
}
.cover-text {
    position: relative;
    padding-top: 70px;
    z-index: 99;
}

.cover-text:after {
    position: absolute;
    content: "";
    width: 298px;
    height: 207px;
    background: url(images/after10.png);
    right: 160px;
    bottom: -150px;
    animation-name: cover1;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}

@keyframes cover1 {
    0%   {right:160px;}
    50%  {right: 0px;opacity: 0.5;}
    100% {right:160px;}
}

.cover-text:before {
    position: absolute;
    content: "";
    width: 296px;
    height: 406px;
    background: url(images/after11.png);
    right: 0;
    top: 0;
    animation-name: cover2;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}

@keyframes cover2 {
    0%   {top:0;}
    50%  {top: 100px;opacity: 0.5;}
    100% {top:0;}
}
.section1 .social-absolute {
    bottom: 0;
    top: auto;
    background: url(images/scroll-bg.png);
}


#fullpage .navbar-light .navbar-nav .nav-link {
    color: #909090;
    padding: 10px 29px;
    position: relative;
    font-size: 13px;
}



.benefit-home img {
    padding: 10px;
}

.benefit-home .b1 {
    border-radius: 10px;
}
.benefit-home .b2 {
    border-radius: 10px;
}
.benefit-home .b3 {
    border-radius: 10px;
}
.benefit-home .b4 {
    border-radius: 10px;
}
.benefit-home .b5 {
    border-radius: 10px;
}
.benefit-home .b6 {
    border-radius: 10px;
    background: #d4ffcc;
}
.benefit-home h1 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    padding-top: 20px;
}

.benefit-home {
    text-align: center;
    margin: 30px 0;
    padding: 30px;
    position: relative;
    overflow: hidden;
    z-index: 50;
}

.benefit-home p {
    color: #fff;
    font-size: 13px;
    font-weight: 100;
    padding: 0 20px;
}

.benefit-home:hover {
    background: #299fed;
    transition: 0.5s;
    border-radius: 10px;
    box-shadow: 0px 0px 20px #00000070;
}

.benefit-home:hover:after {
    position: absolute;
    content: "";
    width: 103px;
    height: 118px;
    right: 0;
    top: 0;
    background: url(images/after13.png);
}
.benefit-home:hover:before{
    position: absolute;content: "";width: 96px;height: 100px;
    background: url(images/after8.png);left: -30px;bottom: -21px; animation-name: animasyon9;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    opacity: 0.5s;
}
@keyframes animasyon9 {
    0%   {bottom:-21px;}
    50%  {bottom:0px;}
    100%  {bottom:-21px;}
}   
}
.hover-new{
    position: relative;
}
.hover-new:hover:after{
    position: absolute;
    content: "";
    width: 90px;
    height: 90px;
    background: url(images/after14.png);
    left: -30px;
    top: 0;
    transition: 0.5s;
}

span.careerSpan {
    position: absolute;
    left: -100px;
    font-size: 90px;
    opacity: 0.5;
    font-weight: 700;
    top: -30px;
    color: #dadada;
}

.careers-left h1 {
    padding-top: 70px;
    color: #808080;
    font-weight: 700;
}

.careers-left {
    text-align: center;
}

.careers-left p {
    font-size: 14px;
    color: #808080;
    font-weight: 300;
}
.careers-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.crr-top span {
    font-size: 28px;
    font-weight: 700;
    color: #808080;
    position: relative;
    top: 9px;
    padding-left: 15px;
}

.crr-top img {
    width: 35px;
}

.crr-bottom p {
    padding-top: 13px;
}

.careers-left button {
    margin-top: 20px;
}
.home-job {
    box-shadow: 0px 0px 6px 0px #0000001c;
    border-radius: 10px;
    background: #fff;
    margin: 10px 0;
    padding: 30px;
    position: relative;
    overflow: hidden;
    height: 100%;
}
span.jobSpan {
    padding: 7px 13px;
    background: #3092d2;
    border-radius: 50%;
    position: absolute;
    right: 30px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    top: 30px;
}

.home-job h1 {
    font-size: 22px;
    color: #535353;
    padding-right: 2rem;
}

.home-job h1 span {
    font-weight: 700;
}

.home-job p {
    font-size: 12px;
    padding-right: 30px;
    font-weight: 300;
    color: #535353;
    position: relative;
    z-index: 30;
}
.home-job:after {
    position: absolute;
    content: "";
    width: 103px;
    height: 118px;
    background: url(images/after15.png);
    bottom: 0;
    right: 0;
    animation-name: home1;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}
@keyframes home1 {
    0%   {bottom: -30px}
    50%  {bottom:0;}
    100% {bottom:-30px;}
}

.home-job:before {
    position: absolute;
    content: "";
    width: 237px;
    height: 152px;
    background: url(images/after16.png);
    top: 24px;
    left: 50px;
    z-index: 20;
    animation-name: home2;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}
@keyframes home2 {
    0%   {left: 50px}
    50%  {left:90px;}
    100% {left:50px;}
}
.home-job button {
    z-index: 30;
    position: relative;
}

.home-job:hover {
    background: #3092d2;
    transition: 0.5s;
}

.home-job:hover h1 {
    color: #fff;
    transition: 0.5s;
}

.home-job:hover .jobSpan {
    background: #fff;
    transition: 0.5s;
    color: #3092d2;
}

.home-job:hover p {
    color: #fff;
    transition: 0.5s;
}

.home-job:hover button {
    background: #ffffff;
    color: #3092d2;
    transition: 0.5s;
}

.home-job:hover button span {
    background: #3092d2;
    transition: 0.5s;
    color: white;
}
.job-after1 {
    position: relative;
}

.job-after1:before {
    position: absolute;
    content: "";
    width: 85px;
    height: 145px;
    background: url(images/after6.png);
    top: -50px;
    left: -29px;
}

.job-after2:before {
    position: absolute;
    content: "";
    width: 85px;
    height: 145px;
    background: url(images/after6.png);
    bottom: -50px;
    right: -29px;
}
.section4 .social-absolute {
    bottom: 169px;
    top: auto;
    background: url(images/scroll-bg4.png);
}

.section3:after {
    position: absolute;
    content: "";
    width: 322px;
    height: 361px;
    background: url(images/after12.png);
    right: 0;
    top: 0;
    z-index: 20;
}
.section3 .social-absolute {
    background: url(images/scroll-bg2.png);
    bottom: 0;
    top: auto;
}
.section3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section4:hover .homeSocial{
    display: block;
}
.homeSocial:after{
    display: none;
}
.homeSocial:before{
    display: none;
}
.slider-area .item{
    height: 100vh;
    padding: 200px 100px;
    position: relative;
}
.homeSocial {
    position: absolute !important;
    bottom: 40px;
    width: 100%;
    background: #2f92d2 !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 59px 0;
    padding-bottom: 30px;
    left: 0;
}

.homeSocial .footer-logo img {
    filter: brightness(0) invert(1);
}

.homeSocial ul.footer-ul li a {
    color: #fff !important;
    font-weight: 500;
    font-size: 13px;
}

.homeSocial ul.footer-social li a:hover {
    background: #333;
    transition: 0.5s;
}
.item-left {
    float: left;
    width: 50%;
    z-index: 50;
    position: relative;
    padding-left: 70px;
}

.item-right {
    width: 50%;
    position: relative;
    top: -60px;
    text-align: center;
    float: right;
}

img.apps-icon {
    width: 80px !important;
}

.item-left h1 {
    color: #fff;
    font-size: 55px;
    font-weight: 800;
    padding-top: 30px;
    margin: 0;
}

.item-left h5 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
}

.item-left ul li {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    padding: 10px 0;
}

.item-left ul {
    padding: 25px;
}

.item-left button {
    background: #fff !important;
    color: #3091d0 !important;
}

.item-left button span {
    background: #308fce !important;
    color: #fff !important;
}

.item-left button span{
    padding-left: 7px !important;
    padding-right: 7px !important;
}

button.btn.btn-btn1 {}

.item-left button:hover {
    background: #333 !important;
    transition: 0.5s !important;
    color: #fff !important;
}

.item-img img {
    width: 400px !important;
    text-align: center;
    padding-right: 0 !important;
    margin-right: 0 !important;
    z-index: 30 !important;
    position: relative;
    top: -16px;
    left: 90px;
}

.item-img:after {
    position: absolute;
    content: "";
    width: 500px;
    height: 500px;
    background: white;
    border-radius: 50%;
    left: 84px;
    top: 50px;
    z-index: 20;
}

.item-img {
    position: relative;
}

.slider-area .item:after {
    position: absolute;
    content: "";
    width: 551px;
    height: 762px;
    background: url(images/after17.png);
    left: 0;
    top: 50px;
    z-index: 10;
}

.slider-area .item:before {
    position: absolute;
    content: "";
    width: 246px;
    height: 503px;
    background: url(images/after18.png);
    top: 0;
    right: 0;
    animation-name: animasyonx1;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}
@keyframes animasyonx1 {
    0%   {top: 0;}
    50%  {top:-50px;}
    100% {top:0;}
}
.item.bg2:after {
    background: url(images/after19.png)
}
.item.bg3:after {
    background: url(images/after20.png)
}
.item.bg4:after {
    background: url(images/after21.png)
}
.item.bg5:after {
    background: url(images/after22.png)
}
.item.bg6:after {
    background: url(images/after23.png)
}

.item.bg7:after {
    background: url(images/feel-bg.png)
}
.item-right:hover .item-img:after {
    background: #333;
    transition: 1s;
}
.section4 .mouse {
    box-shadow: inset 0 0 0 2px rgb(255 255 255 / 41%);
}

.section4 .mouse:before, .mouse:after {
    background: #fff;
}
a.navbar-brand img {width: 135px;}

section#position-lis {
    padding: 70px 0;
}

.row.title-position h1 {
    font-weight: 600;
    color: #333;
    padding-bottom: 30px;
}

.position-new {
    float: left;
    width: 100%;
    border-bottom: 1px solid #dedede;
    padding: 10px 0;
    margin-bottom: 11px;
}

.position-left-new {
    float: left;
    width: 50%;
}

.position-left-new h2 {
    font-size: 26px;
}

.position-left-new p {
    font-size: 14px;
    color: gray;
}

.position-left-new p .circle {padding: 0 10px;}

.position-right-new {
    float: right;
    width: 50%;
}

.position-right-new button {
    float: right;
    border: 1px solid #b3b3b3;
    background: none;
    border-radius: 100px;
    padding: 10px 31px;
    color: #333;
    margin-top: 9px;
}

.position-right-new button a {
    color: #333;
    font-weight: 600;
}

.position-right-new button:hover {
    background: #3092d2;
    transition: 0.5s;
}

.position-right-new button:hover a {
    color: #fff;
}
a.btn.btn-collapsenew {
    background: #3092d2;
    border: none;
    color: #fff;
    padding: 7px 17px;
    border-radius: 5px;
    padding-right: 30px;
    padding-top: 10px;
    position: relative;
}

a.btn.btn-collapsenew:hover {
    background: #333;
    transition: 0.5s;
}

.position-left-new .card {
    border: none;
    padding: 0;
    margin: 0;
    padding-top: 28px;
}
a.btn.btn-collapsenew:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 9px;
    background: url(images/caret2.png);
    top: 16px;
    right: 8px;
    transform: rotate(180deg);
}

a.btn.btn-collapsenew.collapsed:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 9px;
    background: url(images/caret2.png) !important;
    top: 16px;
    right: 8px;
    transform: rotate(0deg);
}
.card.card-body h1 {
    font-size: 20px;
    padding-bottom: 0;
    margin: 0;
}

ul.newTextUL {
    padding-left: 20px;
}

ul.newTextUL li {
    font-size: 14px;
    color: gray;
    font-weight: 300;
}
/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 999999999999999 !important; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 33px;
  color: #fff;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
.cover-text button.btn.btn-btn1 {
    padding: 10px 28px;
}

.cover-text button.btn.btn-btn1 span {
    padding: 6px 10px !important;
}
.cover-text h4 span {
    color: #3092d2;
}
.row.position-lists a {
    text-decoration: none;
}
::selection {
color: #fff;
background: #3092d2;
}
.table thead th {
    border: none;
}

.table td, .table th {
    font-weight: 400;
    font-size: 14px;
}

tr {
}

.table th {
    font-weight: 600;
}
section#new-position-list {
    padding: 70px 0;
}

section#new-position-list h1 {
    font-size: 20px;
}

section#new-position-list h1 span {
    color: #3092d2;
}
.table td a {
    color: #333;
    text-decoration: none;
}

.table td a:hover {
    color: #3092d2;
    transition: 0.5s;
    text-decoration: none;
}
section#position-single .container {
    background: #ffff;
    box-shadow: 0px 0px 9px #00000026;
    border-radius: 10px;
    position: relative;
    top: -60px;
    padding: 50px;
    max-width: 70%;
}

section#position-single .title h1 {
    text-align: center;
    font-weight: 500;
}

.positionul ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 75%;
    text-align: center;
    padding-left: 8%;
}

.positionul ul li {
    float: left;
    width: 25%;
    text-align: center;
    font-size: 14px;
    color: #5d5d5d;
}

.col-12.positionul {display: flex;justify-content: center;}

.positionul ul li svg {margin-right: 10px;}

.row.position-single-text {
    padding-top: 50px;
}

.text-areax p {
    font-size: 13px;
    padding-right: 50px;
}

.text-areax h1 {
    font-size: 19px;
    margin: 0;
}
button.btn.btn-apply-new {
    background: #3092d2;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    margin-right: 5px;
    font-weight: 600;
    padding: 10px;
}

.top-buttons {
    float: right;
    width: 100%;
}

button.btn.btn-apply-new:hover {
    background: #333;
    transition: 0.5s;
}
.row.apply-form {
    padding: 50px 0;
    padding-bottom: 0;
}

.apply-form form input {margin: 15px 0;padding: 11px;border-radius: 10px;border-color: #e6e7e9;font-size: 12px;color: #d2d2d2;}

.apply-form form input:focus {
    box-shadow: none;
    border-color: #e6e7e9;
}

.apply-form form input::placeholder {
    color: #b5b5b5;
}

.custom-file-input {
    border-color: #e6e7e9 !important;
    margin-bottom: 30px;
}

.custom-file {margin-top: 16px;}

.custom-file-label {
    font-size: 12px;
    padding-top: 10px;
    color: #b5b5b5;
    border-radius: 10px;
    border-color: #e6e7e9;
}

.custom-file-label::after {
    background: #3092d2;
    color: #fff;
    padding-top: 9px;
}

.apply-form form textarea {
    padding: 11px;
    border-radius: 10px;
    border-color: #e6e7e9;
    font-size: 12px;
    color: #d2d2d2;
    width: 100%;
    margin: 15px 0;
    height: 80px;
}

.apply-form form textarea::placeholder {
    color: #d2d2d2;
}

input#gridCheck {
    margin-top: .3rem;
    margin-left: -1.25rem;
}

label.form-check-label {
    font-size: 12px;
    color: #a2a2a2;
}

.apply-form button.btn.btn-btn1 {
    margin-top: 40px;
}
.homeSocial .footer-ul li {
    padding: 0 15px;
}
.life-at-right-new {
    background: url(images/life-small.png);
    background-size: cover !important;
    border-radius: 10px;
    height: 200px;
    position: relative;
    float: left;
    width: 100%;
}

.life-at-right-new span {
    position: absolute;
    content: "";
    background: #fff;
    padding: 6px 12px;
    border-radius: 100px;
    color: #3092d2;
    font-size: 11px;
    right: 30px;
    top: 30px;
}

.life-at-right-new:hover span {
    background: #3092d2;
    transition: 0.5s;
    color: #fff;
}
.benefits-right-areax {
    float: left;
    width: 100%;
    background: #3092d230;
    margin-top: 35px;
    padding: 20px 40px;
    border-radius: 5px;
}

.row.position-single-text h1 {}

.buttons-areax h1 {
    font-size: 18px;
    font-weight: 600;
    float: left;
    width: 100%;
}

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

.buttons-areax ul li img {
    width: 25px;
}

.buttons-areax ul li span {
    font-weight: 500;
    font-size: 14px;
    padding-left: 9px;
}

.buttons-areax ul li {padding: 10px 0;}

.benefits-right-areax h1 {
    padding-bottom: 15px;
}
.cn2 {
    width: 65%;
}

.cn3 {
    width: 30%;
    margin-right: 0 !important;
}
img.new-black {
    max-width: 100%;
    width: 150px;
    float: right;
    opacity: 0;
}

.new-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #3092d2;
    padding: 30px 70px;
}

img.new-logo-footer {
    filter: brightness(0) invert(1);
    width: 200px;
}

ul.new-footer-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

ul.new-footer-list li {
    padding: 0 20px;
}

ul.new-footer-list li a {
    color: #fff;
    font-size: 13px;
}

.row.new-footer-center p {
    color: #fff;
    font-size: 13px;
}

ul.new-footer-social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    float: left;
}

ul.new-footer-social li {
    background: #fff;
    font-size: 11px;
    margin-right: 10px;
    padding: 5px 9px;
    border-radius: 50%;
}

ul.new-footer-social li a {
    color: #3092d2;
}

ul.new-footer-social li:hover {
    background: #333;
    transition: 0.5s;
}

ul.new-footer-social li:hover a {
    color: #fff;
    transition: 0.5s;
}
.row.new-footer-bottom {
    border-top: 1px solid #278acc;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
}

p.copyright {
    font-size: 12px;
    color: #fff;
}

.row.new-footer-bottom p span a {
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.row.new-footer-bottom p span {
    text-align: center;
}
section#footer-single-new {
    position: relative;
}

section#footer-single-new .row.new-footer-bottom {
    padding-bottom: 0;
}
section#terms-area {
    padding: 70px 0;
}

h1.h1-legal {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 30px;
}

h2.heading-7 {
    font-size: 16px;
    font-weight: 400;
}

p.p-legal-2 {
    font-size: 12px;
}
.cookiealert {
    z-index: 999999999999999 !important;
}

@media (max-width: 992px) {
.positions-row {
        
    }
}