/*===============================================
Template Name: ITpro - IT Solutions  HTML5 Template
Author:  https://www.templatemonster.com/authors/unique-theme/
Description: Description
Version: 1.0.0
Text Domain: ITpro
Tags: consulting, finance, corporate, business, consultant, multipurpose, technology, it-solution, software, agency, company, portfolio, bangking, insurance, digital-agency, digital-marketing.
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. ITpro Header Top Menu Area Css
02. ITpro Nav Menu Area Css 
03. ITpro Hero Area Css
04. ITpro Section Title Css
05. ITpro Service Area css
06. ITpro About Area Css
07. ITpro Counter Area Css
08. ITpro Case Study Area Css
09. ITpro Testimonial Area Css
10. ITpro Team Area Css
11. ITpro Faq Area Css
12. ITpro Brand Section Css
13. ITpro Call Do Section Css
14. ITpro Form Box Css
15. ITpro Blog Area Css
16. ITpro footer Area Css
17. ITpro Scrollup Section
18. ITpro Bounce Animation Css 
19. ITpro principles-area Css
20. ITpro Breadcumb Area Css
21. ITpro abouts_areas- Css
22. ITpro Feture-Area Css
23. ITpro Pricing Section Css
24. ITpro Why Choose Us Section Css
25. ITpro Contact  US Css
26. ITpro Blog Sidber Widget CSS
27. ITpro Case Study Details Css
28. ITpro Search Box Css
28. ITpro Loader Css
29. ITpro Skill Area Css
=======================*/





/**
======================================================
<--  ITpro Top bar Area Css -->
======================================================**/
.top-bar-area {
    background: #050a1e;
    padding: 11px 0 11px;
    position: relative;
    z-index: 1;
}

.top-bar-area:before {
    position: absolute;
    content: "";
    width: 47%;
    height: 100%;
    left: -25px;
    top: 0;
    background: #ef7900;
    z-index: -1;
    transform: skew(338deg);
}

.top-bar-address ul li {
    display: inline-block;
    margin-right: 35px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    position: relative;
}

.top-bar-address ul li:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    left: -20px;
    top: 6px;
    background: rgba(250,250,250,0.7);
}

.top-bar-address ul li.upper:before{
  background:transparent;
}

.top-bar-address ul li i {
    font-size: 14px;
    display: inline-block;
    margin-right: 6px;
    color: #fff;
}

.top-social-address ul li {
    display: inline-block;
}

li.social-text {
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    font-family: "Fira Sans";
    text-transform: uppercase;
    margin-right: 11px;
    position: relative;
}

li.social-text:before {
    position: absolute;
    content: "";
    width: 38px;
    height: 2px;
    background: #ef7900;
    left: -45px;
    top: 13px;
}

.top-social-address ul li i {
    display: inline-block;
    background: #0777E8;
    color: #fff;
    width: 26px;
    height: 26px;
    text-align: center;
    font-size: 12px;
    line-height: 27px;
    border-radius: 30px;
    margin-right: 4px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.top-social-address ul li i:hover{
    color:#0777E8;
}

.top-social-address ul li i:after{
    position: absolute;
    content:"";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(0);
    background:#fff;
    z-index: -1;
    border-radius: 50px;
    transition: 0.5s;
}

.top-social-address ul li i:hover:after{
    transform:scale(1);
}

.top-social-address ul li:nth-child(3) i{
    background: #1D9BF0;
    transition: 0.5s;
}

.top-social-address ul li:nth-child(3) i:hover{
    color: #1D9BF0;
}

.top-social-address ul li:nth-child(4) i{
    background: #0077B5;
    transition: 0.5s;
}

.top-social-address ul li:nth-child(4) i:hover{
    color: #0077B5;
}

.top-social-address ul li:nth-child(5) i{
    background: #E70326;
}

.top-social-address ul li:nth-child(5) i:hover{
    color: #E70326;
    transition: 0.5s;
}


/**
======================================================
<--  ITpro Header Menu Area Css -->
======================================================**/

.header_menu ul {
    display: inline-block;
}

.header_menu ul>li {
    display: inline-block;
    margin-right: 34px;
}

.header_menu ul>li>a {
    display: inline-block;
    font-size: 16px;
    color: #232323;
    font-weight: 400;
    padding: 36px 0;
    font-family: "Fira Sans";
    transition: 0.5s;
}

.header_menu ul>li>a:hover{
    color:#ef7900;
}

.header_menu ul li i {
    font-size: 11px;
    display: inline-block;
    position: relative;
    left: 6px;
    top: -1px;
    color: #232323;
    transition: 0.5s;
}

.header_menu ul>li>a:hover i{
    color:#ef7900;
}

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

.header-button a {
    display: inline-block;
    background: #ef7900;
    color: #fff;
    padding: 11px 40px;
    border-radius: 5px;
    margin-left: 25px;
    position: relative;
    z-index: 1;
    border: 2px solid #ef7900;
}

.header-button a:hover{
    color:#ef7900;
}

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

.header-button a:hover:before{
    width: 100%;
    left: 0;

}


.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #fff !important;
    transition: .5s !important;
    z-index: 922;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}

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

.header_menu ul>li .sub-menu {
    position: absolute;
    width: 200px;
    display: block;
    text-align: left;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    top: 150%;
    z-index: 2;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-top: 5px solid #ef7900;
    border-radius: 3px 3px 0 0;
}

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

.header_menu ul>li .sub-menu li a {
    display: block;
    padding: 6px 19px;
    color: #020202;
    width: 200px;
    font-weight: 500;
}

.header_menu ul>li .sub-menu li a:hover {
    background: #ef7900;
    color: #fff;
}

/**
======================================================
<--  ITpro Hero Area Css -->
======================================================**/

.hero-area {
    background: url(../img/hero-bg.jpg);
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.hero-content h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    margin-top: 0;
    background-color: rgba(255,255,255,0.2);
    padding: 14px 42px;
    margin-bottom: 14px;
    border-radius: 5px;
}

.hero-content h1 {
    text-transform: uppercase;
    font-size: 70px;
    line-height: 80px;
    color: #ffffff;
    font-weight: 700;
}

.hero-button{
    display: inline-block;
}

.hero-button a {
    display: inline-block;
    background: #ef7900;
    color: #fff;
    padding: 16px 36px;
    margin-top: 28px;
    font-weight: 500;
    font-family: "Fira Sans";
    position: relative;
    z-index: 1;
    transition: 0.5s;
    border-radius: 5px;
}

.hero-button a:hover{
    color:#ef7900;
}

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

.hero-button a:hover:before{
    width: 100%;
    left: 0;

}

.hero-button i {
    display: inline-block;
    background: #fff;
    color: #ef7900;
    border-radius: 50px;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 23px;
    position: relative;
    left: 8px;
    top: -1px;
    font-size: 10px;
    transition: 0.5s;
}

.hero-button a:hover i{
    color:#fff;
    background:#ef7900;
}

.hero-video-button {
    display: inline-block;
}

.hero-video-button a {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid #ffff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50px;
    margin-left: 25px;
}

.hero-shape-1 {
    position: absolute;
    left: -31px;
    top: -148px;
    animation: moveLeftBounce 5s linear infinite;
}

.hero-shape-2 {
    position: absolute;
    left: -4px;
    top: -182px;
    z-index: -1;
    animation: bounce 5s linear infinite;
}

.hero-shape-3 {
    position: absolute;
    top: -79px;
    left: -32px;
    animation: moveRightBounce 10s linear infinite;
}

.hero-shape-4 {
    position: absolute;
    right: 0;
    top: -70px;
    animation: moveLeftBounce 5s linear infinite;
}

.hero-shape-5 {
    position: absolute;
    right: -5px;
    top: -156px;
    z-index: -1;
    animation: bounce 5s linear infinite;
}

/* All animation*/
@keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

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

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

@keyframes moveRightBounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


/**
======================================================
<--  ITpro feature Area Css -->
======================================================**/
.feature-area {
    margin-top: -40px;
    position: relative;
    z-index: 1;
}


.single-feature-box {
    background: url(../img/feature-box-bg1.png);
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 33px 39px 26px;
    position: relative;
}

.single-feature-box.style-two{
    background: url(../img/feature-box-bg2.png);
}

.feature-box-content {
    padding-left: 28px;
}

.feature-box-content h4 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 9px;
}

.feature-box-content p {
    color: #fff;
    opacity: 0.7;
}

.feature-button {
    position: absolute;
    display: inline-block;
    right: 20px;
    top: 50%;
    transform: translate(-50%, -47%);
}

