@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoona57c.eot?srf3rx");
    src: url("../fonts/icomoon/icomoona57c.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoona57c.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoona57c.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoona57c.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gabriola';
    src: url("../fonts/gabriola.eot?srf3rx");
    src: url("../fonts/gabriola.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/gabriola.ttf?srf3rx") format("truetype"), url("../fonts/gabriola.woff?srf3rx") format("woff");
    font-weight: normal;
    font-style: normal;
}

gabriola.ttf
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
    font-family: "Karla", Arial, sans-serif;
    line-height: 1.8;
    font-size: 16px;
    font-weight: 400;
    background: #fafafa;
    color: gray;
}

body.menu-show {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
}

#colorlib-wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

    #colorlib-wrapper > div {
        width: 100%;
        height: 100%;
        overflow-y: hidden;
    }

a {
    color: #CA82F8;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

    a:hover {
        text-decoration: underline;
        color: #CA82F8;
    }

    a:focus, a:active {
        outline: none;
    }

p, span {
    margin-bottom: 1.5em;
    font-weight: 400;
    font-family: "Karla", Arial, sans-serif;
    font-size: 16px;
    color: #000;
}

ul, ol {
    display: block;
    margin-bottom: 1.5em;
}

span {
    font-size: 20px;
    color: #2f2f2f;
}

h1, h2, h3, h4, h5, h6 {
    color: rgba(0, 0, 0, 0.8);
    font-family: "Playfair Display", Georgia, serif;
    margin: 0 0 30px 0;
}

::-webkit-selection {
    color: #fcfcfc;
    background: #b7c2c2;
}

::-moz-selection {
    color: #fcfcfc;
    background: #b7c2c2;
}

::selection {
    color: #fcfcfc;
    background: #b7c2c2;
}

#colorlib-page {
    position: relative;
    -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    z-index: 1;
}

.menu-show #colorlib-page {
    -webkit-transform: scale(0.99);
    -moz-transform: scale(0.99);
    -ms-transform: scale(0.99);
    -o-transform: scale(0.99);
    transform: scale(0.99);
    position: relative;
}

    .menu-show #colorlib-page:after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: '';
        background: rgba(0, 0, 0, 0.4);
    }

@media screen and (max-width: 768px) {
    #colorlib-page {
        padding-top: 5em;
    }
}

#colorlib-main-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 4em 40px 40px 40px;
    width: 360px;
    height: 100%;
    background: white;
    z-index: 1002;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    overflow-y: scroll;
}

@media screen and (max-width: 768px) {
    #colorlib-main-nav {
        width: 300px;
    }
}

#colorlib-main-nav .colorlib-nav-toggle {
    position: absolute;
    top: 5px;
    right: 40px;
    padding: 20px;
    height: 44px;
    width: 44px;
    background: rgba(0, 0, 0, 0.05);
    line-height: 0;
    padding: 0 !important;
    visibility: hidden;
    opacity: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    #colorlib-main-nav .colorlib-nav-toggle i {
        top: 18px !important;
        left: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 0;
        text-indent: 0;
    }

    #colorlib-main-nav .colorlib-nav-toggle.show {
        visibility: visible;
        opacity: 1;
    }

    #colorlib-main-nav .colorlib-nav-toggle:hover {
        background: black;
    }

        #colorlib-main-nav .colorlib-nav-toggle:hover i::before, #colorlib-main-nav .colorlib-nav-toggle:hover i::after {
            content: '';
            width: 20px;
            height: 1px;
            background: #fff;
            position: absolute;
            left: 0;
        }

.menu-show #colorlib-main-nav {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#colorlib-main-nav ul {
    padding: 0;
    margin: 0 0 3em 0;
}

@media screen and (max-width: 768px) {
    #colorlib-main-nav ul {
        padding: 20px 0 0 0;
    }
}

#colorlib-main-nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}

    #colorlib-main-nav ul li a {
        display: block;
        color: black;
        font-size: 14px;
        padding: 10px 0;
        text-transform: uppercase;
        font-weight: 400;
    }

@media screen and (max-width: 768px) {
    #colorlib-main-nav ul li a {
        font-size: 16px;
    }
}

#colorlib-main-nav ul li a:hover, #colorlib-main-nav ul li a:active, #colorlib-main-nav ul li a:focus {
    color: black;
    outline: none;
    text-decoration: none;
}

#colorlib-main-nav ul li.active a {
    color: #CA82F8;
}

#colorlib-main-nav .form-group {
    margin-bottom: 40px;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 480px) {
    #colorlib-main-nav .form-group {
        width: 100%;
    }
}

#colorlib-main-nav .form-group input::-webkit-input-placeholder {
    color: #333333;
}

#colorlib-main-nav .form-group input::-moz-input-placeholder {
    color: #333333;
}

#colorlib-main-nav .form-group input::-ms-input-placeholder {
    color: #333333;
}

