/*
 Project Name : Trans pro
 Author Company : themecanyon
 Project Date: 18 jan, 2017
 Author Website : http://demo.themecanyon.org
 Template Developer: sufyan319@outlook.com
 */


/* Table of Content
==================================================
1.Fonts
2. Common css
   a)button style
   b)Main heading
   c)Form style
   d)center
   e)Overlay
   f)Socials
   g)Pagination
 3. Top Info
 4. Header
 5. Breadcrumb
 6. Actions
 7. Services
 8. offer
 9. Team
 10.Counter
 11.Blog
 12.Testimonials
 13.Footer
 14.Contact Us
 15.History
 16.About
 17.Aside
 18.Responsive

===========================================
Fonts
===========================================
*/

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

/*
================================================
Common Css
================================================
*/

* {
    position: relative;
    outline: 0!important;
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
}

:before,
:after {
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
}

section,
#rev_slider_1_1_wrapper * {
    transition: none;
    -webkit-transition: none;
}

ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

body {
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.3px;
    line-height: 26px;
    color: #9e9e9e;
}

p {
    margin: 0;
}

a {
    color: #f4261b;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: 'Montserrat';
}

h2 {
    letter-spacing: -0.06em !important;
    font-weight: 700;
}

h2,
h3 {
    line-height: 130% !important;
}

.row {
    clear: both;
}

.bg-color {
    background-color: #fdfcfc;
}


/*
===========================================
button style
===========================================
*/

.sppb-btn {
    border-radius: 3px;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-top: 10px;
    padding: 8px 35px;
    text-transform: lowercase;
}

.sppb-btn.sppb-btn-default {
  background-color: #727272 !important;
  border: 2px solid #000000;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.15);
}

.sppb-btn.sppb-btn-primary:hover {
    background-color: transparent;
    border-color: #f4261b !important;
    color: #f4261b;
}

.sppb-btn.sppb-btn-default:hover {
  background-color: white !important;
  border-color: #000000 !important;
  color: #000000;
}

.sppb-btn.sppb-btn-primary {
    background-color: #f4261b;
    border: 2px solid transparent!important;
    color: #000;
}

.simple {
    color: #023669;
    font-family: Montserrat;
    font-weight: 600;
    padding: 0;
    text-transform: lowercase;
}
.simple:hover i {
    margin-left: 10px;
}
.simple i {
    margin-left: 5px;
    transition: all 0.2s ease-in-out 0s;
}

.btn-primary,
.sppb-btn-primary {
    background-color: #023669;
    border-color: #01274b;
}

.sppb-btn.sppb-btn-success {
    background-color: transparent;
    border: 3px solid #023669;
    color: #023669;
}

.sppb-btn.sppb-btn-lg {
    font-size: 16px;
    font-weight: 600;
    padding: 17px 40px;
}

.sppb-btn.sppb-btn-success:hover {
    background-color: #023669;
    color: #f4261b;
}

/*
===========================================
Modal
===========================================
*/
.modal-title{ font-size: 14pt; }
.close{ font-size: 24pt; }

/*
===========================================
main heading
===========================================
*/

.main-heading h2 {
    color: #454545;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 50px;
    margin-top: 0;
}

.main-heading p {
    color: #999999;
    font-size: 12px;
    line-height: 26px;
}


/*======================================*/

img {
    vertical-align: middle;
    max-width: 100%;
}

.margin {
    display: inline-block;
    margin: 16px 0;
    width: 100%;
}

.large-margin {
    display: inline-block;
    margin: 20px 0;
    width: 100%;
}

.no-padding {
    padding: 0;
}

.padding-left {
    padding: 0 0 0 15px;
}

.padding-right {
    padding: 0 15px 0 0;
}

.space {
    padding: 50px 0;
}

.space-100 {
    padding: 100px 0;
}

.space-top {
    padding: 50px 0 0;
}

.space-bottom {
    padding: 0 0 50px 0;
}

.margin-top-50 {
    margin-top: 50px;
}

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

.margin-top-103 {
    margin-top: 103px;
}

.small-space {
    margin: 10px 0;
    display: inline-block;
    width: 100%;
}

section {
    overflow: hidden;
}


/*
===========================================
Form style
===========================================
*/

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
}

#contact-form .form-group input,
#contact-form .form-group textarea {
    border-radius: 3px !important;
    box-shadow: none;
}

input[type="radio"],
.checkbox input[type="radio"],
.checkbox input[type="checkbox"],
input[type="checkbox"] {
    display: none;
    margin-left: 0;
    margin-top: 3px;
    position: absolute;
}

.checkbox label::before {
    border: 1px solid #dcdcdc;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}

.checkbox label::after {
    background-color: #f0f0f0;
    border: 1px solid #dcdcdc;
    content: "";
    height: 12px;
    left: 0;
    margin: 4px;
    position: absolute;
    width: 12px;
}

.radio label,
.checkbox label {
    color: #282828;
    font-size: 13px;
    font-weight: normal;
    padding-left: 30px;
}

.form-control::-moz-placeholder {
    color: #999;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 300;
}

.form-control:-ms-input-placeholder {
    color: #999;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 300;
}

.form-control::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 300;
}

.contact-block form .form-group {
    margin-bottom: 14px;
    padding: 0 7px;
}

textarea.form-control {
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    height: 150px;
    resize: none;
}