.feature-button a {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.feature-button a:after {
    position: absolute;
    content: "";
    top: -10px;
    left: -37px;
    height: 48px;
    width: 48px;
    border-radius: 100%;
    border: 2px solid #fff;
    z-index: -1;
    opacity: 0.3;
    transition: 0.5s;
}

.single-feature-box:hover .feature-button a:after {
    left: -22px;
}



/**
======================================================
<--  ITpro Section Area Css -->
======================================================**/
.section-title {
    margin-bottom: 30px;
}

.section-title.tow {
    margin-bottom: 80px;
}

.section-title h4 {
    padding: 0px 0 14px 54px;
    font-size: 16px;
    line-height: 31px;
    color: #ef7900;
    font-weight: 500;
    margin: 0;
    position: relative;
}

.section-title h4:before {
    position: absolute;
    content: "";
    width: 44px;
    height: 2px;
    left: 0px;
    top: 17px;
    background: #ef7900;
}

.section-title.tow h4:before {
    left: -113px;
    margin: auto;
    right: 0;
}

.section-title h1 {
    font-size: 36px;
    line-height: 43px;
    color: #232323;
    margin: 0;
}

p.section-desc-1 {
    padding: 21px 0 0;
}


/**
======================================================
<--  ITpro About Area Css -->
======================================================**/
.about-area {
    background: #fff;
    padding: 123px 0 125px;
}

.about-box-left {
    position: relative;
}

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

.about-shape-1 {
    position: absolute;
    top: 68px;
    left: 34%;
    animation: bounce 4s linear infinite;
}

.about-social-icon-1 {
    position: absolute;
    right: 96px;
    top: 48px;
    animation: bounce 3s linear infinite;
}

.about-social-icon-2 {
    position: absolute;
    right: 54px;
    top: 135px;
    animation: bounce 7s linear infinite;
}

.about-social-icon-3 {
    position: absolute;
    right: 114px;
    top: 204px;
    animation: bounce 7s linear infinite;
}

.single-about-box {
    margin-bottom: 23px;
}

.single-about-content h4 {
    font-size: 20px;
    line-height: 26px;
    color: #232323;
    font-weight: 500;
    margin: 0;
}

.single-about-content h4 i {
    color: #ef7900;
    font-size: 18px;
    padding-right: 10px;
}

.single-about-box p {
    margin: 9px 0 16px;
}

.skill.tow {
    margin-bottom: 8px;
    position: relative;
    overflow-x: hidden;
}

.skill.tow > p {
    font-size: 16px;
    margin: 0;
    margin-bottom: 6px;
    color: #232323;
    font-weight: 500;
}

.skill.tow:before {
    width: 100%;
    height: 6px;
    content: "";
    display: block;
    position: absolute;
    background: #EEEEEE;
    bottom: 20px;
    border-radius: 10px;
}

.skill-bar.tow {
    width: 75%;
    height: 6px;
    background: #232323;
    display: block;
    position: relative;
    border-radius: 8px;
}

.skill-bar.tow span {
    font-size: 16px;
    /* padding: 3px 0; */
    font-weight: 500;
    float: right;
    top: -30px;
    position: relative;
    color: #232323;
    font-weight: 500;
}
.skill-bar {
    position: relative;
  
}

.about-author-box {
    display: inline-block;
}

.about-author {
    display: flex;
    align-items: center;
    padding-left: 28px;
}

.about-author-thumb {
    padding-right: 17px;
}

.about-author-content h4 {
    font-size: 18px;
    line-height: 26px;
    color: #232323;
    font-weight: 600;
}

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

.ITpro-button{
    display: inline-block;
}

.ITpro-button a {
    display: inline-block;
    background: #ef7900;
    color: #fff;
    padding: 13px 36px;
    font-weight: 500;
    font-family: "Fira Sans";
    position: relative;
    z-index: 1;
    transition: 0.5s;
    border-radius: 5px;
    border: 2px solid #ef7900;
}

.ITpro-button a:hover{
    color:#ef7900;
}

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

.ITpro-button a:hover:before{
    width: 100%;
    left: 0;

}

.ITpro-button i {
    display: inline-block;
    background: #fff;
    color: #ef7900;
    border-radius: 50px;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 23px;
    position: relative;
    left: 8px;
    top: -1px;
    font-size: 10px;
    transition: 0.5s;
}

.ITpro-button a:hover i{
    color:#fff;
    background:#ef7900;
}




/**
======================================================
<--  ITpro Service Area Css -->
======================================================**/
.service-area {
    background: url(../img/service-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 98px 0 125px;
}

.single-service-box {
    padding: 39px 26px 21px;
    border-radius: 5px;
    filter: drop-shadow(0px 10px 15px rgba(233,233,233,0.4));
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}

.single-service-box:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    z-index: -1;
    transition: 0.5s;
    background: url(../img/service-box-bg1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}

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

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

.single-service-box:hover:after{
    height: 5px;
}

.service-box-icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background-color: #0f111a;
    line-height: 70px;
    text-align: center;
    position: absolute;
    top: -34px;
    transition: all 400ms linear;
}

.single-service-box:hover .service-box-icon{
    background:#ef7900;
}

.service-content h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    padding: 21px 0 14px;
    transition: 0.5s;
}

.single-service-box:hover .service-content h4{
    color:#fff;
}

.service-content p{
    transition: 0.5s;
}

.single-service-box:hover .service-content p{
   color: #fff;
}

a.service-button {
    color: #232323;
    font-weight: 400;
    font-family: "Fira Sans";
    display: inline-block;
    padding: 6px 0 0;
    transition: 0.5s;
}

.single-service-box:hover a.service-button{
    color: #fff;
}

a.service-button i {
    display: inline-block;
    position: relative;
    left: 6px;
    top: 1px;
    color: #232323;
    transition: 0.5s;
}

.single-service-box:hover a.service-button i{
    color: #fff;
}

/**
======================================================
<--  ITpro Why Choose Us Area Css -->
======================================================**/

.why-choose-us-area {
    background: url(../img/choose-us-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 114px 0 95px;
    position: relative;
}

.why-choose-us-area .section-title h1 {
    color: #FFF;
}

.why-choose-us-area p.section-desc-1 {
    color: #ffffff;
    opacity: 0.5;
}

.single-choose-us-box {
    background-color: rgba(255,255,255,0.10196078431372549);
    padding: 11px 30px 23px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

.single-choose-us-box:before{
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    background:#ef7900;
    z-index: -1;
    transition: 0.5s;
    border-radius: 5px;
}

.single-choose-us-box:hover:before{
    width: 100%;
    left: 0;
}

.choose-us-content h4 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    line-height: 26px;
}

.choose-us-butoon i {
    display: inline-block;
    font-size: 32px;
    position: absolute;
    right: 12px;
    bottom: 9px;
    transform: rotate(45deg);
    color: #ef7900;
    transition: 0.5s;
}

.single-choose-us-box:hover .choose-us-butoon i{
    color:#fff;
}

/**
======================================================
<--  ITpro Principles Area Css -->
======================================================**/
.principles-area {
    padding: 113px 0 105px;
}

.row.principlse-images-position {
    position: relative;
}

.principlse-thumb {
    position: absolute;
    left: 27%;
    top: 12px;
    z-index: -1;
}

.single-principlse-box {
    border-radius: 10px;
    filter: drop-shadow(0 0 15px rgba(223,223,223,0.7));
    background-color: #ffffff;
    padding: 12px 69px 17px 0;
    text-align: right;
    position: relative;
    border-left: 4px solid #ef7900;
    z-index: 1;
}

.single-principlse-box:before {
    position: absolute;
    content: "";
    right: 0;
    height: 100%;
    width: 0;
    top: 0;
    z-index: -1;
    background: url(../img/principlse-box-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition:0.5s;
    border-radius: 10px;
}

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

.single-principlse-box.upper {
    position: relative;
    left: -62px;
}

.single-principlse-box.style-two{
    text-align: left;
    border: transparent;
    border-right: 4px solid #ef7900;
    padding: 12px 0 17px 69px;
}

.single-principlse-box.style-two:before {
    left: 0;
}

.single-principlse-box.style-two.upper {
    position: relative;
    left: 45px;
}

.single-principlse-box.style-two .principlse-box-icon {
    transform: translate(-56%, -50%);
    left: 0;
}


.principlse-box-icon {
    position: absolute;
    line-height: 64px;
    border: none;
    transition: .5s;
    display: inline-block;
    width: 66px;
    height: 66px;
    border-radius: 33px;
    background-color: #0f111a;
    transform: translate(40%, -50%);
    top: 50%;
    text-align: center;
    right: 0;
}

.single-principlse-box:hover .principlse-box-icon{
    background:#ef7900;
}

.principles-content h4 {
    font-size: 18px;
    line-height: 45px;
    font-weight: 500;
    transition: 0.5s;
}

.single-principlse-box:hover .principles-content h4{
    color:#fff;
}

.principles-content p {
    font-size: 16px;
    line-height: 26px;
    color: #686868;
    font-weight: 300;
    transition: 0.5s;
}

.single-principlse-box:hover .principles-content p{
    color:#fff;
}


/**
======================================================
<--  ITpro Team Area Css -->
======================================================**/
.team-area {
    background: #F7F7F7;
    padding: 114px 0 3px;
}

.team-area .ITpro-button {
    margin-top: 39px;
}

.team-content {
    border-radius: 5px;
    filter: drop-shadow(0px 10px 15px rgba(210,210,210,0.2));
    background-color: #ffffff;
    padding: 9px 28px 84px;
    position: relative;
    z-index: 1;
}

.team-content:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: url(../images/team/team-content-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.5s;
    z-index: -1;
    border-radius: 0 0 4px 4px;
}

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

.team-content:after{
    position: absolute;
    content: "";
    top: 0;
    width: 0;
    background: #ef7900;
    height: 4px;
    left: 50%;
    border-radius: 0;
    transition: 0.5s;
}

.single-team-box:hover .team-content:after{
    width:100%;
    left: 0;
}

.team-content h4 {
    font-size: 20px;
    line-height: 30px;
    color: #232323;
    font-weight: 600;
    transition: 0.5s;
}

.single-team-box:hover .team-content h4{
    color:#fff;
}

.team-content p {
    line-height: 30px;
    color: #686868;
    font-weight: 300;
    transition: 0.5s;
}

.single-team-box:hover .team-content p{
    color:#fff;
}

.team-thumb {
    text-align: center;
    margin-top: -79px;
    position: relative;
    z-index: 1;
}

.team-thumb img {
    width: 85%;
}

.team-share {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background: #ef7900;
    border-radius: 4px;
    cursor: pointer;
    position: absolute;
    top: -16px;
    right: 34px;
    transition: 0.5s;
    z-index: 999;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: #ef7900;
    line-height: 40px;
}

.team-share-icon:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #ef7900;
    height: 14px;
    width: 14px;
    bottom: -32px;
    z-index: -1;
    transform: rotate(45deg);
}

.team-social-icon {
    position: relative;
    z-index: 1;
    top: -180px;
    left: 72px;
}

.team-social-icon ul li {
    list-style: none;
    margin-bottom: 5px;
}

.team-social-icon ul li a {
    display: inline-block;
    background: #ef7900;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    transition: 0.5s;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    position: relative;
    z-index: 1;
}

.team-social-icon ul li a:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom:0;
    background:#232323;
    z-index: -1;
    transform: scale(0);
    transition: 0.5s;
    border-radius: 50px;
}

