@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:300,400,600,700,800|Poppins:400,500,600,700");

* {
    position: relative;
    transition: all 0.4s ease-in-out 0s;
    outline: 0px !important;
}

::before,
::after {
    transition: all 0.4s ease-in-out 0s;
}

section,
#rev_slider_1_1_wrapper * {
    transition: none 0s ease 0s;
}

ul {
    margin: 0px;
    list-style: none;
    padding: 0px;
}

body {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.3px;
    line-height: 26px;
    color: rgb(51, 51, 51);
}

p {
    margin: 0px;
}

a {
    color: rgb(2, 54, 105);
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: rgb(51, 51, 51);
    font-family: Montserrat;
}

h2 {
    font-weight: 700;
    letter-spacing: -0.06em !important;
}

h2,
h3 {
    line-height: 130% !important;
}

.row {
    clear: both;
}

.bg-color {
    background-color: rgb(253, 252, 252);
}

.sppb-btn {
    border-radius: 3px;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-top: 10px;
    padding: 8px 35px;
    text-transform: lowercase;
}

.sppb-btn.sppb-btn-default {
    border: 2px solid rgb(2, 54, 105);
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.15) 0px 1px;
    background-color: rgb(2, 54, 105) !important;
}

.sppb-btn.sppb-btn-primary:hover {
    background-color: transparent;
    color: rgb(245, 221, 37);
    border-color: rgb(245, 221, 37) !important;
}

.sppb-btn.sppb-btn-default:hover {
    color: rgb(2, 54, 105);
    background-color: transparent !important;
    border-color: rgb(2, 54, 105) !important;
}

.sppb-btn.sppb-btn-primary {
    background-color: rgb(245, 221, 37);
    color: rgb(2, 54, 105);
    border: 2px solid transparent !important;
}

.simple {
    color: rgb(2, 54, 105);
    font-family: Poppins;
    font-weight: 600;
    padding: 0px;
    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: rgb(2, 54, 105);
    border-color: rgb(1, 39, 75);
}

.sppb-btn.sppb-btn-success {
    background-color: transparent;
    border: 3px solid rgb(2, 54, 105);
    color: rgb(2, 54, 105);
}

.sppb-btn.sppb-btn-lg {
    font-size: 16px;
    font-weight: 600;
    padding: 17px 40px;
}

.sppb-btn.sppb-btn-success:hover {
    background-color: rgb(2, 54, 105);
    color: rgb(245, 221, 37);
}

.main-heading h2 {
    color: rgb(255, 255, 255);
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 50px;
    margin-top: 0px;
}

.main-heading p {
    color: rgb(153, 153, 153);
    font-size: 12px;
    line-height: 26px;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

.margin {
    display: inline-block;
    margin: 16px 0px;
    width: 100%;
}

.large-margin {
    display: inline-block;
    margin: 20px 0px;
    width: 100%;
}

.no-padding {
    padding: 0px;
}

.padding-left {
    padding: 0px 0px 0px 15px;
}

.padding-right {
    padding: 0px 15px 0px 0px;
}

.space {
    padding: 60px 0px;
}

.space-100 {
    padding: 100px 0px;
}

.space-top {
    padding: 50px 0px 0px;
}

.space-bottom {
    padding: 0px 0px 50px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-top-103 {
    margin-top: 103px;
}

.small-space {
    margin: 10px 0px;
    display: inline-block;
    width: 100%;
}

section {
    overflow: hidden;
}

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: rgb(255, 255, 255);
    background-image: none;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
    color: rgb(85, 85, 85);
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
}

#contact-form .form-group input,
#contact-form .form-group textarea {
    box-shadow: none;
    border-radius: 3px !important;
}

input[type="radio"],
.checkbox input[type="radio"],
.checkbox input[type="checkbox"],
input[type="checkbox"] {
    display: none;
    margin-left: 0px;
    margin-top: 3px;
    position: absolute;
}

.checkbox label::before {
    border: 1px solid rgb(220, 220, 220);
    content: "";
    height: 20px;
    left: 0px;
    position: absolute;
    width: 20px;
}

.checkbox label::after {
    background-color: rgb(240, 240, 240);
    border: 1px solid rgb(220, 220, 220);
    content: "";
    height: 12px;
    left: 0px;
    margin: 4px;
    position: absolute;
    width: 12px;
}

.radio label,
.checkbox label {
    color: rgb(40, 40, 40);
    font-size: 13px;
    font-weight: normal;
    padding-left: 30px;
}

.form-control::-webkit-input-placeholder {
    color: rgb(153, 153, 153);
    font-size: 14px;
    font-family: Poppins;
    font-weight: 300;
}

.contact-block form .form-group {
    margin-bottom: 14px;
    padding: 0px 7px;
}

