/*===============================================
Template Name: itpro - Seo Agency  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 HeaderMenu 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 Breadcumb Area Css
20. itpro abouts_areas- Css
21. itpro Feture-Area Css
22. itpro Pricing Section Css
23. itpro Contact  US Css
24. itpro Blog Sidber Widget CSS
25. itpro Case Study Details Css
26. itpro Search Box Css
27. itpro Loader Css
28. itpro Skill Area Css
=======================*/





/**
======================================================
<--  itpro Header Menu Area Css -->
======================================================**/
.header_menu_area {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #68686824;
}

.header_menu_area.style-inner {
    position: relative;
    z-index: 2;
    background: #021327 !IMPORTANT;
}

.header_menu {
    text-align: right;
}

.header_menu ul {
    display: inline-block;
}

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

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

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

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

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

.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 #ff3c00;
    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: #ff3c00;
    color: #fff;
}

.header-cart {
    display: inline-block;
    position: relative;
    margin-right: 5px;
}

.header-cart a i {
    display: inline-block;
    color: #525164;
    font-size: 22px;
}

.cart-count {
    position: absolute;
    top: -13px;
    right: -8px;
}

.cart-count h4 {
    font-size: 12px;
    background: #FF3C00;
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 17px;
    border-radius: 50px;
    color: #fff;
}

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

.header-button a {
    background: #ff3c00;
    display: inline-block;
    color: #fff;
    padding: 9px 31px;
    font-weight: 500;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    border:1px solid #ff3c00;
    transition: 0.5s;
}

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

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

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

.header-button i {
    font-size: 22px;
    position: relative;
    top: 3px;
    left: 1px;
    color:#fff;
    transition: 0.5s;
}

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

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

.hero-area {
    background: url(../image/hero-bg.jpg);
    height: 850px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    margin-top: -100px;
    padding-top: 106px;
}

.hero-content h4 {
    font-size: 16px;
    color: #ff3c00;
    font-weight: 400;
    font-family: "Rubik";
    background-color: #faf4f3;
    padding: 10px 15px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 16px;
}

.hero-content h1 {
    font-size: 53px;
    line-height: 55px;
    color: #0a060e;
    font-weight: 600;
}

.hero-content h1 span {
    color: #ff3c00;
}

p.hero-desc {
    padding: 30px 0 0;
}

.customer-rating {
    display: flex;
    align-items: center;
    gap: 6rem;
}

.customer-rating-content h1 {
    font-size: 50px;
    color: #0a060e;
    font-weight: 500;
    font-family: "Rubik";
}

.customer-rating-content ul li {
    display: inline-block;
    color: #FFB902;
}

.customer-rating-content p {
    font-size: 17px;
}

.customer-comment p {
    font-size: 17px;
    line-height: 25px;
    color: #0a060e;
    font-weight: 500;
    width: 65%;
    position: relative;
}

.customer-comment p:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100px;
    left: -49px;
    top: -16px;
    background: #686868;
    opacity: 0.302;
}

.hero-thumb {
    position: relative;
    margin-left: 32px;
}

.hero-shape-1 {
    position: absolute;
    bottom: 28px;
    left: -14px;
    animation: dance 3s alternate infinite;
}

.hero-shape-2 {
    position: absolute;
    left: 5%;
    top: 21%;
    animation: dance 3s alternate infinite;
}

.hero-shape-3 {
    position: absolute;
    left: 47%;
    bottom: 90px;
    animation: dance 3s alternate infinite;
}

.hero-shape-4 {
    position: absolute;
    right: 1%;
    bottom: 14%;
     animation: rotateme 3s alternate 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);
    }
}

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

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

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




/**
======================================================
<--  itpro Section title Css -->
======================================================**/
.section-title {
    padding-bottom: 15px;
}

.section-title.center {
    padding-bottom: 66px;
}

