.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: #1e3f86;
    --main-color2: #b91134;
    --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: 150px;
}
@-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;
}

.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 5px 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 #fff;
    -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 0px 0 0 !important;
}
.social-profile.style3 li a {
    width: auto;
    height: auto;
    color: #fff;
    border: none !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.social-profile.style3 li a i {
    font-size: 18px;
    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: 2;
    width: 100%;
    background: 0 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.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 .logo-dark{
    display: none;
}
.header-wrap.sticky .logo-dark{
    display: block;
}
.header-wrap.sticky .logo-light{
    display: none;
}

.header-wrap .header-top {
    background-color: var(--main-color);
    padding: 8px 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;
}
.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: 3px;
    left: 25px;
    content: "";
    width: 1px;
    height: 20px;
    background-color: #344e6a;
    background-color: #fff;
}
.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;
}
.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 7px;
}
/*.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: transparent;
}
.header-wrap .header-bottom .logo img {
    max-width: 220px;
}
.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;
    }
    .header-wrap.sticky .main-menu-wrap.style1 #menu ul li a{
        color: #000;
    }
    .main-menu-wrap.style1 #menu ul li a {
        padding: 15px;
        
        font-size: 15px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        display: inline-block;
        color: #fff;
    }
    .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;
    }
    .main-menu-wrap.style1 #menu > ul > li > a.active,
    .main-menu-wrap.style1 #menu > ul > li > a:hover {
        color: var(--white-color);
    }
    .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 {
        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: 120px;
    }
    .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 !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;
    }
   
}

.btn {
    display: inline-block;
    line-height: 26px;
    font-weight: 400;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    padding: 14px 35px;
    border-radius: 5px;
    color: #fff;
    background: #0d6efd;
    overflow: hidden;
    white-space: nowrap
}

.btn i {
    position: relative;
    top: 3px;
    font-size: 16px;
    margin-left: 7px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.btn:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 50%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.btn:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 50%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.btn:hover {
    color: #fff
}

.btn:hover:after,
.btn:hover:before {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1
}

.btn.style2 {
    background-color: var(--main-color2);
    color: #fff
}

.btn.style2:after,
.btn.style2:before {
    background: #002172
}

.btn.style2:hover {
    color: #fff
}

.bg-cover {
    background-position: center center !important;
    background-size: cover !important;
  }
  .bg-gray {
    background: #E7EDF8;
  }

  

.section-title {
    position: relative;
}
.section-title span {
    position: relative;
    line-height: 1.5;
    display: inline-block;
    font-weight: 500;
    color: var(--main-color2);
    text-transform: uppercase;
    margin: 0 0 5px;
}
.section-title h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
   
}
.section-title.text-dark h2{
    color: var(--main-color);
}
.section-title.text-light h2{
    color: var(--white-color);
}
.section-title p {
    margin: 5px 0 0;
}


.top-bar-area {
    overflow: hidden;
   
  }
  
  .top-bar-area .shape {
    position: relative;
    z-index: 1;
    padding-left: 20px;
  }
  
  .top-bar-area .shape::after {
    position: absolute;
    left: 0;
    top: -100%;
    content: "";
    height: 300%;
    width: 500%;
    background: var(--main-color2);
    z-index: -1;
    transform: skewX(20deg);
    border-left: 5px solid #ffffff;
    
  }
  .bg-f {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ddd
}
  .hero-slide-1 {
    background-image: url(../img/web-application.jpg)
}

.hero-slide-2 {
    background-image: url(../img/digital_marketing.jpg)
}

.hero-slide-3 {
    background-image: url(../img/mobile-application-development.jpg)
}
  .hero-wrap.style2 {
    padding: 0;
    position: relative
}

.hero-wrap.style2 .container-fluid {
    position: relative
}



.hero-wrap.style2 .hero-slide-item {
    position: relative;
    z-index: 1;
    padding: 220px 0 220px;
    
}

.hero-wrap.style2 .hero-slide-item:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(rgba(1, 34, 115, 0.9)), color-stop(66%, rgba(1, 34, 115, 0.02)), color-stop(67%, rgba(1, 34, 115, 0.04)));
    background: linear-gradient(90deg, rgba(1, 34, 115, 0.9) 0%, rgba(1, 34, 115, 0.02) 66%, rgba(1, 34, 115, 0.04) 67%);
    z-index: -1;
    
}

.hero-wrap.style2 .hero-slide-item .hero-content h1 {
    color: #fff;
    font-weight: 700
}





.hero-wrap.style2 .hero-slide-item .hero-content p {
    color: rgba(255, 255, 255, .8);
    margin: 0 0 30px
}

.hero-wrap.style2 .hero-slide-item .hero-content .btn.style2:before,
.hero-wrap.style2 .hero-slide-item .hero-content .btn.style2:after {
    background-color: #fff
}

.hero-wrap.style2 .hero-slide-item .hero-content .btn.style2:hover {
    color: #002172
}  

.hero-slider-one.owl-carousel .owl-nav button.owl-prev,
.hero-slider-one.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background-color: #f9f9f9;
    
}

.hero-slider-one.owl-carousel .owl-nav button.owl-prev i,
.hero-slider-one.owl-carousel .owl-nav button.owl-next i {
    color: #002172;
    font-size: 30px
}

.hero-slider-one.owl-carousel .owl-nav button.owl-prev:hover,
.hero-slider-one.owl-carousel .owl-nav button.owl-next:hover {
    background-color: var(--main-color2)
}

.hero-slider-one.owl-carousel .owl-nav button.owl-prev:hover i,
.hero-slider-one.owl-carousel .owl-nav button.owl-next:hover i {
    color: #fff
}

.hero-slider-one.owl-carousel .owl-nav button.owl-prev {
    left: 0px
}

.hero-slider-one.owl-carousel .owl-nav button.owl-next {
    right: 0px
}



.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content h1{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-delay:.7s;animation-delay:.7s}
.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content p{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-delay:.9s;animation-delay:.9s}
.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .btn{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-delay:1.1s;animation-delay:1.1s}

@media only screen and (max-width:575px) {
   
    .hero-wrap.style2 .hero-slide-item {
        padding: 115px 0 120px
    }
    .hero-wrap.style2 .hero-slide-item .hero-content h1 {
        font-size: 28px
    }
  
    .hero-slider-one.owl-carousel .owl-nav button.owl-prev,
    .hero-slider-one.owl-carousel .owl-nav button.owl-next {
        width: 40px;
        height: 40px;
        top: auto;
        bottom: 45px;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    .hero-slider-one.owl-carousel .owl-nav button.owl-prev i,
    .hero-slider-one.owl-carousel .owl-nav button.owl-next i {
        font-size: 15px
    }
    .hero-slider-one.owl-carousel .owl-nav button.owl-prev {
        left: calc(50% - 50px)
    }
    .hero-slider-one.owl-carousel .owl-nav button.owl-next {
        right: calc(50% - 50px)
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    /*.hero-wrap.style2 .container-fluid {
        max-width: 540px
    }*/
    .hero-wrap.style2 .container-fluid .client-feedback {
        right: 35px
    }
    .hero-wrap.style2 .container-fluid .client-feedback span {
        color: #fff
    }
    .hero-wrap.style2 .hero-slide-item {
        padding: 130px 0
    }
    .hero-wrap.style2 .hero-content {
        padding-left: 30px
    }
    .hero-wrap.style2 .hero-content h1 {
        font-size: 36px
    }
    .hero-slider-one.owl-carousel .owl-nav button.owl-prev,
    .hero-slider-one.owl-carousel .owl-nav button.owl-next {
        width: 50px;
        height: 50px
    }
    .hero-slider-one.owl-carousel .owl-nav button.owl-prev i,
    .hero-slider-one.owl-carousel .owl-nav button.owl-next i {
        font-size: 18px
    }
    .hero-slider-one.owl-carousel .owl-nav button.owl-prev {
        left: 0px
    }
    .hero-slider-one.owl-carousel .owl-nav button.owl-next {
        right: 0px
    }
}