textarea.form-control {
    background-color: transparent;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 0px;
    box-shadow: none;
    height: 150px;
    resize: none;
}

input:focus,
textarea:focus,
select:focus {
    border-color: rgb(233, 50, 45) !important;
    box-shadow: rgb(248, 185, 183) 0px 0px 6px !important;
}

select.form-control {
    appearance: none;
    background-color: rgb(240, 240, 240);
    background-image: url("../images/select-arrow.png"), linear-gradient(rgb(240, 240, 240), rgb(240, 240, 240));
    background-position: 96% center;
    background-repeat: no-repeat;
}

#slide-nav .container,
.center,
.shots-pagination .pagination li a,
.wrapper #slide-nav .container-fluid .x-topbar-inner.x-container.max.width {
    display: flex;
    -webkit-box-pack: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
}

.overlay::before {
    background-color: rgba(25, 25, 25, 0.8);
    inset: 0px;
    content: "";
    position: absolute;
}

.blue-overlay::before {
    background-color: rgba(245, 221, 37, 0.54);
    background-repeat: repeat;
    inset: 0px;
    content: "";
    position: absolute;
    z-index: 0;
}

.dark-overlay::before {
    background-color: rgba(245, 221, 37, 0.46);
    background-repeat: repeat;
    inset: 0px;
    content: "";
    position: absolute;
    z-index: 0;
}

ul.social-icons {
    list-style: outside none none;
    margin: 0px;
    padding: 0px;
}

ul.social-icons>li {
    display: inline-block;
    margin: 0px 1.5px;
}

ul.social-icons>li a {
    background-color: rgb(245, 221, 37);
    border: 2px solid rgb(245, 221, 37);
    border-radius: 50%;
    color: rgb(2, 54, 105);
    display: block;
    font-size: 15px;
    height: 30px;
    line-height: 28px;
    padding: 0px 2px;
    text-align: center;
    width: 30px;
}

.sppb-person-social>li a {
    border: 1px solid rgb(221, 221, 221);
    border-radius: 50%;
    color: rgb(153, 153, 153);
    display: inline-block;
    height: 30px;
    text-align: center;
    width: 30px;
    font-size: 13px !important;
    line-height: 30px !important;
}

.sppb-person-social>li {
    display: inline-block;
    margin: 0px 1px;
}

.sppb-person-social>li a:hover,
#contact .sppb-person-social>li a:hover {
    background: none 0px 0px repeat scroll rgb(2, 54, 105);
    border-color: rgb(2, 54, 105);
    color: rgb(255, 255, 255);
}

ul.social-icons>li a:hover {
    background-color: rgb(2, 54, 105);
    border: 2px solid rgb(245, 221, 37);
    color: rgb(245, 221, 37) !important;
}

.pagination>.active>a,
.pagination>.active>span {
    background-color: rgb(2, 54, 105);
    border-color: rgb(2, 54, 105);
}

.pagination>li>a,
.pagination>li>span {
    color: rgb(0, 0, 0);
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: rgb(34, 34, 34);
}

#sp-top-info {
    background-color: rgb(3, 53, 102);
    color: rgb(255, 255, 255);
    padding: 8px 0px;
}

.sp-contact-info li {
    float: left;
    font-size: 90%;
    margin: 0px 10px;
}

.sp-contact-info {
    float: right;
    list-style: outside none none;
    margin: 0px -10px;
    padding: 25px 0px;
}

.sp-contact-info li i {
    color: rgb(2, 54, 105);
    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: 0px;
    margin-left: 45px;
}

#sp-top-info .top-block p i {
    color: rgb(245, 221, 37);
}

.sp-contact-info li p.contact-content span:last-child {
    color: rgb(0, 0, 0);
    font-weight: 600;
    margin-bottom: 0px;
}

.sp-contact-info li p.contact-content span {
    display: block;
    letter-spacing: 0.5px;
    line-height: 100%;
    margin: 2px 0px 8px 5px;
}

#sp-top-bar {
    border-bottom: 1px solid rgb(238, 238, 238);
    padding: 8px 0px;
}

.logo h1 {
    display: table-cell;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
}

.logo {
    display: table;
    height: 90px;
}

.breadcrumb span {
    margin-right: 10px;
}

.breadcrumb>li+li::before {
    color: rgb(204, 204, 204);
    content: "/Ãƒâ€šÃ‚Â ";
    padding: 0px 4px 0px 2px;
}

.sp-megamenu-parent>li>a {
    color: rgb(2, 54, 105);
    display: inline-block;
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 60px;
    padding: 0px 18px;
    transition: none 0s ease 0s;
}