input:focus,
textarea:focus,
select:focus {
    border-color: #e9322d!important;
    box-shadow: 0 0 6px #f8b9b7!important;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f0f0f0;
    /* fallback color if gradients are not supported */
    background-image: url("../images/select-arrow.png"), -webkit-linear-gradient(top, #f0f0f0, #f0f0f0);
    /* For Chrome and Safari */
    background-image: url("../images/select-arrow.png"), -moz-linear-gradient(top, #f0f0f0, #f0f0f0);
    /* For old Fx (3.6 to 15) */
    background-image: url("../images/select-arrow.png"), -ms-linear-gradient(top, #f0f0f0, #f0f0f0);
    /* For pre-releases of IE 10*/
    background-image: url("../images/select-arrow.png"), -o-linear-gradient(top, #f0f0f0, #f0f0f0);
    /* For old Opera (11.1 to 12.0) */
    background-image: url("../images/select-arrow.png"), linear-gradient(to bottom, #f0f0f0, #f0f0f0);
    /* Standard syntax; must be last */
    background-position: 96% center;
    background-repeat: no-repeat;
}

select::-ms-expand {
    /* for IE 11 */
    display: none;
}


/*
==========================================
center
==========================================
*/

#slide-nav .container,
.center,
.shots-pagination .pagination li a,
.wrapper #slide-nav .container-fluid .x-topbar-inner.x-container.max.width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/*
===========================================
Overlay
===========================================
*/

.overlay::before {
    background-color:rgba(23, 22, 33, 0.8);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.blue-overlay::before {
    background-color: rgba(24, 24, 24, 85%);
    background-repeat: repeat;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.orange-overlay::before {
    background-color: rgba(158, 103, 7, 85%);
    background-repeat: repeat;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}


/*
===========================================
Socials
===========================================
*/

ul.social-icons {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

ul.social-icons > li {
    display: inline-block;
    margin: 0 1.5px;
}

ul.social-icons > li a {
    color: #888;
    display: block;
    font-size: 15px;
    line-height: 28px;
    padding: 0 2px;
    text-align: center;
    width: 30px;
}

.sppb-person-social > li a {
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #999;
    display: inline-block;
    font-size: 13px !important;
    height: 30px;
    line-height: 30px !important;
    text-align: center;
    width: 30px;
}

.sppb-person-social > li {
    display: inline-block;
    margin: 0 1px;
}

.sppb-person-social > li a:hover,
#contact .sppb-person-social > li a:hover{
    background: #023669 none repeat scroll 0 0;
    border-color: #023669;
    color: #fff;
}
ul.social-icons > li a:hover {
    color: #1193d4 !important;
}


/*
===========================================
Pagination
===========================================
*/

.pagination > .active > a,
.pagination > .active > span {
    background-color: #023669;
    border-color: #023669;
}

.pagination > li > a,
.pagination > li > span {
    color: #000000;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #222;
}


/*
===========================================
Top Info
===========================================
*/
#sp-top-info {
    background-color: #333333;
    color: #f4261b;
    padding: 8px 0;
    border-bottom: 1px solid #ebebeb !important;
}

.sp-contact-info li {
    float: left;
    font-size: 90%;
    margin: 0 10px;
}

.sp-contact-info {
    float: right;
    list-style: outside none none;
    margin: 0 -10px;
    padding: 40px 0;
}
.sp-contact-info li i {
    color: #f4261b;
    display: block;
    float: left;
    font-size: 35px;
    line-height: 38px;
    margin-bottom: 3px;
    margin-right: 5px;
    padding-right: 20px;
    text-align: center;
    width: 40px;
}

.sp-contact-info li p.contact-content {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    margin-left: 45px;
}
.sp-contact-info li p.contact-content span:last-child {
    color: #f4261b;
    font-weight: 600;
    margin-bottom: 0;
}

.sp-contact-info li p.contact-content span {
    display: block;
    letter-spacing: 0.5px;
    line-height: 100%;
    margin: 2px 0 8px 5px;
}

#sp-top-bar {
    border-bottom: 1px solid #eee;
    padding: 8px 0;
    background-repeat: repeat;
    background-image: url("../images/back.jpg")
}

.logo h1 {
    display: table-cell;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.logo {
    display: table;
    height: 90px;
}

.breadcrumb span {
    margin-right: 10px;
}

.breadcrumb > li + li::before {
    color: #ccc;
    content: "/ ";
    padding: 0 4px 0 2px;
}

/*
===========================================
Header
===========================================
*/

.sp-megamenu-parent > li > a {
    color: #929292;
    display: inline-block;
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 60px;
    padding: 0 18px;
    box-sizing: border-box;
    transition: none;
    -webkit-transition: none;
}

.container.yellow .sp-megamenu-parent > li > a
{
    color: #222;
}

.sp-megamenu-parent > li {
    display: inline-block;
    margin-right: -4px;
    padding: 0;
    position: relative;
}

.sp-megamenu-parent .sp-has-child:hover > .sp-dropdown {
    display: block;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items li.sp-menu-item:hover {
    border-left: 3px solid #4278E8;
    transition: all 200ms ease 0s;
}

.sp-megamenu-parent {
    display: block;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    z-index: 9;
}

#offcanvas-toggler {
    float: right;
    line-height: 60px;
}

#sp-header {
    background: #000 none repeat scroll 0 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    padding: 0;
    z-index: 999;
    padding-bottom: 5px;
}

#sp-header .container.yellow
{
    background-color: #f4261b;
    border-radius: 5px;
    z-index: -1;
}

.sp-megamenu-parent .sp-dropdown {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 9999;
    min-width: 240px;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
    top: 100%;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right,
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
    left: 0;
}

.sp-megamenu-parent .sp-has-child:hover > .sp-dropdown {
    display: block;
}

.sp-megamenu-parent.menu-fade-up .sp-has-child:hover > .sp-dropdown {
    animation: 400ms ease 0s normal none 1 running spMenuFadeInUp;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #222 none repeat scroll 0 0;
    border-top: 3px solid #444;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
    list-style: outside none none;
    margin: 0;
    padding: 10px 0;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items li.sp-menu-item {
    margin-bottom: 3px;
    padding-left: 20px;
    transition: all 200ms ease 0s;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items li.sp-menu-item a {
    border-radius: 3px;
    color: #fff;
    font-size: 14px !important;
    font-weight: 600;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    color: #fff;
    display: block;
    padding: 5px 10px;
}

.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li:hover > a {
    border-top: 3px solid #f4261b;;
}

.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li:hover > a {
    color: #ffffff;
}

.container.yellow .sp-megamenu-parent > li.active > a,
.container.yellow .sp-megamenu-parent > li:hover > a {
    border-top: 3px solid #222;
}

.container.yellow .sp-megamenu-parent > li.active > a,
.container.yellow .sp-megamenu-parent > li:hover > a {
    color: #666;
}

#offcanvas-toggler {
    float: right;
    line-height: 60px;
}

#offcanvas-toggler > i {
    background: transparent none repeat scroll 0 0;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    padding: 0 0 0 10px;
    transition: color 400ms ease 0s, background-color 400ms ease 0s;
}

#offcanvas-toggler > i:hover {
    color: #fff;
}

.close-offcanvas {
    background: #023669 none repeat scroll 0 0;
    color: #fff;
    font-size: 22px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    right: 17px;
    text-align: center;
    top: 0;
    width: 60px;
    z-index: 1;
}
.close-offcanvas::before, .close-offcanvas::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 40%;
    left: 50%;
    position: absolute;
    top: 15px;
    width: 3px;
}
.close-offcanvas::after {
    transform: rotate(-45deg);
}
.close-offcanvas::before {
    transform: rotate(45deg);
}
.close-offcanvas i {
    display: none;
}

.close-offcanvas:hover {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}

.offcanvas-menu {
    background: #F5F5F5;
    color: #999;
    height: 100%;
    opacity: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: -417px;
    transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    width: 417px;
    z-index: 9999;
}

.offcanvas-menu .offcanvas-inner {
    backface-visibility: hidden;
    box-sizing: border-box;
    height: 100%;
    overflow: auto;
    padding: 50px 67px 50px 50px;
    position: absolute;
    right: 417px;
    top: 0;
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    width: 100%;
}
.offcanvas-menu ul li.parent ul {
    opacity: 0;
    height: 0;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    transform-origin: 0 0 0;
    visibility: hidden;
}
.offcanvas-menu .offcanvas-inner  ul > li.parent i {
    color: #969090;
    cursor: pointer;
    display: inline-block;
    padding: 13px 20px;
    position: absolute;
    right: 15px;
    top: 0;
}
.offcanvas .offcanvas-inner {
    transform: translate(100%, 0%) matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: translate(100%, 0%) matrix(1, 0, 0, 1, 0, 0);
}
#offcanvas-toggler > i:hover {
    color: #4278E8;
}
.offcanvas-menu .nav.menu {
    padding-left: 30px;
}
.offcanvas-menu .offcanvas-inner .search {
    margin-top: 25px;
}

.offcanvas-menu .offcanvas-inner .search input {
    border: 1px solid #eee;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
}

.body-innerwrapper::after {
    right: 0;
}

.offcanvas .offcanvas-menu {
    right: 400px;
    opacity: 1;
    transform: translate(100%, 0%) matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: translate(100%, 0%) matrix(1, 0, 0, 1, 0, 0);
}

.body-innerwrapper::after {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    content: "";
    height: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s;
    width: 0;
    z-index: 999;
}

.offcanvas {
    height: 100%;
    position: relative;
    width: 100%;
}

.offcanvas .body-innerwrapper::after {
    height: 100%;
    opacity: 1;
    transition: opacity 0.5s ease 0s;
    width: 100%;
}
.offcanvas-menu ul.nav-child li {
    padding-left: 10px;
}

.menu .nav-child.small {
    font-size: inherit;
}

.offcanvas-menu .offcanvas-inner  ul.nav > li a::after {
    background-color: #1193d4;
    content: "";
    height: 3px;
    left: -40px;
    position: absolute;
    top: 21px;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    width: 20px;
}
.parent .more::after {
    bottom: 0;
    color: #1193d4;
    content: "";
    font-family: fontawesome;
    font-size: 18px;
    left: 0;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.parent .more {
    cursor: pointer;
    display: inline-block;
    height: 40px;
    position: absolute;
    right: 0;
    top: 2px;
    width: 40px;
}
.offcanvas-menu .offcanvas-inner ul > li a:hover::after {
    left: -40px;
    width: 40px;
}
.offcanvas-menu ul li.parent.current ul {
    opacity: 1;
    height: 100%;
    visibility: visible;
    transform: none;
    -webkit-transform: none;
}
.offcanvas-menu .sp-module-title {
    text-transform: capitalize;
}
.offcanvas-menu ul#offcanvas-inner-menu{
    padding-left: 30px;
}
.offcanvas-menu .offcanvas-inner ul > li.active > a,
.offcanvas-menu .offcanvas-inner ul > li > a:hover{
    background-color: transparent;
}
.offcanvas-menu .offcanvas-inner ul > li a {
    color: #023669;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    margin-left: 0;
    margin-right: 0;
    padding: 8px 0;
    position: relative;
    text-transform: capitalize;
}
.parent.current .more::after {
    content: "\f107";
}
ul#offcanvas-inner-menu > li > ul.nav-child {
    animation: 700ms ease 0s normal none 1 running spMenuFadeIn;
    display: none;
    padding: 0 10px;
}

ul#offcanvas-inner-menu > li.deeper.parent.open > ul.nav-child {
    display: block;
}
.sp-megamenu-parent > li.sp-has-child > a::after {
    content: " ";
    font-family: "FontAwesome";
}
.offcanvas-menu .offcanvas-inner ul > li ul > li > a::after {
    display: none;
}
.close-offcanvas:hover {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: #fff;
}
@keyframes spMenuFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes spMenuFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes spMenuZoom {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes spMenuZoom {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes spMenuFadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0px, 30px, 0px);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes spMenuFadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0px, 30px, 0px);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

