/*===============================================
Template Name: dreamhub - Transport & Logistics HTML5 Template
Author:  https://themeforest.net/user/dreamit-solution
Description: Description
Version: 1.0.0
Text Domain: dreamhub
Tags:   delivery company, grid, logistics, moving, moving company, shipping, courier, shipping company, storage, transport, transport company, warehouse.
================================================*/
    
/*TABLE OF CONTENTS*/
/*=====================
01. A2 Labs Header Top Menu Area Css
02. A2 Labs Nav Menu Area Css 
03. A2 Labs hero Area Css
04. A2 Labs Breadcumb Area Css
05. A2 Labs service-details-Area Css
07. A2 Labs Section Title Css
08. A2 Labs About Area Css
10. A2 Labs brand-area Css
11. A2 Labs testimonial Area Css
12. A2 Labs footer-Area Css
13. A2 Labs contact Area Css
14. A2 Labs careers Area Css
15. A2 Labs leadership Area Css


=======================*/

/*=====================================
<--  A2 Labs Nav Menu Area Css -->
=======================================*/

.a2_nav_menu {
    margin-bottom: -106px;
    padding: 10px;
    position: relative;
}

.sticky {
    left: 0;
    margin: auto;
    padding: 10px;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: url(../images/hero-bg.jpg) !important;
	background-position: top center !important;
    z-index: 500;
}

.sticky .logo {
    margin-top: 0;
}

.sticky.a2_nav_menu:before {
    display: none;
}

/* A2 Labs Menu Css*/

nav.a2_menu {
    text-align: right;
}

.a2_menu ul {
    list-style: none;
    display: inline-block;
	padding: 0;
}

