/*------------------------------------------------------------------
[Master Stylesheet]

Project:  Keywordly
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header
3. Banner Section
4. Logo Section
5. Services Section
6. Progress Section
7. Grow Section
8. Business Section
9. Choose us Section
10. Pricing Section
11. Testimonials Section
12. Contact Section
13. Blog Section
14. Footer Section
*/


@import url('
https://fonts.googleapis.com/css2?family=3DInter:wght@300;400;500;600;700&d=
isplay=3Dswap'
);

@import url('
https://fonts.googleapis.com/css2?family=3DMerriweather:ital,opsz,wght@0,18=
..144,300..900;1,18..144,300..900&display=3Dswap'
);

:root {
    --e-global-color-primary: #ffffff;
    --e-global-color-secondary: #000;
    --e-global-color-accent: #f6b214;
    --e-global-color-text:  #777777;
    --e-global-color-white: #ffffff;
    --e-global-color-black: #000000;
    --e-global-color-copyright-text:  #555555;
    --e-global-color-light-grayish-cyan: #ebf1f3;
    --e-global-color-grayish-blue: #cad3d6;
    --e-global-color-dark-grayish-blue: #bdc2c4;
    --e-global-color-light-grayish-blue: #f3f3f4;
    --e-global-color-very-light-grayish-blue: #f6f7fb;
    --e-global-color-dark-moderate-green: #6cad4f;
    --e-global-color-vivid-orange: #ef7216;
    --e-global-color-very-light-gray: #e5e5e5;
    --e-global-color-very-dark-grayish-pink: #726f71;
    --e-global-color-light-gray: #cccccc;
    --e-global-color-soft-orange: #f49c5b;
    --e-global-color-very-dark-blue: #10205e;
    --e-global-color-lime-green: #30c89f;
    --e-global-color-very-dark-grayish-blue: #666c84;
    --e-global-color-light-grayish-orange: #fdefe4;
    --e-global-color-light-grayish-green: #f9fbf6;
    --e-global-color-very-light-grayish-cyan: #d9f4ed;
    --e-global-color-grayish-lime-green: #b5b7b5;
    --e-global-color-light-red: #ff5440;
    --e-global-color-very-soft-cyan: #abdfcd;
    --e-global-color-very-pale-orange: #ffecda;
    --e-global-color-light-grayish-violet: #e7dcf7;
    --e-global-color-very-soft-orange: #fae8bd;
    --e-global-color-dark-gray: #787878;
    --e-global-color-very-dark-gray-mostly-black: #2e2e2e;
}

body{
    font-family: "Merriweather", serif;
}

.h1, h1 {
    font-size: 74px;
    line-height: 80px;
    font-weight: 700;
    color: var(--e-global-color-white);
}
.h2, h2 {
    font-size: 60px;
    line-height: 68px;
    font-weight: 700;
    color: #244368;
}
.h3, h3{
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    color: #244368;
}
.h4, h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}
.h5, h5 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
    color: #f6b214;
}
.h6, h6 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}
p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #244368;
}
.text-size-18 {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: var(--e-global-color-text);
    line-height: 1.6;
}
.text-size-16 {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: var(--e-global-color-text);
}
.text-size-14 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: var(--e-global-color-text);
}
a{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-decoration: none !important;

}

/* Home Page Style */