ul#offcanvas-inner-menu > li.deeper.parent a > i {
    display: block;
    float: right;
    font-size: 14px;
    padding: 10px 6px 10px 40px;
}


/*
===========================================
Breadcrumb
===========================================
*/

#breadcrumb {
    background: #023669 none repeat scroll 0 0;
    padding: 40px 0;
}

.breadcrumb {
    background-color: transparent;
    border-radius: 4px;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0;
}

#breadcrumb h2 {
    font-size: 24px;
    line-height: 1;
    color: #fff;
    float: left;
    margin: 0;
    padding: 0;
}

.breadcrumb > .active {
    color: rgba(255, 255, 255, 0.8);
}

.breadcrumb li,
.breadcrumb li a {
    color: #fff;
}


/*
===========================================
Action
===========================================
*/

.action {
    background-color: #454545;
    padding: 20px 0;
}

.action .action-block h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 0;
    margin-top: 0;
}

.action .sppb-btn.sppb-btn-default.sppb-btn- {
    display: inline-block;
    margin: 4px 0 0 0;
}


/*
===========================================
Services
===========================================
*/
#services.bg {
    background-color: #f8f8f8;
}
.service-block .simple {
    margin-top: 15px;
    display: inline-block;
}

#services .service-block h3 {
    color: #454545;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 0;
}
#services .service-text {
    padding: 30px;
}
#services .service-block.col-sm-12 .service-text {
    padding-left: 40px;
    padding-top: 30px;
}
.service-text .author-info {
    color: #888;
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
}
#services .service-block.col-sm-12 .service-text h3 {
    color: #454545;
    font-size: 35px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 40px;
    margin-top: 0;
}
#services .service-block .inner{
    border: 1px solid #ebebeb;
    background-color: #fff;
}
.service-list .media-body .title {
    color: #454545;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    margin-top: 0;
    font-family: Poppins;
}

.service-list .media-body .title a {
    color: #454545;
}

.service-list .pull-left {
    margin-right: 15px;
}