#colorlib-main-nav .form-group input::-o-input-placeholder {
    color: #333333;
}

#colorlib-main-nav .form-group input::input-placeholder {
    color: #333333;
}

#colorlib-main-nav #search {
    font-size: 14px;
    width: 100%;
    padding-right: 3em;
    border: none;
    border: 2px solid #f2f2f2;
    background: #fafafa;
    color: #333333 !important;
}

#colorlib-main-nav button {
    position: absolute;
    top: 0;
    right: -4px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: #CA82F8;
    color: #fff;
    border: none;
    padding: 16px;
}

#colorlib-main-nav #email {
    font-size: 18px;
    width: 100%;
    border: none;
    border: 2px solid #fff;
    background: #fff;
    color: #333333 !important;
}

#colorlib-main-nav .gallery {
    float: left;
    width: 50%;
    height: 150px;
    position: relative;
    display: table;
    z-index: 0;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    #colorlib-main-nav .gallery {
        width: 25%;
    }
}

@media screen and (max-width: 480px) {
    #colorlib-main-nav .gallery {
        width: 50%;
    }
}

#colorlib-main-nav .gallery:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#colorlib-main-nav .gallery span {
    display: table-cell;
    vertical-align: middle;
    height: 150px;
    opacity: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

    #colorlib-main-nav .gallery span i {
        color: #fff;
        font-size: 20px;
    }

#colorlib-main-nav .gallery:hover:after, #colorlib-main-nav .gallery:focus:after {
    opacity: 1;
}

#colorlib-main-nav .gallery:hover span, #colorlib-main-nav .gallery:focus span {
    opacity: 1;
}

header {
    padding: 1em 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    header {
        padding: 2em 0;
    }
}

header .colorlib-navbar-brand {
    float: left;
}
/*header .colorlib-navbar-brand .colorlib-logo {
      font-size: 20px;
      text-transform: uppercase;
      color: #000;
      font-weight: 400;
      letter-spacing: 5px;
      padding: 7px;
      border: 1px solid #000;
      display: block;
      text-align: center;
      background: #000; }*/


.colorlib-logo {
    letter-spacing: 5px;
    /*padding: 7px;*/
    display: block;
    text-align: center;
}

header .colorlib-navbar-brand .colorlib-logo span {
    display: block;
    margin-bottom: 0;
    line-height: 1.2;
    color: #fff;
}

header .colorlib-navbar-brand .colorlib-logo:hover {
    text-decoration: none !important;
}

header .colorlib-navbar-brand .colorlib-logo:active, header .colorlib-navbar-brand .colorlib-logo:focus {
    outline: none;
    text-decoration: none;
}


#colorlib-contact,
#colorlib-work,
#colorlib-blog,
#colorlib-testimony,
#colorlib-progress,
#colorlib-contact,
#colorlib-about {
    padding: 11em 0 0 0;
    clear: both;
    position: relative;
    /*z-index: -999;*/
}
/*#colorlib-about {
z-index:-9;

}*/
#colorlib-services {
    padding: 19em 0 0 0;
}

@media screen and (max-width: 768px) {
    #colorlib-services,
    #colorlib-contact,
    #colorlib-work,
    #colorlib-blog,
    #colorlib-testimony,
    #colorlib-progress,
    #colorlib-contact,
    #colorlib-about {
        padding: 5em 0;
    }
}

.rotate {
    position: absolute;
    top: .4em;
    left: -50px;
}

    .rotate .heading {
        font-family: "Karla", Arial, sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1em;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: left top 0;
        -moz-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        -o-transform-origin: left top 0;
        transform-origin: left top 0;
        position: relative;
    }

        .rotate .heading:after {
            position: absolute;
            top: 8px;
            right: -40px;
            content: '';
            background: #000;
            width: 40px;
            height: 1px;
        }

.about-desc {
    text-align: justify;
}

    .about-desc h2 {
        line-height: 1.3;
    }

        .about-desc h2 span {
            display: block;
            margin-bottom: 0;
            color: #000;
            font-size: 33px;
            font-family: "Playfair Display", Georgia, serif;
            text-align: justify;
        }

    .about-desc .desc {
        /*padding-left: 6em;*/
        position: relative;
        padding-top: 10px;
        text-align: justify;
    }

    .about-desc .rotate {
        position: absolute;
        top: 7px;
        /*left: 30px;*/
        z-index: -10;
    }

        .about-desc .rotate .heading {
            font-family: "Karla", Arial, sans-serif;
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 1em;
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
            -webkit-transform-origin: left top 0;
            -ms-transform-origin: left top 0;
            transform-origin: left top 0;
            position: relative;
        }

            .about-desc .rotate .heading:after {
                position: absolute;
                top: 8px;
                right: -40px;
                content: '';
                background: #000;
                width: 40px;
                height: 1px;
                z-index: -999;
            }