.web_traffic{
    background: #ffff;
    position: relative;
}
.web_traffic .header {
    position: absolute;
    z-index: 5;
    width: 100%;
    background: #032e61;
}
.web_traffic .navbar-collapse{
    padding: 0;
}
.web_traffic .navbar-collapse ul{
    align-items: center;
    display: inherit;
}
.web_traffic .navbar-nav .nav-item a{
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    position: relative;
    color: #f6b214;
    transition: all 0.3s ease-in-out;
}
.web_traffic .navbar-nav .nav-item a:hover{
    color: #fff !important;
    background-color: transparent;
}
.web_traffic .navbar-nav .active > a{
    color: #ee3d39 !important;
}
.web_traffic .navbar-brand{
    margin: 0;
    padding: 0;
}
.web_traffic .navbar {
    position: relative;
    padding: 20px 0px 20px 0;
    margin-bottom: 0;
    z-index: 1;
    height: 120px;
}
.web_traffic .navbar-nav li{
    margin: 0 12px;
    position: relative;
}
.web_traffic .navbar-nav li:first-child{
    margin-left: 0;
}
.web_traffic .navbar-nav li:last-child {
    margin-right: 0px;
}
.web_traffic .last_list{
    margin-left: 30px;
}
.web_traffic .last_list a{
    position: relative;
}
.web_traffic .last_list .cart-box {
    font-size: 18px;
    top: 3px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 7px;
    position: relative;
    color: var(--e-global-color-white) !important;
    border: 1px solid var(--e-global-color-white);
    background: transparent;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.web_traffic .last_list span{
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    top: -18px;
    right: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50px;
    text-align: center;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.web_traffic .last_list .search-box {
    font-size: 18px;
    top: 3px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 5px;
    position: relative;
    color: #f6b214 !important;
    border: 1px solid #f6b214;
    background: transparent;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.web_traffic .last_list .cart-box:hover {
    color: var(--e-global-color-accent) !important;
    border: 1px solid var(--e-global-color-accent);
}
.web_traffic .last_list a:hover .cart-box{
    transform: translateY(-5px);
}
.web_traffic .last_list a:hover span{
    transform: translateY(-5px);
}
.web_traffic .last_list .search-box:hover {
    transform: translateY(-5px);
    color: #fff !important;
    border: 1px solid #fff;
}
.web_traffic .last_list .lets_talk {
    padding: 12px 18px;
    text-align: center;
    display: inline-block;
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.web_traffic .last_list .lets_talk:hover {
    transform: translateY(-5px);
    background: linear-gradient(45deg, transparent, transparent);
    border: 1px solid #fff;
    color: #fff !important;
}
.web_traffic .navbar-nav .nav-item .dropdown-item{
    color: var(--e-global-color-secondary) !important;
    transition: all 0.3s ease-in-out;
}
.web_traffic .navbar-nav .nav-item .dropdown-item:hover{
    /* color: var(--e-global-color-white) !important; */
    /* background-color: var(--e-global-color-accent) !important; */
    /* transition: all 0.3s ease-in-out; */
}
.web_traffic .navbar-nav .dropdown-menu .active > a{
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent) !important;
}
.web_traffic .navbar-collapse .dropdown-menu {
    text-align: left;
    margin-left: 0;
}
.web_traffic .navbar-nav .dropdown-menu {
    background-color: var(--e-global-color-white);
    position: absolute;
    left: 0;
    top: 46px;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: 0px 0px 50px rgb(0 0 0 / 15%);
}
.web_traffic .navbar-nav .dropdown-menu li{
    margin: 0;
    display: flex;
    align-items: center;
    padding: 10px;
    gap: 10px;
}
.web_traffic .navbar-nav .dropdown-menu .nav-item a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: var(--e-global-color-very-dark-mostly-black-violet);
    transition: all 0.3s ease-in-out;
    padding: 12px 32px;
    margin-top: 0;
}
.web_traffic .navbar-nav .dropdown li i {
    font-size: 12px;
    top: 14px;
    left: 12px;
    font-family: 'FontAwesome';
    display: inline-block;
    color: var(--e-global-color-very-dark-mostly-black-violet);
    position: absolute;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.web_traffic .navbar-nav .dropdown li:hover > i {
    color: var(--e-global-color-white);
}
.web_traffic .navbar-nav .dropdown li.active > i {
   color: var(--e-global-color-white);
}
.web_traffic .navbar-expand-lg .dropdown-menu .nav-link {
    padding-left: 0;
}
.web_traffic .navbar-nav .dropdown-menu li:last-child{
    margin-left: 0;
}
.web_traffic .banner-section {
    position: relative;
    padding: 188px 0 235px;
}
.web_traffic .banner-section .banner_content{
    position: relative;
}
.web_traffic .banner-section .banner_content h1{
    margin-bottom: 42px;
}
.web_traffic .banner-section .banner_content .paragraph{
    font-size: 24px;
    line-height: 30px;
    color: var(--e-global-color-white);
    margin-bottom: 50px;
}
.web_traffic .banner_content .get_started {
    padding: 14px 42px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    color: var(--e-global-color-white);
    border: 1px solid transparent !important;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(90deg, #f13e3a 0%, #000000 100%);
}
.web_traffic .banner_content .get_started:hover {
    color: #fff;
    background: transparent;
    border: 1px solid #fff !important;
}
.web_traffic .banner_content .how_it_works {
    padding: 15px 32px;
    text-align: center;
    display: inline-block;
    color: #ffff;
    background: transparent;
    border: 1px solid #fff;
    transition: all 0.3s ease-in-out;
}
.web_traffic .banner_content .how_it_works:hover {
    color: var(--e-global-color-white);
    background: #ee3d39;
    border: 1px solid #ee3d39;
}
.web_traffic .banner_wrapper{
    z-index: 1;
}
.web_traffic .banner_wrapper .banner-image {
    /* position: absolute; */
    top: -82px;
    right: -303px;
}
.web_traffic .banner_wrapper .banner-boximage1{
    position: absolute;
    top: -130px;
    left: 256px;
}
.web_traffic .banner_wrapper .banner-boximage2{
    position: absolute;
    top: 392px;
    left: 60px;
}
.web_traffic .banner_wrapper .banner-boximage3{
    position: absolute;
    bottom: -815px;
    right: -290px;
}
.web_traffic .top-btn .banner-dropdownimage {
    position: absolute;
    bottom: -105px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

/* Partner */

.web_partner-section{
    padding: 70px 0 58px;
    text-align: center;
    background: #000;
}
.web_partner-section h3 {
    color: #fff;
    margin-bottom: 38px;
}
.web_partner-section span {
    padding: 0 8px;
    color: var(--e-global-color-accent);
}
.web_partner-section ul li {
    display: inline-block;
    margin: 0 55px;
}
.web_partner-section ul li:first-child {
    margin-left: 0;
}
.web_partner-section ul li:last-child {
    margin-right: 0;
}
.web_partner-section ul li figure{
    transition: all 0.3s ease-in-out;
}
.web_partner-section ul li figure:hover{
    filter: brightness(1);
    transform: translateY(-5px);
}

/* Service */

.web_service-section{
    background: #fff;
    position: relative;
    padding: 100px 0 60px;
}
.web_service-section .upper-text{
    margin-bottom: 90px;
}
.web_service-section .heading{
    position: relative;
    border-left: 10px solid var(--e-global-color-accent);
    padding-left: 75px;
}
.web_service-section .heading h5 {
    margin-bottom: 14px;
}
.web_service-section .text{
    padding-top: 0;
}
.web_service-section .image{
    position: relative;
    margin-bottom: 40px;
}
.web_service-section .image .service-image{
    background-image: linear-gradient(to top,
var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
}
.web_service-section .image .service-image img{
    opacity: 35%;
    width: 100%;
}
.web_service-section .image .icon {
    height: 130px;
    width: 130px;
    line-height: 130px;
    border: 2px solid rgba(255, 255, 255, 60%);
    border-radius: 100px;
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.3s ease-in-out;
}
.web_service-section .image .icon:hover {
    transform: translateY(-5px);
}
.web_service-section .image .icon .video-icon {
    height: 100px;
    width: 100px;
    line-height: 100px;
    top: 12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    background: var(--e-global-color-accent);
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.web_service-section .image .icon:hover .video-icon{
    background-image: linear-gradient(to left,
var(--e-global-color-secondary) 0%, var(--e-global-color-accent) 100%);
}
.web_service-section .service-box{
    padding: 28px 20px 26px 40px;
    margin-bottom: 40px;
    background-color: var(--e-global-color-white);
    border: 2px solid var(--e-global-color-white);
    box-shadow: 1px 0px 40px rgba(0 0 0 / 3%);
    transition: all 0.3s ease-in-out;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.web_service-section .service-box:hover{
    border: 2px solid var(--e-global-color-secondary);
}
.web_service-section .service-box span{
    font-size: 20px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 36px;
    text-align: center;
    display: inline-block;
    border-radius: 100px;
    color: var(--e-global-color-white);
    background: #1d4c85;
    transition: all 0.3s ease-in-out;
}
.web_service-section .service-box:hover span{
    background: var(--e-global-color-accent);
}
.web_service-section .service-box span:hover{
    transform: translateY(-5px);
}
.web_service-section .service-box h4{
    margin-bottom: 25px;
}
.web_service-section .service-box p{
    margin-bottom: 32px;
}
.web_service-section .service-box .read_more{
    padding: 8px 22px;
    text-align: center;
    display: inline-block;
    color: var(--e-global-color-secondary);
    background: linear-gradient(45deg, transparent, transparent);
    border: 1px solid var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    /* position: absolute; */
    /* bottom: 10px; */
}
.web_service-section .service-box:hover .read_more{
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
}
.web_service-section .service-box .read_more:hover{
    color: #fff;
    background: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
}

/* Progress */

.web_progress-section{
    background-color: var(--e-global-color-secondary);
    padding: 70px 0;
}
.web_progress-section .progress_wrapper{
    z-index: 1;
}
.web_progress-section .progress_wrapper .progress-image{
    position: absolute;
    top: 5px;
    left: 0;
}
.web_progress-section .progress_wrapper .progress-boximage1{
    position: absolute;
    top: 46px;
    right: 70px;
}
.web_progress-section .progress_wrapper .progress-boximage2{
    position: absolute;
    top: 210px;
    left: -24px;
}
.web_progress-section .progress_wrapper .progress-boximage3{
    position: absolute;
    bottom: -590px;
    left: 32px;
}
.web_progress-section .progress_content h5 {
    margin-bottom: 14px;
}
.web_progress-section .progress_content h2 {
    position: relative;
    color: var(--e-global-color-white);
    margin-bottom: 25px;
    z-index: 1;
}
.web_progress-section .progress_content span{
    color: var(--e-global-color-accent);
    padding-left: 15px;
}
.web_progress-section .progress_content img{
    position: absolute;
    z-index: -1;
    margin-bottom: 0;
    top: 108px;
    right: 184px;
}
.web_progress-section .progress_content .text{
    color: var(--e-global-color-white);
    margin-bottom: 46px;
}
.web_progress-section .progress_content input {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-white);
    padding: 19px 18px;
    width: 100%;
    overflow: visible;
    outline: none;
    border: none;
}
.web_progress-section .progress_content .analyze_button {
    font-size: 16px;
    line-height: 20px;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
    /* width: 172px; */
    /* height: 58px; */
    right: 0;
    float: right;
    position: absolute;
    overflow: visible;
    outline: none;
    transition: all 0.3s ease-in-out;
    padding: 10px 10px;
}
.web_progress-section .progress_content .analyze_button:hover {
    background: var(--e-global-color-secondary);
    border: 1px solid var(--e-global-color-white);
}

/* Grow */

.web_grow-section{
    padding: 0px 0 0px;
}
.web_grow-section .grow_content h5 {
    margin-bottom: 16px;
}
.web_grow-section .grow_content h2 {
    margin-bottom: 26px;
}
.web_grow-section .grow_content .text{
    margin-bottom: 32px;
    margin-right: 100px;
}
.web_grow-section .grow_content ul{
    margin-bottom: 40px;
}
.web_grow-section .grow_content ul li {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 15px;
    color: #244368;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.web_grow-section .grow_content ul li:hover {
    color: var(--e-global-color-accent);
}
.web_grow-section .grow_content ul li .circle {
    position: relative;
    width: auto;
    height: auto;
    /* background: var(--e-global-color-accent); */
    border-radius: 100px;
    text-align: center;
    display: inline-flex;
    transition: all 0.3s ease-in-out;
    align-items: center;
    justify-content: center;
    line-height: 15px;
    top: -3px;
}
.web_grow-section .grow_content ul li:hover .circle{
    background: var(--e-global-color-accent);
}
.web_grow-section .grow_content ul li .circle:before {
    font-size: 11px;
    top: 1px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease-in-out;
    color: #fff;
    background: var(--e-global-color-accent);
    border-radius: 100%;
    line-height: 1;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.web_grow-section .grow_content .get_started {
    padding: 17px 45px;
    text-align: center;
    display: inline-block;
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}
.web_grow-section .grow_content .get_started:hover {
    background: var(--e-global-color-accent);
}
.web_grow-section .grow_wrapper{
    z-index: 1;
}
.web_grow-section .grow_wrapper .grow-image{
    position: relative;
    top: 0;
    right: 0;
}
.web_grow-section .grow_wrapper .grow-boximage1{
    position: absolute;
    top: 106px;
    right: -27px;
}
.web_grow-section .grow_wrapper .grow-boximage2{
    position: absolute;
    top: 445px;
    left: -34px;
}
.web_grow-section .grow_wrapper .grow-boximage3{
    position: absolute;
    bottom: -785px;
    right: 29px;
}

/* Business */

.web_business-section{
    position: relative;
    background: var(--e-global-color-light-grayish-cyan);
    padding: 150px 0;
}
.web_business-section .box{
    padding: 44px 50px 38px;
    position: relative;
    text-align: center;
    background: var(--e-global-color-white);
    border-bottom: 5px solid var(--e-global-color-white);
    box-shadow: 1px 0px 40px rgba(0 0 0 / 3%);
    transition: all 0.3s ease-in-out;
}
.web_business-section .box:hover {
    transform: translateY(-20px);
    border-bottom: 5px solid var(--e-global-color-accent);
}
.web_business-section .box h6{
    margin-bottom: 38px;
}
.web_business-section .box:hover h6{
    color: var(--e-global-color-accent);
}
.web_business-section .box .business-icon{
    width: 150px;
    height: 150px;
    line-height: 150px;
    margin-bottom: 32px;
    border-radius: 100px;
    text-align: center;
    background: var(--e-global-color-light-grayish-blue);
    display: inline-flex;
    transition: all 0.3s ease-in-out;
    align-items: center;
    justify-content: center;
}
.web_business-section .box:hover .business-icon{
    background: var(--e-global-color-accent);
}
.web_business-section .box:hover .business-icon img{
    filter: brightness(0) invert(1);
}
.web_business-section .box .number .value{
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    color: #244368;
}
.web_business-section .box .number sup{
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: var(--e-global-color-accent);
    top: -15px;
}

/* Choose */

.web_choose-section{
    position: relative;
    background: var(--e-global-color-secondary);
    padding: 100px 0 100px;
}
.web_choose-section .content{
    text-align: center;
}
.web_choose-section .content h5 {
    margin-bottom: 16px;
}
.web_choose-section .content h2 {
    color: var(--e-global-color-white);
    margin-bottom: 88px;
    padding: 0 85px;
}
.web_choose-section .choose_wrapper {
    position: relative;
}
.web_choose-section .choose_wrapper .choose-image{
    position: relative;
    top: 2px;
    left: -53px;
}
.web_choose-section .choose_wrapper .choose-boximage1{
    position: absolute;
    top: 32px;
    right: 70px;
}
.web_choose-section .choose_wrapper .choose-boximage2{
    position: absolute;
    top: 383px;
    left: -24px;
}
.web_choose-section .choose_wrapper .choose-boximage3{
    position: absolute;
    bottom: -32px;
    left: 30px;
}
.web_choose-section .choose_contentbox{
    margin-bottom: 30px;
}
.web_choose-section .choose_contentbox .upper-row{
    padding-bottom: 30px;
}
.web_choose-section .choose_contentbox .choose-box{
    transition: all 0.3s ease-in-out;
}
.web_choose-section .choose_contentbox .choose-box:hover {
    transform: translateY(-5px);
}
.web_choose-section .choose_contentbox .choose-box .choose-icon{
    margin-bottom: 36px;
    transition: all 0.3s ease-in-out;
}
.web_choose-section .choose_contentbox .choose-box:hover .choose-icon{
    filter: brightness(0) invert(1);
}
.web_choose-section .choose_contentbox .choose-box h4{
    color: var(--e-global-color-white);
    margin-bottom: 26px;
}
.web_choose-section .choose_contentbox .choose-box p{
    color: var(--e-global-color-text);
    margin-right: 40px;
    margin-bottom: 0;
}
.web_choose-section .choose_contentbox .choose-box2{
    padding-left: 10px;
}
.web_choose-section .know_more {
    padding: 16px 32px;
    text-align: center;
    display: inline-block;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.web_choose-section .know_more:hover {
    color: var(--e-global-color-white);
    background: transparent;
    border: 1px solid var(--e-global-color-white);
}

/* Pricing */

.web_pricing-section{
    background: #000;
}
.web_pricing-section .heading{
    position: relative;
    border-left: 10px solid var(--e-global-color-accent);
    padding-left: 75px;
    margin-bottom: 114px;
}
.web_pricing-section .heading h5 {
    margin-bottom: 14px;
    color: #fff;
}
.web_pricing-section .heading h2 {
    margin-bottom: 0;
    color: #fff;
}
.web_pricing-section .price_content{
    padding: 24px 10px 30px 30px;
    position: relative;
    background: var(--e-global-color-white);
    border-top: 5px solid var(--e-global-color-secondary) !important;
    box-shadow: 1px 0px 40px rgba(0 0 0 / 3%);
    transition: all 0.3s ease-in-out;
    min-height: 599px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.web_pricing-section .price_content2{
    border-top: 5px solid var(--e-global-color-accent);
}
.web_pricing-section .price_content:hover{
    border-top: 5px solid transparent !important;
}
.web_pricing-section .price_content .text{
    position: absolute;
    top: -32px;
    right: 20px;
    padding: 4px 20px;
    text-transform: uppercase;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.web_pricing-section .price_content h4{
    font-size: 19px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--e-global-color-secondary);
}
.web_pricing-section .price_content .counting {
    margin-bottom: 10px;
}
.web_pricing-section .price_content sup {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: var(--e-global-color-accent);
    display: inline-block;
}
.web_pricing-section .price_content .text1 {
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
    color: var(--e-global-color-secondary);
}
.web_pricing-section .price_content .month {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: var(--e-global-color-secondary);
}
.web_pricing-section .price_content p{
    margin-bottom: 20px;
}
.web_pricing-section .price_content ul{
    padding-left: 12px;
    margin-bottom: 35px;
}
.web_pricing-section .price_content ul li {
    margin-bottom: 10px;
    color: var(--e-global-color-text);
    transition: all 0.3s ease-in-out;
}
.web_pricing-section .price_content ul li:hover {
    color: var(--e-global-color-accent);
}
.web_pricing-section .price_content ul li .circle {
    position: relative;
    top: 4px;
    left: -10px;
    width: 19px;
    height: 19px;
    line-height: 19px;
    background: linear-gradient(45deg, transparent, transparent);
    border: 2px solid var(--e-global-color-secondary);
    border-radius: 100px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.web_pricing-section .price_content ul li .circle:before {
    font-size: 13px;
    position: absolute;
    left: 2px;
    top: -1px;
    font-family: 'FontAwesome';
    transition: all 0.3s ease-in-out;
    color: var(--e-global-color-secondary);
}
.web_pricing-section .price_content:hover .circle {
    border: 2px solid var(--e-global-color-accent);
}
.web_pricing-section .price_content:hover .circle:before {
    color: var(--e-global-color-accent);
}
.web_pricing-section .price_content ul li:hover .circle {
    background: var(--e-global-color-accent);
    border: 2px solid var(--e-global-color-accent);
}
.web_pricing-section .price_content ul li:hover .circle:before {
    color: var(--e-global-color-white);
}
.web_pricing-section .price_content .get_started {
    padding: 12px;
    width: 100%;
    text-align: center;
    display: inline-block;
    color: var(--e-global-color-secondary) !important;
    background: linear-gradient(45deg, transparent, transparent);
    border: 1px solid var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
    font-size: 15px;
}
.web_pricing-section .price_content:hover .get_started{
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
}
.web_pricing-section .price_content .get_started:hover {
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-secondary);
    border: 1px solid var(--e-global-color-secondary);
}

/* Testimonial */

.web_testimonial-section {
    position: relative;
    padding: 146px 0 152px;
    background: #fff;
}
.web_testimonial-section .heading{
    position: relative;
    border-left: 10px solid var(--e-global-color-accent);
    padding-left: 75px;
    margin-bottom: 32px;
}
.web_testimonial-section .heading h5 {
    margin-bottom: 14px;
}
.web_testimonial-section .heading h2 {
    margin-bottom: 0;
}
.web_testimonial-section .testimonial-content .box-content .text{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 44px;
    font-style: italic;
}
.web_testimonial-section .testimonial-content .content
.testimonial-contentimage {
    float: left;
}
.web_testimonial-section .testimonial-content .content
.testimonial-contentimage img {
    border-radius: 100px;
    width: 80px;
}
.web_testimonial-section .testimonial-content .content .designation-outer {
    display: inline-block;
    padding: 12px 0 0 18px;
}
.web_testimonial-section .testimonial-content span{
    color: var(--e-global-color-accent);
}
.web_testimonial-section .testimonial-content .content .designation-outer
span{
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: var(--e-global-color-accent);
}
.web_testimonial-section .carousel-inner {
    width: 88%;
}
.web_testimonial-section .pagination-outer {
    position: absolute;
    right: 138px;
    bottom: 40px;
}
.web_testimonial-section .pagination-outer .carousel-control-prev i{
    position: relative;
    left: -15px;
    top: 0;
    font-size: 24px;
    line-height: 24px;
    color: var(--e-global-color-secondary);
    opacity: 1;
}
.web_testimonial-section .pagination-outer .carousel-control-next i{
    position: relative;
    right: -25px;
    top: 0;
    font-size: 24px;
    line-height: 24px;
    color: var(--e-global-color-secondary);
    opacity: 1;
}
.web_testimonial-section .pagination-outer .carousel-control-prev i:hover,
.web_testimonial-section .pagination-outer .carousel-control-next i:hover {
    color: var(--e-global-color-accent);
}
.web_testimonial-section .testimonial_wrapper{
    z-index: 1;
}
.web_testimonial-section .testimonial_wrapper .testimonial-image{
    position: absolute;
    top: 5px;
    right: 0;
}
.web_testimonial-section .testimonial_wrapper .testimonial-boximage1{
    position: absolute;
    top: 66px;
    left: -40px;
}
.web_testimonial-section .testimonial_wrapper .testimonial-boximage2{
    position: absolute;
    top: 283px;
    right: -25px;
}
.web_testimonial-section .testimonial_wrapper .testimonial-boximage3{
    position: absolute;
    bottom: -680px;
    right: 30px;
}

/* Contact */

.web_contact-section {
    background: var(--e-global-color-secondary);
    position: relative;
    padding: 100px 0 100px;
}
.web_contact-section .contact_wrapper .contact-image{
    position: absolute;
    top: 8px;
    left: 0;
}
.web_contact-section .contact_wrapper .contact-boximage1{
    position: absolute;
    top: 38px;
    right: 70px;
}
.web_contact-section .contact_wrapper .contact-boximage2{
    position: absolute;
    top: 377px;
    left: -23px;
}
.web_contact-section .contact_wrapper .contact-boximage3{
    position: absolute;
    bottom: -823px;
    left: 30px;
}
.web_contact-section .heading{
    position: relative;
    border-left: 10px solid var(--e-global-color-accent);
    padding-left: 55px;
    margin-bottom: 70px;
}
.web_contact-section .heading h5 {
    margin-bottom: 14px;
}
.web_contact-section .heading h2 {
    margin-bottom: 0;
    color: var(--e-global-color-white);
}
.web_contact-section .contact_content input::-webkit-input-placeholder {
    color: var(--e-global-color-text);
}
.web_contact-section .contact_content textarea::-webkit-input-placeholder {
    color: var(--e-global-color-text);
}
.web_contact-section .contact_content .form-group {
    margin-bottom: 0;
}
.web_contact-section .contact_content .input1 {
    float: left;
    margin-right: 30px;
}
.web_contact-section .contact_content input {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    background: var(--e-global-color-white);
    padding: 18px;
    margin-bottom: 30px;
    overflow: visible;
    border: none;
    outline: none;
    width: 47.5%;
}
.web_contact-section .contact_content textarea {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    background: var(--e-global-color-white);
    padding: 20px;
    margin-bottom: 23px;
    width: 100%;
    height: 150px;
    resize: none;
    outline: none;
    border: none;
    overflow: auto;
}
.web_contact-section .contact_content .send_message {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    padding: 20px 32px;
    text-align: center;
    display: inline-block;
    color: var(--e-global-color-white) !important;
    background: var(--e-global-color-accent);
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}
.web_contact-section .contact_content .send_message:hover {
    color: var(--e-global-color-white) !important;
    background: transparent;
    border: 1px solid var(--e-global-color-white);
}

/* Articles */

.web_article-section{
    position: relative;
    padding: 100px 0 100px;
    background: #fff;
}
.web_article-section .content{
    text-align: center;
}
.web_article-section .content h5 {
    margin-bottom: 14px;
}
.web_article-section .content h2 {
    margin-bottom: 30px;
}
.web_article-section .article_content{
    transition: all 0.3s ease-in-out;
}
.web_article-section .article_content .upper_portion{
    margin-bottom: 24px;
}
.web_article-section .article_content h4{
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-right: 90px;
    margin-bottom: 0;
    color: var(--e-global-color-secondary);
}
.web_article-section .article_content:hover h4{
    color: var(--e-global-color-accent);
}

/* Footer */

.web_traffic_footer .footer-section{
    background: #000;
    padding-top: 95px;
    position: relative;
}
.web_traffic_footer .footer-section .middle-portion{
    padding: 0 0 56px;
}
.web_traffic_footer .footer-section .middle-portion .footer-logo{
    margin-bottom: 20px;
    position: relative;
}
.web_traffic_footer .footer-section .middle-portion .footer-text{
    font-size: 16px;
    line-height: 30px;
    margin-right: 68px;
    margin-bottom: 24px;
}
.web_traffic_footer .footer-section .middle-portion .social-icons li{
    display: inline-block;
    margin-right: 2px;
}
.web_traffic_footer .footer-section .middle-portion .social-icons
li:first-child{
    margin-left: 0;
}
.web_traffic_footer .footer-section .middle-portion .social-icons
li:last-child{
    margin-right: 0;
}
.web_traffic_footer .footer-section .middle-portion .social-icons i{
    font-size: 18px;
    border: 2px solid #f6b214;
    background-color: transparent;
    height: 46px;
    width: 46px;
    line-height: 43px;
    text-align: center;
    margin: 0 2px;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.web_traffic_footer .footer-section .middle-portion .social-icons a{
    color: var(--e-global-color-secondary);
}
.web_traffic_footer .footer-section .middle-portion .social-icons a:hover{
    color: var(--e-global-color-white);
}
.web_traffic_footer .footer-section .middle-portion .social-icons a:hover i=
{
    border: 2px solid transparent;
    /* background-color: var(--e-global-color-accent); */
    transform: translateY(-5px);
}
.web_traffic_footer .footer-section .middle-portion .links{
    padding-top: 77px;
}
.web_traffic_footer .footer-section .middle-portion .links .text-size-16 {
    position: relative;
    margin-left: 15px;
    font-weight: 400;
    top: 2px;
    color: var(--e-global-color-text);
    transition: all 0.3s ease-in-out;
}
.web_traffic_footer .footer-section .middle-portion .links li{
    margin-bottom: 12px;
    transition: all 0.3s ease-in-out;
}
.web_traffic_footer .footer-section .middle-portion .links li i {
    font-size: 6px;
    position: relative;
    transition: all 0.3s ease;
    color: var(--e-global-color-accent);
    margin-right: -3px;
    top: -2px;
    transform: rotate(45deg);
}
.web_traffic_footer .footer-section .middle-portion ul li:hover .text{
    color: var(--e-global-color-accent);
}
.web_traffic_footer .footer-section .middle-portion .icon .text-size-16 {
    color: var(--e-global-color-text);
}
.web_traffic_footer .footer-section .middle-portion .icon .text1 {
    margin-right: 45px;
}
.web_traffic_footer .footer-section .middle-portion .icon {
    padding-top: 77px;
}
.web_traffic_footer .footer-section .middle-portion .icon li {
    padding-left: 31px;
    margin-bottom: 14px;
    position: relative;
}
.web_traffic_footer .footer-section .middle-portion .icon .footer-location{
    color: #fff;
    position: absolute;
    font-size: 14px;
    left: 2px;
    margin-top: 5px;
    transition: all 0.3s ease-in-out;
}
.web_traffic_footer .footer-section .middle-portion .icon
.footer-location:hover{
    transform: translateY(-5px);
}
.web_traffic_footer .footer-section .middle-portion .email-form{
    padding-top: 80px;
}
.web_traffic_footer .footer-section .middle-portion .email-form input {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-white);
    border: 1px solid var(--e-global-color-accent);
    padding: 14px 20px;
    margin-bottom: 20px;
    width: 93%;
    overflow: visible;
    outline: none;
}
.web_traffic_footer .footer-section .middle-portion .email-form button {
    font-size: 16px;
    color: var(--e-global-color-white);
    background: var(--e-global-color-accent);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: none;
    float: right;
    position: absolute;
    top: 5px;
    right: 28px;
    overflow: visible;
    outline: none;
    transition: all 0.3s ease-in-out;
}
.web_traffic_footer .footer-section .middle-portion .email-form
button:hover {
    color: var(--e-global-color-secondary);
}
.web_traffic_footer .footer-section .middle-portion .email-form .check-box{
    padding-left: 33px;
}
.web_traffic_footer .footer-section .middle-portion .email-form .check-box
input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.web_traffic_footer .footer-section .middle-portion .email-form .check-box
label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--e-global-color-text);
    position: relative;
    cursor: pointer;
    margin-right: 15px;
}
.web_traffic_footer .footer-section .middle-portion .email-form .check-box
label:before {
    content:'';
    -webkit-appearance: none;
    background-color: var(--e-global-color-grayish-blue);
    border-radius: 5px;
    padding: 2px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: -21px;
    width: 20px;
    height: 20px;
    top: 3px;
    left: -32px;
}
.web_traffic_footer .footer-section .middle-portion .email-form .check-box
input:checked + label:after{
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: -25px;
    width: 6px;
    height: 12px;
    border: solid var(--e-global-color-secondary);
    border-width: 0 2px 2px 0;
    transform: rotate(50deg);
}
.web_traffic_footer .footer-section .copyright {
    text-align: center;
    padding: 38px 0px 60px;
    border-top: 1px solid var(--e-global-color-dark-grayish-blue);
}
.web_traffic_footer .footer-section .copyright p{
    color: var(--e-global-color-copyright-text);
}


/*-------- Sub Banner ------------ */

.sub-banner .banner-section {
    position: relative;
    padding: 102px 0 0;
}
.sub-banner .banner-section .banner_content{
    position: relative;
    padding-top: 86px;
}
.sub-banner .banner-section .banner_content h1{
    margin-bottom: 32px;
}
.sub-banner .banner-section .banner_content .paragraph{
    font-size: 24px;
    line-height: 30px;
    color: var(--e-global-color-white);
    margin-bottom: 48px;
}
.sub-banner .banner-section .banner_content .box {
    padding: 15px 32px;
    text-align: center;
    display: inline-block;
    color: var(--e-global-color-accent);
    background: transparent;
    border: 1px solid var(--e-global-color-accent);
    transition: all 0.3s ease-in-out;
}
.sub-banner .banner-section .banner_content .box span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    display: inline-block;
    color: var(--e-global-color-white);
    padding: 0;
}
.sub-banner .banner-section .banner_content .box .box_span {
    color: var(--e-global-color-accent);
}
.sub-banner .banner-section .banner_content .box .tilde{
    display: inline-block;
    margin: 0 5px;
}
.sub-banner .banner-image{
    position: absolute;
    top: 105px;
    right: 0;
}
.sub-banner .banner_wrapper .subbanner-image{
    position: relative;
    top: 0;
    right: 16px;
    text-align: right;
}
.sub-banner .banner_wrapper .subbanner-boximage1{
    position: absolute;
    top: -28px;
    left: unset !important;
    right: 46px;
}
.sub-banner .banner_wrapper .subbanner-boximage2{
    position: absolute;
    bottom: 30px;
    left: 58px;
}

/*-------- About PAGE ------------ */

/* Grow */

.about_grow-section{
    padding: 242px 0 64px;
}
.about_grow-section .grow_wrapper .grow-image {
    position: relative;
    top: -94px;
    left: 0;
}
.about_grow-section .grow_wrapper .grow-boximage1 {
    top: 10px;
    right: -28px;
}
.about_grow-section .grow_wrapper .grow-boximage2 {
    top: 345px;
}
.about_grow-section .grow_wrapper .grow-boximage3 {
    bottom: 60px;
    right: 25px;
}
.about_grow-section .grow_content{
    padding-left: 104px;
}
.about_grow-section .grow_content h2 {
    margin-right: -15px;
}
.about_grow-section .grow_content .text {
    margin-right: 0;
}
.about_grow-section .grow_content ul li .circle {
    background: var(--e-global-color-secondary);
}

/* Team */

.about_team-section{
    background: var(--e-global-color-light-grayish-cyan);
    position: relative;
    padding: 144px 0 150px;
}
.about_team-section .heading{
    position: relative;
    border-left: 10px solid var(--e-global-color-accent);
    padding-left: 75px;
    margin-bottom: 68px;
}
.about_team-section .heading h5 {
    margin-bottom: 14px;
}
.about_team-section .heading h2 {
    margin-bottom: 0;
}
.about_team-section .image {
    position: relative;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    display: block;
}
.about_team-section .image .team-image img{
    width: 100%;
    border-radius: 10px;
}
.about_team-section .image .box-content {
    position: absolute;
    padding: 20px 15px 12px;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    border-radius: 0 0 10px 10px;
    background: var(--e-global-color-white);
    box-shadow: 40px 0 100px rgb(0 0 0 / 60%);
    width: 100%;
    height: auto;
    transform: translateY(100%);
    transition: transform .5s;
}
.about_team-section .image:hover .box-content {
    transform: translateY(0);
}
.about_team-section .box-content li{
    display: inline-block;
}
.about_team-section .box-content li i {
    font-size: 16px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    margin-bottom: 9px;
    border-radius: 5px;
    color: var(--e-global-color-secondary);
    background: var(--e-global-color-white);
    border: 1px solid var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}
.about_team-section .box-content li i:hover {
    transform: translateY(-5px);
    color: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
}
.about_team-section .box-content h4{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}

/* Partner */

.about_partner-section{
    padding: 95px 0 98px;
    text-align: center;
}
.about_partner-section h3 {
    color: var(--e-global-color-secondary);
    margin-bottom: 38px;
}
.about_partner-section span {
    padding: 0 8px;
    color: var(--e-global-color-accent);
}
.about_partner-section ul li {
    display: inline-block;
    margin: 0 55px;
}
.about_partner-section ul li:first-child {
    margin-left: 0;
}
.about_partner-section ul li:last-child {
    margin-right: 0;
}
.about_partner-section ul li figure{
    transition: all 0.3s ease-in-out;
}
.about_partner-section ul li figure:hover{
    filter: brightness(0);
    transform: translateY(-5px);
}

/*-------- Service PAGE ------------ */

/* Article */

.service_article-section{
    padding: 145px 0 142px;
}

/*-------- Contact PAGE ------------ */

/* contact info */

.contact_info-section{
    position: relative;
    background: var(--e-global-color-light-grayish-cyan);
    padding: 145px 0 350px;
}
.contact_info-section .content {
    text-align: center;
}
.contact_info-section .content h5 {
    margin-bottom: 14px;
}
.contact_info-section .content h2 {
    margin-bottom: 88px;
}
.contact_info-section .contact-box {
    text-align: center;
    padding: 56px 60px 52px;
    background-color: var(--e-global-color-white);
    border: 2px solid transparent;
    box-shadow: 1px 0px 40px rgb(0 0 0 / 3%);
    transition: all 0.3s ease-in-out;
}
.contact_info-section .contact-box .contact-icon {
    height: 120px;
    width: 120px;
    line-height: 120px;
    margin-bottom: 27px;
    border-radius: 100px;
    text-align: center;
    display: inline-block;
    background: var(--e-global-color-secondary);
    transition: all 0.3s ease-in-out;
}
.contact_info-section .contact-icon:hover{
    transform: translateY(-10px);
}
.contact_info-section .contact-box h4 {
    font-size: 22px;
    line-height: 28px;
    color: var(--e-global-color-secondary);
    margin-bottom: 10px;
}
.contact_info-section .contact-box .text-size-18 {
    color: var(--e-global-color-dark-gray);
    display: block;
    transition: all 0.3s ease-in-out;
}
.contact_info-section .contact-box .text{
    margin-bottom: 20px;
}
.contact_info-section .contact-box span{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: var(--e-global-color-secondary);
}
.contact_info-section .contact-box:hover{
    border: 2px solid var(--e-global-color-secondary);
}
.contact_info-section .contact-box:hover .contact-icon{
    background:  var(--e-global-color-accent);
}
.contact_info-section .contact-box:hover h4{
    color:  var(--e-global-color-accent);
}
.contact_info-section .contact-box:hover span{
    color:  var(--e-global-color-accent);
}
.contact_info-section .contact-box a:hover {
    color: var(--e-global-color-accent);
}

/* Map */

.contact_map-section{
    margin: -250px 0 -256px;
    position: relative;
    z-index: 1;
}
.contact_map-section iframe {
    width: 100%;
    height: 500px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    border: 5px solid var(--e-global-color-white) !important;
    box-shadow: 0px 0px 50px rgb(0 0 0 / 15%);
}
.contact_map-section iframe:hover {
    filter: none;
}

/* Contact */

.contact_page-section{
    padding: 395px 0 152px;
}
.contact_page-section .contact_wrapper .contact-image {
    top: 0;
}

/* SEARCH FORM */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
     -ms-transform: translate(0px, -100%) scale(0, 0);
         -o-transform: translate(0px, -100%) scale(0, 0);
         transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}
#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
       -moz-transform: translate(0px, 0px) scale(1, 1);
     -ms-transform: translate(0px, 0px) scale(1, 1);
      -o-transform: translate(0px, 0px) scale(1, 1);
          transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 106;
    display: block;
}
#search input[type=3D"search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
  background: transparent;
  border-top: none;
  border-bottom: 2px solid rgba(255, 255, 255, .5);
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    outline: none;
  padding: 10px;
}
#search input[type=3D"search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    content: "\f00d";
    background-image: url('../images/close.png');
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
opacity: 1;
font-size: 27px;
  color: #fff;
}
#search .close:hover{
  color: var(--e-global-color-accent);
  cursor: pointer;
  text-shadow: none;
}

/* Login Form Page Style  */

.login-form {
    min-height: 100vh;
    background: var(--e-global-color-very-dark-blue);
}
.login-form .login-form-title {
    margin-bottom: 40px;
}
.login-form .login-page-logo {
    margin-bottom: 25px;
}
.login-form .login-form-box {
    width: 450px;
    margin: 0 auto;
    position: relative;
}
.login-form .login-card {
    padding: 30px;
    margin-bottom: 30px;
    line-height: 0.8;
    border: 1px solid var(--e-global-color-very-light-gray);
    background: var(--e-global-color-secondary);
    border-radius: 5px;
}
.login-form .login-card label {
    font-size: 16px;
    line-height:20px;
    font-weight: 700;
    margin-bottom: 13px;
}
.login-form .login-card  .input-field {
    font-size: 16px;
    font-weight: 500;
    height: 61px;
    line-height: 61px;
    padding: 0 21px;
    border-radius: 5px;
    background: transparent;
    border: 2px solid var(--e-global-color-white);
}
.login-form .login-card .input-field:focus {
    outline: none;
    box-shadow: none;
}
.login-form .login-card .form-group{
    margin-bottom: 16px;
}
.login-form .login-card .btn-primary {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    padding: 20px 15px;
    margin-bottom: 16px;
    width: 100%;
    border: none;
    border-radius: 100px;
    text-decoration: none;
    display: inline-block;
    color: var(--e-global-color-white);
    background: var(--e-global-color-bright-blue);
}
.login-form .login-card .btn-primary:hover {
    color: var(--e-global-color-bright-blue);
    background: var(--e-global-color-white);
}
.login-form .login-card .forgot-password {
    color: var(--e-global-color-white);
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
}
.login-form .login-card .forgot-password:hover {
    text-decoration: underline;
}
.login-form .login-form-box .join-now-outer a {
    font-size: 18px;
    line-height: 18px;
    color: var(--e-global-color-secondary);
    text-decoration: underline;
}
.login-form .login-form-box .join-now-outer a:hover {
    text-decoration: underline;
}
.login-form .login-card .select-option option {
    font-size: 16px;
}
.login-form .form-control::placeholder {
    color: var(--createform-border-color);
    opacity: 1;
}
.login-form .form-control:-ms-input-placeholder {
    color: var(--createform-border-color);
}
.login-form .form-control::-ms-input-placeholder {
    color: var(-);
}

/* Join-Now Form Page Style */

.sign-up-form {
    padding: 70px 0;
}
.sign-up-form .login-form-box {
    width: 700px;
}
.sign-up-form .login-card label small {
    font-size: 14px;
}
.sign-up-form .login-card .select-option {
    padding: 0 40px 0 21px;
    -webkit-appearance: none;
    background-repeat: no-repeat !important;
    background-position: 96.5% 26px !important;
    background-image: url('../images/dropdown-arrow.png') !important;
}
.sign-up-form .login-card .select-option:focus {
    outline: none;
    box-shadow: none;
}

figure.banner-dropdownimage.mb-0 img {filter: brightness(1) invert(1)
!important;}

.footer-section .text-size-16 {
    color: #fff !important;
}

/* Back to top button */

#button {
    display: inline-block;
    background-color: #f6b214;
    width: 75px;
    height: 75px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 60px;
    right: 80px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    text-decoration: none;
    cursor: pointer;
}
#button::after {
    content: "\f062";
    font-family: "Font Awesome 5 free";
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    font-weight: 600;
}
#button:hover {
    cursor: pointer;
}
#button:active {
    background-color: #1d4c85;
}
#button.show {
    opacity: 1;
    visibility: visible;
}
@-webkit-keyframes spineer {
from {
    box-shadow: 0 0 0 0 rgba(250, 87, 51, .99)
}
to {
    box-shadow: 0 0 0 45px rgba(250, 87, 51, .01)
}
}