.sp-megamenu-parent>li {
    display: inline-block;
    margin-right: -4px;
    padding: 0px;
    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 rgb(245, 220, 36);
    transition: all 200ms ease 0s;
}

.sp-megamenu-parent {
    display: block;
    float: left;
    list-style: outside none none;
    margin: 0px;
    padding: 0px;
    z-index: 9;
}

#offcanvas-toggler {
    float: right;
    line-height: 60px;
}

#sp-header {
    background: none 0px 0px repeat scroll rgb(245, 221, 43);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 3px;
    padding: 0px;
}

.sp-megamenu-parent .sp-dropdown {
    display: none;
    margin: 0px;
    padding: 0px;
    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: 0px;
}

.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 1 normal none running spMenuFadeInUp;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: none 0px 0px repeat scroll rgb(2, 54, 105);
    border-top: 3px solid rgb(245, 221, 37);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px 0px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
    list-style: outside none none;
    margin: 0px;
    padding: 10px 0px;
}

.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: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 14px !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    color: rgb(51, 51, 51);
    display: block;
    padding: 5px 10px;
}

.sp-megamenu-parent>li.active>a,
.sp-megamenu-parent>li:hover>a {
    border-top: 3px solid rgb(2, 53, 102);
}

.sp-megamenu-parent>li.active>a,
.sp-megamenu-parent>li:hover>a {
    color: rgb(2, 54, 105);
}

#offcanvas-toggler {
    float: right;
    line-height: 60px;
}

#offcanvas-toggler>i {
    background: none 0px 0px repeat scroll transparent;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    padding: 0px 0px 0px 10px;
    transition: color 400ms ease 0s, background-color 400ms ease 0s;
}

#offcanvas-toggler>i:hover {
    color: rgb(255, 255, 255);
}

.close-offcanvas {
    border: 2px solid rgb(238, 238, 238);
    border-radius: 100%;
    color: rgb(0, 0, 0);
    font-size: 12px;
    height: 22px;
    line-height: 18px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 15px;
    width: 22px;
    z-index: 1;
}

.close-offcanvas:hover {
    background: none 0px 0px repeat scroll rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.offcanvas-menu {
    background: none 0px 0px repeat scroll rgb(255, 255, 255);
    color: rgb(153, 153, 153);
    height: 100%;
    opacity: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0px;
    width: 280px;
    z-index: 9999;
}

.offcanvas-menu .offcanvas-inner {
    padding: 20px;
}

.offcanvas-menu .offcanvas-inner .sp-module {
    margin-top: 20px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li {
    border: medium none;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li a {
    border-bottom: 1px dotted rgb(232, 232, 232);
    padding: 4px 20px;
    transition: all 300ms ease 0s;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li a:hover {
    background: none 0px 0px repeat scroll rgb(245, 245, 245);
}

#offcanvas-toggler>i:hover {
    color: rgb(245, 221, 37);
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li>a::before {
    display: none;
}

.offcanvas-menu .offcanvas-inner .sp-module:first-child {
    margin-top: 0px;
}

.offcanvas-menu .offcanvas-inner .sp-module .sp-module-content>ul {
    margin: 0px -20px;
}

.offcanvas-menu .offcanvas-inner .search {
    margin-top: 25px;
}

.offcanvas-menu .offcanvas-inner .search input {
    border: 1px solid rgb(238, 238, 238);
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
}

.offcanvas-menu {
    transition: opacity 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s, right 400ms cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.body-innerwrapper::after {
    right: 0px;
}

.offcanvas-menu {
    right: -280px;
}

.offcanvas .offcanvas-menu {
    right: 0px;
}

.body-innerwrapper::after {
    background: none 0px 0px repeat scroll rgba(0, 0, 0, 0.8);
    content: "";
    height: 0px;
    opacity: 0;
    position: absolute;
    top: 0px;
    transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s;
    width: 0px;
    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 .offcanvas-menu {
    opacity: 1;
}

.offcanvas .offcanvas-menu ul.nav-child li {
    padding-left: 10px;
}

.menu .nav-child.small {
    font-size: inherit;
}

.sp-module ul>li>a {
    display: block;
    line-height: 36px;
    padding: 2px 0px;
    transition: all 300ms ease 0s;
}

.sp-module ul>li>a {
    color: rgb(0, 0, 0);
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li a {
    border-bottom: 1px dotted rgb(232, 232, 232);
    padding: 4px 20px;
    transition: all 300ms ease 0s;
}

ul#offcanvas-inner-menu>li>a {
    border: 1px solid rgb(221, 221, 221);
    margin: 0px 0px -1px;
    padding: 5px 20px;
}

ul#offcanvas-inner-menu>li>ul.nav-child {
    animation: 700ms ease 0s 1 normal none running spMenuFadeIn;
    display: none;
    padding: 20px;
}

ul#offcanvas-inner-menu>li.deeper.parent:hover>ul.nav-child {
    display: block;
}

ul#offcanvas-inner-menu>li.deeper.parent:hover>a {
    background-color: rgb(2, 54, 105);
    color: rgb(255, 255, 255);
}

.sp-megamenu-parent>li.sp-has-child>a::after {
    content: " ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Â¡";
    font-family: FontAwesome;
}

@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 {
    background: none 0px 0px repeat scroll rgb(2, 54, 105);
    padding: 40px 0px;
}

.breadcrumb {
    background-color: transparent;
    border-radius: 4px;
    list-style: outside none none;
    margin-bottom: 0px;
    padding: 0px;
}

#breadcrumb h2 {
    font-size: 24px;
    line-height: 1;
    color: rgb(255, 255, 255);
    float: left;
    margin: 0px;
    padding: 0px;
}

.breadcrumb>.active {
    color: rgba(255, 255, 255, 0.8);
}

.breadcrumb li,
.breadcrumb li a {
    color: rgb(255, 255, 255);
}

.action {
    padding: 20px 0px;
    background-color: rgb(245, 221, 37);
}

.action .action-block h2 {
    color: rgb(3, 53, 102);
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.action .sppb-btn.sppb-btn-default.sppb-btn- {
    display: inline-block;
    margin: 4px 0px 0px;
}

.service-block .simple {
    margin-top: 15px;
    display: inline-block;
}

#services .service-block h3 {
    color: rgb(3, 53, 102);
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}

.service-list .media-body .title {
    color: rgb(3, 53, 102);
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    margin-top: 0px;
    font-family: Poppins;
}

.service-list .media-body .title a {
    color: rgb(3, 53, 102);
}

.service-list .pull-left {
    margin-right: 15px;
}

.service-block .service-list {
    margin-bottom: 30px;
}

.service-block .button .simple {
    margin-top: 0px;
}

#services .service-block img {
    border-radius: 3px;
}

#services .service-block:not(:nth-last-child(-n+3)) {
    margin-bottom: 50px;
}