.bold {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    font-size: 200px;
    color: #f0f0f0;
    font-weight: 700;
    top: 70px;
    z-index: -999999999999;
}

@media screen and (max-width: 768px) {
    .bold {
        font-size: 50px;
    }
}







.intro-heading {
    margin-bottom: 3em;
    position: relative;
    top: 20px;
}

    .intro-heading h2 {
        font-size: 34px;
        font-weight: 400;
        line-height: 1.5;
        /*margin-bottom: 1.5em;*/
        color: #000;
        position: relative;
        margin: 0px;
    }

    .intro-heading span {
        /*display: block;*/
        /*text-transform: uppercase;*/
        font-size: 20px;
        margin-bottom: 10px;
        color: #dd1255;
        font-family: 'gabriola';
    }

        .intro-heading span:hover {
            /*display: block;*/
            /*text-transform: uppercase;*/
            color: #9b9b9b;
        }

.intro-heading1 {
    margin-bottom: 3em;
    position: relative;
    /*top: 20px;*/
}

    .intro-heading1 h2 {
        font-size: 29px;
        font-weight: 400;
        line-height: 1.5;
        /*margin-bottom: 1.5em;*/
        color: #000;
        position: relative;
    }

    .intro-heading1 span {
        /*display: block;*/
        /*text-transform: uppercase;*/
        font-size: 16px;
        margin-bottom: 10px;
        color: #dd1255;
    }

        .intro-heading1 span:hover {
            /*display: block;*/
            /*text-transform: uppercase;*/
            color: #9b9b9b;
        }

.services-img,
.work-img,
.gallery {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.progress-head {
    font-size: 22px;
}

.progress {
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
}

    .progress:after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 2px solid #fff;
        position: absolute;
        top: 0;
        left: 0;
    }

    .progress > span {
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .progress .progress-left {
        left: 0;
    }

    .progress .progress-bar {
        width: 100%;
        height: 100%;
        background: none;
        border-width: 2px;
        border-style: solid;
        position: absolute;
        top: 0;
        border: 1px solid #000;
    }

    .progress .progress-left .progress-bar {
        left: 100%;
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
        border-left: 0;
        -webkit-transform-origin: center left;
        -ms-transform-origin: center left;
        transform-origin: center left;
    }

    .progress .progress-right {
        right: 0;
    }

        .progress .progress-right .progress-bar {
            left: -100%;
            border-top-left-radius: 80px;
            border-bottom-left-radius: 80px;
            border-right: 0;
            -webkit-transform-origin: center right;
            -ms-transform-origin: center right;
            transform-origin: center right;
            -webkit-animation: loading-1 1.8s linear forwards;
            animation: loading-1 1.8s linear forwards;
        }

    .progress .progress-value {
        width: 85%;
        height: 85%;
        border-radius: 50%;
        font-size: 32px;
        line-height: 125px;
        text-align: center;
        position: absolute;
        top: 7.5%;
        left: 7.5%;
    }

    .progress.blue .progress-bar {
        border-color: #049dff;
    }

    .progress.blue .progress-value {
        color: #049dff;
    }

    .progress.blue .progress-left .progress-bar {
        -webkit-animation: loading-2 1.5s linear forwards 1.8s;
        animation: loading-2 1.5s linear forwards 1.8s;
    }

    .progress.yellow .progress-bar {
        border-color: #fdba04;
    }

    .progress.yellow .progress-value {
        color: #fdba04;
    }

    .progress.yellow .progress-left .progress-bar {
        -webkit-animation: loading-3 1s linear forwards 1.8s;
        animation: loading-3 1s linear forwards 1.8s;
    }

    .progress.pink .progress-bar {
        border-color: #ed687c;
    }

    .progress.pink .progress-value {
        color: #ed687c;
    }

    .progress.pink .progress-left .progress-bar {
        -webkit-animation: loading-4 0.4s linear forwards 1.8s;
        animation: loading-4 0.4s linear forwards 1.8s;
    }

    .progress.green .progress-bar {
        border-color: #1abc9c;
    }

    .progress.green .progress-value {
        color: #1abc9c;
    }

    .progress.green .progress-left .progress-bar {
        -webkit-animation: loading-5 1.2s linear forwards 1.8s;
        animation: loading-5 1.2s linear forwards 1.8s;
    }

@-webkit-keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@-webkit-keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(150deg);
        transform: rotate(150deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(150deg);
        transform: rotate(150deg);
    }
}

@-webkit-keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}

@-webkit-keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@-webkit-keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(125deg);
        transform: rotate(125deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(125deg);
        transform: rotate(125deg);
    }
}

@media only screen and (max-width: 990px) {
    .progress {
        margin-bottom: 20px;
    }
}

.services-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    width: 100%;
    margin-bottom: 40px;
}

    .services-flex .one-third {
        width: 55%;
        padding: 3em 2em 3em 0;
    }

    .services-flex .one-forth {
        width: 45%;
    }

        .services-flex .one-forth .one-third, .services-flex .one-forth .one-forth {
            display: inline-block;
        }


