body {
    font-family: 'Source Sans Pro', sans-serif;
}


/*-- Top Header part starts --*/

.top-head {
    background: #484848;
    padding: 6px 0px 0px 0px
}

.top-head i {
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
}

.top-head span {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
}

.top-head span a {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
    text-decoration: none;
}

.top-head span a:hover {
    color: #e83c46;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
    text-decoration: none;
}

.top-headlist {
    list-style: none;
}

.top-headlist li {
    list-style: none;
    display: inline-block;
}

.top-headlist li i {
    font-size: 15px;
    padding-right: 15px;
    vertical-align: middle;
}

@media (max-width:360px) {
    .top-head i {
        vertical-align: middle;
        color: #fff;
        font-size: 18px;
        margin-left: 21px;
    }
    .top-head span {
        color: #fff;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 13px;
    }
    .top-head span a {
        color: #fff;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 13px;
        text-decoration: none;
    }
    .top-head span a:hover {
        color: #e83c46;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 13px;
        text-decoration: none;
    }
    .top-headlist {
        list-style: none;
    }
    .top-headlist li {
        list-style: none;
        display: inline-block;
        position: relative;
        right: 97px;
        margin-top: 2px;
    }
    .top-headlist li i {
        font-size: 15px;
        padding-right: 0px;
        vertical-align: middle;
    }
}

@media (max-width:320px) {
    .top-head i {
        vertical-align: middle;
        color: #fff;
        font-size: 18px;
        margin-left: 6px;
    }
    .top-head span {
        color: #fff;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 13px;
    }
    .top-head span a {
        color: #fff;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 13px;
        text-decoration: none;
    }
    .top-head span a:hover {
        color: #e83c46;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 13px;
        text-decoration: none;
    }
    .top-headlist {
        list-style: none;
    }
    .top-headlist li {
        list-style: none;
        display: inline-block;
        position: relative;
        right: 87px;
        margin-top: 7px;
    }
    .top-headlist li i {
        font-size: 15px;
        padding-right: 10px;
        vertical-align: middle;
    }
}


/*-- Header part starts --*/

.header {
    /*    background: #F2F2F2;*/
    background: #fff;
    padding: 0.8em 0;
    border-bottom: 1px solid #d5d5d5;
    box-shadow: 1px 1px 5px #cbc8c8;
}

.logo {
    float: left;
}

.logo-size {
    height: 65px;
}


@media screen and (max-width:980px) {
    .logo-size {
        height: 60px;
    }
}

@media screen and (max-width:680px) {
    .logo-size {
        height: 50px;
    }
}

@media screen and (max-width:320px) {
    .logo-size {
        height: 45px;
    }
}

.font-sty {
    color: #d9534f;
}


/*
.menu {
    float: right;
    margin-top: 15px;
}

.menu li {
    display: inline-block;
    margin-left: 8px;
}

.menu li:first-child {
    margin-left: 0;
}

.menu li a {
    display: block;
    font-size: 0.85em;
    color: #717171;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: bold;
}

#nav .current a {
    color: #fff;
    border: 0px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 10px 10px;
    background: #e83c46;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu li a:hover,
.menu li.active a {
    color: #fff;
    border: 0px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #e83c46;
}

.toggleMenu {
    display: none;
    padding: 4px 5px 0px 5px;
    border-radius: 2em;
    -webkit- border-radius: 2em;
    -moz- border-radius: 2em;
    -o- border-radius: 2em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav ul {
    list-style: none;
}


@media screen and (max-width:800px) {
    .menu {
        float: right;
        margin-top: 7px;
    }
    .menu li {
        margin: 0px;
        border-bottom: 1px solid #eee;
    }
    .active {
        display: block;
    }
    .menu li a {
        text-align: left;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
    }
    .nav {
        display: none;
    }
    .menu:hover #nav {
        display: block;
        width: 100%;
        position: absolute;
        right: 0px;
        background: #FFF;
        top: 75px;
        z-index: 9999;
        border: 1px solid #eee;
    }
    .menu li a span.messages {
        text-align: center;
        top: 15px;
    }
    .nav li ul {
        width: 100%;
    }
    .menu ul {
        margin: 0;
    }
    .nav>li.hover>ul {
        width: 100%;
    }
    .nav>li {
        float: none;
        display: block;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
    .nav>li.hover>ul,
    .nav li li.hover ul {
        position: static;
    }
    .nav li a {
        background: #fff;
        color: #384254;
        text-align: center;
    }
    .nav li:first-child a {
        border-top: none;
    }
    .toggleMenu {
        display: block;
    }
    #nav .current a {
        text-align: center;
        border-radius: 0px;
    }
    .menu li a:hover,
    .menu li.active a {
        border-radius: 0px;
    }
}*/

.nav .current a {
    color: #fff;
    border: 0px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 10px 15px;
    background: #e83c46;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/*--- Header part ends-- */

/*-- Aboutus part Starts here */

.about-us-row {
    background: #fff;
    color: #000;
}

.about-us-row {
    padding: 20px;
    margin: 40px 0px 20PX 0PX;
}

.about-us-column h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 23px;
}

.few-words-row {
    padding: 15px;
}

.few-words-row-column {
    padding-top: 20px;
}

.few-words-row-column img {
    width: 100%;
}

.few-words-row-column h3 {
    font-weight: 400;
    margin: 0px;
    padding: 10px 0px;
}

.few-words-row-column p,
.few-words-row p {
    font-weight: 400;
    color: #575757;
    font-size: 15px;
    letter-spacing: 1px;
    font-style: italic;
    text-align: justify;
}

.ta-c {
    text-align: center;
}

