html,
body {
    margin: 0;
    padding: 0
}

body {
    font-family: jost, sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #565872;
    letter-spacing: 0;
    font-weight: 400;
    word-break: break-word
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #181818;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 15px;
    line-height: 1.5
}

.rubik {
    font-family: rubik, sans-serif
}

a {
    color: #181818;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

a:hover {
    color: #cf0101;
    text-decoration: none
}

a:focus {
    outline: 0;
    text-shadow: none;
    box-shadow: none
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

@keyframes movebounce {
    0% {
        transform: translateY(0px)
    }

    50% {
        transform: translateY(15px)
    }

    100% {
        transform: translateY(0px)
    }
}

@keyframes zoomBig {
    0% {
        transform: translate(-50%, -50%) scale(.5);
        opacity: 1;
        border-width: 3px
    }

    40% {
        opacity: .5;
        border-width: 2px
    }

    65% {
        border-width: 1px
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 1px
    }
}

.topinfo p i.icon_pin_alt {
    top: 3px
}

.topbar .container-fluid,
header .container-fluid {
    padding-left: 75px;
    padding-right: 75px
}

.navbar.navbar-expand-lg {
    position: relative;
    margin: 0;
    padding: 0;
    transition: all .3s ease-out
}

.navbar-brand {
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center
}

.navbar-brand img {
    max-width: 100%;
    width: auto;
    height: 70px
}

.navbar .navbar-collapse {
    justify-content: center
}

.navbar-expand-lg .navbar-nav {
    position: relative;
    margin: 0;
    padding: 0
}

.navbar-expand-lg .navbar-nav li {
    position: relative;
    list-style: none;
    display: inline-block;
    margin: 0 0 0 25px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.navbar-expand-lg .navbar-nav li:first-child {
    margin-left: 0
}

.navbar-expand-lg .navbar-nav li>a {
    display: block;
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    font-family: rubik, sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    padding: 40px 20px 37px 20px;
    position: relative
}

.navbar-expand-lg .navbar-nav li.menu-item-has-children>a::before {
    content: "+";
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    text-align: center;
    z-index: 9999;
    font-size: 16px;
    display: block;
    cursor: pointer;
    transform: translateY(-50%)
}

.navbar-expand-lg .navbar-nav .sub-menu li.menu-item-has-children>a::before {
    right: 15px
}

.navbar-expand-lg .navbar-nav li.menu-item-has-children:hover>a::before {
    content: "-"
}

.navbar-expand-lg .navbar-nav li:hover>a {
    color: #cf0101
}

.navbar-expand-lg .navbar-nav li .sub-menu {
    position: absolute;
    left: inherit;
    pointer-events: none;
    top: 100%;
    width: 250px;
    z-index: 100;
    text-align: left;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    background: #181818;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgb(0 0 0/5%), -2px 0 5px 1px rgb(0 0 0/5%);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 1px rgb(0 0 0/5%), -2px 0 5px 1px rgb(0 0 0/5%);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
    border-radius: 0;
    color: inherit;
    font-size: inherit
}

.navbar-expand-lg .navbar-nav li .sub-menu li {
    display: block;
    padding: 0;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    -webkit-transition: all .2s cubic-bezier(.4, .28, .31, 1.28) 0s;
    transition: all .2s cubic-bezier(.4, .28, .31, 1.28) 0s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

.navbar-expand-lg .navbar-nav li .sub-menu li a {
    padding: 13px 25px;
    margin: 0;
    color: #fff;
    line-height: 26px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    display: block;
    position: relative
}

.navbar-expand-lg .navbar-nav li .sub-menu li a .nss-check{
    width: 16px;
    height: 16px;
    background: #0866ff;
    border-radius: 4px;
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    color: #fff;
    margin: 0 10px 0 0
}

.navbar-expand-lg .navbar-nav li .sub-menu li:nth-child(2n+1) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.navbar-expand-lg .navbar-nav li .sub-menu li:nth-child(2n+2) {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.navbar-expand-lg .navbar-nav li .sub-menu li:nth-child(2n+3) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.navbar-expand-lg .navbar-nav li .sub-menu li:nth-child(2n+4) {
    -webkit-transition-delay: .25s;
    transition-delay: .25s
}

.navbar-expand-lg .navbar-nav li .sub-menu li:nth-child(2n+5) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.navbar-expand-lg .navbar-nav li .sub-menu li:nth-child(2n+6) {
    -webkit-transition-delay: .35s;
    transition-delay: .35s
}

.navbar-expand-lg .navbar-nav li .sub-menu li:nth-child(2n+7) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.navbar-expand-lg .navbar-nav li .sub-menu li:last-child {
    -webkit-transition-delay: .45s;
    transition-delay: .45s
}

.navbar-expand-lg .navbar-nav li:hover .sub-menu li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.navbar-expand-lg .navbar-nav li .sub-menu li.current-menu-item>a,
.navbar-expand-lg .navbar-nav li .sub-menu li:hover>a {
    color: #cf0101
}

.navbar-expand-lg .navbar-nav li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: inherit;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.navbar-expand-lg .navbar-nav li .sub-menu li .sub-menu {
    position: absolute;
    left: 110%;
    right: auto;
    top: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none
}

.navbar-expand-lg .navbar-nav li .sub-menu li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    left: calc(100% + 1px);
    pointer-events: inherit
}

.access-btn {
    position: relative;
    margin-left: 0
}

.access-btn .btn-search {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    position: relative;
    top: -13px
}

.access-btn .btn-search:hover {
    color: #cf0101
}

.access-btn .rt-btn {
    font-weight: 700;
    padding: 19px 30px;
    margin-left: 32px
}

.access-btn .rt-btn:hover {
    color: #cf0101
}

.access-btn .rt-btn:before {
    background: #fff
}

.submenu-toggler {
    display: none
}

.popup_search_sec {
    position: absolute;
    left: 0;
    top: 0;
    right: 0
}

.popup_search_overlay {
    position: fixed;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    cursor: url(../image/close.png), auto;
    -webkit-transition: all .4s ease-in .8s;
    -o-transition: all .4s ease-in .8s;
    transition: all .4s ease-in .8s
}

.popup_search_sec.active .popup_search_overlay {
    visibility: visible;
    -webkit-transition: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s;
    transition: all .8s ease-out 0s;
    top: 0;
    opacity: 1
}

.pop_search_background {
    background: #930000;
    width: 100%;
    height: 400px;
    top: -100%;
    z-index: 99;
    position: fixed;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all .6s cubic-bezier(.9, .03, 0, .96) .7s;
    -o-transition: all .6s cubic-bezier(.9, .03, 0, .96) .7s;
    transition: all .6s cubic-bezier(.9, .03, 0, .96) .7s
}

.popup_search_sec.active .pop_search_background {
    opacity: 1;
    visibility: visible;
    top: 0;
    -webkit-transition: all .5s cubic-bezier(.9, .03, 0, .96) .5s;
    -o-transition: all .5s cubic-bezier(.9, .03, 0, .96) .5s;
    transition: all .5s cubic-bezier(.9, .03, 0, .96) .5s
}

.middle_search {
    position: relative;
    top: 43%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: relative;
    z-index: 2
}

.popup_search_form {
    position: relative
}

.popup_search_form:after {
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s;
    position: absolute;
    content: '';
    height: 1px;
    background: rgba(255, 255, 255, .25);
    width: 0;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0
}

.popup_search_sec.active .popup_search_form:after {
    -webkit-animation-name: fadeInGo;
    animation-name: fadeInGo;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible;
    opacity: 1;
    width: 100%
}

.popup_search_form:before {
    content: '';
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    -moz-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    background: #cf0101
}

.popup_search_form.focused:before {
    width: 100%;
    left: 0;
    right: auto
}

.popup_search_form input[type=search] {
    width: 100%;
    height: 64px;
    border: none;
    background: 0 0;
    outline: none;
    font-size: 20px;
    line-height: 64px;
    color: #fff;
    font-weight: 500
}

.popup_search_form input[type=search]::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.popup_search_form input[type=search]::-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.popup_search_form input[type=search]::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

@-webkit-keyframes fadeInGo {
    0% {
        opacity: .1;
        width: 0
    }

    100% {
        opacity: 1;
        width: 100%
    }
}

@keyframes fadeInGo {
    0% {
        opacity: .1;
        width: 0
    }

    100% {
        opacity: 1;
        width: 100%
    }
}

.popup_search_form button[type=submit] {
    position: absolute;
    right: 0;
    bottom: 14px;
    border: none;
    outline: none;
    z-index: 2;
    font-size: 20px;
    line-height: 32px;
    margin: 0;
    padding: 0;
    background: 0 0;
    color: #fff;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms
}

.popup_search_form button[type=submit]:hover {
    color: #cf0101
}

.slider-section {
    position: relative;
    margin: 0 auto;
    /* width: 1260px; */
    background: #f2ede6;
    overflow: hidden;
}

.hero-slider-01 {
    position: relative
}

.single-slide.bg-img {
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 5;
    height: 520px
}

/* .single-slide.bg-img:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(8, 24, 69, .4)
} */

.slider-content {
    position: relative;
    z-index: 9;
    padding: 0
}

.slider-content .sub-title {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-transform: inherit;
    font-weight: 500;
    position: relative;
    font-family: rubik, sans-serif;
    margin-bottom: 22px
}

.slider-content .sub-title:after {
    position: relative;
    right: -24px;
    top: -3px;
    width: 60px;
    height: 2px;
    background: #f4f4f4;
    content: '';
    display: inline-block
}

.slider-content h2 {
    font-size: 80px;
    line-height: 90px;
    color: #fff;
    margin: 0 0 38px
}

.slider-content p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin: -15px 0 0
}

.slider-content .rt-btn {
    height: 60px;
    padding: 20px 27px
}

.slider-content .to_bottom {
    margin-left: 14px;
    background: 0 0;
    border: 2px solid rgba(255, 255, 255, .2);
    color: #ffff
}

.slider-content .to_bottom:hover {
    border-color: #014fcf
}

.slider-content .to_bottom::before {
    background: #014fcf;
    border-radius: 0
}

.slider-section .owl-dots {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 40px;
    z-index: 3;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.slider-section .owl-dots button {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    outline: none;
    position: relative;
    margin: 0 5px;
    background: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.slider-section .owl-dots button.active,
.slider-section .owl-dots button:hover {
    background: #cf0101
}

.owl-carousel .owl-dots button span {
    display: none
}

.slider-section .owl-carousel .owl-nav {
    position: absolute;
    margin: auto;
    text-align: right;
    outline: none;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.slider-section .owl-carousel .owl-nav button {
    text-align: center;
    z-index: 5;
    font-size: 28px;
    line-height: 54px;
    width: 50px;
    height: 50px;
    margin: 10px 0 5px auto;
    background: #cf0101;
    color: #fff;
    position: relative;
    border: none;
    outline: none;
    z-index: 1;
    border-radius: 50%;
    display: block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.slider-section .owl-carousel .owl-nav button:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    background: #930000;
    border-radius: 50%;
    text-align: center;
    width: 0;
    height: 0;
    z-index: -1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.slider-section .owl-carousel .owl-nav button:hover:after {
    width: 100%;
    height: 100%
}

.slider-section .owl-item.active .slider-content .sub-title {
    animation-delay: 1.4s;
    animation-name: fadeInLeft
}

.slider-section .owl-item.active .slider-content h2 {
    animation-delay: 1.7s;
    animation-name: fadeInLeft
}

.slider-section .owl-item.active .slider-content .to_top {
    animation-delay: 1.9s;
    animation-name: fadeInUp
}

.slider-section .owl-item.active .slider-content .to_bottom {
    animation-delay: 2.1s;
    animation-name: fadeInUp
}

.ib-icon {
    position: relative;
    margin: 0 0 52px;
    font-size: 62px;
    line-height: 62px;
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.ib-icon svg {
    max-width: 62px;
    height: auto
}

.icon-box-1 .ib-icon svg {
    fill: #fff
}

.bgcolor {
    width: 298px;
    height: 376px;
    background: #cf0101;
    border-radius: 29px;
    position: absolute;
    right: 13%;
    top: 0;
    z-index: -1
}

.video_image .popup {
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite;
    width: 229px;
    height: 229px;
    border: 11px solid #fff;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    font-size: 34px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 120px;
    z-index: 2;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .07);
    -ms-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .07)
}

.video_image .popup:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    background: rgba(8, 24, 69, .7)
}

.video_image .popup img {
    border-radius: 50%;
    width: 100%;
    height: 100%
}

.video_image .popup i {
    display: inline-block;
    position: absolute;
    left: 0;
    line-height: 206px;
    z-index: 2;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.video_image .popup:hover {
    color: #cf0101
}

.ab-content .service-item-01 .ib-icon {
    position: absolute;
    width: 48px;
    height: 48px;
    min-width: 48px;
    line-height: 48px;
    font-size: 22px;
    color: #cf0101;
    margin: 0;
    text-align: center;
    left: 0;
    top: -6px;
    border: 2px solid rgba(25, 25, 25, .1);
    border-radius: 50%
}

.ab-content .service-item-01 .ib-icon svg {
    max-width: 22px
}

.ab-content .service-item-01:hover .ib-icon svg path {
    fill: #cf0101
}

.single_skill {
    position: relative;
    margin-bottom: 25px
}

.single_skill h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 13px
}

.ss_child {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #cf0101
}

.divider {
    margin-bottom: 34px
}

.service-item-01 .ib-icon {
    position: absolute;
    left: 30px;
    top: 34px;
    min-width: 62px
}

.service-item-01 .ib-icon svg path {
    fill: #cf0101;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.service-item-01:hover .ib-icon svg path {
    fill: #fff
}

.service-item-01:hover .ib-icon {
    animation: zoomIn .3s linear alternate;
    animation-duration: .5s
}

.icon-box-2 .ib-icon {
    background: #0474df;
    height: 60px;
    width: 60px;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    font-size: 24px;
    line-height: 64px;
    margin: 0 0 17px
}

.client-slider.owl-carousel .owl-item {
    text-align: center
}

.client-slider.owl-carousel a {
    overflow: hidden;
    display: inline-block;
    position: relative;
    transition: all .3s ease-in-out
}

.client-slider.owl-carousel a img {
    display: inline-block;
    max-width: 100%;
    width: auto;
    min-width: inherit;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.client-slider.owl-carousel a:hover .normal {
    display: block;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%)
}

.client-slider.owl-carousel a .hover {
    transition: all .3s ease-in-out;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    visibility: hidden
}

.client-slider.owl-carousel a:hover .hover {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    opacity: 3;
    visibility: visible;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%)
}

.shaf-sizer {
    z-index: -1
}

.shaf-filter {
    margin: 45px 0 55px;
    padding: 0
}

.shaf-filter li {
    list-style: none;
    display: inline-block;
    position: relative;
    font-size: 24px;
    color: #222;
    font-weight: 700;
    cursor: pointer;
    margin: 0 50px 0 0;
    padding: 0 7px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.shaf-filter li:last-child {
    margin-right: 0
}

.shaf-filter li:before {
    width: 0%;
    height: 2px;
    background: #cf0101;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -7px;
    content: '';
    opacity: 0;
    visibility: hidden;
    text-decoration: none;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.shaf-filter li.active:before,
.shaf-filter li:hover:before {
    opacity: 1;
    visibility: visible;
    width: 100%
}

.cats {
    position: relative;
    color: #cf0101;
    margin: 0 0 2px
}

.cats a {
    color: inherit;
    display: inline-block
}

.cats a:hover {
    color: #181818
}

.cus-col .col-lg-4 {
    padding-right: 10px;
    padding-left: 10px
}

.white {
    color: #fff
}

.section-1 {
    position: relative;
    padding: 50px 0 0;
    background: 0 0;
    box-shadow: 0 13px 15px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 13px 15px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 13px 15px rgba(0, 0, 0, .05);
}

/* .team-bg:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(8,24,69,.5)
} */

.team-slider.owl-carousel {
    position: relative
}

.team-slider.owl-carousel .owl-stage-outer {
    height: calc(100% + 60px);
    margin: -30px;
    padding: 30px;
    width: calc(100% + 60px)
}

.tm-thumb {
    position: relative
}

.tm-thumb img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.tm-social {
    position: absolute;
    left: 25px;
    bottom: -22px
}

.tm-social:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 44px;
    height: 44px;
    content: '';
    background: #cf0101;
    border-radius: 5px;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s
}

.tm-social:hover:after {
    width: 100%
}

.tm-social a {
    display: inline-block;
    width: 38px;
    height: 44px;
    border: none;
    font-size: 18px;
    color: #fff;
    border-radius: 0;
    line-height: 50px;
    text-align: center;
    position: relative;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    transform: scale(.8)
}

.tm-social a:hover {
    color: #fff
}

.tm-social a.share {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1)
}

.tm-social:hover a.share {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1)
}

.tm-social:hover a {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}


.tm-content {
    position: relative;
    padding: 10px;
    min-height: 82px;
}

.news-item-01 .tm-content {
    position: relative;
    padding: 5px;
    margin-left: 44px;
    margin-top: -47px;
    background: rgba(196, 197, 216, 0.5);
    min-height: 42px;
}

.tm-content h5 {
    font-size: 20px;
    font-family: rubik, sans-serif;
    font-weight: 500;
    margin-bottom: 2px;
    color: #930000
}

.tm-content h5 a {
    color: inherit
}

.tm-content h5 a:hover {
    color: #cf0101
}

.tm-content p {
    font-size: 17px;
    margin: 0
}

.testimonial-slider .ts-item img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 25px
}

.testimonial-slider.owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -117px
}

.testimonial-slider.owl-carousel .owl-nav button {
    width: 67px;
    height: 67px;
    background: #cf0101;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    font-size: 18px;
    line-height: 67px;
    margin: 0 0 0 30px;
    -webkit-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s
}

.testimonial-slider.owl-carousel .owl-nav button.owl-prev {
    margin-left: 0
}

.testimonial-slider.owl-carousel .owl-nav button.disabled {
    background: rgba(104, 110, 226, .1);
    color: #cf0101
}

.icon-box-3 {
    position: relative;
    padding-left: 80px;
    padding-right: 30px;
    margin: 0 0 32px
}

.icon-box-3 .ib-icon {
    width: 60px;
    height: 60px;
    background: #cf0101;
    border-radius: 10px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 26px;
    line-height: 60px
}

.icon-box-3 h5 {
    font-size: 20px;
    margin: 0 0 6px
}

.icon-box-3 p {
    margin: 0;
    line-height: 26px
}

.contact-form {
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgb(152 152 152/16%);
    -webkit-box-shadow: 0 0 20px 0 rgb(152 152 152/16%);
    -ms-box-shadow: 0 0 20px 0 rgb(152 152 152/16%);
    padding: 65px 60px
}

.contact-form textarea {
    height: 125px;
    resize: none;
    padding-top: 13px;
    line-height: 28px;
    margin-bottom: 21px
}

input[type=checkbox] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none
}

