<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*===============================================
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 Animation Dance
20. itpro Breadcumb Area Css
21. itpro abouts_areas- Css
22. itpro Feture-Area Css
23. itpro Pricing Section Css
24. itpro category 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 Nav Sidebar Css
29. itpro Loader Css
=======================*/





/**
======================================================
&lt;--  itpro Top Menu Area Css --&gt;
======================================================**/
.header_top_menu {
    background-color: #050a1e;
    padding: 7px 0 11px;
    position: relative;
    overflow: hidden;
}

.header_top_menu_text p {
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 0;
}

.header_top_menu_text p a {
    font-size: 15px;
    color: #ff3c00;
    font-weight: 400;
    font-family: "Rubik";
    display: inline-block;
    padding-left: 18px;
    text-transform: capitalize;
}

.header_top_menu_text i {
    display: inline-block;
    font-size: 26px;
    transform: rotate(310deg);
    position: relative;
    left: 3px;
    top: 4px;
}

.top_menu_shape1 {
    position: absolute;
    top: 11px;
    left: 126px;
}

.top_menu_shape2 {
    position: absolute;
    left: 316px;
    top: 10px;
}

.top_menu_shape3 {
    position: absolute;
    right: 159px;
    top: 35px;
}

.top_menu_shape4 {
    position: absolute;
    right: 235px;
    top: 20px;
}



/**
======================================================
&lt;--  itpro Header Menu Area Css --&gt;
======================================================**/

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

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

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

.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&gt;li&gt;a:hover i{
    color:#ff3c00;
}

.header-sidber-button {
    display: inline-block;
    margin-left: 46px;
    position: relative;
}

.header-sidber-button:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 18px;
    top: 4px;
    left: -21px;
    background: #CECDD2;
}

.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&gt;li.menu-item-has-children {
    position: relative;
}

.header_menu ul&gt;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&gt;li:hover .sub-menu{
    opacity: 1;
    top: 100%;
    visibility: visible;
}

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

.header_menu ul&gt;li .sub-menu li a:hover {
    background: #ff3c00;
    color: #fff;
}

/**
======================================================
&lt;--  itpro Hero Area Css --&gt;
======================================================**/

.hero-area {
    background: url(../image/hero-bg.jpg);
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.hero-content h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    margin-top: 0;
    background-color: rgba(255,255,255,0.10196078431372549);
    padding: 10px 20px;
    margin-bottom: 19px;
    border-left: 3px solid #ff3c00;
}

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

.hero-button a {
    display: inline-block;
    background: #ff3c00;
    color: #fff;
    padding: 15px 37px;
    margin-top: 28px;
    font-weight: 500;
    font-family: "Poppins";
    position: relative;
    z-index:1;
    transition: 0.5s;
}

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

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

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

}

.hero-button i {
    font-size: 19px;
    display: inline-block;
    color: #fff;
    margin-right: 8px;
    transition: 0.5s;
}

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

.hero-video-button a{
    position: relative;
    z-index: 1;
}

.hero-video-button a:before{
    position: absolute;
    content: "";
    width: 75px;
    height: 75px;
    top: -33px;
    left: -25px;
    background: #050A1E;
    border-radius: 50px;
   
}

.hero-video-button a:after{
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    top: -46px;
    left: -38px;
    background: rgba(255,255,255,0.30196078431372547);
    border-radius: 50px;
    z-index: -1;
    transition: 0.5s;
}

.hero-video-button a:hover:after{
    transform: scale(1.1);
}