#single-service .service-detail h2 {
    color: rgb(3, 53, 102);
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 0px;
}

#about .about-list:hover .sppb-icon {
    background-color: rgb(2, 54, 105);
    color: rgb(255, 255, 255);
}

#single-service .service-detail h3 {
    margin-bottom: 20px;
    margin-top: 0px;
}

#single-service .service-detail img {
    max-width: 100%;
}

#accordion .panel-title a.collapsed {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    border-radius: 3px;
    display: block;
    font-family: "open sans";
    font-size: 16px;
    padding: 16px 15px;
    color: rgb(34, 34, 34);
    box-shadow: none;
}

#accordion .panel-title a {
    background-color: rgb(2, 54, 105);
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.08) 1px 2px 7.28px 0.72px;
    color: rgb(255, 255, 255);
    display: block;
    font-family: "open sans";
    font-size: 16px;
    padding: 16px 15px;
}

.panel-default>.panel-heading {
    background-color: transparent;
    border: medium none;
    box-shadow: none;
    color: rgb(51, 51, 51);
    padding: 0px;
}

#accordion .panel-body {
    border: medium none;
    box-shadow: none;
    padding: 15px;
}

#accordion .panel {
    border: medium none;
}

.ss-block .flexslider#slider::before {
    content: "";
    height: 100%;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 0px;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 10;
}

#slider.flexslider .flex-direction-nav .flex-prev {
    background-color: rgb(2, 54, 105);
    color: rgb(245, 221, 37);
    top: 50%;
    transform: translate(0px, -50%);
    left: -50px !important;
}

#slider.flexslider .flex-direction-nav .flex-next {
    background-color: rgb(2, 54, 105);
    color: rgb(245, 221, 37);
    top: 50%;
    transform: translate(0px, -50%);
    right: -50px !important;
}

#slider.flexslider .flex-direction-nav .flex-nav-prev a {
    height: 60px;
    left: 0px;
    line-height: 60px;
    margin: 0px;
    text-align: center;
    text-shadow: none;
    width: 25px;
}

#slider.flexslider .flex-direction-nav a.flex-next {
    height: 60px;
    line-height: 60px;
    margin: 0px;
    right: 0px;
    text-align: center;
    text-shadow: none;
    width: 25px;
}

#slider.flexslider .flex-direction-nav .flex-next {
    right: 0px !important;
}

#slider.flexslider .flex-direction-nav .flex-nav-prev a::before {
    color: rgb(245, 221, 37);
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Å¾";
    display: block;
    font-family: Fontawesome;
    font-size: 28px;
    text-shadow: none;
}