@media only screen and (max-width:767px) {
    .hero-wrap.style2 .hero-slide-item:after {
        background: rgba(1, 34, 115, .6)
    }

}

@media only screen and (min-width:768px) and (max-width:991px) {
    /*.hero-wrap.style2 .container-fluid {
        max-width: 760px
    }*/
    .hero-wrap.style2 .container-fluid .client-feedback {
        right: 35px
    }
    .hero-wrap.style2 .hero-slide-item {
        padding: 100px 0 140px
    }
    .hero-wrap.style2 .hero-slide-item:after {
        background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(1, 34, 115, 0.9)), color-stop(96%, rgba(1, 34, 115, 0.02)), color-stop(77%, rgba(1, 34, 115, 0.04)));
        background: linear-gradient(90deg, rgba(1, 34, 115, 0.9) 10%, rgba(1, 34, 115, 0.02) 96%, rgba(1, 34, 115, 0.04) 77%)
    }
    .hero-wrap.style2 .hero-content {
        padding-left: 30px
    }
    .hero-wrap.style2 .hero-content h1 {
        font-size: 38px
    }
    .hero-slider-one.owl-carousel .owl-nav button.owl-prev,
    .hero-slider-one.owl-carousel .owl-nav button.owl-next {
        width: 50px;
        height: 50px
    }
    .hero-slider-one.owl-carousel .owl-nav button.owl-prev i,
    .hero-slider-one.owl-carousel .owl-nav button.owl-next i {
        font-size: 18px
    }
    .hero-slider-one.owl-carousel .owl-nav button.owl-prev {
        left: 0px
    }
    .hero-slider-one.owl-carousel .owl-nav button.owl-next {
        right: 0px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    /*.hero-wrap.style2 .container-fluid {
        max-width: 960px
    }*/
    .hero-wrap.style2 .hero-slide-item {
        padding: 110px 0 170px
    }
    .hero-wrap.style2 .hero-content {
        padding-left: 40px
    }
    .hero-wrap.style2 .hero-content h1 {
        font-size: 42px
    }
    .hero-slider-one.owl-carousel .owl-nav button.owl-prev,
    .hero-slider-one.owl-carousel .owl-nav button.owl-next {
        width: 50px;
        height: 50px
    }
    .hero-slider-one.owl-carousel .owl-nav button.owl-prev i,
    .hero-slider-one.owl-carousel .owl-nav button.owl-next i {
        font-size: 20px
    }
    .hero-slider-one.owl-carousel .owl-nav button.owl-prev {
        left: 0px
    }
    .hero-slider-one.owl-carousel .owl-nav button.owl-next {
        right: 0px
    }
}
@media only screen and (min-width:1200px) and (max-width:1280px) {
    .hero-slider-one.owl-carousel .owl-nav button.owl-prev,
    .hero-slider-one.owl-carousel .owl-nav button.owl-next {
        width: 60px;
        height: 60px
    }
    .hero-slider-one.owl-carousel .owl-nav button.owl-prev i,
    .hero-slider-one.owl-carousel .owl-nav button.owl-next i {
        font-size: 24px
    }
    .hero-slider-one.owl-carousel .owl-nav button.owl-prev {
        left: 0px
    }
    .hero-slider-one.owl-carousel .owl-nav button.owl-next {
        right: 0px
    }

}
@media only screen and (min-width:1200px) and (max-width:1399px) {
    .hero-slider-one.owl-carousel .owl-nav button.owl-prev,
    .hero-slider-one.owl-carousel .owl-nav button.owl-next {
        width: 60px;
        height: 60px
    }
    .hero-slider-one.owl-carousel .owl-nav button.owl-prev i,
    .hero-slider-one.owl-carousel .owl-nav button.owl-next i {
        font-size: 24px
    }
    .hero-slider-one.owl-carousel .owl-nav button.owl-prev {
        left: 0px
    }
    .hero-slider-one.owl-carousel .owl-nav button.owl-next {
        right: 0px
    }
}
@media only screen and (min-width:1400px) and (max-width:1599px) {
    .hero-slider-one.owl-carousel .owl-nav button.owl-prev,
    .hero-slider-one.owl-carousel .owl-nav button.owl-next {
        width: 60px;
        height: 60px
    }
    .hero-slider-one.owl-carousel .owl-nav button.owl-prev i,
    .hero-slider-one.owl-carousel .owl-nav button.owl-next i {
        font-size: 24px
    }
    .hero-slider-one.owl-carousel .owl-nav button.owl-prev {
        left: 0px
    }
    .hero-slider-one.owl-carousel .owl-nav button.owl-next {
        right: 0px
    }
}