.team-social-icon ul li a:hover:before{
    transform: scale(1);
}

.team-social-icon.active ul li a {
    transform: translateY(0px);
    opacity: 1;
    overflow: hidden;
    visibility: visible;
    
}
.team-social-icon ul li:nth-child(1) a {
    transition-delay: 0.5s;
}
.team-social-icon ul li:nth-child(2) a {
    transition-delay: 0.4s;
}
.team-social-icon ul li:nth-child(3) a {
    transition-delay: 0.2s;
}
.team-social-icon ul li:nth-child(4) a {
    transition-delay: 0s;
}


/**
======================================================
<--  ITpro Counter Area Css -->
======================================================**/
.counter-area {
    background: url(../img/counter-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 65px 0 47px;
}

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

.counter-content h1 {
    font-size: 44px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
}

.single-counter-box span {
    font-size: 44px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
}

.counter-content p {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 11px;
}

/**
======================================================
<--  ITpro Testimonial Area Css -->
======================================================**/
.testimonial-area {
    background: url(../img/testimonial-bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 114px 0 114px;
}

.testimonial-area .section-title.tow {
    margin-bottom: 47px;
}

.testimonial-area .section-title h1 {
    color: #fff;
}

.single-testimonial-box {
    background: #F6F6F6;
    text-align: center;
    padding: 5px 0 18px;
    border-radius: 5px;
    margin-top: 45px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.single-testimonial-box:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:#ef7900;
    transform: scale(0);
    transition: 0.5s;
}

.owl-item.active.center .single-testimonial-box:before{
      transform: scale(1);
}

.single-testimonial-box:after{
     position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background:url(../img/testi-box-bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center center;
    transition: 0.5s;
    z-index: -1;
    border-radius: 5px;
}

.owl-item.active.center .single-testimonial-box:after{
    height: 100%;
}

.testimonial-thumb {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -42px;
}

.testimonial-quote-icon-1 {
    position: absolute;
    left: 51px;
    top: 20px;
    opacity: 0;
    transition: 0.5s;
}

.owl-item.active.center .testimonial-quote-icon-1{
    opacity:1;
    top: -17px;
}


.testimonial-content h4 {
    font-size: 22px;
    font-weight: 600;
    padding: 59px 0 20px;
}

.testimonial-reating {
    transition: 0.5s;
    display: none;
}

.owl-item.active.center .testimonial-reating {
    display:block;
}

.testimonial-reating ul li {
    display: inline-block;
}

.testimonial-reating ul li i {
    color: #ef7900;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 4px;
    font-size: 15px;
}

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

.owl-dots {
    position: relative;
    text-align: center;
    left: 0%;
    bottom: 0;
}

.owl-dot {
    display: inline-block;
    background: #fff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-top: 48px;
    margin-right: 6px;
}

.owl-dot.active {
    display: inline-block;
    background: #ef7900;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-top: 11px;
    margin-right: 6px;
    border: transparent;
}



/**
======================================================
<--  ITpro Skill Area Css -->
======================================================**/
.skill-area {
    padding: 120px 0 104px;
}

.skill-area-thumb {
    margin-left: -120px;
    position: relative;
}

.skill-shape-1 {
    position: absolute;
    bottom: 45px;
    left: 80px;
    animation: bounce 5s linear infinite;
}

.skill-shape-2 {
    position: absolute;
    bottom: 62px;
    right: 95px;
    animation: bounce 3s linear infinite;
}

.skill-shape-3 {
    position: absolute;
    top: -54px;
    left: 184px;
    animation: bounce 8s linear infinite;
}

.skill-shape-4 {
    position: absolute;
    top: 40px;
    left: 129px;
    animation: bounce 10s linear infinite;
}

.skill-shape-5 {
    position: absolute;
    right: 108px;
    top: 36px;
    animation: bounce 6s linear infinite;
}

.skill {
    margin-bottom: 14px;
    position: relative;
    overflow-x: hidden;
}

.skill > p {
    margin: 0;
    margin-bottom: 13px;
    font-size: 16px;
    color: #232323;
    font-weight: 500;
    font-family: "Poppins";
}

.skill:before {
    width: 100%;
    height: 15px;
    content: "";
    display: block;
    position: absolute;
    background: #EEEEEE;
    bottom: 16px;
    border-radius: 10px;
}

.skill-bar {
    width: 75%;
    height: 4px;
    background: #ef7900;
    display: block;
    position: relative;
    border-radius: 8px;
    left: 8px;
}

.skill-bar span {
    /* padding: 3px 0; */
    float: right;
    top: -34px;
    position: relative;
    font-size: 16px;
    color: #232323;
    font-weight: 500;
    font-family: "Poppins";
}

.skill-bar {
    position: relative;
  
}

.skill1 .skill-count1 {
    right: 0;
}

/* SKILL 2 */
.skill2{
    width: 85%;
}

.skill2 .skill-count2 {
    right: 0;
}


/**
======================================================
<--  ITpro Blog Area Css -->
======================================================**/
.blog-area {
    padding: 115px 0 242px;
    background: #F9F9F9;
}

.blog-area.blog-grid {
    padding: 123px 0 211px;
}

.blog-area.blog-grid .meta-blog {
    bottom: 190px;
}

.blog-area .section-desc-1 p {
    margin-top: 59px;
}

.single-blog-box.blog-grid {
    margin-bottom: 30px;
}

.single-blog-thumb{
    overflow: hidden;
}

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

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

.meta-blog {
    background: #ef7900;
    display: inline-block;
    position: absolute;
    bottom: 157px;
    right: 28px;
    padding: 8px 20px;
    border-radius: 5px;
    z-index: 1;
}

.meta-blog h6 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
}

.meta-blog p {
    font-size: 15px;
    color: #ffffff;
    font-family: "Fira Sans";
    margin: 0;
}

.single-blog-content {
    border-radius: 5px;
    filter: drop-shadow(0px 10px 15px rgba(210,210,210,0.2));
    background-color: #ffffff;
    padding: 23px 29px 20px;
    position: relative;
}

.single-blog-content:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    left: 0;
    right: 0;
    bottom: 0;
    background:#ef7900;
    transform: scale(0);
    transition: 0.5s;
    border-radius: 0 0 5px 5px;
}

.single-blog-box:hover .single-blog-content:before{
     transform: scale(1);
}


.meta-blog-2 p {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 0;
}

.single-blog-content a {
    font-size: 21px;
    line-height: 32px;
    color: #252525;
    font-weight: 600;
    font-family: "Poppins";
    display: inline-block;
    padding: 4px 0 8px;
    transition: 0.5s;
}

.single-blog-content a:hover{
    color:#ef7900;
}


a.blog-button {
    font-size: 16px;
    color: #232323;
    font-weight: 400;
    font-family: "Fira Sans";
    transition: 0.5s;
}

a.blog-button:hover{
    color:#ef7900;
}

a.blog-button i {
    display: inline-block;
    font-size: 17px;
    position: relative;
    left: 6px;
    top: 1px;
    color: #232323;
    transition: 0.5s;
}

a.blog-button:hover i{
    color:#ef7900;
}


/**
======================================================
<--  ITpro call-do-action-area Css -->
======================================================**/

.row.add-bg {
    background: url(../img/call-do-action-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 59px 48px 77px;
    margin-top: -118px;
    z-index: 1;
    position: relative;
}

.call-do-action-content h4 {
    font-size: 36px;
    color: #ffff;
    font-weight: 600;
    line-height: 28px;
}

.call-do-action-contact-box {
    display: -webkit-box;
    margin-left: 96px;
}

.call-do-action-contact-icon {
    position: relative;
    top: 9px;
    padding-right: 20px;
}

.call-do-action-contact-content h4 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    line-height: 52px;
}

.call-do-action-contact-content p {
    color: #fff;
    margin: 0;
    font-size: 18px;
}




/**
======================================================
<--  ITpro Footer Area Css -->
======================================================**/
.footer-area {
    padding: 237px 0 19px;
    margin-top: -128px;
    background: url(../img/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.footer-widget-desc p {
    color: #fff;
    padding: 8px 0 27px;
    margin: 0;
}

.footer-widget-desc-2 p {
    margin-top: 6px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Rubik";
}

.footer-widget-social-icon ul li {
    display: inline-block;
    margin-right: 4px;
    margin-top: 5px;
}

.footer-widget-social-icon ul li i {
    display: inline-block;
    color: #fff;
    transition: 0.5s;
    background: #0777E8;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    text-align: center;
    line-height: 35px;
}

.footer-widget-social-icon ul li i:hover{
    color:#fff;
}
.footer-widget-social-icon ul li:nth-child(2) i{
    background-image: linear-gradient(135deg, #b618c1 0%, #f3593d 100%);
    transition: 0.5s;
}

.footer-widget-social-icon ul li:nth-child(3) i{
    background-color: #219ff9;
    transition: 0.5s;
}

.footer-widget-social-icon ul li:nth-child(4) i{
    background: #f70000;
}

.footer-widget-titel h4 {
    padding: 0 0 36px;
    margin: 0;
    font-size: 24px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 500;
    position: relative;
}

.footer-widget-titel h4:before {
    position: absolute;
    content: "";
    width: 54px;
    height: 2px;
    left: 0;
    bottom: 30px;
    background: #ef7900;
}

.footer-widget-menu ul li a {
    display: inline-block;
    transition: 0.5s;
    font-size: 16px;
    line-height: 42px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Fira Sans";
    transition: 0.5s;
}

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

.newletter-input-box input {
    width: 75%;
    height: 56px;
    outline: 0;
    margin-top: 4px;
    border: transparent;
    padding: 0 16px;
    background: #373644;
    border-radius: 5px;
    display: inline-block;
    color:#fff;
}

.newletter-input-box input::placeholder {
    opacity: 0.302;
    font-size: 15px;
    color: #ffffff;
}

.newsletter-button button {
    border: transparent;
    background: #ef7900;
    color: #fff;
    text-align: center;
    padding: 15px 18px;
    float: right;
    font-size: 20px;
    position: relative;
    top: -56px;
    right: 39px;
    border-radius: 0 4px 4px 0;
}

.footer-widget-brand span {
    margin-right: 6px;
    display: inline-block;
    margin-top: 28px;
}

.footer-bottom-area {
    margin-top: 103px;
    border-top: 1px solid rgba(250,250,250,0.2);
    padding: 22px 0 0;
}

.footer-bottom-content-copy p {
    font-size: 16px;
    line-height: 30px;
    color: #f8f9fe;
    margin: 0;
}

.footer-bottom-content-copy p a {
    color: #ef7900;
    display: inline-block;
    font-weight: 500;
}


/**
======================================================
<--  ITpro Brand Area Css -->
======================================================**/
.brand-area.style-2 {
    background: url(../img/counter-bg23.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0 70px;
}

.brand-area.style-2 .brand-thumb img {
    width: 100%;
}

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




/**
======================================================
<--  ITpro Service Details Area Css -->
======================================================**/
.service-detials-area {
    padding: 124px 0 192px;
}

.service-detials-area .ITpro-service-thumb img {
    width: 100%;
}

/*service page title*/
.service-page-title h1 {
    line-height: 42px;
}

.service-page-title h1 {
    font-size: 36px;
    font-weight: 600;
    color: #0D0E14;
    padding: 20px 0 20px;
    display: inline-block;
}

/*detials description*/
.serivce-details-desc p span {
    color: #ef7900;
}

/*detials box*/
.service-details-box {
    background: #F5F5F5;
    padding: 20px 25px 13px;
    border-radius: 4px;
    margin-bottom: 30px;
    margin-right: 5px;
}

/*detials icon*/
.service-details-icon {
    float: left;
    margin-right: 25px;
    margin-top: 10px;
}

.service-details-icon img {
    border-radius: 4px;
}

/*detials title */
.service-details-title h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding: 0 0 12px;
}

/*detils desc*/
.services-detials-desc p {
    font-size: 15px;
    line-height: 26px;
}

/*page title*/
.service-page-title2 h1 {
    line-height: 38px;
    margin: 0;
}

.service-page-title2 h1 {
    font-size: 30px;
    font-weight: 600;
    color: #0D0E14;
    padding: 10px 0 16px;
    display: inline-block;
}

/*details thumb*/
.service-details-thumb {
    position: relative;
}

/*service details icon*/
.widget-service-details-icon p {
    margin-bottom: 12px;
}

.widget-service-details-icon i {
    font-size: 25px;
    color: #ef7900;
    display: inline-block;
    margin-right: 2px;
    position: relative;
    top: 4px;
}

/*service work process box*/
.service-work-process-box {
    padding: 40px 25px 20px;
    background: #F5F5F5;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 30px;
}

/*work process number*/
.service-work-process-number {
    display: inline-block;
    padding: 10px;
    position: relative;
}

.service-work-process-number:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 10px solid #ef7900;
    border-radius: 50%;
    opacity: .3;
}

.service-work-process-number span {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #ef7900;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

/*work process title*/
.service-work-process-title h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    padding: 20px 0 10px;
}

/*work process desc*/
.service-work-process-desc p {
    font-size: 15px;
    line-height: 26px;
}

/*widget search*/
.widget_search {
    padding: 30px 30px 30px;
    border-radius: 4px;
    margin-bottom: 30px;
    background: #F5F5F5;
}

.widget_search form {
    position: relative;
}

.widget_search input {
    border-radius: 4px;
    padding-left: 20px;
    height: 60px;
    width: 100%;
    position: relative;
    color: #0D0E14;
    border: 0;
}

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

/*widget search upper*/
.upper.widget_search {
    padding: 0;
    margin-bottom: 30px;
    background: inherit;
    text-align: right;
}

.upper.widget_search input {
    height: 56px;
    width: 73%;
    color: #0D0E14;
    border: 1px solid rgba(13, 14, 20, 0.1);
    border-radius: 4px 0px 0px 4px;
}

.upper.widget_search input:focus-visible {
    box-shadow: none;
}

.upper button.icons {
    height: 56px;
    width: 56px;
}

/*widget categories box*/
.widget-categories-box {
    background: #F5F5F5;
    padding: 42px 40px 25px;
    border-radius: 5px;
}

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

.categories-title h4:before {
    position: absolute;
    content: "";
    left: -42px;
    top: 0;
    height: 24px;
    width: 2px;
    background: #ef7900;
}

.service-detials-area .categories-title h4:before {
    left: -37px;
}

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

.widget-categories-menu ul li {
    display: block;
    list-style: none;
    margin-bottom: 15px;
    background: #fff;
    padding: 16px 20px 16px;
    border-radius: 4px;
    transition: .5s;
    color: #0D0E14;
}

.widget-categories-menu ul li:hover,
.widget-categories-menu ul li.active {
    background: #ef7900;
    color: #fff;
}

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

/*all hover*/
.widget-categories-menu ul li:hover a {
    color: inherit;
}

.service-details-icon-box {
    margin-left: 20px;
}

/*widget categories thumb*/
.widget-categories-thumb {
    background: url(../img/srd3.jpg);
    background-repeat: no-repeat;
    padding: 80px 0 80px;
    margin-top: 30px;
    background-size: cover;
}

/*widget title2*/
.widget-title2 h3 {
    font-size: 42px;
    line-height: 44px;
    font-weight: 600;
    color: #ffff;
    padding: 31px 0 40px;
}

/*widget button*/
.widget-button a {
    padding: 17px 40px;
    font-size: 17px;
    font-weight: 500;
    background: #ef7900;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
}

.widget-button a i {
    margin-right: 5px;
}






/*--==============================================->
<!-- ITpro Breadcumb Area Css -->
==================================================-*/
.breadcumb-area {
    background: linear-gradient(rgba(19, 19, 35, 0.6), rgba(0, 0, 0, 0.5)), url(../img/braitcam.png) no-repeat center/cover;
    height: 350px;
    position: relative;
}

.breadcumb-content h1 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
}

.breadcumb-content ul li {
    color: #ef7900;
    font-weight: 500;
    font-family: 'Fira Sans';
    text-transform: capitalize;
    display: inline-block;
}

.breadcumb-content ul li a {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Fira Sans';
    color: #fff;
    text-transform: uppercase;
    padding-right: 30px;
    position: relative;
    z-index: 1;
}

.breadcumb-content ul li a:before {
    position: absolute;
    content: "";
    right: 5px;
    top: 9px;
    background: #fff;
    width: 16px;
    height: 2px;
    transition: .5s;
}

/*breadcumb shape*/
.britcam-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #ef7900;
    width: 32%;
    height: 53px;
    padding: 15px 60px 0;
    clip-path: polygon(6% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.upp.breadcumb-content ul li {
    color: #fff;
}



/*====================================================
--< ITpro abouts_tow Css -->
======================================================*/
.abouts_tow {
    padding: 123px 0 152px;
}

.abouts_thumb-tow {
    position: relative;
}

.abouts_titles {
    position: absolute;
    bottom: -30px;
    left: -25px;
}

.abouts_titles h3 {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    background: #FF3A00;
    padding: 30px 120px 30px 30px;
    border-radius: 10px;
    position: relative;
    max-inline-size: 25ch;
}

.abouts_icons {
    position: absolute;
    top: 55px;
    right: 30px;
}

.abouts_icons i {
    display: inline-block;
    height: 45px;
    width: 45px;
    border-radius: 50px;
    line-height: 45px;
    background: #fff;
    color: #FF3A00;
    text-align: center;
    font-size: 20px;
}

.upper.abouts_titles {
    right: -25px;
    left: inherit;
}


/***
======================================================
<-- ITpro Faq Area Css -->
======================================================***/
.faq-area {
    background: url(../img/faq-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 109px 0 210px;
    position: relative;
    z-index: 1;
}

.faq-area:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 15, 30, 0.8);
}


.faq-area .section-title {
    margin-bottom: 42px;
}

.faq-area .section-title h4 {
    color: #fff;
}

.faq-area .section-title h1 {
    color: #ffff;
}

.faq-area p.section-desc-2 {
    color: #ffff;
}

.faqs-icon-list ul li {
    color: #ffff;
    margin-bottom: 16px;
}

.faqs-icon-list ul li i {
    width: inherit;
    height: inherit;
    line-height: inherit;
    border-radius: 0;
    background-color: inherit;
    display: inline-block;
    color: #ef7900;
    font-size: 22px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}

.faq-area .ITpro-button a {
    background: #ef7900;
}

/*accordion*/
.accordion li {
    list-style: none;
    padding: 2px 0px 15px;
    position: relative;
    z-index: 1;
}

.accordion li:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 20px;
    top: 16px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.10196078431372549);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.active .accordion li:before {
    background-color: rgba(255, 255, 255, 0.10196078431372549) !important;
}

.accordion li a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 400;
    font-size: 18px;
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.050980392156862744);
    border: 1px solid #626065;
    padding: 14px 20px 14px 59px;
    border-radius: 30px;
    z-index: 1;
}

