.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 {
	/**
	@font family declaration
	*/
	--tp-ff-body: 'Roboto', sans-serif;
	--tp-ff-heading: 'Poppins', sans-serif;
	--tp-ff-p: 'Roboto', sans-serif;
	--tp-ff-fontawesome: "Font Awesome 5 Pro";
	/**
	@color declaration
	*/
	--tp-common-white: #ffffff;
	--tp-common-black: #212121;
	--tp-heading-primary: #212121;
	--tp-grey-1: #f7f7f7;
	--tp-grey-2: #eceff4;
	--tp-text-body: #585f5f;
	--tp-text-p: #777777;
	--tp-primary-color: #36348e;
	--tp-secondary-color: #ffc53a;
    --tp-blue-color: #b7d8ef;
	--tp-border-1: #000;
	/**
	@font weight declaration
	*/
	--tp-fw-normal: normal;
	--tp-fw-elight: 200;
	--tp-fw-light: 300;
	--tp-fw-regular: 400;
	--tp-fw-medium: 500;
	--tp-fw-sbold: 600;
	--tp-fw-bold: 700;
	--tp-fw-ebold: 800;
	--tp-fw-black: 900;
	/**
	@font size declaration
	*/
	--tp-fz-body: 16px;
	--tp-fz-p: 16px;
	--tp-fz-h1: 40px;
	--tp-fz-h2: 36px;
	--tp-fz-h3: 24px;
	--tp-fz-h4: 20px;
	--tp-fz-h5: 16px;
	--tp-fz-h6: 14px;
  }

* {
    -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(--tp-primary-color);
}
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: 24px;
    font-family: poppins, sans-serif;
}
ul {
    padding: 0;
    margin: 0;
}
ul,
li {
    list-style: none;
}
p {
    font-size: 16px;
    line-height: 30px;
    color: #4c4c4c;
    text-align: justify;
}
a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
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;
}
.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}
.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: #ff4f1e;
    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: #ff4f1e;
    border-color: transparent;
}
.btn.v3 {
    background-color: #ff4f1e;
    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: #ff4f1e;
}
.btn.v6 {
    background-color: #ff4f1e;
    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: #ff4f1e;
    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: #ff4f1e;
    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: #ff4f1e;
    background-color: transparent;
    border-color: #ff4f1e;
}
.link {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    transition: 0.3s;
    color: #ff4f1e;
    -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: #ff4f1e;
}
.link.style1 {
    color: #818181;
}
.link.style1:hover {
    color: #ff4f1e;
}
.link.style1:hover i {
    margin-left: 6px;
}
.link.style3 {
    background: #fff;
    color: #ff4f1e;
    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: #ff4f1e;
}
.section-title.style2 span,
.section-title.style2 h2 {
    color: #fff;
}
.content-box-title {
    background: #ff4f1e;
    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: #ff4f1e !important;
}
.text-red {
    color: #201d1e !important;
}
.bg-transparent {
    background-color: transparent;
}
.bg-midnight {
    background-color: #012245;
}
.bg-blue {
    background-color: #ff4f1e;
}
.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: #ff4f1e;
    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 #ff4f1e;
}
.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: #ff4f1e;
    border-color: transparent;
}
.social-profile li a:hover i {
    color: #fff;
}
.social-profile.style2 li a {
    color: #ff4f1e;
    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: #ff4f1e;
    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: 16px;
    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: #ff4f1e;
    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 .header-top {
    background-color: var(--tp-primary-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(--tp-secondary-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: #ff4f1e;
    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: #ff4f1e;
}
.header-wrap .header-top .header-top-right .header-social {
    margin: 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 12px;
}
.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: #ff4f1e;
}
.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;
}
.header-wrap .header-bottom .logo img {
    max-width: 220px;
    filter: none;
    -webkit-filter: grayscale(0);
}
.header-wrap .header-bottom .logo:hover img {
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
    filter: gray; /* IE5+ */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
    -webkit-transition: all .8s ease-in-out;  
}
.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(--tp-primary-color);
    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: #ff4f1e;
    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: #ff4f1e;
}
.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: #ff4f1e;
}
.contact-box span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #ff4f1e;
    color: #fff;
    text-align: center;
    line-height: 38px;
    font-size: 22px;
    border-radius: 3px;
}
.contact-popup {
    position: fixed;
    top: 0;
    right: -100%;
    width: 350px;
    background: rgb(255,197,58);
background: -moz-linear-gradient(180deg, rgba(255,197,58,1) 0%, rgba(242,145,0,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(255,197,58,1) 0%, rgba(242,145,0,1) 100%);
background: linear-gradient(180deg, rgba(255,197,58,1) 0%, rgba(242,145,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc53a",endColorstr="#f29100",GradientType=1);
    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(--tp-primary-color);
    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(--tp-primary-color);
}
.contact-popup .contact-popup-title .close-popup:hover {
    background: var(--tp-primary-color);
}
.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: #ff4f1e;
    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: 20px 12px 20px;
        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: 15px;
        -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:last-child.has-children .sub-menu {
        left:auto;
        right:-6px;
    }
    .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 rgba(0, 0, 0, .1);
        padding: 8px 22px 8px;
        -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: 60px;
        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(--tp-primary-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: 16px;
        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: #ff4f1e;
    }
    .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(--tp-secondary-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: var(--tp-common-black);
    }
    .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(--tp-primary-color);
        border-color: rgba(255, 255, 255, 0.35);
        color: var(--tp-common-white);
    }
    .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: var(--tp-primary-color);
    }
    .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: 9999 !important;
        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 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;
    }
   
}