.section-title h4 {
    font-size: 16px;
    color: #ff3b00;
    font-weight: 400;
    font-family: "Rubik";
    position: relative;
    padding-bottom: 15px;
    margin: 0;
    padding-left: 26px;
    z-index: 1;
}

.section-title h4:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: -72px;
    top: -9px;
    background: url(../image/section-shape.png);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.section-title h4:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: -45px;
    top: -9px;
    background: url(../image/section-shape.png);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.section-title h1 {
    font-size: 42px;
    line-height: 45px;
    color: #0a060e;
    font-weight: 600;
    font-family: "Poppins";
}

.section-title h1 span {
    color: #ff3b00;
}

.section-title.tow h4:before {
    right: 24%;
    top: -7px;
}

.section-title.tow h4:after {
    left: -48%;
    top: -7px;
}

p.description-1 {
    width: 90%;
    padding: 30px 0 0;
}

/**
======================================================
<--  itpro Service Area Css -->
======================================================**/
.service-area {
    padding: 122px 0 90px;
}

.service-area.upper {
    padding: 100px 0 212px;
}

.flip-box {
    background-color: transparent;
    width: 310px;
    height: 315px;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
    border-radius: 10px;
    transition: 0.5s;
}

.filp-box-content h4 {
    font-size: 22px;
    color: #0a060e;
    font-weight: 600;
    padding: 20px 0 14px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateX(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
    color: black;
    padding: 44px 31px;
}

.flip-box-back {
    transform: rotateX(180deg);
    border-radius: 10px;
    background-color:#ff3b00;
    padding: 24px 32px 0px;
    position: relative;
    z-index:1;
}

.flip-box-back:before {
    position: absolute;
    content: "";
    width: 98%;
    height: 100%;
    left: 0;
    top: -6px;
    background: #0a060e;
    z-index: -1;
    border-radius: 10px;
}

.flip-box-back-content h4 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
}

.flip-box-back-content p {
    opacity: 0.600;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
    padding: 20px 0 13px;
}

.flip-box-button a {
    display: inline-block;
    color: #ff3b00;
    font-weight: 400;
}

.flip-box-button i {
    font-size: 22px;
    position: relative;
    left: 3px;
    top: 3px;
}

.filp-box-back-number {
    float: right;
    position: relative;
    top: -67px;
    left: 0;
}

.filp-box-back-number h4 {
    color: #ffff;
    -webkit-text-stroke-width: 1px;
    color: transparent;
    -webkit-text-stroke-color: #fff;
    font-size: 50px;
    font-family: "Poppins";
}

/**
======================================================
<--  itpro Feature Area Css -->
======================================================**/

.feature-area {
    background: url(../image/feature-bg.png);
    background-repeat: no-repeat;
    padding: 120px 0 123px;
    background-size: cover;
    position: relative;
}

.single-feature-item {
    background: #ffff;
    padding: 4px 34px 14px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    margin-bottom: 24px;
}

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

.single-feature-item:hover:before{
    width: 100%;
    border-radius: 5px;
}

.feature-content h4 {
    font-size: 22px;
    line-height: 32px;
    color: #0a060e;
    font-weight: 500;
    transition: 0.5s;
}

.single-feature-item:hover .feature-content h4{
    color:#fff;
}

.feature-content p{
  margin: 0;
  transition: 0.5s;
}

.single-feature-item:hover .feature-content p{
    color:#fff;
}

.itpro-button {
    margin-top: 24px;
}

.itpro-button a {
    background: #ff3b00;
    display: inline-block;
    color: #fff;
    padding: 10px 34px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    border: 1px solid #ff3b00;
    transition: 0.5s;
}

.itpro-button a:hover{
    color: #ff3b00;
}

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

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

.itpro-button i {
    display: inline-block;
    font-size: 22px;
    left: 3px;
    top: 3px;
    position: relative;
    color: #ffff;
    transition: 0.5s;
}

.itpro-button a:hover i{
    color: #ff3b00;
}


.feature-thumb {
    position: relative;
    left: 90px;
}

