 
 
    .archive-box {
        width: 100px;
        height: 100px;
        padding-right: 10px;
        border-radius: 8px
    }

    .archive-desc {
        font-size: 14px;
        color: gray;
        padding-top: 5px;
        padding-left: 10px;
    }

    .h1-heading {
        font-size: 16px
    }

    #toast-container * {
        letter-spacing: 1px;
        opacity: 0.95 !important;
    }

    #toast-container {
        width: 100%;
        margin: 0 auto;
    }

    .container-area {
        padding: 20px 10px;
    }

    hr {
        margin: 1rem 0;
        color: inherit;
        background-color: currentColor;
        border: 0;
        opacity: 1 !important;
    }

    .nav-color {
        background-color: #313131;
    }

    .fa-cog {
        color: #fff;
    }

    .icon-cog.icon-white {
        color: white;
    }

    /*.nav-link i {
    color: #fff;*/
    /*  background-color:#fff;*/
    /*}*/
    .navbar-dark .navbar-nav .nav-link {
        color: #fff;
    }

    /*.fa {
    color: #fff;
}*/

    .text-white {
        color: #fff;
    }

    .navbar-nav .nav-item {
        color: #e3e3e3;
        font-size: 15px;
        font-weight: normal;
        letter-spacing: 1px;
        line-height: normal;
        padding: 2px 16px 2px;
        text-transform: uppercase;
        display: block;
    }

    @media all and (min-width: 992px) {
        .dropdown-menu li {
            position: relative;
        }

        .dropdown-menu .submenu {
            display: none;
            position: absolute;
            left: 100%;
            top: -7px;
        }

        .dropdown-menu .submenu-left {
            right: 100%;
            left: auto;
        }

        .dropdown-menu > li:hover {
            background-color: #f1f1f1
        }

            .dropdown-menu > li:hover > .submenu {
                display: block;
            }
    }
    /* ============ desktop view .end// ============ */
    /* ============ small devices ============ */
    @media (max-width: 991px) {

        .navbar {
            padding-bottom: 0;
        }

        .navbar-toggler {
            margin-top: .5rem;
        }

        .navbar-nav .dropdown-menu {
            position: relative;
        }

        .dropdown-menu .dropdown-menu {
            overflow-y: inherit;
            margin-left: 0.7rem;
            margin-right: 0.7rem;
            margin-bottom: .5rem;
            margin-top: 10px;
        }

        .dropdown-menu .submenu {
            display: block;
            left: 30%;
            top: -7px;
            width: 180px;
        }
    }
    /* ============ small devices .end// ============ */

    .form-group {
        font-family: 'Raleway-SemiBold';
    }

    h2 {
        font-family: 'Raleway-v4020-SemiBold';
    }

    .test {
        font-family: 'Raleway-v4020-SemiBold';
    }



    @media only screen and (max-width: 1080px) {

        .is-sticky #colorgraph,
        .is-sticky #header,
        .is-sticky #hornav {
            position: relative !important;
            width: auto !important;
            top: 0 !important;
            left: 0;
            margin-left: 0;
        }
    }

    .is-sticky #colorgraph {
        z-index: 21;
    }

    .primary-container-background .primary-container {
        width: 100%;
    }


    .colorgraph {
        margin-top: 0px;
        padding-top: 4px;
        height: 5px;
        border-top: 0;
        background: #c4e17f;
        border-radius: 5px;
        background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
        background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
        background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
        background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    }

    ul {
        -moz-padding-start: 0px;
        -webkit-padding-start: 0px;
        -khtml-padding-start 0px;
        -o-padding-start 0px;
        padding-start 0px;
        padding: 0px;
    }

    input, button, select, textarea {
        border: 1px solid #e3e3e3;
        padding: 10px 20px;
        margin-bottom: 20px;
    }

    .btn {
        border-radius: 0px;
    }

    .btn-default:hover {
        background: #c70f06;
        color: #fff;
    }

    html {
        overflow-y: scroll;
    }

    body {
        line-height: 1.7em;
        font-family: Roboto Condensed;
        font-size: 16px;
        font-weight: 400;
        background-color: #f0f0f0;
        color: #656565;
    }

    .main {
        /* top:0;*/
        /*  padding:0;
  margin:0;*/
        background-color: #fff;
    }

    #body-bg {
        background-attachment: fixed;
        background-clip: border-box;
        /*background-color: #f0f0f0;*/
        background-origin: padding-box;
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: cover !important;
        position: relative;
        z-index: 1;
    }

    .container {
        max-width: 1080px;
        /*    padding-left: 40px;
    padding-right: 40px;*/
        width: 100%;
    }

        .container.no-padding {
            padding-left: 20px !important;
            padding-right: 20px !important;
        }
    /*-----------------------------------------------------------------------------------*/
    /* Header */
    /*-----------------------------------------------------------------------------------*/
    #pre-header {
        color: rgba(0, 0, 0, 0.4);
        border-bottom: 1px solid rgba(255, 255, 255, 0.8);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.06);
    }

    #header {
        position: relative;
        height: 130px;
        top: 0;
        transition: all 0.2s ease 0s;
        width: 100%;
    }

        #header .container {
            height: 130px;
            position: relative;
        }

    .logo {
        text-align: center;
    }

        .logo a {
            top: 40px;
            display: block;
            position: relative;
            z-index: 20;
        }

    .logo-img {
        height: 130px;
        width: 1100px;
    }

    .text {
        background-color: black;
        opacity: 0.5;
        color: white;
        font-family: 'Raleway-SemiBold';
        font-size: 3vw; /* Responsive font size */
        font-weight: bold;
        margin: 0 auto; /* Center the text container */
        padding: 10px;
        width: 60%;
        text-align: center; /* Center text */
        position: absolute; /* Position text */
        top: 50%; /* Position text in the middle */
        left: 50%; /* Position text in the middle */
        transform: translate(-50%, -50%); /* Position text in the middle */
        mix-blend-mode: screen; /* This makes the cutout text possible */
    }

    @media only screen and (max-width: 767px) {
        .logo-img {
            height: 130px;
            width: 100%;
        }


        .text {
            background-color: black;
            opacity: 0.5;
            color: white;
            font-family: 'Raleway-SemiBold';
            font-size: 7vw; /* Responsive font size */
            font-weight: bold;
            margin: 0 auto; /* Center the text container */
            padding: 10px;
            width: 80%;
            text-align: center; /* Center text */
            position: absolute; /* Position text */
            top: 50%; /* Position text in the middle */
            left: 50%; /* Position text in the middle */
            transform: translate(-50%, -50%); /* Position text in the middle */
            mix-blend-mode: screen; /* This makes the cutout text possible */
        }
    }


    /*-----------------------------------------------------------------------------------*/
    /* Footer */
    /*-----------------------------------------------------------------------------------*/
    #base {
        background: #313131;
        overflow: hidden;
        color: rgba(255, 255, 255, 0.6);
    }

        #base li a {
            color: rgba(255, 255, 255, 0.8);
            text-shadow: none;
        }

        #base h3 {
            font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
            color: #FFFFFF;
            text-shadow: none;
            opacity: 0.8;
        }

        #base input,
        #base button,
        #base select,
        #base textarea {
            color: #fff;
        }

        #base input {
            background: none repeat scroll 0 0 rgba(45, 55, 70, 0.15);
            border: 1px solid;
            border-color: rgba(255, 255, 255, 0.15);
            border-radius: 5px;
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
            color: #fff;
            padding: 4px 12px;
        }

            #base input:focus {
                border-color: rgba(255, 255, 255, 0.4);
            }
    /* Footer Menu */
    #footer {
        background: rgba(0, 0, 0, 0.85);
        color: #bbb;
        color: rgba(255, 255, 255, 0.5);
        padding-top: 25px;
        padding-bottom: 25px;
    }

    #footermenu ul {
        margin: 0;
    }

        #footermenu ul li {
            border-right: 1px solid rgba(255, 255, 255, 0.1);
            padding-left: 10px;
            padding-right: 10px;
        }

            #footermenu ul li:last-child {
                border: none;
            }

            #footermenu ul li a {
                color: #444;
                color: rgba(255, 255, 255, 0.6);
                font-size: 14px;
            }

                #footermenu ul li a:hover {
                    color: #ffffff;
                }
    /* Copyright */
    #copyright p {
        padding: 0;
        margin: 0;
    }
    /*-----------------------------------------------------------------------------------*/
    /* Miscellaneous */
    /*-----------------------------------------------------------------------------------*/
    .visible {
        opacity: 1 !important;
    }

    /*-----------------------------------------------------------------------------------*/
    /* Utility Classes */
    /*-----------------------------------------------------------------------------------*/
    .bottom-border {
        box-shadow: 0 -4px 0 #33747a inset, 0 0 20px rgba(0, 0, 0, 0.1);
    }


    .color-default {
        color: #555555 !important;
    }

        .color-default[class^="fa-"]:before,
        .color-default[class*=" fa-"]:before {
            color: #555555;
        }

    .color-gray {
        color: #555555 !important;
    }

        .color-gray[class^="fa-"]:before,
        .color-gray[class*=" fa-"]:before {
            color: #555555;
        }

    .color-gray-light {
        color: #b3b3b3 !important;
    }

        .color-gray-light[class^="fa-"]:before,
        .color-gray-light[class*=" fa-"]:before {
            color: #b3b3b3;
        }

    .color-gray-lighter {
        color: #e6e6e6 !important;
    }

        .color-gray-lighter[class^="fa-"]:before,
        .color-gray-lighter[class*=" fa-"]:before {
            color: #e6e6e6;
        }

    .color-primary {
        color: #33747a !important;
    }

        .color-primary[class^="fa-"]:before,
        .color-primary[class*=" fa-"]:before {
            color: #33747a;
        }

    .color-red {
        color: #8b2626 !important;
    }

        .color-red[class^="fa-"]:before,
        .color-red[class*=" fa-"]:before {
            color: #8b2626;
        }

    .color-blue {
        color: #43668c !important;
    }

        .color-blue[class^="fa-"]:before,
        .color-blue[class*=" fa-"]:before {
            color: #43668c;
        }

    .color-green {
        color: #649f2b !important;
    }

        .color-green[class^="fa-"]:before,
        .color-green[class*=" fa-"]:before {
            color: #649f2b;
        }

    .color-aqua {
        color: #86b998 !important;
    }

        .color-aqua[class^="fa-"]:before,
        .color-aqua[class*=" fa-"]:before {
            color: #86b998;
        }

    .color-yellow {
        color: #d0b426 !important;
    }

        .color-yellow[class^="fa-"]:before,
        .color-yellow[class*=" fa-"]:before {
            color: #d0b426;
        }

    .color-brown {
        color: #6f6f55 !important;
    }

        .color-brown[class^="fa-"]:before,
        .color-brown[class*=" fa-"]:before {
            color: #6f6f55;
        }

    .color-violet {
        color: #8270a4 !important;
    }

        .color-violet[class^="fa-"]:before,
        .color-violet[class*=" fa-"]:before {
            color: #8270a4;
        }

    .color-orange {
        color: #ae6926 !important;
    }

        .color-orange[class^="fa-"]:before,
        .color-orange[class*=" fa-"]:before {
            color: #ae6926;
        }

    .color-white {
        color: #FFFFFF !important;
    }

        .color-white[class^="fa-"]:before,
        .color-white[class*=" fa-"]:before {
            color: #FFFFFF;
        }

    .padding-10 {
        padding: 10px;
    }

    .padding-20 {
        padding: 20px;
    }

    .padding-30 {
        padding: 30px;
    }

    .padding-40 {
        padding: 40px;
    }

    .padding-50 {
        padding: 50px;
    }

    .padding-60 {
        padding: 60px;
    }

    .margin-10 {
        margin: 10px;
    }

    .margin-20 {
        margin: 20px;
    }

    .margin-30 {
        margin: 30px;
    }

    .margin-40 {
        margin: 40px;
    }

    .margin-50 {
        margin: 50px;
    }

    .margin-60 {
        margin: 60px;
    }

    .padding-horiz-10 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .padding-horiz-20 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .padding-horiz-30 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .padding-horiz-40 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .padding-horiz-50 {
        padding-left: 50px;
        padding-right: 50px;
    }

    .padding-horiz-60 {
        padding-left: 60px;
        padding-right: 60px;
    }

    .padding-vert-5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .padding-vert-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .padding-vert-20 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .padding-vert-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .padding-vert-40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .padding-vert-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .padding-vert-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .margin-horiz-10 {
        margin-left: 10px;
        margin-right: 10px;
    }

    .margin-horiz-20 {
        margin-left: 20px;
        margin-right: 20px;
    }

    .margin-horiz-30 {
        margin-left: 30px;
        margin-right: 30px;
    }

    .margin-horiz-40 {
        margin-left: 40px;
        margin-right: 40px;
    }

    .margin-horiz-50 {
        margin-left: 50px;
        margin-right: 50px;
    }

    .margin-horiz-60 {
        margin-left: 60px;
        margin-right: 60px;
    }

    .margin-vert-5 {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .margin-vert-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .margin-vert-20 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .margin-vert-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .margin-vert-40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .margin-vert-50 {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .margin-vert-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .no-padding {
        padding: 0 0 4px !important;
    }

    .no-margin {
        margin: 0 !important;
    }

    .margin-top-0 {
        margin-top: 0;
    }

    .margin-top-5 {
        margin-top: 5px;
    }

    .margin-top-10 {
        margin-top: 10px;
    }

    .margin-top-15 {
        margin-top: 15px;
    }

    .margin-top-20 {
        margin-top: 20px;
    }

    .margin-top-30 {
        margin-top: 30px;
    }

    .margin-top-40 {
        margin-top: 40px;
    }

    .margin-top-50 {
        margin-top: 50px;
    }

    .margin-top-60 {
        margin-top: 60px;
    }

    .margin-bottom-0 {
        margin-bottom: 0;
    }

    .margin-bottom-5 {
        margin-bottom: 5px;
    }

    .margin-bottom-10 {
        margin-bottom: 10px;
    }

    .margin-bottom-15 {
        margin-bottom: 15px;
    }

    .margin-bottom-20 {
        margin-bottom: 20px;
    }

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

    .margin-bottom-40 {
        margin-bottom: 40px;
    }

    .margin-bottom-50 {
        margin-bottom: 50px;
    }

    .margin-bottom-60 {
        margin-bottom: 60px;
    }

    .padding-top-0 {
        padding-top: 0;
    }

    .padding-top-5 {
        padding-top: 5px;
    }

    .padding-top-10 {
        padding-top: 10px;
    }

    .padding-top-15 {
        padding-top: 15px;
    }

    .padding-top-20 {
        padding-top: 20px;
    }

    .padding-top-30 {
        padding-top: 30px;
    }

    .padding-top-40 {
        padding-top: 40px;
    }

    .padding-top-50 {
        padding-top: 50px;
    }

    .padding-top-60 {
        padding-top: 60px;
    }

    .padding-bottom-0 {
        padding-bottom: 0;
    }

    .padding-bottom-5 {
        padding-bottom: 5px;
    }

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

    .padding-bottom-15 {
        padding-bottom: 15px;
    }

    .padding-bottom-20 {
        padding-bottom: 20px;
    }

    .padding-bottom-30 {
        padding-bottom: 30px;
    }

    .padding-bottom-40 {
        padding-bottom: 40px;
    }

    .padding-bottom-50 {
        padding-bottom: 50px;
    }

    .padding-bottom-60 {
        padding-bottom: 60px;
    }

    .row-no-margin {
        margin-left: -40px;
        margin-right: -40px;
    }
    /* Background Colors */
    .background-white {
        background-color: #FFFFFF;
    }

    .background-gray-darker {
        background-color: #222222;
    }

    .background-gray-dark {
        background-color: #333333;
    }

    .background-gray {
        background-color: #555555;
    }

    .background-gray-light {
        background-color: #b3b3b3;
    }

    .background-gray-lighter {
        background-color: #e6e6e6;
    }
    /* Button Colors */
    .btn {
        border-radius: 0px;
    }

    .btn-default {
        background-color: rgba(0, 0, 0, 0.043);
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 0px;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05) inset;
        margin: 0;
    }


    /*Sidebar List Toggle*/
    .list-toggle:after {
        top: 10px;
        right: 20px;
        color: #777;
        font-size: 14px;
        content: "\f105";
        position: absolute;
        font-weight: normal;
        display: inline-block;
        font-family: FontAwesome;
    }

    .list-toggle.active:after {
        color: #fff;
        content: "\f107";
    }
    /* Make Font Awesome icons fixed width */
    .sidebar-nav li [class^="fa"],
    .sidebar-nav li [class*=" fa"] {
        width: 1.25em;
        left: -2px;
        margin-right: 2px;
        text-align: center;
        position: relative;
        display: inline-block;
    }

        .sidebar-nav li [class^="fa"].fa-lg,
        .sidebar-nav li [class*=" fa"].fa-lg {
            /* increased font size for fa-lg */
            width: 1.5625em;
        }

    /*-----------------------------------------------------------------------------------*/
    /* Typo */
    /*-----------------------------------------------------------------------------------*/
    h1 {
        font-size: 2em;
    }

    h2 {
        font-weight: 300;
        line-height: 1em;
        margin: 0 0 10px;
        color: #555555;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 32px;
    }

    h3 {
        font-size: 20px;
        font-weight: 300;
        padding: 0;
        font-family: 'Roboto Condensed', sans-serif;
        margin: 0;
        color: #555555;
    }

        h3.title {
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            padding-bottom: 5px;
            margin-bottom: 15px;
        }

    h4 {
        font-size: 18px;
        font-weight: 300;
        color: #9e9e9e;
        margin-bottom: 10px;
        line-height: 1.6;
    }

    h5 {
        font-size: 1.1em;
    }

    h6 {
        font-size: 1em;
    }

    a {
        text-decoration: none;
        color: #33747a;
        -webkit-transition: color 0.15s ease-in;
        -moz-transition: color 0.15s ease-in;
        -o-transition: color 0.15s ease-in;
        transition: color 0.15s ease-in;
    }

        a:hover {
            text-decoration: none;
        }

        a:focus,
        li:focus {
            outline: 0;
        }

        a,
        a:hover,
        a:active,
        a:focus {
            outline: 0;
            text-decoration: none;
        }

    p {
        margin-bottom: 16px;
    }

    hr {
        background: url("../images/hr.png") no-repeat scroll 50% 0 transparent;
        border: medium none;
        height: 19px;
        margin: 20px 0 20px;
    }

    img {
        max-width: 100%;
    }

    .icon-list {
        padding-left: 30px;
    }

    ul.menu {
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }

        ul.menu a {
            color: #777777;
            display: block;
            font-size: 0.9em;
            letter-spacing: 0;
            padding: 12px 5px;
            text-decoration: none;
            text-transform: uppercase;
        }

            ul.menu a:hover {
                color: #444;
            }

        ul.menu li {
            border-bottom: 2px solid rgba(0, 0, 0, 0.06);
        }

            ul.menu li:last-child {
                border-bottom: none;
            }

            ul.menu li li a {
                padding: 4px 30px;
                color: #666;
                border: none;
                padding-left: 25px;
                background: none;
            }

                ul.menu li li a:hover {
                    color: #888;
                }

        ul.menu ul {
            margin-top: -4px;
            padding-bottom: 5px;
            margin-bottom: 0px;
        }

    ul.tick,
    ul.plus,
    ul.star {
        padding-left: 20px;
    }

        ul.tick li,
        ul.plus li,
        ul.star li {
            list-style: none outside none;
            padding: 4px 22px;
        }

        ul.tick li {
            background: url("../img/typo/tick.png") no-repeat scroll left center transparent;
        }

        ul.plus li {
            background: url("../img/typo/plus.png") no-repeat scroll left center transparent;
        }

        ul.star li {
            background: url("../img/typo/star.png") no-repeat scroll left center transparent;
        }

    .label {
        font-weight: 300;
        font-size: 90%;
        border-radius: 5px;
    }
    /*-----------------------------------------------------------------------------------*/
    /* Blockquotes */
    /*-----------------------------------------------------------------------------------*/
    blockquote {
        border: 1px solid #b3b3b3;
        border-left: 10px solid #b3b3b3;
        border-radius: 0px;
        background: #fafafa;
        font-size: 16px;
        margin: 0 0 20px;
        padding: 10px 20px;
    }

        blockquote.right {
            text-align: right;
            border-width: 1px 10px 1px 1px !important;
        }

            blockquote.right.primary {
                border-color: #42969e;
                border-left: 1px solid #42969e;
                border-right: 10px solid #42969e;
            }

        blockquote p {
            margin: 0;
        }

        blockquote.bg-gray {
            background: #555555;
            border: 1px solid #b3b3b3;
            border-left: 10px solid #b3b3b3;
            color: #ffffff;
        }

        blockquote.primary {
            border: 1px solid #42969e;
            border-left: 10px solid #42969e;
        }

        blockquote.bg-primary {
            background: #42969e;
            border: 1px solid #42969e;
            border-left: 10px solid #42969e;
            color: #ffffff;
        }
    /*-----------------------------------------------------------------------------------*/
    /* Font Awesome */
    /*-----------------------------------------------------------------------------------*/
    [class^="fa-"]:before,
    [class*=" fa-"]:before {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        padding-right: 10px;
        color: rgba(255, 255, 255, 0.2);
        font-size: 18px;
    }

    .fa-ul .fa-li:before {
        color: gray;
    }

    .text-left .fa-li:before {
        color: gray;
    }

    .boxservice .fa-windows:before {
        font-size: 44px;
    }

    .boxservice .fa-university:before {
        font-size: 44px;
    }

    .boxservice .fa-android:before {
        font-size: 44px;
    }

    .boxservice .fa-apple:before {
        font-size: 44px;
    }

    .fa-apple.color-white:before {
        font-size: 20px;
    }

    .icon .fa-apple:before {
        font-size: 44px;
    }


    .fa-database:before {
        font-size: 44px;
    }

    .fa-code:before {
        font-size: 44px;
    }

    li .fa-apple:before {
        font-size: 18px;
    }


    li .fa-code:before {
        font-size: 18px;
    }

    li .fa-database:before {
        font-size: 18px;
    }

    .fa-gamepad:before {
        font-size: 44px;
    }

    .fa-chevron-right:before {
        color: #000;
        font-size: 13px;
        padding-left: 5px;
    }



    /* Base Module Icons */
    #base [class^="fa-"]:before,
    #base [class*=" fa-"]:before {
        color: rgba(255, 255, 255, 0.2);
    }
    /* Footer Menu Icons */
    #footermenu li [class^="fa-"]:before,
    #footermenu li [class*=" fa-"]:before {
        color: rgba(255, 255, 255, 0.2);
        top: 5px;
    }

    .fa-col5 {
        float: left;
        padding: 0 0 10px;
        width: 20%;
    }


    .fa-icon-list {
        text-align: center;
        margin: 30px 0;
    }

        .fa-icon-list > div {
            min-height: 105px;
        }

        .fa-icon-list i {
            font-size: 24px;
            background: #fff;
            border: 1px solid #e6e6e6;
            padding: 10px;
            border-radius: 5px;
        }

    i.fa {
        display: inline-block;
    }

        i.fa:before {
            padding-right: 0;
        }

        i.fa.square,
        i.fa.circle,
        i.fa.rounded {
            width: 26px;
            height: 26px;
            line-height: 26px;
            border-radius: 50%;
        }

            i.fa.square.icon-lg,
            i.fa.circle.icon-lg,
            i.fa.rounded.icon-lg {
                width: 40px;
                height: 40px;
                line-height: 40px;
            }

            i.fa.square.icon-xlg,
            i.fa.circle.icon-xlg,
            i.fa.rounded.icon-xlg {
                width: 50px;
                height: 50px;
                line-height: 50px;
            }

            i.fa.square.icon-xxlg,
            i.fa.circle.icon-xxlg,
            i.fa.rounded.icon-xxlg {
                width: 50px;
                height: 50px;
                line-height: 50px;
            }

        i.fa.square {
            color: #fff;
            margin-bottom: 5px;
            text-align: center;
            border: 1px solid rgba(0, 0, 0, 0.2);
            background: #fff;
        }

        i.fa.center {
            width: 100%;
            text-align: center;
        }

    .fa-border {
        background: none repeat scroll 0 0 #FFFFFF;
        border-color: #e6e6e6 !important;
        border-radius: 5px !important;
        padding: 0.2em 0.35em 0.15em !important;
    }

        .fa-border:before {
            padding-right: 0;
        }
    /* Buttons */
    .btn [class^="fa-"]:before,
    .btn [class*=" fa-"]:before {
        color: #ffffff;
    }

    .btn-default [class^="fa-"]:before,
    .btn-default [class*=" fa-"]:before {
        color: rgba(0, 0, 0, 0.3);
    }
    /* Labels */
    .label [class^="fa-"]:before,
    .label [class*=" fa-"]:before {
        color: #ffffff;
    }

    .label-default [class^="fa-"]:before,
    .label-default [class*=" fa-"]:before {
        color: rgba(0, 0, 0, 0.3);
    }



    /*-----------------------------------------------------------------------------------*/
    /* Portfolio */
    /*-----------------------------------------------------------------------------------*/
    .portfolio-group {
        text-align: center;
        padding: 0px;
        margin: 0;
        width: 100% !important;
    }

        .portfolio-group .portfolio-item {
            overflow: hidden;
            position: relative;
            text-align: center;
            vertical-align: text-top;
            list-style: none outside none;
        }

        .portfolio-group figure {
            border: 4px solid #d7dfe0;
            margin: 1px;
            padding: 0px;
            position: relative;
            overflow: hidden;
        }

            .portfolio-group figure img {
                max-width: 100%;
                display: block;
                position: relative;
                z-index: 0;
                -webkit-transition: -webkit-transform 0.4s ease-out;
                -moz-transition: -moz-transform 0.4s ease-out;
                transition: transform 0.4s ease-out;
            }

        .portfolio-group figcaption {
            color: #ffffff;
            top: 0;
            left: 0;
            padding: 30px 40px;
            background-color: #000000;
            text-align: left;
            text-transform: none;
            position: absolute;
            z-index: 1;
        }

        .portfolio-group h3 {
            color: #ffffff;
            margin: 0;
            padding: 0px 0px 5px;
            font-size: 20px;
            font-weight: 400;
            text-transform: uppercase;
            line-height: 1em;
        }

        .portfolio-group .col-sm-4,
        .portfolio-group .col-md-4,
        .portfolio-group .col-lg-4 {
            width: 33.33%;
        }

    ul.portfolio li a,
    ul.grid li:first-child a {
        padding: 0 !important;
        margin: 0 !important;
    }

    .portfolio-filter {
        margin: 0;
        padding: 0px;
    }

        .portfolio-filter li {
            list-style: none;
            display: inline-block;
        }

    .portfolio-filter-label {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 10px;
        padding: 11px 12px;
    }

    .portfolio figcaption span {
        color: #cccccc;
        line-height: 2em;
        display: block;
        padding: 30px;
    }

    .no-touch .portfolio-item figure:hover img,
    .portfolio-item figure.cs-hover img {
        bottom: 0px;
        -webkit-transform: scale(1.2) translateY(-7.5%);
        -moz-transform: scale(1.2) translateY(-7.5%);
        -ms-transform: scale(1.2) translateY(-7.5%);
        transform: scale(1.2) translateY(-7.5%);
    }

    .portfolio-item figcaption {
        height: 100%;
        width: 100%;
        opacity: 0;
        -webkit-transition: opacity 0.5s 0.2s;
        -moz-transition: opacity 0.5s 0.2s;
        transition: opacity 0.5s 0.2s;
    }

    .no-touch .portfolio-item figure:hover figcaption,
    .portfolio-item figure.cs-hover figcaption {
        opacity: 0.7;
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }

    /*-----------------------------------------------------------------------------------*/
    /* Tabs */
    /*-----------------------------------------------------------------------------------*/
    .tabs-dark {
        background-color: #3F3647;
        position: relative;
    }

        .tabs-dark .nav-tabs {
            background-color: rgba(0, 0, 0, 0.25);
            margin: 0;
            border: none;
        }

            .tabs-dark .nav-tabs > li a {
                border-radius: 0;
                border: none;
                padding: 18px 30px;
                color: #FFFFFF;
                font-size: 12px;
                letter-spacing: 1.5px;
                text-transform: uppercase;
                outline: none;
            }

        .tabs-dark .tab-content {
            padding: 25px;
            color: rgba(255, 255, 255, 0.7);
        }

            .tabs-dark .tab-content h3 {
                color: rgba(255, 255, 255, 0.7);
                font-weight: 300;
            }

        .tabs-dark .nav-tabs > li.active > a,
        .tabs-dark .nav-tabs > li.active > a:hover,
        .tabs-dark .nav-tabs > li.active > a:focus {
            -moz-border-colors: none;
            background-color: #3F3647 !important;
            border: none;
            color: #FFFFFF;
            cursor: default;
        }

        .tabs-dark .nav > li > a:hover,
        .tabs-dark .nav > li > a:focus {
            background-color: transparent;
            text-decoration: none;
            border: none;
            border-width: 1px !important;
        }

    .tabs {
        border-radius: 4px;
        margin-bottom: 35px;
    }

        .tabs .nav-tabs {
            margin: 0;
            font-size: 0;
            border-bottom-color: #EEE;
        }

            .tabs .nav-tabs li {
                display: inline-block;
                float: none;
            }

                .tabs .nav-tabs li a {
                    border-radius: 5px 5px 0 0;
                    font-size: 14px;
                    margin-right: 1px;
                }

                .tabs .nav-tabs li:last-child a {
                    margin-right: 0;
                }

                .tabs .nav-tabs li a,
                .tabs .nav-tabs li a:hover {
                    background: #F4F4F4;
                    border-bottom: none;
                    border-left: 1px solid #EEE;
                    border-right: 1px solid #EEE;
                    border-top: 3px solid #EEE;
                    color: #555555;
                }

                    .tabs .nav-tabs li a:hover {
                        border-bottom-color: transparent;
                        border-top: 3px solid #CCC;
                        box-shadow: none;
                    }

                    .tabs .nav-tabs li a:active,
                    .tabs .nav-tabs li a:focus {
                        border-bottom: 0;
                    }

                .tabs .nav-tabs li.active a,
                .tabs .nav-tabs li.active a:hover,
                .tabs .nav-tabs li.active a:focus {
                    background: #FFF;
                    border-left-color: #EEE;
                    border-right-color: #EEE;
                    border-top: 3px solid #33747a;
                    color: #333333;
                    outline: none;
                }

        .tabs .tab-content {
            border-radius: 0 5px 5px 5px;
            box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
            background-color: #FFF;
            border: 1px solid #EEE;
            border-top: 0;
            padding: 15px;
        }

        .tabs.alternative .nav-tabs li.active a,
        .tabs.alternative .nav-tabs li.active a:hover,
        .tabs.alternative .nav-tabs li.active a:focus {
            background: #42969e;
            color: #ffffff;
        }

    .nav-pills > li > a {
        box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.08);
        margin: 0 0 10px 0;
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        color: #FFFFFF;
        background-color: #42969e;
        outline: none;
    }

        .nav-pills > li.active > a [class^="fa-"]:before,
        .nav-pills > li.active > a [class*=" fa-"]:before {
            color: #FFFFFF;
        }
    /*-----------------------------------------------------------------------------------*/
    /* Progress Bars */
    /*-----------------------------------------------------------------------------------*/
    .progress {
        background-color: #FFFFFF;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    }

    .progress-label {
        font-size: 18px;
        padding: 8px 0;
    }

    .progress-xxs {
        height: 3px;
    }

    .progress-xs {
        height: 8px;
    }

    .progress-sm {
        height: 12px;
    }

    .progress-bar-red {
        background: #8b2626;
    }

    .progress-bar-blue {
        background: #43668c;
    }

    .progress-bar-green {
        background: #649f2b;
    }

    .progress-bar-aqua {
        background: #86b998;
    }

    .progress-bar-yellow {
        background: #d0b426;
    }

    .progress-bar-brown {
        background: #6f6f55;
    }

    .progress-bar-violet {
        background: #8270a4;
    }

    .progress-bar-orange {
        background: #ae6926;
    }
    /*-----------------------------------------------------------------------------------*/
    /* Panels */
    /*-----------------------------------------------------------------------------------*/
    .panel-title {
        font-size: 20px;
        font-weight: bold;
    }

    .panel-primary > .panel-heading {
        border-color: #7dc2c9;
    }

    .panel-primary .panel-footer {
        background: #33747a;
        border-color: #7dc2c9;
        color: #FFFFFF;
    }

    .panel-primary [class^="fa-"]:before,
    .panel-primary [class*=" fa-"]:before {
        color: rgba(255, 255, 255, 0.8);
        margin-right: 5px;
    }

    .panel-primary.invert .panel-body {
        background: #42969e;
        color: #FFFFFF;
    }

    .panel-red {
        border-color: #8b2626;
    }

        .panel-red > .panel-heading {
            background-color: #631b1b;
            border-color: #b33131;
            color: #FFFFFF;
        }

        .panel-red .panel-footer {
            background: #8b2626;
            border-color: #b33131;
            color: #FFFFFF;
        }

        .panel-red [class^="fa-"]:before,
        .panel-red [class*=" fa-"]:before {
            color: rgba(255, 255, 255, 0.8);
            margin-right: 5px;
        }

        .panel-red.invert .panel-body {
            background: #8b2626;
            color: #FFFFFF;
        }

    .panel-blue {
        border-color: #43668c;
    }

        .panel-blue > .panel-heading {
            background-color: #324d6a;
            border-color: #557fad;
            color: #FFFFFF;
        }

        .panel-blue .panel-footer {
            background: #43668c;
            border-color: #557fad;
            color: #FFFFFF;
        }

        .panel-blue [class^="fa-"]:before,
        .panel-blue [class*=" fa-"]:before {
            color: rgba(255, 255, 255, 0.8);
            margin-right: 5px;
        }

        .panel-blue.invert .panel-body {
            background: #43668c;
            color: #FFFFFF;
        }

    .panel-green {
        border-color: #649f2b;
    }

        .panel-green > .panel-heading {
            background-color: #4b7720;
            border-color: #7dc736;
            color: #FFFFFF;
        }

        .panel-green .panel-footer {
            background: #649f2b;
            border-color: #7dc736;
            color: #FFFFFF;
        }

        .panel-green [class^="fa-"]:before,
        .panel-green [class*=" fa-"]:before {
            color: rgba(255, 255, 255, 0.8);
            margin-right: 5px;
        }

        .panel-green.invert .panel-body {
            background: #649f2b;
            color: #FFFFFF;
        }

    .panel-aqua {
        border-color: #86b998 !important;
    }

        .panel-aqua > .panel-heading {
            background-color: #66a67c;
            border-color: #a6ccb4;
            color: #FFFFFF;
        }

        .panel-aqua .panel-footer {
            /*background: #86b998;*/
            background: #fff;
            border-color: #a6ccb4;
            color: #625f5f;
        }

        .panel-aqua [class^="fa-"]:before,
        .panel-aqua [class*=" fa-"]:before {
            color: rgba(255, 255, 255, 0.8);
            margin-right: 5px;
        }

        .panel-aqua.invert .panel-body {
            background: #86b998;
            color: #FFFFFF;
        }

    .panel-yellow {
        border-color: #d0b426;
    }

        .panel-yellow > .panel-heading {
            background-color: #a58f1e;
            border-color: #dec64b;
            color: #FFFFFF;
        }

        .panel-yellow .panel-footer {
            background: #d0b426;
            border-color: #dec64b;
            color: #FFFFFF;
        }

        .panel-yellow [class^="fa-"]:before,
        .panel-yellow [class*=" fa-"]:before {
            color: rgba(255, 255, 255, 0.8);
            margin-right: 5px;
        }

        .panel-yellow.invert .panel-body {
            background: #d0b426;
            color: #FFFFFF;
        }

    .panel-brown {
        border-color: #6f6f55;
    }

        .panel-brown > .panel-heading {
            background-color: #52523f;
            border-color: #8c8c6b;
            color: #FFFFFF;
        }

        .panel-brown .panel-footer {
            background: #6f6f55;
            border-color: #8c8c6b;
            color: #FFFFFF;
        }

        .panel-brown [class^="fa-"]:before,
        .panel-brown [class*=" fa-"]:before {
            color: rgba(255, 255, 255, 0.8);
            margin-right: 5px;
        }

        .panel-brown.invert .panel-body {
            background: #6f6f55;
            color: #FFFFFF;
        }

    .panel-violet {
        border-color: #8270a4;
    }

        .panel-violet > .panel-heading {
            background-color: #69588a;
            border-color: #9d8fb8;
            color: #FFFFFF;
        }

        .panel-violet .panel-footer {
            background: #8270a4;
            border-color: #9d8fb8;
            color: #FFFFFF;
        }

        .panel-violet [class^="fa-"]:before,
        .panel-violet [class*=" fa-"]:before {
            color: rgba(255, 255, 255, 0.8);
            margin-right: 5px;
        }

        .panel-violet.invert .panel-body {
            background: #8270a4;
            color: #FFFFFF;
        }

    .panel-orange {
        border-color: #ae6926;
    }

        .panel-orange > .panel-heading {
            background-color: #84501d;
            border-color: #d38234;
            color: #FFFFFF;
        }

        .panel-orange .panel-footer {
            background: #ae6926;
            border-color: #d38234;
            color: #FFFFFF;
        }

        .panel-orange [class^="fa-"]:before,
        .panel-orange [class*=" fa-"]:before {
            color: rgba(255, 255, 255, 0.8);
            margin-right: 5px;
        }

        .panel-orange.invert .panel-body {
            background: #ae6926;
            color: #FFFFFF;
        }

    ul.social-icons.color .social-youtube a {
        background-color: #f45750;
    }

    .social-youtube a {
        background: url(../images/social_icons/youtube.png);
    }

        .social-youtube a:hover {
            background-color: #f45750 !important;
        }

    ul.social-icons.color .social-youtube a {
        background-color: #f45750;
    }

    .btn-aqua {
        background-color: #388582 !important;
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#409a97", endColorstr="#378582");
        background-image: -khtml-gradient(linear, left top, left bottom, from(#409a97), to(#378582));
        background-image: -moz-linear-gradient(top, #409a97, #378582);
        background-image: -ms-linear-gradient(top, #409a97, #378582);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #409a97), color-stop(100%, #378582));
        background-image: -webkit-linear-gradient(top, #409a97, #378582);
        background-image: -o-linear-gradient(top, #409a97, #378582);
        background-image: linear-gradient(#409a97, #378582);
        border-color: #378582 #378582 #35807d;
        color: #fff !important;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.09);
        -webkit-font-smoothing: antialiased;
    }

    .blog_categorie_area {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .categories_post {
        position: relative;
        text-align: center;
        cursor: pointer;
    }

        .categories_post img {
            max-width: 100%;
            border-radius: 3px;
        }

        .categories_post .categories_details {
            position: absolute;
            top: 20px;
            left: 20px;
            right: 20px;
            bottom: 20px;
            background: rgba(34, 34, 34, 0.8);
            color: #fff;
            transition: all 0.3s linear;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 5px;
        }

            .categories_post .categories_details h5 {
                font-family: 'Courgette';
                margin-bottom: 0px;
                font-size: 25px;
                line-height: 26px;
                color: #fff;
                position: relative;
            }

            .categories_post .categories_details p {
                font-weight: 300;
                font-size: 14px;
                line-height: 26px;
                margin-bottom: 0px;
            }

            .categories_post .categories_details .border_line {
                margin: 10px 0px;
                background: #fff;
                width: 100%;
                height: 1px;
            }

        .categories_post:hover .categories_details {
            background-color: transparent;
            opacity: .5;
        }


        .categories_post:hover .categories_details {
            background: -webkit-linear-gradient(90deg, #f42f2c 0%, #f48464 100%);
            background: -moz-linear-gradient(90deg, #f42f2c 0%, #f48464 100%);
            background: -ms-linear-gradient(90deg, #f42f2c 0%, #f48464 100%);
            background: -o-linear-gradient(90deg, #f42f2c 0%, #f48464 100%);
            background: linear-gradient(90deg, #f42f2c 0%, #f48464 100%);
        }



    .watchkit-box {
        width: 200px;
        height: 220px;
    }

    .watch-box {
        width: 200px;
        height: 240px;
    }

    .padding-0 {
        /* padding-right: 0;
  padding-left: 0;*/
        padding-bottom: 5px;
    }


    time {
        font-family: Verdana;
        font-size: 11px;
        color: gray
    }

    .primary a {
        font-family: Roboto Condensed;
        font-size: 15px;
        font-weight: normal;
        letter-spacing: 1px;
    }

        .primary a:hover {
            text-decoration: none;
        }


    .info-boxes {
        display: flex;
        padding: 0;
    }

    @media only screen and (max-width: 767px) {
        .info-boxes {
            display: table-cell;
            padding: 0;
        }
    }



    .info-boxes
    .info-box {
        padding: 40px 40px;
        color: #fff;
        background: #6a4e77;
        z-index: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-size: 100% !important;
        background-position: center center !important;
        position: relative;
        -webkit-transition: all 0.3s;
        transition: all 0.3s
    }

        .info-boxes .info-box:hover {
            background-size: 120% !important;
            text-decoration: none
        }

        .info-boxes .info-box::before {
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            z-index: -1
        }

        .info-boxes .info-box.cyan::before {
            background: rgba(63,144,201,0.89)
        }

        .info-boxes .info-box.orange::before {
            background: rgba(245,165,12,0.89)
        }

        .info-boxes .info-box.red::before {
            background: rgba(244,52,61,0.89)
        }

    .info-boxes p {
        font-weight: 300;
        font-size: 15px
    }

    .info-box-content p {
        width: 80%;
    }

    .info-box-content h3 {
        font-family: 'Acme-Regular','Verdana';
        font-size: 25px;
        letter-spacing: 2px;
    }



    .column-title {
        padding-bottom: 5px;
        border-bottom: 1px solid #45aed6;
        text-align: center;
        position: relative;
        margin: 0 auto 10px auto;
        float: none;
        width: 30%;
    }

    .column-title2 {
        padding-top: 10px;
        padding-bottom: 5px;
        border-bottom: 1px solid #45aed6;
        text-align: center;
        position: relative;
        margin: 0 auto 10px auto;
        float: none;
        width: 50%;
    }


    .column-about {
        margin-top: 0;
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;
        margin-bottom: 15px;
        position: relative;
    }

        .column-about:after {
            content: " ";
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 40%;
            border-bottom: 1px solid #45aed6;
        }




    /* Portfolio Section css */
    .portfolio {
        background: url('/images/portfoliobg.jpg') center top no-repeat;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        overflow: hidden;
    }

    .portfolio_content {
        padding-top: 50px;
        padding-bottom: 50px;
        display: inline-block;
    }

    .portfolio .portfolio_content .head_title h3 {
        color: #000000;
    }

    .portfolio .portfolio_content .head_title h4 {
        color: #000000;
    }

    .head_title {
        padding-top: 10px;
        padding-bottom: 50px;
    }

    .single_portfolio_text {
        display: inline-block;
        padding: 0;
        position: relative;
        overflow: hidden;
    }

        .single_portfolio_text img {
            width: 100%;
        }

        .single_portfolio_text:hover .portfolio_images_overlay {
            top: 28px;
            left: 14px;
        }

    .portfolio_images_overlay {
        width: 90%;
        height: 80%;
        background: rgba(0, 0, 0, .5);
        padding: 5px;
        margin: 0 auto;
        top: -120%;
        left: 14px;
        position: absolute;
        transition: .6s;
    }

        .portfolio_images_overlay h6 {
            text-transform: uppercase;
            color: #fff;
            font-size: 1.3125rem;
            line-height: 2rem;
        }

        .portfolio_images_overlay p.product_price {
            font-size: 2.5725rem;
            color: #fff;
            line-height: 1rem;
        }









    .cta-box {
        background: #fcfcfc;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

    .cta-text h3 {
        font-size: 32px;
        letter-spacing: -2px;
    }

    .cta-text {
        margin: 0 auto;
        text-align: center;
    }

        .cta-text h2 {
            font-size: 22px;
            letter-spacing: 1px;
        }


        .cta-text span {
            color: #e96b56;
        }

    /* ==================
 Service
==================== */
    .span3 {
        background: #f6f6f6;
        text-align: center;
        padding: 20px 0 20px;
        margin-bottom: 20px;
    }

    .rowColor {
        text-align: center;
        background: #fcfcfc;
    }


    .service-box {
        height: 250px;
        text-align: center;
        background: #fcfcfc;
        border: 1px solid #eee;
        padding: 20px;
        -webkit-box-shadow: 0 2px 4px -2px #ddd;
        -moz-box-shadow: 0 2px 4px -2px #ddd;
        box-shadow: 0 2px 4px -2px #ddd;
    }

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

        .service-box h5 {
            font-weight: 700;
/*            letter-spacing: -1.5px;*/
        }

    .aligncenter {
        text-align: center;
    }

        .aligncenter span {
            margin-left: 0;
        }

    .top-buffer {
        margin-top: 20px;
    }

    h1 span.colored, h2 span.colored, h3 span.colored, h4 span.colored, h5 span.colored, h6 span.colored {
        color: #e96b56;
        letter-spacing:1px;
    }

    h5 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .icon p {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.6em;
        color: #656565;
    }

    .icon p {
        display: block;
        -webkit-margin-before: 1em;
        -webkit-margin-after: 1em;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
    }

    .icon-bglight, .icon-bgdark, .icon-bgprimary, .icon-bgwarning, .icon-bgsuccess, .icon-bginverse, .icon-bgdanger {
        display: inline-block;
        padding-left: 10px;
    }

        .icon-bglight:hover, .icon-bgdark:hover, .icon-bgprimary:hover, .icon-bgwarning:hover, .icon-bgsuccess:hover, .icon-bginverse:hover, .icon-bgdanger:hover {
            color: #fff;
        }

    .icon {
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
    }


    .icon-circled {
        display: inline-block;
        border-radius: 1000px !important;
        -moz-border-radius: 1000px !important;
        -webkit-border-radius: 1000px !important;
        -o-border-radius: 1000px !important;
        -ms-border-radius: 1000px !important;
        text-align: center;
        width: 24px !important;
        height: 24px !important;
        line-height: 24px !important;
    }

        .icon-circled.icon-4x {
            width: 96px !important;
            height: 96px !important;
            line-height: 96px !important;
        }

    .icon-4x {
        font-size: 4em;
    }

    .microsoft {
        display: inline-block;
        text-align: center;
        background-image: url('/images/Microsoft.png');
        background-repeat: no-repeat;
        height: 96px;
        width: 96px;
    }

    .swift {
        display: inline-block;
        text-align: center;
        background-image: url('/images/swift.png');
        background-repeat: no-repeat;
        height: 96px;
        width: 96px;
    }

    .angular {
        display: inline-block;
        text-align: center;
        background-image: url('/images/angular.png');
        background-repeat: no-repeat;
        height: 96px;
        width: 96px;
    }


    .react {
        display: inline-block;
        text-align: center;
        background-image: url('/images/React.png');
        background-repeat: no-repeat;
        height: 96px;
        width: 96px;
    }

    .nextjs {
        display: inline-block;
        text-align: center;
        background-image: url('/images/Nextjs.png');
        background-repeat: no-repeat;
        height: 96px;
        width: 96px;
    }

    .icon .fa-code {
        color: white;
        display: inline-block;
    }

    .icon-bgprimary {
        color: #fff;
        background: #36739D;
    }

        .icon-bgprimary:hover {
            color: #fff;
            background: #464646;
        }

    /* bg danger */
    .icon-bgdanger {
        color: #fff;
        background: #cc6633;
    }

        .icon-bgdanger:hover {
            color: #fff;
            background: #464646;
        }

    /* bg success */
    .icon-bgsuccess {
        color: #fff;
        background: #6F9B63;
    }

        .icon-bgsuccess:hover {
            color: #fff;
            background: #464646;
        }
    /* bg info */
    .icon-bginfo {
        color: #fff;
        background: #478DBF;
    }

    /* bg warning */
    .icon-bgwarning {
        color: #fff;
        background: #DABB3A;
    }

        .icon-bgwarning:hover {
            color: #fff;
            background: #464646;
        }



    .vcenter {
        display: inline-block;
        vertical-align: middle;
        float: none;
    }



    .image-container {
        background-image: url("images/it.png"); /* The image used - important! */
        position: relative; /* Needed to position the cutout text in the middle of the image */
        height: 100px; /* Some height */
        background-size: cover;
    }



    .fa-cog {
        color: black !important;
    }

    .icon-cog {
        color: black !important;
    }



    /*about*/
    p {
        line-height: 1.2em;
    }

    .column-title {
        margin-top: 0;
        padding-bottom: 15px;
        /*    border-bottom: 1px solid #eee;*/
        margin-bottom: 15px;
        position: relative;
    }


        .column-title:after {
            content: " ";
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 40%;
            border-bottom: 1px solid #45aed6;
        }

    .nav.main-tab {
        background: #eee;
        border-bottom: 3px solid #222534;
        border-radius: 3px 3px 0 0;
    }

        .nav.main-tab > li > a {
            color: #272727;
        }

        .nav.main-tab > li.active > a {
            background: #222534;
            color: #45aed6;
        }

        .nav.main-tab > li:first-child > a {
            border-radius: 3px 0 0 0;
        }

        .nav.main-tab > li:last-child > a {
            border-radius: 0 3px 0 0;
        }

    .tab-content {
        border: 1px solid #eee;
        border-top: 0;
        padding: 20px 20px 10px;
        border-radius: 0 0 3px 3px;
    }

    h3 {
        font-weight: 600;
        font-family: 'Roboto', sans-serif;
        color: #272727;
    }


    .fullbg {
        -webkit-background-size: cover !Important;
        -moz-background-size: cover !Important;
        -o-background-size: cover !Important;
        background-size: cover !Important;
    }

    li i {
        font-size: 20px;
    }

    .color-white a, .color-white, .color-white h1, .color-white h2, .color-white h3, .color-white h4, .color-white h5, .color-white h6 {
        color: #fff;
    }


    #Section-1 {
        background-color: #79b071;
        padding-bottom: 10px;
    }

        #Section-1:after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            -webkit-background-size: cover !Important;
            -moz-background-size: cover !Important;
            -o-background-size: cover !Important;
            background-size: cover !Important;
        }

    .section-divider {
        height: 10px;
        position: relative;
        padding-bottom: 10px;
    }

    .page-header {
        border-bottom: 0;
        margin-bottom: 10px;
    }

    .boxservice {
        width: 100%;
        border: 1px solid rgba(255,255,255,0.3);
    }

    .boxservice {
        width: 33.33%;
        float: left;
        text-align: center;
        border-left: 1px solid rgba(255,255,255,0.3);
        border-top: 1px solid rgba(255,255,255,0.3);
        padding: 10px 25px;
    }

        .boxservice:hover {
            background: rgba(255,255,255,0.2);
        }

        .boxservice i {
            color: #fff;
            font-size: 4em;
            margin: 0 0 0.1em 0;
        }

    @media only screen and (max-width: 767px) {
        .boxservice {
            width: 100%;
            float: left;
            text-align: center;
            height: 200px
        }
    }


    .rightb {
        border-right: 1px solid rgba(255,255,255,0.3);
    }

    .bottomb {
        border-bottom: 1px solid rgba(255,255,255,0.3);
        margin-bottom: 15px;
    }


    .contactBorder {
        border: solid 1px #d1cece
    }

    /*pricing*/
    .highlight {
        font-weight: bold;
        color: #e96b56;
        font-size: 18px;
        letter-spacing: 1px;
    }

    #Section-5 {
        padding-bottom: 30px;
    }

    .fullbg {
        -webkit-background-size: cover !Important;
        -moz-background-size: cover !Important;
        -o-background-size: cover !Important;
        background-size: cover !Important;
    }

    #Section-5:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.08;
        -webkit-background-size: cover !Important;
        -moz-background-size: cover !Important;
        -o-background-size: cover !Important;
        background-size: cover !Important;
    }

    .section-divider {
        height: 10px;
        position: relative;
        padding-bottom: 10px;
    }

    .page-header {
        border-bottom: 0;
        margin-bottom: 10px;
    }

    .pricing .content {
        background-color: #fff;
        padding-bottom: 10px;
        position: relative;
        text-align: center;
        color: #666;
    }

    .price {
        color: #444;
        text-shadow: 1px 1px 0px white,2px 2px 0px #CCC;
        font-size: 60px;
        font-weight: normal;
        padding: 10px 0px 10px;
        text-align: center;
    }

    .pricing ul li {
        border-top: 1px solid #EFEFEF;
        line-height: 35px;
        margin-left: 30px;
        margin-right: 30px;
        list-style: none;
    }

        .pricing ul li:first-child {
            border: 0px;
        }


    .whitebox {
        background: #fff;
        margin: 0px;
        padding: 10px;
        /*  z-index: 1;*/
        position: relative;
        -webkit-box-shadow: 3px 3px 2px rgba(50,50,50,0.25);
        -moz-box-shadow: 3px 3px 2px rgba(50,50,50,0.25);
        box-shadow: 3px 3px 2px rgba(50,50,50,0.25);
        border-top: 5px solid #444;
    }

    .salmonborder {
        border-top: 5px solid salmon;
    }

        .salmonborder .btn {
            background: salmon;
        }

    .salmonborder {
        border-top: 5px solid salmon;
    }

        .salmonborder .btn {
            background: salmon;
        }

    .greenborder {
        border-top: 5px solid lightgreen;
    }

        .greenborder .btn {
            background: lightgreen;
        }

    .goldborder {
        border-top: 5px solid gold;
    }

        .goldborder .btn {
            background: gold;
        }

    .blueborder {
        border-top: 5px solid skyblue;
    }

        .blueborder .btn {
            background: skyblue;
        }

    .btn-default {
        color: #fff;
        background-color: #4ba2dc;
        border: 0;
    }

    .btn {
        border-radius: 0px;
    }

    .btn-default:hover {
        background: #c70f06;
        color: #fff;
    }


    /*   app request*/

    span.color-red {
        font-family: Verdana;
        margin-top: 5px;
        position: absolute;
    }

    .bg-primary {
        background-color: #2cb5b5 !important
    }

    .card-box {
        height: 150px;
    }

    .label .label-danger {
        font-size: 18px;
    }



    .form-group .control-label {
        font-family: Roboto Condensed;
        font-size: 15px;
    }

    .fa-user {
        color: #000;
    }

    .input-group-addon i.fa .fa-user {
        color: #000;
        /*background-color: #000;*/
    }

    .separator {
        margin: 5px 0 5px 0;
    }

    .help-block {
        font-size: 12px
    }

    .bs-callout {
        padding: 10px;
        margin: 20px 0;
        border: 1px solid #eee;
        border-left-width: 5px;
        border-radius: 3px;
    }

        .bs-callout h4 {
            margin-top: 0;
            margin-bottom: 5px;
        }

        .bs-callout p:last-child {
            margin-bottom: 0;
        }

        .bs-callout code {
            border-radius: 3px;
        }

        .bs-callout + .bs-callout {
            margin-top: -5px;
        }

    .bs-callout-default {
        border-left-color: #777;
    }

        .bs-callout-default h4 {
            color: #777;
        }

    .bs-callout-primary {
        border-left-color: #428bca;
    }

        .bs-callout-primary h4 {
            color: #428bca;
        }

    .bs-callout-success {
        border-left-color: #5cb85c;
    }

        .bs-callout-success h4 {
            color: #5cb85c;
        }

    .bs-callout-danger {
        border-left-color: #d9534f;
    }

        .bs-callout-danger h4 {
            color: #d9534f;
        }

    .bs-callout-warning {
        border-left-color: #f0ad4e;
    }

        .bs-callout-warning h4 {
            color: #f0ad4e;
        }

    .bs-callout-info {
        border-left-color: #5bc0de;
    }

        .bs-callout-info h4 {
            color: #5bc0de;
        }

    .panel-body {
        background: #eee;
    }

    /*ios*/
    .panel .general img {
        width: 90px;
        height: 90px;
    }

    .success p {
        font-family: Roboto Condensed;
        font-size: 15px;
    }

    blockquote.success {
        border: 1px solid #4CAF50;
        border-left: 10px solid #4CAF50;
    }



    .adjust-border-radius {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .adjust-border {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .pad-row {
        padding-top: 20px;
    }

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

        .plan li {
            padding: 10px 0px;
            border-bottom: 1px solid #e1e1e1;
        }

            .plan li i {
                padding-right: 10px;
            }



    .slicknav_menu .slicknav_menutxt {
        display: block;
        line-height: 1.188em;
        float: left;
    }

    .slicknav_menu .slicknav_icon {
        float: left;
        margin: 0.188em 0 0 0.438em;
    }

    .slicknav_menu .slicknav_no-text {
        margin: 0;
    }

    .slicknav_menu .slicknav_icon-bar {
        font-size: 18px;
        display: block;
        width: 1.125em;
        height: 0.125em;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    }


    .about-grid {
        background-color: #555555;
        margin-bottom: 10px;
    }

    .center {
        float: none;
        margin: 0 auto;
    }

    .accordion-button:focus, .accordion-button:active {
        outline: none !important;
        box-shadow: none;
    }

    .product-thumb {
        width: 90px;
        height: 90px;
        border-radius: 5px;
    }

    .product-thumb-right {
        padding-bottom: 10px
    }

    .button-info {
        width: 220px;
    }

    .fa-align-text {
        padding-left: 35px;
        /*   padding-top: 12px;*/
    }

    .product-info-height {
        min-height: 680px;
        margin-bottom: 10px;
    }

    .article-body {
        min-height: 250px;
    }

    .product-price {
        font-size: 20px;
        color: #f0776c
    }

    .product-info {
        line-height: 10px;
    }


    .nav-link-text {
        text-align: left;
    }

    /*.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #f0776c;
}*/

    #nav-buttons.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        background-color: #f0776c;
    }

    .about-img {
        width: 500px;
        height: 280px;
        border-radius: 3px;
    }

    .aboutme-text {
        text-align: center;
        font-family: 'Acme-Regular',"Verdana";
    }

    .skills {
        font-family: 'Acme-Regular',"Verdana";
    }


 