@keyframes spineer {
from {
    box-shadow: 0 0 0 0 #f6b214;
}
to {
    box-shadow: 0 0 0 45px rgba(250, 87, 51, .01)
}
}

/* PRELOADER */

.js {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #19191f;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.preloader-orbit-loading {
    position: relative;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    perspective: 780px;
}
.preloader-orbit-loading .cssload-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.preloader-orbit-loading .cssload-one {
    left: 0%;
    top: 0%;
    animation: cssload-rotate-one 1.15s linear infinite;
    -o-animation: cssload-rotate-one 1.15s linear infinite;
    -ms-animation: cssload-rotate-one 1.15s linear infinite;
    -webkit-animation: cssload-rotate-one 1.15s linear infinite;
    -moz-animation: cssload-rotate-one 1.15s linear infinite;
    border-bottom: 8px solid var(--e-global-color-accent);
}
.preloader-orbit-loading .cssload-two {
    right: 0%;
    top: 0%;
    animation: cssload-rotate-two 1.15s linear infinite;
    -o-animation: cssload-rotate-two 1.15s linear infinite;
    -ms-animation: cssload-rotate-two 1.15s linear infinite;
    -webkit-animation: cssload-rotate-two 1.15s linear infinite;
    -moz-animation: cssload-rotate-two 1.15s linear infinite;
    border-right: 8px solid var(--e-global-color-accent);
}
.preloader-orbit-loading .cssload-three {
    right: 0%;
    bottom: 0%;
    animation: cssload-rotate-three 1.15s linear infinite;
    -o-animation: cssload-rotate-three 1.15s linear infinite;
    -ms-animation: cssload-rotate-three 1.15s linear infinite;
    -webkit-animation: cssload-rotate-three 1.15s linear infinite;
    -moz-animation: cssload-rotate-three 1.15s linear infinite;
    border-top: 8px solid var(--e-global-color-accent);
}