.accordion li p {
    display: none;
    font-size: 16px;
    color: #B1B2B4;
    padding: 25px 20px 14px;
    margin: 0;
    text-align: justify;
}

.accordion a:before {
    width: 2px;
    height: 10px;
    background: #ef7900;
    position: absolute;
    right: 32px;
    content: " ";
    top: 22px;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
}

.accordion a:after {
    width: 10px;
    height: 2px;
    background: #ef7900;
    position: absolute;
    right: 28px;
    content: " ";
    top: 26px;
    transition: all 0.2s ease-in-out;
}

.accordion a.active:after {
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #fff;
}

.accordion a.active:before {
    display: none;
}

a.active {
    color: #fff !important;
    border: 1px solid #ef7900 !important;
    background: #ef7900 !important;
}

.accordion li a span {
    position: relative;
    z-index: 1;
}

.accordion li a span:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: -35px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/question.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}

.faq-area .ITpro-button {
    margin-top: 33px;
}

/***
======================================================
<--  ITpro Team Area Css -->
======================================================***/
.team_area {
    background: url(../img/team-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 110px 0 94px;
}

.team_area.upper{
    padding: 110px 0 194px;
}

.team_area .section-title.tow {
    margin-bottom: 60px;
}

.single_team {
    margin-bottom: 30px;
}

.single_team_thumb1 {
    position: relative;
    z-index: 1;
}

.single_team_thumb1 img {
    width: 100%;
}

/*team content*/
.single_team_content {
    width: 90%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

/*team title*/
.team-title {
    padding: 10px 0 17px;
    background: #ef7900;
    text-align: center;
    width: 80%;
    position: relative;
    z-index: 1;
    left: 10%;
    border-radius: 3px 3px 0 0;
    transform: perspective(500px)rotateX(90deg);
    -webkit-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms;
}

.team-title h4 {
    font-size: 22px;
    font-weight: 500;
    padding: 0 0 4px;
    color: #fff;
}

.team-title span {
    color: #fff;
}

/*team icon*/
.single_team_icon {
    position: relative;
    z-index: 1;
    left: 10%;
    width: 80%;
    background: #131323;
    text-align: center;
    padding: 14px 0 14px;
    border-radius: 0 0 3px 3px;
    transform: perspective(500px)rotateX(-90deg);
    -webkit-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms;
    top: -2px;
}

.single_team_icon a {
    width: 38px;
    height: 38px;
    line-height: 41px;
    text-align: center;
    border-radius: 50px;
    background-color: #373644;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-right: 6px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.single_team_icon a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ef7900;
    transform: scale(0);
    border-radius: 50px;
    transition: .5s;
}

/*team all hover*/
.single_team:hover .single_team_icon {
    transform: perspective(500px)rotateX(0deg);
}

.single_team:hover .team-title {
    transform: perspective(500px)rotateX(0deg);
}

.single_team_icon a:hover:before {
    transform: scale(1);
}




/***
==================================================
<-- ITpro Form Box Css -->
==================================================***/
.contact-us {
    padding: 122px 0 122px;
}

.contract-form-bg {
    padding: 15px 35px 40px;
    background: #fff;
    border-radius: 3px;
    width: 430px;
    position: relative;
    z-index: 1;
    margin-top: -140px;
    left: 100px;
}

.contact_from_box {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 27px 40px 45px;
}

/*form title*/
.contact-form-title {
    padding: 0 0 72px;
}

.contact-form-title h4 {
    font-size: 30px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
}

.contact-form-title p {
    color: #fff;
    font-size: 18px;
    padding: 10px 0 0;
}

/*form input*/
.form_box input {
    width: 100%;
    height: 50px;
    padding-left: 25px;
    background: #f7f4f4;
    border-radius: 30px;
    color: #232323;
    border: 1px solid rgba(35, 35, 35, 0.12);
    transition: .5s;
    padding-right: 25px;
}

.form_box textarea {
    width: 100%;
    background: #f7f4f4;
    padding-left: 25px;
    padding-top: 20px;
    height: 135px;
    border: 1px solid rgba(35, 35, 35, 0.12);
    border-radius: 30px;
    color: #232323;
    transition: .5s;
}

.form_box input::placeholder {
    color: #6d6d6d;
}

.form_box input:focus,
.form_box textarea:focus {
    border-color: #ef7900;
    outline: 0;
    box-shadow: 0 0 6px rgba(204, 48, 0, 0.6);
}

/*form button*/
.quote_button button {
    padding: 13px 15px;
    background: #10102E;
    display: block;
    color: #fff;
    border-radius: 30px;
    width: 100%;
    font-family: 'Fira Sans';
    cursor: pointer;
    text-align: center;
    transition: .5s;
}

.quote_button button i {
    display: inline-block;
    font-size: 18px;
    margin-right: 5px;
    position: relative;
    top: 2px;
    color: #ef7900;
    transition: .5s;
}

.quote_button button:hover {
    color: #fff;
    background: #ef7900;
}

.quote_button button:hover i {
    color: #fff;
}

.content-info-area {
    background: #10102E;
    padding: 21px 0;
}

.cda-single-content {
    margin: 0 45px;
    padding: 25px 0 17px;
}

.cda-icon i {
    font-size: 35px;
    color: #fff;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: #ef7900;
    border-radius: 5px;
    display: inline-block;
    margin-right: 25px;
    margin-top: 10px;
}

.cda-content-inner h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}

.cda-content-inner p {
    color: rgba(255, 255, 255, 0.74);
    margin: 10px 0;
}

/***
======================================================
<--  ITpro Case study tow Css -->
======================================================***/
.case-study-area-tow {
    padding: 109px 0 195px;
    position: relative;
}

.case-study-area-tow .section-title {
    margin-bottom: 54px;
}

/* Portfolio Nav */
.portfolio_nav {
    margin-bottom: 40px;
}

.portfolio_menu ul {
    text-align: center;
    list-style: none;
}

.portfolio_nav ul li {
    background: #F6F5F5;
    font-size: 15px;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    padding: 6px 25px;
    font-weight: 500;
    position: relative;
    margin: 0 3px;
    margin-bottom: 7px;
    display: inline-block;
    border-radius: 30px;
}

.portfolio_menu ul li a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    transition: .5s;
}