@media only screen and (min-width:1600px) {
    .hero-slider-one.owl-carousel .owl-nav button.owl-prev,
    .hero-slider-one.owl-carousel .owl-nav button.owl-next {
        width: 60px;
        height: 60px
    }
    .hero-slider-one.owl-carousel .owl-nav button.owl-prev i,
    .hero-slider-one.owl-carousel .owl-nav button.owl-next i {
        font-size: 24px
    }
    .hero-slider-one.owl-carousel .owl-nav button.owl-prev {
        left: 0px
    }
    .hero-slider-one.owl-carousel .owl-nav button.owl-next {
        right: 0px
    }
}

@media only screen and (min-width:1920px) {
    .hero-slider-one.owl-carousel .owl-nav button.owl-prev,
    .hero-slider-one.owl-carousel .owl-nav button.owl-next {
        width: 80px;
        height: 80px
    }
    .hero-slider-one.owl-carousel .owl-nav button.owl-prev i,
    .hero-slider-one.owl-carousel .owl-nav button.owl-next i {
        font-size: 24px
    }
    .hero-slider-one.owl-carousel .owl-nav button.owl-prev {
        left: -45px
    }
    .hero-slider-one.owl-carousel .owl-nav button.owl-next {
        right: -45px
    }
}


.xplore-regions{
    position: relative;
    margin-top: -50px;
    z-index: 10;
  }
  .xplore-regions ul{
    text-align: center;
    display: block;
  }
  .xplore-regions ul li{
  
  display: inline;
  text-align: center;
  
  }
  .xplore-regions ul li a{
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--white-color);
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
  }
  .xplore-regions ul li:first-child{
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
  }



