/*
========================
Header area start
========================
*/

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700;900&display=swap');

body {	
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;    
	background: #fff;
	color: #333333;	
}

a:hover {
    text-decoration: none;
}

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

img {
    max-width: 100%;
}

input:focus,
input:focus,
button:focus {
    outline: none;
}
/*
::selection {
    color: white; 
    background: #f0d21c;
}

::-webkit-selection {
    color: white; 
    background: #f0d21c;
}

::-moz-selection {
    color: white; 
    background: #f0d21c;
}
*/

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0,0,0,.5);   
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {   
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);   
}

.navbar {
    background-color: transparent;
    padding: 20px 0 10px;
    padding-left: 5%;
}

.navbar-nav .nav-item .nav-link {
    font-size: 25px;
    font-weight: 900;
    color: #fff;
    padding: 0 25px;
    text-transform: uppercase;
    display: block;
}

.navbar-brand {
    margin-right: 50px;
}

/*hamburger*/

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #fff; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }


.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }


/*
========================
banner area start
========================
*/

.carousel-caption {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    left: 5%;
	right: 5%;
}

.carousel-caption > i {
    width: 250px;
    height: 250px;
    line-height: 250px;
    border-radius: 50%;
    text-align: center;
    background-color: rgb(212 203 191 / 27%);
    backdrop-filter: blur(10px);
    font-size: 80px;
    color: #484542;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
	border: 1px solid #283d4570;
}

.carousel-caption span {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: #f0d21c;
    display: block;
    margin-bottom: 10px;
}

.carousel-caption h2 {
    font-size: 110.37px;
	letter-spacing:4.2px
    line-height: 111.07px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.carousel-caption p {
    font-size: 44.32px;
    line-height: 41.59px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}

.carousel-caption p i {
    margin-left: 20px;
    font-size: 50px;
}

.carousel-control-prev-icon {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.carousel-control-next-icon {
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
}

/*modal*/

.videomodal {   
    left: 50%;
    top: 50%;   
    position: fixed;
    z-index: 500;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 0;
}

.videomodal.size-m {
    width: 700px;
    height: 500px;
}

.videomodal.size-l {
    width: 700px;
    height: 500px;
}

.modal.size-s {
    width: 500px;
    height: 300px;
}

.modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.6;
    top: 0;
    left: 0;
    z-index: 100;
}

.modal-close {
    color: #fff;
    font-size: 40px;
    line-height: .5;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    cursor: pointer;
    transform: translateY(-150%);
}

/*
========================
video area start
========================
*/

.content-area,
.client-area,
.HowItWorks-area {
    background-color: #f0d21c;
}

.video-area {
    background-image: url(images/01.png);
    background-repeat: no-repeat;
    background-size: 100% 102%;
    background-position: center;
    padding: 100px 10% 200px;
    display: flex;
    justify-content: center;
}

.video-item {
    margin-right: 35px;
    position: relative;
    width: 50%;
}

.video-item2 {
    width: 50%;
	margin-top: 10px;
}

.video-item h2 {
    font-size: 42.64px;
    letter-spacing: 2px;
    font-weight: 800;
    line-height: 74.66px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    position: relative;
}

.video-item span {
    height: 185px;
    width: 185px;
    border-radius: 50%;
    background-color: #f0d21c;
    display: block;
    position: absolute;
    top: -50%;
    left: -6%;
}

.video-item2 h2 {
    font-size: 49.67px;
    font-weight: 400;
    line-height: 53.57px;
    color: #f0d21c;
    margin: 0;
}

/*
========================
work area start
========================
*/

.work-area {
    padding: 70px 8% 40px;
}

.work-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 600px;
    margin-bottom: 30px;
    padding-left: 40px;
}

.work-item h2 {
    font-size: 89.13px;
    font-weight: 900;
    color: #202C60;
    line-height: 83.63px;
    margin-bottom: 15px;
}

.work-item p {
    font-size: 41.44px;
    font-weight: 400;
    line-height: 38.89px;
    color: #fff;
}

.work-item h5 {
    font-size: 68.72px;
    font-weight: 900;
    line-height: 64.48px;
    color: #202C60;
}