.about-us-column h4 {
    font-weight: 600;
}

.about-us-column h3 {
    font-weight: 600;
    font-size: 23px;
}

.about-us-column ul li {
    font-weight: 400;
    color: #424242;
    font-style: italic;
    font-size: 14px;
    letter-spacing: 0.3px;
}


.about-us-column p.ourvision,
.services-row-column p.ourvision {
    font-weight: 400;
    color: #545454;
    font-style: italic;
    letter-spacing: 1px;
}

.about-us-column p.ourvision1,
.services-row-column p.ourvision1 {
    background: url(../images/ov1.png) no-repeat left;
    padding: 10px 5px 10px 43px;
    font-weight: 400;
    color: #000;
    text-align: justify;
}

.about-us-column p.ourvision2,
.services-row-column p.ourvision2 {
    background: url(../images/ov2.png) no-repeat left;
    padding: 10px 5px 10px 43px;
    font-weight: 400;
    color: #000;
    text-align: justify;
}

.about-us-column p.ourvision3,
.services-row-column p.ourvision3 {
    background: url(../images/ov3.png) no-repeat left;
    padding: 10px 5px 10px 43px;
    font-weight: 400;
    color: #000;
    text-align: justify;
}

.about-us-column p.ourvision4,
.services-row-column p.ourvision4 {
    background: url(../images/ov4.png) no-repeat left;
    padding: 10px 5px 10px 43px;
    font-weight: 400;
    color: #000;
    text-align: justify;
}

.style-h2 {
    position: relative;
    left: 22px;
    font-size: 24px;
    color: #626262;
    font-weight: 600;
}

.about-us-column p.ourvision5,
.services-row-column p.ourvision5 {
    background: url(../images/ov5.png) no-repeat left;
    padding: 10px 5px 10px 43px;
    font-weight: 400;
    color: #000;
    text-align: justify;
}

.portfolio {
    background: #fff;
    color: #000;
    margin: 40px 0px 20PX 0PX;
}


/*-- Aboutus part ends here */

/*-- Portfolio starts here --*/

.portfolio-row {
    padding: 20px 30px 20px 30px;
}

.portfolio-row-column img {
    width: 100%;
    cursor: pointer;
}

.contact {
    margin: 40px 0px 20PX 0PX;
}


/*-- Portfolio endss here --*/

/*-- Features starts here --*/

.services-row-column p.ourvision {
    background: url(../images/ov.png) no-repeat left;
    padding: 10px 5px 10px 43px;
}

.features {
    background: rgba(233, 90, 98, 0.6);
    color: #fff;
    padding: 20px;
    margin: 40px 0px 20PX 0PX;
}

.services-row-column {
    padding: 20px;
}

.services-row-column h3 {
    font-weight: 600;
    font-size: 27px;
}

.services-row-column p {
    font-weight: 600;
    line-height: 28px;
    padding: 20px 10px;
    font-size: 15px;
}

small {
    font-weight: 600;
    line-height: 23px;
    padding: 20px 10px;
}

.services-row-column ul li {
    font-weight: 600;
    line-height: 23px;
}


/*-- Features ends here --*/

/*-- Contact starts here --*/

.contact h3 {
    font-weight: 600;
    color: #717171;
    font-size: 27px;
}

.contact p {
    font-weight: 600;
    color: rgba(48, 47, 47, 0.6);
}

.contact-to input[type="text"] {
    padding: 10px 10px;
    width: 32%;
    margin: 10px 0;
    border: 1px solid #E1E2E2;
    color: #777;
    background: #FFF;
    float: left;
    outline: none;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: rgba(48, 47, 47, 0.6);
}

.text2 textarea {
    width: 99%;
    margin: 10px 0;
    border: 1px solid #E1E2E2;
    color: #999;
    outline: none;
    margin-bottom: 25px;
    height: 150px;
    padding: 10px 10px;
    font-size: 14px;
    resize: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: rgba(48, 47, 47, 0.6);
}

.contact_btn input[type="submit"]:hover {
    background: #717171;
    text-decoration: none;
    color: #fff;
}

.contact_btn input[type="submit"] {
    color: #FFF;
    font-size: 1em;
    font-weight: normal;
    padding: 10px 30px;
    background: #e83c46;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border: none;
    outline: none;
    cursor: pointer;
}

.mt30 {
    margin-top: 30px;
}

.mt20 {
    margin-top: 20px;
}

.contact-column p.add {
    background: url(../images/add.png) no-repeat left;
    padding: 20px 0px 20px 40px;
}

.contact-column p.ph {
    background: url(../images/ph.png) no-repeat left;
    padding: 20px 0px 20px 40px;
}

.contact-column p.mai {
    background: url(../images/ema-s.png) no-repeat left;
    padding: 13px 0px 13px 40px;
}

.contact-column p.mai a {
    color: rgba(48, 47, 47, 0.6);
    text-decoration: none;
}

.contact-column p.mai a:hover {
    color: #717171;
}


/*-- Contact ends here --*/

/*--Banner content -- */

.slider-background {
    background: #E3E3E3;
    margin: 6px 11px 13px 11px
}

.banner-below-content {
    background: #E3E3E3;
    padding: 20px 0px 40px 0px;
    text-align: center;
}

.banner-below-content h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
}

.banner-below-content p {
    font-weight: 500;
    font-size: 17px;
    color: rgba(0, 0, 0, 0.6);
    padding: 0px;
    margin-bottom: 30px;
}

.banner-below-content h2 span {
    text-decoration: underline;
    color: #e83c46;
}