/* =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
   HERO SLIDER
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D */

.web_traffic .hero-slider-section{
    position: relative;
}

.web_traffic .hero-slider-section .carousel-item{
    padding: 0px 0 140px;
    min-height: auto;
}

/* Arrows */
.web_traffic .hero-slider-arrow{
    width: 60px;
    opacity: 1;
}

.web_traffic .hero-slider-arrow span{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-size: 18px;
    background-color: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    transition: all .3s ease-in-out;
}

.web_traffic .hero-slider-arrow:hover span{
    background-color: #f13e3a;
}

/* Indicators */
.web_traffic .hero-slider-indicators{
    bottom: 40px;
}

.web_traffic .hero-slider-indicators button{
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    margin: 0 7px !important;
    border: none !important;
    background-color: rgba(255,255,255,0.3);
}

.web_traffic .hero-slider-indicators .active{
    background-color: #ff4b16;
}
/* Animation - SMOOTH FIXED VERSION */
.web_traffic .carousel-item .modern-banner-content{
    opacity: 0;
    transform: translate3d(0, 40px, 0);
    transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1),
                transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform, opacity;
}

.web_traffic .carousel-item.active .modern-banner-content{
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.web_traffic .carousel-item .banner-image{
    opacity: 0;
    transform: translate3d(60px, 0, 0);
    transition: opacity 0.9s cubic-bezier(0.25, 1, 0.5, 1),
                transform 0.9s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform, opacity;
}

.web_traffic .carousel-item.active .banner-image{
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* Responsive */
@media screen and (max-width: 991px){

    .web_traffic .hero-slider-section .carousel-item{
        min-height: auto;
        padding: 140px 0 100px;
    }

    .web_traffic .hero-slider-arrow{
        display: none;
    }
}

@media screen and (max-width: 767px){

    .web_traffic .hero-slider-section .carousel-item{
        padding: 120px 0 90px;
    }
}

.portfolio-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.portfolio-grid .grid-item{
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
}

.portfolio-grid .grid-item img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.portfolio-grid .grid-item:hover img{
    transform: scale(1.1);
}

.portfolio-grid .overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    color: #fff;
    opacity: 0;
    transition: 0.4s ease;
}

.portfolio-grid .grid-item:hover .overlay{
    opacity: 1;
}

section.web_grow-section {
    background: #fff;
}

span.banner-mini-title {
    color: #fff;
    font-size: 24px;
}

figure.mb-0.banner-logo img {max-width: 100px !important;width:
100%;filter: hue-rotate(253deg) brightness(3);}


.web_traffic_footer .footer-section .middle-portion .footer-logo  img
{width: 40%;}

.mfp-container {
  height: auto !important;
  }

  section.web_contact-section.cont-pg {
    background: #fff;
}

section.web_contact-section.cont-pg .heading h2 {
    color: #000;
}
.cont-pg form#contactpage input , .cont-pg form#contactpage textarea {
    background: #3333331c;
}