#slider.flexslider .flex-direction-nav a.flex-next::before {
    color: rgb(245, 221, 37);
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Â¦";
    display: block;
    font-family: Fontawesome;
    font-size: 28px;
    text-shadow: none;
}

.ss-block .flexslider#slider .flex-direction-nav .flex-prev {
    left: auto !important;
}

.ss-block .flexslider#slider {
    background: none 0px 0px repeat scroll transparent;
    border: 0px none;
    margin: 0px 0px 15px;
}

.ss-block .flexslider#slider li.flax-item {
    max-height: 500px;
    overflow: hidden;
}

#slider.flexslider .flex-direction-nav {
    left: 0px;
    position: absolute;
    right: 0px;
    top: 50%;
}

.ss-block #carousel .flex-direction-nav li.flex-nav-next a {
    background-color: rgb(2, 54, 105);
    bottom: 20px;
    color: rgb(245, 221, 37);
    height: 30px;
    line-height: 30px;
    top: inherit;
    width: 30px;
    text-align: center;
    right: 0px;
}

.ss-block #carousel .flex-direction-nav li.flex-nav-next a {
    right: 0px !important;
}

.ss-block .flex-direction-nav li.flex-nav-next a::before {
    color: rgb(245, 221, 37);
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Â¦";
    display: block;
    font-family: Fontawesome;
    font-size: 28px;
    text-shadow: none;
}

.ss-block .flex-direction-nav li.flex-nav-prev a::before {
    color: rgb(245, 221, 37);
    content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã¢â‚¬Å¾";
    display: block;
    font-family: Fontawesome;
    font-size: 28px;
    text-shadow: none;
}

.ss-block #carousel .flex-direction-nav li.flex-nav-prev a {
    background-color: rgb(2, 54, 105);
    bottom: 25px;
    color: rgb(245, 221, 37);
    height: 30px;
    left: 22px;
    line-height: 30px;
    top: inherit;
    width: 30px;
    text-align: center;
}

.ss-block #carousel .flex-direction-nav li.flex-nav-prev .flex-prev {
    left: 15px !important;
}

.ss-block #carousel ul li::after {
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    transition: all 400ms ease 0s;
    width: 100%;
}

.ss-block #carousel ul li {
    margin-right: 15px;
    max-height: 85px;
    opacity: 0.6;
    position: relative;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.ss-block #carousel ul li.flex-active-slide::after {
    display: none;
}

.ss-block #carousel ul li.flex-active-slide {
    opacity: 1;
}

.flexslider {
    border: medium none;
    margin: 0px;
}

#portfolio.dark-overlay {
    background-attachment: fixed;
    background-image: url("../images//backgroun car (1).jpg");
    background-position: 50% 0px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}

#portfolio {
    background-image: url("../images/top-header.jpg");
    background-position: 50% 0px;
    background-repeat: repeat;
    background-size: auto;
    padding: 30px;
}

.inner #portfolio.space {
    padding: 100px 0px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter>ul>li {
    border-right: 1px solid rgb(221, 221, 221);
    line-height: 15px;
    padding-left: 5px;
    padding-right: 15px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter>ul>li.active>a,
.sp-simpleportfolio .sp-simpleportfolio-filter>ul>li>a:hover {
    color: rgb(245, 221, 43);
    text-decoration: underline;
    background-color: transparent !important;
}

.sp-simpleportfolio .sp-simpleportfolio-filter>ul>li>a,
.sp-simpleportfolio .sp-simpleportfolio-filter>ul>li>a {
    background-color: rgb(1, 54, 105);
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.sp-simpleportfolio-btns a {
    font-weight: normal;
    background: none 0px 0px repeat scroll rgb(255, 255, 255) !important;
    border-radius: 3px !important;
    color: rgb(2, 54, 105) !important;
}

.sp-simpleportfolio-overlay-wrapper {
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px;
    overflow: hidden;
}

.sp-simpleportfolio-created h4,
.sp-simpleportfolio-tags>h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0px 10px;
}

.sp-content.meta div:not(:last-child) {
    border-bottom: 1px solid rgb(238, 238, 238);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

#single-project .sp-block img {
    margin-bottom: 20px;
}

.sp-content h2 {
    margin-top: 0px;
}

#about {
    background-image: url("../images/top-header.jpg");
    background-position: right center;
    background-repeat: repeat;
    background-size: auto;
    padding: 30px;
}

#about .about-block h2 {
    color: rgb(3, 53, 102);
    font-size: 35px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 10px;
}

#about .about-block h2 {
    color: rgb(3, 53, 102);
    font-size: 35px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 10px;
}

#about .about-block .heading h2 {
    color: rgb(3, 53, 102);
    font-size: 35px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 20px;
    margin-top: 0px;
}

