/*====================================================
**========== Table of Content 
**====================================================

*** -  1. Template Default Css
*** -  2. Template Background Css
*** -  3. Header Area Css
*** -  4. Project Complete Area Css
*** -  5. Pricing Area Css
*** -  6. Footer Area Css
*** -  7. Template Hover Css
*** -  8. Template Transition Css
*** -  9. Widget Prosas     


=========----------------------------------=========
            1.Template Default Css     
=========----------------------------------=========
*/

body {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #222;
    line-height: 1.5em;
}

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

a {
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

a:focus {
    color: inherit;
}

.navbar {
    margin: 0;
    border: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-weight: 700;
    color: #222;
    line-height: 1.5em;
    margin: 0 0 14px 0;
    font-family: 'Source Sans Pro';
}

h1 {
    font-size: 54px;
    color: #00509e;
    font-weight: 600;
    margin-top: 0;
    line-height: 40px;
    margin-bottom: 40px;
}

h2 {
    font-size: 48px;
    color: #00509e;
    font-weight: 600;
    margin-top: 0;
    line-height: 36px;
    margin-bottom: 36px;
}

h3 {
    font-size: 26px;
    color: #00509e;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
    text-transform: none;
}

h4 {
    font-size: 24px;
    color: #575757;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
    text-transform: none;
}

h5 {
    font-size: 20px;
    color: #575757;
    font-weight: 400;
    line-height: 24px;
    margin: 16px 0;
    text-transform: none;
}

h6 {
    color: #00509e;
    text-transform: none;
    border-bottom: 2px solid #00509e;
    padding: 12px 0;
    font-size: 18px;
    font-weight: 400;
}

p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Source Sans Pro';
    font-weight: 400;
    color: #575757;
    margin: 0 0 6px;
}

li {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Source Sans Pro';
    font-weight: 400;
    color: #575757;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}

blockquote {
    background-color: #222;
    padding: 40px;
    border-left: 4px solid #00509e;
}

blockquote p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    margin: 0;
}

b,
strong {
    line-height: 1.8em;
}

.noPadding {
    padding: 0;
}

select {
    width: 100%;
    padding: 5px;
    outline: 0;
}

.form-control:focus {
    border-color: #777;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 10px rgba(71, 72, 75, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 10px rgba(71, 72, 75, .6);
}

input,
button,
textarea {
    outline: 0;
}


/*========== Preloader Css ==============
========================================*/

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -35px;
}

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

.default-btn,
.active-btn,
.kc_button.active-btn {
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 10px 25px;
    border: 2px solid #222;
    color: #222;
    margin: 0 10px 10px 0;
    letter-spacing: 1px;
    background-color: transparent;
}

.contact-btn {
    background-color: #00509e;
}

.section-padding {
    padding: 90px 0;
}

.cta-area h2 {
    color: #fff;
    margin: 0;
}

#logo-preloader {
    margin-top: 210px;
}


/*
=========----------------------------------=========
            2.Template Background Css     
=========----------------------------------=========
*/

.wellcome-bg {
    background-image: url(../images/slide-bg-1.jpg);
}

.video-bg {
    background-image: url(../images/video-bg.jpg);
}

.wellcome-bg,
.video-bg {
    background-color: rgba(0, 0, 0, .80);
    /*    background-repeat: no-repeat;*/
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}


/*
=========----------------------------------=========
            3.Header Area Css     
=========----------------------------------=========
*/

.header-area {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 10px 0;
    border-bottom: 3px solid #00509e;
}

.header-area.stickymenu {
    position: fixed;
}

.logged-in .header-area.stickymenu {
    margin-top: 32px;
}

.stickymenu {
    -webkit-transition: all .03s ease-out;
    transition: all .03s ease-out;
    padding: 0;
    -webkit-box-shadow: 0px 0px 5px 1px #333;
    box-shadow: 0px 0px 5px 1px #333;
}

.logo {
    padding: 14px 0;
    overflow: hidden;
}

.stickymenu .logo {
    padding: 18px 0;
}