.feature-shape-1 {
    position: absolute;
    top: 19%;
    left: 19%;
}

.feature-shape-2 {
    position: absolute;
    top: 17%;
    left: 33%;
}

.feature-shape-3 {
    position: absolute;
    left: 45%;
    bottom: 38%;
}

.feature-shape-4 {
    position: absolute;
    left: 18.4%;
    bottom: 38%;
}

.feature-shape-5 {
    position: absolute;
    top: 10%;
    left: 19%;
    animation: moveLeftBounce 3s alternate infinite;
}

.feature-shape-6 {
    position: absolute;
    bottom: 16%;
    left: 20%;
    animation: dance 3s alternate infinite;
}


/**
======================================================
<--  itpro Skill Area Css -->
======================================================**/
.skill-area {
    padding: 125px 0 125px;
}

.skill-area.upper {
    background: #F6F1EE;
}

.skill-area .section-title.tow h4:before {
    right: 22.2%;
    top: -7px;
}

.skill-area p.description-1 {
    width: 86%;
}

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

.skill > p {
    margin: 0;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 30px;
    color: #0a060e;
    font-weight: 500;
    font-family: "Poppins";
}

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

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

.skill-bar span {
    /* padding: 3px 0; */
    float: right;
    top: -32px;
    position: relative;
    font-family: "Poppins";
    font-size: 18px;
    line-height: 30px;
    color: #0a060e;
    font-weight: 500;
}

.skill-bar {
    position: relative;
  
}

.skill1 .skill-count1 {
    right: -58px;
}

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

.skill2 .skill-count2 {
    right: -95px;
}

.skill-thumb {
    margin-left: -26px;
}


/**
======================================================
<--  itpro Testimonial Area Css -->
======================================================**/
.testimonial-area {
    background: url(../image/testimonia-bg.png);
    padding: 125px 0 129px;
    background-repeat: no-repeat;
    position: relative;
}

.testimonial-area .section-title {
    padding-left: 69px;
    z-index: 1;
    position: relative;
}

.testimonial-area .section-title.tow h4:before {
    right: 26%;
}

.testimonial-area p.description-1 {
    width: 100%;
}


.single-testimonial-box {
    display: flex;
    background: #fff;
    border: 1px solid #EEEEEE;
    border-radius: 10px 10px 0 10px;
    padding: 48px 43px 53px;
    position: relative;
    margin-bottom: 44px;
}

.single-testimonial-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 0;
    bottom: -38px;
    background: url(../image/testi-shape.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.testi-quote-icon {
    padding-right: 27px;
    padding-top: 6px;
}

.testi-content p {
    font-size: 20px;
    padding: 0 0 13px;
    margin: 0;
}

.testi-author {
    display: flex;
    align-items: center;
    gap: 20px;
}

.testi-author-title h4 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    font-family: "Rubik";
}

.testi-author-title p {
    font-size: 16px;
    color: #686868;
}

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

.owl-dot {
    display: inline-block;
    background: #ff3c00;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: 0;
    margin-right: 8px;
}

.owl-dot.active {
    display: inline-block;
    background: #ff3c00;
    width: 24px;
    height: 10px;
    border-radius: 30px;
    border: transparent;
}

.testi-shape-1 {
    position: absolute;
    right: 29%;
    bottom: 16%;
    opacity: 0.7;
    animation: dance 3s alternate infinite;
}

.testi-shape-2 {
    position: absolute;
    right: 12%;
    bottom: 16%;
    animation: moveLeftBounce 3s alternate infinite;
}

/**
======================================================
<--  itpro Contact Area Css -->
======================================================**/
.contact-area {
    padding: 123px 0 122px;
    position: relative;
}

.contact-thumb {
    position: relative;
    margin-left: -28px;
}

.contact-shape-1 {
    position: absolute;
    right: 28px;
    bottom: -14px;
}

.contact-shape-2 {
    position: absolute;
    top: 75px;
    left: 0;
    animation: dance 4s alternate infinite;
}