.portfolio_menu ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 24px;
    height: 2px;
    width: 0%;
    background: #fff;
    transition: .5s;
}

.portfolio_nav ul li:hover,
.portfolio_nav ul li.current_menu_item {
    color: #fff;
    background: #ef7900;
}

.single-case-study-box-2{
    border-radius: 3px;
    margin-bottom: 30px;
}

.case-study-thumb2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.case-study-thumb2::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.30);
    top: 0;
    content: "";
    opacity: 0;
    transition: .5s;
}

.case-study-thumb2:hover:before {
    opacity: 1;
}


.single_portfolio_icon {
    position: absolute;
    right: 168px;
    top: 20px;
    opacity: 0;
    transition: .5s;
}

.case-study-thumb2:hover .single_portfolio_icon {
    right: 100px;
    opacity: 1;
}

.single_portfolio_icon a i {
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #ef7900;
    display: inline-block;
    font-size: 16px;
}

.case-study-content-2 {
    position: absolute;
    bottom: -120px;
    left: 0;
    right: 0;
    margin: auto;
    transition: .5s;
    opacity: 0;
}

.case-study-thumb2:hover .case-study-content-2 {
    bottom: -8px;
    opacity: 1;
}

.case-study-content-inner {
    position: relative;
    z-index: 1;
}