/*.services-flex img {
        height: 400px;
        width:auto;
    }*/

@media screen and (max-width: 768px) {
    .services-flex .one-forth .one-third, .services-flex .one-forth .one-forth {
        height: 400px;
    }
}

.services-flex .one-third, .services-flex .one-forth {
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .services-flex .one-third, .services-flex .one-forth {
        width: 100%;
        display: block;
    }
}

.services {
    margin-bottom: 4em;
}

    .services h3 {
        font-family: "Karla", Arial, sans-serif;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
    }

    .services ul li {
        list-style: none;
        margin-bottom: 10px;
    }

        .services ul li::before {
            content: '\2022';
            color: #000;
            display: inline-block;
            width: 1em;
            margin-left: -1em;
        }

.work-entry {
    display: block;
    margin-bottom: 5em;
    width: 100%;
    float: left;
}

    .work-entry .work-img {
        width: 100%;
        height: 700px;
        margin-bottom: 40px;
        display: table;
        text-align: center;
        text-decoration: none;
    }

        .work-entry .work-img .display-t {
            display: table-cell;
            vertical-align: middle;
            height: 700px;
            position: relative;
            z-index: 0;
        }

            .work-entry .work-img .display-t:after {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                content: '';
                background: rgba(0, 0, 0, 0.4);
                z-index: -1;
                opacity: 0;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }

            .work-entry .work-img .display-t .work-name {
                display: inline-block;
                padding: 4em 3em;
                background: #fff;
                -webkit-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
                -moz-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
                -ms-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
                -o-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
                box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
                z-index: 1;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }

                .work-entry .work-img .display-t .work-name h2 {
                    margin: 0;
                    -webkit-transition: 0.3s;
                    -o-transition: 0.3s;
                    transition: 0.3s;
                }

        .work-entry .work-img:hover .display-t:after {
            opacity: 1;
        }

        .work-entry .work-img:hover .display-t .work-name {
            padding: 4.5em 3.5em;
        }

            .work-entry .work-img:hover .display-t .work-name h2 {
                font-size: 34px;
            }

@media screen and (max-width: 768px) {
    .work-entry .work-img {
        height: 400px;
    }

        .work-entry .work-img .display-t {
            height: 400px;
        }
}

.work-entry .desc .read {
    text-align: right;
}

    .work-entry .desc .read a {
        color: #000;
        text-transform: uppercase;
        letter-spacing: 4px;
        font-size: 12px;
        position: relative;
    }

        .work-entry .desc .read a:after {
            position: absolute;
            top: 7px;
            left: -60px;
            right: 0;
            content: '';
            width: 40px;
            height: 1px;
            background: #000;
        }

#colorlib-blog .owl-carousel {
    z-index: 0;
}

    #colorlib-blog .owl-carousel .owl-stage-outer {
        z-index: -1;
    }

#colorlib-blog .owl-theme .owl-controls {
    margin-top: -10px;
    z-index: 1;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin-top: -30px;
}

    #colorlib-blog .owl-theme .owl-controls .owl-nav [class*=owl-] {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        -ms-border-radius: 1px;
        border-radius: 1px;
        background: transparent;
        background: #fff;
        padding: 5px 5px;
        opacity: 1;
    }

        #colorlib-blog .owl-theme .owl-controls .owl-nav [class*=owl-] .owl-direction {
            background: transparent;
            color: #000;
            -webkit-box-shadow: none;
            box-shadow: none;
            border: none;
        }

.article {
    display: block;
    /*margin-bottom: 6em;*/
}

    .article .blog-img {
        margin-bottom: 50px;
        /*margin-bottom: 22px;*/
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 220px;
    }

        .article .blog-img img {
            position: relative;
            max-width: 100%;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            -webkit-transition: 0.7s;
            -o-transition: 0.7s;
            transition: 0.7s;
        }

        .article .blog-img .overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.6);
            opacity: 0;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

        .article .blog-img .link {
            position: absolute;
            bottom: 0;
            left: 90%;
            display: table;
            width: 100%;
            opacity: 0;
            -webkit-transition: 0.7s;
            -o-transition: 0.7s;
            transition: 0.7s;
        }

            .article .blog-img .link .read {
                display: table-cell;
                vertical-align: middle;
                font-family: "Karla", Arial, sans-serif;
                color: #fff;
                font-size: 12px;
                text-transform: uppercase;
                letter-spacing: 5px;
                -webkit-transform: rotate(-90deg);
                -moz-transform: rotate(-90deg);
                -ms-transform: rotate(-90deg);
                -o-transform: rotate(-90deg);
                transform: rotate(-90deg);
                -webkit-transform-origin: 0;
                -ms-transform-origin: 0;
                transform-origin: 0;
                position: relative;
            }

                .article .blog-img .link .read:after {
                    position: absolute;
                    top: 10px;
                    left: -50px;
                    content: '';
                    background: #fff;
                    width: 40px;
                    height: 1px;
                }

        .article .blog-img:hover .overlay {
            opacity: 1;
        }

        .article .blog-img:hover .link {
            opacity: 1;
            bottom: 50px;
        }

        .article .blog-img:hover img {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1);
        }

    .article .desc {
        position: relative;
        /*max-height: 168px;
        min-height: 168px;*/
    }

        .article .desc .meta {
            position: absolute;
            top: -80px;
            left: 20px;
            background: #FFE9E3;
            color: #000;
            padding: 20px 10px;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 4px;
            -webkit-transition: 1s;
            -o-transition: 1s;
            transition: 1s;
            -webkit-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
            -moz-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
            -ms-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
            -o-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
            box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
        }

        .article .desc h2 {
            font-size: 24px;
        }

            .article .desc h2 a {
                text-decoration: none;
                color: #000;
            }

                .article .desc h2 a:hover {
                    text-decoration: none;
                    color: #dd1255;
                }

    .article:hover .meta {
        background: #fff;
    }

