



/*==========================
<--start-header-Area-->
===========================*/
.header-area {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgba(255,255,255,0.21176470588235294);
}
/*inner-header*/
.header-area.upper {
    background: #232323;
}

.header-menu {
    text-align: center;
}

.header-menu ul{
    list-style: none;
    display: inline-block;
}

.header-menu ul li {
    display: inline-block;
}

.header-menu ul li a {
    display: inline-block;
    font-size: 16px;
    margin-right: 30px;
    padding: 43px 0;
    font-weight: 400;
    color: #ffff;
}

.header-menu ul li a:hover{
    color: #0099ff;
}

.header-menu ul li a i {
    display: inline-block;
    font-size: 10px;
    margin-left: 5px;
    transition: 0.5s;
    color: #646464;
}

.header-menu ul li a:hover i{
    color:#0099ff;
}

/*sub-menu*/
.header-menu ul li.menu-item-has-children {
    position: relative;
}

.header-menu ul li .sub-menu {
    position: absolute;
    width: 200px;
    display: block;
    text-align: left;
    background: #0099ff;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    top: 150%;
}

.header-menu ul li:hover .sub-menu{
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.header-menu ul li .sub-menu li a {
    display: block;
    padding: 4px 19px;
    color: #fff;
    width: 200px;
    border: 1px solid #0099ff;
}
.header-menu ul li .sub-menu li a:hover{
    background: #fff;
    color: #0099ff;
    border: 1px solid #0099ff;
}

.header-menu ul li .sub-menu li a:before {
    position: inherit !important;
}

/*--header-button--*/
.header-button {
    display: inline-block;
}

.header-button a {
    display: inline-block;
    color: #fff;
    padding: 14px 32px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 5px;
    margin-left: 27px;
   border: 1px solid  #0984e3;
    background-image: -webkit-linear-gradient(30deg, #0984e3 50%, transparent 50%);
    background-image: linear-gradient(30deg, #0984e3 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}


.header-button a:hover{
  background-position: 100%;
  border: 1px solid #fff;
}


/*header-sitcky*/
.sticky {
    left: 0;
    margin: auto;
    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: #232323 !important;
    transition: 0.5s;
    z-index: 99999;
    webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}

/*==========================
<--start-hero-area-->
===========================*/

.hero-area {
    background: url(assets/images/hero-bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 930px;
    margin-top: -114px;
    position: relative;
}

.hero-content h1 {
    font-size: 60px;
    line-height: 65px;
    color: #ffffff;
    font-weight: 800;
}

.hero-content p {
    width: 78%;
    padding: 21px 0 0;
    font-size: 16px;
    color: #fff;
}

.hero-area .Dreamhub-button {
    margin-top: 50px;
    position: relative;
}

.Dreamhub-button a {
    color: #fff;
    padding: 14px 32px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 700;
    font-family: "Nunito Sans";
     border: 1px solid  #0099ff;
    background-image: -webkit-linear-gradient(30deg, #0099ff 50%, transparent 50%);
    background-image: linear-gradient(30deg, #0099ff 50%, transparent 50%);
    background-size: 520px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.Dreamhub-button a:hover{
  background-position: 100%;
   color: #0099ff;
}


.Dreamhub-button.button-style-tow {
    margin-top: 44px;
}

.Dreamhub-button.button-style-tow a {
    color: #fff;
    padding: 14px 32px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 400;
    border: 1px solid  #0099ff;
    background-image: -webkit-linear-gradient(30deg, #0099ff 50%, transparent 50%);
    background-image: linear-gradient(30deg, #0099ff 50%, transparent 50%);
    background-size: 520px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.Dreamhub-button.button-style-tow a:hover{
  background-position: 100%;
   color: #0099ff;
}


/*=================================
<--start-service-area-->
=================================*/
.service-area {
    padding: 120px 0 146px;
    background: #EAF4FD;
}

.service-area.service-tow {
    padding: 120px 0 95px;
}

.service-list-item ul li {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
}

.service-list-item ul li i {
    display: inline-block;
    background: #0783E3;
    color: #fff;
    border-radius: 50px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 17px;
    margin-right: 16px;
}

.service-box-right {
    margin-right: 86px;
    margin-left: -53px;
}

.single-service-box {
    box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
    background: #ffff;
    text-align: center;
    padding: 43px 31px 31px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

.single-service-box:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    background:#0984E2;
    z-index: -1;
    border-radius: 5px;
    transition: 0.5s;
 }

 .single-service-box:hover:before{
    height: 100%;
 }

.single-service-box.add-inner {
    margin-bottom: 23px;
}

.single-service-box.style-tow {
    margin-top: 53px;
    margin-bottom: -29px;
}

.service-box-icon {
    background: #0984E2;
    width: 69px;
    height: 69px;
    line-height: 65px;
    text-align: center;
    border-radius: 3px;
    margin: auto;
    transition: 0.5s;
}

.single-service-box:hover .service-box-icon{
    transform: scale(-1) rotate(180deg);
    background: #fff;
}

.service-box-icon img{
    transition: 0.5s;
}

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

.services-content h4 {
    font-size: 22px;
    margin-top: 20px;
    transition: 0.5s;
}

 .single-service-box:hover .services-content p,
 .single-service-box:hover a.service-button,
 .single-service-box:hover .services-content h4{
    color: #fff;
 }

.services-content p {
    padding: 16px 0 15px;
}

a.service-button {
    font-size: 16px;
    display: inline-block;
}

/*section-title-css--*/
.section-title {
    margin-bottom: 21px;
}

.section-title h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #0984e3;
    margin-bottom: -5px;
}

.section-title h1 {
    font-size: 38px;
    line-height: 38px;
    font-weight: 700;
}

.section-title .embar {
    position: relative;
    margin: 29px 0 34px;
    background: #0984e3;
    width: 64px;
    height: 3px;
}

.section-title .embar::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: -3px;
    left: 0;
    background: #0984e3;
    border-radius: 50%;
    transition: 0.5s;
    -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(65px);
  }
}

.section-title p {
    font-size: 16px;
    width: 78%;
}






/*=================================
<--start-About-area-->
=================================*/
.about-area {
    padding: 120px 0 120px;
}

.about-thumb {
    position: relative;
    margin-left: -22px;
}

.about-list-item ul li {
    font-size: 16px;
    margin-bottom: 14px;
}

.about-list-item ul li i {
    display: inline-block;
    background: #0783E3;
    color: #fff;
    border-radius: 50px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 17px;
    margin-right: 16px;
}


/*=================================
<--start-brand-area-->
=================================*/
.brand-area {
    padding: 103px 0 105px;
    background-color: rgba(9,132,227,0.07058823529411765);
}

.brand-box {
    text-align: center;
}

.owl-carousel .owl-item img {
    display: inline-block;
    text-align: center;
}


/*=================================
<--start-management-area-->
=================================*/
.management-area {
    padding: 90px 0 52px;
}

.management-list-item ul li {
    font-size: 16px;
    margin-bottom: 14px;
}

.management-list-item ul li i {
    display: inline-block;
    background: #0783E3;
    color: #fff;
    border-radius: 50px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 17px;
    margin-right: 16px;
}

.management-thumb {
    margin-left: -110px;
}


/*=================================
<--start-solution-area-->
=================================*/
.solution-area {
    background-color: rgba(9,132,227,0.058823529411764705);
    padding: 89px 0 77px;
}

.solution-thumb img {
    margin-left: -146px;
}

.solution-list-item ul li {
    font-size: 16px;
    margin-bottom: 14px;
}

.solution-list-item ul li i {
    display: inline-block;
    background: #0783E3;
    color: #fff;
    border-radius: 50px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 17px;
    margin-right: 16px;
}

/*=================================
<--start-web-platform-are-->
=================================*/
.web-platform-area {
    padding: 85px 0 117px;
}

.web-platform-thumb img {
    margin-left: -110px;
}

.web-platform-list-item ul li {
    font-size: 16px;
    margin-bottom: 14px;
}

.web-platform-list-item ul li i {
    display: inline-block;
    background: #0783E3;
    color: #fff;
    border-radius: 50px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 17px;
    margin-right: 16px;
}


/*=================================
<--start-call-do-action-area-->
=================================*/
.row.call-do-action-bg {
    background: url(assets/images/call-do-action-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 106px 22px 121px 117px;
    border-radius: 5px;
}

.call-do-action-content h1 {
    font-size: 34px;
    line-height: 32px;
    color: #fff;
}

.call-do-action-button a {
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 36px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
}


.call-do-action-button a:hover{
    background:#fff;
    color:#0883E3;
}
/*=================================
<--start-contact-area-->
=================================*/
.contact-area {
    padding: 120px 0 120px;
}

.contact-box {
    box-shadow: 0px 15px 30px rgba(0,0,0,0.15);
    padding: 23px 42px 48px;
    border-radius: 5px;
}

.contact-content h1 {
    font-size: 22px;
    color: #232323;
}

.contact-content p {
    font-size: 16px;
    width: 80%;
    padding: 8px 0 24px;
}

.contact-form input {
    width: 100%;
    height: 50px;
    margin-bottom: 24px;
    padding: 0 13px;
    border: 1px solid #b2b8b8;
    border-radius: 5px;
    opacity: 0.302;
}

.contact-form textarea {
    width: 100%;
    height: 130px;
    border: 1px solid #b2b8b8;
    padding: 10px 13px;
    border-radius: 5px;
     opacity: 0.302;
}

.contact-form button {
    background: #0983E3;
    border: transparent;
    color: #fff;
    padding: 12px 56px;
    border-radius: 5px;
    margin-top: 16px;
    text-transform: uppercase;
    font-weight: 400;
}



.google-map iframe {
    width: 100%;
    height: 600px;
}
/*=================================
<--start-blog-area-->
=================================*/

.blog-area {
    padding: 108px 0 98px;
    background: #F8F8FF;
}

.blog-area .Dreamhub-button {
    text-align: right;
}

.blog-area.blog-grid {
    padding: 120px 0 99px;
}
.single-blog-box {
    margin-bottom: 20px;
    position: relative;
}

.blog-thumb{
    overflow: hidden;
}

.blog-thumb img {
    width: 100%;
    transition: 0.5s;
}

.single-blog-box:hover .blog-thumb img{
    transform: scale(1.1);
}

.blog-content {
    padding: 16px 40px 23px;
    box-shadow: 0px 10px 10px rgba(39,104,211,0.05);
    background: #fff;
}

.meta-blog {
    position: absolute;
    top: 5%;
    left: 7%;
}

.meta-blog span {
    background: #0984e3;
    color: #fff;
    padding: 8px 14px;
    border-radius: 30px;
    font-size: 14px;
}

.blog-content h4.title a {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    display: inline-block;
}

.single-blog-box:hover .blog-content h4.title a{
    color: #0099ff;
}



/*=================================
<--start-footer-area-->
=================================*/
.footer-area {
    background: url(assets/images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 120px 0 33px;
    position: relative;
}

.footer-widget-desc p {
    color: #fff;
    margin-top: 51px;
    margin-bottom: 34px;
    width: 86%;
}

.footer-social-icon ul li {
    display: inline-block;
}

.footer-social-icon ul li i {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    margin-left: 14px;
    transition: 0.5s;
}

.footer-social-icon ul li i:hover{
    color:#0983E3;
}

.footer-widget-title h4 {
    color: #fff;
    font-size: 21px;
    margin-bottom: 38px;
    font-weight: 500;
    margin-top: 0;
}

.footer-widget-menu ul li {
    list-style: none;
    margin-bottom: 18px;
}

.footer-widget-menu ul li a {
    color: #fefefe;
    display: inline-block;
    font-size: 16px;
}

.footer-widget-menu ul li a:hover{
    color: #0099ff;
}

.footer-widget-menu ul li i {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-right: 12px;
    transition: 0.5s;
}

.footer-widget-menu ul li a:hover i{
    color: #0099ff;
}

.footer-widget-infor {
    margin-bottom: 15px;
}

.infor-icon i {
    float: left;
    display: inline-block;
    color: #fff;
    font-size: 30px;
    margin-right: 24px;
    line-height: 48px;
}

.footer-widget-infor-content p {
    color: #fff;
    font-size: 16px;
}

.footer-widget-infor-content span {
    color: #fff;
}

.copyright-area {
    border-top: 1px solid rgba(255,255,255,0.2901960784313726);
    margin-top: 57px;
}

.copyright-area span {
    font-size: 14px;
    color: #fff;
    margin-top: 30px;
    display: inline-block;
}



/*=================================
<--start-bradcumb-area-->
=================================*/

.bradcumb-area {
    background: url(assets/images/breadcumb.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 101px 0 115px;
    position: relative;
}

.bradcumb-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #0984e3;
    opacity: .5;
}

.bradcumb-content {
    position: relative;
}

.bradcumb-content h1 {
    font-size: 70px;
    color: #fff;
    margin-bottom: 28px;
}

.bradcumb-content ul li {
    display: inline-block;
    color: #ffff;
    font-size: 18px;
}

.bradcumb-content ul li a{
    display: inline-block;
    color: #ffff;
    font-size: 18px;
}

/*=================================
<--start-contact-area-->
=================================*/
.about-area.inner-pages {
    background: #F8F8FF;
    padding: 120px 0 120px;
}

.row.margin-left {
    margin: 0 37px 0 -25px;
}

.about-imgs-3 {
    overflow: hidden;
}
.about-imgs-2 {
    margin-top: 30px;
}
.about-imgs-3 img {
    border-radius: 50%;
    border-bottom-left-radius: 0;
    transition: 0.5s;
}

.about-thumb:hover .about-imgs-3 img{
    transform: scale(1.1);
}

.about-imgs-4{
    overflow: hidden;
}
.about-imgs-4 img {
    border-radius: 174px;
    border-top-right-radius: 0;
    transition: 0.5s;
}

.about-thumb:hover .about-imgs-4 img{
    transform: scale(1.1);
}

/*=================================
<--start-counter-area-->
=================================*/
.counter-area {
    background: #0099ff;
    padding: 95px 0 80px;
}

.counter-box {
    text-align: center;
}

.counter-content h4 {
    font-size: 44px;
    color: #fff;
    display: inline-block;
}

.counter-content span {
    font-size: 45px;
    display: inline-block;
    color: #fff;
    font-weight: 700;
}

.counter-content p {
    color: #fff;
    margin-top: 6px;
}


/*=================================
<--start-Team-area-->
=================================*/
.team-area {
    padding: 109px 0 110px;
}

.team-area .section-title {
    margin-bottom: 50px;
}

.team-thumb {
    position: relative;
    overflow: hidden;
}

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

.team-social-icon ul li {
    display: inline-block;
}

.team-social-icon {
    position: absolute;
    left: -50%;
    bottom: 14%;
    background: #fff;
    padding: 12px 20px;
    border-radius: 5px;
    transition: 0.5s;
}

.single-team-box:hover .team-social-icon {
    left: 29%;
}

.team-social-icon:hover{
    background:#0099ff;
}

.team-social-icon ul li i {
    display: inline-block;
    font-size: 15px;
    margin-right: 8px;
    color: #0099ff;
}

.team-social-icon:hover i{
    color: #fff;
}

.team-content {
    text-align: center;
    margin-top: 26px;
}

.team-content h4 {
    font-size: 20px;
    font-weight: 500;
    color: #071a48;
    margin: 0;
}

.team-content p {
    font-size: 14px;
    color: #0099ff;
    text-transform: uppercase;
    margin-top: -5px;
}

/*=================================
<--start-service-detials-area -->
=================================*/

.service-detials-area {
    padding: 119px 0 87px;
}

/*widget search*/

.widget_search {
    padding: 30px 30px 30px;
    border-radius: 4px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0px 0px 70px rgb(0 0 0 / 5%);
}


.widget_search form {
    position: relative;
}

.widget_search input {
    border-radius: 4px;
    padding-left: 20px;
    height: 60px;
    width: 100%;
    position: relative;
    color: #222;
    border: 0;
    border: 2px solid #0099ff;
    outline: 0;
}

button.icons {
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background: #0099ff;
    border-radius: 0 4px 4px 0;
}

/*widget categories box*/

.widget-categories-box {
    background: #fff;
    padding: 42px 40px 25px;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 70px rgb(0 0 0 / 5%);
}

/*title*/

.categories-title h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    border-bottom: 2px solid #0099ff;
    padding: 0px 0 15px;
    margin: 0 0 30px;
    position: relative;
    padding-left: 10px;
}

.categories-title h4:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 24px;
    width: 3px;
    background: #0099ff;
}

/*categories menu*/

.widget-categories-menu ul {
    display: block;
}

.widget-categories-menu ul li {
    display: block;
    list-style: none;
    margin-bottom: 15px;
    background: transparent;
    padding: 16px 20px 16px;
    border-radius: 4px;
    transition: .5s;
    border: 2px solid #0099ff;
    position: relative;
    z-index: 1;
}

.widget-categories-menu ul li:hover {
    border: 2px solid #0099ff;
}

.widget-categories-menu ul li:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #0099ff;
    transition: .5s;
    z-index: -1;
}

.widget-categories-menu ul li:hover:before{
    width: 100%;
}

.widget-categories-menu ul li a {
    display: block;
    color:#0099ff;
    transition: .5s;
}

.widget-categories-menu ul li a span {
    display: inline-block;
    float: right;
    background: #0099ff;
    height: 22px;
    width: 22px;
    font-size: 12px;
    text-align: center;
    margin-top: 6px;
    color: #fff;
    line-height: 22px;
    transition: .5s;
}

.widget-categories-menu ul li:hover a span {
    background: #fff;
    color: #0099ff;
}

.widget-categories-menu ul li:hover a {
    color: #fff;
}

.pdf-button a {
    display: block;
    background:#0099ff;
    padding: 15px 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.pdf-button a i {
    float: right;
    font-size: 20px;
    margin-top: 2px;
}

/* Sidber Recent Post */

.sidber-widget-recent-post {
    margin-bottom: 20px;
    background: #F3F3F5;
    overflow: hidden;
}

.recent-widget-thumb {
    float: left;
    margin-right: 25px;
}

.sidber-widget-recent-post .recent-widget-content {
    padding-top: 20px;
}

.sidber-widget-recent-post .recent-widget-content a {
    color: #222;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}

.recent-widget-content a:hover{
    color:#0099ff ;
}

.sidber-widget-recent-post .recent-widget-content span i {
    margin-right: 7px;
    color: #222;
}

.recent-widget-content span {
    font-size: 14px;
    color: #0099ff;
    padding-top: 7px;
    display: block;
}
/* Sidber Achivement CSS */

.widget-achivement ul li {
    list-style: none;
    margin-bottom: 6px;
}

.widget-achivement ul li a i {
    font-size: 17px;
    margin-right: 3px;
}

.widget-achivement ul li a {
    font-weight: 600;
    transition: .5s;
}

.widget-achivement ul li a span {
    float: right;
}

.widget-achivement ul li a:hover{
    color:#0099ff;
}

/* Sidber Widget Gallery CSS */

.widget-gallery {
    overflow: hidden;
}

.widget-gallery-thumb {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* Sidber Widget Tags CSS */
.widget-tags a {
    display: inline-block;
    border: 2px solid #0099ff;
    padding: 3px 20px;
    margin: 4px 3px;
    border-radius: 2px;
    color: #0099ff;
    font-weight: 500;
    position: relative;
    transition: .5s;
    z-index: 1;
}

.widget-tags a:before {
    position: absolute;
    content: "";
    left: -2px;
    top: 0px;
    height: 102%;
    width: 0%;
    background: #0099ff;
    z-index: -1;
    border-radius: 3px;
    transition: .5s;
}

.widget-tags a:hover{
    color: #fff;
    border-color: #0099ff;
}

.widget-tags a:hover:before{
    width: 102%;
}

/* Service Details Content CSS */

.service-details-main-title {
    padding: 20px 0 18px;
}

.service-details-main-title h1 {
    font-size: 36px;
    text-transform: capitalize;
}

.service-details-text p {
    font-size: 16px;
    text-align: justify;
    margin-bottom: 10px;
}

.service-details-video-thumb {
    position: relative;
    padding-top: 20px;
}

.service-details-overview-title {
    padding: 22px 0 15px;
}

.service-details-overview-title h2 {
    font-size: 30px;
}

.service-details-overview-text p {
    text-align: justify;
    font-size: 16px;
    margin-bottom: 10px;
}

.service-details-overview-text p {
    text-align: justify;
}

.service-details-overview-list ul li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    padding-right: 12px;
    padding-bottom: 12px;
    font-size: 16px;
}

.service-details-overview-list ul li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 9px;
    height: 12px;
    width: 12px;
    background: #0099ff;
    border-radius: 50%;
}

.service-details-choose-us {
    padding-bottom: 10px;
}

.service-details-choose-us-title {
    padding: 5px 0 15px;
}

.service-details-choose-us-title h2 {
    font-size: 30px;
}

.service-details-box {
    background: #F3F3F5;
    padding: 30px 30px 21px;
    margin-bottom: 30px;
    position: relative;
    margin-top: 20px;
}

.service-details-number {
    position: absolute;
    right: 60px;
}

.service-details-number h2 {
    font-size: 48px;
    text-transform: none;
    margin: 0;
    margin: 0;
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0E1317;
    opacity: .5;
}

.service-details-icon i {
    font-size: 50px;
    color: #0099ff;
}

.service-details-content h2 {
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.service-details-thumb img {
    width: 100%;
}

.service-details-video-thumb-inner img {
    width: 100%;
}

.service-details-content p {
    font-size: 16px;
}


/*=================================
<--start-blog-detials-area -->
=================================*/

.blog-detials-area {
    padding: 120px 0 119px;
}

.blog-detials-area.blog-tow-column {
    padding: 120px 0 90px;
}
.blog-detials-area.blog-list {
    padding: 120px 0 92px;
}

.blog-details-main {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.05);
}

.blog-details-meta {
    background: #F3F3F5;
    padding: 16px 30px;
}

.blog-details-meta span {
    margin-right: 30px;
}

.blog-details-meta span i {
    color: #0099ff;
    padding-right: 5px;
}

.blog-details-content {
    padding: 20px 0 18px;
}

.blog-details-content h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.blog-details-thumb img {
    width: 100%;
}

.blog-details-des {
    padding: 30px 0 10px;
}

.blog-details-blockquote {
    background: rgba(45,105,255,0.9);
    padding: 40px 38px 26px;
    position: relative;
    margin-bottom: 10px;
}

.blog-details-blockquote::before {
    position: absolute;
    content: "";
    background: url(assets/images/resource/quite.png);
    top: 40px;
    left: 60px;
    height: 75px;
    width: 75px;
    background-repeat: no-repeat;
}

.blog-details-blockquote blockquote {
    font-size: 18px;
    color: #0E1317;
    font-weight: 500;
    font-family: 'Open Sans';
}

.blog-details-video-thumb {
    margin-top: 30px;
    position: relative;
}

.blog-details-video-thumb img {
    width: 100%;
}

.blog-details-video-thumb-inner img {
    width: 100%;
}

.video-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding-top: 8px;
}

.video-icon a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    position: relative;
    color: #0099ff;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
    background: #fff;
    font-size: 25px;
    z-index: 1;
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0);
        box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0)
    }
}


.blog-details-content h3 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 15px;
}

.blog-details-content-list {
    margin-bottom: 30px;
}

.blog-details-content-list p i {
    font-size: 14px;
    height: 32px;
    width: 32px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 31px;
    border-radius: 100%;
    margin-right: 15px;
}

.blog-detials-area .blog-content {
    padding: 20px 30px 38px;
}

.blog-details-button a {
    display: inline-block;
    border: 2px solid #0099ff;
    padding: 3px 20px;
    position: relative;
    z-index: 1;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 10px;
}

.blog-details-button a:before {
    position: absolute;
    content: "";
    left: -2px;
    top: -1px;
    height: 104%;
    width: 104%;
    background: linear-gradient(to right, #0099ff 6%, #0099ff 96%);
    z-index: -1;
    border-radius: 3px;
    transition: .5s;
}

.blog-details-button a.active {
    border-color: #0099ff;
    background: transparent;
    color: #0099ff;
    transition: .5s;
    margin-left: 10px;
}

.blog-details-button a.active:before{
    background: transparent;
}

.blog-details-button a.active:hover:before{
    background: linear-gradient(to right, #0099ff 6%, #0099ff 96%);
}

.blog-details-button a.active:hover{
    color: #fff;
    border-color: #0099ff;
}

.blog-details-social {
    text-align: right;
}

.blog-details-social a {
    display: inline-block;
    border: 2px solid #0099ff;
    height: 40px;
    width: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 100%;
    font-size: 14px;
    transition: .5s;
    margin-left: 5px;
}

.blog-details-social a:hover{
    background: #0099ff;
    border-color: #0099ff;
    color: #fff;
}

/* Blog Details Author */

.blog-details-author {
    border-top: 2px solid #CED3D9;
    padding-top: 40px;
    margin-top: 32px;
}

.blog-details-author-inner {
    background: #F3F3F5;
    padding: 30px 30px 25px;
}

.blog-details-author-thumb {
    float: left;
    margin-right: 30px;
}

.blog-details-author-content h2 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 12px;
}

/* Comment CSS */

.blog-details-comment {
    margin-bottom: 10px;
    position: relative;
}

.blog-details-comment-thumb {
    float: left;
    margin-right: 30px;
}

.blog-details-comment-content {
    overflow: hidden;
}

.blog-details-comment-content h2 {
    font-size: 18px;
    margin-top: 0;
}

.blog-details-comment-content span {
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
}

.blog-details-comment-reply {
    position: absolute;
    right: 25px;
}

.blog-details-comment-reply a {
    background: linear-gradient(to right, #0099ff 6%, #0099ff 96%);
    padding: 3px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
}

.blog-details-comment.reply {
    margin-left: 70px;
    padding-top: 35px;
    border-top: 2px solid #0099ff;
}

/* Blog Details Contact */

.blog-details-contact {
    border-top: 2px solid #0099ff;
    margin: 12px 20px 10px;
    padding-top: 8px;
}

.input-box input {
    outline: oldlace;
    width: 100%;
    height: 45px;
    margin-bottom: 25px;
    border-radius: 5px;
    border: 1px solid #EEEE;
    padding: 0 20px;
}

.input-box textarea {
    width: 100%;
    height: 200px;
    outline: 0;
    border: 1px solid #EEE;
    border-radius: 5px;
    padding: 12px 23px 0;
}

.input-button button {
    background: #0099ff;
    color: #fff;
    border: transparent;
    padding: 12px 18px;
    border-radius: 5px;
    margin-top: 28px;
}

/*=================================
<--start-faqs-area-->
=================================*/

.faqs-area {
    padding: 121px 0 120px;
}

.faqs-content {
    box-shadow: 0px 15px 30px rgba(0,0,0,0.15);
    padding: 24px 43px 53px;
    border-radius: 5px;
}

.faqs-content h4 {
    font-size: 22px;
    color: #232323;
    font-family: "Nunito Sans";
    margin-bottom: -14px;
}

.accordion li {
    position: relative;
    list-style: none;
    background: #fff;
    margin-top: 22px;
    box-shadow: 0 0 1px #a59090;
    padding: 1px 0 3px;
}

.accordion li p {
    display: none;
    font-size: 16px;
    font-weight: 400;
    width: 95%;
    line-height: 26px;
    margin-left: 21px;
    margin-top: -8px;
}

.accordion h3 {
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 700;
    line-height: 3;
    font-size: 14px;
    font-size: 0.875rem;
    text-indent: 30px;
    user-select: none;
    font-size: 17px;
    color: #232323;
    transition: 0.5s;
}

.accordion h3:hover{
    color:#0983E3;
}

.accordion h3::after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    position: absolute;
    right: 23px;
    content: " ";
    top: 35px;
    transform: rotate(403deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.accordion p {
  font-size: 0.8125rem;
  line-height: 2;
  padding: 10px;
}

h3.active:after {
    transform: rotate(225deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
} 

/*======================================
  <--start-portfolio-area-->
========================================*/
.portfolio-area {
    padding: 92px 0 88px;
}

.portfolio-area  .section-title {
    margin-bottom: 45px;
}

.portfolio-area .section-title h1 {
    color: #032954;
}

.portfolio-area  .section-title p {
    width: 48%;
    color: #57647c;
    margin: auto;
    margin-top: 22px;
}

/* portfolio menu */
.portfolio_menu {
    text-align: center;
    padding: 0 0 45px;
}

li.current_menu_item {
    background: #0099ff !important;
}

.portfolio_menu ul li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    cursor: pointer;
    padding: 7px 30px;
    background: #032954;
    color: #fff;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.portfolio_menu ul li:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: #0099ff;
    transform: scale(0);
    border-radius: 30px;
    transition: .5s;
}

.single-portfolio-box {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    margin-bottom: 30px;
}

.signle-portfolio-thumb {
    position: relative;
}

.signle-portfolio-thumb:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(45,105,255,0.6);
    transform: scale(0);
    transition: 0.5s;
}

.single-portfolio-box:hover .signle-portfolio-thumb:before{
    transform: scale(1);
}

.signle-portfolio-thumb img {
    width: 100%;
}

.portfolio-box-icon {
    position: absolute;
    left: 47%;
    bottom: 103%;
    transition:0.5s;
}

.single-portfolio-box:hover .portfolio-box-icon{
    bottom: 42%;
}

.portfolio-box-icon i {
    color: #fff;
    font-size: 35px;
}

.poftolio-content {
    text-align: center;
    background: #fff;
    position: absolute;
    bottom: -50%;
    left: 5%;
    width: 90%;
    border-radius: 0;
    transition: 0.5s;
    height: 102px;
    padding: 11px 0 6px;
}

.single-portfolio-box:hover .poftolio-content{
    bottom:0;
}

.poftolio-content h6 {
    font-size: 18px;
    color: #0099ff;
    margin-top: 10px;
}

.poftolio-content h4 a {
    font-size: 16px;
    margin-top: -33px;
    transition: 0.5s;
    font-weight: 700;
    display: inherit;
}

.poftolio-content h4 a:hover{
    color:#0099ff;
}


/*===========================
<-- portfolio-details-css-->
=============================*/
.portfolio-details-area {
    padding: 120px 0 114px;
}

.row.box-shadow {
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    padding: 58px 70px 56px;
}

.portfolio-details-thumb img {
    width: 100%;
    margin-left: -29px;
}

.portfolio-details-content h4 {
    font-size: 25px;
    font-weight: 600;
}

.portfolio-details-content ul li strong {
    font-size: 18px;
    margin-right: 10px;
}

.portfolio-details-content ul li {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 13px 0;
    font-weight: 500;
    text-transform: capitalize;
    color: #222;
    font-size: 16px;
}

.port-dtl-social-icon {
    display: inline-block;
    margin-top: 16px;
}

.port-dtl-social-icon span {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
}

.port-dtl-social-icon ul {
    display: inline-block;
}

.port-dtl-social-icon ul li {
    list-style: none;
    display: inline-block;
}

.port-dtl-social-icon ul li i {
    display: inline-block;
    border: 1px solid #0099ff;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    line-height: 34px;
    text-align: center;
    color: #0099ff;
    margin-left: 6px;
    transition: 0.5s;
    font-size: 15px;
}

.port-dtl-social-icon ul li i:hover{
    background:#0099ff;
    color: #fff;
}

.port-dlt-title h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 27px 0 10px;
}

.port-dlt-text p {
    text-align: justify;
}


/*=================================
<--start-pricing-area-->
=================================*/

.pricing-area {
    padding: 108px 0 118px;
    background: #f6f6f6;
}

.pricing-area .section-title h1 {
 color: #032954;
}

.pricing-content {
    background-color: #ffff;
    padding: 0 0 39px;
}

.pricing-head {
    border-bottom: 1px solid #e7e2e2ee;
}

.pricing-head-title h4 {
    background-color: #0099ff;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    padding: 28px 0;
    font-size: 22px;
    margin: 0;
}

.pricing-rate h4 {
    text-align: center;
    font-size: 40px;
    color: #282828;
    padding: 16px 0 21px;
}

.pricing-head-text p {
    text-align: center;
    width: 50%;
    margin: auto;
    margin-bottom: 27px;
}

.pricing-body {
    margin-left: 29%;
    margin-top: 27px;
    position: relative;
}

.price-featur ul li {
    list-style: none;
    margin-bottom: 4px;
    position: relative;
}

.price-featur ul li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 11px;
    left: -22px;
    background: #0099ff;
    border-radius: 60px;
}

.picing-button a {
    display: inline-block;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
    margin-top: 40px;
    border: 1px solid  #0099ff;
    background-image: -webkit-linear-gradient(30deg, #0099ff 50%, transparent 50%);
    background-image: linear-gradient(30deg, #0099ff 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
}

.picing-button a:hover{
  background-position: 100%;
   color: #0099ff;
}





/*=================================
<--start-scroll-up-area-->
=================================*/

.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, #0099ff 0%, #0099ff 100%);
    background-image: -webkit-linear-gradient(0deg, #0099ff 0%, #0099ff 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, #0099ff 0%, #0099ff 100%);
    background-image: -ms-linear-gradient(0deg, #0099ff 0%, #0099ff 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: #fff; 
  }

.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: #fff;
    top: 3px;
    z-index: 1;
    background: #0099ff;
}

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

.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, #0099ff 0%, #0099ff 100%);
    background-image: -webkit-linear-gradient(0deg, #0099ff 0%, #0099ff 100%);
    border-radius: 100%;
}
.top-wrap .go-top-button:hover {
      background-color: #222;
      color: #fff; 
  }
@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); } }


/*===========================
<-- DreamHub 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: 999999;
}
.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: #9A241C;
    -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: #0C59DB;
    -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: #fff;
    -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 .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}

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

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

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

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

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

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



/*=================================
 <--All-porject-Animation-css-->
================================*/
.bounce-animate1 {
    animation-name: float-bob1;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob1;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob1;
    -ms-animation-duration: 4s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob1;
    -o-animation-duration: 4s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes float-bob1 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}


.rotateme{
    animation-name: rotateme;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes rotateme {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes alltuchtopdown{
0%{
-webkit-transform:rotateX(0deg) translateY(0px);
-ms-transform:rotateX(0deg) translateY(0px);
transform:rotateX(0deg) translateY(0px)
}
50%{
-webkit-transform:rotateX(0deg) translateY(-20px);
-ms-transform:rotateX(0deg) translateY(-20px);
transform:rotateX(0deg) translateY(-20px)
}
100%{
-webkit-transform:rotateX(0deg) translateY(0px);
-ms-transform:rotateX(0deg) translateY(0px);
transform:rotateX(0deg) translateY(0px)
}
}

.dance {
  -webkit-animation: dance 2s alternate infinite;
  animation: dance 2s alternate infinite;
}

@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1.2);
  }
}

.dance2 {
  -webkit-animation: dance 3s alternate infinite;
  animation: dance 3s alternate infinite;
}

@keyframes dance2 {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1.0);
  }
}