input[type=checkbox]~label {
    position: relative;
    padding-left: 30px;
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    cursor: pointer;
    display: block;
    margin: 16px 0 0
}

input[type=checkbox]~label:before {
    content: '';
    font-family: nss-theme;
    position: absolute;
    left: 0;
    top: 4px;
    background: 0 0;
    border: 2px solid #fff;
    height: 20px;
    width: 20px;
    line-height: 17px;
    text-align: center;
    font-size: 11px;
    border-radius: 5px
}

input[type=checkbox]:checked~label:before {
    content: "\f024";
    color: #fff
}

.contact-form button,
.contact-form input[type=submit] {
    display: inline-block;
    height: 60px;
    font-size: 18px;
    color: #fff;
    border: none;
    text-align: center;
    text-transform: capitalize;
    font-weight: 500;
    background: #cf0101;
    width: 100%;
    border-radius: 3px;
    outline: none;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.contact-form input[type=submit]:hover {
    background: #930000
}

.con_message {
    display: block;
    width: 100%;
    display: none;
    border-radius: 0;
    border-width: 2px;
    margin: 15px 0 0
}

.iconInput input.reqError,
.iconInput .reqError {
    border-color: red
}

.footer {
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
    position: relative;
    background-color: #0057ab;
    padding: 60px 0 0
}

.footer .widget {
    position: relative;
    margin: 0 0 45px 10px;
}

footer .widget .widget-title {
    font-size: 20px;
    line-height: .8;
    text-transform: uppercase;
    position: relative;
    margin: 13px 0 37px;
    border: none;
    color: #fff;
    padding-left: 18px
}

footer .widget .widget-title:after {
    position: absolute;
    left: 0;
    top: -4px;
    content: '';
    width: 4px;
    height: 23px;
    background: #55c4ec
}

.about-widget {
    position: relative;
    padding-right: 20px
}

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

.about-widget p {
    color: rgba(255, 255, 255, .8);
    margin: 27px 0 33px
}

footer .widget ul {
    margin: 0;
    padding: 0;
    line-height: .8
}

footer .widget ul li {
    list-style: none;
    display: block;
    position: relative;
    font-family: rubik, sans-serif;
    font-size: 15px;
    line-height: 36px;
    color: rgba(255, 255, 255, .8);
    margin-bottom: 2px
}

footer .widget ul li a {
    display: inline-block;
    color: inherit
}

footer .widget ul li:hover a {
    color: #cf0101
}

footer .widget ul li:before {
    content: '--';
    color: rgba(255, 255, 255, .8);
    letter-spacing: 0;
    margin-right: 8px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms
}

footer .widget ul li:hover:before {
    margin-right: 13px;
    color: #cf0101
}

.fs-info {
    position: relative;
    padding-left: 30px;
    margin: 10px 0 0
}

.fs-info i {
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 5px
}

.fs-info p {
    margin: 0;
    color: rgba(255, 255, 255, .8)
}

.fs-info p a {
    color: inherit
}

.fs-info p a:hover {
    color: #cf0101
}

.footer .widget .mc4wp-form {
    width: 100%
}

.footer .widget .mc4wp-form input[type=email] {
    border-radius: 50px
}

.footer .widget .mc4wp-form button {
    width: 60px;
    border-radius: 50px;
    padding: 0
}

.footer .widget .mc4wp-form button i {
    margin: 0
}

.copyright {
    position: relative;
    padding: 22px 0 27px;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.copyright p {
    margin: 0;
    color: rgba(255, 255, 255, .5)
}

.copyright p a {
    color: inherit
}

.copyright p a:hover {
    color: #cf0101
}

.copyright ul {
    margin: 0;
    padding: 0;
    text-align: right
}

.copyright ul li {
    list-style: none;
    position: relative;
    margin: 0 0 0 20px;
    display: inline-block;
    color: rgba(255, 255, 255, .5)
}

.copyright ul li:after {
    position: absolute;
    right: -13px;
    top: 10px;
    height: 12px;
    width: 2px;
    content: '';
    background: rgba(255, 255, 255, .5)
}

.copyright ul li:last-child:after {
    display: none
}

.copyright ul li a {
    display: inline-block;
    color: rgba(255, 255, 255, .5)
}

.copyright ul li a:hover {
    color: #cf0101
}

#back-to-top {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    background: #cf0101;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    border-radius: 50%;
    cursor: pointer;
    animation: waveBtn 2s infinite
}

@keyframes waveBtn {
    0% {
        box-shadow: 0 0 0 0 rgba(104, 110, 226, .8)
    }

    50% {
        box-shadow: 0 0 0 40px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

.header-02 {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 99
}

.header-02 .navbar-expand-lg .navbar-nav li>a {
    color: #181818;
}

.header-02 .navbar-expand-lg .navbar-nav li:hover>a {
    color: #cf0101;
    /*background-color: #cf0101;*/
}

.header-02 .navbar-expand-lg .navbar-nav li .sub-menu {
    background: #fff
}

.header-02 .navbar-expand-lg .navbar-nav li .sub-menu li {
    border-color: rgba(0, 0, 0, .1)
}

.header-02 .navbar-expand-lg .navbar-nav li .sub-menu li a {
    color: #181818
}

.header-02 .navbar-expand-lg .navbar-nav li .sub-menu li.current-menu-item>a,
.header-02 .navbar-expand-lg .navbar-nav li .sub-menu li:hover>a {
    color: #fff;
    background-color: #cf0101;
}

.header-02 .access-btn .btn-search {
    color: #1e2843;
    top: 5px
}

.header-02 .access-btn .btn-search:hover {
    color: #cf0101
}

.navigator {
    position: relative;
    display: inline-block;
    margin-left: 23px;
    position: relative;
    top: -1px
}

.navigator svg {
    max-width: 20px
}

.navigator svg,
.navigator svg path {
    fill: #1e2843;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.navigator:hover svg,
.navigator:hover svg path {
    fill: #cf0101
}

.navigator:hover {
    color: #cf0101
}

.popup_sidebar_sec {
    position: absolute;
    left: 0;
    top: 0;
    right: 0
}

.popup_sidebar_overlay {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 99;
    cursor: url(../image/close.png), auto;
    transition: all .4s ease-in .8s
}

.popup_sidebar_sec.active .popup_sidebar_overlay {
    visibility: visible;
    right: 0;
    opacity: 1;
    transition: all .8s ease-out 0s
}

.popup_sidebar_overlay:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 360px;
    height: 100%;
    content: '';
    background: #fff;
    z-index: 999
}

.widget_area {
    max-width: 360px;
    height: 100%;
    z-index: 99;
    background: 0 0;
    padding: 60px 30px 30px 35px;
    overflow-y: auto;
    position: fixed;
    right: 0;
    visibility: hidden;
    opacity: 0;
    top: 0;
    -webkit-transition: all .4s cubic-bezier(.4, .28, .31, 1.28) 0s;
    transition: all .4s cubic-bezier(.4, .28, .31, 1.28) 0s;
    -webkit-transform: translateY(25px);
    transform: translateY(25px)
}

.popup_sidebar_sec.active .widget_area {
    opacity: 1;
    visibility: visible;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .9s;
    transition-delay: .9s
}

.widget_closer {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 20px;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 50%;
    z-index: 99;
    color: #1e2843;
    line-height: 38px;
    text-align: center;
    display: inline-block
}

.widget_closer:hover {
    color: #cf0101;
    border-color: #cf0101
}

.about_widget_area {
    position: relative
}

.wd_logo {
    position: relative;
    margin-bottom: 48px
}

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

.about_widget_area>p {
    margin: 0 0 47px
}

.about_widget_area .icon-box-3 {
    margin: 0 0 30px;
    padding-left: 60px
}

.about_widget_area .icon-box-3 h5 {
    margin-bottom: 2px
}

.about_widget_area .icon-box-3 .ib-icon {
    top: 5px;
    background: 0 0;
    font-size: 34px;
    color: #1e2843;
    line-height: 38px;
    text-align: left;
    margin: 0
}

.center_align {
    z-index: 4;
    left: 0;
    margin: auto;
    position: relative;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.banner-content .popup {
    width: 80px;
    height: 80px;
    line-height: 85px;
    top: -22px;
    position: relative;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    background: #fff;
    color: #cf0101;
    z-index: 2;
    margin: 0 0 0 40px;
    animation-delay: 2.4s;
    animation-name: fadeInUp
}

.banner-content .popup:before {
    content: "";
    border: 2px solid #fff;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: .75s;
    animation-delay: .75s
}

.banner-content .popup:after {
    content: "";
    border: 2px solid #fff;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.banner-01 .card {
    background: 0 0;
    background-clip: border-box;
    border: none;
    border-radius: 0
}

.service-section-2 .col-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.service-item-02 .ib-icon {
    width: 96px;
    height: 96px;
    line-height: 90px;
    font-size: 48px;
    background: #cf0101;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    margin: 0 0 22px
}

.service-item-02 .ib-icon svg {
    max-width: 48px;
    fill: #fff
}

.service-item-02 .ib-icon i {
    line-height: 96px
}

.faq-area .contact-form {
    position: relative;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    padding: 0 20px 0 0
}

.singlefaq .card-header .btn {
    text-decoration: none;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
    border: none;
    outline: none;
    width: 100%;
    text-align: left;
    letter-spacing: 0;
    padding: 25px 20px 27px 90px;
    margin: 0;
    position: relative;
    background: 0 0;
    border-radius: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.singlefaq .card-header .btn.collapsed {
    background: 0 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.singlefaq .card-header .btn.collapsed:after {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: 0;
    text-align: center;
    width: 48px;
    height: 48px;
    margin: auto;
    border-radius: 50%;
    background: #fff;
    line-height: 48px;
    font-family: eleganticons;
    content: "\4c";
    font-size: 22px;
    color: #181818;
    box-shadow: 0 0 20px 0 rgb(152 152 152/16%);
    -webkit-box-shadow: 0 0 20px 0 rgb(152 152 152/16%);
    -ms-box-shadow: 0 0 20px 0 rgb(152 152 152/16%);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.singlefaq .card-header .btn:after {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    line-height: 48px;
    font-family: eleganticons;
    content: "\4b";
    font-size: 22px;
    color: #181818;
    box-shadow: 0 0 20px 0 rgb(152 152 152/16%);
    -webkit-box-shadow: 0 0 20px 0 rgb(152 152 152/16%);
    -ms-box-shadow: 0 0 20px 0 rgb(152 152 152/16%);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.pricintable-01 .ib-icon {
    width: 96px;
    height: 96px;
    line-height: 90px;
    font-size: 40px;
    background: #cf0101;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    margin: 0 0 39px;
    position: relative;
    z-index: 3
}

.pricintable-01 .ib-icon svg {
    max-width: 40px;
    fill: #fff
}

.pricintable-01 .ib-icon i {
    line-height: 96px
}

.folio-slider.owl-carousel {
    position: relative
}

.folio-slider.owl-carousel .owl-nav {
    width: 100%
}

.folio-slider.owl-carousel .owl-nav button {
    position: absolute;
    left: 40px;
    top: 45%;
    text-align: center;
    z-index: 5;
    font-size: 20px;
    line-height: 64px;
    width: 60px;
    height: 60px;
    background: #cf0101;
    color: #fff;
    border: none;
    outline: none;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    border-radius: 50%;
    display: block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.folio-slider.owl-carousel:hover .owl-nav button {
    left: 50px;
    visibility: visible;
    opacity: 1
}

.folio-slider.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 40px
}

.folio-slider.owl-carousel:hover .owl-nav button.owl-next {
    left: auto;
    right: 50px
}

.folio-slider.owl-carousel .owl-nav button:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    background: #930000;
    border-radius: 50%;
    text-align: center;
    width: 0;
    height: 0;
    z-index: -1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.folio-slider.owl-carousel .owl-nav button:hover:after {
    width: 100%;
    height: 100%
}

.owl-carousel.anim_class .single-slide.bg-img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 10000ms ease;
    transition: -webkit-transform 10000ms ease;
    transition: transform 10000ms ease;
    transition: transform 10000ms ease, -webkit-transform 10000ms ease
}

.owl-carousel.anim_class .owl-item.active .single-slide.bg-img {
    -webkit-transform: scale(1.13);
    transform: scale(1.13)
}

.hero-slider-02 .single-slide.bg-img {
    height: 620px
}

.hero-slider-02 .single-slide.bg-img:after {
    background: rgba(179, 179, 180, 0.2)
}

.slider-section .hero-slider-02.owl-carousel .owl-nav {
    width: 100%
}

.slider-section .hero-slider-02.owl-carousel .owl-nav button {
    right: 20px;
    top: -25px;
    background: #fff;
    color: #cf0101;
    margin: 0;
    left: auto;
    position: absolute;
    visibility: hidden;
    opacity: 0
}

.slider-section .hero-slider-02.owl-carousel .owl-nav .owl-prev {
    right: auto;
    left: 20px
}

.slider-section .hero-slider-02.owl-carousel:hover .owl-nav button {
    visibility: visible;
    opacity: 1;
    right: 60px
}

.slider-section .hero-slider-02.owl-carousel:hover .owl-nav .owl-prev {
    visibility: visible;
    opacity: 1;
    right: auto;
    left: 60px
}

.anim_class .slider-content.text-left {
    padding-left: 70px
}

.slider-content .popup {
    width: 80px;
    height: 80px;
    line-height: 85px;
    position: relative;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    background: #fff;
    color: #cf0101;
    z-index: 2;
    margin: 0
}

.slider-content .popup:after {
    content: "";
    border: 2px solid #fff;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.slider-content .popup:before {
    content: "";
    border: 2px solid #fff;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: .75s;
    animation-delay: .75s
}

.slider-section .owl-item.active .slider-content .popup {
    animation-delay: 2.2s;
    animation-name: fadeInUp
}

.slider-section .hero-slider-02 .owl-item.active .slider-content .sub-title {
    animation-delay: 1.4s;
    animation-name: fadeInUp
}

.slider-section .hero-slider-02 .owl-item.active .slider-content h2 {
    animation-delay: 1.7s;
    animation-name: fadeInUp
}

.slider-content.text-right .sub-title {
    display: inline-block
}

.slider-content.text-right .sub-title:after {
    left: -86px;
    right: auto;
    top: 9px;
    position: absolute
}

.slider-section .owl-item.active .slider-content p {
    animation-delay: 2.2s;
    animation-name: fadeInUp
}

.slider-section .owl-item.active .layer-right {
    animation-delay: 1s;
    animation-name: fadeInRight
}

.slider-section .owl-item.active .layer-left {
    animation-delay: 1s;
    animation-name: fadeInLeft
}

.product-slider-01 .single-slide.bg-img {
    height: 480px;
}

.product-slider-01 .single-slide.bg-img:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: none
}

.product-slider-01 .owl-dots button {
    background: #ccc;
}

.about-section-2 .icon-box-3 .ib-icon {
    width: 99px;
    height: 99px;
    font-size: 40px;
    line-height: 103px;
    border-radius: 50%;
    background: #f4f4f4;
    color: #cf0101
}

.about-section-2 .icon-box-3 .ib-icon svg path {
    fill: #cf0101
}

.about-section-2 .icon-box-3 {
    padding-left: 122px;
    padding-top: 10px;
    margin: 0 0 54px
}

/* .product-box-1:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    background: rgba(70, 140, 255, .6);
} */

.icon-box-5 .ib-icon {
    font-size: 20px;
    color: #eeeeee;
    font-size: 116px;
    line-height: 116px;
    margin: -30px 0 53px
}

.icon-box-5 .ib-icon svg {
    fill: #cf0101;
    max-width: 116px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.ib-icon svg path {
    fill: inherit
}

.icon-box-5:hover .ib-icon svg {
    fill: #fff
}

.icon-box-5:hover .ib-icon {
    color: #fff
}

.fs-content .cats {
    color: rgba(255, 255, 255, .8);
    margin: 0;
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.folio-item-3:hover .fs-content .cats {
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    visibility: visible;
    opacity: 1
}

.testibg-section .container {
    position: relative;
    z-index: 2
}

.testimonial-slider-two .ts-item {
    margin-top: 70px;
    padding-top: 110px;
    overflow: visible
}

.testimonial-slider-two .owl-item {
    overflow: hidden;
    border-radius: 10px
}

.testimonial-slider-two .ts-item i {
    top: auto;
    bottom: 22px
}

.testimonial-slider-two .ts-item:after {
    top: auto;
    bottom: -80px
}

.testimonial-slider-two .ts-author img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    left: 25px;
    top: 25px
}

.pricintable-02 .ib-icon {
    width: 96px;
    height: 96px;
    line-height: 110px;
    font-size: 40px;
    background: #cf0101;
    border-radius: 70% 30% 30% 70%/70% 70% 30% 30%;
    text-align: center;
    display: inline-block;
    margin: 0 0 39px;
    position: relative;
    z-index: 3;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.pricintable-02 .ib-icon svg {
    max-width: 40px;
    fill: #fff
}

.pricintable-02:hover .ib-icon {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%
}

.contact-section-2 .contact-form {
    background: 0 0;
    box-shadow: none;
    padding: 0
}

.contact-section-2 input.reqError,
.contact-section-2 .reqError {
    border-color: red
}

.contact_con .icon-box-3 {
    padding-left: 105px;
    padding-right: 0
}

.contact_con .icon-box-3 .ib-icon {
    width: 82px;
    height: 82px;
    font-size: 44px;
    line-height: 82px;
    background: 0 0;
    border: 2px solid rgba(255, 255, 255, .15)
}

.contact_con .icon-box-3 h5 {
    color: #fff
}

.contact_con .icon-box-3 p {
    color: rgba(255, 255, 255, .8)
}

.page_banner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #4ca0e6;
    min-height: 320px;
    padding-top: 240px
}

.page_banner .container {
    position: relative;
    z-index: 2
}

.page_crumb {
    font-family: rubik, sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: rgba(255, 255, 255, .7)
}

.page_crumb a {
    color: inherit
}

.page_crumb a:hover {
    color: #cf0101
}

.service-item-04 .ib-icon svg {
    max-width: 103px;
    width: 103px;
    height: 103px;
    fill: rgba(104, 110, 226, .1);
    -webkit-filter: drop-shadow(0px 13px 15px rgba(0, 0, 0, 0.24));
    -moz-filter: drop-shadow(0px 13px 15px rgba(0, 0, 0, 0.24));
    filter: drop-shadow(0px 13px 15px rgba(0, 0, 0, 0.24));
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.service-item-04 .ib-icon svg path {
    fill: inherit
}

.service-item-04 .ib-icon {
    font-size: 70px;
    line-height: 70px;
    color: #cf0101;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    display: inline-block;
    text-align: center;
    margin: 0 0 27px
}

.service-item-04 .ib-icon i {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3
}

.service-item-04:hover .ib-icon {
    color: #fff
}

.service-item-04:hover .ib-icon svg {
    fill: #cf0101;
    filter: none
}

.service-area .col-md-6 h4 {
    margin-top: 15px
}

.serviceSidebar .widget {
    position: relative;
    margin: 0 0 50px;
    padding: 0
}

.serviceSidebar .widget .widget-title {
    text-transform: capitalize;
    position: relative;
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 24px
}

.widget.service_widget {
    background: #f4f4f4;
    border-radius: 5px;
    padding: 25px
}

.serviceSidebar ul li.active a {
    border-color: #cf0101
}

.widget .rt-btn {
    padding: 14px 51px
}

.widget .iconInput textarea {
    margin-bottom: 18px
}

.widget.boucher_widget {
    background: #f4f4f4;
    border-radius: 5px;
    padding: 25px
}

.portfolioPage .shaf-filter {
    margin-top: 0
}

.grapt-pagination.mt58 {
    margin-top: 58px
}

.grapt-pagination {
    position: relative;
    font-family: rubik, sans-serif;
    margin: 30px 0 0
}

.grapt-pagination a,
.grapt-pagination span {
    font-size: 20px;
    color: #222;
    letter-spacing: 0;
    line-height: 60px;
    background: #f4f4f4;
    font-weight: 400;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    padding: 0;
    margin: 0 5px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.grapt-pagination a:hover,
.grapt-pagination .current,
.grapt-pagination .page-num-current {
    color: #fff;
    background: #cf0101
}

.portfolio-single {
    position: relative;
    padding: 20px 0
}

.blogPage {
    position: relative;
    padding: 20px 0
}

.blog-item-3 {
    position: relative;
    border-radius: 0;
    padding: 0;
    margin: 0 0 43px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.bi-details {
    position: relative
}

.bi-details h3 {
    font-size: 30px;
    line-height: 38px;
    margin: 19px 0 15px
}

.bi-details p {
    margin: 0 0 22px
}

.bi-details .rm {
    display: inline-block;
    font-size: 16px;
    color: #930000;
    font-weight: 700;
    text-transform: uppercase;
    font-family: rubik, sans-serif
}

.bi-details .rm i {
    color: #cf0101;
    font-size: 22px;
    position: relative;
    top: 4px;
    padding-left: 15px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.bi-details .rm:hover {
    color: #cf0101
}

.bi-details .rm:hover i {
    padding-left: 20px
}

.blog-item-3.noThumb {
    /* border: 2px solid #e9e9e9; */
    padding: 0 0 20px 0;
    border-bottom: 1px solid #e9e9e9;
}

.sidebar {
    position: relative;
    padding-left: 10px
}

.sidebar .widget, .news-list .widget{
    position: relative;
    padding: 0;
    margin: 0 0 22px
}

.sidebar .widget .widget-title, .news-list .widget .widget-title {
    text-transform: capitalize;
    position: relative;
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 44px
}

.sidebar .widget .widget-title {
    background: #cf0101;
    padding-left: 15px;
    line-height: 66px;
    color: #fff;;
    margin: 0 0 24px
}

.news-list .widget .widget-title:after {
    position: absolute;
    width: 50px;
    height: 3px;
    background: #cf0101;
    left: 0;
    bottom: -8px;
    content: ''
}

.sidebar .widget ul, .news-list .widget ul {
    margin: 0;
    padding: 0
}

.sidebar .widget ul li, .news-list .widget ul li {
    list-style: none;
    display: block;
    position: relative;
    font-size: 16px;
    color: #930000;
    line-height: 28px;
    font-weight: 500;
    font-family: rubik, sans-serif;
    padding-left: 25px;
    /* border-bottom: 1px dashed #930000; */
    border-bottom: 1px solid rgba(8, 24, 69, .16);
    margin: 0 0 20px
}

.sidebar .widget ul li:after, .news-list .widget ul li:after {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 22px;
    color: rgba(8, 24, 69, .2);
    content: "\e9ef";
    font-family: nss-theme;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms
}

.sidebar .widget ul li a, .news-list .widget ul li a {
    color: inherit;
    display: inline-block
}

.sidebar .widget ul li:hover a, .news-list .widget ul li:hover a {
    color: #cf0101
}

.sidebar .widget ul li:hover:after, .news-list .widget ul li:hover:after {
    left: 5px;
    color: #cf0101
}

.sidebar .widget ul li:last-child, .news-list .widget ul li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.sidebar .widget.widget_categories ul li {
    text-transform: capitalize;
    font-weight: 400;
    border-bottom: 1px solid rgba(8, 24, 69, .16);
    padding-bottom: 13px
}

.single_blog {
    position: relative
}

.single-blog-content {
    overflow: hidden;
}

.single-blog-content img {
    margin: 10px auto;
    max-width: 1200px;
    height: auto;
    text-align: center;
}

.tags {
    position: relative
}

.tags a {
    position: relative;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-family: rubik, sans-serif;
    color: #930000;
    text-transform: lowercase;
    height: 40px;
    border: none;
    border-radius: 30px;
    background: #fff;
    line-height: 40px;
    padding: 0 22px;
    margin: 0 8px 12px 0;
    box-shadow: 0 0 20px 0 rgba(130, 130, 13, .09);
    -webkit-box-shadow: 0 0 20px 0 rgba(130, 130, 13, .09);
    -ms-box-shadow: 0 0 20px 0 rgba(130, 130, 13, .09)
}

.tags a:hover {
    background: #cf0101;
    color: #fff
}

.post-pagination a.prev,
.post-pagination a.next {
    font-size: 16px;
    font-family: rubik, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .6px;
    margin: 0 0 17px
}

.post-pagination a.next i,
.post-pagination a.prev i {
    font-size: 20px;
    margin-right: 15px;
    position: relative;
    top: 3px
}

.post-pagination a.next i {
    margin-left: 15px;
    margin-right: 0
}

.comment-list .children {
    margin: 0 0 0 140px;
    padding: 0
}

.contactSetion .contact-form {
    position: relative;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    padding: 0
}

.contactSetion .contact-form button {
    width: 200px
}

.contactSetion .iconInput input.reqError,
.contactSetion .iconInput .reqError {
    border-color: red
}

.grayscale iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%)
}

.borderTop {
    border-top: 2px solid #f8f8f8
}

.preloader {
    background: #930000;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999
}

.mask {
    position: absolute;
    border-radius: 2px;
    overflow: hidden;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.animation {
    transition: all .3s ease
}

#top {
    width: 53px;
    height: 20px;
    left: 20px;
    -webkit-transform: skew(-15deg, 0);
    transform: skew(-15deg, 0);
    z-index: 100
}

#middle {
    width: 33px;
    height: 20px;
    left: 20px;
    top: 15px;
    -webkit-transform: skew(-15deg, 40deg);
    transform: skew(-15deg, 40deg)
}

#bottom {
    width: 53px;
    height: 20px;
    top: 30px;
    -webkit-transform: skew(-15deg, 0);
    transform: skew(-15deg, 0)
}

.preloader p {
    color: #cf0101;
    position: absolute;
    left: -3px;
    top: 45px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0
}

.submenu-toggler {
    display: none
}

.fix-header {
    left: 0;
    position: fixed;
    right: 0;
    top: -1px;
    width: 100%;
    z-index: 99;
    transition: all .1s ease-out;
    box-shadow: 0 13px 15px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 13px 15px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 13px 15px rgba(0, 0, 0, .05);
    background-color: #fff;
}

.h2.fix-header {
    background: #222f5a;
    border: none
}

.counter_inner .en .witr_counter_single {
    min-height: 125px;
    overflow: hidden;
}


@media (min-width: 1140px){
	.container {
		max-width: 1140px;
	}	
}
@media (min-width: 1280px){
	.container {
		max-width: 1280px;
	}	
}
@media (min-width: 1440px){
	.container {
		max-width: 1440px;
	}	
}

.customize_popup {
    position: absolute;
    left: 0;
    top: 0;
    right: 0
}

.customize_popup.active .popup_search_overlay {
    visibility: visible;
    -webkit-transition: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s;
    transition: all .8s ease-out 0s;
    top: 0;
    opacity: 1
}

.customize_popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: -35px auto 0;
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.customize_popup form{
    margin: 0 auto 0;
    background-color: #fff;
}

.customize_popup.active .pop_customize_background {
    opacity: 1;
    visibility: visible;
    top: 0;
    -webkit-transition: all .5s cubic-bezier(.9, .03, 0, .96) .5s;
    -o-transition: all .5s cubic-bezier(.9, .03, 0, .96) .5s;
    transition: all .5s cubic-bezier(.9, .03, 0, .96) .5s
}

.customize_active .customize-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}
.witr_apartment_form  .btn {
    margin-top: -10px;
    background: #FE688B;
    transition: .5s;
    border-radius: 0px;
}
.witr_apartment_form .btn {
    border: 0 none;
    display: inline-block;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    margin-top: 0;
    background: #1c4d96;
    color: #fff;
    width: 100%;
}
.witr_apartment_form .btn:hover {
    background: #cf0101;
}

.rawway-single-blog-title {
    display: flex;
    justify-content: space-between;
}

.rawway-single-blog-title h3 {
    font-size: 34px;
    line-height: 38px;
    margin: 19px 0 15px
}

.videoContainer .video {
    background-color: transparent;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 0
}

.slider-news .owl-carousel {
    position: relative;
}

.slider-news .owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    text-align: right;
    position: absolute;
    outline: none;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.slider-news .owl-carousel .owl-nav button {
    text-align: center;
    z-index: 5;
    font-size: 28px;
    line-height: 54px;
    width: 50px;
    height: 50px;
    margin: 10px 0 5px auto;
    background: #cf0101;
    color: #fff;
    position: relative;
    border: none;
    outline: none;
    z-index: 1;
    border-radius: 50%;
    display: block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.slider-news .owl-carousel .owl-nav button:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    background: #930000;
    border-radius: 50%;
    text-align: center;
    width: 0;
    height: 0;
    z-index: -1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.slider-news .owl-carousel .owl-nav button:hover:after {
    width: 100%;
    height: 100%
}

.slider-news .owl-item.active .slider-content .sub-title {
    animation-delay: 1.4s;
    animation-name: fadeInLeft
}

.slider-news .owl-item.active .slider-content h2 {
    animation-delay: 1.7s;
    animation-name: fadeInLeft
}

.slider-news .owl-item.active .slider-content .to_top {
    animation-delay: 1.9s;
    animation-name: fadeInUp
}

.slider-news .owl-item.active .slider-content .to_bottom {
    animation-delay: 2.1s;
    animation-name: fadeInUp
}

.slider-news .owl-dots {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 40px;
    z-index: 3;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.slider-news .owl-dots button {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    outline: none;
    position: relative;
    margin: 0 5px;
    background: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.slider-news .owl-dots button.active,
.slider-news .owl-dots button:hover {
    background: #cf0101
}