#about .about-block h3 {
    color: rgb(2, 54, 105);
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}

#about .about-item {
    margin-top: 50px;
}

.about-list .sppb-icon {
    background-color: rgb(242, 242, 242);
    border-radius: 3px;
    color: rgb(51, 51, 51);
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    padding: 20px;
    text-align: center;
}

.about-list .pull-left {
    margin-right: 15px;
}

.about-list .sppb-media-body .title {
    color: rgb(3, 53, 102);
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
}

.about-block .about-list:not(:last-child) {
    margin-bottom: 40px;
}

#team {
    background-color: rgb(250, 250, 250);
}

#team .team-block .inner {
    background: none 0px 0px repeat scroll rgb(255, 255, 255);
    border: 1px solid rgb(241, 241, 241);
    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: rgb(136, 136, 136);
}

.team-block .inner p {
    margin-top: 15px;
}

#team .team-text {
    padding: 0px 15px;
}

.team-text .sppb-person-social {
    margin-top: 15px;
}

#counter {
    background-attachment: fixed;
    background-image: url("../images/background-home.jpg");
    background-position: 50% 0px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
}

#services {
    background-image: url("../images/background.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 30px;
}

@media screen and (max-width: 1300px) {
    #services {
    background-image: url(../images/background2.png);
    background-position: right;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: auto;
 }
 }
 @media screen and (max-width: 767px) {
    #services {
    background-image: url(../images/top-header.jpg);
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
 }
 }

.counter-heading h2 {
    color: rgb(255, 255, 255);
    font-size: 35px;
    font-weight: 900;
    line-height: 35px;
    margin-bottom: 0px;
    margin-top: 60px;
}

.counter-heading h2 span {
    color: rgb(3, 53, 102);
}

#counter .count {
    color: rgb(255, 255, 255);
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
}

#counter .counter-base h3 {
    color: rgb(245, 221, 37);
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    margin-bottom: 0px;
    margin-top: 10px;
}

#counter .counter-base {
    margin-top: 50px;
}

.recent-news article .article-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 40px;
}

.recent-news article .article-title a {
    color: rgb(2, 54, 105);
}

article .meta i {
    color: rgb(153, 153, 153);
    font-size: 13px;
    padding-left: 0px;
    padding-right: 5px;
}

article .meta>li {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    margin: 0px;
    color: rgb(136, 136, 136);
    font-style: italic;
}

article .meta>li:not(:last-child) {
    border-right: 1px solid rgb(153, 153, 153);
    padding-right: 14px;
}

article .meta>li:not(:first-child) {
    padding-left: 14px;
}

.recent-news .blog-list article h3 {
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.recent-news .blog-list article p {
    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;
}

.inner #blog .icon {
    border: 1px solid rgb(2, 54, 105);
    border-radius: 3px;
    color: rgb(2, 54, 105);
    display: block;
    font-size: 24px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    top: 0px;
    width: 48px;
}

.inner #blog .blog-content {
    background-color: rgb(255, 255, 255);
    padding: 40px;
}

.inner #blog {
    background-color: rgb(250, 250, 250);
}

.inner #blog article.blog-block {
    box-shadow: rgba(0, 0, 0, 0.08) 1px 2px 7.28px 0.72px;
    margin-bottom: 50px;
}

.inner #blog .blog-info {
    margin-bottom: 30px;
    margin-left: 68px;
}

.inner #blog .blog-info .meta li {
    border-right: 1px solid rgb(221, 221, 221);
    color: rgb(102, 102, 102);
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    line-height: 12px;
    margin: 0px;
    padding: 0px 8px;
    text-transform: uppercase;
    position: static;
}

.inner article .meta i {
    color: rgb(102, 102, 102);
}

.inner #blog .blog-info h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    margin: 8px 0px 0px;
    text-transform: capitalize;
}

.inner #blog .blog-info h2 a {
    color: rgb(0, 0, 0);
}

.inner .blog-block .meta {
    margin-bottom: 15px;
}

.inner .blog-block a.readmore {
    background: none 0px 0px repeat scroll transparent;
    border-color: rgb(2, 54, 105);
    border-radius: 30px;
    border-width: 2px;
    color: rgb(2, 54, 105);
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin: 40px 0px 10px;
    padding: 8px 35px;
}

.inner .blog-block a.readmore:hover {
    background: none 0px 0px repeat scroll rgb(2, 54, 105);
    color: rgb(255, 255, 255);
}

.embed-responsive {
    padding-bottom: 56.25%;
}

.single-blog.two .pager a:hover {
    color: rgb(17, 17, 17) !important;
}

blockquote {
    border-color: rgb(2, 54, 105);
    font-style: italic;
}

