﻿    .loader-logo {
        margin: -82px 0 0;
        max-width: 253px;
        position: relative;
    }

    .loader-logo img {
        width: 100%;
    }

    .loader {
        background-color: rgba(255, 255, 255, 0.9);
        bottom: 0;
        height: 100%;
        left: 0;
        margin: auto;
        padding: 25% 40%;
        position: fixed;
        right: 0;
        text-align: center;
        top: 0;
        width: 100%;
        z-index: 99999;
        display: none;
    }

    .loader--dot {
        animation-name: loader;
        animation-timing-function: ease-in-out;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        height: 20px;
        width: 20px;
        border-radius: 100%;
        background-color: black;
        position: absolute;
        border: 2px solid white;
    }

    .loader--dot:first-child {
        background-color: #8cc759;
        animation-delay: 0.5s;
    }

    .loader--dot:nth-child(2) {
        background-color: #8c6daf;
        animation-delay: 0.4s;
    }

    .loader--dot:nth-child(3) {
        background-color: #ef5d74;
        animation-delay: 0.3s;
    }

    .loader--dot:nth-child(4) {
        background-color: #f9a74b;
        animation-delay: 0.2s;
    }

    .loader--dot:nth-child(5) {
        background-color: #60beeb;
        animation-delay: 0.1s;
    }

    .loader--dot:nth-child(6) {
        background-color: #fbef5a;
        animation-delay: 0s;
    }

    .loader--text {
        position: absolute;
        top: 200%;
        left: 0;
        right: 0;
        width: 4rem;
        margin: auto;
    }

    .loader--text:after {
        content: "Loading";
        font-weight: bold;
        animation-name: loading-text;
        animation-duration: 3s;
        animation-iteration-count: infinite;
    }

    @keyframes loader {
        15% {
            transform: translateX(0);
        }

        45% {
            transform: translateX(230px);
        }

        65% {
            transform: translateX(230px);
        }

        95% {
            transform: translateX(0);
        }
    }

    @keyframes loading-text {
        0% {
            content: "Loading";
        }

        25% {
            content: "Loading.";
        }

        50% {
            content: "Loading..";
        }

        75% {
            content: "Loading...";
        }
    }

    .margin {
        margin: 0px !important
    }

    .G-color {
        color: #14a859 !important;
    }

    .W-color {
        color: #fff !important;
    }

    .D-color {
        color: #444 !important;
    }

    .B-color {
        color: #2e3192 !important;
    }

    .L-color {
        color: #aaa !important;
    }

    .O-color {
        color: #F26824 !important;
    }

    .R-color {
        color: #ff0000 !important;
    }

    .P-color {
        color: #e8268c !important;
    }

    .L-small {
        font-size: 13px;
        line-height: 18px;
    }

    .L-medium {
        font-size: 15px;
        line-height: 22px;
    }

    .L-large {
        font-size: 17px;
        line-height: 24px;
    }

    .L-small,
    .L-medium,
    .L-large {
        color: #666;
        padding: 0px;
        margin: 0px;
    }

    .D-small {
        font-size: 13px;
        line-height: 18px;
    }

    .D-medium {
        font-size: 15px;
        line-height: 20px;
    }

    .D-large {
        font-size: 17px;
        line-height: 22px;
    }

    .D-small,
    .D-medium,
    .D-large {
        color: #000;
        padding: 0px;
        margin: 0px;
    }

    .normal-font {
        font-weight: normal !important;
    }

    .lighter-font {
        font-weight: lighter !important;
    }

    .clear {
        clear: both;
    }

    .padding {
        padding: 0px;
    }

    .Gray-color {
        color: #989898;
    }

    header {
        background: #ffffff none repeat scroll 0 0;
        border-top: 6px solid #2e3192;
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
        padding: 20px 0 0;
        position: relative;
        z-index: 9;
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    }

    .logo {
        width: 100%;
        float: left;
        max-width: 231px;
    }

    .logo img {
        width: 100%;
    }

    .head-ul {
        float: right;
        margin-top: 12px;
    }

    .head-ul li {
        float: right;
        margin-left: 15px;
        padding-left: 36px;
        position: relative;
    }

    .head-ul li i {
        background: #2e3192 none repeat scroll 0 0;
        color: #ffffff;
        padding: 6px;
        position: absolute;
        left: 0;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    }

    .head-ul li strong {
        color: #888888;
        display: block;
        font-weight: normal;
        line-height: 12px;
        text-transform: uppercase;
    }

    .head-ul li span {
        color: #2e3192;
        font-size: 14px;
    }

    .hd-social-icon {
        margin: 0;
        padding: 0px;
        line-height: 0;
    }

    .hd-social-icon a {
        display: inline-block;
        font-size: 30px;
    }

    .hd-social-icon a i {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        color: #2e3192;
        padding: 2px;
        position: relative !important;
    }

    .hm-fb i {
        color: #5D82D1 !important;
    }

    .hm-tw i {
        color: #40BFF5 !important;
    }

    .hm-in i {
        color: #117AB4 !important;
    }

    .hm-gp i {
        color: #EB5E4C !important;
    }

    .menu-panal {
        background: #2e3192 none repeat scroll 0 0;
        /* bottom: -20px; */
        position: relative;
    }

    .RequestQuote {
        background: #0d0404 none repeat scroll 0 0;
        border-left: 42px solid #2e3192;
        border-top: 55px solid rgba(0, 0, 0, 0);
        color: #ffffff;
        font-size: 16px;
        height: 56px;
        line-height: 0;
        margin: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        vertical-align: top;
        width: 170px;
    }

    .RequestQuote a {
        color: #ffffff;
        left: 0;
        margin-top: -25px;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        line-height: 0;
    }

    .hm-bannar {
        width: 100%;
    }

    .hm-bannar img {
        width: 100%;
    }

    .hm-mn-title {
        color: #666666;
        font-size: 48px;
        text-transform: uppercase;
        margin: 30px 0 0px 0;
        text-align: center;
    }

    .hm-mn-title strong {
        margin: 0px;
        color: #2e3192;
    }

    .hm-mn-title span {
        display: block;
        font-size: 26px;
        margin: 0;
        padding-bottom: 10px;
    }

    .hm-divaider {
        border-bottom: 5px solid #2e3192;
        margin: 0 auto;
        width: 120px;
    }

    .section-one {
        background: #efefef;
        padding: 60px 0 50px 0;
        margin: 40px 0;
    }

    .section-two {
        background: #ffffff none repeat scroll 0 0;
        margin: 0 0 40px;
        padding: 20px 0 40px;
    }

    .abt-bnt {
        background-color: #2e3192;
        background-image: linear-gradient(#2e3192, #0051a6);
        background: #2e3192;
        background: linear-gradient(#2e3192, #0051a6);
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        color: #ffffff;
        display: block;
        font-weight: bold;
        margin: 0 auto;
        padding: 10px;
        text-align: center;
        text-transform: uppercase;
        width: 160px;
    }

    .abt-bnt:hover {
        background-color: #2e3192;
        background-image: linear-gradient(#0051a6, #2380e1);
        background: #2e3192;
        background: linear-gradient(#0051a6, #2380e1);
    }

    .service-cnt {
        background: #ffffff none repeat scroll 0 0;
        padding: 8px 15px;
    }

    .service-cnt h3 {
        font-size: 30px;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        color: #2e3192;
        margin: 0px;
    }

    .service-cnt h3 span {
        color: #000;
    }

    .srvc-left {
        margin: 40px 0;
        padding-right: 90px;
        position: relative;
        text-align: right;
        width: 100%;
    }

    .srvc-left figure {
        position: absolute;
        right: 0;
        max-width: 92px;
        top: 0;
    }

    .srvc-left figure img {
        width: 100%;
    }

    .srvc-left h3 {
        font-size: 20px;
        margin: 0;
        padding: 0 0 8px;
    }

    .srvc-right {
        margin: 40px 0;
        padding-left: 90px;
        position: relative;
        text-align: left;
        width: 100%;
    }

    .srvc-left a:hover,
    .srvc-right a:hover {
        text-decoration: underline;
    }

    .srvc-right figure {
        position: absolute;
        left: 0;
        top: 0;
    }

    .srvc-right figure img {
        width: 100%;
    }

    .srvc-right h3 {
        font-size: 20px;
        margin: 0;
        padding: 0 0 8px;
    }

    .src-cl-OR {
        color: #fe8333;
    }

    .src-cl-GR {
        color: #67ca7a;
    }

    .src-cl-PR {
        color: #ad2dff;
    }

    .src-cl-DM {
        color: #ed5f1e;
    }

    .src-cl-MM {
        color: #004aad;
    }

    .src-cl-TM {
        color: #047d5d;
    }

    .src-cl-GD {
        color: #7b8132;
    }

    .src-cl-PK {
        color: #f73863;
    }

    .src-cl-DW {
        color: #4f4776;
    }

    .src-cl-BD {
        color: #288081;
    }

    .src-cl-Rd {
        color: #fb5049;
    }

    .Our-client-slider {
        color: #000;
    }

    .Our-client-slider .logo-list {
        margin: 0px;
        list-style: none;
        padding: 0px;
    }

    .Our-client-slider .logo-list li {
        float: left;
        width: 16.66%;
        text-align: center;
        cursor: pointer;
    }

    .Our-client-slider .logo-list li img {
        width: 94%;
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: gray;
        -webkit-filter: grayscale(1);
    }

    .Our-client-slider .logo-list li:hover img {
        filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: gray;
        -webkit-filter: grayscale(0);
    }

    .Our-client-slider .carousel-indicators li {
        background-color: #aaa;
        border: 1px solid #aaa !important;
    }

    .Our-client-slider .carousel-indicators .active {
        background-color: #2e3192 !important;
        border-color: #2e3192 !important;
        height: 12px;
        margin: 0;
        width: 12px;
    }

    .Our-client-slider .carousel-indicators {
        bottom: -80px;
    }

    .client-sr-pl {
        background: #ffffee none repeat scroll 0 0;
        border: 1px dashed #cccccc;
        min-height: 200px;
        padding: 14% 12px 12px;
    }

    .client-panal-h3 {
        font-size: 30px;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        color: #2e3192;
        margin: 0px;
    }

    .client-panal-h3 span {
        color: #000;
    }

    footer {
        background: #2e3192 none repeat scroll 0 0;
        margin-top: 100px;
        padding: 20px 0 0px 0;
    }

    .w-logo {
        max-width: 250px;
    }

    .w-logo img {
        max-width: 100%;
    }

    .fot-cont {
        list-style: none;
    }

    .fot-cont li {
        color: #fff;
        margin-bottom: 20px;
        padding-left: 33px;
        position: relative;
    }

    .fot-cont li i {
        position: absolute;
        left: 0;
        font-size: 20px;
    }

    .fot-links {
        padding: 0;
    }

    .fot-links li {
        list-style: none;
    }

    .fot-links li a {
        display: block;
        padding: 6px 0 6px 10px;
        color: #fff;
        border-bottom: 1px #a7a7a8  solid;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
    }

    .fot-links li a i {
        font-size: 12px;
        padding-right: 8px;
    }

    .fot-links li a:hover {
        padding-left: 30px;
        color: #0090ff;
    }

    .fot-h3 {
        color: #fff;
        text-transform: uppercase;
        margin: 0px;
        margin-bottom: 10px;
    }

    .Quick-Contackt {
        list-style: none;
    }

    .Quick-Contackt li {
        margin-bottom: 13px;
    }

    .Quick-Contackt li input,
    .Quick-Contackt li textarea {
        background: #fff none repeat scroll 0 0;
        border: 0 none;
        border-radius: 25px;
        color: #2e3192;
        padding: 8px 20px;
        width: 100%;
    }

    .Quick-Contackt button {
        background: #0090ff none repeat scroll 0 0;
        border: 0 none;
        border-radius: 25px;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        color: #ffffff;
        padding: 8px 20px;
        width: 100%;
    }

    .Quick-Contackt button:hover {
        background: #fff none repeat scroll 0 0;
        color: #2e3192;
    }

    .social-bg {
        background: rgba(0, 0, 0, 0) url("../images/social_bg.png") no-repeat scroll 0 0;
        height: 48px;
        margin: 0px auto 0;
        text-align: center;
        width: 305px;
    }

    .social-bg a {
        color: #ffffff;
        display: inline-block;
        font-size: 18px;
        padding: 11px 9px;
    }

    .social-bg a:hover {
        color: #0090ff;
    }

    .copy-right {
        background: #002846;
        color: #fff;
        padding: 25px 0;
        width: 100%;
        text-align: center;
        font-size: 14px;
    }

    .copy-right span {
        color: #0090ff;
    }

    .footerQuote {
        background: rgba(0, 0, 0, 0) url("../images/footer_bg.png") no-repeat scroll 0 0/100% auto;
        height: 140px;
        margin: -80px auto 0;
        max-width: 960px;
        padding: 0;
        width: 100%;
    }

    .footerQuote h3 {
        color: #ffffff;
        font-size: 2.5vw;
        margin: 0 auto;
        padding-top: 48px;
        width: 85%;
    }

    .footerQuote h3 a {
        float: right;
        font-size: 16px;
        color: #000;
    }

    .footerQuote h3 a {
        background-color: #fff;
        background-image: linear-gradient(#fff, #c7c7c7);
        background: #fff;
        background: linear-gradient(#fff, #c7c7c7);
        border: 3px solid #4ab0ff;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        color: #000;
        display: inline-block;
        font-weight: bold;
        margin: 0 auto;
        padding: 14px;
        text-align: center;
        text-transform: uppercase;
        width: 180px;
    }

    .footerQuote h3 a:hover {
        background-color: #fff;
        background-image: linear-gradient(#c7c7c7, #fff);
        background: #0051a6;
        background: linear-gradient(#c7c7c7, #fff);
    }

    .bredcum {
        margin: 15px 0px;
    }

    .bredcum li {
        float: left;
        color: #777;
        margin-right: 14px;
    }

    .bredcum li a {
        color: #777;
        padding: 0px 5px;
    }

    .bredcum li a:hover {
        color: #2e3192;
        text-decoration: underline;
    }

    .bredcum li .active {
        color: #2e3192;
    }

    .sub-pages {
        margin: 0px;
        width: 90%;
    }

    .sub-pages li {
        display: block;
    }

    .sub-pages li a {
        border-bottom: 1px dotted #cccccc;
        color: #0d0404;
        display: block;
        padding: 10px 20px;
    }

    .sub-pages li a:hover {
        color: #2e3192;
    }

    .sub-pages li i {
        display: none;
    }

    .sub-pages .active a {
        border-bottom: 1px dotted #2e3192;
        font-weight: bold;
        color: #2e3192;
    }

    .sub-pages .active i {
        float: right;
        display: inline-block;
    }

    .innerhead-h3 {
        color: #2e3192;
        font-size: 26px;
        font-weight: bold;
        margin: 0;
        padding-top: 10px;
        text-align: left;
        text-transform: uppercase;
    }

    .innerhead-h3 span {
        color: #000;
    }

    .inner-ul {
        margin: 15px 0;
    }

    .inner-ul li {
        color: #666;
        line-height: 26px;  
    }

    .inner-ul li i {
        font-size: 12px;
        padding-right: 6px;
    }

    .RequestQuotehd {
        border-bottom: 1px solid #aaaaaa;
        margin-bottom: 10px;
        padding-bottom: 10px;
        text-align: center;
        width: 100%;
    }

    .RequestQuotehd img {
        max-width: 231px;
        width: 100%;
    }

    .client-panal {
        border: 1px solid #c0c0c0;
        margin-bottom: 5px;
    }

    .client-panal img {
        width: 100%;
        /*filter:grayscale(100%);*/
        padding: 5px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        /*-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:gray;-webkit-filter:grayscale(1);*/
    }



    .container .btn {
        /*position: absolute;
        top: 90%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        background-color: #555;
        color: white;
        font-size: 16px;
        padding: 12px 24px;
        border: none;
        cursor: pointer;
        border-radius: 5px;
        text-align: center;*/
        /* border: 1px solid #c0c0c0; */
        margin-bottom: 20px;
        width: 100%;
        color: #2e3192;
        font-size: 16px;
        background: none;
        font-weight: 500;
      }



    .client-panal img:hover {
        filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: gray;
        -webkit-filter: grayscale(0);
    }

    .ourwork-panal {
        margin-bottom: 30px;
    }

    .ourwork-panal img {
        box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
        width: 100%;
    }

    .demo-3 {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .demo-3 figure {
        margin: 0;
        padding: 0;
        position: relative;
        cursor: pointer;
    }

    .demo-3 figure img {
        width: 100%;
        display: block;
        position: relative;
        z-index: 10;
    }

    .demo-3 figure figcaption {
        display: block;
        position: absolute;
        z-index: 5;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .demo-3 figure h2 {
        color: #fff;
        font-size: 20px;
        margin: 0;
        text-align: left
    }

    .demo-3 figure p {
        display: block;
        font-size: 12px;
        line-height: 18px;
        margin: 10px 0;
        color: #fff;
        text-align: left
    }

    .demo-3 figure figcaption {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 15px;
        background-color: #2e3192;
        text-align: center;
        backface-visibility: hidden;
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s
    }

    .demo-3 figure img {
        backface-visibility: hidden;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s
    }

    .demo-3 figure:hover img,
    figure.hover img {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    .demo-3 figure:hover figcaption,
    figure.hover figcaption {
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        transform: rotateY(0)
    }

    .demo-3 .link-btn {
        background: #fff none repeat scroll 0 0;
        color: #2e3192;
        float: left;
        font-size: 12px;
        padding: 6px 15px;
        text-transform: uppercase;
    }

    .demo-3 .link-btn:hover {
        background: #0D0404;
        color: #fff;
    }

    .Testimonial-panal {
        background: #ffffff none repeat scroll 0 0;
        border: 1px solid #c0c0c0;
        margin-bottom: 70px;
        padding: 15px;
    }

    .Testimonial-img {
        border: 1px solid #c0c0c0;
        background: #fff;
        height: 85px;
        margin-bottom: -60px;
        padding: 5px;
        width: 85px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    .Testimonial-img img {
        width: 100%;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    .carousel-fade .carousel-inner .item {
        opacity: 0;
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
    }

    .carousel-fade .carousel-inner .active {
        opacity: 1;
    }

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

    .carousel-fade .carousel-inner .next.left,
    .carousel-fade .carousel-inner .prev.right {
        opacity: 1;
    }

    .carousel-fade .carousel-control {
        z-index: 2;
    }

    .service-scroll-bg {
        background: #ffffee none repeat scroll 0 0;
        font-weight: bold;
        margin: 0 0 -15px;
        padding: 15px;
        border: 1px dashed #ccc;
        min-height: 152px;
    }

    .visitsite {
        background: #2e3192 none repeat scroll 0 0;
        color: #ffffff;
        float: left;
        font-size: 14px;
        font-weight: bold;
        padding: 10px 25px;
        text-transform: uppercase;
    }

    .visitsite:hover {
        background: #0D0404;
        color: #fff;
    }

    @media only screen and (max-width:991px) {
        .logo {
            float: left;
            max-width: 184px;
            width: 100%;
        }

        .head-ul li {
            float: right;
            margin-left: 0;
            padding-left: 36px;
        }

        .hm-bannar {
            margin-top: 0px;
            width: 100%;
        }
    }

    @media only screen and (max-width:767px) {
        .srvc-left {
            margin-top: 40px;
            padding-left: 90px;
            padding-right: 0px;
            position: relative;
            text-align: left;
            width: 100%;
        }

        .srvc-left figure {
            left: 0;
            position: absolute;
            top: 0;
        }

        .Our-client-slider .logo-list li {
            cursor: pointer;
            float: left;
            text-align: center;
            width: 32.66%;
        }

        .footerQuote {
            background: #2e3192 none repeat scroll 0 0;
            border: 10px solid #ffffff;
            height: 140px;
            margin: -80px auto 0;
            max-width: 960px;
            padding: 0;
            width: 90%;
        }

        .footerQuote h3 {
            color: #ffffff;
            font-size: 2.5vw;
            margin: 0 auto;
            padding-top: 20px;
            text-align: center;
            width: 100%;
        }

        .footerQuote h3 a {
            display: block;
            float: none;
            margin-top: 10px;
        }
    }

    @media only screen and (max-width:566px) {
        .head-ul {
            display: none;
        }
    }

    ::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #2e3192;
        border-radius: 10px;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #b30000;
    }

    /*** 
=============================================
    Main Project Area style
=============================================
***/
    .main-project-area {
        position: relative;
        display: block;
        background: #ffffff;
        /*padding: 50px 0 50px;*/
    }

    .project-filter {
        position: relative;
        display: inline-block;
        border: 1px solid #f0eef9;
        border-radius: 5px;
        margin-bottom: 60px;
    }

    .project-filter li {
        position: relative;
        display: inline-block;
        margin: 0 1px;
    }

    .project-filter li span {
        position: relative;
        display: block;
        cursor: pointer;
        color: #222222;
        font-size: 18px;
        line-height: 18px;
        font-weight: 500;
        text-transform: capitalize;
        transition: all 500ms ease 0s;
        font-family: 'Poppins', sans-serif;
        padding: 15px 20px 15px;
        border-radius: 0px;
        border-right: 1px solid #f0eef9;
    }

    .project-filter li:last-child span {
        border-right: none;
    }

    .project-filter li.active span,
    .project-filter li:hover span {
        color: #f36727;
    }

    .single-project {
        position: relative;
        display: block;
        max-width: 370px;
        width: 100%;
        margin: 0 auto 45px;
    }

    .single-project .img-holder {
        position: relative;
        display: block;
        overflow: hidden;
        z-index: 5;
    }

    .single-project .img-holder .inner {
        position: relative;
        display: block;
        overflow: hidden;
        padding-bottom: 37px;
    }

    .single-project .img-holder .inner::before {
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 37px;
        right: 0px;
        background: rgba(60, 55, 90, 0.85);
        content: "";
        transition: all 0.5s ease-in-out 0s;
        transform-style: preserve-3d;
        transform: perspective(1200px) rotateX(-90deg) translateZ(0px);
    }

    .single-project:hover .img-holder .inner::before {
        transform: perspective(1200px) rotateX(0deg) translateZ(0px);
        transition-delay: 0.1s;
    }

    .single-project .img-holder img {
        transition: all 0.5s ease-in-out 0.6s;
        width: 100%;
    }

    .single-project:hover .img-holder img {}

    .single-project .img-holder .overlay-content {
        position: absolute;
        left: 30px;
        bottom: 0;
        right: 30px;
        transition: all 0.7s ease-in-out 0s;
        transform: translateX(0%) translateY(117px) scale(1.0);
    }

    .single-project:hover .img-holder .overlay-content {
        transform: translateX(0%) translateY(0px) scale(1.0);
    }

    .single-project .img-holder .overlay-content .categories {
        position: relative;
        display: inline-block;
    }

    .single-project .img-holder .overlay-content .categories h5 {
        position: relative;
        display: block;
        padding: 9px 15px 5px;
        background: #f36727;
        color: #ffffff;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        font-family: 'Rubik', sans-serif;
        margin: 0px;
    }

    .single-project .img-holder .overlay-content .inner-content {
        position: relative;
        display: block;
        background: #ffffff;
        -webkit-box-shadow: 0px 2px 3px 0px #F8F8F8;
        box-shadow: 0px 2px 3px 0px #F8F8F8;
        margin: 0 0px 5px;
        padding-bottom: 19px;
    }

    .single-project .img-holder .overlay-content .inner-content:before {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        width: 90px;
        height: 3px;
        margin: 0 auto;
        background: #f36727;
        content: "";
    }

    .single-project .img-holder .overlay-content .inner-content .title1 {
        position: relative;
        display: block;
        padding: 21px 0 18px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        transition: all 0.2s ease-in-out 0s;
        margin-bottom: 20px;
    }

    .single-project:hover .img-holder .overlay-content .inner-content .title1 {
        margin: 0px !important;
        box-shadow: none !important;
    }

    .single-project .img-holder .overlay-content .inner-content .title1 h3 {
        position: relative !important;
        display: block !important;
        margin: 0px !important;
    }

    .single-project .img-holder .overlay-content .inner-content .title1 h3 a {
        color: #222222;
        transition: all 0.2s ease-in-out 0s;
        margin: 0px !important;
    }

    .single-project .img-holder .overlay-content .inner-content .title1 h3 a:hover {
        color: #f36727;
    }

    .single-project .img-holder .overlay-content .inner-content .text {
        position: relative;
        display: block;
        padding: 0 20px 0;
        margin-bottom: 17px;
    }

    .single-project .img-holder .overlay-content .inner-content .text p {
        margin: 0;
    }

    .single-project .img-holder .overlay-content .inner-content .readmore {
        display: block;
        text-align: center;
    }

    .single-project .img-holder .overlay-content .inner-content .readmore a span:before {
        color: #222222;
        font-size: 22px;
        line-height: 22px;
        transition: all 0.2s ease-in-out 0s;
    }

    .single-project .img-holder .overlay-content .inner-content .readmore a:hover span:before {
        color: #f36727;
    }

    .readmore i {
        font-size: 22px;
    }

    .rightside-button {
        padding: 0px;
    }

    .rightside-button ul {
        padding: 0px;
    }

    .rightside-button ul li {
        list-style: none;
    }

    .rightside-button ul li a {
        padding: 10px 15px;
        border-left: 5px solid #06F;
        font-size: 15px;
        font-weight: 500;
        margin: 8px 0px;
        background: #FFF;
        box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
        display: block;

    }

    .rightside-button ul li a:hover {
        background: #06F;
        color: #fff;
    }
    .rightside-button ul li a:active {
        background: #06F;
        color: #fff;
    }

    .active-right {
        padding: 10px 15px;
        border-left: 5px solid #06F;
        font-size: 15px;
        font-weight: 500;
        margin: 8px 0px;
        box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
        display: block;
        background: #06F !important;
        color: #fff;
    }

    .mb-25 {
        margin-bottom: 25px;
    }
    .key-words
    {
        color: #fff;
    }