.cont-pg .heading {
    padding: 0;
}

.web_traffic .navbar-nav .dropdown-menu li a.dropdown-item.nav-link {
    padding: 0 !important;
}

.web_traffic .navbar-nav .dropdown-menu li a.dropdown-item.nav-link:hover {
    /* color: #e13a36 !important; */
}


.web_article-section .article_content{
transition:all ease .3s;
}

.web_article-section .article_content:hover a {
    color: #ee3d39;
}


.hero-slider-full,
.hero-slide{
    min-height: 100vh;
    position:relative;
    background-size: 100%;
    background-position: center 50px;
    background-repeat: no-repeat;
    padding: 50px 0;
}

/* Background images */
.bg-logo{
    background-image:url("/assets/images/logo-banner.jpg");
}

.bg-web{
    background-image:url("/assets/images/web-banner.jpg");
}

.bg-branding{
    background-image:url("/assets/images/branding-banner.jpg");
}

.bg-seo{
    background-image:url("/assets/images/seo-banner.jpg") !important;
}

.bg-digital{
    background-image:url("/assets/images/digital-marketing.jpg");
}

/* Dark overlay */
.hero-overlay{
    /* position:absolute; */
    /* inset:0; */
    /* background: rgb(0 0 0 / 25%); */
}

/* Content */
.home-page-hero .hero-content{
    position:absolute;
    top: 57%;
    left:8%;
    transform:translateY(-50%);
    max-width: 480px;
    color:#fff;
    z-index:2;
}