.service-block .service-list {
    margin-bottom: 30px;
}

.service-block .button .simple {
    margin-top: 0;
}
#services .service-block:not(:nth-last-child(-n+3)) {
    margin-bottom: 50px;
}

.service-image .hover {
    background-color: rgba(255,204,102, 0.48);
    bottom: 0;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 28px;
    color: #fff;
    opacity: 0;
}
.service-block:hover .service-image .hover{
    opacity: 1;
}

/*
===========================================
Accordion
===========================================
*/
#accordion .panel-title a.collapsed {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: block;
    font-family: open sans;
    font-size: 16px;
    padding: 16px 20px;
    color: #023669;
    font-weight: bold;
    box-shadow: none;
    border-radius: 50px;
}

#accordion .panel-title a {
    background-color: #1193d4;
    box-shadow: 1px 2px 7.28px 0.72px rgba(0, 0, 0, 0.08);
    color: #fff;
    display: block;
    border-radius: 50px;
    font-family: open sans;
    font-size: 16px;
    font-weight: bold;
    padding: 16px 20px;
}
.panel-title a i {
    margin-right: 10px;
}
.panel-default > .panel-heading {
    background-color: transparent;
    border: medium none;
    box-shadow: none;
    color: #333;
    padding: 0;
}

#accordion .panel-body {
    border: medium none;
    box-shadow: none;
    padding: 15px 35px;
}

#accordion .panel {
    border: medium none;
}

/*
===========================================
offers
===========================================
*/
#offer .offer-icon {
    width: 55px;
    height: 55px;
    background-color: #f4261b;
    text-align: center;
    font-size: 25px;
    color: #000000;
    line-height: 55px;
    border-radius: 50%;
    float: left;
    z-index: 9;
}
#offer .offer-text {
    margin-left: 70px;
}
#offer .offer-text h4 {
    color: #454545;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}
#offer .offer-block:not(:nth-last-child(-n+3)) {
    margin-bottom: 50px;
    background-color: #f3f3f3;
    border: 1px solid #ffffff;
    padding: 20px;
}

#offer.space {
    border-top: 1px solid #ebebeb;
    padding-bottom: 50px;
}
/*
===========================================
Team
===========================================
*/

#team {
    border-bottom: 1px solid #ebebeb;
}

#team .team-block .inner {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    padding: 15px;
}

.team-block .name {
    font-size: 16px;
    font-weight: bold;
    margin-top: 18px;
    text-transform: uppercase;
}

.team-block .designation {
    font-size: 11px;
    font-style: italic;
    color: #888;
}

.team-block .inner p {
    margin-top: 15px;
}

#team .team-text {
    padding: 0 15px;
}

.team-text .sppb-person-social {
    margin-top: 15px;
}


/*
===========================================
Counter
===========================================
*/

#counter1 {
    background-attachment: fixed;
    background-image: url("../images/armazem.jpg");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0 0;
}


#counter {
    background-attachment: fixed;
    background-image: url("../images/bg-21.jpg");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0 0;
}

.counter-heading h2 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 0;
    margin-top: 40px;
}

.counter-heading h2 span {
    color: #fff;
}

#counter .odometer {
    color: #ffffff;
    font-size: 50px;
    line-height: 50px;
    font-weight: 800;
}

#counter .counter-base h3 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    margin-bottom: 0;
    margin-top: 10px;
}

#counter .counter-base {
    margin-top: 50px;
}


/*
===========================================
Blog
===========================================
*/
.recent-news.bg-color {
    background-color: #f8f8f8;
}
.recent-news article .article-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 40px;
}

.recent-news article .article-title a {
    color: #023669;
}

article .meta i {
    color: #999;
    font-size: 13px;
    padding-left: 0;
    padding-right: 5px;
}

article .meta > li {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    color: #888;
    font-style: italic;
}

article .meta > li:not(:last-child) {
    border-right: 1px solid #999;
    padding-right: 14px;
}

article .meta > li:not(:first-child) {
    padding-left: 14px;
}

.recent-news .blog-list article h3 {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
}

.recent-news .blog-list article p {
    -moz-box-orient: vertical;
    display: -webkit-box;
    font-size: 14px;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recent-news .blog-list .article-thumb {
    margin-right: 15px;
}

.blog-list .article-thumb img {
    border-radius: 4px;
}

.blog-list article .meta > li {
    line-height: 16px;
}

.recent-news .blog-list article:not(:last-child) {
    margin-bottom: 30px;
}
.blog-block img {
    width: 100%;
}

.inner #blog .icon {
    border: 1px solid #023669;
    border-radius: 3px;
    color: #023669;
    display: block;
    font-size: 24px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    top: 0;
    width: 48px;
}

.inner #blog .blog-content {
    background-color: #fff;
    padding: 40px;
}

.inner #blog {
    background-color: #fafafa;
}

.inner #blog article.blog-block {
    box-shadow: 1px 2px 7.28px 0.72px rgba(0, 0, 0, 0.08);
    margin-bottom: 50px;
}

.inner #blog .blog-info {
    margin-bottom: 30px;
    margin-left: 68px;
}

.inner #blog .blog-info .meta li {
    border-right: 1px solid #ddd;
    color: #666;
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    line-height: 12px;
    margin: 0;
    padding: 0 8px;
    text-transform: uppercase;
    position: static;
}

.inner article .meta i {
    color: #666;
}

.inner #blog .blog-info h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    margin: 8px 0 0;
    text-transform: capitalize;
}

.inner #blog .blog-info h2 a {
    color: #000;
}

.inner .blog-block .meta {
    margin-bottom: 15px;
}

.inner .blog-block a.readmore {
    background: transparent none repeat scroll 0 0;
    border-color: #023669;
    border-radius: 30px;
    border-width: 2px;
    color: #023669;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin: 40px 0 10px;
    padding: 8px 35px;
}

.inner .blog-block a.readmore:hover {
    background: #023669 none repeat scroll 0 0;
    color: #fff;
}

.embed-responsive {
    padding-bottom: 56.25%;
}
.single-blog.two .pager a:hover {
    color: #111 !important;
}
blockquote {
    border-color: #023669;
    font-style: italic;
}

#blog.single-blog p {
    margin-bottom: 10px;
}

#blog.single-blog article {
    background-color: #fff;
    padding: 30px;
}

#blog.single-blog .blog-content {
    padding: 40px 0 0;
}

#blog.single-blog .tags a.label {
    background: #eee none repeat scroll 0 0;
    border-radius: 30px;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 15px;
}