.a2_menu>ul>li {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.a2_menu > ul > li > a {
    display: block;
    margin: 36px 18px 22px;
    -webkit-transition: .5s;
    font-size: 16px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 500;
}

nav.a2_menu ul li a i {
    display: inline-block;
    font-size: 11px;
    padding-left: 6px;
}

nav.a2_menu span {
    font-size: 13px;
    padding-left: 6px;
    font-family: FontAwesome;
    opacity: .5;
}

.a2_menu > ul > li > a:hover {
    color: #00A5E3;
}

.sticky .a2_menu > ul > li > a:hover {
    color: #FFFFFF;
}

.a2_menu li a:hover:before{
    width:100%;
}

.a2_nav_menu.sticky .logo_img {
    display: none;
}

.main_sticky {
    display: none;
}

.a2_nav_menu.sticky .main_sticky {
    display: inherit;
}

.sticky .a2_menu li a {
    color: #FFFFFF;
}

.a2_nav_menu.sticky a.dtbtn {
    color: #FFFFFF;
    background: #00A5E3;
    border: 2px solid #00A5E3;
}

.a2_nav_menu.sticky a.dtbtn:hover {
    color: #00A5E3;
}

.mobile-menu.mean-container {
    overflow: hidden;
}

.header-search-btn {
    display: inline-block;
}

.header-search-btn a i {
    display: inline-block;
    color: #FFFFFF;
    font-size: 18px;
    margin-right: -123px;
}



.header-btn {
    display: inline-block;
    margin-left: 136px;
}

.header-btn a {
	display: inline-block;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 500;
	background: #00A5E3;
	border-radius: 5px;
	padding: 11px 42px 11px;
	position: relative;
	transition: .5s;
	z-index: 1;
}

.header-btn a::before {
    position: absolute;
    content: "";
    height: 0%;
    width: 0%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 5px;
    transition: .5s;
    opacity: 0;
}

.sticky .header-btn a::before {
    background: #fff;
    border-radius: 0;
}

.sticky .header-btn a {
    border: 1px solid #fff;
	color: #FFFFFF;
}

.sticky .header-btn a:hover {
    color: #7F8180;
}

.header-btn a:hover::before {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.header-btn a:hover{
	color: #7F8180;
}

.style-two .header-btn a {
    color: #7F8180;
    border: 1px solid #fff;
}

.style-two .header-btn a {
    background: none;
	color: #FFFFFF;
}

.style-two .header-btn a:hover{
	color: #7F8180;
}

.style-two .header-btn a::before {
    border-radius: 0;
}


/*=====================================
<--  start A2 Labs hero Area Css -->
=======================================*/


.hero-area {
    background: url(../images/hero-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 950px;
}

.hero-thumb {
	max-width: 636px;
	margin: 80px 0px 20px 0px
}

.row.hero {
    position: relative;
    z-index: 1;
}

.hero-shape {
    position: absolute;
    bottom: 7%;
    z-index: -1;
    left: 0;
}

.hero-shape1 {
    position: absolute;
    top: 16%;
    right: -48%;
}

.hero-contant {
    margin-top: 45px;
}

.hero-shape2 {
    position: absolute;
    right: -47%;
    bottom: 5%;
}

.hero-shape3 {
    position: absolute;
    bottom: 0;
    right: -85%;
}

.hero-contant h1 {
    font-size: 60px;
    color: #FEFEFE;
    font-family: Rajdhani;
    font-weight: 700;
    margin: 0;
    line-height: 70px;
}

.hero-contant h2 {
    font-size: 60px;
    color: #FEFEFE;
    font-family: Rajdhani;
    font-weight: 700;
    margin: 0;
    line-height: 70px;
}

span.headline-color {
	color: #3BB300;
}

span.headline-colorB {
    color: #00A5E3;
}
span.headline-colorG {
    color: #3BB300;
}
.hero-contant p {
    font-size: 16px;
    font-weight: 400;
    color: #FEFEFE;
    width: 84%;
    margin: 0;
    padding: 9px 0 22px;
}

.hero-btn a {
    display: inline-block;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 15px;
    background: #7F8180;
    padding: 14px 45px 13px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.hero-btn a::before {
	position: absolute;
    content: "";
    height: 0%;
    width: 0%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 5px;
    transition: .5s;
    opacity: 0;
}

.hero-btn a:hover::before {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.hero-btn a:hover{
	color: #000000;
}



/*=====================================
<--  end A2 Labs hero Area Css -->
=======================================*/

/*=====================================
<--  start A2 Labs section-title Area Css -->
=======================================*/


.section-title.t-left {
    margin-bottom: 31px;
}

.service-area .section-title.t-left {
    margin-bottom: 15px;
}

.careers-area .section-title.text-center {
    margin-bottom: 10px;
}

.section-sub-title h5 {
    color: #7F8180;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    line-height: 28px;
    margin-bottom: 16px; 
}



.section-title.text-center {
    margin-bottom: 74px;
}

.team-area .section-title.text-center {
    margin-bottom: 37px;
}

.section-main-title h1 {
    font-size: 50px;
    font-weight: 700;
    font-family: 'Rajdhani';
    color: #232323;
    margin: 0;
    line-height: 60px;
}

.section-main-title h2 {
    font-size: 50px;
    font-weight: 700;
    font-family: 'Rajdhani';
    color: #232323;
    margin: 0;
    line-height: 60px;
    position: relative;
}

.section-title-desc p {
    font-size: 16px;
    line-height: 28px;
    color: #454545;
    font-weight: 400;
    font-family: "Roboto";
    width: 87%;
  /*  margin: 0; */
    padding: 32px 0 0;
}

.service-area .section-title-desc p {
    width: 86%;
    padding: 0 0 0;
    padding-top: 10px; 
	
}

.service-area .section-title-desc {
	text-align: center;
	padding-bottom: 10px;
}
.section-main-title h2::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 77px;
    background: #00A5E3;
    bottom: 0;
}

.section-main-title h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #3BB300;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG;
}

@-webkit-keyframes MOVE-BG {
  from {
        transform: translateX(0);
  }
  to {
     transform: translateX(77px);
  }
}

.section-title.text-center .section-main-title h2::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    height: 3px;
    width: 77px;
    background: #00A5E3;
    bottom: -16px; 
}

.section-title.text-center .section-main-title h2:after {
    content: '';
    position: absolute;
    left: -6%;
    right: 0;
    margin: auto;
    bottom: -19px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #3BB300;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG;
}


/*=====================================
<--  start A2 Labs about Area Css -->
=======================================*/


.about-area {
    padding: 71px 0 0;
}

.row.about {
    position: relative;
    border-bottom: 1px solid #E5E5E5;
    padding: 0 0 10px 0;
}

.about-shape {
    position: absolute;
    top: 4%;
    left: -3%;
}

.about-single-box {
    background: #F1F1F1;
    width: 87%;
    padding: 27px 29px 23px;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

.about-single-box::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1%;
    background: #00A5E3;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.75s;
}

h3.about-title {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Rajdhani';
    color: #232323;
    margin-bottom: 7px;
	transition: .5s;
}

p.about-desc {
    color: #454545;
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    font-weight: 400;
    margin: 0;
	transition: .5s;
}

.a2-btn a {
    display: inline-block;
    text-decoration: none;
    color: #fcfcfc;
    background: #7F8180;
    font-size: 15px;
    padding: 13px 35px 13px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
	transition: .5s;
}

.a2-btn a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    transform: scale(.2, 1);
    transition: .5s;
    border-radius: 5px;
}

.a2-btn a:hover:before {
    opacity: 1;
    transform: scale(1);
    border: 1px solid #7F8180;
}

.a2-btn a:hover{
	color: #7F8180;
}

.about-single-box:hover h3.about-title {
	color: #FFFFFF;
}

.about-single-box:hover p.about-desc {
	color: #FFFFFF;
}

.about-single-box:hover::before {
    width: 100%;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
/*=====================================
<--  end A2 Labs about Area Css -->
=======================================*/

/*=====================================
<--  start A2 Labs service Area Css -->
=======================================*/

.service-area {
    padding: 60px 0 60px;
    position: relative;
    z-index: 1;
    margin: 0 115px 0;
    border-radius: 5px;
    margin-bottom: -60px;
}

.service-area::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #E7E7E7;
    z-index: -1;
    border-radius: 5px;
    left: 0;
    top: 0;
}


p.desc {
    font-size: 16px;
    width: 86%;
    padding: 0 0 14px; 
}

.service-single-box {
    background: #fff;
    text-align: center;
    padding: 40px 0 54px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.service-icon img{
	transition: .5s;
}

.service-single-box::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    clip-path: polygon(0 0, 100% 0%, 100% 101%);
    transform: scale(0);
    transform-origin: top right;
    background: linear-gradient(-86deg, #7F8180 0%, #7F8180 100%);
    pointer-events: none;
    transition: .5s;
    opacity: .5;
    z-index: -1;
    height: 100%;
}

.service-single-box:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    clip-path: polygon(0% 0%, 0% 100%, 101% 100%);
    transform: scale(0);
    transform-origin: bottom left;
    background: linear-gradient(-86deg, #7F8180 0%, #7F8180 100%);
    pointer-events: none;
    transition: .5s;
    z-index: -1;
    opacity: 0.5;
}


.service-icon {
    margin-bottom: 27px;
}

span.service-text {
    font-size: 22px;
    display: inline-block;
    color: #454545;
    font-weight: 500;
    letter-spacing: 1px;
	transition: .5s;
}

h3.service-subtitle {
    font-size: 22px;
    color: #454545;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 1px;
    margin: 0;
	transition: .5s;
}

.service-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.service-area .dreamhub-btn a {
    font-size: 16px;
    padding: 13px 41px 13px;
}

.service-desc{
	padding:0 100 ;
}

.service-single-box:hover .service-icon img {
	filter: brightness(0) invert(1);
}


.service-single-box:hover:before {
    opacity: 1;
	transform: scale(1);
	
}
.service-single-box:hover:after {
    opacity: 1;
	transform: scale(1);
	
}

.service-single-box:hover span.service-text{
	color: #FFFFFF;
}

.service-single-box:hover p.service-subtitle{
	color: #FFFFFF;
}

.service-single-box:hover p.service-desc{
	color: #FFFFFF;
}


/*=====================================
<--  end A2 Labs service Area Css -->
=======================================*/

/*=====================================
<--  start A2 Labs team Area Css -->
=======================================*/

.team-shape {
    position: absolute;
    top: 3%;
    left: 3.5%;
}

.team-area {
	position: relative;
    padding: 60px 0 60px;
}

.team-single-box {
    position: relative;
    z-index: 1;
}

.team-thumb {
    position: relative;
    padding: 34px;
    z-index: 1;
}

.team-thumb img {
    border: 4px solid #7F8180;
    width: 100%;
    transition: .5s;
    overflow: hidden;
    border-radius: 4px;
}

.team-social-icon {
	position: absolute;
	top: 46%;
	right: -22px;
	z-index: 1;
	padding: 5px 5px;
	border-radius: 5px;
	opacity: 0;
	transition: .5s;
}

.team-social-icon a i {
    display: inline-block;
    color: #00A5e3;
    font-size: 40px;
}

.team-social-icon ul {
    padding: 0;
    margin: 0;
}

.team-social-icon ul li {
    list-style: none;
    padding-top: 4px;
}

.team-content {
    text-align: center;
    background: #F1F1F1;
    position: relative;
    margin-top: -292px;
    padding: 276px 0 35px;
    border-radius: 5px;
    z-index: -1;
}

.team-content::before {
    position: absolute;
    content: "";
    height: 0%;
    width: 100%;
    background: #00A5E3;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: .5s;
    border-radius: 5px;
    z-index: -1;
}

h3.team-title {
    font-size: 22px;
    color: #00A5E3;
    margin-bottom: 7px;
    font-weight: 500;
	transition: .5s;
}

span.team-text {
    font-size: 16px;
    color: #616161;
    font-weight: 500;
	transition: .5s;
}

.team-single-box:hover .team-social-icon {
    opacity: 1;
    right: 9%;
}

.team-single-box:hover .team-content:before {
    opacity: 1;
    height: 100%;
}

.team-single-box:hover h3.team-title{
	color: #FFFFFF;
}

.team-single-box:hover span.team-text{
	color: #FFFFFF;
}

.team-single-box:hover .team-thumb img {
    border: 4px solid #bbbbbb;
    box-shadow: 0 0px 4px 1px rgba(0, 0, 0, 0.1);
}


/*=====================================
<--  end A2 Labs team Area Css -->
=======================================*/


/*=====================================
<--  start A2 Labs testimonial Area Css -->
=======================================*/

.testimonial-area {
    background: url("../images/Quotebackground.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0 50px;
}

.testimonial-icon {
    position: relative;
}

.testimonial-icon::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 77px;
    background: #00A5E3;
    bottom: -24px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
}


.testimonial-icon:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -27px;
    height: 10px;
    right: 5%;
    margin: auto;
    width: 10px;
    border-radius: 50%;
    background: #3bb300;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG;
}

@-webkit-keyframes MOVE-BG {
  from {
        transform: translateX(0);
  }
  to {
     transform: translateX(77px);
  }
}

.testimonial-area .owl-carousel .owl-item img {
    display: inline-block;
}

.testimonial-center {
    text-align: center;
}

.testimonial-desc p {
    font-size: 22px;
    font-style: italic;
    color: #999999;
    font-weight: 400;
    line-height: 30px;
    width: 82%;
    margin: auto;
    padding: 45px 17px;
}

h3.testi-title {
    font-size: 30px;
    font-weight: 400;
    color: #7F8180;
    margin: 0;
    letter-spacing: 1px;
    line-height: revert;
}

span.testi-user {
    font-size: 15px;
    color: #999999;
    font-weight: 400;
    letter-spacing: 1px;
}

.testi-people {
    display: inline-block;
}

.testimonial-content {
    display: inline-block;
    position: relative;
    top: 17px;
    left: 24px;
    text-align: left;
}


/*=====================================
<--  end A2 Labs testimonial Area Css -->
=======================================*/

/*=====================================
<--  start A2 Labs footer-area Css -->
=======================================*/

.footer-area {
    background: #000000;
    padding: 10px 10px 10px;
    border-bottom: 1px solid #FFFFFF;
}

.footer-logo {
    text-align: center;
    padding: 0 0 0;
}

.footer-copyright-text {
    text-align: center;
}

.footer-copyright-text a {
	color: #FFFFFF;
	text-decoration: none
}

.footer-copyright-text a:hover {
	color: #00A5E3;
	text-decoration: none
}

/*=====================================
<--  end A2 Labs footer-area Css -->
=======================================*/



/*=====================================
<--  start A2 Labs copyright-area Css -->
=======================================*/


.copyright-area {
    background: #000000;
}

.footer-copyright-text p {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 0 0px;
}


/*=====================================
<--  end A2 Labs copyright-area Css -->
=======================================*/

/*=====================================
<--  start A2 Labs breatcome-area Css -->
=======================================*/



.breatcome-area {
    background: url("../images/hero-bg.jpg");
    background-position: top center !important;
    height: 106px;
}

.breatcome-content {
    margin-top: 65px;
}


.breatcome-title h1 {
    font-size: 60px;
    font-weight: 700;
    color: #FFFFFF;
}

.breatcome-text ul {
    padding: 0;
}

.breatcome-text ul li {
    list-style: none;
    display: inline-block;
}

.breatcome-text ul li a {
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 500;
    transition: .5s;
}

.breatcome-text ul li {
    list-style: none;
    display: inline-block;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
}

.breatcome-text ul li a:hover {
    color: #7F8180;
}

/*============================
	contact-area-start
==============================*/
.contact-us-area {
    padding: 60px 0 0;
}

.contact-us-area a {
	text-decoration: none;
}

.contact-us-area a:hover {
	color: #0A58CA;
}

.input-box {
    margin-bottom: 15px;
}
.input-box input {
    width: 100%;
    height: 54px;
    border: transparent;
    border: 1px solid #e6e6e6;
    background: #fff;
	box-shadow:none;
    padding: 6px 20px;
    outline: none;
    color: #495057;
    border-radius: 5px;
    transition: 0.3s;
}
.input-box textarea {
    width: 100%;
    height: 176px;
    border: transparent;
    border: 1px solid #e6e6e6;
    background: #fff;
	box-shadow:none;
    padding: 6px 20px;
    color: #495057;
    border-radius: 5px;
    outline: none;
    transition: 0.3s;
}
.contact-area .input-button {
    text-align: center;
}
.contact-area .input-button {
    padding-bottom: 0px;
}
.input-button button {
    display: inline-block;
    padding: 14px 39px;
    text-align: center;
    border: transparent;
    border-radius: 7px;
    font-weight: 400;
    background: #7F8180;
    color: #FFFFFF;
    transition: 0.5s;
    width: 100%;
}
.input-box ::placeholder{
	color:#7B838A;
	font-weight:500;
    font-family: 'Poppins', sans-serif;
}
.input-box input:focus {
    color: #495057;
    outline: 0;
    background-color: rgba(255,255,255,0.7);
    border-color: #7F8180!important;
    box-shadow: none;
}
.input-box textarea:focus {
    background-color: rgba(255,255,255,0.7);
    border-color: #7F8180!important;
    box-shadow: none;
}
.contact-social-icon a:hover {
    background-color: #FFFFFF;
	color:#00A5A3;
}

.contact-shape {
	position: absolute;
	top: 4%;
	left: -2%;
}

/*============================
	contact-area-end
==============================*/


/*============================
	careers-area-start
==============================*/
.careers-area-left {
	position: relative;
}

.careers-area a {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
}

.careers-area a:hover {
	color: #00A5E3;
}

.careers-shape {
	position: absolute;
	top: 27%;
	left: -3%;
}

.careers-area {
    border-style: solid;
    border-width: 2px 0px 0px 0px;
    border-color: #F4F3FF;
    padding: 60px 0 60px;
}
.careers-area .section-sub-title h5::before {
    position: absolute;
    content: "";
    height: 5px;
    width: 20px;
    background: #7F8180;
    top: 46%;
    border-radius: 15px;
    left: -40px;
}
.careers-area .section-sub-title h5::after {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    top: 46%;
    background: #7F8180;
    border-radius: 50%;
    left: -53px;
}
.careers-area .accordion {
    max-width: 100%;
    list-style: none;
}
ul.accordion {
    padding: 0;
}
.careers-area .accordion li {
    background: #FFFFFF;
    position: relative;
    margin-bottom: 23px;
    box-shadow: 0px 0 36px rgb(0 0 0 / 4%);
	transition:0.5s;
}
.careers-area .accordion a {
    width: 100%;
    display: block;
    border: none;
    outline: 0;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    text-indent: 25px;
    user-select: none;
    color: #1d2124;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
    background: #fff;
    padding: 15px 0;
    transition: 0.5s;
}
.careers-area .accordion li a.active {
    color: #00A5E3;
    background: #fff;
    padding: 15px 0 0 0px;
    border-radius: 5px;
    font-size: 18px;
    transition: 0.5s;
}

.careers-area .accordion p {
    display: none;
    padding: 10px 25px 10px;
    font-size: 16px;
	transition:0.5s;
}
ul.accordion li a.active i{
    transform: rotate(90deg);
    right: 24px;
	top:0;
}
ul.accordion li a i{
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    right: 24px;
	top:16px;
	transition:0.5s;
}
ul.accordion li a{
	position:relative;
}
ul.accordion li a.active::before {
    left: 27px;
    content: "";
    bottom: -3px;
    height: 3px;
    background: #efedfe;
    width: 80%;
    position: absolute;
}
ul.accordion li a.active:hover::before {
    width: 80%;
}
.accordion li a::after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 16px;
    top: 15px;
}
.accordion  li a.active::after {
    content: "\f068";
}
.careers-single-thumb {
    text-align: center;
}
.careers-single-thumb .careers-img-animation img {
    width: 100%;
}
.careers-img-animation {
    width: 100%;
    height: 100%;
    position: relative;
    animation-name: faq-up-down;
    animation-duration: 2s;
    animation-delay: 0.01s;
    animation-iteration-count: 0;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes faq-up-down{
  0% { left:0px; bottom:25px;}
  100% { left:0px; bottom:10px;}
}


.careers-area .accordion a:hover{
    color: #00A5E3;
	transition:0.5s;
}

.careers-single-box {
	min-height: 220px;
	margin: 0px 0px 40px 0px;
	background: #F1F1F1;
    position: relative;
    z-index: 1;
}

.careers-single-box::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 2%;
    background: #00A5E3;
    left: 0;
    top: 0;
    z-index: -1;
    transition: .5s;
}