.hero-content span{
    text-transform:uppercase;
    font-weight:600;
    letter-spacing:1px;
    display:inline-block;
    margin-bottom:15px;
    color: #1d4c85;
}

.hero-content h1{
    font-size: 54px;
    line-height:1.1;
    margin-bottom:20px;
    color: #1d4c85;
}

.hero-content p{
    font-size:18px;
    margin-bottom:30px;
    max-width:600px;
}

button.carousel-control-prev {
    pointer-events: none !important;
    opacity: 0;
}


.hero-content p {
    color: #1d4c85;
    font-size:16px;
}


.web_progress-section .progress_content img {
    filter: hue-rotate(200deg) invert(1);
}

.web_contact-section .contact_wrapper .contact-boximage3 img.img-fluid
{filter: hue-rotate(40deg) saturate(1.8) brightness(2.05);}

.web_contact-section .contact_wrapper .contact-boximage1 img {
    filter: hue-rotate(40deg) saturate(1.8) brightness(2.05);
}

.web_testimonial-section .testimonial_wrapper .testimonial-boximage3 img {
    filter: hue-rotate(40deg) saturate(1.8) brightness(2.05);
}

.web_testimonial-section .testimonial_wrapper .testimonial-boximage1 img {
    filter: hue-rotate(40deg) saturate(1.8) brightness(2.05);
}