.banner-below-content a {
    text-decoration: none;
    background: #e83c46;
    padding: 9px 9PX;
    border: 0px;
    border-radius: 6px;
    color: #FFF;
}

.banner-below-content a:hover {
    background: #fff;
    color: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.banner-below-content a i {
    padding: 1px 0px 0px 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: inherit;
    background: url(../images/sy.png)no-repeat left;
}

.banner-below-content a i:hover {
    background: url(../images/sy-hover.png)no-repeat left;
}


/*-- Content starts here--*/

.content-row-class {
    margin: 20px 0px;
    border: 1px solid rgba(0, 0, 0, 0.26);
    border-radius: 4px;
}

.content-row-column-in i.icon1 {
    width: 64px;
    height: 64px;
    background: url(../images/img-spr.png) no-repeat 0px 0px;
    display: block;
}

.content-row-column-in i.icon2 {
    width: 64px;
    height: 64px;
    background: url(../images/img-spr.png) no-repeat -64px 0px;
    display: block;
}

.content-row-column-in i.icon3 {
    width: 64px;
    height: 64px;
    background: url(../images/img-spr.png) no-repeat -128px 0px;
    display: block;
}

.content-row-column-in i.icon4 {
    width: 64px;
    height: 64px;
    background: url(../images/img-spr.png) no-repeat -192px 0px;
    display: block;
}

.content-row-column {
    border: 0px;
    border-style: solid;
    border-right-width: 1px;
    border-color: rgba(0, 0, 0, 0.26);
    text-align: center;
}

.content-row-column-in {
    padding: 22px;
}

.content-row-column-in a {
    background: #464646;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    border: 0px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    margin-top: 10px;
    font-weight: 600;
}

.content-row-column-in a:hover {
    background: #e83c46;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content-row-column-in p {
    padding: 0px 0px 10px 0px;
    font-weight: 600;
    color: rgba(113, 113, 113, 0.71);
    font-size: 15PX;
}

.content-row-column-in a.hed {
    text-transform: uppercase;
    color: #e83c46;
    padding: 0px 0px;
    font-weight: 600;
    cursor: pointer;
}

.content-row-column-in a.hed:hover {
    color: #717171;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content-row-class2 {
    background: url(../images/testimonals.png) no-repeat 0px 0px;
    background-size: 100%;
    margin-top: 20px;
    padding: 25px 0px;
    border: 0px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    text-align: center;
}

.content-row-class2 h3 {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 0px;
    font-size: 25px;
    margin: 0px;
}

.content-row-class2 p {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.67);
    font-size: 18px;
    padding-bottom: 12px;
}

.content-row-class2-2 {
    background-size: cover;
    margin-top: 20px;
    padding: 10px 0px;
    border: 0px;
    border-style: solid;
    border-bottom-width: 1px;
    text-align: center;
    /* border-top-width: 1px;*/
    border-color: rgba(70, 70, 70, 0.32);
    text-align: center;
    margin-bottom: 20px;
}

.content-row-class2-2 h3 {
    font-weight: 700;
    color: #717171;
    text-transform: uppercase;
    padding: 0px;
    font-size: 25px;
    margin: 0px;
}

.content-row-class2-2 p {
    font-weight: 400;
    color: #717171;
    font-size: 18px;
    padding-bottom: 12px;
}

.content-row-class3 {
    margin-top: 0px;
}

.class3-row-column h3 {
    font-weight: 600;
    text-transform: uppercase;
    color: #464646;
}

.class3-row-column p {
    font-weight: 500;
    color: rgba(70, 70, 70, 0.61);
    text-align: justify;
}

.class3-row-column img {
    width: 100%;
    padding: 7px;
    border: 1PX solid #E6EAEC;
    margin-top: 20PX;
}

.class3-row-column a {
    background: url(../images/sy1.png) no-repeat left;
    text-decoration: none;
    text-transform: uppercase;
    color: #e83c46;
    font-weight: 600;
    padding: 0px 22px;
}