#colorlib-testimony .owl-theme .owl-dots .owl-dot.active span,
#colorlib-testimony .owl-theme .owl-dots .owl-dot:hover span {
    height: 3px;
    background: #000;
}

#colorlib-testimony .owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 2px;
    background: #e6e6e6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.testimony blockquote {
    border: none;
}

    .testimony blockquote p {
        font-family: "Playfair Display", Georgia, serif;
        color: #000;
        font-size: 20px;
    }

    .testimony blockquote span {
        font-family: "Playfair Display", Georgia, serif;
        color: #000;
        font-size: 30px;
    }

.f-entry {
    position: relative;
    margin-bottom: 40px;
}

    .f-entry .desc h3 {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 10px;
    }

        .f-entry .desc h3 a {
            color: #4d4d4d;
            text-decoration: none;
        }

            .f-entry .desc h3 a:hover {
                color: #dd1255;
                text-decoration: none;
            }

    .f-entry .desc span {
        color: #000;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 2px;
        display: block;
        margin-bottom: 10px;
    }

.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 13px !important;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 8px 20px;
}

    .btn.btn-md {
        padding: 8px 20px !important;
    }

    .btn.btn-lg {
        padding: 18px 36px !important;
    }

    .btn:hover, .btn:active, .btn:focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        outline: none !important;
    }

.btn-primary {
    background: #000;
    color: #fff;
    /*border: 2px solid #CA82F8;*/
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background: #dd1255 !important;
        border-color: #d49af9 !important;
    }

    .btn-primary.btn-outline {
        background: transparent;
        color: #4d4d4d;
        border: 1px solid #d9d9d9;
    }

        .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
            background: #dd1255;
            color: #fff;
        }

.btn-success {
    background: #5cb85c;
    color: #fff;
    border: 2px solid #5cb85c;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active {
        background: #4cae4c !important;
        border-color: #4cae4c !important;
    }

    .btn-success.btn-outline {
        background: transparent;
        color: #5cb85c;
        border: 2px solid #5cb85c;
    }

        .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
            background: #5cb85c;
            color: #fff;
        }

.btn-info {
    background: #5bc0de;
    color: #fff;
    border: 2px solid #5bc0de;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active {
        background: #46b8da !important;
        border-color: #46b8da !important;
    }

    .btn-info.btn-outline {
        background: transparent;
        color: #5bc0de;
        border: 2px solid #5bc0de;
    }

        .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
            background: #5bc0de;
            color: #fff;
        }

.btn-warning {
    background: #f0ad4e;
    color: #fff;
    border: 2px solid #f0ad4e;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
        background: #eea236 !important;
        border-color: #eea236 !important;
    }

    .btn-warning.btn-outline {
        background: transparent;
        color: #f0ad4e;
        border: 2px solid #f0ad4e;
    }

        .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
            background: #f0ad4e;
            color: #fff;
        }

.btn-danger {
    background: #d9534f;
    color: #fff;
    border: 2px solid #d9534f;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
        background: #d43f3a !important;
        border-color: #d43f3a !important;
    }

    .btn-danger.btn-outline {
        background: transparent;
        color: #d9534f;
        border: 2px solid #d9534f;
    }

        .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
            background: #d9534f;
            color: #fff;
        }