#blog.single-blog .tags span {
    text-transform: uppercase;
}

#blog.single-blog .tags > li {
    display: inline-block;
}

#blog.single-blog .tags {
    border-top: 1px solid #eee;
    margin-top: 50px;
    padding-top: 30px;
}
.single-blog.two .blog-image:not(:last-child) {
    margin-bottom: 30px;
}
.heading.border-bottom > h2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 20px;
    color: #222;
}
.heading.border-bottom > h4 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 15px;
    padding-bottom: 20px;
    font-weight: 600;
    color: #222;
}
.heading.border-bottom > h2::after,
.heading.border-bottom > h4::after {
    background-color: #f7c51e;
    bottom: -1px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 30px;
}
.single-blog.two .meta-data {
    background-color: #eeeeee;
    border-radius: 2px;
    color: #666666;
    margin-bottom: 30px;
    padding: 16px 22px;
}
.single-blog.two .meta-data li {
    margin-bottom: 5px;
}
.single-blog.two .meta-data li i{
    display: inline-block;
    font-size: 120%;
    margin-right: 4px;
    min-width: 20px;
    text-align: center;
}
.single-blog.two .pager {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    list-style: outside none none;
    margin: 20px 0 0;
    padding: 20px 0 0;
    text-align: center;
}
.single-blog.two .pager a {
    background-color: #eeeeee;
    border: medium none;
    border-radius: 0;
    color: #999999 !important;
    display: block;
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-weight: bold;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.single-blog.two .pager li {
    display: inline-block;
    min-height: 1px;
    text-align: center;
    width: calc(50% - 15px);
}
.single-blog.two .pager li:first-child {
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.single-blog.two .pager li:last-child {
    float: right;
}
ul.pagenav li a {
    background: transparent none repeat scroll 0 0;
    border-color: #023669;
    border-radius: 30px;
    border-width: 2px;
    color: #023669;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin: 10px 0 0;
    padding: 8px 35px;
}

ul.pagenav li a:hover {
    background: #023669 none repeat scroll 0 0;
    color: #fff;
}

.sp-social-share ul li {
    display: inline-block;
    font-size: 24px;
    margin: 0 5px;
}

.sp-social-share ul {
    display: block;
    margin: 20px -5px 0;
    padding: 0;
}

.items-more {
    clear: both;
}

.sp-social-share.clearfix iframe {
    border: medium none;
    display: inline-block;
    height: 20px;
    width: 100px;
}

#blog.single-blog .tags > li::after {
    content: ",";
    padding: 0 1px 0 4px;
}


/*
===========================================
Testimonials
===========================================
*/

#testimonials {
    background-attachment: fixed;
    background-image: url("../images/desk1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 50px 0;
}

#testimonials .main-heading i {
    color: #fff;
    font-size: 60px;
    margin-bottom: 40px;
}

#testimonials #sync1 .item p {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 30px;
    font-style: italic;
}

#testimonials .main-heading h2 {
    color: #fff;
}

#testimonials #sync1 .name {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 60px;
}

#testimonials #sync2 .owl-wrapper {
    margin: auto;
}

#testimonials #sync2 .owl-item {
    display: inline-block;
    float: none;
    text-align: center;
    width: 75px !important;
}

#testimonials #sync2 .owl-wrapper {
    margin: auto;
    text-align: center;
    width: 260px !important;
}

#testimonials #sync2 .item > img {
    border: medium none !important;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    line-height: 75px !important;
    opacity: 0.2;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    width: 50px;
}

#testimonials #sync2 .synced .item > img {
    height: 75px;
    opacity: 1;
    transition: all 0.3s ease 0s;
    width: 75px;
}


/*
===========================================
Footer upper
===========================================
*/
#sp-bottom {
    background-color: #0d141b;
    color: #ffffff;
    padding: 70px 0;
}

#sp-bottom .sp-module-title {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1;
    margin: 0 0 20px;
    text-transform: none;
}

#sp-bottom .textwidget p,
#sp-bottom .textwidget li {
    color: #fff;
    margin-bottom: 10px;
}

#sp-bottom .textwidget p i {
    color: #f4261b;
    margin-right: 10px;
}

#sp-bottom .textwidget li i {
    color: #f4261b;
    margin-right: 10px;
}
#sp-bottom .textwidget li a {
    color: #fff;
}

.tagspopular ul li a {
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff !important;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 0 15px;
    display: inline-block;
}

.tagspopular ul li a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #023669 !important;
}

#sp-bottom .textwidget p a:hover {
    color: #f5dd25;
}

.tagspopular ul li {
    border: medium none;
    display: inline-block;
}

ul.sp-flickr-gallery li {
    max-width: 25%;
}

.sp-flickr-gallery li {
    box-sizing: border-box;
    display: inline-block;
    margin: 0 0 -8px;
}

.sp-flickr-gallery li {
    padding: 0 1px 1px 0 !important;
}

.sp-flickr-gallery li span.flickr-gallery-wrap::after {
    color: #fff;
    content: "+";
    font-family: "FontAwesome";
    font-size: 24px;
    font-weight: bold;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.25s ease 0s;
    z-index: 2;
}

.sp-flickr-gallery li span.flickr-gallery-wrap::before {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.25s ease 0s;
    width: 100%;
    z-index: 1;
}

.sp-flickr-gallery li:hover span.flickr-gallery-wrap::before {
    opacity: 1;
}

.sp-flickr-gallery li:hover span.flickr-gallery-wrap::after {
    transform: translate(-50%, -50%) scale(1);
}

.flickr-gallery-wrap {
    display: inline-block;
}


/*
===========================================
Footer copyrights
===========================================
*/

#sp-footer {
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

#sp-footer {
    background-color: #090e14;
}
#sp-footer p i {
    color: #f4261b;
}

#sp-bottom .textwidget li a:hover {
    color: #f4261b;
}


/*
===========================================
Contact us
===========================================
*/

#contact-form .button {
    padding: 0 7px;
}

#contact .contact-block .main-heading {
    padding: 0 7px;
}

#contact .contact-block .main-heading h3 {
    color: #454545;
    font-size: 25px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 20px;
    margin-top: 0;
}

#contact {
    padding: 100px 0;
}
.address {
    clear: both;
}
.contact-block ul.address li i {
    color: #023669;
    margin-right: 10px;
}

.contact-block li:not(:last-child) {
    margin-bottom: 10px;
}

.contact-block li, .contact-block li a {
    color: #888;
}
#contact .sppb-person-social {
    margin-top: 50px;
}