.single-contact-box {
    border-radius: 10px;
    filter: drop-shadow(0 0 28.5px rgba(242,236,233,0.63));
    background-color: #ffffff;
    padding: 35px 32px 38px;
}

.contact-content h4 {
    font-size: 30px;
    color: #0a060e;
    font-weight: 600;
    font-family: "Poppins";
    margin: 0;
}

.contact-content p {
    padding: 13px 0 13px;
}

.single-input-box input {
    background: #F7F5F6;
    border: transparent;
    outline: 0;
    width: 100%;
    height: 54px;
    border-radius: 5px;
    padding: 0 18px;
    color: #222;
    margin-bottom: 24px;
}

.single-massage-box textarea {
    width: 100%;
    height: 134px;
    background: #F7F5F6;
    border: none;
    border-radius: 5px;
    padding: 12px 22px;
    outline: 0;
    color: #222;
    margin-bottom: 10px;
}

.checke-box input {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.submit-button button {
    background: #ff3b00;
    display: inline-block;
    color: #fff;
    padding: 11px 34px;
    border-radius: 10px;
    border:1px solid #ff3b00;
    margin-top: 36px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
 }

.submit-button button:hover{
    color:#ff3b00;
}

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

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

.submit-button i {
    display: inline-block;
    font-size: 22px;
    left: 3px;
    top: 3px;
    position: relative;
    color: #ffff;
    transition: 0.5s;
}

.submit-button button:hover i{
    color:#ff3b00;
}

.contact-section-shape {
    position: absolute;
    top: 14%;
    left: 6%;
    animation: moveLeftBounce 4s alternate infinite;
}



/**
======================================================
<--  itpro why-choose-us Area Css -->
======================================================**/
.why-choose-us-area {
    background: url(../image/feature-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 124px 0 103px;
    position: relative;
}

.why-choose-us-area .section-title {
    padding-bottom: 65px;
}

.why-choose-us-area .section-title.tow h4:before {
    right: 32%;
    top: -8px;
}

.why-choose-us-area .section-title.tow h4:after {
    left: -48.4%;
    top: -8px;
}

.single-why-choose-us-box {
    border-radius: 10px;
    filter: drop-shadow(0 0 28.5px rgba(241,240,240,0.63));
    background-color: #ffffff;
    display: flex;
    padding: 18px 28px 74px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    margin-bottom: 22px;
}

.single-why-choose-us-box:hover{
    transform: scale(1.03);
}

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

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

.choose-us-icon {
    background: #F8F4F3;
    width: 144px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    margin-top: 26px;
}

.choose-us-content {
    padding-left: 14px;
}

.choose-us-content h4 {
    font-size: 24px;
    line-height: 53px;
    font-weight: 500;
    transition: 0.5s;
}

.single-why-choose-us-box:hover .choose-us-content h4{
    color:#fff;
}

.choose-us-content p {
    font-size: 16px;
    line-height: 27px;
    color: #686868;
    margin: 0;
    transition: 0.5s;
}

.single-why-choose-us-box:hover .choose-us-content p{
    color:#fff;
}

.choose-us-shape {
    position: absolute;
    right: 12%;
    top: 16%;
    animation: moveLeftBounce 3s alternate infinite;
}

/**
======================================================
<--  itpro pricing Area Css -->
======================================================**/
.pricing-area {
    padding: 122px 0 122px;
    position: relative;
}

.single-pricing-box {
    border: 1px solid #22222217;
    padding: 10px;
    border-radius: 5px;
    transition: 0.5s;
}

.single-pricing-box:hover{
   border: 1px solid #FF3B00;
} 

.pricing-item {
    background: #F6F1EE;
    border-radius: 5px;
    padding: 20px 34px 39px;
    position: relative;
    z-index: 1;
}

.pricing-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    left: 0;
    background: #FF3B00;
    border-radius: 5px 5px 0 0;
    top: 0;
}

.pricing-item:after {
    position: absolute;
    content: "";
    width: 100%;
    height:0;
    left: 0;
    background: #09060D;
    border-radius: 5px;
    top: 50%;
    z-index: -1;
    transition: 0.5s;
}

.single-pricing-box:hover .pricing-item:after{
    height: 100%;
    top: 0;
}

.pricing-head {
    border-bottom: 1px solid #DFDDDE;
    padding-bottom: 22px;
}

.pricing-head-content h4 {
    font-size: 25px;
    color: #0a060e;
    font-weight: 600;
    padding-bottom: 9px;
    transition: 0.5s;
}

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

.pricing-head-content h1 {
    font-size: 45px;
    color: #0a060e;
    font-weight: 600;
    display: inline-block;
    transition: 0.5s;
}

.single-pricing-box:hover .pricing-head-content h1{
    color: #fff;
}

.pricing-head-content span{
    transition: 0.5s;
}

.single-pricing-box:hover .pricing-head-content span{
    color: #fff;
}

.pricing-body {
    padding-top: 11px;
}

.pricing-body-item ul li {
    font-size: 16px;
    color: #0a060e;
    font-weight: 400;
    font-family: "Rubik";
    margin-bottom: 6px;
    transition: 0.5s;
}

.single-pricing-box:hover .pricing-body-item ul li{
    color: #fff;
}

.pricing-body-item ul li i {
    display: inline-block;
    font-size: 14px;
    color: #ff3b00;
    margin-right: 6px;
}

.pricing-button a {
    background: #FF3B00;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 12px 0;
    color: #fff;
    border-radius: 5px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.pricing-button a:hover{
    color:#FF3B00;
}

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

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

.pricing-shape {
    position: absolute;
    right: 13%;
    top: 23%;
    animation: dance 4s alternate infinite;
}

.pricing-shape-2 {
    position: absolute;
    left: 6%;
    bottom: 6%;
    animation: moveLeftBounce 4s alternate infinite;
}


/**
======================================================
<--  itpro Blog Area Css -->
======================================================**/
.blog-area {
    background: url(../image/testimonia-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 121px 0 90px;
    background-size: cover;
    border-radius: 22% 0 0 0;
}

.blog-area .section-title {
    padding-bottom: 62px;
}

.blog-area .section-title.tow h4:before {
    right: 35%;
}

.blog-area .section-title.tow h4:after {
    left: -48.3%;
    top: -7px;
}

.blog-area .itpro-button {
    margin-top: 62px;
    text-align: right;
}

.blog-area.blog-grid {
    padding: 125px 0 215px;
}

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

.single-blog-box {
    filter: drop-shadow(0px 10px 15px rgba(33,27,255,0.05));
    background-color: #ffffff;
    padding: 0 0 5px;
    position: relative;
}

.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);
}

.blog-category {
    position: absolute;
    top: -1px;
    left: 13px;
}

.blog-category h6 {
    font-size: 15px;
    background: #FF3B00;
    color: #fff;
    display: inline-block;
    padding: 7px 16px;
    border-radius: 5px;
}

.single-blog-content {
    padding: 21px 26px 19px 28px;
    border-bottom: 1px solid #E7E7E7;
}

.single-blog-content a {
    display: inline-block;
    transition: 0.5s;
    font-size: 20px;
    line-height: 30px;
    color: #232323;
    font-weight: 600;
    font-family: "Poppins";
}

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

.meta-blog a {
    display: inline-block;
    font-size: 16px;
    color: #6d6d6d;
    font-weight: 400;
    font-family: "Rubik";
    margin-bottom: 10px;
}

.meta-blog i {
    font-size: 15px;
    display: inline-block;
    color: #FF3B00;
    margin-right: 12px;
}

.blog-bottom {
    padding: 28px 65px 12px 17px;
    position: relative;
}

.blog-author {
    display: inline-block;
}

.blog-author span {
    font-size: 15px;
    line-height: 30px;
    color: #050a1e;
    font-weight: 500;
    display: inline-block;
    font-family: "Poppins";
    padding-left: 9px;
}

.blog-button {
    display: inline-block;
    float: right;
}

.blog-button a {
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    color: #232323;
    font-weight: 400;
    font-family: "Poppins";
}

.blog-button i {
    display: inline-block;
    font-size: 20px;
    color: #FF3B00;
    position: relative;
    left: 3px;
    top: 3px;
}


/**
======================================================
<--  itpro Brand Area Css -->
======================================================**/
.brand-area {
    padding: 103px 0 0;
}

.brand-area.style-2 {
    background: url(../image/counter-bg23.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0 70px;
}

.brand-content h4 {
    padding-bottom: 50px;
    font-size: 25px;
    line-height: 30px;
    color: #09060e;
    font-weight: 500;
    font-family: "Poppins";
}

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

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


/**
======================================================
<--  itpro Newsletter Area Css -->
======================================================**/
.row.newsletter {
    background: url(../image/newslatter-bg.png);
    background-repeat: no-repeat;
    padding: 71px 0 86px;
    background-position: center center;
    margin-top: -158px;
    position: relative;
    z-index: 1;
}

.newsletter-content h1 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    margin-bottom: 29px;
}

.newsletter-form-box{
    position: relative;
}

.newsletter-form-box input {
    width: 43%;
    height: 70px;
    border-radius: 50px;
    border: transparent;
    outline: 0;
    padding: 0 33px 0;
}

.newsletter-form-box button {
    border: transparent;
    position: absolute;
    right: 29.2%;
    top: 9px;
    background: #FF3B00;
    color: #fff;
    padding: 11px 29px;
    border-radius: 30px;
}

.newslatter-shape {
    position: absolute;
    left: -12px;
    top: 37%;
    animation: dance 12s alternate infinite;
    z-index: -1;
}

/**
======================================================
<--  itpro Footer Area Css -->
======================================================**/
.footer-area {
    padding: 188px 0 30px;
    margin-top: -158px;
    background: url(../image/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.footer-widget-desc p {
    padding: 8px 0 27px;
    margin: 0;
    width: 75%;
    color: #b6b9c0;
}

.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 49px;
    margin: 0;
    position: relative;
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
}

.footer-widget-titel h4:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 32px;
    background: #33363B;
}

.footer-widget-titel h4:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    left: 0;
    bottom: 32px;
    background: #fff;
      transition: 0.5s;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-duration: 9s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOV-Bl;
}