.btn-outline {
    background: none;
    border: 2px solid gray;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.row-padded-bottom {
    margin-bottom: 4em;
}

.col-pb-sm {
    margin-bottom: 5em !important;
}

    .col-pb-sm:last-child {
        margin-bottom: 0;
    }

.btn.with-arrow {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .btn.with-arrow i {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        right: 0px;
        top: 50%;
        margin-top: -8px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }

    .btn.with-arrow:hover {
        padding-right: 50px;
    }

        .btn.with-arrow:hover i {
            color: #fff;
            right: 18px;
            visibility: visible;
            opacity: 1;
        }

.colorlib-nav-toggle {
    cursor: pointer;
    text-decoration: none;
}

    .colorlib-nav-toggle.active i::before, .colorlib-nav-toggle.active i::after {
        background: #000;
    }

    .colorlib-nav-toggle.dark.active i::before, .colorlib-nav-toggle.dark.active i::after {
        background: #000;
    }

    .colorlib-nav-toggle:hover, .colorlib-nav-toggle:focus, .colorlib-nav-toggle:active {
        outline: none;
        border-bottom: none !important;
    }

    .colorlib-nav-toggle i {
        position: relative;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        width: 20px;
        height: 2px;
        color: #000;
        font: bold 14px/.4 Helvetica;
        text-transform: uppercase;
        text-indent: -55px;
        background: #000;
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

.menu-show .colorlib-nav-toggle i {
    background: #000;
    color: #fff;
}

.colorlib-nav-toggle i::before, .colorlib-nav-toggle i::after {
    content: '';
    width: 20px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.menu-show .colorlib-nav-toggle i::before, .menu-show .colorlib-nav-toggle i::after {
    background: #333333;
}

.colorlib-nav-toggle.dark i {
    position: relative;
    color: #fff;
    background: #fff;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

    .colorlib-nav-toggle.dark i::before, .colorlib-nav-toggle.dark i::after {
        background: #fff;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }

.colorlib-nav-toggle i::before {
    top: -7px;
}

.colorlib-nav-toggle i::after {
    bottom: -7px;
}

.colorlib-nav-toggle:hover i::before {
    top: -10px;
}

.colorlib-nav-toggle:hover i::after {
    bottom: -10px;
}

.colorlib-nav-toggle.active i {
    background: transparent;
}

    .colorlib-nav-toggle.active i::before {
        top: 0;
        -webkit-transform: rotateZ(45deg);
        -moz-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
        -o-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
    }

    .colorlib-nav-toggle.active i::after {
        bottom: 0;
        -webkit-transform: rotateZ(-45deg);
        -moz-transform: rotateZ(-45deg);
        -ms-transform: rotateZ(-45deg);
        -o-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
    }

.colorlib-nav-toggle {
    float: right;
    z-index: 1003;
    position: relative;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .colorlib-nav-toggle {
        display: block;
        top: 0px;
    }
}

.contact-info {
    margin-bottom: 4em;
    padding: 0;
}

    .contact-info li {
        list-style: none;
        margin: 0 0 30px 0;
        position: relative;
        padding-left: 60px;
    }

        .contact-info li span {
            position: absolute;
            top: -0.3em;
            left: 0;
            width: 40px;
            height: 40px;
            background: #fff;
            display: table;
            text-align: center;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }

        .contact-info li i {
            display: table-cell;
            vertical-align: middle;
            font-size: 16px;
            color: rgba(0, 0, 0, 0.5);
        }

        .contact-info li a {
            color: #CA82F8;
        }

.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: none;
    border: transparent;
    font-size: 16px;
    font-weight: 300;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

    .form-control:focus, .form-control:active {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: transparent;
    }

input[type="text"] {
    height: 50px;
}

.form-group {
    margin-bottom: 30px;
}

.colorlib-social-icons a {
    padding-right: 10px;
    /*padding-left: 5px;*/
}

    .colorlib-social-icons a:hover {
        text-decoration: none;
    }

    .colorlib-social-icons a:hover, .colorlib-social-icons a:focus {
        text-decoration: none !important;
        color: #dd1255 !important;
    }

.colorlib-social-icons i {
    font-size: 16px;
    color: #000;
    padding-right: 8px;
}

.colorlib-social-icons a i:hover, .colorlib-social-icons a i:focus {
    text-decoration: none !important;
    color: #dd1255 !important;
}

#footer {
    padding: 6em 0 0 0;
    display: block;
    width: 100%;
}

    #footer h2 {
        color: #000;
        letter-spacing: 1px;
        font-weight: 300;
        margin-bottom: 1em;
    }

    #footer p:last-child {
        margin-bottom: 0;
    }

    #footer p.colorlib-social-icons a:hover, #footer p.colorlib-social-icons a:focus {
        text-decoration: none !important;
        color: #dd1225 !important;
    }

    #footer p.colorlib-social-icons a i:hover {
        color: #dd1255;
    }

    #footer p .block {
        color: #1a1a1a;
        font-size: 14px;
    }

    #footer .subscribe .form-control {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        border: none;
        border: 1px solid rgba(0, 0, 0, 0.1);
        font-size: 16px;
        background: #fafafa;
        font-weight: 400;
        margin-bottom: 5px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
    }

        #footer .subscribe .form-control:focus, #footer .subscribe .form-control:active {
            -webkit-box-shadow: none;
            box-shadow: none;
            border: 2px solid rgba(202, 130, 248, 0.8);
        }

    #footer .subscribe .btn-custom {
        width: 100%;
        padding: 10px 0;
        font-size: 16px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
    }

