@font-face {
    font-family: 'ArbFONTS-ElMessir-Bold';
    src: url('../fonts/ArbFONTS-ElMessiri-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

body {
    overflow-x: hidden !important;
    font-family: 'ArbFONTS-ElMessir-Bold', sans-serif !important;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    color: #7a7e9a;
}
a {
    color: #0c416b;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
}

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

a:focus {
    text-decoration: none;
}

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #c99a2c;
 
    font-weight: 700;
}

h3 {
    font-size: 16px;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

p {
    font-size: 15px;
    margin-bottom: 15px;
}

p:last-child {
    margin-bottom: 0;
}

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

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

.form-control {
    height: 50px;
    color: #000000;
    border: 1px solid #e8e8e8;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
}

.form-control::-webkit-input-placeholder {
    color: #495057;
    font-size: 13px;
}

.form-control:-ms-input-placeholder {
    color: #495057;
    font-size: 13px;
}

.form-control::-ms-input-placeholder {
    color: #495057;
    font-size: 13px;
}

.form-control::placeholder {
    color: #495057;
    font-size: 13px;
}

.form-control:focus {
    color: #000000;
    background-color: transparent;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    outline: 0;
    border: 1px solid #0c416b;
}

.form-control:hover:focus, .form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

textarea.form-control {
    height: auto;
    height: 250px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.ptb-50 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.mb-30 {
    margin-bottom: 30px;
}

.pl-30 {
    padding-left: 30px;
}

.pr-30 {
    padding-right: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-minus-70 {
    margin-top: -70px;
}

.mb-minus-70 {
    margin-bottom: -70px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-30 {
    margin-right: 30px;
}

.fun-blue-bg {
    background-color: #000000;
}

/*
Go Top Style
======================================================*/
.go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 15px;
    background-color: #000000;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 20px;
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #0c416b;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.go-top:hover {
    color: #ffffff;
    background-color: #0c416b;
}

.go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top:focus {
    color: #ffffff;
}

.go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top.active {
    top: 98%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
}

/*
Page-navigation Area Style
======================================================*/
.page-navigation-area {
    text-align: center;
    margin: 20px auto 0;
    display: table;
}

.page-navigation-area .page-link {
    color: #0c416b;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px #d0d0d0;
    box-shadow: 0 0 15px #d0d0d0;
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
    line-height: 24px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 700;
}

.page-navigation-area .page-link i {
    margin-right: -4px;
    font-size: 21px;
}

.page-navigation-area .page-link:hover {
    color: #ffffff;
    background-color: #c99a2c;
    border: 1px solid #0c416b;
}

.page-navigation-area .page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.page-navigation-area .page-link.page-links i::before {
    margin-left: -4px;
}

.page-navigation-area .page-item {
    padding: 0 8px 0;
}

.page-navigation-area .page-item:first-child .page-link {
    border-radius: none;
}

.page-navigation-area .page-item:last-child .page-link {
    border-radius: none;
}

.page-navigation-area .page-item.active .page-link {
    z-index: 1;
    color: #ffffff;
    background-color: #0c416b;
    border-color: #0c416b;
}

/*
Video wave Style
======================================================*/
.video-btn {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 69px;
    text-align: center;
    border-radius: 50%;
    color: #0c416b;
    position: relative;
    top: 3px;
    z-index: 1;
    background-color: #ffffff;
}

.video-btn i {
    font-size: 30px;
    font-weight: 700;
    padding-left: 4px;
    color: #0c416b;
    position: relative;
    top: 5px;
    left: 0;
}

.video-btn::after, .video-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background-color: #ffffff;
}

.video-btn::before {
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
}

.video-btn::after {
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
}

.video-btn:hover {
    background-color: #c99a2c;
}

.video-btn:hover i {
    color: #ffffff;
}

@-webkit-keyframes ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

@keyframes ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

/*
Default Btn Area Style
======================================================*/
.default-btn {
    font-size: 16px;
    color: #0c416b;
    padding: 20px 35px;
    line-height: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
    text-transform: capitalize;
    border: 1px solid #0c416b;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}

.default-btn.active {
    background-color: #0c416b;
    border-color: #0c416b;
    color: #ffffff;
}

.default-btn.active:hover {
    color: #c99a2c;
}

.default-btn.active::after {
    width: 100%;
}

.default-btn.active::before {
    border-top: 20px solid transparent;
    border-left: 20px solid #ffffff;
    border-bottom: 20px solid transparent;
    left: -1px;
}

.default-btn.active:hover {
    background-color: #ffffff;
    border-color: #0c416b;
}

.default-btn.active:hover::before {
    border-top: 20px solid transparent;
    border-left: 20px solid #c99a2c;
    border-bottom: 20px solid transparent;
    left: -1px;
}

.default-btn.active:hover::after {
    width: 0;
}

.default-btn::before {
    content: "";
    position: absolute;
    border-right: 0;
    border-top: 20px solid transparent;
    border-left: 20px solid #0c416b;
    border-bottom: 20px solid transparent;
    top: 9px;
    left: -1px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.default-btn::after {
    position: absolute;
    content: "";
    background-color: #0c416b;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}

.default-btn:hover {
    color: #ffffff;
    border-color: #0c416b;
}

.default-btn:hover::before {
    border-top: 20px solid transparent;
    border-left: 20px solid #ffffff;
    border-bottom: 20px solid transparent;
}

.default-btn:hover::after {
    width: 100%;
}

/*
Read More Area Style
======================================================*/
.read-more {
    line-height: 1;
    color: #0c416b;
    font-weight: 500;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    font-size: 14px;
}

.read-more i {
    position: relative;
    top: 4px;
    font-size: 18px;
    left: 8px;
    width: 20px;
    height: 20px;
    line-height: 19px;
    border-radius: 50%;
    border: 1px solid #0c416b;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.read-more:hover {
    color: #0c416b;
}

.read-more:hover i {
    background-color: #0c416b;
    color: #ffffff;
}

.circle-read-more i {
    background-color: #f5f6f900;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
}

.circle-read-more i::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0c416b;
    z-index: -1;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.circle-read-more:hover i {
    color: #ffffff;
}

.circle-read-more:hover i::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: #000000;
}

/*
Section Title Area Style
======================================================*/
.section-title {
    max-width: 625px;
    margin: -8px auto 80px;
    text-align: center;
    position: relative;
}

.section-title span {
    text-transform: uppercase;
    color: #0c416b;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.section-title h2 {
    font-size: 40px;
    margin-bottom: 40px;
    position: relative;
    display: block;
}

.section-title h2::before {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #0c416b;
    margin: auto;
}

.section-title h2::after {
    position: absolute;
    bottom: -25px;
    left: -45px;
    right: 0;
    content: "";
    width: 5px;
    height: 2px;
    margin: auto;
    background-color: #ffffff;
    -webkit-animation: moveLeftBounces 10s linear infinite;
    animation: moveLeftBounces 10s linear infinite;
}

.section-title h2:last-child {
    margin-bottom: 0;
}

.section-title p {
    margin-bottom: -30px;
}

/*
Preloader Area Style
======================================================*/
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #ffffff;
    top: 0;
    left: 0;
    z-index: 99999;
}

.preloader .lds-ripple {
    position: relative;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader .lds-ripple div {
    position: absolute;
    border: 4px solid #0c416b;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader .lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

/*
Keyframes Area Style
======================================================*/
@-webkit-keyframes moveLeftBounces {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(45px);
        transform: translateX(45px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes moveLeftBounces {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(45px);
        transform: translateX(45px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.bx-fade-left {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.bx-fade-left:hover {
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-animation: none;
    animation: none;
}

.bx-fade-right {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.bx-fade-right:hover {
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-animation: none;
    animation: none;
}

.nice-select .list {
    width: 100%;
}

.nice-select .option:hover {
    background-color: #0c416b;
    color: #ffffff;
}

.nice-select .option.selected.focus {
    background-color: #000000;
    color: #0c416b;
}

/*===== DEFAULT STYLE END ======*/
/*
Top Header Area Style
======================================================*/
.header-area {
    background-color: #ffffff00;
    /* background-color: #ffffff !important; */
}

.top-header {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.top-header .header-left-content img {
    width: 120px;
    position: relative;
    top: 1px;
}

.top-header .header-right-content {
    float: right;
    margin-top: 20px;
}

.top-header .header-right-content ul li {
    display: inline-block;
    color: #000000;
    padding-left: 50px;
    position: relative;
    margin-right: 30px;
    top: 8px;
}

.top-header .header-right-content ul li:last-child {
    margin-right: 0;
}

.top-header .header-right-content ul li i {
    color: #0c416b;
    font-size: 20px;
    position: absolute;
    top: -1px;
    left: 0;
    width: 35px;
    height: 35px;
    border: 1px solid #f3ddd0;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
}

.top-header .header-right-content ul li span {
    display: block;
    font-size: 12px;
    line-height: 1;
    color: #7a7e9a;
    font-weight: 500;
    margin-bottom: 2px;
}

.top-header .header-right-content ul li a {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

.top-header .header-right-content ul li:hover a {
    color: #0c416b;
}

.top-header .flag-wrap {
    position: relative;
    top: -18px;
}

.top-header .flag-wrap .flag-item-top {
    padding-left: 0;
}

.top-header .flag-wrap .flag-item-top .flag-bar {
    position: relative;
}

.top-header .flag-wrap .flag-item-top .flag-bar img {
    width: 50px;
    margin-top: -10px;
}

.top-header .flag-wrap .flag-item-top .flag-bar span {
    position: absolute;
    top: 13px;
    left: 30px;
    color: #000000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 15px;
    font-weight: 500;
    padding-left: 20px;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom {
    position: absolute;
    bottom: -255px;
    padding: 20px !important;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    width: 250px;
    left: -158px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    border-top: 0;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    border-left: 8px solid transparent;
    top: -8px;
    right: 57px;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom .flag-item {
    margin-bottom: 10px;
    padding-left: 0;
    margin-right: 0;
    display: block;
    position: unset;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom .flag-item:last-child {
    margin-bottom: 0;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom .flag-item .flag-link {
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom .flag-item .flag-link img {
    width: 20px;
    margin-right: 5px;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom .flag-item .flag-link:hover {
    color: #0c416b;
}

.top-header .flag-wrap .flag-item-top:hover .flag-bar span {
    color: #0c416b;
}

.top-header .flag-wrap .flag-item-top:hover .flag-item-bottom {
    visibility: visible;
    opacity: 1;
    bottom: -260px;
}

/*
Prevoz Nav Area Style
======================================================*/
.prevoz-nav-style .navbar-area .navbar-brand {
    display: none;
}

.prevoz-nav-style .navbar-area .main-nav {
    position: unset;
    background: #0c416b;
    padding-top: 0;
    padding-bottom: 0;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a {
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    text-transform: capitalize;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-left: 0;
    margin-right: 22px;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a i {
    font-size: 25px;
    line-height: 0;
    position: relative;
    top: 6px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
    color: #000000;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a.active i {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a.active::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item:hover a {
    color: #c99a2c;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item:hover a i {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
    background-color: #ffffff;
    border: none;
    border-radius: 0;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu::before {
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    border-top: 0;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    border-left: 8px solid transparent;
    top: -8px;
    left: 20px;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 15px;
    color: #0c416b;
    position: relative;
    padding: 6px 15px;
    border-bottom: 1px dashed #eeeeee;
    margin-left: 0;
    margin-right: 0;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #000000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #000000;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before {
    width: 100%;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover i {
    opacity: 1;
    margin-left: 145px;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #000000;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
    opacity: 0;
    position: relative;
    top: 6px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 1s;
    transition: all 1s;
    margin-left: 0;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a i {
    opacity: 1;
    margin-left: 145px;
    color: #0c416b;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 105%;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu::before {
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    border-top: 0;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    border-left: 8px solid transparent;
    top: 35px;
    left: -11px;
    -webkit-transform: rotate(-86deg);
    transform: rotate(-86deg);
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
    border-bottom: none;
}

.prevoz-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a::before {
    display: none;
}

.prevoz-nav-style .navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    background-color: #313538;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100% !important;
}

.prevoz-nav-style .dropdown-toggle::after {
    display: none;
}

.prevoz-nav-style .others-option .search-wrap {
    display: inline-block;
    position: relative;
    top: 3px;
    right: 15px;
}

.prevoz-nav-style .others-option .search-wrap a {
    color: #000000;
}

.prevoz-nav-style .others-option .search-wrap a i {
    font-size: 23px;
    line-height: 1;
}

.prevoz-nav-style .others-option .search-wrap a:hover {
    color: #0c416b;
}

.prevoz-nav-style .others-option .sidebar-menu {
    background-color: transparent;
    cursor: pointer;
    padding-right: 0;
}

.prevoz-nav-style .others-option .sidebar-menu i {
    font-size: 21px;
    color: #ffffff;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.prevoz-nav-style .others-option .sidebar-menu i:hover {
    color: #000000;
}

/*
Prevoz SliderArea Style
======================================================*/
.prevoz-slider-area .owl-next {
    position: absolute;
    top: 50%;
    right: 30px;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.prevoz-slider-area .owl-next i {
    background-color: #0c416b;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 26px;
    border-radius: 4px;
}

.prevoz-slider-area .owl-next i:hover {
    background-color: #0c416b !important;
}

.prevoz-slider-area .owl-prev {
    position: absolute;
    top: 50%;
    left: 30px;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.prevoz-slider-area .owl-prev i {
    background-color: #0c416b !important;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 26px;
    border-radius: 4px;
}

.prevoz-slider-area .owl-prev i:hover {
    background-color: #0c416b !important;
}

.prevoz-slider-area:hover .owl-prev {
    opacity: 1;
}

.prevoz-slider-area:hover .owl-next {
    opacity: 1;
}

.prevoz-slider-area .owl-theme .owl-nav {
    margin-top: 0 !important;
}

.prevoz-slider-area .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

.prevoz-slider-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.prevoz-slider-item .prevoz-slider-text {
    text-align: center;
    margin-top: -80px;
}

.prevoz-slider-item .prevoz-slider-text span {
    color: #ffffff;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}

.prevoz-slider-item .prevoz-slider-text h1 {
    font-size: 80px;
    color: #ffffff;
    margin-bottom: 30px;
}

.prevoz-slider-item .prevoz-slider-text p {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 45px;
}

.prevoz-slider-item .prevoz-slider-text .slider-btn .default-btn {
    margin: 0 20px;
}

.prevoz-slider-item .prevoz-slider-text .slider-btn .default-btn.white {
    color: #ffffff;
}

.prevoz-slider-area .owl-item.active .prevoz-slider-text.overflow-hidden {
    overflow: hidden;
}

.prevoz-slider-area .owl-item.active .prevoz-slider-text.one span {
    -webkit-animation: 1s .1s fadeInUpBig both;
    animation: 1s .1s fadeInUpBig both;
}

.prevoz-slider-area .owl-item.active .prevoz-slider-text.one .video-btn-animat {
    -webkit-animation: 1s .1s fadeInUpBig both;
    animation: 1s .1s fadeInUpBig both;
}

.prevoz-slider-area .owl-item.active .prevoz-slider-text.one h1 {
    -webkit-animation: 2s .2s fadeInUpBig both;
    animation: 2s .2s fadeInUpBig both;
}

.prevoz-slider-area .owl-item.active .prevoz-slider-text.one p {
    -webkit-animation: 3s .3s fadeInUpBig both;
    animation: 3s .3s fadeInUpBig both;
}

.prevoz-slider-area .owl-item.active .prevoz-slider-text.one .slider-btn {
    -webkit-animation: 4s .4s fadeInUpBig both;
    animation: 4s .4s fadeInUpBig both;
}

.prevoz-slider-area .owl-item.active .prevoz-slider-text.one .tracking-body {
    -webkit-animation: 4s .4s fadeInUpBig both;
    animation: 4s .4s fadeInUpBig both;
}

.prevoz-slider-area .owl-item.active .prevoz-slider-text.two span {
    -webkit-animation: 2s .2s fadeInDownBig both;
    animation: 2s .2s fadeInDownBig both;
}

.prevoz-slider-area .owl-item.active .prevoz-slider-text.two .video-btn-animat {
    -webkit-animation: 2s .2s fadeInDownBig both;
    animation: 2s .2s fadeInDownBig both;
}

.prevoz-slider-area .owl-item.active .prevoz-slider-text.two h1 {
    -webkit-animation: 2s .2s fadeInLeft both;
    animation: 2s .2s fadeInLeft both;
}

.prevoz-slider-area .owl-item.active .prevoz-slider-text.two p {
    -webkit-animation: 2s .2s fadeInRight both;
    animation: 2s .2s fadeInRight both;
}

.prevoz-slider-area .owl-item.active .prevoz-slider-text.two .slider-btn {
    -webkit-animation: 2s .2s fadeInUpBig both;
    animation: 2s .2s fadeInUpBig both;
}

.prevoz-slider-area .owl-item.active .prevoz-slider-text.two .tracking-body {
    -webkit-animation: 2s .2s fadeInUpBig both;
    animation: 2s .2s fadeInUpBig both;
}

.prevoz-slider-area .owl-item.active .prevoz-slider-text.three span {
    -webkit-animation: 2s .2s fadeInDown both;
    animation: 2s .2s fadeInDown both;
}

.prevoz-slider-area .owl-item.active .prevoz-slider-text.three .video-btn-animat {
    -webkit-animation: 2s .2s fadeInDown both;
    animation: 2s .2s fadeInDown both;
}

.prevoz-slider-area .owl-item.active .prevoz-slider-text.three h1 {
    -webkit-animation: 2s .2s fadeInDown both;
    animation: 2s .2s fadeInDown both;
}

.prevoz-slider-area .owl-item.active .prevoz-slider-text.three p {
    -webkit-animation: 2s .2s fadeInUp both;
    animation: 2s .2s fadeInUp both;
}

.prevoz-slider-area .owl-item.active .prevoz-slider-text.three .slider-btn {
    -webkit-animation: 2s .2s fadeInUp both;
    animation: 2s .2s fadeInUp both;
}

.prevoz-slider-area .owl-item.active .prevoz-slider-text.three .tracking-body {
    -webkit-animation: 2s .2s fadeInUp both;
    animation: 2s .2s fadeInUp both;
}

.slider-item-bg-1 {
    background-image: url(../../uploads/slider/1.jpg);
}

.slider-item-bg-2 {
    background-image: url(../../uploads/slider/2.jpg);
}

.slider-item-bg-3 {
    background-image: url(../../uploads/slider/3.jpg);
}

.slider-item-bg-4 {
    background-image: url(../../uploads/slider/4.jpg);
}

.slider-item-bg-5 {
    background-image: url(../../uploads/slider/5.jpg);
}

.slider-item-bg-6 {
    background-image: url(../../uploads/slider/6.jpg);
}

.slider-item-bg-7 {
    background-image: url(../../uploads/slider/7.jpg);
}

.slider-item-bg-8 {
    background-image: url(../../uploads/slider/8.jpg);
}

.slider-item-bg-9 {
    background-image: url(../../uploads/slider/9.jpg);
}

.slider-item-bg-10 {
    background-image: url(../../uploads/slider/10.jpg);
}

.slider-item-bg-11 {
    background-image: url(../../uploads/slider/11.jpg);
}

.slider-item-bg-12 {
    background-image: url(../../uploads/slider/12.jpg);
}

.slider-item-bg-13 {
    background-image: url(../../uploads/slider/13.jpg);
}

.slider-item-bg-14 {
    background-image: url(../../uploads/slider/14.jpg);
}

.slider-item-bg-15 {
    background-image: url(../../uploads/slider/15.jpg);
}

/* 7.2 Main Slider
-------------------------------------------------------------- */
.slider_wrap .rev_slider_wrapper {
    z-index: 0;
}

.slider_alias_boxed .rev_slider_wrapper {
    background-color: rgb(247, 247, 247);
}

/*.slotholder {height: inherit;}*/

.tp-caption.trx-no-style, .trx-no-style {
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none;
}

.tp-caption.trx-big, .trx-big {
    color: #ffffff;
    text-shadow: none;
    font-weight: 600;
    font-size: 48px;
    line-height: 55px;
   
    margin: 0px;
    white-space: nowrap;
    padding: 0px 0px 0px 0px;
    background-color: transparent;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tp-caption.trx-normal-white, .trx-normal-white {
    color: #ffffff;
    text-shadow: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
 
    margin: 0px;
    white-space: nowrap;
    padding: 0px 0px 0px 0px;
    background-color: transparent;
    text-decoration: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tp-caption.trx-big-extra, .trx-big-extra {
    color: #ffffff;
    text-shadow: none;
    font-weight: 600;
    font-size: 65px;
    line-height: 72px;
 
    margin: 0px;
    white-space: nowrap;
    padding: 0px 0px 0px 0px;
    background-color: transparent;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tp-caption.trx-big-left, .trx-big-left {
    color: #ffffff;
    text-shadow: none;
    font-weight: 600;
    font-size: 42px;
    line-height: 52px;
 
    margin: 0px;
    white-space: nowrap;
    padding: 0px 0px 0px 0px;
    background-color: transparent;
    text-decoration: none;
    text-align: left;
    text-transform: uppercase;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tp-caption.trx-no-style, .trx-no-style {
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none;
}

.tp-caption.trx-big-dark, .trx-big-dark {
    color: #1b1d22;
    text-shadow: none;
    font-weight: 600;
    font-size: 60px;
    line-height: 65px;
 
    margin: 0px;
    white-space: nowrap;
    padding: 0px 0px 0px 0px;
    background-color: transparent;
    text-decoration: none;
    text-align: left;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tp-caption.trx-middle-dark, .trx-middle-dark {
    color: #1b1d22;
    text-shadow: none;
    font-weight: 600;
    font-size: 45px;
    line-height: 50px;
 
    margin: 0px;
    white-space: nowrap;
    padding: 0px 0px 0px 0px;
    background-color: transparent;
    text-decoration: none;
    text-align: left;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}

.tparrows.default {
    background: transparent;
    border: 3px solid #ffffff;
    border-radius: 100%;
    color: #ffffff;
    line-height: 39px;
    height: 46px;
    width: 46px;
    text-align: center;
    position: relative;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -ms-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}

.tparrows.default:after {
    display: block;
    width: 31px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    right: 42px;
    top: 20px;
    content: "";
}

.tp-rightarrow.default:after {
    left: 42px;
    right: auto;
}

.tparrows.default:hover {
    background: #ffffff;
}

.tparrows.default:hover::before {
    color: #eeba00;
}

.tparrows.default:before {
    font-family: "fontello";
    font-size: 2em;
    position: relative;
}

.tp-leftarrow.default:before {
    content: '\e82a';
    left: -1px;
}

.tp-rightarrow.default:before {
    content: '\e82b';
    right: -1px;
}

.tp-bullets.simplebullets.round .bullet {
    background: none;
    width: 16px;
    height: 16px;
    margin-left: 7px;
    background-color: transparent;
    border: 2px solid #3c414c;
}

.tp-bullets.simplebullets.round .bullet.selected {
    background-color: #3c414c;
    border: 2px solid #3c414c;
}

.tparrows.default:hover {
    border-color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
}

.tp-leftarrow.default.preview1,
.tp-rightarrow.default.preview1 {
    background: #404856 !important;
    height: 100px !important;
    width: 37px !important;
    z-index: 1000;
    border: none !important;
    border-radius: 0 !important;
}

.tp-leftarrow.default.preview1:before,
.tp-rightarrow.default.preview1:before {
    height: 100px;
    width: 37px;
    color: #ffffff;
    display: block;
    font-size: 22px;
    line-height: 100px;
    text-align: center;
    text-shadow: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Fontello";
    z-index: 5;
}

.tparrows.preview1 .tp-arr-imgholder {
    width: 110px !important;
}

.tparrows.preview1:after {
    display: none !important;
}

.tp-leftarrow.default.preview1:before {
    content: '\e82a';
    margin-left: -1px;
    font-weight: 100 !important;
}

.tp-rightarrow.default.preview1:before {
    content: '\e82b';
    margin-right: -1px;
    font-weight: 100 !important;
}

.slider_engine_revo .sc_button,
.sc_slider_revo .sc_button {
    font-size: 18px;
    /*height: 60px;
    line-height: 64px;
    padding: 0 45px;*/
    height: auto;
    line-height: 0;
    padding: 0;

}

.slider_engine_revo .sc_button span,
.sc_slider_revo .sc_button span {
    padding: 29px 30px 26px;
}

/*
Track Area Style
=================================================*/
.track-area {
    position: relative;
    z-index: 1;
}

.tab .tabs_item {
    display: none;
    padding: 50px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.tab .tabs_item:first-child {
    display: block;
}

.tab.quote-list-tab .tabs {
    background-color: #fcfcfc;
    border-bottom: 1px solid #eeeeee;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.tab.quote-list-tab .tabs li {
    display: inline-block;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 600;
}

.tab.quote-list-tab .tabs li.current {
    border-bottom: 2px solid #0c416b;
}

.tab.quote-list-tab .tabs li.current a {
    color: #0c416b;
}

.tab.quote-list-tab .tabs li a {
    color: #000000;
    position: relative;
    padding-left: 35px;
}

.tab.quote-list-tab .tabs li a i {
    font-size: 25px;
    position: absolute;
    left: 0;
    top: -6px;
}

.tab.quote-list-tab .tabs_item .col-lg-8 {
    margin-top: -10px;
}

.tab.quote-list-tab .tabs_item h3 {
    font-size: 15px;
    margin-bottom: 20px;
}

.tab.quote-list-tab .tabs_item .nice-select {
    width: 100%;
    border-radius: 0;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.tab.quote-list-tab .tabs_item .nice-select:after {
    height: 8px;
    width: 8px;
    right: 23px;
    border-color: #000000;
}

.tab.quote-list-tab .tabs_item .nice-select .current {
    position: relative;
    top: 4px;
    color: #495057;
}

.tab.quote-list-tab .tabs_item .form-group {
    margin-bottom: 30px;
}

.tab.quote-list-tab .tabs_item .form-group .form-control::-webkit-input-placeholder {
    line-height: 1;
    position: relative;
    top: -1px;
}

.tab.quote-list-tab .tabs_item .form-group .form-control:-ms-input-placeholder {
    line-height: 1;
    position: relative;
    top: -1px;
}

.tab.quote-list-tab .tabs_item .form-group .form-control::-ms-input-placeholder {
    line-height: 1;
    position: relative;
    top: -1px;
}

.tab.quote-list-tab .tabs_item .form-group .form-control::placeholder {
    line-height: 1;
    position: relative;
    top: -1px;
}

.tab.quote-list-tab .default-btn {
    width: 100%;
    background-color: transparent;
}

.tab.quote-list-tab .radio span {
    position: relative;
    top: -2px;
    color: #495057;
}

.tab.quote-list-tab .mb {
    margin-bottom: 30px !important;
}

.tab.quote-list-tab textarea.form-control {
    height: auto;
    height: 143px;
    padding: 20px 20px;
}

.track-img {
    background-image: url(../../uploads/track-img.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.single-check {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.single-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.single-check input:checked ~ .checkmark {
    background-color: #0c416b;
}

.single-check input:checked ~ .checkmark:after {
    display: block;
}

.single-check:hover input ~ .checkmark {
    background-color: #0c416b;
}

.single-check .checkmark {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-check .checkmark:after {
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ffffff;
}

.checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: #d8d8d8;
    border-radius: 50%;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/*
About Us Area Style
=================================================*/
.about-content span {
    text-transform: uppercase;
    color: #0c416b;
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin-top: -8px;
    margin-bottom: 10px;
}

.about-content h2 {
    font-size: 40px;
    margin-bottom: 40px;
    position: relative;
}

.about-content h2::before {
    position: absolute;
    bottom: -22px;
    left: 0;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #0c416b;
}

.about-content h2::after {
    position: absolute;
    bottom: -22px;
    left: 0;
    content: "";
    width: 5px;
    height: 2px;
    background-color: #ffffff;
    -webkit-animation: moveLeftBounces 10s linear infinite;
    animation: moveLeftBounces 10s linear infinite;
}

.about-content h2:last-child {
    margin-bottom: 0;
}

.about-content p {
    margin-bottom: 30px;
    line-height: 40px;
    font-weight: 500 !important;
    font-size: 19px !important;
    color: #03070e;
    text-transform: capitalize;
    transition: all 0.5s;
}

.about-img {
    position: relative;
}

.about-img .about-quatre {
    position: absolute;
    top: 50%;
    right: -40px;
    background-color: #0c416b;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
}

.about-img .about-quatre i {
    font-size: 50px;
    color: #ffffff;
    line-height: 80px;
}

/*
What We Offer Area Style
=================================================*/
.what-offer-area {
    background-image: url(../../uploads/offer-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.what-offer-area::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background-color: #ffffff;
}

.what-offer-area .section-title span {
    color: #ffffff;
}

.what-offer-area .section-title h2 {
    color: #ffffff;
}

.what-offer-area .section-title h2::before {
    background-color: #ffffff;
}

.what-offer-area .section-title h2::after {
    background-color: #000000;
}

.what-offer-area .col-lg-3:last-child .single-offer {
    border-right: none;
}

.single-offer {
    height: 300px;
    text-align: center;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    /* padding: 20px; */
    border-right: 1px solid #eeeeee;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 13px;
    padding: 2px 15px;
}

.single-offer .icon {
    font-size: 50px;
    color: #0c416b;
    line-height: 1;
    margin-bottom: 20px;
    display: inline-block;
}

.single-offer h3 {
    margin-bottom: 15px;
    min-height: 50px;
}

.single-offer p {
    margin-bottom: 20px;
}

.single-offer:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 1;
    position: relative;
}

.single-offer:hover .circle-read-more i {
    background-color: #0c416b;
    color: #ffffff;
}

/*
What We Offer Area Style
=================================================*/
.choose-us-area .choose-tab-wrap {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 50px;
}

.choose-us-area .choose-tab-wrap h2 {
    margin-bottom: 30px;
    font-size: 30px;
}

.choose-us-area .choose-tab-wrap .choose-tab .tabs {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 33px;
}

.choose-us-area .choose-tab-wrap .choose-tab .tabs li {
    padding: 0;
    margin-right: 30px;
    padding-bottom: 10px;
}

.choose-us-area .choose-tab-wrap .choose-tab .tabs li a {
    padding-left: 0 !important;
}

.choose-us-area .choose-tab-wrap .choose-tab .default-btn {
    width: unset !important;
    margin-top: 20px;
}

.choose-us-area .choose-tab-wrap .tab .tabs_item {
    padding: 0 !important;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.choose-img {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 100% !important;
}

.choose-img.choose-img-four {
    background-image: url(../../uploads/choose-img-four.jpg);
}

/*
Counter Area Style
======================================================*/
.single-counter {
    margin-bottom: 30px;
    padding-left: 70px;
    position: relative;
}

.single-counter i {
    font-size: 60px;
    display: inline-block;
    margin-bottom: 8px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    left: 0;
    color: #ffffff;
    line-height: 1;
}

.single-counter h2 {
    margin-bottom: 4px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #ffffff;
}

.single-counter p {
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #ffffff;
}

/*
Service Area Style
======================================================*/
.single-service {
    text-align: center;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    margin-bottom: 30px;
}

.single-service::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../uploads/service/1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.single-service .service-content-wrap {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-service .service-content-wrap .icon {
    font-size: 50px;
    line-height: 1;
    display: inline-block;
    margin-bottom: 20px;
    color: #0c416b;
}

.single-service .service-content-wrap h3 {
    margin-bottom: 15px;
}

.single-service .service-heading {
    text-align: center;
    padding: 20px;
    background-color: #0c416b;
    position: absolute;
    bottom: 56px;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    bottom: -30px;
    -webkit-transform: scale(0);
    transform: scale(0);
    margin-right: 15px;
    margin-left: 15px;
}

.single-service .service-heading h3 {
    color: #ffffff;
    margin-bottom: 15px;
    margin-top: -4px;
}

.single-service .service-heading .circle-read-more i {
    background-color: #ffffff;
    color: #0c416b;
}

.single-service .service-heading .circle-read-more i::after {
    background-color: #fedad0;
}

.single-service:hover {
    background-color: transparent;
}

.single-service:hover .service-heading {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.single-service:hover .service-content-wrap {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.service-all {
    margin-top: 20px;
}

.service-all p a {
    color: #0c416b;
    border-bottom: 1px solid #0c416b;
}

.col-lg-4:nth-child(2) .single-service::before {
    background-image: url(../../uploads/service/2.jpg);
}

.col-lg-4:nth-child(3) .single-service::before {
    background-image: url(../../uploads/service/1.jpg);
}

/*
Began Area Style
======================================================*/
.began-top-wrap {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative !important;
}

.began-top-wrap::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 100%;
    background-color: #ffffff;
}

.began-wrap {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 0 15px;
    margin: 30px;
}

.began-wrap h2 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 50px;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.began-wrap .single-began {
    text-align: center;
    padding: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.began-wrap .single-began i {
    color: #0c416b;
    font-size: 50px;
    line-height: 1;
    display: inline-block;
    margin-bottom: 15px;
}

.began-wrap .single-began h3 {
    margin-bottom: 0;
}

.began-wrap .single-began:hover {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border: none;
}

.began-wrap .col-lg-4:nth-child(1) .single-began {
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.began-wrap .col-lg-4:nth-child(2) .single-began {
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.began-wrap .col-lg-4:nth-child(3) .single-began {
    border-bottom: 1px solid #eeeeee;
}

.began-wrap .col-lg-4:nth-child(4) .single-began {
    border-right: 1px solid #eeeeee;
}

.began-wrap .col-lg-4:nth-child(5) .single-began {
    border-right: 1px solid #eeeeee;
}

/*
Testimonials Area Style
======================================================*/
.testimonials-area .section-title span {
    color: #ffffff;
}

.testimonials-area .section-title h2 {
    color: #ffffff;
}

.testimonials-area .section-title h2::before {
    background-color: #ffffff;
}

.testimonials-area .section-title h2::after {
    background-color: #000000;
}

.testimonials-area .owl-theme .owl-dots .owl-dot {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-top: 20px;
}

.testimonials-area .owl-theme .owl-dots .owl-dot span {
    background-color: #587aad;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0 8px;
    width: 25px;
    height: 5px;
}

.testimonials-area .owl-theme .owl-dots .owl-dot span:hover {
    background-color: #ffffff;
}

.testimonials-area .owl-theme .owl-dots .owl-dot.active span {
    background-color: #ffffff !important;
}

.testimonials-wrap {
    position: relative;
    padding-left: 280px;
}

.testimonials-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: unset !important;
}

.testimonials-wrap .testimonials-content {
    background-color: #ffffff;
    padding: 37px;
}

.testimonials-wrap .testimonials-content h3 {
    margin-bottom: 18px;
}

.testimonials-wrap .testimonials-content ul {
    line-height: 1;
}

.testimonials-wrap .testimonials-content ul li {
    display: inline-block;
}

.testimonials-wrap .testimonials-content ul li i {
    color: #0c416b;
}

/*
Brand Area Style
======================================================*/
.brand-area .section-title {
    text-align: left;
    max-width: unset;
    margin-bottom: 20px;
}

.brand-area .brand-btn {
    float: right;
    position: relative;
    top: 76px;
}

.brand-item {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 11px 0px rgba(0, 0, 0, 0.05);
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px 15px;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
}

.brand-item img {
    width: unset !important;
    margin: auto;
}

/*
Blog Area Style
======================================================*/
.single-blog {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    max-width: 350px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.single-blog img {
    border-radius: 4px;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.single-blog .blog-content {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    padding: 20px;
    margin-left: 0px;
    margin-right: 5px;
    position: relative;
    top: -10px;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    min-height: 150px;
}

.single-blog .blog-content ul {
    margin-bottom: 15px;
}

.single-blog .blog-content ul li {
    display: inline-block;
    padding-right: 10px;
    position: relative;
    color: #7a7e9a;
    font-size: 13px;
}

.single-blog .blog-content ul li img {
    margin-right: 5px;
    border-radius: 50%;
}

.single-blog .blog-content ul li::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 4px;
    width: 1px;
    height: 15px;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    background-color: #000000;
}

.single-blog .blog-content ul li a {
    color: #0c416b;
}

.single-blog .blog-content ul li:first-child::before {
    display: none;
}

.single-blog .blog-content h3 a {
    color: #000000;
    margin-bottom: 8px;
}

.single-blog:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.single-blog:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.single-blog:hover .blog-content {
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
}

.single-blog span {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #0c416b;
    padding: 8px 10px;
    line-height: 1;
    font-size: 12px;
    color: #ffffff;
    border-radius: 4px;
}

/*
Tracking Area Style
======================================================*/
.tracking-number-area {
    background-image: url(../../assets/img/tracking-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tracking-body {
    position: relative;
}

.tracking-body .tracking-wrap .input-tracking {
    height: 70px;
    padding: 10px 20px;
    width: 100%;
    border-radius: 4px;
    border: none;
}

.tracking-body .tracking-wrap .input-tracking:focus {
    border: 1px solid #0c416b;
}

.tracking-body .tracking-wrap .default-btn {
    position: absolute;
    top: 6px;
    right: 6px;
}

/*
Office Map Area Style
======================================================*/
.office-map-area {
    background-image: url(../../uploads/map-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.office-map-area .container {
    position: relative;
}

.office-map-area .container .map-location {
    max-width: 300px;
    margin-left: auto;
    background-color: #ffffff;
}

.office-map-area .container .map-location h3 {
    background-color: #0c416b;
    color: #ffffff;
    margin-bottom: 0;
    padding: 15px 30px;
}

.office-map-area .container .map-location h3 i {
    position: relative;
    top: 2px;
    margin-right: 4px;
    display: inline-block;
}

.office-map-area .container .map-location ul {
    padding: 15px 30px 30px 30px;
}

.office-map-area .container .map-location ul li {
    margin-bottom: 15px;
}

.office-map-area .container .map-location ul li:last-child {
    margin-bottom: 0;
}

.office-map-area .container .map-location ul .color {
    color: #0c416b;
}

/*
Footer Top Area Style
======================================================*/
.single-widget {
    margin-bottom: 30px;
}

.single-widget h3 {
    margin-bottom: 20px;
    font-size: 25px;
}

.single-widget ul li {
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px dashed #eee;
}

.single-widget ul li:last-child {
    margin-bottom: 0;
}

.single-widget ul li a {
    color: #2b2b2b;
}

.single-widget ul li::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #0c416b;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-widget ul li:hover a {
    color: #0c416b;
}

.single-widget ul li:hover::before {
    width: 100%;
}

/*
Footer Bottom Area Style
======================================================*/
.footer-bottom-area {
    padding: 15px 0;
}

.single-widget-bottom ul li {
    display: inline-block;
    padding-right: 15px;
}

.single-widget-bottom ul li a {
    color: #ffffff;
    position: relative;
}

.single-widget-bottom ul li a::before {
    content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    width: 5px;
    height: 5px;
    background-color: #0c416b;
    border-radius: 50%;
}

.single-widget-bottom ul li a:hover {
    color: #0c416b;
}

.single-widget-bottom ul li:last-child {
    padding-right: 0;
}

.single-widget-bottom ul li:last-child a::before {
    display: none;
}

.single-widget-bottom p {
    text-align: center;
    color: #ffffff;
}

.single-widget-bottom p a {
    color: #0c416b;
}

.single-widget-bottom p i {
    position: relative;
    top: 1px;
}

.single-widget-bottom .social-link {
    float: right;
}

.single-widget-bottom .social-link li {
    padding-right: 3px;
}

.single-widget-bottom .social-link li a::before {
    display: none;
}

.single-widget-bottom .social-link li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #0c416b;
    border-radius: 4px;
    text-align: center;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-widget-bottom .social-link li a:hover i {
    background-color: #000000;

}

/*
Sidebar Modal Area Style
======================================================*/
.sidebar-modal {
    position: relative;
}

.sidebar-modal .navbar-nav li a {
    padding: 10px 0px 10px 15px;
}

.sidebar-modal .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 450px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.sidebar-modal .modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
    border: none;
    background-color: #ffffff;
}

.sidebar-modal .modal.right .modal-body {
    padding: 30px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget {
    margin-bottom: 35px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title {
    position: relative;
    z-index: 1;
    margin-bottom: 35px;
    color: #000000;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title::before {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 70px;
    height: 2px;
    border-radius: 5px;
    background: #0c416b;
    content: '';
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget:last-child {
    margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul {
    padding: 0;
    margin: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li {
    margin-bottom: 10px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li:last-child {
    margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li a {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    text-transform: capitalize;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li a:hover {
    color: #0c416b;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li {
    position: relative;
    font-weight: 500;
    padding-left: 45px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 14px;
    color: #000000;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li span {
    font-size: 13px;
    display: block;
    font-weight: 400;
    color: #818992;
    margin-top: 5px;
    text-transform: initial;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 29px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #000000;
    border-radius: 4px;
    font-size: 15px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li:hover i {
    color: #ffffff;
    background: #0c416b;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li:last-child {
    margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list {
    text-align: left;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li {
    display: inline-block;
    padding-right: 5px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a i {
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    border-radius: 4px;
    color: #ffffff;
    background-color: #000000;
    font-size: 12px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a i:hover {
    background-color: #0c416b;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li:hover {
    color: #0c416b;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a:hover {
    color: #ffffff;
}

.sidebar-modal .modal.right.fade.show .modal-dialog {
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-animation: lightSpeedIn 1000ms linear;
    animation: lightSpeedIn 1000ms linear;
}

.sidebar-modal .modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-animation: lightSpeedIn 1000ms linear;
    animation: lightSpeedIn 1000ms linear;
}

.sidebar-modal .modal-header {
    display: inline;
    padding: 0;
    border: none;
}

.sidebar-modal .modal-header .close {
    height: 30px;
    width: 30px;
    color: #0c416b;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: none;
    opacity: 1;
}

.sidebar-modal .modal-header .close i::before {
    margin-left: 0;
    font-size: 20px;
}

.sidebar-modal .modal-header h2 {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px 25px;
}

.sidebar-modal button:focus {
    outline: 0px;
}

/*
Search Box Area Style
======================================================*/
.search-wrap .search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 999999;
}

.search-wrap .search .form-control {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 30%;
    color: #0c416b;
    background: #ffff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin: 0px auto;
    margin-top: -40px;
    padding: 10px;
    outline: none;
    border: 2px solid #ffffff;
    height: 60px;
    border-radius: 5px;
}

.search-wrap .search .form-control:focus {
    color: #000000;
    background-color: #ffffff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search-wrap .search .default-btn {
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    margin: auto;
}

.search-wrap .search .default-btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search-wrap .search .default-btn:hover {
    background-color: #0c416b;
}

.search-wrap .search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #ffffff;
    background-color: #0c416b;
    border-color: #0c416b;
    opacity: 1;
    padding: 10px 17px;
    font-size: 25px;
}

.search-wrap .search .close:hover {
    background-color: body-color;
    color: #ffffff !important;
    opacity: 1 !important;
}

.search-wrap .search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

.search-wrap .search.open::before {
    content: "";
    position: absolute;
    background: #000000;
    width: 100%;
    height: 1000%;
    opacity: 0.9;
    top: 0;
    left: 0;
}

/*====================================================
HOME PAGE TWO STYLE
======================================================*/
/*
Header Style Two Area Style
======================================================*/
.header-style-two {
    position: relative;
}

.header-style-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 100%;
    background-color: #0c416b;
    -webkit-clip-path: polygon(0 0, 85% 1%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 85% 1%, 100% 100%, 0% 100%);
}

/*
What Offer Two Area Style
======================================================*/
.what-offer-area-two {
    position: relative;
    z-index: 1;
}

/*
About Area Two Style
======================================================*/
.about-area-two .about-content {
    max-width: 540px;
    margin-left: auto;
}

.about-area-two .about-img {
    position: relative;
    background-image: url(../../uploads/about-img-two.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 350px;
}

.about-area-two .about-img .about-list {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    width: 300px;
    padding: 30px;
    max-width: 100%;
}

.about-area-two .about-img .about-list h3 {
    font-size: 18px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.about-area-two .about-img .about-list ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.about-area-two .about-img .about-list ul li:last-child {
    margin-bottom: 0;
}

.about-area-two .about-img .about-list ul li i {
    position: absolute;
    top: 2px;
    left: 0;
    color: #ffffff;
    width: 20px;
    height: 20px;
    background-color: #0c416b;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    border-radius: 50%;
}

/*
Counter Area Two Style
======================================================*/
.counter-area-two {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 100% !important;
    position: relative !important;
    z-index: 1 !important;
}

.counter-area-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000bf;
    opacity: 0.8;
    z-index: -1;
}

/*
Service Area Two Style
======================================================*/
.service-area-two .single-service .service-heading {
    background-color: #0c416b;
    position: absolute;
    bottom: 0 !important;
    left: 0;
    right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    margin-left: 0;
}

/*
Brand Area Two Style
======================================================*/
.brand-area-two {
    background-color: #0c416b;
}

.brand-area-two .brand-item {
    background-color: transparent;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
}


.brand-area-two .brand-item .brand-overly {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.brand-area-two .brand-item:hover .brand-overly {
    top: 10px;
}

/*
Team Area Two Style
======================================================*/
.single-team {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.single-team:before {
    content: "";
    position: absolute;
    left: 170%;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    -webkit-transition: .8s;
    transition: .8s;
}

.single-team img {
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 1s;
    transition: 1s;
}

.single-team .team-content {
    position: absolute;
    background: #0c416b;
    width: 100%;
    bottom: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: perspective(300px) rotateX(90deg);
    transform: perspective(300px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    text-align: center;
    padding: 10px;
}

.single-team .team-content h3 {
    margin: 0;
    color: #ffffff;
}

.single-team .team-content span {
    color: #ffffff;
    font-size: 13px;
}

.single-team ul {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-team ul li {
    background: #000000;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px solid #19345a;
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.single-team ul li:hover {
    background-color: #0c416b;
}

.single-team ul li a {
    color: #ffffff;
}

.single-team ul li:nth-child(1) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.single-team ul li:nth-child(2) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.single-team ul li:nth-child(3) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

.single-team ul li:nth-child(4) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}

.single-team:hover:before {
    left: -170%;
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}

.single-team:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.single-team:hover .team-content {
    -webkit-transform: perspective(300px) rotateX(0deg);
    transform: perspective(300px) rotateX(0deg);
}

.single-team:hover ul li {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

/*
Track Area Two Style
======================================================*/
.track-area-two {
    background-image: url(../../uploads/tracking-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    z-index: 1;
}

.track-area-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
}

/*
Office Map Area Two Style
======================================================*/
.office-map-area-two .container .map-location {
    top: -385px;
}

.validation-danger {
    color: #ffffff !important;
}

.validation-success {
    color: #28a745 !important;
}

.subscribe-area {
    background-color: #0c416b;
}

/*
Prevoz Slider Area Two Style
======================================================*/
.prevoz-slider-area-two .prevoz-slider-text {
    max-width: 800px;
    text-align: left;
}

/*====================================================
HOME PAGE THREE STYLE
======================================================*/
/*
Header Style Three
======================================================*/
.header-style-three .header-left-content img {
    width: unset;
    padding: 0 15px;
}

.header-style-three .flag-wrap {
    top: -27px;
}

.header-style-three .header-left-content a {
    position: relative;
    z-index: 1;
}

.header-style-three .header-left-content a::before {
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 110px;
    background-color: #000000;
    content: "";
    z-index: -1;
}

.header-style-three .header-right-content ul li {
    top: 17px;
}

.header-style-three .header-right-content .get-quote .default-btn {
    padding: 10px 20px;
    position: relative;
    top: -9px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
}

.header-style-three .header-right-content .get-quote .default-btn:hover {
    color: #0c416b;
}

.header-style-three .header-right-content .get-quote .default-btn::before {
    border-top: 10px solid transparent;
    border-left: 10px solid #ffffff;
    border-bottom: 10px solid transparent;
    top: 8px;
}

.header-style-three .header-right-content .get-quote .default-btn.active:hover::before {
    border-top: 10px solid transparent;
    border-left: 10px solid #0c416b;
    border-bottom: 10px solid transparent;
    left: -1px;
}

/*
Navbar Area Three Style
======================================================*/
.prevoz-nav-style-three .navbar-area .main-nav {
    background-color: #0c416b;
}

.prevoz-nav-style-three .navbar-area .main-nav nav .navbar-nav .nav-item a {
    color: #ffffff;
    position: relative;
}

.prevoz-nav-style-three .navbar-area .main-nav nav .navbar-nav .nav-item a:before {
    content: "";
    position: absolute;
    top: -55px;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #ffffff;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: none;
}

.prevoz-nav-style-three .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
    color: #ffffff;
}

.prevoz-nav-style-three .navbar-area .main-nav nav .navbar-nav .nav-item a:hover:before {
    top: -30px;
}

.prevoz-nav-style-three .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
    color: #ffffff;
}

.prevoz-nav-style-three .navbar-area .main-nav nav .navbar-nav .nav-item a.active:before {
    top: -30px;
}

.prevoz-nav-style-three .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
    display: none;
}

.prevoz-nav-style-three .navbar-area .main-nav nav .navbar-nav .nav-item:hover a {
    color: #ffffff;
}

.prevoz-nav-style-three .navbar-area .main-nav nav .navbar-nav .nav-item:hover a:before {
    top: -30px;
}

.prevoz-nav-style-three .others-option .search-wrap a {
    color: #ffffff;
    position: relative;
}

.prevoz-nav-style-three .others-option .search-wrap a:before {
    content: "";
    position: absolute;
    top: -60px;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #ffffff;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.prevoz-nav-style-three .others-option .search-wrap a:hover {
    color: #ffffff;
}

.prevoz-nav-style-three .others-option .search-wrap a:hover:before {
    top: -35px;
}

.prevoz-nav-style-three .others-option .sidebar-menu i {
    color: #ffffff;
    position: relative;
}

.prevoz-nav-style-three .others-option .sidebar-menu i:after {
    content: "";
    position: absolute;
    top: -60px;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #ffffff;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.prevoz-nav-style-three .others-option .sidebar-menu i:hover {
    color: #ffffff;
}

.prevoz-nav-style-three .others-option .sidebar-menu i:hover:after {
    top: -35px;
}

/*
Prevoz Slider Area Three Style
======================================================*/
.prevoz-slider-area-three .prevoz-slider-text {
    text-align: left;
    float: right;
    max-width: 700px;
    position: relative;
}

.prevoz-slider-area-three .prevoz-slider-text::before {
    content: "";
    position: absolute;
    top: -40px;
    left: -45px;
    width: 745px;
    height: 900px;
    background-color: rgba(0, 55, 130, 0.8);
}

.prevoz-slider-area-three .prevoz-slider-text::after {
    content: "";
    position: absolute;
    top: -40px;
    right: -120px;
    height: 900px;
    width: 120px;
    background-color: rgba(255, 55, 0, 0.5);
}

.prevoz-slider-area-three .owl-item.active .prevoz-slider-text::before {
    -webkit-animation: 2s .2s fadeInDownBig both;
    animation: 2s .2s fadeInDownBig both;
}

.prevoz-slider-area-three .owl-item.active .prevoz-slider-text::after {
    -webkit-animation: 1s .1s fadeInUpBig both;
    animation: 1s .1s fadeInUpBig both;
}

/*
About Area Three Style
======================================================*/
.about-area-three .about-content {
    margin-right: auto !important;
    margin-left: unset;
}

.about-area-three .about-img {
    position: relative;
}

.about-area-three .about-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 200px;
    width: 200px;
    height: 100%;
    background-color: rgba(255, 55, 0, 0.5);
}

.about-area-three .about-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    background-color: rgba(0, 55, 130, 0.8);
}

.about-area-three .video-btn {
    background-color: #0c416b;
    margin-left: 30px;
}

.about-area-three .video-btn::before {
    background-color: #0c416b;
}

.about-area-three .video-btn::after {
    background-color: #0c416b;
}

.about-area-three .video-btn i {
    color: #ffffff;
}

/*
Track Area Three Style
======================================================*/
.track-area-three {
    position: relative;
}

.track-area-three::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #ffffff;
}

/*
Choose Us Three Style
======================================================*/
.choose-us-area-three .choose-main-wrap {
    background-image: url(../../uploads/choose-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.choose-us-area-three .choose-main-wrap .choose-tab-wrap {
    max-width: 700px;
    margin-left: auto;
}

/*
Began Three Style
======================================================*/
.began-area-three {
    background-image: url(../../uploads/began-main-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    z-index: 1;
}

.began-area-three::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.9;
    z-index: -1;
}

.began-area-three::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #0c416b;
    z-index: -1;
}

.began-area-three .section-title span {
    color: #ffffff;
}

.began-area-three .section-title h2 {
    color: #ffffff;
}

.began-area-three .section-title h2::before {
    background-color: #ffffff;
}

.began-area-three .section-title h2::after {
    background-color: #000000;
}

.began-area-three .section-title p {
    color: #ffffff;
}

.began-area-three .began-top-wrap::before {
    display: none;
}

.began-area-three .began-wrap {
    margin: 0;
}

.began-area-three .began-wrap .single-began {
    padding: 45px;
}

.began-area-three .began-img {
    background-image: url(../../uploads/began-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

/*
testimonials Area Three Style
======================================================*/
.testimonials-content-three {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin: 30px;
}

.testimonials-content-three .testimonials-top-content {
    position: relative;
    padding-left: 80px;
    margin-bottom: 30px;
}

.testimonials-content-three .testimonials-top-content img {
    width: unset !important;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: -8px;
}

.testimonials-content-three p {
    margin-bottom: 30px;
}

.testimonials-content-three ul li {
    display: inline-block;
}

.testimonials-content-three ul li i {
    color: #ff9e21;
}

/*
Tracking Number Area Three Style
======================================================*/
.tracking-number-area-three .section-title span {
    color: #ffffff;
}

.tracking-number-area-three .section-title h2 {
    color: #ffffff;
}

.tracking-number-area-three .section-title h2::before {
    background-color: #ffffff;
}

.tracking-number-area-three .section-title h2::after {
    background-color: #000000;
}

.tracking-number-area-three .tracking-body {
    max-width: 600px;
    margin: auto;
}

/*
Blog Area Three Style
======================================================*/
.blog-area-three .single-blog {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.blog-area-three .blog-content {
    margin: 0;
    border-radius: 0 0 4px 4px;
    padding: 30px;
}

/*
Footer Top Area Three Style
======================================================*/
.footer-top-area-three {
    background-color: #000000;
    border-bottom: 1px solid #395277;
}

.footer-top-area-three .single-widget h3 {
    color: #ffffff;
}

.footer-top-area-three .single-widget ul li {
    border-bottom: 1px dashed #556e92;
}

.footer-top-area-three .single-widget ul li::before {
    display: none;
}

.footer-top-area-three .single-widget ul li a {
    color: #ffffff;
}

.footer-top-area-three .single-widget ul li a:hover {
    color: #0c416b;
}

/*
Subscribe Area Three Style
======================================================*/
.subscribe-area-three {
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}

.subscribe-area-three::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #000000;
    z-index: -1;
}

.subscribe-area-three .subscribe-wrap {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    max-width: 1040px;
    margin: auto;
    padding: 30px;
    border-radius: 4px;
}

.subscribe-area-three .tracking-body .tracking-wrap .input-tracking {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.subscribe-area-three .validation-danger {
    color: #0c416b !important;
}

/*
Testimonials Area Three Style
======================================================*/
.testimonials-three {
    position: relative;
    z-index: 1;
}

/*====================================================
HOME PAGE FOUR STYLE
======================================================*/
/*
Top Header Area Style
======================================================*/
.header-style-four {
    background-color: rgba(27, 27, 27, 0.5);
    padding: 10px 0;
}

.header-style-four .header-left-content ul li {
    display: inline-block;
    font-size: 14px;
}

.header-style-four .header-left-content ul li a {
    color: #ffffff;
    position: relative;
    line-height: 1;
    padding-right: 20px;
}

.header-style-four .header-left-content ul li a:hover {
    color: #0c416b;
}

.header-style-four .header-left-content ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -11px;
    width: 1px;
    height: 100%;
    background-color: #ffffff;
}

.header-style-four .header-left-content ul li a i {
    color: #0c416b;
    position: relative;
    top: 2px;
    display: inline-block;
    margin-right: 2px;
}

.header-style-four .header-left-content ul li:first-child a::before {
    display: none;
}

.header-style-four .header-right-content {
    float: right;
}

.header-style-four .header-right-content .additional-link {
    display: inline-block;
}

.header-style-four .header-right-content .additional-link li {
    display: inline-block;
    font-size: 14px;
}

.header-style-four .header-right-content .additional-link li a {
    color: #ffffff;
    position: relative;
    line-height: 1;
    padding-right: 20px;
}

.header-style-four .header-right-content .additional-link li a:hover {
    color: #0c416b;
}

.header-style-four .header-right-content .additional-link li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -11px;
    width: 1px;
    height: 100%;
    background-color: #ffffff;
}

.header-style-four .header-right-content .additional-link li:first-child a::before {
    display: none;
}

.header-style-four .social-links {
    display: inline-block;
}

.header-style-four .social-links li {
    display: inline-block;
    padding: 0 5px;
}

.header-style-four .social-links li:last-child {
    padding: 0;
}

.header-style-four .social-links li a {
    font-size: 15px;
    color: #ffffff;
}

.header-style-four .social-links li a:hover {
    color: #0c416b;
}

/*
Navbar Area Four Style
======================================================*/
.prevoz-nav-style-four .navbar-area .navbar-brand {
    display: block;
}

.prevoz-nav-style-four .navbar-area .main-nav {
    background-color: transparent;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.prevoz-nav-style-four .navbar-area .main-nav nav .navbar-nav .nav-item a {
    color: #ffffff;
    position: relative;
}

.prevoz-nav-style-four .navbar-area .main-nav nav .navbar-nav .nav-item a:before {
    content: "";
    position: absolute;
    top: -55px;
    left: 0;
    width: 2px;
    height: 90%;
    background-color: #ffffff;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}

.prevoz-nav-style-four .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
    color: #ffffff;
}

.prevoz-nav-style-four .navbar-area .main-nav nav .navbar-nav .nav-item a:hover:before {
    top: -23px;
    opacity: 1;
}

.prevoz-nav-style-four .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
    color: #ffffff;
}

.prevoz-nav-style-four .navbar-area .main-nav nav .navbar-nav .nav-item a.active:before {
    top: -23px;
    opacity: 1;
}

.prevoz-nav-style-four .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
    display: none;
}

.prevoz-nav-style-four .navbar-area .main-nav nav .navbar-nav .nav-item:hover a {
    color: #ffffff;
}

.prevoz-nav-style-four .navbar-area .main-nav nav .navbar-nav .nav-item:hover a:before {
    top: -23px;
}

.prevoz-nav-style-four .others-option .search-wrap a {
    color: #ffffff;
    position: relative;
}

.prevoz-nav-style-four .others-option .search-wrap a:before {
    content: "";
    position: absolute;
    top: -55px;
    left: 0;
    width: 2px;
    height: 80%;
    background-color: #ffffff;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}

.prevoz-nav-style-four .others-option .search-wrap a:hover {
    color: #ffffff;
}

.prevoz-nav-style-four .others-option .search-wrap a:hover:before {
    top: -26px;
    opacity: 1;
}

.prevoz-nav-style-four .others-option .sidebar-menu i {
    color: #ffffff;
    position: relative;
}

.prevoz-nav-style-four .others-option .sidebar-menu i:after {
    content: "";
    position: absolute;
    top: -55px;
    left: 0;
    width: 2px;
    height: 60%;
    background-color: #ffffff;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}

.prevoz-nav-style-four .others-option .sidebar-menu i:hover {
    color: #ffffff;
}

.prevoz-nav-style-four .others-option .sidebar-menu i:hover:after {
    top: -19px;
    opacity: 1;
}

/*
Prevoz Slider Area Four Style
======================================================*/
.prevoz-slider-area-four .prevoz-slider-item {
    height: 100%;
    padding-top: 350px;
    padding-bottom: 200px;
    position: relative;
    z-index: 1;
}

.prevoz-slider-area-four .prevoz-slider-item .prevoz-slider-text {
    text-align: left;
    max-width: 750px;
}

.prevoz-slider-area-four .prevoz-slider-item .prevoz-slider-text .video-btn {
    margin-bottom: 20px;
}

.prevoz-slider-area-four .owl-prev i {
    background-color: transparent !important;
    border-radius: 50%;
    border: 1px solid #ffffff;
}

.prevoz-slider-area-four .owl-prev i:hover {
    border-color: #0c416b;
}

.prevoz-slider-area-four .owl-next i {
    background-color: transparent !important;
    border-radius: 50%;
    border: 1px solid #ffffff;
}

.prevoz-slider-area-four .owl-next i:hover {
    border-color: #0c416b;
}

/*
Tracking Area Four Style
======================================================*/
.tracking-number-area-four {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.tracking-number-area-four .tracking-wrap {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

/*
About Area Four Style
======================================================*/
.about-area-four {
    position: relative;
    z-index: 1;
}

.about-area-four .about-history {
    position: absolute;
    bottom: 0;
}

.about-area-four .about-history .about-details {
    position: relative;
    background-color: #0c416b;
    padding-left: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 320px;
    padding-right: 30px;
}

.about-area-four .about-history .about-details i {
    font-size: 50px;
    color: #ffffff;
    position: absolute;
    top: 15px;
    left: 30px;
}

.about-area-four .about-history .about-details span {
    font-size: 50px;
    color: #ffffff;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}

.about-area-four .about-history .about-details p {
    font-size: 18px;
    color: #ffffff;
    line-height: 1;
}

.about-area-four .video-btn {
    background-color: #0c416b;
    margin-left: 30px;
}

.about-area-four .video-btn::before {
    background-color: #0c416b;
}

.about-area-four .video-btn::after {
    background-color: #0c416b;
}

.about-area-four .video-btn i {
    color: #ffffff;
}

/*
Counter Area Four Style
======================================================*/
.counter-area-four {
    background-image: url(../../assets/img/counter-bg-four.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    z-index: 1;
}

.counter-area-four::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.9;
    z-index: -1;
}

.counter-area-four::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-color: #ffffff;
    z-index: -1;
}

/*
What Offer Area Four Style
======================================================*/
.what-offer-area-four .single-offer {
    border-right: none;
}

.what-offer-area-four .single-offer p {
    margin-bottom: 0;
}

.what-offer-area-four .col-lg-6:nth-child(2) .single-offer {
    margin-top: 30px;
}

.what-offer-area-four .col-lg-6:nth-child(3) .single-offer {
    margin-top: -30px;
}

.what-offer-area-four .what-offer-content span {
    text-transform: uppercase;
    color: #0c416b;
    font-size: 13px;
    display: block;
    margin-top: -8px;
    margin-bottom: 10px;
}

.what-offer-area-four .what-offer-content h2 {
    font-size: 40px;
    margin-bottom: 40px;
    position: relative;
}

.what-offer-area-four .what-offer-content h2::before {
    position: absolute;
    bottom: -22px;
    left: 0;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #0c416b;
}

.what-offer-area-four .what-offer-content h2::after {
    position: absolute;
    bottom: -22px;
    left: 0;
    content: "";
    width: 5px;
    height: 2px;
    background-color: #ffffff;
    -webkit-animation: moveLeftBounces 10s linear infinite;
    animation: moveLeftBounces 10s linear infinite;
}

.what-offer-area-four .what-offer-content h2:last-child {
    margin-bottom: 0;
}

.what-offer-area-four .what-offer-content p {
    margin-bottom: 25px;
}

.what-offer-area-four .what-offer-content ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.what-offer-area-four .what-offer-content ul li:last-child {
    margin-bottom: 0;
}

.what-offer-area-four .what-offer-content ul li i {
    position: absolute;
    top: 2px;
    left: 0;
    color: #ffffff;
    width: 20px;
    height: 20px;
    background-color: #0c416b;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    border-radius: 50%;
}

/*
Our Project Area Style
======================================================*/
.single-project {
    position: relative;
    overflow: hidden;
}

.single-project .project-content {
    position: absolute;
    top: 0;
    left: 420px;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #0c416b;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-project .project-content h3 {
    color: #ffffff;
}

.single-project .project-content p {
    color: #ffffff;
    font-size: 14px;
}

.single-project .project-content .project-content-wrap {
    padding: 30px;
}

.single-project:hover .project-content {
    left: 0;
}

/*
Our Project Area Style
======================================================*/
.began-area-four {
    overflow: hidden;
}

.began-area-four .begans-bg {
    background-image: url(../../assets/img/products-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.began-area-four .began-wrap {
    width: 715px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 100px;
    padding-bottom: 100px;
}

.began-area-four .began-wrap h2 {
    color: #ffffff;
    border-color: #19345a;
    padding-top: 0;
}

.began-area-four .began-wrap .single-began i {
    color: #74a9f6;
}

.began-area-four .began-wrap .single-began h3 {
    color: #ffffff;
}

.began-area-four .began-wrap .col-lg-4:nth-child(1) .single-began {
    border-right: 1px solid #19345a;
    border-bottom: 1px solid #19345a;
}

.began-area-four .began-wrap .col-lg-4:nth-child(2) .single-began {
    border-bottom: 1px solid #19345a;
    border-right: 1px solid #19345a;
}

.began-area-four .began-wrap .col-lg-4:nth-child(3) .single-began {
    border-bottom: 1px solid #19345a;
}

.began-area-four .began-wrap .col-lg-4:nth-child(4) .single-began {
    border-right: 1px solid #19345a;
}

.began-area-four .began-wrap .col-lg-4:nth-child(5) .single-began {
    border-right: 1px solid #19345a;
}

.began-area-four .began-top-wrap {
    background-image: unset;
    background-color: #000000;
}

/*
Subscribe Area Four Style
======================================================*/
.subscribe-area-four {
    background-color: transparent;
}

.subscribe-area-four::before {
    display: none;
}

/*
Footer Top Area Four Style
======================================================*/
.footer-top-area-four {
    background-color: #222629;
    position: relative;
    z-index: 1;
}

.footer-top-area-four .single-widget img {
    margin-bottom: 20px;
}

.footer-top-area-four .single-widget p {
    color: #d7d7d7;
}

.footer-top-area-four .single-widget .social-link li {
    padding-right: 3px;
    display: inline-block;
    border: none;
}

.footer-top-area-four .single-widget .social-link li::before {
    display: none;
}

.footer-top-area-four .single-widget .social-link li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #3867ad;
    border-radius: 4px;
    text-align: center;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.footer-top-area-four .single-widget .social-link li a:hover i {
    background-color: #0c416b;
}

.footer-top-area-four .single-widget h3 {
    color: #ffffff;
}

.footer-top-area-four .single-widget ul li a {
    color: #d7d7d7;
}

.footer-top-area-four .single-widget ul li a:hover {
    color: #0c416b;
}

/*
Footer Bottom Area Four Style
======================================================*/
.footer-bottom-area-four {
    background-color: #313538;
}

.footer-bottom-area-four .single-widget-bottom ul li a {
    color: #d7d7d7;
}

.footer-bottom-area-four .single-widget-bottom ul li a:hover {
    color: #0c416b;
}

.footer-bottom-area-four .single-widget-bottom p {
    float: right;
    color: #d7d7d7;
}

/*====================================================
HOME PAGE FIVE STYLE
======================================================*/
/*
Prevoz Slider Area Five Style
======================================================*/
.prevoz-slider-area-five {
    position: relative;
}

.prevoz-slider-area-five .prevoz-slider-item {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 200px;
    position: relative;
    z-index: 1;
}

.prevoz-slider-area-five .prevoz-slider-item .prevoz-slider-text {
    margin-top: 75px;
}

.prevoz-slider-area-five .shape {
    position: absolute;
    bottom: -10px;
    z-index: 1;
}

/*
Counter Area Five Style
======================================================*/
.counter-area-five {
    position: relative;
    z-index: 1;
}

.counter-area-five .single-counter i {
    color: #0c416b;
}

.counter-area-five .single-counter h2 {
    color: #0c416b;
}

.counter-area-five .single-counter p {
    color: #000000;
}

/*
Counter Area Five Style
======================================================*/
.service-area-five {
    position: relative;
    z-index: 1;
}

.service-area-five .section-title span {
    color: #ffffff;
}

.service-area-five .section-title h2 {
    color: #ffffff;
}

.service-area-five .section-title h2::before {
    background-color: #ffffff;
}

.service-area-five .section-title h2::after {
    background-color: #000000;
}

.service-area-five .service-all p {
    color: #ffffff;
}

/*
Brand Area Five Style
======================================================*/
.brand-area-five {
    background-color: transparent;
}

.brand-area-five .brand-item {
    background-color: #0c416b;
}

/*
Fun Facts Area Five Style
======================================================*/
.fun-facts-area {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.fun-facts-area .facts-img {
    background-image: url(../../assets/img/fun-facts-img.jpg);
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.fun-facts-area .fun-facts-content {
    margin-bottom: 50px;
}

.fun-facts-area .fun-facts-content span {
    text-transform: uppercase;
    color: #0c416b;
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin-top: -8px;
    margin-bottom: 10px;
}

.fun-facts-area .fun-facts-content h2 {
    font-size: 40px;
    margin-bottom: 40px;
    position: relative;
}

.fun-facts-area .fun-facts-content h2::before {
    position: absolute;
    bottom: -25px;
    left: 0;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #0c416b;
}

.fun-facts-area .fun-facts-content h2::after {
    position: absolute;
    bottom: -25px;
    left: 0;
    content: "";
    width: 5px;
    height: 2px;
    background-color: #ffffff;
    -webkit-animation: moveLeftBounces 10s linear infinite;
    animation: moveLeftBounces 10s linear infinite;
}

.fun-facts-area .fun-facts-content h2:last-child {
    margin-bottom: 0;
}

.fun-facts-area .fun-facts-content p {
    margin-bottom: 30px;
}

.fun-facts-area .skill-bar {
    margin-bottom: 30px;
}

.fun-facts-area .skill-bar .progress-title-holder {
    position: relative;
}

.fun-facts-area .skill-bar .progress-title {
    font-size: 16px;
    font-weight: 500;
}

.fun-facts-area .skill-bar .progress-number-wrapper {
    width: 100%;
    z-index: 10;
    font-size: 11px;
    line-height: 24px;
    height: 24px;
    letter-spacing: 0px;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    color: #ffffff;
}

.fun-facts-area .skill-bar .progress-number-mark {
    margin-bottom: 4px;
    border-radius: 3px;
    background-color: #0c416b;
    padding: 0 8px;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.fun-facts-area .skill-bar .down-arrow {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #0c416b;
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.fun-facts-area .skill-bar .progress-content-outter {
    height: 6px;
    background-color: #e4e4e4;
    border-radius: 4px;
}

.fun-facts-area .skill-bar .progress-content {
    height: 6px;
    background-color: #0c416b;
    border-radius: 4px;
    width: 0%;
}

.fun-facts-area .skill-bar-wrapper {
    margin-left: 30px;
    max-width: 510px;
}

.fun-facts-area .skill-bar-wrapper .section-title-left {
    margin-bottom: 50px;
}

/*
Tracking Number Area Five Style
======================================================*/
.tracking-number-area-five {
    background-color: #0c416b;
}

.tracking-number-area-five .tracking-content h2 {
    color: #ffffff;
}

/*
Blog Area Five Style
======================================================*/
.blog-area-five .single-blog .blog-content {
    border-radius: 0 0 4px 4px;
    margin: 0;
}

.blog-area-five .single-blog .blog-content.mb-13 {
    margin-bottom: 13px !important;
    position: relative;
    z-index: 1;
}

.blog-area-five .single-blog .blog-content.mb-13::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    background-color: #0c416b;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.blog-area-five .single-blog .blog-content.mb-13:hover::before {
    width: 100%;
}

.blog-area-five .single-blog .blog-content.mb-13:hover ul li {
    color: #ffffff;
}

.blog-area-five .single-blog .blog-content.mb-13:hover ul li::before {
    background-color: #ffffff;
}

.blog-area-five .single-blog .blog-content.mb-13:hover ul li a {
    color: #ffffff;
}

.blog-area-five .single-blog .blog-content.mb-13:hover h3 a {
    color: #ffffff;
}

/*
Subscribe Area Five Style
======================================================*/
.subscribe-area-five::before {
    background-color: #222629;
}

/*
Lines Area Style
======================================================*/
.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 90vw;
    z-index: -1;
}

.lines .line {
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    -webkit-animation: moveLeftBounces-one 20s linear infinite;
    animation: moveLeftBounces-one 20s linear infinite;
}

.lines .line:nth-child(1) {
    margin-left: -25%;
}

.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.lines .line:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.lines .line:nth-child(3) {
    margin-left: 25%;
}

.lines .line-two {
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.lines .line-two::after {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #0c416b;
    -webkit-animation: moveLeftBounces-two 20s linear infinite;
    animation: moveLeftBounces-two 20s linear infinite;
}

.lines .line-two:nth-child(1) {
    margin-left: -25%;
}

.lines .line-two:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.lines .line-two:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.lines .line-two:nth-child(3) {
    margin-left: 25%;
}

.lines .line-three {
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.lines .line-three::after {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #0c416b;
    -webkit-animation: moveLeftBounces-one 20s linear infinite;
    animation: moveLeftBounces-one 20s linear infinite;
}

.lines .line-three:nth-child(1) {
    margin-left: -25%;
}

.lines .line-three:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.lines .line-three:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.lines .line-three:nth-child(3) {
    margin-left: 25%;
}

@-webkit-keyframes moveLeftBounces-one {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes moveLeftBounces-one {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes moveLeftBounces-two {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(900px);
        transform: translateY(900px);
    }
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes moveLeftBounces-two {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(900px);
        transform: translateY(900px);
    }
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes moveLeftBounces-three {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes moveLeftBounces-three {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/*====================================================
INNER PAGE STYLE
======================================================*/
/* Page Title Area Style
=====================================================*/
.page-title-area {
    position: relative;
    z-index: 1;
    padding-top: 300px;
    padding-bottom: 0px;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.page-title-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #2d1b04;
    opacity: 0.6;
}

.page-title-area .page-title-content h2 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
}

.page-title-area .page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 0;
    float: right;
}

.page-title-area .page-title-content ul li {
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    padding-right: 20px;
    color: #0c416b;
}

.page-title-area .page-title-content ul li::before {
    content: "";
    position: absolute;
    top: 12px;
    right: 5px;
    background-color: #ffffff;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.page-title-area .page-title-content ul li:last-child::before {
    display: none;
}

.page-title-area .page-title-content ul li i {
    font-size: 20px;
    margin: 0 5px;
    position: relative;
    top: 5px;
}

.page-title-area .page-title-content ul li a {
    color: #080808;
}

.page-title-area .page-title-content ul li a:hover {
    color: #0c416b;
}

/*
Blog Details Area Style
=====================================================*/
.blog-details-area {
    /*
	Sidebar Widget Area Style
	================================*/
}

.blog-details-area .blog-details-desc .article-image {
    position: relative;
}

.blog-details-area .blog-details-desc .article-content {
    margin-top: 30px;
}

.blog-details-area .blog-details-desc .article-content .entry-meta {
    margin-bottom: -10px;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li {
    position: relative;
    display: inline-block;
    color: #0c416b;
    margin-right: 21px;
    font-size: 14px;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li span {
    display: inline-block;
    color: #0c416b;
    font-weight: 500;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li a {
    display: inline-block;
    color: #666666;
    font-size: 13px;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li a:hover {
    color: #0c416b;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li i {
    color: #0c416b;
    margin-right: 2px;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li::before {
    content: '';
    position: absolute;
    top: 11px;
    right: -15px;
    width: 6px;
    height: 1px;
    background: #0c416b;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li:last-child {
    margin-right: 0;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li:last-child::before {
    display: none;
}

.blog-details-area .blog-details-desc .article-content h3 {
    margin-bottom: 13px;
    margin-top: 25px;
}

.blog-details-area .blog-details-desc .article-content .wp-block-gallery.columns-3 {
    padding-left: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.blog-details-area .blog-details-desc .article-content .wp-block-gallery.columns-3 li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-right: 10px;
    padding-left: 10px;
}

.blog-details-area .blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
    margin-bottom: 0;
}

.blog-details-area .blog-details-desc .article-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}

.blog-details-area .blog-details-desc .article-footer .article-tags {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.blog-details-area .blog-details-desc .article-footer .article-tags span {
    display: inline-block;
    color: #0c416b;
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 4px;
}

.blog-details-area .blog-details-desc .article-footer .article-tags a {
    display: inline-block;
    color: #666666;
    font-weight: 600;
}

.blog-details-area .blog-details-desc .article-footer .article-tags a:hover {
    color: #0c416b;
}

.blog-details-area .blog-details-desc .article-footer .article-share {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.blog-details-area .blog-details-desc .article-footer .article-share .social {
    padding-left: 0;
    list-style-type: none;
    text-align: right;
    margin-bottom: 0;
}

.blog-details-area .blog-details-desc .article-footer .article-share .social li {
    display: inline-block;
}

.blog-details-area .blog-details-desc .article-footer .article-share .social li span {
    display: inline-block;
    margin-right: 2px;
    font-weight: 500;
    color: #666666;
}

.blog-details-area .blog-details-desc .article-footer .article-share .social li a {
    display: block;
    color: #ffffff;
    width: 32px;
    height: 32px;
    line-height: 33px;
    border-radius: 50%;
    background-color: #0c416b;
    text-align: center;
    font-size: 14px;
}

.blog-details-area .blog-details-desc .article-footer .article-share .social li a:hover {
    background-color: #000000;
}

.blog-details-area .blog-details-desc .post-navigation {
    margin-top: 30px;
}

.blog-details-area blockquote {
    overflow: hidden;
    background-color: #000000;
    padding: 50px !important;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 20px;
}

.blog-details-area blockquote p {
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 17px !important;
}

.blog-details-area blockquote cite {
    display: none;
}

.blog-details-area blockquote::before {
    color: #0c416b;
    content: "\ed67";
    position: absolute;
    left: 50px;
    top: -50px;
    z-index: -1;
    font-family: 'boxicons';
    font-size: 140px;
    font-weight: 900;
}

.blog-details-area blockquote::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #0c416b;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-details-area .post-navigation {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding-top: 20px;
    padding-bottom: 20px;
}

.blog-details-area .post-navigation .navigation-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-details-area .post-navigation .navigation-links .nav-previous {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.blog-details-area .post-navigation .navigation-links .nav-previous a i {
    margin-right: 0;
    font-size: 20px;
    position: relative;
    top: 4px;
}

.blog-details-area .post-navigation .navigation-links .nav-next {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
}

.blog-details-area .post-navigation .navigation-links .nav-next a i {
    margin-left: 0;
    font-size: 20px;
    position: relative;
    top: 4px;
}

.blog-details-area .post-navigation .navigation-links div a {
    display: inline-block;
    font-weight: 600;
    color: #000000;
}

.blog-details-area .post-navigation .navigation-links div a:hover {
    color: #0c416b;
}

.blog-details-area .comments-area {
    padding: 25px;
    margin-top: 30px;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
    background-color: #ffffff;
}

.blog-details-area .comments-area .comments-title {
    position: relative;
    margin-bottom: 30px;
    line-height: initial;
    font-size: 22px;
}

.blog-details-area .comments-area .comments-title::before {
    content: '';
    height: 25px;
    width: 3px;
    left: -25px;
    position: absolute;
    background: #0c416b;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-details-area .comments-area ol {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.blog-details-area .comments-area ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.blog-details-area .comments-area .comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.blog-details-area .comments-area .children {
    margin-left: 40px;
}

.blog-details-area .comments-area .comment-body {
    border-bottom: 1px solid #eeeeee;
    padding-left: 65px;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.blog-details-area .comments-area .comment-body .reply {
    margin-top: 15px;
}

.blog-details-area .comments-area .comment-body .reply a {
    border: 1px solid #ded9d9;
    color: #000000;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-size: 13px;
    font-weight: 600;
}

.blog-details-area .comments-area .comment-body .reply a:hover {
    color: #ffffff;
    background-color: #0c416b;
    border-color: #0c416b;
}

.blog-details-area .comments-area .comment-meta {
    margin-bottom: .8em;
}

.blog-details-area .comments-area .comment-author {
    font-size: 16px;
    margin-bottom: 0.4em;
    position: relative;
    z-index: 2;
}

.blog-details-area .comments-area .comment-author .avatar {
    height: 50px;
    left: -65px;
    position: absolute;
    width: 50px;
    border-radius: 50%;
}

.blog-details-area .comments-area .comment-author .fn {
    font-weight: 600;
    color: #000000;
    font-size: 14px;
}

.blog-details-area .comments-area .comment-author .says {
    display: none;
}

.blog-details-area .comments-area .comment-metadata {
    color: #666666;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.blog-details-area .comments-area .comment-metadata a {
    color: #666666;
    font-size: 11px;
}

.blog-details-area .comments-area .comment-metadata a:hover {
    color: #0c416b;
}

.blog-details-area .comments-area .comment-content p {
    font-size: 14px;
}

.blog-details-area .comments-area .comment-respond {
    margin-top: 30px;
}

.blog-details-area .comments-area .comment-respond .comment-reply-title {
    margin-bottom: 15px;
    position: relative;
    font-size: 22px;
}

.blog-details-area .comments-area .comment-respond .comment-reply-title::before {
    content: '';
    height: 25px;
    width: 3px;
    left: -25px;
    position: absolute;
    background: #0c416b;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-details-area .comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
    display: inline-block;
}

.blog-details-area .comments-area .comment-respond .comment-form {
    overflow: hidden;
}

.blog-details-area .comments-area .comment-respond .comment-form-comment {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.blog-details-area .comments-area .comment-respond label {
    display: block;
    font-weight: 500;
    color: #000000;
    margin-bottom: 5px;
}

.blog-details-area .comments-area .comment-respond input[type="datetime-local"] {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="datetime-local"]:focus {
    border-color: #0c416b;
}

.blog-details-area .comments-area .comment-respond input[type="week"] {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="week"]:focus {
    border-color: #0c416b;
}

.blog-details-area .comments-area .comment-respond input[type="month"] {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="month"]:focus {
    border-color: #0c416b;
}

.blog-details-area .comments-area .comment-respond input[type="text"] {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="text"]:focus {
    border-color: #0c416b;
}

.blog-details-area .comments-area .comment-respond input[type="email"] {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="email"]:focus {
    border-color: #0c416b;
}

.blog-details-area .comments-area .comment-respond input[type="url"] {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="url"]:focus {
    border-color: #0c416b;
}

.blog-details-area .comments-area .comment-respond input[type="password"] {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="password"]:focus {
    border-color: #0c416b;
}

.blog-details-area .comments-area .comment-respond input[type="search"] {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="search"]:focus {
    border-color: #0c416b;
}

.blog-details-area .comments-area .comment-respond input[type="tel"] {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="tel"]:focus {
    border-color: #0c416b;
}

.blog-details-area .comments-area .comment-respond input[type="number"] {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="number"]:focus {
    border-color: #0c416b;
}

.blog-details-area .comments-area .comment-respond textarea {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond textarea:focus {
    border-color: #0c416b;
}

.blog-details-area .comments-area .comment-respond .comment-form-author {
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-bottom: 20px;
}

.blog-details-area .comments-area .comment-respond .comment-form-email {
    float: left;
    width: 50%;
    padding-left: 12px;
    margin-bottom: 20px;
}

.blog-details-area .comments-area .comment-respond .comment-form-url {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.blog-details-area .comments-area .comment-respond .comment-form-cookies-consent {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}

.blog-details-area .comments-area .comment-respond .comment-form-cookies-consent input {
    position: absolute;
    left: 0;
    top: 6px;
}

.blog-details-area .comments-area .comment-respond .comment-form-cookies-consent label {
    display: inline-block;
    margin: 0;
    color: #666666;
    font-weight: normal;
}

.blog-details-area .comments-area .comment-respond .form-submit {
    float: left;
    width: 100%;
}

.blog-details-area .comments-area .comment-respond .form-submit input {
    background: #0c416b;
    border: none;
    color: #ffffff;
    padding: 14px 30px 12px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: 500;
    font-size: 14px;
}

.blog-details-area .comments-area .comment-respond .form-submit input:hover {
    color: #ffffff;
    background-color: #000000;
}

.blog-details-area .comments-area .comment-respond .form-submit input:focus {
    color: #ffffff;
    background-color: #0c416b;
}

.blog-details-area .widget-area .widget {
    margin-top: 35px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
}

.blog-details-area .widget-area .widget .post-wrap {
    padding: 20px;
}

.blog-details-area .widget-area .widget:first-child {
    margin-top: 0;
}

.blog-details-area .widget-area .widget .widget-title {
    text-transform: capitalize;
    position: relative;
    font-size: 20px;
    margin-bottom: 0;
    background-color: #000000;
    padding: 10px 20px;
    color: #ffffff;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    position: relative;
}

.blog-details-area .widget-area .widget .widget-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #0c416b;
}

.blog-details-area .widget-area .widget_search form {
    position: relative;
}

.blog-details-area .widget-area .widget_search form label {
    display: block;
    margin-bottom: 0;
}

.blog-details-area .widget-area .widget_search form .screen-reader-text {
    display: none;
}

.blog-details-area .widget-area .widget_search form .search-field {
    background-color: transparent;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #eeeeee;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-details-area .widget-area .widget_search form .search-field:focus {
    border-color: #0c416b;
}

.blog-details-area .widget-area .widget_search form button {
    position: absolute;
    right: 0;
    outline: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    border: none;
    color: #ffffff;
    background-color: #0c416b;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

.blog-details-area .widget-area .widget_search form button:hover {
    background-color: #000000;
}

.blog-details-area .widget-area .widget-peru-posts-thumb {
    position: relative;
    overflow: hidden;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item {
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    position: relative;
    width: 80px;
    margin-right: 15px;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
    position: relative;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg1 {
    background-image: url(../../uploads/blog-details/1.jpg);
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg2 {
    background-image: url(../../uploads/blog-details/2.jpg);
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg3 {
    background-image: url(../../uploads/blog-details/3.jpg);
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg4 {
    background-image: url(../../uploads/blog-details/4.jpg);
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info {
    overflow: hidden;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info span {
    display: block;
    color: #666666;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 500;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info .title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 600;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info .title a {
    display: inline-block;
    color: #474c40;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info .title a:hover {
    color: #0c416b;
}

.blog-details-area .widget-area .widget_recent_entries ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.blog-details-area .widget-area .widget_recent_entries ul li {
    position: relative;
    margin-bottom: 12px;
    color: #666666;
    padding-left: 17px;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 600;
}

.blog-details-area .widget-area .widget_recent_entries ul li:last-child {
    margin-bottom: 0;
}

.blog-details-area .widget-area .widget_recent_entries ul li::before {
    background: #0c416b;
    position: absolute;
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 7px;
}

.blog-details-area .widget-area .widget_recent_entries ul li .post-date {
    display: block;
    font-size: 13px;
    color: #666666;
    margin-top: 4px;
}

.blog-details-area .widget-area .widget_categories ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.blog-details-area .widget-area .widget_categories ul li {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #666666;
    padding-left: 17px;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #efefef;
}

.blog-details-area .widget-area .widget_categories ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.blog-details-area .widget-area .widget_categories ul li::before {
    background: #0c416b;
    position: absolute;
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 9px;
}

.blog-details-area .widget-area .widget_categories ul li a {
    display: block;
    color: #666666;
    font-weight: normal;
    font-size: 14px;
}

.blog-details-area .widget-area .widget_categories ul li a span {
    float: right;
    font-size: 13px;
}

.blog-details-area .widget-area .widget_categories ul li a:hover {
    color: #0c416b;
}

.blog-details-area .widget-area .widget_categories ul li .post-count {
    float: right;
}

.blog-details-area .widget-area .widget_meta ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.blog-details-area .widget-area .widget_meta ul li {
    position: relative;
    margin-bottom: 12px;
    color: #666666;
    padding-left: 17px;
    font-size: 15px;
    font-weight: 500;
}

.blog-details-area .widget-area .widget_meta ul li:last-child {
    margin-bottom: 0;
}

.blog-details-area .widget-area .widget_meta ul li::before {
    background: #0c416b;
    position: absolute;
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 7px;
}

.blog-details-area .widget-area .widget_tag_cloud .widget-title {
    margin-bottom: 0;
}

.blog-details-area .widget-area .tagcloud a {
    display: inline-block;
    color: #666666;
    font-weight: normal;
    font-size: 14px !important;
    padding: 7px 10px;
    border: 1px dashed #eeeeee;
    margin-top: 10px;
    margin-right: 10px;
}

.blog-details-area .widget-area .tagcloud a:hover {
    background-color: #0c416b;
    color: #ffffff;
}

.blog-details-area .widget-area .tagcloud a:focus {
    background-color: #0c416b;
    color: #ffffff;
    border-color: #0c416b;
}

.blog-details-area .widget-area .widget_services_list ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
    background-color: #ffffff;
}

.blog-details-area .widget-area .widget_services_list ul li a {
    display: block;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 35px;
    color: #5d6576;
    z-index: 1;
    font-weight: 500;
}

.blog-details-area .widget-area .widget_services_list ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #252920;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.blog-details-area .widget-area .widget_services_list ul li a i {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-details-area .widget-area .widget_services_list ul li a:hover {
    background-color: #0c416b;
    color: #ffffff;
    padding-left: 20px;
}

.blog-details-area .widget-area .widget_services_list ul li a:hover::before {
    opacity: 1;
    visibility: visible;
    width: 5px;
}

.blog-details-area .widget-area .widget_services_list ul li a.active {
    background-color: #0c416b;
    color: #ffffff;
    padding-left: 20px;
}

.blog-details-area .widget-area .widget_services_list ul li a.active::before {
    opacity: 1;
    visibility: visible;
    width: 5px;
}

.blog-details-area .widget-area .widget_services_list ul li:last-child a {
    border-bottom: none;
}

.blog-details-area .widget-area .widget_download ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
    background-color: #ffffff;
}

.blog-details-area .widget-area .widget_download ul li a {
    display: block;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 35px;
    color: #5d6576;
    z-index: 1;
    font-weight: 500;
}

.blog-details-area .widget-area .widget_download ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #252920;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.blog-details-area .widget-area .widget_download ul li a i {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-details-area .widget-area .widget_download ul li a:hover {
    background-color: #0c416b;
    color: #ffffff;
    padding-left: 20px;
}

.blog-details-area .widget-area .widget_download ul li a:hover::before {
    opacity: 1;
    visibility: visible;
    width: 5px;
}

.blog-details-area .widget-area .widget_download ul li a.active {
    background-color: #0c416b;
    color: #ffffff;
    padding-left: 20px;
}

.blog-details-area .widget-area .widget_download ul li a.active::before {
    opacity: 1;
    visibility: visible;
    width: 5px;
}

.blog-details-area .widget-area .widget_download ul li:last-child a {
    border-bottom: none;
}

.blog-details-area .widget-area .info time {
    font-size: 13px;
    color: #929292;
    display: block;
    margin-bottom: 4px;
}

/*
Blog Right Sidebar Area Style
=====================================================*/
.blog-right-sidebar .single-blog:hover img {
    -webkit-transform: scale(2);
    transform: scale(2);
}

/*
Service Details Area Style
=====================================================*/
.service-sidebar-area .service-details-title {
    background-color: #0c416b;
    color: #ffffff;
    padding: 15px 20px;
    margin-bottom: 20px;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}

.service-sidebar-area .service-card {
    margin-bottom: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.service-sidebar-area .service-list ul li {
    border-bottom: 1px dashed #eeeeee;
    padding: 15px 20px;
    font-weight: 500;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.service-sidebar-area .service-list ul li:last-child {
    border-bottom: none;
}

.service-sidebar-area .service-list ul li a {
    color: #000000;
    display: block;
}

.service-sidebar-area .service-list ul li i {
    float: right;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #0c416b;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.service-sidebar-area .service-list ul li:hover {
    background-color: #0c416b;
    color: #ffffff;
}

.service-sidebar-area .service-list ul li:hover i {
    background-color: #ffffff;
    color: #0c416b;
}

.service-sidebar-area .service-list ul li:hover a {
    color: #ffffff;
}

.service-sidebar-area .service-faq .faq-accordion .accordion .accordion-item {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.service-sidebar-area .service-faq .faq-accordion .accordion .accordion-title {
    font-size: 15px;
    font-weight: 600;
}

.service-sidebar-area .service-faq .faq-accordion .accordion .accordion-title span {
    top: 11px;
}

.service-sidebar-area .paint {
    margin-bottom: 15px;
}

.service-details-wrap .mb-30 {
    margin-bottom: 30px;
}

.service-details-wrap .service-img {
    margin-bottom: 30px;
}

.service-details-wrap ul {
    margin-top: 30px;
    margin-bottom: 30px;
}

.service-details-wrap ul li {
    display: block;
    font-weight: 600;
    margin-bottom: 25px !important;
    color: #000000;
    font-size: 14px;
    padding-left: 35px;
    position: relative;
}

.service-details-wrap ul li i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #0c416b;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 4px;
    position: absolute;
    top: 0px;
    left: 0;
}

.service-details-wrap .car-service-list-wrap {
    margin-bottom: 35px;
}

.service-details-wrap .car-service-list-wrap .car-service-list ul {
    margin: 0;
}

.service-details-wrap .car-service-list-wrap .car-service-list ul li {
    margin-bottom: 15px;
    font-size: 13px;
}

.service-details-wrap .car-service-list-wrap .car-service-list ul li:last-child {
    margin-bottom: 0;
}

.service-details-wrap .list-unstyled {
    margin: 0;
}

.service-details-wrap .list-unstyled li {
    color: #dc3545;
    padding-left: 0 !important;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}

.service-details-wrap #msgSubmit {
    top: 68px;
    left: 15px;
}

/*
Ask Question Area Style
=====================================================*/
.ask-question {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
    padding: 50px;
}

.ask-question h3 {
    margin-bottom: 20px;
}

.ask-question .form-group {
    margin-bottom: 30px;
}

.ask-question .default-btn {
    margin: auto;
    display: table;
    background-color: transparent;
}

/*
FAQ Area Style
=====================================================*/
.faq-area .faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.faq-area .faq-accordion .accordion .accordion-item {
    display: block;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    background: #ffffff;
}

.faq-area .faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-area .faq-accordion .accordion .accordion-title {
    padding: 12px 20px 12px 60px;
    color: #000000;
    position: relative;
    border-bottom: 1px dashed #eeeeee;
    margin-bottom: -1px;
    display: block;
    font-size: 18px;
}

.faq-area .faq-accordion .accordion .accordion-title i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    text-align: center;
    height: 100%;
    background: #faf5f5;
    color: #0c416b;
    font-size: 14px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.faq-area .faq-accordion .accordion .accordion-title i::before {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq-area .faq-accordion .accordion .accordion-title span {
    position: absolute;
    top: 14px;
    left: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #0c416b;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
}

.faq-area .faq-accordion .accordion .accordion-title.active {
    border-bottom-color: #0c416b;
}

.faq-area .faq-accordion .accordion .accordion-title.active i {
    background-color: #0c416b;
    color: #fff;
}

.faq-area .faq-accordion .accordion .accordion-title.active i::before {
    content: "\f063";
}

.faq-area .faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    padding: 30px;
}

.faq-area .faq-accordion .accordion .accordion-content.show {
    display: block;
}

.faq-area .faq-img {
    background-image: url(../../uploads/blog-details/news-details-img.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

/*
Contact Validator Style
=====================================================*/
.list-unstyled {
    margin-top: 10px;
    color: #dc3545;
}

#msgSubmit {
    margin-bottom: 0;
    position: absolute;
    top: 14px;
}

.text-danger {
    color: #dc3545 !important;
}

.text-success {
    color: #28a745 !important;
}

/*
Coming Soon Area Style
=====================================================*/
.coming-soon-area {
    position: relative;
    height: 100vh;
    z-index: 1;
    overflow: hidden;
    background-image: url(../../uploads/coming-soon-img.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.coming-soon-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.9;
    z-index: 1;
}

.coming-soon-area .coming-soon-content {
    text-align: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}

.coming-soon-area .coming-soon-content h1 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 60px;
    margin-top: -18px;
}

.coming-soon-area .coming-soon-content p {
    color: #f3f3f3;
    font-size: 14.5px;
    max-width: 600px;
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.coming-soon-area .coming-soon-content #timer {
    margin-top: 30px;
}

.coming-soon-area .coming-soon-content #timer div {
    display: inline-block;
    color: #ffffff;
    position: relative;
    margin-left: 35px;
    margin-right: 35px;
    font-size: 45px;
    font-weight: 700;
}

.coming-soon-area .coming-soon-content #timer div span {
    display: block;
    text-transform: capitalize;
    margin-top: -15px;
    font-size: 16px;
    font-weight: normal;
}

.coming-soon-area .coming-soon-content #timer div:last-child {
    margin-right: 0;
}

.coming-soon-area .coming-soon-content #timer div:last-child::before {
    display: none;
}

.coming-soon-area .coming-soon-content #timer div:first-child {
    margin-left: 0;
}

.coming-soon-area .coming-soon-content #timer div::before {
    content: "";
    position: absolute;
    right: -50px;
    top: -10px;
    font-size: 70px;
    color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form {
    position: relative;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    background-color: rgba(255, 255, 255, 0.3);
    padding-left: 15px;
    color: #ffffff;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter::-webkit-input-placeholder {
    color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:-ms-input-placeholder {
    color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter::-ms-input-placeholder {
    color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter::placeholder {
    color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:focus {
    border-color: #0c416b;
}

.coming-soon-area .coming-soon-content .newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    padding: 0 30px;
    text-transform: uppercase;
    outline: 0;
    color: #0c416b;
    background-color: #ffffff;
    border: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    border-radius: 0 !important;
}

.coming-soon-area .coming-soon-content .newsletter-form button::after {
    border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button::before {
    border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button:hover {
    color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form #validator-newsletter {
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: 0 auto;
}

/*
404 Error Area Style
=====================================================*/
.error-area {
    padding: 50px 0;
    height: 100vh;
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: #ffffff;
}

.error-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: -1;
}

.error-area .error-contact-wrap {
    z-index: 1;
    position: relative;
}

.error-area .error-contact-wrap img {
    max-width: 500px;
    width: 100%;
}

.error-area .error-contact-wrap h3 {
    margin: 30px 0 0;
    position: relative;
    color: #ff0000;
}

.error-area .error-contact-wrap p {
    margin: 20px 0 20px;
    font-size: 19px;
}

/* Sign In & Log In  Area Style
=====================================================*/
.sign-up-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #eeeeee;
}

.sign-up-area .contact-form-action {
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    padding: 40px;
    max-width: 570px;
    margin: auto;
}

.sign-up-area .contact-form-action .form-heading {
    margin-bottom: 33px;
}

.sign-up-area .contact-form-action .form-heading .form-title {
    font-size: 38px;
    color: #233d63;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.sign-up-area .contact-form-action .form-heading .form-desc {
    font-size: 18px;
    color: #677286;
    font-weight: 500;
}

.sign-up-area .contact-form-action .form-heading .reset-desc {
    line-height: 30px;
    margin-top: 15px;
}

.sign-up-area .contact-form-action .form-heading .reset-desc a {
    color: #0c416b;
}

.sign-up-area .contact-form-action .form-heading .reset-desc {
    font-size: 16px;
}

.sign-up-area .contact-form-action .form-heading .reset-desc a {
    font-weight: 600;
}

.sign-up-area .contact-form-action form .submit-btn {
    margin-top: 24px;
}

.sign-up-area .contact-form-action form .default-btn {
    font-size: 14px;
    padding: 12px 20px;
    background-color: transparent;
    margin-bottom: 30px;
}

.sign-up-area .contact-form-action form .default-btn::before {
    border-top: 10px solid transparent;
    border-left: 10px solid #0c416b;
    border-bottom: 10px solid transparent;
    top: 10px;
}

.sign-up-area .contact-form-action form .default-btn:hover::before {
    border-top: 10px solid transparent;
    border-left: 10px solid #ffffff;
    border-bottom: 10px solid transparent;
    top: 10px;
}

.sign-up-area .contact-form-action form .col-lg-4:nth-child(2) .default-btn {
    border-color: #3b5998;
    color: #3b5998;
}

.sign-up-area .contact-form-action form .col-lg-4:nth-child(2) .default-btn::before {
    border-left: 10px solid #3b5998;
}

.sign-up-area .contact-form-action form .col-lg-4:nth-child(2) .default-btn:hover {
    color: #ffffff;
}

.sign-up-area .contact-form-action form .col-lg-4:nth-child(2) .default-btn:hover::before {
    border-left: 10px solid #ffffff;
}

.sign-up-area .contact-form-action form .col-lg-4:nth-child(2) .default-btn:hover::after {
    background-color: #3b5998;
}

.sign-up-area .contact-form-action form .col-lg-4:nth-child(3) .default-btn {
    border-color: #1da1f2;
    color: #1da1f2;
}

.sign-up-area .contact-form-action form .col-lg-4:nth-child(3) .default-btn::before {
    border-left: 10px solid #1da1f2;
}

.sign-up-area .contact-form-action form .col-lg-4:nth-child(3) .default-btn:hover {
    color: #ffffff;
}

.sign-up-area .contact-form-action form .col-lg-4:nth-child(3) .default-btn:hover::before {
    border-left: 10px solid #ffffff;
}

.sign-up-area .contact-form-action form .col-lg-4:nth-child(3) .default-btn:hover::after {
    background-color: #1da1f2;
}

.sign-up-area .contact-form-action form .reset-btn {
    margin-top: 0;
}

.sign-up-area .contact-form-action form .form-condition {
    margin-bottom: 20px;
}

.sign-up-area .contact-form-action form .form-condition .agree-label {
    font-weight: 600;
}

.sign-up-area .contact-form-action form .form-condition .agree-label a {
    color: #0c416b;
}

.sign-up-area .contact-form-action form .form-group {
    margin-bottom: 30px;
}

.sign-up-area .contact-form-action .account-desc {
    margin-top: -8px;
    font-weight: 600;
}

.sign-up-area .contact-form-action .account-desc a {
    color: #0c416b;
    margin-left: 10px;
    font-weight: 600;
}

.sign-up-area .contact-form-action #chb1 {
    position: relative;
    top: 1px;
}

.sign-up-area .contact-form-action #chb2 {
    position: relative;
    top: 1px;
}

.sign-up-area .contact-form-action .forget {
    float: right;
    color: #0c416b;
    font-weight: 600;
}

.sign-up-area .contact-form-action .now-register {
    font-weight: 600;
    float: right;
}

.sign-up-area .contact-form-action .now-register a {
    color: #0c416b;
}

.sign-up-area .contact-form-action .now-log-in {
    color: #0c416b;
    font-weight: 600;
}

.sign-up-area .contact-form-action .now-log-in .font-q {
    font-weight: 600;
}

/* Global Location Area Style
=====================================================*/
.global-location-area .single-location {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    text-align: center;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.global-location-area .single-location::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #0c416b;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}

.global-location-area .single-location a {
    color: #0c416b;
    padding: 25px;
}

.global-location-area .single-location a i {
    font-size: 20px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.global-location-area .single-location a span {
    font-size: 16px;
    font-weight: 600;
}

.global-location-area .single-location:hover a {
    color: #ffffff;
}

.global-location-area .single-location:hover::before {
    width: 100%;
}

/*
Address Area Style
======================================================*/
.single-address {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 30px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.single-address::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #0c416b;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-address i {
    font-size: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #0c416b;
    border-radius: 50%;
    margin-bottom: 15px;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-address h3 {
    margin-bottom: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-address a {
    display: block;
    color: #7a7e9a;
    margin-bottom: -8px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-address span {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-address p {
    margin-bottom: -8px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-address:hover::before {
    width: 100%;
}

.single-address:hover i {
    background-color: #ffffff;
    color: #0c416b;
}

.single-address:hover h3 {
    color: #ffffff;
}

.single-address:hover span {
    color: #ffffff;
}

.single-address:hover a {
    color: #ffffff;
}

.single-address:hover p {
    color: #ffffff;
}

/*
Contact Area Style
=====================================================*/
.contact-area .contact-wrap {
    max-width: unset;
}

.contact-area .contact-wrap .section-title {
    text-align: center !important;
    max-width: 600px;
}

.contact-area .contact-wrap .section-title h2 {
    margin-bottom: 10px;
}

.contact-area .contact-wrap .form-group {
    margin-bottom: 30px;
}

.contact-area .contact-wrap .default-btn {
    margin: auto;
    display: table;
    cursor: pointer;
    background-color: transparent;
}

.contact-area .contact-wrap .contact-form {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
    padding: 40px;
}

.list-unstyled {
    color: #dc3545;
}

.contact-map-area #map {
    height: 500px;
}

/*
Road Transfort Area Style
=====================================================*/
.road-transfort {
    margin-top: 30px;
    margin-bottom: 30px;
}

.road-transfort .owl-next {
    position: absolute;
    top: 50%;
    right: 30px;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.road-transfort .owl-next i {
    background-color: #0c416b;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 26px;
    border-radius: 4px;
}

.road-transfort .owl-next i:hover {
    background-color: #0c416b !important;
}

.road-transfort .owl-prev {
    position: absolute;
    top: 50%;
    left: 30px;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.road-transfort .owl-prev i {
    background-color: #0c416b !important;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 26px;
    border-radius: 4px;
}

.road-transfort .owl-prev i:hover {
    background-color: #0c416b !important;
}

.road-transfort .owl-theme .owl-nav {
    margin-top: 0 !important;
}

.road-transfort .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

.service-faq-main {
    margin-top: 30px;
    margin-bottom: 30px;
}

.service-faq-main .faq-area .faq-accordion .accordion .accordion-item {
    padding-left: 0;
}

.service-faq-main .faq-area .faq-accordion .accordion .accordion-title {
    font-weight: 400;
}

.service-faq-main .faq-area .faq-accordion .accordion .accordion-content {
    font-size: 14px;
    font-weight: 400;
}

.service-faq-main ul {
    margin-top: 0 !important;
}

/*
Careers Area Style
=====================================================*/
.careers-img {
    background-image: url(../../uploads/over-view-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.office-map-area.office-map-area-two {
    padding-top: 170px;
    padding-bottom: 100px;
}

/*# sourceMappingURL=style.css.map */

/*------------------------
	Slide bottom section
--------------------------*/
.image-effect-one {
    position: relative;
    overflow: hidden;
    background-color: #000;
}

.image-effect-one *,
.image-effect-one *:before,
.image-effect-one *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.image-effect-one img {
    max-width: 100%;
    width: 100%;
    vertical-align: top;
}

.image-effect-one .figcaption {
    position: absolute;
    bottom: 0%;
    width: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    padding: 10px 70px 10px 20px;
    background-color: #ffffff;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.image-effect-one h4,
.image-effect-one p {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0;
    margin: 0;
    padding: 0;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.image-effect-one i.link-plus {
    position: absolute;
    color: #fff;
    font-size: 18px;
    line-height: 70px;
    width: 58px;
    height: 100%;
    bottom: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateX(58px);
    transform: translateX(58px);
}

.image-effect-one i.link-plus:after,
.image-effect-one i.link-plus:before {
    content: "";
    position: absolute;
    background-color: #fff;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}

.image-effect-one i.link-plus:after {
    left: 50%;
    top: 50%;
    width: 2px;
    height: 0%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.image-effect-one i.link-plus:before {
    left: 50%;
    top: 50%;
    width: 0%;
    height: 2px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.image-effect-one:hover i.link-plus:before {
    width: 30px;
}

.image-effect-one:hover i.link-plus:after {
    height: 30px;
}

.image-effect-one .mfp-link {
    position: absolute;
    background-color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    top: 0px;
    right: 0px;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.image-effect-one:hover .mfp-link {
    right: 20px;
    top: 20px;
    opacity: 1;
}

.image-effect-one:hover img {
    zoom: 1;
    filter: alpha(opacity=30);
    -webkit-opacity: 0.3;
    opacity: 0.3;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}

.image-effect-one:hover .figcaption,
.image-effect-one:hover h4,
.image-effect-one.hover p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.image-effect-one:hover .figcaption {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.image-effect-one:hover h4 {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.image-effect-one:hover p {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
    opacity: 1;
}

.image-effect-one:hover i {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.bg-primary {
    background-color: #0c416b !important;
}

/*
Sidebar Menu  Style
=================================================*/
.sidebar-area .widget {
    margin-bottom: 30px;
}

.sidebar-area .widget.widget-search form {
    position: relative;
}

.sidebar-area .widget.widget-search form .form-control {
    background: #edf5ff;
    border-color: transparent;
    height: 60px;
    border-radius: 0;
    font-weight: 500;
    font-size: 13px;
}

.sidebar-area .widget.widget-search form .form-control:focus {
    border-color: #0c416b;
}

.sidebar-area .widget.widget-search form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60px;
    border: none;
    background: #0c416b;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
}

.sidebar-area .widget.widget-search form button:hover {
    background: #000000;
}

.widget.widget-search i:before {
    color: #ffffff;
}

.widget.widget-search i:before {
    margin-left: 0;
    font-size: 21px;
}

.sidebar-area .widget:last-child {
    margin-bottom: 0;
}

.sidebar-area .widget .widget-title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
    margin-left: 35px;
    position: relative;
    color: #212020;
}

.sidebar-area .widget-title.widget-titles {
    margin-bottom: 4px;
}

.sidebar-area .widget .widget-title::before {
    position: absolute;
    content: "";
    left: -30px;
    bottom: 8px;
    width: 25px;
    height: 2px;
    background-color: #0c416b;
}

.sidebar-area .widget .bar {
    margin: 12px 0 30px;
    position: relative;
    border-radius: 5px;
}

.sidebar-area .widget.widget_product_categories ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.sidebar-area .widget.widget_product_categories ul li {
    margin-bottom: 10px;
}

.sidebar-area .widget.widget_product_categories ul li:last-child {
    margin-bottom: 0;
}

.sidebar-area .widget.widget_product_categories ul li a {
    color: #818992;
    font-weight: 600;
    position: relative;
}

.sidebar-area .widget.widget_product_categories ul li a i {
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -8px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s;
}

.sidebar-area .widget.widget_post_categories ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.sidebar-area .widget.widget_post_categories ul li:last-child {
    margin-bottom: 0;
}

.sidebar-area .widget.widget_post_categories ul li a {
    color: #747474;
    position: relative;
    font-size: 15px;
    width: 100%;
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #dddddd;
}

.sidebar-area .widget.widget_post_categories ul li:hover a {
    color: #0c416b;
}

.sidebar-area .recent-post-content h3 a {
    color: #414141;
    font-size: 13px;
}

.sidebar-area .recent-post-content:hover h3 a {
    color: #0c416b;
}

.sidebar-area .recent-post-content {
    margin-left: 32px;
}

.sidebar-area .widget.widget_post_categories ul li a i {
    color: #747474;
    display: inline-block;
    margin-right: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.sidebar-area .widget.widget_post_categories ul li:hover a i {
    color: #0c416b;
}

.sidebar-area .widget.widget_post_categories ul li a i::before {
    margin-left: 0;
    font-size: 11px;
}

.sidebar-area .widget.widget_tag_cloud .tagcloud a {
    color: #717171;
    padding: 6px 10px;
    margin-bottom: 15px;
    font-weight: 600;
    display: inline-block;
    font-size: 14px;
    border: 1px solid #dddddd;
    margin-right: 15px;
}

.sidebar-area .widget.widget_tag_cloud .tagcloud a:hover {
    color: #ffffff;
    background: #000000;
}

.sidebar-area .widget.widget_recent_posts ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar-area .widget.widget_recent_posts ul li {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    padding-left: 88px;
}

.sidebar-area .widget_call {
    text-align: center;
    background-color: #0c416b;
    padding: 30px;
}

.sidebar-area .widget_call i {
    color: #ffffff;
    display: inline-block;
    margin-bottom: 20px;
    line-height: 1;
}

.sidebar-area .widget_call i::before {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 30px;
}

.sidebar-area .widget_call p {
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 25px;
    line-height: 36px;
}

.sidebar-area .widget_call span {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    display: block;
}

.sidebar-area .widget_call a {
    font-size: 16px;
    color: #fff;
}

.sidebar-area .widget.widget_recent_posts ul li .recent-post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
}

.sidebar-area .widget.widget_recent_posts ul li .recent-post-thumb a {
    display: block;
}

.sidebar-area .widget.widget_recent_posts ul li .recent-post-content h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
}

.sidebar-area .widget.widget_recent_posts ul li .recent-post-content .date {
    display: block;
    margin-top: 3px;
    font-size: 13px;
    color: #828893;
}

.sidebar-area .widget.widget_recent_products ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar-area .widget.widget_recent_products ul li {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    padding-left: 110px;
}

.sidebar-area .widget.widget_recent_products ul li:last-child {
    margin-bottom: 0;
}

.sidebar-area .widget.widget_recent_products ul li .recent-products-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
}

.sidebar-area .widget.widget_recent_products ul li .recent-products-thumb a {
    display: block;
}

.sidebar-area .widget.widget_recent_products ul li .recent-products-content h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
}

.sidebar-area .widget.widget_recent_products ul li .recent-products-content .date {
    display: block;
    margin-top: 3px;
    font-size: 14px;
    color: #828893;
}

.sidebar-area .widget.widget_recent_products ul li .recent-products-content ul {
    margin: -3px 0 -3px;
}

.sidebar-area .widget.widget_recent_products ul li .recent-products-content ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
    line-height: 1;
    color: #ffba00;
    margin-right: -2px;
}

.sidebar-area .widget.widget_text ul {
    padding: 0;
    margin: 0 -3px;
    list-style-type: none;
    overflow: hidden;
}

.sidebar-area .widget.widget_text ul li {
    float: left;
    padding: 0 3px;
    width: 33.3333%;
    margin-bottom: 9px;
}

.widget_tag_cloud {
    margin-bottom: 10px !important;
}

.error {
    color: red;
}

.theme-btn {
    direction: ltr;
    background-color: #fff;
    border-radius: 40px;
    bottom: 10px;
    color: #fff;
    display: table;
    height: 50px;
    right: 10px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 9999;
}

.theme-btn.bt-buy-now {
    background: #1fdf61;
    background: -moz-linear-gradient(top, #a3d179 0, #88ba46 100%);
    background: -webkit-linear-gradient(top, #a3d179 0, #88ba46 100%);
    background: linear-gradient(to bottom, #a3d179 0, #88ba46 100%);
}

.theme-btn.bt-buy-now {
    background: #1fdf61;
}

.theme-btn:hover {
    color: #fff;
    padding: 0 20px;
}

.theme-btn i {
    font-size: 22px;
    line-height: 50px;
}

.theme-btn span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    text-transform: uppercase;
}

.theme-btn b {
    padding: 0px 9px 0 5px;
}

.theme-btn:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 10px;
}

.theme-btn:hover i {
    display: none;
    padding: 0;
}

.theme-btn:hover b {
    padding: 0px 4px 0 6px;
}

.theme-btn:hover span {
    padding-left: 0;
    padding-right: 0px;
}

.theme-btn i {
    font-size: 27px;
    padding-left: 12px;
    width: 35px;
}

.whatsapp2 {
    bottom: 70px;
}

.theme-btn.bt-support-now {
    background: #0c416b;
    background: -moz-linear-gradient(45deg, #0c416b 8%, #eeddaa 100%);
    background: -webkit-linear-gradient(45deg, #0c416b 8%, #eeddaa 100%);
    background: linear-gradient(45deg, #0c416b 8%, #eeddaa 100%);
    bottom: 130px;
}

.theme-btn.bt-instagram-now {
    background: #ee6448;
    background: -moz-linear-gradient(45deg, #ee6448 8%, #cf2c86 100%);
    background: -webkit-linear-gradient(45deg, #ee6448 8%, #cf2c86 100%);
    background: linear-gradient(45deg, #ee6448 10%, #cf2c86 70%);
    bottom: 250px;
}

.theme-btn.bt-support-now.phon2 {
    bottom: 190px;
}

@media only screen and (max-width: 991px) {
    .mobile-nav nav .navbar-nav {
        padding-top: 45px !important;
    }
}

.read-more{
       float: left;
}


/*! CSS Used from: https://www.eboutique.sa/catalog/view/theme/default/stylesheet/stylesheet.css */

a{color:#23a1d1;}
a:hover{text-decoration:none;}
.footertop{
    margin-top: 30px;
    padding-top: 30px;
    background-color: #303030;
    border-top: 1px solid #dab03d;
    color: #000000;
}

.fl-width .container{padding-top:0px;padding-bottom:0px;}
.footertop{display:block;}

a{color:#000;transition:0.5s;}
a:hover{text-decoration:none!important;transition:0.5s;}

.fl-width{width:100%;}
.footertop{
    padding: 30px 0px 0px 0px;
    background: #f8f9fb;
}
.footer-menu-heading{color:#000;padding-bottom:15px;border-bottom:1px solid #dcb64c;font-size:16px;font-weight:600;margin-bottom:20px;line-height:16px;}
.footertop .footer-menu{width:100%;float:left;margin-bottom:0px;}
.footertop .footer-menu li{width:100%;float:left;}
.footertop .footer-menu li a{display:block;padding:7px 0px;font-weight:400;font-size:13px;line-height:13px;color:#000;transition:0.5s;}
.footertop .footer-menu li a:hover{color:#dbb242;text-decoration:none;padding-left:3px;transition:0.5s;}
.footertop .footer-box-3 p{
    margin-top: 7px;
    font-size: 15px;
    line-height: 1.5;
}
.social-icon{width:100%;float:left;}
.social-icon .fa{width:24px;height:24px;border:solid 1px #a98a1e;border-radius:50px;background:#a98a1e;color:#fff;line-height:24px;text-align:center;margin-right:7px;transition:0.5s;}
.social-icon .fa:hover{background:#dcdbd8;color:#2255b9;border:solid 1px #dcdbd8;transition:0.5s;}
.footertop .footer-box-4 form{margin-top:10px;width:100%;float:left;}
.footertop .footer-box-4 .field-insert{width:65%;background:#fdfdfd;border:solid 1px #dcdbd8;border-right:none;line-height:40px;padding-left:20px;border-radius:10px 0px 0px 10px;float:left;font-size:13px;}
.footertop .footer-box-4 .submit-btn-2{width:35%;background:#a98a1e;border:solid 1px #dcdbd8;border-left:none;line-height:42px;color:#fff;padding:0px;border-radius:0px 10px 10px 0px;float:left;transition:0.5s;font-size:14px;}
.footertop .footer-box-4 .submit-btn-2:hover{background:#dcdbd8;color:#000;transition:0.5s;}
.footer-box-4 p{line-height:20px;font-size:13px;}
@media screen and (min-width:1023px) and (max-width:1069px){
.footertop .footer-box-4 .field-insert{font-size:14px;padding-left:8px;height:42px;}
.footertop .footer-box-4 .submit-btn-2{font-size:14px;height:42px;}
}
@media screen and (min-width:768px) and (max-width:1023px){
.footertop .footer-menu,.social-icon{margin-bottom:0px;}
.footertop .footer-box-4 .field-insert{width:100%;padding-left:12px;border-radius:0px;border-right:solid 1px #dcdbd8;margin-bottom:10px;}
.footertop .footer-box-4 .submit-btn-2{border-radius:0;width:50%;}
}
@media screen and (min-width:320px) and (max-width:767px){
.footer-box-4 p{line-height:20px;}
.footer-box-1,.footer-box-2,.footer-box-3{margin-bottom:20px;}
.footer-menu-heading{margin-bottom:10px;padding-bottom:15px;}
/*.footer-box-2,.footer-box-1,.get-touch{display:none;}*/
.footertop{padding:30px 0;}
@media screen and (min-width:480px) and (max-width:767px){
.footertop{padding:20px 0px 30px 0px;}
.footertop .footer-box-1,footer .footer-box-2,footer .footer-box-3,footer .footer-box-4{width:100%;}
.footertop .footer-box-2{min-height:180px;}
.footertop .footer-box-4 .field-insert{font-size:14px;padding-left:8px;}
.footertop .footer-box-4 .submit-btn-2{font-size:14px;}
}
}
/* cookies */
/*.cookie-banner {
       position: fixed;
    bottom: 62px;
    left: 10%;
    right: 10%;
    width: 80%;
    z-index: 999999;
    padding: 5px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #dcb549;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
*/


.cookie-banner {
    text-align: center;
    position: absolute;
    /* left: 10%; */
    /* right: 10%; */
    width: 100%;
    z-index: 999999;
    padding: 5px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #0d0d0d;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    top: 10px;
}
.close {
  height: 20px;
  background-color: #777;
  border: none;
  color: #000;
  border-radius: 2px;
  cursor: pointer;
}

.cookie-banner a{
    text-align: center;
    color: #dcb549 !important;
}

/* slider button */
/* slider button */
@media only screen and (max-width: 767px){
.default-btn.active::before {
    border-top: 10px solid transparent;
    border-left: 10px solid #ffffff !important;
    border-bottom: 10px solid transparent;
    top: 10px;
    border-right: unset !important;
}
}
.sticlylogo
{
    display: none;
}

/* */
.typework .items .item {
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.typework .items .item:after {
    content: "";
    display: block;
    position: absolute;
    width: 540px;
    height: 650px;
    border-radius: 100%;
    top: -123px;
}


.typework .items .item .cont-txt {
    position: absolute;
    top: 0px;
    bottom: 0px;
    z-index: 1;
    text-align: center;
    color: #fff;
    padding: 30px;
    max-width: 328px;
}
.typework .items .item .cont-txt h4 {
    font-size: 24px;
    display: inline-block;
    margin-bottom: 5px;
    text-align: right;
}
.typework .items .item .cont-txt h4 span {
    display: block;
    font-size: 35px;
}

.typework .items .item .more {
    padding: 15px 50px;
    border-radius: 50px;
    display: inline-block;
    font-size: 16px;
    background: #fff;
    color: #243C96;
    margin-top: 20px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.typework .items .item.training_courses {
    background-image: url(../../uploads/typework/work1.jpg);
    background-position: center left;
}
.typework .items .item.training_courses .cont-txt {
    right: 0px;
}
.typework .items .item.training_courses .more {
    margin-left: -70%;
}
  
.typework .items .item.training_courses:after {
    right: -213px;
    background: rgba(40, 56, 144, 0.7);
}
.typework .items .item.studies_research {
    background-image: url(../../uploads/typework/work3.jpg);
    background-position: center left;
}
.typework .items .item.studies_research .cont-txt {
    right: 0px;
}
.typework .items .item.studies_research .more {
    margin-left: -70%;
}
  
.typework .items .item.studies_research:after {
    right: -213px;
    background:rgba(196, 130, 10, 0.7);
}



.typework .items .item.consulting_services {
    background-image: url(../../uploads/typework/work2.jpg);
    background-position: center right;
}
.typework .items .item.consulting_services .cont-txt {
    left: 0px;
}
.typework .items .item.consulting_services .more {
    margin-right: -70%;
}
.typework .items .item.consulting_services:after {
    left: -190px;
    background: rgba(7, 90, 161, 0.7);
}

.typework .items .item.organizing_events {
    background-image: url(../../uploads/typework/work4.jpg);
    background-position: center right;
}
.typework .items .item.organizing_events .cont-txt {
    left: 0px;
}
.typework .items .item.organizing_events .more {
    margin-right: -70%;
}
.typework .items .item.organizing_events:after {
    left: -190px;
    background: rgba(237, 27, 36, 0.7);
}

@media screen and (max-width: 992px){
.typework .items .item.training_courses {
    margin-bottom: 15px;
}
.typework .items .item.studies_research {
    margin-bottom: 15px;
}
}
@media screen and (max-width: 767px){
.typework .items .item.training_courses {
    margin-bottom: 15px;
}
.typework .items .item.studies_research {
    margin-bottom: 15px;
}
.typework .items .item.consulting_services {
    min-height: 280px;
}
.typework .items .item.organizing_events {
    min-height: 280px;
}
.typework .items .item .cont-txt {
    width: 100%;
    max-width: inherit;
}
.typework .items .item .cont-txt h4 {
    font-size: 30px;
}
.typework .items .item .cont-txt h4 span {
    display: inline;
    font-size: 30px;
}

.typework .items .item:after {
    border-radius: 0;
    right: 0;
    width: auto;
    left: 0px;
}
.typework .items .item.training_courses .more {
    margin-left: -5%;
    padding: 10px;
    margin-top: 10px;
}
.typework .items .item.studies_research .more {
    margin-left: -5%;
    padding: 10px;
    margin-top: 10px;
}
.typework .items .item.consulting_services .more {
    margin-right: -5%;
    padding: 10px;
    margin-top: 10px;
}
.typework .items .item.organizing_events .more {
    margin-right: -5%;
    padding: 10px;
    margin-top: 10px;
}

}
@media only screen and (max-width: 550px) and (min-width: 300px){
.typework .items .item.consulting_services, .typework .items .item.training_courses {
    min-height: 410px;
}
.typework .items .item.organizing_events, .typework .items .item.studies_research {
    min-height: 410px;
}
.typework .items .item.training_courses .more {
    padding: 15px 50px;
    margin-top: 20px;
}
.typework .items .item.studies_research .more {
    padding: 15px 50px;
    margin-top: 20px;
}
.typework .items .item.organizing_events, .typework .items .item.studies_research {
    min-height: 410px;
}
.typework .items .item.consulting_services, .typework .items .item.training_courses {
    min-height: 410px;
}
.typework .items .item.consulting_services .more {
    padding: 15px 50px;
    margin-top: 20px;
}
.typework .items .item.organizing_events .more {
    padding: 15px 50px;
    margin-top: 20px;
}
}
/* magazine */
.magazine  h1 {
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 30px;
    color: #283890;
    font-size: 25px;
    position: relative;
}
/*program */
.program-catalog__program-details {
    padding: 0 5px;
    height: 60px;
    font-size: 20px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
}
.program-catalog__item figure {
    background: #283890;
    position: relative;
    height: 190px;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}
.swiper-slide figure {
    margin: 0 0 0rem;
}
/* conter */

.primary-color {
    color: #283890;
}
.box-primary {
    background-color: #ffffff !important;
    box-shadow: none;
    border: 1px solid #06290a !important;
    border-radius: 5px !important;
}
.conteritem{
    direction: rtl;
    min-height: 190px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.conteritem .conter_text, .conteritem .conter_text h5{
    display: block;
    font-weight: bold;
    font-size: 25px;
    line-height: 50px;
}

/* haping now */
.owl-theme .owl-nav [class*=owl-] {
    background: #283890;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: #283890;
}

/* wight color*/
.white_color{
    color: white !important;
}
/*border radius */
.radius1{
    border-radius: 0.5rem;
}

/* our value in about page */
.aboutpage .feat img {
    width: 85px;
    margin-bottom: 10px;
    height: 85px;
}
.secnd_color{
    color: #bd131a !important;
}
.frist_color{
    color: #283890 !important;
}

/* about section */
#asct-about .box {
    padding: 30px;
    background: #ffffff;
    text-align: center;
    color: #ed1b24;
    margin-bottom: 70px;
    position: relative;
    border-radius: 4px;
}
#asct-about .box .icon.colored-2 {
    background: #00bff3;
}
#asct-about .box .icon.colored-3 {
    background: #6dc330;
}
#asct-about .box .icon.colored-1 {
    background: #ffaf12;
}
#asct-about .box .icon {
    width: 85px;
    height: 85px;
    margin: 0 auto;
    top: 0;
    margin-top: -70px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 50%;
    display: table;
    text-align: center;
}
#asct-about .box .icon > span i {
    font-size: 40px;
    color: #fff !important;
    margin: 0;
    padding: 20px 0;
}
/* font englis */

/* magazin section */
#syalTravel-vacancies{
    background: #f4f4f4;
}
#syalTravel-vacancies .syalTravel-vacancies-item {
    background: white;
    /* float: left; */
    margin-bottom: 30px;
    position: relative;
    min-height: 22em;
    overflow: hidden;
    display: -moz-flex;
    display: flex;
    border-radius: 4px;
}
#syalTravel-vacancies .syalTravel-vacancies-item .syalTravel-vacancies-img {
    background-position: top;
    background-size: cover;
}
#syalTravel-vacancies .syalTravel-vacancies-item .syalTravel-vacancies-text{
    width: 60%;
}
#syalTravel-vacancies .syalTravel-vacancies-item .syalTravel-vacancies-img {
    width: 40%;
}

#syalTravel-vacancies .syalTravel-vacancies-item .syalTravel-vacancies-text {
    float: right;
    padding: 20px;
}
#syalTravel-vacancies .syalTravel-vacancies-item .syalTravel-vacancies-text .syalTravel-vacancies-title {
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    font-weight: 400;
    font-size: 1.5rem;
    color: #283890;
    position: relative;
    font-weight: 600;
}
#syalTravel-vacancies .syalTravel-vacancies-item .syalTravel-vacancies-text .syalTravel-vacancies-title .syalTravel-border {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 30px;
    background: #283890;
}
#syalTravel-vacancies .syalTravel-vacancies-item ul {
    padding: 0 5px;
    margin-bottom: 2em;
    
}
#syalTravel-vacancies .syalTravel-vacancies-item ul li {
    color: #777;
    list-style: disc;
    font-size: 1rem;
}
.syalTravel-vacancies-text h5{
    font-size: 16px;
    text-transform: uppercase;
}
.typework .items .item .cont-txt h4 {
    font-size: 24px;
    display: inline-block;
    margin-bottom: 5px;
    text-align: right;
}
.typework .items .item .cont-txt h4 span {
    display: block;
    font-size: 35px;
}

/*//3333333333333333333333333333333333*/
@media all {
    @media all {
        
        .container_1200 {
            max-width: 1200px;
            margin: 0 auto;
            width: 100%;
        }
        .section02 {
            margin-top: 9px;
            padding: 101px 0 17px 0;
            height: 377px;
            width: 100%;
            display: inline-block;
           
            background-size: cover;
            background-repeat: no-repeat;
            background-attachment: fixed;
        }
        .section02 ul {
            padding: 0;
        }
        .row-3d {
            float: right;
            height: 267px;
            list-style: outside none none !important;
            margin: 0 0 0 12px !important;
            perspective: 1000px;
            position: relative;
            width: 288px !important;
        }
        .row-3d img {
            height: 267px;
            width: 288px;
        }
        .row-3d:nth-child(1) {
            z-index: 5;
        }
        .row-3d:nth-child(2) {
            z-index: 4;
        }
        .row-3d:nth-child(3) {
            z-index: 3;
        }
        .row-3d:nth-child(4) {
            z-index: 2;
        }
        .row-3d-in {
            margin-top: 15px;
            transform: translateZ(-120px);
            transform-style: preserve-3d;
            transition: transform 1s ease 0s;
            height: 220px;
            width: 286px;
            border: 2px outset;
        }
        .row-3d-in h2 {
          
            font-size: 16px;
            background: #589e3ed9;
            text-align: center;
            position: absolute;
            width: 100%;
            margin: 0;
            padding: 7px 0px;
            color: white;
            bottom: 0;
        }
        .row-3d-in p {
            color: white;
      
            padding: 30px 30px;
            font-size: 19px;
            line-height: 30px;
            text-align: center;
        }
        .rotating-box .row-3d-in {
            transform: translateZ(-100px);
            transition: 0.8s ease;
        }
        .rotating-box .row-3d-in:hover {
            transform: rotateY(-90deg) translateZ(24px) translateY(-2px) scale3d(0.94, 0.94, 0.90);
            margin-right: 30px;
            z-index: 999;
        }
        .row-3d-in:hover {
            transform: rotateY(-90deg) translateZ(24px) scale3d(0.97, 0.97, 0.97);
        }
        .row-3d-in .opened {
            transform: rotateY(-90deg) translateZ(24px) scale3d(0.97, 0.97, 0.97);
        }
        .row-3d-in .frontside,
        .row-3d-in .backside {
            backface-visibility: hidden;
            background-color: #ce0002;
            height: 217px;
            position: absolute;
            width: 288px;
        }
        .row-3d.rotating-box {
            transform: scale3d(1.02, 1.02, 1.02);
            z-index: 999;
        }
        .row-3d.rotating-box div {
            max-width: 288px !important;
        }
        .row-3d.rotating-box .row-3d-in .frontside {
            transform: translateZ(82px);
        }
        .row-3d.rotating-box .row-3d-in .backside {
            transform: rotateY(90deg) translateZ(82px);
        }
        .rotating-box .row-3d-in .frontside,
        .rotating-box .row-3d-in .backside {
            height: 267px;
            width: 288px;
            transform-origin: 146px 0 -60px;
        }
        .row-3d-in .frontside {
            background-repeat: no-repeat;
            background-size: cover;
            transform: translateZ(130px);
            background-color: #0c416b;
        }
        .row-3d-in .backside {
            text-align: justify;
            font-size: 12px;
            transform: rotateY(90deg) translateZ(130px);
        }
        .row-3d-in .frontside,
        .row-3d-in .backside {
            transition: box-shadow 1s ease 0s;
        }
        .row-3d:nth-child(1) .row-3d-in .frontside {
            background: #38c3ee none repeat scroll 0 0;
            border: 0 none;
        }
        .row-3d:nth-child(1) .row-3d-in .backside {
            background: #38c3ee none repeat scroll 0 0;
            border: 0 none;
        }
        .row-3d.rotating-box div {
            max-width: 288px !important;
        }
        .frontside {
            position: relative;
        }
    }
    /*! CSS Used from: http://www.ltrc.gov.jo/sites/all/themes/ltrc/responsive.css ; media=all */
    @media all {
        @media all and (min-width: 900px) and (max-width: 1300px) {
            .row-3d {
                margin:2% !important;
            }
            .section02 {
                padding: 4%;
                height: auto;
            }
        }
        @media all and (min-width: 700px) and (max-width: 900px) {
            .row-3d {
                margin: 2% !important;
            }
            .section02 {
                padding: 4%;
                height: auto;
            }
        }
        @media all and (min-width: 500px) and (max-width:700px) {
            .section02 {
                height: auto;
                padding: 4%;
            }
            .row-3d {
                margin: 0 23% 12px 23% !important;
                width: 73%;
            }
            .row-3d img {
                width: 100%;
            }
        }
        @media all and (min-width: 350px) and (max-width:500px) {
            .section02 {
                height: auto;
                padding: 0;
            }
            .row-3d {
                margin: 0 9% 12px 11% !important;
                width: 73%;
            }
            .row-3d img {
                width: 100%;
            }
        }
        @media all and (max-width:350px) {
            .section02 {
                height: auto;
                padding: 4%;
            }
            .is-fixed .main-bar .header-nav .nav>li>a {
                color: #0c0c0c;
            }
            .header-nav .nav>li>a {
    color: white;
    font-size: 20px;
    font-weight: 500;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #0c0c0c;
    text-transform: capitalize;
    transition: all 0.5s;
}
            .row-3d {
                margin: 0 9% 12px 11% !important;
                width: 73%;
            }
            .row-3d img {
                width: 100%;
            }
        }
    }




.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale .1s ease;
    -moz-transition: scale .1s ease;
    -ms-transition: scale .1s ease;
    -o-transition: scale .1s ease;
    transition: scale .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.about-content h2 {
    font-size: 28px;
    margin-bottom: 40px;
    position: relative;
}
   #wowslider-container1 .ws_images .ws_list img,
        #wowslider-container1 .ws_images>div>img {
            margin-top: 0 !important;
        }
        .sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: #ce0002;
}
 .sticky .main-nav{
 
  background: #ce0002 !important;
}
 .sticky .sticlylogo
 { 
  display: inline;
      max-width: 150px;
    filter: brightness(4.5);
 }
.sticky + .content {
  padding-top: 60px;
}

 
.circle-read-more,.circle-read-more:hover{
    color: #fff;
    padding: 0 3px;
}

.single-offer h3 {
    margin-bottom: 0px;
    min-height: auto;
    color: #fffdfd;
    margin-top: 52%;
    background-color: #0c416bc7;
    padding: 11px 0px;
    width: 100%;
    font-size: 16px;
}
.icon-bx-wraper .dlab-tilte {
    margin-top: 0;
    color: #0c416b;
    font-size: 24px;
    font-family: serif;
    margin-bottom: 0px;
}


.bg_links2 p, .bg_links4 p, .bg_links1 p, .bg_links3 p {
    color: #fff;
    text-align: justify;
    padding: 0px 13px;
    font-size: 16px;
}
.bitcoin-services {
    background: #FFFF;
    height: 260px;
    padding: 40px 20px 0px 20px;
    margin: 15px 0px 15px 0px;
    box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -moz-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -webkit-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -o-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    text-align: center;
}
.bitcoin-services .service-icon {
    width: 90px;
    height: 90px;
    margin: auto;
}
.bitcoin-services .service-icon img {
    width: 100%;
}

.bitcoin-services:hover ,.bitcoin-services:hover img{
   color: #000000;
   background-color: unset;
   border-color: #221c1cab;
}

.bitcoin-services img:hover {
  filter: drop-shadow(7px 7px 7px #fff);
}
.bitcoin-services:hover  p,.bitcoin-services:hover h6 {
   color: #000000;
}

.bitcoin-services:hover  .service-icon img{
   color: #fcfafa;
    background-color: #e9e9e921;
    border-color: #e6394187;
     filter: drop-shadow(7px 7px 7px #fff);
}

.section-title {
    flex-direction: row;
    display: flex;
    position: relative;
    align-items: center;
}
.section-title .shape {
    position: relative;
    left: auto;
    -webkit-transform: none;
    transform: none;
    top: 0;
    border-radius: 50%;
    display: inline-block;
    padding: 0;
}
.section-title .shape.is-sm {
    width: 18px;
    height: 17px;
}
.section-title .shape.is-ss {
    width: 13px;
    height: 13px;
}
.section-title .shape.shape-left {
    left: 0;
    -webkit-transform: none;
    /* transform: rotate(180deg); */
}
.section-title .shape.shape-left.is-sm:after,
.section-title .shape.shape-left.is-sm:before,
.section-title .shape.shape-right.is-sm:after,
.section-title .shape.shape-right.is-sm:before {
    content: "";
    position: absolute;
    background-color: inherit;
    height: 2px;
}
.section-title .shape.shape-left.is-ss:after,
.section-title .shape.shape-left.is-ss:before,
.section-title .shape.shape-right.is-ss:after,
.section-title .shape.shape-right.is-ss:before {
    content: "";
    position: absolute;
    background-color: inherit;
    height: 1px;
}
.section-title .shape.shape-left.is-sm:before {
    right: 3px;
    width: 70px;
    top: 6px;
}
.section-title .shape.shape-left.is-sm:after {
    right: 3px;
    width: 55px;
    top: 11px;
}
.section-title .shape.shape-left.is-ss:before {
    right: 3px;
    width: 55px;
    top: 4px;
}
.section-title .shape.shape-left.is-ss:after {
    right: 3px;
    width: 40px;
    top: 8px;
}
.section-title .shape.shape-right {
    right: -30px;
    -webkit-transform: none;
    transform: rotate(180deg);
}
.section-title .shape.shape-right.is-sm:before {
    left: 3px;
    width: 70px;
    top: 6px;
}
.section-title .shape.shape-right.is-sm:after {
    left: 3px;
    width: 55px;
    top: 11px;
}
.section-title .shape.shape-right.is-ss:before {
    left: 3px;
    width: 55px;
    top: 4px;
}
.section-title .shape.shape-right.is-ss:after {
    left: 3px;
    width: 40px;
    top: 8px;
}
.section-title h2 {
    order: 0;
    text-transform: capitalize;
    position: relative;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 0px;
    padding-bottom: 22px;
}




.helper{
   padding-bottom:15px;
}

.helper .help-box {
    padding-top: 40px !important;
    padding-right: 20px !important;
    padding-bottom: 40px !important;
    padding-left: 20px !important;
    background-color: #fff !important;
    margin-bottom: 35px;
    min-height: 270px;
}

.helper .help-box p{
    padding: 10px 0;
    text-align: center;
}

.helper .help-box a{
    color: #000000;
    text-decoration: none !important;
}
.banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 200px 0px;
    position: relative;
}
.contact-no-area .title {
    margin-top: 0;
    font-size: 53px;
    color: #fff;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 40px;
}
.contact-no {
    color: #fff;
    display: flex;
    align-items: center;
}
.contact-no .contact-left {
    padding-right: 40px;
    border-right: 3px solid;
}
.contact-no .contact-left {
    border-right-color: #000000!important;
    background: #000000c9;
}
.contact-no .contact-right {
    padding-left: 40px;
}
.bg-img-fix {
    background-size: cover;
    background-attachment: fixed;
}
.content-inner-3 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.colourfull-row {
    background: url(../imgs/colourfull-line.jpg) center top repeat-x;
    height: 3px;
}

  @media (max-width: 500px){
.row-3d-in .frontside, .row-3d-in .backside {
    backface-visibility: hidden;
    background-color: #ce0002;
    height: 236px;
    position: absolute;
    width: 320px;
}
.is-fixed .main-bar .header-nav .nav>li>a {
    color: #0c0c0c;
}
.header-nav .nav>li>a {
    color: white;
    font-size: 20px;
    font-weight: 500;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #0c0c0c;
    text-transform: capitalize;
    transition: all 0.5s;
}
.row-3d-in {
    margin-top: 15px;
    transform: translateZ(-120px);
    transform-style: preserve-3d;
    transition: transform 1s ease 0s;
    height: 220px;
    width: 320px;
    border: 2px outset;
    margin-left: 3%;
    margin-right: 3%;
}
#wowslider-container1 .ws-title {
    position: absolute;
    z-index: 50;
    color: #fff;
    padding: 1em;
    bottom: 0%;
    top: auto;
    opacity: 1;
    display: block;
    left: 4%;
    width: auto;
    margin: auto;
    font-size: 13px;
    color: #f6f4f4;
    background: #03070e1f;
    padding: 18px;
    border-radius: 22px;
    min-height: 56px;
}

 
     #wowslider-container1 .ws-title span {
    font-size: 16px;
    margin-top: 10px;
}

.slider-con h2, .slider-con p, .slider-con a {
    text-align: center;
    color: #ffffff;
}   
.about-content h2 {
    font-size: 22px;
    margin-bottom: 30px;
    position: relative;
}
    }


.no{
    color: #fff;
    direction: ltr;
    margin-left: 7px;
}
.btnhover20{

    color: #fff;  
}
.contact-no .contact-right {
    padding-left: 40px;
    background-color: #000000;
    padding: 4px 14px;
}


.ow-client-logo {
    background-color: #fff;
    display: table;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
    transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    -webkit-transition: all .8s
}

.ow-client-logo:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2)
}

.client-logo-carousel .owl-stage-outer {
    padding: 10px 0
}

.client-logo {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 10px
}

.owl-carousel .ow-client-logo img {
    height: 100px;
    max-height: 100%;
    width: auto;
    display: inline-block
}
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale .1s ease;
    -moz-transition: scale .1s ease;
    -ms-transition: scale .1s ease;
    -o-transition: scale .1s ease;
    transition: scale .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.ow-client-logo {
    background-color: #fff;
    display: table;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
    transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    -webkit-transition: all .8s;
    min-height: 200px;
}

.ow-client-logo:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2)
}

.client-logo-carousel .owl-stage-outer {
    padding: 10px 0
}

.client-logo {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 10px
}

.owl-carousel .ow-client-logo img {
    height: 100px;
    max-height: 100%;
    width: auto;
    display: inline-block
}
.section-title {
    flex-direction: row;
    display: flex;
    position: relative;
    align-items: center;
}
.section-title .shape {
    position: relative;
    left: auto;
    -webkit-transform: none;
    transform: none;
    top: 0;
    border-radius: 50%;
    display: inline-block;
    padding: 0;
}
.section-title .shape.is-sm {
    width: 18px;
    height: 17px;
}
.section-title .shape.is-ss {
    width: 13px;
    height: 13px;
}
.section-title .shape.shape-left {
    left: -35px;
    -webkit-transform: none;
    transform: rotate(180deg);
}
.section-title .shape.shape-left.is-sm:after,
.section-title .shape.shape-left.is-sm:before,
.section-title .shape.shape-right.is-sm:after,
.section-title .shape.shape-right.is-sm:before {
    content: "";
    position: absolute;
    background-color: inherit;
    height: 2px;
}
.section-title .shape.shape-left.is-ss:after,
.section-title .shape.shape-left.is-ss:before,
.section-title .shape.shape-right.is-ss:after,
.section-title .shape.shape-right.is-ss:before {
    content: "";
    position: absolute;
    background-color: inherit;
    height: 1px;
}
.section-title .shape.shape-left.is-sm:before {
    right: 3px;
    width: 70px;
    top: 6px;
}
.section-title .shape.shape-left.is-sm:after {
    right: 3px;
    width: 55px;
    top: 11px;
}
.section-title .shape.shape-left.is-ss:before {
    right: 3px;
    width: 55px;
    top: 4px;
}
.section-title .shape.shape-left.is-ss:after {
    right: 3px;
    width: 40px;
    top: 8px;
}
.section-title .shape.shape-right {
    right: -35px;
    -webkit-transform: none;
    transform: rotate(180deg);
}
.section-title .shape.shape-right.is-sm:before {
    left: 3px;
    width: 70px;
    top: 6px;
}
.section-title .shape.shape-right.is-sm:after {
    left: 3px;
    width: 55px;
    top: 11px;
}
.section-title .shape.shape-right.is-ss:before {
    left: 3px;
    width: 55px;
    top: 4px;
}
.section-title .shape.shape-right.is-ss:after {
    left: 3px;
    width: 40px;
    top: 8px;
}
.section-title h2 {
    order: 0;
    text-transform: capitalize;
    position: relative;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 0px;
    padding-bottom: 22px;
}


.content-inner {
    padding-top: 20px;
    padding-bottom: 30px;
}

.content-inner-1 {
    padding-top: 80px;
    padding-bottom: 0
}

.content-inner-2 {
    padding-top: 80px;
    padding-bottom: 80px
}

.content-inner-3 {
    padding-top: 100px;
    padding-bottom: 70px
}

.owl-none .owl-nav {
    display: none
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    margin-top: 20px;
    text-align: center
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-dots {
    text-align: center;
    display: none;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.owl-theme.dots-style-1 .owl-dots .owl-dot span,
.owl-theme.dots-style-2 .owl-dots .owl-dot span {
    background: rgba(0, 0, 0, .2);
    width: 10px;
    height: 10px;
    margin: 5px
}

.owl-theme.dots-style-1 .owl-dots .owl-dot.active span,
.owl-theme.dots-style-1 .owl-dots .owl-dot:hover span {
    background: #000
}

.owl-theme.dots-style-3 .owl-dots {
    margin-top: 30px;
    position: unset;
    right: auto;
    text-align: center;
    top: auto;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: auto
}

.owl-theme.dots-style-3 .owl-dots .owl-dot span {
    height: 8px;
    width: 8px;
    margin: 0
}

.owl-theme.dots-style-3 .owl-dots .owl-dot {
    border: 1px solid;
    border-radius: 20px;
    display: inline-block;
    margin: 4px;
    padding: 3px
}

.owl-theme.dots-style-3 .owl-dots .owl-dot.active,
.owl-theme.dots-style-3 .owl-dots .owl-dot:hover {
    border: 1px solid #ff3b68
}

.owl-theme.dots-style-3 .owl-dots .owl-dot.active span,
.owl-theme.dots-style-3 .owl-dots .owl-dot:hover span {
    background-color: #ff3b68
}

.owl-item.dots-style-3 .slide-content-box {
    opacity: 0
}

.owl-item.active.dots-style-3 .slide-content-box {
    opacity: 1;
    transition: all 2s ease 2s;
    -moz-transition: all 2s ease 2s;
    -webkit-transition: all 2s ease 2s;
    -o-transition: all 2s ease 2s
}

.owl-btn-top-c .owl-nav {
    text-align: center
}

.owl-btn-top-l .owl-nav {
    text-align: left
}

.owl-btn-top-l .owl-nav .owl-prev {
    margin-left: 0
}

.owl-btn-top-r .owl-nav {
    text-align: right
}

.owl-btn-top-r .owl-nav .owl-next {
    margin-right: 0
}

.owl-btn-top-lr .owl-nav {
    text-align: left
}

.owl-btn-top-lr .owl-nav .owl-next {
    margin-right: 0;
    float: right
}

.owl-btn-full .owl-next,
.owl-btn-full .owl-prev {
    padding: 40px 8px
}

.owl-btn-center-lr .owl-nav {
    margin: 0
}

.owl-btn-center-lr+.owl-theme .owl-nav {
    margin: 0
}

.owl-btn-center-lr .owl-nav .owl-next,
.owl-btn-center-lr .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.owl-btn-center-lr .owl-nav .owl-next {
    left: auto;
    right: 0
}

.owl-carousel .owl-item img {
    transform-style: inherit
}

.owl-btn-1 .owl-next,
.owl-btn-1 .owl-prev,
.owl-btn-2 .owl-next,
.owl-btn-2 .owl-prev,
.owl-btn-3 .owl-next,
.owl-btn-3 .owl-prev {
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    margin: 0 10px !important;
    padding: 0;
    text-align: center;
    width: 40px
}

.owl-btn-2 .owl-next,
.owl-btn-2 .owl-prev,
.owl-btn-3 .owl-next,
.owl-btn-3 .owl-prev {
    margin: 0 -70px !important
}

.owl-btn-3 .owl-next,
.owl-btn-3 .owl-prev {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
    font-size: 35px;
    height: auto;
    width: auto;
    opacity: .2
}

.owl-btn-3 .owl-next:hover,
.owl-btn-3 .owl-prev:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
    opacity: 1
}

.owl-btn-3.btn-white .owl-next,
.owl-btn-3.btn-white .owl-prev {
    color: #fff
}

.owl-btn-3.btn-white .owl-next:hover,
.owl-btn-3.btn-white .owl-prev:hover {
    color: #fff
}

.owl-btn-4 {
    overflow: hidden
}

.owl-btn-4 .owl-next,
.owl-btn-4 .owl-prev {
    background: #fff none repeat scroll 0 0;
    border-radius: 30px;
    box-shadow: 0 0 20px 7px rgba(0, 0, 0, .5);
    color: #000;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    margin: 0 -10px !important;
    overflow: hidden;
    padding: 0;
    width: 50px;
    opacity: .7
}

.owl-btn-4 .owl-next:hover,
.owl-btn-4 .owl-prev:hover {
    background: #fff none repeat scroll 0 0;
    color: #000;
    opacity: 1
}

#sync2 .owl-item.active.current .item img {
    outline: 5px solid rgba(0, 0, 0, .2);
    outline-offset: -9px
}

.owl-dots-none .owl-dots {
    display: none
}

.owl-dots-black-big.owl-theme .owl-dots .owl-dot span,
.owl-dots-black-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-primary-big.owl-theme .owl-dots .owl-dot span,
.owl-dots-primary-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-white-big.owl-theme .owl-dots .owl-dot span,
.owl-dots-white-full.owl-theme .owl-dots .owl-dot span {
    opacity: .5;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    margin: 4px
}

.owl-dots-primary-big.owl-theme .owl-dots .owl-dot span,
.owl-dots-primary-full.owl-theme .owl-dots .owl-dot span {
    background-color: var(--color-primary)
}

.owl-dots-black-big.owl-theme .owl-dots .owl-dot span,
.owl-dots-black-full.owl-theme .owl-dots .owl-dot span {
    background-color: #333
}

.owl-dots-white-big.owl-theme .owl-dots .owl-dot span,
.owl-dots-white-full.owl-theme .owl-dots .owl-dot span {
    background-color: #f5f5f5
}

.owl-dots-black-full.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-primary-full.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-white-full.owl-theme .owl-dots .owl-dot.active span {
    opacity: 1;
    width: 25px
}

.owl-dots-black-big.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-primary-big.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-white-big.owl-theme .owl-dots .owl-dot.active span {
    width: 14px;
    height: 14px;
    opacity: 1;
    margin: 0 4px 2px 4px
}

@media only screen and (max-width:1200px) {
    .owl-btn-2 .owl-next,
    .owl-btn-2 .owl-prev,
    .owl-btn-3 .owl-next,
    .owl-btn-3 .owl-prev {
        margin: 0 10px !important
    }
}

.blog-post {
    position: relative;
    margin-bottom: 30px
}

.dlab-post-title {
    margin-bottom: 5px
}

.dlab-post-title .post-title {
    margin-top: 15px;
    margin-bottom: 5px
}

.dlab-post-meta {
    margin-bottom: 10px
}

.dlab-post-meta ul {
    margin: 0;
    list-style: none;
    text-transform: capitalize
}

.dlab-post-meta ul li {
    padding: 0;
    display: inline-block;
    color: var(--color-primary);
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase
}

.dlab-post-meta ul li strong {
    font-weight: inherit
}

.dlab-post-meta li:after {
    content: "|";
    display: inline-block;
    font-weight: 400;
    margin-left: 5px;
    opacity: .5
}

.dlab-post-meta li:last-child:after {
    display: none
}

.dlab-post-meta a {
    color: inherit
}

.dlab-post-meta i {
    color: inherit;
    margin: 0 5px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 500
}

.text-white .dlab-post-meta a,
.text-white .dlab-post-meta i,
.text-white .dlab-post-meta ul li {
    color: #fff
}

.dlab-post-meta.text-white i,
.dlab-post-meta.text-white ul li,
.dlab-post-meta.text-white ul li a {
    color: #fff
}

.dlab-post-meta.text-black i,
.dlab-post-meta.text-black ul li,
.dlab-post-meta.text-black ul li a {
    color: #000
}

.dlab-post-meta.text-gray i,
.dlab-post-meta.text-gray ul li,
.dlab-post-meta.text-gray ul li a {
    color: grey
}

.dlab-post-text {
    margin-bottom: 15px
}

.dlab-post-text p {
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    color: #999
}

.dlab-post-text p:last-child {
    margin: 0
}

.dlab-post-readmore {
    margin-bottom: 15px
}

.dlab-post-tags {
    border-top: 1px solid #e9e9e9;
    padding-top: 10px
}

.dlab-post-tags .post-tags {
    margin: 0 -3px;
    list-style: none
}

.dlab-post-tags .post-tags a {
    border: 1px solid #ebedf2;
    padding: 2px 8px;
    color: #a9a9a9;
    margin: 0 3px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600
}

.dlab-info[class*=border-] .post-title {
    margin-top: 0
}

.text-white .post-title a {
    color: #fff
}

.dlab-info>div:last-child,
.dlab-info>p:last-child {
    margin-bottom: 0
}

.slide-item {
    position: relative
}

.slide-item .slide-content {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.slide-item-img img {
    object-fit: cover
}

.slide-content-box {
    position: relative;
    top: 30%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all 1s ease .5s;
    -webkit-transition: all 1s ease .5s;
    -o-transition: all 1s ease .5s;
    -moz-transition: all 1s ease .5s
}

.owl-slider-banner .owl-theme .owl-dots {
    margin-top: 0;
    position: absolute;
    right: 50px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 25px;
    color: rgba(255, 255, 255, .5)
}

.owl-slider-banner .owl-theme .owl-dots .owl-dot span {
    height: 9px;
    width: 9px;
    margin: 0;
    background-color: rgba(0, 0, 0, .2)
}

.owl-slider-banner .owl-theme .owl-dots .owl-dot {
    border: 1px solid;
    border-radius: 20px;
    display: inline-block;
    margin: 4px;
    padding: 4px
}

.owl-slider-banner .owl-theme .owl-dots .owl-dot.active,
.owl-slider-banner .owl-theme .owl-dots .owl-dot:hover {
    border: 1px solid #ff3b68
}

.owl-slider-banner .owl-item .slide-content-box {
    opacity: 0
}

.owl-slider-banner .owl-item.active .slide-content-box {
    opacity: 1;
    transition: all .5s ease .5s;
    -moz-transition: all .5s ease .5s;
    -webkit-transition: all .5s ease .5s;
    -o-transition: all .5s ease .5s;
    top: 50%
}

.bg2 {
    background-color: #f8f9fb;

}
.section-title h2 {
    order: 0;
    text-transform: capitalize;
    position: relative;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 0px;
    padding-bottom: 3px;
    font-size: 33px;
    color: #575857;
}
.feature-block {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 15px 15px 30px 15px;
    text-align: center;
}
.feature-icon {
    width: 105px;
    height: 105px;
    line-height: 130px;
    margin: 0 auto;
    border: 2px solid #5dc5dc;
    border-radius: 4px;
}
.feature-icon .fa {
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 42px;
    color: #EBFCFD;
    border: 2px solid #5dc5dc;
    border-radius: 50%;
}
.feature-block:hover .feature-icon {
    -webkit-box-shadow: inset 0 0 100px #5dc5dc;
    -moz-box-shadow: inset 0 0 100px #5dc5dc;
    box-shadow: inset 0 0 100px #5dc5dc;
}
.feature-block:hover .feature-icon .fa {
    color: #c62155;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 140px #ffffff;
    -moz-box-shadow: inset 0 0 140px #ffffff;
    box-shadow: inset 0 0 140px #ffffff;
}
.feature-block span {
    display: block;
    font-size: 18px;
    color: #FFF;
    padding: 20px 0 10px 0;

}

/* branches */
.services-block-two .inner-box {
    position: relative;
    margin-bottom:10px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.ourBranches .services-block-two .inner-box .image {
    border: 1px solid #0c416b;
    position: relative;
}
.ourBranches .containaddress {
    padding-top: 15px;
    margin-left: 59px;
}
.ourBranches .containaddress h5{
    color: #b9332b;
}
.list-style-one {
    position: relative;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.list-style-one li {
    font-weight: 600;
    color: #adadad;
    font-family: inherit;
    font-size: 14px;
    position: relative;
    margin-bottom: 12px;
}
.list-style-one li .icon {
    color: #0c416b;
    margin-left: unset;
    margin-right: 12px;
}
.list-style-one li a{
    color: #adadad;
}
.list-style-one li a:hover{
    color: #c99a2c;
}
.services-block-two .inner-box .image .icon-box {
    position: absolute;
    color: #ffffff;
    font-size: 32px;
    z-index: 1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.ourBranches .services-block-two .inner-box .image .icon-box {
    left: 5px;
    top: 6px;
}

.services-block-two .inner-box .image:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    border-top: 100px solid #222222;
    border-left: 100px solid transparent;
}
.ourBranches .services-block-two .inner-box .image:after {
    border-top: 66px solid #0c416b;
    border-right: 59px solid transparent;
    border-left: 0;
}


.rtl .ourBranches .services-block-two .inner-box .image .icon-box {
    left:unset;
    right: 5px;
    top: 6px;
}

.rtl .services-block-two .inner-box .image:after {
    position: absolute;
    content: '';
    right: 0px;
    left: unset;
    top: 0px;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    border-top: 100px solid #222222;
    border-left: unset;
    border-right: 100px solid transparent;
}
.rtl .ourBranches .services-block-two .inner-box .image:after {
    border-top: 66px solid #0c416b;
    border-left: 59px solid transparent;
    border-right: 0;
}
.rtl .list-style-one li .icon {
    color: #0c416b;
    margin-right: unset;
    margin-left: 12px;
}

/* blog section */
.blog-carousel-dots .dlab-post-readmore {
    text-align: right;
}
.blog-carousel-dots .dlab-post-meta ul {
    direction: ltr;
    font-family: sans-serif;
    text-align: left;
}
/* prodacts */
.prodacts .dlab-media img, .dlab-post-media img {
    width: 100%;
    max-height: 265px;
    height: 260px;
    object-fit: cover;
}
/* certification */
.certification .dlab-media img,.certification .dlab-post-media img {
    width: 100%;
    max-height:350px;
    height: 370px;
        border-radius: 1em;
}
/* about us peage */
.service-box.style3 .icon-bx-wraper{
    min-height: 350px !important;
    margin-bottom: 0;
}

/* servises peage */
.servises .owl-carousel .owl-item img {
    height: 300px;
}
.servises .dlab-media img{
    height: 100px !important;
}

/* prodacts section */

.service-box .alsp-field-content{
    background: rgba(255 255 255 / 0.8);
    min-width: 0px;
    border: 1px solid #0c416b;
    min-height: 0px;
    padding: 5px 10px;
    line-height: 1.7;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 5px;
    border-radius: 4px;
}
.service-box .alsp-field-content a{
    color: #0c416b;
}
.service-box:hover .alsp-field-content{
    border: 1px solid #c99a2c;
}
.service-box:hover .alsp-field-content a{
    color: #0c416b;
}
.service-box:hover .alsp-field-content a:hover{
     color: #c99a2c;
}

/* header */
.logo-header {
    width: 300px;
    /* background-color: #ffff; */
    padding: 0px;
    min-height: 100%;
    margin-top: 0px;
    padding: 0px;
    top: -8px;
    right: -16px;
    /* margin-bottom: -16px; */
}
.logo-header img {
    height: auto;
    width: 100%;
    max-width: 210px;
    max-height: 83px;
}
.box-header.header-transparent .top-bar {
    background: #ba372f8f;
    border-bottom: 0;
    margin: 0px 31px;
}
.footer-bottom {
    background-color: #2d2d2dd9;
}

/* partner peage */
.partnerp .client-logo img {
    width: 100%;
    height: 150px;
}
/* library book */
.dez-info h5{
    color: #ffffff;
}
.dez-info h5 .fa{
    color: #fff;
    margin-right: 5px;
}

/* button fast social */
.at-expanding-share-button[data-position=bottom-left] {
    bottom: 200px!important;
}
.theme-btn.whatsapp{
    bottom: 130px;
}
@media only screen and (max-width: 767px){
    .theme-btn.whatsapp {
    bottom: 145px;
}
.header-nav .nav>li>a {
    color: white;
    font-size: 20px;
    font-weight: 500;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #0c0c0c;
    text-transform: capitalize;
    transition: all 0.5s;
}
.is-fixed .main-bar .header-nav .nav>li>a {
    color: #0c0c0c;
}
.at-expanding-share-button[data-position=bottom-left] {
    bottom: 255px!important;
}
}

.ourBranches .services-block-two .inner-box .image {
    border: 1px solid #0c416b;
    position: relative;
}
.ourBranches .containaddress {
    padding-top: 15px;
    margin-left: 59px;
}
.ourBranches .containaddress h5{
    color: #000000;
}
.list-style-one {
    position: relative;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.single-offer h3 {
    padding: 20px;
    margin-bottom: 0px;
    min-height: auto;
    color: #ffffff;
    margin-top: 57%;
    background-color: #000000ad;
    padding: 5px 3px;
    width: 100%;
    font-size: 15px;
    line-height: 24px;
}
.circle-read-more, .circle-read-more:hover {
    color: #fff;
    padding: 0px 3px;
    /* margin: 0px; */
    vertical-align: middle;
}
.no {
    color: #fff;
    direction: ltr;
    margin-left: 7px;
}
.content-inner-3 {
    padding-top: 100px;
    padding-bottom: 70px;
}
.contact-no .contact-right .site-button {
    padding: 15px 30px;
}
.site-button, .site-button-secondry {
    color: #fff;
    padding: 12px 30px;
    display: inline-block;
    font-size: 15px;
    outline: 0;
    cursor: pointer;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 0.42857;
    border-radius: 3px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}
 .is-fixed .main-bar
{
    background-color: #ffffff !important;
    color: #060606;
}

.is-fixed .main-bar .header-nav .nav>li>a{
    color: #000000 ;
}
.is-fixed .main-bar .header-nav .nav>li>a:hover{
    color: #ffffff;
}
.logo-header img {
    height: auto;
    width: 100%;
    max-width: 300px;
    max-height: 100%;
    /* filter: brightness(6.5); */
    margin-bottom: -41px;
    /* margin-top: -24px; */
    min-height: 100%;
    /* margin-top: 0px; */
    padding: 0px;
    margin-bottom: -66px;
}
.top-bar {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,.08);
    color: #6abd4b;
    padding: 0;
}
.box-header .dlab-topbar-left ul li a {
    font-size: 14px;
    color: #000;
}

.dlab-topbar-left ul li a, .dlab-topbar-right ul li a {
    color: #000;
}

}


@media (max-width: 500px){
    .row-3d-in .frontside, .row-3d-in .backside {
        backface-visibility: hidden;
        background-color: #ce0002;
        height: 236px;
        position: absolute;
        width: 320px;
    }
    .is-fixed .main-bar .header-nav .nav>li>a {
        color: #0c0c0c;
    }
    .row-3d-in {
        margin-top: 28px;
        transform: translateZ(-120px);
        transform-style: preserve-3d;
        transition: transform 1s ease 0s;
        height: 220px;
        width: 320px;
        border: 2px outset;
        margin-left: 9%;
        margin-right: 3%;
    }
    #wowslider-container1 .ws_images {
        position: relative;
        left: 0;
        top: 0;
        height: 100%;
        max-height: 600px;
        max-width: 100%;
        vertical-align: top;
        border: none;
        min-height: 550px;
        overflow: hidden;
    }
}
@media (max-width: 769px)
{
    .is-fixed .main-bar .header-nav .nav>li>a {
        color: #0c0c0c;
    } 
    .header-nav .nav>li>a {
        color: white;
        font-size: 20px;
        font-weight: 500;
        font-weight: 500 !important;
        font-size: 16px !important;
        color: #0c0c0c;
        text-transform: capitalize;
        transition: all 0.5s;
    }  
    #wowslider-container1 .ws_images {
        position: relative;
        left: 0;
        top: 0;
        height: 100%;
        max-height: 600px;
        max-width: 100%;
        vertical-align: top;
        border: none;
        min-height: 550px;
        overflow: hidden;
    }
}
@media (max-width: 375px){
    #wowslider-container1 .ws_images {
        position: relative;
        left: 0;
        top: 0;
        height: 100%;
        max-height: 600px;
        max-width: 100%;
        vertical-align: top;
        border: none;
        min-height: 238px;
        overflow: hidden;
    }
    #wowslider-container1 .ws-title {
      
        display: none !important;
    }
    #wowslider-container1 .ws_images {
        position: relative;
        left: 0;
        top: 0;
        height: 100%;
        max-height: 600px;
        max-width: 100%;
        vertical-align: top;
        border: none;
        min-height: 550px;
        overflow: hidden;
    }
}


@media (max-width: 500px){
    #wowslider-container1 .ws_images {
        position: relative;
        left: 0;
        top: 0;
        height: 100%;
        max-height: 600px;
        max-width: 100%;
        vertical-align: top;
        border: none;
   
        overflow: hidden;
    }
    .contact-no-area .title {
        margin-top: 0;
        font-size: 27px;
        color: #fff;
        font-weight: 500;
        line-height: 21px;
        margin-bottom: 40px;
    }
    #wowslider-container1 .ws_images {
        position: relative;
        left: 0;
        top: 0;
        height: 100%;
        max-height: 600px;
        max-width: 100%;
        vertical-align: top;
        border: none;
        min-height: auto;
        overflow: hidden;
    }
    #wowslider-container1 .ws-title {
      
        display: none;
    }
}

/*--------------------------------*/
/* .End CSS
/*--------------------------------*/
.slide-area .title2 {
      font-size: 30px;
    line-height: 64px;
    margin-bottom: 0px;
    color: #fff;
    padding: 20px;

    font-weight: 600;
}
.slide-content p{
     font-size: 20px;
}
.main-bar {
    box-shadow: none;
    background: #66666652;
}
.header-nav .nav>li.active>a, .header-nav .nav>li.current-menu-item>a {
    background-color: transparent;
    color: #fbf9f9 !important;
}

.is-fixed div, .is-fixed .header-nav .nav>li>a {
    box-shadow: 2px 6px 6px rgb(202 202 202 / 0%);
    /* background: #f2f3f6 !important; */
    color: #504c4c;
}
#sticker .logo2{
   display: none;
}
.is-fixed .logo1{
   display: none;
}
.is-fixed .logo2{
   display: inline !important;
   padding-left: 20px;
    padding-top: 6px;
}
.header-one {
    background-color: transparent;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9999;
    /* background-color: #ffffff !important; */
}
#wowslider-container1 .ws_images ::after,#wowslider-container1 .ws_images ::before
{
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; 
}

.is-fixed .header-nav .nav>li.active>a, .header-nav .nav>li.current-menu-item>a
{
       color: #000000  !important;
}
.header-nav .nav>li>a:hover{
     color: #ffffff;
    background-color: #0c416b ;

}
.l-full {
    width: 100%;
    height: 100%;
    min-height: 329px;
}
p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 30px;
}

/* galary peage */
.portfolio .check-km i {
    background-color: #fff;
    color: #000;
    cursor: pointer;
    text-align: center;
    width: 46px;
    height: 46px;
    font-size: 25px;
    line-height: 46px;
}


/* logo */
@media only screen and (max-width: 767px){
  .logo-header img {
   
    padding: 5px 0 0 0;
    margin-bottom: 0px;
}  
.header-nav .nav>li.active>a, .header-nav .nav>li.current-menu-item>a {
    background-color: transparent;
    color: inherit !important;
}
}

.arqamye {
    padding-top: 0;
    border: 1px solid #e6e6e6;
    background: #fff !important;
    padding: 30px;
    box-sizing: border-box;
    margin: 10px;
    /* max-width: 56.333333%; */
}

.main-color {
    color: #0c416b !important;
}
.scand-color{
    color: #000 !important;
}

#ctl00_Content_GridView2 {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

table td {
    background: #fff;
}

table#ctl00_Content_GridView2 td {
    text-align: right;
    width: 33.3333% !important;
    color: #000;
    border: 1px solid #eee;
    padding: 4px 14px;
}

#ctl00_Content_GridView2 tbody {
    width: 100%;
    display: block;
}

#ctl00_Content_GridView2 tr {
    width: 100%;
    display: table;
}

table th {
    border: 1px solid #eee;
    padding: 4px 14px;
    text-align: right;
    width: 33.3333%;
}

.arqamye table th {
    border: 3px solid #000;
    color: #000;
    font-size: 20px;
    padding: 4px 14px;
    text-align: center;
    width: 33.3333%;
    background: #ffffff94;
}
.arqamye #ctl00_Content_GridView2 tr {
    
    background: unset;
}

.arqamye table#ctl00_Content_GridView2 td {
    text-align: center;
    width: 33.3333% !important;
    color: #eaeaea;
    font-size: 15px;
    border: 2px solid #0c416b;
    padding: 10px 14px;
    background: #000000bd;
    border-top: unset;
}


.main-bar .logo-header img {
    height: auto;
    width: 100%;
    max-width: 300px;
    max-height: 100%;
    filter: url();
    /* margin-bottom: -41px; */
    margin-top: -24px;
    min-height: 100%;
    margin-right: 52px;
    padding: 0px;
    margin-bottom: -66px;
    filter: brightness(0) invert(1)!important;  
}
.is-fixed .main-bar .logo-header img {
    height: auto;
    width: 100%;
    max-width: 300px;
    max-height: 100%;
    filter: url();
    /* margin-bottom: -41px; */
    margin-top: -24px;
    min-height: 100%;
    margin-right: 52px;
    padding: 0px;
    margin-bottom: -66px;
 filter:none !important; 
}

#wowslider-container1 .ws-title div, #wowslider-container1 .ws-title span {
    display: inline-block;
    padding: 0.1em 0.6em;
    background-color: #1a22230a;
    color: #efb736;
    text-align: center;
    vertical-align: middle;
    filter: drop-shadow(1px 9px 23px #ffffff);
}

.contact-no .no {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 0;
    color: #e5cf9a;
    font-family: sans-serif!important;
    font-weight: 500;
    margin-top: 0;
    letter-spacing: 3px;
    direction: ltr;
}
.bitcoin-services p, .bitcoin-services h6 {
    color: #0c416b !important;
}

.active>.site-button, .bg-primary-dark, .box-header .extra-nav .site-button:hover:after, .btnhover13::after, .btnhover14::after, .btnhover15::after, .comment-form .form-submit input:active, .comment-form .form-submit input:focus, .comment-form .form-submit input:hover, .comments-area .comment-form p input[type=submit]:active, .comments-area .comment-form p input[type=submit]:focus, .comments-area .comment-form p input[type=submit]:hover, .owl-btn-1.primary .owl-next:hover, .owl-btn-1.primary .owl-prev:hover, .owl-btn-2.primary .owl-next:hover, .owl-btn-2.primary .owl-prev:hover, .pagination-bx.primary .pagination>li.active>a, .pagination-bx.primary .pagination>li.active>span, .pagination-bx.primary .pagination>li>a:hover, .pagination-bx.primary .pagination>li>span:hover, .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover, .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover, .searchform input[type=submit]:active, .searchform input[type=submit]:focus, .searchform input[type=submit]:hover, .sidenav .closebtn:focus, .sidenav .closebtn:hover, .site-button:active, .site-button:focus, .site-button:hover {
    background-color: #0c416b;
}

#myNavbar li.active a, .about-us .dlab-tabs .nav-tabs li.active a, .active.current .project-owbx, .active.current .project-owbx:after, .bg-primary, .blog-post.post-style-1 .dlab-post-meta:after, .box-header .extra-nav .site-button:after, .comments-area .comment-form p input[type=submit], .counter-staus-box .play-btn span, .counter-style-5:after, .date-style-2 .post-date, .date-style-3 .post-date, .date-style-3.skew-date .post-date, .date-style-3.skew-date .post-date:before, .date-style-4 .post-date strong, .dlab-accordion.primary .acod-head a, .dlab-box-bg.active .icon-box-btn .site-button, .dlab-project-left:after, .dlab-separator.style-skew[class*=style-]:after, .dlab-separator.style-skew[class*=style-]:before, .dlab-team11 .dlab-info, .dlab-team1:hover .dlab-info, .dlab-team1:hover .dlab-info:after, .dlab-team4 .dlab-social-icon li a.site-button:hover, .dlab-team5 .dlab-border-left:after, .dlab-team5 .dlab-border-left:before, .dlab-team5 .dlab-border-right:after, .dlab-team5 .dlab-border-right:before, .dlab-team5 .dlab-social-icon li a.site-button:hover, .dlab-team6 .dlab-info:after, .dlab-team6 .dlab-info:before, .dlab-team6 .dlab-position, .dlab-team6 .dlab-title:after, .dlab-team6 .dlab-title:before, .dlab-team9 .dlab-media.dlab-media-right .dlab-info-has, .dlab-team9 .dlab-title, .dlab-tilte-inner.skew-title:after, .download-file, .exhibition-carousel:after, .ext-sidebar-menu ul.menu li.active a, .ext-sidebar-menu ul.menu li:hover a, .ext-sidebar-menu.sidebar-widget ul.menu li.current-menu-item a, .ext-sidebar-menu.sidebar-widget ul.menu li:hover a, .filters2 ul li a:after, .footer-line:after, .frame-box .footer-title:after, .frame-box .header-nav .nav>li>a, .frame-box .service-list li:after, .frame-box .site-header.center .is-fixed .container>.logo-header, .ft-contact, .header-curve.ext-header .extra-nav:after, .header-curve.ext-header .extra-nav:before, .header-curve.ext-header .logo-header:after, .header-curve.ext-header .logo-header:before, .header-nav .nav>li .mega-menu>li>ul li>a:after, .header-nav .nav>li .sub-menu li>a:after, .header-nav .nav>li.active>a:after, .header-nav .nav>li>a:after, .header-sidenav .extra-nav, .header-sidenav .is-fixed .extra-nav, .header-style-4.style-1 .header-nav .nav>li.active a:before, .header-style-4.style-1 .header-nav .nav>li:hover>a:before, .icon-bx-ho [class*=icon-bx-]:after, .icon-bx-wraper.hover:hover, .lg-actions .lg-next, .lg-actions .lg-prev, .lg-sub-html, .lg-toolbar, .list-num-count>li:before, .meet-ask-row:after, .navstyle3 .header-nav .nav>li .sub-menu, .navstyle3 .header-nav .nav>li>.mega-menu, .overlay-primary-dark:after, .overlay-primary-light:after, .overlay-primary-middle:after, .owl-btn-1.primary .owl-next, .owl-btn-1.primary .owl-prev, .owl-btn-2.primary .owl-next, .owl-btn-2.primary .owl-prev, .owl-dots-primary-big.owl-theme .owl-dots .owl-dot span, .owl-dots-primary-full.owl-theme .owl-dots .owl-dot span, .owl-item.active.center .testimonial-text, .owl-slider-banner .owl-theme .owl-dots .owl-dot.active span, .owl-slider-banner .owl-theme .owl-dots .owl-dot:hover span, .owl-theme.dots-style-2 .owl-dots .owl-dot.active span, .owl-theme.dots-style-3 .owl-dots .owl-dot.active span, .owl-theme.dots-style-3 .owl-dots .owl-dot:hover span, .pagination-bx.primary .pagination>li>a, .pagination-bx.primary .pagination>li>span, .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover, .portbox3 .portinner .port-down, .portfolio-ic .dlab-img-overlay1:before, .portfolio-sep, .product-item-size .btn.active, .request-form .input-group:after, .request-form .request-form-header, .searchform input[type=submit], .service-box-3 .title, .service-box.style1:after, .service-box.style3 .icon-bx-wraper:after, .service-box.style4:hover .no, .service-box.style5 .icon-content .link-btn, .service-carousel .owl-next, .service-carousel .owl-prev, .service-media-bx:after, .side-bar .widget_tag_cloud a:hover, .sidenav ul li a:hover, .site-button, .site-filters .active>[class*=site-button], .site-footer.style1 .footer-bottom-in .footer-bottom-logo a, .site-footer.style1 .footer-title:after, .skew-angle:after, .social-curve:after, .social-curve:before, .tabs-site-button .nav-tabs li a.active, .tabs-site-button .nav-tabs li a.active:focus, .tabs-site-button .nav-tabs li a.active:hover, .testimonial-1 .quote-left:before, .testimonial-12 .testimonial-detail, .testimonial-2 .quote-left:before, .testimonial-text.bg-primary, .ui-widget-header, .widget-title:after, .widget_calendar table tbody td#today, .widget_getintuch-pro-details .pro-details i, [class*=list-].list-box>li:before, button.scroltop {
    background-color: #c99a2c;
}
:root {
    --color-primary: #000000;
    --color-secondry: #c99a2c;
    --color-hover: #e6cf9a;
}

.footer__social-links a {
    display: inline-block;
    margin: 7px;
    line-height: 0;
    background-color: #c99a2c;
    width: 45px;
    height: 45px;
    vertical-align: top;
}

.footer__content {
    padding: 30px 0;
    background-color: #0c416b;
    text-align: center;
}
.footer__legal-links a {
    padding: 0 10px;
    border-right: 2px solid #b1b1b3;
    font-size: 15px;
    color: #fff;
}
.dlab-post-text p {
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    color: #0c416b;
}

#wowslider-container1 .ws_images {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    max-height: 700px;
    max-height: 700px;
    vertical-align: top;
    border: none;
    min-height: 100%;
    overflow: hidden;
    filter: brightness(.8);
}

.overlay-black-dark:after, .overlay-black-light:after, .overlay-black-middle:after {
    background: #c99a2c;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(201, 154, 44);
}


#wowslider-container1 .ws-title {
    font: 1.3em gurajada,serif;
    z-index: 50;
    padding: 1em;
    bottom: 14%;
    top: 38%;
    opacity: .5;
    display: block;
    left: 27%;
    position: absolute;
    width: auto;
    margin: auto;
    font-size: 27px;
    color: #f6f4f4;
    background: #282e7594;
    padding: 18px;
    border-radius: 22px;
    min-height: 35%;
    font-family: arbfonts-elmessir-bold,sans-serif!important;
    text-align: right;
    padding: 55px 30px;
    right: 27%;
    line-height: 55px;
    vertical-align: middle;
    filter: brightness(1.1);
    bottom: 37%;
}
.header-nav .nav>li .mega-menu>li ul a:hover, .header-nav .nav>li .sub-menu li:hover>a {
    background-color: #c99a2c;
    text-decoration: none;
    color: #fff !important;
}
.row-3d-in .frontside, .row-3d-in .backside {
    backface-visibility: hidden;
    background-color: #c99a2c;
    height: 217px;
    position: absolute;
    width: 288px;
}
.frontside
{
    background: #0c416b ;
}

.bg-info {
    background-color: #c99a2c!important;
}

.owl-carousel .ow-client-logo img {
    height: auto;
    max-height: 100%;
    width: auto;
    display: inline-block;
}
.text-about strong {
    font-family: accordalternateregular;
    font-size: 23px;
    color: #000;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    line-height: 29px;
}

#wowslider-container1 .ws-title div{
      font-size: 19px !important;
        text-align: justify;  
}
.box-xadrez-content-primary {
    width: 100%;
    padding: 60px 0;
    text-align: justify;
}

.main-bar {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    box-shadow: 2px 6px 6px rgb(0 0 0 / 59%);
    z-index: 8991;
    position: relative;
    margin: 0 auto;
   
}

#wowslider-container1 .ws-title div {
    display: block;
    margin-top: -1px;
    font-size: 20px !important;
    color: #fff !important;
    float: left;
    padding-top: 0;
    padding-right: 6%;
    z-index: 9999;
     line-height: 25px;
}

#wowslider-container1 .ws-title {
    
    opacity: 1.1 !important;
    
}