#blog.single-blog p {
    margin-bottom: 10px;
}

#blog.single-blog article {
    background-color: rgb(255, 255, 255);
    padding: 30px;
}

#blog.single-blog .blog-content {
    padding: 40px 0px 0px;
}

#blog.single-blog .tags a.label {
    background: none 0px 0px repeat scroll rgb(238, 238, 238);
    border-radius: 30px;
    color: rgb(0, 0, 0);
    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 rgb(238, 238, 238);
    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: 0px;
    padding-bottom: 20px;
    color: rgb(34, 34, 34);
}

.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: rgb(34, 34, 34);
}

.heading.border-bottom>h2::after,
.heading.border-bottom>h4::after {
    background-color: rgb(247, 197, 30);
    bottom: -1px;
    content: "";
    height: 3px;
    left: 0px;
    position: absolute;
    width: 30px;
}

.single-blog.two .meta-data {
    background-color: rgb(238, 238, 238);
    border-radius: 2px;
    color: rgb(102, 102, 102);
    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 0px 0px;
    padding: 20px 0px 0px;
    text-align: center;
}

.single-blog.two .pager a {
    background-color: rgb(238, 238, 238);
    border: medium none;
    border-radius: 0px;
    display: block;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: bold;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    color: rgb(153, 153, 153) !important;
}

.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: none 0px 0px repeat scroll transparent;
    border-color: rgb(2, 54, 105);
    border-radius: 30px;
    border-width: 2px;
    color: rgb(2, 54, 105);
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin: 10px 0px 0px;
    padding: 8px 35px;
}

ul.pagenav li a:hover {
    background: none 0px 0px repeat scroll rgb(2, 54, 105);
    color: rgb(255, 255, 255);
}

.sp-social-share ul li {
    display: inline-block;
    font-size: 24px;
    margin: 0px 5px;
}

.sp-social-share ul {
    display: block;
    margin: 20px -5px 0px;
    padding: 0px;
}

.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: 0px 1px 0px 4px;
}

#testimonials {
    background-attachment: fixed;
    background-image: url("../images/desk1.jpg");
    background-position: 100% 32px;
    background-repeat: no-repeat;
    background-size: cover;
    color: rgb(255, 255, 255);
    padding: 50px 0px;
}

#testimonials .main-heading i {
    color: rgb(245, 221, 37);
    font-size: 60px;
    margin-bottom: 40px;
}

#testimonials #sync1 .item p {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
    font-style: italic;
}

#testimonials .main-heading h2 {
    color: rgb(255, 255, 255);
}

#testimonials #sync1 .name {
    color: rgb(245, 221, 37);
    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-radius: 50px;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    opacity: 0.2;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    width: 50px;
    border: medium none !important;
    line-height: 75px !important;
}

#testimonials #sync2 .synced .item>img {
    height: 75px;
    opacity: 1;
    transition: all 0.3s ease 0s;
    width: 75px;
}

#sp-bottom {
    background-color: rgb(0 0 0);
    color: rgb(255, 255, 255);
    padding: 42px 0px;
}

#sp-bottom .sp-module-title {
    color: rgb(245 221 43);
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1;
    margin: 0px 0px 20px;
    text-transform: none;
}

#sp-bottom .textwidget p,
#sp-bottom .textwidget li {
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
}

#sp-bottom .textwidget p i {
    color: rgb(245, 221, 37);
    margin-right: 10px;
}

#sp-bottom .textwidget li i {
    color: rgb(245, 221, 37);
    margin-right: 10px;
}

#sp-bottom .textwidget li a {
    color: rgb(255, 255, 255);
}

.tagspopular ul li a {
    border: 1px solid rgb(255, 255, 255);
    border-radius: 30px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 0px 15px;
    display: inline-block;
    color: rgb(255, 255, 255) !important;
}

.tagspopular ul li a:hover {
    background-color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    color: rgb(2, 54, 105) !important;
}

#sp-bottom .textwidget p a:hover {
    color: rgb(245, 221, 37);
}

.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: 0px 0px -8px;
}

.sp-flickr-gallery li {
    padding: 0px 1px 1px 0px !important;
}

.sp-flickr-gallery li span.flickr-gallery-wrap::after {
    color: rgb(255, 255, 255);
    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: none 0px 0px repeat scroll rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 0px;
    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;
}

#sp-footer {
    color: rgb(0, 0, 0);
    padding: 20px 0px;
    text-align: center;
}

#sp-footer {
    background-color: rgb(3, 53, 102);
}

#sp-footer p i {
    color: rgb(245, 221, 37);
}

#sp-bottom .textwidget li a:hover {
    color: rgb(245, 221, 37);
}