.careers-single-box h3 {
	text-align: center;
	transition: .5s;
}

.careers-single-box p {
	margin: 0px 20px 0px 20px;
	font-size: 17px;
	text-align: center;
	transition: .5s;
}

.careers-single-box:hover h3.careers-title {
	color: #FFFFFF;
}

.careers-single-box:hover p.careers-desc {
	color: #FFFFFF;
}

.careers-single-box:hover a.careers-desc-link {
	text-decoration: none;
	color: #FFFFFF;
}

.careers-single-box:hover::before {
    width: 100%;
}


/*====================
	careers-area-end
======================*/

/*============================
	research-area-start
==============================*/
.research-area {
    border-style: solid;
    border-width: 2px 0px 0px 0px;
    border-color: #F4F3FF;
    padding: 60px 0 60px;
}
.research-area .section-sub-title h5::before {
    position: absolute;
    content: "";
    height: 5px;
    width: 20px;
    background: #7F8180;
    top: 46%;
    border-radius: 15px;
    left: -40px;
}
.research-area .section-sub-title h5::after {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    top: 46%;
    background: #7F8180;
    border-radius: 50%;
    left: -53px;
}
.research-area .accordion {
    max-width: 100%;
    list-style: none;
}
ul.accordion {
    padding: 0;
}
.research-area .accordion li {
    background: #FFFFFF;
    position: relative;
    margin-bottom: 23px;
    box-shadow: 0px 0 36px rgb(0 0 0 / 4%);
	transition:0.5s;
}
.research-area .accordion a {
    width: 100%;
    display: block;
    border: none;
    outline: 0;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    text-indent: 25px;
    user-select: none;
    color: #1d2124;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
    background: #fff;
    padding: 15px 30px 15px 0px;
    transition: 0.5s;
}
.research-area .accordion li a.active {
    background: #fff;
    padding: 15px 0 0 0px;
    border-radius: 5px;
    font-size: 18px;
    transition: 0.5s;
}
.research-area .accordion a:hover {
    color: #00A5E3;
}
.research-area .accordion p {
    display: none;
    padding: 10px 25px 10px;
    font-size: 16px;
	transition:0.5s;
}
ul.accordion li a.active i{
    transform: rotate(90deg);
    right: 24px;
	top:0;
}
ul.accordion li a i{
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    right: 24px;
	top:16px;
	transition:0.5s;
}
ul.accordion li a{
	position:relative;
}
ul.accordion li a.active::before {
    left: 27px;
    content: "";
    bottom: -3px;
    height: 3px;
    background: #efedfe;
    width: 80%;
    position: absolute;
}
ul.accordion li a.active:hover::before {
    width: 80%;
}
.accordion li a::after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 16px;
    top: 15px;
}
.accordion  li a.active::after {
    content: "\f068";
}