.work-item h6 {
    font-size: 30px;
    font-weight: 300;
    line-height: 38.89px;
    color: #fff;
}

.work-item2 {
    position: relative;
    min-height: 530px;
    margin-bottom: 30px;
}

.work-item2 img {
    width: 100%;
    min-height: 530px;
    border-radius: 5%;
}

.work-item2 i {
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 50%;
    text-align: center;
    color: #283d45;
    font-size: 45px;
    background-color: rgb(212 203 191 / 27%);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
	border: 1px solid #283d4570;
}

.work-item3 {
    padding: 30px;
    background-color: #202C60;
    min-height: 530px;
    margin-bottom: 30px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.work-item3 h3 {
    font-size: 52.58px;
    font-weight: 700;
    line-height: 52.58px;
    color: #fff;
    margin-bottom: 25px;
}

.work-item3 p {
    font-size: 28px;
    font-weight: 300;
    line-height: 38.89px;
    color: #fff;
    margin-bottom: 0;
}

.work-area h5 {
    text-align: center;
    font-size: 1.5rem;
}
.work-area h3 {
    text-align: center;
    font-size: 2.2rem;
}
.work-area .col-xl-4.col-md-6 {
    margin: 20px 0px;
}
p.work-title{
    color: #283d45;
    font-size: 35px;
    background-color: #d4cbbfa8;
    backdrop-filter: blur(10px);
    position: absolute;
    top: 93%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    width: 95%;
    text-align: center;
    border-radius: 5px;
}
.work-list {
    width: 80%;
    margin: auto;
}
.work-list ul li {
    width: 50%;
    float: left;
}
.fa-check:before {
    color: green;
    font-size: 22px;
    padding-right: 10px;
}
li.grey .fas {
    visibility: hidden;
}
li.grey {
    color: #888686;
}




/*
========================
client area start
========================
*/

.client-area-inner {
    background-image: url(images/10.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 150px 0 220px;
    
}

.client-area {
    display: none;
    position: relative;
    z-index: 22222;
}

.client-area:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    background-color: #f0d21c;
    top: 0;
    left: 0;
    z-index: -111;
}

.client-area h2 {
    font-size: 89.13px;
    font-weight: 900;
    line-height: 83.63px;
    color: #f0d21c;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
	padding: 30px 0px;
}

.owl-carousel {
    width: 80%;
    margin: auto;
}

.client-item {
    background-color: #f0d21c;
    padding: 25px;
    border-radius: 5px;
}

.client-item .media {
    margin-bottom: 20px;
}

.client-item .media span {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background-color: #ffffff;
    display: block;
    margin-right: 25px;
}

.client-item .media h3 {
    font-size: 63.56px;
    font-weight: 900;
    line-height: 59.63px;
    color: #ffffff;
}

.client-item p {
    font-size: 26px;
    font-weight: 300;
    line-height: 38.89px;
    color: #fff;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    font-size: 45px;
    color: #f0d21c;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    border: 4px solid #ffffff;
    position: absolute;
    top: 50%;
    right: -10%;
    transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    font-size: 45px;
    color: #f0d21c;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    border: 4px solid #ffffff;
    position: absolute;
    top: 50%;
    left: -10%;
    transform: translateY(-50%);
}

/*
========================
HOw it Works area start
========================
*/

.HowItWorks-area p {
    color: #202C60;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 1.5;
    text-align: justify;
}

.HowItWorks-area h2,
.work-area h2 {
    font-size: 89.13px;
    font-weight: 900;
    line-height: 83.63px;
    color: #202C60;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
    padding: 20px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    z-index: 120;
    position: relative;
}
.HowItWorks-area h4,
.work-area h4{
    line-height: 45.57px;
    font-size: 2rem;
    text-align: center;
    width: 80%;
    margin: auto;
    text-transform: uppercase;
}

.HowItWorks-area .row,
.work-area .row{
    padding: 2rem 0rem;
}

span.connect-text {
    margin-top: 30px;
    font-weight: 700;
    text-align: justify;
    border-bottom: 20px solid #fff;
    height: 35px;
    display: inline-block;
    padding: 0 10px;
}


.HowItWorks-area .col-6 {
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.HowItWorks-area .col-6 img {

    border-radius: 25px;
	width:100%;
}

span.white-border {
    border-bottom: 20px solid #fff;
    height: 40px;
    display: inline-block;
    padding: 0 20px;
}
.img-connect{
    width: 70%;
    margin: -103px auto -243px auto;
}

.connect-text-bottom {
    height: 74px!important;
    padding: 0px!important;
    margin-bottom: 20px;
}

/*
========================
wave area start
========================
*/
    
section.wave-area {
    background: url(images/wave1.png);
    height: 212px;
    background-size: 100% 100%;
}

/*
========================
result area start
========================
*/


.result-area {
    padding: 70px 10% 0;
    padding-right: 5%;
	display: none;
}

.result-item {
    margin-bottom: 50px;
}

.result-item-inner {
    width: 100%;
    height: 800px;
    background-color: #202C60;
    margin-bottom: 15px;
}

.result-item-inner2 {
    display: flex;
    margin-bottom: 10px;
}

.result-item-inner2 span:first-of-type {
    width: 30%;
    height: 90px;
    background-color: #202C60;
}

.result-item-inner2 span:last-of-type {
    width: 70%;
    height: 90px;
    background-color: #f0d21c;
}

.result-item2-inner3 {
    margin-top: 100px;
    position: relative;
}

.result-item2-inner {
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background-color: #202C60;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-20%, -50%);
}

.result-item2-inner2 {
    position: absolute;
    top: 41.5%;
    left: 47%;
    transform: translate(-5%, -50%);
}

.result-item2 h2 {
    font-size: 78.13px;
    font-weight: 800;
    line-height: 80.63px;
    letter-spacing: 1.2px;
    color:#f0d21b;    
}

.result-item2 p {
    font-size: 32.83px;
    font-weight: 400;
    line-height: 36.44px;
    color: #f0d21b;
}

/*
========================
result area start
========================
*/

.posting-area {
    background-image: url(images/back3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 300px 0;
    padding-left: 17%;
}

.posting-item h2 {
    font-size: 116.86px;
    line-height: 109.64px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 40px;
}

.posting-item p {
    font-size: 65px;
    line-height: 70px;
    font-weight: 400;
    color: #fff;
}

.posting-item p span {
    color: #f0d21c;
}

/*
========================
pricing area start
========================
*/
/*
.pricing-area {
    margin-top: -110px;
}
*/


.pricing-area .inner-container {
    display: flex;
    justify-content: center;
}
.inner-container h2 {
    font-size: 110.1px;
    font-weight: 900;
    line-height: 103.3px;
    color: #202C60;
    margin-bottom: 50px;
    text-align: center;
}

.pricing-item {
    padding: 50px 40px 30px 40px;
    background-color: #202C60;
    height: 600px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.pricing-item h3 {
    font-size: 59.69px;
    font-weight: 700;
    line-height: 67.47px;
    color: #f0d21c;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.pricing-item ul li {
    font-size: 30.53px;
    line-height: 46.39px;
    font-weight: 400;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.pricing-item ul li i {
    height: 20px;
    width: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    font-size: 8px;
    color: #00b8f1;
    margin-right: 15px;
    margin-top: 10px;

}

/*blob effect*/
*, *:before, *:after {
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
 .buttons {
   text-align: center;
}
 .blob-btn {
    font-size: 34.51px;
    font-weight: 700;
    line-height: 41.42px;
    color: #202C60;
    width: 300px;
    height: 70px;
    background-color: #f0d21c;
    border-radius: 10px;
   z-index: 1;
   position: relative;
   text-align: center;
   outline: none;
   border: none;
   transition: color 0.5s;
   cursor: pointer;
   margin-top: 70px;
   margin-right:20px;
}
 .blob-btn:before {
   content: "";
   z-index: 1;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
 .blob-btn:hover {
   color: #222;
}
 .blob-btn:hover:after {
   transition: all 0.3s;
   left: 0;
   top: 0;
}
 .blob-btn__inner {
   z-index: -1;
   overflow: hidden;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   border-radius: 10px;
}
 .blob-btn__blobs {
   position: relative;
   display: block;
   height: 100%;
   filter: url('#goo');
}
 .blob-btn__blob {
   position: absolute;
   top: 6px;
   width: 25%;
   height: 100%;
   background: #fff;
   border-radius: 100%;
   transform: translate3d(0, 150%, 0) scale(1.7);
   transition: transform 0.45s;
}
 @supports (filter: url('#goo')) {
   transform: translate3d(0, 150%, 0) scale(1.4);
}
 .blob-btn__blob:nth-child(1) {
   left: 0%;
   transition-delay: 0s;
}
 .blob-btn__blob:nth-child(2) {
   left: 30%;
   transition-delay: 0.08s;
}
 .blob-btn__blob:nth-child(3) {
   left: 60%;
   transition-delay: 0.16s;
}
 .blob-btn__blob:nth-child(4) {
   left: 90%;
   transition-delay: 0.24s;
}
 .blob-btn:hover .blob-btn__blob {
   transform: translateZ(0) scale(1.7);
}
 @supports (filter: url('#goo')) {
   transform: translateZ(0) scale(1.4);
}

.pricing-item-inner2 {
    padding-left: 50px;
}

.pricing-item-inner2 p {
    font-size: 35.53px;
    line-height: 46.39px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 44px;
}

/*
========================
footer area start
========================
*/

.footer-area {
    background-image: url(images/05.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 200px 15%;
}

.footer-area img {
    display: block;
    margin-bottom: -20px;
}

.footer-area-inner {
    position: relative;
}

.footer-area-inner .footer-button {
    font-size: 35.33px;
    line-height: 42.39px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}

.footer-area-inner .footer-button2 {
    background: #043c72;
    font-size: 35.33px;
    line-height: 53.32px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
}

.footer-area-inner .box {
    position: absolute;
    top: 0%;
    left: 0;
}

.footer-area-inner .box2 {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(110%);
}

.footer-area-inner .box3 {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(220%);
}

.inner {
    height: 0;
}
/*
========================
contact form area start
========================
*/


/* The Modal (background) */
.modal {
	display: none;
	position: fixed; /* Stay in place */
	z-index: 99999999999; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */

}

/* Modal Content */
.modal-content {
	background-color: transparent;
	margin: auto;
	padding: 20px;
	border:none;
	max-width: 600px;
	bottom: 0px;
	position: absolute;
	right: 0px;
}

/* The Close Button */
.close {
  color:#f0d21c;
  float: right;
  font-size: 28px;
  font-weight: bold;
  opacity: 1;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}




/* Added Css */

.w-100 {
    height: -webkit-fill-available;
}

button.blob-btn.footer-button:hover,
button.blob-btn.footer-button2:hover{
    color: #202C60;
}

html {
  scroll-behavior: smooth;
}


/*

.textanim{
    position: relative;
    z-index: 120;
}
.textanim::selection{
    background: none!important;
}
.textanim::before {  
  transform: scaleX(0);
  transform-origin: bottom right;
}

.textanim:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.textanim::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  inset: 0 0 0 0;
  background: hsl(200 100% 80%);
  z-index: -1;
  transition: transform .3s ease;
}

.textanim1::before{
    background: #adc5a3!important;

}
.textanim3::before{
    background: #adc5a3!important;
}
.textanim3:hover{
    height: 65px!important;
    transition: height .3s ease;
}
.textanim2::before{
 background: hsl(214deg 48% 53% / 75%)!important;
 inset: 0 0 0 -8px;
}
*/

#myVideo {
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}

.content-hero {
    position: absolute;
    bottom: 0;
    color: #f1f1f1;
    width: 100%;
    padding: 36px;
}
.content-hero button{
    background: transparent;
    border: none;
    padding: 0 10px;
}
.fa-pause:before,
.content-hero .fa-play:before,
.fa-volume-up:before,
.fa-volume-mute:before
 {
    color: #fff;
    font-size: 1.5rem;
}
/* Responsive */