.logo h1 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.logo a {
    color: #4e9df0;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

.main-menu .navbar-nav li {
    display: inline-block;
    position: relative;
    padding: 23px 0;
}

.main-menu .navbar-nav li a {
    font-size: 16px;
    padding: 0px 14px;
    color: #575757;
    font-weight: 400;
    display: block;
    border-left: thin solid #575757;
    line-height: 14px;
    font-family: 'Source Sans Pro';
}

.main-menu .navbar-nav li:first-child a {
    border: none;
}

.main-menu .navbar-nav li a:before {
    background-color: #00509e;
    position: absolute;
    content: "";
    top: -10px;
    left: 0;
    width: 0;
    height: 2px;
    visibility: hidden;
    opacity: 0;
}

.send_header {
    text-decoration: none;
    width: 100%;
}

.send_header button {
    background: #00509e;
    border: 0;
    color: #fff;
    font-size: 12px;
    font-family: 'Source Sans Pro';
    text-align: center;
    margin: 10px 0 9px;
    padding: 10px 0;
    text-transform: uppercase;
    width: 100%;
}


/**
 * Submenu Css
 * ======================================
 */

.main-menu .navbar-nav li:hover>.sub-menu {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.main-menu .navbar-nav li>.sub-menu {
    position: absolute;
    width: 260px;
    background-color: #F0F0F0;
    margin: 0;
    padding: 0;
    top: 100%;
    left: 0;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, .1);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .1);
    padding: 4px 0;
    border-top: 4px solid #222222;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
}

.main-menu .navbar-nav li .sub-menu li {
    display: block;
    border-bottom: 1px solid #cecece;
}

.main-menu .navbar-nav li .sub-menu li:last-child {
    border-bottom: initial;
}

.main-menu .navbar-nav li .sub-menu li a {
    padding: 12px 15px 15px 30px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 13px;
    font-weight: 400;
}

.main-menu .navbar-nav li .sub-menu li a::before {
    position: inherit;
    width: 0;
    height: 0;
}

.main-menu .navbar-nav li .sub-menu li:hover>a {
    background-color: #fff;
}

.main-menu .navbar-nav li .sub-menu li .sub-menu {
    left: -100%;
    top: 0;
    -webkit-box-shadow: 1px -1px 10px rgba(0, 0, 0, .20);
    box-shadow: 1px -1px 10px rgba(0, 0, 0, .20);
}


/*
=========----------------------------------=========
            4.Project Complete Area Css     
=========----------------------------------=========
*/

.project-complete-area,
.footer-area {
    background-color: #000;
}

.single-project-item,
.single-contact-item {
    position: relative;
    padding-left: 65px;
}

.project-icon,
.contact-icon {
    position: absolute;
    top: 12px;
    left: 0;
    font-size: 35px;
    color: #4e9df1;
    overflow: hidden;
}

.single-project-item h2,
.single-project-item h5,
.single-contact-item h5,
.single-contact-item h6,
.contact-form h5 {
    color: #fff;
}

.single-project-item h2 {
    margin-top: 0;
    display: block;
    font-size: 40px;
    font-weight: 400;
    padding-bottom: 15px;
    position: relative;
}

.single-project-item h2:before,
.single-contact-item h5:before,
.contact-form h5:before {
    position: absolute;
    content: "";
    width: 83px;
    height: 2px;
    background-color: #00509e;
    bottom: 0;
    left: 0;
}


/*
=========----------------------------------=========
            5.Pricing Area Css     
=========----------------------------------=========
*/

.single-pricing-item {
    -webkit-box-shadow: 0 1px 2px 0px #222;
    box-shadow: 0 1px 2px 0px #222;
    padding: 15px 0;
    margin-top: 45px;
}

.single-pricing-item h2 {
    color: #444;
    font-size: 26px;
}

.single-pricing-item h6 {
    letter-spacing: 0;
    display: block;
    margin: 0;
    font-size: 10px;
    padding-bottom: 10px;
}

.pricing-head>h6 {
    border-bottom: 1px solid #222;
}

.pricing-head {
    padding: 0 20px;
    overflow: hidden;
}

.pricing-price>h2 {
    font-size: 30px;
    margin: 10px 0 0;
}

.pricing-price sup {
    top: -1em;
    font-size: 12px;
}

.pricing-price span {
    letter-spacing: 0;
    color: #666;
    font-size: 12px;
}

.pricing-items {
    padding: 25px 0;
}

.pricing-items li {
    font-size: 13px;
    text-transform: capitalize;
    padding: 8px 20px;
    color: #666;
    letter-spacing: 2px;
}

.pricing-items li:nth-child(2n) {
    background-color: #ececec;
}

.pricing-items li i {
    margin-right: 15px;
}

.pricing-footer {
    text-align: center;
    padding: 20px 25px;
}

.pricing-btn {
    padding: 7px 25px;
    color: #000;
}