.research-shape {
    position: absolute;
    top: 16%;
    left: 3.5%;
    z-index: -1;
}

.research-single-thumb {
    text-align: center;
}
.research-single-thumb .research-img-animation img {
    width: 100%;
}
.research-img-animation {
    width: 100%;
    height: 100%;
    position: relative;
    animation-name: faq-up-down;
    animation-duration: 2s;
    animation-delay: 0.01s;
    animation-iteration-count: 0;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes faq-up-down{
  0% { left:0px; bottom:25px;}
  100% { left:0px; bottom:10px;}
}
.research-area .accordion a:hover{
    color: #00A5E3;
}
.research-area .accordion li a.active,
.research-area .accordion a:hover{
    color: #00A5E3;
	transition:0.5s;
}
/*====================
	research-area-end
======================*/


/*---contact-area---*/

.contact_area {
    padding: 60px 0 0px;
}

.contact-thumb img {
    width: 100%;
    border-radius: 5px;
}

.contact_form {
    padding: 53px 50px 53px;
    filter: drop-shadow(0px 10px 100px rgba(0,0,0,0.15));
    background: #fff;
    margin-right: 24px;
}

.form_field_inner input {
    width: 100%;
    background: transparent;
    border: 1px solid #ddd;
    height: 50px;
    color: #333;
    border-radius: 5px;
    padding-left: 15px;
    margin-bottom: 25px;
    outline: 0;
}

.contact_form .text_area .form_field_inner_text textarea {
    width: 100%;
    height: 140px;
    background: transparent;
    border: 1px solid #ddd;
    color: #333;
    border-radius: 5px;
    padding-left: 15px;
    margin-bottom: 26px;
    padding-top: 25px;
    outline: 0;
}

.contact_button button {
    display: inline-block;
    border: 1px solid #7F8180;
    padding: 10px 29px;
    border-radius: 5px;
    background: #7F8180;
    color: #FFFFFF;
    font-size: 17px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.contact_button button::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    transition: .5s;
    border-radius: 5px;
}

.contact_button button:hover::before {
    width: 100%;
    opacity: 1;
}

.contact_button button:hover {
    color: #7F8180;
}

.map-area iframe {
    height: 455px;
    width: 100%;
}

/*====================
	contact-area-end
======================*/


/*---privacy-policy-area---*/

.privacy-policy-shape {
	position: absolute;
	top: 0.1%;
	left: -3%;
}

/*====================
	privacy-policy-area-end
======================*/


/*---service-area.style-two---*/


.service-area.style-two {
    margin: 0 0 0px;
}


/*---brand-area---*/

/*** 
====================================================================
    Search Popup
====================================================================
***/
.search-popup{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}
.search-popup{
    width: 100%;
}
.search-active .search-popup{
    transform: translateY(0%);
    margin-top: 0;
}
.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #7F8180;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.search-active .search-popup .close-search{
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}
.search-popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}
.search-popup .form-group{
    position:relative;
    margin:0px; 
    overflow: hidden;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
    position:relative;
    display:block;
    font-size:18px;
    line-height: 50px;
    color:#000000;
    height:70px;
    width:100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    font-weight:500;
    text-transform:capitalize;
	outline: 0;
}
.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #7F8180;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    border: none;
}
.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
    color:#000000;
}
.search-popup .close-search.style-two{
    position: absolute;
    right: 25px;
    left: auto;
    color:#ffffff;
    width:auto;
    height:auto;
    top:25px;
    margin:0px;
    border:none;
    background:none !important;
    box-shadow:none !important;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.flaticon-multiply:before {
    content: inherit;
}
button.close-search i {
    font-size: 45px;
    color: #FFFFFF;
    display: inline-block;
}
span.flaticon-multiply i {
    display: inline-block;
    color: #7F8180;
}

.header-search-btn {
    position: relative;
    display: inline-block;
    left: 10px;
}
.header-search-btn i {
    font-size: 16px;
    color: #FFFFFF;
    transition: .5s;
    margin-right: 0;
    position: relative;
    left: -24px;
}  
 




/*
<!-- ============================================================== -->
<!-- A2 Labs Scrollup Section -->
<!-- ============================================================== -->*/

.scroll-area{
  position: relative;
  z-index: 999;
 }

.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #3bb300 0%, #00A5E3 100%);
    background-image: -webkit-linear-gradient(0deg, #3bb300 0%, #00A5E3 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    border-radius: 10px; 
}

.scroll-area .go-top i {
      position: absolute;
      top: 50%;
      left: -4px;
      right: 0;
      margin: 0 auto;
      font-size: 15px;
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 0.5s ease-out 0s;
      -moz-transition: all 0.5s ease-out 0s;
  }

.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%; 
}