.class3-row-column a:hover {
    background: url(../images/sy1-hover.png) no-repeat left;
    color: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.testimonals {
    margin: 0px 0px;
    border: 0px;
    border-style: solid;
    border-bottom-width: 1px;
    text-align: center;
    border-top-width: 1px;
    border-color: rgba(70, 70, 70, 0.42);
}

.testimonals h3 {
    font-weight: 700;
    text-transform: uppercase;
    color: #717171;
    font-size: 24px;
}

.testimonals p {
    font-weight: 400;
    color: rgba(70, 70, 70, 0.61);
    font-size: 18px;
}

.testimonals-row {
    margin: 10px 0px;
}

.testimonals-row-column {
    margin: 0px;
    padding: 0px;
}

.testimonals-row-column p {
    padding: 5px 10px;
    font-weight: 400;
}

.testimonals-row-column p span a {
    color: #e83c46;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}

.testimonals-row-column p span a:hover {
    color: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.testimonals-details {
    background: url(../images/test-back.png) no-repeat 0px 0px;
    background-size: cover;
    padding: 20px 4px;
}

.testimonals-details2 {
    background: url(../images/test-back2.png) no-repeat 0px 0px;
    background-size: cover;
    padding: 20px 4px;
}

.testimonals-details p.test {
    background: url(../images/img-spr.png) no-repeat -261px 1px;
    padding: 10px 0px 0px 0px;
    width: 45px;
    height: 38px;
    margin: 10px 20px;
}

.testimonals-details img {
    padding: 10px 10px 0px 20px;
}

.testimonals-details p {
    padding: 0px 7px 45px 25px;
    ;
    font-weight: 600;
    font-size: 15px;
    font-style: italic;
    color: #8C8C8C;
}

.testimonals-details ul li {
    font-weight: 600;
    font-size: 15px;
    font-style: italic;
    color: #8C8C8C;
}

.testimonals-details2 p {
    padding: 0px 7px 0px 23px;
    ;
    font-weight: 600;
    font-size: 15px;
    font-style: italic;
    color: #8C8C8C;
}

.testimonals-details2 ul li {
    font-weight: 600;
    font-size: 15px;
    font-style: italic;
    color: #8C8C8C;
}


/*-- Content endss here--*/

/*-- Footer starts here--*/

.footer {
    background: #3E3E3E;
}

.social-media {
    /*    background: #464646;*/
    padding: 8px 0px 8px 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

.social-media h4 {
    color: #959595;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.social-media img,
.email-info img {
    background: #717171;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 2px;
    margin: 2px 5px;
}

.social-media a {
    display: inline-block;
    margin: 0px 6px
}

.social-media a i.fa1 {
    width: 24px;
    height: 24px;
    background: url(../images/img-spr.png)#717171 no-repeat -322px 3px;
    display: block;
    border-radius: 18px;
    padding: 15px;
}

.social-media a i.fa1:hover {
    background: url(../images/img-spr.png)#fff no-repeat -322px 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social-media a i.fa2:hover {
    background: url(../images/img-spr.png)#fff no-repeat -266px -37px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social-media a i.fa3:hover {
    background: url(../images/img-spr.png)#fff no-repeat -322px -37px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social-media a i.fa4:hover {
    background: url(../images/img-spr.png)#fff no-repeat -353px 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social-media a i.fa5:hover {
    background: url(../images/img-spr.png)#fff no-repeat -353px -37px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social-media a i.fa2 {
    width: 29px;
    height: 29px;
    background: url(../images/img-spr.png)#717171 no-repeat -266px -37px;
    display: block;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -o-border-radius: 18px;
    padding: 14px;

}

.social-media a i.fa3 {
    width: 29px;
    height: 29px;
    background: url(../images/img-spr.png)#717171 no-repeat -322px -37px;
    display: block;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -o-border-radius: 18px;
    padding: 14px;
}

.social-media a i.fa4 {
    width: 29px;
    height: 29px;
    background: url(../images/img-spr.png)#717171 no-repeat -353px 2px;
    display: block;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -o-border-radius: 18px;
    padding: 14px;
}

.social-media a i.fa5 {
    width: 24px;
    height: 24px;
    background: url(../images/img-spr.png)#717171 no-repeat -353px -37px;
    display: block;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -o-border-radius: 18px;
    padding: 15px;
}

.footer-row-left {
    padding: 15px;
}

.email-info {
    background: no-repeat 10px 8px;
    padding: 0px 0px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    color: rgba(255, 255, 255, 0.28);
    font-weight: 600;
}

.email-info h4 {
    color: #959595;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 9px;
}

.email-info a {
    border: 0px;
    margin: 0px 10px;
    outline: none;
    color: #717171;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
}

.call-info {
    background: no-repeat 10px 8px;
    padding: 0px 0px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    color: rgba(255, 255, 255, 0.28);
    font-weight: 600;
}

.call-info i {
    vertical-align: middle;
    font-size: 20px;
}

.call-info span {
    border: 0px;
    margin: 0px 10px;
    outline: none;
    color: #717171;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
}


.footer-menu {
    /*    background: #464646;*/
    padding: 8px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

.footer-menu h4 {
    color: #959595;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.footer-menu ul li {
    display: inline-block;
    margin: 0px 5px;
}

.footer-menu span {
    font-weight: 600;
    outline: none;
    text-decoration: none;
    color: #717171;
    text-transform: capitalize;
    text-align: justify;
}

.footer-menu span:hover,
.footer-menu span {
    color: #717171;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer-menu ul {
    padding: 6px;
    margin: 0px;
}

.footer-row {
    border: 0px;
    border-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(113, 113, 113, 0.36);
}

.footer-row-para {
    font-weight: 600;
    color: #9f9f9f;
    padding: 11px;
    text-align: center;
    margin: 0px;
    background: #212121;
}

.footer-row-para p {
    text-align: center;
    margin: 0px;
    background: #212121;
    font-size: 15px;
}


.footer-row-para a {
    color: #e83c46;
    text-decoration: none;
}

.footer-row-para a:hover {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/*-- Footer ends here--*/

/*--portfolio--*/

.portfolio-start {
    padding: 2em 0;
}

.view {
    width: 300px;
    height: 200px;
    margin: 10px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.view .mask,
.view .content {
    width: 300px;
    height: 200px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.view img {
    display: block;
    position: relative;
}

.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0;
}

.view p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center;
}

.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
}

.info: hover {
    background: red;
}

.view-fourth img {
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.view-fourth .mask {
    background-color: #e83c46;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0) rotate(-180deg);
    -moz-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.view-fourth h2 {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    border-bottom: 1px solid #F87077;
    background: transparent;
    margin: 20px 40px 0px 40px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.view-fourth p {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.view-fourth a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.view-fourth:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.view-fourth:hover img {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

.view-fourth:hover h2,
.view-fourth:hover p,
.view-fourth:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.col_1_of_projects:first-child {
    margin-left: 0;
}

.col_1_of_projects {
    display: block;
    float: left;
    margin: 0 0 0 2.6%;
}

.span_1_of_projects {
    width: 22.8%;
}

h3.m_4 {
    color: #555;
    font-size: 1em;
    text-transform: uppercase;
}


/* -- Media Queries Starts Here -- */

@media only screen and (max-width: 1366px) {
    .view {
        width: 290px;
        height: 200px;
    }
    .view .mask,
    .view .content {
        width: 290px;
        height: 200px;
    }
}

@media only screen and (max-width: 1024px) {
    .social-media img,
    .email-info img {
        margin: 2px 4px;
    }
    .view {
        width: 238px;
        height: 150px;
    }
    .view .mask,
    .view .content {
        width: 238px;
        height: 150px;
    }
    .view-fourth h2 {
        margin: 0px 40px 0px 40px;
    }
}

@media only screen and (max-width :800px) {
    .view {
        width: 180px;
        height: 110px;
    }
    .view .mask,
    .view .content {
        width: 180px;
        height: 110px;
    }
    .view-fourth h2 {
        margin: 0px 10px 0px 10px;
        font-size: 13px;
    }
}


/* -- Media Queries for 780 px -- */

@media only screen and (max-width: 768px) {
    .social-media img,
    .email-info img {
        margin: 2px 4px;
    }
    .banner-below-content h2 {
        font-size: 21px;
    }
    .banner-below-content p {
        margin-bottom: 17px;
        font-size: 15px;
    }
    .content-row-column {
        border-bottom-width: 1px;
        border-right-width: 0px;
    }
    .content-row-class2 h3 {
        font-size: 22px;
    }
    .content-row-class2 p {
        font-size: 14px;
    }
    .testimonals h3 {
        font-size: 20px;
    }
    .few-words-row p.few-p {
        padding: 20px;
    }
    .portfolio-row-column img {
        margin: 5px 0px;
    }
    #nav .current a {}
}


/* -- Media Queries for 640 px -- */

@media only screen and (max-width: 640px) {
    .social-media img,
    .email-info img {
        margin: 2px 4px;
    }
    .banner-below-content h2 {
        font-size: 17px;
    }
    .banner-below-content p {
        margin-bottom: 17px;
        font-size: 14px;
    }
    .content-row-column {
        border-bottom-width: 1px;
        border-right-width: 0px;
    }
    .content-row-class2 h3 {
        font-size: 18px;
    }
    .content-row-class2 p {
        font-size: 14px;
    }
    .testimonals h3 {
        font-size: 20px;
    }
    .few-words-row p.few-p {
        padding: 20px;
    }
    .portfolio-row-column img {
        margin: 5px 0px;
    }
}


/* -- Media Queries for 480 px -- */

@media only screen and (max-width: 480px) {
    .social-media img,
    .email-info img {
        margin: 2px 4px;
    }
    .banner-below-content h2 {
        font-size: 14px;
    }
    .banner-below-content p {
        margin-bottom: 17px;
        font-size: 14px;
    }
    .content-row-column {
        border-bottom-width: 1px;
        border-right-width: 0px;
    }
    .content-row-class2 h3 {
        font-size: 18px;
    }
    .content-row-class2 p {
        font-size: 14px;
    }
    .testimonals h3 {
        font-size: 20px;
    }
    .few-words-row p.few-p {
        padding: 20px;
    }
    .portfolio-row-column img {
        margin: 5px 0px;
    }
    .span_1_of_projects {
        width: 44.8%;
    }
    .view {
        width: 200px;
        height: 140px;
    }
    .view .mask,
    .view .content {
        width: 200px;
        height: 140px;
    }
}


/* -- Media Queries for 480 px -- */

@media only screen and (max-width: 320px) {
    .social-media img,
    .email-info img {
        margin: 2px 4px;
    }
    .banner-below-content h2 {
        font-size: 16px;
    }
    .banner-below-content p {
        display: none;
    }
    .content-row-column {
        border-bottom-width: 1px;
        border-right-width: 0px;
    }
    .content-row-class2 h3 {
        font-size: 16px;
    }
    .content-row-class2 p {
        font-size: 12px;
    }
    .testimonals h3 {
        font-size: 16px;
    }
    .few-words-row p.few-p {
        padding: 20px;
    }
    .portfolio-row-column img {
        margin: 5px 0px;
    }
    .testimonals p {
        font-size: 12px;
    }
    .footer-menu ul li {
        display: block;
        margin: 0px 5px;
        list-style-type: none;
        border: 0px;
        border-style: solid;
        border-bottom-width: 1px;
        border-color: rgba(255, 255, 255, 0.37);
        padding: 3px;
        text-align: center;
    }
    .contact-to input[type="text"] {
        width: 100%;
        float: right;
    }
    .view {
        width: 130px;
        height: 100px;
    }
    .view .mask,
    .view .content {
        width: 130px;
        height: 100px;
    }
}

.accordion {
    width: auto;
    margin: 0 auto;
}

.accordion-toggle {
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
    margin: 0;
    padding: 10px 0;
    position: relative;
}

.accordion-toggle.active:after {
    content: "";
    position: absolute;
    right: 0;
    top: 17px;
    width: 0;
    height: 0;
    border-bottom: 5px solid #f00;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
}

.accordion-toggle:before {
    content: "";
    position: absolute;
    right: 0;
    top: 17px;
    width: 0;
    height: 0;
    border-top: 5px solid #000;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
}

.accordion-toggle.active:before {
    display: none;
}

.accordion-content {
    display: none;
}

.accordion-toggle.active {
    color: #ff0000;
}

.modal-open {
    overflow: auto;
    padding-right: 0 !important;
}

#menuTwo .modal,
#menuOne .modal {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(-350px);
    -moz-transform: translateY(-350px);
    -ms-transform: translateY(-350px);
    -o-transform: translateY(-350px);
    transform: translateY(-350px);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#menuTwo .modal.fade.in,
#menuOne .modal.fade.in {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

#menuOne .modal-ovelay {
    position: fixed;
    background-color: #000000;
    opacity: 1 !important;
    width: 50%;
    margin-right: 0;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
}

.fade,
.modal,
.fade.in {
    opacity: 1;
    background-color: transparent;
}

ul.menu-lists li {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
    line-height: 50px;
    letter-spacing: 2px;
    color: #FFFFFF;
    text-align: right;
}

ul.menu-lists li.active > a {
    color: #757575
}

ul.menu-lists {
    position: absolute;
    top: 30%;
    left: 10%;
}

.close-text {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px;
    cursor: pointer;
    line-height: 55px;
    letter-spacing: 1px;
    position: absolute;
    right: 30px;
    top: 30px;
    color: #ffffff;
}


/* Footer Style */

#tf-footer {
    background-color: #ffffff;
    padding: 80px 40px 60px;
}

#tf-footer ul li {
    margin-top: 8px;
    margin-bottom: 8px;
}

#tf-footer ul.social-media {
    padding: 20px 0
}

ul.social-media > li > a > i.fa {
    padding: 13px;
    background-color: #000000;
    color: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
}

ul.social-media > li > a > i.fa:hover {
    background: rgba(0, 0, 0, 0.69)
}


/* Portfolio
===========================================*/

.content-area {
    padding: 4% 0;
}

.portfolio-item {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
}

.portfolio-item h4 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    color: #ffffff;
}

.portfolio-item span {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 100;
}

.hover-bg {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.61);
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.hover-txt {
    padding: 30px 30px 40px 30px;
    position: absolute;
    bottom: 0;
    color: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
}

.portfolio-item:hover .hover-bg {
    opacity: 1;
}

.portfolio-item:hover .hover-bg .hover-txt {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}


/* prettyPhoto 
.pp_pic_holder {
}
div.pp_default .pp_content, 
div.light_rounded .pp_content {
  background-color: #fff;
  height: auto !important;
  display: inline-block;
  padding-bottom: 30px;
}*/

.pp_pic_holder {
    height: 100%;
    background: #ffffff;
}

.pp_pic_holder img {
    border: 1px solid #000000;
}

.pp_inline p {
    letter-spacing: 1px;
}

.pp_inline h4 {
    font-family: 'Montserrat Bold', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 40px;
}

.pp_top,
.pp_bottom {
    height: 0
}

.pp_pic_holder.light_rounded {
    width: auto !important;
}

.pp_content_container .pp_left {
    padding-left: 0;
}

.pp_content_container .pp_right {
    padding-right: 0;
}

.pp_inline h4,
.pp_inline p {
    padding: 0 40px;
}

.prettyphoto-controls {
    margin-top: -2px;
}

.prettyphoto-controls span {
    background-color: #000000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.prettyphoto-controls span:hover {
    background-color: #363636;
    cursor: pointer;
}

span.p-next,
span.p-prev {
    font-size: 18px;
    display: inline-block;
    color: #ffffff;
    width: 33.33333%;
    padding: 20px 0;
    height: 55px;
    text-align: center;
}

span.p-close {
    display: inline-block;
    color: #ffffff;
    width: 33.335%;
    padding: 23px 0;
    text-align: center;
    margin: 0 -7px;
    height: 55px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* Buttons 
=======================*/

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    outline: none;
    outline-offset: none;
}

.tf-btn {
    background-color: #000000;
    color: #ffffff;
    border: 0;
    border-radius: 0;
    padding: 15px 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.tf-btn:hover {
    color: #ffffff !important
}

.tf-btn:hover {
    background: #363636;
    border-radius: 10px;
}


/* Page Title and Section
=========================*/

#tf-page-header {
    background: url('../../assets/img/bg01.jpg');
    background-position: center !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.section-header {
    background: url('../../assets/img/bg02.jpg');
    background-position: center !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.section-header .overlay,
#tf-page-header .overlay {
    background: rgba(0, 0, 0, 0.25);
    padding: 6% 5%;
    color: #ffffff;
}

.title h2 {
    font-family: 'Montserrat Black';
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #ffffff !important;
}

.title {
    padding-right: 60px;
    vertical-align: middle;
    clear: both;
}

.page-detail {
    position: relative;
}

.page-detail p {
    padding: 20px 0px 20px 80px;
    letter-spacing: 1px;
}

.vertical-line {
    position: absolute;
    height: 50px;
    left: 40px;
    top: 40px;
    border-left: 3px solid #ffffff;
}


/* About Page
=========================*/

#tf-about.content-area {
    background: #ffffff;
    padding: 8% 3%;
}


/* Team Section */

#tf-team {
    padding: 5%;
    background: #ffffff;
}

.team {
    position: relative;
    overflow: hidden;
    padding: 5px;
    text-align: center;
    margin-bottom: 30px;
}

.team hr {
    border-color: #000000;
    border-width: 4px;
    width: 60px;
}

.team h4 {
    font-family: 'Montserrat Bold';
    color: #000000;
    letter-spacing: 1px;
}

.img-hover {
    position: relative;
}

.img-hover > img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.img-hover ul.social-media {
    position: absolute;
    left: 0;
    top: 40%;
    width: 90%;
    margin: auto;
    right: 0;
    padding: 20px;
    background-color: #ffffff;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.team:hover ul.social-media {
    opacity: 1;
}

.img-hover:hover > img {
    margin-top: -10px;
}


/* Services Area */

#tf-services {
    padding: 4% 0 2% 0
}

.service {
    margin-bottom: 30px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.service:hover {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.service .media-left {
    vertical-align: middle;
}

.service .media-left i {
    background-color: #000000;
    width: 110px;
    height: 110px;
    padding: 20px;
    text-align: center;
    font-size: 50px;
    color: #ffffff;
    display: block;
}

.service .media-body {
    padding-left: 15px
}

.service .media-body h4 {
    margin-top: 50px;
}


/* Testimonial */

#tf-testimonials {
    background: #ffffff;
    margin-bottom: 80px;
    overflow: hidden;
    height: 350px;
}

#testimony .item {
    display: block;
    width: 100%;
    height: auto;
    padding: 40px;
    color: #000000;
}

#tf-testimonials i.ion-social-twitch-outline {
    position: relative;
    font-size: 40px;
    color: #000000;
    left: 40px;
    top: 30px;
    display: inline-block;
    padding-bottom: 10px;
}

.img-wrap,
.text-wrap {
    display: inline-table;
    text-align: right;
}

.client-info p {
    margin-top: -10px;
}

.client-info {
    float: right;
    clear: both;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 0;
    background: #000000;
}

.owl-theme .owl-controls .owl-page.active span {
    width: 10px !important;
    height: 10px !important;
    margin: 6px;
}

.owl-pagination {
    position: absolute;
    bottom: 0px;
    left: 40px;
}


/* Work Page 
==================== */

#tf-page-header.work-page {
    background: url('../../assets/img/bg03.jpg')
}

ul.cat-list {
    margin-bottom: 70px;
}

ul.cat-list li > a {
    font-family: 'Montserrat Bold', sans-serif;
    text-transform: uppercase;
    background-color: #ffffff;
    padding: 15px 30px;
    color: #000000;
    letter-spacing: 1px;
}

ul.cat-list li.active > a,
ul.cat-list li > a:hover {
    background: #000000;
    color: #ffffff;
}


/* Service Page 
==================== */

#tf-page-header.service-page {
    background: url('../../assets/img/bg04.jpg');
}

#tf-services-list {
    padding: 5% 5% 3% 5%;
    background: #ffffff
}