.js .animate-box {
    opacity: 0;
}



/**/
#bottom-sidebar {
    /* margin: 30px 0; */
    margin: 0px;
    clear: both;
    font-size: 0.913rem;
}

@media (min-width: 992px) {
    .site-content, .secondary {
        margin-left: 33%;
    }
}

@media (min-width: 992px) {
    .site-content, .secondary {
        margin-left: 35%;
    }
}

.hentry, .comments-area, .entry-related-posts, .author-info, .navigation, .secondary, .page-header, .inner-box, .single-product .product {
    border-bottom: 1px solid #f2f2f2;
    /* padding: 4.64286rem 5.35714rem; */
    padding: 4.64286rem 2.35714rem;
}


#bottom-sidebar h4 {
    font-size: 3.125rem;
}

#bottom-sidebar h4 {
    font-size: 3.125rem;
}

/*#bottom-sidebar h4, .right-side-navigation .menu > li > a:hover {
    color: #e8126f;
}*/

.widget-title {
    margin-bottom: 16px;
}

#bottom-sidebar .textwidget {
    text-align: justify;
}

.textwidget p {
    margin: 0 0 1.5rem;
    font-size: 20px;
}

.widget .tagcloud a {
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.widget .tagcloud a, .widget.widget_most_popular_tags a {
    font-size: 1.625rem !important;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    background: #f2f2f2;
    color: #646464;
    padding: 6px 8px;
    margin-right: 5px;
    margin-bottom: 8px;
    display: inline-block;
}

a, a:hover {
    color: #dd1255;
    text-decoration: none;
}

.tag-list a, .tagcloud a {
    /*border: 1px solid #e7e7e7;*/
    border-radius: 3px;
    color: #b1b1b1;
    /*display: inline-block;
    margin-bottom: 0.357142em;*/
    margin-right: 0.357142em;
    /*padding: 0.142857em 0.714285em;*/
    padding-right: 10px;
    background-color: #fff;
    font-family: "Karla", Arial, sans-serif;
}

    .tagcloud a:hover {
        /*border-color: #000;*/
        /*box-shadow: 2px 2px 2px 2px #cccccc80;*/
        color: #dd1255;
        text-decoration: none;
        border: none;
    }

.textwidget a > img {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}


/*.cont_about {
    margin-top: 115px;
}*/

.MenuLinks ul {
    float: right;
    font-family: 'gabriola';
    font-size: 18px;
}

    .MenuLinks ul li {
        text-decoration: none;
        display: inline-block;
        padding: 10px;
    }

        .MenuLinks ul li a {
            color: #000;
            text-decoration: none;
        }

            .MenuLinks ul li a:hover {
                color: #dd1255;
                text-decoration: none;
            }


/*.toptitle {
    top: 30px;
}*/

.mailLink a:hover {
    color: #dd1255;
    text-decoration: none !important;
}


.mailLink a span:hover {
    color: #dd1255;
    text-decoration: none !important;
}

.pagenext {
    font-size: 16px;
}

.pagebutton {
    /*background: #000;
    padding: 7px;
    color: #fff;*/
    text-decoration: none;
    font-size: 20px;
}

/*.pagebutton:hover {
    background: #000;
    padding: 7px;
    color: #dd1255;
    text-decoration: none;
}*/

.description {
    max-height: 90px;
    overflow: hidden;
    font-family: "Karla", Arial, sans-serif;
    font-size: 16px;
}


/*.divmatter {
    box-sizing: border-box;
    /*margin: 0px 0px 1.5rem; 
    color: #616161;
    font-family: Lora, Georgia, serif;
    font-size: 16px;
    text-align: justify;
}*/


/*.topnav {
    overflow: hidden;
    background-color: #333;
}*/

/*.topnav a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }*/

/*.active {
    background-color: #4CAF50;
    color: white;
}*/

.topnav .icon {
    display: none;
}


/*.topnav a:hover, .dropdown:hover .dropbtn {
    background-color: #555;
    color: white;
}*/


@media screen and (max-width: 600px) {
    .topnav a:not(:first-child), .dropdown .dropbtn {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

/*@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }

        .topnav.responsive .dropdown {
            float: none;
        }

        .topnav.responsive .dropdown-content {
            position: relative;
        }

        .topnav.responsive .dropdown .dropbtn {
            display: block;
            width: 100%;
            text-align: left;
        }
}*/




/*custom css*/


.current {
    color: green;
}

#pagin li {
    display: inline-block;
}


/*blog dec css*/

/*.blogdesc {
    display: inline-flex;
}

.descpart {
    width: 900px;
    float: left;
    text-align:justify;
}*/



.about-desc p {
    font-family: 'gabriola'!important;
    font-size: 23px;
    color: #000000;
    margin-bottom: 0;
}

    .about-desc p a:hover {
        text-decoration: none;
        color: #828282 !important;
    }

    .about-desc p span {
        font-family: 'gabriola'!important;
        /*color:#dd1255 !important;*/
    }

.desc p {
    font-family: 'gabriola'!important;
    font-size: 23px!important;
    color: #000000;
}

    .desc p span {
        font-family: 'gabriola'!important;
        /*color:#dd1255 !important;*/
    }



.footertext p {
    font-family: 'gabriola';
    font-size: 18px;
}

    .footertext p a span {
        font-family: 'gabriola';
        font-size: 22px;
    }


.hozizontal_line {
    border: 1px solid #dd1255;
    width: 70px;
}

/*mobile menu*/


@media only screen and (min-width:320px)and (max-width:767px) {
    .MenuLinks {
        display: none;
    }
}

@media only screen and (min-width:320px)and (max-width:625px) {
    .intro-heading h2 {
        font-size: 24px;
    }

    .about-desc h2 {
        font-size: 17px;
    }

    .desc {
        padding-top: 0px !important;
    }

        .desc p:first-child {
            padding-top: 0px !important;
        }


    #footer {
        padding: 3em 0 0 0;
    }
}



.navbar-toggle {
    position: absolute;
    right: 0;
}

.icon-bar {
    margin: 0;
}

.openlink {
    background-color: #fff;
}

.menu-bar {
    float: left;
    background-color: #fff;
    width: 100%;
}

.mobile-nev {
    height: 55px;
    /*position:relative;*/
    border: none;
    background-color: none;
}

.navbar-default {
    background-color: transparent;
}

.navbar-toggle {
    background-color: #fff;
}


@media only screen and (max-width:320px) {
    .article .blog-img {
        margin-bottom: 32px;
    }
}


.divmatter {
    font-family: "Karla", Arial, sans-serif;
    font-size: 16px;
}



.pd-lr-15 {
    padding: 0px 15px;
}

.no-pdright {
    padding-right: 0px !important;
}

.no-pdleft {
    padding-left: 0px !important;
}

.padding-t-20 {
    padding-top: 20px;
}


.page-line {
    border: 1px solid #efefef;
    margin-bottom: 85px;
}


/*description page css*/

.imagelist li {
    list-style: none;
    padding: 10px;
}





body {
    /*padding-top: 50px;*/
}




/*#####################
Additional Styles (required)
#####################*/
#myCarousel .carousel-indicators {
    left: 91%;
    margin-left: 80px;
    width: 100%;
    position: absolute;
    top: 286px;
    /*top: 177px;*/
}

    #myCarousel .carousel-indicators li {
        border: medium none;
        border-radius: 0;
        float: left;
        height: 94px;
        margin-bottom: 5px;
        margin-left: 0;
        margin-right: 5px !important;
        margin-top: 0;
        width: 120px;
    }

    #myCarousel .carousel-indicators img {
        border: 2px solid #FFFFFF;
        float: left;
        height: 90px;
        left: 0;
        width: 120px;
    }

    #myCarousel .carousel-indicators .active img {
        border: 2px solid #39b3d7;
    }