.scroll-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, #7F8180 0%, #7F8180 100%);
    background-image: -ms-linear-gradient(0deg, #7F8180 0%, #7F8180 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    border-radius: 100%;
}

.scroll-area .go-top:focus, .scroll-area .go-top:hover {
      color: #FFFFFF; 
  }

.scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
        opacity: 1;
        visibility: visible; 
}

.scroll-area .go-top:focus i:first-child, .scroll-area .go-top:hover i:first-child {
        opacity: 0;
        top: 0;
        visibility: hidden;
 }

.scroll-area .go-top:focus i:last-child, .scroll-area .go-top:hover i:last-child {
        opacity: 1;
        visibility: visible;
        top: 50%; 
}

.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 30px;
    border-radius:100%;
}

.top-wrap {
  position: relative; 
}

.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    top: 3px;
    z-index: 1;
    background: #7F8180;
}

 .top-wrap .go-top-button i {
      font-size: 20px;
      font-weight: 700;
      padding-left: 4px;
      color: #FFFFFF;
 }

.top-wrap .go-top-button::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 45px;
    height: 45px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: -moz-linear-gradient(0deg, #7F8180 0%, #7F8180 100%);
    background-image: -webkit-linear-gradient(0deg, #7F8180 0%, #7F8180 100%);
    border-radius: 100%;
}

.top-wrap .go-top-button:hover {
      background-color: #222;
      color: #FFFFFF; 
  }
  
.scroll-area.home-two .top-wrap .go-top-button {
    background: #00A5E3;
}
 .scroll-area.home-two .top-wrap .go-top-button::after {
    background-image: -moz-linear-gradient(0deg, #00AFF5 0%, #00AFF5 100%);
    background-image: -webkit-linear-gradient(0deg, #00AFF5 0%, #00AFF5 100%);
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8; }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2); } }