/*
=========----------------------------------=========
            6.Footer Area Css     
=========----------------------------------=========
*/

.footer-area {
    position: relative;
    z-index: 1;
}

.footer-area .container {
    border-top: thin solid #fff;
}

.footer-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.copyright-text {
    padding: 26px 0;
}

.copyright-text p {
    font-size: 12px;
    font-family: Source Sans Pro;
    letter-spacing: 1px;
    line-height: 14px;
    margin: 0;
    text-transform: uppercase;
}

.copyright-text p,
.copyright-text a {
    color: #fff;
}


/*
=========----------------------------------=========
            7.Template Hover Css     
=========----------------------------------=========
*/

.main-menu .nav li a:focus {
    background-color: inherit;
}

.stickymenu .main-menu,
.stickymenu .send_header {
    padding: 4px 0;
}

.main-menu .navbar-nav li a:hover {
    color: #00509e;
    background: #fff;
}

.main-menu .navbar-nav li:hover a:before,
.main-menu .navbar-nav li.active a:before,
.single-team-member:hover .member-img img,
.single-work-item:hover .work-img img {
    opacity: 1;
    visibility: visible;
    width: 100%
}

.social-links li a:hover {
    background-color: #00509e;
    color: #000;
}

.default-btn:hover,
.blog-btn:hover,
.active-btn {
    background-color: #00509e;
    color: #222;
    border: 2px solid transparent;
}

.blog-btn:hover {
    border: 1px solid transparent;
}

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

.icon-btn:hover i {
    right: 7px;
    visibility: visible;
}

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

.single-team-member:hover:before {
    top: 65%;
}

.work-filter li:hover,
.work-filter li.current {
    color: #F3D13D;
}

.single-work-item:hover:before {
    visibility: visible;
    opacity: .75;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single-work-item:hover .work-desc,
.single-work-item:hover .work-link {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single-work-item:hover .work-desc {
    -webkit-transform: translateX(0) translateY(85px);
    transform: translateX(0) translateY(85px);
}

.single-work-item:hover .work-link {
    -webkit-transform: translateY(0) translateY(-80px);
    transform: translateY(0) translateY(-80px);
}

.work-link a:hover {
    color: #000;
}

.video-icon:hover {
    color: #fff;
}

.single-pricing-item:hover {
    -webkit-box-shadow: 0 1px 2px 0px #222222;
    box-shadow: 0 1px 2px 0px #222222;
}

.single-pricing-item:hover .pricing-head,
.single-pricing-item:hover .pricing-footer,
.pricing-current .pricing-head,
.pricing-current .pricing-footer {
    background-color: #999999;
}

.single-pricing-item:hover .pricing-head h2,
.single-pricing-item:hover .pricing-head h6,
.single-pricing-item:hover .pricing-price sup,
.single-pricing-item:hover .pricing-price span,
.pricing-current .pricing-head h2,
.pricing-current .pricing-head h6,
.pricing-current .pricing-price sup,
.pricing-current .pricing-price span {
    color: #fff;
}

.single-pricing-item:hover .pricing-head>h6 {
    border-bottom: 1px solid #000;
}


/*
=========----------------------------------=========
            8.Template Transition Css     
=========----------------------------------=========
*/

.logo img,
.default-btn,
.social-links li a,
.main-menu .navbar-nav li a:before,
.header-area,
.icon-btn i,
.single-team-member:before,
.member-img img,
.owl-controls .owl-nav div,
.work-filter li,
.single-work-item:before,
.work-img img,
.work-desc,
.work-img:before,
.work-link,
.work-link a,
.pagination li a,
.tags li a,
.blog-img:before,
.blog-img a i,
.slider-area .owl-controls .owl-nav div {
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}


/*
=========----------------------------------=========
            9.Widget Prosas     
=========----------------------------------=========
*/

#widget {
    padding: 80px 0 60px;
}

#widget-app {
    margin: 24px auto 0;
}


/*
=========----------------------------------=========
            10.Social
=========----------------------------------=========
*/

.social-links {
    padding: 0;
    margin: 0 0 28px;
}

.social-links li {
    display: inline-block;
    margin: 0 6px 0 0;
}

.social-links li a {
    display: block;
    height: 30px;
    color: #fff;
    margin-right: 3px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #00509e;
    border-radius: 50%;
    font-size: 13px;
}


/*
=========----------------------------------=========
            11.Contato
=========----------------------------------=========
*/

#contato {
    background: #000;
    padding-top: 90px;
    padding-bottom: 90px;
}