
.fix {
    overflow: hidden
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/*pdd-up-dn*/

.pdd-30 {
    padding: 30px 0;
}

.pdd-40 {
    padding: 40px 0;
}

.pdd-50 {
    padding: 50px 0;
}

.pdd-60 {
    padding: 60px 0;
}

.pdd-70 {
    padding: 70px 0;
}

.pdd-80 {
    padding: 80px 0;
}

.pdd-90 {
    padding: 90px 0;
}

.pdd-100 {
    padding: 100px 0;
}

.pdd-200 {
    padding: 200px 0;
}

.main-container {
    overflow: hidden;
}


/*header-top-area*/

.header-top-area {
    background: #444444;
}

/*03. inicio Navbar css
.header.navbar-fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.navbar-fixed-top.header {
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.navbar-fixed-top {
    animation-duration: 0.8s;
    animation-name: fadeInDown;
    animation-timing-function: ease-in-out;
    left: 0;
    position: fixed !important;
    right: 0;
    z-index: 1030;
}

.header {
    background: #191919;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    z-index: 111;
}

.navbar-brand {
    height: inherit;
    padding: 16px 0;
}

.navbar {
    margin: 0;
    border: medium none;
    margin-bottom: 0;
}

.navbar-nav li {}

.navbar-nav li a {
    color: #333;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 33px;
    padding-top: 33px;
    position: relative;
    display: block;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.navbar-nav li a::before {
    color: transparent;
    content: "•";
    font-size: 1.2em;
    left: 50%;
    pointer-events: none;
    position: absolute;
    text-shadow: 0 0 transparent;
    top: 60%;
    transform: translateX(-50%);
    -webkit-transition: text-shadow 0.3s ease 0s, color 0.3s ease 0s;
    transition: text-shadow 0.3s ease 0s, color 0.3s ease 0s;
}

.navbar-nav li a:hover::before {
    color: #00bcd4;
    text-shadow: 10px 0 #00bcd4, -10px 0 #00bcd4;
}

.dropdown-menu li a:before {
    content: "";
}

.mega-dropdown-menu li span.fa {
    margin-right: 5px;
}

.navbar-nav li span {
    color: #333333;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.nav > li > .separator {
    padding-bottom: 33px;
    padding-top: 33px;
    display: block
}

.nav> li> a:hover,
.nav> li> a:focus {
    background-color: transparent !important;
    color: #1bbde8;
}

.navbar-nav> li> a:hover,
.navbar-nav> li.active> a {
    background-color: transparent !important;
    color: #1bbde8;
    text-decoration: none;
}

.nav .open> a,
.nav .open> a:hover,
.nav .open> a:focus {
    background-color: transparent;
    border-color: transparent;
    padding: 33px 15px;
}

.dropdown-menu {
    background: #464647;
    padding: 5px 15px;
    width: 200px;
    left: 0;
}
.boxed .dropdown-menu {
    right: 0 !important;
    left: auto;
}

.dropdown-menu> li> a:hover,
.dropdown-menu> li> a:focus {
    background-color: transparent;
    color: #1bbde8;
    text-decoration: none;
}

.dropdown.open> a {
    color: #1bbde8;
    background-color: transparent;
}

.border li {
    border-bottom: 1px solid rgba(220, 220, 220, 0.5);
    width: 100%;
}

.dropdown-menu> li:last-child {
    border: none;
}

.dropdown-menu > li > a {
    color: #fff;
    display: block;
    padding: 10px 5px;
}

.dropdown-menu > li > a:hover {
    color: #00bcd4;
    margin-left: 5px;
}

.dropdown-menu input {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #666666;
    display: block;
    font-size: 15px;
    height: 38px;
    line-height: 1.6;
    padding: 6px 10px;
    width: 100%;
}

.dropdown-menu li.nb a {
    padding: 0;
    margin-top: 6px;
}

.dropdown-menu li a:hover {
    padding-left: 10px;
}

.dropdown-menu li.nb a:hover {
    padding-left: 0;
}

.navbar-fixed-top.header {
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.navbar-fixed-top {
    animation-duration: 0.8s;
    animation-name: fadeInDown;
    animation-timing-function: ease-in-out;
    left: 0;
    position: fixed !important;
    right: 0;
    z-index: 1030;
}

.gallery > li {
    float: left;
}

.gallery img {
    height: 50px;
    width: 50px;
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    box-shadow: none;
    padding: 10px 0;
    width: 300px;
}

.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu > li > ul > li {
    list-style: none;
    border-bottom: 1px solid rgba(220, 220, 220, 0.5);
}

.mega-dropdown-menu > li > ul > li.nb {
    margin-top: 16px;
}

.mega-dropdown-menu > li > ul > li:last-child {
    border: none;
}

.mega-dropdown-menu > li > ul > li > a {
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 5px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mega-dropdown-menu > li > ul > li:hover > a,
.mega-dropdown-menu ul li:hover span {
    color: #1bbde8
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
}

/*


/*05. features*/

.section-title {
    margin-bottom: 0px;
}
.section-title h3 {
    color: #404040;
    font-size: 33px;
    font-weight: 400;
    line-height: 33px;
    margin: 0;
	text-transform: capitalize;
}
.section-title p {
    color: #656565;
    font-size: 14px;
    margin: 20px 0;
    text-align: center;
}
.services-area .section-title p {
    margin-bottom: 0px;
}
.feature-media h3 a {
    color: #404040;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease 0s;
}
.feature-box h3 {
    line-height: 16px;
}
.feature-box p {
    color: #7a7a7a;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 20px;
}
/*features2*/
.features2 {
    background-image: url("../images/bg/bg2.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-attachment: fixed;
    background-size: cover;
}
.left-bdr .section-title h3 {
    float: left;
    margin-bottom: 15px;
    margin-top: 80px;
}
.features2 .section-title h3 {
    color: #fff;
    float: left;
    margin-bottom: 15px;
    margin-top: 80px;
}
.left-bdr .section-title h3::after {
    margin: 20px 0;
}
.features2-media h3 a {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 2px;
    padding-bottom: 8px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease 0s;
}
.features2-media p {
    color: #ffffff;
    max-width: 350px;
    padding: 0;
    text-transform: none;
}
.features2-icon {
    display: block;
    float: left;
    width: 12%;
}
.features2 .feature-icon i::before {
    color: #00bcd4;
    margin-top: 0;
}
.features2-media h3 {
    margin-top: 0;
}
.features2-content:hover .feature-icon i,
.features2-content:hover .features2-media h3 a {
    color: #00bcd4;
}
.features2-content:hover .feature-icon i::before {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    color: #fff;
}
/*home-2 features2*/

.features-style-2.features2 {
    background-attachment: fixed;
    background-image: url("../images/bg/bg13.jpg");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.features2-content > p {
    color: #fff;
}
.features2-media ul li {
    display: inline-block;
    margin-top: 10px;
}
.features2-media ul li em {
    background: #333333;
    color: #ffffff;
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 10px 0 -15px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease 0s;
}
.features2-media ul li em:hover {
    background: #00bcd4;
}

.features2-media ul li a {
    color: #ffffff;
    float: left;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-top: 16px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease 0s;
}
.features2-media ul li a:hover {
    color: #00bcd4;
}
.quote {
    background: #fdfff4;
    padding-bottom: 60px;
}
.form-group .form-control {
    border-radius: 0;
    box-shadow: none;
    height: 48px;
    outline: none;
}

.form-group .form-control:focus,
.form-group .form-control:hover {
    border-color: rgba(35,35,35,.4);
}
textarea.form-control {
    height: 120px !important;
    outline: none;    
}
/*home-2 quote */

.quote-style-2.quote {
    background: #fff;
    padding-bottom: 30px;
}

/*home-2 team*/


/*testimonials-area*/

.testimonials-area {
    background-attachment: fixed;
    /*background-color: #308CC4;*/
    background-color: #FFFFFF;
    /*background-image: url("../images/bg/bg1.jpg");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;*/
}

.testimonials-area .section-title h3 {
    color: #fff;
}

.testimonial-details p {
    color: #ffffff;
    font-size: 15px;
    font-style: italic;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 30px;
}

.testimonial-details .testimonial-client h2 {
    color: #00bcd4;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 2px;
    text-transform: capitalize;
}

.testimonial-details .testimonial-client span {
    color: #ffffff;
    display: block;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.testimonial-item.owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    border: 1px solid #00bcd4;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 28px;
    height: 40px;
    left: 0;
    line-height: 37px;
    margin: 5px 3px 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 20%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 40px;
}

.testimonial-item.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0;
    left: inherit;
}

.owl-theme .owl-controls .owl-buttons div:hover {
    background: #00bcd4;
    border: 1px solid #00bcd4;
    color: #fff;
}

.client_carousel .item {
    position: relative;
    text-align: center;
}

.client_carousel .item a {
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.client_carousel .item a img {
    max-height: 125px;
    max-width: 100%;
    padding: 20px;
}


/*Blog Page End*/


/*19. Footer*/

.footer {
    background: #2b2c2f;
    color: #cfd1db;
}

.f-title {
    color: #fff;
    font-size: 17px;
    margin-bottom: 35px;
    position: relative;
    text-transform: capitalize;
}

.f-title::after {
    background: #00bcd4;
    content: "";
    display: block;
    height: 1px;
    margin: 12px 0;
    position: relative;
    width: 40px;
}
.footer p {
    color: #666666;
    font-size: 12px;
}

.footer p span {
    font-weight: 400;
    margin-left: 5px;
}
.footer-social ul li {
    background-color: transparent;
    display: inline-block;
    padding: 0 3px;
}

.footer-social a {
    background: #444;
    color: #fff;
    display: block;
    font-size: 17px;
    height: 30px;
    line-height: 32px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 30px;
}

.quick-links > ul {
    margin-top: -6px;
}

.quick-links li {
    padding: 3px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease 0s;
}

.quick-links li a {
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 22px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.quick-links li a::before {
    content: "";
    display: block;
    float: left;
    font-family: fontawesome;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.quick-links li:hover {
    padding-left: 10px;
}

.quick-links ul li a:hover,
.quick-links ul li a:hover::before {
    color: #308CC4;
}


.custom .f-gallery {
    display: inline-block;
}

.footer .c-menu {
    margin-top: 26px;
}

.footer .c-menu i {
    color: #34af23;
    /*color: #FF3500;*/
    font-size: 20px;
}

.footer .c-menu p {
    color: #fff;
    line-height: 20px;
}

.footer .c-menu p small,
.small {
    font-size: 100%;
}

.copyright {
    background: #222;
    padding: 17px 0 10px;
}

.copyright a {
    color: #777777;
}

.copyright a:hover {
    color: #FF8900;
}

.t3-copyright {
    background-color: #1c1c1c;
    border-top: 1px solid #383838;
    color: #666666;
    margin: 0;
    padding: 20px 0;
}

.t3-copyright .t-center > p {
    margin: 0;
    font-size: 12px;
}

.t3-copyright .t-center p a,
.t-center p i {
    color: #cccccc;
    margin-left: 5px;
}

.t3-copyright ul.t-center {
    text-align: right;
}

.t3-copyright ul.t-center li {
    display: inline-block;
}

.t3-copyright ul.t-center li a {
    color: #ffffff;
    padding: 5px 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease 0s;
}

.t3-copyright ul.t-center li a:hover {
    background: transparent;
}


/*19. Footer*/


/*faq page*/

.faq {
    padding-bottom: 90px;
    padding-top: 20px;
}

.faq-img {
    margin-top: 185px;
}

.faq-img > img {
    margin-top: 45px;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-heading {
    padding: 0;
}

.panel-title {
    text-transform: uppercase;
}

.panel-title a.collapsed::before {
    color: #707d82;
    content: "";
    display: block;
    font-family: fontawesome;
    font-size: 14px;
    left: 0;
    margin-left: 14px;
    position: absolute;
    top: 17px;
}

.panel-title a::before {
    color: #fff;
    content: "\f068";
    display: block;
    font-family: fontawesome;
    font-size: 14px;
    left: 0;
    margin-left: 14px;
    position: absolute;
    top: 17px;
}

.panel-title a.collapsed,
.panel-title a.collapsed:focus {
    background-color: #fff;
    border-color: #dddddd;
    color: #333333;
}

.panel-title a,
.panel-title a:focus {
    background-color: rgba(48,140,196, .2);
    border: 1px solid #dddddd;
    color: #404040 !important;
    display: block;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 14px 60px 14px 40px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease 0s;
}

.panel-title a:focus:hover {
    color: #333;
}

.panel-body {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    color: #707d82;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    padding: 15px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 0;
}


/*faq page*/


/*bootstrap-grid*/

.article-title {
    font-size: 18px;
    margin-bottom: 21px;
}

.text-primary {
    color: #308CC4;
}

.divider-content {
    display: inline-block;
    margin-top: 100px;
}

.divider-page .section-title h3 {
    margin: 0;
}

.divider-img {
    margin-top: 289px;
}

.divider-content {
    display: inline-block;
}

.dvider-content {
    float: left;
}

.page-header {
    border-bottom: 1px solid #eee;
    color: #1f1f1f;
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.font-awesome-area a {
    color: #707d82;
    display: block;
    margin-right: 0;
    padding-bottom: 8px;
    padding-left: 0;
}
.font-awesome-area a i {
    color: #00bcd4;
    padding-right: 5px;
}




