﻿.header_menu_area {
    position: relative;
    z-index: 1;
}

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

.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;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    padding: 36px 0;
    transition: 0.5s;
}

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

.header_menu ul li i {
    font-size: 11px;
    display: inline-block;
    position: relative;
    left: 6px;
    top: -1px;
    color: #fff;
    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: #011327 !important;
    transition: .5s !important;
    z-index: 922;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}


.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-signup-button {
    display: inline-block;
}


.header-signup-button button {
    color: #fff;
    padding: 10px 30px;
    margin-left: 24px;
    border: none;
    cursor: pointer;
    background-image: linear-gradient(127deg, #0d6dff 0%, #45d965 93%, #45d965 100%);
    border-radius: 5px;
}


button.cancelbtn {
    padding: 16px 0;
    background-color: #f44336;
    border: none;
    color: #ffff;
    width: 50%;
}

button.signupbtn {
    background: linear-gradient(127deg, #0d6dff 0%, #45d965 93%, #45d965 100%);
    border: none;
    padding: 16px 0;
    color: #fff;
    width: 49%;
}


.signup-box {
    padding: 24px 24px 40px;
    transition: 0.5s;
}

.signup-box h1 {
    color: #ff3c00;
    font-size: 30px;
    padding: 0 0 16px;
    font-weight: 600;
}

.modal.section {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 30%;
    height: 100%;
    outline: 0;
    right: 0;
    margin: auto;
}

.modal.section .close {
    float: right;
    font-size: 2.9rem;
    font-weight: 500;
    line-height: 1;
    color: #ff3c00;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    position: relative;
    top: 60px;
    z-index: 1;
    left: -23px;
    cursor: pointer;
}



  input[type=text], input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}

input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}




.hero-area {
    background: url(404.png);
    height: 724px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    margin-top: -100px;
    padding-top: 188px;
}

.row.position-shape {
    position: relative;
}

.hero-content h4 {
    font-size: 17px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
}

.hero-content h1 {
    font-size: 50px;
    line-height: 54px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Poppins";
}

.hero-content span {
    color:#49D967;
    position: relative;
}

.hero-content span:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: -7px;
    bottom: -30px;
    background: url(404.png);
    background-repeat: no-repeat;
    background-position: center center;
}

p.hero-desc {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    width: 50%;
    margin: auto;
    padding: 20px 0 12px;
}

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

.hero-button a {
    display: inline-block;
    padding: 14px 36px;
    margin-top: 28px;
    transition: 0.5s;
    border-radius: 5px;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    position: relative;
    z-index: 1;
    background-color: #0d6eff;
}  

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

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

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

}

.hero-button-2 {
    display: inline-block;
    margin-left: 25px;
}

.hero-button-2 a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-family: 'Poppins';
}

.hero-button-2 i {
    font-size: 20px;
    color: #48D866;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 8px;
}

.hero-imgs-1 {
    position: absolute;
    left: -108px;
    top: -32px;
    animation: bounce 3s linear infinite;
}

.hero-imgs-2 {
    position: absolute;
    right: -153px;
    top: 19px;
    animation: bounce 6s linear infinite;
}





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




