
/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800|Poppins:300,400,500,600,700');

body {
    font-size: 16px;
    color: #040608;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    line-height: 2;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
::selection{
    background: rgba(209, 155, 55, 0.8) !important;
    color: #fff;
}
.tooltipster-box {
    background: rgba(2, 108, 184, 0.85) !important;
    border: none !important;
    box-shadow: none;
}
.tooltipster-content{
    color: #fff !important;
}
table, tr, td, blockquote {
    color: #a5a5a5;
}
html {
    font-size: 16px;
}
b,
strong {
    font-weight: 500;
}
ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
a, a:hover, a:focus {
    outline: none;
    text-decoration: none;
}
button:focus, button:active, input:focus, input:active {
    outline: none;
    box-shadow: none;
}
small {
    font-size: 60%;
}
.wow {
    visibility: hidden;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
h1, h2, h3, h4, h5, .button,
.numbered .tp-bullet .tp-count {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
h1 {
    font-size: 3rem;
}
h2 {
    font-size: 2rem;
}
.heading-title h2 {
    font-size: 3rem;
}
h3 {
    font-size: 1.5rem;
}
h4 {
    font-size: 1.125rem;
}
h5 {
    font-size: 1rem;
}
h6 {
    font-size: 0.875rem;
}
p.title {
    font-size: 1rem;
}
.italic {
    font-style: italic;
}
.relative {
    position: relative;
}
button {
    line-height: 1;
}

/* Helper Classes & Short-codes */
p {
    font-weight: 300;
}
.padding {
    padding: 7.5rem 0;
}
.padding_testi {
    padding: 7.5rem 0;
}
.padding_top {
    padding-top: 7.5rem;
}
.padding_bottom {
    padding-bottom: 7.5rem;
}
.margin {
    margin: 7.5rem 0;
}
.margin_bottom {
    margin-bottom: 7.5rem;
}
.margin_top {
    margin-top: 7.5rem;
}
.padding_half {
    padding: 3.75rem 0;
}
.margin_half {
    margin: 3.75rem 0;
}
.padding_bottom_half {
    padding-bottom: 3.75rem;
}
.margin_bottom_half {
    margin-bottom: 3.75rem;
}
.padding_top_half {
    padding-top: 3.75rem;
}
.heading_space {
    margin-bottom: 3.75rem !important;
}
.heading_space_half {
    margin-bottom: 2.25rem !important;
}
.top5 {
    margin-top: 5px;
}
.top10 {
    margin-top: 10px;
}
.top15 {
    margin-top: 15px;
}
.top20 {
    margin-top: 20px;
}
.top25 {
    margin-top: 25px;
}
.top30 {
    margin-top: 30px;
}
.top40 {
    margin-top: 40px;
}
.top50 {
    margin-top: 50px;
}
.top55 {
    margin-top: 55px;
}
.top60 {
    margin-top: 60px;
}
.top90 {
    margin-top: 90px;
    line-height: 1.4;
}
.bottom5 {
    margin-bottom: 5px;
}
.bottom10 {
    margin-bottom: 10px;
}
.bottom15 {
    margin-bottom: 15px;
}
.bottom20 {
    margin-bottom: 20px;
}
.bottom25 {
    margin-bottom: 25px;
}
.bottom30 {
    margin-bottom: 30px;
}
.bottom35 {
    margin-bottom: 35px;
}
.bottom40 {
    margin-bottom: 40px !important;
}
.bottom45 {
    margin-bottom: 45px;
}
.bottom50 {
    margin-bottom: 50px;
}
.bottom60 {
    margin-bottom: 60px;
}
.bottom90 {
    margin-bottom: 90px;
}
.bottom0 {
    margin-bottom: 0 !important;
}
.margin_tophalf {
    margin-top: 3.75rem;
}
.no-margin {
    margin: 0;
}
.no-padding {
    padding: 0;
}
.font-bold {
    font-weight: bold;
}
.font-medium {
    font-weight: 500;
}
.font-normal {
    font-weight: normal;
}
.font-light {
    font-weight: 300;
}
.font-light2 {
    font-weight: 200;
}
.font-xlight {
    font-weight: 100;
}
.font-bold {
    font-weight: bold;
}
.font-medium {
    font-weight: 500;
}
.font-404-heading {
    font-size: 130px;
}
.font-11 {
    font-size: 11px;
}
.font-12 {
    font-size: 12px;
}
.font-13 {
    font-size: 13px !important;
}
.font-14 {
    font-size: 14px;
}
.font-15 {
    font-size: 15px;
}
.font-16 {
    font-size: 16px;
}
.font-17 {
    font-size: 17px;
}
.font-18 {
    font-size: 18px;
}
.font-19 {
    font-size: 19px;
}
.bglight {
    background: #f1f1f1;
}
.bgdefault {
    background: #f7b301;
}
.bgprimary {
    background: #17479E;
}
.bgdark {
    background: #26313c;
}
.whitecolor {
    color: #ffffff;
}
.darkcolor {
    color: #17479E;
}
.bg-dark {
    background: #26313C !important;
}
.defaultcolor {
    color: #d19b37;
}
.bg-yellow {
    background: #d19b37;
}
.bluecolor {
    color: #026cb8 !important;
}
.bg-blue {
    background: #026cb8;
}

/* main content */
main.page-content {
    flex: 1;
}
main.page-content p a, 
main.page-content ul a,
.privacy-text a {
    display: inline-block;
    position: relative;
    color: #007bff;
}
main.page-content p a:hover,
main.page-content p a:focus,
main.page-content ul a:hover,
main.page-content ul a:focus,
.privacy-text a:hover,
.privacy-text a:focus {
    color: #007bff;
}
main.page-content p a::after,
main.page-content ul a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 3px;
    left: 0;
    background-color: #007bff;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
main.page-content p a:hover::after, 
main.page-content p a:focus::after,
main.page-content ul a:hover::after,
main.page-content ul a:focus::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
main.page-content ul {
    list-style: disc inside none;
    text-indent: -23px;
    margin-left: 23px;
}
.container-padding {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.hover-default:hover, .hover-default:focus {
    color: #f7b301;
}

/*heading Titles */
.heading-title h2 {
    /*font-weight: 500;*/
}
.heading_small h3{
    font-size: 1.65rem;
}
.heading_small span{
    font-size: 1rem;
}
.heading-title>span {
    font-size: 1.125rem;
    font-weight: 300;
    margin-bottom: 10px;
    display: block;
}
.line-height-17 {
    line-height: 1.7;
}

/*img wrap*/
.image {
    overflow: hidden;
}
a.image, .image img {
    display: block;
}
.image img {
    width: 100%;
}
section, .image, .image img {
    position: relative;
}
.login-image img {
    position: absolute;
    width: 100%;
    height: auto;
    transition: all 300ms linear;
}
.login-image:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.opacity-0 {
    opacity: 0 !important;
}
.opacity-1 {
    opacity: 0.1 !important;
}
.opacity-2 {
    opacity: 0.2 !important;
}

.opacity-3 {
    opacity: 0.3 !important;
}
.opacity-4 {
    opacity: 0.4 !important;
}
.opacity-5 {
    opacity: 0.5 !important;
}
.opacity-6 {
    opacity: 0.6 !important;
}
.opacity-7 {
    opacity: 0.7 !important;
}
.opacity-8 {
    opacity: 0.8 !important;
}
.opacity-9 {
    opacity: 0.9 !important;
}
.opacity-10 {
    opacity: 1 !important;
}
.z-index-n1 {
    z-index: -1 !important;
}
.z-index-0 {
    z-index: 0 !important;
}
.z-index-1 {
    z-index: 1 !important;
}
.z-index-2 {
    z-index: 2 !important;
}
.z-index-3 {
    z-index: 3 !important;
}
.z-index-4 {
    z-index: 4 !important;
}
.z-index-5 {
    z-index: 5 !important;
}
.z-index-6 {
    z-index: 6 !important;
}
.z-index-7 {
    z-index: 7 !important;
}
.z-index-8 {
    z-index: 8 !important;
}
.z-index-9 {
    z-index: 9 !important;
}
.z-index-10 {
    z-index: 10 !important;
}
.z-index-11 {
    z-index: 11 !important;
}
.z-index-12 {
    z-index: 12 !important;
}
.z-index-13 {
    z-index: 13 !important;
}
.z-index-14 {
    z-index: 14 !important;
}
.z-index-15 {
    z-index: 15 !important;
}
.z-index-16 {
    z-index: 16 !important;
}
.z-index-17 {
    z-index: 17 !important;
}
.z-index-n1 {
    z-index: -1;
}

/*center block*/
.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/*Back To Top*/

.back-top {
    right: 20px;
    font-size: 14px;
    position: fixed;
    z-index: 1600;
    opacity: 0;
    visibility: hidden;
    bottom: 20px;
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#cd9225), color-stop(51%, #f7b301), to(#cd9225));
    background-image: -webkit-linear-gradient(left, #cd9225 0%, #f7b301 51%, #cd9225 100%);
    background-image: -moz-linear-gradient(left, #cd9225 0%, #f7b301 51%, #cd9225 100%);
    background-image: -o-linear-gradient(left, #cd9225 0%, #f7b301 51%, #cd9225 100%);
    background-image: linear-gradient(to right, #cd9225 0%, #f7b301 51%, #cd9225 100%);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    height: 46px;
    width: 46px;
    text-align: center;
    line-height: 46px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.back-top-visible {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.back-top,
.back-top:hover,
.back-top:focus {
    color: #fff;
}

.back-top:hover {
    background-position: right center;
}


/* PreLoader */
.loader-bg {
    position: fixed;
    z-index: 99999;
    background-color: #d9dcde;
    width: 100%;
    height: 100%;
}
.svg-body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
svg {
    height: 140px;
    width: 140px;
}

/* Buttons */
.button {
    position: relative;
    display: inline-block;
    font-size: 15px;
    padding: .8rem 2.25rem;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    z-index: 1;
    border: 1px solid transparent;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.button:focus, .button:active{
    outline: none !important;
    box-shadow: none !important;
}
.transition-3 {
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    transition: 0.3s !important;
}
.button-padding {
    padding: .8rem 2.25rem !important;
}
.btnsecondary {
    
}
.btnprimary {
    background: #f7b301;
    color: #fff;
}
.gradient-btn {
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#078298), color-stop(51%, #f7b301), to(#078298));
    background-image: -webkit-linear-gradient(left, #078298 0%, #f7b301 51%, #078298 100%);
    background-image: -moz-linear-gradient(left, #078298 0%, #f7b301 51%, #078298 100%);
    background-image: -o-linear-gradient(left, #078298 0%, #f7b301 51%, #078298 100%);
    background-image: linear-gradient(to right, #078298 0%, #f7b301 51%, #078298 100%);
    color: #fff;
}
.gradient-btn:hover {
    background-position: right center;
}
.gradient-btn:disabled {
    background: #ccc;
    cursor: default;
}

.btnsecondary:hover,
.btnsecondary:focus,
.btnprimary:hover,
.btnprimary:focus,
.gradient-btn:hover,
.gradient-btn:focus {
    color: #fff;
}

.btnsecondary:hover,
.btnsecondary:focus {}

.btnprimary:hover,
.btnprimary:focus {}

.button-readmore {
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    font-weight: 500;
}

.btn-dark, .btn-dark:active {
    background: #2D2D2D !important;
    outline: none;
}
.btn-dark:hover, .btn-dark:focus {
    border-color: #2D2D2D !important;
    background: transparent !important;
    color: #2D2D2D !important;
}
.btn-dark.hover-light:hover {
    color: #fff;
    border-color: #fff !important;
}
.btn-yellow, .btn-yellow:active {
    background: #f7b301 !important;
    color: #fff;
    outline: none;
}
.btn-yellow:hover, .btn-yellow:focus {
    border-color: #f7b301 !important;
    background: transparent !important;
    color: #f7b301 !important;
}
.btn-hover-blue {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
.btn-hover-blue:hover, .btn-hover-blue:focus,
.btn-blue, .btn-blue:active {
    background: #026cd8 !important;
    color: #fff;
    outline: none;
    border-color: #026cd8;
}
.btn-blue:hover, .btn-blue:focus {
    border-color: #026cd8 !important;
    background: transparent !important;
    color: #026cd8 !important;
}
.btn-secondary, .btn-secondary:active {
    background: #026cb8 !important;
    outline: none;
}
.btn-secondary:hover, .btn-secondary:focus {
    border-color: #026cb8 !important;
    background: transparent !important;
    color: #026cb8 !important;
}

.button-readmore::after {
    content: "";
    height: 2px;
    width: 70%;
    margin-left: 10px;
    display: inline-block;
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffab02), color-stop(51%, #ffda00), to(#ffab02));
    background-image: -webkit-linear-gradient(left, #ffab02 0%, #ffda00 51%, #ffab02 100%);
    background-image: -moz-linear-gradient(left, #ffab02 0%, #ffda00 51%, #ffab02 100%);
    background-image: -o-linear-gradient(left, #ffab02 0%, #ffda00 51%, #ffab02 100%);
    background-image: linear-gradient(to right, #ffab02 0%, #ffda00 51%, #ffab02 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: margin-left 0.2s linear;
    -o-transition: margin-left 0.2s linear;
    transition: margin-left 0.2s linear;
}
.button-readmore:hover::after {
    margin-left: 0;
}

/* transitions common*/
a,
*::before,
*::after,
.button,
.image img,
.navbar,
button,
.navbar .dropdown-menu,
.team-content h4,
.overlay,
.overlay ul,
.card-header .card-link:before,
.contact-table .icon-cell,
.feature-item .icon,
.cbp-l-filters .cbp-filter-item span,
.testi-box .testimonial-round>img,
.feature-item .icon,
#services-slider .service-box>span {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
i::before, i::after {
    -webkit-transition: all 0s !important;
    -o-transition: all 0s !important;
    transition: all 0s !important;
}

.side-menu .btn-close::before,
.side-menu .btn-close::after,
.process-wrapp li>.pro-step::before,
.process-wrapp li::before,
.process-wrapp li::after,
.half-section-alt::before,
.team-content::before,
.progress-bars .progress .progress-bar span::after,
.bg-testimonial::after,
ul.rounded li::before,
.webcats li a::before,
ul.hours_links li::before,
.side-nav .navbar-nav .nav-link::after,
.numbered .tp-count:before,
.owl-prev::before,
.owl-next::before,
.contact-banner::before {
    content: "";
}

.bg-white {
    background-color: #fff;
}

.dropdown-toggle::after,
.card-header .card-link:before,
blockquote.blockquote::before,
ul.links li a::before,
.form-check label::before {
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
}
.dropdown-toggle::after {
    transition: all 0s !important;
}

/* Navigation Starts */
.navbar {
    padding: 0;
    /*z-index: 1000;*/
}
.transparent-bg {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}
body.portal .transparent-bg {
    background: rgba(0, 0, 0, 0.35);
}
.fixed-bottom {
    position: absolute;
    background: #fff;
    padding: 0;
    -webkit-box-shadow: 0 10px 25px -15px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 25px -15px rgba(0, 0, 0, 0.35);
}
.fixed-bottom.fixedmenu {
    bottom: auto;
    top: 0;
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}
.fixed-bottom.menu-top .dropdown-toggle::after {
    content: "\f106";
}
.fixedmenu {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    margin: 0 !important;
    padding: 0;
    z-index: 1002;
    background: #fff !important;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fixedmenu.no-animation {
    animation: none;
    animation-duration: 0.1s;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

/* Scroll down */

.scroll-down {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    z-index: 13;
    left: 50%;
    transform: translateX(-50%);
    user-select: none;
}
.scroll-down i {
    font-size: 12px;
    padding-left: 10px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(2px);
    }
    100% {
        transform: translateY(-2px);
    }
}

.navbar-brand {
    margin: 10px 0 16px 28px;
    padding: 0;
    width: 250px;
    position: relative;
}
.navbar.fixedmenu .navbar-brand {
    margin: 10px 0 16px 28px;
    padding: 0;
    width: 250px;
    position: relative;
}
.navbar .logo-default {
    position: absolute;
    top: -12px;
    z-index: 10;
}
.navbar-brand > img {
    width: 100%;
}
.navbar.fixedmenu .logo-default, .navbar .logo-scrolled {
    display: none;
}
.navbar.fixedmenu .logo-scrolled, .navbar .logo-default {
    display: inline-block;
}
.navbar-nav .nav-item {
    position: relative;
}
.navbar.sidebar-nav .navbar-nav .nav-item {
    margin: 10px 0;
}
.navbar-nav .nav-item:first-child {
    margin-left: 0;
}
.navbar-nav .nav-item:last-child {
    margin-right: 10px;
}
.navbar-nav .nav-item:last-child .nav-link{
    margin-right: 0;
}
.navbar-nav .nav-link {
    padding: 8px 0 !important;
    text-transform: capitalize;
    font-size: 16px;
    color: #26313c;
    position: relative;
    line-height: normal;
    margin: 16px 1.25rem;
    display: inline-block;
}
.nav-item.dropdown:hover {
    cursor: pointer;
}
.text-warning-hvr:hover, .text-warning-hvr:focus {
    color: #ffc107;
}
.text-grey {
    color: #a5a5a5;
}
.lang-switcher {
    position: absolute;
    right: 0px;
    top: 21px;
}
.lang-switcher a {
    padding-left: 25px;
    border-left: 1px solid #fff;
}
.fixedmenu .lang-switcher a {
    border-left: 1px solid #26313c;
}
.navbar-nav .nav-link.dropdown-toggle::before {
    display: none;
}
.transparent-bg .navbar-nav .nav-link, 
.lang-switcher a {
    color: #fff;
}
.transparent-bg.darkcolor .navbar-nav .nav-link {
    color: #26313c;
}
.whitecolor .navbar-nav .nav-link {
    color: #fff;
}
.transparent-bg.darkcolor .navbar-nav .nav-link.active {
    color: #f7b301;
}
.dark-slider h2, .light-slider h2 {
    font-size: 48px !important;
}
.dark-slider p, .light-slider p {
    font-size: 18px !important;
    line-height: 1.2 !important;
}
.dark-slider h2, .dark-slider p {
    color: #373737;
}
.light-slider h2, .light-slider p {
    color: #fff;
}
.fixedmenu .navbar-nav .nav-link,
.fixedmenu .lang-switcher a {
    color: #26313c;
}

/*DropDowns*/
.collapse {
    position: relative;
}
.sideNavPages {
    /*border-left: 1px solid #ffffff66;*/
    /*margin-top: 4px;*/
}
.sideNavPagesInner {
    margin-left: 30px;
}
.sideNavPagesInner .nav-link {
    font-size: 1.2rem !important;
}

/*.collapsePagesSideMenu {*/
/*    display: flex !important;*/
/*}*/

.collapsePagesSideMenu .fas {
    font-size: 12px;
    margin: auto 10px auto auto;
    position: absolute;
    right: -30px;
    top: 43%;
}
.sideNavPages .nav-item {
    display: block;
    margin: 5px 0;
}
.sideNavPages .nav-link {
    font-size: 1.5rem !important;
    margin-left: 30px !important;
}
.static.dropdown {
    position: static;
}
.dropdown-toggle::after {
    content: "\f107";
    border: none;
    vertical-align: baseline;
    font-size: 14px;
    width: auto;
    height: auto;
    line-height: 1;
}
.megamenu {
    /*padding: 20px 0;*/
    width: 100%;
}
.navbar-nav .dropdown-menu {
    z-index: 5;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 0;
    padding: 18px 0;
    -webkit-box-shadow: 0 13px 25px -12px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 13px 25px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 13px 25px -12px rgba(0, 0, 0, 0.25);
    left: 0;
    top: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.01);
    margin-top: 0;
    cursor: default;
}
body.portal .navbar-nav .dropdown-menu {
    background: rgba(0, 0, 0, 0.35);
}
.fixedmenu .navbar-nav .dropdown-menu, body.portal .fixedmenu .navbar-nav .dropdown-menu {
    background: #fff;
    border-top: 1px solid #efefef;
}
.menu-top .navbar-nav .dropdown-menu {
    -webkit-box-shadow: 0 0 25px -10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 25px -10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 25px -10px rgba(0, 0, 0, 0.25);
    bottom: 68px;
}
.dropdown-menu.right-show {
    left: auto !important;
    right: 0 !important;
}
.dropdown-menu .dropdown-item {
    background: transparent;
    font-size: 1rem;
    padding: 0 20px;
    line-height: 40px;
    transition: all 0.3s ease-out 0s;
}
a.dropdown-toggle::after {
    transition: all 0s;
}
.dropdown-menu .dropdown-item {
    color: #fff;
}
.dropdown-item.active {
    color: #f7b301;
}
.fixedmenu .dropdown-menu .dropdown-item {
    color: #26313c;
}
.fixedmenu .dropdown-item.active {
    color: #d19b37;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar .dropdown:hover .dropdown-toggle,
.dropdown-menu .dropdown-item:hover,
.lang-switcher a:hover,
.lang-switcher a:focus {
    color: #f7b301 !important;
}
.fixedmenu .navbar-nav .nav-link:hover,
.fixedmenu .navbar-nav .nav-link.active,
.fixedmenu .navbar .dropdown:hover .dropdown-toggle,
.fixedmenu .dropdown-menu .dropdown-item:hover,
.fixedmenu .lang-switcher a:hover,
.fixedmenu .lang-switcher a:focus {
    color: #d19b37 !important;
}
.dropdown-menu .dropdown-item:hover {
    padding-left: 14px;
}
.bg-yellow .dropdown-menu .dropdown-item:hover,
.bg-yellow .dropdown-menu.megamenu .dropdown-item:hover {
    color: #026cb8 !important;
}
.bg-yellow .navbar-nav .nav-link:hover,
.bg-yellow .navbar-nav .nav-link.active {
    color: #fff !important;
}
.dropdown-menu .dropdown-title {
    margin: 1.5rem 0 0.5rem 1rem;
    font-size: 19px;
}
.hover-light:hover {
    color: #fff !important;
}
.hover-underline:hover span {
    text-decoration: underline;
}
.services-main:hover img {
    transform: scale(1.08);
}
.services-main:hover h3 {
    background-image: -webkit-gradient(linear, left top, right top, from(#ffab02), color-stop(51%, #ffda00), to(#ffab02));
    background-clip: border-box;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colorPrimary', endColorstr='@colorSecondary', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 992px) {
    .navbar-nav .dropdown {
        position: static;
    }
    .navbar .dropdown-menu {
        display: block;
        opacity: 0.4;
        visibility: hidden;
        min-width: 260px;
        transform: scale(1, 0);
        transform-origin: 0 0;
    }
    .navbar.menu-top .dropdown-menu {
        transform-origin: 100% 100%;
    }
    .dropright .dropdown-menu {
        display: block;
        opacity: 0.4;
        visibility: hidden;
        transform: scale(0, 1);
        transform-origin: 0 0;
    }
    .navbar-nav .dropdown:hover>.dropdown-menu,
    .dropright:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}


/* Side Menu */

/*side open btn*/
.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    margin-right: 1rem;
    margin-top: 0;
    right: 20px;
}
.sidemenu_btn,
.side-menu .btn-close,
.side-menu .btn-close::before,
.side-menu .btn-close::after {
    position: absolute;
}
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: none;
    z-index: 1031;
    opacity: 0.5;
    cursor: pointer;
}
.sidemenu_btn>span {
    height: 2px;
    width: 100%;
    display: block;
}
.transparent-bg .sidemenu_btn>span {
    background: #fff;
}
.fixedmenu .sidemenu_btn>span:not(.gradient-bg) {
    background: #26313c !important;
}
.sidemenu_btn>span:nth-child(2) {
    margin: 4px 0;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    top: 23px;
    margin-right: 2rem;
    right: 15px;
    cursor: pointer;
}
.side-menu .btn-close.btn-close-no-padding {
    top: 24px;
}
.side-menu .btn-close::before, .side-menu .btn-close::after {
    left: 16px;
    height: 24px;
    width: 2px;
    background: #fff;
    top: 5px;
}
.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.side-menu {
    width: 40%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1610;
    height: 100vh;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out;
    overflow: hidden;
}
.side-menu:not(.gradient-bg) {
    background: #2d3238;
}
.side-menu.side-menu-active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.side-menu .navbar-brand {
    margin-top: -45px;
}
.side-menu .inner-wrapper {
    padding: 4.5rem 4rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.side-nav >.navbar-nav{
    display: flex;
    flex-direction: column !important;
}
.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}
.side-nav .navbar-nav .nav-item {
    display: block;
    margin: 10px 0;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}
.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #fff !important;
    padding: 2px 0 !important;
    margin: 0;
    font-size: 2rem;
    font-weight: 300;
}
.side-nav .navbar-nav .nav-link::before,
.breadcrumb .breadcrumb-item a::before {
    content: '';
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.breadcrumb .breadcrumb-item a::before {
    bottom: -5px;
}
.side-nav .navbar-nav .nav-link:hover::before,
.breadcrumb .breadcrumb-item a:hover::before {
    width: 100%;
}
.transparent-sidemenu .side-nav .navbar-nav .nav-link::before {
    display: none;
}
.side-nav .navbar-nav .nav-link.active::before {
    width: 100%;
}
.transparent-sidemenu .side-nav .navbar-nav .nav-link:hover {
    margin-left: 5px;
}
.side-menu p {
    font-size: 13px;
    margin-top: .5rem;
    margin-bottom: 0;
}

/*Header Social Icons*/
.navbar .social-icons li a {
    height: 26px;
    width: 26px;
    line-height: 26px;
    font-size: 14px;
}
.sidebar-nav .social-icons {
    position: absolute;
    bottom: 30px;
}
.navbar.fixedmenu .social-icons.white li a {
    color: #26313c;
}
.navbar.fixedmenu .social-icons.white li a:hover,
.side-menu .social-icons-simple li a:hover {
    color: #fff;
}

@media (max-width: 1200px) {
    .side-menu .inner-wrapper {
        padding: 4rem 3.25rem;
    }
    .process-wrapp li::before,
    .process-wrapp li::after {
        width: 26% !important;
    }
}

@media (max-width: 1055px) {
    .navbar .social-icons {
        margin-right: 30px;
    }
}

@media (max-width: 1024px) {
    .side-menu .inner-wrapper {
        padding: 4rem 2.7rem;
    }
    .sideNavPagesInner .nav-link {
        font-size: 1rem !important;
    }
}

@media (max-width: 992px) {
    .transparent-bg:not(.fixedmenu) {
        background: rgba(38, 49, 60, 0.55);
        padding: 0;
    }
    .side-menu {
        width: 60%;
    }
    .side-menu .inner-wrapper {
        padding: 2rem 5rem;
    }
    .side-menu .btn-close {
        margin-right: 1.2rem;
        right: 20px;
    }
    nav.side-nav {
        margin-top: 35px;
    }
    .process-wrapp li::before {
        width: 0 !important;
    }
    .process-wrapp li::after {
        width: 70% !important;
        left: 195px;
    }
    .process-wrapp li:nth-child(even)::after,
    .process-wrapp li:last-child::after {
        width: 0 !important;
    }
}

@media (max-width: 767px) {
    .side-menu .btn-close {
        top: 20px;
    }
    .side-menu {
        width: 80% !important;
    }
    .dropdown-menu .dropdown-title {
        display: none;
    }
    .bottom15 .icon {
        float: left;
    }
    .process-wrapp li::after,
    .process-wrapp li::before {
        width: 0 !important;
    }
    .carousel-shop-detail .owl-nav button:focus {
        background: #ffffff;
        color: #ffab02;
    }
    .coming-soon-heading {
        font-size: 70px;
    }
    ul.count_down li {
        padding: 0 20px !important;
    }
    ul.count_down li p:nth-child(1) {
        font-size: 50px !important;
    }
}

@media (max-width: 576px) {
    .side-menu {
        width: 100% !important;
    }
    .navbar-nav {
        margin-top: 1.5rem;
    }
}


/*Dots*/
.owl-dots {
    margin-top: 2rem;
    text-align: center;
}
.owl-dots .owl-dot {
    height: 3px;
    width: 20px;
    background: #26313c;
    margin: 2px 3px;
    border: 1px solid #26313c;
    display: inline-block;
    cursor: pointer;
    padding: 0;
}
.no-dots .owl-dots {
    display: none;
}

.owl-dots .owl-dot,
.numbered .tp-bullet,
.numbered .tp-bullet-number,
.numbered .tp-bullet .tp-count {
    position: relative;
    user-select: none;
}
.numbered .tp-bullet {
    width: auto;
    height: 15px;
    background: transparent;
    cursor: pointer;
    color: #18191d;
    transition: 3s height;
}
.numbered .tp-bullet-number {
    text-align: left;
    white-space: nowrap;
}
.numbered .tp-bullet-number,
.numbered .tp-bullet .tp-count {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.numbered .tp-bullet.selected:nth-child(4) {
    padding-bottom: 4px;
    border-bottom: 2px solid;
}
.numbered, .tp-tabs, .tp-thumbs {
    top: 47% !important;
}

.numbered .tp-bullet .tp-count {
    font-size: 14px;
    bottom: 5px;
}
.numbered .tp-count:before {
    height: 3px;
    width: 40px;
    transform: scaleX(0);
    display: block;
    background: #f7b301;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.numbered .tp-count:before, .revicon {
    position: absolute;
}
.numbered .tp-bullet.selected .tp-count {
    color: #f7b301;
}
.white .numbered .tp-bullet .tp-count,
.white .numbered .tp-count:before,
.white .numbered .tp-bullet.selected .tp-count {
    color: #fff;
}
.white .numbered .tp-count:before {
    background: #fff;
}
.numbered .tp-bullet.selected .tp-count:before {
    transform: scaleX(1);
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.animate-out {
    -webkit-animation-delay: 0ms;
    -o-animation-delay: 0ms;
    animation-delay: 0ms;
}
.revicon {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 40px;
    z-index: 11;
}
.revicon li a {
    height: 40px;
}

/*Buttons*/
.owl-prev, .owl-next {
    background: transparent;
    border: none;
    color: #26313c;
    height: 30px;
    width: 30px;
    font-size: 16px;
    line-height: 29px;
}
.gray-body .owl-nav button, .gray-body .back-top {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.owl-prev, .owl-prev::before, .owl-next, .owl-next::before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
}
.owl-prev::before, .owl-next::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffab02), color-stop(51%, #ffda00), to(#ffab02));
    background-image: -webkit-linear-gradient(left, #ffab02 0%, #ffda00 51%, #ffab02 100%);
    background-image: -moz-linear-gradient(left, #ffab02 0%, #ffda00 51%, #ffab02 100%);
    background-image: -o-linear-gradient(left, #ffab02 0%, #ffda00 51%, #ffab02 100%);
    background-image: linear-gradient(to right, #ffab02 0%, #ffda00 51%, #ffab02 100%);
}
.owl-prev:hover, .owl-next:hover {
    color: #fff !important;
}
.owl-prev:hover::before, .owl-next:hover::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}

.contact-banner::before,
.contact-banner iframe {
    position: absolute;
}

.contact-banner::before {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 1;
}
.page-header .page-titles, .page-header .title-wrap {
    position: relative;
}
.page-header .page-titles {
    z-index: 5;
}
.title-wrap h3 {
    margin-top: 3px;
}
.page-header .title-wrap {
    padding: 1.125rem 1.5rem;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    line-height: 1;
    z-index: 2;
}
.breadcrumb {
    background: transparent;
    padding: 0;
}
.breadcrumb .breadcrumb-item {
    font-size: 14px;
    position: relative;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: inherit;
}
.contact-banner iframe {
    height: 100%;
    width: 100%;
}
iframe {
    border: none;
}

/* Index */
.wow {
   visibility: hidden;
}
.banner-section {
    background-image: url(../img/invest-banner.jpg);
    background-position: center center;
    background-size: cover;
    height: 100vh;
}
.banner-section .rectangle {
    position: absolute;
    top: 0;
    width: 340px;
    height: 610px;
    background-color: #17479E;
    color: #f7b301;
}
.banner-section .rectangle .text {
    position: absolute;
    bottom: 60px;
    left: 28px;
}
.banner-section .rectangle .text h2 {
    font-size: 48px;
}
.font {
    font-family: 'Montserrat', sans-serif;
}
.skills-about .skills-image {
    margin-top: 60px;
}
.skills-about {
    width: 100%;
    display: block;
    position: relative;
}
.services {
    background: url(../img/services-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.services h2 {
    margin-bottom: 60px;
}
.services .bg-overlay {
    /*background-color: #d19b37;*/
    background-color: #d9dcde;
    width: 500px;
    height: 500px;
    right: 0;
    left: auto;
    top: -50%;
    z-index: -1;
}

/**/
.cards-section .card {
    background: #d9dcde;
    padding: 50px 20px;
    height: 100%;
    transition: .3s ease-in;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    border-radius: 0;
}
.card-text {
    margin-bottom: 63px;
    min-height: 140px;
}
.card h3 {
    color: #17479E;
    margin-bottom: 30px;
    transition: .3s ease-in;
}
.card p {
    font-size: 16px;
    transition: .3s ease-in;
}
.card-btn {
    position: absolute;
    bottom: 50px;
    width: 100%;
    left: 0;
}
.card-btn a {
    color: #fff;
}

.cards-section .active {
    background-color: #565c63;
}
.cards-section .active h3, .cards-section .active p {
    color: #fff;
}

.services-card.card-mid {
    background: #17479E;
}
.services-card.card-mid h3, .services-card.card-mid p {
    color: #fff;
}
.services-card.card-mid:hover {
    background-color: #eee;
}
.services-card.card-mid:hover h3 {
    color: #17479E;
}
.services-card.card-mid:hover p {
    color: #040608;
}


.news-about .skills-image {
    margin-top: 90px;
}
.news-about {
    width: 100%;
    display: block;
    position: relative;
}
#news {
    z-index: 1;
}
#news .bg-overlay {
    /*background-color: #d19b37;*/
    background-color: #d9dcde;
    width: 100%;
    height: 100%;
    left: -50%;
    right: 70%;
    top: 30%;
    z-index: -1;
}
#news .news-date {
    color: #888;
    font-size: 15px;
    font-style: italic;
    margin-bottom: 20px;
}


/* Sub page */
.subtitle {
    height: 250px;
    background-position: top center;
    background-size: cover;
}
.blue-bg {
    background: #17479E;
    padding: 30px 28px;
    position: absolute;
    top: 150px;
    margin-right: 30px;;
}
.subtitle h1 {
    color: #f7b301;
    padding-top: 0;
}
.sub-content {
    padding: 100px 0;
}
.section-title {
    margin-bottom: 50px;
}
.area-video {
    margin-bottom: 50px;
}
.sub-h2 {
    margin-bottom: 50px;
}
.sub-h2 h2 {
    color: #17479E;
}
.sub-h3 {
    margin-bottom: 30px;
}
.sub-h3 h3 {
    color: #d19b37;
}
.line hr {
    margin-top: 50px;
    margin-bottom: 50px;
}
.double-block .area-image, .double-block .area-wysiwyg {
    margin-bottom: 50px;
}
.pim-text {
    margin-bottom: 50px;
}


/* About us */
.team-block {
    margin-bottom: 50px;
}
.team-block h2 {
    color: #17479E;
    margin-bottom: 5px;
}
.team-block h5 {
    color: #d19b37;
    margin-bottom: 20px;
}

/* Contact */
.map-holder {
    position: relative;
    padding: 0;
}
#map {
    height: 500px;
}

/**/
#services-slider,
#services-slider .service-box,
.services-main .services-content,
.process-wrapp,
.process-wrapp li,
.process-wrapp li>.pro-step,
.feature-item .icon,
.feature-item .text h3,
.half-section-alt,
.bg-counters, .services-index,
.progress-bars .progress,
.progress-bars .progress p {
    position: relative;
}

.half-section-alt::before,
.progress-bars .progress .progress-bar,
.progress-bars .progress .progress-bar span,
.progress-bars .progress .progress-bar span::after,
.process-wrapp li>.pro-step::before,
.process-wrapp li::before,
.process-wrapp li::after {
    position: absolute;
}

#services-slider .service-box>span,
.process-wrapp li>.pro-step,
.progress-bars .progress p,
.progress-bars .progress .progress-bar span::after {
    display: inline-block;
}


/*Service Slider*/

#services-slider {
    margin: -140px 0 0;
    min-height: 345px;
    z-index: 21;
}
#services-slider.half-margin {
    margin: -110px 0 0;
}
#services-slider.owl-carousel .owl-stage-outer {
    padding-top: 25px;
    padding-bottom: 25px;
}
#services-slider .service-box {
    padding: 3rem 2rem;
    background: #026cb8;
    color: #fff;
    text-align: center;
    -webkit-transition: all .5s ease .1s;
    -o-transition: all .5s ease .1s;
    transition: all .5s ease .1s;
    z-index: 2;
}
#services-slider.services-slider-light .service-box {
    background: #556772;
}
.bg-light-dark {
    background: #556772;
}
#services-slider .service-box,
#services-slider .service-box>span {
    overflow: hidden;
}
#services-slider .service-box>span {
    font-size: 40px;
    height: 50px;
    width: 50px;
    line-height: 50px;
}
#services-slider .service-box h4 {
    font-weight: bold;
}
#services-slider .service-box i {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transition: all .18s linear;
    -o-transition: all .18s linear;
    transition: all .18s linear;
}
#services-slider .service-box:hover i {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
#services-slider .owl-item.center .service-box {
    background-color: #f7b301;
    padding: 4.5rem 2rem;
    margin-top: -25px;
}
.gradient-bg {
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffab02), color-stop(51%, #ffda00), to(#ffab02));
    background-image: -webkit-linear-gradient(left, #ffab02 0%, #ffda00 51%, #ffab02 100%);
    background-image: -moz-linear-gradient(left, #ffab02 0%, #ffda00 51%, #ffab02 100%);
    background-image: -o-linear-gradient(left, #ffab02 0%, #ffda00 51%, #ffab02 100%);
    background-image: linear-gradient(to right, #ffab02 0%, #ffda00 51%, #ffab02 100%);
}
#services-slider .owl-item.center .service-box:hover {
    background-position: right center;
}


/*Services main*/

.services-main .services-content {
    margin-left: 10px;
    margin-right: 10px;
    padding: 2rem 1rem;
    margin-top: -30px;
    background: #ffffff;
    z-index: 5;
}


/* Work Process */

.process-wrapp {
    overflow: hidden;
    display: table;
    table-layout: fixed;
    margin: 0 15px;
}
.process-wrapp,
.process-wrapp li,
.process-wrapp li>.pro-step {
    z-index: 1;
}
.process-wrapp li,
.process-wrapp li>.pro-step {
    text-align: center;
}
.process-wrapp li {
    padding: 70px 15px 0 15px;
    display: table-cell;
}
.process-wrapp li:hover {
    cursor: pointer;
}
.process-wrapp li>.pro-step {
    height: 90px;
    width: 90px;
    line-height: 90px;
    border: 1px solid #fff;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}
.process-wrapp li>.pro-step,
.process-wrapp li>.pro-step::before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.process-wrapp.no-rounded li>.pro-step,
.process-wrapp.no-rounded li>.pro-step::before {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}
.process-wrapp li>.pro-step::before {
    background: #f7b301;
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.process-wrapp li p:first-child {
    font-size: 15px;
}
.process-wrapp li p:last-child {
    font-size: 13px;
    margin-bottom: 4px;
}
.process-wrapp li:hover>.pro-step {
    border-color: transparent;
    color: #fff;
}
.process-wrapp li.active>.pro-step{
    border-color: transparent;
    color: #fff;
}
.process-wrapp li.active:hover>.pro-step {
    border-color: transparent !important;
}
.process-wrapp li:hover>.pro-step::before {
    opacity: 1;
    visibility: visible;
    border-radius: 50%;
}
.process-wrapp li.active>.pro-step::before {
    opacity: 1;
    visibility: visible;
    border-radius: 50%;
}
.process-wrapp li.active:hover>.pro-step::before {
    opacity: 1 !important;
    visibility: visible !important;
    border-radius: 50%;
}
.process-wrapp:hover li.active>.pro-step::before{
    opacity: 0;
    visibility: hidden;
}
.process-wrapp:hover li.active>.pro-step{
    border-color: #fff;
}
.process-wrapp li::before,
.process-wrapp li::after {
    height: 1px;
    top: 115px;
    background: rgba(255, 255, 255, .5);
    width: 30%;
    z-index: -1;
    margin: 0;
}
.process-wrapp li:first-child::before,
.process-wrapp li:last-child::after {
    opacity: 0;
    visibility: hidden;
}
.process-wrapp li::before {
    left: 0;
}
.process-wrapp li::after {
    right: 0;
}
.rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.collapsePagesSideMenu i {
    transition: all .3s linear;
}


/*App Features*/

#app-feature .feature-item:hover,
.feature-item.image {
    cursor: pointer;
}
.feature-item {
    text-align: center;
}
.feature-item.innovative-border {
    border: 1px solid #f7b301;
    padding: 15px 10px 0 10px;
    position: relative;
}
.feature-item.innovative-border.arr-left::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-right: 1px solid #f7b301;
    border-bottom: 1px solid #f7b301;
    background: #fff;
    top: calc(50% - 7px);
    right: -8px;
    transform: rotate(-45deg);
}
.feature-item.innovative-border.arr-right::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-left: 1px solid #f7b301;
    border-top: 1px solid #f7b301;
    background: #fff;
    top: calc(50% - 7px);
    left: -8px;
    transform: rotate(-45deg);
}
.feature-item img,
.feature-item .icon {
    display: inline-flex;
}
.feature-item.image {
    max-width: 250px;
    margin-top: 35px;
}
.feature-item h4 {
    font-size: 1.5rem;
}
.feature-item .icon {
    text-align: center;
    z-index: 1;
    font-size: 38px;
    margin-bottom: 20px;
    color: #f7b301;
    vertical-align: top;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.feature-item .text *,
.feature-item .icon i{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.feature-item .icon i{
    transition-delay: 0.15s;
}
.feature-item:hover .text span {
    color: #f7b301;
}
.feature-item:hover .icon {
    transform: translateY(-6px);
}
.feature-item:hover .icon i{
    transform: rotateY(180deg);
}
.feature-item.innovative-border:hover .icon {
    transform: scale(1.1);
}
.feature-item.active {
    background: #f7f7f7;
}
.image.mobile-apps>img {
    opacity: 0;
}
.image.mobile-apps.active>img {
    opacity: 1;
}

/*half sections*/
.half-section-alt::before {
    height: 60%;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #F1F1F1;
}


/* Counters */
.bg-counters {
    background: url(../images/counter-bg.html) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.bg-shop-quote {
    background: url(../images/bg-about-header.html) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.counters .count_nums {
    font-size: 6.25rem;
    line-height: 5rem;
}
.counters .count_nums,
.counters i {
    vertical-align: middle;
}


/* Progress Bars */
.progress-bars .progress .progress-bar:not(.gradient-bg),
.progress-bars .progress .progress-bar span:not(.gradient-bg) {
    background: #026cb8;
}
.progress-bars .progress {
    overflow: visible;
    height: 18px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    opacity: 0;
    background: #eee;
}
.progress-bars .progress+.progress {
    margin-top: 50px;
}
.progress-bars .progress p {
    padding-bottom: 10px;
    left: 0;
}
.progress-bars .progress p,
.progress-bars .progress .progress-bar span {
    top: -28px;
}
.progress-bars .progress .progress-bar {
    float: none;
    height: 100%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: width 1s ease-in-out .3s;
    -o-transition: width 1s ease-in-out .3s;
    transition: width 1s ease-in-out .3s;
}
.progress-bars .progress .progress-bar span {
    display: block;
    right: 0;
    width: 34px;
    padding: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 10px;
    line-height: 1.7;
    text-align: center;
}
.progress-bars .progress .progress-bar span::after {
    height: 8px;
    width: 8px;
    background: inherit;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 50%;
    margin-left: -4px;
    bottom: -4px;
    z-index: -1;
}
/*Progress Bars */


/*accordion*/
.card {
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
}
.card .card-header {
    background-color: #eee;
    border: none;
    border-radius: 0 !important;
    margin-bottom: 2px;
    padding: 0;
}
.card .card-header .btn-link {
    color: #222;
    display: block;
    text-align: left;
    /*background: #00aeef;*/
    font-size: 20px;
    text-transform: none;
    padding: 20px 60px 20px 20px;
    border: none;
    border-radius: 0 !important;
    cursor: pointer;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    position: relative;
}
.card .card-header .btn-link:after {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 20px;
    right: 20px;
}
.card .card-header .btn-link.collapsed {
    background: #eee;
    color: #222;
}
.card .card-header .btn-link.collapsed:after {
    content: "\f107";
}
.card .card-header .btn-link span {
    text-transform: uppercase;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.card .collapsing {
    background: #fff;
    line-height: 30px;
}
.card .collapse {
    border: 0;
}
.card .collapse.show {
    background: #fff;
    line-height: 30px;
    color: #222;
}
.card .card-body {
    padding: 20px 20px 0;
}
.card .card-body .card-holder {
    display: flex;
    border-bottom: 1px #ddd solid;
    padding: 20px 0;
}
.card .card-body .card-holder:last-of-type {
    border-bottom: none;
}



@media screen and (max-width: 1400px) {
    .counters .count_nums {
        font-size: 5.625rem;
    }
}

@media screen and (max-width: 1266px) {
    .counters .count_nums {
        font-size: 5rem;
    }
}

@media screen and (max-width: 992px) {
    .process-wrapp {
        text-align: center;
    }
    .process-wrapp li {
        display: inline-block;
        max-width: 300px;
    }
    .process-wrapp li:first-child::before,
    .process-wrapp li:last-child::after {
        opacity: 1;
        visibility: visible;
    }
    #app-feature .feature-item {
        max-width: 300px;
        display: inline-block;
    }
}

@media screen and (max-width: 768px) {
    #services-slider {
        margin: -70px 0 0;
    }
    #services-slider.half-margin {
        margin: -55px 0 0;
    }
    .counters .count_nums {
        font-size: 4rem;
    }
}


/* Team */

.team-content {
    padding: 2rem 1rem;
    background: #fff;
    text-align: center;
    height: 108px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.equal-shadow-team .team-content {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
}

.team-content::before {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffab02), color-stop(51%, #ffda00), to(#ffab02));
    background-image: -webkit-linear-gradient(left, #ffab02 0%, #ffda00 51%, #ffab02 100%);
    background-image: -moz-linear-gradient(left, #ffab02 0%, #ffda00 51%, #ffab02 100%);
    background-image: -o-linear-gradient(left, #ffab02 0%, #ffda00 51%, #ffab02 100%);
    background-image: linear-gradient(to right, #ffab02 0%, #ffda00 51%, #ffab02 100%);
}

.team-content p {
    margin-bottom: 0;
    font-size: 13px;
}

.team-box:hover .team-content * {
    color: #fff;
}

.team-box:hover .team-content h4 {
    margin-top: -15px;
}

.team-box:hover .team-content::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.team-content ul {
    -webkit-transform: translateY(150%);
    -moz-transform: translateY(150%);
    -ms-transform: translateY(150%);
    -o-transform: translateY(150%);
    transform: translateY(150%);
}

.team-box:hover .team-content ul {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    margin-top: 5px;
}

.team-box:hover img {
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.overlay {
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-image: -webkit-linear-gradient(to right, #ffda00aa 0%, #ffab02aa 100%);
    background-image: -moz-linear-gradient(to right, #ffda00aa 0%, #ffab02aa 100%);
    background-image: -ms-linear-gradient(to right, #ffda00aa 0%, #ffab02aa 100%);
    background-image: -o-linear-gradient(to right, #ffda00aa 0%, #ffab02aa 100%);
    background-image: linear-gradient(to right, #ffda00aa 0%, #ffab02aa 100%);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.overlay-blue {
    background: #026cb8aa;
}

.overlay-dark {
    background-image: none;
    background-color: #000;
    z-index: 1;
    visibility: visible;
}

.half-section-alt.teams-border::before {
    height: 108px;
}

#our-team-main.half-section-alt.teams-border::before {
    height: 160px;
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-black {
    background: #000000;
}


/*----- Gallery Portfolio -----*/

/*filters*/

.cbp-l-filters .cbp-filter-item {
    cursor: pointer;
    margin: 0 .2rem;
}

.cbp-l-filters .cbp-filter-item,
.cbp-l-filters .cbp-filter-item span {
    display: inline-block;
}

.cbp-l-filters .cbp-filter-item span {
    color: #26313c;
    font-size: 0.85rem;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 0;
}

.cbp-l-filters>.cbp-filter-item+.cbp-filter-item::before {
    display: inline-block;
    padding-right: 0.4rem;
    padding-left: 5px;
    color: inherit;
    content: "/";
}

.cbp-l-filters.whitecolor .cbp-filter-item span {
    color: #fff;
}

.cbp-l-filters .cbp-filter-item-active {
    cursor: default;
}

.cbp-l-filters .cbp-filter-item-active span,
.cbp-l-filters .cbp-filter-item:hover span,
.cbp-l-filters .cbp-filter-item:focus span,
.cbp-l-filters.whitecolor .cbp-filter-item:focus span,
.cbp-l-filters.whitecolor .cbp-filter-item-active span {
    color: #f7b301;
}

.gallery-hvr {
    width: 100%;
    height: 100%;
    background: rgba(1, 110, 191, 0.8);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.cbp-item:hover .gallery-hvr {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.cbp-item {
    margin: 0 0 20px 0;
    position: relative;
    overflow: hidden;
}
.cbp-item img {
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.cbp-item:hover img {
    transform: scale(1.1);
}

.gallery-hvr .opens {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 18px;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    background: #fff;
    color: #26313c;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.gallery-hvr .opens::before,
.shopping-box .overlay .opens::before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    opacity: .3;
    visibility: hidden;
    background: #f7b301;
    border-radius: inherit;
    z-index: -1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.gallery-hvr .opens:hover::before,
.gallery-hvr .opens:focus::before,
.shopping-box .overlay .opens:hover::before,
.shopping-box .overlay .opens:focus::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.gallery-hvr .opens:hover,
.gallery-hvr .opens:focus {
    color: #fff;
}

.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cbp-l-loadMore-stop {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.cbp-l-loadMore-button .cbp-l-loadMore-link {
    color: #fff !important;
}

.fa-spin {
    -webkit-animation: fa-spin 0.75s infinite linear !important;
    animation: fa-spin 0.75s infinite linear !important;
    font-size: 15px;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* fancybox */
.fancybox-bg {
    background: #1e1e1e;
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
}
fancybox-navigation button:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 50px;
    width: 40px;
    height: 40px;
    background: rgba(200, 200, 200, .6)
}
.fancybox-button svg {
    height: 40px;
    width: 40px;
    padding-right: 12px;
}
.fancybox-button--play,
.fancybox-button--share {
    display: none;
}
.fancybox-thumbs__list a:before {
    border-color: #f7b301;
}


/* ----- Partner ----- */

#partners-slider .item {
    text-align: center;
}

#partners-slider .item,
#partners-slider .logo-item {
    position: relative;
}

#partners-slider .logo-item {
    width: 160px;
    height: 40px;
    overflow: hidden;
}

#partners-slider .logo-item,
#partners-slider .logo-item>img {
    display: inline-block;
}

.logo-item>img {
    width: 98%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

/*----- Contact US -----*/

section#stayconnect {
    margin-top: -40px;
}

.contactus-wrapp,
.getin_form .form-control,
#map-container,
.form-check,
.form-group label,
.checkbox label {
    position: relative;
}

.contactus-wrapp {
    padding: 2.5rem 2rem;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    z-index: 5;
}
.contactus-wrapp.position-absolute{
    top: -180px;
}

.single-page-footer {
    margin-top: 0;
}

.single-page-footer .contactus-wrapp {
    transform: translateY(0px);
    background: #F1F1F1;
}

.contactus-wrapp,
.getin_form .form-control,
.form-check label::before,
.form-check input[type="checkbox"]:checked+label::before {
    background: #fff;
}
.getin_form .form-control {
    border: 1px solid #ececec;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 41px;
    color: #b6b8ba;
    font-size: 0.875rem;
}


/*transparent form parallax version*/

.transparent-form input,
.transparent-form textarea {
    background: transparent;
    color: #fff !important;
    padding: 1.5rem .75rem;
    border-radius: 30px;
    border-color: #9ca2a8;
}

.transparent-form input:focus,
.transparent-form textarea:focus {
    background: transparent;
    border-color: #fff;
}

.transparent-form textarea {
    padding-top: 0.75rem;
    height: 150px;
}


/*CheckBox*/

/*.form-check {
    display: block;
    font-size: 13px;
}

.form-group label,
.checkbox label {
    font-size: 12px;
    font-weight: 500;
    padding-left: 10px;
    min-height: 20px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-group label,
.checkbox label,
.form-check label::before,
.contact-table .icon-cell,
span.icon-contact {
    display: inline-block;
}

.form-check label::before {
    content: "\f00c";
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #ececec;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: center;
    color: transparent;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.form-check input[type="checkbox"]:checked+label::before {
    background: #f7b301;
    border-color: #f7b301;
    color: #fff;
}*/

textarea {
    min-height: 160px;
    resize: none;
}
textarea#FreeConsultation1 {
    min-height: 200px;
}

button {
    border: none;
    cursor: pointer;
}


/* Form general- */

::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
:-moz-placeholder,
.form-control:-moz-placeholder,
::-moz-placeholder,
.form-control::-moz-placeholder,
:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #b6b8ba;
}

textarea::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder {
    color: #b6b8ba;
    opacity: 1;
}

.contact-table .cells {
    vertical-align: middle;
}

.contact-table .icon-cell {
    color: #26313c;
    text-align: center;
    font-size: 18px;
    margin-right: 10px;
}

#map-container,
#map-container>iframe {
    width: 100%;
}

#map-container>iframe {
    border: none;
    height: 100%;
}

span.icon-contact {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1;
}

.noshadow .widget {
    box-shadow: none !important;
}


/*----- Events video + News -----*/
.post-list {
    margin-bottom: 60px;
}
.post-list .video {
    margin-bottom: 15px;
}
.post-list h2 {
    font-size: 16px;
}
.post-list a {
    color: #040608;
}
.post-list a:hover, .post-list a:focus {
    color: #007bff;
}
.post-list .details span {
        color: #d19b37;
}
.tile {
    display: block;
    margin-bottom: 30px;
    position: relative;
}
.tile img {
    display: block;
    max-width: 100%;
}
.tile h2 {
    font-size: 16px;
}
.tile figure {
    margin: 0 0 15px 0;
    overflow: hidden;
}
.tile figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: .3s ease-in-out;
}
.tile:hover figure img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


/* ----- Our Blog ----- */
.news_item {
    background: #fff;
}
.news_item.shadow {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.shadow-equal {
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}
.news_item .news_desc {
    padding: 40px 30px;
}
#our-blog .cbp-item:hover img {
    transform: scale(1.15);
}
.news_item:hover .image img {
    transform: scale(1.05);
}
.news_item,
.eny_profile,
blockquote.blockquote,
.widget_search .input-group-addon,
.eny_profile .profile_text {
    position: relative;
}
.meta-tags li,
.meta-tags li a,
blockquote.blockquote::before,
ul.rounded li::before,
.webtags li,
.webcats li a::before,
.webcats li a>span {
    display: inline-block;
}
.single_post span,
.webcats li,
.webcats li a,
.webtags li a,
.btn_reply {
    display: block;
}
.meta-tags>li+li {
    margin-left: 10px;
}
.meta-tags li a {
    color: #a5a5a5;
    font-size: 12px;
    font-weight: 600;
}
.meta-tags li a>i {
    font-size: 17px;
    margin-right: 5px;
}
.meta-tags li a>i,
.meta-tags>li+li::before,
.webcats li a::before,
ul.rounded li::before {
    vertical-align: text-bottom;
}
.single_post .text {
    vertical-align: middle;
}
.news_item:hover h3,
.meta-tags li a:hover,
.meta-tags li a:focus {
    color: #f7b301;
}


/* ------- 404 ------ */
#error .error {
    position: relative;
}
#error .error h1 {
    position: relative;
    color: #ebebeb;
    font-size: 12rem;
    margin-top: 2.85rem;
}
#error .error h2 {
    font-size: 2rem;
    left: 50%;
    top: 50%;
    position: absolute;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    animation: moveUpDown404 1s infinite linear;
}

@keyframes moveUpDown404 {
    0% {
        transform: translate(-50%, -50%);
    }
    25% {
        transform: translate(-50%, -60%);
    }
    50% {
        transform: translate(-50%, -50%);
    }
    75% {
        transform: translate(-50%, -40%);
    }
    100% {
        transform: translate(-50%, -50%);
    }
}


/*Profile Image*/
.profile_bg {
    background: #f2f2f2;
    -webkit-box-shadow: 0 0 2px #c8c8c8;
    box-shadow: 0 0 2px #c8c8c8;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 20px;
}
.profile_border {
    border-top: 1px solid #c8c8c8;
}
profile_border:last-child {
    border-bottom: 1px solid #c8c8c8;
}
.profile {
    background: #fff;
    padding: 15px;
    display: table;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.profile .p_pic,
.profile .profile_text {
    display: table-cell;
}
.profile .p_pic {
    width: 100px;
    height: 100px;
    padding-right: 15px;
}
.profile .p_pic img {
    width: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.profile_text {
    vertical-align: top;
    padding-right: 10px;
}
.profile_text h5 {
    margin-bottom: 8px;
}
.profile_text strong {
    color: #b2cb20;
    font-size: 14px;
}
.profile_text span {
    color: #5b5b5b;
    font-size: 13px;
}

/*map */
.full-map {
    height: 500px;
    width: 100%;
    overflow: hidden;
}
.short-map {
    max-height: 330px;
}

/*Pagination*/
.pagination li>a {
    height: 36px;
    width: 36px;
    padding: 0;
    line-height: 36px;
    font-size: 18px;
    color: #a5a5a5;
    text-align: center;
    margin: 0 4px;
    border: none;
}
.pagination li>a:hover,
.pagination li>a:focus,
.pagination li.active>a {
    background: #f7b301 !important;
    color: #fff;
    border: 0;
}
.pagination li>a.disabled {
    pointer-events: none;
}
.pagination li>a,
.pagination li:first-child a,
.pagination li:last-child a,
ul.rounded li::before,
.webcats li a::before,
.eny_profile .profile_photo>img,
.single_post .post>img {
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
}
blockquote.blockquote {
    font-style: italic;
}
blockquote.blockquote::before {
    content: "\f10d";
    width: 40px;
    font-size: 28px;
    margin-right: 5px;
    color: #a1a1a1;
}
ul.rounded>li+li {
    margin-top: 20px;
}
.rounded li {
    padding-left: 20px;
}
ul.rounded li::before {
    height: 10px;
    width: 10px;
    background: #f7b301;
    margin-right: 10px;
    margin-left: -20px;
}

/*review find us form*/
form.findus .form-control {
    height: 48px;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}
form.findus:not(.form-inline) .form-group {
    width: 100%;
}
form.findus .form-control,
form.findus textarea {
    padding: 12px 0;
    margin-bottom: 30px;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #a5a5a5;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;
}
form.findus textarea {
    width: 100%;
    outline: none;
    min-height: 160px;
}
.form-control:focus,
textarea:focus {
    border-color: #f7b301;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
}
form.findus .select {
    border: none;
    border-bottom: 1px solid #d1d1d1;
    position: relative;
}
form.findus select {
    height: 100%;
    border: 0;
    width: 100%;
    color: inherit;
    opacity: .9;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 12px 15px;
    -webkit-border-radius: inherit;
    border-radius: inherit;
}
form.findus .select:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
    color: inherit;
    font-size: 16px;
    padding: 9px 0 8px 9px;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.logincontainer .form-control {
    background: transparent;
}
.logincontainer .btn_common {
    width: 100%;
}

/*Recent Sidebar*/
.sidebar .widget {
    padding: 30px 15px;
    background: #f6f6f6;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.news_box:hover h4>a,
.news_box:focus h4>a,
.blog-item:hover h3>a,
.blog-item:focus h3>a {
    color: #f7b301;
}
.blog-item:hover img {
    transform: scale(1.05);
}
.single_post {
    overflow: hidden;
    display: table;
    margin-bottom: 20px;
}
.single_post .post,
.single_post .text {
    display: table-cell;
}
.single_post .post {
    height: 50px;
    width: 50px;
}
.single_post .post>img {
    width: 100%;
}
.single_post .text {
    padding-left: 10px;
    font-size: 14px;
}
.single_post .text>a {
    font-weight: 600;
}
.single_post span {
    font-size: 12px;
}
.single_post:hover a,
.single_post:focus a {
    color: #f7b301;
}

/*Categories*/
.webcats>li+li {
    margin-top: 10px;
}
.webcats li a::before {
    height: 8px;
    width: 8px;
    background: #f7b301;
    margin-right: 10px;
    vertical-align: baseline;
    margin-bottom: 1px;
}
.webcats li a>span {
    font-weight: 600;
    margin-left: 5px;
    font-size: .875rem;
}
.webcats li a:hover,
.webcats li a:focus {
    color: #f7b301;
}
.whitebox .widget {
    padding: 40px 30px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.contact-box p {
    margin-bottom: 0;
}
.contact-box{
    padding: 40px 30px;
}
.contact-box:hover i{
    transform: translateY(-10px);
}
.contact-box:hover .icon-contact{
    transform: rotateY(-180deg);
}
.contact-box i,
.contact-box .icon-contact{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.contact-box .icon-contact{
    transition-delay: 0.2s;
}


/* ----- Our Blog ends ----- */


/* Footer */
footer {
    z-index: 2;
    position: relative;
    background: #41454f;
    padding: 30px 0;
}
.footer_logo {
    width: 180px;
}

.footer_logo,
.footer_logo>img,
.readmorebtn,
ul.links li a,
ul.links li a::before {
    display: inline-block;
}
ul.links {
    list-style: none;
}
ul.links li a {
    position: relative;
}
.footer_logo > img {
    width: 100%;
}
footer .footer-panel .address-item > span {
    width: 30px;
    font-size: 30px;
}
ul.links {
    margin-top: 52px;
    line-height: 1.2;
}
ul.links li a {
    color: #eee;
    font-weight: 300;
    line-height: 1.8;
}
ul.links li a::before {
    color: #f7b301;
    margin-right: 6px;
    content: "\f105";
    vertical-align: baseline;
}
ul.links li a:hover::before {
    padding-right: 8px;
}
footer p {
    font-size: 14px;
    line-height: 1.9;
}
ul.links li a {
    font-size: 14px;
}
ul.links li a:hover,
ul.links li a:focus,
.footer-panel p > a:hover {
    color: #f7b301;
}
.enews-holder {
    color: #fff;
    background: transparent;
    display: flex;
    align-items: center;
    padding: 53px 0 50px 50px;
    margin-right: 30%;
}
.enews1 {
    padding-right: 50px;
}
.feature-icon i {
    display: block;
    font-size: 50px;
    color: #f7b301;
    transition: .6s ease;
}
a:hover .feature-icon i {
  transform: translateX(20px);
  font-size: 50px;
  color: #d9dcde;
}


/* Modal Popup */
.quote-content {
  text-align: center;
  max-width: 1200px;
  padding: 50px 100px;
  overflow: visible;
  background-color: #fff;
}
.quote-content .contact-form .form-control {
  border-radius: 0;
  padding: 0;
}
.quote-content #quote_submit_btn {
  margin-bottom: -120px;
}
.quote-content .modal_decline_btn a {
    color: #040608;
    text-decoration: underline;
}
.quote-content .modal_decline_btn a:hover {
    color: #d19b37;
}
.quote-content .form-check {
  padding: 5px 0 0;
  text-align: center;
  margin-bottom: 0;
}
.quote-content .form-check.form-left {
    text-align: left;
}
.contact-form .form-control {
  border: none;
  border-bottom: 1px solid #797979;
  padding: 10px 0;
  background: transparent;
  font-weight: normal;
  border-radius: 0;
  box-shadow: none;
  height: 32px;
  color: #797979;
  font-size: 16px;
  position: relative;
  transition: border .9s ease;
}
.form-control:focus {
  color: #040608;
  border-color: #797979;
  outline: 0;
  box-shadow: 0 0 0 0.2rem transparent;
}
.quote-content .fancybox-close-small {
  top: 15px;
  right: 15px;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  transition: all .2s ease-in-out;
  -webkit-background-size: 200% auto;
background-size: 200% auto;
background-image: -webkit-gradient(linear, left top, right top, from(#cd9225), color-stop(51%, #f7b301), to(#cd9225));
background-image: -webkit-linear-gradient(left, #cd9225 0%, #f7b301 51%, #cd9225 100%);
background-image: -moz-linear-gradient(left, #cd9225 0%, #f7b301 51%, #cd9225 100%);
background-image: -o-linear-gradient(left, #cd9225 0%, #f7b301 51%, #cd9225 100%);
background-image: linear-gradient(to right, #cd9225 0%, #f7b301 51%, #cd9225 100%);
}
.quote-content .fancybox-close-small:after {
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-top: -1px;
  font: initial;
  font-size: 35px;
  color: #fff;
}
.quote-content .fancybox-close-small:hover {
    background-position: right center;
}
.fancybox-close-small:focus:after {
  outline: none;
}
.quote-content .fancybox-close-small:hover:after,
.quote-content .fancybox-close-small:focus:after {
  background-color: transparent;
}
.quote-content p {
    font-size: 14px;
    margin-bottom: 30px;
}
.contact-form .form-group {
  margin-bottom: 1.5rem;
}
.contact-form textarea {
  min-height: 130px;
  resize: none;
}
.hidden {
  display: none;
}
.contact-form .button {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  padding: 13px 36px !important;
}
/*.contact-form .button:after {
  content:"\f105";
  font-family: "Font Awesome 5 Free", serif;
  position: absolute;
  opacity: 0;
  top: 14px;
  right: 0px;
  transition: 0.5s;
  font-size: 14px;
  font-weight: 900;
}*/
.contact-form .button:hover {
  padding-right: 24px;
  padding-left: 8px;
}
.contact-form .button:hover:after {
  opacity: 1;
  right: 15px;
}
.privacy-text {
    font-size: 14px;
    color: #888;
    padding-top: 10px;
}
.sheet-block {
    text-align: left !important;
    background: #f0f0f0;
    padding: 20px;
}

/*checkbox*/
.checkbox-lable {
    color: #707070;
    display: inline-block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    line-height: 25px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox-lable input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #797979;
}
.checkbox-lable:hover input~.checkmark {
    background-color: #ccc;
}
.checkbox-lable input:checked~.checkmark {
    background-color: #f7b301;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox-lable input:checked~.checkmark:after {
    display: block;
}
.checkbox-lable .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*scroll bar styling*/
::-webkit-scrollbar-track {
    background-color: #ddd;
}
::-webkit-scrollbar {
    width: 7px;
    background-color: #ddb35a;
}
::-webkit-scrollbar-thumb {
    background: #ddb35a;
}
::-webkit-scrollbar-thumb:hover {
    box-shadow: inset 0 0 100px 20px #ddb35a;
}