#contact .sppb-person-social li a {
    border: 1px solid #4278e8;
    border-radius: 3px !important;
    color: #4278e8;
    height: 35px;
    line-height: 35px !important;
    margin: 0;
    padding: 0 !important;
    text-align: center;
    width: 35px;
}
.sppb-addon-gmap-canvas {
    height: 450px;
    width: 100%;
}

#contact-us .sppb-addon-gmap-canvas {
    height: 550px;
    width: 100%;
}
#contact-us .contact-block h3 {
    color: #454545;
    font-size: 35px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 25px;
    margin-top: 0;
}
#contact-us .contact-block {
    padding: 60px 0 60px 60px;
}

/*
===========================================
History
===========================================
*/
#history.bg-color {
    background-color: #F8F8F8;
}
#history .history-block .inner {
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 30px;
}
#history .history-block h3 {
    color: #454545;
    font-size: 35px;
    font-weight: 800;
    line-height: 35px;
    margin-bottom: 24px;
}
#history .history-block h2 {
    color: #454545;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 40px;
}
.skill-box {
    background-color: #1193d4 !important;
    color: #333;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    overflow: visible;
    text-align: left;
    transition: all 0s ease-in-out 0s;
    width: 0;
    height: 10px;
    border-radius: 5px;
}
.skills .skill {
    background-color: #f5f5f5;
    height: 10px;
    border-radius: 5px;
}

.skill span {
    float: right;
    font-size: 15px;
    color: #000;
}
.skill-block {
    margin-bottom: 20px;
}

.skill-block h6 {
    color: #000;
    display: inline-block;
    font-family: open sans;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 0;
}
#history .skills {
    margin-top: 20px;
}

/*
===========================================
About
===========================================
*/
#about.bg-color{
    background-color: #F8F8F8;
}
.about-block > ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
.about-block h2 {
    color: #454545;
    font-size: 35px;
    font-weight: 900;
    line-height: 35px;
    margin-bottom: 40px;
}
.about-block ul li {
    display: flex;
    margin-bottom: 10px;
}
.about-block ul li i {
    color: #1193d4;
    font-size: 13px;
    margin-right: 15px;
    margin-top: 6px;
}


.testimonial-block .cleint-img{
    min-height: 100px;
}
/*
===========================================
Aside
===========================================
*/

aside .service li a {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -1px;
    padding: 12px 30px;
    transition: all 200ms ease 0s;
}

aside .service li {
    background-color: #023669;
    margin-bottom: 1px;
    transition: all 200ms ease 0s;
}

aside .service li a:hover,
aside .service li a:focus {
    background-color: #023669;
    color: #f5dd25;
}

aside .service li a.active,
aside .service li:hover a {
    border-left: 3px solid #f5dd25 !important;
    color: #f5dd25;
}

aside .download-links .sppb-btn.sppb-btn-success {
    display: inline-block;
    width: 100%;
}

aside .download-links li a i {
    margin-right: 7px;
}

aside .widget:not(:last-child) {
    margin-bottom: 50px;
}

aside .widget h3 {
    color: #454545;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 0;
}

aside .address li i {
    color: #f5dd25;
    margin-right: 10px;
}

aside .address > li:not(:last-child) {
    margin-bottom: 10px;
}

aside .address > li:not(:last-child) {
    margin-bottom: 10px;
}

aside .address a,
aside .address li {
    color: #222;
}

aside.sidebar .widget {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    margin-top: 30px;
    padding: 40px;
}

aside.sidebar .widget.about h3 {
    color: #222;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
    text-transform: capitalize;
}

aside.sidebar .widget:first-child {
    margin-top: 0;
}

aside.sidebar .widget h3 {
    color: #222;
    line-height: 1;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
}

aside.sidebar .widget.category ul li a {
    display: block;
    line-height: 36px;
    padding: 2px 0;
    color: #222;
}

aside.sidebar .widget.category ul li {
    display: block;
}

aside.sidebar .widget.category ul li:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
}

aside.sidebar .widget.tag-blog ul li a {
    border: 1px solid #023669;
    border-radius: 30px;
    color: #023669;
    display: inline-block;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 0 15px;
}

aside.sidebar .widget.tag-blog ul li {
    border: medium none;
    display: inline-block;
}

aside.sidebar .widget:not(:last-child) {
    margin-bottom: 0;
}

aside.sidebar .widget.gallery {
    display: inline-block;
    width: 100%;
}

