/*-----------------------------------------------------------------------------------

    Template Name: Core Digitals
    Template URI: coredigitals.co.uk
    Description: Custom Development
    Author: Core Digitals Core Team
    Author URI: coredigitals.co.uk
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
  02. Header
    03. Hero
  04. Footer

-----------------------------------------------------------------------------------*/

/*===========================
    1. COMMON css 
===========================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
body { font-family: 'Poppins', sans-serif; font-weight: normal; font-style: normal; color: #002e44; }
@media (max-width:767px) {
  body { overflow-x: hidden; }
}
* { margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline: 0 !important; }
img { max-width: 100%; }
a:focus,
input:focus,
textarea:focus,
button:focus { text-decoration: none; outline: none; }
a:focus,
a:hover { text-decoration: none; color: #000; }
i,
span,
a { display: inline-block; color: #8d52e3; font-weight: 500; }
h1,
h2,
h3,
h4,
h5,
h6 { font-family: 'Poppins', sans-serif; font-weight: 700; color: #002e44; margin: 0px; }
h1 { font-size: 48px; }
h2 { font-size: 36px; }
h3 { font-size: 28px; }
h4 { font-size: 22px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }
ul,
ol { margin: 0px; padding: 0px; list-style-type: none; }
p { font-size: 16px; font-weight: 400; line-height: 1.6; color: #000000; margin: 0px; }
.bg_cover { background-position: center center; background-size: cover; background-repeat: no-repeat; width: 100%; height: 100%; }
.slick-slide { outline: 0; }

/*===== All Button Style =====*/
.main-btn { display: inline-block; font-weight: 500; text-align: center; white-space: nowrap; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid #001e59; padding: 0 40px; font-size: 16px; line-height: 50px; border-radius: 40px; color: #fff; cursor: pointer; z-index: 5; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; -ms-transition: all 0.4s ease-out 0s; -o-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; background-color: #001e59; }
.main-btn:hover { background-color: #fff; color: #8d53e5; border-color: #8d53e5; }
.main-btn.main-btn-2 { background-color: #fff; color: #8d53e5; border-color: #8d53e5; }
.main-btn.main-btn-2:hover { background-color: #8d53e5; border-color: #8d53e5; color: #fff; }
.section-title { padding-bottom: 43px; }
.section-title span { font-weight: 500; color: #8d53e5; position: relative; z-index: 11; }
.section-title .title { font-size: 45px; position: relative; z-index: 10; }
@media (max-width:767px) {
  .section-title .title { font-size: 40px; }
}
.section-title .title::before { position: absolute; content: 'Services'; left: 50%; bottom: 0; font-size: 200px; line-height: 180px; color: rgb(141 85 231 / 6%); transform: translateX(-50%); z-index: -1; }
@media only screen and (min-width:768px) and (max-width:991px) {
  .section-title .title::before { font-size: 160px; }
}
@media (max-width:767px) {
  .section-title .title::before { display: none; }
}
.section-title img { margin-top: 5px; }

/*Loader Css*/
.preloader { background-color: #fff; bottom: 0; height: 100%; left: 0; position: fixed; right: 0; top: 0; width: 100%; z-index: 9999; }
.lds-ellipsis { margin: 0 auto; position: relative; top: 50%; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 64px; text-align: center; z-index: 9999; }
.lds-ellipsis span { display: inline-block; width: 15px; height: 15px; border-radius: 50%; background: #8d53e5; -webkit-animation: ball-pulse-sync .6s 0s infinite ease-in-out; animation: ball-pulse-sync .6s 0s infinite ease-in-out; }
.lds-ellipsis span:nth-child(1) { -webkit-animation: ball-pulse-sync .6s -.14s infinite ease-in-out; animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out; }
.lds-ellipsis span:nth-child(2) { -webkit-animation: ball-pulse-sync .6s -70ms infinite ease-in-out; animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out; }
@-webkit-keyframes ball-pulse-sync {
  33% { -webkit-transform: translateY(10px); transform: translateY(10px); }
  66% { -webkit-transform: translateY(-10px); transform: translateY(-10px); }
  100% { -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes ball-pulse-sync {
  33% { -webkit-transform: translateY(10px); transform: translateY(10px); }
  66% { -webkit-transform: translateY(-10px); transform: translateY(-10px); }
  100% { -webkit-transform: translateY(0); transform: translateY(0); }
}

/*===========================
    2.HEADER css 
===========================*/
.navigation { position: absolute; left: 0; right: 0; top: 5px; padding: 0 0; z-index: 999; }
@media only screen and (min-width:1200px) and (max-width:1600px) {
  .navigation { padding: 0 15px; }
}
@media only screen and (min-width:992px) and (max-width:1200px) {
  .navigation { padding: 0 15px; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .navigation { padding: 0 15px; }
}
@media (max-width:767px) {
  .navigation { padding: 0 15px; }
}
.navigation.sticky { position: fixed; top: 0; left: 0; right: 0; background: #fff; box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04); z-index: 999; animation: sticky  1.2s; }
.navigation.sticky .navbar .navbar-nav .nav-item a { line-height: 80px !important; }
@media only screen and (min-width:768px) and (max-width:991px) {
  .navigation.sticky .navbar .navbar-nav .nav-item a { line-height: 40px !important; }
}
@media (max-width:767px) {
  .navigation.sticky .navbar .navbar-nav .nav-item a { line-height: 40px !important; }
}
.navigation.sticky .navbar .navbar-nav .nav-item .sub-menu li a { line-height: 22px !important; font-size: 13px; }
.navigation.sticky .navbar { padding: 0 15%; }
.navigation .navbar { position: relative; padding: 0; }
.navigation .navbar .navbar-brand { margin-right: 0; }
.navigation .navbar .navbar-toggler { border: 2px solid #000; padding: 10px 12px; border-radius: 0; }
.navigation .navbar .navbar-toggler .toggler-icon { width: 30px; height: 2px; background-color: #222; margin: 5px 0; display: block; position: relative; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 7px; }
.navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) { opacity: 0; }
.navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) { -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); top: -7px; }
@media only screen and (min-width:768px) and (max-width:991px) {
  .navigation .navbar .navbar-collapse { position: absolute; top: 106%; left: 0; width: 100%; background-color: #8d53e5; z-index: 8; padding: 10px 16px; box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15); }
}
@media (max-width:767px) {
  .navigation .navbar .navbar-collapse { position: absolute; top: 106%; left: 0; width: 100%; background-color: #8d53e5; z-index: 8; padding: 10px 16px; box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15); }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .navigation .navbar .navbar-nav { margin-right: 0; }
}
@media (max-width:767px) {
  .navigation .navbar .navbar-nav { margin-right: 0; }
}
.navigation .navbar .navbar-nav .nav-item { position: relative; margin: 0 30px; }
@media only screen and (min-width:1200px) and (max-width:1600px) {
  .navigation .navbar .navbar-nav .nav-item { margin: 0 20px; }
}
@media only screen and (min-width:992px) and (max-width:1200px) {
  .navigation .navbar .navbar-nav .nav-item { margin: 0 12px; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .navigation .navbar .navbar-nav .nav-item { margin: 0px; }
}
@media (max-width:767px) {
  .navigation .navbar .navbar-nav .nav-item { margin: 0px; }
}
.navigation .navbar .navbar-nav .nav-item a { font-size: 16px; font-weight: 500; color: #000000; text-transform: capitalize; position: relative; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; line-height: 65px; padding: 0px; font-family: 'Poppins', sans-serif; }
@media only screen and (min-width:768px) and (max-width:991px) {
  .navigation .navbar .navbar-nav .nav-item a { color: #fff; }
}
@media (max-width:767px) {
  .navigation .navbar .navbar-nav .nav-item a { color: #fff; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .navigation .navbar .navbar-nav .nav-item a > i { display: none; }
}
@media (max-width:767px) {
  .navigation .navbar .navbar-nav .nav-item a > i { display: none; }
}
@media only screen and (min-width:992px) and (max-width:1200px) {
  .navigation .navbar .navbar-nav .nav-item a { font-size: 14px; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .navigation .navbar .navbar-nav .nav-item a { padding: 0; display: block; border: 0; margin: 0; line-height: 40px; }
}
@media (max-width:767px) {
  .navigation .navbar .navbar-nav .nav-item a { padding: 0; display: block; border: 0; margin: 0; line-height: 40px; }
}
.navigation .navbar .navbar-nav .nav-item a span { padding-left: 5px; font-size: 15px; }
@media only screen and (min-width:768px) and (max-width:991px) {
  .navigation .navbar .navbar-nav .nav-item a span { display: none; }
}
@media (max-width:767px) {
  .navigation .navbar .navbar-nav .nav-item a span { display: none; }
}
.navigation .navbar .navbar-nav .nav-item:first-child a { margin-left: 0; }
.navigation .navbar .navbar-nav .nav-item:last-child a { margin-right: 0; }
.navigation .navbar .navbar-nav .nav-item .sub-menu { position: absolute; left: 0; top: 110%; width: 210px; background-color: #fff; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; z-index: 99; -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16); -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16); box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16); }
@media only screen and (min-width:768px) and (max-width:991px) {
  .navigation .navbar .navbar-nav .nav-item .sub-menu { position: relative !important; width: 100% !important; left: 0 !important; top: auto !important; opacity: 1 !important; visibility: visible !important; display: none; right: auto; -webkit-transform: translateX(0%); -moz-transform: translateX(0%); -ms-transform: translateX(0%); -o-transform: translateX(0%); transform: translateX(0%); transition: 0s; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; text-align: left; border-top: 0; }
}
@media (max-width:767px) {
  .navigation .navbar .navbar-nav .nav-item .sub-menu { position: relative !important; width: 100% !important; left: 0 !important; top: auto !important; opacity: 1 !important; visibility: visible !important; display: none; right: auto; -webkit-transform: translateX(0%); -moz-transform: translateX(0%); -ms-transform: translateX(0%); -o-transform: translateX(0%); transform: translateX(0%); transition: 0s; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; text-align: left; border-top: 0; }
}
.navigation .navbar .navbar-nav .nav-item .sub-menu > li { position: relative; }
.navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-nav-toggler { color: #002e44; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.navigation .navbar .navbar-nav .nav-item .sub-menu > li a { display: block; padding: 8px 15px; position: relative; color: #000000; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; border-radius: 0; margin: 0 0; font-size: 13px; line-height: 24px; }
.navigation .navbar .navbar-nav .nav-item .sub-menu > li a i { float: right; font-size: 14px; margin-top: 5px; }
@media only screen and (min-width:768px) and (max-width:991px) {
  .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i { display: none; }
}
@media (max-width:767px) {
  .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i { display: none; }
}
.navigation .navbar .navbar-nav .nav-item .sub-menu > li a .sub-nav-toggler i { display: inline-block; }
.navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu { right: auto; left: 100%; top: 0; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
@media only screen and (min-width:768px) and (max-width:991px) {
  .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu { padding-left: 30px; }
}
@media (max-width:767px) {
  .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu { padding-left: 30px; }
}
.navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover .sub-menu { top: 100%; opacity: 1; visibility: visible; }
.navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover .sub-nav-toggler { color: #fff; }
.navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover > a { background-color: #8d53e5; color: #fff !important; }
.navigation .navbar .navbar-nav .nav-item:hover .sub-menu { opacity: 1; visibility: visible; top: 100%; }
.navigation .navbar .navbar-nav .nav-item .sub-nav-toggler { display: none; }
@media only screen and (min-width:768px) and (max-width:991px) {
  .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler { display: inline-block; position: absolute; top: -14px; right: 0; padding: 10px 14px; font-size: 16px; background: none; border: 0; color: #fff; }
}
@media (max-width:767px) {
  .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler { display: inline-block; position: absolute; top: -14px; right: 0; padding: 10px 14px; font-size: 16px; background: none; border: 0; color: #fff; }
}
.navigation .navbar .navbar-btn .nice-select { margin-right: 70px; border: 0 !important; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .navigation .navbar .navbar-btn .nice-select { margin-right: 10px; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .navigation .navbar .navbar-btn .nice-select { margin-right: 30px; }
}
@media (max-width:767px) {
  .navigation .navbar .navbar-btn .nice-select { display: none; }
}
.navigation .navbar .navbar-btn .nice-select::before { position: absolute; content: ''; left: -20px; top: 50%; transform: translateY(-50%); height: 30px; width: 30px; border-radius: 50%; border: 7px solid #8d53e5; }
.navigation .navbar .navbar-btn .nice-select::after { border-bottom: 2px solid #002e44; border-right: 2px solid #002e44; }
.navigation .navbar .navbar-btn a { border-radius: 40px; background: linear-gradient(to right, #8d4fe0 0%, #8c63f8 50%, #4c38ae 100%); background-size: 200% auto; box-shadow: 0px 8px 16px 0px rgb(167 163 174 / 30%); border: 0; line-height: 50px; padding: 0 40px; color: #fff; }
.navigation .navbar .navbar-btn a:hover { background-position: right center; }
@media only screen and (min-width:768px) and (max-width:991px) {
  .navigation .navbar .navbar-btn { position: absolute; right: 70px; top: 50%; transform: translateY(-50%); }
}
@media (max-width:767px) {
  .navigation .navbar .navbar-btn { position: absolute; right: 70px; top: 50%; transform: translateY(-50%); }
}
.header-3-area .navigation .navbar .navbar-btn .nice-select { padding-left: 54px; padding-right: 38px; border-radius: 40px; height: 50px; line-height: 50px; }
.header-3-area .navigation .navbar .navbar-btn .nice-select::before { left: 12px; border: 7px solid #8d53e5; }
.header-3-area .navigation .navbar .navbar-btn .nice-select::after { right: 28px; margin-top: -3px; }
.header-3-area .navigation .navbar .navbar-btn .nice-select .list { width: 100%; top: 92%; }
.header-3-area .navigation .navbar .navbar-btn a { background: #8d53e5; box-shadow: 0px 8px 16px 0px rgba(1, 96, 231, 0.2); }
.header-3-area.header-4-area .navigation.sticky { background: #3b4a8c; }
.header-3-area.header-4-area .navigation .navbar .navbar-nav .nav-item .nav-link { color: #fff; }
.header-3-area.header-4-area .navigation .navbar .navbar-toggler { border-color: #fff; }
.header-3-area.header-4-area .navigation .navbar .navbar-toggler span { background: #fff; }
.header-3-area.header-4-area .navigation .navbar-btn a { border: 0; background-image: -moz-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); background-image: -webkit-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); background-image: -ms-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); box-shadow: 0px 8px 16px 0px rgba(251, 143, 143, 0.2); }
@-webkit-keyframes sticky {
  0% { top: -200px; }
  100% { top: 0; }
}
@keyframes sticky {
  0% { top: -200px; }
  100% { top: 0; }
}

/*===========================
    3.BANNER css 
===========================*/
.banner-area { height: 800px; position: relative; }
@media only screen and (min-width:768px) and (max-width:991px) {
  .banner-area { margin-top: 0; }
}
@media (max-width:767px) {
  .banner-area { margin-top: 0; }
}
.banner-area .banner-thumb { position: absolute; right: 0; top: 50%; transform: translateY(-50%); text-align: right; width: 45%; }
@media only screen and (min-width:768px) and (max-width:991px) {
  .banner-area .banner-thumb { width: 38%; }
}
@media (max-width:767px) {
  .banner-area .banner-thumb { display: none; }
}
.banner-area .banner-thumb img { width: 100%; }
.banner-area .banner-content { margin-right: -75px; }
@media (max-width:767px) {
  .banner-area .banner-content { margin-right: 0; }
}
.banner-area .banner-content a { height: 80px; width: 80px; text-align: center; line-height: 80px; border-radius: 50%; background-image: -moz-linear-gradient(0deg, #1341a9 0%, #1654c3 100%); background-image: -webkit-linear-gradient(0deg, #8d52e4 0%, #8c5ff3 100%); background-image: -ms-linear-gradient(0deg, #1341a9 0%, #1654c3 100%); box-shadow: 0px 16px 32px 0px rgba(22, 85, 197, 0.2); color: #fff; }
.banner-area .banner-content span { color: #8c61f6; font-weight: 500; margin-top: 32px; }
.banner-area .banner-content .title { line-height: 65px; font-size: 55px; padding-top: 0px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .banner-area .banner-content .title { font-size: 65px; line-height: 75px; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .banner-area .banner-content .title { font-size: 54px; line-height: 64px; }
}
@media (max-width:767px) {
  .banner-area .banner-content .title { font-size: 32px; line-height: 42px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .banner-area .banner-content .title { font-size: 54px; line-height: 64px; }
}
.banner-area .banner-content p { padding-right: 30px; padding-top: 34px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .banner-area .banner-content p { padding-right: 0; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .banner-area .banner-content p { padding-right: 0; }
}
@media (max-width:767px) {
  .banner-area .banner-content p { padding-right: 0; font-size: 15px; }
}
.banner-area-2 { padding-bottom: 110px; }
.banner-area-2 .banner-content { padding-top: 90px; }
.banner-area-2 .banner-content .title { font-size: 80px; font-weight: 300; line-height: 90px; }
@media (max-width:767px) {
  .banner-area-2 .banner-content .title { font-size: 36px; line-height: 46px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .banner-area-2 .banner-content .title { font-size: 60px; line-height: 70px; }
}
.banner-area-2 .banner-content .title span { font-weight: 500; }
.banner-area-2 .banner-content > span { font-size: 16px; font-weight: 500; color: #0acc94; padding-bottom: 20px; }
.banner-area-2 .banner-content img { width: 100%; margin-top: 62px; }
.banner-3-area { height: 1095px; position: relative; background: #f9fbff; }
@media only screen and (min-width:768px) and (max-width:991px) {
  .banner-3-area { height: 850px; }
}
@media (max-width:767px) {
  .banner-3-area { height: 750px; }
}
.banner-3-area::before { position: absolute; content: ''; right: 0; top: 0; height: 100%; min-width: 800px; background-size: cover; background-position: center; background-repeat: no-repeat; background-image: url(../images/banner-bg-1.jpg); }
@media only screen and (min-width:1200px) and (max-width:1600px) {
  .banner-3-area::before { min-width: 518px; }
}
@media only screen and (min-width:992px) and (max-width:1200px) {
  .banner-3-area::before { min-width: 350px; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .banner-3-area::before { min-width: 0; }
}
@media (max-width:767px) {
  .banner-3-area::before { min-width: 0; }
}
.banner-3-area .banner-content > span { font-size: 26px; font-weight: 500; color: #8d53e5; padding-bottom: 10px; }
.banner-3-area .banner-content .title { font-size: 120px; line-height: 130px; font-weight: 500; color: #002e44; letter-spacing: -3px; padding-bottom: 14px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .banner-3-area .banner-content .title { font-size: 100px; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .banner-3-area .banner-content .title { font-size: 80px; line-height: 90px; }
}
@media (max-width:767px) {
  .banner-3-area .banner-content .title { font-size: 40px; line-height: 50px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .banner-3-area .banner-content .title { font-size: 70px; line-height: 80px; }
}
.banner-3-area .banner-content .title span { font-weight: 100; }
.banner-3-area .banner-content ul li { display: inline-block; }
.banner-3-area .banner-content ul li a.main-btn { box-shadow: 0px 8px 16px 0px rgba(1, 96, 231, 0.2); background-color: #8d53e5; border-color: #8d53e5; line-height: 60px; padding: 0 42px; }
@media (max-width:767px) {
  .banner-3-area .banner-content ul li a.main-btn { margin-bottom: 20px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .banner-3-area .banner-content ul li a.main-btn { margin-bottom: 0px; }
}
.banner-3-area .banner-content ul li a.main-btn:hover { background-color: transparent; color: #8d53e5; }
.banner-3-area .banner-content ul li a.scroll-down { height: 100px; width: 100px; text-align: center; line-height: 74px; border-radius: 50%; background-color: #fe4c1c; color: #fff; box-shadow: 0px 8px 16px 0px rgba(254, 76, 28, 0.2); border: 13px solid #fff; font-size: 20px; margin-left: 28px; }
.page-title-area { background-image: -moz-linear-gradient(0deg, #604ac6 0%, #9050e2 100%); background-image: -webkit-linear-gradient(0deg, #604ac6 0%, #9050e2 100%); background-image: -ms-linear-gradient(0deg, #604ac6 0%, #9050e2 100%); position: relative; z-index: 10; }
.page-title-area .page-title { position: relative; padding-top: 132px; padding-bottom: 185px; }
.page-title-area .page-title .title { color: #fff; font-size: 45px; font-weight: 700; text-transform: capitalize; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .page-title-area .page-title .title { font-size: 66px; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .page-title-area .page-title .title { font-size: 70px; }
}
@media (max-width:767px) {
  .page-title-area .page-title .title { font-size: 46px; }
}
.page-title-area .page-title p { color: #fff; font-size: 18px; padding-top: 5px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .page-title-area .page-title p { font-size: 20px; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .page-title-area .page-title p { font-size: 20px; }
}
@media (max-width:767px) {
  .page-title-area .page-title p { font-size: 15px; }
}
.page-title-area .page-title nav { position: absolute; left: 0; bottom: -30px; }
.page-title-area .page-title nav ol { background-color: #fff; margin: 0; padding: 17px 34px; border-radius: 40px; box-shadow: 0px 16px 32px 0px rgba(22, 85, 197, 0.06); }
.page-title-area .page-title nav ol li { font-size: 16px; font-weight: 700; color: #002e44; }
.page-title-area .page-title nav ol li a { font-size: 16px; font-weight: 700; color: #002e44; }
.page-title-area .page-title-thumb { position: absolute; bottom: -30px; right: 0; text-align: right; z-index: -1; }
@media (max-width:767px) {
  .page-title-area .page-title-thumb { display: none; }
}
.page-title-area .page-title-thumb img { width: 100%; }
@media only screen and (min-width:768px) and (max-width:991px) {
  .page-title-area .page-title-thumb img { width: 60%; }
}
.breadcrumb-item + .breadcrumb-item::before { content: "|"; color: #002e44; }
.banner-4-area { height: 1000px; position: relative; }
.banner-4-area .banner-pattern { position: absolute; left: 30px; bottom: 30px; }
.banner-4-area .banner-content span { font-weight: 500; color: #fff; }
.banner-4-area .banner-content .title { font-size: 80px; line-height: 90px; color: #fff; padding-bottom: 52px; padding-top: 19px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .banner-4-area .banner-content .title { font-size: 70px; line-height: 80px; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .banner-4-area .banner-content .title { font-size: 60px; line-height: 70px; }
}
@media (max-width:767px) {
  .banner-4-area .banner-content .title { font-size: 38px; line-height: 48px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .banner-4-area .banner-content .title { font-size: 60px; line-height: 70px; }
}
.banner-4-area .banner-content ul li { display: inline-block; margin-right: 26px; }
@media (max-width:767px) {
  .banner-4-area .banner-content ul li { margin-right: 0; margin-top: 20px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .banner-4-area .banner-content ul li { margin-right: 26px; margin-top: 0px; }
}
.banner-4-area .banner-content ul li a { background: #1c2962; border-color: #1c2962; color: #fff; line-height: 60px; padding: 0 60px; }
.banner-4-area .banner-content ul li a:hover { background-color: transparent; color: #1c2962; }
.banner-4-area .banner-content ul li a.main-btn-2 { border: 0; background-image: -moz-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); background-image: -webkit-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); background-image: -ms-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); box-shadow: 0px 8px 16px 0px rgba(251, 143, 143, 0.2); }

/*===========================
    4.SERVICES css 
===========================*/
.services-area .services-item { padding-top: 70px; padding-bottom: 64px; position: relative; z-index: 10; }
.services-area .services-item::before { position: absolute; content: ''; left: 0; top: 0; height: 100%; width: 100%; background: #fff; z-index: -1; }
.services-area .services-item .title { font-size: 20px; line-height: 30px; padding: 30px 30px 24px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .services-area .services-item .title { padding: 30px 10px 24px; font-size: 24px; line-height: 34px; }
}
@media (max-width:767px) {
  .services-area .services-item .title { padding: 30px 10px 24px; font-size: 24px; line-height: 34px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .services-area .services-item .title { padding: 30px 30px 24px; font-size: 30px; line-height: 40px; }
}
.services-area .services-item ul li { padding: 5px 0; }
.services-area .services-item ul li a { color: #002e44; font-size: 16px; font-weight: 500; }
.services-area .services-item ul li a i { height: 40px; width: 40px; text-align: center; line-height: 37px; border: 2px solid #e9f0f5; border-radius: 50%; margin-right: 21px; }
.services-area .services-item.center { box-shadow: 0px 16px 32px 0px rgba(22, 85, 197, 0.06); }
.services-area .services-item.center::after { position: absolute; content: ''; top: -10px; left: -10px; width: 0; height: 0; border-top: 32px solid #8d53e5; border-right: 32px solid transparent; z-index: -2; }
.services-area .services-item.center .services-dot { position: absolute; right: -28px; bottom: -28px; z-index: -2; }
@media (max-width:767px) {
  .services-area .services-item.center .services-dot { display: none; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .services-area .services-item.center .services-dot { display: flex; }
}
.services-area.services-4-area .section-title span { color: #f87b81; }
.services-area.services-4-area .section-title .title::before { color: #f2f7ff; }
.services-area.services-4-area .single-services { padding: 62px 39px 50px; position: relative; z-index: 10; background-image: -moz-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); background-image: -webkit-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); background-image: -ms-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .services-area.services-4-area .single-services { padding: 62px 20px 50px; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .services-area.services-4-area .single-services { padding: 62px 20px 50px; }
}
@media (max-width:767px) {
  .services-area.services-4-area .single-services { padding: 62px 10px 50px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .services-area.services-4-area .single-services { padding: 62px 39px 50px; }
}
.services-area.services-4-area .single-services::before { position: absolute; content: ''; left: 0; top: 0; height: 100%; width: 100%; background: #fff; border: 2px solid #edf8ff; z-index: -1; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.services-area.services-4-area .single-services .item { padding-left: 90px; position: relative; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .services-area.services-4-area .single-services .item { padding-left: 70px; }
}
@media (max-width:767px) {
  .services-area.services-4-area .single-services .item { padding-left: 70px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .services-area.services-4-area .single-services .item { padding-left: 90px; }
}
.services-area.services-4-area .single-services .item i { position: absolute; left: 0; top: 50%; transform: translateY(-50%); font-size: 60px; color: #f87b81; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.services-area.services-4-area .single-services .item .title { font-size: 24px; line-height: 30px; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .services-area.services-4-area .single-services .item .title { font-size: 22px; }
}
.services-area.services-4-area .single-services p { padding-top: 35px; padding-bottom: 19px; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.services-area.services-4-area .single-services a { color: #002e44; text-transform: capitalize; font-weight: 700; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.services-area.services-4-area .single-services:hover { box-shadow: 0px 8px 16px 0px rgba(251, 143, 143, 0.4); }
.services-area.services-4-area .single-services:hover::before { opacity: 0; }
.services-area.services-4-area .single-services:hover .item i { color: #fff; }
.services-area.services-4-area .single-services:hover .item .title { color: #fff; }
.services-area.services-4-area .single-services:hover p { color: #fff; }
.services-area.services-4-area .single-services:hover a { color: #fff; }
.services-2-area { position: relative; z-index: 10; padding-bottom: 133px; }
.services-2-area .services-dot { position: absolute; top: 72px; left: 372px; z-index: -1; }
.services-2-area .services-item { box-shadow: 0px 16px 32px 0px rgba(52, 52, 52, 0.06); padding: 50px 35px 45px; position: relative; z-index: 10; overflow: hidden; background: #fff; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .services-2-area .services-item { padding: 30px 15px 30px; }
}
@media (max-width:767px) {
  .services-2-area .services-item { padding: 30px 15px 30px; margin-top: 30px !important; }
}
.services-2-area .services-item::before { position: absolute; content: ''; left: 0; top: 0; height: 100%; width: 100%; z-index: -1; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; opacity: 0; }
.services-2-area .services-item .icon { height: 60px; width: 60px; text-align: center; line-height: 55px; background: #f4f9ff; border-radius: 5px; display: inline-block; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.services-2-area .services-item .title { font-size: 24px; font-weight: 500; padding-top: 34px; color: #002e44; padding-bottom: 15px; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .services-2-area .services-item .title { font-size: 20px; }
}
.services-2-area .services-item p { font-size: 14px; line-height: 26px; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.services-2-area .services-item.active::before,
.services-2-area .services-item:hover::before { opacity: 1; }
.services-2-area .services-item.active .icon,
.services-2-area .services-item:hover .icon { background: #fff; }
.services-2-area .services-item.active .title,
.services-2-area .services-item.active p,
.services-2-area .services-item:hover .title,
.services-2-area .services-item:hover p { color: #fff; }
.services-2-area .services-item.active.item-1::before,
.services-2-area .services-item:hover.item-1::before { background-image: -moz-linear-gradient(90deg, #0036a4 0%, #007eff 100%); background-image: -webkit-linear-gradient(90deg, #0036a4 0%, #007eff 100%); background-image: -ms-linear-gradient(90deg, #0036a4 0%, #007eff 100%); }
.services-2-area .services-item.active.item-2::before,
.services-2-area .services-item:hover.item-2::before { background-image: -moz-linear-gradient(90deg, #0acc94 0%, #25d16e 100%); background-image: -webkit-linear-gradient(90deg, #0acc94 0%, #25d16e 100%); background-image: -ms-linear-gradient(90deg, #0acc94 0%, #25d16e 100%); }
.services-2-area .services-item.active.item-3::before,
.services-2-area .services-item:hover.item-3::before { background-image: -moz-linear-gradient(90deg, #5900e6 0%, #c872e8 100%); background-image: -webkit-linear-gradient(90deg, #5900e6 0%, #c872e8 100%); background-image: -ms-linear-gradient(90deg, #5900e6 0%, #c872e8 100%); }
.services-2-area .services-item.active.item-4::before,
.services-2-area .services-item:hover.item-4::before { background-image: -moz-linear-gradient(90deg, #ff5c00 0%, #ff9200 100%); background-image: -webkit-linear-gradient(90deg, #ff5c00 0%, #ff9200 100%); background-image: -ms-linear-gradient(90deg, #ff5c00 0%, #ff9200 100%); }
.services-2-area.services-page { padding-bottom: 140px; }
.services-2-area.services-page .section-title .title::before { color: #ebf2fb; }
.services-2-area.services-page .services-dot { display: none; }
.services-2-area.services-page .services-shape-bg { position: absolute; right: 0; top: 0; z-index: 1; }
.services-2-area.services-page .services-shape-bg img { width: 100%; }
.services-features-area .section-title span { color: #00c3ff; }
.services-features-area .section-title .title::before { content: 'Feateurs'; }
.services-features-area .features-tab-btns { padding-top: 72px; }
@media only screen and (min-width:768px) and (max-width:991px) {
  .services-features-area .features-tab-btns { padding-top: 0; }
}
@media (max-width:767px) {
  .services-features-area .features-tab-btns { padding-top: 0; }
}
.services-features-area .features-tab-btns .nav li a { background: #eff6ff; text-align: center; min-width: 170px; padding: 66px 0  21px; position: relative; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .services-features-area .features-tab-btns .nav li a { min-width: 140px; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .services-features-area .features-tab-btns .nav li a { min-width: 210px; margin-top: 70px; }
}
@media (max-width:767px) {
  .services-features-area .features-tab-btns .nav li a { min-width: 135px; margin-top: 70px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .services-features-area .features-tab-btns .nav li a { min-width: 155px; margin-top: 70px; }
}
.services-features-area .features-tab-btns .nav li a i { height: 85px; width: 85px; text-align: center; line-height: 85px; border-radius: 50%; background-image: -moz-linear-gradient(0deg, #0acc94 0%, #25d16e 100%); background-image: -webkit-linear-gradient(0deg, #0acc94 0%, #25d16e 100%); background-image: -ms-linear-gradient(0deg, #0acc94 0%, #25d16e 100%); color: #fff; font-size: 40px; position: absolute; left: 50%; top: -42px; transform: translateX(-50%); }
.services-features-area .features-tab-btns .nav li a span { color: #002e44; display: block; font-size: 20px; line-height: 26px; font-weight: 500; }
.services-features-area .features-tab-btns .nav li a.active { background-image: -moz-linear-gradient(0deg, #0acc94 0%, #25d16e 100%); background-image: -webkit-linear-gradient(0deg, #0acc94 0%, #25d16e 100%); background-image: -ms-linear-gradient(0deg, #0acc94 0%, #25d16e 100%); }
.services-features-area .features-tab-btns .nav li a.active i { background: #fff; color: #0acc94; box-shadow: 0px 30px 60px 0px rgba(11, 204, 147, 0.4); }
.services-features-area .features-tab-btns .nav li a.active span { color: #fff; }
.services-features-area .features-tab-btns .tab-content .solution-content span { font-size: 16px; font-weight: 500; color: #002e44; padding-bottom: 10px; }
.services-features-area .features-tab-btns .tab-content .solution-content .title { font-size: 60px; line-height: 70px; padding-bottom: 6px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .services-features-area .features-tab-btns .tab-content .solution-content .title { font-size: 48px; line-height: 58px; }
}
@media (max-width:767px) {
  .services-features-area .features-tab-btns .tab-content .solution-content .title { font-size: 32px; line-height: 42px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .services-features-area .features-tab-btns .tab-content .solution-content .title { font-size: 60px; line-height: 70px; }
}
.services-features-area .features-tab-btns .tab-content .solution-content p { line-height: 28px; padding-right: 35px; padding-top: 23px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .services-features-area .features-tab-btns .tab-content .solution-content p { font-size: 15px; }
}
@media (max-width:767px) {
  .services-features-area .features-tab-btns .tab-content .solution-content p { padding-right: 0; }
}
.services-features-area.services-4-features-area { background: #fff2fa; }
.services-features-area.services-4-features-area .section-title span { color: #f87b81; }
.services-features-area.services-4-features-area .section-title .title::before { color: #fff; }
.services-features-area.services-4-features-area .features-tab-btns .nav .nav-item .nav-link { background: #fff; }
.services-features-area.services-4-features-area .features-tab-btns .nav .nav-item .nav-link i { background-image: -moz-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); background-image: -webkit-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); background-image: -ms-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); box-shadow: 0px 8px 16px 0px rgba(251, 143, 143, 0.3); }
.services-features-area.services-4-features-area .features-tab-btns .nav .nav-item .nav-link span { color: #002e44; }
.services-features-area.services-4-features-area .features-tab-btns .nav .nav-item .nav-link.active { background-image: -moz-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); background-image: -webkit-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); background-image: -ms-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); box-shadow: 0px 8px 16px 0px rgba(251, 143, 143, 0.3); }
.services-features-area.services-4-features-area .features-tab-btns .nav .nav-item .nav-link.active i { background: #fff; color: #f87b81; }
.services-features-area.services-4-features-area .features-tab-btns .nav .nav-item .nav-link.active span { color: #fff; }
.services-features-area.services-4-features-area .tab-pane .solution-content span { color: #f87b81; }
.smm-services-area .smm-services-item { background-color: white; box-shadow: 0px 16px 32px 0px rgba(19, 66, 170, 0.06); padding: 50px 25px 45px 40px; position: relative; overflow: hidden; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .smm-services-area .smm-services-item { padding: 50px 20px 45px 20px; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .smm-services-area .smm-services-item { margin-top: 30px; }
}
@media (max-width:767px) {
  .smm-services-area .smm-services-item { margin-top: 30px; }
}
.smm-services-area .smm-services-item::before { position: absolute; content: '01'; top: -45px; right: -21px; font-weight: 900; font-size: 120px; color: #f5f8f9; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .smm-services-area .smm-services-item::before { font-size: 100px; top: -38px; }
}
.smm-services-area .smm-services-item .title { font-size: 20px; line-height: 30px; padding-top: 21px; padding-bottom: 6px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .smm-services-area .smm-services-item .title { font-size: 18px; }
}
.smm-services-area .smm-services-item.item-2::before { content: '02'; right: -5px; }
.smm-services-area .smm-services-item.item-3::before { content: '03'; right: -6px; }
.smm-services-area .smm-services-item.item-4::before { content: '04'; right: -4px; }

/*===========================
    5.QUERY css 
===========================*/
.query-area .query-item { padding: 120px; background: #8d53e5; position: relative; z-index: 10; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .query-area .query-item { padding: 70px; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .query-area .query-item { padding: 65px; }
}
@media (max-width:767px) {
  .query-area .query-item { padding: 20px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .query-area .query-item { padding: 70px; }
}
.query-area .query-item .dot-1 { position: absolute; top: 20px; left: 20px; z-index: -1; }
@media (max-width:767px) {
  .query-area .query-item .dot-1 { display: none; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .query-area .query-item .dot-1 { display: none; }
}
.query-area .query-item .dot-2 { position: absolute; right: 60px; bottom: 60px; z-index: -1; }
@media (max-width:767px) {
  .query-area .query-item .dot-2 { display: none; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .query-area .query-item .dot-2 { display: block; }
}
.query-area .query-item .query-content span { color: #fff; font-weight: 500; }
.query-area .query-item .query-content .title { font-size: 45px; color: #fff; position: relative; padding-bottom: 20px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .query-area .query-item .query-content .title { font-size: 44px; }
}
@media (max-width:767px) {
  .query-area .query-item .query-content .title { font-size: 32px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .query-area .query-item .query-content .title { font-size: 48px; }
}
.query-area .query-item .query-content .title::before { position: absolute; content: ''; left: 0; bottom: 0px; height: 2px; width: 14px; background: #fff; }
.query-area .query-item .query-content .title::after { position: absolute; content: ''; left: 20px; bottom: 0px; height: 2px; width: 30px; background: #fff; }
@media only screen and (min-width:768px) and (max-width:991px) {
  .query-area .query-item .query-btn { margin-top: 30px; }
}
@media (max-width:767px) {
  .query-area .query-item .query-btn { margin-top: 30px; }
}
.query-area .query-item .query-btn ul li a.main-btn { background: #fff; border-color: #fff; color: #002e44; }
.query-area .query-item .query-btn ul li a.main-btn:hover { background-color: transparent; color: #fff; }
.query-area .query-item .query-btn ul li a.main-btn i { padding-right: 6px; }
.query-area .query-item .query-btn ul li a.main-btn.main-btn-2 { background: #000000; border-color: #000000; color: #fff; margin-left: 20px; }
@media (max-width:767px) {
  .query-area .query-item .query-btn ul li a.main-btn.main-btn-2 { margin-left: 0; margin-top: 20px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .query-area .query-item .query-btn ul li a.main-btn.main-btn-2 { margin-left: 20px; margin-top: 0px; }
}
.query-area .query-item .query-btn ul li a.main-btn.main-btn-2:hover { background-color: transparent; color: #ffffff; border-color: #fff; }
.query-area.query-2-area { background: #fafbff; padding-top: 140px; padding-bottom: 140px; }
.query-area.query-2-area .query-item { box-shadow: 0px 30px 60px 0px rgba(11, 204, 147, 0.06); background-image: -moz-linear-gradient(0deg, #604ac6 0%, #9050e2 100%); background-image: -webkit-linear-gradient(0deg, #604ac6 0%, #9050e2 100%); background-image: -ms-linear-gradient(0deg, #604ac6 0%, #9050e2 100%); }
.query-area.query-2-area .query-item .query-content span { color: #ffffff; }
.query-area.query-2-area .query-item .query-content .title { color: #fcfcfc; }
.query-area.query-2-area .query-item .query-content .title::before { background: #e2d0ff; }
.query-area.query-2-area .query-item .query-content .title::after { background: #e2d0ff; }
.query-area.query-2-area .query-item .query-btn a.main-btn { border: 2px solid #ededed; color: #002e44; }
.query-area.query-2-area .query-item .query-btn a.main-btn:hover { border-color: #000000; background: #000000; }
.query-area.query-2-area .query-item .query-btn a.main-btn.main-btn-2 { border-color: #000000; }
.query-area.subscribe-area .query-item { background-image: -moz-linear-gradient(0deg, #0acc94 0%, #25d16e 100%); background-image: -webkit-linear-gradient(0deg, #0acc94 0%, #25d16e 100%); background-image: -ms-linear-gradient(0deg, #0acc94 0%, #25d16e 100%); box-shadow: 0px 30px 60px 0px rgba(11, 204, 147, 0.06); border-radius: 20px; padding: 120px 100px; }
@media (max-width:767px) {
  .query-area.subscribe-area .query-item { padding: 30px; }
}
.query-area.subscribe-area .query-item .query-content .title { letter-spacing: -2px; }
.query-area.subscribe-area .query-item .query-btn .input-box { position: relative; display: inline-block; }
@media only screen and (min-width:768px) and (max-width:991px) {
  .query-area.subscribe-area .query-item .query-btn .input-box { display: block; }
}
@media (max-width:767px) {
  .query-area.subscribe-area .query-item .query-btn .input-box { display: block; }
}
.query-area.subscribe-area .query-item .query-btn .input-box i { position: absolute; left: 40px; top: 50%; transform: translateY(-50%); color: #002e44; }
@media (max-width:767px) {
  .query-area.subscribe-area .query-item .query-btn .input-box i { display: none; }
}
.query-area.subscribe-area .query-item .query-btn .input-box input { width: 510px; background: rgba(255, 255, 255, 0.95); border-radius: 60px; height: 80px; border: 0; padding-left: 62px; color: #002e44; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .query-area.subscribe-area .query-item .query-btn .input-box input { width: 430px; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .query-area.subscribe-area .query-item .query-btn .input-box input { width: 100%; }
}
@media (max-width:767px) {
  .query-area.subscribe-area .query-item .query-btn .input-box input { width: 100%; padding-left: 20px; }
}
.query-area.subscribe-area .query-item .query-btn .input-box input::placeholder { opacity: 1; color: #002e44; }
.query-area.subscribe-area .query-item .query-btn .input-box button { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); background: #fff; color: #0acc94; box-shadow: 0px 30px 60px 0px rgba(11, 204, 147, 0.3); border-color: #fff; }
@media (max-width:767px) {
  .query-area.subscribe-area .query-item .query-btn .input-box button { position: static; margin-top: 45px; }
}
.query-area.query-about { padding-bottom: 134px; }
.query-area.query-3-area .query-item { border-radius: 20px; background-color: #8d53e5; box-shadow: 0px 16px 32px 0px rgba(1, 96, 231, 0.2); }
.query-area.query-3-area .query-item .query-btn .main-btn.main-btn-2 { background: #003e96; border-color: #003e96; }
.query-area.query-3-area .query-item .query-btn .main-btn.main-btn-2:hover { color: #fff; }
.query-area.query-3-area.query-4-area .query-item { border-radius: 0; background-image: -moz-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); background-image: -webkit-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); background-image: -ms-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); box-shadow: 0px 8px 16px 0px rgba(251, 143, 143, 0.4); }
.query-area.query-3-area.query-4-area .query-item .query-btn ul li a.main-btn-2 { background-color: transparent; border: 2px solid #f994ab; color: #fff; }
.query-area.query-3-area.query-4-area .query-item .query-btn ul li a.main-btn-2:hover { background: #fff; border-color: #fff; color: #f65e87; }

/*===========================
    6.about us css 
===========================*/
.about-us-area { position: relative; }
.about-us-area .about-thumb { position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 45%; }
@media only screen and (min-width:768px) and (max-width:991px) {
  .about-us-area .about-thumb { display: none; }
}
@media (max-width:767px) {
  .about-us-area .about-thumb { display: none; }
}
.about-us-area .about-thumb img { width: 100%; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .about-us-area .about-us-content { margin-left: -40px; }
}
.about-us-area .about-us-content span { font-weight: 500; color: #8d53e5; padding-bottom: 10px; }
.about-us-area .about-us-content .title { font-size: 45px; line-height: 55px; padding-bottom: 17px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .about-us-area .about-us-content .title { font-size: 50px; line-height: 60px; }
}
@media (max-width:767px) {
  .about-us-area .about-us-content .title { font-size: 30px; line-height: 40px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .about-us-area .about-us-content .title { font-size: 45px; line-height: 55px; }
}
.about-us-area .about-us-content p { padding-right: 10px; padding-top: 20px; padding-bottom: 10px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .about-us-area .about-us-content p { padding-right: 0; font-size: 18px; }
}
@media (max-width:767px) {
  .about-us-area .about-us-content p { padding-right: 0; font-size: 15px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .about-us-area .about-us-content p { padding-right: 0; font-size: 20px; }
}
@media only screen and (min-width:992px) and (max-width:1200px) {
  .about-us-area .about-mission-vision { margin-left: -40px; }
}
.about-us-area .about-mission-vision .about-mission .icon { height: 100px; width: 100px; text-align: center; line-height: 92px; background-image: -moz-linear-gradient(0deg, #ac72ff 0%, #611ec0 100%); background-image: -webkit-linear-gradient(0deg, #ac72ff 0%, #611ec0 100%); background-image: -ms-linear-gradient(0deg, #ac72ff 0%, #611ec0 100%); border-radius: 50%; position: relative; z-index: 10; }
.about-us-area .about-mission-vision .about-mission .icon::before { position: absolute; content: ''; left: 50%; top: 50%; transform: translate(-50%, -50%); background: #fff; height: 88px; width: 88px; border-radius: 50%; z-index: -1; }
.about-us-area .about-mission-vision .about-mission .title { font-size: 30px; padding-top: 30px; padding-bottom: 9px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .about-us-area .about-mission-vision .about-mission p { font-size: 15px; }
}
.about-us-area .about-mission-vision .about-mission.about-vision .icon { background-image: -moz-linear-gradient(0deg, #ac72ff 0%, #611ec0 100%); background-image: -webkit-linear-gradient(0deg, #ac72ff 0%, #611ec0 100%); background-image: -ms-linear-gradient(0deg, #ac72ff 0%, #611ec0 100%); }
.about-2-area { background: #fafbff; padding-bottom: 140px; }
.about-2-area .about-fetaures { position: relative; z-index: 10; }
.about-2-area .about-fetaures .item { background: #fff; padding: 45px 0px 44px 140px; box-shadow: 0px 16px 32px 0px rgba(217, 219, 226, 0.2); position: relative; z-index: 5; margin-right: 50px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .about-2-area .about-fetaures .item { padding: 45px 0 44px 100px; }
}
@media (max-width:767px) {
  .about-2-area .about-fetaures .item { margin-left: 0; margin-right: 0; padding: 50px 0px 20px 20px; }
}
.about-2-area .about-fetaures .item img { position: absolute; left: 40px; top: 50%; transform: translateY(-50%); }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .about-2-area .about-fetaures .item img { left: 15px; }
}
@media (max-width:767px) {
  .about-2-area .about-fetaures .item img { position: static; }
}
.about-2-area .about-fetaures .item ul li { display: inline-block; }
.about-2-area .about-fetaures .item ul li a { color: #fe4c1c; font-weight: 500; }
.about-2-area .about-fetaures .item span { font-size: 24px; font-weight: 500; padding-top: 6px; }
.about-2-area .about-fetaures .item > a { position: absolute; right: 40px; top: 50%; transform: translateY(-50%); height: 60px; width: 60px; text-align: center; line-height: 60px; color: #0acc94; font-size: 24px; background: #f2fffa; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .about-2-area .about-fetaures .item > a { right: 15px; }
}
@media (max-width:767px) {
  .about-2-area .about-fetaures .item > a { position: static; display: block; margin-top: 40px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .about-2-area .about-fetaures .item > a { position: absolute; display: inline-block; margin-top: 0px; }
}
.about-2-area .about-fetaures .item.item-2 { z-index: 4; margin-left: -54px; margin-right: 100px; }
@media (max-width:767px) {
  .about-2-area .about-fetaures .item.item-2 { margin-left: 0; margin-right: 0; }
}
.about-2-area .about-fetaures .item.item-3 { z-index: 3; margin-left: -34px; margin-right: 80px; }
@media (max-width:767px) {
  .about-2-area .about-fetaures .item.item-3 { margin-left: 0; margin-right: 0; }
}
.about-2-area .about-fetaures .item.item-4 { z-index: 2; margin-left: 18px; margin-right: 30px; }
@media (max-width:767px) {
  .about-2-area .about-fetaures .item.item-4 { margin-left: 0; margin-right: 0; }
}
@media (max-width:767px) {
  .about-2-area .about-content { margin-top: 30px; }
}
.about-2-area .about-content > span { font-weight: 500; color: #0acc94; }
.about-2-area .about-content .title { font-size: 60px; line-height: 70px; padding-top: 8px; padding-bottom: 6px; }
@media (max-width:767px) {
  .about-2-area .about-content .title { font-size: 32px; line-height: 42px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .about-2-area .about-content .title { font-size: 48px; line-height: 58px; }
}
.about-2-area .about-content .text { padding-top: 22px; padding-bottom: 17px; }
.about-2-area .about-content .text span { font-size: 24px; line-height: 34px; color: #002e44; }
@media (max-width:767px) {
  .about-2-area .about-content .text span { font-size: 22px; }
}
.about-2-area .about-content .text span a { color: #0acc94; font-weight: 700; text-transform: capitalize; text-decoration: underline; }
.about-2-area .about-content p { padding-bottom: 35px; }
@media (max-width:767px) {
  .about-2-area .about-content p { font-size: 14px; }
}
.about-2-area .about-content > a { background-image: -moz-linear-gradient(0deg, #0acc94 0%, #25d16e 100%); background-image: -webkit-linear-gradient(0deg, #0acc94 0%, #25d16e 100%); background-image: -ms-linear-gradient(0deg, #0acc94 0%, #25d16e 100%); border: 0; padding: 0 48px; box-shadow: 0px 8px 16px 0px rgba(11, 204, 147, 0.2); color: #fff; }
.about-2-area.seo-service-about { position: relative; }
.about-2-area.seo-service-about .about-thumb { position: absolute; left: 0; bottom: 0; }
@media only screen and (min-width:768px) and (max-width:991px) {
  .about-2-area.seo-service-about .about-thumb { display: none; }
}
@media (max-width:767px) {
  .about-2-area.seo-service-about .about-thumb { display: none; }
}
.about-2-area.seo-service-about .about-thumb img { width: 95%; }
@media only screen and (min-width:1200px) and (max-width:1600px) {
  .about-2-area.seo-service-about .about-thumb img { width: 70%; }
}
@media only screen and (min-width:992px) and (max-width:1200px) {
  .about-2-area.seo-service-about .about-thumb img { width: 52%; }
}
.about-2-area.about-3-area { padding-top: 136px; }
.about-2-area.about-3-area .about-thumb { margin-right: 42px; margin-left: -90px; }
@media only screen and (min-width:768px) and (max-width:991px) {
  .about-2-area.about-3-area .about-thumb { margin-left: 0; margin-right: 0; }
}
@media (max-width:767px) {
  .about-2-area.about-3-area .about-thumb { margin-left: 0; margin-right: 0; }
}
.about-2-area.about-3-area .about-thumb img { width: 100%; }
.about-2-area.about-3-area .about-content > span { color: #8d53e5; }
.about-2-area.about-3-area .about-content .text span a { color: #8d53e5; }
.about-2-area.about-3-area .about-content > a { background: #8d53e5; box-shadow: 0px 8px 16px 0px rgba(1, 96, 231, 0.2); }
.about-2-area.about-review { position: relative; padding-bottom: 197px; padding-top: 197px; }
@media only screen and (min-width:1200px) and (max-width:1600px) {
  .about-2-area.about-review { padding-top: 140px; padding-bottom: 140px; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .about-2-area.about-review { padding-top: 140px; padding-bottom: 140px; }
}
.about-2-area.about-review .about-thumb { position: absolute; right: 160px; top: 50%; transform: translateY(-50%); text-align: right; }
@media only screen and (min-width:1200px) and (max-width:1600px) {
  .about-2-area.about-review .about-thumb { right: 0; }
}
@media only screen and (min-width:992px) and (max-width:1200px) {
  .about-2-area.about-review .about-thumb { right: 0; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .about-2-area.about-review .about-thumb { position: static; transform: translateY(0); margin-top: 30px; }
}
@media (max-width:767px) {
  .about-2-area.about-review .about-thumb { position: static; transform: translateY(0); margin-top: 30px; }
}
.about-2-area.about-review .about-thumb img { width: 90%; }
@media only screen and (min-width:1200px) and (max-width:1600px) {
  .about-2-area.about-review .about-thumb img { width: 80%; }
}
@media only screen and (min-width:992px) and (max-width:1200px) {
  .about-2-area.about-review .about-thumb img { width: 70%; }
}
.about-2-area.about-4-area { background-color: transparent; padding-bottom: 132px; }
.about-2-area.about-4-area .about-thumb { margin-left: -115px; margin-right: 30px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .about-2-area.about-4-area .about-thumb { margin-left: 0; margin-right: 0px; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .about-2-area.about-4-area .about-thumb { margin-left: 0; margin-right: 0px; }
}
@media (max-width:767px) {
  .about-2-area.about-4-area .about-thumb { margin-left: 0; margin-right: 0px; }
}
.about-2-area.about-4-area .about-content > span { color: #f76f83; }
.about-2-area.about-4-area .about-content .text span a { color: #f76f83; }
.about-2-area.about-4-area .about-content > a { background-image: -moz-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); background-image: -webkit-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); background-image: -ms-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); box-shadow: 0px 8px 16px 0px rgba(251, 143, 143, 0.2); }
.about-counter-area .counter-thumb { margin-bottom: -10px; }
.about-counter-area .about-counter-bg { border-radius: 12px; box-shadow: 0px 16px 32px 0px rgba(11, 204, 147, 0.2); padding: 57px 70px 67px; background-image: -moz-linear-gradient(0deg, #604ac6 0%, #9050e2 100%); background-image: -webkit-linear-gradient(0deg, #604ac6 0%, #9050e2 100%); background-image: -ms-linear-gradient(0deg, #604ac6 0%, #9050e2 100%); }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .about-counter-area .about-counter-bg { padding: 57px 30px 67px; }
}
@media (max-width:767px) {
  .about-counter-area .about-counter-bg { padding: 30px; }
}
.about-counter-area .about-counter-bg .about-counter-item { padding-left: 55px; position: relative; }
.about-counter-area .about-counter-bg .about-counter-item i { position: absolute; left: 0; top: -5px; font-size: 30px; color: #fff; }
.about-counter-area .about-counter-bg .about-counter-item .title { font-weight: 500; color: #fff; font-size: 16px; line-height: 24px; }
.about-counter-area .about-counter-bg .about-counter-item .title span { font-size: 50px; }
@media (max-width:767px) {
  .about-counter-area .about-counter-bg .about-counter-item .title span { font-size: 40px; }
}
.about-counter-area .about-counter-bg .about-counter-item > span { font-weight: 500; color: #fff; }
.about-team-area { background: #fafbff; }
.about-team-area .section-title span { color: #002e44; }
.about-team-area .team-item .team-thumb { position: relative; z-index: 4; overflow: hidden; }
.about-team-area .team-item .team-thumb img { width: 100%; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.about-team-area .team-item .team-content { box-shadow: 0px 16px 32px 0px rgba(11, 204, 147, 0.06); padding-bottom: 35px; padding-top: 33px; margin: 0 30px; margin-top: -65px; background: #fff; position: relative; z-index: 5; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .about-team-area .team-item .team-content { margin: 0 15px; margin-top: -65px; }
}
.about-team-area .team-item .team-content span { color: #8d53e5; font-weight: 500; }
.about-team-area .team-item .team-content .title { font-size: 24px; padding-top: 7px; }
@media (max-width:767px) {
  .about-team-area .team-item .team-content .title { font-size: 20px; }
}
.about-team-area .team-item .team-content a { position: absolute; top: -30px; right: 40px; height: 60px; width: 60px; text-align: center; line-height: 60px; border-radius: 50%; background-color: #8d53e5; color: #fff; box-shadow: 0px 8px 16px 0px rgba(1, 96, 231, 0.3); }
.about-team-area .team-item:hover .team-thumb img { transform: scale(1.1); }

/*===========================
    7.SKILL css 
===========================*/
.skill-area .skill-brand { position: relative; z-index: 10; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .skill-area .skill-brand { margin: 0 0; }
}
@media (max-width:767px) {
  .skill-area .skill-brand { margin: 30px 0; }
}
.skill-area .skill-brand .icon { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); height: 60px; width: 60px; text-align: center; line-height: 60px; color: #fff; border-radius: 50%; background-image: -moz-linear-gradient(0deg, #1341a9 0%, #1560e6 100%); background-image: -webkit-linear-gradient(0deg, #8d53e5 0%, #8d61f5 100%); background-image: -ms-linear-gradient(0deg, #8d53e5 0%, #8d61f5 100%); box-shadow: 0px 8px 16px 0px rgba(22, 85, 197, 0.2); font-size: 24px; }
.skill-area .skill-brand::before { position: absolute; content: ''; left: 50%; top: 50%; transform: translate(-50%, -50%); background-image: url(../images/icon/skill-line.png); background-size: 100%; background-position: center; background-repeat: no-repeat; height: 100%; width: 100%; z-index: -1; }
@media (max-width:767px) {
  .skill-area .skill-brand .brand-list .brand-item a { margin-left: 10px; margin-right: 10px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .skill-area .skill-brand .brand-list .brand-item a { margin-left: 0px; margin-right: 0px; }
}
.skills { position: relative; }
@media only screen and (min-width:768px) and (max-width:991px) {
  .skills { margin-bottom: 40px; margin-left: 0; margin-right: 0; }
}
@media (max-width:767px) {
  .skills { margin-bottom: 40px; margin-left: 0; margin-right: 0; }
}
.skills .skill-item { position: relative; margin-bottom: 46px; }
.skills .skill-item .skill-header { position: relative; margin-bottom: 10px; }
.skills .skill-item .skill-header .skill-title { font-size: 16px; font-weight: 500; margin-bottom: 0; color: #002e44; opacity: .8; padding-bottom: 22px; }
.skills .skill-item .skill-header .skill-percentage { position: absolute; right: 0; top: -5px; font-size: 15px; font-weight: 600; color: #ff5e14; }
.skills .skill-item .skill-header .skill-percentage .count-box { font-size: 14px; font-weight: 400; color: #fff; background: #8d53e5; line-height: 30px; width: 52px; text-align: center; position: relative; font-weight: 500; }
.skills .skill-item .skill-header .skill-percentage .count-box::before { position: absolute; content: ''; right: 0; top: 0; width: 3px; height: 57px; background: #8d53e5; }
.skills .skill-item .skill-header .skill-percentage .count-box span { font-weight: 400; font-size: 14px; }
.skills .skill-item:last-child { margin-bottom: 0; }
.skills .skill-item .skill-bar { position: relative; width: 100%; }
.skills .skill-item .skill-bar .bar-inner { position: relative; width: 100%; border-top: 1px solid #cbd2df; border-bottom: 2px solid #cbd2df; border-radius: 0px; }
.skills .skill-item .skill-bar .bar-inner .bar { position: absolute; left: 0; top: -5px; width: 0; height: 10px; background: #8d53e5; -webkit-transition: all 2000ms ease; transition: all 2000ms ease; border-radius: 0px; margin-top: -3px; }

/*===========================
    8.PORTFOLIO css 
===========================*/
.portfolio-area .portfolio-title { margin-bottom: 58px; }
.portfolio-area .portfolio-title span { color: #8d53e5; font-weight: 500; }
.portfolio-area .portfolio-title .title { font-size: 45px; line-height: 55px; padding-bottom: 15px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .portfolio-area .portfolio-title .title { font-size: 50px; line-height: 60px; }
}
@media (max-width:767px) {
  .portfolio-area .portfolio-title .title { font-size: 26px; line-height: 36px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .portfolio-area .portfolio-title .title { font-size: 46px; line-height: 56px; }
}
.portfolio-area .portfolio-title-btn { margin-bottom: 58px; }
.portfolio-area .portfolio-title-btn a { background: linear-gradient(90deg, #8d53e4 0%, #8662dc 100%); box-shadow: 0px 8px 16px 0px rgba(255, 65, 110, 0.2); border: 0; color: #fff; padding: 0 50px; }
.portfolio-area .portfolio-item { border: 2px solid #e8f5ff; padding: 30px 30px 0; position: relative; }
.portfolio-area .portfolio-item span { background: linear-gradient(90deg, #0066ff 0%, #60abff 100%); line-height: 40px; color: #fff; border-radius: 30px; padding: 0 36px; font-weight: 500; position: absolute; left: 30px; top: -20px; }
.portfolio-area .portfolio-item .title { font-size: 24px; line-height: 34px; padding-right: 35px; padding-bottom: 25px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .portfolio-area .portfolio-item .title { font-size: 18px; line-height: 28px; }
}
@media (max-width:767px) {
  .portfolio-area .portfolio-item .title { font-size: 16px; line-height: 26px; padding-right: 0; }
}
.portfolio-area .portfolio-item .thumb { overflow: hidden; }
.portfolio-area .portfolio-item .thumb img { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.portfolio-area .portfolio-item.item-2 { padding: 30px 8px 0px 30px; }
.portfolio-area .portfolio-item.item-2 span { background: linear-gradient(90deg, #1341a9 0%, #1654c3 100%); }
.portfolio-area .portfolio-item.item-2 .title { padding-right: 0; }
.portfolio-area .portfolio-item.item-3 span { background: linear-gradient(90deg, #ff5a00 0%, #ffa100 100%); }
.portfolio-area .portfolio-item.item-3 .title { padding-right: 0; }
.portfolio-area .portfolio-item.item-4 span { background: linear-gradient(90deg, #ff5388 0%, #ff3d69 100%); }
.portfolio-area .portfolio-item.item-4 .title { padding-right: 0; }
.portfolio-area .portfolio-item.item-5 span { background: linear-gradient(90deg, #c872e8 0%, #5900e6 100%); }
.portfolio-area .portfolio-item.item-5 .title { padding-right: 0; }
.portfolio-area .portfolio-item:hover .thumb img { transform: scale(1.1); }
.portfolio-area .portfolio-active .slick-arrow { position: absolute; top: -100px; text-align: center; line-height: 56px; height: 60px; width: 60px; border-radius: 50%; border: 2px solid #e5d5ff; color: #000000; cursor: pointer; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .portfolio-area .portfolio-active .slick-arrow { top: -180px; }
}
.portfolio-area .portfolio-active .slick-arrow.prev { right: 76px; }
.portfolio-area .portfolio-active .slick-arrow.next { right: 0; }
.portfolio-2-area { padding-bottom: 133px; }
.portfolio-2-area .project-menu ul { display: flex; align-items: center; justify-content: space-around; }
.portfolio-2-area .portfolio-btns .project-menu ul li.active:before { position: absolute; content: ''; left: 0; top: 0; height: 100%; width: 100%; z-index: -1; background-image: -moz-linear-gradient(0deg, #604ac6 0%, #9050e2 100%); background-image: -webkit-linear-gradient(0deg, #604ac6 0%, #9050e2 100%); background-image: -ms-linear-gradient(0deg, #604ac6 0%, #9050e2 100%); }
.portfolio-2-area .portfolio-btns .project-menu ul li { display: inline-block; font-weight: 700; color: #002e44; text-transform: capitalize; border: 2px solid #f3f3f3; line-height: 50px; padding: 0 38px; margin: 0 3px; cursor: pointer; }
.portfolio-2-area .portfolio-btns .project-menu ul li img { position: absolute; left: 0; top: 50%; transform: translateY(-50%); opacity: 0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.portfolio-2-area .portfolio-btns .project-menu ul li.active { color: #0acc94; text-decoration: underline; box-shadow: 0px 8px 16px 0px rgba(251, 143, 143, 0.3); color: #fff; border: 0; position: relative; z-index: 5; text-decoration: none; }
.portfolio-2-area .portfolio-btns .project-menu ul li.active img { opacity: 1; }
.portfolio-2-area .portfolio-item { position: relative; overflow: hidden; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; border: 1px solid #ddd; }
.portfolio-2-area .portfolio-item img { width: 100%; height: 300px; object-fit: cover; overflow: hidden; }
.portfolio-2-area .portfolio-item .portfolio-overlay { position: absolute; left: 0; top: 0; height: 100%; width: 100%; transform: scale(0.7); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; opacity: 0; background: rgb(141 83 229 / 80%); }
.portfolio-2-area .portfolio-item .portfolio-overlay a { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background: #fff; color: #002e44; border-color: #fff; padding: 0 46px; line-height: 60px; }
.portfolio-2-area .portfolio-item .portfolio-overlay a i { color: #8d53e5; padding-right: 5px; }
.portfolio-2-area .portfolio-item:hover { box-shadow: 0px 30px 60px 0px rgba(11, 204, 147, 0.06); }
.portfolio-2-area .portfolio-item:hover .portfolio-overlay { transform: scale(1); opacity: 1; }
.portfolio-2-area .portfolio-item .portfolio-overlay a:hover { background-color: #8d53e5; color: #fff; border-color: #8d53e5; }
.portfolio-2-area .portfolio-item .portfolio-overlay a:hover i { color: #fff; }
.portfolio-2-area.team-portfolio-area { padding-bottom: 140px; }
.portfolio-2-area.web-portfolio-2-area { background: #f4faff; position: relative; z-index: 10; }
.portfolio-2-area.web-portfolio-2-area .portfolio-thumb { position: absolute; bottom: -50px; left: 50px; z-index: -1; }
.portfolio-2-area.web-portfolio-2-area .portfolio-btns .project-menu ul li.active { color: #8d53e5; }
.portfolio-2-area.web-portfolio-2-area .portfolio-item .portfolio-overlay { background-image: -moz-linear-gradient(0deg, rgba(249, 138, 126, 0.9) 0%, rgba(246, 94, 135, 0.9) 100%); background-image: -webkit-linear-gradient(0deg, rgba(249, 138, 126, 0.9) 0%, rgba(246, 94, 135, 0.9) 100%); background-image: -ms-linear-gradient(0deg, rgba(249, 138, 126, 0.9) 0%, rgba(246, 94, 135, 0.9) 100%); }
.portfolio-2-area.web-portfolio-2-area .portfolio-item a i { color: #8d53e5; }
.portfolio-page-area .portfolio-menu { padding-bottom: 10px; }
.portfolio-page-area .portfolio-menu ul li { display: inline-block; font-weight: 700; color: #002e44; text-transform: capitalize; border: 2px solid #f3f3f3; line-height: 50px; padding: 0 38px; margin: 0 3px; cursor: pointer; }
@media only screen and (min-width:768px) and (max-width:991px) {
  .portfolio-page-area .portfolio-menu ul li { padding: 0 16px; }
}
@media (max-width:767px) {
  .portfolio-page-area .portfolio-menu ul li { margin-top: 10px; }
}
.portfolio-page-area .portfolio-menu ul li.active { box-shadow: 0px 8px 16px 0px rgba(251, 143, 143, 0.3); color: #fff; border: 0; position: relative; z-index: 5; }
.portfolio-page-area .portfolio-menu ul li.active::before { position: absolute; content: ''; left: 0; top: 0; height: 100%; width: 100%; background-image: -moz-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); background-image: -webkit-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); background-image: -ms-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); z-index: -1; }
.portfolio-page-area .portfolio-item { overflow: hidden; }
.portfolio-page-area .portfolio-item img { width: 100%; box-shadow: 0px 8px 16px 0px rgba(23, 83, 195, 0.1); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.portfolio-page-area .portfolio-item:hover img { transform: scale(1.1); }
.portfolio-page-area .portfolio-btn a { border: 0; background-image: -moz-linear-gradient(0deg, #ff3d69 0%, #ff5388 100%); background-image: -webkit-linear-gradient(0deg, #ff3d69 0%, #ff5388 100%); background-image: -ms-linear-gradient(0deg, #ff3d69 0%, #ff5388 100%); box-shadow: 0px 8px 16px 0px rgba(255, 65, 110, 0.2); color: #fff; }
.portfolio-page-area .case-item { overflow: hidden; }
.portfolio-page-area .case-item img { width: 100%; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.portfolio-page-area .case-item:hover img { transform: scale(1.1); }
.case-study-slide-area .case-study-item { margin-bottom: 30px; overflow: hidden; box-shadow: 0px 8px 16px 0px rgba(23, 83, 195, 0.1); }
.case-study-slide-area .case-study-item img { width: 100%; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.case-study-slide-area .case-study-item:hover img { transform: scale(1.1); }
.case-study-slide-area .case-study-slide .slick-arrow { position: absolute; left: 50%; bottom: -90px; transform: translateX(-50%); z-index: 99; cursor: pointer; height: 60px; width: 60px; text-align: center; line-height: 60px; border-radius: 50%; background: #8d53e5; color: #fff; }
.case-study-slide-area .case-study-slide .slick-arrow.prev { left: 47%; background-image: -moz-linear-gradient(0deg, #ff3d69 0%, #ff5388 100%); background-image: -webkit-linear-gradient(0deg, #ff3d69 0%, #ff5388 100%); background-image: -ms-linear-gradient(0deg, #ff3d69 0%, #ff5388 100%); box-shadow: 0px 8px 16px 0px rgba(255, 65, 110, 0.2); }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .case-study-slide-area .case-study-slide .slick-arrow.prev { left: 46%; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .case-study-slide-area .case-study-slide .slick-arrow.prev { left: 44%; }
}
@media (max-width:767px) {
  .case-study-slide-area .case-study-slide .slick-arrow.prev { left: 42%; }
}
.case-study-slide-area .case-study-slide .slick-arrow.next { left: 53%; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .case-study-slide-area .case-study-slide .slick-arrow.next { left: 54%; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .case-study-slide-area .case-study-slide .slick-arrow.next { left: 56%; }
}
@media (max-width:767px) {
  .case-study-slide-area .case-study-slide .slick-arrow.next { left: 58%; }
}
.portfolio-3-area { padding-top: 132px; padding-bottom: 300px; }
@media (max-width:767px) {
  .portfolio-3-area { padding-bottom: 140px; }
}
.portfolio-3-area .section-title .title::before { display: none; }
.portfolio-3-area .portfolio-item { position: relative; }
.portfolio-3-area .portfolio-item .portfolio-overlay { position: absolute; left: 50%; top: 50%; width: 91%; height: 85%; display: flex; align-items: flex-end; transform: translate(-50%, -50%) scaleY(0); -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.portfolio-3-area .portfolio-item .portfolio-overlay .item { padding-left: 50px; margin-bottom: 60px; position: relative; width: 100%; }
@media (max-width:767px) {
  .portfolio-3-area .portfolio-item .portfolio-overlay .item { padding-left: 10px; margin-bottom: 10px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .portfolio-3-area .portfolio-item .portfolio-overlay .item { padding-left: 50px; margin-bottom: 60px; }
}
.portfolio-3-area .portfolio-item .portfolio-overlay .item > a { position: absolute; right: 60px; top: 50%; transform: translateY(-50%); height: 60px; width: 60px; text-align: center; line-height: 60px; background: #fff; }
@media only screen and (min-width:1200px) and (max-width:1600px) {
  .portfolio-3-area .portfolio-item .portfolio-overlay .item > a { right: 30px; }
}
@media only screen and (min-width:992px) and (max-width:1200px) {
  .portfolio-3-area .portfolio-item .portfolio-overlay .item > a { position: static; transform: translateY(0); margin-top: 10px; }
}
@media (max-width:767px) {
  .portfolio-3-area .portfolio-item .portfolio-overlay .item > a { position: static; transform: translateY(0); margin-top: 10px; height: 40px; width: 40px; line-height: 40px; }
}
.portfolio-3-area .portfolio-item .portfolio-overlay .item span { font-weight: 500; color: #fff; padding-bottom: 7px; }
.portfolio-3-area .portfolio-item .portfolio-overlay .item .title { font-size: 40px; font-weight: 500; color: #fff; }
@media only screen and (min-width:1200px) and (max-width:1600px) {
  .portfolio-3-area .portfolio-item .portfolio-overlay .item .title { font-size: 28px; }
}
@media only screen and (min-width:992px) and (max-width:1200px) {
  .portfolio-3-area .portfolio-item .portfolio-overlay .item .title { font-size: 32px; }
}
@media (max-width:767px) {
  .portfolio-3-area .portfolio-item .portfolio-overlay .item .title { font-size: 20px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .portfolio-3-area .portfolio-item .portfolio-overlay .item .title { font-size: 40px; }
}
.portfolio-3-area .portfolio-item img { width: 100%; }
.portfolio-3-area .portfolio-3-active .slick-arrow { position: absolute; bottom: -160px; transform: translateX(-50%); cursor: pointer; z-index: 99; height: 80px; width: 80px; text-align: center; line-height: 80px; background: #f9fbff; color: #8d53e5; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.portfolio-3-area .portfolio-3-active .slick-arrow:hover { background: #8d53e5; color: #fff; }
.portfolio-3-area .portfolio-3-active .slick-arrow.prev { left: 48%; }
@media only screen and (min-width:1200px) and (max-width:1600px) {
  .portfolio-3-area .portfolio-3-active .slick-arrow.prev { left: 47%; }
}
@media only screen and (min-width:992px) and (max-width:1200px) {
  .portfolio-3-area .portfolio-3-active .slick-arrow.prev { left: 46%; }
}
.portfolio-3-area .portfolio-3-active .slick-arrow.next { left: 52%; }
@media only screen and (min-width:1200px) and (max-width:1600px) {
  .portfolio-3-area .portfolio-3-active .slick-arrow.next { left: 53%; }
}
@media only screen and (min-width:992px) and (max-width:1200px) {
  .portfolio-3-area .portfolio-3-active .slick-arrow.next { left: 54%; }
}
.portfolio-3-area .portfolio-3-active .slick-current .portfolio-item .portfolio-overlay { transform: translate(-50%, -50%) scaleY(1); box-shadow: 0px 16px 32px 0px rgba(1, 96, 231, 0.06); }

/*===========================
    9.FEATURES css 
===========================*/
.core-features-area .section-title { padding-bottom: 66px; }
.core-features-area .section-title .title::before { content: 'Features'; }
.core-features-area .core-features-item .item { padding-left: 130px; margin-right: 180px; position: relative; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .core-features-area .core-features-item .item { margin-right: 50px; }
}
@media (max-width:767px) {
  .core-features-area .core-features-item .item { margin-right: 0px; padding-left: 0; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .core-features-area .core-features-item .item { margin-right: 10px; padding-left: 130px; }
}
.core-features-area .core-features-item .item .icon { position: absolute; left: 0; top: 7px; }
@media (max-width:767px) {
  .core-features-area .core-features-item .item .icon { position: inherit; top: 0; display: inline-block; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .core-features-area .core-features-item .item .icon { position: absolute; top: 7px; display: block; }
}
.core-features-area .core-features-item .item .icon::before { position: absolute; content: ''; right: 4px; top: 4px; height: 22px; width: 22px; background: #8c52e4; border-radius: 50%; border: 7px solid #fff; box-shadow: 0px 8px 16px 0px rgba(10, 78, 212, 0.2); }
.core-features-area .core-features-item .item .icon i { height: 90px; width: 90px; text-align: center; line-height: 90px; background: linear-gradient(90deg, #7462d1 0%, #4b2dcb 100%); color: #fff; font-size: 34px; border-radius: 50%; box-shadow: 0px 8px 16px 0px rgba(10, 78, 212, 0.2); }
.core-features-area .core-features-item .item .title { font-size: 24px; }
.core-features-area .core-features-item .item p { line-height: 1.6; padding-top: 17px; }
@media (max-width:767px) {
  .core-features-area .core-features-item .item p { font-size: 14px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .core-features-area .core-features-item .item p { font-size: 16px; }
}
.core-features-area .core-features-item .item.center { background: #f6f9ff; padding-left: 170px; padding-top: 33px; padding-bottom: 33px; margin-right: 130px; margin-top: 35px; margin-bottom: 35px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .core-features-area .core-features-item .item.center { margin-right: 0; }
}
@media (max-width:767px) {
  .core-features-area .core-features-item .item.center { margin-right: 0; padding-left: 10px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .core-features-area .core-features-item .item.center { margin-right: 0; padding-left: 170px; }
}
.core-features-area .core-features-item .item.center .icon { left: 40px; top: 40px; }
@media (max-width:767px) {
  .core-features-area .core-features-item .item.center .icon { left: 0; top: 0; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .core-features-area .core-features-item .item.center .icon { left: 40px; top: 40px; }
}
.core-features-area .core-features-item .item.center .icon::before { background: #884fdd; }
.core-features-area .core-features-item .item.center .icon i { background: -webkit-linear-gradient(left, #6b56cf 0%, #4e35cb 100%); background: -o-linear-gradient(left, #6c57cf 0%, #5039cd 100%); background: linear-gradient(to right, #6c57cf 0%, #5039cd 100%); }
.core-features-area .core-features-item .item.item-3 .icon::before { background: #834cd5; }
.core-features-area .core-features-item .item.item-3 .icon i { background: -webkit-linear-gradient(left, #6b56cf 0%, #4e35cb 100%); background: -o-linear-gradient(left, #6c57cf 0%, #5039cd 100%); background: linear-gradient(to right, #6c57cf 0%, #5039cd 100%); }
.faq-accordion .accordion { border: 0; }
.faq-accordion .accordion .card { border-radius: 0px !important; border: 0; border-bottom: 1px solid #b6c8e9 !important; margin-bottom: 0px; background-color: transparent; padding: 32px 0; }
.faq-accordion .accordion .card:first-child { border-top: 0; }
.faq-accordion .accordion .card .card-header { border-bottom: 0; padding: 0; margin: 0; background-color: transparent; }
.faq-accordion .accordion .card .card-header a { line-height: 24px; padding: 0px; text-decoration: none; font-weight: 600; font-size: 18px; width: 100%; position: relative; color: #002e44; padding-right: 35px; }
@media (max-width:767px) {
  .faq-accordion .accordion .card .card-header a { font-size: 16px; }
}
.faq-accordion .accordion .card .card-header a i { color: #8d53e5; padding-right: 20px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .faq-accordion .accordion .card .card-header a i { padding-right: 10px; }
}
.faq-accordion .accordion .card .card-header a.collapsed { background-color: transparent; font-weight: 600; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .faq-accordion .accordion .card .card-header a.collapsed { font-size: 15px; }
}
.faq-accordion .accordion .card .card-header a.collapsed::before { content: '\f067'; color: #666; }
.faq-accordion .accordion .card .card-header a::before { position: absolute; content: '\f068'; right: 36px; font-size: 16px; font-family: 'Font Awesome 5 Pro'; color: #002e44; }
@media (max-width:767px) {
  .faq-accordion .accordion .card .card-header a::before { right: 18px; }
}
.faq-accordion .accordion .card .card-body { padding: 0 0px 00px 0px !important; }
.faq-accordion .accordion .card .card-body p { font-size: 14px; color: #002e44; font-weight: 400; line-height: 1.6; }
@media (max-width:767px) {
  .faq-accordion .accordion .card .card-body p { font-size: 15px; }
}
.core-features-area .features-title { padding-bottom: 68px; }
.core-features-area .features-title > span { font-weight: 500; text-transform: capitalize; color: #0acc94; }
.core-features-area .features-title .title { font-size: 60px; font-weight: 500; line-height: 70px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .core-features-area .features-title .title { font-size: 50px; line-height: 60px; }
}
@media (max-width:767px) {
  .core-features-area .features-title .title { font-size: 36px; line-height: 46px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .core-features-area .features-title .title { font-size: 46px; line-height: 56px; }
}
.core-features-area .features-title .title span { font-weight: 300; color: #1343ad; position: relative; }
.core-features-area .features-title .title span::before { position: absolute; content: ''; left: 0; bottom: 0; height: 3px; width: 65px; background: #1343ad; }
.core-features-area .features-item { border: 2px solid #f4f9ff; padding: 58px 38px 53px; position: relative; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .core-features-area .features-item { padding: 58px 9px 52px; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .core-features-area .features-item { margin-top: 30px !important; }
}
@media (max-width:767px) {
  .core-features-area .features-item { margin-top: 30px !important; }
}
.core-features-area .features-item::before { position: absolute; content: ''; left: 0; bottom: 0; height: 0px; width: 100%; background: #0acc94; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.core-features-area .features-item i { position: absolute; right: 30px; top: 30px; height: 40px; width: 40px; text-align: center; line-height: 40px; border-radius: 50%; background: #edfff9; color: #0acc94; }
.core-features-area .features-item .title { font-size: 24px; font-weight: 500; letter-spacing: -1px; padding-top: 23px; }
.core-features-area .features-item p { font-size: 14px; line-height: 26px; padding-top: 15px; }
.core-features-area .features-item a { font-size: 14px; font-weight: 500; color: #0acc94; text-decoration: underline; }
.core-features-area .features-item.item-2 a { color: #1c4dca; }
.core-features-area .features-item.item-2 i { color: #1c4dca; }
.core-features-area .features-item.item-2::before { background: #1c4dca; }
.core-features-area .features-item.item-3 a { color: #ff7800; }
.core-features-area .features-item.item-3 i { color: #ff7800; }
.core-features-area .features-item.item-3::before { background: #ff7800; }
.core-features-area .features-item.item-4 a { color: #8d53e5; }
.core-features-area .features-item.item-4 i { color: #8d53e5; }
.core-features-area .features-item.item-4::before { background: #8d53e5; }
.core-features-area .features-item:hover { border-color: #fff; box-shadow: 0px 16px 32px 0px rgba(217, 219, 226, 0.3); margin-top: -15px; }
.core-features-area .features-item:hover::before { height: 6px; }
.core-features-area.web-core-features-area .features-title > span { color: #8d51e2; }
.core-features-area.web-core-features-area .features-title .title span { color: #8d51e3; }
.core-features-area.web-core-features-area .features-title .title span::before { background: #8d53e4; }
.core-features-area.web-core-features-area .features-item i { box-shadow: 0px 8px 16px 0px rgba(246, 100, 134, 0.2); color: #fff; background-image: -moz-linear-gradient(0deg, #604ac6 0%, #9050e2 100%); background-image: -webkit-linear-gradient(0deg, #604ac6 0%, #9050e2 100%); background-image: -ms-linear-gradient(0deg, #604ac6 0%, #9050e2 100%); }
.seo-core-features-area { padding-top: 131px; padding-bottom: 80px; }
.seo-core-features-area .section-title { padding-bottom: 68px; }
.seo-core-features-area .section-title .title::before { display: none; }
.seo-core-features-area .seo-core-features-item { background-color: white; box-shadow: 0px 16px 32px 0px rgba(136, 185, 255, 0.2); padding-left: 130px; padding-right: 10px; padding: 30px 10px 30px 110px; position: relative; display: flex; height: 150px; align-items: center; border-top: 3px solid #cba7ff; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .seo-core-features-area .seo-core-features-item { padding: 30px 10px 30px 110px; }
}
@media (max-width:767px) {
  .seo-core-features-area .seo-core-features-item { padding: 30px 10px 30px 105px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .seo-core-features-area .seo-core-features-item { padding: 30px 10px 30px 130px; }
}
.seo-core-features-area .seo-core-features-item img { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .seo-core-features-area .seo-core-features-item img { left: 15px; }
}
@media (max-width:767px) {
  .seo-core-features-area .seo-core-features-item img { left: 10px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .seo-core-features-area .seo-core-features-item img { left: 30px; }
}
.seo-core-features-area .seo-core-features-item .title { font-size: 20px; line-height: 26px; font-weight: 600; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .seo-core-features-area .seo-core-features-item .title { font-size: 18px; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .seo-core-features-area .seo-core-features-item .title { font-size: 20px; }
}
@media (max-width:767px) {
  .seo-core-features-area .seo-core-features-item .title { font-size: 18px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .seo-core-features-area .seo-core-features-item .title { font-size: 20px; }
}
.seo-core-features-area .seo-core-features-item a { position: absolute; right: 0; bottom: 0; height: 40px; width: 40px; text-align: center; line-height: 40px; background: #eef5ff; color: #8d53e5; border-radius: 20px 0 0 0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.seo-core-features-area .seo-core-features-item:hover a { background: #8d53e5; color: #fff; }

/*===========================
    11.INTRO VIDEO css 
===========================*/
.intro-video-area { margin-bottom: 140px; }
.intro-video-area .intro-video-bg { position: relative; background: linear-gradient(90deg, #1341a9 0%, #1654c3 100%); padding-top: 133px; }
.intro-video-area .intro-video-bg .video-dot { position: absolute; right: 60px; top: 60px; }
.intro-video-area .intro-video-bg .video-dot-2 { position: absolute; left: 60px; top: 50%; transform: translateY(-20%); }
.intro-video-area .intro-video-bg .section-title { padding-bottom: 368px; }
.intro-video-area .intro-video-bg .section-title span { color: #fff; }
.intro-video-area .intro-video-bg .section-title .title { color: #fff; }
@media (max-width:767px) {
  .intro-video-area .intro-video-bg .section-title .title { font-size: 40px; }
}
@media (max-width:767px) {
  .intro-video-area .intro-video-bg .section-title .title { font-size: 30px; }
}
.intro-video-area .intro-video-bg .section-title .title::before { display: none; }
.intro-video-area .intro-video-play { margin-top: -296px; }
.intro-video-area .intro-video-play .play-thumb { position: relative; }
.intro-video-area .intro-video-play .play-thumb::before { position: absolute; content: ''; left: 50%; bottom: -30px; transform: translateX(-50%); height: 10px; width: 100%; background: #dae7ff; }
.intro-video-area .intro-video-play .play-thumb img { width: 100%; }
.intro-video-area .intro-video-play .play-thumb a { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); height: 110px; width: 110px; text-align: center; line-height: 110px; background: #fff; border-radius: 50%; font-size: 20px; color: #8d53e5; }
@media (max-width:767px) {
  .intro-video-area .intro-video-play .play-thumb a { height: 60px; width: 60px; line-height: 60px; font-size: 16px; }
}
.intro-video-area .intro-video-play .play-thumb a::before { position: absolute; content: ''; left: 0; top: 0; height: 100%; width: 100%; border: 1px solid #fff; border-radius: 50%; -webkit-animation: pulse-border-2 1.5s linear infinite; -moz-animation: pulse-border-2 1.5s linear infinite; -o-animation: pulse-border-2 1.5s linear infinite; animation: pulse-border-2 1.5s linear infinite; }
.intro-video-area .intro-video-play .play-thumb a::after { position: absolute; content: ''; left: 0; top: 0; height: 100%; width: 100%; border: 1px solid #fff; border-radius: 50%; -webkit-animation: pulse-border 1s linear infinite; -moz-animation: pulse-border 1s linear infinite; -o-animation: pulse-border 1s linear infinite; animation: pulse-border 1s linear infinite; }
.intro-video-area .intro-video-play .play-thumb .play-item { position: absolute; bottom: 25px; left: -100px; background: linear-gradient(90deg, #1341a9 0%, #1654c3 100%); box-shadow: 0px 16px 32px 0px rgba(19, 66, 170, 0.3); padding: 30px 30px 30px 120px; }
@media (max-width:767px) {
  .intro-video-area .intro-video-play .play-thumb .play-item { left: 0; bottom: -75px; display: none; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .intro-video-area .intro-video-play .play-thumb .play-item { left: 0; bottom: -75px; display: block; }
}
.intro-video-area .intro-video-play .play-thumb .play-item .title { color: #fff; font-size: 24px; font-weight: 600; }
.intro-video-area .intro-video-play .play-thumb .play-item p { color: #fff; }
.intro-video-area .intro-video-play .play-thumb .play-item > span { position: absolute; left: 27px; top: 50%; transform: translateY(-50%); height: 76px; width: 76px; text-align: center; line-height: 62px; border: 6px solid #fff; border-radius: 50%; font-weight: 400; color: #fff; font-size: 22px; }
.intro-video-area .intro-video-play .play-thumb .play-item > span span { font-weight: 700; color: #fff; }
@keyframes pulse-border {
  0% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; }
  100% { -webkit-transform: scale(1.3); -moz-transform: scale(1.3); -ms-transform: scale(1.3); -o-transform: scale(1.3); transform: scale(1.3); opacity: 0; }
}
@keyframes pulse-border-2 {
  0% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; }
  100% { -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; }
}

/*===========================
    12.TEAM css 
===========================*/
.team-area { padding-bottom: 140px; }
.team-area .team-item { position: relative; }
.team-area .team-item .team-thumb { text-align: center; }
.team-area .team-item .team-thumb .thumb { display: inline-block; border-radius: 50%; overflow: hidden; }
.team-area .team-item .team-thumb .thumb img { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.team-area .team-item .team-thumb .team-counter { position: absolute; content: ''; right: 40px; top: 0; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .team-area .team-item .team-thumb .team-counter { right: 0; }
}
.team-area .team-item .team-thumb .team-counter > span { height: 85px; width: 85px; text-align: center; line-height: 85px; background: linear-gradient(90deg, #1341a9 0%, #005bff 100%); border-radius: 50%; position: relative; color: #002e44; z-index: 10; font-size: 16px; font-weight: 500; }
.team-area .team-item .team-thumb .team-counter > span span { font-weight: 700; font-size: 26px; }
.team-area .team-item .team-thumb .team-counter > span::before { position: absolute; content: ''; left: 50%; top: 50%; transform: translate(-50%, -50%); height: 75px; width: 75px; border-radius: 50%; background: #fff; z-index: -1; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .team-area .team-item .team-thumb .team-counter > span::before { left: 49%; top: 49%; }
}
.team-area .team-item.item-2 .team-thumb .team-counter > span { background: linear-gradient(to right, #ff3d69 0%, #ff5388 100%); }
.team-area .team-item.item-3 .team-thumb .team-counter > span { background: linear-gradient(to right, #ff5a00 0%, #ffa100 100%); }
.team-area .team-item .team-content { padding-top: 33px; }
.team-area .team-item .team-content span { color: #8d53e5; font-weight: 500; }
.team-area .team-item .team-content .title { font-size: 24px; padding-top: 6px; }
.team-area .team-item:hover .team-thumb .thumb img { transform: scale(1.2); }
.team-area .team-btn { padding-top: 75px; }
.team-area .team-btn ul li { display: inline-block; margin: 0 13px; }
@media (max-width:767px) {
  .team-area .team-btn ul li { margin: 20px 0 0; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .team-area .team-btn ul li { margin: 0 13px; }
}
.team-area .team-btn ul li a.main-btn { background: linear-gradient(to right, #ff3d69 0%, #ff5388 100%); border: 0; color: #fff; padding: 0 45px; }
.team-area .team-btn ul li a.main-btn.main-btn-2 { border: 2px solid #dae7ff; background: transparent; color: #002e44; }
.team-area .team-btn ul li a.main-btn.main-btn-2:hover { border-color: #8d53e5; background: #8d53e5; color: #fff; }
.team-3-area { padding-top: 132px; padding-bottom: 140px; overflow: hidden; position: relative; }
.team-3-area .pattern { position: absolute; top: 80px; left: 325px; }
@media only screen and (min-width:1200px) and (max-width:1600px) {
  .team-3-area .pattern { left: 30px; }
}
@media only screen and (min-width:992px) and (max-width:1200px) {
  .team-3-area .pattern { left: 30px; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .team-3-area .pattern { left: 30px; }
}
@media (max-width:767px) {
  .team-3-area .pattern { left: 30px; }
}
.team-3-area .section-title { padding-bottom: 28px; }
.team-3-area .section-title span { color: #fff; }
.team-3-area .section-title .title { color: #fff; }
.team-3-area .section-title .title::before { display: none; }
.team-3-area .team-item .team-thumb { position: relative; z-index: 4; overflow: hidden; }
.team-3-area .team-item .team-thumb img { width: 100%; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.team-3-area .team-item .team-content { box-shadow: 0px 16px 32px 0px rgba(11, 204, 147, 0.06); padding-bottom: 35px; padding-top: 33px; margin: 0 30px; margin-top: -65px; background: #fff; position: relative; z-index: 5; padding-left: 20px; }
@media only screen and (min-width:1200px) and (max-width:1600px) {
  .team-3-area .team-item .team-content { padding-left: 10px; }
}
@media only screen and (min-width:992px) and (max-width:1200px) {
  .team-3-area .team-item .team-content { margin: 0 15px; margin-top: -65px; }
}
.team-3-area .team-item .team-content span { color: #8d53e5; font-weight: 500; }
.team-3-area .team-item .team-content .title { font-size: 24px; padding-top: 7px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .team-3-area .team-item .team-content .title { font-size: 18px; }
}
@media (max-width:767px) {
  .team-3-area .team-item .team-content .title { font-size: 20px; }
}
.team-3-area .team-item .team-content a { position: absolute; top: -30px; right: 40px; height: 60px; width: 60px; text-align: center; line-height: 60px; border-radius: 50%; background-color: #8d53e5; color: #fff; box-shadow: 0px 8px 16px 0px rgba(1, 96, 231, 0.3); }
.team-3-area .team-item:hover .team-thumb img { transform: scale(1.1); }
.team-4-area { padding-bottom: 131px; position: relative; }
.team-4-area::before { position: absolute; content: ''; left: 0; bottom: 0; height: 469px; width: 100%; background: #fff2fa; }
.team-4-area .section-title { padding-bottom: 38px; }
.team-4-area .section-title span { color: #f87b81; }
.team-4-area .section-title .title::before { color: #f2f7ff; content: 'Team'; }
.team-4-area .team-item .team-thumb img { width: 100%; }
.team-4-area .team-item .team-content { padding: 32px 40px 34px 40px; margin-bottom: 30px; background: #fff; }
.team-4-area .team-item .team-content span { font-weight: 500; color: #f87b81; }
.team-4-area .team-item .team-content .title { font-size: 30px; line-height: 40px; padding-top: 5px; padding-bottom: 26px; }
.team-4-area .team-item .team-content ul li { display: inline-block; }
.team-4-area .team-item .team-content ul li a { color: #b8c8cf; margin-right: 13px; }
.team-4-area .team-item.item-shadow { box-shadow: 0px 8px 16px 0px rgba(251, 143, 143, 0.1); z-index: 9; position: relative; }
.team-4-area .team-slide-4 .col-lg-3 { padding-left: 0; padding-right: 0; }
.team-4-area .team-btn { padding-top: 20px; }
.team-4-area .team-btn ul li { display: inline-block; }
.team-4-area .team-btn ul li a { background-image: -moz-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); background-image: -webkit-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); background-image: -ms-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); box-shadow: 0px 8px 16px 0px rgba(251, 143, 143, 0.2); color: #fff; border: 0; margin: 0 12px; }
.team-4-area .team-btn ul li a.main-btn-2 { background-image: none; background-color: #fff; border: 2px solid #fff; color: #002e44; box-shadow: none; }

/*===========================
    12.TESTMONIALS css 
===========================*/
.testmonials-area { background: #002e44; position: relative; margin-bottom: 133px; }
.testmonials-area .row { align-items: center; }
@media only screen and (min-width:768px) and (max-width:991px) {
  .testmonials-area { padding-bottom: 206px; padding-top: 92px; }
}
@media (max-width:767px) {
  .testmonials-area { padding-bottom: 206px; padding-top: 92px; }
}
.testmonials-area .testmonials-dot { position: absolute; right: 120px; bottom: 120px; }
@media (max-width:767px) {
  .testmonials-area .testmonials-dot { display: none; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .testmonials-area .testmonials-dot { display: block; }
}
.testmonials-area .testmonials-quote { position: absolute; right: 400px; bottom: 65px; }
@media (max-width:767px) {
  .testmonials-area .testmonials-quote { display: none; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .testmonials-area .testmonials-quote { display: block; }
}
.testmonials-area::before { position: absolute; content: ''; left: 0; top: 0; height: 100%; width: 100%; background-image: url(../images/icon/shape-1.png); background-size: cover; background-position: center; background-repeat: no-repeat; }
.testmonials-area .testmonials-thumb img { width: 100%; }
.testmonials-area .testimonials-content p { color: #fff; font-size: 22px; line-height: 1.4; font-weight: 400; padding-bottom: 21px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .testmonials-area .testimonials-content p { font-size: 24px; line-height: 34px; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .testmonials-area .testimonials-content p { font-size: 24px; line-height: 34px; }
}
@media (max-width:767px) {
  .testmonials-area .testimonials-content p { font-size: 18px; line-height: 30px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .testmonials-area .testimonials-content p { font-size: 20px; line-height: 30px; }
}
.testmonials-area .testimonials-content .title { font-size: 45px; color: #fff; }
@media (max-width:767px) {
  .testmonials-area .testimonials-content .title { font-size: 40px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .testmonials-area .testimonials-content .title { font-size: 50px; }
}
.testmonials-area .testimonials-content .title span { font-size: 18px; color: #8c50e2; padding-left: 20px; }
@media (max-width:767px) {
  .testmonials-area .testimonials-content .title span { padding-left: 0; }
}
.testmonials-area .testimonials-content .slick-dots { position: absolute; left: 85px; bottom: -100px; }
@media only screen and (min-width:768px) and (max-width:991px) {
  .testmonials-area .testimonials-content .slick-dots { left: 0; bottom: -70px; }
}
@media (max-width:767px) {
  .testmonials-area .testimonials-content .slick-dots { left: 0; bottom: -70px; }
}
.testmonials-area .testimonials-content .slick-dots li { display: inline-block; }
.testmonials-area .testimonials-content .slick-dots li button { font-size: 0; border: 0; background-color: rgba(255, 255, 255, 0.1); height: 6px; width: 30px; margin-right: 20px; }
.testmonials-area .testimonials-content .slick-dots li.slick-active button { background-color: white; }
.testmonials-area.testmonials-4-area { margin-bottom: 0; background: #fff2fa; }
.testmonials-area.testmonials-4-area::before { display: none; }
.testmonials-area.testmonials-4-area .testimonials-content .item p { color: #002e44; }
.testmonials-area.testmonials-4-area .testimonials-content .item .title { color: #002e44; }
.testmonials-area.testmonials-4-area .testimonials-content .slick-dots li button { background: #e5e0f1; }
.testmonials-area.testmonials-4-area .testimonials-content .slick-dots li.slick-active button { background-image: -moz-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); background-image: -webkit-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); background-image: -ms-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); }
.testmonials-review-area { position: relative; padding-top: 132px; }
.testmonials-review-area::before { position: absolute; content: ''; left: 0; top: 0; height: 100%; width: 100%; background-image: -moz-linear-gradient(0deg, #023fe4 0%, #42d7f1 100%); background-image: -webkit-linear-gradient(0deg, #023fe4 0%, #42d7f1 100%); background-image: -ms-linear-gradient(0deg, #023fe4 0%, #42d7f1 100%); opacity: 0.8; }
.testmonials-review-area .section-title { padding-bottom: 0; margin-bottom: -40px; }
@media only screen and (min-width:768px) and (max-width:991px) {
  .testmonials-review-area .section-title { margin-bottom: 0; padding-bottom: 0px; }
}
@media (max-width:767px) {
  .testmonials-review-area .section-title { margin-bottom: 0; padding-bottom: 0px; }
}
.testmonials-review-area .section-title span { color: #fff; }
.testmonials-review-area .section-title .title { color: #fff; }
.testmonials-review-area .section-title .title::before { display: none; }
.testmonials-review-area .testmonials-review-item { background: #fff; border-radius: 10px; padding: 21px 30px 23px 160px; position: relative; }
@media only screen and (min-width:768px) and (max-width:991px) {
  .testmonials-review-area .testmonials-review-item { margin-top: 50px; }
}
@media (max-width:767px) {
  .testmonials-review-area .testmonials-review-item { margin-top: 50px; padding: 21px 30px 23px 30px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .testmonials-review-area .testmonials-review-item { margin-top: 50px; padding: 21px 30px 23px 160px; }
}
.testmonials-review-area .testmonials-review-item img { position: absolute; left: 30px; top: 30px; }
@media (max-width:767px) {
  .testmonials-review-area .testmonials-review-item img { position: static; padding-bottom: 20px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .testmonials-review-area .testmonials-review-item img { position: absolute; padding-bottom: 0px; }
}
.testmonials-review-area .testmonials-review-item ul li { display: inline-block; font-size: 14px; font-weight: 500; color: #fe4c1c; }
.testmonials-review-area .testmonials-review-item p { color: #002e44; padding-top: 6px; padding-bottom: 9px; }
.testmonials-review-area .testmonials-review-item .title { font-size: 24px; }
.testmonials-review-area .testmonials-review-item .title span { font-size: 14px; font-weight: 500; color: #8d53e5; padding-left: 5px; }
.testmonials-review-area.testmonials-review-2-area { background-color: #f9fbff; padding-top: 130px; }
.testmonials-review-area.testmonials-review-2-area::before { display: none; }
.testmonials-review-area.testmonials-review-2-area .section-title span { color: #8d53e5; }
.testmonials-review-area.testmonials-review-2-area .section-title .title { color: #002e44; }
.testmonials-review-area.testmonials-review-2-area .testmonials-review-item { box-shadow: 0px 16px 32px 0px rgba(210, 220, 241, 0.3); }

/*===========================
    13.TESTMONIALS css 
===========================*/
.news-area { margin-bottom: 130px; }
.news-area .section-title .title::before { content: 'News'; }
.news-area .news-item .news-thumb { position: relative; }
.news-area .news-item .news-thumb .testimonials-date { position: absolute; right: 28px; bottom: -20px; }
.news-area .news-item .news-thumb .testimonials-date span { background: linear-gradient(90deg, #1341a9 0%, #1654c3 100%); line-height: 40px; padding: 0 20px; color: #fff; font-size: 14px; font-weight: 500; box-shadow: 0px 16px 32px 0px rgba(19, 66, 170, 0.3); border-radius: 30px; }
.news-area .news-item .news-thumb .testimonials-date span i { padding-right: 6px; }
.news-area .news-item .news-thumb .testimonials-date img { margin-right: 6px; }
.news-area .news-item .news-thumb > img { width: 100%; }
.news-area .news-item .news-content { padding-top: 40px; }
.news-area .news-item .news-content .title { font-size: 24px; line-height: 34px; padding-bottom: 11px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .news-area .news-item .news-content .title { font-size: 20px; line-height: 30px; }
}
@media (max-width:767px) {
  .news-area .news-item .news-content .title { font-size: 20px; line-height: 30px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .news-area .news-item .news-content .title { font-size: 24px; line-height: 34px; }
}
@media only screen and (min-width:992px) and (max-width:1200px) {
  .news-area .news-item .news-content p { font-size: 15px; }
}
@media (max-width:767px) {
  .news-area .news-item .news-content p { font-size: 14px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .news-area .news-item .news-content p { font-size: 16px; }
}
.news-area .news-item.item-2 .news-thumb .testimonials-date span { background: linear-gradient(to right, #ff3d69 0%, #ff5388 100%); }
.news-area .news-item.item-3 .news-thumb .testimonials-date span { background: linear-gradient(to right, #ff5a00 0%, #ffa100 100%); }
.news-2-area { padding-bottom: 137px; }
.news-2-area .portfolio-title { padding-bottom: 30px; }
.news-2-area .portfolio-title span { color: #0acc94; font-weight: 500; }
.news-2-area .portfolio-title .title { font-size: 60px; line-height: 70px; padding-bottom: 15px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .news-2-area .portfolio-title .title { font-size: 50px; line-height: 60px; }
}
@media (max-width:767px) {
  .news-2-area .portfolio-title .title { font-size: 26px; line-height: 36px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .news-2-area .portfolio-title .title { font-size: 46px; line-height: 56px; }
}
.news-2-area .portfolio-title-btn { padding-bottom: 30px; }
.news-2-area .portfolio-title-btn a { border: 2px solid #ededed; color: #002e44; padding: 0 48px; background-color: transparent; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.news-2-area .portfolio-title-btn a:hover { background: #0acc94; color: #fff; border-color: #0acc94; }
.news-2-area .portfolio-title-btn a:hover i { color: #fff; }
.news-2-area .portfolio-title-btn a i { color: #0acc94; padding-right: 5px; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.news-2-area .news-item .news-thumb { overflow: hidden; }
.news-2-area .news-item .news-thumb img { width: 100%; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.news-2-area .news-item .news-content { padding-top: 40px; position: relative; }
.news-2-area .news-item .news-content .title { font-size: 24px; font-weight: 500; line-height: 34px; padding-bottom: 12px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .news-2-area .news-item .news-content .title { font-size: 20px; line-height: 32px; }
}
@media (max-width:767px) {
  .news-2-area .news-item .news-content .title { font-size: 20px; line-height: 32px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .news-2-area .news-item .news-content .title { font-size: 24px; line-height: 34px; }
}
@media only screen and (min-width:992px) and (max-width:1200px) {
  .news-2-area .news-item .news-content p { font-size: 15px; }
}
@media (max-width:767px) {
  .news-2-area .news-item .news-content p { font-size: 14px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .news-2-area .news-item .news-content p { font-size: 16px; }
}
.news-2-area .news-item .news-content .user { display: flex; position: absolute; right: 30px; top: -20px; }
.news-2-area .news-item .news-content .user a { background-image: -moz-linear-gradient(0deg, #1654c3 0%, #1341a9 100%); background-image: -webkit-linear-gradient(0deg, #1654c3 0%, #1341a9 100%); background-image: -ms-linear-gradient(0deg, #1654c3 0%, #1341a9 100%); color: #fff; border-radius: 30px; line-height: 40px; padding: 0 20px; margin-left: 10px; box-shadow: 0px 16px 32px 0px rgba(19, 66, 170, 0.3); font-size: 14px; font-weight: 500; }
.news-2-area .news-item .news-content .user a i { padding-right: 5px; }
.news-2-area .news-item .news-content .user.item-2 a { background-image: -moz-linear-gradient(0deg, #ff5388 0%, #ff3d69 100%); background-image: -webkit-linear-gradient(0deg, #ff5388 0%, #ff3d69 100%); background-image: -ms-linear-gradient(0deg, #ff5388 0%, #ff3d69 100%); box-shadow: 0px 16px 32px 0px rgba(255, 77, 111, 0.3); }
.news-2-area .news-item .news-content .user.item-3 a { background-image: -moz-linear-gradient(0deg, #ffa100 0%, #ff5a00 100%); background-image: -webkit-linear-gradient(0deg, #ffa100 0%, #ff5a00 100%); background-image: -ms-linear-gradient(0deg, #ffa100 0%, #ff5a00 100%); box-shadow: 0px 16px 32px 0px rgba(255, 138, 0, 0.3); }
.news-2-area .news-item:hover .news-thumb img { transform: scale(1.1); }
.news-3-area { padding-bottom: 132px; }
.news-3-area .section-title { padding-bottom: 50px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .news-3-area .section-title .title { font-size: 48px; }
}
.news-3-area .section-title .title::before { display: none; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .news-3-area .news-item { margin-right: 0; }
}
@media (max-width:767px) {
  .news-3-area .news-item { margin-right: 0; }
}
.news-3-area .news-item .news-thumb img { width: 100%; }
.news-3-area .news-item .news-content { padding-top: 34px; }
.news-3-area .news-item .news-content ul li { display: inline-block; }
.news-3-area .news-item .news-content ul li a { font-size: 14px; color: #002e44; }
.news-3-area .news-item .news-content ul li a i { color: #8d53e5; padding-right: 6px; }
.news-3-area .news-item .news-content > a { font-size: 24px; line-height: 34px; font-weight: 500; color: #002e44; margin-top: 8px; }
@media (max-width:767px) {
  .news-3-area .news-item .news-content > a { font-size: 20px; }
}
.news-3-area .news-item .news-content p { padding-top: 11px; padding-bottom: 22px; }
.news-3-area .news-item .news-content span { line-height: 40px; padding: 0 40px; background-image: -moz-linear-gradient(0deg, #1654c3 0%, #1341a9 100%); background-image: -webkit-linear-gradient(0deg, #1654c3 0%, #1341a9 100%); background-image: -ms-linear-gradient(0deg, #1654c3 0%, #1341a9 100%); color: #fff; font-size: 14px; font-weight: 500; border-radius: 30px; box-shadow: 0px 16px 32px 0px rgba(19, 66, 170, 0.3); margin-left: 7px; }
.news-3-area .news-item .news-content span i { padding-right: 6px; }
@media only screen and (min-width:768px) and (max-width:991px) {
  .news-3-area .news-form { margin-top: 100px; }
}
@media (max-width:767px) {
  .news-3-area .news-form { margin-top: 100px; }
}
.news-3-area .news-form .section-title { padding-bottom: 50px; }
.news-3-area .news-form .news-form-area { padding: 30px 60px 60px; box-shadow: 0px 16px 32px 0px rgba(19, 66, 170, 0.06); position: relative; z-index: 10; }
@media (max-width:767px) {
  .news-3-area .news-form .news-form-area { padding: 20px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .news-3-area .news-form .news-form-area { padding: 30px 60px 60px; }
}
.news-3-area .news-form .news-form-area .news-mail { position: absolute; top: -90px; right: -85px; z-index: -2; }
@media only screen and (min-width:1200px) and (max-width:1600px) {
  .news-3-area .news-form .news-form-area .news-mail { right: -15px; }
}
@media only screen and (min-width:992px) and (max-width:1200px) {
  .news-3-area .news-form .news-form-area .news-mail { right: -15px; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .news-3-area .news-form .news-form-area .news-mail { right: -15px; }
}
@media (max-width:767px) {
  .news-3-area .news-form .news-form-area .news-mail { right: -15px; }
}
.news-3-area .news-form .news-form-area::before { position: absolute; content: ''; left: 0; top: 0; height: 100%; width: 100%; background: #fff; z-index: -1; }
.news-3-area .news-form .news-form-area .input-box input { width: 100%; line-height: 80px; padding-left: 40px; border: 0; background: #f9fbff; color: #002e44; }
.news-3-area .news-form .news-form-area .input-box input::placeholder { opacity: 1; color: #002e44; }
.news-3-area .news-form .news-form-area .input-box textarea { width: 100%; height: 220px; resize: none; padding-left: 40px; padding-top: 25px; border: 0; background: #f9fbff; color: #002e44; }
.news-3-area .news-form .news-form-area .input-box textarea::placeholder { opacity: 1; color: #002e44; }

/*===========================
    .news page css 
===========================*/
.blog-sidebar-area .blog-sidebar-item { border: 2px solid #ededed; padding: 35px 40px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .blog-sidebar-area .blog-sidebar-item { padding: 35px 20px; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .blog-sidebar-area .blog-sidebar-item { padding: 35px 20px; }
}
@media (max-width:767px) {
  .blog-sidebar-area .blog-sidebar-item { padding: 35px 20px; }
}
.blog-sidebar-area .blog-sidebar-item .sidebar-title .title { font-size: 20px; padding-left: 34px; position: relative; }
.blog-sidebar-area .blog-sidebar-item .sidebar-title .title::before { position: absolute; content: ''; height: 20px; width: 2px; left: 0px; top: 50%; transform: translateY(-50%); background: #0acc94; }
.blog-sidebar-area .sidebar-about-contnent .title { font-size: 18px; padding-top: 25px; }
.blog-sidebar-area .sidebar-about-contnent p { font-size: 14px; padding: 10px 5px 15px; }
.blog-sidebar-area .sidebar-about-contnent ul li { display: inline-block; }
.blog-sidebar-area .sidebar-about-contnent ul li a { color: #b3bed3; font-size: 14px; margin: 0 10px; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.blog-sidebar-area .sidebar-about-contnent ul li a:hover { color: #0acc94; }
.blog-sidebar-area .sidebar-search-item .input-box { padding-bottom: 5px; position: relative; }
.blog-sidebar-area .sidebar-search-item .input-box input { width: 100%; line-height: 60px; padding-left: 30px; background: #f6f4ff; border: 0; font-size: 12px; color: #002e44; border-radius: 50px; }
.blog-sidebar-area .sidebar-search-item .input-box input::placeholder { opacity: 1; font-size: 12px; }
.blog-sidebar-area .sidebar-search-item .input-box button { position: absolute; right: 0; top: 0; line-height: 60px; width: 60px; text-align: center; border: 0; background-image: -moz-linear-gradient(0deg, #0acc94 0%, #25d16e 100%); background-image: -webkit-linear-gradient(0deg, #0acc94 0%, #25d16e 100%); background-image: -ms-linear-gradient(0deg, #0acc94 0%, #25d16e 100%); color: #fff; border-radius: 50%; }
.blog-sidebar-area .sidebar-feeds .sidebar-feeds-item { position: relative; border-bottom: 1px solid #ededed; padding-bottom: 30px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .blog-sidebar-area .sidebar-feeds .sidebar-feeds-item { padding-left: 95px; }
}
.blog-sidebar-area .sidebar-feeds .sidebar-feeds-item .title { font-size: 14px; }
.blog-sidebar-area .sidebar-feeds .sidebar-feeds-item span { color: #002e44; font-size: 12px; padding-top: 8px; }
.blog-sidebar-area .sidebar-feeds .sidebar-feeds-item span i { padding-right: 6px; }
.blog-sidebar-area .sidebar-feeds .sidebar-feeds-item img { position: absolute; left: 0; top: -10px; }
.blog-sidebar-area .sidebar-feeds .sidebar-feeds-item:last-child { border-bottom: 0; padding-bottom: 10px; }
.blog-sidebar-area .sidebar-categories ul li { margin-top: 10px; }
.blog-sidebar-area .sidebar-categories ul li a { width: 100%; background: #edf5ff; line-height: 50px; padding-left: 30px; color: #282828; font-size: 14px; position: relative; border-radius: 40px; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.blog-sidebar-area .sidebar-categories ul li a span { position: absolute; right: 0; top: 0; height: 100%; width: 50px; line-height: 50px; text-align: center; padding: 0; color: #282828; background: #cedbeb; font-weight: 700; border-radius: 50%; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.blog-sidebar-area .sidebar-categories ul li a:hover { background: #0acc94; color: #fff; }
.blog-sidebar-area .sidebar-categories ul li a:hover span { background: #1fab60; color: #fff; }
.blog-sidebar-area .sidebar-social ul { white-space: nowrap; }
.blog-sidebar-area .sidebar-social ul li { display: inline-block; }
.blog-sidebar-area .sidebar-social ul li a { height: 40px; width: 40px; background: #d9e7ff; text-align: center; line-height: 40px; color: #002e44; margin: 0 4px; border-radius: 50%; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.blog-sidebar-area .sidebar-social ul li a:hover { background: #0acc94; color: #fff; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .blog-sidebar-area .sidebar-social ul li a { margin: 0 1px; }
}
@media (max-width:767px) {
  .blog-sidebar-area .sidebar-social ul li a { margin: 0 1px; height: 38px; width: 38px; line-height: 38px; }
}
.blog-sidebar-area .sidebar-twitter-feeds .sidebar-twitter-feeds-item { border-bottom: 1px solid #ededed; padding-left: 35px; position: relative; padding-bottom: 25px; margin-top: 25px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .blog-sidebar-area .sidebar-twitter-feeds .sidebar-twitter-feeds-item { padding-left: 20px; }
}
.blog-sidebar-area .sidebar-twitter-feeds .sidebar-twitter-feeds-item ul li a { font-size: 14px; line-height: 24px; color: #002e44; font-size: 12px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .blog-sidebar-area .sidebar-twitter-feeds .sidebar-twitter-feeds-item ul li a { font-size: 11px; }
}
.blog-sidebar-area .sidebar-twitter-feeds .sidebar-twitter-feeds-item span { color: #516381; font-size: 12px; font-weight: 700; }
.blog-sidebar-area .sidebar-twitter-feeds .sidebar-twitter-feeds-item i { position: absolute; top: 7px; left: 0; color: #0acc94; }
.blog-sidebar-area .sidebar-twitter-feeds .sidebar-twitter-feeds-item:last-child { border-bottom: 0; padding-bottom: 0; }
.blog-sidebar-area .sidebar-instagram ul { margin-top: 13px; display: flex; justify-content: space-between; }
@media (max-width:767px) {
  .blog-sidebar-area .sidebar-instagram ul { justify-content: left; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .blog-sidebar-area .sidebar-instagram ul { justify-content: space-between; }
}
.blog-sidebar-area .sidebar-instagram ul li { display: inline-block; }
.blog-sidebar-area .sidebar-instagram ul li a img { width: 100%; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .blog-sidebar-area .sidebar-instagram ul li a img { width: 84%; }
}
@media (max-width:767px) {
  .blog-sidebar-area .sidebar-instagram ul li a img { width: 80%; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .blog-sidebar-area .sidebar-instagram ul li a img { width: 100%; }
}
.blog-sidebar-area .sidebar-tags ul { margin-top: 10px; }
.blog-sidebar-area .sidebar-tags ul li { display: inline-block; }
.blog-sidebar-area .sidebar-tags ul li a { background: #f5f2ff; color: #002e44; font-size: 12px; line-height: 30px; padding: 0 16px; margin: 0 3px; border-radius: 30px; text-transform: uppercase; font-weight: 700; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.blog-sidebar-area .sidebar-tags ul li a:hover { background: #0acc94; color: #fff; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .blog-sidebar-area .sidebar-tags ul li a { padding: 0 16px; margin: 0 1px; }
}
@media (max-width:767px) {
  .blog-sidebar-area .sidebar-tags ul li a { padding: 0 14px; margin: 0 1px; }
}
.blog-sidebar-add { position: relative; }
.blog-sidebar-add .add-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #0acc94; text-align: center; padding: 20px 40px; }
.blog-sidebar-add .add-content span { color: #fff; font-weight: 700; font-size: 16px; }
.blog-sidebar-add .add-content .title { font-size: 24px; color: #fff; white-space: nowrap; padding-top: 5px; }
.blog-standard .single-blog-standard .blog-standard-thumb { position: relative; }
.blog-standard .single-blog-standard .blog-standard-thumb img { width: 100%; }
.blog-standard .single-blog-standard .blog-standard-thumb a { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); height: 80px; width: 80px; text-align: center; line-height: 80px; background: #0acc94; color: #fff; border-radius: 50%; font-size: 20px; }
@media (max-width:767px) {
  .blog-standard .single-blog-standard .blog-standard-thumb a { height: 60px; width: 60px; line-height: 60px; font-size: 16px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .blog-standard .single-blog-standard .blog-standard-thumb a { height: 80px; width: 80px; line-height: 80px; font-size: 20px; }
}
.blog-standard .single-blog-standard .blog-standard-content { border: 2px solid #ededed; border-top: 0; padding: 50px; }
@media (max-width:767px) {
  .blog-standard .single-blog-standard .blog-standard-content { padding: 50px 20px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .blog-standard .single-blog-standard .blog-standard-content { padding: 50px; }
}
.blog-standard .single-blog-standard .blog-standard-content > span { background: #0acc94; color: #fff; font-weight: 700; font-size: 14px; padding: 0 15px; line-height: 30px; text-transform: capitalize; border-radius: 30px; }
.blog-standard .single-blog-standard .blog-standard-content .title { font-size: 40px; line-height: 50px; padding-top: 25px; letter-spacing: -1px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .blog-standard .single-blog-standard .blog-standard-content .title { padding-right: 0; font-size: 27px; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .blog-standard .single-blog-standard .blog-standard-content .title { padding-right: 0; font-size: 30px; }
}
@media (max-width:767px) {
  .blog-standard .single-blog-standard .blog-standard-content .title { padding-right: 0; font-size: 18px; line-height: 28px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .blog-standard .single-blog-standard .blog-standard-content .title { padding-right: 0; font-size: 21px; line-height: 32px; }
}
.blog-standard .single-blog-standard .blog-standard-content ul { padding: 20px 0; }
.blog-standard .single-blog-standard .blog-standard-content ul li { display: inline-block; color: #002e44; font-size: 14px; margin-right: 28px; }
@media (max-width:767px) {
  .blog-standard .single-blog-standard .blog-standard-content ul li { margin-right: 00px; margin-bottom: 10px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .blog-standard .single-blog-standard .blog-standard-content ul li { margin-right: 20px; margin-bottom: 0; }
}
.blog-standard .single-blog-standard .blog-standard-content ul li i { padding-right: 6px; }
.blog-standard .single-blog-standard .blog-standard-content > p { color: #002e44; font-size: 16px; padding-bottom: 35px; }
.blog-standard .single-blog-standard .blog-standard-content .blog-flex { display: flex; margin-bottom: 7px; justify-content: space-between; }
@media (max-width:767px) {
  .blog-standard .single-blog-standard .blog-standard-content .blog-flex { display: block; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .blog-standard .single-blog-standard .blog-standard-content .blog-flex { display: flex; }
}
.blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-left { position: relative; padding-left: 65px; }
@media (max-width:767px) {
  .blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-left { margin-bottom: 30px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-left { margin-bottom: 0px; }
}
.blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-left p { font-weight: 700; color: #002e44; }
.blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-left span { color: #002e44; }
.blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-left img { position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
.blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-right a { font-weight: 700; letter-spacing: 2px; color: #0acc94; text-transform: uppercase; font-size: 14px; }
.blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-right a i { padding-right: 15px; }
.blog-standard .single-blog-standard .blog-standard-content.blog-border { border-top: 2px solid #ededed; }
.pagination-area nav ul li a { height: 50px; width: 50px; text-align: center; line-height: 48px; padding: 0; border-radius: 50%; margin: 0 5px; border: 2px solid #fff; font-size: 14px; font-weight: 500; color: #002e44; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
@media (max-width:767px) {
  .pagination-area nav ul li a { margin: 0 2px; height: 35px; width: 35px; line-height: 32px; font-size: 14px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .pagination-area nav ul li a { margin: 0 2px; height: 35px; width: 35px; line-height: 32px; font-size: 14px; }
}
.pagination-area nav ul li a.active,
.pagination-area nav ul li a:hover { background: #0acc94; border-color: #0acc94; color: #fff; }
.pagination-area nav ul li:first-child a { border-radius: 50% !important; }
.pagination-area nav ul li:last-child a { border-radius: 50% !important; }
.pagination-area.pagination-2-area nav ul li a { border: 2px solid #ededed; }
.pagination-area.pagination-2-area nav ul li a.active,
.pagination-area.pagination-2-area nav ul li a:hover { border-color: #0acc94; }

/*===============================
    .BLOG DETAILS css 
================================*/
.blog-dteails-content { border: 2px solid #ededed; padding: 50px; }
@media (max-width:767px) {
  .blog-dteails-content { padding: 50px 20px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .blog-dteails-content { padding: 50px; }
}
.blog-dteails-content .blog-details-top > span { background: #0acc94; color: #fff; font-weight: 700; font-size: 14px; padding: 0 15px; line-height: 30px; text-transform: capitalize; border-radius: 30px; }
.blog-dteails-content .blog-details-top .title { font-size: 36px; line-height: 42px; padding-right: 40px; padding-top: 25px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .blog-dteails-content .blog-details-top .title { padding-right: 0; font-size: 27px; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .blog-dteails-content .blog-details-top .title { padding-right: 0; font-size: 30px; }
}
@media (max-width:767px) {
  .blog-dteails-content .blog-details-top .title { padding-right: 0; font-size: 18px; line-height: 28px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .blog-dteails-content .blog-details-top .title { padding-right: 0; font-size: 21px; line-height: 32px; }
}
.blog-dteails-content .blog-details-top ul { padding: 20px 0; }
.blog-dteails-content .blog-details-top ul li { display: inline-block; color: #282828; font-size: 14px; margin-right: 28px; }
@media (max-width:767px) {
  .blog-dteails-content .blog-details-top ul li { margin-right: 00px; margin-bottom: 10px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .blog-dteails-content .blog-details-top ul li { margin-right: 20px; margin-bottom: 0; }
}
.blog-dteails-content .blog-details-top ul li i { padding-right: 6px; }
.blog-dteails-content .blog-details-top > p { color: #282828; font-size: 16px; padding-bottom: 35px; line-height: 26px; }
.blog-dteails-content .blog-details-bath img { width: 100%; }
.blog-dteails-content .blog-details-bath .title { font-size: 30px; padding-top: 40px; padding-bottom: 20px; }
@media (max-width:767px) {
  .blog-dteails-content .blog-details-bath .title { font-size: 26px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .blog-dteails-content .blog-details-bath .title { font-size: 26px; }
}
.blog-dteails-content .blog-details-bath p { border-bottom: 1px solid #ededed; padding-bottom: 35px; }
.blog-dteails-content .blog-details-bath ul { padding-left: 30px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .blog-dteails-content .blog-details-bath ul { padding-left: 18px; }
}
@media (max-width:767px) {
  .blog-dteails-content .blog-details-bath ul { padding-left: 0px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .blog-dteails-content .blog-details-bath ul { padding-left: 30px; }
}
.blog-dteails-content .blog-details-bath ul li { color: #002e44; line-height: 30px; }
.blog-dteails-content .blog-details-bath ul li i { color: #0acc94; padding-right: 5px; }
@media (max-width:767px) {
  .blog-dteails-content .blog-details-bath ul li { font-size: 13px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .blog-dteails-content .blog-details-bath ul li { font-size: 15px; }
}
.blog-dteails-content .blog-details-quote { background: #f3f5ff; border-radius: 10px; padding: 50px 45px 57px; position: relative; z-index: 5; }
@media (max-width:767px) {
  .blog-dteails-content .blog-details-quote { padding: 50px 10px 57px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .blog-dteails-content .blog-details-quote { padding: 50px 50px 57px; }
}
.blog-dteails-content .blog-details-quote p { color: #002e44; font-weight: 700; }
.blog-dteails-content .blog-details-quote p span { color: #0acc94; }
.blog-dteails-content .blog-details-quote .title { line-height: 38px; padding-top: 13px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .blog-dteails-content .blog-details-quote .title { font-size: 20px; }
}
@media (max-width:767px) {
  .blog-dteails-content .blog-details-quote .title { font-size: 17px; line-height: 27px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .blog-dteails-content .blog-details-quote .title { font-size: 19px; line-height: 29px; }
}
.blog-dteails-content .blog-details-quote i { font-size: 190px; color: #e4e9ff; z-index: -1; position: absolute; bottom: 15px; right: 30px; }
@media (max-width:767px) {
  .blog-dteails-content .blog-details-quote i { font-size: 90px; }
}
.blog-dteails-content .blog-details-confarance p { line-height: 26px; }
@media (max-width:767px) {
  .blog-dteails-content .blog-details-confarance .confarance-flex { display: block !important; }
}
.blog-dteails-content .blog-details-confarance .confarance-flex .confarance-thumb-1 { width: 50%; }
@media (max-width:767px) {
  .blog-dteails-content .blog-details-confarance .confarance-flex .confarance-thumb-1 { width: 100%; }
}
.blog-dteails-content .blog-details-confarance .confarance-flex .confarance-thumb-1 img { width: 100%; padding-top: 10px; }
.blog-dteails-content .blog-details-confarance .confarance-flex .confarance-thumb-2 { width: 83%; padding-left: 32px; }
@media (max-width:767px) {
  .blog-dteails-content .blog-details-confarance .confarance-flex .confarance-thumb-2 { padding-left: 0; width: 100%; padding-top: 20px; }
}
@media (max-width:767px) {
  .blog-dteails-content .blog-details-bar { display: block !important; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .blog-dteails-content .blog-details-bar { display: flex !important; }
}
.blog-dteails-content .blog-details-bar .blog-tags .title { font-size: 20px; text-transform: capitalize; }
.blog-dteails-content .blog-details-bar .blog-tags ul li { display: inline-block; }
.blog-dteails-content .blog-details-bar .blog-tags ul li a { background: #f5f2ff; color: #002e44; font-size: 12px; font-weight: 700; text-transform: uppercase; line-height: 30px; padding: 0 20px; margin-right: 7px; margin-top: 27px; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; border-radius: 30px; }
@media (max-width:767px) {
  .blog-dteails-content .blog-details-bar .blog-tags ul li a { margin-right: 2px; padding: 0 15px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .blog-dteails-content .blog-details-bar .blog-tags ul li a { margin-right: 0; padding: 0 10px; }
}
.blog-dteails-content .blog-details-bar .blog-tags ul li a:hover { background: #0acc94; color: #fff; }
@media (max-width:767px) {
  .blog-dteails-content .blog-details-bar .blog-social { text-align: left !important; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .blog-dteails-content .blog-details-bar .blog-social { text-align: right !important; }
}
.blog-dteails-content .blog-details-bar .blog-social .title { font-size: 20px; text-transform: capitalize; padding-bottom: 20px; }
@media (max-width:767px) {
  .blog-dteails-content .blog-details-bar .blog-social .title { margin-top: 20px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .blog-dteails-content .blog-details-bar .blog-social .title { margin-top: 0px; }
}
.blog-dteails-content .blog-details-bar .blog-social ul li { display: inline-block; }
.blog-dteails-content .blog-details-bar .blog-social ul li a { color: #b5becc; font-size: 18px; margin-left: 28px; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
@media (max-width:767px) {
  .blog-dteails-content .blog-details-bar .blog-social ul li a { margin-left: 0; margin-right: 20px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .blog-dteails-content .blog-details-bar .blog-social ul li a { margin-left: 20px; margin-right: 0px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .blog-dteails-content .blog-details-bar .blog-social ul li a { margin-left: 15px; }
}
.blog-dteails-content .blog-details-bar .blog-social ul li a:hover { color: #0acc94; }
.blog-dteails-content .blog-details-next-prev { border-top: 1px solid #ededed; border-bottom: 1px solid #ededed; position: relative; }
.blog-dteails-content .blog-details-next-prev .post-prev a span { color: #0acc94; font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; }
.blog-dteails-content .blog-details-next-prev .post-prev a .title { font-size: 28px; text-transform: capitalize; padding-top: 5px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .blog-dteails-content .blog-details-next-prev .post-prev a .title { font-size: 20px; }
}
@media (max-width:767px) {
  .blog-dteails-content .blog-details-next-prev .post-prev a .title { font-size: 18px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .blog-dteails-content .blog-details-next-prev .post-prev a .title { font-size: 18px; }
}
.blog-dteails-content .blog-details-next-prev .post-next a span { color: #0acc94; font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; }
.blog-dteails-content .blog-details-next-prev .post-next a .title { font-size: 28px; text-transform: capitalize; padding-top: 5px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .blog-dteails-content .blog-details-next-prev .post-next a .title { font-size: 20px; }
}
@media (max-width:767px) {
  .blog-dteails-content .blog-details-next-prev .post-next a .title { font-size: 18px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .blog-dteails-content .blog-details-next-prev .post-next a .title { font-size: 18px; }
}
.blog-dteails-content .blog-details-next-prev > a { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
@media (max-width:767px) {
  .blog-dteails-content .blog-details-next-prev > a { display: none; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .blog-dteails-content .blog-details-next-prev > a { display: block; }
}
.blog-dteails-content .blog-details-releted-post .title { font-size: 26px; padding-bottom: 5px; }
.blog-dteails-content .blog-details-releted-post .blog-details-releted-item { box-shadow: 0px 8px 16px 0px rgba(93, 93, 93, 0.06); }
.blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-thumb img { width: 100%; }
.blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content { padding: 35px 40px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content { padding: 35px 20px; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content { padding: 35px 20px; }
}
@media (max-width:767px) {
  .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content { padding: 35px 15px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content { padding: 35px 40px; }
}
.blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content span { font-size: 14px; color: #0acc94; padding-bottom: 5px; }
.blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content span i { padding-right: 5px; }
.blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content .title { font-size: 20px; line-height: 30px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content .title { font-size: 17px; }
}
@media (max-width:767px) {
  .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content .title { font-size: 18px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content .title { font-size: 20px; }
}
.blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content p { font-size: 14px; line-height: 26px; padding-top: 3px; }
.blog-dteails-content .blog-details-written { border: 2px solid #ededed; padding: 40px; }
@media (max-width:767px) {
  .blog-dteails-content .blog-details-written { padding: 15px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .blog-dteails-content .blog-details-written { padding: 31px; }
}
@media (max-width:767px) {
  .blog-dteails-content .blog-details-written .written-area { display: block !important; }
}
.blog-dteails-content .blog-details-written .written-area .written-thumb { width: 100%; }
.blog-dteails-content .blog-details-written .written-area .written-thumb img { width: 100%; }
.blog-dteails-content .blog-details-written .written-area .written-content { padding-left: 40px; }
@media (max-width:767px) {
  .blog-dteails-content .blog-details-written .written-area .written-content { padding-left: 0; }
}
.blog-dteails-content .blog-details-written .written-area .written-content span { text-transform: uppercase; font-size: 12px; font-weight: 700; letter-spacing: 2px; color: #002e44; }
@media (max-width:767px) {
  .blog-dteails-content .blog-details-written .written-area .written-content span { padding-top: 20px; }
}
.blog-dteails-content .blog-details-written .written-area .written-content .title { font-size: 36px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .blog-dteails-content .blog-details-written .written-area .written-content .title { font-size: 30px; }
}
@media (max-width:767px) {
  .blog-dteails-content .blog-details-written .written-area .written-content .title { font-size: 22px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .blog-dteails-content .blog-details-written .written-area .written-content .title { font-size: 30px; }
}
.blog-dteails-content .blog-details-written .written-area .written-content p { font-size: 14px; color: #002e44; line-height: 26px; padding-top: 7px; }
.blog-dteails-content .blog-details-comments { position: relative; }
.blog-dteails-content .blog-details-comments > .title { font-size: 26px; padding-bottom: 5px; }
.blog-dteails-content .blog-details-comments .blog-comments-area { margin-top: 40px; padding-left: 130px; position: relative; border-bottom: 1px solid #ededed; padding-bottom: 25px; }
@media (max-width:767px) {
  .blog-dteails-content .blog-details-comments .blog-comments-area { padding-left: 0px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .blog-dteails-content .blog-details-comments .blog-comments-area { padding-left: 110px; }
}
.blog-dteails-content .blog-details-comments .blog-comments-area .blog-left .title { font-size: 18px; }
.blog-dteails-content .blog-details-comments .blog-comments-area .blog-left span { font-size: 12px; color: #0acc94; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; padding-top: 5px; padding-bottom: 15px; }
.blog-dteails-content .blog-details-comments .blog-comments-area .blog-right a { color: #002e44; font-weight: 700; font-size: 14px; line-height: 40px; border: 2px solid #ededed; padding: 0 20px; border-radius: 30px; }
.blog-dteails-content .blog-details-comments .blog-comments-area p { font-size: 14px; }
.blog-dteails-content .blog-details-comments .blog-comments-area img { position: absolute; left: 0; top: -10px; }
@media (max-width:767px) {
  .blog-dteails-content .blog-details-comments .blog-comments-area img { width: 18%; position: inherit; top: 0; padding: 15px 0; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .blog-dteails-content .blog-details-comments .blog-comments-area img { width: 18%; position: absolute; top: -10px; padding: 0; }
}
@media (max-width:767px) {
  .blog-dteails-content .blog-details-comments .blog-comments-area.ml-125 { margin-left: 50px; }
}
@media (max-width:767px) {
  .blog-dteails-content .blog-details-comments .blog-comments-area .d-flex { display: block !important; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .blog-dteails-content .blog-details-comments .blog-comments-area .d-flex { display: flex !important; }
}
.blog-dteails-content .blog-details-post-comments { margin-top: 40px; }
.blog-dteails-content .blog-details-post-comments .title { font-size: 26px; padding-bottom: 30px; }
.blog-dteails-content .blog-details-post-comments .post-comments-area { padding: 30px 50px 50px; background: #f3f8ff; }
@media only screen and (min-width:576px) and (max-width:767px) {
  .blog-dteails-content .blog-details-post-comments .post-comments-area { padding: 30px 50px 50px; }
}
@media (max-width:767px) {
  .blog-dteails-content .blog-details-post-comments .post-comments-area { padding: 20px; }
}
.blog-dteails-content .blog-details-post-comments .post-comments-area .input-box textarea { width: 100%; border: 0; height: 150px; resize: none; padding-top: 20px; padding-left: 30px; font-size: 14px; color: #002e44; }
.blog-dteails-content .blog-details-post-comments .post-comments-area .input-box textarea::placeholder { opacity: 1; }
.blog-dteails-content .blog-details-post-comments .post-comments-area .input-box input { width: 100%; border: 0; line-height: 60px; padding-left: 30px; font-size: 14px; color: #282828; }
.blog-dteails-content .blog-details-post-comments .post-comments-area .input-box input::placeholder { opacity: 1; }
.blog-dteails-content .blog-details-post-comments .post-comments-area .input-box button { text-transform: capitalize; padding: 0 60px; background: #0acc94; border-color: #0acc94; }
.blog-dteails-content .blog-details-post-comments .post-comments-area .input-box button:hover { background-color: transparent; color: #0acc94; }
.blog-dteails-content .blog-details-post-comments .post-comments-area .input-box button i { padding-right: 6px; }
.news-masonary-area .news-masonary-item .news-masonary-thumb img { width: 100%; }
.news-masonary-area .news-masonary-item .news-masonary-content { border: 2px solid #ededed; border-top: 0; padding-left: 36px; padding-top: 46px; padding-bottom: 33px; position: relative; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .news-masonary-area .news-masonary-item .news-masonary-content { padding-left: 20px; }
}
@media (max-width:767px) {
  .news-masonary-area .news-masonary-item .news-masonary-content { padding-left: 20px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .news-masonary-area .news-masonary-item .news-masonary-content { padding-left: 36px; }
}
.news-masonary-area .news-masonary-item .news-masonary-content a { font-size: 24px; line-height: 34px; font-weight: 500; color: #002e44; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .news-masonary-area .news-masonary-item .news-masonary-content a { font-size: 20px; }
}
@media (max-width:767px) {
  .news-masonary-area .news-masonary-item .news-masonary-content a { font-size: 20px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .news-masonary-area .news-masonary-item .news-masonary-content a { font-size: 24px; }
}
.news-masonary-area .news-masonary-item .news-masonary-content ul { padding-top: 18px; }
.news-masonary-area .news-masonary-item .news-masonary-content ul li { display: inline-block; font-size: 14px; color: #002e44; }
.news-masonary-area .news-masonary-item .news-masonary-content ul li i { padding-right: 6px; }
.news-masonary-area .news-masonary-item .news-masonary-content ul li:first-child { margin-right: 25px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .news-masonary-area .news-masonary-item .news-masonary-content ul li:first-child { margin-right: 10px; }
}
@media (max-width:767px) {
  .news-masonary-area .news-masonary-item .news-masonary-content ul li:first-child { margin-right: 10px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .news-masonary-area .news-masonary-item .news-masonary-content ul li:first-child { margin-right: 25px; }
}
.news-masonary-area .news-masonary-item .news-masonary-content span { position: absolute; left: 36px; top: -15px; background-image: -moz-linear-gradient(0deg, #0acc94 0%, #25d16e 100%); background-image: -webkit-linear-gradient(0deg, #0acc94 0%, #25d16e 100%); background-image: -ms-linear-gradient(0deg, #0acc94 0%, #25d16e 100%); line-height: 30px; padding: 0 30px; border-radius: 30px; font-size: 14px; font-weight: 700; color: #fff; }

/*===========================
    14.FOOTER css 
===========================*/
.footer-area .footer-bg { background: #9050e0; position: relative; }
.footer-area .footer-bg::before { position: absolute; content: ''; left: 0; top: 0; height: 100%; width: 100%; background-image: url(../images/footer-map.png); background-size: cover; background-position: center; background-repeat: no-repeat; }
.footer-area .footer-bg .footer-subscribe { padding-top: 133px; padding-bottom: 121px; border-bottom: 2px solid #ac75ff; }
.footer-area .footer-bg .footer-subscribe .subscribe-content span { font-weight: 500; color: #fff; }
.footer-area .footer-bg .footer-subscribe .subscribe-content .title { font-size: 50px; color: #fff; position: relative; padding-bottom: 32px; }
.footerlinks { text-align: center; }
.footerlinks ul li { display: inline-block; padding: 0 15px; position: relative; }
.footerlinks ul li:after { content: ""; background: #725a95; width: 2px; height: 15px; display: block; position: absolute; top: 0; bottom: 0; right: 0; margin: auto; }
.footerlinks ul li:last-child:after { display: none; }
.footerlinks ul li a:hover { color: #8d52e3; }
.footerlinks ul li a { color: #d5d5d5; font-size: 14px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .footer-area .footer-bg .footer-subscribe .subscribe-content .title { font-size: 50px; line-height: 60px; }
}
@media (max-width:767px) {
  .footer-area .footer-bg .footer-subscribe .subscribe-content .title { font-size: 40px; line-height: 60px; }
}
.footer-area .footer-bg .footer-subscribe .subscribe-content .title::before { position: absolute; content: ''; left: 0; bottom: 0px; height: 2px; width: 14px; background: #fff; }
.footer-area .footer-bg .footer-subscribe .subscribe-content .title::after { position: absolute; content: ''; left: 20px; bottom: 0px; height: 2px; width: 30px; background: #fff; }
@media only screen and (min-width:768px) and (max-width:991px) {
  .footer-area .footer-bg .subscribe-input { margin-top: 30px; }
}
@media (max-width:767px) {
  .footer-area .footer-bg .subscribe-input { margin-top: 30px; }
}
.footer-area .footer-bg .subscribe-input .input-box { position: relative; }
.footer-area .footer-bg .subscribe-input .input-box input { width: 640px; background: #fff; border: 0; height: 90px; border-radius: 60px; padding-left: 73px; font-weight: 500; color: #002e44; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .footer-area .footer-bg .subscribe-input .input-box input { width: 500px; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .footer-area .footer-bg .subscribe-input .input-box input { width: 100%; }
}
@media (max-width:767px) {
  .footer-area .footer-bg .subscribe-input .input-box input { width: 100%; padding-left: 15px; font-size: 13px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .footer-area .footer-bg .subscribe-input .input-box input { width: 100%; padding-left: 73px; font-size: 16px; }
}
.footer-area .footer-bg .subscribe-input .input-box input::placeholder { opacity: 1; color: #002e44; }
.footer-area .footer-bg .subscribe-input .input-box button { position: absolute; right: 15px; top: 50%; transform: translateY(-50%); box-shadow: 0px 16px 32px 0px rgba(22, 83, 194, 0.3); }
@media (max-width:767px) {
  .footer-area .footer-bg .subscribe-input .input-box button { padding: 0 5px; font-size: 13px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .footer-area .footer-bg .subscribe-input .input-box button { padding: 0 30px; font-size: 16px; }
}
.footer-area .footer-bg .subscribe-input .input-box i { position: absolute; left: 48px; top: 50%; transform: translateY(-50%); color: #002e44; }
@media (max-width:767px) {
  .footer-area .footer-bg .subscribe-input .input-box i { display: none; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .footer-area .footer-bg .subscribe-input .input-box i { display: block; }
}
.footer-area .footer-bg .footer-item { padding-top: 90px; padding-bottom: 100px; position: relative; }
.footer-area .footer-bg .footer-item .back-to-top { position: absolute; left: 50%; transform: translateX(-50%); top: -50px; height: 100px; width: 60px; background: #4a2089; text-align: center; line-height: 100px; color: #fff; font-size: 24px; border-radius: 40px; cursor: pointer; }
.footer-area .footer-bg .footer-item .footer-about { margin-right: 50px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .footer-area .footer-bg .footer-item .footer-about { margin-right: 0; }
}
@media (max-width:767px) {
  .footer-area .footer-bg .footer-item .footer-about { margin-right: 0; }
}
.footer-area .footer-bg .footer-item .footer-about .title { color: #fff; font-size: 30px; }
.footer-area .footer-bg .footer-item .footer-about p { color: #fff; padding-top: 25px; padding-bottom: 33px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .footer-area .footer-bg .footer-item .footer-about p { font-size: 15px; }
}
.footer-area .footer-bg .footer-item .footer-about a { background: #001e59; color: #fff; }
.footer-area .footer-bg .footer-services .footer-services-title { padding-bottom: 19px; }
.footer-area .footer-bg .footer-services .footer-services-title .title { color: #fff; }
.footer-area .footer-bg .footer-services .footer-services-list { display: flex; }
@media (max-width:767px) {
  .footer-area .footer-bg .footer-services .footer-services-list { display: block; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .footer-area .footer-bg .footer-services .footer-services-list { display: flex; }
}
@media (max-width:767px) {
  .footer-area .footer-bg .footer-services .footer-services-list ul.ml-35 { margin-left: 0; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .footer-area .footer-bg .footer-services .footer-services-list ul.ml-35 { margin-left: 30px; }
}
.footer-area .footer-bg .footer-services .footer-services-list ul li a { color: #fff; line-height: 42px; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .footer-area .footer-bg .footer-services .footer-services-list ul li a { font-size: 15px; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .footer-area .footer-bg .footer-services .footer-services-list ul li a { font-size: 15px; }
}
.footer-area .footer-bg .footer-services .footer-services-list ul li a i { padding-right: 4px; opacity: 0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.footer-area .footer-bg .footer-services .footer-services-list ul li a:hover { margin-left: 0; color: #000; }
.footer-area .footer-bg .footer-services .footer-services-list ul li a:hover i { opacity: 1; }
.footer-area .footer-bg .footer-news .footer-news-title { padding-bottom: 15px; }
.footer-area .footer-bg .footer-news .footer-news-title .title { color: #fff; }
.footer-area .footer-bg .footer-news .footer-news-list .item { margin-top: 14px; position: relative; padding-left: 90px; }
.footer-area .footer-bg .footer-news .footer-news-list .item img { position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
.footer-area .footer-bg .footer-news .footer-news-list .item span { color: #fff; font-size: 12px; }
.footer-area .footer-bg .footer-news .footer-news-list .item span i { padding-right: 5px; }
.footer-area .footer-bg .footer-news .footer-news-list .item a .title { color: #fff; font-size: 14px; line-height: 20px; }
.copyright-logo img { width: 100px; }
.footer-area .footer-copyright { background: #43266d; }
.footer-area .footer-copyright .copyright-item { padding: 15px 0; }
@media only screen and (min-width:768px) and (max-width:991px) {
  .footer-area .footer-copyright .copyright-item .copyright-logo { text-align: center; }
}
@media (max-width:767px) {
  .footer-area .footer-copyright .copyright-item .copyright-logo { text-align: center; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .footer-area .footer-copyright .copyright-item .copyright-social { text-align: center; margin: 20px 0; }
}
@media (max-width:767px) {
  .footer-area .footer-copyright .copyright-item .copyright-social { text-align: center; margin: 20px 0; }
}
.footer-area .footer-copyright .copyright-item .copyright-social ul li { display: inline-block; }
.footer-area .footer-copyright .copyright-item .copyright-social ul li a { height: 60px; width: 60px; text-align: center; line-height: 60px; border-radius: 50%; color: #fff; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
@media (max-width:767px) {
  .footer-area .footer-copyright .copyright-item .copyright-social ul li a { height: 45px; width: 45px; line-height: 45px; font-size: 16px; }
}
.footer-area .footer-copyright .copyright-item .copyright-social ul li a:hover { background: #8d53e5; }
@media only screen and (min-width:768px) and (max-width:991px) {
  .footer-area .footer-copyright .copyright-item .copyright-content { text-align: center; }
}
@media (max-width:767px) {
  .footer-area .footer-copyright .copyright-item .copyright-content { text-align: center; }
}
.footer-area .footer-copyright .copyright-item .copyright-content p { color: #fff; font-weight: 500; }
.footer-area .footer-copyright.footer-copyright-2 { background: #fff; }
.footer-area .footer-copyright.footer-copyright-2 .copyright-item { border-top: 2px solid #0acc94; }
.footer-area .footer-copyright.footer-copyright-2 .copyright-item .copyright-content p { color: #002e44; }
.footer-area.footer-2-area .footer-bg { background: #fff; }
.footer-area.footer-2-area .footer-bg::before { opacity: 0.031; background-image: url(../images/footer-map-2.png); }
.footer-area.footer-2-area .footer-bg .footer-item .footer-about .title { color: #002e44; }
.footer-area.footer-2-area .footer-bg .footer-item .footer-about p { color: #002e44; }
.footer-area.footer-2-area .footer-bg .footer-item .footer-about a { background-image: -moz-linear-gradient(0deg, #0acc94 0%, #25d16e 100%); background-image: -webkit-linear-gradient(0deg, #0acc94 0%, #25d16e 100%); background-image: -ms-linear-gradient(0deg, #0acc94 0%, #25d16e 100%); box-shadow: 0px 20px 40px 0px rgba(11, 204, 147, 0.3); border: 0; }
.footer-area.footer-2-area .footer-bg .footer-services .footer-services-title .title { color: #002e44; }
.footer-area.footer-2-area .footer-bg .footer-services .footer-services-list ul li a { color: #002e44; }
.footer-area.footer-2-area .footer-bg .footer-services .footer-services-list ul li a:hover { color: #0acc94; }
.footer-area.footer-2-area .footer-bg .footer-news .footer-news-title .title { color: #002e44; }
.footer-area.footer-2-area .footer-bg .footer-news .footer-news-list .item span { color: #002e44; }
.footer-area.footer-2-area .footer-bg .footer-news .footer-news-list .item a .title { color: #002e44; }
.footer-area.footer-4-area .footer-bg { background: #fff; }
.footer-area.footer-4-area .footer-bg::before { background-image: url(../images/footer-map-3.png); }
.footer-area.footer-4-area .footer-bg .footer-subscribe { border-bottom-color: #f6e9f1; }
.footer-area.footer-4-area .footer-bg .footer-subscribe .subscribe-content span { color: #f87582; }
.footer-area.footer-4-area .footer-bg .footer-subscribe .subscribe-content .title { color: #002e44; padding-bottom: 4px; }
.footer-area.footer-4-area .footer-bg .subscribe-input .input-box input { border: 2px solid #fff2fa; }
.footer-area.footer-4-area .footer-bg .subscribe-input .input-box button { background-image: -moz-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); background-image: -webkit-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); background-image: -ms-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); box-shadow: 0px 8px 16px 0px rgba(251, 143, 143, 0.3); border: 0; }
.footer-area.footer-4-area .footer-bg .footer-item .back-to-top { background-image: -moz-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); background-image: -webkit-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); background-image: -ms-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); box-shadow: 0px 8px 16px 0px rgba(251, 143, 143, 0.3); }
.footer-area.footer-4-area .footer-bg .footer-item .footer-about .title { color: #002e44; }
.footer-area.footer-4-area .footer-bg .footer-item .footer-about p { color: #002e44; }
.footer-area.footer-4-area .footer-bg .footer-item .footer-about a { background-image: -moz-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); background-image: -webkit-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); background-image: -ms-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); box-shadow: 0px 8px 16px 0px rgba(251, 143, 143, 0.3); border: 0; }
.footer-area.footer-4-area .footer-bg .footer-services .footer-services-title .title { color: #002e44; }
.footer-area.footer-4-area .footer-bg .footer-services .footer-services-list ul li a { color: #002e44; }
.footer-area.footer-4-area .footer-bg .footer-news .footer-news-title .title { color: #002e44; }
.footer-area.footer-4-area .footer-bg .footer-news .footer-news-list .item a .title { color: #002e44; }
.footer-area.footer-4-area .footer-bg .footer-news .footer-news-list .item span { color: #002e44; }
.footer-area.footer-4-area .footer-copyright { background: #fff2fa; }
.footer-area.footer-4-area .footer-copyright .copyright-item .copyright-social ul li a { color: #002e44; position: relative; overflow: hidden; z-index: 5; background-color: transparent; }
.footer-area.footer-4-area .footer-copyright .copyright-item .copyright-social ul li a::before { position: absolute; content: ''; left: 0; top: 0; height: 100%; width: 100%; border-radius: 50%; background-image: -moz-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); background-image: -webkit-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); background-image: -ms-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); z-index: -1; opacity: 0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.footer-area.footer-4-area .footer-copyright .copyright-item .copyright-social ul li a:hover { color: #fff; box-shadow: 0px 8px 16px 0px rgba(251, 143, 143, 0.3); }
.footer-area.footer-4-area .footer-copyright .copyright-item .copyright-social ul li a:hover::before { opacity: 1; }
.footer-area.footer-4-area .footer-copyright .copyright-item .copyright-content p { color: #002e44; }
.back-to-top.back-to-top-2 { position: fixed; z-index: 9999; right: 30px; bottom: 30px; display: none; height: 45px; width: 45px; text-align: center; line-height: 45px; background: #0acc94; color: #fff; cursor: pointer; }
.footer-thumb { margin-bottom: -14px; }
.footer-top { background: #0acc94; height: 120px; display: flex; align-items: center; }
@media (max-width:767px) {
  .footer-top { height: auto; }
}
.footer-top .footer-top-item { display: flex; justify-content: space-between; align-items: center; }
@media (max-width:767px) {
  .footer-top .footer-top-item { display: block; }
}
.footer-top .footer-top-item .logo { text-align: center; }
@media (max-width:767px) {
  .footer-top .footer-top-item .logo { padding-top: 40px; }
}
@media (max-width:767px) {
  .footer-top .footer-top-item .social { text-align: center; padding-bottom: 20px; padding-top: 20px; }
}
.footer-top .footer-top-item .social ul li { display: inline-block; }
.footer-top .footer-top-item .social ul li a { height: 60px; width: 60px; text-align: center; line-height: 60px; border-radius: 50%; background-color: transparent; color: #fff; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
@media (max-width:767px) {
  .footer-top .footer-top-item .social ul li a { height: 40px; width: 40px; line-height: 40px; }
}
.footer-top .footer-top-item .social ul li a:hover { background: #00956a; }
.footer-3-area { padding-top: 258px; margin-top: -150px; }
.footer-3-area .footer-top-list .footer-top-list-item { text-align: center; padding-bottom: 100px; }
.footer-3-area .footer-top-list .footer-top-list-item ul li { display: inline-block; }
.footer-3-area .footer-top-list .footer-top-list-item ul li a { font-weight: 500; color: #fff; padding: 0 64px; position: relative; border-right: 1px solid rgba(255, 255, 255, 0.15); line-height: 14px; }
@media only screen and (min-width:768px) and (max-width:991px) {
  .footer-3-area .footer-top-list .footer-top-list-item ul li a { padding: 0 30px; }
}
@media (max-width:767px) {
  .footer-3-area .footer-top-list .footer-top-list-item ul li a { padding: 0 25px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .footer-3-area .footer-top-list .footer-top-list-item ul li a { padding: 0 30px; }
}
.footer-3-area .footer-top-list .footer-top-list-item ul li:last-child a { padding-right: 0; border-right: 0; }
.footer-3-area .footer-top-list .footer-top-list-item ul li:first-child a { padding-left: 0; }
.footer-3-area .footer-copyright-area { background: #8d53e5; padding: 30px 0px; }
@media (max-width:767px) {
  .footer-3-area .footer-copyright-area .footer-copyright-item { text-align: center; }
}
@media (max-width:767px) {
  .footer-3-area .footer-copyright-area .footer-copyright-item .social { padding: 20px 0; }
}
.footer-3-area .footer-copyright-area .footer-copyright-item .social ul li { display: inline-block; }
.footer-3-area .footer-copyright-area .footer-copyright-item .social ul li a { height: 60px; width: 60px; text-align: center; line-height: 60px; border-radius: 50%; color: #fff; background-color: transparent; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
@media only screen and (min-width:768px) and (max-width:991px) {
  .footer-3-area .footer-copyright-area .footer-copyright-item .social ul li a { height: 40px; width: 40px; line-height: 40px; font-size: 14px; }
}
@media (max-width:767px) {
  .footer-3-area .footer-copyright-area .footer-copyright-item .social ul li a { height: 45px; width: 45px; line-height: 45px; font-size: 14px; }
}
.footer-3-area .footer-copyright-area .footer-copyright-item .social ul li a:hover { background: #003581; }
.footer-3-area .footer-copyright-area .footer-copyright-item .copyright-text p { font-weight: 500; color: #fff; }

/*===========================
    15.EXPERIENCE css 
===========================*/
.experience-area { position: relative; z-index: 10; }
.experience-area .experience-title { margin-right: -35px; padding-bottom: 46px; }
.experience-area .experience-title span { color: #0acc94; font-size: 16px; font-weight: 500; padding-bottom: 9px; }
.experience-area .experience-title .title { font-size: 45px; line-height: 55px; font-weight: 700; padding-bottom: 18px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .experience-area .experience-title .title { font-size: 46px; line-height: 56px; }
}
@media (max-width:767px) {
  .experience-area .experience-title .title { font-size: 36px; line-height: 46px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .experience-area .experience-title .title { font-size: 46px; line-height: 56px; }
}
.experience-area .skill-item.item-2 .skill-bar .bar-inner .bar { background: #fdb261; }
.experience-area .skill-item.item-2 .skill-header .skill-percentage .count-box { background: #fdb261; }
.experience-area .skill-item.item-2 .skill-header .skill-percentage .count-box::before { background: #fdb261; }
.experience-area .skill-item.item-3 .skill-bar .bar-inner .bar { background: #8d52e3; }
.experience-area .skill-item.item-3 .skill-header .skill-percentage .count-box { background: #000000; }
.experience-area .skill-item.item-3 .skill-header .skill-percentage .count-box::before { background: #000000; }
.experience-area .experience-thumb { position: absolute; right: 150px; top: 50%; transform: translateY(-50%); text-align: right; z-index: -1; }
@media only screen and (min-width:768px) and (max-width:991px) {
  .experience-area .experience-thumb { display: none; }
}
@media (max-width:767px) {
  .experience-area .experience-thumb { display: none; }
}
.experience-area .experience-thumb img { width: 70%; }
@media only screen and (min-width:1200px) and (max-width:1600px) {
  .experience-area .experience-thumb img { width: 65%; }
}
@media only screen and (min-width:992px) and (max-width:1200px) {
  .experience-area .experience-thumb img { width: 40%; }
}
@media only screen and (min-width:1200px) and (max-width:1600px) {
  .experience-area .experience-thumb { right: 0; }
}
@media only screen and (min-width:1200px) and (max-width:1600px) {
  .experience-area.experience-about { margin-top: 132px; }
}
.experience-area.experience-about .experience-title span { color: #002e44; }
.about-experience-area { padding-top: 120px; }
.about-experience-area .about-experience-content i { height: 80px; width: 80px; text-align: center; line-height: 80px; background: #7c48d3; color: #fff; font-size: 30px; border-radius: 50% 50% 0 50%; }
.about-experience-area .about-experience-content .title { font-size: 45px; font-weight: 600; color: #002e44; padding-top: 35px; padding-bottom: 27px; }
@media (max-width:767px) {
  .about-experience-area .about-experience-content .title { font-size: 40px; }
}
.about-experience-area .about-experience-content p { font-size: 18px; line-height: 24px; color: #002e44; padding: 0 60px; }
@media only screen and (min-width:768px) and (max-width:991px) {
  .about-experience-area .about-experience-content p { padding: 0 0 30px; }
}
@media (max-width:767px) {
  .about-experience-area .about-experience-content p { padding: 0 0 30px; font-size: 24px; }
}
@media only screen and (min-width:992px) and (max-width:1200px) {
  .about-experience-area .about-experience-content p br { display: none; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .about-experience-area .about-experience-content p br { display: none; }
}
@media (max-width:767px) {
  .about-experience-area .about-experience-content p br { display: none; }
}
@media only screen and (min-width:992px) and (max-width:1200px) {
  .about-experience-area .about-experience-content p { padding: 0; }
}
.about-experience-area .experience-item { box-shadow: 0px 16px 32px 0px rgba(22, 85, 197, 0.1); padding: 42px 0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
@media only screen and (min-width:768px) and (max-width:991px) {
  .about-experience-area .experience-item { margin-top: 30px; }
}
@media (max-width:767px) {
  .about-experience-area .experience-item { margin-top: 30px; }
}
.about-experience-area .experience-item i { font-size: 40px; color: #7c48d3; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.about-experience-area .experience-item p { font-weight: 500; color: #002e44; padding-top: 8px; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .about-experience-area .experience-item p { font-size: 14px; }
}
.about-experience-area .experience-item:hover { background: #8d53e5; }
.about-experience-area .experience-item:hover i { color: #fff; }
.about-experience-area .experience-item:hover p { color: #fff; }
.web-experience-area .web-experience-content span { font-weight: 500; text-transform: capitalize; color: #8d53e5; }
.web-experience-area .web-experience-content .title { font-size: 60px; line-height: 70px; padding-top: 10px; padding-bottom: 14px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .web-experience-area .web-experience-content .title { font-size: 50px; line-height: 60px; }
}
@media (max-width:767px) {
  .web-experience-area .web-experience-content .title { font-size: 32px; line-height: 42px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .web-experience-area .web-experience-content .title { font-size: 54px; line-height: 64px; }
}
.web-experience-area .web-experience-content p { line-height: 28px; padding-top: 11px; padding-bottom: 35px; }
.web-experience-area .web-experience-content a { border: 0; background: linear-gradient(to right, #f98a7e 0%, #f65e87 50%, #f98a7e 100%); background-size: 200% auto; color: #fff; }
.web-experience-area .web-experience-content a:hover { background-position: right center; }

/*===========================
    16.RANGING css 
===========================*/
.ranking-area { position: relative; z-index: 10; background-attachment: fixed; }
.ranking-area::before { position: absolute; content: ''; left: 0; top: 0; height: 100%; width: 100%; background-color: white; opacity: .9; z-index: -1; }
.ranking-area .ranking-item span { font-size: 18px; font-weight: 500; color: #8d53e5; }
.ranking-area .ranking-item .title { font-size: 60px; line-height: 70px; padding-top: 9px; padding-bottom: 38px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .ranking-area .ranking-item .title { font-size: 54px; line-height: 64px; }
}
@media (max-width:767px) {
  .ranking-area .ranking-item .title { font-size: 34px; line-height: 44px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .ranking-area .ranking-item .title { font-size: 44px; line-height: 54px; }
}
.ranking-area .ranking-item ul li { display: inline-block; margin: 0 13px; }
.ranking-area .ranking-item ul li a.main-btn { background-image: -moz-linear-gradient(0deg, #0acc94 0%, #25d16e 100%); background-image: -webkit-linear-gradient(0deg, #0acc94 0%, #25d16e 100%); background-image: -ms-linear-gradient(0deg, #0acc94 0%, #25d16e 100%); color: #fff; border: 0; }
.ranking-area .ranking-item ul li a.main-btn.main-btn-2 { background: #002e44; }
@media (max-width:767px) {
  .ranking-area .ranking-item ul li a.main-btn.main-btn-2 { margin-top: 30px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .ranking-area .ranking-item ul li a.main-btn.main-btn-2 { margin-top: 0px; }
}
.ranking-area .icon-1 { position: absolute; left: 100px; top: 65px; height: 120px; width: 120px; text-align: center; line-height: 120px; background: #fff; border-radius: 50%; box-shadow: 0px 20px 40px 0px rgba(11, 204, 147, 0.1); }
@media (max-width:767px) {
  .ranking-area .icon-1 { display: none; }
}
.ranking-area .icon-2 { position: absolute; right: 50px; top: -40px; height: 120px; width: 120px; text-align: center; line-height: 120px; background: #fff; border-radius: 50%; box-shadow: 0px 20px 40px 0px rgba(11, 204, 147, 0.1); }
@media (max-width:767px) {
  .ranking-area .icon-2 { display: none; }
}
.ranking-area .icon-3 { position: absolute; right: 200px; bottom: -50px; height: 120px; width: 120px; text-align: center; line-height: 120px; background: #fff; border-radius: 50%; box-shadow: 0px 20px 40px 0px rgba(11, 204, 147, 0.1); }
@media (max-width:767px) {
  .ranking-area .icon-3 { display: none; }
}

/*===========================
    17.FAQ css 
===========================*/
.faq-area .faq-box { padding: 80px; background-image: -moz-linear-gradient(0deg, #9150e2 0%, #65478c 100%); background-image: -webkit-linear-gradient(0deg, #9150e2 0%, #65478c 100%); background-image: -ms-linear-gradient(0deg, #9150e2 0%, #65478c 100%); box-shadow: 0px 20px 40px 0px rgba(11, 204, 147, 0.2); position: relative; z-index: 5; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .faq-area .faq-box { padding: 60px; }
}
@media (max-width:767px) {
  .faq-area .faq-box { padding: 15px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .faq-area .faq-box { padding: 30px; }
}
.faq-area .faq-box .icon { position: absolute; top: 30px; right: 30px; z-index: -1; }
.faq-area .faq-box .faq-title { padding-bottom: 45px; }
.faq-area .faq-box .faq-title span { font-weight: 500; color: #fff; }
.faq-area .faq-box .faq-title .title { font-weight: 500; color: #fff; font-size: 35px; padding-top: 7px; line-height: 40px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .faq-area .faq-box .faq-title .title { font-size: 38px; }
}
@media (max-width:767px) {
  .faq-area .faq-box .faq-title .title { font-size: 42px; line-height: 52px; }
}
.faq-area .faq-box .faq-form .input-box { position: relative; }
.faq-area .faq-box .faq-form .input-box i { position: absolute; right: 30px; top: 21px; color: #fff; }
.faq-area .faq-box .faq-form .input-box input { width: 100%; height: 60px; padding-left: 15px; border: 0; background: #ffffff; font-weight: 500; color: #000; }
.faq-area .faq-box .faq-form .input-box input::placeholder { color: #ccc; opacity: 1; }
.faq-area .faq-box .faq-form .input-box textarea { width: 100%; height: 95px; padding-left: 15px; border: 0; background: #fff; font-weight: 500; resize: none; color: #000; padding-top: 16px; }
.faq-area .faq-box .faq-form .input-box textarea::placeholder { color: #ccc; opacity: 1; }
.faq-area .faq-box .faq-form .input-box button { width: 100%; text-align: center; border-radius: 0; border-color: #001e59; background: #fff; color: #ffffff; background: #001e59; }
.faq-area .faq-box .faq-form .input-box button:hover { background: transparent; border-color: #fff; }
.faq-accrodion { margin-top: 30px; margin-right: 20px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .faq-accrodion { margin-right: 0; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .faq-accrodion { margin-right: 0; }
}
@media (max-width:767px) {
  .faq-accrodion { margin-right: 0; }
}
.faq-accrodion .accrodion { position: relative; -webkit-transition: all .4s ease; transition: all .4s ease; background-color: #fff; }
.faq-accrodion .accrodion::before { content: ''; position: absolute; top: -1px; bottom: -1px; left: 0px; right: 0px; border-radius: 0px; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transition: -webkit-transform .4s ease; transition: -webkit-transform .4s ease; border-radius: 5px; transition: transform .4s ease; transition: transform .4s ease, -webkit-transform .4s ease; }
.faq-accrodion .accrodion + .accrodion { margin-top: 20px; }
.faq-accrodion .accrodion.active .accrodion-inner { margin: 0 1px; background-color: transparent; border-color: #dce0e8; }
.faq-accrodion .accrodion.active::before { -webkit-transform: scaleX(1); transform: scaleX(1); }
.faq-accrodion .accrodion.active .accrodion-title { padding-bottom: 0; }
.faq-accrodion .accrodion.active .accrodion-title h4 { color: #002e44; }
.faq-accrodion .accrodion.active .accrodion-title::before { opacity: 0; }
.faq-accrodion .accrodion.active .accrodion-title::after { opacity: 1; color: #fff; }
.faq-accrodion .accrodion .accrodion-inner { background-color: transparent; padding: 30px 0; border-style: solid; border-width: 2px; border-color: #ededed; position: relative; -webkit-transition: all .4s ease; transition: all .4s ease; border-radius: 0px; }
.faq-accrodion .accrodion .accrodion-title { padding: 0px 38px; cursor: pointer; position: relative; -webkit-transition: all .4s ease; transition: all .4s ease; }
@media (max-width:767px) {
  .faq-accrodion .accrodion .accrodion-title { padding: 0 38px 0 20px; }
}
.faq-accrodion .accrodion .accrodion-title::before { content: '\f067'; font-family: 'Font Awesome 5 Pro'; font-weight: 400; font-size: 14px; color: #fff; text-align: center; display: -webkit-box; display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; position: absolute; top: 50%; right: 38px; -webkit-transform: translateY(-50%); transform: translateY(-50%); opacity: 1; -webkit-transition: all 500ms ease; transition: all 500ms ease; box-shadow: 0px 20px 40px 0px rgba(11, 204, 147, 0.1); height: 46px; width: 46px; border-radius: 50%; line-height: 46px; background-image: -moz-linear-gradient(0deg, #6752cf 0%, #553fcd 100%); background-image: -webkit-linear-gradient(0deg, #6752cf 0%, #553fcd 100%); background-image: -ms-linear-gradient(0deg, #6752cf 0%, #553fcd 100%); }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .faq-accrodion .accrodion .accrodion-title::before { right: 20px; }
}
@media (max-width:767px) {
  .faq-accrodion .accrodion .accrodion-title::before { right: 20px; }
}
.faq-accrodion .accrodion .accrodion-title::after { content: '\f068'; font-weight: 400; font-family: 'Font Awesome 5 Pro'; font-size: 14px; color: #fff; text-align: center; display: -webkit-box; display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; position: absolute; top: 50%; right: 38px; -webkit-transform: translateY(-50%); transform: translateY(-50%); opacity: 0; -webkit-transition: all 500ms ease; transition: all 500ms ease; background-image: -moz-linear-gradient(0deg, #6752cf 0%, #553fcd 100%); background-image: -webkit-linear-gradient(0deg, #6752cf 0%, #553fcd 100%); background-image: -ms-linear-gradient(0deg, #6752cf 0%, #553fcd 100%); box-shadow: 0px 20px 40px 0px rgba(11, 204, 147, 0.1); height: 46px; width: 46px; border-radius: 50%; line-height: 46px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .faq-accrodion .accrodion .accrodion-title::after { right: 20px; }
}
@media (max-width:767px) {
  .faq-accrodion .accrodion .accrodion-title::after { right: 20px; }
}
.faq-accrodion .accrodion .accrodion-title h4 { margin: 0; color: #002e44; font-size: 16px; font-weight: 600; padding-right: 45px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .faq-accrodion .accrodion .accrodion-title h4 { font-size: 15px; }
}
.faq-accrodion .accrodion .accrodion-content .inner { padding: 0 38px; padding-right: 50px; padding-top: 23px; padding-bottom: 0px; }
.faq-accrodion .accrodion .accrodion-content .inner ul li { list-style: disc; font-size: 14px; }
.faq-accrodion .accrodion .accrodion-content .inner ul { margin-left: 20px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .faq-accrodion .accrodion .accrodion-content .inner { padding: 15px 38px 0 40px; }
}
@media (max-width:767px) {
  .faq-accrodion .accrodion .accrodion-content .inner { padding: 0 38px 0 20px; }
}
.faq-accrodion .accrodion .accrodion-content p { margin: 0; color: #002e44; font-size: 14px; line-height: 22px; font-weight: 400; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .faq-accrodion .accrodion .accrodion-content p { font-size: 15px; }
}
.faq-contact-area .section-title .title::before { display: none; }
.faq-contact-area .contact-item { background-color: white; box-shadow: 0px 8px 16px 0px rgba(1, 96, 231, 0.06); padding-top: 70px; padding-bottom: 65px; }
.faq-contact-area .contact-item i { height: 92px; width: 92px; text-align: center; line-height: 92px; border-radius: 50%; background-color: #8d53e5; box-shadow: 0px 8px 16px 0px rgba(1, 96, 231, 0.2); font-size: 30px; color: #fff; }
.faq-contact-area .contact-item .title { font-size: 26px; font-weight: 700; padding-top: 35px; padding-bottom: 10px; }
.faq-contact-area .contact-item ul li a { line-height: 30px; font-size: 18px; color: #002e44; }
.faq-contact-area .contact-item.center { background: #8d53e5; }
.faq-contact-area .contact-item.center i { background: #fff; color: #8d53e5; }
.faq-contact-area .contact-item.center .title { color: #fff; }
.faq-contact-area .contact-item.center ul li a { color: #fff; }

/*===========================
    18.SEO css 
===========================*/
.seo-service-area { position: relative; z-index: 5; }
.seo-service-area .seo-line { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); height: 100%; width: 100%; z-index: -1; }
@media only screen and (min-width:1200px) and (max-width:1600px) {
  .seo-service-area .seo-line { top: 58%; }
}
.seo-service-area .seo-line img { width: 100%; }
@media only screen and (min-width:768px) and (max-width:991px) {
  .seo-service-area .seo-service-item { margin-top: 30px; }
}
.seo-service-area .seo-service-item .icon { height: 160px; width: 160px; text-align: center; line-height: 160px; border-radius: 50%; background: #fff; box-shadow: 0px 8px 16px 0px rgba(19, 67, 171, 0.06); display: inline-block; }
.seo-service-area .seo-service-item a { font-size: 18px; font-weight: 600; color: #002e44; margin-top: 19px; display: block; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .seo-service-area .seo-service-item a { font-size: 20px; }
}
.seo-area { position: relative; }
.seo-area .seo-thumb { position: absolute; left: 150px; top: 50%; transform: translateY(-50%); }
@media only screen and (min-width:1200px) and (max-width:1600px) {
  .seo-area .seo-thumb { left: 0; }
}
@media only screen and (min-width:992px) and (max-width:1200px) {
  .seo-area .seo-thumb { left: 0; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .seo-area .seo-thumb { display: none; }
}
@media (max-width:767px) {
  .seo-area .seo-thumb { display: none; }
}
.seo-area .seo-thumb img { width: 100%; }
@media only screen and (min-width:1200px) and (max-width:1600px) {
  .seo-area .seo-thumb img { width: 90%; }
}
@media only screen and (min-width:992px) and (max-width:1200px) {
  .seo-area .seo-thumb img { width: 75%; }
}
.seo-area .seo-content > span { font-weight: 500; color: #8d53e5; }
.seo-area .seo-content .title { font-size: 40px; line-height: 1.3; color: #002e44; padding-top: 10px; padding-bottom: 5px; }
@media (max-width:767px) {
  .seo-area .seo-content .title { font-size: 34px; line-height: 44px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .seo-area .seo-content .title { font-size: 60px; line-height: 70px; }
}
.seo-area .seo-content h4 { font-size: 24px; line-height: 34px; font-weight: 400; padding-top: 22px; }
@media (max-width:767px) {
  .seo-area .seo-content h4 { font-size: 22px; }
}
.seo-area .seo-content h4 span { color: #8d53e5; font-weight: 700; text-decoration: underline; }
.seo-area .seo-content p { line-height: 28px; padding-top: 17px; padding-bottom: 35px; }
@media only screen and (min-width:768px) and (max-width:991px) {
  .seo-area.web-seo-area .seo-content { margin-top: 30px; }
}
@media (max-width:767px) {
  .seo-area.web-seo-area .seo-content { margin-top: 30px; }
}
.seo-area.web-seo-area .seo-content > span { color: #8d53e5; }
.seo-area.web-seo-area .seo-content a.main-btn { background: #8d53e5; border-color: #8d53e5; color: #fff; background: linear-gradient(to right, #f98a7e 0%, #f65e87 50%, #f98a7e 100%); background-size: 200% auto; }
.seo-area.web-seo-area .seo-content a.main-btn:hover { background-position: right center; }
.seo-project-area { padding-top: 134px; position: relative; z-index: 5; background-image: -moz-linear-gradient(0deg, #604ac6 0%, #9050e2 100%);/* background-image: -webkit-linear-gradient(0deg, #604ac6 0%, #9050e2 100%); */ background-image: -ms-linear-gradient(0deg, #604ac6 0%, #9050e2 100%); background: #1f2847; }
.seo-project-area .seo-project-thumb { position: absolute; right: 150px; top: 50%; transform: translateY(-50%); text-align: right; z-index: -1; }
@media only screen and (min-width:1200px) and (max-width:1600px) {
  .seo-project-area .seo-project-thumb { right: 0; }
}
@media only screen and (min-width:992px) and (max-width:1200px) {
  .seo-project-area .seo-project-thumb { right: 0; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .seo-project-area .seo-project-thumb { display: none; }
}
@media (max-width:767px) {
  .seo-project-area .seo-project-thumb { display: none; }
}
.seo-project-area .seo-project-thumb img { width: 100%; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .seo-project-area .seo-project-thumb img { width: 80%; }
}
.seo-project-area .seo-project-title span { font-weight: 500; color: #fff; }
.seo-project-area .seo-project-title .title { font-size: 45px; color: #fff; padding-top: 10px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .seo-project-area .seo-project-title .title { font-size: 54px; }
}
@media (max-width:767px) {
  .seo-project-area .seo-project-title .title { font-size: 34px; }
}
.seo-project-area .seo-project-form {/* background: #1f2847; */box-shadow: 0px 16px 32px 0px rgba(19, 66, 170, 0.06); padding: 30px 60px 60px; background-image: -moz-linear-gradient(0deg, #604ac6 0%, #9050e2 100%); background-image: -webkit-linear-gradient(0deg, #604ac6 0%, #9050e2 100%); background-image: -ms-linear-gradient(0deg, #604ac6 0%, #9050e2 100%); }
@media (max-width:767px) {
  .seo-project-area .seo-project-form { padding: 20px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .seo-project-area .seo-project-form { padding: 30px 60px 60px; }
}
.seo-project-area .seo-project-form .input-box input { width: 100%; height: 50px; padding-left: 15px; border: 0; color: #002e44; }
.seo-project-area .seo-project-form .input-box input::placeholder { opacity: 1; color: #002e44; }
.seo-project-area .seo-project-form .input-box textarea { width: 100%; height: 225px; padding-left: 15px; border: 0; color: #002e44; resize: none; padding-top: 15px; }
.seo-project-area .seo-project-form .input-box textarea::placeholder { opacity: 1; color: #002e44; }
.seo-project-area .seo-project-form .input-box button { background: #1f2847; border-color: #1f2847; color: #fff; }
.seo-project-area .seo-project-form .input-box button:hover { background: transparent; border-color: #fff; }

/*===========================
    19.PRICIN css 
===========================*/
.pricing-area { background: #f2f9ff; padding-top: 132px; padding-bottom: 140px; }
.pricing-area .pricing-header { padding-bottom: 60px; }
.pricing-area .pricing-header .section-title { padding-bottom: 0; }
.pricing-area .pricing-header .section-title span { color: #002e44; }
@media only screen and (min-width:768px) and (max-width:991px) {
  .pricing-area .pricing-header .section-title .title { font-size: 54px; }
}
.pricing-area .pricing-header .section-title .title::before { display: none; }
@media (max-width:767px) {
  .pricing-area .pricing-header .pricing-tab-btn { margin-top: 20px; }
}
.pricing-area .pricing-header .pricing-tab-btn .nav { display: inline-block; background: #fff; display: flex; padding: 15px; border-radius: 60px; }
@media (max-width:767px) {
  .pricing-area .pricing-header .pricing-tab-btn .nav { display: inline-block; }
}
.pricing-area .pricing-header .pricing-tab-btn .nav li { display: inline-block; }
.pricing-area .pricing-header .pricing-tab-btn .nav li a { line-height: 50px; padding: 0 36px; border-radius: 40px; font-size: 16px; font-weight: 500; color: #002e44; background-color: transparent; }
.pricing-area .pricing-header .pricing-tab-btn .nav li a.active { background-color: #00c3ff; box-shadow: 0px 8px 16px 0px rgba(0, 195, 255, 0.4); color: #fff; }
.pricing-area .pricing-item { background: #fff; -webkit-box-shadow: 0px 16px 32px 0px rgba(22, 85, 197, 0.06); -moz-box-shadow: 0px 16px 32px 0px rgba(22, 85, 197, 0.06); box-shadow: 0px 16px 32px 0px rgba(22, 85, 197, 0.06); padding: 70px 60px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .pricing-area .pricing-item { padding: 70px 30px; }
}
@media (max-width:767px) {
  .pricing-area .pricing-item { padding: 20px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .pricing-area .pricing-item { padding: 60px; }
}
.pricing-area .pricing-item .icon { display: inline-block; border-radius: 12px; background-image: -moz-linear-gradient(0deg, #1654c3 0%, #1341a9 100%); background-image: -webkit-linear-gradient(0deg, #1654c3 0%, #1341a9 100%); background-image: -ms-linear-gradient(0deg, #1654c3 0%, #1341a9 100%); height: 140px; width: 140px; text-align: center; line-height: 140px; }
.pricing-area .pricing-item .list { margin-top: 45px; border-bottom: 2px solid #347de2; padding-bottom: 35px; margin-bottom: 28px; }
.pricing-area .pricing-item .list ul li a { margin: 5px 0; font-weight: 500; color: #002e44; }
.pricing-area .pricing-item .list ul li a i { height: 40px; width: 40px; text-align: center; line-height: 40px; background-image: -moz-linear-gradient(0deg, #1654c3 0%, #1341a9 100%); background-image: -webkit-linear-gradient(0deg, #1654c3 0%, #1341a9 100%); background-image: -ms-linear-gradient(0deg, #1654c3 0%, #1341a9 100%); color: #fff; border-radius: 50%; font-size: 14px; margin-right: 30px; }
.pricing-area .pricing-item .price-info > span { font-size: 30px; font-weight: 500; color: #002e44; display: flex; align-items: center; justify-content: center; }
.pricing-area .pricing-item .price-info > span span { background: #ffa053; border-radius: 30px; line-height: 24px; padding: 0 13px; font-size: 12px; font-weight: 500; color: #fff; margin-left: 10px; }
.pricing-area .pricing-item .price-info .title { font-size: 90px; font-weight: 500; line-height: 78px; padding-bottom: 10px; }
.pricing-area .pricing-item .price-info .title span { font-size: 20px; }
.pricing-area .pricing-item .price-info a { background-image: -moz-linear-gradient(0deg, #1654c3 0%, #1341a9 100%); background-image: -webkit-linear-gradient(0deg, #1654c3 0%, #1341a9 100%); background-image: -ms-linear-gradient(0deg, #1654c3 0%, #1341a9 100%); color: #fff; border: 0; }
.pricing-area .pricing-item.center { position: relative; z-index: 6; }
.pricing-area .pricing-item.center::before { position: absolute; content: ''; left: 0; top: 0; height: 100%; width: 100%; background-image: -moz-linear-gradient(0deg, #1654c3 0%, #1341a9 100%); background-image: -webkit-linear-gradient(0deg, #1654c3 0%, #1341a9 100%); background-image: -ms-linear-gradient(0deg, #1654c3 0%, #1341a9 100%); z-index: -1; }
.pricing-area .pricing-item.center::after { position: absolute; content: ''; left: -10px; top: -10px; width: 0; height: 0; border-top: 32px solid #00c3ff; border-right: 32px solid transparent; z-index: -2; }
.pricing-area .pricing-item.center .icon { background: #fff; background-image: none; }
.pricing-area .pricing-item.center .list { border-bottom-color: #347de2; }
.pricing-area .pricing-item.center .list ul li a { color: #fff; }
.pricing-area .pricing-item.center .list ul li a i { background-image: none; border: 2px solid #3f87eb; line-height: 37px; }
.pricing-area .pricing-item.center .price-info > span { color: #fff; }
.pricing-area .pricing-item.center .price-info .title { color: #fff; }
.pricing-area .pricing-item.center .price-info a { background-color: #00c3ff; box-shadow: 0px 8px 16px 0px rgba(0, 195, 255, 0.3); background-image: none; }
.pricing-area.pricing-4-area { background-color: transparent; }
.pricing-area.pricing-4-area .pricing-header .section-title span { color: #f87b81; }
.pricing-area.pricing-4-area .pricing-header .section-title .title::before { display: block; content: 'Pricing'; color: #f2f7ff; left: -12px; transform: translateX(0); }
@media only screen and (min-width:768px) and (max-width:991px) {
  .pricing-area.pricing-4-area .pricing-header .section-title .title::before { display: none; }
}
@media (max-width:767px) {
  .pricing-area.pricing-4-area .pricing-header .section-title .title::before { display: none; }
}
.pricing-area.pricing-4-area .pricing-header .pricing-tab-btn .nav { background: #fff2fa; }
.pricing-area.pricing-4-area .pricing-header .pricing-tab-btn .nav li a.active { background-image: -moz-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); background-image: -webkit-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); background-image: -ms-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); box-shadow: 0px 8px 16px 0px rgba(251, 143, 143, 0.3); }
.pricing-area.pricing-4-area .pricing-item { border: 2px solid #fff2fa; box-shadow: none; }
.pricing-area.pricing-4-area .pricing-item .icon { border-radius: 12px; background-image: -moz-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); background-image: -webkit-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); background-image: -ms-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); }
.pricing-area.pricing-4-area .pricing-item .list { border-bottom-color: #fff3fa; }
.pricing-area.pricing-4-area .pricing-item .list ul li a i { background-image: none; color: #002e44; border: 2px solid #fff3fa; line-height: 38px; }
.pricing-area.pricing-4-area .pricing-item .price-info a { background-image: none; background: #fff; color: #002e44; border: 2px solid #fff3fa; }
.pricing-area.pricing-4-area .pricing-item .price-info a:hover { background: #002e44; border-color: #002e44; color: #fff; }
.pricing-area.pricing-4-area .pricing-item.center { border: 0; }
.pricing-area.pricing-4-area .pricing-item.center::before { background-image: -moz-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); background-image: -webkit-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); background-image: -ms-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); }
.pricing-area.pricing-4-area .pricing-item.center .icon { background-image: none; background: #fff; }
.pricing-area.pricing-4-area .pricing-item.center .list ul li a i { color: #fff; }
.pricing-area.pricing-4-area .pricing-item.center .price-info span span { background: #b83551; }
.pricing-area.pricing-4-area .pricing-item.center .price-info a { box-shadow: none; }

/*===========================
    20.PROJECT DETAILS css 
===========================*/
.project-details-area .project-details .project-details-thumb .project-details-thumb-item { overflow: hidden; }
.project-details-area .project-details .project-details-thumb .project-details-thumb-item img { width: 100%; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.project-details-area .project-details .project-details-thumb .project-details-thumb-item:hover img { transform: scale(1.1); }
.project-details-area .project-details-live { background-color: white; box-shadow: 0px 8px 16px 0px rgba(20, 73, 180, 0.06); padding: 50px 60px; margin: -70px 85px 0; position: relative; z-index: 10; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .project-details-area .project-details-live { padding: 50px 30px; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .project-details-area .project-details-live { margin: 0 0px 0; padding: 50px 30px; }
}
@media (max-width:767px) {
  .project-details-area .project-details-live { margin: 0 0px 0; padding: 50px 20px; }
}
.project-details-area .project-details-live ul li { display: inline-block; margin-right: 58px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .project-details-area .project-details-live ul li { margin-right: 20px; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .project-details-area .project-details-live ul li { margin-right: 50px; }
}
@media (max-width:767px) {
  .project-details-area .project-details-live ul li { margin-right: 32px; }
}
.project-details-area .project-details-live ul li span { font-size: 24px; font-weight: 700; color: #002e44; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .project-details-area .project-details-live ul li span { font-size: 20px; }
}
@media (max-width:767px) {
  .project-details-area .project-details-live ul li span { font-size: 20px; }
}
.project-details-area .project-details-live ul li p { color: #002e44; margin-top: -4px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .project-details-area .project-details-live ul li p { font-size: 14px; }
}
@media (max-width:767px) {
  .project-details-area .project-details-live ul li p { font-size: 14px; }
}
.project-details-area .project-details-live ul li:last-child { margin-right: 0; }
@media (max-width:767px) {
  .project-details-area .project-details-live .project-btn { margin-top: 30px; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .project-details-area .project-details-live .project-btn { margin-top: 30px; }
}
.project-details-area .project-details-live .project-btn a { border: 0; background: linear-gradient(to right, #f98a7e 0%, #f65e87 50%, #f98a7e 100%); background-size: 200% auto; box-shadow: 0px 8px 16px 0px rgba(20, 73, 180, 0.06); color: #fff; }
.project-details-area .project-details-live .project-btn a:hover { background-position: right center; }
.project-details-area .project-details-content { padding-top: 52px; }
.project-details-area .project-details-content p { font-size: 18px; line-height: 30px; }
@media only screen and (min-width:768px) and (max-width:991px) {
  .project-details-area .project-details-content p { font-size: 16px; line-height: 28px; }
}
@media (max-width:767px) {
  .project-details-area .project-details-content p { font-size: 16px; line-height: 28px; }
}
.project-details-area .project-details-user { background-image: -moz-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); background-image: -webkit-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); background-image: -ms-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); box-shadow: 0px 8px 16px 0px rgba(255, 132, 132, 0.2); padding: 60px 100px 60px 250px; border-radius: 12px; position: relative; z-index: 10; margin-top: 55px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .project-details-area .project-details-user { padding: 60px 60px 60px 230px; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .project-details-area .project-details-user { padding: 60px 30px 60px 190px; }
}
@media (max-width:767px) {
  .project-details-area .project-details-user { padding: 20px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .project-details-area .project-details-user { padding: 60px 30px 60px 30px; }
}
.project-details-area .project-details-user > img { position: absolute; left: 60px; top: 50%; transform: translateY(-50%); border: 7px solid #fff; border-radius: 50%; }
@media only screen and (min-width:768px) and (max-width:991px) {
  .project-details-area .project-details-user > img { left: 20px; }
}
@media (max-width:767px) {
  .project-details-area .project-details-user > img { position: static; transform: translateY(0%); }
}
.project-details-area .project-details-user .icon { position: absolute; right: 20px; bottom: 20px; z-index: -1; opacity: .14; }
.project-details-area .project-details-user p { font-size: 24px; line-height: 36px; color: #fff; }
@media only screen and (min-width:768px) and (max-width:991px) {
  .project-details-area .project-details-user p { font-size: 20px; }
}
@media (max-width:767px) {
  .project-details-area .project-details-user p { font-size: 18px; margin-top: 20px; }
}
.project-details-area .project-details-user .title { font-size: 34px; font-weight: 500; color: #fff; }
.project-details-area .project-details-user .title span { font-size: 20px; font-weight: 500; padding-left: 17px; }
@media only screen and (min-width:768px) and (max-width:991px) {
  .project-details-area .project-details-user .title span { display: block; padding-left: 0; padding-top: 15px; }
}
@media (max-width:767px) {
  .project-details-area .project-details-user .title span { display: block; padding-left: 0; padding-top: 15px; }
}
.project-details-area .project-details-next { margin-top: 55px; display: flex; justify-content: space-between; border: 2px solid  #e5ecf2; padding: 25px 37px 30px; position: relative; }
@media (max-width:767px) {
  .project-details-area .project-details-next { padding: 10px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .project-details-area .project-details-next { padding: 25px 30px 30px; }
}
.project-details-area .project-details-next .item-1 a span { font-size: 24px; font-weight: 700; color: #002e44; margin-bottom: -4px; }
.project-details-area .project-details-next .icon { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
@media (max-width:767px) {
  .project-details-area .project-details-next .icon { display: none; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .project-details-area .project-details-next .icon { display: block; }
}
.project-details-area .project-details-next .icon a { height: 60px; width: 60px; text-align: center; line-height: 60px; border-radius: 50%; background-image: -moz-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); background-image: -webkit-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); background-image: -ms-linear-gradient(0deg, #f98a7e 0%, #f65e87 100%); box-shadow: 0px 8px 16px 0px rgba(255, 132, 132, 0.2); font-size: 20px; color: #fff; }

/*===========================
    21.CONTACT css 
===========================*/
.contact-area { padding-top: 170px; padding-bottom: 140px; }
.contact-area .contact-info { box-shadow: 0px 8px 16px 0px rgba(255, 132, 132, 0.2); padding: 72px 80px 76px; margin-right: -15px; background-image: -moz-linear-gradient(0deg, #9150e2 0%, #65478c 100%); background-image: -webkit-linear-gradient(0deg, #9150e2 0%, #65478c 100%); background-image: -ms-linear-gradient(0deg, #9150e2 0%, #65478c 100%); box-shadow: 0px 20px 40px 0px rgba(11, 204, 147, 0.2); }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .contact-area .contact-info { padding: 72px 30px 76px; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .contact-area .contact-info { margin-right: 0; }
}
@media (max-width:767px) {
  .contact-area .contact-info { margin-right: 0; padding: 72px 30px 76px; }
}
.contact-area .contact-info .contact-info-title { padding-bottom: 12px; }
.contact-area .contact-info .contact-info-title span { font-weight: 500; color: #fff; }
.contact-area .contact-info .contact-info-title .title { font-size: 60px; color: #fff; font-weight: 500; padding-top: 6px; }
@media (max-width:767px) {
  .contact-area .contact-info .contact-info-title .title { font-size: 34px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .contact-area .contact-info .contact-info-title .title { font-size: 50px; }
}
.contact-area .contact-info .contact-info-item .item { padding-left: 133px; position: relative; }
@media (max-width:767px) {
  .contact-area .contact-info .contact-info-item .item { padding-left: 0; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .contact-area .contact-info .contact-info-item .item { padding-left: 133px; }
}
.contact-area .contact-info .contact-info-item .item i { position: absolute; left: 0; top: 50%; transform: translateY(-50%); height: 92px; width: 92px; text-align: center; line-height: 92px; border-radius: 50%; background: #fff; font-size: 30px; color: #8f50de; }
@media (max-width:767px) {
  .contact-area .contact-info .contact-info-item .item i { position: static; transform: translateY(0); margin-bottom: 15px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .contact-area .contact-info .contact-info-item .item i { position: absolute; transform: translateY(-50%); margin-bottom: 0; }
}
.contact-area .contact-info .contact-info-item .item .title { font-size: 26px; font-weight: 700; color: #fff; padding-bottom: 10px; }
.contact-area .contact-info .contact-info-item .item ul li { font-size: 18px; line-height: 30px; color: #fff; }
.contact-area .contact-info .contact-info-item .item ul li a { color: #fff; }
.contact-area .contact-input { padding: 72px 80px 80px; box-shadow: 0px 8px 16px 0px rgba(255, 132, 132, 0.1); margin-left: -15px; }
@media only screen and (min-width:992px) and (max-width:1200px) {
  .contact-area .contact-input { padding: 72px 30px 80px; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .contact-area .contact-input { margin-left: 0; }
}
@media (max-width:767px) {
  .contact-area .contact-input { margin-left: 0; padding: 72px 30px 80px; }
}
.contact-area .contact-input .contact-info-title { padding-bottom: 24px; }
.contact-area .contact-input .contact-info-title span { font-weight: 500; color: #9050e0; }
.contact-area .contact-input .contact-info-title .title { font-size: 60px; color: #002e44; font-weight: 500; padding-top: 6px; }
@media (max-width:767px) {
  .contact-area .contact-input .contact-info-title .title { font-size: 34px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .contact-area .contact-input .contact-info-title .title { font-size: 50px; }
}
.contact-area .contact-input .input-box { margin-top: 10px; position: relative; }
.contact-area .contact-input .input-box i { position: absolute; right: 0; top: 14px; color: #8f4fde; }
.contact-area .contact-input .input-box input { width: 100%; background-color: transparent; border: 0; border-bottom: 2px solid #e1e8ec; height: 50px; color: #002e44; }
.contact-area .contact-input .input-box input::placeholder { opacity: 1; color: #002e44; }
.contact-area .contact-input .input-box textarea { width: 100%; background-color: transparent; border: 0; border-bottom: 2px solid #e1e8ec; height: 170px; color: #002e44; resize: none; }
.contact-area .contact-input .input-box textarea::placeholder { opacity: 1; color: #002e44; }
.contact-area .contact-input .input-box button { margin-top: 30px; border: 0; background-size: 200% auto; box-shadow: 0px 8px 16px 0px rgba(20, 73, 180, 0.06); color: #fff; padding: 0 56px; background-image: -moz-linear-gradient(0deg, #9150e2 0%, #65478c 100%); background-image: -webkit-linear-gradient(0deg, #9150e2 0%, #65478c 100%); background-image: -ms-linear-gradient(0deg, #9150e2 0%, #65478c 100%); box-shadow: 0px 20px 40px 0px rgba(11, 204, 147, 0.2); }
.contact-area .contact-input .input-box button:hover { background: #222; }
.map-area iframe { margin-bottom: -6px; width: 100%; height: 600px; }
.contact-us-area .section-title { padding-bottom: 38px; }
.contact-us-area .section-title .title::before { display: none; }
.contact-us-area .contact-item { box-shadow: 0px 8px 16px 0px rgba(1, 96, 231, 0.06); padding-top: 70px; padding-bottom: 65px; background: #fff; }
.contact-us-area .contact-item i { box-shadow: 0px 8px 16px 0px rgba(1, 96, 231, 0.2); background-color: #8d53e5; text-align: center; line-height: 90px; height: 90px; width: 90px; border-radius: 50%; color: #fff; font-size: 30px; }
.contact-us-area .contact-item .title { font-size: 26px; font-weight: 700; padding-top: 35px; padding-bottom: 8px; }
.contact-us-area .contact-item ul li a { font-size: 18px; line-height: 30px; color: #002e44; }
.contact-us-area .contact-item.center { background: #8d53e5; }
.contact-us-area .contact-item.center i { background: #fff; color: #8d53e5; }
.contact-us-area .contact-item.center .title { color: #fff; }
.contact-us-area .contact-item.center ul li a { color: #fff; }

/*===========================
    22.FUN FACTS css 
===========================*/
.fun-facts-area { overflow: hidden; }
.fun-facts-area .fun-facts-brand { padding-top: 100px; padding-bottom: 100px; border-bottom: 4px solid #8d53e5; padding: 100px 70px; }
@media only screen and (min-width:1200px) and (max-width:1600px) {
  .fun-facts-area .fun-facts-brand { padding: 70px 30px; }
}
.fun-facts-area .fun-facts-counter { background: #f9fbff; padding: 60px 80px 82px; }
@media only screen and (min-width:1200px) and (max-width:1600px) {
  .fun-facts-area .fun-facts-counter { padding: 40px 10px 30px; }
}
@media only screen and (min-width:992px) and (max-width:1200px) {
  .fun-facts-area .fun-facts-counter { padding: 40px 10px 30px; }
}
@media (max-width:767px) {
  .fun-facts-area .fun-facts-counter { padding: 20px; }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .fun-facts-area .fun-facts-counter { padding: 60 80px 82px; }
}
.fun-facts-area .fun-facts-counter .counter-item { padding-left: 45px; position: relative; }
@media only screen and (min-width:1200px) and (max-width:1600px) {
  .fun-facts-area .fun-facts-counter .counter-item { padding-left: 35px; }
}
@media only screen and (min-width:992px) and (max-width:1200px) {
  .fun-facts-area .fun-facts-counter .counter-item { padding-left: 25px; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .fun-facts-area .fun-facts-counter .counter-item { padding-left: 25px; }
}
.fun-facts-area .fun-facts-counter .counter-item::before { position: absolute; content: ''; left: 0; top: 14px; width: 0; height: 0; border-top: 26px solid #8d53e5; border-right: 26px solid transparent; }
.fun-facts-area .fun-facts-counter .counter-item .title { font-size: 20px; color: #8d53e5; }
.fun-facts-area .fun-facts-counter .counter-item .title span { font-size: 80px; font-weight: 700; line-height: 86px; color: #002e44; }
@media only screen and (min-width:1200px) and (max-width:1600px) {
  .fun-facts-area .fun-facts-counter .counter-item .title span { font-size: 60px; }
}
@media only screen and (min-width:992px) and (max-width:1200px) {
  .fun-facts-area .fun-facts-counter .counter-item .title span { font-size: 50px; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .fun-facts-area .fun-facts-counter .counter-item .title span { font-size: 50px; }
}
.fun-facts-area .fun-facts-counter .counter-item p { font-size: 24px; font-weight: 500; color: #002e44; }
@media only screen and (min-width:1200px) and (max-width:1600px) {
  .fun-facts-area .fun-facts-counter .counter-item p { font-size: 18px; }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .fun-facts-area .fun-facts-counter .counter-item p { font-size: 18px; }
}
.fun-facts-area .fun-facts-counter .counter-item.item-2::before { border-top-color: #fe4c1c; border-right-color: transparent; }
.fun-facts-area .fun-facts-counter .counter-item.item-3::before { border-top-color: #00ffba; border-right-color: transparent; }
.fun-facts-area.brand-4-area .fun-facts-brand { border: 0; padding: 138px 30px 128px; }
.fun-facts-area.brand-4-area .fun-facts-brand .brand-item { text-align: center; }
.fun-facts-area.brand-4-area .fun-facts-brand .brand-item img { display: inline-block; opacity: .2; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.fun-facts-area.brand-4-area .fun-facts-brand .brand-item img:hover { opacity: 1; }

/*===========================
    23.PROGRESS css 
===========================*/
.progress-area { background: #f9fbff; }
.progress-area .progress-item .skills .skill-item .skill-header .skill-title { font-size: 20px; font-weight: 500; color: #002e44; padding-bottom: 20px; }
.progress-area .progress-item .skills .skill-item .skill-header .skill-percentage { top: 0; }
.progress-area .progress-item .skills .skill-item .skill-header .skill-percentage .count-box { background: #fff; color: #8d53e5; box-shadow: 0px 8px 16px 0px rgba(136, 185, 255, 0.2); }
.progress-area .progress-item .skills .skill-item .skill-header .skill-percentage .count-box::before { display: none; }
.progress-area .progress-item .skills .skill-item .skill-header .skill-percentage .count-box span { font-size: 20px; font-weight: 500; }
.progress-area .progress-item .skills .skill-item .skill-bar .bar-inner { border-top: 2px solid #e1ebff; border-bottom: 2px solid #e1ebff; }
.progress-area .progress-item .skills .skill-item .skill-bar .bar-inner .progress-line { height: 4px; top: 0; }
.progress-area .progress-play a .icon { display: inline-block; height: 75px; width: 75px; text-align: center; line-height: 75px; border-radius: 50%; background: #8d53e5; color: #fff; font-size: 20px; position: relative; }
.progress-area .progress-play a .icon::before { position: absolute; content: ''; left: 0; top: 0; height: 100%; width: 100%; border: 1px solid #cac6c6; border-radius: 50%; opacity: 0; animation: pulse-border 1.5s linear infinite; }
.progress-area .progress-play a .icon::after { position: absolute; content: ''; left: 0; top: 0; height: 100%; width: 100%; border: 1px solid #cac6c6; border-radius: 50%; opacity: 0; animation: pulse-border-2 2.5s linear infinite; }
.progress-area .progress-play a span { font-size: 20px; font-weight: 500; color: #002e44; padding-left: 25px; }
@keyframes pulse-border {
  0% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; }
  100% { -webkit-transform: scale(1.3); -moz-transform: scale(1.3); -ms-transform: scale(1.3); -o-transform: scale(1.3); transform: scale(1.3); opacity: 0; }
}
@keyframes pulse-border-2 {
  0% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; }
  100% { -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; }
}

/*# sourceMappingURL=style.css.map */

/* Custom Animation */
.display,
.container,
.container-inner { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.display { width: 90vw; height: 90vh; max-height: 90vw; max-width: 90vh; position: absolute; top: -390px; bottom: 0; left: -457px; right: 0; margin: 0; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; }
.display .container { width: 100%; height: 100%; background: transparent; border-radius: 100%; }
.container-inner { width: 100%; height: 100%; background: transparent; border: none; border-radius: 0; overflow: hidden; animation: rotateAll 6s linear infinite; }
@keyframes rotateAll {
  0% { rotate: 90deg; }
  50% { rotate: 0deg; }
  100% { rotate: 90deg; }
}
.bars { position: relative; width: 100%; height: 100%; border-radius: 100%; overflow: hidden; background: transparent; }
.bar { width: 2px; margin-left: -1px; height: 50%; position: absolute; top: 54%; left: 53%; -webkit-transform-origin: 50% 0; -moz-transform-origin: 50% 0; transform-origin: 50% 0; }
.bar:after { content: ""; position: absolute; top: 0%; left: 0; width: 3px; height: 70%; background: #c7aeff; }
.bar:nth-child(0) { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); }
.bar:nth-child(0):after { -webkit-animation: animation0 2s infinite linear alternate; -webkit-animation-delay: 0s; -moz-animation: animation0 2s infinite linear alternate; -moz-animation-delay: 0s; animation: animation0 2s infinite linear alternate; animation-delay: 0s; }
@-webkit-keyframes animation0 {
  0% { height: 31%; }
  50% { height: 22%; }
  100% { height: 34%; }
}
@-moz-keyframes animation0 {
  0% { height: 28%; }
  50% { height: 49%; }
  100% { height: 17%; }
}
@keyframes animation0 {
  0% { height: 32%; }
  50% { height: 48%; }
  100% { height: 22%; }
}
.display .bar:nth-child(1) { -webkit-transform: rotate(3deg); -moz-transform: rotate(3deg); transform: rotate(3deg); }
.display .bar:nth-child(1):after { -webkit-animation: animation1 2s infinite linear alternate; -webkit-animation-delay: -0.1s; -moz-animation: animation1 2s infinite linear alternate; -moz-animation-delay: -0.1s; animation: animation1 2s infinite linear alternate; animation-delay: -0.1s; }
@-webkit-keyframes animation1 {
  0% { height: 13%; }
  50% { height: 58%; }
  100% { height: 19%; }
}
@-moz-keyframes animation1 {
  0% { height: 39%; }
  50% { height: 19%; }
  100% { height: 15%; }
}
@keyframes animation1 {
  0% { height: 16%; }
  50% { height: 63%; }
  100% { height: 26%; }
}
.bar:nth-child(2) { -webkit-transform: rotate(6deg); -moz-transform: rotate(6deg); transform: rotate(6deg); }
.bar:nth-child(2):after { -webkit-animation: animation2 2s infinite linear alternate; -webkit-animation-delay: -0.2s; -moz-animation: animation2 2s infinite linear alternate; -moz-animation-delay: -0.2s; animation: animation2 2s infinite linear alternate; animation-delay: -0.2s; }
@-webkit-keyframes animation2 {
  0% { height: 16%; }
  50% { height: 38%; }
  100% { height: 21%; }
}
@-moz-keyframes animation2 {
  0% { height: 17%; }
  50% { height: 60%; }
  100% { height: 39%; }
}
@keyframes animation2 {
  0% { height: 35%; }
  50% { height: 70%; }
  100% { height: 27%; }
}
.bar:nth-child(3) { -webkit-transform: rotate(9deg); -moz-transform: rotate(9deg); transform: rotate(9deg); }
.bar:nth-child(3):after { -webkit-animation: animation3 2s infinite linear alternate; -webkit-animation-delay: -0.3s; -moz-animation: animation3 2s infinite linear alternate; -moz-animation-delay: -0.3s; animation: animation3 2s infinite linear alternate; animation-delay: -0.3s; }
@-webkit-keyframes animation3 {
  0% { height: 12%; }
  50% { height: 68%; }
  100% { height: 13%; }
}
@-moz-keyframes animation3 {
  0% { height: 38%; }
  50% { height: 70%; }
  100% { height: 15%; }
}
@keyframes animation3 {
  0% { height: 11%; }
  50% { height: 35%; }
  100% { height: 31%; }
}
.bar:nth-child(4) { -webkit-transform: rotate(12deg); -moz-transform: rotate(12deg); transform: rotate(12deg); }
.bar:nth-child(4):after { -webkit-animation: animation4 2s infinite linear alternate; -webkit-animation-delay: -0.4s; -moz-animation: animation4 2s infinite linear alternate; -moz-animation-delay: -0.4s; animation: animation4 2s infinite linear alternate; animation-delay: -0.4s; }
@-webkit-keyframes animation4 {
  0% { height: 30%; }
  50% { height: 39%; }
  100% { height: 16%; }
}
@-moz-keyframes animation4 {
  0% { height: 12%; }
  50% { height: 40%; }
  100% { height: 25%; }
}
@keyframes animation4 {
  0% { height: 29%; }
  50% { height: 28%; }
  100% { height: 13%; }
}
.bar:nth-child(5) { -webkit-transform: rotate(15deg); -moz-transform: rotate(15deg); transform: rotate(15deg); }
.bar:nth-child(5):after { -webkit-animation: animation5 2s infinite linear alternate; -webkit-animation-delay: -0.5s; -moz-animation: animation5 2s infinite linear alternate; -moz-animation-delay: -0.5s; animation: animation5 2s infinite linear alternate; animation-delay: -0.5s; }
@-webkit-keyframes animation5 {
  0% { height: 16%; }
  50% { height: 31%; }
  100% { height: 39%; }
}
@-moz-keyframes animation5 {
  0% { height: 16%; }
  50% { height: 59%; }
  100% { height: 31%; }
}
@keyframes animation5 {
  0% { height: 11%; }
  50% { height: 40%; }
  100% { height: 39%; }
}
.bar:nth-child(6) { -webkit-transform: rotate(18deg); -moz-transform: rotate(18deg); transform: rotate(18deg); }
.bar:nth-child(6):after { -webkit-animation: animation6 2s infinite linear alternate; -webkit-animation-delay: -0.6s; -moz-animation: animation6 2s infinite linear alternate; -moz-animation-delay: -0.6s; animation: animation6 2s infinite linear alternate; animation-delay: -0.6s; }
@-webkit-keyframes animation6 {
  0% { height: 25%; }
  50% { height: 27%; }
  100% { height: 16%; }
}
@-moz-keyframes animation6 {
  0% { height: 33%; }
  50% { height: 51%; }
  100% { height: 18%; }
}
@keyframes animation6 {
  0% { height: 38%; }
  50% { height: 64%; }
  100% { height: 23%; }
}
.bar:nth-child(7) { -webkit-transform: rotate(21deg); -moz-transform: rotate(21deg); transform: rotate(21deg); }
.bar:nth-child(7):after { -webkit-animation: animation7 2s infinite linear alternate; -webkit-animation-delay: -0.7s; -moz-animation: animation7 2s infinite linear alternate; -moz-animation-delay: -0.7s; animation: animation7 2s infinite linear alternate; animation-delay: -0.7s; }
@-webkit-keyframes animation7 {
  0% { height: 21%; }
  50% { height: 35%; }
  100% { height: 24%; }
}
@-moz-keyframes animation7 {
  0% { height: 23%; }
  50% { height: 17%; }
  100% { height: 37%; }
}
@keyframes animation7 {
  0% { height: 34%; }
  50% { height: 26%; }
  100% { height: 34%; }
}
.bar:nth-child(8) { -webkit-transform: rotate(24deg); -moz-transform: rotate(24deg); transform: rotate(24deg); }
.bar:nth-child(8):after { -webkit-animation: animation8 2s infinite linear alternate; -webkit-animation-delay: -0.8s; -moz-animation: animation8 2s infinite linear alternate; -moz-animation-delay: -0.8s; animation: animation8 2s infinite linear alternate; animation-delay: -0.8s; }
@-webkit-keyframes animation8 {
  0% { height: 18%; }
  50% { height: 29%; }
  100% { height: 17%; }
}
@-moz-keyframes animation8 {
  0% { height: 29%; }
  50% { height: 32%; }
  100% { height: 15%; }
}
@keyframes animation8 {
  0% { height: 28%; }
  50% { height: 27%; }
  100% { height: 21%; }
}
.bar:nth-child(9) { -webkit-transform: rotate(27deg); -moz-transform: rotate(27deg); transform: rotate(27deg); }
.bar:nth-child(9):after { -webkit-animation: animation9 2s infinite linear alternate; -webkit-animation-delay: -0.9s; -moz-animation: animation9 2s infinite linear alternate; -moz-animation-delay: -0.9s; animation: animation9 2s infinite linear alternate; animation-delay: -0.9s; }
@-webkit-keyframes animation9 {
  0% { height: 20%; }
  50% { height: 30%; }
  100% { height: 11%; }
}
@-moz-keyframes animation9 {
  0% { height: 37%; }
  50% { height: 19%; }
  100% { height: 24%; }
}
@keyframes animation9 {
  0% { height: 11%; }
  50% { height: 44%; }
  100% { height: 15%; }
}
.bar:nth-child(10) { -webkit-transform: rotate(30deg); -moz-transform: rotate(30deg); transform: rotate(30deg); }
.bar:nth-child(10):after { -webkit-animation: animation10 2s infinite linear alternate; -webkit-animation-delay: -1s; -moz-animation: animation10 2s infinite linear alternate; -moz-animation-delay: -1s; animation: animation10 2s infinite linear alternate; animation-delay: -1s; }
@-webkit-keyframes animation10 {
  0% { height: 27%; }
  50% { height: 57%; }
  100% { height: 29%; }
}
@-moz-keyframes animation10 {
  0% { height: 29%; }
  50% { height: 65%; }
  100% { height: 16%; }
}
@keyframes animation10 {
  0% { height: 22%; }
  50% { height: 32%; }
  100% { height: 20%; }
}
.bar:nth-child(11) { -webkit-transform: rotate(33deg); -moz-transform: rotate(33deg); transform: rotate(33deg); }
.bar:nth-child(11):after { -webkit-animation: animation11 2s infinite linear alternate; -webkit-animation-delay: -1.1s; -moz-animation: animation11 2s infinite linear alternate; -moz-animation-delay: -1.1s; animation: animation11 2s infinite linear alternate; animation-delay: -1.1s; }
@-webkit-keyframes animation11 {
  0% { height: 34%; }
  50% { height: 69%; }
  100% { height: 31%; }
}
@-moz-keyframes animation11 {
  0% { height: 33%; }
  50% { height: 11%; }
  100% { height: 24%; }
}
@keyframes animation11 {
  0% { height: 21%; }
  50% { height: 19%; }
  100% { height: 39%; }
}
.bar:nth-child(12) { -webkit-transform: rotate(36deg); -moz-transform: rotate(36deg); transform: rotate(36deg); }
.bar:nth-child(12):after { -webkit-animation: animation12 2s infinite linear alternate; -webkit-animation-delay: -1.2s; -moz-animation: animation12 2s infinite linear alternate; -moz-animation-delay: -1.2s; animation: animation12 2s infinite linear alternate; animation-delay: -1.2s; }
@-webkit-keyframes animation12 {
  0% { height: 29%; }
  50% { height: 39%; }
  100% { height: 17%; }
}
@-moz-keyframes animation12 {
  0% { height: 27%; }
  50% { height: 63%; }
  100% { height: 21%; }
}
@keyframes animation12 {
  0% { height: 31%; }
  50% { height: 42%; }
  100% { height: 21%; }
}
.bar:nth-child(13) { -webkit-transform: rotate(39deg); -moz-transform: rotate(39deg); transform: rotate(39deg); }
.bar:nth-child(13):after { -webkit-animation: animation13 2s infinite linear alternate; -webkit-animation-delay: -1.3s; -moz-animation: animation13 2s infinite linear alternate; -moz-animation-delay: -1.3s; animation: animation13 2s infinite linear alternate; animation-delay: -1.3s; }
@-webkit-keyframes animation13 {
  0% { height: 28%; }
  50% { height: 13%; }
  100% { height: 23%; }
}
@-moz-keyframes animation13 {
  0% { height: 16%; }
  50% { height: 20%; }
  100% { height: 19%; }
}
@keyframes animation13 {
  0% { height: 36%; }
  50% { height: 24%; }
  100% { height: 19%; }
}
.bar:nth-child(14) { -webkit-transform: rotate(42deg); -moz-transform: rotate(42deg); transform: rotate(42deg); }
.bar:nth-child(14):after { -webkit-animation: animation14 2s infinite linear alternate; -webkit-animation-delay: -1.4s; -moz-animation: animation14 2s infinite linear alternate; -moz-animation-delay: -1.4s; animation: animation14 2s infinite linear alternate; animation-delay: -1.4s; }
@-webkit-keyframes animation14 {
  0% { height: 29%; }
  50% { height: 21%; }
  100% { height: 36%; }
}
@-moz-keyframes animation14 {
  0% { height: 38%; }
  50% { height: 11%; }
  100% { height: 31%; }
}
@keyframes animation14 {
  0% { height: 20%; }
  50% { height: 70%; }
  100% { height: 34%; }
}
.bar:nth-child(15) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); }
.bar:nth-child(15):after { -webkit-animation: animation15 2s infinite linear alternate; -webkit-animation-delay: -1.5s; -moz-animation: animation15 2s infinite linear alternate; -moz-animation-delay: -1.5s; animation: animation15 2s infinite linear alternate; animation-delay: -1.5s; }
@-webkit-keyframes animation15 {
  0% { height: 39%; }
  50% { height: 19%; }
  100% { height: 23%; }
}
@-moz-keyframes animation15 {
  0% { height: 34%; }
  50% { height: 53%; }
  100% { height: 15%; }
}
@keyframes animation15 {
  0% { height: 26%; }
  50% { height: 33%; }
  100% { height: 16%; }
}
.bar:nth-child(16) { -webkit-transform: rotate(48deg); -moz-transform: rotate(48deg); transform: rotate(48deg); }
.bar:nth-child(16):after { -webkit-animation: animation16 2s infinite linear alternate; -webkit-animation-delay: -1.6s; -moz-animation: animation16 2s infinite linear alternate; -moz-animation-delay: -1.6s; animation: animation16 2s infinite linear alternate; animation-delay: -1.6s; }
@-webkit-keyframes animation16 {
  0% { height: 39%; }
  50% { height: 17%; }
  100% { height: 24%; }
}
@-moz-keyframes animation16 {
  0% { height: 12%; }
  50% { height: 60%; }
  100% { height: 21%; }
}
@keyframes animation16 {
  0% { height: 17%; }
  50% { height: 17%; }
  100% { height: 12%; }
}
.bar:nth-child(17) { -webkit-transform: rotate(51deg); -moz-transform: rotate(51deg); transform: rotate(51deg); }
.bar:nth-child(17):after { -webkit-animation: animation17 2s infinite linear alternate; -webkit-animation-delay: -1.7s; -moz-animation: animation17 2s infinite linear alternate; -moz-animation-delay: -1.7s; animation: animation17 2s infinite linear alternate; animation-delay: -1.7s; }
@-webkit-keyframes animation17 {
  0% { height: 38%; }
  50% { height: 50%; }
  100% { height: 31%; }
}
@-moz-keyframes animation17 {
  0% { height: 37%; }
  50% { height: 34%; }
  100% { height: 23%; }
}
@keyframes animation17 {
  0% { height: 38%; }
  50% { height: 20%; }
  100% { height: 32%; }
}
.bar:nth-child(18) { -webkit-transform: rotate(54deg); -moz-transform: rotate(54deg); transform: rotate(54deg); }
.bar:nth-child(18):after { -webkit-animation: animation18 2s infinite linear alternate; -webkit-animation-delay: -1.8s; -moz-animation: animation18 2s infinite linear alternate; -moz-animation-delay: -1.8s; animation: animation18 2s infinite linear alternate; animation-delay: -1.8s; }
@-webkit-keyframes animation18 {
  0% { height: 16%; }
  50% { height: 24%; }
  100% { height: 26%; }
}
@-moz-keyframes animation18 {
  0% { height: 27%; }
  50% { height: 56%; }
  100% { height: 12%; }
}
@keyframes animation18 {
  0% { height: 21%; }
  50% { height: 59%; }
  100% { height: 22%; }
}
.bar:nth-child(19) { -webkit-transform: rotate(57deg); -moz-transform: rotate(57deg); transform: rotate(57deg); }
.bar:nth-child(19):after { -webkit-animation: animation19 2s infinite linear alternate; -webkit-animation-delay: -1.9s; -moz-animation: animation19 2s infinite linear alternate; -moz-animation-delay: -1.9s; animation: animation19 2s infinite linear alternate; animation-delay: -1.9s; }
@-webkit-keyframes animation19 {
  0% { height: 27%; }
  50% { height: 30%; }
  100% { height: 35%; }
}
@-moz-keyframes animation19 {
  0% { height: 21%; }
  50% { height: 36%; }
  100% { height: 18%; }
}
@keyframes animation19 {
  0% { height: 19%; }
  50% { height: 62%; }
  100% { height: 36%; }
}
.bar:nth-child(20) { -webkit-transform: rotate(60deg); -moz-transform: rotate(60deg); transform: rotate(60deg); }
.bar:nth-child(20):after { -webkit-animation: animation20 2s infinite linear alternate; -webkit-animation-delay: -2s; -moz-animation: animation20 2s infinite linear alternate; -moz-animation-delay: -2s; animation: animation20 2s infinite linear alternate; animation-delay: -2s; }
@-webkit-keyframes animation20 {
  0% { height: 31%; }
  50% { height: 16%; }
  100% { height: 23%; }
}
@-moz-keyframes animation20 {
  0% { height: 35%; }
  50% { height: 44%; }
  100% { height: 13%; }
}
@keyframes animation20 {
  0% { height: 14%; }
  50% { height: 61%; }
  100% { height: 35%; }
}
.bar:nth-child(21) { -webkit-transform: rotate(63deg); -moz-transform: rotate(63deg); transform: rotate(63deg); }
.bar:nth-child(21):after { -webkit-animation: animation21 2s infinite linear alternate; -webkit-animation-delay: -2.1s; -moz-animation: animation21 2s infinite linear alternate; -moz-animation-delay: -2.1s; animation: animation21 2s infinite linear alternate; animation-delay: -2.1s; }
@-webkit-keyframes animation21 {
  0% { height: 37%; }
  50% { height: 17%; }
  100% { height: 20%; }
}
@-moz-keyframes animation21 {
  0% { height: 32%; }
  50% { height: 47%; }
  100% { height: 40%; }
}
@keyframes animation21 {
  0% { height: 12%; }
  50% { height: 57%; }
  100% { height: 20%; }
}
.bar:nth-child(22) { -webkit-transform: rotate(66deg); -moz-transform: rotate(66deg); transform: rotate(66deg); }
.bar:nth-child(22):after { -webkit-animation: animation22 2s infinite linear alternate; -webkit-animation-delay: -2.2s; -moz-animation: animation22 2s infinite linear alternate; -moz-animation-delay: -2.2s; animation: animation22 2s infinite linear alternate; animation-delay: -2.2s; }
@-webkit-keyframes animation22 {
  0% { height: 11%; }
  50% { height: 59%; }
  100% { height: 33%; }
}
@-moz-keyframes animation22 {
  0% { height: 20%; }
  50% { height: 29%; }
  100% { height: 30%; }
}
@keyframes animation22 {
  0% { height: 28%; }
  50% { height: 17%; }
  100% { height: 27%; }
}
.bar:nth-child(23) { -webkit-transform: rotate(69deg); -moz-transform: rotate(69deg); transform: rotate(69deg); }
.bar:nth-child(23):after { -webkit-animation: animation23 2s infinite linear alternate; -webkit-animation-delay: -2.3s; -moz-animation: animation23 2s infinite linear alternate; -moz-animation-delay: -2.3s; animation: animation23 2s infinite linear alternate; animation-delay: -2.3s; }
@-webkit-keyframes animation23 {
  0% { height: 35%; }
  50% { height: 65%; }
  100% { height: 15%; }
}
@-moz-keyframes animation23 {
  0% { height: 23%; }
  50% { height: 15%; }
  100% { height: 24%; }
}
@keyframes animation23 {
  0% { height: 37%; }
  50% { height: 49%; }
  100% { height: 14%; }
}
.bar:nth-child(24) { -webkit-transform: rotate(72deg); -moz-transform: rotate(72deg); transform: rotate(72deg); }
.bar:nth-child(24):after { -webkit-animation: animation24 2s infinite linear alternate; -webkit-animation-delay: -2.4s; -moz-animation: animation24 2s infinite linear alternate; -moz-animation-delay: -2.4s; animation: animation24 2s infinite linear alternate; animation-delay: -2.4s; }
@-webkit-keyframes animation24 {
  0% { height: 19%; }
  50% { height: 60%; }
  100% { height: 22%; }
}
@-moz-keyframes animation24 {
  0% { height: 39%; }
  50% { height: 21%; }
  100% { height: 25%; }
}
@keyframes animation24 {
  0% { height: 27%; }
  50% { height: 52%; }
  100% { height: 40%; }
}
.bar:nth-child(25) { -webkit-transform: rotate(75deg); -moz-transform: rotate(75deg); transform: rotate(75deg); }
.bar:nth-child(25):after { -webkit-animation: animation25 2s infinite linear alternate; -webkit-animation-delay: -2.5s; -moz-animation: animation25 2s infinite linear alternate; -moz-animation-delay: -2.5s; animation: animation25 2s infinite linear alternate; animation-delay: -2.5s; }
@-webkit-keyframes animation25 {
  0% { height: 16%; }
  50% { height: 29%; }
  100% { height: 23%; }
}
@-moz-keyframes animation25 {
  0% { height: 32%; }
  50% { height: 52%; }
  100% { height: 38%; }
}
@keyframes animation25 {
  0% { height: 35%; }
  50% { height: 69%; }
  100% { height: 24%; }
}
.bar:nth-child(26) { -webkit-transform: rotate(78deg); -moz-transform: rotate(78deg); transform: rotate(78deg); }
.bar:nth-child(26):after { -webkit-animation: animation26 2s infinite linear alternate; -webkit-animation-delay: -2.6s; -moz-animation: animation26 2s infinite linear alternate; -moz-animation-delay: -2.6s; animation: animation26 2s infinite linear alternate; animation-delay: -2.6s; }
@-webkit-keyframes animation26 {
  0% { height: 37%; }
  50% { height: 23%; }
  100% { height: 32%; }
}
@-moz-keyframes animation26 {
  0% { height: 16%; }
  50% { height: 59%; }
  100% { height: 21%; }
}
@keyframes animation26 {
  0% { height: 22%; }
  50% { height: 70%; }
  100% { height: 15%; }
}
.bar:nth-child(27) { -webkit-transform: rotate(81deg); -moz-transform: rotate(81deg); transform: rotate(81deg); }
.bar:nth-child(27):after { -webkit-animation: animation27 2s infinite linear alternate; -webkit-animation-delay: -2.7s; -moz-animation: animation27 2s infinite linear alternate; -moz-animation-delay: -2.7s; animation: animation27 2s infinite linear alternate; animation-delay: -2.7s; }
@-webkit-keyframes animation27 {
  0% { height: 20%; }
  50% { height: 30%; }
  100% { height: 16%; }
}
@-moz-keyframes animation27 {
  0% { height: 26%; }
  50% { height: 58%; }
  100% { height: 21%; }
}
@keyframes animation27 {
  0% { height: 40%; }
  50% { height: 54%; }
  100% { height: 39%; }
}
.bar:nth-child(28) { -webkit-transform: rotate(84deg); -moz-transform: rotate(84deg); transform: rotate(84deg); }
.bar:nth-child(28):after { -webkit-animation: animation28 2s infinite linear alternate; -webkit-animation-delay: -2.8s; -moz-animation: animation28 2s infinite linear alternate; -moz-animation-delay: -2.8s; animation: animation28 2s infinite linear alternate; animation-delay: -2.8s; }
@-webkit-keyframes animation28 {
  0% { height: 15%; }
  50% { height: 45%; }
  100% { height: 15%; }
}
@-moz-keyframes animation28 {
  0% { height: 23%; }
  50% { height: 50%; }
  100% { height: 14%; }
}
@keyframes animation28 {
  0% { height: 32%; }
  50% { height: 47%; }
  100% { height: 36%; }
}
.bar:nth-child(29) { -webkit-transform: rotate(87deg); -moz-transform: rotate(87deg); transform: rotate(87deg); }
.bar:nth-child(29):after { -webkit-animation: animation29 2s infinite linear alternate; -webkit-animation-delay: -2.9s; -moz-animation: animation29 2s infinite linear alternate; -moz-animation-delay: -2.9s; animation: animation29 2s infinite linear alternate; animation-delay: -2.9s; }
@-webkit-keyframes animation29 {
  0% { height: 18%; }
  50% { height: 51%; }
  100% { height: 17%; }
}
@-moz-keyframes animation29 {
  0% { height: 11%; }
  50% { height: 54%; }
  100% { height: 27%; }
}
@keyframes animation29 {
  0% { height: 28%; }
  50% { height: 54%; }
  100% { height: 14%; }
}
.bar:nth-child(30) { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); transform: rotate(90deg); }
.bar:nth-child(30):after { -webkit-animation: animation30 2s infinite linear alternate; -webkit-animation-delay: -3s; -moz-animation: animation30 2s infinite linear alternate; -moz-animation-delay: -3s; animation: animation30 2s infinite linear alternate; animation-delay: -3s; }
@-webkit-keyframes animation30 {
  0% { height: 33%; }
  50% { height: 36%; }
  100% { height: 11%; }
}
@-moz-keyframes animation30 {
  0% { height: 39%; }
  50% { height: 33%; }
  100% { height: 39%; }
}
@keyframes animation30 {
  0% { height: 25%; }
  50% { height: 64%; }
  100% { height: 27%; }
}
.bar:nth-child(31) { -webkit-transform: rotate(93deg); -moz-transform: rotate(93deg); transform: rotate(93deg); }
.bar:nth-child(31):after { -webkit-animation: animation31 2s infinite linear alternate; -webkit-animation-delay: -3.1s; -moz-animation: animation31 2s infinite linear alternate; -moz-animation-delay: -3.1s; animation: animation31 2s infinite linear alternate; animation-delay: -3.1s; }
@-webkit-keyframes animation31 {
  0% { height: 11%; }
  50% { height: 65%; }
  100% { height: 28%; }
}
@-moz-keyframes animation31 {
  0% { height: 24%; }
  50% { height: 68%; }
  100% { height: 18%; }
}
@keyframes animation31 {
  0% { height: 21%; }
  50% { height: 34%; }
  100% { height: 25%; }
}
.bar:nth-child(32) { -webkit-transform: rotate(96deg); -moz-transform: rotate(96deg); transform: rotate(96deg); }
.bar:nth-child(32):after { -webkit-animation: animation32 2s infinite linear alternate; -webkit-animation-delay: -3.2s; -moz-animation: animation32 2s infinite linear alternate; -moz-animation-delay: -3.2s; animation: animation32 2s infinite linear alternate; animation-delay: -3.2s; }
@-webkit-keyframes animation32 {
  0% { height: 13%; }
  50% { height: 70%; }
  100% { height: 25%; }
}
@-moz-keyframes animation32 {
  0% { height: 20%; }
  50% { height: 45%; }
  100% { height: 21%; }
}
@keyframes animation32 {
  0% { height: 23%; }
  50% { height: 68%; }
  100% { height: 23%; }
}
.bar:nth-child(33) { -webkit-transform: rotate(99deg); -moz-transform: rotate(99deg); transform: rotate(99deg); }
.bar:nth-child(33):after { -webkit-animation: animation33 2s infinite linear alternate; -webkit-animation-delay: -3.3s; -moz-animation: animation33 2s infinite linear alternate; -moz-animation-delay: -3.3s; animation: animation33 2s infinite linear alternate; animation-delay: -3.3s; }
@-webkit-keyframes animation33 {
  0% { height: 24%; }
  50% { height: 15%; }
  100% { height: 24%; }
}
@-moz-keyframes animation33 {
  0% { height: 24%; }
  50% { height: 47%; }
  100% { height: 12%; }
}
@keyframes animation33 {
  0% { height: 30%; }
  50% { height: 52%; }
  100% { height: 19%; }
}
.bar:nth-child(34) { -webkit-transform: rotate(102deg); -moz-transform: rotate(102deg); transform: rotate(102deg); }
.bar:nth-child(34):after { -webkit-animation: animation34 2s infinite linear alternate; -webkit-animation-delay: -3.4s; -moz-animation: animation34 2s infinite linear alternate; -moz-animation-delay: -3.4s; animation: animation34 2s infinite linear alternate; animation-delay: -3.4s; }
@-webkit-keyframes animation34 {
  0% { height: 20%; }
  50% { height: 70%; }
  100% { height: 23%; }
}
@-moz-keyframes animation34 {
  0% { height: 27%; }
  50% { height: 37%; }
  100% { height: 23%; }
}
@keyframes animation34 {
  0% { height: 38%; }
  50% { height: 66%; }
  100% { height: 15%; }
}
.bar:nth-child(35) { -webkit-transform: rotate(105deg); -moz-transform: rotate(105deg); transform: rotate(105deg); }
.bar:nth-child(35):after { -webkit-animation: animation35 2s infinite linear alternate; -webkit-animation-delay: -3.5s; -moz-animation: animation35 2s infinite linear alternate; -moz-animation-delay: -3.5s; animation: animation35 2s infinite linear alternate; animation-delay: -3.5s; }
@-webkit-keyframes animation35 {
  0% { height: 36%; }
  50% { height: 13%; }
  100% { height: 36%; }
}
@-moz-keyframes animation35 {
  0% { height: 20%; }
  50% { height: 13%; }
  100% { height: 16%; }
}
@keyframes animation35 {
  0% { height: 17%; }
  50% { height: 59%; }
  100% { height: 11%; }
}
.bar:nth-child(36) { -webkit-transform: rotate(108deg); -moz-transform: rotate(108deg); transform: rotate(108deg); }
.bar:nth-child(36):after { -webkit-animation: animation36 2s infinite linear alternate; -webkit-animation-delay: -3.6s; -moz-animation: animation36 2s infinite linear alternate; -moz-animation-delay: -3.6s; animation: animation36 2s infinite linear alternate; animation-delay: -3.6s; }
@-webkit-keyframes animation36 {
  0% { height: 24%; }
  50% { height: 43%; }
  100% { height: 24%; }
}
@-moz-keyframes animation36 {
  0% { height: 14%; }
  50% { height: 25%; }
  100% { height: 11%; }
}
@keyframes animation36 {
  0% { height: 34%; }
  50% { height: 49%; }
  100% { height: 38%; }
}
.bar:nth-child(37) { -webkit-transform: rotate(111deg); -moz-transform: rotate(111deg); transform: rotate(111deg); }
.bar:nth-child(37):after { -webkit-animation: animation37 2s infinite linear alternate; -webkit-animation-delay: -3.7s; -moz-animation: animation37 2s infinite linear alternate; -moz-animation-delay: -3.7s; animation: animation37 2s infinite linear alternate; animation-delay: -3.7s; }
@-webkit-keyframes animation37 {
  0% { height: 18%; }
  50% { height: 60%; }
  100% { height: 24%; }
}
@-moz-keyframes animation37 {
  0% { height: 26%; }
  50% { height: 21%; }
  100% { height: 20%; }
}
@keyframes animation37 {
  0% { height: 17%; }
  50% { height: 38%; }
  100% { height: 32%; }
}
.bar:nth-child(38) { -webkit-transform: rotate(114deg); -moz-transform: rotate(114deg); transform: rotate(114deg); }
.bar:nth-child(38):after { -webkit-animation: animation38 2s infinite linear alternate; -webkit-animation-delay: -3.8s; -moz-animation: animation38 2s infinite linear alternate; -moz-animation-delay: -3.8s; animation: animation38 2s infinite linear alternate; animation-delay: -3.8s; }
@-webkit-keyframes animation38 {
  0% { height: 37%; }
  50% { height: 21%; }
  100% { height: 31%; }
}
@-moz-keyframes animation38 {
  0% { height: 13%; }
  50% { height: 23%; }
  100% { height: 24%; }
}
@keyframes animation38 {
  0% { height: 22%; }
  50% { height: 37%; }
  100% { height: 20%; }
}
.bar:nth-child(39) { -webkit-transform: rotate(117deg); -moz-transform: rotate(117deg); transform: rotate(117deg); }
.bar:nth-child(39):after { -webkit-animation: animation39 2s infinite linear alternate; -webkit-animation-delay: -3.9s; -moz-animation: animation39 2s infinite linear alternate; -moz-animation-delay: -3.9s; animation: animation39 2s infinite linear alternate; animation-delay: -3.9s; }
@-webkit-keyframes animation39 {
  0% { height: 17%; }
  50% { height: 17%; }
  100% { height: 38%; }
}
@-moz-keyframes animation39 {
  0% { height: 23%; }
  50% { height: 13%; }
  100% { height: 33%; }
}
@keyframes animation39 {
  0% { height: 18%; }
  50% { height: 62%; }
  100% { height: 19%; }
}
.bar:nth-child(40) { -webkit-transform: rotate(120deg); -moz-transform: rotate(120deg); transform: rotate(120deg); }
.bar:nth-child(40):after { -webkit-animation: animation40 2s infinite linear alternate; -webkit-animation-delay: -4s; -moz-animation: animation40 2s infinite linear alternate; -moz-animation-delay: -4s; animation: animation40 2s infinite linear alternate; animation-delay: -4s; }
@-webkit-keyframes animation40 {
  0% { height: 33%; }
  50% { height: 51%; }
  100% { height: 30%; }
}
@-moz-keyframes animation40 {
  0% { height: 14%; }
  50% { height: 17%; }
  100% { height: 23%; }
}
@keyframes animation40 {
  0% { height: 34%; }
  50% { height: 66%; }
  100% { height: 36%; }
}
.bar:nth-child(41) { -webkit-transform: rotate(123deg); -moz-transform: rotate(123deg); transform: rotate(123deg); }
.bar:nth-child(41):after { -webkit-animation: animation41 2s infinite linear alternate; -webkit-animation-delay: -4.1s; -moz-animation: animation41 2s infinite linear alternate; -moz-animation-delay: -4.1s; animation: animation41 2s infinite linear alternate; animation-delay: -4.1s; }
@-webkit-keyframes animation41 {
  0% { height: 32%; }
  50% { height: 61%; }
  100% { height: 14%; }
}
@-moz-keyframes animation41 {
  0% { height: 33%; }
  50% { height: 18%; }
  100% { height: 33%; }
}
@keyframes animation41 {
  0% { height: 19%; }
  50% { height: 45%; }
  100% { height: 25%; }
}
.bar:nth-child(42) { -webkit-transform: rotate(126deg); -moz-transform: rotate(126deg); transform: rotate(126deg); }
.bar:nth-child(42):after { -webkit-animation: animation42 2s infinite linear alternate; -webkit-animation-delay: -4.2s; -moz-animation: animation42 2s infinite linear alternate; -moz-animation-delay: -4.2s; animation: animation42 2s infinite linear alternate; animation-delay: -4.2s; }
@-webkit-keyframes animation42 {
  0% { height: 29%; }
  50% { height: 47%; }
  100% { height: 16%; }
}
@-moz-keyframes animation42 {
  0% { height: 34%; }
  50% { height: 55%; }
  100% { height: 32%; }
}
@keyframes animation42 {
  0% { height: 19%; }
  50% { height: 64%; }
  100% { height: 19%; }
}
.bar:nth-child(43) { -webkit-transform: rotate(129deg); -moz-transform: rotate(129deg); transform: rotate(129deg); }
.bar:nth-child(43):after { -webkit-animation: animation43 2s infinite linear alternate; -webkit-animation-delay: -4.3s; -moz-animation: animation43 2s infinite linear alternate; -moz-animation-delay: -4.3s; animation: animation43 2s infinite linear alternate; animation-delay: -4.3s; }
@-webkit-keyframes animation43 {
  0% { height: 37%; }
  50% { height: 15%; }
  100% { height: 17%; }
}
@-moz-keyframes animation43 {
  0% { height: 31%; }
  50% { height: 20%; }
  100% { height: 22%; }
}
@keyframes animation43 {
  0% { height: 24%; }
  50% { height: 62%; }
  100% { height: 40%; }
}
.bar:nth-child(44) { -webkit-transform: rotate(132deg); -moz-transform: rotate(132deg); transform: rotate(132deg); }
.bar:nth-child(44):after { -webkit-animation: animation44 2s infinite linear alternate; -webkit-animation-delay: -4.4s; -moz-animation: animation44 2s infinite linear alternate; -moz-animation-delay: -4.4s; animation: animation44 2s infinite linear alternate; animation-delay: -4.4s; }
@-webkit-keyframes animation44 {
  0% { height: 15%; }
  50% { height: 49%; }
  100% { height: 37%; }
}
@-moz-keyframes animation44 {
  0% { height: 21%; }
  50% { height: 28%; }
  100% { height: 21%; }
}
@keyframes animation44 {
  0% { height: 21%; }
  50% { height: 11%; }
  100% { height: 34%; }
}
.bar:nth-child(45) { -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); transform: rotate(135deg); }
.bar:nth-child(45):after { -webkit-animation: animation45 2s infinite linear alternate; -webkit-animation-delay: -4.5s; -moz-animation: animation45 2s infinite linear alternate; -moz-animation-delay: -4.5s; animation: animation45 2s infinite linear alternate; animation-delay: -4.5s; }
@-webkit-keyframes animation45 {
  0% { height: 27%; }
  50% { height: 41%; }
  100% { height: 27%; }
}
@-moz-keyframes animation45 {
  0% { height: 29%; }
  50% { height: 36%; }
  100% { height: 12%; }
}
@keyframes animation45 {
  0% { height: 22%; }
  50% { height: 20%; }
  100% { height: 19%; }
}
.bar:nth-child(46) { -webkit-transform: rotate(138deg); -moz-transform: rotate(138deg); transform: rotate(138deg); }
.bar:nth-child(46):after { -webkit-animation: animation46 2s infinite linear alternate; -webkit-animation-delay: -4.6s; -moz-animation: animation46 2s infinite linear alternate; -moz-animation-delay: -4.6s; animation: animation46 2s infinite linear alternate; animation-delay: -4.6s; }
@-webkit-keyframes animation46 {
  0% { height: 17%; }
  50% { height: 51%; }
  100% { height: 37%; }
}
@-moz-keyframes animation46 {
  0% { height: 23%; }
  50% { height: 42%; }
  100% { height: 28%; }
}
@keyframes animation46 {
  0% { height: 16%; }
  50% { height: 38%; }
  100% { height: 14%; }
}
.bar:nth-child(47) { -webkit-transform: rotate(141deg); -moz-transform: rotate(141deg); transform: rotate(141deg); }
.bar:nth-child(47):after { -webkit-animation: animation47 2s infinite linear alternate; -webkit-animation-delay: -4.7s; -moz-animation: animation47 2s infinite linear alternate; -moz-animation-delay: -4.7s; animation: animation47 2s infinite linear alternate; animation-delay: -4.7s; }
@-webkit-keyframes animation47 {
  0% { height: 22%; }
  50% { height: 69%; }
  100% { height: 11%; }
}
@-moz-keyframes animation47 {
  0% { height: 17%; }
  50% { height: 30%; }
  100% { height: 20%; }
}
@keyframes animation47 {
  0% { height: 38%; }
  50% { height: 51%; }
  100% { height: 33%; }
}
.bar:nth-child(48) { -webkit-transform: rotate(144deg); -moz-transform: rotate(144deg); transform: rotate(144deg); }
.bar:nth-child(48):after { -webkit-animation: animation48 2s infinite linear alternate; -webkit-animation-delay: -4.8s; -moz-animation: animation48 2s infinite linear alternate; -moz-animation-delay: -4.8s; animation: animation48 2s infinite linear alternate; animation-delay: -4.8s; }
@-webkit-keyframes animation48 {
  0% { height: 17%; }
  50% { height: 56%; }
  100% { height: 24%; }
}
@-moz-keyframes animation48 {
  0% { height: 30%; }
  50% { height: 36%; }
  100% { height: 38%; }
}
@keyframes animation48 {
  0% { height: 16%; }
  50% { height: 16%; }
  100% { height: 28%; }
}
.bar:nth-child(49) { -webkit-transform: rotate(147deg); -moz-transform: rotate(147deg); transform: rotate(147deg); }
.bar:nth-child(49):after { -webkit-animation: animation49 2s infinite linear alternate; -webkit-animation-delay: -4.9s; -moz-animation: animation49 2s infinite linear alternate; -moz-animation-delay: -4.9s; animation: animation49 2s infinite linear alternate; animation-delay: -4.9s; }
@-webkit-keyframes animation49 {
  0% { height: 17%; }
  50% { height: 11%; }
  100% { height: 37%; }
}
@-moz-keyframes animation49 {
  0% { height: 24%; }
  50% { height: 28%; }
  100% { height: 12%; }
}
@keyframes animation49 {
  0% { height: 37%; }
  50% { height: 61%; }
  100% { height: 14%; }
}
.bar:nth-child(50) { -webkit-transform: rotate(150deg); -moz-transform: rotate(150deg); transform: rotate(150deg); }
.bar:nth-child(50):after { -webkit-animation: animation50 2s infinite linear alternate; -webkit-animation-delay: -5s; -moz-animation: animation50 2s infinite linear alternate; -moz-animation-delay: -5s; animation: animation50 2s infinite linear alternate; animation-delay: -5s; }
@-webkit-keyframes animation50 {
  0% { height: 28%; }
  50% { height: 13%; }
  100% { height: 21%; }
}
@-moz-keyframes animation50 {
  0% { height: 26%; }
  50% { height: 65%; }
  100% { height: 14%; }
}
@keyframes animation50 {
  0% { height: 28%; }
  50% { height: 59%; }
  100% { height: 40%; }
}
.bar:nth-child(51) { -webkit-transform: rotate(153deg); -moz-transform: rotate(153deg); transform: rotate(153deg); }
.bar:nth-child(51):after { -webkit-animation: animation51 2s infinite linear alternate; -webkit-animation-delay: -5.1s; -moz-animation: animation51 2s infinite linear alternate; -moz-animation-delay: -5.1s; animation: animation51 2s infinite linear alternate; animation-delay: -5.1s; }
@-webkit-keyframes animation51 {
  0% { height: 13%; }
  50% { height: 60%; }
  100% { height: 26%; }
}
@-moz-keyframes animation51 {
  0% { height: 35%; }
  50% { height: 24%; }
  100% { height: 39%; }
}
@keyframes animation51 {
  0% { height: 34%; }
  50% { height: 69%; }
  100% { height: 27%; }
}
.bar:nth-child(52) { -webkit-transform: rotate(156deg); -moz-transform: rotate(156deg); transform: rotate(156deg); }
.bar:nth-child(52):after { -webkit-animation: animation52 2s infinite linear alternate; -webkit-animation-delay: -5.2s; -moz-animation: animation52 2s infinite linear alternate; -moz-animation-delay: -5.2s; animation: animation52 2s infinite linear alternate; animation-delay: -5.2s; }
@-webkit-keyframes animation52 {
  0% { height: 27%; }
  50% { height: 21%; }
  100% { height: 18%; }
}
@-moz-keyframes animation52 {
  0% { height: 25%; }
  50% { height: 15%; }
  100% { height: 39%; }
}
@keyframes animation52 {
  0% { height: 40%; }
  50% { height: 28%; }
  100% { height: 26%; }
}
.bar:nth-child(53) { -webkit-transform: rotate(159deg); -moz-transform: rotate(159deg); transform: rotate(159deg); }
.bar:nth-child(53):after { -webkit-animation: animation53 2s infinite linear alternate; -webkit-animation-delay: -5.3s; -moz-animation: animation53 2s infinite linear alternate; -moz-animation-delay: -5.3s; animation: animation53 2s infinite linear alternate; animation-delay: -5.3s; }
@-webkit-keyframes animation53 {
  0% { height: 19%; }
  50% { height: 45%; }
  100% { height: 14%; }
}
@-moz-keyframes animation53 {
  0% { height: 20%; }
  50% { height: 44%; }
  100% { height: 14%; }
}
@keyframes animation53 {
  0% { height: 36%; }
  50% { height: 16%; }
  100% { height: 19%; }
}
.bar:nth-child(54) { -webkit-transform: rotate(162deg); -moz-transform: rotate(162deg); transform: rotate(162deg); }
.bar:nth-child(54):after { -webkit-animation: animation54 2s infinite linear alternate; -webkit-animation-delay: -5.4s; -moz-animation: animation54 2s infinite linear alternate; -moz-animation-delay: -5.4s; animation: animation54 2s infinite linear alternate; animation-delay: -5.4s; }
@-webkit-keyframes animation54 {
  0% { height: 33%; }
  50% { height: 11%; }
  100% { height: 23%; }
}
@-moz-keyframes animation54 {
  0% { height: 40%; }
  50% { height: 57%; }
  100% { height: 29%; }
}
@keyframes animation54 {
  0% { height: 38%; }
  50% { height: 39%; }
  100% { height: 26%; }
}
.bar:nth-child(55) { -webkit-transform: rotate(165deg); -moz-transform: rotate(165deg); transform: rotate(165deg); }
.bar:nth-child(55):after { -webkit-animation: animation55 2s infinite linear alternate; -webkit-animation-delay: -5.5s; -moz-animation: animation55 2s infinite linear alternate; -moz-animation-delay: -5.5s; animation: animation55 2s infinite linear alternate; animation-delay: -5.5s; }
@-webkit-keyframes animation55 {
  0% { height: 29%; }
  50% { height: 37%; }
  100% { height: 23%; }
}
@-moz-keyframes animation55 {
  0% { height: 40%; }
  50% { height: 41%; }
  100% { height: 40%; }
}
@keyframes animation55 {
  0% { height: 23%; }
  50% { height: 19%; }
  100% { height: 12%; }
}
.bar:nth-child(56) { -webkit-transform: rotate(168deg); -moz-transform: rotate(168deg); transform: rotate(168deg); }
.bar:nth-child(56):after { -webkit-animation: animation56 2s infinite linear alternate; -webkit-animation-delay: -5.6s; -moz-animation: animation56 2s infinite linear alternate; -moz-animation-delay: -5.6s; animation: animation56 2s infinite linear alternate; animation-delay: -5.6s; }
@-webkit-keyframes animation56 {
  0% { height: 28%; }
  50% { height: 33%; }
  100% { height: 40%; }
}
@-moz-keyframes animation56 {
  0% { height: 33%; }
  50% { height: 29%; }
  100% { height: 18%; }
}
@keyframes animation56 {
  0% { height: 18%; }
  50% { height: 58%; }
  100% { height: 34%; }
}
.bar:nth-child(57) { -webkit-transform: rotate(171deg); -moz-transform: rotate(171deg); transform: rotate(171deg); }
.bar:nth-child(57):after { -webkit-animation: animation57 2s infinite linear alternate; -webkit-animation-delay: -5.7s; -moz-animation: animation57 2s infinite linear alternate; -moz-animation-delay: -5.7s; animation: animation57 2s infinite linear alternate; animation-delay: -5.7s; }
@-webkit-keyframes animation57 {
  0% { height: 33%; }
  50% { height: 11%; }
  100% { height: 21%; }
}
@-moz-keyframes animation57 {
  0% { height: 18%; }
  50% { height: 38%; }
  100% { height: 36%; }
}
@keyframes animation57 {
  0% { height: 31%; }
  50% { height: 59%; }
  100% { height: 25%; }
}
.bar:nth-child(58) { -webkit-transform: rotate(174deg); -moz-transform: rotate(174deg); transform: rotate(174deg); }
.bar:nth-child(58):after { -webkit-animation: animation58 2s infinite linear alternate; -webkit-animation-delay: -5.8s; -moz-animation: animation58 2s infinite linear alternate; -moz-animation-delay: -5.8s; animation: animation58 2s infinite linear alternate; animation-delay: -5.8s; }
@-webkit-keyframes animation58 {
  0% { height: 14%; }
  50% { height: 48%; }
  100% { height: 33%; }
}
@-moz-keyframes animation58 {
  0% { height: 29%; }
  50% { height: 13%; }
  100% { height: 12%; }
}
@keyframes animation58 {
  0% { height: 28%; }
  50% { height: 21%; }
  100% { height: 14%; }
}
.bar:nth-child(59) { -webkit-transform: rotate(177deg); -moz-transform: rotate(177deg); transform: rotate(177deg); }
.bar:nth-child(59):after { -webkit-animation: animation59 2s infinite linear alternate; -webkit-animation-delay: -5.9s; -moz-animation: animation59 2s infinite linear alternate; -moz-animation-delay: -5.9s; animation: animation59 2s infinite linear alternate; animation-delay: -5.9s; }
@-webkit-keyframes animation59 {
  0% { height: 13%; }
  50% { height: 49%; }
  100% { height: 19%; }
}
@-moz-keyframes animation59 {
  0% { height: 14%; }
  50% { height: 18%; }
  100% { height: 34%; }
}
@keyframes animation59 {
  0% { height: 24%; }
  50% { height: 47%; }
  100% { height: 28%; }
}
.bar:nth-child(60) { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); transform: rotate(180deg); }
.bar:nth-child(60):after { -webkit-animation: animation60 2s infinite linear alternate; -webkit-animation-delay: -6s; -moz-animation: animation60 2s infinite linear alternate; -moz-animation-delay: -6s; animation: animation60 2s infinite linear alternate; animation-delay: -6s; }
@-webkit-keyframes animation60 {
  0% { height: 31%; }
  50% { height: 53%; }
  100% { height: 24%; }
}
@-moz-keyframes animation60 {
  0% { height: 40%; }
  50% { height: 62%; }
  100% { height: 30%; }
}
@keyframes animation60 {
  0% { height: 30%; }
  50% { height: 49%; }
  100% { height: 12%; }
}
.bar:nth-child(61) { -webkit-transform: rotate(183deg); -moz-transform: rotate(183deg); transform: rotate(183deg); }
.bar:nth-child(61):after { -webkit-animation: animation61 2s infinite linear alternate; -webkit-animation-delay: -6.1s; -moz-animation: animation61 2s infinite linear alternate; -moz-animation-delay: -6.1s; animation: animation61 2s infinite linear alternate; animation-delay: -6.1s; }
@-webkit-keyframes animation61 {
  0% { height: 11%; }
  50% { height: 19%; }
  100% { height: 34%; }
}
@-moz-keyframes animation61 {
  0% { height: 11%; }
  50% { height: 37%; }
  100% { height: 16%; }
}
@keyframes animation61 {
  0% { height: 19%; }
  50% { height: 60%; }
  100% { height: 24%; }
}
.bar:nth-child(62) { -webkit-transform: rotate(186deg); -moz-transform: rotate(186deg); transform: rotate(186deg); }
.bar:nth-child(62):after { -webkit-animation: animation62 2s infinite linear alternate; -webkit-animation-delay: -6.2s; -moz-animation: animation62 2s infinite linear alternate; -moz-animation-delay: -6.2s; animation: animation62 2s infinite linear alternate; animation-delay: -6.2s; }
@-webkit-keyframes animation62 {
  0% { height: 40%; }
  50% { height: 24%; }
  100% { height: 36%; }
}
@-moz-keyframes animation62 {
  0% { height: 36%; }
  50% { height: 23%; }
  100% { height: 18%; }
}
@keyframes animation62 {
  0% { height: 37%; }
  50% { height: 43%; }
  100% { height: 13%; }
}
.bar:nth-child(63) { -webkit-transform: rotate(189deg); -moz-transform: rotate(189deg); transform: rotate(189deg); }
.bar:nth-child(63):after { -webkit-animation: animation63 2s infinite linear alternate; -webkit-animation-delay: -6.3s; -moz-animation: animation63 2s infinite linear alternate; -moz-animation-delay: -6.3s; animation: animation63 2s infinite linear alternate; animation-delay: -6.3s; }
@-webkit-keyframes animation63 {
  0% { height: 15%; }
  50% { height: 32%; }
  100% { height: 26%; }
}
@-moz-keyframes animation63 {
  0% { height: 40%; }
  50% { height: 53%; }
  100% { height: 32%; }
}
@keyframes animation63 {
  0% { height: 15%; }
  50% { height: 32%; }
  100% { height: 19%; }
}
.bar:nth-child(64) { -webkit-transform: rotate(192deg); -moz-transform: rotate(192deg); transform: rotate(192deg); }
.bar:nth-child(64):after { -webkit-animation: animation64 2s infinite linear alternate; -webkit-animation-delay: -6.4s; -moz-animation: animation64 2s infinite linear alternate; -moz-animation-delay: -6.4s; animation: animation64 2s infinite linear alternate; animation-delay: -6.4s; }
@-webkit-keyframes animation64 {
  0% { height: 23%; }
  50% { height: 67%; }
  100% { height: 12%; }
}
@-moz-keyframes animation64 {
  0% { height: 13%; }
  50% { height: 17%; }
  100% { height: 37%; }
}
@keyframes animation64 {
  0% { height: 21%; }
  50% { height: 21%; }
  100% { height: 35%; }
}
.bar:nth-child(65) { -webkit-transform: rotate(195deg); -moz-transform: rotate(195deg); transform: rotate(195deg); }
.bar:nth-child(65):after { -webkit-animation: animation65 2s infinite linear alternate; -webkit-animation-delay: -6.5s; -moz-animation: animation65 2s infinite linear alternate; -moz-animation-delay: -6.5s; animation: animation65 2s infinite linear alternate; animation-delay: -6.5s; }
@-webkit-keyframes animation65 {
  0% { height: 17%; }
  50% { height: 28%; }
  100% { height: 38%; }
}
@-moz-keyframes animation65 {
  0% { height: 37%; }
  50% { height: 67%; }
  100% { height: 21%; }
}
@keyframes animation65 {
  0% { height: 35%; }
  50% { height: 23%; }
  100% { height: 15%; }
}
.bar:nth-child(66) { -webkit-transform: rotate(198deg); -moz-transform: rotate(198deg); transform: rotate(198deg); }
.bar:nth-child(66):after { -webkit-animation: animation66 2s infinite linear alternate; -webkit-animation-delay: -6.6s; -moz-animation: animation66 2s infinite linear alternate; -moz-animation-delay: -6.6s; animation: animation66 2s infinite linear alternate; animation-delay: -6.6s; }
@-webkit-keyframes animation66 {
  0% { height: 32%; }
  50% { height: 69%; }
  100% { height: 17%; }
}
@-moz-keyframes animation66 {
  0% { height: 39%; }
  50% { height: 53%; }
  100% { height: 19%; }
}
@keyframes animation66 {
  0% { height: 25%; }
  50% { height: 31%; }
  100% { height: 38%; }
}
.bar:nth-child(67) { -webkit-transform: rotate(201deg); -moz-transform: rotate(201deg); transform: rotate(201deg); }
.bar:nth-child(67):after { -webkit-animation: animation67 2s infinite linear alternate; -webkit-animation-delay: -6.7s; -moz-animation: animation67 2s infinite linear alternate; -moz-animation-delay: -6.7s; animation: animation67 2s infinite linear alternate; animation-delay: -6.7s; }
@-webkit-keyframes animation67 {
  0% { height: 29%; }
  50% { height: 34%; }
  100% { height: 36%; }
}
@-moz-keyframes animation67 {
  0% { height: 13%; }
  50% { height: 46%; }
  100% { height: 31%; }
}
@keyframes animation67 {
  0% { height: 29%; }
  50% { height: 24%; }
  100% { height: 27%; }
}
.bar:nth-child(68) { -webkit-transform: rotate(204deg); -moz-transform: rotate(204deg); transform: rotate(204deg); }
.bar:nth-child(68):after { -webkit-animation: animation68 2s infinite linear alternate; -webkit-animation-delay: -6.8s; -moz-animation: animation68 2s infinite linear alternate; -moz-animation-delay: -6.8s; animation: animation68 2s infinite linear alternate; animation-delay: -6.8s; }
@-webkit-keyframes animation68 {
  0% { height: 17%; }
  50% { height: 50%; }
  100% { height: 33%; }
}
@-moz-keyframes animation68 {
  0% { height: 32%; }
  50% { height: 26%; }
  100% { height: 15%; }
}
@keyframes animation68 {
  0% { height: 17%; }
  50% { height: 45%; }
  100% { height: 34%; }
}
.bar:nth-child(69) { -webkit-transform: rotate(207deg); -moz-transform: rotate(207deg); transform: rotate(207deg); }
.bar:nth-child(69):after { -webkit-animation: animation69 2s infinite linear alternate; -webkit-animation-delay: -6.9s; -moz-animation: animation69 2s infinite linear alternate; -moz-animation-delay: -6.9s; animation: animation69 2s infinite linear alternate; animation-delay: -6.9s; }
@-webkit-keyframes animation69 {
  0% { height: 28%; }
  50% { height: 39%; }
  100% { height: 17%; }
}
@-moz-keyframes animation69 {
  0% { height: 29%; }
  50% { height: 11%; }
  100% { height: 32%; }
}
@keyframes animation69 {
  0% { height: 12%; }
  50% { height: 66%; }
  100% { height: 23%; }
}
.bar:nth-child(70) { -webkit-transform: rotate(210deg); -moz-transform: rotate(210deg); transform: rotate(210deg); }
.bar:nth-child(70):after { -webkit-animation: animation70 2s infinite linear alternate; -webkit-animation-delay: -7s; -moz-animation: animation70 2s infinite linear alternate; -moz-animation-delay: -7s; animation: animation70 2s infinite linear alternate; animation-delay: -7s; }
@-webkit-keyframes animation70 {
  0% { height: 32%; }
  50% { height: 59%; }
  100% { height: 15%; }
}
@-moz-keyframes animation70 {
  0% { height: 35%; }
  50% { height: 37%; }
  100% { height: 38%; }
}
@keyframes animation70 {
  0% { height: 12%; }
  50% { height: 15%; }
  100% { height: 34%; }
}
.bar:nth-child(71) { -webkit-transform: rotate(213deg); -moz-transform: rotate(213deg); transform: rotate(213deg); }
.bar:nth-child(71):after { -webkit-animation: animation71 2s infinite linear alternate; -webkit-animation-delay: -7.1s; -moz-animation: animation71 2s infinite linear alternate; -moz-animation-delay: -7.1s; animation: animation71 2s infinite linear alternate; animation-delay: -7.1s; }
@-webkit-keyframes animation71 {
  0% { height: 17%; }
  50% { height: 14%; }
  100% { height: 16%; }
}
@-moz-keyframes animation71 {
  0% { height: 16%; }
  50% { height: 38%; }
  100% { height: 27%; }
}
@keyframes animation71 {
  0% { height: 30%; }
  50% { height: 11%; }
  100% { height: 19%; }
}
.bar:nth-child(72) { -webkit-transform: rotate(216deg); -moz-transform: rotate(216deg); transform: rotate(216deg); }
.bar:nth-child(72):after { -webkit-animation: animation72 2s infinite linear alternate; -webkit-animation-delay: -7.2s; -moz-animation: animation72 2s infinite linear alternate; -moz-animation-delay: -7.2s; animation: animation72 2s infinite linear alternate; animation-delay: -7.2s; }
@-webkit-keyframes animation72 {
  0% { height: 23%; }
  50% { height: 65%; }
  100% { height: 18%; }
}
@-moz-keyframes animation72 {
  0% { height: 21%; }
  50% { height: 13%; }
  100% { height: 19%; }
}
@keyframes animation72 {
  0% { height: 40%; }
  50% { height: 59%; }
  100% { height: 34%; }
}
.bar:nth-child(73) { -webkit-transform: rotate(219deg); -moz-transform: rotate(219deg); transform: rotate(219deg); }
.bar:nth-child(73):after { -webkit-animation: animation73 2s infinite linear alternate; -webkit-animation-delay: -7.3s; -moz-animation: animation73 2s infinite linear alternate; -moz-animation-delay: -7.3s; animation: animation73 2s infinite linear alternate; animation-delay: -7.3s; }
@-webkit-keyframes animation73 {
  0% { height: 36%; }
  50% { height: 41%; }
  100% { height: 19%; }
}
@-moz-keyframes animation73 {
  0% { height: 16%; }
  50% { height: 21%; }
  100% { height: 25%; }
}
@keyframes animation73 {
  0% { height: 40%; }
  50% { height: 32%; }
  100% { height: 24%; }
}
.bar:nth-child(74) { -webkit-transform: rotate(222deg); -moz-transform: rotate(222deg); transform: rotate(222deg); }
.bar:nth-child(74):after { -webkit-animation: animation74 2s infinite linear alternate; -webkit-animation-delay: -7.4s; -moz-animation: animation74 2s infinite linear alternate; -moz-animation-delay: -7.4s; animation: animation74 2s infinite linear alternate; animation-delay: -7.4s; }
@-webkit-keyframes animation74 {
  0% { height: 20%; }
  50% { height: 59%; }
  100% { height: 26%; }
}
@-moz-keyframes animation74 {
  0% { height: 32%; }
  50% { height: 21%; }
  100% { height: 35%; }
}
@keyframes animation74 {
  0% { height: 15%; }
  50% { height: 21%; }
  100% { height: 14%; }
}
.bar:nth-child(75) { -webkit-transform: rotate(225deg); -moz-transform: rotate(225deg); transform: rotate(225deg); }
.bar:nth-child(75):after { -webkit-animation: animation75 2s infinite linear alternate; -webkit-animation-delay: -7.5s; -moz-animation: animation75 2s infinite linear alternate; -moz-animation-delay: -7.5s; animation: animation75 2s infinite linear alternate; animation-delay: -7.5s; }
@-webkit-keyframes animation75 {
  0% { height: 20%; }
  50% { height: 14%; }
  100% { height: 29%; }
}
@-moz-keyframes animation75 {
  0% { height: 32%; }
  50% { height: 21%; }
  100% { height: 33%; }
}
@keyframes animation75 {
  0% { height: 40%; }
  50% { height: 41%; }
  100% { height: 25%; }
}
.bar:nth-child(76) { -webkit-transform: rotate(228deg); -moz-transform: rotate(228deg); transform: rotate(228deg); }
.bar:nth-child(76):after { -webkit-animation: animation76 2s infinite linear alternate; -webkit-animation-delay: -7.6s; -moz-animation: animation76 2s infinite linear alternate; -moz-animation-delay: -7.6s; animation: animation76 2s infinite linear alternate; animation-delay: -7.6s; }
@-webkit-keyframes animation76 {
  0% { height: 17%; }
  50% { height: 67%; }
  100% { height: 20%; }
}
@-moz-keyframes animation76 {
  0% { height: 30%; }
  50% { height: 38%; }
  100% { height: 23%; }
}
@keyframes animation76 {
  0% { height: 29%; }
  50% { height: 36%; }
  100% { height: 21%; }
}
.bar:nth-child(77) { -webkit-transform: rotate(231deg); -moz-transform: rotate(231deg); transform: rotate(231deg); }
.bar:nth-child(77):after { -webkit-animation: animation77 2s infinite linear alternate; -webkit-animation-delay: -7.7s; -moz-animation: animation77 2s infinite linear alternate; -moz-animation-delay: -7.7s; animation: animation77 2s infinite linear alternate; animation-delay: -7.7s; }
@-webkit-keyframes animation77 {
  0% { height: 32%; }
  50% { height: 50%; }
  100% { height: 30%; }
}
@-moz-keyframes animation77 {
  0% { height: 29%; }
  50% { height: 17%; }
  100% { height: 27%; }
}
@keyframes animation77 {
  0% { height: 17%; }
  50% { height: 43%; }
  100% { height: 14%; }
}
.bar:nth-child(78) { -webkit-transform: rotate(234deg); -moz-transform: rotate(234deg); transform: rotate(234deg); }
.bar:nth-child(78):after { -webkit-animation: animation78 2s infinite linear alternate; -webkit-animation-delay: -7.8s; -moz-animation: animation78 2s infinite linear alternate; -moz-animation-delay: -7.8s; animation: animation78 2s infinite linear alternate; animation-delay: -7.8s; }
@-webkit-keyframes animation78 {
  0% { height: 29%; }
  50% { height: 51%; }
  100% { height: 12%; }
}
@-moz-keyframes animation78 {
  0% { height: 22%; }
  50% { height: 67%; }
  100% { height: 40%; }
}
@keyframes animation78 {
  0% { height: 33%; }
  50% { height: 44%; }
  100% { height: 20%; }
}
.bar:nth-child(79) { -webkit-transform: rotate(237deg); -moz-transform: rotate(237deg); transform: rotate(237deg); }
.bar:nth-child(79):after { -webkit-animation: animation79 2s infinite linear alternate; -webkit-animation-delay: -7.9s; -moz-animation: animation79 2s infinite linear alternate; -moz-animation-delay: -7.9s; animation: animation79 2s infinite linear alternate; animation-delay: -7.9s; }
@-webkit-keyframes animation79 {
  0% { height: 18%; }
  50% { height: 58%; }
  100% { height: 34%; }
}
@-moz-keyframes animation79 {
  0% { height: 26%; }
  50% { height: 56%; }
  100% { height: 39%; }
}
@keyframes animation79 {
  0% { height: 12%; }
  50% { height: 60%; }
  100% { height: 20%; }
}
.bar:nth-child(80) { -webkit-transform: rotate(240deg); -moz-transform: rotate(240deg); transform: rotate(240deg); }
.bar:nth-child(80):after { -webkit-animation: animation80 2s infinite linear alternate; -webkit-animation-delay: -8s; -moz-animation: animation80 2s infinite linear alternate; -moz-animation-delay: -8s; animation: animation80 2s infinite linear alternate; animation-delay: -8s; }
@-webkit-keyframes animation80 {
  0% { height: 27%; }
  50% { height: 47%; }
  100% { height: 31%; }
}
@-moz-keyframes animation80 {
  0% { height: 16%; }
  50% { height: 38%; }
  100% { height: 19%; }
}
@keyframes animation80 {
  0% { height: 29%; }
  50% { height: 37%; }
  100% { height: 20%; }
}
.bar:nth-child(81) { -webkit-transform: rotate(243deg); -moz-transform: rotate(243deg); transform: rotate(243deg); }
.bar:nth-child(81):after { -webkit-animation: animation81 2s infinite linear alternate; -webkit-animation-delay: -8.1s; -moz-animation: animation81 2s infinite linear alternate; -moz-animation-delay: -8.1s; animation: animation81 2s infinite linear alternate; animation-delay: -8.1s; }
@-webkit-keyframes animation81 {
  0% { height: 12%; }
  50% { height: 19%; }
  100% { height: 11%; }
}
@-moz-keyframes animation81 {
  0% { height: 15%; }
  50% { height: 33%; }
  100% { height: 33%; }
}
@keyframes animation81 {
  0% { height: 11%; }
  50% { height: 69%; }
  100% { height: 16%; }
}
.bar:nth-child(82) { -webkit-transform: rotate(246deg); -moz-transform: rotate(246deg); transform: rotate(246deg); }
.bar:nth-child(82):after { -webkit-animation: animation82 2s infinite linear alternate; -webkit-animation-delay: -8.2s; -moz-animation: animation82 2s infinite linear alternate; -moz-animation-delay: -8.2s; animation: animation82 2s infinite linear alternate; animation-delay: -8.2s; }
@-webkit-keyframes animation82 {
  0% { height: 13%; }
  50% { height: 35%; }
  100% { height: 34%; }
}
@-moz-keyframes animation82 {
  0% { height: 27%; }
  50% { height: 35%; }
  100% { height: 16%; }
}
@keyframes animation82 {
  0% { height: 13%; }
  50% { height: 32%; }
  100% { height: 13%; }
}
.bar:nth-child(83) { -webkit-transform: rotate(249deg); -moz-transform: rotate(249deg); transform: rotate(249deg); }
.bar:nth-child(83):after { -webkit-animation: animation83 2s infinite linear alternate; -webkit-animation-delay: -8.3s; -moz-animation: animation83 2s infinite linear alternate; -moz-animation-delay: -8.3s; animation: animation83 2s infinite linear alternate; animation-delay: -8.3s; }
@-webkit-keyframes animation83 {
  0% { height: 34%; }
  50% { height: 53%; }
  100% { height: 37%; }
}
@-moz-keyframes animation83 {
  0% { height: 29%; }
  50% { height: 57%; }
  100% { height: 39%; }
}
@keyframes animation83 {
  0% { height: 38%; }
  50% { height: 32%; }
  100% { height: 38%; }
}
.bar:nth-child(84) { -webkit-transform: rotate(252deg); -moz-transform: rotate(252deg); transform: rotate(252deg); }
.bar:nth-child(84):after { -webkit-animation: animation84 2s infinite linear alternate; -webkit-animation-delay: -8.4s; -moz-animation: animation84 2s infinite linear alternate; -moz-animation-delay: -8.4s; animation: animation84 2s infinite linear alternate; animation-delay: -8.4s; }
@-webkit-keyframes animation84 {
  0% { height: 32%; }
  50% { height: 23%; }
  100% { height: 35%; }
}
@-moz-keyframes animation84 {
  0% { height: 37%; }
  50% { height: 60%; }
  100% { height: 35%; }
}
@keyframes animation84 {
  0% { height: 28%; }
  50% { height: 55%; }
  100% { height: 24%; }
}
.bar:nth-child(85) { -webkit-transform: rotate(255deg); -moz-transform: rotate(255deg); transform: rotate(255deg); }
.bar:nth-child(85):after { -webkit-animation: animation85 2s infinite linear alternate; -webkit-animation-delay: -8.5s; -moz-animation: animation85 2s infinite linear alternate; -moz-animation-delay: -8.5s; animation: animation85 2s infinite linear alternate; animation-delay: -8.5s; }
@-webkit-keyframes animation85 {
  0% { height: 24%; }
  50% { height: 39%; }
  100% { height: 38%; }
}
@-moz-keyframes animation85 {
  0% { height: 27%; }
  50% { height: 52%; }
  100% { height: 32%; }
}
@keyframes animation85 {
  0% { height: 33%; }
  50% { height: 67%; }
  100% { height: 17%; }
}
.bar:nth-child(86) { -webkit-transform: rotate(258deg); -moz-transform: rotate(258deg); transform: rotate(258deg); }
.bar:nth-child(86):after { -webkit-animation: animation86 2s infinite linear alternate; -webkit-animation-delay: -8.6s; -moz-animation: animation86 2s infinite linear alternate; -moz-animation-delay: -8.6s; animation: animation86 2s infinite linear alternate; animation-delay: -8.6s; }
@-webkit-keyframes animation86 {
  0% { height: 31%; }
  50% { height: 18%; }
  100% { height: 15%; }
}
@-moz-keyframes animation86 {
  0% { height: 20%; }
  50% { height: 37%; }
  100% { height: 29%; }
}
@keyframes animation86 {
  0% { height: 28%; }
  50% { height: 43%; }
  100% { height: 28%; }
}
.bar:nth-child(87) { -webkit-transform: rotate(261deg); -moz-transform: rotate(261deg); transform: rotate(261deg); }
.bar:nth-child(87):after { -webkit-animation: animation87 2s infinite linear alternate; -webkit-animation-delay: -8.7s; -moz-animation: animation87 2s infinite linear alternate; -moz-animation-delay: -8.7s; animation: animation87 2s infinite linear alternate; animation-delay: -8.7s; }
@-webkit-keyframes animation87 {
  0% { height: 19%; }
  50% { height: 31%; }
  100% { height: 24%; }
}
@-moz-keyframes animation87 {
  0% { height: 24%; }
  50% { height: 45%; }
  100% { height: 39%; }
}
@keyframes animation87 {
  0% { height: 21%; }
  50% { height: 26%; }
  100% { height: 35%; }
}
.bar:nth-child(88) { -webkit-transform: rotate(264deg); -moz-transform: rotate(264deg); transform: rotate(264deg); }
.bar:nth-child(88):after { -webkit-animation: animation88 2s infinite linear alternate; -webkit-animation-delay: -8.8s; -moz-animation: animation88 2s infinite linear alternate; -moz-animation-delay: -8.8s; animation: animation88 2s infinite linear alternate; animation-delay: -8.8s; }
@-webkit-keyframes animation88 {
  0% { height: 22%; }
  50% { height: 20%; }
  100% { height: 21%; }
}
@-moz-keyframes animation88 {
  0% { height: 36%; }
  50% { height: 47%; }
  100% { height: 27%; }
}
@keyframes animation88 {
  0% { height: 35%; }
  50% { height: 13%; }
  100% { height: 22%; }
}
.bar:nth-child(89) { -webkit-transform: rotate(267deg); -moz-transform: rotate(267deg); transform: rotate(267deg); }
.bar:nth-child(89):after { -webkit-animation: animation89 2s infinite linear alternate; -webkit-animation-delay: -8.9s; -moz-animation: animation89 2s infinite linear alternate; -moz-animation-delay: -8.9s; animation: animation89 2s infinite linear alternate; animation-delay: -8.9s; }
@-webkit-keyframes animation89 {
  0% { height: 38%; }
  50% { height: 66%; }
  100% { height: 38%; }
}
@-moz-keyframes animation89 {
  0% { height: 35%; }
  50% { height: 69%; }
  100% { height: 22%; }
}
@keyframes animation89 {
  0% { height: 39%; }
  50% { height: 23%; }
  100% { height: 26%; }
}
.bar:nth-child(90) { -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); transform: rotate(270deg); }
.bar:nth-child(90):after { -webkit-animation: animation90 2s infinite linear alternate; -webkit-animation-delay: -9s; -moz-animation: animation90 2s infinite linear alternate; -moz-animation-delay: -9s; animation: animation90 2s infinite linear alternate; animation-delay: -9s; }
@-webkit-keyframes animation90 {
  0% { height: 36%; }
  50% { height: 36%; }
  100% { height: 21%; }
}
@-moz-keyframes animation90 {
  0% { height: 29%; }
  50% { height: 66%; }
  100% { height: 34%; }
}
@keyframes animation90 {
  0% { height: 28%; }
  50% { height: 56%; }
  100% { height: 26%; }
}
.bar:nth-child(91) { -webkit-transform: rotate(273deg); -moz-transform: rotate(273deg); transform: rotate(273deg); }
.bar:nth-child(91):after { -webkit-animation: animation91 2s infinite linear alternate; -webkit-animation-delay: -9.1s; -moz-animation: animation91 2s infinite linear alternate; -moz-animation-delay: -9.1s; animation: animation91 2s infinite linear alternate; animation-delay: -9.1s; }
@-webkit-keyframes animation91 {
  0% { height: 31%; }
  50% { height: 42%; }
  100% { height: 38%; }
}
@-moz-keyframes animation91 {
  0% { height: 15%; }
  50% { height: 70%; }
  100% { height: 12%; }
}
@keyframes animation91 {
  0% { height: 36%; }
  50% { height: 64%; }
  100% { height: 22%; }
}
.bar:nth-child(92) { -webkit-transform: rotate(276deg); -moz-transform: rotate(276deg); transform: rotate(276deg); }
.bar:nth-child(92):after { -webkit-animation: animation92 2s infinite linear alternate; -webkit-animation-delay: -9.2s; -moz-animation: animation92 2s infinite linear alternate; -moz-animation-delay: -9.2s; animation: animation92 2s infinite linear alternate; animation-delay: -9.2s; }
@-webkit-keyframes animation92 {
  0% { height: 16%; }
  50% { height: 27%; }
  100% { height: 37%; }
}
@-moz-keyframes animation92 {
  0% { height: 23%; }
  50% { height: 33%; }
  100% { height: 14%; }
}
@keyframes animation92 {
  0% { height: 31%; }
  50% { height: 70%; }
  100% { height: 37%; }
}
.bar:nth-child(93) { -webkit-transform: rotate(279deg); -moz-transform: rotate(279deg); transform: rotate(279deg); }
.bar:nth-child(93):after { -webkit-animation: animation93 2s infinite linear alternate; -webkit-animation-delay: -9.3s; -moz-animation: animation93 2s infinite linear alternate; -moz-animation-delay: -9.3s; animation: animation93 2s infinite linear alternate; animation-delay: -9.3s; }
@-webkit-keyframes animation93 {
  0% { height: 19%; }
  50% { height: 41%; }
  100% { height: 26%; }
}
@-moz-keyframes animation93 {
  0% { height: 26%; }
  50% { height: 62%; }
  100% { height: 29%; }
}
@keyframes animation93 {
  0% { height: 14%; }
  50% { height: 40%; }
  100% { height: 39%; }
}
.bar:nth-child(94) { -webkit-transform: rotate(282deg); -moz-transform: rotate(282deg); transform: rotate(282deg); }
.bar:nth-child(94):after { -webkit-animation: animation94 2s infinite linear alternate; -webkit-animation-delay: -9.4s; -moz-animation: animation94 2s infinite linear alternate; -moz-animation-delay: -9.4s; animation: animation94 2s infinite linear alternate; animation-delay: -9.4s; }
@-webkit-keyframes animation94 {
  0% { height: 31%; }
  50% { height: 22%; }
  100% { height: 29%; }
}
@-moz-keyframes animation94 {
  0% { height: 24%; }
  50% { height: 27%; }
  100% { height: 22%; }
}
@keyframes animation94 {
  0% { height: 18%; }
  50% { height: 56%; }
  100% { height: 36%; }
}
.bar:nth-child(95) { -webkit-transform: rotate(285deg); -moz-transform: rotate(285deg); transform: rotate(285deg); }
.bar:nth-child(95):after { -webkit-animation: animation95 2s infinite linear alternate; -webkit-animation-delay: -9.5s; -moz-animation: animation95 2s infinite linear alternate; -moz-animation-delay: -9.5s; animation: animation95 2s infinite linear alternate; animation-delay: -9.5s; }
@-webkit-keyframes animation95 {
  0% { height: 14%; }
  50% { height: 69%; }
  100% { height: 40%; }
}
@-moz-keyframes animation95 {
  0% { height: 15%; }
  50% { height: 45%; }
  100% { height: 30%; }
}
@keyframes animation95 {
  0% { height: 34%; }
  50% { height: 53%; }
  100% { height: 23%; }
}
.bar:nth-child(96) { -webkit-transform: rotate(288deg); -moz-transform: rotate(288deg); transform: rotate(288deg); }
.bar:nth-child(96):after { -webkit-animation: animation96 2s infinite linear alternate; -webkit-animation-delay: -9.6s; -moz-animation: animation96 2s infinite linear alternate; -moz-animation-delay: -9.6s; animation: animation96 2s infinite linear alternate; animation-delay: -9.6s; }
@-webkit-keyframes animation96 {
  0% { height: 27%; }
  50% { height: 63%; }
  100% { height: 12%; }
}
@-moz-keyframes animation96 {
  0% { height: 36%; }
  50% { height: 13%; }
  100% { height: 31%; }
}
@keyframes animation96 {
  0% { height: 40%; }
  50% { height: 42%; }
  100% { height: 34%; }
}
.bar:nth-child(97) { -webkit-transform: rotate(291deg); -moz-transform: rotate(291deg); transform: rotate(291deg); }
.bar:nth-child(97):after { -webkit-animation: animation97 2s infinite linear alternate; -webkit-animation-delay: -9.7s; -moz-animation: animation97 2s infinite linear alternate; -moz-animation-delay: -9.7s; animation: animation97 2s infinite linear alternate; animation-delay: -9.7s; }
@-webkit-keyframes animation97 {
  0% { height: 27%; }
  50% { height: 28%; }
  100% { height: 35%; }
}
@-moz-keyframes animation97 {
  0% { height: 29%; }
  50% { height: 28%; }
  100% { height: 32%; }
}
@keyframes animation97 {
  0% { height: 40%; }
  50% { height: 45%; }
  100% { height: 35%; }
}
.bar:nth-child(98) { -webkit-transform: rotate(294deg); -moz-transform: rotate(294deg); transform: rotate(294deg); }
.bar:nth-child(98):after { -webkit-animation: animation98 2s infinite linear alternate; -webkit-animation-delay: -9.8s; -moz-animation: animation98 2s infinite linear alternate; -moz-animation-delay: -9.8s; animation: animation98 2s infinite linear alternate; animation-delay: -9.8s; }
@-webkit-keyframes animation98 {
  0% { height: 26%; }
  50% { height: 15%; }
  100% { height: 20%; }
}
@-moz-keyframes animation98 {
  0% { height: 14%; }
  50% { height: 32%; }
  100% { height: 40%; }
}
@keyframes animation98 {
  0% { height: 28%; }
  50% { height: 60%; }
  100% { height: 38%; }
}
.bar:nth-child(99) { -webkit-transform: rotate(297deg); -moz-transform: rotate(297deg); transform: rotate(297deg); }
.bar:nth-child(99):after { -webkit-animation: animation99 2s infinite linear alternate; -webkit-animation-delay: -9.9s; -moz-animation: animation99 2s infinite linear alternate; -moz-animation-delay: -9.9s; animation: animation99 2s infinite linear alternate; animation-delay: -9.9s; }
@-webkit-keyframes animation99 {
  0% { height: 25%; }
  50% { height: 33%; }
  100% { height: 30%; }
}
@-moz-keyframes animation99 {
  0% { height: 25%; }
  50% { height: 14%; }
  100% { height: 15%; }
}
@keyframes animation99 {
  0% { height: 32%; }
  50% { height: 50%; }
  100% { height: 13%; }
}
.bar:nth-child(100) { -webkit-transform: rotate(300deg); -moz-transform: rotate(300deg); transform: rotate(300deg); }
.bar:nth-child(100):after { -webkit-animation: animation100 2s infinite linear alternate; -webkit-animation-delay: -10s; -moz-animation: animation100 2s infinite linear alternate; -moz-animation-delay: -10s; animation: animation100 2s infinite linear alternate; animation-delay: -10s; }
@-webkit-keyframes animation100 {
  0% { height: 34%; }
  50% { height: 13%; }
  100% { height: 18%; }
}
@-moz-keyframes animation100 {
  0% { height: 14%; }
  50% { height: 25%; }
  100% { height: 36%; }
}
@keyframes animation100 {
  0% { height: 40%; }
  50% { height: 69%; }
  100% { height: 29%; }
}
.bar:nth-child(101) { -webkit-transform: rotate(303deg); -moz-transform: rotate(303deg); transform: rotate(303deg); }
.bar:nth-child(101):after { -webkit-animation: animation101 2s infinite linear alternate; -webkit-animation-delay: -10.1s; -moz-animation: animation101 2s infinite linear alternate; -moz-animation-delay: -10.1s; animation: animation101 2s infinite linear alternate; animation-delay: -10.1s; }
@-webkit-keyframes animation101 {
  0% { height: 38%; }
  50% { height: 51%; }
  100% { height: 11%; }
}
@-moz-keyframes animation101 {
  0% { height: 31%; }
  50% { height: 62%; }
  100% { height: 14%; }
}
@keyframes animation101 {
  0% { height: 31%; }
  50% { height: 28%; }
  100% { height: 38%; }
}
.bar:nth-child(102) { -webkit-transform: rotate(306deg); -moz-transform: rotate(306deg); transform: rotate(306deg); }
.bar:nth-child(102):after { -webkit-animation: animation102 2s infinite linear alternate; -webkit-animation-delay: -10.2s; -moz-animation: animation102 2s infinite linear alternate; -moz-animation-delay: -10.2s; animation: animation102 2s infinite linear alternate; animation-delay: -10.2s; }
@-webkit-keyframes animation102 {
  0% { height: 15%; }
  50% { height: 34%; }
  100% { height: 32%; }
}
@-moz-keyframes animation102 {
  0% { height: 15%; }
  50% { height: 61%; }
  100% { height: 27%; }
}
@keyframes animation102 {
  0% { height: 21%; }
  50% { height: 54%; }
  100% { height: 37%; }
}
.bar:nth-child(103) { -webkit-transform: rotate(309deg); -moz-transform: rotate(309deg); transform: rotate(309deg); }
.bar:nth-child(103):after { -webkit-animation: animation103 2s infinite linear alternate; -webkit-animation-delay: -10.3s; -moz-animation: animation103 2s infinite linear alternate; -moz-animation-delay: -10.3s; animation: animation103 2s infinite linear alternate; animation-delay: -10.3s; }
@-webkit-keyframes animation103 {
  0% { height: 16%; }
  50% { height: 22%; }
  100% { height: 33%; }
}
@-moz-keyframes animation103 {
  0% { height: 20%; }
  50% { height: 54%; }
  100% { height: 11%; }
}
@keyframes animation103 {
  0% { height: 28%; }
  50% { height: 68%; }
  100% { height: 15%; }
}
.bar:nth-child(104) { -webkit-transform: rotate(312deg); -moz-transform: rotate(312deg); transform: rotate(312deg); }
.bar:nth-child(104):after { -webkit-animation: animation104 2s infinite linear alternate; -webkit-animation-delay: -10.4s; -moz-animation: animation104 2s infinite linear alternate; -moz-animation-delay: -10.4s; animation: animation104 2s infinite linear alternate; animation-delay: -10.4s; }
@-webkit-keyframes animation104 {
  0% { height: 35%; }
  50% { height: 60%; }
  100% { height: 24%; }
}
@-moz-keyframes animation104 {
  0% { height: 38%; }
  50% { height: 24%; }
  100% { height: 39%; }
}
@keyframes animation104 {
  0% { height: 15%; }
  50% { height: 70%; }
  100% { height: 40%; }
}
.bar:nth-child(105) { -webkit-transform: rotate(315deg); -moz-transform: rotate(315deg); transform: rotate(315deg); }
.bar:nth-child(105):after { -webkit-animation: animation105 2s infinite linear alternate; -webkit-animation-delay: -10.5s; -moz-animation: animation105 2s infinite linear alternate; -moz-animation-delay: -10.5s; animation: animation105 2s infinite linear alternate; animation-delay: -10.5s; }
@-webkit-keyframes animation105 {
  0% { height: 31%; }
  50% { height: 22%; }
  100% { height: 33%; }
}
@-moz-keyframes animation105 {
  0% { height: 35%; }
  50% { height: 15%; }
  100% { height: 18%; }
}
@keyframes animation105 {
  0% { height: 25%; }
  50% { height: 11%; }
  100% { height: 16%; }
}
.bar:nth-child(106) { -webkit-transform: rotate(318deg); -moz-transform: rotate(318deg); transform: rotate(318deg); }
.bar:nth-child(106):after { -webkit-animation: animation106 2s infinite linear alternate; -webkit-animation-delay: -10.6s; -moz-animation: animation106 2s infinite linear alternate; -moz-animation-delay: -10.6s; animation: animation106 2s infinite linear alternate; animation-delay: -10.6s; }
@-webkit-keyframes animation106 {
  0% { height: 13%; }
  50% { height: 23%; }
  100% { height: 35%; }
}
@-moz-keyframes animation106 {
  0% { height: 40%; }
  50% { height: 48%; }
  100% { height: 16%; }
}
@keyframes animation106 {
  0% { height: 23%; }
  50% { height: 41%; }
  100% { height: 34%; }
}
.bar:nth-child(107) { -webkit-transform: rotate(321deg); -moz-transform: rotate(321deg); transform: rotate(321deg); }
.bar:nth-child(107):after { -webkit-animation: animation107 2s infinite linear alternate; -webkit-animation-delay: -10.7s; -moz-animation: animation107 2s infinite linear alternate; -moz-animation-delay: -10.7s; animation: animation107 2s infinite linear alternate; animation-delay: -10.7s; }
@-webkit-keyframes animation107 {
  0% { height: 18%; }
  50% { height: 17%; }
  100% { height: 25%; }
}
@-moz-keyframes animation107 {
  0% { height: 15%; }
  50% { height: 13%; }
  100% { height: 21%; }
}
@keyframes animation107 {
  0% { height: 35%; }
  50% { height: 57%; }
  100% { height: 24%; }
}
.bar:nth-child(108) { -webkit-transform: rotate(324deg); -moz-transform: rotate(324deg); transform: rotate(324deg); }
.bar:nth-child(108):after { -webkit-animation: animation108 2s infinite linear alternate; -webkit-animation-delay: -10.8s; -moz-animation: animation108 2s infinite linear alternate; -moz-animation-delay: -10.8s; animation: animation108 2s infinite linear alternate; animation-delay: -10.8s; }
@-webkit-keyframes animation108 {
  0% { height: 31%; }
  50% { height: 39%; }
  100% { height: 31%; }
}
@-moz-keyframes animation108 {
  0% { height: 11%; }
  50% { height: 15%; }
  100% { height: 23%; }
}
@keyframes animation108 {
  0% { height: 29%; }
  50% { height: 61%; }
  100% { height: 14%; }
}
.bar:nth-child(109) { -webkit-transform: rotate(327deg); -moz-transform: rotate(327deg); transform: rotate(327deg); }
.bar:nth-child(109):after { -webkit-animation: animation109 2s infinite linear alternate; -webkit-animation-delay: -10.9s; -moz-animation: animation109 2s infinite linear alternate; -moz-animation-delay: -10.9s; animation: animation109 2s infinite linear alternate; animation-delay: -10.9s; }
@-webkit-keyframes animation109 {
  0% { height: 15%; }
  50% { height: 52%; }
  100% { height: 15%; }
}
@-moz-keyframes animation109 {
  0% { height: 29%; }
  50% { height: 66%; }
  100% { height: 13%; }
}
@keyframes animation109 {
  0% { height: 35%; }
  50% { height: 51%; }
  100% { height: 23%; }
}
.bar:nth-child(110) { -webkit-transform: rotate(330deg); -moz-transform: rotate(330deg); transform: rotate(330deg); }
.bar:nth-child(110):after { -webkit-animation: animation110 2s infinite linear alternate; -webkit-animation-delay: -11s; -moz-animation: animation110 2s infinite linear alternate; -moz-animation-delay: -11s; animation: animation110 2s infinite linear alternate; animation-delay: -11s; }
@-webkit-keyframes animation110 {
  0% { height: 11%; }
  50% { height: 56%; }
  100% { height: 35%; }
}
@-moz-keyframes animation110 {
  0% { height: 25%; }
  50% { height: 67%; }
  100% { height: 13%; }
}
@keyframes animation110 {
  0% { height: 31%; }
  50% { height: 56%; }
  100% { height: 35%; }
}
.bar:nth-child(111) { -webkit-transform: rotate(333deg); -moz-transform: rotate(333deg); transform: rotate(333deg); }
.bar:nth-child(111):after { -webkit-animation: animation111 2s infinite linear alternate; -webkit-animation-delay: -11.1s; -moz-animation: animation111 2s infinite linear alternate; -moz-animation-delay: -11.1s; animation: animation111 2s infinite linear alternate; animation-delay: -11.1s; }
@-webkit-keyframes animation111 {
  0% { height: 35%; }
  50% { height: 42%; }
  100% { height: 33%; }
}
@-moz-keyframes animation111 {
  0% { height: 18%; }
  50% { height: 53%; }
  100% { height: 39%; }
}
@keyframes animation111 {
  0% { height: 25%; }
  50% { height: 48%; }
  100% { height: 28%; }
}
.bar:nth-child(112) { -webkit-transform: rotate(336deg); -moz-transform: rotate(336deg); transform: rotate(336deg); }
.bar:nth-child(112):after { -webkit-animation: animation112 2s infinite linear alternate; -webkit-animation-delay: -11.2s; -moz-animation: animation112 2s infinite linear alternate; -moz-animation-delay: -11.2s; animation: animation112 2s infinite linear alternate; animation-delay: -11.2s; }
@-webkit-keyframes animation112 {
  0% { height: 14%; }
  50% { height: 47%; }
  100% { height: 18%; }
}
@-moz-keyframes animation112 {
  0% { height: 25%; }
  50% { height: 18%; }
  100% { height: 33%; }
}
@keyframes animation112 {
  0% { height: 25%; }
  50% { height: 38%; }
  100% { height: 18%; }
}
.bar:nth-child(113) { -webkit-transform: rotate(339deg); -moz-transform: rotate(339deg); transform: rotate(339deg); }
.bar:nth-child(113):after { -webkit-animation: animation113 2s infinite linear alternate; -webkit-animation-delay: -11.3s; -moz-animation: animation113 2s infinite linear alternate; -moz-animation-delay: -11.3s; animation: animation113 2s infinite linear alternate; animation-delay: -11.3s; }
@-webkit-keyframes animation113 {
  0% { height: 34%; }
  50% { height: 48%; }
  100% { height: 22%; }
}
@-moz-keyframes animation113 {
  0% { height: 19%; }
  50% { height: 30%; }
  100% { height: 19%; }
}
@keyframes animation113 {
  0% { height: 25%; }
  50% { height: 49%; }
  100% { height: 36%; }
}
.bar:nth-child(114) { -webkit-transform: rotate(342deg); -moz-transform: rotate(342deg); transform: rotate(342deg); }
.bar:nth-child(114):after { -webkit-animation: animation114 2s infinite linear alternate; -webkit-animation-delay: -11.4s; -moz-animation: animation114 2s infinite linear alternate; -moz-animation-delay: -11.4s; animation: animation114 2s infinite linear alternate; animation-delay: -11.4s; }
@-webkit-keyframes animation114 {
  0% { height: 13%; }
  50% { height: 67%; }
  100% { height: 21%; }
}
@-moz-keyframes animation114 {
  0% { height: 25%; }
  50% { height: 37%; }
  100% { height: 21%; }
}
@keyframes animation114 {
  0% { height: 27%; }
  50% { height: 15%; }
  100% { height: 15%; }
}
.bar:nth-child(115) { -webkit-transform: rotate(345deg); -moz-transform: rotate(345deg); transform: rotate(345deg); }
.bar:nth-child(115):after { -webkit-animation: animation115 2s infinite linear alternate; -webkit-animation-delay: -11.5s; -moz-animation: animation115 2s infinite linear alternate; -moz-animation-delay: -11.5s; animation: animation115 2s infinite linear alternate; animation-delay: -11.5s; }
@-webkit-keyframes animation115 {
  0% { height: 17%; }
  50% { height: 15%; }
  100% { height: 27%; }
}
@-moz-keyframes animation115 {
  0% { height: 22%; }
  50% { height: 60%; }
  100% { height: 23%; }
}
@keyframes animation115 {
  0% { height: 29%; }
  50% { height: 15%; }
  100% { height: 32%; }
}
.bar:nth-child(116) { -webkit-transform: rotate(348deg); -moz-transform: rotate(348deg); transform: rotate(348deg); }
.bar:nth-child(116):after { -webkit-animation: animation116 2s infinite linear alternate; -webkit-animation-delay: -11.6s; -moz-animation: animation116 2s infinite linear alternate; -moz-animation-delay: -11.6s; animation: animation116 2s infinite linear alternate; animation-delay: -11.6s; }
@-webkit-keyframes animation116 {
  0% { height: 29%; }
  50% { height: 32%; }
  100% { height: 34%; }
}
@-moz-keyframes animation116 {
  0% { height: 24%; }
  50% { height: 27%; }
  100% { height: 33%; }
}
@keyframes animation116 {
  0% { height: 40%; }
  50% { height: 28%; }
  100% { height: 14%; }
}
.bar:nth-child(117) { -webkit-transform: rotate(351deg); -moz-transform: rotate(351deg); transform: rotate(351deg); }
.bar:nth-child(117):after { -webkit-animation: animation117 2s infinite linear alternate; -webkit-animation-delay: -11.7s; -moz-animation: animation117 2s infinite linear alternate; -moz-animation-delay: -11.7s; animation: animation117 2s infinite linear alternate; animation-delay: -11.7s; }
@-webkit-keyframes animation117 {
  0% { height: 20%; }
  50% { height: 48%; }
  100% { height: 38%; }
}
@-moz-keyframes animation117 {
  0% { height: 24%; }
  50% { height: 33%; }
  100% { height: 40%; }
}
@keyframes animation117 {
  0% { height: 25%; }
  50% { height: 24%; }
  100% { height: 27%; }
}
.bar:nth-child(118) { -webkit-transform: rotate(354deg); -moz-transform: rotate(354deg); transform: rotate(354deg); }
.bar:nth-child(118):after { -webkit-animation: animation118 2s infinite linear alternate; -webkit-animation-delay: -11.8s; -moz-animation: animation118 2s infinite linear alternate; -moz-animation-delay: -11.8s; animation: animation118 2s infinite linear alternate; animation-delay: -11.8s; }
@-webkit-keyframes animation118 {
  0% { height: 20%; }
  50% { height: 57%; }
  100% { height: 29%; }
}
@-moz-keyframes animation118 {
  0% { height: 36%; }
  50% { height: 57%; }
  100% { height: 32%; }
}
@keyframes animation118 {
  0% { height: 16%; }
  50% { height: 37%; }
  100% { height: 11%; }
}
.bar:nth-child(119) { -webkit-transform: rotate(357deg); -moz-transform: rotate(357deg); transform: rotate(357deg); }
.bar:nth-child(119):after { -webkit-animation: animation119 2s infinite linear alternate; -webkit-animation-delay: -11.9s; -moz-animation: animation119 2s infinite linear alternate; -moz-animation-delay: -11.9s; animation: animation119 2s infinite linear alternate; animation-delay: -11.9s; }
@-webkit-keyframes animation119 {
  0% { height: 18%; }
  50% { height: 33%; }
  100% { height: 29%; }
}
@-moz-keyframes animation119 {
  0% { height: 31%; }
  50% { height: 13%; }
  100% { height: 31%; }
}
@keyframes animation119 {
  0% { height: 26%; }
  50% { height: 24%; }
  100% { height: 39%; }
}
.bar:nth-child(120) { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg); }
.bar:nth-child(120):after { -webkit-animation: animation120 2s infinite linear alternate; -webkit-animation-delay: -12s; -moz-animation: animation120 2s infinite linear alternate; -moz-animation-delay: -12s; animation: animation120 2s infinite linear alternate; animation-delay: -12s; }
@-webkit-keyframes animation120 {
  0% { height: 34%; }
  50% { height: 11%; }
  100% { height: 33%; }
}
@-moz-keyframes animation120 {
  0% { height: 30%; }
  50% { height: 56%; }
  100% { height: 31%; }
}
@keyframes animation120 {
  0% { height: 14%; }
  50% { height: 20%; }
  100% { height: 19%; }
}

/* Abstract Vectors */
.banner-area .banner-content img { position: absolute; left: -178px; top: 0; }
.banner-area .banner-content .vec-1 { animation: roll-1 3s linear infinite; }
.banner-area .banner-content .vec-2 { position: relative; bottom: 0; left: -119px; animation: roll 4s linear infinite; }
.banner-area .banner-content .vec-3 { position: relative; bottom: 0; left: -229px; animation: roll 6s linear infinite; }
@keyframes roll {
  0% { rotate: 0deg; transform: translateY(0px); }
  50% { transform: translateY(10px); rotate: 360deg; }
  100% { transform: translateY(0px); rotate: 0deg; }
}
@keyframes roll-1 {
  0% { transform: translateY(0px); }
  50% { transform: translateY(30px); }
  100% { transform: translateY(0px); }
}
.vector-body { position: relative; }
.vec-4 { top: 0; position: absolute; }
.banner-area .banner-content .vector-body .vec-4 { position: absolute; top: -82px; left: 640px; animation: onlyRotate 4s linear infinite; }
.vector-body .vec-4 { position: absolute; top: 0; }
.banner-area .banner-content .vector-body .vec-5 { position: absolute; top: -103px; left: 630px; z-index: -1; animation: onlyRotate 4s linear infinite; }
@keyframes onlyRotate {
  0% { rotate: 360deg; }
  100% { rotate: 0; }
}
.banner-area .banner-content .vector-body .vec-6 { position: absolute; top: 377px; left: 1200px; z-index: -1; animation: onlyRotate 4s linear infinite; }
.query-area { position: relative; }
.animate-vec .vec-7 { position: absolute; top: -100px; z-index: 9; left: -76px; animation: tilt 2s linear infinite; }
@keyframes tilt {
  0% { rotate: 10deg; }
  50% { rotate: -10deg; }
  100% { rotate: 10deg; }
}
.animate-vec .vec-8 { position: absolute; top: -110px; z-index: 10; right: -140px; animation: onlyRotate 4s linear infinite; }
@keyframes onlyRotate {
  0% { rotate: 360deg; }
  100% { rotate: 0; }
}
img.img-fluid.vec-9 { position: absolute; top: -220px; z-index: 9; right: -260px; animation: roll-1 3s linear infinite; }
img.img-fluid.vec-10 { position: absolute; top: -90px; z-index: 9; right: -120px; animation: roll 4s linear infinite; }
img.img-fluid.vec-11 { position: absolute; bottom: -120px; z-index: 9; left: 0; animation: onlyRotate 4s linear infinite; }
img.img-fluid.vec-12 { position: absolute; bottom: -126px; z-index: 0; left: 0; animation: onlyRotate 4s linear infinite; }
section.about-us-content { position: relative; }
.animation-class .vec-13 { position: absolute; top: 10px; right: 0; animation: snake 2s linear infinite; }
.skills .animate-vec .vec-9 { left: -170px; top: -20%; }
.core-features-area .section-title { position: relative; }
.animate-vector-abs .vec-14 { position: absolute; top: 0; left: 0; animation: roll-1 4s linear infinite; }
.core-features-item { position: relative; }
.core-features-item .animate-core .vec-15 { position: absolute; bottom: 0; left: -311px; animation: snaker 2s linear infinite; }
@keyframes snaker {
  0% { left: -311px; }
  50% { left: -290px; }
  100% { left: -311px; }
}
.display.display-2 { width: 90vw; height: 90vh; max-height: 90vw; max-width: 90vh; position: absolute; top: 250px; left: 342px; right: 0; margin: 0; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; overflow: hidden; }
.lines-animation .vec-16,
.vec-17 { position: absolute; bottom: -130px; left: 270px; animation: onlyRotate 4s linear infinite; }
.faq-box { position: relative; }
.faq-animation-section .vec-18 { position: absolute; right: -190px; top: -120px; animation: onlyRotate 4s linear infinite; }
.faq-animation-section-2 .vec-19 { position: absolute; bottom: -50px; left: -130px; z-index: 10; animation: roll 6s linear infinite; }
.faq-animation-section-2 .vec-20 { position: absolute; bottom: -50px; left: -130px; z-index: 0; animation: roll 6s linear infinite; }
.core-features-area { position: relative; }
.core-features-area .display.display-2 { width: 400px; height: 400px; max-height: 400px; max-width: 400px; top: 700px; left: 0; z-index: -4; }
.core-features-area .display.display-2 .container { padding: 0; width: 400px; height: 400px; }
.core-features-area .display.display-2 .bars { }
.core-features-area .display.display-2 .container .bar { height: 100%; }
.experience-area .vec-8 { top: 640px; right: 100px; }
.experience-area img.img-fluid.vec-9 { top: 91%; right: 0; }
.experience-area img.img-fluid.vec-10 { top: 680px; right: 110px; }
.slide-left { animation: slide-left 2s linear infinite alternate both; }
@keyframes slide-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100px); }
}
.slide-bottom { animation: slide-bottom 2s linear infinite alternate both; }
@keyframes slide-bottom {
  0% { transform: translateY(0); }
  100% { transform: translateY(100px); }
}
.faq-area { position: relative; }
.faq-area .vec-7 { left: 87%; top: 0%; width: 100px; height: 120px; object-fit: cover; }
.faq-area img.img-fluid.vec-11 { top: 80%; left: 70px; }
.faq-area img.img-fluid.vec-12 { left: 3%; top: 82%; }
.seo-service-area img.img-fluid.vec-11 { top: 40px; left: 90%; }
.seo-service-area img.img-fluid.vec-12 { top: 50px; left: 90%; }
.seo-area img.img-fluid.vec-11 { top: -31%; animation: roll-1 3s linear infinite; left: 6%; }
.seo-project-area img.img-fluid.vec-11 { top: 13%; left: 5%; }
.seo-project-area img.img-fluid.vec-12 { top: 15%; left: 5%; }
.seo-project-area .vec-7 { top: 40%; left: 4%; width: 90px; height: 90px; object-fit: cover; }
.seo-project-area img.img-fluid.vec-14 { animation: roll-1 4s linear infinite; left: 53%; position: absolute; top: 73%; }
.seo-project-area img.img-fluid.vec-12.bigcircle { left: -110px; top: 50px; width: 200px; height: 200px; object-fit: contain; }
.seo-core-features-area .vec-7 { left: -1%; top: 10%; }
.seo-core-features-area img.img-fluid.vec-11 { left: 90%; top: 40%; }
.seo-core-features-area img.img-fluid.vec-12 { top: 40%; left: 90%; }
.seo-area img.img-fluid.vec-7 { left: 40px; top: -230px; }

/* Abstract Vectors end */

/* Custom Animation End */