.service-list {
    text-align: center;
    padding: 30px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.service-list:hover {
    margin-top: -10px
}

.icon-block {
    position: relative;
    margin-bottom: 20px;
}

.icon-block i.icon {
    position: absolute;
    font-size: 35px;
    left: 45%;
    top: 32%;
    color: #ffffff;
    z-index: 10;
}

.icon-block i.icon:before {
    position: absolute;
    z-index: 10;
}

.icon-block i:after {
    content: ' ';
    width: 101px;
    height: 101px;
    background-color: #000000;
    position: absolute;
    border-radius: 50%;
    top: -33px;
    left: -37.5px;
    opacity: 0;
    z-index: 9;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.service-list:hover > .icon-block i:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/* Pricing Section */

#tf-pricing {
    padding: 8% 0;
}

.section-header.pricing {
    background: url('../../assets/img/bg05.jpg');
}

.price {
    text-align: center;
    background-color: #ffffff;
    position: relative;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.price:hover {
    margin-top: -10px;
}

.price h5 {
    padding: 15px;
    margin: 0;
}

.price:hover .cost h1 {
    letter-spacing: 4px;
}

.cost {
    position: relative;
}

.cost h1 {
    font-size: 45px;
    letter-spacing: 2px;
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    color: #ffffff;
}

ul.lists-block {
    margin: 15px 0;
}

ul.lists-block li {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000000;
    padding: 15px;
}

.btn-pricing {
    font-family: 'Montserrat Bold', sans-serif;
    text-transform: uppercase;
    background-color: #ffffff;
    border-radius: 0;
    border: 1px solid #000000;
    color: #000000;
    letter-spacing: 1px;
    padding: 10px 30px;
    position: relative;
    z-index: 2;
}

.price-button:after {
    position: absolute;
    content: ' ';
    padding: 10px;
    border-top: 1px solid #000000;
    width: 100%;
    left: 0;
    top: 22px;
    z-index: 1;
}

.price-button {
    position: relative;
    bottom: -20px;
}

.price:hover .btn-pricing {
    letter-spacing: 2px;
    border-top: 0;
    border-bottom: 0;
    background: #ffffff;
    color: #000000;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* Client Logos */

#tf-clients {
    background: #000000;
    padding: 5% 0;
    margin-bottom: 80px;
}

ul.client-logos {
    text-align: center;
}

ul.client-logos li {
    margin: 40px 60px;
}


/* Blog Page 
=========================*/

.post-block {
    position: relative;
    overflow: hidden;
}

.post-detail {
    position: absolute;
    padding: 40px 50px;
    color: #ffffff;
}

.post-detail h4 {
    font-family: 'Montserrat Black', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff
}

.post-detail span.metas {
    font-family: 'Inconsolata';
    font-weight: 800;
    font-style: italic;
    line-height: 24px;
}

.page-control a,
.post-block .post-detail span.metas,
.post-block .post-detail h4,
.post-block .post-detail,
.post-block .post-detail p {
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.post-block .post-detail {
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    -transform: translateY(80px);
}

.post-block:hover .post-detail {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    -transform: translateY(20px);
}

.post-block .post-detail p {
    opacity: 0;
}

.post-block:hover .post-detail p {
    opacity: 1
}

.post-block:hover .post-detail h4 {
    letter-spacing: 2px;
}

.post-block:hover .post-detail span.metas {
    line-height: 40px;
    letter-spacing: 1px;
}


/* pagination */

#tf-pagination {
    padding-top: 70px;
}

.page-control a {
    font-family: 'Montserrat Bold', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    background-color: #000000;
    padding: 25px 30px;
    width: 33.33%;
    display: inline-block;
    text-align: center;
    margin: 0;
}

.page-control a:hover {
    background-color: #ffffff;
    color: #000000;
}

a.back-control {
    margin: 0 -7px;
    background: transparent;
    color: #000000;
}


/* Blog Single Page 
===================*/

#tf-blog-single p {
    color: #000000;
}

h3.title {
    text-transform: capitalize;
}

span.share-label {
    line-height: 15px;
    letter-spacing: 2px;
    color: #000000;
    font-family: 'Montserrat Bold';
    text-transform: uppercase;
    background-color: #ffffff;
    padding: 11px 20px;
    margin-right: 80px;
}

.post-slider-img {
    margin-bottom: 60px;

}

.post-slider-img .item img {
    display: block;
    width: 100%;
    height: auto;
}

.post-slider-img.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 14px;
    height: 14px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 50%;
    background: #FFFFFF;
}