aside.sidebar .recent-post {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

aside.sidebar .recent-post a {
    color: #222;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

aside.sidebar .recent-post span {
    margin-right: 10px;
}

/*
===========================================
Partner logo
===========================================
*/
.partner-logo.bg-color {
    background-color: #f8f8f8;
}
.partner-logo a img {
    opacity: .7;
}
.partner-logo a:hover img {
    opacity: 1;
}
/*
===========================================
Responsive
===========================================
*/

@media (max-width: 767px) {
    .offcanvas .offcanvas-menu {
        right: 300px;
    }
    .offcanvas-menu {
        right: -300px;
        width: 300px;
    }
    .offcanvas-menu .offcanvas-inner {
        padding: 51px 30px 50px 50px;
        right: 300px;
    }
    .logo {
        margin: auto;
    }
    #sp-logo {
        text-align: center;
    }
    #offcanvas-toggler {
        float: none;
    }
    #sp-header .sp-megamenu-wrapper {
        text-align: center;
    }
    #offcanvas-toggler > i {
        padding: 0;
    }
    .sp-simpleportfolio .sp-simpleportfolio-items {
        margin: 0;
    }
    .about-block .about-list {
        margin-bottom: 40px;
    }
    .recent-news .news-block {
        margin-bottom: 30px;
    }
    .recent-news .blog-list .article-thumb {
        margin-bottom: 10px;
    }
    .recent-news .blog-list article h3 {
        font-size: 18px;
    }
    .partner-logo a {
        text-align: center;
        display: block;
    }
    .partner-logo a .img-responsive {
        margin: auto;
    }
    .action .action-block h2 {
        font-size: 18px;
    }
    .main-heading h2 {
        font-size: 35px;
    }
    .padding-left {
        padding: 0;
    }
    .padding-right {
        padding: 0;
    }
    #single-service .service-detail h3 {
        font-size: 20px;
    }
    #single-service .col-sm-9.ss-block {
        margin-top: 30px;
    }
    .ss-block #carousel ul li.flax-thumb {
        height: 65px !important;
        margin-right: 7px !important;
        width: 85px !important;
    }
    .ss-block #carousel ul li.flex-nav-prev {
        left: 0;
        margin-top: 10px;
        position: absolute;
    }
    .ss-block #slider.flexslider {
        margin: 0;
    }
    #services .service-block:not(:last-child) {
        margin-bottom: 30px;
    }
    .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
        line-height: 30px;
    }
    #about .about-block.col-sm-7 {
        margin-top: 20px;
    }
    #counter .counter-block {
        margin-bottom: 30px;
    }
    #testimonials #sync1 .item p {
        font-size: 15px;
        line-height: 32px;
    }
    #about .about-block:not(:last-child) {
        margin-bottom: 30px;
    }
    #team .team-block:not(:last-child) {
        margin-bottom: 30px;
    }
    .pagination {
        padding-left: 10px;
    }
    .inner #blog .blog-content {
        padding: 25px 15px;
    }
    .inner #blog .blog-info h2 {
        font-size: 16px;
        line-height: 28px !important;
    }
    #blog.single-blog article {
        padding: 0;
    }
    #blog.single-blog .tags {
        padding: 30px 15px;
    }
    .pager.pagenav {
        padding: 0 15px;
    }
    .sp-social-share.clearfix iframe {
        width: 63px;
    }
    .sp-social-share ul {
        margin: 20px 0 0;
    }
    #contact .contact-block:not(:last-child) {
        margin-bottom: 30px;
    }
    .sppb-addon-gmap-canvas {
        height: 250px;
    }
    #single-project .sp-content.padding-left.meta {
        margin-top: 30px;
    }
    .single-blog.two .pager li:first-child {
        margin-right: 6px;
    }
    .single-blog.two .pager li {
        width: calc(50% - 6px);
    }
    .single-blog.two .pager a {
        font-size: 11px;
    }
    .single-blog.two .pager {
        margin: 20px 0;
    }
    #services .service-block.col-sm-12 .service-text {
        padding-left: 15px;
        padding-top: 20px;
        padding-right: 15px;
    }
    #offer .offer-text h4 {
        font-size: 15px;
    }
    #offer .offer-block:not(:last-child) {
        margin-bottom: 50px;
    }
    .history-block:not(:last-child) {
        margin-bottom: 30px;
    }
    #accordion .panel-title a {
        font-size: 11px!important;
    }
    #contact-us .contact-block {
        padding: 60px 15px 60px 15px;
    }
    #contact-us .sppb-addon-gmap-canvas {
        height: 250px;
    }
    #history .history-block h3 {
        font-size: 23px;
    }
    #services .service-block.col-sm-12 .service-text h3 {
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 20px;
    }
    .about-block > ul {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    #sp-top-bar .sp-contact-time {
        display: none;
    }
    .action .action-block h2 {
        font-size: 23px;
    }
    .service-list .media-body > p {
        line-height: 18px;
        font-size: 11px;
    }
    .service-block .service-list {
        margin-bottom: 15px;
    }
    .counter-heading h2 {
        font-size: 22px;
        margin-top: 0;
    }
    #counter .counter-base h3 {
        font-size: 12px;
    }
    aside.sidebar .widget {
        padding: 30px 20px;
    }
}



#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #f4261b; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px; /* Some padding */
  border-radius: 0px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}


html{
   scroll-behavior: smooth;
}






