/* ------------------------------
    Portfolio
------------------------------ */
.button-group button {
	border: none;
	color: var(--color-dark-3);
	background: transparent;
	padding: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin: 0 15px;
	outline: none;
	position: relative;
}
.site-header-dark .button-group button {
	color: var(--color-dark-3);
}
.button-group button:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: var(--main-color2);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.button-group button:hover:before,
.button-group button.active:before {
	width: 65%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.site-header-dark .button-group button:hover,
.site-header-dark .button-group button.active {
	color: var(--color-white);
}
/* Portfolio End */


.course-bx{
    position: relative;
    margin-bottom: 30px;
}
.course-bx img{
    border-radius: 10px;
}
.course-category{
    position: absolute;
    top: 0px;
    left: 0;
    padding: 20px 10px 0 10px;
}
.course-category span{
    font-size: 14px;
    color: var(--white-color);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 20px;
}
.course-title{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,#000000 70%);
    padding: 30px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.course-title a h4{
    color: var(--white-color);
    font-weight: 500;
}
.count{
    background:linear-gradient(rgba(41,43,49,0.9),rgba(41,43,49,0.9)),url("../img/bg-01.jpg");
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment:fixed;
}
.count i{
    font-size: 50px;
    color: var(--white-color)
}
.count h1{
    font-size: 50px;
    font-weight: 900;
    color: var(--white-color)
}
.count h3{
    background-color: var(--main-color2);
    font-size: 16px;
    font-weight: 400;
    color: var(--white-color);
    padding: 5px 10px;
    border-radius: 3px;
    display: inline;
}




/* ----------------------------------
    Meeting Style
 ------------------------------------*/
 .meeting-style-one-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .meeting-style-one-area .shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right;
    opacity: 0.4;
  }
  
  .meeting-style-one-area .shape-left-top {
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 45%;
    background-size: cover;
    z-index: -1;
    background-repeat: no-repeat;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .meeting-style-one-area .shape-left-top {
      width: 100%;
      display: none;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .meeting-style-one-area .shape-left-top {
      display: none;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .meeting-style-one-area {
      text-align: center;
    }
  }
  
  @media only screen and (max-width: 1199px) {
    .meeting-style-one-area::after {
      position: absolute;
      left: 0;
      top: 0;
      content: "";
      height: 100%;
      width: 100%;
      z-index: -1;
      background: #091d3e;
      opacity: 0.6;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .meeting-style-one ul {
      text-align: center !important;
      margin-top: 40px;
    }
  }
  
  .meeting-style-one ul li {
    display: inline-block;
    text-align: center;
    margin-left: 30px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .meeting-style-one ul li {
      margin-left: 15px;
      margin-right: 15px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .meeting-style-one ul li {
      margin-left: 15px;
      margin-right: 15px;
      margin-top: 30px;
    }
  }
  
  .meeting-style-one ul li i {
    display: inline-block;
    font-size: 40px;
    margin-bottom: 25px;
  }
  
  .meeting-style-one ul li a {
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(#02218f), color-stop(#0e72e3), to(#02218f));
    background: linear-gradient(to right, #02218f, #0e72e3, #02218f);
    padding: 30px;
    padding-top: 40px;
    border-radius: 30px;
    min-width: 220px;
    background-size: 220% 150%;
  }
  
  .meeting-style-one ul li img {
    height: 50px;
    width: auto;
    margin-bottom: 15px;
  }
  
  .meeting-style-one ul li h5 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 20px;
  }
  
  .meeting-style-one ul li p {
    margin-bottom: 0;
  }
  
  .meeting-style-one ul li:last-child a {
    background: #ffffff;
    color: #232323;
  }
  
  .meeting-style-one ul li:last-child i {
    color: #232323;
  }
  
  .meeting-style-one ul li:last-child h5 {
    color: #232323;
  }
  
  .meeting-style-one ul li:last-child p {
    color: #666666;
  }
  
  .meeting-style-one ul.list li {
    display: block;
    text-align: left;
    margin-left: 0;
    padding-left: 25px;
    line-height: 35px;
    position: relative;
    z-index: 1;
  }
  
  @media only screen and (max-width: 767px) {
    .meeting-style-one ul.list li {
      margin: 0;
    }
  }
  
  .meeting-style-one ul.list li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
  }
  
  @media only screen and (max-width: 991px) {
    .meeting-style-one ul.list {
      display: inline-block;
      margin-top: 0;
    }
  }
  
  .meeting-style-one .fun-fact {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .meeting-style-one .fun-fact .counter {
    margin-bottom: 0;
  }
  
  .meeting-style-one .fun-fact i {
    display: inline-block;
    font-size: 70px;
    margin-right: 25px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    padding-right: 25px;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .meeting-style-one .fun-fact {
      margin-top: 30px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .meeting-style-one .fun-fact {
      margin-top: 30px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: none;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .meeting-style-one .text-end {
      text-align: center !important;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .meeting-style-one {
      text-align: center;
    }
  }



/* ----------------------------------
    Faq Style
 ------------------------------------*/
 .faq-area {
    position: relative;
    z-index: 1;
  }
  
  .faq-area .circle-shape {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    background: linear-gradient(-62.5deg, transparent, #ffffff);
    opacity: 0.3;
  }
  
  .faq-area .circle-shape:first-child {
    top: 80px;
    right: 120px;
    height: 150px;
    width: 150px;
  }
  
  .faq-area .circle-shape:nth-child(2) {
    height: 600px;
    width: 600px;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0.8;
  }
  
  .faq-style-one .accordion-item {
    background: transparent;
    border: none;
  }
  
  .faq-style-one .accordion-item:first-child {
    border: none;
    padding-top: 0;
    margin-top: 0;
  }
  
  .faq-style-one .accordion-item .accordion-body {
    padding-left: 0;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  
  .faq-style-one .accordion-item .accordion-body .number {
    display: inline-block;
    background: #ffffff;
    min-width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-weight: 900;
    margin-right: 20px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    border: 2px solid #bad3ff;
    color: #232323;
    letter-spacing: 0.6px;
    border-radius: 5px;
  }
  
  .faq-style-one .accordion-item .accordion-body p:first-child {
    margin-bottom: -10px;
  }
  
  .faq-style-one button.accordion-button {
    border-radius: inherit;
    background: transparent;
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding-left: 0;
    color: #232323;
    font-size: 18px;
    font-weight: 600;
  }
  
  .faq-style-one button.accordion-button:not(.collapsed) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    color: var(--main-color2);
  }
  
  .faq-style-one .heading-left {
    margin-bottom: 15px;
  }
  
  .faq-style-one .thumb {
    padding-right: 35px;
    position: relative;
    z-index: 1;
  }
  
  .faq-style-one .thumb img {
    border-radius: 7px;
  }
  
  .faq-style-one .thumb .shape {
    position: absolute;
    left: -80px;
    bottom: -80px;
    height: 100%;
    width: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-style-one .thumb {
      padding-right: 0;
      margin-bottom: 50px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .faq-style-one .thumb {
      padding-right: 0;
      margin-bottom: 30px;
    }
  }


.course-look p{
    position: relative;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: var(--white-color);
    padding-left: 40px;
}
.course-look p span{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
}

.course-look a{
    min-width: 140px;
    margin-top: 15px;
    padding: 7px 15px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    background-color: #59bde9;
    color: var(--white-color);
    display: inline-block;
    border-radius: 2px;

}
.course-look a:hover{
    background-color: #333;
}













.gradient-one{
    background: rgb(255,255,255);
background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(243,243,243,1) 50%, rgba(241,241,241,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(243,243,243,1) 50%, rgba(241,241,241,1) 100%);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(243,243,243,1) 50%, rgba(241,241,241,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f1f1f1",GradientType=1);
}
.testimonial-slider-one{padding: 0 25px;}
.testimonial-slider-one .testimonial-card{margin:10px 0;}
.testimonial-slider-one .testimonial-card img{width: auto; margin: 0 auto;}
.testimonial-slider-one.owl-carousel .owl-dots{margin:20px 0 10px;text-align:center}

.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev,.testimonial-slider-one.owl-carousel .owl-nav button.owl-next{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:35px;height:35px;}
.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev i,.testimonial-slider-one.owl-carousel .owl-nav button.owl-next i{color:var(--main-color);font-size:40px; line-height: 40px;}

.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev:hover i,.testimonial-slider-one.owl-carousel .owl-nav button.owl-next:hover i{color:var(--main-color2)}
.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev{left:0}
.testimonial-slider-one.owl-carousel .owl-nav button.owl-next{right:0}



  .partner-carousel{padding: 0 25px;}
.partner-carousel .testimonial-card{margin:10px 0;}
.partner-carousel .testimonial-card img{width: auto; margin: 0 auto;}
.partner-carousel.owl-carousel .owl-dots{margin:20px 0 10px;text-align:center}

.partner-carousel.owl-carousel .owl-nav button.owl-prev,.partner-carousel.owl-carousel .owl-nav button.owl-next{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:30px;height:30px;}
.partner-carousel.owl-carousel .owl-nav button.owl-prev i,.partner-carousel.owl-carousel .owl-nav button.owl-next i{color:var(--main-color);font-size:22px; line-height: 30px;}

.partner-carousel.owl-carousel .owl-nav button.owl-prev:hover i,.partner-carousel.owl-carousel .owl-nav button.owl-next:hover i{color:var(--main-color2)}
.partner-carousel.owl-carousel .owl-nav button.owl-prev{left:-5px}
.partner-carousel.owl-carousel .owl-nav button.owl-next{right:-5px}





  .form-control {
    display: block;
    width: 100%;
    
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d7e8ef;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 10px 10px;
  }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--main-color2);
    outline: 0;
    
  }
  .text-area-box textarea {
    border: 1px solid #d7e8ef;
    padding: 9px 17px;
    line-height: 40px;
  }

  .form-btn a {
    
    font-size: 18px;
    font-weight: 400;
    color: var(--white-color);
    background: var(--main-color);
    border: none;
    border-radius: 0;
    line-height: 32px;
    padding: 15px 74px;
    letter-spacing: 2px;
    cursor: pointer;
    transition: ease-in-out 0.2s;
  }
  
  .form-btn {
    width: 100%;
    padding-top: 30px;
    transform: translateY(-5px);
    margin-bottom: 9px;
  }




  .partner-card{
    padding: 15px;
    border: 1px solid #eee;
  }
.partner-card{
    padding: 15px;
    border: 1px solid #eee;
  }

  .all-page-breadcrumb {
    background-image: url(../img/inner-banner.jpg);
}
  .breadcrumb_part {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    height: 450px;
}
.breadcrumb_part .breadcrumb_iner {
    text-align: center;
    margin-top: 106px;
}
.breadcrumb_part h2, .breadcrumb_part h3 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 11px;
}
.breadcrumb_part .breadcrumb_iner_link {
    display: flex;
    justify-content: center;
    align-items: center;
}
.breadcrumb_part .breadcrumb_iner_link a, .breadcrumb_part .breadcrumb_iner_link span {
    font-size: 16px;
    color: #fff;
}
.breadcrumb_part .breadcrumb_iner_link i {
    margin: 0 15px;
    color: #fff;
}
.arrow_carrot-right:before {
    position: absolute;
    top: 24px;
    right: 0;
    content: "";
    width: 6px;
    height: 6px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    transform: rotate(220deg);
}
.bg-matrix-3 {
    padding: 50px 0;
    /* background: url(../images/matrix-background.png); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.spacer {
    padding: 50px 15px;
}
.rightMenu {
    background-color: rgb(78 185 211);
}
.pl15 {
    padding-left: 15px;
}
aside {
    display: block;
}
.widget h3 {
    font-weight: 400;
    color: #fff;
}
.widget .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.widget  ul li {
    margin: 0 0 18px;
    padding: 0;
    border: 0;
    position: relative;
    display: block;
    transition: all .4s;
}
.widget ul li a {
    display: block;
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    transition: all 0.2s linear;
    color: #fff;
}
.layer-content p {
    color: #fff;
}
.widget-contact h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
    color: #fff;
}

/*counttries*/
.project-pad {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
}
.project-box {
    padding: 0px;
    position: relative;
    overflow: hidden;
}
.project-box-img {
    width: 100%;
    display: block;
}
.project-box .caption {
    position: absolute;
    top: 80%;
    transition: all 0.3s ease-in-out;
    width: 100%;
}
.project-box .blur {
    background-color: rgba(0,0,0,0.7);
    height: 300px;
    z-index: 5;
    position: absolute;
    width: 100%;
}
.project-box .caption-text {
    z-index: 10;
    color: #fff;
    position: absolute;
    height: 300px;
    text-align: center;
    top: -10px;
    width: 100%;
}
.caption-text h4 {
    padding: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    text-align: center;
    min-height: 68px;
    color: #fff;
}
.footer{
    background-color: var(--main-color);
}
.bg-matrix-6 {
    padding: 10px 0;
    background-color: #3a3c40;
    color: #fff;
    line-height: 30px;
}
.bg-matrix-6 h5{
    color:#fff;
}
.bg-matrix-6 a{
    color:#fff;
}
.bg-matrix-6 p{
    color:#fff;
}
.contact-us {
    background: url(../images/resource/why-choose-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 100px;
}

.contact-us .appoinment-title {
    text-align: left;
}

.contact-us .input-box {
    width: 40%;
    float: left;
    margin: 8px 15px;
    background: #fff;
}

.contact-us .appoinment-title {
    margin: 0 15px;
}

.contact-us .input-box.textarea {
    width: 85%;
}

.contact-us .ap-submit-btn {
    width: 30%;
    float: left;
    margin: 15px;
}

.appointment-content {
    height: 100%;
}

.appointment-content .appointment-form {
    height: 100% !important;
    padding: 0 0 0 40px;
}

.cda-icon i {
    font-size: 35px;
    color: #fff;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: #b91134;
    border-radius: 5px;
    display: inline-block;
    margin-right: 25px;
    margin-top: 10px;
}

.cda-content-inner h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}

.cda-content-inner p {
    color: rgba(255, 255, 255, 0.74);
    margin: 10px 0;
}

.cda-content-area {
    background: #1e3f86;
    padding: 21px 0;
}

.cda-single-content {
    margin: 0 45px;
    padding: 25px 0 17px;
}

.contact-us .appoinment-title h3 {
    margin-bottom: 20px;
    padding-top: 35px;
    font-weight: 500;
}

.contact-us .input-box {
    color: #000;
}

.contact_from_box {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 27px 40px 45px;
}
.form_box input {
    width: 100%;
    height: 50px;
    padding-left: 25px;
    background: #f7f4f4;
    border-radius: 30px;
    color: #232323;
    border: 1px solid rgba(35, 35, 35, 0.12);
    transition: .5s;
}

.form_box textarea {
    width: 100%;
    background: #f7f4f4;
    padding-left: 25px;
    padding-top: 20px;
    height: 135px;
    border: 1px solid rgba(35, 35, 35, 0.12);
    border-radius: 30px;
    color: #232323;
    transition: .5s;
}

.form_box input::placeholder {
    color: #6d6d6d;
}

.form_box input:focus,
.form_box textarea:focus {
    border-color: #FF3C00;
    outline: 0;
    box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}
