@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);


/*************************
*******Typography******
**************************/

body
{
    font-family: 'Roboto', sans-serif;
    line-height: 22px;

    color: #4e4e4e;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;

    color: #4e4e4e;
}

h1
{
    font-size: 36px;

    color: #fff;
}

h2
{
    font-size: 20px;
}

h3
{
    font-size: 16px;
    font-weight: 400;

    color: #787878;
}

h4
{
    font-size: 16px;
}

a
{
    -webkit-transition: color 300ms, background-color 300ms;
       -moz-transition: color 300ms, background-color 300ms;
         -o-transition: color 300ms, background-color 300ms;
            transition: color 300ms, background-color 300ms;

    color: #663;
}

a:hover,
a:focus
{
    color: #d43133;
}

hr
{
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}


.btn-primary
{
    margin-top: 10px;
    padding: 8px 20px;

    color: #fff;
    border: none;
    border-radius: 4px;
    background: #663;
}


.btn-primary:hover,
.btn-primary:focus
{
    outline: none;
    background: #663;
    box-shadow: none;
}

.btn-transparent
{
    color: #fff;
    border: 3px solid #fff;
    background: transparent;
}

.btn-transparent:hover
{
    border-color: rgba(255, 255, 255, .5);
}

a:hover,
a:focus
{
    text-decoration: none;

    color: #111;
    outline: none;
}

.dropdown-menu
{
    min-width: 180px;
    margin-top: -1px;
}

.center h2
{
    font-size: 36px;

    margin-top: 0;
    margin-bottom: 20px;
}

.media > .pull-left
{
    margin-right: 20px;
}

.media > .pull-right
{
    margin-left: 20px;
}

body > section
{
    padding: 70px 0;
}

.center
{
    padding-bottom: 55px;

    text-align: center;
}

.scaleIn
{
    -webkit-animation-name: scaleIn;
            animation-name: scaleIn;
}