.web_choose-section .choose_wrapper .choose-boximage3 img {
    filter: hue-rotate(40deg) saturate(1.8) brightness(2.05);
}

figure.choose-boximage1.mb-0 img {
    filter: hue-rotate(40deg) saturate(1.8) brightness(2.05);
}

.web_grow-section .grow_wrapper .grow-boximage3 img {
    filter: hue-rotate(40deg) saturate(1.8) brightness(2.05);
}

.web_grow-section .grow_wrapper .grow-boximage2 img.img-fluid {
    filter: hue-rotate(40deg) saturate(1.8) brightness(2.05);
}

.web_grow-section .grow_wrapper .grow-boximage1  img {
    filter: hue-rotate(40deg) saturate(1.8) brightness(2.05);
}

.carousel-control-next, .carousel-control-prev {
    display: none !important;
}

.web_service-section .upper-text .row {
    align-items: end;
}

.portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    margin-bottom: 0px;
    cursor: pointer;
}

.portfolio-img {
    position: relative;
    transition: transform 0.2s ease;
}

.portfolio-img img {
    width: 100%;
    display: block;
    transition: transform 0.4s ease;
}

/* MAGNETIC SCALE */
.portfolio-item:hover .portfolio-img img {
    transform: scale(1.05);
}

/* OVERLAY */
.portfolio-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    opacity: 0;
    transition: 0.3s ease;
}