.post-slider-img.owl-theme .owl-controls .owl-page.active span {
    width: 14px !important;
    height: 14px !important;
    border: 3px solid #ffffff;
    background-color: #000000;
}

.post-slider-img .owl-pagination {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.share-post {
    margin: 80px 0 60px;
}

.post-pagination {
    position: relative;
    color: #000000;
    font-family: 'Montserrat Bold';
    text-transform: uppercase;
    background-color: #ffffff;
    padding: 4%;
}

.old-post-btn {
    float: right;
    margin-right: 60px;
}

.prev-post-btn {
    margin-left: 60px;
}

.pm {
    padding: 0px 6px;
    margin: 10px 0px;
}

.pm a img {
    box-shadow: 0px 0px 5px 1px #393838;
}

span.divider-line {
    height: 55px;
    border-left: 1px solid #7B7B7B;
    position: absolute;
    left: 50%;
    top: 15px;
}


/* Contact Page 
==================*/

#tf-contact-info {
    background: #ffffff;
    padding: 6% 3%;
}

.contact-info .media-left {
    vertical-align: middle;
}

.contact-info i {
    vertical-align: middle;
    font-size: 40px;
    color: #000000;
}

.contact-info p {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0;
    margin-left: 20px;
}


/* Contact Form and Map */