.lead
{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.transparent-bg
{
    margin-bottom: 0;

    background-color: transparent !important;
}

@-webkit-keyframes scaleIn
{
    0%
    {
        -webkit-transform: scale(0);
                transform: scale(0);

        opacity: 0;
    }

    100%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}

@keyframes scaleIn
{
    0%
    {
        -webkit-transform: scale(0);
            -ms-transform: scale(0);
                transform: scale(0);

        opacity: 0;
    }

    100%
    {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}


/*************************
*******Header******
**************************/

#header .search
{
    display: inline-block;
}

.navbar > .container .navbar-brand
{
    margin-left: 0;
}

.top-bar
{
    line-height: 28px;

    padding: 10px 0;

    border-bottom: 1px solid #222;
    background: #191919;
}

.top-number
{
    color: #fff;
}

.top-number p
{
    margin: 0;
}

.social
{
    text-align: right;
}

.social-share
{
    display: inline-block;

    margin: 0;
    padding: 0;

    list-style: none;
}

ul.social-share li
{
    display: inline-block;
}

ul.social-share li a
{
    line-height: 25px;

    display: inline-block;

    width: 25px;
    height: 25px;

    text-align: center;

    color: #fff;
    border-radius: 2px;
    background: #404040;
}

ul.social-share li a:hover
{
    color: #fff;
    background: #663;
}

.search i
{
    color: #fff;
}

input.search-form
{
    width: 60px;
    padding: 0 10px;

    -webkit-transition: all 400ms;
       -moz-transition: all 400ms;
        -ms-transition: all 400ms;
         -o-transition: all 400ms;
            transition: all 400ms;

    color: #fff;
    border: 0 none;
    background: transparent;
}

input.search-form::-webkit-input-placeholder
{
    color: transparent;
}

input.search-form:hover::-webkit-input-placeholder
{
    color: #fff;
}

input.search-form:hover
{
    width: 180px;
}

.navbar-brand
{
    margin: 0;
    padding: 0;
}

.navbar
{
    margin-bottom: 0;
    padding: 15px 0;
    padding-bottom: 0;

    border-radius: 0;
    background: #151515;
}

.navbar-nav
{
    margin-top: 12px;
}

.navbar-nav > li
{
    margin-left: 20px;
    padding-bottom: 28px;
}

.navbar-inverse .navbar-nav > li > a
{
    font-size: 10px;
    line-height: 24px;

    display: inline-block;

    margin: 0;
    padding: 5px 12px;

    color: #fff;
    border-radius: 3px;
}

.navbar-inverse .navbar-nav > li > a:hover
{
    color: #fff;
    background-color: #663;
}

.navbar-inverse
{
    border: none;
}

.navbar-inverse .navbar-brand
{
    font-size: 36px;
    line-height: 50px;

    color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus
{
    color: #fff;
    background-color: #663;
}

.navbar-inverse .navbar-nav .dropdown-menu
{
    left: 0;

    margin-top: 0;
    padding: 0;

    border: 0;
    border-top: 0;
    border-radius: 0;
    background-color: rgba(0,0,0,.85);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .125);
       -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .125);
            box-shadow: 0 3px 8px rgba(0, 0, 0, .125);
}

.navbar-inverse .navbar-nav .dropdown-menu:before
{
    position: absolute;
    top: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a
{
    padding: 8px 15px;

    color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a
{
    color: #fff;
    background-color: #663;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a
{
    border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider
{
    background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form
{
    padding-bottom: 0;

    border-top: 0;
}


/*************************
*******Home Page******
**************************/


#main-slider
{
    position: relative;
}

.no-margin
{
    margin: 0;
    padding: 0;
}

#main-slider .carousel .carousel-content
{
    margin-top: 150px;
}

#main-slider .carousel .slide-margin
{
    margin-top: 140px;
}

#main-slider .carousel h2
{
    color: #fff;
}

#main-slider .carousel .btn-slide
{
    display: inline-block;

    margin-top: 25px;
    padding: 8px 20px;

    color: #fff;
    border-radius: 4px;
    background: #663;
}

#main-slider .carousel .slider-img
{
    position: absolute;

    text-align: right;
}


#main-slider .carousel .item
{
    position: absolute;
    top: 0;
    left: 0 !important;

    display: block !important;

    width: 100%;
    height: 80vh;

    -webkit-transition: opacity ease-in-out 500ms;
       -moz-transition: opacity ease-in-out 500ms;
         -o-transition: opacity ease-in-out 500ms;
            transition: opacity ease-in-out 500ms;

    opacity: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

#main-slider .carousel .item:first-child
{
    position: relative;
    top: auto;
}

#main-slider .carousel .item.active
{
    z-index: 1;

    -webkit-transition: opacity ease-in-out 500ms;
       -moz-transition: opacity ease-in-out 500ms;
         -o-transition: opacity ease-in-out 500ms;
            transition: opacity ease-in-out 500ms;

    opacity: 1;
}

#main-slider .prev,
#main-slider .next
{
    line-height: 40px;
    line-height: 40px;

    position: absolute;
    z-index: 5;
    top: 50%;

    display: inline-block;

    width: 40px;
    height: 40px;
    margin-top: -25px;

    text-align: center;

    color: #fff;
    border-radius: 4px;
    background-color: #663;
}

#main-slider .prev:hover,
#main-slider .next:hover
{
    background-color: #000;
}

#main-slider .prev
{
    left: 10px;
}

#main-slider .next
{
    right: 10px;
}

#main-slider .carousel-indicators li
{
    position: relative;

    width: 20px;
    height: 20px;
    margin: 0 15px 0 0;

    background-color: #fff;
}

#main-slider .carousel-indicators li:after
{
    position: absolute;
    top: -3px;
    left: -3px;

    width: 24px;
    height: 24px;

    content: '';

    border: 1px solid #fff;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0);
}

#main-slider .carousel-indicators .active
{
    position: relative;

    width: 20px;
    height: 20px;
    margin: 0 15px 0 0;

    border: 1px solid #663;
    background-color: #663;
}

#main-slider .carousel-indicators .active:after
{
    position: absolute;
    top: -3px;
    left: -3px;

    width: 24px;
    height: 24px;

    content: '';

    border: 1px solid #663;
    border-radius: 100%;
    background: #663;
}

#main-slider .active .animation.animated-item-1
{
    -webkit-animation: fadeInUp 300ms linear 300ms both;
       -moz-animation: fadeInUp 300ms linear 300ms both;
        -ms-animation: fadeInUp 300ms linear 300ms both;
         -o-animation: fadeInUp 300ms linear 300ms both;
            animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2
{
    -webkit-animation: fadeInUp 300ms linear 600ms both;
       -moz-animation: fadeInUp 300ms linear 600ms both;
        -ms-animation: fadeInUp 300ms linear 600ms both;
         -o-animation: fadeInUp 300ms linear 600ms both;
            animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3
{
    -webkit-animation: fadeInUp 300ms linear 900ms both;
       -moz-animation: fadeInUp 300ms linear 900ms both;
        -ms-animation: fadeInUp 300ms linear 900ms both;
         -o-animation: fadeInUp 300ms linear 900ms both;
            animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4
{
    -webkit-animation: fadeInUp 300ms linear 1200ms both;
       -moz-animation: fadeInUp 300ms linear 1200ms both;
        -ms-animation: fadeInUp 300ms linear 1200ms both;
         -o-animation: fadeInUp 300ms linear 1200ms both;
            animation: fadeInUp 300ms linear 1200ms both;
}

#feature
{
    padding-bottom: 40px;

    background: #f2f2f2;
}

.features
{
    padding: 0;
}

.feature-wrap
{
    overflow: hidden;

    margin-bottom: 35px;
}

.feature-wrap h2
{
    margin-top: 10px;
}

.feature-wrap .pull-left
{
    margin-right: 25px;
}

.feature-wrap i
{
    font-size: 48px;
    line-height: 110px;

    float: left;

    width: 110px;
    height: 110px;
    margin: 3px;
    margin-right: 25px;

    -webkit-transition: 500ms;
       -moz-transition: 500ms;
         -o-transition: 500ms;
            transition: 500ms;
    text-align: center;

    color: #663;
    border: 3px solid #fff;
    border-radius: 100%;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
            box-shadow: inset 0 0 0 5px #f2f2f2;
}

.feature-wrap i:hover
{
    color: #fff;
    border: 3px solid #663;
    background: #663;
    -webkit-box-shadow: inset 0 0 0 5px #663;
            box-shadow: inset 0 0 0 5px #663;
}

#recent-works .col-xs-12.col-sm-4.col-md-3
{
    padding: 0;
}

#recent-works
{
    padding-bottom: 70px;
}

.recent-work-wrap
{
    position: relative;
}

.recent-work-wrap img
{
    width: auto;
}

.recent-work-wrap .recent-work-inner
{
    top: 0;

    width: 100%;
    margin-bottom: 0;

    opacity: .8;
    border-radius: 0;
    background: transparent;
}

.recent-work-wrap .recent-work-inner h3
{
    font-size: 22px;

    margin: 10px 0;

    text-align: center;

    color: white;
}

.recent-work-wrap .recent-work-inner h3 a
{
    font-size: 24px;

    color: #fff;
}

.recent-work-wrap .overlay
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    padding: 30px;

    -webkit-transition: opacity 500ms;
       -moz-transition: opacity 500ms;
         -o-transition: opacity 500ms;
            transition: opacity 500ms;
    vertical-align: middle;

    opacity: .5;
    color: #fff;
    border-radius: 0;
    background: #663;
}

.recent-work-wrap .overlay .preview
{
    line-height: 35px;

    bottom: 0;

    display: inline-block;

    height: 35px;

    text-align: center;

    color: #fff;
    border-radius: 0;
    background: transparent;
}

.recent-work-wrap:hover .overlay
{
    opacity: 1;
}

#services
{
    background: #000 url(../images/services/bg_services.png);
    background-size: cover;
}

#services .lead,
#services h2
{
    color: #fff;
}

.services-wrap
{
    margin: 0 0 40px;
    padding: 40px 30px;

    border-radius: 4px;
    background: #fff;
}

.services-wrap h3
{
    font-size: 20px;

    margin: 10px 0;
}

.services-wrap .pull-left
{
    margin-right: 20px;
}

#middle
{
    background: #f2f2f2;
}

.skill h2
{
    margin-bottom: 25px;
}

.progress-wrap
{
    position: relative;
}

.progress .color1,
.progress .color1 .bar-width
{
    background: #2d7da4;
}

.progress .color2,
.progress .color2 .bar-width
{
    background: #6aa42f;
}

.progress .color3,
.progress .color3 .bar-width
{
    background: #fc3;
}

.progress .color4,
.progress .color4 .bar-width
{
    background: #db3615;
}

.progress,
.progress-bar
{
    line-height: 15px;

    overflow: visible;

    height: 15px;

    text-align: right;

    border-radius: 0;
    background: #e6e6e6;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.progress
{
    position: relative;
}

.progress .bar-width
{
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;

    position: absolute;
    top: -30px;

    width: 40px;
    height: 20px;
    margin-left: -30px;

    text-align: center;

    border-radius: 2px;
}

.progress span
{
    position: relative;
}

.progress span:before
{
    position: absolute;
    right: 8px;
    bottom: -15px;

    width: auto;
    height: auto;

    content: ' ';

    border-width: 8px 5px;
    border-style: solid;
}

.progress .color1 span:before
{
    border-color: #2d7da4 transparent transparent transparent;
}

.progress .color2 span:before
{
    border-color: #6aa42f transparent transparent transparent;
}

.progress .color3 span:before
{
    border-color: #fc3 transparent transparent transparent;
}

.progress .color4 span:before
{
    border-color: #db3615 transparent transparent transparent;
}

.accordion h2
{
    margin-bottom: 25px;
}

.panel-default
{
    border-color: transparent;
}

.panel-default > .panel-heading,
.panel
{
    border: 0 none;
    background-color: #e6e6e6;
    box-shadow: none;
}

.panel-default > .panel-heading + .panel-collapse .panel-body
{
    color: #858586;
    background: #fff;
}

.panel-body
{
    padding: 20px 20px 10px;
}

.panel-group .panel + .panel
{
    margin-top: 0;

    border-top: 1px solid #d9d9d9;
}

.panel-group .panel
{
    border-radius: 0;
}

.panel-heading
{
    border-radius: 0;
}

.panel-title > a
{
    color: #4e4e4e;
}

.accordion-inner img
{
    border-radius: 4px;
}

.accordion-inner h4
{
    margin-top: 0;
}

.panel-heading.active
{
    background: #1f1f20;
}

.panel-heading.active .panel-title > a
{
    color: #fff;
}

a.accordion-toggle  i
{
    font-size: 20px;
    line-height: 44px;

    width: 45px;
    margin-right: -15px;

    text-align: center;

    background: #c9c9c9;
}

.panel-heading.active a.accordion-toggle i
{
    margin-top: -10px;

    color: #fff;
    background: #663;
}

.panel-heading.active a.accordion-toggle.collapsed i
{
    color: #fff;
    background: #663;
}

.nav-tabs > li
{
    margin-bottom: 0;

    border-bottom: 1px solid #e6e6e6;
}

.nav-tabs
{
    border-right: 1px solid #e6e6e6;
    border-bottom: transparent;
}

.nav-tabs > li > a
{
    line-height: 24px;

    margin-right: 0;
    padding: 13px 15px;

    color: #666;
    border: 0 none;
    border-radius: 0;
    background: #f5f5f5;
}

.nav-tabs li:last-child
{
    border-bottom: 0 none;
}

.nav-stacked > li + li
{
    margin-top: 0;
}

.nav-tabs > li > a:hover
{
    color: #fff;
    background: #1f1f20;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus
{
    position: relative;

    color: #fff;
    border: 0;
    background: #1f1f20;
}

.nav-tabs > li.active > a:after
{
    position: absolute;
    top: 0;
    right: -44px;

    width: auto;
    height: auto;

    content: '';

    border-width: 25px 22px;
    border-style: solid;
    border-color: transparent transparent transparent #1f1f20;
}

.tab-wrap
{
    margin-bottom: 20px;

    border: 1px solid #e6e6e6;
}

.tab-content
{
    padding: 20px;
}

.tab-content h2
{
    margin-top: 0;
}

.tab-content img
{
    border-radius: 4px;
}

.testimonial h2
{
    margin-top: 0;
}

.testimonial-inner
{
    font-size: 14px;

    color: #858586;
}

.testimonial-inner .pull-left
{
    position: relative;

    padding-right: 15px;

    border-right: 1px solid #e7e7e7;
}

.testimonial-inner .pull-left:after
{
    position: absolute;
    top: 50%;
    right: -5px;

    width: 9px;
    height: 9px;
    margin-top: -5px;

    content: '';
    -webkit-transform: rotate(45deg);

    border: 1px solid #e7e7e7;
    border-bottom: 0 none;
    border-left: 0 none;
    background: #fff;
}

#partner
{
    background: url(../images/partners/partner_bg.png) 50% 50% no-repeat;
    background-size: cover;
}

#partner
{
    text-align: center;

    color: #fff;
}

#partner h2,
#partner h3
{
    color: #fff;
}

.partners ul
{
    margin: 0;
    padding: 0;

    list-style: none;
}

.partners ul li
{
    display: inline-block;
    float: left;

    width: 20%;
}

#conatcat-info
{
    padding: 30px 0;

    background: #fff url(../images/contact.png) no-repeat 90% 0;
}

.contact-info i
{
    font-size: 40px;
    line-height: 60px;

    width: 60px;
    height: 60px;

    text-align: center;

    color: #fff;
    border-radius: 10px;
    background: #000;
}

.contact-info h2
{
    margin-top: 0;

    color: #000;
}

.contact-info
{
    color: #000;
}

/*************************
********* About Us Page CSS ******
**************************/

.about-us
{
    margin-top: 110px;
    margin-bottom: -110px;
}

.about-us h2,
.skill_text h2
{
    font-size: 30px;
    font-weight: 600;

    color: #4e4e4e;
}

.about-us p
{
    color: #4e4e4e;
}

#carousel-slider
{
    position: relative;
}

#carousel-slider .carousel-indicators
{
    bottom: -25px;
}

#carousel-slider .carousel-indicators li
{
    border: 1px solid #ffbd20;
}

#carousel-slider a i
{
    font-size: 28px;

    position: absolute;
    top: 50%;

    width: 50px;
    height: 50px;
    padding: 8px;

    color: #777;
    border: 1px solid #777;
    border-radius: 50%;
}

#carousel-slider a i:hover
{
    color: #fff;
    border: 1px solid #bfbfbf;
    background: #bfbfbf;
}

#carousel-slider
.carousel-control
{
    width: inherit;
}

#carousel-slider .carousel-control.left i
{
    left: -25px;
}

#carousel-slider .carousel-control.right i
{
    right: -25px;
}

#carousel-slider
.carousel-control.left,
#carousel-slider
.carousel-control.right
{
    background: none;
}

.skill_text
{
    display: block;
    overflow: hidden;

    margin-top: 25px;
    margin-bottom: 60px;
}

.sinlge-skill
{
    font-size: 22px;
    font-weight: bold;

    position: relative;

    overflow: hidden;

    width: 200px;
    height: 200px;
    margin: 30px 0;

    text-transform: uppercase;

    color: #fff;
    border-radius: 100%;
    background: #f2f2f2;
}

.sinlge-skill p em
{
    font-size: 38px;

    color: #fff;
}

.sinlge-skill p
{
    line-height: 1;
}

.joomla-skill,
.html-skill,
.css-skill,
.wp-skill
{
    position: absolute;
    bottom: 0;

    width: 100%;
    height: 100%;
    padding: 70px 0;

    text-align: center;

    border-radius: 100%;
}


.joomla-skill
{
    background: rgb(242,242,242); /* Old browsers */
    background:    -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 28%, rgba(45,125,164,1) 28%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(28%,rgba(242,242,242,1)), color-stop(28%,rgba(45,125,164,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* IE10+ */
    background:         linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#2d7da4',GradientType=0 ); /* IE6-9 */
}

.html-skill
{
    background: rgb(242,242,242); /* Old browsers */
    background:    -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 9%, rgba(106,164,47,1) 9%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(9%,rgba(242,242,242,1)), color-stop(9%,rgba(106,164,47,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* IE10+ */
    background:         linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#6aa42f',GradientType=0 ); /* IE6-9 */
}

.css-skill
{
    background: rgb(242,242,242); /* Old browsers */
    background:    -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 32%, rgba(255,189,32,1) 32%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(32%,rgba(242,242,242,1)), color-stop(32%,rgba(255,189,32,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* IE10+ */
    background:         linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffbd20',GradientType=0 ); /* IE6-9 */
}

.wp-skill
{
    background: rgb(242,242,242); /* Old browsers */
    background:    -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 19%, rgba(219,54,21,1) 19%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(19%,rgba(242,242,242,1)), color-stop(19%,rgba(219,54,21,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* IE10+ */
    background:         linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#db3615',GradientType=0 ); /* IE6-9 */
}

.skill-wrap
{
    display: block;
    overflow: hidden;

    margin: 60px 0;
}

.team h4
{
    margin-top: 0;

    text-transform: uppercase;
}

.team h5
{
    font-weight: 300;
}

.single-profile-top,
.single-profile-bottom
{
    font-weight: 400;
    line-height: 24px;
}

.single-profile-top,
.single-profile-bottom
{
    position: relative;

    padding: 15px;

    border: 1px solid #ddd;
}

.media_image
{
    margin-bottom: 10px;
}

.team .btn
{
    font-size: 12px;
    font-weight: 300;

    margin-right: 3px;
    margin-bottom: 3px;
    padding: 1px 5px;

    text-transform: uppercase;

    border: 1px solid#ddd;
    background: transparent;
}


ul.social_icons,
ul.tag
{
    display: block;

    margin: 10px 0;
    padding: 0;

    list-style: none;
}

ul.social_icons li,
ul.tag li
{
    display: inline-block;

    margin-right: 5px;
}

ul.social_icons li  a i
{
    font-size: 12px;
    line-height: 25px;

    width: 25px;
    height: 25px;
    padding: 0;

    text-align: center;

    opacity: .8;
    color: #fff;
    border-radius: 50%;
}


.team .social_icons .fa-facebook:hover,
.team .social_icons .fa-twitter:hover,
.team .social_icons .fa-google-plus:hover
{
    -webkit-transition: all .9s ease 0s;
       -moz-transition: all .9s ease 0s;
         -o-transition: all .9s ease 0s;
            transition: all .9s ease 0s;
    transition-timing-function: ease;
    transition-duration: 2s;
    transition-property: all;
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);

    opacity: 1;
}

.team .social_icons .fa-facebook
{
    background: #0182c4;
}

.team .social_icons .fa-twitter
{
    background: #20b8ff;
}

.team .social_icons .fa-google-plus
{
    background: #d34836;
}


.team-bar .first-one-arrow
{
    float: left;

    width: 2%;
    margin-right: 30px;
}

.team-bar .first-arrow
{
    float: left;

    width: 22%;
    margin-right: 35px;
    margin-left: 5px;
}

.team-bar .second-arrow
{
    float: left;

    width: 21%;
    margin-left: 5px;
}

.team-bar .third-arrow
{
    float: left;

    width: 22%;
    margin-right: 12px;
    margin-left: 40px;
}

.team-bar .fourth-arrow
{
    float: left;

    width: 20%;
    margin-left: 25px;
}

.team-bar .first-one-arrow hr
{
    border-top: 1px solid #2d7da4;
    border-bottom: 1px solid #2d7da4;
}

.team-bar .first-arrow hr
{
    border-top: 1px solid #2d7da4;
    border-bottom: 1px solid #2d7da4;
}

.team-bar .second-arrow hr
{
    border-top: 1px solid #6aa42f;
    border-bottom: 1px solid #6aa42f;
}

.team-bar .third-arrow hr
{
    border-top: 1px solid #ffbd20;
    border-bottom: 1px solid #ffbd20;
}

.team-bar .fourth-arrow hr
{
    border-top: 1px solid #db3615;
    border-bottom: 1px solid #db3615;
}

.team-bar
{
    position: relative;

    margin-top: 30px;
    margin-bottom: 15px;
}

.team-bar i
{
    line-height: 24px;

    position: absolute;

    display: block;
    overflow: hidden;

    width: 24px;
    height: 24px;
    margin-top: -32px;
    padding: 0;

    text-align: center;

    color: #fff;
    border-radius: 50%;
}

.team-bar .first-arrow .fa-angle-up
{
    margin-left: -33px;

    background: #2d7da4;
}

.team-bar .second-arrow .fa-angle-down
{
    margin-left: -33px;

    background: #6aa42f;
}

.team-bar .third-arrow .fa-angle-up
{
    margin-left: -32px;

    background: #ffbd20;
}

.team-bar .fourth-arrow .fa-angle-down
{
    margin-left: -32px;

    background: #db3615;
}

.team .single-profile-top:before,
.team .single-profile-top:after
{
    position: absolute;

    width: 0;
    height: 0;

    content: '';

    border-style: solid;
}

.team .single-profile-top:before
{
    z-index: 1;
    bottom: -20px;
    left: 26px;

    border-width: 10px;
    border-color: #fff transparent transparent transparent;
}


.team .single-profile-top:after
{
    z-index: 0;
    bottom: -22px;
    left: 25px;

    border-width: 11px;
    border-style: solid;
    border-color: #ddd transparent transparent transparent;
}

.team .single-profile-bottom:before,
.team .single-profile-bottom:after
{
    position: absolute;

    width: 0;
    height: 0;

    content: '';

    border-style: solid;
}

.team .single-profile-bottom:before
{
    z-index: 1;
    top: -20px;
    left: 30px;

    border-width: 10px;
    border-color: transparent transparent #fff transparent;
}

.team .single-profile-bottom:after
{
    z-index: 0;
    top: -22px;
    left: 29px;

    border-width: 11px;
    border-style: solid;
    border-color: transparent transparent #ddd transparent;
}

/***********************
****Service page css****
***********************/

.services
{
    padding: 0;
}

.get-started
{
    position: relative;

    margin-top: 60px;
    margin-bottom: 18px;
    padding-bottom: 30px;

    border-radius: 3px;
    background: none repeat scroll 0 0 #f3f3f3;
}

.get-started h2
{
    margin-bottom: 20px;
    padding-top: 30px;
}

.request
{
    position: absolute;
    bottom: -15px;
    left: 50%;

    margin-left: -110px;
}

.request h4
{
    position: absolute;
    position: relative;

    width: 220px;
}

.request h4 a
{
    font-size: 14px;
    font-weight: normal;

    padding: 5px 15px;

    color: #fff;
    border-radius: 3px;
    background: #663;
}

.request h4:after
{
    position: absolute;
    z-index: -99999;
    right: 13px;
    bottom: -18px;

    height: 0;

    content: '';

    border-width: 12px;
    border-style: solid;
    border-color: #663 transparent transparent;
}

.request h4:before
{
    position: absolute;
    z-index: -99999;
    bottom: -18px;
    left: 13px;

    height: 0;

    content: '';

    border-width: 12px;
    border-style: solid;
    border-color: #663 transparent transparent;
}

.clients-area
{
    padding: 60px;
}

.clients-comments
{
    margin-bottom: 100px;

    background-image: url('../images/image_bg.png');
    background-repeat: no-repeat;
    background-position: center 118px;
}

.clients-comments img
{
    width: 182px;
    height: 182px;
    padding: 3px;

    -webkit-transition: all .9s ease 0s;
       -moz-transition: all .9s ease 0s;
         -o-transition: all .9s ease 0s;
            transition: all .9s ease 0s;

    border: 1px solid #ddd;
    background: #ddd;
}

.clients-comments h3
{
    font-weight: 300;

    margin-top: 55px;
    padding: 0 40px;
}

.clients-comments h4
{
    font-weight: 300;

    margin-top: 15px;
}


.clients-comments  h4  span
{
    font-weight: 700;
    font-style: oblique;
}

.footer
{
    height: 84px;
    margin-top: 110px;

    border-top: 5px solid #663;
    background: none repeat scroll 0 0 #2e2e2e;
}

.footer_left
{
    padding: 10px;
}

.text-left
{
    font-size: 12px;

    margin-top: 15px;

    color: #fff;
}

/*************************
********* Portfolio CSS ******
**************************/

#portfolio_page
{
    margin-top: 115px;
    padding-bottom: 0;
}

.portfolio-items,
.portfolio-filter
{
    padding: 0;

    list-style: none outside none;
}

.portfolio-filter > li
{
    display: inline-block;
}

.portfolio-filter > li a
{
    font-size: 10px;
    font-weight: 400;

    margin-right: 20px;

    -webkit-transition: all .9s ease 0s;
       -moz-transition: all .9s ease 0s;
         -o-transition: all .9s ease 0s;
            transition: all .9s ease 0s;
    text-transform: uppercase;

    border: 1px solid #f2f2f2;
    border-radius: 3px;
    outline: none;
    background: none repeat scroll 0 0 #fff;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active
{
    color: #fff;
    border: 1px solid #663;
    background: #663;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.portfolio-items > li
{
    float: left;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
}

.portfolio-item
{
    margin: 0;
    padding: 0;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item
{
    z-index: 2;
}

.isotope-hidden.isotope-item
{
    z-index: 1;

    pointer-events: none;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item
{
    -webkit-transition-duration: .8s;
       -moz-transition-duration: .8s;
        -ms-transition-duration: .8s;
         -o-transition-duration: .8s;
            transition-duration: .8s;
}

.isotope
{
    -webkit-transition-property: height, width;
       -moz-transition-property: height, width;
        -ms-transition-property: height, width;
         -o-transition-property: height, width;
            transition-property: height, width;
}

.isotope .isotope-item
{
    -webkit-transition-property: -webkit-transform, opacity;
       -moz-transition-property:    -moz-transform, opacity;
        -ms-transition-property:     -ms-transform, opacity;
         -o-transition-property:      -o-transform, opacity;
            transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition
{
    -webkit-transition-duration: 0s;
       -moz-transition-duration: 0s;
        -ms-transition-duration: 0s;
         -o-transition-duration: 0s;
            transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling
{
    -webkit-transition: none;
       -moz-transition: none;
        -ms-transition: none;
         -o-transition: none;
            transition: none;
}


/**************************
********* Pricing Table CSS *
**************************/

.pricing_heading
{
    margin-top: 120px;
}

.pricing_heading h2,
.pricing_heading p
{
    color: #4e4e4e;
}

.pricing-area h1
{
    font-weight: 300;

    margin-top: 0;
    margin-bottom: 15px;
}

.pricing-area span
{
    font-size: 18px;
    font-weight: 700;
}

.pricing-area h3,
.pricing-area span
{
    color: #fff;
}

.plan
{
    position: relative;

    margin-bottom: 70px;
}

.pricing-area ul
{
    margin: 0;
    padding: 0;

    background: #fafafa;
}

.pricing-area ul li
{
    font-size: 16px;
    font-weight: 400;

    padding: 15px 0;

    list-style: none;
}

.pricing-area ul li:nth-child(even)
{
    background: #f5f5f5;
}

.pricing-area .price-three img,
.pricing-area .price-six img
{
    position: absolute;
    top: 0;
    right: 15px;
}

.pricing-area .heading-one,
.pricing-area .heading-two,
.pricing-area .heading-three
{
    padding: 17px 0;

    border-radius: 2px 2px 0 0;
}

.pricing-area .heading-one,
.pricing-area .heading-two,
.pricing-area .heading-three,
.pricing-area .heading-four,
.pricing-area .heading-five,
.pricing-area .heading-six,
.pricing-area .heading-seven
{
    margin-left: -10px;
}


.pricing-area .heading-one,
.pricing-area .price-one .plan-action .btn-primary
{
    background: #e24f43;
}

.pricing-area .heading-two,
.pricing-area .price-two .plan-action .btn-primary
{
    background: #27ae60;
}

.pricing-area .heading-three,
.pricing-area .price-three .plan-action .btn-primary
{
    background: #f39c12;
}

.pricing-area .heading-four,
.pricing-area .price-four .plan-action .btn-primary
{
    background: #5c5c5c;
}

.pricing-area .heading-five,
.pricing-area .price-five .plan-action .btn-primary
{
    background: #5c5c5c;
}

.pricing-area .heading-six,
.pricing-area .price-six .plan-action .btn-primary
{
    background: #e24f43
    ;
}

.pricing-area .heading-seven,
.pricing-area .price-seven .plan-action .btn-primary
{
    background: #5c5c5c;
}

.pricing-area .bg
{
    background: #fafafa;
}

.pricing-area .heading-one h3:before
{
    border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-two h3:before
{
    border-color: #1f8c4d transparent transparent;
}

.pricing-area .heading-three h3:before
{
    border-color: #d4880f transparent transparent;
}

.pricing-area .heading-four h3:before
{
    border-color: #424242 transparent transparent;
}

.pricing-area .heading-five h3:before
{
    border-color: #424242 transparent transparent;
}

.pricing-area .heading-six h3:before
{
    border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-seven h3:before
{
    border-color: #424242 transparent transparent;
}

.pricing-area h3:before
{
    position: absolute;
    z-index: -999;
    top: 78px;
    left: 4px;

    width: 0;
    height: 0;

    content: '';

    border-width: 12px;
    border-style: solid;
    border-color: #d4880f transparent transparent;
    border-radius: 5px 0 0 0;
}

.small-pricing h3:after
{
    height: 94px;
}

.small-pricing h3:before
{
    top: 74px;
}

.plan-action
{
    height: 40px;
}

.pricing-area .plan-action .btn-primary
{
    position: relative;

    margin-top: 5px;
    padding: 5px 20px;

    color: #fff
    ;
}

.pricing-area .plan-action .btn-primary:before
{
    position: absolute;
    z-index: -1;
    bottom: -12px;
    left: -9px;

    width: 0;
    height: 0;

    content: '';

    border-width: 12px;
    border-style: solid;
    border-color: #e24f43 transparent transparent;
    border-radius: 5px 0 0 0;
}

.pricing-area .plan-action .btn-primary:after
{
    position: absolute;
    z-index: -1;
    right: -9px;
    bottom: -12px;

    width: 0;
    height: 0;

    content: '';

    border-width: 12px;
    border-style: solid;
    border-color: #e24f43 transparent transparent;
    border-radius: 5px 0 0 0;
}

.pricing-area .price-two .plan-action .btn-primary:before,
.pricing-area .price-two .plan-action .btn-primary:after
{
    border-color: #1f8c4d transparent transparent;
}

.pricing-area .price-three .plan-action .btn-primary:before,
.pricing-area .price-three .plan-action .btn-primary:after
{
    border-color: #d4880f transparent transparent;
}

.pricing-area .price-four .plan-action .btn-primary:before,
.pricing-area .price-four .plan-action .btn-primary:after,
.pricing-area .price-five .plan-action .btn-primary:before,
.pricing-area .price-five .plan-action .btn-primary:after,
.pricing-area .price-seven .plan-action .btn-primary:before,
.pricing-area .price-seven .plan-action .btn-primary:after
{
    right: -9px;

    border-color: #424242 transparent transparent;
}

.pricing-area .price-six .plan-action .btn-primary:before,
.pricing-area .price-six .plan-action .btn-primary:after
{
    right: -9px;

    border-color: #bf4539 transparent transparent;
}


/*************************
********* Contact Us CSS ******
**************************/

.gmap-area
{
    padding: 70px 0;

    background-image: url('../images/map.jpg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}

.gmap-area .gmap iframe
{
    width: 300px;
    height: 280px;

    border-radius: 50%;
}

.gmap
{
    position: relative;

    overflow: hidden;

    width: 300px;
    height: 300px;
    margin: 0 auto;

    border: 10px solid #f6f5f0;
    border-radius: 50%;
    box-shadow: 0 0 3px 3px #e7e4dc;
}

.gmap-area .map-content ul
{
    list-style: none;
}

.gmap-area .map-content address h5
{
    font-weight: 700;
    /* font-size: 16px; */
}

#contact-page
{
    padding-top: 0;
}

#contact-page .contact-form
.form-group label
{
    font-size: 16px;
    font-weight: 300;

    color: #4e4e4e;
}

.form-group .form-control
{
    padding: 7px 12px;

    border-color: #f2f2f2;
    box-shadow: none;
}

textarea#message
{
    padding: 10px;

    resize: none;
}

#contact-page .contact-wrap
{
    margin-top: 20px;
}

/*********************
****blog page css*****
**********************/

.widget
{
    margin-bottom: 60px;
    padding-left: 0;
}

.single_comments
{
    margin-bottom: 20px;
}

.single_comments img
{
    float: left;

    margin-top: 5px;
    margin-right: 10px;
}

.single_comments p
{
    margin-bottom: 0;
}

.widget .entry-meta span
{
    display: inline-block;

    margin-right: 10px;
}

.widget h3
{
    margin-bottom: 20px;

    text-transform: uppercase;

    color: #000;
}

.blog_category
{
    margin: 0;
    padding: 0;

    list-style: none;
}

.blog_category li
{
    float: none;

    margin-bottom: 20px;
}

.blog_category li a
{
    display: inline-block;

    padding: 5px 15px;

    color: #888;
    border-radius: 4px;
    background: #f5f5f5;
}

.blog_category li a:hover
{
    color: #fff;
    background: #663;
}

.badge:before
{
    position: absolute;
    z-index: -99999;
    bottom: -8px;
    left: 5px;

    height: 0;

    content: '';

    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #663;
}

.badge
{
    font-weight: normal;

    position: relative;
    top: -18px;
    left: 60px;

    padding: 8px;

    color: #fff;
    border-radius: 5px;
    background-color: #663;
}

.blog_archieve
{
    margin: 0;
    padding: 0;

    list-style: none outside none;
}

.blog_archieve li
{
    padding: 10px 0;

    border-bottom: 1px solid #f5f5f5;
}

.blog_archieve li:first-child
{
    padding-top: 0;
}

ul.gallery
{
    margin: 0;
    padding: 0;

    list-style: none;
}

ul.gallery li
{
    display: block;
    float: left;

    width: 60px;
    margin: 0 4px 4px 0;
    padding: 0;
}

ul.faq
{
    margin: 0;

    list-style: none;
}

ul.faq li
{
    margin-top: 30px;
}

ul.faq li:first-child
{
    margin-top: 0;
}

ul.faq li span.number
{
    font-size: 24px;
    line-height: 50px;

    display: block;
    float: left;

    width: 50px;
    height: 50px;

    text-align: center;

    color: #fff;
    background: #34495e;
}

ul.faq li > div
{
    margin-left: 70px;
}

ul.faq li > div h3
{
    margin-top: 0;
}


.embed-container
{
    position: relative;

    overflow: hidden;

    height: 0;
    padding-top: 30px;
    padding-bottom: 56.25%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.blog-item
{
    overflow: hidden;

    margin-bottom: 50px;

    border-radius: 0;
}

.blog .blog-item .img-blog
{
    margin-bottom: 45px;

    border-radius: 5px;
}

.blog .blog-item .blog-content
{
    padding-bottom: 25px;
}

.blog .blog-item .blog-content h2
{
    font-size: 30px;

    margin-top: 0;
}

.readmore
{
    margin-top: 0;
}

.blog .blog-item .blog-content h3
{
    margin-bottom: 40px;

    color: #858586;
    /* font-weight: 300 */
}

.blog .blog-item .blog-content h4
{
    font-size: 14px;
}



.blog .blog-item .entry-meta
{
    overflow: hidden;

    border-radius: 5px;
}

.blog .blog-item .entry-meta > span
{
    font-size: 12px;

    display: block;
    overflow: hidden;

    padding: 5px;

    text-align: left;

    border-top: 1px solid #fff;
    background: #f5f5f5;
}

#publish_date
{
    padding: 5px 0;

    text-align: center;

    color: #fff;
    border-bottom: 5px solid #4e4e4e;
    background: #663;
}

.blog .blog-item .entry-meta > span
{
    color: #ccc;
}

.blog .blog-item .entry-meta > span a
{
    font-size: 12px;
    font-weight: 300;

    margin-left: 3px;

    color: #888;
}

ul.pagination > li > a
{
    font-size: 16px;

    margin-right: 5px;
    padding: 5px 14px;

    border: 1px solid #f1f1f1;
    border-radius: 5px;
}

ul.pagination > li > a i
{
    margin-right: 5px;
    margin-left: 5px;
}

ul.pagination > li.active > a,
ul.pagination > li:hover > a
{
    color: #fff;
    border-color: #663 !important;
    background-color: #663 !important;
}

.search_box
{
    height: 48px;

    border-color: #dedede;
    outline: medium none;
    background-image: url('../images/search_icon.png');
    background-repeat: no-repeat;
    background-position: 314px 15px;
    box-shadow: none;
}

.form-control:focus
{
    outline: 0 none;
    box-shadow: none;
}


ul.tag-cloud,
ul.sidebar-gallery
{
    margin: 0;
    padding: 0;

    list-style: none;
}

.tag-cloud li
{
    display: inline-block;

    margin-bottom: 3px;
}

.tag-cloud li a
{
    padding: 8px 15px;

    color: #888;
    border: 0;
    border-radius: 4px;
    background: #f5f5f5;
}

.tag-cloud li a:hover
{
    color: #fff;
    background: #663;
}

.sidebar-gallery li
{
    display: inline-block;

    margin: 0 10px 10px 0;
}

.sidebar-gallery li a
{
    display: inline-block;

    border-radius: 4px;
}


/**********************
**blog single page css*
**********************/

.reply_section
{
    border-radius: 5px;
    background: #f5f5f5;
}

.post_reply
{
    margin-top: 45px;
    margin-left: 10px;
}

.post_reply img
{
    width: 85px;
    height: 85px;

    border: 5px solid #d5d8dd;
}

.post_reply ul
{
    margin: 0;
    margin-top: 5px;
    padding: 0;

    list-style: none outside none;
}

.post_reply ul li
{
    float: left;
}

.post_reply ul li a
{
    display: block;
}

.post_reply ul li a i
{
    font-size: 20px;

    width: 30px;
    height: 30px;
    margin-right: 3px;
    padding-top: 7px;

    text-align: center;

    color: #fff;
    border: 1px solid #ddd;
    border-radius: 39px;
}

.post_reply ul li a i.fa-facebook
{
    background: #0182c4;
}

.post_reply ul li a i.fa-twitter
{
    background: none repeat scroll 0 0 #3fc1fe;
}

.post_reply ul li a i.fa-google-plus
{
    background: none repeat scroll 0 0 #d34836;
}

.post_reply ul li a i:hover
{
    opacity: .5;
}

.post_reply_content
{
    margin: 30px;
}

.post_reply_content h1 a:hover
{
    color: #ffc800;
}

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

.reply_section .media-body
{
    display: inherit;
}

.comment_section .media-body
{
    display: inherit;
}

#comments_title
{
    font-size: 20px;
    font-weight: 700px;

    margin-top: 60px;
    margin-bottom: 40px;

    color: #4e4e4e;
}
.comment_section
{
    position: relative;

    margin-top: 30px;
}

.post_comments img
{
    width: 85px;
    height: 85px;
    margin-top: 35px;
}

.post_reply_comments
{
    padding: 30px;

    border-radius: 4px;
    background: #f5f5f5;
}

.post_reply_comments:before
{
    position: absolute;
    top: 20px;
    left: 75px;

    height: 0;

    content: ' ';

    border-width: 15px;
    border-style: solid;
    border-color: transparent #f0f0f0 transparent transparent;
}

.post_reply_comments h3,
.post_reply_content h3
{
    margin-top: 0;
}

.post_reply_comments h1 a:hover
{
    color: #663;
}

.post_reply_comments h4
{
    font-weight: 400;

    color: #c4c4c5;
}

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

.post_reply_comments a
{
    position: absolute;
    right: 30px;
    bottom: 15px;

    padding: 8px 20px;

    color: #fff;
    border-radius: 5px;
    background: #663;
}

.post_reply_comments a:before
{
    position: absolute;
    z-index: 99999;
    bottom: -11px;
    left: -12px;

    height: 0;

    content: '';

    border-width: 16px;
    border-style: solid;
    border-color: #663 transparent transparent;
}



.message_heading
{
    margin-top: 60px;
    margin-bottom: 50px;
}


/******************
 404 page css
 ******************/

#error .btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success:hover
{
    color: #4e4e4e;
    border-color: #ebebeb;
    background-color: #ebebeb;
}

#error h1
{
    text-transform: uppercase;

    color: #4e4e4e;
}


/******************
shortcodes page css
******************/

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

.shortcode-item h2
{
    font-size: 24px;
    font-weight: 600;

    margin-top: 0;
    margin-bottom: 22px;

    color: #4e4e4e;
}



/***********************
********* Footer ******
************************/
#bottom
{
    font-size: 14px;

    border-bottom: 5px solid #663;
    background: #f5f5f5;
}

#bottom h3
{
    font-size: 22px;

    margin-top: 0;
    margin-bottom: 10px;

    text-transform: uppercase;

    color: #000;
}

#bottom ul
{
    margin: 0;
    padding: 0;

    list-style: none;
}

#bottom ul li
{
    display: block;

    padding: 5px 0;
}

#bottom ul li a
{
    color: #808080;
}

#bottom ul li a:hover
{
    color: #663;
}

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

#footer
{
    padding-top: 10px;
    padding-bottom: 10px;

    color: #fff;
    background: #2e2e2e;
}

#footer a
{
    color: #fff;
}

#footer a:hover
{
    color: #663;
}

#footer ul
{
    margin: 0;
    padding: 0;

    list-style: none;
}

#footer ul > li
{
    display: inline-block;

    margin-left: 15px;
}
#content
{
    display: none !important;
}
.enviaContato
{
    width: 100%;
}
textarea#message
{
    height: 95px;
}
.top-number
{
    font-size: 10px;
    font-weight: 100;
}
h3.panel-title
{
    font-size: 12px;
}
.top-number > a
{
    color: white;
}
#footer
{
    font-size: 10px;
}
.blocoCao
{
    width: 100% !important;
    padding: 0 !important;
}
.blocoCaoMaster
{
    padding: 0 !important;
}
h3 > a
{
    text-align: center;
}
a.preview
{
    width: 100%;
}
.recent-work-inner
{
    padding-top: 33%;
}
.titulo
{
    font-size: 18px !important;

    text-align: center !important;
    letter-spacing: 5px !important;
    text-transform: uppercase !important;
}
.footer
{
    background: #f2f2f2;
}
#main-slider
{
    padding: 0;
}
.search
{
    float: left;

    width: 100px;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus
{
    background: none !important;
}
.pedigree_structure header
{
    font-weight: bold;

    border: 1px solid #999;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    background-color: #e1e1e1;
}
.cao_box
{
    line-height: 80px;

    display: block;

    width: 80%;
    height: 80px;
    padding: .2em;

    vertical-align: middle;

    border: 1px solid #999;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background-color: white;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
       -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.adjustSize,
.adjustSize01,
.adjustSize02,
.adjustSize03
{
    visibility: hidden;

    height: 15px;

    border: none;
    border: 1px solid #000;
    background-color: #f00;
    background-color: #f9f9f9;
}
.adjustSize01
{
    height: 240px;
}
.adjustSize02
{
    height: 83px;
}
.adjustSize03
{
    height: 230px;
}
.linha01,
.linha02,
.linha03
{
    position: absolute;
    z-index: -10000;
    top: 160px;
    left: 250px;

    display: block;

    width: 250px;
    height: 310px;

    border: 1px solid #999;
    border-right: none;
    background: none;
}
.linha02,
.linha03
{
    top: 75px;

    height: 170px;
}
.linha03
{
    top: 390px;
}
.blocoExp
{
    height: 300px;
}
.recent-work-inner p
{
    text-align: center;
}
.iconCert
{
    display: table;
    width: 32px;
    margin: 0 auto;
}
.navbar-header, .navbar-header {
    width: 100%;
}

.navbar-inner {
  text-align:center;
}
.navbar-header, .navbar-brand {
    width: 100%;
} 
.navbar-brand > img{
    width: 10%;
    margin: 0 auto;
    display: table;
    position: relative;
}
ul.nav.navbar-nav {
    margin: 0 auto;
    display: table;
    float: none;
}
.row.footer a {
    color: white !important;
}
