.header-wrap .header-top .header-top-left,
.course-card.style1 .course-metainfo .course-metainfo-left ul,
.course-card.style2 .course-metainfo .course-metainfo-left ul,
.course-card.style3 .course-metainfo .course-metainfo-left ul,
.course-rating,
.blog-author-wrap .blog-author,
.event-countdown .event-cd .countdown,
.hero-wrap.style3 .hero-item-wrap,
.about-wrap.style2,
.course-card .course-metainfo,
.tab-content.course-tab-content .lecture-item,
.promo-banner-wrap,
.blog-author-wrap,
.discount-wrap .discount-item-wrap,
.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-menu-wrap,
.mobile-bar-wrap,
.team-member .team-member-img .social-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header-wrap .header-top .header-top-left,
.course-card.style1 .course-metainfo .course-metainfo-left ul,
.course-card.style2 .course-metainfo .course-metainfo-left ul,
.course-card.style3 .course-metainfo .course-metainfo-left ul,
.course-rating,
.blog-author-wrap .blog-author {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.event-countdown .event-cd .countdown,
.hero-wrap.style3 .hero-item-wrap,
.about-wrap.style2,
.course-card .course-metainfo,
.tab-content.course-tab-content .lecture-item,
.promo-banner-wrap,
.blog-author-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.discount-wrap .discount-item-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -ms-grid-row-align: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-menu-wrap,
.mobile-bar-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.team-member .team-member-img .social-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@-webkit-keyframes border-transform {
    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }
    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}
@keyframes border-transform {
    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }
    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}