.sec-title{
    position: relative;
    margin-bottom: 20px;
  }
  
  .sec-title.text-center{
    text-align: center;
  }
  
  .sec-title .top-text{
    position: relative;
    font-size: 18px;
    color: #0690cd;
    line-height: 30px;
    margin-bottom: 12px;
  }
  
  .sec-title h1{
    position: relative;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 10px;
    margin-bottom: 0px;
  }
  
  .sec-title h1:before{
    position: absolute;
    content: '';
    background: var(--tp-primary-color);
    width: 55px;
    height: 2px;
    left: 0px;
    bottom: 0px;
  }
  
  .sec-title h1:after{
    position: absolute;
    content: '';
    background: var(--tp-secondary-color);
    width: 55px;
    height: 2px;
    left: 59px;
    bottom: 0px;
  }
  
  .sec-title.text-center h1:before{
    left: 50%;
    transform: translateX(-50%);
    margin-left: -29px;
  }
  
  .sec-title.text-center h1:after{
    left: 50%;
    transform: translateX(-50%);
    margin-left: 29px;
  }


  /*===========================
    4.SERVICES css 
===========================*/
.services-area .services-border {
    /*border: 1px solid #ebecf6;*/ }
    .services-area .services-border .single-services {
      border: 1px solid #ebecf6;
      padding: 15px 0 15px;
      margin-bottom: 15px;
      position: relative;
      border-radius: 2px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .services-area .services-border .single-services i {
        font-size: 80px;
        color: #ff154c;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
      .services-area .services-border .single-services .title {
        font-size: 16px;
        color: #333;
        font-weight: 500;
        padding-top: 10px;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
      .services-area .services-border .single-services::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        transform: scale(1);
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        background: #fff; }
        .services-area .services-border .single-services:hover img {
            filter: brightness(100);
        color: #fff;}
      .services-area .services-border .single-services:hover {
        z-index: 10; }
        .services-area .services-border .single-services:hover::before {
          transform: scale(1.15);
          background: #8976ff; }
        .services-area .services-border .single-services:hover i {
          color: #fff; }
        .services-area .services-border .single-services:hover .title {
          color: #fff; }
      .services-area .services-border .single-services.item-2 i {
        color: #FFD940; }
      .services-area .services-border .single-services.item-2:hover i {
        color: #fff; }
      .services-area .services-border .single-services.item-3 i {
        color: #98d16e; }
      .services-area .services-border .single-services.item-3:hover i {
        color: #fff; }
      .services-area .services-border .single-services.item-4 i {
        color: #2687ff; }
      .services-area .services-border .single-services.item-4:hover i {
        color: #fff; }
      .services-area .services-border .single-services.item-5 i {
        color: #6cdabd; }
      .services-area .services-border .single-services.item-5:hover i {
        color: #fff; }
      .services-area .services-border .single-services.item-6 i {
        color: #ff79bb; }
      .services-area .services-border .single-services.item-6:hover i {
        color: #fff; }
      .services-area .services-border .single-services.item-7 i {
        color: #d479ff; }
      .services-area .services-border .single-services.item-7:hover i {
        color: #fff; }
      .services-area .services-border .single-services.item-8 i {
        color: #f16001; }
      .services-area .services-border .single-services.item-8:hover i {
        color: #fff; }




        .w-20{
            width: 33.3333%;
            background-color: #000;
        }


.course-bg{
    position: relative;
    z-index: 1;
    background-image: url(../img/program-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.course-bg::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -2;
    background-color: #ffc53a;
    opacity: 1;
  }
  
  .course-bg::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 50%;
    background-color: #f5f5f5;
    z-index: -2;
  }
        .course__item-3 {
            -webkit-border-radius: 14px;
            -moz-border-radius: 14px;
            -o-border-radius: 14px;
            -ms-border-radius: 14px;
            border-radius: 14px;
            padding: 35px 30px 45px;
            background-color: #fff;
        }
        .course__item-3:hover {
            -webkit-box-shadow: 0px 30px 30px rgba(3, 18, 32, 0.08);
            -moz-box-shadow: 0px 30px 30px rgba(3, 18, 32, 0.08);
            -ms-box-shadow: 0px 30px 30px rgba(3, 18, 32, 0.08);
            -o-box-shadow: 0px 30px 30px rgba(3, 18, 32, 0.08);
            box-shadow: 0px 30px 30px rgba(3, 18, 32, 0.08);
          }
          .course__item-3:hover .course__icon-3 span::after {
            -webkit-transform: translate(-50%, -50%) scale(1);
            -moz-transform: translate(-50%, -50%) scale(1);
            -ms-transform: translate(-50%, -50%) scale(1);
            -o-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
          }
          .course__item-3:hover .course__icon-3 span svg path {
            stroke: #fff;
          }
          .course__item-3:hover .course__icon-3 span svg path.fill-white {
            fill: #fff;
          }


          .course__title-3 {
            font-size: 22px;
            margin-bottom: 17px;
            font-weight: 600;
            line-height: 30px;
            color: #000;
          }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .course__title-3 {
              font-size: 20px;
              line-height: 28px;
            }
          }
          .course__title-3 a:hover {
            color: var(--tp-theme-3);
          }

          .course__tag-3 a {
            display: inline-block;
            height: 24px;
            line-height: 24px;
            text-align: center;
            background-color: rgba(255, 159, 75, 0.08);
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            -o-border-radius: 6px;
            -ms-border-radius: 6px;
            border-radius: 6px;
            font-size: 13px;
            font-weight: 500;
            padding: 0 14px;
            color: var(--tp-common-orange-3);
          }

          .course__price-3 span {
            font-size: 18px;
            font-weight: 800;
            color: var(--tp-theme-3);
          }

          .course__sort-info {
            margin-top: 15px;
            padding-top: 25px;
            border-top: 1.5px solid rgba(3, 18, 32, 0.06);
            margin-bottom: 30px;
          }
          .course__sort-info ul li {
            list-style: none;
            margin-right: 15px;
            display: inline-block;
          }
          .course__sort-info ul li:last-child {
            margin-right: 0;
          }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .course__sort-info ul li:not(:last-child) {
              margin-bottom: 15px;
            }
          }
          @media (max-width: 575px) {
            .course__sort-info ul li:not(:last-child) {
              margin-bottom: 15px;
            }
          }
          .course__sort-info ul li a {
            color: var(--tp-text-11);
          }
          .course__sort-info ul li a span {
            display: inline-block;
            width: 30px;
            height: 30px;
            line-height: 28px;
            text-align: center;
            background-color: var(--tp-grey-5);
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -o-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            font-size: 14px;
            margin-right: 5px;
          }
          .course__sort-info ul li a svg {
            width: 10px;
            height: 10px;
          }

          .course__tutor-3 img {
            width: 30px;
            height: 30px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -o-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
          }







/**
 * Tabs
 */
 .tabs {
    display: flex;
    flex-wrap: wrap;
  }
  
  .tabs label {
    order: 1;
    display: block;
    padding: 1rem 2rem;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    /*background: #90CAF9;*/
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border:3px solid var(--tp-primary-color);
    transition: background ease 0.2s;
  }
  .tabs label:hover {
   
    background: #36348e;
    color: #fff;
    
  }
  
  .tabs .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 1rem;
    /*background: #fff;*/
  }
  
  .tabs input[type=radio] {
    display: none;
  }
  
  .tabs input[type=radio]:checked + label {
    background: #36348e;
    color: #fff;
  }
  
  .tabs input[type=radio]:checked + label + .tab {
    display: block;
  }
  
  @media (max-width: 45em) {
    .tabs .tab,
  .tabs label {
      order: initial;
    }
  
    .tabs label {
      width: 100%;
      margin-right: 0;
      margin-top: 0.2rem;
    }
  }    
  
  


  /*----------------------------------------*/
/*  08. COURSE CSS START
/*----------------------------------------*/
.w-img img {
    width: 100%;
  }
  .fix {
    overflow: hidden;
  }
.course__item {
    padding: 25px 25px;
    -webkit-box-shadow: 0px 1px 2px rgba(26, 31, 35, 0.07);
    -moz-box-shadow: 0px 1px 2px rgba(26, 31, 35, 0.07);
    -ms-box-shadow: 0px 1px 2px rgba(26, 31, 35, 0.07);
    -o-box-shadow: 0px 1px 2px rgba(26, 31, 35, 0.07);
    box-shadow: 0px 1px 2px rgba(26, 31, 35, 0.07);
    background-color: #fff;
  }
  .course__item:hover {
    -webkit-box-shadow: 0px 30px 50px -14px rgba(26, 31, 35, 0.07);
    -moz-box-shadow: 0px 30px 50px -14px rgba(26, 31, 35, 0.07);
    -ms-box-shadow: 0px 30px 50px -14px rgba(26, 31, 35, 0.07);
    -o-box-shadow: 0px 30px 50px -14px rgba(26, 31, 35, 0.07);
    box-shadow: 0px 30px 50px -14px rgba(26, 31, 35, 0.07);
  }
  .course__item:hover .course__thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .course__item-2 {
    -webkit-box-shadow: 0px 1px 2px rgba(12, 20, 15, 0.1);
    -moz-box-shadow: 0px 1px 2px rgba(12, 20, 15, 0.1);
    -ms-box-shadow: 0px 1px 2px rgba(12, 20, 15, 0.1);
    -o-box-shadow: 0px 1px 2px rgba(12, 20, 15, 0.1);
    box-shadow: 0px 1px 2px rgba(12, 20, 15, 0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
  }
  .course__item-2:hover {
    -webkit-box-shadow: 0px 30px 30px rgba(12, 20, 15, 0.1);
    -moz-box-shadow: 0px 30px 30px rgba(12, 20, 15, 0.1);
    -ms-box-shadow: 0px 30px 30px rgba(12, 20, 15, 0.1);
    -o-box-shadow: 0px 30px 30px rgba(12, 20, 15, 0.1);
    box-shadow: 0px 30px 30px rgba(12, 20, 15, 0.1);
  }
  .course__item-3 {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
    padding: 35px 30px 45px;
  }
  .course__item-3:hover {
    -webkit-box-shadow: 0px 30px 30px rgba(3, 18, 32, 0.08);
    -moz-box-shadow: 0px 30px 30px rgba(3, 18, 32, 0.08);
    -ms-box-shadow: 0px 30px 30px rgba(3, 18, 32, 0.08);
    -o-box-shadow: 0px 30px 30px rgba(3, 18, 32, 0.08);
    box-shadow: 0px 30px 30px rgba(3, 18, 32, 0.08);
  }
  .course__item-3:hover .course__icon-3 span::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  .course__item-3:hover .course__icon-3 span svg path {
    stroke: var(--tp-common-white);
  }
  .course__item-3:hover .course__icon-3 span svg path.fill-white {
    fill: var(--tp-common-white);
  }
  .course__item-list {
    padding: 0;
  }
  .course__item-list .course__title {
    font-size: 36px;
    margin-bottom: 25px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
    .course__item-list .course__title {
      font-size: 26px;
    }
  }
  @media (max-width: 575px) {
    .course__item-list .course__title {
      font-size: 20px;
    }
  }
  .course__item-list .course__tag-2 {
    margin-bottom: 10px;
  }
  .course__item-list .course__thumb img {
    height: 100%;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .course__item-list .course__right {
      padding-left: 65px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .course__item-list .course__right {
      padding-left: 50px;
      padding-bottom: 75px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .course__item-list .course__right {
      padding-left: 40px;
      padding-right: 40px;
      padding-bottom: 75px;
    }
  }
  @media (max-width: 575px) {
    .course__item-list .course__right {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .course__item-list .course__content-bottom {
      padding-left: 50px;
      padding-right: 70px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .course__item-list .course__content-bottom {
      padding-left: 40px;
      padding-right: 40px;
    }
  }
  @media (max-width: 575px) {
    .course__item-list .course__content-bottom {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  .course__item-list-2 .course__right {
    padding-left: 30px;
    padding-right: 30px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .course__item-list-2 .course__right {
      padding-left: 35px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
    .course__item-list-2 .course__right {
      padding-left: 40px;
      padding-right: 40px;
    }
  }
  @media (max-width: 575px) {
    .course__item-list-2 .course__right {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
    .course__item-list-2 .course__content {
      padding-bottom: 20px;
    }
  }
  .course__item-list-2 .course__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .course__item-list-2 .course__thumb {
      height: 100%;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .course__item-list-2 .course__content-bottom {
      padding-left: 40px;
      padding-right: 40px;
    }
  }
  .course__right {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 55px;
    position: relative;
    height: 100%;
  }
  .course__tag {
    margin-bottom: 12px;
  }
  .course__tag a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    padding: 0 13px;
    font-size: 13px;
    font-weight: 500;
    color: var(--tp-theme-1);
    background: rgba(61, 108, 231, 0.07);
  }
  .course__tag a:hover {
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white);
  }
  .course__tag-2 a {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 14px;
    font-size: 13px;
    font-weight: 500;
    color: var(--tp-common-blue-3);
    background-color: rgba(60, 102, 237, 0.08);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
  }
  .course__tag-2.pink-bg a {
    color: var(--tp-common-pink-2);
    background-color: rgba(252, 76, 86, 0.08);
  }
  .course__tag-2.violet-bg a {
    color: var(--tp-common-violet);
    background-color: rgba(97, 81, 251, 0.08);
  }
  .course__tag-2.yellow-bg a {
    color: var(--tp-common-yellow-2);
    background-color: rgba(244, 127, 66, 0.08);
  }
  .course__tag-2.blue-bg-2 a {
    color: var(--tp-common-blue-4);
    background-color: rgba(48, 131, 255, 0.08);
  }
  .course__tag-2.purple-bg a {
    color: var(--tp-common-purple-2);
    background-color: rgba(230, 77, 255, 0.08);
  }
  .course__tag-3 a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: rgba(255, 159, 75, 0.08);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    padding: 0 14px;
    color: var(--tp-common-orange-3);
  }
  .course__tag-4 i {
    color: var(--tp-theme-1);
    padding-right: 8px;
  }
  .course__tag-4 a {
    font-size: 16px;
    color: var(--tp-text-11);
    font-weight: 500;
  }
  .course__tag-4 a:hover {
    color: var(--tp-theme-1);
  }
  .course__icon-3 span {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: var(--tp-grey-5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .course__icon-3 span::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    width: 100%;
    height: 100%;
    background-color: var(--tp-theme-3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
  }
  .course__price {
    position: absolute;
    top: 0;
    right: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .course__price span {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: var(--tp-common-white);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: var(--tp-theme-1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 20px 30px rgba(5, 34, 109, 0.14);
    -moz-box-shadow: 0px 20px 30px rgba(5, 34, 109, 0.14);
    -ms-box-shadow: 0px 20px 30px rgba(5, 34, 109, 0.14);
    -o-box-shadow: 0px 20px 30px rgba(5, 34, 109, 0.14);
    box-shadow: 0px 20px 30px rgba(5, 34, 109, 0.14);
  }
  .course__price-2 span {
    font-size: 20px;
    font-weight: 800;
    color: var(--tp-theme-2);
  }
  .course__price-3 span {
    font-size: 18px;
    font-weight: 800;
    color: var(--tp-theme-3);
  }
  .course__title {
    font-size: 20px;
    color: var(--tp-common-black-2);
    font-weight: 500;
  }
  .course__title a:hover {
    color: var(--tp-theme-1);
  }
  .course__title-2 {
    font-size: 20px;
    margin-bottom: 17px;
    font-weight: 600;
    line-height: 28px;
  }
  .course__title-2 a:hover {
    color: var(--tp-theme-2);
  }
  .course__title-3 {
    font-size: 22px;
    margin-bottom: 17px;
    font-weight: 600;
    line-height: 30px;
    color: var(--tp-common-black);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .course__title-3 {
      font-size: 20px;
      line-height: 28px;
    }
  }
  .course__title-3 a:hover {
    color: var(--tp-theme-3);
  }
  .course__content {
    padding-top: 23px;
    padding-bottom: 10px;
  }
  .course__content p {
    color: var(--tp-text-1);
    line-height: 22px;
    margin-bottom: 10px;
  }
  .course__content-2 {
    padding: 20px 30px 15px;
  }
  .course__content-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding-left: 80px;
    padding-right: 70px;
    background: var(--tp-secondary-color);
    padding: 15px 70px 10px 80px;
    border-top: 1px solid #f0f0f5;
  }
  @media (max-width: 575px) {
    .course__tutor {
      margin-bottom: 15px;
    }
  }
  .course__tutor a {
    display: inline-block;
    padding: 5px;
    padding-right: 20px;
    border: 2px solid rgba(67, 86, 255, 0.1);
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -o-border-radius: 22px;
    -ms-border-radius: 22px;
    border-radius: 22px;
    color: var(--tp-text-1);
    font-weight: 500;
  }
  .course__tutor a:hover {
    color: var(--tp-theme-1);
  }
  .course__tutor img {
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
  }
  .course__tutor-2 img {
    width: 28px;
    height: 28px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }
  .course__tutor-3 img {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }
  .course__lesson {
    display: inline-block;
    padding: 5px 23px;
    padding-right: 20px;
    border: 2px solid rgba(67, 86, 255, 0.1);
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -o-border-radius: 22px;
    -ms-border-radius: 22px;
    border-radius: 22px;
  }
  .course__lesson:hover {
    color: var(--tp-theme-1);
  }
  .course__lesson a {
    color: var(--tp-text-1);
    display: inline-block;
  }
  .course__lesson i {
    font-size: 16px;
    color: var(--tp-text-1);
    margin-right: 8px;
  }
  .course__lesson svg {
    margin-right: 3px;
    width: 16px;
    height: 16px;
  }





  
/** news-section **/

.news-section{
    position: relative;
    padding-bottom: 150px;
    border-bottom: 1px solid #eff0f4;
  }
  

  .news-block-one .inner-box{
    position: relative;
  }
  
  .news-block-one .inner-box .image-holder{
    position: relative;
    overflow: hidden;
    background: #0e1221;
    margin-bottom: 10px;
  }
  .news-block-one .inner-box .image-holder figure{
    margin: 0;
  }
  
  .news-block-one .inner-box .image-holder .image img{
    width: 100%;
    transition: all 500ms ease;
  }
  
  .news-block-one:hover .inner-box .image-holder .image img{
    opacity: 0.5;
    transform: scale(1.05);
  }
  
  .news-block-one .inner-box .image-holder .date-box{
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: #fff;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #0e1221;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    padding: 15px 0px;
   
    transition: all 500ms ease;
  }
  
  .news-block-one:hover .inner-box .image-holder .date-box{
    color: #0e1221;
    background: var(--tp-secondary-color);
  }
  
  .news-block-one .inner-box .image-holder .date-box span{
    font-size: 20px;
    display: block;
    line-height: 20px;
  }
  
  .news-block-one .inner-box .lower-content{
    position: relative;
    background: #f5f6fa;
    padding: 10px 15px;
  }
  
 
  
  .news-block-one .inner-box .lower-content .info-box li a:hover,
  .news-block-one .inner-box .lower-content h2 a:hover{
    color: #f96b39;
  }
  
  .news-block-one .inner-box .lower-content .info-box li i{
    margin-right: 10px;
  }
  
  .news-block-one .inner-box .lower-content .info-box{
    position: relative;
    margin-bottom: 1px;
  }
  
  .news-block-one .inner-box .lower-content h2{
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 15px;
  }
  
  .news-block-one .inner-box .lower-content h2 a{
    color: #0e1221;
  }
  
  .news-block-one .inner-box .lower-content .link-btn{
    position: absolute;
    left: 60px;
    bottom: -30px;
  }
  
  .news-block-one .inner-box .lower-content .link-btn a{
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    color: #7a7d8a;
    text-align: center;
    border-radius: 50%;
  }
  
  .news-block-one:hover .inner-box .lower-content .link-btn a{
    color: #fff;
    background: #0690cd;
  }


  .msn-news-block{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eff0f4;
  }
  .msn-news-block .date{
    background-color: var(--tp-primary-color);
    border-radius: 2px;
  }
  .msn-news-block .date h2{
    line-height: 36px;
    position: relative;
    color: #fff;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
   
  }
  .msn-news-block .date h2 span{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
  }


  .bg20 {
    background-image: url(../img/exten-bg4.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .exten-services.style6 {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
    margin-top: -50px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
    z-index: 0;
    
  }
  .exten-services.style6 .exten-box-area {
    border-style: solid;
    border-width: 0px 0px 5px 0px;
    border-color: #dedede;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /*box-shadow: 0px 11px 35px 0px #e9d1cf;*/
  }
  .exten-services.style6 .exten-box-area .exten-item {
    border-style: solid;
    border-width: 0px 2px 0px 0px;
    border-color: #dedede;
    margin: 0px 8px 0px 8px;
    padding: 20px 35px 20px 35px;
    text-align: center;
  }

  .exten-services.style6 .exten-box-area .exten-item .exten-icon {
    margin-bottom: 17px;
  }
  .exten-services.style6 .exten-box-area .exten-item .exten-icon img {
    width: 54px;
    padding: 8px 0px 0px 0px;
  }
  .exten-services.style6 .exten-box-area .exten-item .exten-content .title {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  .exten-services.style6 .exten-box-area .exten-item .exten-content .title a {
    color: var(--tp-common-black);
  }
  .exten-services.style6 .exten-box-area .exten-item .exten-content .title a:hover {
    color: var(--tp-primary-color);
  }
  .exten-services.style6 .exten-box-area .exten-item .exten-content p {
    font-size: 15px;
  }
  .exten-services.style6 .exten-box-area .exten-item:hover .dance_hover
 {
  animation-name: dance_hover;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes dance_hover {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}

@media only screen and (max-width:767px){
    .exten-services.style6 {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: relative;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0px 0px 0px 0px;
        z-index: 0;
        
      }
}



.announcements{
    width: 30%; position:fixed; right: 10px; bottom: 10px;z-index: 1;
}
.announcements .accordion-button:focus{
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
    outline: none !important;
}
.announcements .accordion-button{
    background-color: var(--tp-secondary-color);
    color: var(--tp-common-black);
    font-weight: 600;
}
.announcements .accordion-button:not(.collapsed){
    background-color: var(--tp-secondary-color);
    
}

@media only screen and (max-width:767px){
    .announcements{
        width: 100%; position:static; padding: 15px;
    }
}





#footer{ background-color:#1a1b26; /*background-image:url(../img/1.jpg); background-size:cover;*/}
.ftr_menu_border{ border-right:1px solid #5d5d5d;}
.footer-links-wrapper {
  }
  .footer-links-wrapper h6 {
   
    font-size: 16px;
    font-weight: 500;
    color: var(--tp-secondary-color); }
    .footer-links-wrapper h6 a {
        color: var(--tp-common-white); }
    .footer-links-wrapper h6 .expand-menu {
        position: absolute;
        left: 0;
        padding-right: 15px;
      width: 100%;
      text-align: right;
      cursor: pointer; }
      .footer-links-wrapper h6 .expand-menu:after {
        content: "+"; }
      .footer-links-wrapper h6 .expand-menu.active:after {
        content: "-"; }
    @media (max-width: 767px) {
      .footer-links-wrapper h6 {
        font-size: 16px; } }
  @media (max-width: 575px) {
    .footer-links-wrapper ul {
      display: none; } }
  .footer-links-wrapper ul li {
    margin-bottom: 1rem; }

    .footer-links-wrapper a:hover {
      color: var(--tp-common-white); }
	  .footer-links-wrapper ul{ margin:0; padding:0; list-style:none;}
	   .footer-links-wrapper ul li{ font-size:14px;}
	   .footer-links-wrapper ul li a{ color:#a4a4a4 !important;}
	   
	   .ftr_contact{ font-size:14px;  /*background-color:#484951;*/ background-color: var(--tp-blue-color); margin:20px 0; padding:25px 15px; text-align:center}
	      .ftr_contact p{ margin-bottom:15px ;color:#fff;}
		   .ftr_contact p:last-child{ margin-bottom:0px ;}
		   .copyryt{ float:left; font-size:14px; color:#a4a4a4;}
		     .powered{ float:right !important;font-size:14px; color:#a4a4a4;}


.inner-banner{
    
    background-image: url('../img/inner-bg.jpg');
    background-size: cover;
    background-position: center;
    margin-top: 130px;
    padding: 200px 0;
    
    z-index: 1;
}
  /* =============================
    2.4 - Funfact Style
================================ */
.innerBanner-title {
	overflow: hidden;
	/*margin-top: 50px;
	margin-bottom: 50px;*/
    top: 50%;
    transform: translateY(-50%);
  }

  .innerBanner-title .innerBanner-title-bg {
	background-color: var(--tp-secondary-color);
	position: relative;	  
	border-radius: 0px 3px 3px 0px;
    
   
	
  }
  .innerBanner-title .innerBanner-title-bg h2{
    padding: 15px 15px 15px 0;
    color: #fff;
  }
  
  .innerBanner-title .innerBanner-title-bg::after {
	background-color: var(--tp-secondary-color);
	content: "";
	height: 100%;
	right: 100% !important;
	position: absolute;
	top: 0;
	width: 5000px;
	z-index: -1;
  }

  .inner-section h3{
    position: relative;
    font-size: 26px;
    color: var(--tp-primary-color);
    display: inline-block;
    margin-top: 15px;
  }
  .inner-section h3:after{
    content: "";
    position: absolute;
    top: 50%;
    left: -35px;
    transform: translateY(-50%);
    width: 30px;
    height: 2px;
    background-color: var(--tp-primary-color);
  }
  .inner-section h5{
    color: var(--tp-primary-color);
  }

  .list-bx{
    padding: 30px;
    border: 2px solid #e2e2e2;
    border-radius: 10px;
  }
  .list-bx:hover{
    border: 2px solid var(--tp-primary-color);
  }
  .list-bx h5{
    color: var(--tp-primary-color);
    margin-bottom: 20px;
  }
  .list-bx ul li{
    font-weight: 500;
    color: #555;
    border-top: 1px solid #e2e2e2;
    padding: 10px 10px 10px 25px;
    position: relative;
  }
  .list-bx ul li:before{
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    font-size: 10px;
    font-weight: 900;
    color: #ccc;
    position: absolute;
    top: 10px;
    left: 5px;
  }
  .list-bx ul li:hover, .list-bx ul li:hover:before{
    color: var(--tp-primary-color);
  }
.circle-tick{
    margin-left: 10px;
}
  .circle-tick li{
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
  }
  .circle-tick li::before{
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    line-height: 25px;
    width: 25px;
    height: 25px;
    background-color: var(--tp-secondary-color);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
  }

  .dot-list{
    margin-left: 10px;
}
  .dot-list li{
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .dot-list li::before{
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    width: 12px;
    height: 12px;
    color: var(--tp-blue-color);
    background-color: var(--tp-blue-color);
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0;
    text-align: center;
  }



  .adm-bx .foto{
    position: relative;
    background-color: var(--tp-primary-color);
  }
  .adm-bx .foto .designation{
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
  }
  .adm-bx .foto .designation.color1{
    background-color: #d6e6f3;
    color: #2e83c6;
  }
  .adm-bx .foto .designation.color2{
    background-color: #feeacf;
    color: #f89c0d;
  }
  .adm-bx .foto .designation.color3{
    background-color: #fedfdc;
    color: #fd4331;
  }
  .adm-bx .foto .designation.color4{
    background-color: #daf0ed;
    color: #1ea18b;
  }
  .adm-bx .foto .designation.color5{
    background-color: #ebddf6;
    color: #985bdc;
  }
  .adm-bx .foto .designation.color6{
    background-color: #e3dff6;
    color: #725ad4;
  }
  .adm-content{
    padding: 10px;
  }
  .adm-content span{
    font-size: 15px;
    display: block;
  }


.duration-bx{
    background-color: var(--tp-primary-color);
    position: relative;
    border-radius: 5px;
}
.duration-bx h2{
    font-size: 24px;
    color: var(--tp-common-white);
    font-weight: 500;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.cordinate{
    color: #666;
    font-weight: 600;
    padding: 5px 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    display: inline-block;
    margin-top: 10px !important;
}

.single-team-style1 {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.single-team-style1 .img-holder {
    position: relative;
    display: block;
    padding-bottom: 85px;
}

.single-team-style1 .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-base);
    z-index: 1;
}

.single-team-style1 .img-holder .inner img {
    width: 100%;
    transition: all 500ms linear;
    transition-delay: 0.2s;
}

.single-team-style1:hover .img-holder .inner img {
    transform: scale(1.1) rotate(0deg);
    opacity: 0.20;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}



.single-team-style1 .title-holder {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 25px 0 25px;
}

.single-team-style1 .title-holder h2 {
    font-size: 17px;
    line-height: 18px;
    font-weight: 500;
}


.single-team-style1 .title-holder h3 {
    color: var(--thm-base);
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: var(--tp-primary-color);
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.single-team-style1 .title-holder h4 {
    
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
  margin: 5px 0;
  padding: 0;
   
}
.single-team-style1 .title-holder .phone{
    margin-top: 10px !important;
    padding: 5px 15px;
    border: 1px solid var(--tp-secondary-color);
    border-radius: 20px;
}
.single-team-style1 .title-holder .phone i{
    padding-right: 10px;
}
.single-team-style1 .title-holder .phone:hover{
    background-color: var(--tp-secondary-color);
}



.single-team-style1 .title-holder .overlay-title {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    padding: 26px 0px 30px;
    z-index: 2;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: center;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.single-team-style1:hover .title-holder .overlay-title,
.single-team-style1.active .title-holder .overlay-title {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg);
    transition: all 300ms linear;
    transition-delay: 0.1s;
}

.single-team-style1 .title-holder .overlay-title .quali{
text-transform: none;
}

/** service-Style 3 **/
.pbmit-service-style-3 {
    position: relative;
    margin-bottom: 40px;
}
.pbmit-service-style-3 .pbmit-featured-wrapper img,
.pbmit-service-style-3 .btn-arrow,
.pbmit-service-style-3 .pbminfotech-box-content {
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pbmit-service-style-3 .pbmit-featured-wrapper {
    padding-bottom: 0;
    overflow: hidden;
    border-radius: 6px;
}
.pbmit-service-style-3 .pbmit-featured-wrapper img {
    box-shadow: 0px 9px 24px 0px rgba(26, 47, 106, 0.05);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.pbmit-service-style-3 .pbminfotech-box-content {
    position: relative;
    transform: translateY(0);
}
.pbmit-service-style-3 .pbmit-service-cat a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
    color: var(--pbmit-global-color);
}
.pbmit-service-style-3 .pbmit-service-content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    padding-top: 10px;
    margin-bottom: 15px;
}
.pbmit-service-style-3 .pbmit-service-content p{
    line-height: 22px;
    
}
.pbmit-service-style-3 .pbminfotech-box-content-inner {
    padding: 25px 30px 10px;
    background: #fff;
    margin: -50px 20px 0;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0px 9px 24px 0px rgba(26, 47, 106, 0.05)
}
.pbmit-service-style-3 .pbmit-service-title {
    position: relative;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin: 0px;
}
.pbmit-service-style-3 .pbmit-service-btn {
    margin-bottom: -35px;
}
/*.pbmit-service-style-3 .pbmit-service-btn a {
    width: 55px;
    display: inline-block;
    height: 55px;
    line-height: 55px;
    background: var(--tp-primary-color);
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
}*/
.pbmit-service-style-3:hover .pbminfotech-box-content {

    transform: translateY(-10px);
}
.pbmit-service-style-3:hover .pbmit-featured-wrapper img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
.pbmit-service-style-3 .pbmit-service-btn:hover i{
    color: var(--tp-common-white);
    transition-delay: .3s;
    transition-duration: .4s;
}
.pbmit-service-style-3 .btn-arrow {
    font-size: 24px;
    line-height: 24px;
    width: 55px;
    display: inline-block;
    height: 55px;
    line-height: 55px;
    background: var(--tp-primary-color);
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
}
.pbmit-service-style-3:hover .btn-arrow,
.pbmit-service-style-3:hover .pbmit-service-icon-wrapper {
    background-color: var(--tp-secondary-color);
}
.pbmit-service-style-3:hover .pbmit-service-btn a{
    color: #fff;
}

.leftMenu{
    border: 1px solid #c8c8c8;
    border-radius: 5px;
}
.leftMenu li{
    border-bottom: 1px solid #c8c8c8;
    padding: 5px 5px 5px 25px;
}
.leftMenu li:last-child{
    border-bottom: 0px solid #c8c8c8;
}
/*
COUNTER STYLES:
---------------
disc (• • •)
circle (○ ○ ○)
square (▪ ▪ ▪)
decimal (1 2 3)
decimal-leading-zero (01, 02, 03)
lower-roman (i ii iii)
upper-roman (I II III)
lower-greek (α β γ)
lower-latin (a b c)
upper-latin (A B C)
armenian (Ա Բ Գ)
georgian (ა ბ გ)
lower-alpha (a b c)
upper-alpha (A B C)
*/
.clr:after {
    content: "";
    display: block;
    clear: both;
  }
  ol.my-counter {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: my-counter;
    margin-left: 10px;
  }
  ol.my-counter li {
    counter-increment: my-counter;
    
    line-height: 1.5;
    margin-bottom: 0.5rem;
    padding-left: 35px;
    position: relative;
  }
  ol.my-counter li:before {
    position: absolute;
    left: 0;
    content: counter(my-counter, decimal) "";
    font-weight: 500;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: var(--tp-secondary-color);
    border-radius: 100%;
    text-align: center;
    line-height: 1.7;
    margin-right: 0.5rem;
  }
  
  ul.my-li-counter {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: my-li-counter;
  }
  ul.my-li-counter li {
    counter-increment: my-li-counter;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
  ul.my-li-counter li:before {
    content: counter(my-li-counter, lower-alpha);
    color: #292B30;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: var(--tp-secondary-color);
    border-radius: 100%;
    text-align: center;
    font-weight: 500;
    line-height: 1.6;
    margin-right: 0.5rem;
  }
.p-counter {
    width: 70%;
    margin: 3rem;
  }
  
  .p-counter p {
    border-top: 2px dashed;
    border-color: #FFA400 !important;
    margin: 0;
    padding: 30px;
    counter-increment: section;
    position: relative;
  }
  .p-counter p:nth-child(even) {
    border-left: 2px dashed;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-right: 30px;
    padding-right: 0;
  }
  .p-counter p:nth-child(even):before {
    content: counter(section);
    right: 100%;
    margin-right: -20px;
    position: absolute;
    border-radius: 50%;
    padding: 10px;
    height: 50px;
    width: 50px;
    background-color: #292B30;
    text-align: center;
    color: #FFF;
    font-size: 110%;
  }
  .p-counter p:nth-child(odd) {
    border-right: 2px dashed;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-left: 30px;
    padding-left: 0;
  }
  .p-counter p:nth-child(odd):before {
    content: counter(section);
    left: 100%;
    margin-left: -20px;
    position: absolute;
    border-radius: 50%;
    padding: 10px;
    height: 50px;
    width: 50px;
    background-color: #292B30;
    text-align: center;
    color: #FFF;
    font-size: 110%;
  }
  .p-counter p:first-child {
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .p-counter p:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }


  .contact-page__content-single {
    position: relative;
    display: block;
    margin-bottom: 39px;
  }
  
  .contact-page__content-single-inner {
    position: relative;
    display: block;
    padding-left: 70px;
  }
  
  .contact-page__content-single-inner .icon-box {
    position: absolute;
    top: 8px;
    left: 0;
    color: var(--thm-base);
    font-size: 30px;
    background-color: var(--tp-secondary-color);
  }
  
  
  .contact-page__content-single-inner .content-box {
    position: relative;
    display: block;
  }
  
  .contact-page__content-single-inner .content-box h2 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 14px;
  }
  
  .contact-page__content-single-inner .content-box p {
    color: var(--thm-gray);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
  
  
  .contact-page__content-single-inner .content-box .number1 {
    margin: 0px;
    margin-bottom: 1px;
  }
  
  .contact-page__content-single-inner .content-box .number1 a {
    color: var(--thm-gray);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
  }
  
  .contact-page__content-single-inner .content-box .number1 a:hover {
    color: var(--thm-base);
  }
  
  
  .contact-page__content-single-inner .content-box .number2 {
    margin: 0px;
  }
  
  .contact-page__content-single-inner .content-box .number2 a {
    color: var(--thm-gray);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
  }
  
  .contact-page__content-single-inner .content-box .number2 a:hover {
    color: var(--thm-base);
  }
  
  .contact-page__content-single-inner .content-box .email1 {
    margin: 0px;
    margin-bottom: 1px;
  }
  
  .contact-page__content-single-inner .content-box .email1 a {
    color: var(--thm-gray);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
  }
  
  .contact-page__content-single-inner .content-box .email1 a:hover {
    color: var(--thm-base);
  }
  
  
  .contact-page__content-single-inner .content-box .email2 {
    margin: 0px;
  }
  
  .contact-page__content-single-inner .content-box .email2 a {
    color: var(--thm-gray);
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    transition: all 200ms linear;
    transition-delay: 0.1s;
  }
  
  .contact-page__content-single-inner .content-box .email2 a:hover {
    color: var(--thm-base);
  }



  .programbx{position:relative; background-color:#f00; overflow:hidden;}
.programbx img{ width:100%;}
.programbx h4{ font-size:24px; color: var(--tp-common-white); padding:0 25px; width:100%; top: 50%;transform: translateY(-50%); position:absolute; text-align:center; z-index:2;-webkit-transition: all 0.5s ease-out;
       -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
         -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;}
.programbx:hover h4{ display:none; font-size:20px; padding:0 25px; width:100%; top: 5%;transform: translateY(-5%); position:absolute; text-align:center;-webkit-transition: all 0.5s ease-out;
       -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
         -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;}
			.imgoverlay{ position:absolute; bottom:0; left:0; width:100%; height:100%; padding:30px; text-align:center; background-color:rgba(0,0,0,.4); z-index:1;}
.poverlay{ position:absolute; bottom:0; left:0; width:100%; height:100%; padding:30px; text-align:center; background-color:#1d1d23; z-index:5;transform: translateY(100%);-webkit-transition: all 0.5s ease-out;
       -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
         -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;}
.programbx:hover .poverlay{ height:80%; transform: translateY(0);-webkit-transition: all 0.5s ease-out;
       -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
         -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;}
            .poverlay ul li{
                color: #fff;
            }
            #triangle-bottomright { position:absolute; bottom:0; right:0;
                width: 0;
                height: 0;
                border-bottom: 30px solid #f5f5f5;
                border-left: 30px solid transparent; z-index:10;
              }

              .course-slider.owl-theme .owl-nav [class*=owl-] {
                position: absolute;
                bottom: -100px;
                -webkit-transform: translateY(-50%);
                        transform: translateY(-50%);
                right: 50%;
                background-color: #fff;
                border: none;
                height: 45px;
                width: 45px;
                line-height: 45px;
                border: 1px solid #333;
                border-radius: 100%;
                -webkit-transition: all ease 0.5s;
                transition: all ease 0.5s;
                font-size: 36px;
              }
              
              .course-slider.owl-theme .owl-nav [class*=owl-] i {
                position: relative;
                
              }
              
              .course-slider.owl-theme .owl-nav [class*=owl-].owl-next {
                left: 50%;
                right: auto;
              }
              
              .course-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
                position: relative;
                
              }
              
              .course-slider.owl-theme .owl-nav [class*=owl-]:hover {
                background-color: var(--tp-secondary-color);
                color: #ffffff;
              }

              .pbuttons {position: relative; display: inline-block;border: 2px solid #438bd3;border-radius: 30px;font: inherit;margin-right:10px;padding: 10px 25px; margin-top:10px;
                text-transform: uppercase;color: #438bd3;overflow: hidden;cursor: pointer;font-size: 0.875rem;background-color: transparent;font-weight: bold;
                transition: all 250ms ease;text-decoration: none !important;letter-spacing: 1px;box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.2);}
                .pbuttons:before {content: '';position: absolute;top: 0;left: 50%;width: 150%;height: 100%;background-color: #438bd3;z-index: -1;-webkit-transform: skew(-45deg) translateX(-150%);transform: skew(-45deg) translateX(-150%);-webkit-animation: buttonOut 300ms ease-in;animation: buttonOut 300ms ease-in;}
                .pbuttons:hover {color: #222;box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.6);}
                .pbuttons:hover:before {-webkit-animation: buttonIn 300ms ease-out forwards;animation: buttonIn 300ms ease-out forwards;}

                @-webkit-keyframes buttonIn {
                    0% {
                      -webkit-transform: skew(-45deg) translateX(-150%);
                              transform: skew(-45deg) translateX(-150%);
                    }
                    100% {
                      -webkit-transform: skew(-45deg) translateX(-50%);
                              transform: skew(-45deg) translateX(-50%);
                    }
                  }
                  
                  @keyframes buttonIn {
                    0% {
                      -webkit-transform: skew(-45deg) translateX(-150%);
                              transform: skew(-45deg) translateX(-150%);
                    }
                    100% {
                      -webkit-transform: skew(-45deg) translateX(-50%);
                              transform: skew(-45deg) translateX(-50%);
                    }
                  }
                  @-webkit-keyframes buttonOut {
                    0% {
                      -webkit-transform: skew(-45deg) translateX(-50%);
                              transform: skew(-45deg) translateX(-50%);
                    }
                    100% {
                      -webkit-transform: skew(-45deg) translateX(150%);
                              transform: skew(-45deg) translateX(150%);
                    }
                  }
                  @keyframes buttonOut {
                    0% {
                      -webkit-transform: skew(-45deg) translateX(-50%);
                              transform: skew(-45deg) translateX(-50%);
                    }
                    100% {
                      -webkit-transform: skew(-45deg) translateX(150%);
                              transform: skew(-45deg) translateX(150%);
                    }
                  }
.adm-UG-mainbg{
    background-color: var(--tp-blue-color);
    border-radius: 6px;
}
                  .adm-shadow{
                    -webkit-box-shadow: 0px 5px 83px 0px rgb(27 26 26 / 12%);
    box-shadow: 0px 5px 83px 0px rgb(27 26 26 / 12%)
                  }
                  .border-blue{border-color:var(--tp-blue-color) !important}
                  .adm-seatsWise{
                    border-right: 1px solid var(--tp-blue-color);
                  }


                  .room-block{
                    position:relative;
                    margin-bottom:30px;
                }
                
                .room-block .inner-box{
                    position:relative;
                }
                
                .room-block .image{
                    position:relative;
                    overflow:hidden;
                    padding-bottom:35px;
                }
                
                .room-block .image img{
                    position:relative;
                    width:100%;
                    display:block;
                }
                
                .room-block .overlay-box{
                    position:absolute;
                    left:0px;
                    bottom:0px;
                    right:30px;
                    padding:20px 25px 20px 25px;
                    border:1px solid #e4e4e4;
                    background-color:var(--tp-common-white);
                }
                
                .room-block .upper-box{
                    position:relative;
                   
                }
                .room-block .upper-box h6{
                    font-size: 14px;
                    font-weight: 500;
                    color: #777;
                    text-transform: uppercase;
                    margin: 0;
                    padding: 5px 0;
                }
                .room-block .upper-box h6:nth-child(2){
                   border-bottom: 1px solid #e4e4e4 !important; 
                }
                .room-block .upper-box h6 span{
                    text-align: right;
                    color: var(--tp-primary-color);
                }
                .room-block h3 a{
                    color:var(--color-seven);
                }
                
                .room-block h3 a:hover{
                    color:var(--main-color);
                }
                .room-block .lower-box{
                    position:relative;
                    /* transform:scale(1,0); */
                    margin-bottom:-90px;
                    opacity:0;
                    margin-top:25px;
                    padding-top:var(--padding-top-25);
                    
                    background-color:var(--tp-common-white);
                    -webkit-transition:all 500ms ease;
                    -moz-transition:all 500ms ease;
                    -ms-transition:all 500ms ease;
                    -o-transition:all 500ms ease;
                    transition:all 500ms ease;
                }
                
                .room-block .inner-box:hover .lower-box{
                    opacity:1;
                    margin-bottom:0px;
                }


.faculty-col{
    flex:0 0 auto; width:20%; float: left;
}
@media (max-width: 1199px) {
    .faculty-col{
        width:33.3333%;
    }
}
@media (max-width: 767px) {
    .faculty-col{
        width:50%;
    }
}
@media (max-width: 400px) {
    .faculty-col{
        width:100%;
    }
}

.memoryFrame{
    position: relative;
    background: rgb(236,236,236);
background: -moz-linear-gradient(180deg, rgba(236,236,236,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(236,236,236,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(180deg, rgba(236,236,236,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ececec",endColorstr="#ffffff",GradientType=1);
}
.frameImg{
    position: relative;
}
.frameImg:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 30% !important;
    background: rgb(0,0,0);
background: -moz-linear-gradient(360deg, rgba(0,0,0,0.8) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(360deg, rgba(0,0,0,0.8) 0%, rgba(255,255,255,0) 100%);
background: linear-gradient(360deg, rgba(0,0,0,0.8) 0%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}
.memoryFrame .contentBx{
    width: 90%;
    border: 2px solid #b5923c;
    border-top: 0;
    margin-top: -20px;
    margin-left: 50%;
    transform: translateX(-50%);
    padding-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
}
.lines-on-sides {
    display: table;
    text-align: center;
    white-space: nowrap;
    color: #b5923c;
    font-style: italic;
    font-weight: 400;
    margin-top: -40px;
    width: 90%;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .lines-on-sides:after,  .lines-on-sides:before {
    content: "";
    display: table-cell;
    width: 50%;
    background: linear-gradient(transparent 50%, #b5923c 50%, #b5923c calc(50% + 2px), transparent calc(50% + 2px));
    background-clip: padding;
  }
  .lines-on-sides:after {
    border-left: 1em solid transparent;
  }
  .lines-on-sides:before {
    border-right: 1em solid transparent;
  }
  .lines-on-sides span{
    content: "";
    width:100px !important;
    background-color: #fff;

  }
  
                
/** Style 1 **/
.pbmit-portfolio-style-1 .pbminfotech-post-item {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 20px;
    
}
.pbmit-portfolio-style-1 img {
    width: 100%;
    height: auto;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.pbmit-portfolio-style-1:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.pbmit-portfolio-style-1 .pbminfotech-box-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.pbmit-portfolio-style-1 .pbminfotech-box-content:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    text-align: left;
    opacity: 0;
    position: absolute;
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    background-color: rgba(12,18,29,0.8); 
}
.pbmit-portfolio-style-1:hover .pbminfotech-box-content:after {
    visibility: visible;
    opacity: 1;
}
.pbmit-portfolio-style-1 .pbminfotech-icon-box {
    width: 37px;
    height: 37px;
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 16px;
    line-height: .8;
    color: #fff;
    display: inline-block;
    text-align: center;
    z-index: 2;
    padding: 11px 17px;
    visibility: hidden;
    opacity: 0;
    transition: all ease 800ms;
    -moz-transition: all ease 800ms;
    -webkit-transition: all ease 800ms;
}
.pbmit-portfolio-style-1:hover .pbminfotech-icon-box {
    visibility: visible;
    opacity: 1;
    right: 40px;
}
.pbmit-portfolio-style-1 .pbminfotech-icon-box a {
    background-color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    color: #1c325b;
    border-radius: 50%;
    font-size: 24px;
}
.pbmit-portfolio-style-1 .pbminfotech-titlebox {
    position: absolute;
    left: 30px;
    bottom: 5px;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
}
.pbmit-portfolio-style-1:hover .pbminfotech-titlebox {
    visibility: visible;
    opacity: 1;
    bottom: 20px;
}
.pbmit-portfolio-style-1 .pbminfotech-box-content .pbmit-portfolio-title {
    font-size: 20px;
    color: #fff;
    line-height: 24px;
    font-weight: 500;
    margin-top: 0px;
    /*margin-bottom: 5px;*/
}
.pbmit-portfolio-style-1 .pbminfotech-box-content .pbminfotech-box-content-inner {
    position: relative;
    z-index: 5;
    height: 100%;
}
.pbmit-portfolio-style-1 .pbmit-ihbox.pbmit-ihbox-style-hsbox {
    margin-bottom: 40px;
}
.pbmit-portfolio-style-1 .pbminfotech-titlebox .pbmit-port-cat {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}


.table-sem-title{
    background-color: var(--tp-blue-color) !important;
    font-weight: 500;
}
.table-grey-bg{
    background-color: var(--tp-grey-2) !important;
    font-weight: 500;
}


/*  -----------------------------------------
    :: Button Styles
    -------------------------------------- */
    .button-link {
        position: relative;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.4;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 4px;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        cursor: pointer;
        transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
        color: #DAA25A;
        display: inline-flex;
        margin: 0;
        padding: 0.875em 1.428571429em;
        letter-spacing: 0.3em;
      }
      .button-link::after {
        content: "";
        width: 80%;
        left: 50%;
        height: 1px;
        bottom: 0;
        transform: translatex(-50%);
        transition: width 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.4s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
        display: block;
        position: absolute;
        background: #DAA25A;
      }
      .button-link span {
        display: block;
        position: absolute;
        transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
        width: 100%;
        top: 0;
        left: 0;
      }
      .button-link span::before, .button-link span::after {
        content: "";
        display: block;
        position: absolute;
        background: #DAA25A;
        transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
      }
      .button-link span:first-child {
        height: 100%;
      }
      .button-link span:first-child::before, .button-link span:first-child::after {
        width: 1px;
        height: 100%;
        bottom: 0;
        transform: scale3d(1, 0, 1);
        transform-origin: bottom center;
        transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.2s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
      }
      .button-link span:first-child::before {
        left: 0;
      }
      .button-link span:first-child::after {
        right: 0;
      }
      .button-link span:last-child {
        width: 100%;
        height: 1px;
      }
      .button-link span:last-child::before, .button span:last-child::after {
        height: 1px;
        width: 100%;
        bottom: 0;
        transform: scale3d(0, 1, 1);
        transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
      }
      .button-link span:last-child::before {
        left: 0;
        transform-origin: bottom left;
      }
      .button-link span:last-child::after {
        right: 0;
        transform-origin: bottom right;
      }
      .button-link:hover {
        opacity: 1;
        outline: 0;
        color: #333E48 !important;
        text-decoration: none;
        transition: color 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
        /* Positioning */
      }
      .button-link:hover::after {
        width: 100%;
        background: #232F39;
        transition: width 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
      }
      .button-link:hover span:first-child::before, .button-link:hover span:first-child::after {
        transform: scale3d(1, 1, 1);
        background: #232F39;
        transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.2s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
      }
      .button-link:hover span:last-child::before, .button-link:hover span:last-child::after {
        transform: scale3d(1, 1, 1);
        background: #232F39;
        transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0.4s, background 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
      }
      .button-link:focus {
        background: #232F39;
        color: white !important;
        transition: all 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
      }
      .button-link:focus::after {
        opacity: 0;
      }
      .button-link.reverse:hover {
        color: white !important;
      }
      .button-link.reverse:hover::after {
        background: white;
      }
      .button-link.reverse:hover span:first-child::before, .button-link.reverse:hover span:first-child::after, .button-link.reverse:hover span:last-child::before, .button-link.reverse:hover span:last-child::after {
        background: white;
      }
      .button-link.reverse:focus span:first-child::before, .button-link.reverse:focus span:first-child::after, .button-link.reverse:focus span:last-child::before, .button-link.reverse:focus span:last-child::after {
        background: #333E48;
      }

      .footer-social-link {
        position: relative;
        display: inline-block;
        
        padding-top: 30px;
    }
    
    .footer-social-link ul {
        position: relative;
        display: block;
    }
    
    .footer-social-link ul li {
        position: relative;
        float: left;
        margin-right: 10px;
    }
    
    .footer-social-link ul li:last-child {
        margin-right: 0;
    }
    
    .footer-social-link ul li a {
        position: relative;
        display: block;
        height: 45px;
        width: 45px;
        background: #ffffff;
        color: var(--tp-primary-color);
        font-size: 20px;
        text-align: center;
        transition: all 200ms linear;
        transition-delay: 0.1s;
        z-index: 1;
        border-radius: 50%;
        overflow: hidden;
    }
    
    .footer-social-link ul li a i::before {
        position: relative;
        display: inline-block;
        line-height: 45px;
    }
    
    .footer-social-link ul li a:before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: var(--tp-primary-color);
        content: "";
        z-index: -1;
        transform: scale(0.0);
        transform-origin: center;
        transform-style: preserve-3d;
        transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
        border-radius: 50%;
    }
    
    .footer-social-link ul li:hover a:before {
        transform: scaleX(1.0);
    }
    
    .footer-social-link ul li:hover a {
        color: var(--tp-blue-color);
    }

    .event-slider.owl-theme .owl-nav [class*=owl-] {
        position: absolute;
        top: -60px;
        
        right: 0;
        background-color: #fff;
        border: none;
        height: 25px;
        width: 25px;
        line-height: 25px;
        border: 1px solid #333;
        
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        font-size: 25px;
      }
      
      .event-slider.owl-theme .owl-nav [class*=owl-] i {
        position: relative;
        
      }
      
      .event-slider.owl-theme .owl-nav [class*=owl-].owl-next {
        left: auto;
        right: 10px;
      }
      .event-slider.owl-theme .owl-nav [class*=owl-].owl-prev {
        left: auto;
        right: 40px;
      }
      
      .event-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
        position: relative;
        
      }
      
      .event-slider.owl-theme .owl-nav [class*=owl-]:hover {
        background-color: var(--tp-secondary-color);
        color: #ffffff;
      }

      .viewall{
        font-size: 14px;
        font-weight: 600;
        position: absolute;
        top: 10px;
        right: 70px;
        text-transform: uppercase;
      }