.feature-area {
    padding: 60px 0 100px;
    background-image: linear-gradient(0deg, #03172f 0%, #011327 100%);
}

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

.single-feature-box {
    display: flex;
    align-items: center;
    padding: 20px 29px 19px 27px;
    border-radius: 4px;
    background-color: rgba(255,255,255,0.050980392156862744);
    position: relative;
    z-index: 1;
    margin-left: 26px;
	height: 136px;
    margin: 10px;
}

.single-feature-box:before{
    position: absolute;
    content: "";
    width:0;
    height: 100%;
    left: 50%;
    top: 0;
    background-color: rgba(69,218,101,0.07058823529411765);
    z-index: -1;
    transition: 0.5s;
     border-radius: 4px;
}

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

.feature-box-icon {
    position: absolute;
    left: -33px;
    top: 53px;
    border: 2px solid #45D965;
    width: 65px;
    height: 65px;
    border-radius: 50px;
    text-align: center;
    line-height: 60px;
    transition: 0.5s;
}

.single-feature-box:hover .feature-box-icon{
    background-image: linear-gradient(127deg, #0d6dff 0%, #45d965 93%, #45d965 100%);
}

.feature-box-icon img{
    transition: 0.5s;
}

.single-feature-box:hover .feature-box-icon img{
    filter: brightness(0) invert(1);
}

.feature-box-content h4 {
    font-size: 16px;
    line-height: 44px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
}

.feature-box-content p {
    font-size: 14px;
    color: #9ca2ab;
    font-weight: 300;
    font-family: "Rubik";
}



.section-title {
    padding-bottom: 10px;
}

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

.section-title h1 {
    font-size: 35px;
    line-height: 42px;
}

span.section-text {
    font-size: 18px;
    color: #45da64;
    font-weight: 500;
    font-family: "Poppins";
    display: inline-block;
    padding: 20px 0 16px;
}

.section-title h4 {
    color: #FF3A00;
    font-size: 16px;
    padding-bottom: 8px;
}

.section-title.tow h1 {
    color: #021327;
}

p.section-desc-1.inner {
    margin-top: 23px;
}




.about-area {
    background-color: #021327;
    padding: 120px 0 118px;
    position: relative;
}

.about-thumb {
    margin-left: 86px;
    position: relative;
    animation: bounce 4s linear infinite;
}

.about-list-item ul li {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Rubik";
    margin-bottom: 26px;
}

.about-list-item ul li i {
    display: inline-block;
    background-image: linear-gradient(127deg, #0d6dff 0%, #45d965 93%, #45d965 100%);
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    font-size: 20px;
    border-radius: 50px;
    margin-right: 10px;
}

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

.itpro-button a {
    display: inline-block;
    color: #fff;
    padding: 13px 36px;
    border-radius: 3px;
    background: #0E6EFF;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    border: 1px solid #0E6EFF;
}

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

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

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

}



.brand-area {
    padding: 0 0 77px;
    background-image: linear-gradient(0deg, #03172f 0%, #011327 100%);
}

.brand-area.style-2 {
    background: url(404.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0 70px;
}

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

.brand-title h4 {
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    text-align: center;
    padding-bottom: 69px;
}

.brand-title span {
    color: #45da64;
}

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

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




.service-area {
    background-color: #021327;
    padding: 100px 0 100px;
}

.single-service-box {
    background-color: rgba(255,255,255,0.0392156862745098);
    text-align: center;
    padding: 37px 0 33px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.single-service-box:before{
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background-image: linear-gradient(127deg, #0d6dff 0%, #45d965 93%, #45d965 100%);
    border-radius: 5px;
    z-index: -1;
    transition: 0.5s;
}

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

.service-box-icon {
    border: 2px solid #45d965;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    line-height: 70px;
    margin: auto;
    transition: 0.5s;
}

.single-service-box:hover .service-box-icon{
    background:#fff;
    border: 2px solid #fff;
}

.service-content h4 {
    font-size: 22px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
    padding: 25px 0 14px;
}

.service-content p{
    transition: 0.s5;
}

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

.service-btn a {
    color: #ffffff;
    font-size: 15px;
    display: inline-block;
}

.service-btn i {
    font-size: 24px;
    display: inline-block;
    color: #fff;
    transform: rotate(128deg);
    position: relative;
    top: 2px;
    left: 0px;
}



.feature-area-tow {
    background-color: #021327;
    padding: 0 0 229px;
}

.feature-area-tow p.section-desc-1 {
    padding: 23px 0 0;
}

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

.feature-shape {
    position: absolute;
    bottom: -80px;
    left: -104px;
    animation: bounce 4s linear infinite;
}

.feature-list-item {
    padding-bottom: 19px;
    position: relative;
}

.feature-list-item ul li {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Rubik";
    margin-bottom: 14px;
}

.feature-list-item ul li i {
    color: #45da64;
    font-size: 20px;
    display: inline-block;
    margin-right: 16px;
}

.feature-text {
    border-top: 1px solid #233343;
}

.feature-text p {
    font-size: 16px;
    color: #9ca2ab;
    font-weight: 300;
    margin: 21px 0 0;
}


.testimonial-area {
    background-image: linear-gradient(0deg, #011327 0%, #03172f 100%);
    padding: 100px 0 100px;
}

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

.testimonial-rating ul li i {
    color: #45da64;
    margin-right: 4px;
    display: inline-block;
}

.testimonial-desc p {
    font-size: 22px;
    line-height: 44px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    margin: 0;
    padding: 16px 0 13px;
}

.author-content {
    position: relative;
    margin-left: 20px;
}

.author-content:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 50px;
    left: -20px;
    top: 15px;
    background: #0d6eff;
}

.author-content h4 {
    font-size: 20px;
    line-height: 42px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
}

.testimonial-thumb {
    position: relative;
    margin-left: 106px;
}


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



.call-do-action-area {
    background-image: linear-gradient(0deg, #03172f 0%, #011327 100%);
    padding: 12px 0 82px;
}

.call-do-action-area .itpro-button a {
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
}

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

.row.add-bg {
    background: url(404.png);
    background-repeat: no-repeat;
    padding: 50px 61px 60px;
}

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

.call-do-action-content p {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    padding: 14px 0 13px;
}

.call-do-action-thumb {
    text-align: right;
}





.blog-area {
    padding: 27px 0 120px;
}

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

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

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

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

.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 {
    padding: 30px 20px 29px;
    position: relative;
    border-bottom: 1px solid #E7E7E7;
}

.single-title h6 {
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins";
    background: linear-gradient(-37deg, #9343ff 82%, #0054ff 0);
    -webkit-background-clip: text;
    color: transparent;
    margin: 0 0 12px;
}

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

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

.blog-bottom {
    padding: 20px 0 15px 10px;
    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;
}

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

.meta-blog p {
    font-size: 16px;
    line-height: 26px;
    color: #686868;
    font-weight: 300;
    font-family: "Rubik";
    margin: 0 0 0 18px;
    position: relative;
}

.meta-blog p:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 16px;
    left: -11px;
    bottom: 5px;
    background: #E7E7E7;
}





.footer-area {
    padding: 90px 0 19px;
    background-color: #021327;
}

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

.footer-widget-desc p {
    padding: 32px 0 13px;
    font-size: 15px;
    line-height: 26px;
    color: #9ca2ab;
    font-weight: 300;
    font-family: "Rubik";
}

.footer-widget-desc-2 p {
    font-size: 16px;
    line-height: 26px;
    color: #9ca2ab;
    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: 24px;
    margin-top: 14px;
}

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

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

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

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

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


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

.newsletter-button button {
    border: transparent;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 16px 0;
    margin-top: 11px;
    font-weight: 500;
    font-family: "Poppins";
    background-image: linear-gradient(127deg, #0d6dff 0%, #45d965 93%, #45d965 100%);
    border-radius: 5px;
    transition: 0.5s;
}

.newsletter-button button:hover{
 background-image: linear-gradient(127deg, #45d965 0%, #45d965 0%, #0d6dff 0);
}

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

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

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

.footer-bottom-content-copy p {
    font-size: 15px;
    line-height: 26px;
    color: #9ca2ab;
    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: #9ca2ab;
    font-weight: 300;
    font-family: "Poppins";
    display: inline-block;
    transition: 0.5s;
}

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





.service-detials-area {
    padding: 120px 0 89px;
}

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


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


.serivce-details-desc p span {
    color: #FF3C00;
}


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


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

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


.service-details-title h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding: 0 0 12px;
    color: #021327;
}


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


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


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


.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 {
    padding: 40px 25px 20px;
    background: #F5F5F5;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 30px;
}


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


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


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


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


.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 {
    background: #F5F5F5;
    padding: 42px 40px 25px;
    border-radius: 5px;
}


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

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


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


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

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


.widget-categories-thumb {
    background: url(404.png);
    background-repeat: no-repeat;
    padding: 80px 0 80px;
    margin-top: 30px;
    background-size: cover;
}


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


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







.breadcumb-area {
    background: linear-gradient(rgba(19, 19, 35, 0.6), rgba(0, 0, 0, 0.5)), url(404.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;
}


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




.abouts_tow {
    padding: 123px 0 152px;
    background: #ffff;
}

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


.team_area {
    padding: 110px 0 94px;
}

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

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

.single_team {
    margin-bottom: 30px;
}

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

.single_team_thumb1 img {
    width: 100%;
}


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


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


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


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





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


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


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


.case-study-area-tow {
    padding: 109px 0 195px;
    position: relative;
}

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


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


.faq-area {
    padding: 109px 0 109px;
    background: #F5F8FD;
}

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

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

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

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

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

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





.service-area-tow {
    background: url(404.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 112px 0 91px;
}

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


.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(404.png);
    transition: .5s;
    opacity: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
}

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

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



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



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



.about-area-three {
    background: #F7F7F7;
    padding: 109px 0 124px;
}

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

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


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



.call-do-action-area-tow {
    background: linear-gradient(rgba(17, 26, 58, 0.75), rgba(17, 26, 58, 0.75)), 
    transparent url(404.png) 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;
}



.testimonials-area-tow {
    padding: 110px 0 90px;
    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(404.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(404.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(404.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;
    color: #021327;
}

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



.pricing-section {
    padding: 108px 0 94px;
}

.pricing-section .section-title.tow {
    padding-bottom: 59px;
}

.pricing-single-items {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin-bottom: 30px;
    background: #fff;
    transition: 0.5s;
}

.pricing-single-items:hover{
 -webkit-transform: scale(1.03) rotate(0deg);
    transform: scale(1.03) rotate(0deg);
}

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

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

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

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

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

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

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

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

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

}

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

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

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




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

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


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

}


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


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


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


.rpost-title h4 {
    font-size: 16px;
    font-weight: 500;
    transition: .5s;
    margin: 0;
    color: #021327;
}

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

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


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


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


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

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

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

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

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


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


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


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


.case-study-details {
    padding: 64px 0 125px;
}

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

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

.csd-title h2 {
    color: #021327;
    font-size: 30px;
}


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



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






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

.nav-btn.navSidebar-button {
    display: inline-block;
}

.nav-btn.navSidebar-button a i {
    font-size: 26px;
    display: inline-block;
    color: #ffff;
    transition: .5s;
    margin-left: 27px;
}

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


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





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



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


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






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




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