:root {
    --main-font-family: 'DM Sans', sans-serif;
    --main-color: #002150;
    --main-color2: #00205c;
    --gradient-color: linear-gradient(90deg, #D21163 0%, #D9230C 100%);
    --white-color: #ffffff;
    --black-color: #110B25;
    --paragraph-color: #656565;
    --font-size: 16px;
    --transition: .6s;
  }
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:focus,
button:focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
a,
button,
input[type="submit"] {
    cursor: pointer;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
a {
    color: #000;
    text-transform: inherit;
    text-decoration: none;
}
a:hover,
a :focus {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--main-color2);
}
a:focus {
    outline: 0 solid;
}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: poppins, sans-serif;
    font-weight: 600;
    color: #201d1e;
    line-height: 1.4;
}
body {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-family: poppins, sans-serif;
}
ul {
    padding: 0;
    margin: 0;
}
ul,
li {
    list-style: none;
}
p {
    font-size: 16px;
    line-height: 30px;
    color: #4c4c4c;
}
a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.back-to-top {
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    color: #4de2c1;
    display: none;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 999;
    border-radius: 50%;
    background: #13171d;
}
.back-to-top i {
    color: #fff;
}
.page-wrapper {
    overflow-x: hidden !important;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 20000;
    overflow-x: hidden !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.preloader img {
    max-width: 300px;
}
@-webkit-keyframes loading {
    from {
        max-width: 0;
    }
}
@keyframes loading {
    from {
        max-width: 0;
    }
}
.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-110 {
    padding-top: 110px;
}
.pt-120 {
    padding-top: 120px;
}
.pt-130 {
    padding-top: 130px;
}
.pt-140 {
    padding-top: 140px;
}
.pt-150 {
    padding-top: 150px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-75 {
    padding-bottom: 75px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-110 {
    padding-bottom: 110px;
}
.pb-120 {
    padding-bottom: 120px;
}
.pb-130 {
    padding-bottom: 130px;
}
.pb-140 {
    padding-bottom: 140px;
}
.pb-150 {
    padding-bottom: 150px;
}
.ptb-10 {
    padding-bottom: 10px;
    padding-bottom: 10px;
}
.ptb-20 {
    padding-bottom: 20px;
    padding-bottom: 20px;
}
.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.plr-100 {
    padding-left: 100px;
    padding-right: 100px;
}
.ptb-110 {
    padding-top: 110px;
    padding-bottom: 110px;
}
.ptb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.ptb-130 {
    padding-top: 130px;
    padding-bottom: 130px;
}
.ptb-140 {
    padding-top: 140px;
    padding-bottom: 140px;
}
.ptb-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-70 {
    margin-bottom: 70px !important;
}
.mb-80 {
    margin-bottom: 80px !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-25 {
    margin-top: 25px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-70 {
    margin-top: 70px !important;
}
.mt-80 {
    margin-top: 80px !important;
}
.mt-100 {
    margin-top: 100px !important;
}
.mtb-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}
.z-0 {
    z-index: 0;
    position: relative;
}
.btn {
    font-family: poppins, sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    display: inline-block;
    border-radius: 5px;
    padding: 10px 30px;
    text-align: center;
    border-radius: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.btn.v1 {
    background-color: var(--main-color2);
    border-radius: 5px;
    border: 1px solid transparent;
    color: #fff;
    padding: 12px 22px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.btn.v1 i {
    margin-right: 6px;
    font-size: 15px;
    position: relative;
    top: 2px;
}
.btn.v1:hover {
    background-color: #012245;
}
.btn.v1:hover i {
    color: #fff;
}
.btn.v2 {
    background-color: #fff;
    border: 1px solid transparent;
    color: #012245;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 5px;
    padding: 12px 22px;
}
.btn.v2 i {
    margin-right: 5px;
    font-size: 15px;
    position: relative;
    top: 2px;
}
.btn.v2:hover {
    color: #fff;
    background-color: var(--main-color2);
    border-color: transparent;
}
.btn.v3 {
    background-color: var(--main-color2);
    border: none;
    color: #fff;
    padding: 12px 28px;
}
.btn.v3 i {
    position: relative;
    font-size: 13px;
    position: relative;
    top: 1px;
    margin-left: 5px;
}
.btn.v4 {
    background-color: #fff;
    border: none;
    color: #201d1e;
    padding: 8px 35px;
}
.btn.v4 i {
    font-size: 13px;
    position: relative;
    top: 1px;
    margin-left: 5px;
}
.btn.v5 {
    background-color: #012245;
    color: #fff;
    padding: 12px 22px;
    border-radius: 5px;
}
.btn.v5:hover {
    border-color: transparent;
    background-color: var(--main-color2);
}
.btn.v6 {
    background-color: var(--main-color2);
    border: 1px solid transparent;
    color: #fff;
    display: block;
    width: 100%;
    font-size: 18px;
}
.btn.v6 i {
    margin-left: 6px;
    font-size: 15px;
}
.btn.v7 {
    background-color: var(--main-color2);
    border: none;
    color: #fff;
    padding: 10px 35px;
    border-radius: 0;
}
.btn.v7 i {
    font-size: 15px;
    position: relative;
    top: 1px;
    margin-left: 5px;
}
.btn.v7:hover {
    border-radius: 0 20px 0;
}
.btn.v8 {
    background-color: transparent;
    border: 1px solid #201d1e;
    color: #201d1e;
    padding: 8px 35px;
}
.btn.v8 i {
    font-size: 16px;
    position: relative;
    top: 1px;
    margin-left: 5px;
}
.btn.v8:hover {
    border-radius: 0 20px 0;
}
.btn.v9 {
    background-color: var(--main-color2);
    color: #fff;
    border: 1px solid transparent;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50px;
    padding: 10px 25px 12px;
}
.btn.v9 i {
    margin-left: 5px;
    font-size: 15px;
    position: relative;
    top: 2px;
}
.btn.v9:hover {
    color: var(--main-color2);
    background-color: transparent;
    border-color: var(--main-color2);
}
.link {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    transition: 0.3s;
    color: var(--main-color2);
    -webkit-transition: 0.3s;
}
.link i {
    margin-left: 0;
    font-size: 14px;
    position: relative;
    top: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.link:hover {
    color: var(--main-color2);
}
.link.style1 {
    color: #818181;
}
.link.style1:hover {
    color: var(--main-color2);
}
.link.style1:hover i {
    margin-left: 6px;
}
.link.style3 {
    background: #fff;
    color: var(--main-color2);
    border-radius: 5px;
    display: inline-block;
    padding: 3px 10px;
}
.section-title {
    position: relative;
}
.section-title span {
    position: relative;
    line-height: 1.5;
    display: inline-block;
    font-weight: 500;
    margin: 0 0 5px;
}
.section-title h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.4;
    font-family: poppins, sans-serif;
    margin: 0;
    color: #012245;
}
.section-title p {
    margin: 5px 0 0;
}
.section-title.style1 span {
    color: var(--main-color2);
}
.section-title.style2 span,
.section-title.style2 h2 {
    color: #fff;
}
.content-box-title {
    background: var(--main-color2);
    padding: 20px;
    margin: 0 0 20px;
}
.content-box-title h5 {
    color: #fff;
    margin: 0;
    line-height: 1;
}
.content-box-title.style2 {
    background: 0 0;
    padding: 0;
}
.content-box-title.style2 h5 {
    color: #012245;
    font-size: 24px;
}
.title {
    font-size: 40px;
    font-weight: 700;
}
.text-black {
    color: #000 !important;
}
.text-orange {
    color: var(--main-color2) !important;
}
.text-red {
    color: #201d1e !important;
}
.bg-transparent {
    background-color: transparent;
}
.bg-midnight {
    background-color: #012245;
}
.bg-blue {
    background-color: var(--main-color2);
}
.bg-minsk {
    background-color: #3f3a7f;
}
.bg-tangaroa {
    background-color: #031236;
}
.bg-heath {
    background-color: #f3f6fb;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.overlay.bg-black {
    background-color: #000;
}
.overlay.bg-red {
    background-color: #201d1e;
}
.op-1 {
    opacity: 0.1;
}
.op-2 {
    opacity: 0.2;
}
.op-3 {
    opacity: 0.3;
}
.op-4 {
    opacity: 0.4;
}
.op-5 {
    opacity: 0.5;
}
.op-6 {
    opacity: 0.6;
}
.op-7 {
    opacity: 0.7;
}
.op-8 {
    opacity: 0.8;
}
.op-9 {
    opacity: 0.9;
}
.op-10 {
    opacity: 1;
}
.bg-f {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ddd;
}
.pos-rel {
    position: relative;
}
.content-para {
    position: relative;
    padding-left: 15px;
}
.content-para p {
    margin: 0;
}
.content-para:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: var(--main-color2);
    width: 2px;
    height: 100%;
}
.circle {
    position: relative;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.circle:hover {
    background: #fff;
}
.circle:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
}
.circle.style1:after {
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
    border: 20px solid rgba(255, 79, 30, 0.3);
}
.circle.style2:after {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    border: 10px solid rgba(255, 255, 255, 0.4);
}
.circle.v3:after {
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border: 2px solid var(--main-color2);
}
.circle:after {
    -webkit-animation: ripple 2s linear 1.9s infinite;
    animation: ripple 2s linear 1.9s infinite;
}
@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}
@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}
.bounce {
    -webkit-animation: float 1500ms infinite ease-in-out;
    animation: float 1500ms infinite ease-in-out;
}
@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}
@keyframes float {
    0% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
}
.body_overlay {
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.body_overlay.open {
    visibility: visible;
    opacity: 1;
}
.social-profile li {
    display: inline-block;
    margin: 0 10px 0 0;
}
.social-profile li:last-child {
    margin-right: 0;
}
.social-profile li a {
    display: block;
    color: #4c4c4c;
    font-size: 16px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #4c4c4c;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.social-profile li a i {
    font-size: 20px;
    line-height: 34px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.social-profile li a:hover {
    background-color: var(--main-color2);
    border-color: transparent;
}
.social-profile li a:hover i {
    color: #fff;
}
.social-profile.style2 li a {
    color: var(--main-color2);
    border: none;
    -webkit-box-shadow: 0 0 6px rgba(255, 79, 30, 0.2);
    box-shadow: 0 0 6px rgba(255, 79, 30, 0.2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.social-profile.style2 li a i {
    font-size: 20px;
    line-height: 34px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.social-profile.style2 li a:hover {
    background-color: var(--main-color2);
    border-color: transparent;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.social-profile.style2 li a:hover i {
    color: #fff;
}
.social-profile.style3 li {
    margin: 0 20px 0 0;
}
.social-profile.style3 li a {
    width: auto;
    height: auto;
    color: #fff;
    border: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.social-profile.style3 li a i {
    font-size: 20px;
    line-height: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.social-profile.style3 li a:hover {
    background-color: transparent;
}
.social-profile.v1 li:first-child::before {
    display: none;
}

.search-box {
    position: relative;
}
.search-box input {
    width: 100%;
    height: 60px;
    background: 0 0;
    color: #201d1e;
    font-size: 14px;
    line-height: 21px;
    padding: 10px 60px 10px 20px;
    border: 1px solid #ddd;
}
.search-box button {
    position: absolute;
    top: 2px;
    right: 25px;
    width: 50px;
    height: 100%;
    border: none;
    background: 0 0;
}
.search-box button i {
    color: var(--main-color2);
    font-size: 22px;
}


.header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background: 0 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #fff;
}
.header-wrap.sticky {
    z-index: 20;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.header-wrap .header-top {
    background-color: #053770;
    padding: 0px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.header-wrap .header-top .header-top-left p,
.header-wrap .header-top .header-top-left a {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    position: relative;
}
.header-wrap .header-top .header-top-left .header-contact {
    position: relative;
    padding: 5px 0;
}
.header-wrap .header-top .header-top-left .header-contact:last-child {
    padding: 0 0 0 50px;
}
.header-wrap .header-top .header-top-left .header-contact:after {
    position: absolute;
    top: -5px;
    left: 25px;
    content: "";
    width: 1px;
    height: 38px;
    background-color: rgba(255, 255, 255, 0.2);
}
.header-wrap .header-top .header-top-left .header-contact:nth-child(2):after {
    display: none;
}
.header-wrap .header-top .header-top-left .header-contact p,
.header-wrap .header-top .header-top-left .header-contact a {
    padding-left: 28px;
}
.header-wrap .header-top .header-top-left .header-contact p i {
    top: 3px;
}
.header-wrap .header-top .header-top-left .header-contact i {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--white-color);
    line-height: 1;
    font-size: 18px;
}
.header-wrap .header-top .header-top-right .lang_selctor {
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.header-wrap .header-top .header-top-right .lang_selctor i {
    color: var(--main-color2);
    position: relative;
    top: 3px;
}
.header-wrap .header-top .header-top-right .lang_selctor select {
    background-color: transparent;
    cursor: pointer;
    border: none;
    color: #fff;
    padding: 0 15px 0 0;
    font-size: 14px;
    background-image: linear-gradient(45deg, transparent 50%, #fff 60%), linear-gradient(135deg, #fff 40%, transparent 50%) !important;
    background-position: calc(100% - 8px) 11px, calc(100% - 0px) 11px, 100% 0;
    background-size: 8px 6px, 8px 6px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.header-wrap .header-top .header-top-right .lang_selctor select option {
    color: #000;
}
.header-wrap .header-top .header-top-right .link {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    color: #fff;
    border-radius: 4px;
    padding: 0;
    background-color: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.header-wrap .header-top .header-top-right .link:hover {
    color: var(--main-color2);
}
.header-wrap .header-top .header-top-right .header-social {
    margin: 0 0px 0 40px;
    padding-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.header-wrap .header-top .header-top-right .header-social span {
    color: #fff;
    font-size: 14px;
    position: relative;
    top: -1px;
}
.header-wrap .header-top .header-top-right .header-social ul {
    display: inline-block;
    position: relative;
    top: 2px;
}
.header-wrap .header-top .header-top-right .header-social ul li {
    margin: 0;
}
.header-wrap .header-top .header-top-right .header-social ul li a {
    position: relative;
    padding: 0 5px;
}
/*.header-wrap .header-top .header-top-right .header-social ul li a:after {
    position: absolute;
    top: 4px;
    right: 0;
    content: "";
    width: 1px;
    height: 22px;
    background-color: #344e6a;
}*/
.header-wrap .header-top .header-top-right .header-social ul li a:hover i {
    color: var(--main-color2);
}
.header-wrap .header-top .header-top-right .header-social ul li:last-child a:after {
    display: none;
}
.header-wrap .header-bottom {
    padding: 15px 0;
    /*background-color: #fff;*/
    border-top: 1px solid #eaeaea;
    border-bottom: 0px solid rgba(255, 255, 255, 0.2);
}
.header-wrap .header-bottom .logo img {
    max-width: 350px;
}
.header-wrap .header-bottom .header-menu-wrap .sidebar-menu {
    margin-left: 20px;
    width: 30px;
}
.header-wrap .header-bottom .header-menu-wrap .sidebar-menu i {
    color: var(--main-color2);
    font-size: 30px;
    cursor: pointer;
    position: relative;
    top: 6px;
}
.header-search {
    width: calc(100% - 50px);
}
.header-search .form-group {
    position: relative;
    margin: 0;
}
.header-search .form-group input {
    width: 100%;
    background: #f2f2f2;
    border-radius: 4px;
    height: 50px;
    padding: 10px 70px 10px 15px;
}
.header-search .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border: none;
    background: 0 0;
    color: var(--main-color2);
    padding: 12px 18px;
    border-left: 1px solid #ddd;
}
.header-search .form-group button i {
    font-size: 20px;
}
.mobile-bar-wrap.style2 .mobile_menu {
    width: 45px;
    height: 45px;
    background: #3469e5;
    border-radius: 4px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.mobile-bar-wrap.style2 .mobile_menu span {
    display: block;
    width: 25px;
    height: 2px;
    background: #fff;
    text-align: center;
    margin: 6px auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.mobile-bar-wrap.style2 .mobile_menu.open span:nth-child(1) {
    -webkit-transform: translate(1px, 5px) rotate(-44deg);
    transform: translate(1px, 5px) rotate(-44deg);
}
.mobile-bar-wrap.style2 .mobile_menu.open span:nth-child(2) {
    display: none;
}
.mobile-bar-wrap.style2 .mobile_menu.open span:nth-child(3) {
    -webkit-transform: translate(1px, -2px) rotate(44deg);
    transform: translate(1px, -2px) rotate(44deg);
}
.shopcart button {
    position: relative;
    background: 0 0;
    border: none;
    color: var(--main-color2);
}
.shopcart button i {
    font-size: 30px;
    line-height: 1;
    position: relative;
    top: 7px;
}
.shopcart button .item-amt {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 50%;
    background: #012245;
    color: #fff;
    font-size: 12px;
    line-height: 23px;
}
.shopcart .cart-total {
    color: #fff;
    font-size: 15px;
    margin-left: 3px;
}
.contact-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contact-box p {
    font-size: 15px;
    margin: 0 0 0 10px;
    line-height: 1;
}
.contact-box p a {
    display: block;
    font-weight: 600;
    padding-top: 5px;
    font-size: 15px;
}
.contact-box p a:hover {
    color: var(--main-color2);
}
.contact-box span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: var(--main-color2);
    color: #fff;
    text-align: center;
    line-height: 38px;
    font-size: 22px;
    border-radius: 3px;
}
.contact-popup {
    position: fixed;
    top: 0;
    right: -100%;
    width: 560px;
    background: #fff;
    height: 100vh;
    z-index: 9999;
    padding: 30px 40px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.contact-popup.open {
    right: 0;
    visibility: visible;
    opacity: 1;
}
.contact-popup .contact-popup-wrap {
    overflow-y: auto;
    height: 100%;
}
.contact-popup .contact-popup-wrap .comp-info .comp-logo img {
    max-width: 150px;
}
.contact-popup .contact-popup-wrap .comp-info .comp-desc {
    margin: 22px 0 20px;
}
.contact-popup .contact-popup-wrap .comp-info .footer-contact-address li {
    color: #012245;
}
.contact-popup .contact-popup-wrap .comp-map {
    margin: 5px 0;
}
.contact-popup .contact-popup-wrap .comp-map iframe {
    width: 100%;
    height: 250px;
    border-radius: 5px;
}
.contact-popup .contact-popup-wrap .share-on {
    margin: 20px 0;
}
.contact-popup .contact-popup-title {
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 25px;
    text-align: right;
}
.contact-popup .contact-popup-title .close-popup {
    background: 0 0;
    border: 1px solid var(--main-color2);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.contact-popup .contact-popup-title .close-popup i {
    font-size: 26px;
    line-height: 33px;
    color: var(--main-color2);
}
.contact-popup .contact-popup-title .close-popup:hover {
    background: var(--main-color2);
}
.contact-popup .contact-popup-title .close-popup:hover i {
    color: #fff;
}
.contact-address {
    text-align: center;
    background: #f4f4f4;
    margin-bottom: 25px;
    padding: 70px 30px 50px;
}
.contact-address .contact-icon {
    text-align: center;
    margin: 0 0 20px;
}
.contact-address .contact-icon i {
    color: var(--main-color2);
    font-size: 60px;
}
.contact-address .contact-info h5 {
    font-size: 20px;
    font-weight: 500;
}
.contact-address .contact-info p {
    margin: 0 0 10px;
}
.contact-address .contact-info p a {
    color: #626061;
}
.contact-img {
    height: 438px;
    border-radius: 20px;
}
#contactForm .form-group input,
#contactForm .form-group textarea {
    border-radius: 15px;
}
.office-map {
    position: relative;
    margin: 20px 0 0;
}
.office-map .overlay {
    border-radius: 25px;
}
.office-map img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    width: 100%;
    border-radius: 20px;
}
.comp_map {
    -webkit-box-shadow: 0 0 15px rgba(244, 131, 74, 0.1);
    box-shadow: 0 0 15px rgba(244, 131, 74, 0.1);
    padding: 25px;
    border-radius: 0 0 20px 0;
    margin: 0 10px 70px;
}
.comp_map iframe {
    width: 100%;
    height: 250px;
    border-radius: 20px 0;
}
.contact-wrap .comp_map {
    margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .main-menu-wrap.style1 #menu > ul > li {
        margin: 0 5px !important;
    }
    .contact-box p a,
    .contact-box p {
        font-size: 14px;
    }
    .comp_map {
        margin-bottom: 100px;
    }
    .header-wrap.style2 .main-menu-wrap.style1 #menu ul li a {
        padding: 15px 10px 25px;
        font-size: 13px;
    }
    .header-wrap.style2 .main-menu-wrap.style1 #menu ul li.has-children .sub-menu li a {
        font-size: 13px;
    }
    .header-wrap.style2 .main-menu-wrap.style1 #menu > ul > li.has-children > a::before {
        top: 21px;
        right: -3px;
    }
    .contact-popup .contact-popup-wrap {
        overflow-y: auto;
        height: calc(100vh - 150px);
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu-wrap.style1 #menu > ul > li.has-children > a::before {
        top: 23px !important;
    }
    .header-wrap.style2 .main-menu-wrap.style1 #menu ul li.has-children .sub-menu li a {
        font-size: 12px;
    }
    .header-wrap .main-menu-wrap.style1 #menu {
        margin-left: 25px;
    }
    .header-wrap .main-menu-wrap.style1 #menu ul li a {
        padding: 15px 12px 14px;
        font-size: 13px;
    }
    .header-wrap .main-menu-wrap.style1 #menu ul li.has-children .sub-menu a {
        font-size: 13px;
    }
    .main-menu-wrap.style1 #menu > ul > li {
        margin: 0 !important;
    }
    .contact-box p a,
    .contact-box p {
        font-size: 12px;
    }
    .comp_map {
        margin-bottom: 100px;
    }
    .contact-wrap .comp_map {
        margin-bottom: 0;
    }
    .header-wrap .header-top .header-top-left p,
    .header-wrap .header-top .header-top-left a,
    .header-wrap .header-top .header-top-right .header-social span,
    .header-wrap .header-top .header-top-right .link {
        font-size: 12px;
    }
    .header-wrap .header-top .header-top-right .header-social ul li a {
        padding: 0 8px;
    }
    .header-wrap .header-top .header-top-right .header-social {
        margin: 0 20px;
    }
}
@media only screen and (min-width: 992px) {
    .logo.style2 {
        text-align: center;
    }
    .header-wrap.sticky .header-top {
        margin-top: -48px;
    }
    .main-menu-wrap.style1 #menu ul li {
        display: inline-block;
        position: relative;
    }
    .main-menu-wrap.style1 #menu ul li a {
        padding: 15px;
        font-family: poppins, sans-serif;
        font-size: 16px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        display: inline-block;
    }
    .main-menu-wrap.style1 #menu ul li.has-children .sub-menu {
        position: absolute;
        top: 100px;
        left: -6px;
        min-width: 220px;
        border-radius: 2px;
        background: #fff;
        visibility: hidden;
        opacity: 0;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
        -webkit-transition: 0.3s;
        transition: 0.3s;
        z-index: 10;
        display: block !important;
    }
    .main-menu-wrap.style1 #menu ul li.has-children .sub-menu li {
        margin: 0;
        display: block;
        text-align: left;
    }
    .main-menu-wrap.style1 #menu ul li.has-children .sub-menu li a {
        font-size: 14px;
        line-height: 21px;
        margin: 0;
        display: block;
        color: #201d1e;
        border-bottom: 1px solid #344e6a;
        padding: 15px 22px 13px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
    .main-menu-wrap.style1 #menu ul li.has-children .sub-menu li:last-child > a {
        border-bottom: none;
    }
    .main-menu-wrap.style1 #menu ul li.has-children:hover > .sub-menu {
        top: 70px;
        visibility: visible;
        opacity: 1;
    }
    .main-menu-wrap.style1 #menu > ul > li {
        margin: 0 5px;
    }
    .main-menu-wrap.style1 #menu > ul > li > a {
        position: relative;
        font-weight: 500;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        color: #000;
        text-transform: uppercase;
    }
    .main-menu-wrap.style1 #menu > ul > li > a.active,
    .main-menu-wrap.style1 #menu > ul > li > a:hover {
        color: var(--main-color2);
    }
    .main-menu-wrap.style1 #menu > ul > li.has-children > a {
        position: relative;
    }
    .main-menu-wrap.style1 #menu > ul > li.has-children > a:before {
        position: absolute;
        top: 24px;
        right: 0;
        content: "";
        width: 6px;
        height: 6px;
        border-width: 0 0 1px 1px;
        border-style: solid;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .main-menu-wrap.style1 #menu > ul > li.has-children > .sub-menu > .has-children > a {
        position: relative;
    }
    .main-menu-wrap.style1 #menu > ul > li.has-children > .sub-menu > .has-children > a:after {
        position: absolute;
        top: 22px;
        right: 15px;
        content: "";
        width: 6px;
        height: 6px;
        border-width: 0 0 1px 1px;
        border-style: solid;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    .main-menu-wrap.style1 #menu > ul > li.has-children > .sub-menu > .has-children > a:hover:after {
        border-color: var(--main-color2);
    }
    .main-menu-wrap.style1 #menu > ul > .has-children {
        position: relative;
    }
    .main-menu-wrap.style1 #menu ul > .has-children > .sub-menu > .has-children > .sub-menu {
        left: 100%;
        top: 0;
    }
    .menu-expand i {
        display: none;
    }
    .header-wrap.style1 #menu ul li.has-children .sub-menu,
    .header-wrap.style2 #menu ul li.has-children .sub-menu {
        background: var(--main-color);
    }
    .header-wrap.style1 #menu ul li.has-children .sub-menu li a,
    .header-wrap.style2 #menu ul li.has-children .sub-menu li a {
        color: #fff;
    }
    .header-wrap.style1 #menu ul li.has-children .sub-menu li a.active,
    .header-wrap.style2 #menu ul li.has-children .sub-menu li a.active,
    .header-wrap.style1 #menu ul li.has-children .sub-menu li a:hover,
    .header-wrap.style2 #menu ul li.has-children .sub-menu li a:hover {
        background-color: var(--main-color2);
        border-color: rgba(255, 255, 255, 0.35);
    }
    .header-wrap.style1 #menu > ul > li.has-children > .sub-menu > .has-children > a:hover::after,
    .header-wrap.style2 #menu > ul > li.has-children > .sub-menu > .has-children > a:hover::after {
        border-color: #fff;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-wrap .header-bottom .header-menu-wrap .sidebar-menu i {
        top: 1px;
        font-size: 28px;
    }
    .header-wrap .header-bottom .header-menu-wrap .sidebar-menu {
        margin-right: -35px;
        width: auto;
    }
}
@media only screen and (max-width: 991px) {
    .header-wrap .header-top .header-top-right .header-social {
        margin: 0;
    }
    .header-wrap.style2 {
        top: 0;
    }
    .header-wrap.style2 .container-fluid {
        padding: 0;
    }
    .header-wrap.style1 .header-top {
        background-color: #012245;
    }
    .header-top .social-profile.style3 li a i,
    .header-top .header-contact a,
    .header-top .close-header-top button i,
    .lang_selctor .nice-select > span,
    .lang_selctor.style1 i {
        color: #fff;
    }
    .header-wrap .header-top .header-top-right .lang_selctor select {
        padding: 8px 15px;
        width: calc(100% - 20px);
    }
    .header-wrap .header-top .header-top-right .lang_selctor select {
        background-position: calc(100% - 8px) 20px, calc(100% - 0px) 20px, 100% 0;
    }
    .header-wrap .header-top .header-top-left .header-contact i {
        top: 5px;
    }
    .header-search {
        width: 100%;
        margin: 24px 0 0;
    }
    .lang_selctor {
        width: 100%;
    }
    .shopcart {
        display: inline-block;
        position: relative;
        top: -5px;
        margin: 0 12px 0 0;
    }
    .shopcart button i {
        font-size: 22px;
    }
    .shopcart button .item-amt {
        right: 0;
        width: 20px;
        height: 20px;
        font-size: 10px;
        line-height: 20px;
    }
    .shopcart .cart-total {
        display: none;
    }
    .main-menu {
        text-align: left;
    }
    .sidebar-menu i {
        font-size: 22px;
        line-height: 37px;
        position: relative;
        top: -3px;
        margin-right: 15px;
        cursor: pointer;
    }
    .logo img {
        max-width: 120px;
    }
    .mobile-bar-wrap {
        text-align: right;
        position: relative;
        top: 4px;
    }
    .header-wrap .header-bottom {
        padding: 12px 0;
    }
    .header-wrap .header-bottom .header-bottom-right,
    .header-wrap .header-top .header-top-right {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }
    .header-wrap .header-top .header-top-left p {
        margin: 0;
        padding: 0;
    }
    .header-wrap .header-top .header-top-left p,
    .header-wrap .header-top .header-top-left a {
        color: #fff;
        display: block;
    }
    .header-wrap .header-top .header-top-left p::after {
        display: none;
    }
    .header-wrap .header-bottom .header-bottom-right,
    .header-wrap .header-top .header-top-right {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        -ms-grid-row-align: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .header-top-right .social-profile.v1 {
        margin: 7px 0 15px;
    }
    .header-top-right .lang_selctor {
        border: 1px solid #666;
        border-radius: 5px;
        margin: 0 0 20px !important;
    }
    .lang_selctor .nice-select::after {
        right: 12px;
    }
    .header-top-right .btn.v1 {
        width: 100%;
        display: block;
    }
    .mobile-bar-wrap {
        text-align: right;
        position: relative;
        top: 4px;
    }
    .mobile-bar-wrap.style2 {
        top: 0;
    }
    .header-wrap .header-bottom {
        padding: 12px 0;
    }
    .header-wrap .header-top .header-bottom-right {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }
    .header-wrap .header-top .header-top-left p {
        margin: 0;
        padding: 0;
    }
    .header-wrap .header-top .header-top-left p,
    .header-wrap .header-top .header-top-left a {
        color: #fff;
        display: block;
    }
    .header-wrap .header-top .header-top-left p::after {
        display: none;
    }
    .header-wrap .header-bottom .header-bottom-right {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        -ms-grid-row-align: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .header-bottom-right .social-profile.v1 {
        margin: 7px 0 15px;
    }
    .header-bottom-right .lang_selctor {
        border: 1px solid #666;
        width: 100%;
        border-radius: 5px;
        margin: 0 0 20px !important;
    }
    .lang_selctor .nice-select::after {
        right: 12px;
    }
    .header-bottom-right .btn.v1 {
        width: 100%;
        display: block;
    }
    .header-wrap .header-top .header-bottom-right .link {
        top: 0;
        margin: 10px 0 13px;
    }
    .menu-close {
        position: absolute;
        top: 13px;
        right: 16px;
    }
    .menu-close i {
        color: #000;
        font-size: 22px;
    }
    .mobile-menu {
        text-align: right;
    }
    .mobile-menu a i {
        color: #012245;
        font-size: 26px;
    }
    .mobile-top-bar,
    .mobile-menu {
        display: inline-block;
    }
    .mobile-top-bar i {
        color: #012245;
        font-size: 22px;
        margin-right: 15px;
        cursor: pointer;
    }
    .header-top {
        position: absolute;
        height: 100vh;
        width: 100%;
        top: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background: #000;
        right: -100%;
        padding: 50px 5px !important;
        display: block;
        z-index: 99;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .header-top.open {
        visibility: visible;
        opacity: 1;
        right: 0;
    }
    .lang_selctor {
        margin: 0 0 0 11px;
    }
    .close-header-top button {
        position: absolute;
        top: 14px;
        right: 10px;
        z-index: 999;
        background: 0 0;
        border: none;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        text-align: center;
        padding: 0;
    }
    .close-header-top button i {
        color: #fff;
        font-size: 20px;
    }
    .header-contact {
        margin: 0 0 5px;
    }
    .header-top-left .social-profile.style3 {
        margin: 0 0 5px;
    }
    .header-top-right .lang_selctor {
        margin: 10px 0 20px !important;
        padding-right: 5px;
    }
    .lang_selctor .nice-select::after {
        border-color: #4c4c4c;
    }
    .lang_selctor .nice-select {
        padding-left: 30px;
    }
    .lang_selctor.style1 i {
        left: 8px;
    }
    .header-wrap .header-top .header-top-right .link {
        margin: 15px 0 0;
    }
    .header-bottom {
        border-top: none;
    }
    .main-menu-wrap {
        width: 100%;
        position: absolute;
        background: #f3f6fb;
        z-index: 999;
        top: 0;
        height: 100vh;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        left: -100%;
        padding: 55px 20px 30px;
        overflow-y: auto;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
    .main-menu-wrap.open {
        left: 0;
    }
    .main-menu > li.has-children.menu-open > span.menu-expand {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .main-menu > li.has-children.menu-open > span.menu-expand i {
        color: #000;
    }
    .main-menu > li ul li.has-children.menu-open > span.menu-expand {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .main-menu li {
        position: relative;
    }
    .main-menu li:last-child {
        margin: 0;
    }
    .main-menu li span.menu-expand {
        position: absolute;
        right: 0;
        cursor: pointer;
    }
    .main-menu li span.menu-expand i {
        font-size: 24px !important;
        color: #000;
    }
    .main-menu li span.menu-expand:hover {
        color: #000;
    }
    .main-menu li a {
        font-size: 14px;
        font-weight: 400;
        color: #000;
        text-transform: capitalize;
        display: block;
        padding-bottom: 12px;
        margin-bottom: 12px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }
    .main-menu li a:hover {
        color: #000;
    }
    .main-menu li ul.sub-menu {
        padding-left: 20px;
    }
    .main-menu li a.active {
        color: #000;
        font-weight: 600;
        border-color: rgba(0, 0, 0, 0.3);
    }
}
@media only screen and (max-width: 767px) {
    .header-wrap .header-bottom .logo img {
        max-width: 275px;
    }
    .mobile-top-bar i {
        margin-right: 10px;
    }
    .header-wrap .header-bottom .header-menu-wrap .sidebar-menu i {
        font-size: 20px;
        top: 0;
    }
}
@media only screen and (max-width: 575px) {
    .main-menu-wrap.style2 {
        width: 100% !important;
    }
    .header-contact {
        width: 100%;
    }
    .header-wrap .header-top .header-top-left .header-contact:last-child {
        padding: 0;
    }
    .header-wrap .header-top .header-top-left .header-contact::after {
        display: none;
    }
}
.main-menu-wrap.style2 {
    width: 400px;
    position: fixed;
    background: #f3f6fb;
    z-index: 999;
    top: 0;
    height: 100vh;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: -100%;
    padding: 55px 30px 30px;
    overflow-y: auto;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.main-menu-wrap.style2.open {
    left: 0;
}
.main-menu-wrap.style2 ul li a {
    display: block;
    color: #000;
    padding: 14px 0;
    border-bottom: 1px solid #000;
}
.main-menu-wrap.style2 ul li a.active {
    font-weight: 600;
}
.main-menu-wrap.style2 .has-children {
    position: relative;
}
.main-menu-wrap.style2 .has-children .sub-menu {
    margin-left: 20px;
}
.main-menu-wrap.style2 .menu-expand {
    position: absolute;
    top: 22px;
    right: 0;
    cursor: pointer;
    text-align: right;
}
.main-menu-wrap.style2 .menu-expand i {
    display: block;
    color: #000;
    font-size: 12px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.main-menu-wrap.style2 .has-children.menu-open .menu-expand i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


@media only screen and (max-width: 767px) {
    .sm-none {
        display: none !important;
    }
    .sm-center {
        text-align: center !important;
    }
    .pt-100 {
        padding-top: 50px;
    }
    .pb-100 {
        padding-bottom: 50px;
    }
    .ptb-100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .pt-70 {
        padding-top: 20px;
    }
    .pb-70 {
        padding-bottom: 20px;
    }
    .pb-75 {
        padding-bottom: 25px;
    }
    .pb-50 {
        padding-bottom: 0;
    }
    .mb-40 {
        margin-bottom: 25px !important;
    }
    
    
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-100 {
        padding-top: 70px;
    }
    .pb-100 {
        padding-bottom: 70px;
    }
    .ptb-100 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .pt-70 {
        padding-top: 40px;
    }
    .pb-70 {
        padding-bottom: 40px;
    }
    .pb-75 {
        padding-bottom: 45px;
    }
    .pb-50 {
        padding-bottom: 20px;
    }
    .smt-30 {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 991px) {
    .page-wrapper {
        overflow-x: hidden !important;
    }
    .smb-30 {
        margin-bottom: 30px;
    }
    .md-none {
        display: none !important;
    }
    .md-center {
        text-align: center !important;
    }
    .smb-0 {
        margin-bottom: 0 !important;
    }
    .smt-30 {
        margin-top: 30px !important;
    }
    .smt-20 {
        margin-top: 20px !important;
    }
   
}
@media only screen and (min-width: 768px) {
    .lg-none {
        display: none !important;
    }
}
@media only screen and (min-width: 992px) {
    .xl-none {
        display: none !important;
    }
    .mmt-20 {
        margin-top: -20px;
    }
}
@media only screen and (max-width: 1199px) {
    .lg-center {
        text-align: center !important;
    }
    .lpb-20 {
        padding-bottom: 20px !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mpx-0 {
        padding: 0;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1599px) {
    .header-wrap .container-fluid,
    .hero-wrap.style2 .container-fluid {
        padding: 0 30px !important;
    }
}
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1320px;
    }
    .ml-30 {
        margin-left: 30px !important;
    }
   
}
@media only screen and (min-width: 1450px) {
    .header-wrap .container-fluid,
    .hero-wrap.style2 .container-fluid {
        padding: 0 100px;
    }
    .header-wrap.style2 .container-fluid {
        padding: 0 30px;
    }
    .container {
        max-width: 1410px;
    }
  
}
@media only screen and (max-width: 575px) {
    .xs-center {
        text-align: center;
    }
  
}
@media only screen and (max-width: 376px) {
    p {
        font-size: 14px;
        line-height: 24px;
    }
   
}


.bg-header {
    background-image: url(../img/banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    background-position: center;
    position: relative;
}

    .bg-header::after, .about-parallex::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 0;
        /*background-color: rgba(28, 76, 163, 0.9);*/
    }

    .bg-header::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
        width: 100%;
        height: 110px;
        display: block;
        background-image: url(../img/banner-bg.png);
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: cover;
        z-index: 1;
    }

    .cnt-box{
        padding: 15px;
        background-color: #fff;
        position: relative;
        overflow: hidden;
        border-radius: 3px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    transition: all .5s;
    }
    .cnt-box:hover {
        box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
        transform: translateY(-5px);
    }
/*==========================
        16.FOOTER
============================*/
.footer {
    padding-top: 120px;
    background-image: linear-gradient(to right,#013a68, #013a68);
    background-position: 100% 0;
    background-size: 300%;
    position: relative;
}

.footer::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    width: 100%;
    height: 111px;
    background-image: url(../img/banner-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    z-index: 1;
    transform: rotateX(180deg);
}


/*------------------------------------------------------------------
	20: Common Class Button Text Span / .btnText
-------------------------------------------------------------------*/

.btnText {
	padding: .9375rem 1.5625rem;
	border: 2px solid transparent;
	opacity: 1;
	-webkit-transform-origin: right center 0;
	-ms-transform-origin: right center 0;
	transform-origin: right center 0;
	-webkit-transform: translateY(0px) rotateX(0deg);
	transform: translateY(0px) rotateX(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	width: 100%;
	border-radius: 99px;
}

/*------------------------------------------------------------------
	21: Common Class Button / .btn
-------------------------------------------------------------------*/

.btn {
	font-weight: 500;
}

.btn:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.btn:before {
	content: attr(data-hover);
	-webkit-transform: translateY(50%) rotateX(90deg);
	transform: translateY(50%) rotateX(90deg);
	opacity: 0;
	border-width: 2px;
	border-style: solid;
	-webkit-transform-origin: right center 0;
	-ms-transform-origin: right center 0;
	transform-origin: right center 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	padding: .9375rem 1.5625rem;
	border-radius: 99px;
}

.btn:hover:before {
	-webkit-transform: translateY(0px) rotateX(0deg);
	transform: translateY(0px) rotateX(0deg);
	opacity: 1;
}

.btn:hover .btnText {
	opacity: 0;
	-webkit-transform: translateY(-50%) rotateX(90deg);
	transform: translateY(-50%) rotateX(90deg);
}

.btn.btnNoOver {
	padding: .9375rem 1.5625rem;
	border-radius: 99px;
}

.btn.btnNoOver:before {
	display: none;
}

.btn.btnMinSmall {
	min-width: 152px;
}

.btn.btnMinSmall:before,
.btn.btnMinSmall .btnText {
	padding-top: .282rem;
	padding-bottom: .282rem;
}

.btn.btnMinMedium {
	min-width: 172px;
}

.btn.btnMinMedium:before,
.btn.btnMinMedium .btnText {
	padding-top: .594rem;
	padding-bottom: .594rem;
}

.btn.btnMinMediumAlt {
	min-width: 176px;
}

.btn.btnMinMediumAlt:before,
.btn.btnMinMediumAlt .btnText {
	padding-top: .907rem;
	padding-bottom: .907rem;
}

.btn.btnMinLarge {
	min-width: 190px;
}

.btn.btnMinLarge:before,
.btn.btnMinLarge .btnText {
	padding-top: .907rem;
	padding-bottom: .907rem;
}

.btn.btnMinXLarge {
	min-width: 211px;
}

.btn.btnMinXLarge:before,
.btn.btnMinXLarge .btnText {
	padding-top: 1.219rem;
	padding-bottom: 1.219rem;
}

.btn.btnLarge {
	min-width: 222px;
}

.btn.btnLarge:before,
.btn.btnLarge .btnText {
	padding-top: .907rem;
	padding-bottom: .907rem;
}
/*------------------------------------------------------------------
	23: Common Class Theme Button Two / .btnThemeAlt
-------------------------------------------------------------------*/

.btnThemeAlt.btnNoOver {
	color: #fff;
}

.btnThemeAlt.btnNoOver:hover {
	background-color: #fff !important;
}

.btnThemeAlt:before {
	background-color: #fff;
}

.btnThemeAlt .btnText {
	color: #fff;
}


.btnThemeAlt.btnNoOver:hover,
.btnThemeAlt:before,
.btnThemeAltInverse .btnText,
.btnThemeWhiteInverse:before,
.btnThemeWhiteInverse .btnText,
.hTitle,
#pageHeader .mainNavigation .nav-link:hover,
#pageHeader .mainNavigation.navbar-nav .nav-link:hover,
#pageHeader.headerDark .userActionsList > li a:hover,
#pageHeader.headerDark .mainNavigation .nav-link:hover,
#pageHeader.headerDark .mainNavigation.navbar-nav .nav-link:hover,
.mainNavigation .nav-link:hover,
.mainNavigation.navbar-nav .nav-link:hover,
.userActionsList > li > a:hover,
.babFeatureColumn .icnWrap,
.babFeatureColumn h2 a:hover,
.babFeatureColumn .h2 a:hover,
.btnCalto .bctLink,
.pgNaveOpener,
.btnRefLink .icn,
.descrTag .icn,
.esColumn .icnWrap,
.esColumn h3 a:hover,
.servicesList.serAlt a:hover,
.servicesList.servicesListVII a:hover,
.priceColumn h3,
.priceColumn .h3,
.listDefaultStyles a:hover,
.pcFeaturesList.pcfAlt > li:before,
.pcFeaturesList.pcfAlt a:hover,
.cabHolder .icn,
.featureColumn .h6 a:hover,
.featureColumn .icnWrap,
.ftColumnClassic .h5 a:hover,
.ftColumnGrid .h5 a:hover,
.clientQuoteii:after,
.serviceViewBox .icn,
.serviceViewBox .h6 a:hover,
#myTab .tablink.active,
#myTab .tablink:hover,
.pnnPaginList li > a,
.proItemCol .h6 a:hover,
.widgetTags li.current a,
.tagList li.current a,
.widgetTags a:hover,
.tagList a:hover,
.quantity .quantity-button:hover,
.cartTable .quantity .quantity-button:hover,
.mcssList .mcssLink:hover,
.abtBlockColumn .icnWrap,
.bookAppointmentWidget .icn,
.widgetDepartsNav li.active > a,
.widgetFiltersNav li.active > a,
.widgetDepartsNav li a:hover,
.widgetFiltersNav li a:hover,
.btnDcsBack:hover,
.drItemRow .btnDownload:hover,
.drItemRow .icn,
.superPowerTeamSection .playBtnWrap:hover .plyBtnTxt,
.blockPostColumn.blogClassicVII .feedbackSlide .icnWrap,
.getDiscountAside .icnWrap,
.fakeRadioInput .fakeInput:checked + .fake_label .icnWrap,
.faqSectionBlock .headingHead a:hover,
.ardcColumn .icnWrap,
.ardcColumn .ardcList a:hover,
.authorWidget .h6 a:hover,
.nwssHolder .vssLink:hover,
.nwssHolder .vssLink:hover .vssIcn,
.extSerWrap .time .icn,
.cbbPageList li a:hover,
.clientQuote q:before,
.ftSocialNetworks a:hover,
.feedbackSlide:before,
.pmSlctList .payPalLink:hover,
.ifbFiltersList li.active a,
.ifbFiltersList a:hover,
.gPhoColumnGallery .icnSearch:hover,
.wCatList a:hover,
.wCatList a:before,
.getDirColumn .btnLink:hover,
.mainNavigation .ddohOpener:hover > .nav-link,
.gPhoColumnGrid:hover .h5 a,
.seeBenefitsAside .fabFeaturesList .featureColumn:hover .icnWrap,
.seeBenefitsAside.seeBenefitsAsideVII .fabFeaturesList .icnWrap,
.fakeRadioInput .fakeInput:checked + .fake_label,
.btnThemeAlt.btnNoOver:hover,
.btnThemeAlt:before,
.btnThemeAltInverse .btnText,
#pageHeader.headerDark .userActionsList .navbarSearchClose,
.btnThemeWhiteInverse:before,
.btnThemeWhiteInverse .btnText,
.btnHdLink:hover,
.btnRefLink:hover,
.clientQuoteii cite .h5 a:hover,
.recentNewsWidget h4 a:hover,
.recentNewsWidget .h4 a:hover,
.blockPostColumn .title a.text-lDark:hover,
.drItemRow h4 a:hover,
.drItemRow .h4 a:hover,
.fpList h4 a:hover {
	color: #2db7ff;
}

.btnThemeAlt.btnNoOver,
.btnThemeAlt .btnText,
.btnThemeAltInverse:before,
.btnThemeWhite.btnNoOver:hover,
.btnThemeWhiteOutline.btnNoOver:hover,
.babFeatureColumn h2:after,
.babFeatureColumn .h2:after,
.btnCalto .bg,
.navbarSearchClose:hover,
.slickDotsv1 li.slick-active button,
.slickDotsv1 button:hover,
.imgHolderv1:before,
.slickDotsv2 li.slick-active button,
.slickDotsv2 button:hover,
.counterAsideBlock,
.servicesList > li:after,
.imhcPinOpener,
.imhcPinOpener:before,
.getDirColumn .ardBadge,
.subscritionForm .inputWrap .btnSubmit,
.photoGalleryBlock:before,
.progressBar .percentageProgBar .over,
.tableDefault th,
#myTab .tablink:before,
.ifbFiltersList a:after,
.postNavigatorNav .btnPrev:hover,
.postNavigatorNav .btnNext:hover,
.btnAddToCart,
.pagination .page-item.active .page-link,
.pagination .page-link:hover,
.widgetTitile:before,
.searchForm .btnSearch,
.dotsList > li:before,
.superPowerTeamSection .videoBoxWrap .btnPlay,
.seeBenefitsAside,
.blockPostColumn[data-category]:before,
.blockPostColumn .catTag,
.blockPostColumn .nrcImageSlider .ssArrowVii:hover,
.btnYouPlay:hover,
.nwssHolder .vssOpener.hover,
.vssDropdownHolder:hover .vssOpener,
.blogSinglePost .tagList li.current a,
.blogSinglePost .imgWrap[data-category]:before,
.ourGallerySection:before,
.hdDropdownList a:hover,
.dropdown-submenu:hover > .dropdown-item,
.dropdown-submenu.show > .dropdown-item,
.ui-widget.ui-slider.ui-slider-horizontal .ui-widget-header,
.superPowerTeamSection .playBtnWrap:hover .btnPlay:before,
#backToTop,
.esColumn:hover .icnWrap,
.btnThemeAlt.btnNoOver,
.btnThemeAlt .btnText,
.btnThemeAltInverse:before,
.btnThemeWhite.btnNoOver:hover,
.btnThemeWhiteOutline.btnNoOver:hover {
	background-color: #2db7ff;
}

.btnThemeAlt.btnNoOver,
.btnThemeAlt:before,
.btnThemeAlt .btnText,
.btnThemeAltInverse .btnText,
.btnThemeWhite.btnNoOver:hover,
.btnThemeWhiteOutline.btnNoOver:hover,
.servicesList > li:before,
.processColumn .pcCountSpan:after,
.subscritionForm .inputWrap .btnSubmit,
.dcsTabset .nav-link:before,
.dcsTabset.nav-tabs .nav-link:before,
.dcsTabsetVII .nav-link:after,
.dcsTabsetVII.nav-tabs .nav-link:after,
.postNavigatorNav .btnPrev:hover,
.postNavigatorNav .btnNext:hover,
.pagination .page-item.active .page-link,
.pagination .page-link:hover,
.searchForm .btnSearch,
.blockPostColumn .nrcImageSlider .ssArrowVii:hover,
.nwssHolder .vssOpener.hover,
.vssDropdownHolder:hover .vssOpener,
.blogSinglePost .tagList li.current a,
.pieWrapper .half-circle,
.btnThemeAlt.btnNoOver,
.btnThemeAlt:before,
.btnThemeAlt .btnText,
.btnThemeAltInverse .btnText,
.btnThemeWhite.btnNoOver:hover,
.btnThemeWhiteOutline.btnNoOver:hover {
	border-color: #2db7ff;
}

.pattern-bg {
    background-image: url('../img/bg-element.png');
    background-size: contain;
    background-attachment: fixed;
}

.pattern-bg-black {
    background-image: url('../images/bg-element.png');
    background-size: cover;
    background-attachment: fixed;
    background-color: var(--dark-color-bg);
}
.project-block-one{
background-color: #053770;

  
  
}
.project-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  
  
}
.project-block-one .inner-box figure{
margin: 0;
padding: 0;
}
.project-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
 background-color: #1C4CA3;
  
  
}

.project-block-one .inner-box .image-box img{
  width: 100%;

}

.project-block-one .inner-box .image-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(-90deg, rgba(30,36,52,0.0), rgba(30,36,52,0.5) 100%);
  top: 0px;
  right: 0px;
  z-index: 1;
  transition: all 500ms ease;
  
}

.project-block-one .inner-box .text{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 0px 30px 24px 30px;
  z-index: 1;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .text{
  opacity: 0;
}

.project-block-one .inner-box .text h6{
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
    border: 1px solid #fff;
  border-radius: 20px;
  padding: 0 15px;
}

.project-block-one .inner-box .overlay-content{
  position: absolute;
  left: 0px;
  top: 15px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.project-block-one .inner-box:hover .overlay-content{
  top: 0px;
  visibility: visible;
  opacity: 1;
}

.project-block-one .inner-box .overlay-content:before {
  position: absolute;
  content: '';
  background-color: #1e2434;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.9;
}

.project-block-one .inner-box .overlay-content .view-btn{
  position: absolute;
  top: 30px;
  right: 30px;
}

.project-block-one .inner-box .overlay-content .view-btn a{
  position: relative;
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 60px;
  font-size: 24px;
  background-color: #fff;
  color: #1e2434;
  text-align: center;
}

.project-block-one .inner-box .overlay-content .view-btn a:hover{
  color: var(--main-color2);
}

.project-block-one .inner-box .overlay-content .gallery-view-btn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.project-block-one .inner-box .overlay-content .gallery-view-btn a{
  position: relative;
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 60px;
  font-size: 24px;
  background-color: #fff;
  color: #1e2434;
  text-align: center;
}

.project-block-one .inner-box .overlay-content .gallery-view-btn a:hover{
  color: var(--main-color2);
}

.project-block-one .inner-box .overlay-content .inner{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 0px 30px 21px 30px;
}

.project-block-one .inner-box .overlay-content .inner h6{
  display: block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #fff;

}

.project-block-one .inner-box .overlay-content .inner h5{
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 16px;
  text-transform: uppercase;
  
}

.project-block-one .inner-box .overlay-content .inner h5 a{
  display: inline-block;
  color: #fff;
}

.project-block-one .inner-box .overlay-content .inner h5 a:hover{

}

.project-block-one .inner-box .overlay-content .inner .link a{
  position: relative;
  display: inline-block;
  font-size: 16px;
}

.project-block-one .inner-box .overlay-content .inner .link a:hover{
  color: #fff;
}


.ftr-widget h3{
font-size: 17px;
font-weight: 500;
color: #fff;
text-transform: uppercase;
letter-spacing: .10em;
}

.ftr-widget p{
font-size: 14px;
line-height: 22px;
color: #fff;

letter-spacing: .10em;
}

.btnr {
  background: #1d1d1d;
  border: none;
  font-size: 10px;
  font-size: 1rem;
  background-color: #1d1d1d;
  color: white;
  
  
  
  padding: .6rem 2.1rem;
  border: 1px solid var(--main-color2);
  transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
  display: inline-block;
  cursor: pointer;
  width: 100%;
  min-width: 100px;
  min-width: 10rem;
  outline: none;
  vertical-align: middle;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
}
.btnr a, .btnr:focus{
color: #fff !important;
}
@media (min-width: 400px) {
  .btnr {
    width: auto;
  }
}
@media (min-width: 800px) {
  .btnr {
    font-size: 1.1rem;
    padding: .8rem 2.4rem;
  }
}
.btnr:hover {
  background: var(--main-color2);
  border-color: var(--main-color2);
  color: #fff;
}
.btn-border {
  background-color: transparent;
  color: var(--main-color2);
}
.btn-arrow {
  position: relative;
  transition: background-color 300ms ease-out;
}
.btn-arrow span {
  display: inline-block;
  position: relative;
  transition: all 300ms ease-out;
  will-change: transform;
}
.btn-arrow:hover span {
  transform: translate3d(-1rem, 0, 0);
}
.btn-arrow svg {
  position: absolute;
  width: 1.1em;
  right: 0px;
  right: 0rem;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 300ms ease-out;
  will-change: right, opacity;
}
.btn-arrow svg * {
  stroke-width: 5;
  stroke-color: transparent;
}
.btn-arrow:hover svg {
  opacity: 1;
  right: -2rem;
}

.jarallax {
    min-height: 600px;
}
/* hero block */
.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 800px;
    height: calc(100vh - 220px);
}
.hero h1 {
    font-size: 80px;
    font-size: clamp(32px,7.5vw,80px);
    max-width: 1200px;
    color: #fff;
    margin: 0 auto;
    line-height: 1;
    letter-spacing: -0.01em;
    font-weight: 800;
}
.hero.jarallax > .jarallax-img img,
.hero.jarallax > .jarallax-container img {
    /*filter: blur(3px);*/
}
.hero-name {
    font-size: 20px;
    font-size: clamp(17px,2vw,20px);
    font-weight: 300;
    color: #fff;
    letter-spacing: 1.1em;
    letter-spacing: clamp(0.1em,2vw,1.1em);
    margin-bottom: 20px;
    text-transform: uppercase;
}
.pbmit-col-wrapper{
	border-style: solid;
    border-width: 1px 1px 1px 0px;
    border-color: #E8E8E9;
    padding: 40px;
}
/*@media only screen and (min-width: 1200px) {
.pbmit-col-wrapper{
		padding: 90px 80px 60px 90px;
	}
  }*/
  

/** Style 1 **/
.pbmit-ihbox-style-1 {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.pbmit-ihbox-style-1:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper {
	display: inline-block;
	margin-bottom: 30px;
}
.pbmit-ihbox-style-1 .pbmit-icon-type-icon i {
	font-size: 100px;
	line-height: 100px;
	color: var(--pbmit-global-color);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-text {
	font-size: 30px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: var(--pbmit-white-color);
	background: var(--pbmit-global-color);
}
.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-image {
	width: 80px;
	height: 80px;
} 
.pbmit-ihbox-style-1 .pbmit-element-subtitle {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}
.pbmit-ihbox-style-1 .pbmit-element-title {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 0;
}
.pbmit-ihbox-style-1 .pbmit-heading-desc {
	padding-top: 10px;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-btn {
	padding-top: 35px;
}
.pbmit-ihbox-style-1 .pbmit-ihbox-svg svg {
	margin-bottom: 30px;
}


.innerBanner-title {
	overflow: hidden;
	/*margin-top: 50px;
	margin-bottom: 50px;*/
    
   
    
  }

  .innerBanner-title .innerBanner-title-bg {
	
	position: relative;	  
	
   
    
   
	
  }
  .innerBanner-title .innerBanner-title-bg img{
  border-radius: 16px;
  }
  .innerBanner-title .innerBanner-title-bg h2{
    padding: 15px 15px 15px 0;
    color: var(--main-color);
    text-transform: uppercase;
    font-weight: 700;
  }
  
  .innerBanner-title .innerBanner-title-bg::after {
	/*background-color: var(--main-color2);*/
	content: "";
	height: 100%;
	right: 50% !important;
	position: absolute;
	top: 0;
	width: 5000px;
	z-index: -1;
  }
    .innerBanner-title .innerBanner-title-bg::beforef {
	background-color: #000;
	content: "";
	height: 100%;
	right: 0% !important;
	position: absolute;
	top: 0;
	width: 50%;
	z-index: -1;
  }
  .abt h2{
    color: var(--main-color2);
  }
  .abt p{
    color: var(--paragraph-color);
  }


  .info-box{position:relative;overflow:hidden;margin-bottom:50px}
.info-box:hover .info-box__img::before{background-color:rgba(13,115,252,.6)}
.info-box:hover .info-box__img img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}
.info-box:hover .info-box__inner{background-color:#25272a}
.info-box:hover .info-box__title i{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}
.info-box__img{position:relative;overflow:hidden}
.info-box__img::before{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(13,115,252,.3);z-index:1;-webkit-transition:background-color .6s;-o-transition:background-color .6s;transition:background-color .6s}
.info-box__img img{position:relative;z-index:0;width:100%;height:auto;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .6s;transition:-webkit-transform .6s;-o-transition:transform .6s;transition:transform .6s;transition:transform .6s,-webkit-transform .6s}
.info-box__category{color:#fff;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:-.050em;position:absolute;top:25px;left:30px;width:100%;z-index:1}


.info-box__description{position:absolute;bottom:0;left:0;width:100%;z-index:2}

.info-box__number{/*position: absolute; right: 10px; top: 20px;  -webkit-text-stroke: 1px #fff; color: rgba(255, 255, 255, 0.2);*/ color: #fff; font-size:70px;line-height:60px;font-weight:700;letter-spacing:-.050em;margin-bottom:10px;padding:0 25px; opacity: 0.5;  
   
}
.info-box__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px 0;margin-bottom:0}
.info-box__title a{ font-size: 20px; font-weight: normal; color:#fff;text-decoration:none;-webkit-transition:color .6s;-o-transition:color .6s;transition:color .6s;margin-right:15px}.info-box__title a:hover{color:#0d73fc}
.info-box__title i{color:#fff;font-size:14px;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transition:-webkit-transform .6s;transition:-webkit-transform .6s;-o-transition:transform .6s;transition:transform .6s;transition:transform .6s,-webkit-transform .6s}
.info-box__inner{padding:0 30px;background-color:#053770;-webkit-transition:background-color .7s;-o-transition:background-color .7s;transition:background-color .7s}
.info-box p{color:#ababab}.info-box__hidden{padding-bottom:30px}
.info-box__link{-webkit-transition:color .6s;-o-transition:color .6s;transition:color .6s}
.info-box__link:hover{color:#fff}
.info-box__link:hover::after{background-color:#fff}


.img-bg{position:absolute;top:0;left:0;width:100%;height:100%;margin:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;font-family:"object-fit: cover; object-position: 50% 50%"}
.promo-primary{position:relative; margin-top: 156px;}
@media only screen and (min-width:1200px){
.promo-primary{/*width:calc(100% - 53px);*/padding-left:53px}}

.promo-primary .align-item{position:relative;top:-20px}
.promo-primary span{display:inline-block;color:#fff;line-height:25px;font-weight:500;letter-spacing:-.050em;margin-bottom:12px}
.promo-primary .title{color:#fff;font-size:36px;letter-spacing:-.050em;margin-bottom:0;position:relative}

@media only screen and (min-width:768px){
.promo-primary .title{font-size:42px}
}
@media only screen and (max-width:991px){
.promo-primary{margin-top: 110px !important;}
}
@media only screen and (max-width:767px){
.promo-primary{margin-top: 100px !important;}
}
@media only screen and (min-width:992px){

.promo-primary .title{font-size:50px}
}

@media only screen and (min-width:1200px){
.promo-primary .title{font-size:60px}
}

.promo-primary .title::after,.promo-primary .title::before{content:"";display:inline-block;height:4px;position:absolute; left: 50%; transform: translateX(-50%); bottom:-30px}
.promo-primary .title::before{width:5%;background-color:#0d73fc; left: 47%;}
.promo-primary .title::after{width:5%;background-color:#b7b7b7; left: 52.5%; }
.promo-primary .overlay{background-color:rgba(13,115,252,.2);z-index:1}
.promo-primary .align-container{position:relative;padding:80px 0;z-index:2}

@media only screen and (min-width:992px){
.promo-primary .align-container{padding:100px 0}
}



.section .top-side {
  text-align: center;
}
.section .top-side .title {
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
}
.section .top-side .title:after {
  content: "";
  display: block;
  width: 50%;
  border-bottom: 1px solid #494949;
  margin: 8px auto;
}
.section .top-side h2 {
  font-weight: 700;
}
.section.portfolio .filters {
  text-align: center;
  margin-top: 50px;
}
.section.portfolio .filters ul {
  padding: 0;
}
.section.portfolio .filters ul li {
  list-style: none;
  display: inline-block;
  padding: 20px 30px;
  cursor: pointer;
  position: relative;
}
.section.portfolio .filters ul li:after {
  content: "";
  display: block;
  width: calc(0% - 60px);
  position: absolute;
  height: 2px;
  background: #333;
  transition: width 350ms ease-out;
}
.section.portfolio .filters ul li:hover:after {
  width: calc(100% - 60px);
  transition: width 350ms ease-out;
}
.section.portfolio .filters ul li.active:after {
  width: calc(100% - 60px);
}
.section.portfolio .filters-content {
  margin-top: 50px;
}
.section.portfolio .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}
.section.portfolio .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}
.section.portfolio .filters-content .item {
  
  cursor: pointer;
  margin-bottom: 30px;
}
.section.portfolio .filters-content .item .p-inner {
  padding: 20px 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.section.portfolio .filters-content .item .p-inner h5 {
  font-size: 15px;
}
.section.portfolio .filters-content .item .p-inner .cat {
  font-size: 13px;
}
.section.portfolio .filters-content .item img {
  width: 100%;
}


.inner-about h4{
font-size: 20px;
line-height: 34px;
font-weight: 400;
}
.vision-mission{
position: relative;
background-color: #efede7;
}
/*.vision-mission::before{
content: "";
position: absolute;
top: -100px;
left: 0;
width: 100%;
height: 200px;
background-color: #efede7;
z-index: -1;
}*/
.vision-mission p{
font-size: 18px;
line-height: 28px;
}

ul.services-list{
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 30px 30px;
border-radius: 5px;
background-color: #cadbde;
margin-bottom: 30px;

}
ul.services-list li{
font-size: 16px;
list-style: none;
padding-left: 30px;
position: relative;
margin-bottom: 5px;
}
ul.services-list li:first-child{
font-size: 18px;
font-weight: 500;
color: #000;
padding: 10px;
text-transform: uppercase;
border-radius: 5px;
margin-bottom: 15px;
}
ul.services-list li:before{
content: "";
width: 10px;
height: 10px;
background-color: #000;
position: absolute;
top: 7px;
left: 10px;
}
ul.services-list li:first-child::after{
content: "";
width: 100%;
height: 2px;
background-color: #000;
position: absolute;
bottom: 0;
left: 0;
}
ul.services-list li:first-child::before{
display: none;
}


.sec-title{margin-bottom:30px;position:relative}
.sec-title .sub-title{display:inline-block;color:#ff5500;font-family:var(--title-fonts);font-size:16px;font-weight:500;letter-spacing:1.6px;position:relative;text-transform:uppercase}
.sec-title .sub-title:before{background:#ff5500;content:"";height:2px;left:100%;margin-left:10px;margin-top:-1px;position:absolute;top:50%;width:35px}
.sec-title h1{position:relative;font-size:60px;line-height:1em;color:var(--sec-title-color);font-family:var(--sec-title-font-family);font-weight:var(--sec-title-font-weight)}
.sec-title h2{position:relative;font-size:40px;color:##0f2c49;font-family:var(--sec-title-font-family);font-weight:700;margin-bottom:0;padding-bottom:12px}

@media only screen and (max-width:1023px){.sec-title h2{font-size:38px;line-height:1.2em}}

@media only screen and (max-width:599px){
.sec-title h2{font-size:34px;line-height:1.2em}
.sec-title h2 br{display:none}}

.sec-title h3{font-size:40px}
.sec-title .text{font-size:16px;font-weight:500;margin-top:20px}

@media only screen and (max-width:1199px){
.sec-title .text{margin-top:15px}}

.sec-title.light h3,.sec-title.light h2,.sec-title.light .text,.sec-title.light h1{color:#fff}
.sec-title.light .sub-title{color:#e6f3ff}.sec-title.text-center h2:before{left:50%;margin-left:-30px}

.contact-gradient{background: rgb(243,243,243);
background: -moz-linear-gradient(90deg, rgba(243,243,243,1) 50%, rgba(227,227,227,1) 50%);
background: -webkit-linear-gradient(90deg, rgba(243,243,243,1) 50%, rgba(227,227,227,1) 50%);
background: linear-gradient(90deg, rgba(243,243,243,1) 50%, rgba(227,227,227,1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f3f3",endColorstr="#e3e3e3",GradientType=1);}
@media only screen and (max-width:991px){.contact-gradient{background: none;}}
.contact-details__info{position:relative;display:block;margin-top:41px}
.contact-details__info li{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.contact-details__info li .icon{height:80px !important;width:80px !important;background-color:#ff5500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all 500ms ease;transition:all 500ms ease;border-radius:50%}
.contact-details__info li .icon span{color:#fff;font-size:25px;-webkit-transition:all 500ms ease;transition:all 500ms ease}
.contact-details__info li .text h6{margin-bottom:5px;margin-top:0}
.contact-details__info li:hover .icon{background-color:#232331;}
.contact-details__info li:hover .icon span{color:#fff}
.contact-details__info li:hover .text a{color:var(--notech-base)}
.contact-details__info li:hover .text a span{color:var(--notech-gray)}
.contact-details__info li .text{margin-left:30px}
.contact-details__info li .text p{font-size:14px;line-height:24px}
.contact-details__info li .text a{font-size:18px;color:#767676;-webkit-transition:all 500ms ease;transition:all 500ms ease}
.contact-details__info li .text span{font-size:18px;color:#767676}
.contact-details__info li+li{margin-top:30px}