.case-study-content-inner:before {
    position: absolute;
    content: "";
    z-index: -1;
    bottom: 6px;
    left: 0;
    background: url(../images/case/port.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 160px;
}

.case-study-title {
    padding: 0 0 27px 30px;
}

.case-study-title h6 {
    color: #fff;
}

.case-study-title h3 a {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
}

.video-icon {
    position: absolute;
    top: 80px;
    right: 13px;
    left: inherit;
    border: 0;
    border-radius: 50%;
    padding: 7px;
    transition: .5s;
    opacity: 0;
}

.video-icon a {
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #ef7900;
    display: inline-block;
    font-size: 13px;
}

.case-study-thumb2:hover .video-icon {
    top: 13px;
    opacity: 1;
}

.port-shape-thumb {
    position: absolute;
    bottom: 54px;
    left: 0;
}

.port-shape-thumb2 {
    position: absolute;
    right: 122px;
    top: -103px;
}



/***
======================================================
<--  ITpro Service Area tow Css -->
======================================================***/

.service-area-tow {
    background: url(../img/service-bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 112px 0 91px;
}

.service-area-tow .ITpro-button a {
    background: #FF3B00;
    border: 1px solid #FF3B00;
}

.service-area-tow .section-title {
    margin-bottom: 94px;
}

/*service box*/
.service-box-tow {
    padding: 0px 25px 30px;
    background-color: #fff;
    border: 1px solid rgba(35, 35, 35, 0.1);
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.service-box-tow::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    background: url(../img/service-box-tow-bg.png);
    transition: .5s;
    opacity: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
}

.em-service-title h2 {
    font-size: 20px;
    font-weight: 500;
    padding: 55px 0 42px;
    line-height: 1.4;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.em-service-title h2:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 22px;
    margin: auto;
    width: 40px;
    height: 2px;
    background: #ef7900;
}

.em-service-icon {
    position: absolute;
    top: -42px;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    line-height: 76px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid rgba(35, 35, 35, 0.1);
    transition: .5s;
}

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

.service-number h1 {
    font-size: 55px;
    opacity: 10%;
    position: absolute;
    top: 0;
    left: 10px;
    margin: auto;
}

.em-service-text p {
    transition: .5s;
}

/*ITpro box button*/

.service-button a {
    padding: 8px 18px 8px 24px;
    font-size: 15px;
    font-family: 'Fira Sans';
    border-radius: 22px;
    background-color: #ffffff;
    color: #232323;
    border: 1px solid rgba(35, 35, 35, 0.1);
    display: inline-block;
    margin-top: 11px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.service-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #10102E;
    border-radius: 30px;
    transform: scale(0);
    transition: .5s;
}

.service-button a i {
    font-size: 18px;
    color: #ef7900;
    display: inline-block;
    position: relative;
    top: 2px;
    transition: .5s;
}


/*all hover*/
.service-box-tow:hover .em-service-title h2,
.service-box-tow:hover .em-service-text p {
    color: #fff;
}

.service-box-tow:hover .em-service-text p {
    color: #fff;
}

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

.service-box-tow:hover .em-service-icon {
    background: #ef7900;
}

.service-box-tow:hover .service-button a:before {
    transform: scale(1);
}

.service-box-tow:hover .service-button a {
    color: #fff;
    border: 1px solid #fff;
}

.service-box-tow:hover .service-button a i {
    color: #fff;
}

.service-box-tow:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}


/*========================================
<-- ITpro About-area Tow Css -->
==========================================*/
.about-area-three {
    background: #F7F7F7;
    padding: 109px 0 124px;
}

.about-area-three .section-title {
    margin-bottom: 21px;
}

.about-thumb-three {
    position: relative;
    left: -88px;
    z-index: 1;
}

.about-shape {
    position: absolute;
    right: -6px;
    top: -26px;
    z-index: -1;
}

.about-list-item-three ul li {
    color: #232323;
    margin-bottom: 12px;
}

.about-list-item-three ul li i {
    width: inherit;
    height: inherit;
    line-height: inherit;
    border-radius: 0;
    background-color: inherit;
    display: inline-block;
    color: #ef7900;
    font-size: 22px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}

/*progress bar*/

.progress-box {
    width: 600px;
    margin: 35px auto 0 0px;
    font-family: 'Fira Sans';
}

.circle_percent {
    font-size: 80px;
    width: 80px;
    height: 80px;
    position: relative;
    background: #FFEAE3;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin: 0 20px 0 0;
    z-index: 1;
}

.circle_inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    clip: rect(0 1em 1em .5em);
}

.round_per {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    background: #ef7900;
    clip: rect(0 1em 1em .5em);
    transform: rotate(180deg);
    transition: 1.05s;
}

.percent_more .circle_inner {
    clip: rect(0 .5em 1em 0em);
}

.percent_more:after {
    position: absolute;
    left: .5em;
    top: 0em;
    right: 0;
    bottom: 0;
    background: #ef7900;
    content: '';
}

.circle_inbox {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: #fff;
    z-index: 3;
    border-radius: 50%;
}

.percent_text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 22px;
    line-height: 26px;
    color: #232323;
    text-align: center;
}

/*circle progress title*/
.extra-progress {
    display: inline-block;
    padding: 0 0 0 70px;
}

.circle-progress-title {
    display: inline-block;
}

.circle-progress-title h4 {
    font-size: 18px;
    line-height: 28px;
    color: #232323;
    font-weight: 500;
    position: relative;
    top: -30px;
}


.about-area-three .ITpro-button a {
    background: #ef7900;
    border: 1px solid #ef7900;
    margin-top: 35px;
}

.about-area-three .ITpro-button a:hover {
    color: #ef7900;
}

.about-area-three .ITpro-button a:hover i {
    color: #ef7900;
}

/*========================================
<-- ITpro Call Do Action Tow Css -->
==========================================*/
.call-do-action-area-tow {
    background: linear-gradient(rgba(17, 26, 58, 0.75), rgba(17, 26, 58, 0.75)), 
    transparent url(../img/call-do-action-bg2.jpg) no-repeat center/cover;
    padding: 125px 0 125px;
}