/* SHOW ON HOVER */
.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

/* ICONS */
.portfolio-overlay .icon {
    width: 48px;
    height: 48px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    transform: translateY(10px);
    transition: 0.3s ease;
}

.portfolio-item:hover .portfolio-overlay .icon {
    transform: translateY(0);
}

.portfolio-overlay .icon:hover {
    background: #000;
    color: #fff;
}


.web_progress-section .row:first-child {
  margin-bottom: 30px;
}

.web_progress-section .row:last-child .col-lg-6.col-md-12:last-child
.portfolio-item:nth-child(1), .web_progress-section .row:last-child
.col-lg-6.col-md-12:last-child .portfolio-item:nth-child(2) {
  margin-bottom: 30px;
}


.web_contact-section .contact_content select {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  background: var(--e-global-color-white);
  padding: 18px;
  margin-bottom: 30px;
  overflow: visible;
  border: none;
  outline: none;
}

.web_pricing-section {
  padding: 100px 0;
}

.site-button.button-lg {
  padding: 12px 18px;
  text-align: center;
  display: inline-block;
  color: var(--e-global-color-white) !important;
  background: var(--e-global-color-accent);
  border: 1px solid var(--e-global-color-accent);
  transition: all 0.3s ease-in-out;
}

.site-button.button-lg:hover {
  background: transparent;
  border-color: #f6b214;
}

section.web_services-section ul li {
    color: #244368;
    list-style: none;
    padding: 0;
}

section.web_services-section ul {
    padding-left: 10px;
}

section.webdev-hero.py-5 {
    position: relative;
    background-image: url(
https://pixeledesign.com/assets/images/web-banner.jpg);
    height: auto;
    background-size: 90%;
    padding: 260px 0 120px 0 !important;
    background-position: 170% bottom;
    background-repeat: no-repeat;
}

section.webdev-hero.py-5 .hero-content {
    position: relative;
}


.trust-box i {
    color: #244368;
    font-size: 60px;
    margin-bottom: 20px;
}

.scroll-price .price_content {
    padding: 24px 15px 30px 15px;
    justify-content: normal;
    gap: 30px;
    min-height: auto;
}

.scroll-price .price_content ul.list-unstyled {
    height: 250px;
    overflow-y: scroll;
    margin: 0 !important;
}

.web_traffic_footer .footer-section .middle-portion .footer-logo img{
    filter: hue-rotate(253deg) brightness(3);
}


.hero-stats {
    display: flex;
    gap: 40px;
    margin-bottom: 20px;
}



section.web_services-section.hero-sec {
    padding: 190px 0 100px !important;
    background: url(/assets/images/seo-banner.jpg);
    background-position: center right;
    background-size: contain;
}

section.web_services-section.py-5 img.img-fluid.rounded.shadow {box-shadow: none !important;}

section.web_services-section h2.service-title {
    font-size: 42px !important;
    line-height: 1.2;
}



.scroll-price .price_content ul.list-unstyled::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 4px;
	background-color: #F5F5F5;
}

.scroll-price .price_content ul.list-unstyled::-webkit-scrollbar
{
	width: 4px;
	background-color: #F5F5F5;
}

.scroll-price .price_content ul.list-unstyled::-webkit-scrollbar-thumb
{
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #f6b214;
}

.navbar-nav .dropdown-menu li.nav-item:hover {
    background: #f6b214;
}
.navbar-nav .dropdown-menu li.nav-item {
    transition:all ease .3s;
}


.video-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.portfolio-video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 0.4s ease;
}

.video-item:hover .portfolio-video {
    transform: scale(1.05);
}

section.webdev-hero.anim-hero {
    background-image: url(https://pixeledesign.com/assets/images/vid-banner.jpg);
}

.portfolio-item{
    display:none;
    animation: portfolioFade .5s ease;
}

.portfolio-item.active{
    display:block;
}

@keyframes portfolioFade{
    from{
        opacity:0;
        transform:translateY(20px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

.portfolio-item img,
.portfolio-item video{
    width:100%;
    height:320px;
    object-fit:cover;
    border-radius:12px;
}

.portfolio-tabs{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:15px;
    margin-bottom:40px;
}

.portfolio-tab{
    padding:12px 25px;
    border:none;
    border-radius:50px;
    cursor:pointer;
    transition:.3s;
}

.portfolio-tab.active{
    transform:translateY(-3px);
}

/* Responsive */
@media(max-width:991px){

    .hero-content{
        left:30px;
        right:30px;
        transform:translateY(-50%);
    }

    .hero-content h1{
        font-size:42px;
    }
}

@media(max-width:576px){

    .hero-slider-full,
    .hero-slide{
        height:80vh;
    }

    .hero-content h1{
        font-size:30px;
    }

    .hero-content p{
        font-size:15px;
    }
}



@keyframes cssload-rotate-one {
0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}

100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}

@-o-keyframes cssload-rotate-one {
0% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}

100% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}

@-ms-keyframes cssload-rotate-one {
0% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}

100% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}

@-webkit-keyframes cssload-rotate-one {
0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}

100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}

@-moz-keyframes cssload-rotate-one {
0% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
}

100% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
}
}

@keyframes cssload-rotate-two {
0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}

100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}

@-o-keyframes cssload-rotate-two {
0% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}

100% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}

@-ms-keyframes cssload-rotate-two {
0% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}

100% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}

@-webkit-keyframes cssload-rotate-two {
0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}

100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}

@-moz-keyframes cssload-rotate-two {
0% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
}

100% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
}
}

@keyframes cssload-rotate-three {
0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}

100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
}

@-o-keyframes cssload-rotate-three {
0% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}

100% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
}

@-ms-keyframes cssload-rotate-three {
0% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}

100% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
}

@-webkit-keyframes cssload-rotate-three {
0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}

100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
}

@-moz-keyframes cssload-rotate-three {
0% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
}

100% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
}
}