#contact-form .button {
    padding: 0px 7px;
}

#contact .contact-block .main-heading {
    padding: 0px 7px;
}

#contact .contact-block .main-heading h3 {
    color: rgb(0, 0, 0);
    font-size: 25px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 20px;
    margin-top: 0px;
}

#contact {
    padding: 100px 0px;
}

.contact-block ul.address li i {
    color: rgb(2, 54, 105);
    margin-right: 10px;
}

.contact-block li:not(:last-child) {
    margin-bottom: 10px;
}

.contact-block li,
.contact-block li a {
    color: rgb(34, 34, 34);
}

#contact .sppb-person-social {
    margin-top: 50px;
}

#contact .sppb-person-social li a {
    border: 1px solid rgb(2, 54, 105);
    color: rgb(2, 54, 105);
    height: 35px;
    margin: 0px;
    text-align: center;
    width: 35px;
    border-radius: 3px !important;
    line-height: 35px !important;
    padding: 0px !important;
}

.sppb-addon-gmap-canvas {
    height: 450px;
    width: 100%;
}

aside .service li a {
    color: rgb(255, 255, 255);
    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: rgb(2, 54, 105);
    margin-bottom: 1px;
    transition: all 200ms ease 0s;
}

aside .service li a:hover,
aside .service li a:focus {
    background-color: rgb(2, 54, 105);
    color: rgb(245, 221, 37);
}

aside .service li a.active,
aside .service li:hover a {
    color: rgb(245, 221, 37);
    border-left: 3px solid rgb(245, 221, 37) !important;
}

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: rgb(3, 53, 102);
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 0px;
}

aside .address li i {
    color: rgb(245, 221, 37);
    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: rgb(34, 34, 34);
}

aside.sidebar .widget {
    background: none 0px 0px repeat scroll rgb(255, 255, 255);
    border: 1px solid rgb(238, 238, 238);
    margin-top: 30px;
    padding: 40px;
}

aside.sidebar .widget.about h3 {
    color: rgb(34, 34, 34);
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
    text-transform: capitalize;
}

aside.sidebar .widget:first-child {
    margin-top: 0px;
}

aside.sidebar .widget h3 {
    color: rgb(34, 34, 34);
    line-height: 1;
    margin: 0px 0px 20px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
}

aside.sidebar .widget.category ul li a {
    display: block;
    line-height: 36px;
    padding: 2px 0px;
    color: rgb(34, 34, 34);
}

aside.sidebar .widget.category ul li {
    display: block;
}

aside.sidebar .widget.category ul li:not(:last-child) {
    border-bottom: 1px solid rgb(232, 232, 232);
}

aside.sidebar .widget.tag-blog ul li a {
    border: 1px solid rgb(2, 54, 105);
    border-radius: 30px;
    color: rgb(2, 54, 105);
    display: inline-block;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 0px 15px;
}

aside.sidebar .widget.tag-blog ul li {
    border: medium none;
    display: inline-block;
}

aside.sidebar .widget:not(:last-child) {
    margin-bottom: 0px;
}

aside.sidebar .widget.gallery {
    display: inline-block;
    width: 100%;
}

aside.sidebar .recent-post {
    border-bottom: 1px solid rgb(232, 232, 232);
    margin-bottom: 5px;
    padding-bottom: 5px;
}

aside.sidebar .recent-post a {
    color: rgb(34, 34, 34);
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

aside.sidebar .recent-post span {
    margin-right: 10px;
}

@media (max-width: 767px) {
    .logo {
        margin: auto;
    }

    #sp-logo {
        text-align: center;
    }

    #offcanvas-toggler {
        float: none;
    }

    #sp-header .sp-megamenu-wrapper {
        text-align: center;
    }

    #offcanvas-toggler>i {
        padding: 0px;
    }

    .sp-simpleportfolio .sp-simpleportfolio-items {
        margin: 0px;
    }

    .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: 0px;
    }

    .padding-right {
        padding: 0px;
    }

    #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: 0px;
        margin-top: 10px;
        position: absolute;
    }

    .ss-block #slider.flexslider {
        margin: 0px;
    }

    #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: 0px;
    }

    #blog.single-blog .tags {
        padding: 30px 15px;
    }

    .pager.pagenav {
        padding: 0px 15px;
    }

    .sp-social-share.clearfix iframe {
        width: 63px;
    }

    .sp-social-share ul {
        margin: 20px 0px 0px;
    }

    #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 0px;
    }
}

@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: 0px;
    }

    #counter .counter-base h3 {
        font-size: 12px;
    }

    aside.sidebar .widget {
        padding: 30px 20px;
    }
}

#snow {
    position: fixed;
    inset: 0px;
    pointer-events: none;
    z-index: 99999999;
}