@-webkit-keyframes MOV-Bl {
  from {
        transform: translateX(0);
  }
  to {
     transform: translateX(365px);
  }
}



.footer-widget-titel.style-tow h4:before {
    width: 268%;
}

.footer-widget-titel.style-tow h4:after {
   background: #FF3B00;
}

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

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

.footer-widget-post {
    display: -webkit-box;
    margin-bottom: 20px;
    border-bottom: 1px solid;
    margin-top: 15px;
}

.footer-widget-post:nth-child(3){
    border: none;
}

.footer-widget-post-thumb {
    padding-right: 20px;
}

.footer-widget-post-content a {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    width: 70%;
    transition: 0.5s;
}

.footer-widget-post-content a:hover{
    color: #FF3B00;
}

.footer-widget-post-content p {
    font-size: 14px;
    color: #b6b9c0;
    font-weight: 400;
    font-family: "Rubik";
    line-height: 20px;
}

.footer-shape-1 {
    position: absolute;
    top: 11%;
    left: 4%;
    animation: moveLeftBounce 4s alternate infinite;
}

.footer-shape-2 {
    position: absolute;
    right: 0;
    top: 23%;
    animation: moveLeftBounce 4s alternate infinite;
}

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

.footer-bottom-content {
    text-align: right;
}

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

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