.contact-form {
    padding: 6% 0;
}

#contact-form textarea.form-control,
#contact-form input.form-control {
    font-family: 'Montserrat Bold';
    color: #000000;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#contact-form textarea.form-control,
#contact-form input.form-control.luka-btn,
.luka-btn {
    border-bottom: 2px solid #7B7B7B !important;
    border-radius: 0;
    padding: 10px 0;
    height: 90px;
}

.form-btn {
    margin-top: 40px;
    font-family: 'Montserrat Bold';
    color: #000000;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 15px 30px;
    border: 0;
    border-radius: 0;
}

.form-btn:hover,
.form-btn:focus {
    background: #000000;
    color: #ffffff;
}

::-webkit-input-placeholder {
    color: #000000 !important;
}

:-moz-placeholder {
    color: #000000 !important;
}


/* Firefox 18- */

::-moz-placeholder {
    color: #000000 !important;
}


/* Firefox 19+ */

:-ms-input-placeholder {
    color: #000000 !important;
}

.help-block ul {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a94442;
    list-style-type: none;
    padding: 0;
}


/* Layout Two 
====================*/

/* Menu Style Two */

.layout-two a.menu-toggle {
    background-color: #ffffff;
    color: #000000;
}

#menuTwo .fade,
#menuTwo .modal,
#menuTwo .fade.in {
    opacity: 1;
    background-color: rgb(255, 255, 255);
}