/*===========================
<-- A2 Labs Loader Css -->
=============================*/

.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 666;
}

.loader {
  position: relative;
  display: block;
  z-index: 201;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  transition: all 1s 1s ease;
  border: 3px solid transparent;
  border-top-color: #3BB300;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.loader:before {
  position: absolute;
  content: '';
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-left-color: #00A5E3;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.loader:after {
  position: absolute;
  content: '';
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-right-color: #FFFFFF;
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  -o-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 52%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loader-section.left-section {
  left: 0;
  transition: 1s 1.4s ease;
}

.loader-wrapper .loader-section.right-section {
  right: 0;
  transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loader-section.left-section {
  left: -100%;
}

.loaded .loader-section.right-section {
  right: -100%;
}

.loaded .loader-wrapper {
  visibility: hidden;
}

.loaded .loader {
  top: -100%;
  opacity: 0;
}


/*============================================================== 
corporate Bounce Animation Css 
==============================================================
bounce-animate */
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;}
.bounce-animate2 {
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
.bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
 .bounce-animate5 {
  animation-name: float-bob5;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
.bounce-animate-slow {
    animation-name: float-bob5;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.bounce-animate-3 {
    animation-name: float-bob6;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob6;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob6;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob6;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); } }
@-webkit-keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px); }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px); } }
@-webkit-keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); } }
@-webkit-keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); } }
@-webkit-keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); } }
@-webkit-keyframes float-bob6 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); } }   
@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

/*--==============================================->
  <!-- corporate Animation Dance -->
 ==================================================-*/
/**/
.dance3 {
  -webkit-animation: dance3 8s alternate infinite;
}
@keyframes dance3 {
  0% {
    -webkit-transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.dance {
  -webkit-animation: dance 2s alternate infinite;
}
@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1.2);
  }
}
.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
}
@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(25px, -25px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -25px, 25px);
  }
}
.watermark-animate {
  -webkit-animation: watermark-animate 8s infinite;
  animation: watermark-animate 8s infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes watermark-animate {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}



/*rotateme animation*/
.rotateme {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*--==============================================->
  <!-- FreePrivacyPolicy Cookie consent -->
 ==================================================-*/

.freeprivacypolicy-com---nb {
	max-width: 100% !important;	
}

.cc-nb-main-container {
	padding: 0.5rem !important;
	border-style: solid none none none !important;
}