.intro-heading a span {
    font-family: 'gabriola'!important;
}


.descrptmattr p, .descrptmattr p span, .descrptmattr span, .descrptmattr p a {
    margin-bottom: 1.5em;
    font-weight: 400;
    font-family: "Karla", Arial, sans-serif!important;
    font-size: 16px!important;
    color: #000 !important;
    text-align: justify!important;
}

    .descrptmattr p a, .descrptmattr p span a {
        margin-bottom: 1.5em;
        font-weight: 400;
        font-family: "Karla", Arial, sans-serif!important;
        font-size: 16px!important;
        color: #dd1255 !important;
        text-align: justify!important;
        ;
    }

/*@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: -31px;
    }
}*/


.verticleline {
    color: #dd1255!important;
    border-left: 1px solid #dd1255;
    margin-left: 10px;
    vertical-align: middle;
    height: 76px;
    margin-top: 17px;
}

    .verticleline h4 {
        padding-left: 15px;
        margin: 0px!important;
        color: #000;
        line-height: 20px;
    }

        .verticleline h4 a {
            color: #000;
        }

.colorlib-navbar-brand {
    display: inline-flex;
}

.entire {
    color: #dd1255!important;
    font-family: 'gabriola';
    font-size: 25px;
    padding-top: 15px;
}

.tagcloud a {
    text-transform: uppercase;
}

.share {
    display:-webkit-box;
    list-style:none;
    padding:0px;
    margin-top:10px;
}

.sharebtn {
    text-decoration:none!important;
    padding-right:20px;
    color:#000;    
    font-family: "Karla", Arial, sans-serif!important;

}
    .sharebtn a i {
        color:#000;
    }
    .sharebtn a i:hover {
        color:#dd1255;
    }