/**
======================================================
<--  itpro Counter Area Css -->
======================================================**/
.counter-area {
    padding: 0 0 115px;
}

.row.counter-border {
    border-top: 1px solid #45DA6426;
    padding-top: 110px;
}

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

.counter-content h1 {
    font-size: 48px;
    color: #45da64;
    font-weight: 600;
    display: inline-block;
    margin: 0;
}

.counter-content span {
    font-size: 48px;
   color: #45da64;
    font-weight: 500;
    display: inline-block;
}

.counter-content p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    font-family: 'Poppins';
    margin-bottom: 0;
}





/**
======================================================
<--  itpro Service Details Area Css -->
======================================================**/
.service-detials-area {
    padding: 120px 0 213px;
}

.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: #FF3C00;
}

/*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: #FF3C00;
    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 #FF3C00;
    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: #FF3C00;
    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: #FF3C00;
    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: #FF3C00;
}

.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: #FF3C00;
    color: #fff;
}

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

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


/*widget categories thumb*/
.widget-categories-thumb {
    background: url(../image/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: #FF3C00;
    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(../image/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: #FF3C00;
    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: #FF3C00;
    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;
    background: #F6F1EE;
}

.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 Team Area Css -->
======================================================***/
.team_area {
    padding: 110px 0 94px;
}

.team_area .section-title h4:before {
    right: -79px;
}

.team_area .section-title h4:after {
    left: -52px;
}

.team_area.upper {
    padding: 97px 0 214px;
}

.single_team {
    margin-bottom: 30px;
    position: relative;
}

.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: #FF3C00;
    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: #FF3C00;
    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 counter Css -->
==================================================***/
.counter-section {
    background: url(../image/counter-bg23.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.counter-text h1 {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.counter-text h1::before {
    position: absolute;
    content: "";
    top: 1px;
    left: -10px;
    height: 60px;
    width: 60px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    z-index: -1;
}

.counter-section .counter-text span {
    font-weight: 500;
    font-size: 80px;
    color: #fff;
}

.counter-section .counter-title {
    float: right;
    position: relative;
    top: 35px;
    left: 30px;
}

.counter-section .counter-title::before {
    position: absolute;
    content: "";
    top: -3px;
    left: -16px;
    width: 2px;
    height: 60px;
    background: #fff;
}

.counter-section .counter-title h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding: 0 0 6px;
    color: #fff;
}

.counter-section .counter-title h3 {
    font-size: 20px;
    color: #fff;
    margin: 0;
    font-weight: 500;
}

/***
==================================================
<-- itpro Form Box Css -->
==================================================***/
.contact-us-two {
    padding: 120px 0 120px;
}

.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: #FF3C00;
    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: #FF3C00;
    transition: .5s;
}

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

.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: #Ff3C00;
    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: 122px 0 212px;
    position: relative;
}

.case-study-area-tow .section-title h4:before {
    right: -76px;
}

.case-study-area-tow .section-title h4:after {
    left: -51px;
}

/* 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: #FF3C00;
}

.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: #ff3c00;
    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(../image/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: #ff3c00;
    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 Faq Area Css -->
======================================================***/
.faq-area {
    padding: 109px 0 243px;
    background: #F6F1EE;
}

.faq-area .itpro-button {
    margin-top: 43px;
}

.faq-area .section-title.tow h4:before {
    right: 34%;
    top: -7px;
}

.faqs-icon-list ul li {
    color: #050a1e;
    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: #ff3c00;
    font-size: 22px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}


.col-lg-6.col-md-12.faq-pd {
    padding: 0 0 0 38px;
}

.tab_container {
    overflow: hidden;
    padding: 20px 0 0;
}
/*inner-faqs*/
.tab_container.new-style {
    padding: 20px 15px 0;
}

h2.accordion-title {
    font-size: 30px;
    padding: 0 0 37px;
}

.accordion li {
    list-style: none;
    padding: 2px 18px 15px;
    border: 1px solid #E6E6E6;
    margin-bottom: 20px;
    border-left: 4px solid #E6E6E6;
    background: #fff;
}

.accordion li a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    padding: 20px 20px 7px 0px;
    z-index: 1;
    font-size: 17px;
    line-height: 22px;
    color: #050a1e !important;
    font-weight: 500;
    font-family: "Poppins";
    border-bottom: 1px solid  #E6E6E6;
    border: none;
}

.accordion li p {
    display: none;
    font-size: 16px;
    padding: 15px 0px 5px 0px;
    margin: 0;
    width: 90%;
}

.accordion li a i {
    float: right;
    transform: rotate(-90deg);
    transition: .5s;
    font-size: 14px;
    left: 24px;
    position: relative;
    top: 3px;
}

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

a.active i {
    transform: rotate(0deg) !important;
}

.accordion a.active {
    padding: 25px 20px 15px 0px;
    border-bottom: 1px solid  #E6E6E6;
}



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

.service-area-tow {
    background: url(https://www.yuntuads.top/static/image/service-bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 112px 0 91px;
}

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

.service-area-tow .itpro-button {
    margin-top: 24px;
    text-align: right;
}

/*service box*/
.service-box-tow {
    padding: 0px 40px 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(../image/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: #ff3c00;
}

.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: #ff3c00;
    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: #ff3c00;
}

.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: #F6F1EE;
    padding: 109px 0 124px;
}

.about-area-three .section-title.tow h4:before {
    right: 27%;
}

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

.about-shape {
    position: absolute;
    right: 78px;
    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: #ff3c00;
    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: #FF3C00;
    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: #FF3C00;
    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{
    margin-top: 35px;
}


/*========================================
<-- 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(https://m100.ditsolution.net/html/itpro/seo/assets/images/resource/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: #FF3C00;
    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: #ff3c00;
    border: 1px solid #ff3c00;
}

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

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


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

.testimonial-content-tow {
    filter: drop-shadow(0px 0 5px rgba(0, 0, 0, 0.1));
    padding: 18px 33px 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(../image/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(../image/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(https://m100.ditsolution.net/html/itpro/seo/assets/images/resource/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: #ff3c00;
    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: #FF3C00;
    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 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: #FF3C00;
    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: #FF3C00;
    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: #FF3C00;
    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: #FF3C00;
}

.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: #FF3C00;
}

/*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: #FF3C00;
}

/* 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: #ff3c00;
}

/*quote*/
.block-quote {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 25px;
    border-radius: 5px;
    border-left: 4px solid #FF3C00;
    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: #FF3C00;
}

.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: #FF3C00;
    outline: 0;
    box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}

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

.comment-form .submit-comment {
    color: #fff;
    background: #FF3C00;
    border: 1px solid #FF3C00;
    border-radius: 3px;
    padding: 13px 35px;
    margin-left: 15px;
    margin-bottom: 50px;
    margin-top: 18px;
    display: block;
    width: 24%;
}
.comment-form .submit-comment:hover {
    background: #fff;
    color: #FF3C00;
}

/*======================================
<-- itpro Case Study Details Css -->
========================================*/
.case-study-details {
    padding: 62px 0 243px;
}

.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: #FF3C00;
    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;
}





/*** 
====================================================================
    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: #ff3c00;
    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: #ff3c00;
    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: #ff3c00;
    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: #ff3c00;
}

.header-search-button i {
    font-size: 18px;
    color: #525164;
    margin-right: 43px;
}

.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;
}






/*===========================
<-- 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: #FF3C00;
    -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;
}



/*
<!-- ============================================================== -->
<!--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: #ff3c00;
    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: #ff3c00;
}
.prgoress_indicator:hover ::before {
  opacity: 1;
}
.prgoress_indicator svg path {
  fill: none;
}
.prgoress_indicator svg.progress-circle path {
  stroke:#ff3c00;
  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(-60px);
        transform: translateY(-60px);
    }

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

    100% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
}
.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)
}
}