.video-icon {
    display: inline-block;
}

.video-icon-cda a {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100%;
    color: #ef7900;
    background: #fff;
    display: inline-block;
    text-align: center;
    position: relative;
    -webkit-animation: hassan 1s linear infinite;
    animation: hassan 1.5s linear infinite;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 28px;
    z-index: 1;
}

@-webkit-keyframes hassan {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 5px rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 5px rgba(255, 255, 255, 0.4)
    }

    100% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3), 0 0 0 40px rgba(255, 255, 255, 0)
    }
}

@keyframes hassan {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 5px rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 5px rgba(255, 255, 255, 0.4)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 40px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 40px rgba(255, 255, 255, 0)
    }
}

.call-do-action-content-tow h4 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    line-height: 35px;
}

.call-do-action-content-tow p {
    width: 33%;
    margin: auto;
    color: #fff;
    padding: 21px 0 0;
}

.call-do-action-area-tow .ITpro-button a {
    background: #ef7900;
    border: 1px solid #ef7900;
}

.call-do-action-area-tow .ITpro-button a:hover {
    color: #ef7900;
}

.call-do-action-area-tow .ITpro-button a:hover i {
    color: #ef7900;
}


/*========================================
<-- ITpro testimonials-area-tow Css -->
==========================================*/
.testimonials-area-tow {
    padding: 110px 0 194px;
    position: relative;
}

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

.testimonial-content-tow {
    filter: drop-shadow(0px 0 5px rgba(0, 0, 0, 0.1));
     padding: 18px 30px 24px;
    transition: all .4s ease 0s;
    margin-top: 10px;
    text-align: left;
    border-radius: 3px;
    background: #fff;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    background:#fff;
}