#menuTwo ul.menu-lists li {
    color: #000000;
    margin: 0 15px;
}

#menuTwo ul.menu-lists {
    position: inherit;
    text-align: center;
}

#menuTwo .close-text {
    font-family: 'Montserrat Bold';
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    line-height: 35px;
    letter-spacing: 1px;
    position: relative;
    left: 45%;
    top: 0;
    text-align: center;
    color: #ffffff;
    background-color: #000000;
    display: inline-block;
    padding: 0px 30px;
    margin: 2% 0 19% 0;
}

#menuTwo .close-text:hover {
    background: rgba(0, 0, 0, 0.69)
}


/* Index Style Two - Box Portfolio */

.layout-two .portfolio-item {
    margin-bottom: 25px;
}

.layout-two .portfolio-item i {
    font-size: 60px;
}

.layout-two .hover-txt {
    text-align: center;
    padding: 12% 0;
    position: inherit;
}

.layout-two .hover-bg {
    padding: 20px;
}

.border {
    border: 4px solid #F0EBEB;
    display: block;
    height: 100%;
    width: 100%;
}

.layout-two .hover-txt,
.layout-two .hover-txt h4,
.layout-two .hover-txt span {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
}

.layout-two .hover-txt:hover,
.layout-two .hover-txt:hover h4,
.layout-two .hover-txt:hover span {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.hover-txt a {
    color: #fff;
    text-decoration: none
}

#slider {
    list-style: none;
    padding: 0px
}

.slider-container {
    width: 845px;
    height: 150px;
    padding: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.domain {
    font-size: 16px;
    font-style: normal;
    vertical-align: sub;
    font-weight: 600;
    color: #072a71;
}

.red {
    color: #c62502;
}

.green {
    color: #077131;
}

.blue {
    color: #072a71;
}

#slider img {
    width: 200px;
    height: 125px;
    margin: 0px;
    display: inline-block;
    opacity: 0.6;
}

#slider li {
    width: 210px
}

#slider li:hover {

    opacity: 1.0;
}