.hero-video-button i {
    font-size: 30px;
    color: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.hero-video-button span{
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    border-bottom: 1px solid #fff;
    margin-left: 51px;
}


/**
======================================================
&lt;--  itpro Section Area Css --&gt;
======================================================**/
.section-title {
    margin-bottom: 64px;
}

.section-title h4 {
    font-size: 16px;
    color: #ff3c00;
    font-weight: 500;
    padding: 0 0 14px;
}

.section-title h1 {
    font-size: 36px;
    line-height: 34px;
    color: #050a1e;
}

p.section-desc-2 {
    font-size: 16px;
    line-height: 28px;
    color: #050a1e;
    font-weight: 400;
    border-bottom: 1px solid #DFDFE1;
    padding: 21px 0 21px;
}

/**
======================================================
&lt;--  itpro feature Area Css --&gt;
======================================================**/
.feature-area {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 110px 0 124px;
}

.single-feature-box {
    background: #F7F7F7;
    text-align: center;
    padding: 49px 21px 47px;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.single-feature-box:before{
    position: absolute;
    content: "";
    bottom:0;
    left: 0;
    right: 0;
    top: 0;
    transform: scale(0);
    background:#050A1E;
    z-index: -1;
    transition: 0.5s;
}

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

.feature-box-content h4 {
    font-size: 20px;
    font-weight: 500;
    margin: 34px 0 17px;
    transition: 0.5s;
}

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

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

.single-feature-box:hover .feature-box-content p{
    color:#9d9d9d;
}

a.feature-button {
    font-size: 15px;
    color: #050a1e;
    font-weight: 400;
    font-family: "Poppins";
    border-bottom: 1px solid #AEAFB4;
    transition: 0.5s;
}

.single-feature-box:hover a.feature-button {
    color:#ff3c00;
     border-bottom: 1px solid #ff3c00;
}

a.feature-button i {
    display: inline-block;
    font-size: 23px;
    transform: rotate(309deg);
    position: relative;
    left: 6px;
    top: 3px;
    color: #050a1e;
    transition: 0.5s;
}

.single-feature-box:hover i{
    color:#ff3c00;
}

.feature-shape1 {
    position: absolute;
    top: -136px;
    left: -137px;
    opacity: 0;
    transition: 0.5s;
}

.single-feature-box:hover .feature-shape1{
    opacity:1;
} 

.feature-shape2 {
    position: absolute;
    right: -145px;
    bottom: -202px;
    opacity: 0;
    transition: 0.5s;
}

.single-feature-box:hover .feature-shape2{
    opacity:1;
}


/**
======================================================
&lt;--  itpro About Area Css --&gt;
======================================================**/
.about-area {
    background: #F7F7F7;
    padding: 123px 0 125px;
}

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

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

.about-imgs2 {
    position: absolute;
    left: -66%;
    bottom: 132px;
}

.about-imgs2 img{
    
}

.about-list-item ul li {
    display: flex;
}

.about-list-item ul li i {
    display: inline-block;
    color: #ff3c00;
    font-size: 22px;
    margin-right: 17px;
}

.about-list-item ul li p {
    width: 85%;
    font-size: 16px;
    line-height: 26px;
    color: #686868;
    font-weight: 400;
}

.itpro-button a {
    display: inline-block;
    background: #050A1E;
    color: #fff;
    padding: 15px 32px;
    margin-top: 19px;
    font-weight: 500;
    font-family: "Poppins";
    position: relative;
    z-index: 1;
    transition: 0.5s;
    border: 1px solid #050A1E;
}

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

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

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

.itpro-button i {
    font-size: 19px;
    display: inline-block;
    color: #fff;
    margin-right: 8px;
    transition: 0.5s;
}

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

/**
======================================================
&lt;--  itpro Service Area Css --&gt;
======================================================**/
.service-area {
    background: url(../image/service-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0 170px;
}

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

.single-service-box {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 9px 9px 9px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

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

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

.service-box-icon {
    background: #F0F0F0;
    width: 114px;
    height: 88px;
    text-align: center;
    line-height: 88px;
    margin-right: 19px;
    transition: 0.5s;
}

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

.service-content a {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #050a1e;
    font-weight: 500;
    font-family: "Poppins";
    transition: 0.5s;
}

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

/**
======================================================
&lt;--  itpro Call Do Action Area Css --&gt;
======================================================**/
.row.add-bg {
    background: url(../image/call-do-action-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 83px 64px 91px;
    margin-top: -138px;
    z-index: 1;
    position: relative;
}

.call-do-action-content h6 {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 500;
}

.call-do-action-content h1 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
}


/**
======================================================
&lt;--  itpro Case Studies Area Css --&gt;
======================================================**/
.case-studies-area {
    background: url(../image/case-studies-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 234px 0 84px;
    margin-top: -125px;
}

.case-studies-area .section-desc-1 p {
    margin-top: 33px;
}

.single-case-studies-box {
    position: relative;
}

.case-studies-thumb{
    overflow: hidden;
    position: relative;
}

.case-studies-thumb img {
    width: 100%;
}

.case-study-shape {
    position: absolute;
    bottom: -70px;
    left: -132px;
    transition: 0.5s;
}

.single-case-studies-box:hover .case-study-shape{
    left: 0;
    bottom: 0;
} 

.case-studies-content {
    position: relative;
    bottom: 95px;
    left: 0;
    width: 83%;
    right: 0;
    margin: auto;
    background-color: rgba(255,255,255,0.14901960784313725);
    z-index: 1;
}

.case-studies-content:before{
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background:#ff3c00;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
}

.single-case-studies-box:hover .case-studies-content:before{
    width: 100%;
}

.case-studies-content a {
    display: inline-block;
    padding: 18px 0 18px 22px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
}

.case-studies-icon {
    position: absolute;
    top: 20px;
    right: 19px;
    opacity:0;
    transition: 0.5s;
}

.single-case-studies-box:hover .case-studies-icon{
    opacity: 1;
}

.case-studies-icon i {
    display: inline-block;
    background: #ff3c00;
    color: #fff;
    width: 54px;
    height: 54px;
    text-align: center;
    line-height: 55px;
    border-radius: 50px;
    font-size: 30px;
    transform: rotate(317deg);
}

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

.owl-dot {
    display: inline-block;
    border: 2px solid #B4B5B9;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-top: 48px;
    margin-right: 6px;
}

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



/**
======================================================
&lt;--  itpro category Area Css --&gt;
======================================================**/
.category-area {
    background: url(../image/category-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 124px 0 111px;
}

.category-area .section-title {
    margin-bottom: 19px;
}

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

.category-area .itpro-button a {
    background: transparent;
    border: 2px solid #78878E;
}

.category-box-item {
    text-align: center;
    background-color: rgba(255,255,255,0.10196078431372549);
    border: 2px solid rgba(255,255,255,0.2);
    padding: 28px 0 21px;
    margin: 0 -4px 0;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.category-box-item:hover{
    border:2px solid #ff3c00;
}


.category-box-item:before{
    position: absolute;
    content:"";
    width: 100%;
    height:0;
    left: 0;
    bottom: 0;
    background: #ff3c00;
    z-index: -1;
    transition: 0.5s;
}

.category-box-item:hover:before{
    height: 100%;
    border:1px solid #ff3c00;
}

.category-box-icon {
    border: 1px solid rgba(255,255,255,0.2);
    display: inline-block;
    width: 84px;
    height: 84px;
    line-height: 84px;
    border-radius: 100%;
    position: relative;
    transition: 0.5s;
}

.category-box-item:hover .category-box-icon{
    background:#fff;
}

.category-box-icon img{
    opacity:1;
    transition:0.5s
}

.category-box-item:hover .category-box-icon img{
    opacity: 0;
}

img.icon-2 {
    position: absolute;
    left: 26px;
    top: 29px;
    opacity: 0;
    transition: 0.5s;
}

.category-box-item:hover img.icon-2{
    opacity: 1;
}

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

.category-content h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-top: 49px;
    position: relative;
}

.category-content h4:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    left: 0;
    right: 0;
    top: -21px;
    background: #ff3c00;
    margin: auto;
    transition: 0.5s;
}

.category-box-item:hover .category-content h4:before{
    background: #fff;
}


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

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

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

/**
======================================================
&lt;--  itpro Testimonial Area Css --&gt;
======================================================**/
.testimonial-area {
    background: url(../image/blog-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 109px 0 124px;
}

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

.single-testimonial-box {
    background: #fff;
    padding: 41px 41px 17px;
    position: relative;
    margin-top: 20px;
}

.single-testimonial-box:before {
    position: absolute;
    content: "";
    width: 90px;
    height: 9px;
    left: -10px;
    top: -10px;
    background: #E7E7E7;
    transition: 0.5s;
}

.single-testimonial-box:hover:before{
    background:#ff3c00;
}

.single-testimonial-box:after {
    position: absolute;
    content: "";
    width: 9px;
    height: 80px;
    left: -10px;
    top: -1px;
    background: #E7E7E7;
    transition: 0.5s;
}

.single-testimonial-box:hover:after{
    background:#ff3c00;
}


.testimonial-author {
    display: flex;
}

.testimonial-author-thumb {
    background: #EEEEEE;
    width: 80px;
    height: 78px;
    text-align: center;
    line-height: 76px;
    margin-right: 17px;
    margin-top: -3px;
}

.author-rating {
    text-align: right;
    position: relative;
    top: -69px;
}

.author-rating ul li {
    display: inline-block;
}

.author-rating ul li i {
    color: #ff3c00;
    display: inline-block;
    padding-left: 4px;
}

.testimonial-author-content h4 {
    font-size: 20px;
    line-height: 27px;
    color: #050a1e;
    font-weight: 600;
}

.testimonial-author-content p {
    font-size: 16px;
    color: #686868;
    font-weight: 300;
}

.testimonial-author-description p {
    font-size: 16px;
    line-height: 30px;
}

.owl-nav {
    position: relative;
}

.owl-prev {
    position: absolute;
    left: -52px;
    bottom: 146px;
}

.owl-prev i {
    border: 1px solid #DFDFE1;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    transition: 0.5s;
}

.owl-prev i:hover{
    background:#050A1E;
    color:#fff;
    border: 1px solid #050A1E;
}

.owl-next i{
    border: 1px solid #DFDFE1;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    transition: 0.5s;
}

.owl-next i:hover{
    background:#050A1E;
    color:#fff;
    border: 1px solid #050A1E;
}

.owl-next{
    position: absolute;
    right: -52px;
    bottom: 146px;
}



/**
======================================================
&lt;--  itpro Blog Area Css --&gt;
======================================================**/
.blog-area {
    padding: 109px 0 122px;
}

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

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

.single-blog-content {
    background: #F7F7F7;
    width: 88%;
    position: relative;
    margin: auto;
    margin-top: -20px;
    padding: 19px 28px 28px;
    border-top: 3px solid #ff3c00;
}

.meta-blog p {
    font-size: 16px;
    color: #6d6d6d;
    margin-bottom: 14px;
}

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

.single-blog-content a {
    font-size: 19px;
    line-height: 27px;
    color: #232323;
    font-weight: 500;
    font-family: "Poppins";
    display: inline-block;

}

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

a.blog-button {
    background: #fff;
    width: 100%;
    padding: 8px 18px;
    font-size: 14px;
    color: #6d6d6d;
    font-weight: 400;
    margin-top: 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

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

a.blog-button:before{
    position: absolute;
    content: "";
    width:0%;
    height:100%;
    left: 0;
    top: 0;
    background: #ff3c00;
    z-index: -1;
    transition: 0.5s;
}

.single-blog-box:hover a.blog-button:before{
    width: 100%;
}

a.blog-button i {
    display: inline-block;
    color: #6d6d6d;
    float: right;
    font-size: 16px;
    transition: 0.5s;
}

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


/**
======================================================
&lt;--  itpro Brand Area Css --&gt;
======================================================**/
.brand-area {
    background: #F4F4F4;
    padding: 75px 0 60px;
}

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

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

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

/**
======================================================
&lt;--  itpro Email Area Css --&gt;
======================================================**/
.email-area {
    background: #13172B;
    padding: 28px 0 44px;
    position: relative;
}

.email-content h4 {
    font-size: 20px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
}

.email-content i {
    color: #ff3c00;
    font-size: 23px;
    position: relative;
    left: -14px;
    top: 4px;
}

.email-shape1 {
    position: absolute;
    left: 47%;
    top: 39px;
}


/**
======================================================
&lt;--  itpro Footer Area Css --&gt;
======================================================**/
.footer-area {
    background: #05091D;
    padding: 122px 0 30px;
}

.footer-widget-logo a {
    cursor: pointer;
    display: inline-block;
}

.footer-widget-desc p {
    color: #9d9d9d;
    padding: 32px 0 13px;
}

.footer-widget-desc-2 p {
    font-size: 16px;
    line-height: 26px;
    color: #9d9d9d;
    font-weight: 300;
    font-family: "Rubik";
    margin-top: 6px;
}

.footer-widget-social-title h4 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
}

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

.footer-widget-social-icon ul li i {
    display: inline-block;
    color: #9d9d9d;
    transition: 0.5s;
}

.footer-widget-social-icon ul li i:hover{
    color:#fff;
}

.footer-widget-titel h4 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    padding: 24px 0 24px;
    margin: 0;
}

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

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


.newletter-input-box input {
    width: 100%;
    text-align: center;
    height: 60px;
    outline: 0;
    margin-top: 4px;
    border: transparent;
    padding: 0 10px;
}

.newsletter-button button {
    border: transparent;
    background: #ff3c00;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 16px 0;
    margin-top: 11px;
    font-weight: 500;
    font-family: "Poppins";
}


.footer-bottom-area {
    margin-top: 103px;
}

.row.add-border {
    border-top: 1px solid rgba(250,250,250,0.2);
}

.footer-bottom-content {
    margin-top: 26px;
    position: relative;
}

.footer-bottom-content-copy p {
    font-size: 15px;
    line-height: 26px;
    color: #9d9d9d;
    font-weight: 300;
    font-family: "Poppins";
    margin: 0;
}

.footer-bottom-menu ul li {
    display: inline-block;
    margin-right: 24px;
}

.footer-bottom-menu ul li:last-child{
    margin-right: 0;
}

.footer-bottom-menu ul li a {
    font-size: 15px;
    line-height: 40px;
    color: #9d9d9d;
    font-weight: 300;
    font-family: "Poppins";
    display: inline-block;
    transition: 0.5s;
}

.footer-bottom-menu ul li a:hover{
    color:#fff;
}



/**
======================================================
&lt;--  itpro Service Details Area Css --&gt;
======================================================**/
.service-detials-area {
    padding: 124px 0 94px;
}

.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: .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(../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;
}






/*--==============================================-&gt;
&lt;!-- itpro Breadcumb Area Css --&gt;
==================================================-*/
.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;
}



/*====================================================
--&lt; itpro abouts_tow Css --&gt;
======================================================*/
.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;
}


/* iner counter */
.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: 300;
    margin: 0;
    color: #ffff;
    padding: 0 0 0;
}

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

/***
======================================================
&lt;-- itpro Faq Area Css --&gt;
======================================================***/
.faq-area {
    background: url(../image/faq-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 109px 0 109px;
    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: #ff3c00;
    font-size: 22px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}

.faq-area .itpro-button a {
    background: #ff3c00;
}

/*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: #FF3C00;
    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: #FF3C00;
    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 #FF3C00 !important;
    background: #FF3C00 !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(../image/question.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}


/***
======================================================
&lt;--  itpro Team Area Css --&gt;
======================================================***/
.team_area {
    background: url(../image/team-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 110px 0 94px;
}

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




/***
==================================================
&lt;-- itpro Form Box Css --&gt;
==================================================***/
.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: #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;
}

/***
======================================================
&lt;--  itpro Case study tow Css --&gt;
======================================================***/
.case-study-area-tow {
    padding: 109px 0 95px;
    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: #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;
}



/***
======================================================
&lt;--  itpro Service Area tow Css --&gt;
======================================================***/

.service-area-tow {
    background: url(../image/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(../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;
}


/*========================================
&lt;-- itpro About-area Tow Css --&gt;
==========================================*/
.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: #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 a {
    background: #ff3c00;
    border: 1px solid #ff3c00;
    margin-top: 35px;
}

.about-area-three .itpro-button a:hover {
    color: #ff3c00;
}

.about-area-three .itpro-button a:hover i {
    color: #ff3c00;
}

/*========================================
&lt;-- itpro Call Do Action Tow Css --&gt;
==========================================*/
.call-do-action-area-tow {
    background: linear-gradient(rgba(17, 26, 58, 0.75), rgba(17, 26, 58, 0.75)), 
    transparent url(../image/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;
}


/*========================================
&lt;-- itpro testimonials-area-tow Css --&gt;
==========================================*/
.testimonials-area-tow {
    padding: 110px 0 95px;
    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(../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(../image/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;
}


/*========================================
&lt;-- itpro Pricing Section Css --&gt;
==========================================*/
.pricing-section {
    padding: 108px 0 94px;
    background: url(https://m100.ditsolution.net/html/itpro/technology2/assets/images/resource/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: #EE3C00;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 37px;

}

.pricing-single-items:hover .btn-common.pc-btn a {
    color: #fff;
    background: #FF3C00;
}

.pricing-single-items.style-2 {
    background: #FF3C00;
    color: #fff;
    padding: 25px 0;
}

.pricing-single-items.style-2:hover .btn-common.pc-btn a {
    background-color: #fff;
    color: #ff3c00
}

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


/*=================================================
&lt;-- itpro Blog Sidber Widget CSS --&gt;
==================================================*/

.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: 100px 0 50px;
}

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

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

/*======================================
&lt;-- itpro Case Study Details Css --&gt;
========================================*/
.case-study-details {
    background: url(https://m100.ditsolution.net/html/itpro/technology2/assets/images/resource/why-choose-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0 100px;
}

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


/*=====================================
&lt;-- itpro Error Area Css --&gt;
=======================================*/
.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;
}




/*===========================
&lt;-- itpro Loader Css --&gt;
=============================*/
.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;
}

/*===========================
&lt;-- itpro Sidbar Css --&gt;
=============================*/
.nav-btn.navSidebar-button {
    display: inline-block;
}

.nav-btn.navSidebar-button a i {
    font-size: 24px;
    display: inline-block;
    color: #ff3c00;
    transition: .5s;
}

.xs-sidebar-group .xs-overlay {
    left: 100%;
    top: 0;
    position: fixed;
    z-index: 101;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in 0.8s;
    -o-transition: all 0.4s ease-in 0.8s;
    transition: all 0.4s ease-in 0.8s;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 23px;
    right: 0;
    padding: 25px;
}

.xs-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #272727;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: 0.7;
    visibility: visible;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
    left: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
    padding: 40px 32px;
}

.close-side-widget i {
    color: #ff3c00;
    font-size: 28px;
    display: block;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
}

.xs-bg-black {
    background-color: #ff3c00;
}

/*html css*/
.nav-logo {
    margin: 0 0 50px;
}

.content-box h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

.content-box p {
    display: inline-block;
    color: #fff;
    padding: 15px 0 0;
}

a.theme-btn.btn-style-two span {
    color: #fff;
    font-size: 20px;
}

a.theme-btn.btn-style-two i {
    color: #ff3c00;
}

.contact-info h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;
}

ul.list-style-one li {
    display: block;
    list-style: none;
    color: #fff;
    padding: 16px 0 0;
    overflow: hidden;
    font-family: 'Fira Sans';
}

ul.list-style-one li span {
    font-size: 20px;
    font-weight: 600;
    color: #ff3c00;
    margin: 0 10px 0 0px;
}

ul.social-box {
    margin: 30px 0 0;
}

ul.social-box li {
    display: inline-block;
    list-style: none;
    margin: 0 6px 0 0;
}

ul.social-box li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    color: #ff3c00;
    transition: .5s;
    font-size: 18px;
    border-radius: 3px;
}

ul.social-box li a:hover {
    background: #ff3c00;
    color: #fff;
}




/*** 
====================================================================
    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.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;
}



/*
&lt;!-- ============================================================== --&gt;
&lt;!--Scrollup Button Section --&gt;
&lt;!-- ============================================================== --&gt;*/

/*------back-to-top------------*/
.prgoress_indicator {
    position: fixed;
    right: 50px;
    bottom: 20px;
    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;
}


/*
&lt;!-- ============================================================== --&gt;
&lt;!-- itpro All Animation Css --&gt;
&lt;!-- ============================================================== --&gt;*/
/* 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)
}
}
</pre></body></html>