.testimonial-content-tow:before {
    position: absolute;
    content: "";
    top: 0;
    left: 12px;
    height: 100%;
    width: 100%;
    transition: .5s;
    z-index: -1;
    background: url(../img/testi-box-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.testimonial-content-tow:after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    height: 100%;
    width: 0;
    transition: .5s;
    z-index: -1;
    border-radius: 3px;
    background: url(../img/testi-box-bg2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: 0.5s;
}

.testimonial-content-tow:hover:after{
    width: 100%;
    left: 0;
}

.quote-thumb {
    float: left;
    margin-right: 20px;
    position: relative;
    z-index: 1;
}

.quote-thumb:before {
    content: "";
    font-size: 18px;
    position: absolute;
    bottom: 5px;
    right: -10px;
    background: url(../img/testi-quote1.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 31px;
    height: 31px;
}

.quote-title {
    position: relative;
    top: 10px;
}

.quote-title h4 {
    font-size: 20px;
    font-weight: 600;
    transition: .5s;
    padding: 0 0 5px;
}

.testimonial-content-tow:hover .quote-title h4{
    color:#fff;
}

.quote-title p {
    color: #ef7900;
    transition: .5s;
}

.testimonial-content-tow:hover .quote-title p{
    color:#fff;
}

.em-testimonial-text p {
    display: inline-block;
    transition: .5s;
    padding: 20px 0 0px;
}

.testimonial-content-tow:hover .em-testimonial-text p{
    color:#fff;
}

.em-testi-start-icon i {
    color: #ef7900;
    transition: .5s;
    display: inline-block;
}

.testimonial-content-tow:hover .em-testi-start-icon i{
    color:#fff;
}

.testi-shape {
    position: absolute;
    left: -102px;
    top: 0;
    opacity: 0.3;
    z-index: -1;
}


/*========================================
<-- ITpro Pricing Section Css -->
==========================================*/
.pricing-section {
    padding: 108px 0 210px;
    background: url(../img/why-choose-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.pricing-single-items {

    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin-bottom: 30px;
    background: #fff;
}

.style-2 .pricing-thumb img {
    filter: brightness(0) invert(1);
}

.pricing-title {
    padding: 12px 0 30px;
}

.pricing-title h3 {
    font-size: 22px;
    font-weight: 600;
}

.currency {
    font-size: 20px !important;
    font-weight: 500 !important;
    position: relative;
    top: -15px;
    color: #616161 !important;
}

.pricing-item-text span {
    font-family: 'Fira Sans', sans-serif;
    display: inline-block;
    font-size: 51px;
    font-weight: 700;
    text-align: center;
    color: #232323;
}

.month {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #616161 !important;
}

.pricing-feature ul li {
    display: block;
    font-size: 16px;
    padding: 7px 0;
}

.pricing-feature ul li b {
    font-weight: 500 !important;
    font-family: 'Fira Sans';
    font-size: 18px;
}

.btn-common.pc-btn a {
    color: #fff;
    background:#EE3C00;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 37px;

}

.btn-common.pc-btn.tow a{
    color: #ef7900;
    background: #fff;
}
.pricing-single-items.style-2 {
    background: #ef7900;
    color: #fff;
    padding: 25px 0;
}

.pricing-single-items.style-2 .pricing-title h3,
.pricing-single-items.style-2 .pricing-item-text span,
.pricing-single-items.style-2 .pricing-item-text .month,
.pricing-single-items.style-2 .pricing-item-text .currency {
    color: #fff !important;
}

.pricing-single-items.style2 .btn-common.pc-btn a {
    color: #fff;
    background: #ef7900;
    border-color: #fff;
}


/*=================================================
<-- ITpro Blog Sidber Widget CSS -->
==================================================*/

.blog-section {
    background: #f2f2f2;
    padding: 100px 0 100px;
}

.blog-section.style-6.bg-3 {
    padding: 100px 0 60px;
}

/*pagination*/
.pagination a {
    font-size: 18px;
    font-weight: 500;
    color: #ef7900;
    float: left;
    text-decoration: none;
    transition: background-color .3s;
    margin: 0 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}

.pagination a:hover {
    background: #ef7900;
    color: #fff;

}

/*search items*/
.widget-items {
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.widget-items form {
    position: relative;
}

.src-input-box {
    border: 1px solid #ccc;
    padding: 17px 9px;
    width: 100%;
}

.src-input-box:focus {
    border: 1px solid #ccc;
}

.src-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #777;
    background: transparent;
    border: none;
}

/*categories*/
.widget-title {
    margin-bottom: 45px;
    position: relative;
}

.widget-title h2 {
    margin-top: 0;
}

.widget-archieve-item {
    color: #232323;
}

.widget-archieve-item:hover {
    color: #ff3b00;
}

.widget-items .widget-title h2 {
    color: #232323;
    display: block;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.widget-title h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -13px;
    width: 80px;
    height: 3px;
    background: #aec6ef;
}

.widget-title h2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 36px !important;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #ef7900;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG;
}

@keyframes MOVE-BG {
    0% {
        left: 0px;
        top: 0px;
    }

    100% {
        left: 80px;
        top: 0px;
    }
}

.hr-3 {
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
}

.catagory-item ul li {
    padding-top: 15px;
    margin-top: 18px;
    list-style: none;
}

.catagory-item ul li a {
    color: #686868;
}

.catagory-item ul li:hover a {
    color: #ef7900;
}

.upp.widget-items {
    padding: 35px 27px 15px;
}

/*post thumb*/
.rpost-thumb {
    margin-right: 20px;
    padding: 0 0 22px;
}

/*post title*/
.rpost-title h4 {
    font-size: 16px;
    font-weight: 500;
    transition: .5s;
    margin: 0;
}

.rpost-title span {
    font-size: 14px;
    padding: 5px 0 0;
    display: inline-block;
}

.rpost-title h4:hover {
    color: #ef7900;
}

/*tag menu*/
.tag-item a {
    border: 1px solid #e6e6e6;
    padding: 5px 8px;
    display: inline-block;
    margin: 2px 3px 10px;
    font-size: 15px;
    color: #686868;
    transition: .5s;
    border-radius: 3px;
}

.tag-item a:hover {
    color: #fff;
    background: #ef7900;
}

/* Calender*/
.curr-month {
    width: 100%;
    height: 40px;
    background: #d6d6d6;
    color: #000;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

.all-days {
    width: 100%;
    height: 40px;
    background-color: #fff;
    float: left;
}

.tag-item .all-days ul,
.tag-item .all-date ul {
    list-style: none;
    display: block;
    height: 30px;
    width: 100%;
    margin: 0 auto;
    float: left;
    font-size: 15px;
    font-weight: 300;
}

.tag-item .all-days ul li,
.tag-item .all-date ul li {
    float: left;
    width: 48px;
    text-align: center;
    line-height: 41px;
    border: 1px solid #ccc;
    color: #333;
}

.tag-item .all-days ul li {
    font-weight: 500;
    font-family: 'Fira Sans';
    font-size: 16px;
}

.all-date {
    width: 100%;
    height: 305px;
    float: left;
}

.all-date li {
    height: 40px;
    width: 50px;
    line-height: 40px;
    border: 1px solid #ccc;
    background-color: #fff;
}

element.style {
    background-color: rgb(255, 60, 0);
    color: rgb(255, 255, 255);
}

.all-date li.monthdate:hover {
    background-color: #FB3B01;
    color: #fff;
}

.calender-area {
    height: 435px;
}

/*blog section two*/
.style-two.blog-section {
    background: #fff;
    padding: 100px 0 70px;
}

.blog-section.style-two.details {
    padding: 123px 0 173px;
}

.blog-content {
    padding: 15px 35px 20px;
    transition: .5s;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

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

.blog-section .blog-content-text h5 {
    font-size: 35px;
    font-weight: 600;
}

.blog-meta span a {
    color: #686868;
    transition: .5s;
    padding: 12px 0 20px;
    display: inline-block;
}

.blog-meta span a:hover {
    color: #ef7900;
}

/*quote*/
.block-quote {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 25px;
    border-radius: 5px;
    border-left: 4px solid #ef7900;
    margin: 30px 0;
}

.block-quote p {
    font-size: 20px;
    font-style: italic;
    color: #232;
    font-family: 'Fira Sans';
    margin-bottom: 12px;
}

.blog-content ol {
    padding-left: 15px;
}

.blog-section .blog-content h4 {
    font-size: 22px;
    margin: 25px 0 12px;
    font-weight: 600;
}

/*blog social*/
.single-blog-social-icon ul {
    margin: 25px 0;
}

.single-blog-social-icon ul li {
    display: inline-block;
    margin-right: 5px;
}

.single-blog-social-icon ul li i {
    font-size: 15px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    color: #686868;
}

.single-blog-social-icon ul li:hover i {
    color: #fff;
    background: #ef7900;
}

.comment-box {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    transition: .5s;
}

#comment-msg-box {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
    transition: .5s;
}

label {
    color: #686868;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
}

.comment-box:focus,
#comment-msg-box:focus {
    border-color: #ef7900;
    outline: 0;
    box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}

/*form button*/
.comment-form .submit-comment {
    color: #fff;
    background: #ef7900;
    border: 1px solid #ef7900;
    border-radius: 3px;
    padding: 13px 35px;
    margin-left: 15px;
    margin-bottom: 50px;
    transition: .5s;
}

.comment-form .submit-comment {
    color: #fff;
    background: #ef7900;
    border: 1px solid #ef7900;
    border-radius: 3px;
    padding: 13px 35px;
    margin-left: 15px;
    margin-bottom: 50px;
}

.comment-form .submit-comment:hover {
    background: #fff;
    color: #ef7900;
}

/*======================================
<-- ITpro Case Study Details Css -->
========================================*/
.case-study-details {
    padding: 64px 0 224px;
}

.case-study-intro {
    box-shadow: 0 0 15px rgb(0, 0, 0, 0.1);
    padding: 60px;
    margin-top: 60px;
}

.csd-thumb img {
    width: 100%;
}

.csd-info {
    padding: 0 50px;
}

.csd-info ul li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 300;
    text-transform: capitalize;
}

.csd-info ul {
    padding: 13px 0;

}

.csd-social-icon li {
    display: inline-block;
    margin: 0px 8px 0 0;
}

.csd-social-icon li i {
    color: #fff;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background: #ef7900;
    border-radius: 5px;
    transition: .5s;
}

.csd-social-icon li i:hover {
    background: #11102F;
    color: #fff;
}

.csd-title h3 {
    font-size: 28px;
    font-weight: 600;
}

.csd-info ul li {
    display: inline-flex;
    list-style: none;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
}

.csd-info strong {
    position: relative;
    width: 120px;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
    color: #232323;
}

.csd-info strong:after {
    content: ":";
    position: absolute;
    right: 0;
}

.csd-info span {
    flex: 1;
}

.share-text {
    float: left;
    margin-right: 20px;
}

.share-text h4 {
    font-size: 20px;
    color: #666;
    font-weight: 600;
    margin-top: 6px;
}

.csd-social-icon ul {
    padding: 0;
}

.csd-content img {
    max-width: 100%;
    height: auto;
}

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

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

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*=====================================
<-- ITpro Error Area Css -->
=======================================*/
.error-area {
    padding: 100px 0 100px;
}

.error-thumb {
    text-align: center;
}

.error-content {
    text-align: center;
}

.error-content h2 {
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.error-content h2 span {
    color: #fe4e5b;
}

.error-content p {
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 20px;
}

.error-search {
    text-align: center;
}

.error-button {
    text-align: center;
    margin-top: 40px;
}

.error-search input {
    width: 50%;
    height: 58px;
    border: 1px solid rgba(35, 35, 35, 0.12);
    border-radius: 30px;
    padding-left: 30px;
    outline: 0;
}

.error-search input:focus {
    outline: 0;
    box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}

.error-search button {
    outline: 0;
    border: 0;
    background: transparent;
    position: relative;
    margin-left: -55px;
    color: #686868;
}

.error-search ::placeholder {
    color: #686868;
}

.error-button a {
    padding: 14px 40px 14px 40px;
    font-family: 'Fira Sans';
    font-weight: 500;
    color: #fff;
    background: #FF3B00;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #FF3B00;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.error-button a i {
    margin-right: 5px;
}

.error-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #10102E;
    border-radius: 30px;
    transition: .5s;
}

.error-button a:hover {
    border-color: #10102E;
}

.error-button a:hover:before {
    width: 100%;
    left: 0;
}

.map-section {
    position: relative;
    margin-bottom: -7px;
}




/*===========================
<-- ITpro Loader Css -->
=============================*/
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 9999;
}

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

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

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

/*/ Here comes the Magic /*/

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

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

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

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

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

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

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

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

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

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

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

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

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




/*** 
====================================================================
    Search Popup
====================================================================
***/


.search-popup{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.search-popup{
    width: 100%;
}

.search-active .search-popup{
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #ef7900;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    border-right: 3px solid #062462;
    border-left: 3px solid #062462;
    -webkit-transition: all 500ms ease;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.search-active .search-popup .close-search{
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group{
    position:relative;
    margin:0px; 
  
    overflow: hidden;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
    position:relative;
    display:block;
    font-size:18px;
    line-height: 50px;
    color:#000000;
    height:70px;
    width:100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    font-weight:500;
    text-transform:capitalize;
}

.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #ef7900;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
    color:#000000;
}

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

.search-box-btn {
    display: inline-block;
    padding-left: 22px;
}

.search-box-btn i {
    display: inline-block;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    transition: .5s;
}

.upp.search-box-btn i {
    color: #9E9FA1;
}

.search-box-btn.search-box-outer span i {
    font-size: 20px;
    display: inline-block;
    color: #fff;
    padding-left: 17px;
    position: relative;
    z-index: 1;
}

.upp.search-box-btn.search-box-outer span i {
    color: #9E9FA1;
}

.search-box-btn.search-box-outer span i:after {
    position: absolute;
    content: "0";
    right: -10px;
    top: -4px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #ef7900;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
}

.flaticon-multiply:before {
    content: inherit;
}

button.close-search i {
    font-size: 25px;
    color: #fff;
    display: inline-block;
}


span.flaticon-multiply i {
    display: inline-block;
    color: #ef7900;
}

.header-search-button i {
    background: #E7E7E9;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50px;
    line-height: 40px;
    font-size: 14px;
}

.header-search-button.search-box-outer {
    padding: 0px 8px 0 0;
    display: inline-block;
}

.header-search-button.search-box-outer a {
    color: #062462;
    display: inline-block;
    position: relative;
    left: 16px;
}



/*
<!-- ============================================================== -->
<!--Scrollup Button Section -->
<!-- ============================================================== -->*/

/*------back-to-top------------*/
.prgoress_indicator {
    position: fixed;
    right: 30px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(22, 93, 245, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    /* transform: translateY(15px); */
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}

.prgoress_indicator::after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #ef7900;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}

.prgoress_indicator::before {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear !important;
}
.prgoress_indicator:hover ::after {
  color: #ef7900;
}
.prgoress_indicator:hover ::before {
  opacity: 1;
}
.prgoress_indicator svg path {
  fill: none;
}
.prgoress_indicator svg.progress-circle path {
  stroke:#ef7900;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear !important;
}


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

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

    100% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }
}
.bounce-animate2 {
    animation-name: float-bob2;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob2;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob2;
    -ms-animation-duration: 4s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob2;
    -o-animation-duration: 4s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes float-bob2 {
    0% {
        -webkit-transform: translateX(25px);
        transform: translateX(25px);
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(25px);
        transform: translateX(25px);
    }
}


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