.cbh-phone{display:block;position:fixed;
  bottom: -25px; visibility:hidden;background-color:transparent;width:200px;height:200px;cursor:pointer;z-index:999;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transition:visibility .5s;-moz-transition:visibility .5s;-o-transition:visibility .5s;transition:visibility .5s}
  .cbh-phone.cbh-show{visibility:visible}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}
  .cbh-phone.cbh-static1{opacity:.6}
  .cbh-phone.cbh-hover1{opacity:1}
  .cbh-ph-circle{width:110px;height:110px;top:40px;left:40px;position:absolute;background-color:transparent;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid rgba(30,30,30,.4);opacity:.1;-webkit-animation:cbh-circle-anim 1.2s infinite ease-in-out;-moz-animation:cbh-circle-anim 1.2s infinite ease-in-out;-ms-animation:cbh-circle-anim 1.2s infinite ease-in-out;-o-animation:cbh-circle-anim 1.2s infinite ease-in-out;animation:cbh-circle-anim 1.2s infinite ease-in-out;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s}
  .cbh-phone.cbh-active .cbh-ph-circle1{-webkit-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;-moz-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;-ms-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;-o-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;animation:cbh-circle-anim 1.1s infinite ease-in-out!important}
  .cbh-phone.cbh-static .cbh-ph-circle{-webkit-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;-moz-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;-ms-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;-o-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;animation:cbh-circle-anim 2.2s infinite ease-in-out!important}
  .cbh-phone.cbh-hover .cbh-ph-circle{border-color:rgba(0,175,242,1);opacity:.5}
  .cbh-phone.cbh-green.cbh-hover .cbh-ph-circle{border-color:rgba(117,235,80,1);opacity:.5}
  .cbh-phone.cbh-green .cbh-ph-circle{border-color:rgba(0,175,242,1);opacity:.5}
  .cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle{border-color:rgba(204,204,204,1);opacity:.5}
  .cbh-phone.cbh-gray .cbh-ph-circle{border-color:rgba(117,235,80,1);opacity:.5}
  .cbh-ph-circle-fill{width:74px;height:74px;top:58px;left:58px;position:absolute;background-color:#000;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;opacity:.1;-webkit-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;-moz-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;-ms-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;-o-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s}
  .cbh-phone.cbh-active .cbh-ph-circle-fill{-webkit-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;-moz-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;-ms-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;-o-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important}
  .cbh-phone.cbh-static .cbh-ph-circle-fill{-webkit-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;-moz-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;-ms-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;-o-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;opacity:0!important}         .cbh-phone.cbh-hover .cbh-ph-circle-fill{background-color:rgba(0,175,242,.5);opacity:.75!important}
  .cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill{background-color:rgba(117,235,80,.5);opacity:.75!important}
  .cbh-phone.cbh-green .cbh-ph-circle-fill{background-color:rgba(0,175,242,.5);opacity:.75!important}
  .cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill{background-color:rgba(204,204,204,.5);opacity:.75!important}
  .cbh-phone.cbh-gray .cbh-ph-circle-fill{background-color:rgba(117,235,80,.5);opacity:1!important}
  .cbh-ph-img-circle1{width:50px;height:50px;top:70px;left:70px;position:absolute;background-image:url(https://360imagem.com/google/images/wpp-icon.png);background-size: 40px 40px;background-color:rgba(30,30,30,.1);background-position:center center;background-repeat:no-repeat;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;opacity:1;-webkit-animation:cbh-circle-img-anim 1s infinite ease-in-out;-moz-animation:cbh-circle-img-anim 1s infinite ease-in-out;-ms-animation:cbh-circle-img-anim 1s infinite ease-in-out;-o-animation:cbh-circle-img-anim 1s infinite ease-in-out;animation:cbh-circle-img-anim 1s infinite ease-in-out}
  .cbh-phone.cbh-active .cbh-ph-img-circle1{-webkit-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;-moz-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;-ms-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;-o-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;animation:cbh-circle-img-anim 1s infinite ease-in-out!important}
  .cbh-phone.cbh-static .cbh-ph-img-circle1{-webkit-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;-moz-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;-ms-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;-o-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;animation:cbh-circle-img-anim 0s infinite ease-in-out!important}
  .cbh-phone.cbh-hover .cbh-ph-img-circle1{background-color:rgba(0,175,242,1)}
  .cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover{background-color:rgba(117,235,80,1)}
  .cbh-phone.cbh-green .cbh-ph-img-circle1{background-color:rgba(0,175,242,1)}
  .cbh-phone.cbh-green .cbh-ph-img-circle1{background-color:rgba(0,175,242,1)}
  .cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1{background-color:rgba(204,204,204,1)}
  .cbh-phone.cbh-gray .cbh-ph-img-circle1{background-color:rgba(117,235,80,1)}@-moz-keyframes cbh-circle-anim{0%{-moz-transform:rotate(0deg) scale(0.5) skew(1deg);opacity:.1;-moz-opacity:.1;-webkit-opacity:.1;-o-opacity:.1}30%{-moz-transform:rotate(0deg) scale(.7) skew(1deg);opacity:.5;-moz-opacity:.5;-webkit-opacity:.5;-o-opacity:.5}100%{-moz-transform:rotate(0deg) scale(1) skew(1deg);opacity:.6;-moz-opacity:.6;-webkit-opacity:.6;-o-opacity:.1}}@-webkit-keyframes cbh-circle-anim{0%{-webkit-transform:rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity:.1}30%{-webkit-transform:rotate(0deg) scale(.7) skew(1deg);-webkit-opacity:.5}100%{-webkit-transform:rotate(0deg) scale(1) skew(1deg);-webkit-opacity:.1}}@-o-keyframes cbh-circle-anim{0%{-o-transform:rotate(0deg) kscale(0.5) skew(1deg);-o-opacity:.1}30%{-o-transform:rotate(0deg) scale(.7) skew(1deg);-o-opacity:.5}100%{-o-transform:rotate(0deg) scale(1) skew(1deg);-o-opacity:.1}}@keyframes cbh-circle-anim{0%{transform:rotate(0deg) scale(0.5) skew(1deg);opacity:.1}30%{transform:rotate(0deg) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0deg) scale(1) skew(1deg);opacity:.1}}@-moz-keyframes cbh-circle-fill-anim{0%{-moz-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{-moz-transform:rotate(0deg) -moz-scale(1) skew(1deg);opacity:.2}100%{-moz-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@-webkit-keyframes cbh-circle-fill-anim{0%{-webkit-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{-webkit-transform:rotate(0deg) scale(1) skew(1deg);opacity:.2}100%{-webkit-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@-o-keyframes cbh-circle-fill-anim{0%{-o-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{-o-transform:rotate(0deg) scale(1) skew(1deg);opacity:.2}100%{-o-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@keyframes cbh-circle-fill-anim{0%{transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{transform:rotate(0deg) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@keyframes cbh-circle-img-anim{0%{transform:rotate(0deg) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{transform:rotate(0deg) scale(1) skew(1deg)}}@-moz-keyframes cbh-circle-img-anim{0%{transform:rotate(0deg) scale(1) skew(1deg)}10%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}30%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{-moz-transform:rotate(0deg) scale(1) skew(1deg)}}@-webkit-keyframes cbh-circle-img-anim{0%{-webkit-transform:rotate(0deg) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{-webkit-transform:rotate(0deg) scale(1) skew(1deg)}}@-o-keyframes cbh-circle-img-anim{0%{-o-transform:rotate(0deg) scale(1) skew(1deg)}10%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-o-transform:rotate(25deg) scale(1) skew(1deg)}30%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-o-transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{-o-transform:rotate(0deg) scale(1) skew(1deg)}}
  .cbh-ph-img-circle1 {}
  .cbh-phone.cbh-green .cbh-ph-circle {border-color: rgb(0, 242, 164)}
  .cbh-phone.cbh-green .cbh-ph-circle-fill {background-color: rgb(0, 242, 164);}
  .cbh-phone.cbh-green .cbh-ph-img-circle1 {background-color:rgb(46, 203, 113);}

  .kmacb__manager-border {
    position: absolute;
    width: 75px;
    height: 75px;
    top: 50%;
    left: 50%;
    margin-top: -39.5px;
    margin-left: -39.5px;
    border-radius: 100%;
    border: 2px solid #ffe787;
    -webkit-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
    -moz-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
    -ms-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
    -o-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
    animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
    opacity: .8;
    transform-origin: center;
  }
  .kmacb__manager-fill {
    background: #52aff7 center bottom no-repeat;
    position: absolute;
    width: 75px;
    height: 75px;
    top: 50%;
    left: 50%;
    margin-top: -37.5px;
    margin-left: -37.5px;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    -moz-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    -ms-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    -o-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    transform-origin: center;
  }
  .kmacb__manager-circle {
    background: #52aff7;
    position: absolute;
    width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    border-radius: 100%;
  }


select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border: 1px solid #fcd380 !important;
}

.entreguei-form-submit input {
    font-size: 15px !important;
    color: #000000 !important;
    background: #fcd380 !important;
    padding: 5px 10px !important;
}


.entreguei-form-input+label {
    top: -3px !important;
}

.entreguei-form-input.label-float+label, .entreguei-form-input:focus+label {
    color: #ffae0d  !important;
}

















.mobile-container {
  max-width: 480px;
  margin: auto;
  background-color: #555;
  height: 500px;
  color: white;
  border-radius: 10px;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.mobile-only
{
    display: none;
}

@media (max-width: 640px) {
    .mobile-only{
        display: block;
    }
}