/*

  font-family: "Poppins", sans-serif;
  font-family: "Poppins", sans-serif;
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none
}

html,
body {
    height: 100%;
    font-size: 14px;
    color: #1e1e1e;
    font-family: "Poppins", sans-serif;
    vertical-align: baseline;
    line-height: 26px
}

a:focus {
    outline: 0 solid
}

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

p {
    margin: 0 0 10px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #011e40
}

h1 {
    font-size: 28px
}

h2 {
    font-size: 18px
}

h3 {
    font-size: 16px
}

.pe-0 {
    padding-left: 0 !important;
}

a {
    transition: all .5s ease-out;
    text-decoration: none;
    color: #011e40
}

a:active,
a:hover {
    outline: 0;
    color: #011e40;
    text-decoration: none
}

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

::-moz-selection {
    background: #0090cb;
    text-shadow: none;
    color: #fff
}

::selection {
    background: #0090cb;
    text-shadow: none;
    color: #fff
}

textarea:focus,
input:focus {
    outline: none
}

.slider-overlay {
    background-color: rgb(0 0 0 / 14%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1
}

.images-overlay {
    background-color: rgb(42 94 153 / 65%);
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
}

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

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

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

.bg-color {
    background: #fbfbfb
}

.no-padding-left {
    padding-left: 0
}

.no-padding-right {
    padding-right: 0
}

.bg-gray {
    background: #f0f0f066
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999999;
    right: 0;
    bottom: 0
}

#preloader-status {
    height: 210px;
    width: 210px;
    background: url(../img/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    position: absolute;
    left: 50%;
    top: 50%
}

#scrollUp {
    background: #d51708 none repeat scroll 0 0;
    border-radius: 100%;
    bottom: 15px;
    color: #fff;
    font-size: 16px;
    height: 40px;
    right: 20px;
    text-align: center;
    text-decoration: none;
    width: 40px;
}

#scrollUp:hover {
    opacity: 1;
    color: #fff !important;
    /* background:#c9c00; */
}

#scrollUp i {
    display: block;
    font-weight: 500;
    padding-top: 11px
}

.header-top {
    background: #1e1e1e;
    padding: 0 0
}

.header-left {
    padding: 7px 0
}

.header-left ul {
    display: inline-block
}

.header-left li {
    padding-right: 25px;
    position: relative;
    display: inline-block;
    color: #fff;
    position: relative;
    font-weight: 500;
}

.header-left li::before {
    content: "";
    height: 14px;
    width: 1px;
    background: #ffffff;
    position: absolute;
    right: 12px;
    top: 6px;
}

.header-left li:last-child:before {
    display: none
}

/* .header-left li:last-child {
	padding-right: 0
} */

.header-left li i {
    color: #fff;
    margin-right: 6px;
}

.header-right-div {
    text-align: right
}

.header-right {
    display:flex;
    gap:5px;
    text-align: right;
    position: relative;
    z-index: 1;
    padding: 10px 0;
    z-index: 99
}

.soical-profile {
    padding-top: 5px;
}

.soical-profile ul,
.soical-profile li {
    display: inline-block
}

.soical-profile li a i {
    color: #322f2f;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #fff;
}

.soical-profile li a i:hover {
    background: #d51708;
    color: #fff
}

.hd-sec {
    background: #1e1e1e
}

.logo {
    padding: 0;
}

.logo img {
    height: 95px;
}


.d-lg-block {
    display: block !important;
}

.social-title {
    display: inline-block;
    color: #fff;
    font-weight: 500
}

.menu-center {
    text-align: right
}

.menu {
    display: inline-block;
    position: relative
}

.main-menu {
    display: inline-block;
    text-align: right;
    margin-right: 40px
}

.main-menu ul {
    margin: 0;
    padding: 0;
    position: relative
}

.main-menu ul li {
    display: inline-block;
    padding: 0;
    position: relative
}

.main-menu ul li.active {
    position: relative
}

.main-menu ul li a {
    display: block;
    font-size: 16px;
    padding: 0px 10px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .4s ease 0s;
    position: relative;
    font-weight: 500;
    color: #fff;
    line-height: 1;
}

.main-menu ul li ul:hover .main-menu ul li a {
    background: #fafafa
}

.main-menu ul li a:hover {
    transition: all .4s 0s ease;
    color: #d51708
}

.main-menu ul ul {
    background: #fff none repeat scroll 0 0;
    left: 12px;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 35px;
    transition: all .4s ease 0s;
    visibility: hidden;
    z-index: 99999;
    transition: all .3s ease 0s;
    border-top: 2px solid #d51708
}

.main-menu ul ul li {
    float: none;
    width: 220px
}

.main-menu ul ul li ul {
    visibility: hidden !important
}

.main-menu ul ul li i {
    float: right
}

.main-menu ul ul li:hover ul {
    visibility: visible !important;
    top: -1px;
    transition: all .3s ease 0s;
    opacity: 1
}

.main-menu ul ul li a {
    line-height: 120%;
    padding: 10px 20px;
    color: #1e1e1e;
    border-bottom: 1px solid #ddd
}

.main-menu ul ul li:last-child a {
    border-bottom: 0
}

.main-menu ul ul li a:hover {
    color: #fff;
    background: #d51708;
}

.main-menu ul ul ul {
    left: 100%;
    transition: all .3s ease 0s;
    opacity: 0;
    border-top: 0;
    border-bottom: 1px solid #d51708
}

.main-menu ul li:hover ul {
    visibility: visible;
    opacity: 1;
    top: 35px;
}

.main-menu ul li a i {
    margin-left: 6px
}

.search-bar-icon {
    display: inline-block;
    padding: 38px 0;
    position: absolute;
    right: 0;
    top: 0
}

.site-search span {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
    transition: all .4s ease 0s;
    background: #d51708
}

.site-search.open span i.fa-search::before {
    content: "\f00d" !important
}

.site-search i {
    color: #011e40
}

.search-forum>form {
    display: inline-flex;
    background: #fff;
    padding: 18px 20px;
    border-top: 2px solid #d51708
}

.search-forum input[type=text] {
    padding: 10px;
    border: 1px solid #ddd
}

.search-forum input[type=submit] {
    padding: 10px;
    background: #22253a;
    color: #fff
}

.search-forum {
    left: -240px;
    position: absolute;
    top: 103px;
    transition: all .4s ease 0s;
    z-index: 2
}

.search-forum.dropdown-menu {
    padding: 0;
    border: 0
}

.animation {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes slideUpIn {
    0% {
        -webkit-transform: translateY(40px)
    }

    100% {
        -webkit-transform: translateY(0)
    }

    0% {
        -webkit-transform: translateY(40px)
    }
}

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

    100% {
        transform: translateY(0)
    }

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

.slideUpIn {
    -webkit-animation-name: slideUpIn;
    animation-name: slideUpIn
}

.hd-sec.sticky_menu {
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 9999;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25)
}
.header-btn .dropdown .dropdown-item{
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #d50000;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    transition: 0.5s;
    position: relative;
    padding: 0 10px;
    z-index: 1;
    text-align: center;
    border-bottom:1px dashed #d50000;
}
/* .header-btn a {
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    border-radius: 23px;
    background-color: #d50000;
    padding: 5px 25px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
} */



.header-btn .btn-register, .header-btn .btn-login{
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    border-radius: 23px;
    background-color: #d50000;
    padding: 5px 25px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}
.header-btn .btn-register::before, .header-btn .btn-login::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #1e1e1e;
    border-radius: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}

.header-btn .btn-register:hover::before, .header-btn .btn-login:hover::before {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}
.all-slide .owl-item {
    height: 500px;
}

.all-slide .single-slide {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%
}

.slider-wrapper {
    width: 1170px;
    padding: 15px;
    margin: 0 auto;
    height: 100%
}


/* .slider-wrapper:before {
    content: '';
    position: absolute;
    left: 0%;
    top: 0%;
    width: 50%;
    height: 100%;
    background-color: #ffffffc7;
    z-index: 2;
} */
.slider-text {
    left: 0;
    position: relative;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    text-align: left
}

.slider-caption {
    width: 750px
}

.slider-caption span.subtitle {
    color: #fff;
    font-size: 24px;
    text-transform: capitalize
}

.slider-text ul {
    margin-top: 20px
}

.slider-text h1 {
    color: #333;
    font-size: 24px;
    text-transform: capitalize;
    line-height: 40px;
    margin-bottom: 10px;
    font-weight: 500;
}

.slider-text h1>span {
    color: #d51708
}

.slider-text p {
    color: #333
}

.slider-text li {
    display: inline-block
}

.slider-text li a {
    background: #d51708;
    color: #fff;
    display: inline-block;
    padding: 5px 8px;
    text-transform: capitalize;
    margin-right: 14px;
    position: relative;
    z-index: 5;
    font-weight: 600;
    position: related;
    transition: all .4s ease 0s;
    border: 1px solid #d51708;
}

.slider-text li a:before {
    content: "\f178";
    font-family: fontawesome;
    float: right;
    top: 0;
    position: relative;
    padding-left: 10px;
    transition: all .4s ease 0s;
    margin-left: 10px
}

.slider-text li:last-child a:before {
    color: #d51708
}

.slider-text li a:hover {
    background: #fff;
    transition: all .4s ease 0s;
    border-color: #d51708;
    color: #333;
}

.slider-text li:last-child a {
    background: 0 0;
    color: #d51708
}

.slider-text li:last-child a:hover {
    background: 0 0;
    transition: all .4s ease 0s;
    border: 1px solid #fff
}

.all-slide .owl-controls {
    position: absolute;
    top: 45%;
    width: 100%;
    z-index: 99;
    transform: translateY(-50%)
}

.all-slide .owl-controls .owl-buttons div {
    background: 0 0;
    opacity: 1
}

.all-slide .owl-controls .owl-prev {
    left: 20px;
    position: absolute;
    transition: all .4s ease 0s
}

.all-slide:hover .owl-prev {
    transition: all .4s ease 0s
}

.all-slide .owl-controls .owl-next {
    right: 20px;
    position: absolute;
    transition: all .4s ease 0s
}

.all-slide:hover .owl-next {
    transition: all .4s ease 0s
}

.all-slide .owl-controls .owl-prev i,
.all-slide .owl-controls .owl-next i {
    background: 0 0;
    color: #ffff;
    font-size: 30px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    transition: all .5s ease-out 0s;
    width: 35px;
    font-weight: 400;
}

.all-slide .owl-controls .owl-next i:hover {
    transition: all .5s ease-out 0s;
    background: #2a5e99;
    color: #fff;
    border-color: #2a5e99;
}

.all-slide .owl-controls .owl-prev i:hover {
    transition: all .5s ease-out 0s;
    background: #2a5e99;
    color: #fff;
    border-color: #2a5e99;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.about-img img {
    width: 100%;
    position: relative
}

.about-img::before {
    border: 10px solid rgba(0, 0, 0, .3);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 9
}

.about-desc img {
    margin-bottom: 30px
}

.about-img {
    position: relative
}

.about-desc h1 {
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 15px
}

.about-desc a.about-btn {
    background: #d51708;
    padding: 10px 26px;
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    position: relative;
}

.about-desc a.about-btn::before {
    content: "\f178";
    font-family: fontawesome;
    float: right;
    top: 0;
    position: relative;
    color: #fff;
    padding-left: 10px;
    transition: all .4s ease 0s;
    margin-left: 10px;
}

.about-sec {
    background: #fafafa
}

.company-ceo-info h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px
}

.company-ceo-info span {
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    font-size: 16px
}

.company-mission {
    margin-top: 20px
}

.company-mission h2 a {
    text-transform: capitalize;
    font-size: 28px;
    font-weight: 600;
    color: #011e40
}

.company-mission a {
    color: #d51708;
    text-transform: capitalize;
    font-weight: 700
}

.vedio-inner {
    position: relative;
}

.vedio-overly {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .1)
}

.vedio-button {
    text-align: center;
    transform: translateY(-50%);
    top: 50%;
    position: relative
}

.vedio-inner img {
    width: 100%;
    padding: 20px;
    box-shadow: 0 0 15px #0000002b;
}

.vedio-button {
    position: relative;
    width: 60px;
    height: 60px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
    border-radius: 50%;
    background-color: transparent;
    background-image: url(../img/icon/play_button.png);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    margin: 0 auto
}

.vedio-button a {
    display: inline-block;
    width: 100%;
    height: 100%
}

.vedio-button:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px transparent
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px transparent
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px transparent
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px transparent
    }
}

.course-sec.index2-course.course-slider {
    background-image: none;
    background-color: #fff
}

.course-sec.index2-course.course-slider .sec-title h1 {
    color: #011e40
}

.course-sec-image {
    background: #011e40 none repeat scroll 0 0;
    padding: 190px 0;
    background-image: url(../img/course-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative
}

.course-sec-image::before {
    position: absolute;
    content: "";
    background-color: rgb(42 94 153 / 77%);
    top: 0;
    width: 100%;
    height: 100%
}

.course-sec {
    background: #f0f0f066 none repeat scroll 0 0;
    margin-top: 0;
}

/* .course-sec::before {
    position: absolute;
    content: "";
    background-color: rgb(42 94 153 / 75%);
    top: 0;
    width: 100%;
    height: 100%;
} */

.course-inner {
    margin: 0 0 20px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 10px 10px;
    border: 1px solid #B5B5C3;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.course-inner:hover {
    filter: drop-shadow(10px 10px 0px #cac9d647);
}

.readmore-button {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 4;
    visibility: hidden;
    opacity: 0
}

.readmore-button a {
    background: #22253a;
    color: #fff;
    display: inline-block;
    padding: 10px 26px;
    text-transform: capitalize;
    margin: 0 10px;
    position: relative;
    z-index: 5;
    font-weight: 600;
    position: related;
    transition: all .4s ease 0s
}

.readmore-button a::before {
    content: "\f178";
    font-family: fontawesome;
    float: right;
    top: 0;
    position: relative;
    color: #fff;
    padding-left: 10px;
    transition: all .4s ease 0s;
    margin-left: 10px
}

.course-desc {
    padding: 5px 0px;
    margin-top: 10px;
}

.course-desc h2 a {
    position: relative;
    text-transform: capitalize
}

.course-desc h2 a::before {
    content: "";
    width: 0;
    height: 1px;
    bottom: -2px;
    position: absolute;
    left: 0;
    transition: all .4s ease 0s
}

.course-inner:hover .course-desc h2 a::before {
    background: #d51708;
    width: 70px;
    transition: all .4s ease 0s;
}

.course-inner:hover .course-desc h2 a {
    color: #333
}

/* .course-thumb::before {
    position: absolute;
    content: "";
    background-color: rgb(235 34 5 / 40%);
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .4s ease 0s;
}

.course-thumb {
    position: relative;
    z-index: 2
}

.teacher-thumb {
    position: absolute;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    bottom: -40px;
    border-radius: 100%;
    z-index: 3
}

.course-inner:hover .course-thumb::before {
    width: 100%;
    transition: all .4s ease 0s
} */

.course-inner:hover .readmore-button {
    visibility: visible;
    opacity: 1;
    transition: all .4s ease 0s
}

.teacher-thumb img {
    border-radius: 100%
}

.course-meta {
    padding: 10px 20px
}

.course-price {
    font-weight: 500;
    color: #011e40;
    font-size: 24px
}

.course-rating {
    float: right
}

.course-rating i {
    color: #d51708;
    font-size: 14px;
    margin-left: 2px;
    transition: all .4s ease 0s
}

.course-info {
    padding: 10px 20px;
    transition: all .4s ease 0s;
    position: relative;
    background: #f0f0f0
}

.course-info::before {
    position: absolute;
    content: "";
    background-color: #d51708;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    right: 0;
    transition: all .4s ease 0s
}

.course-inner:hover .course-info::before {
    width: 100%;
    transition: all .4s ease 0s
}

.course-info li {
    display: inline-block;
    padding-right: 10px;
    text-transform: capitalize
}

.course-info li a i {
    color: #d51708;
    margin-right: 6px
}

.course-list-sec .owl-stage-outer {
    padding: 15px 0
}

.all-course .owl-item {
    padding: 0 20px
}

.all-course .owl-controls {
    position: absolute;
    top: -90px;
    width: 100%;
    z-index: 99
}

.all-course .owl-controls .owl-buttons div {
    background: 0 0;
    opacity: 1
}

.all-course .owl-controls .owl-prev {
    right: 70px;
    position: absolute;
    transition: all .4s ease 0s
}

.all-course .owl-controls .owl-next {
    right: 20px;
    position: absolute;
    transition: all .4s ease 0s
}

.all-course .owl-controls .owl-prev i,
.all-course .owl-controls .owl-next i {
    background: #d51708;
    color: #fff;
    font-size: 22px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    transition: all .5s ease-out 0s;
    width: 40px;
    font-weight: 400;
    margin-top: 30px;
    border-radius: 30px;
}

.all-course .owl-controls .owl-next i:hover {
    transition: all .5s ease-out 0s;
    background: #fff;
    color: #011e40;
    border-color: #fff
}

.all-course .owl-controls .owl-prev i:hover {
    transition: all .5s ease-out 0s;
    background: #fff;
    color: #011e40;
    border-color: #fff
}

.another-course-sec .sec-title {
    text-align: center;
    margin: 0 150px 50px
}

.another-course-sec .course-inner {
    box-shadow: none;
    border: 1px solid #f4f4f4;
    margin-bottom: 30px
}

.sec-title {
    text-align: left;
    margin: 0 0 20px;
}

.text-center {
    text-align: center;
}

.sec-title h1 {
    font-size: 32px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    line-height: 1.5;
    background-image: --webkit-linear-gradient(291.09deg, #d51708 27.31%, #212529 73.17%);
    background-image: -moz-linear-gradient(291.09deg, #d51708 27.31%, #212529 73.17%);
    background-image: -ms-linear-gradient(291.09deg, #d51708 27.31%, #212529 73.17%);
    background-image: -o-linear-gradient(291.09deg, #d51708 27.31%, #212529 73.17%);
    background-image: linear-gradient(291.09deg, #d51708 27.31%, #212529 73.17%);
    -moz-animation: sliderTitle3 2.5s ease-in-out 1s forwards infinite alternate;
    -webkit-animation: sliderTitle3 2.5s ease-in-out 1s forwards infinite alternate;
    animation: sliderTitle3 1s ease-in-out 2.5s forwards infinite alternate;
}

.sec-title h1 span {
    font-weight: 400
}

.border-shape::before {
    background: #011e40 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 90px;
    margin: 0 auto;
    left: 0
}

.border-shape {
    background: #011e40;
    display: block;
    height: 1px;
    left: 0;
    margin-bottom: 20px;
    position: relative;
    text-align: left;
    top: 0;
    width: 330px
}

.sec-title p {
    margin-bottom: 0;
}

.jstify {
    text-align: justify;
}

.count-up-sec {
    background: #011e40 none repeat scroll 0 0;
    padding: 50px 0;
    background-image: url(../img/count_up_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    background-attachment: fixed
}

.count-up-sec-overlay {
    background-color: rgb(42 94 153 / 75%);
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.count-up-inner {
    text-align: center
}

.countup-icon {
    display: inline-block;
    height: 70px;
    margin-bottom: 16px;
    text-align: center;
    width: 70px
}

.countup-text {
    display: inline-block;
    text-align: center;
    width: 100%
}

.count-up-icon {
    display: inline-block;
    margin-bottom: 14px;
    width: 70px;
    height: 70px;
    border-radius: 100px
}

.count-up-inner h2 {
    color: #ffffff;
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 0;
    text-shadow: 0 0 9px #333;
}

.count-up-inner h4 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 400
}

.gallery-sec .sec-title {
    text-align: center;
    margin: 0 150px 50px
}

.simplefilter {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%
}

.shorttitle {
    display: none
}

.simplefilter li {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 8px 20px;
    font-size: 16px;
    text-transform: capitalize;
    background: #2a5e99;
    margin: 0 5px;
    border-radius: 20px;
}

.simplefilter li:hover {
    transition: all .5s ease-out 0s;
    background: #d51708;
    color: #fff
}

.simplefilter li.active {
    background: #d51708;
    color: #fff;
    position: relative
}

.simplefilter li.active:hover {
    transition: all .5s ease-out 0s;
    background: #d51708;
    color: #fff
}

.gallery-item {
    position: relative;
    overflow: hidden
}

.gallery-item:hover .gallery-button h2 a {
    top: 0;
    transition: all .4s ease 0s
}

.gallery-button h2 a {
    color: #fff;
    text-transform: capitalize;
    font-size: 20px;
    top: -100px;
    position: relative;
    transition: all .4s ease 0s
}

.gallery-button a i {
    color: #fff;
    font-size: 24px;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    line-height: 60px
}

.gallery-sec .gallery-item {
    margin-bottom: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding:8px;
}

.gallery-sec .gallery-item img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.gallery-sec .simplefilter li.active {
    color: #fff;
    background: #d51708;
    position: relative;
}

.gallery-sec .simplefilter li.active::before {
    width: 13px;
    height: 13px;
    position: absolute;
    content: "";
    background: #d51708;
    transform: rotate(46deg);
    top: 35px;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0
}

.gallery-item:hover .gallery-overlay {
    visibility: visible;
    opacity: 1;
    transition: all .4s ease 0s;
    top: 0
}

.gallery-item:hover .gallery-button a i {
    bottom: 0;
    transition: all .4s ease 0s
}

.gallery-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgb(42 94 153 / 77%);
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .4s ease 0s
}

.gallery-overlay-text {
    text-align: center
}

.gallery-overlay-text {
    transform: translateY(-50%);
    top: 50%;
    position: relative
}

.gallery-overlay-text .gallery-button a i {
    color: #011e40;
    font-size: 16px;
    width: 40px;
    height: 40px;
    border: 1px solid #d51708;
    line-height: 40px;
    bottom: -140px;
    position: relative;
    transition: all .4s ease 0s;
    background: #d51708
}

.gallery-overlay-text .gallery-button a i:hover {
    background: #fff;
    border-color: #011e40;
    transition: all .4s ease 0s
}

.gallery-load-more-btn {
    text-align: center;
    margin-top: 20px
}

.gallery-load-more-btn a {
    background: #d51708;
    color: #fff;
    display: inline-block;
    padding: 10px 26px;
    text-transform: capitalize;
    /* margin: 0 10px; */
    position: relative;
    z-index: 5;
    font-weight: 600;
    position: related;
    transition: all .4s ease 0s;
    float: left;
}

.gallery-load-more-btn a:hover {
    background: #2a5e99
}

.gallery-load-more-btn a::before {
    content: "\f178";
    font-family: fontawesome;
    float: right;
    top: 0;
    position: relative;
    color: #fff;
    padding-left: 10px;
    transition: all .4s ease 0s;
    margin-left: 10px;
}

.why-choose-sec-image {
    background: #011e40 none repeat scroll 0 0;
    padding: 193px 0;
    background-image: url(../img/why-us-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative
}

.why-choose-sec-image::before {
    position: absolute;
    content: "";
    background-color: rgba(34, 37, 58, .95);
    top: 0;
    width: 100%;
    height: 100%
}

.why-choose-us-sec {
    background: #f0f0f0
}

.why-choose-us-sec .border-shape,
.why-choose-us-sec .border-shape::before,
.why-choose-us-sec .border-shape::after {
    background: #fff
}

.why-choose-thumb {
    position: relative;
    z-index: 2
}

.why-choose-inner:hover .readmore-button {
    visibility: visible;
    opacity: 1;
    transition: all .4s ease 0s
}

.why-choose-inner:hover .why-choose-icon {
    border-color: #d51708;
    transition: all .4s ease 0s
}

.why-choose-text {
    padding: 60px 15px 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-top: 0
}

.why-choose-inner {
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

.why-choose-text p {
    margin-bottom: 0
}

.why-choose-text h2 a {
    font-size: 22px;
    text-transform: capitalize
}

.why-choose-inner:hover .why-choose-text h2 a {
    color: #d51708
}

.why-choose-icon {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 6px;
    line-height: 80px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -40px;
    background: #fff;
    border-bottom: 3px solid #011e40;
    z-index: 99;
    transition: all .4s ease 0s
}

.why-choose-icon img {
    width: 50px;
    height: 50px;
    display: inline-block
}

.why-choose-all.owl-carousel .owl-item .why-choose-icon img {
    width: auto;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding: 20px
}

.why-choose-all .owl-controls .owl-nav {
    position: absolute;
    top: -90px;
    width: 100%;
    z-index: 99
}

.why-choose-all .owl-controls .owl-buttons div {
    background: 0 0;
    opacity: 1
}

.why-choose-all .owl-controls .owl-prev {
    right: 60px;
    position: absolute;
    transition: all .4s ease 0s
}

.why-choose-all .owl-controls .owl-next {
    right: 0;
    position: absolute;
    transition: all .4s ease 0s
}

.why-choose-all .owl-controls .owl-prev i,
.why-choose-all .owl-controls .owl-next i {
    background: #d51708;
    color: #011e40;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all .5s ease-out 0s;
    width: 40px;
    font-weight: 400
}

.why-choose-all .owl-controls .owl-next i:hover {
    transition: all .5s ease-out 0s;
    background: #22253a;
    color: #fff;
    border-color: #fff
}

.why-choose-all .owl-controls .owl-prev i:hover {
    transition: all .5s ease-out 0s;
    background: #22253a;
    color: #fff;
    border-color: #fff
}

.instructor-member {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
    transition: all .4s ease-in-out 0s;
    z-index: 2;
    box-shadow: 0 0 11px #00000014;
    padding: 10px;
    text-align: center;
}

.instructor-member::after {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    width: 100%;
    height: 35%;
    left: 0;
    z-index: -1
}

.instructor-sec .sec-title {
    text-align: center;
    margin: 0 150px 50px
}

.instructor-member-thumb {
    position: relative;
    overflow: hidden;
    transition: all .4s ease-in-out 0s
}

.instructor-member:hover .instructor-overlay ul {
    visibility: visible;
    bottom: 0;
    transition: all .4s ease-in-out 0s
}

.instructor-overlay ul {
    position: absolute;
    width: 100%;
    bottom: -50%;
    background: rgb(42 94 153 / 75%);
    padding-left: 10px;
    visibility: hidden;
    transition: all .4s ease-in-out 0s;
}

.instructor-member img {
    width: 100%
}

.instructor-member h2 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    text-transform: uppercase;
    transition: all .4s ease-in-out 0s;
    color: #011e40
}

.instructor-member h3 {
    font-size: 14px;
    text-transform: capitalize;
    transition: all .4s ease-in-out 0s
}

.instructor-overlay li a {
    display: inline-block;
    color: #fff;
    text-align: left;
    line-height: 30px;
    margin-right: 14px;
}

.instructor-overlay li {
    display: inline-block;
    text-align: left;
    padding: 5px 0
}

.instructor-social li a {
    display: inline-block;
    text-align: left;
    line-height: 30px;
    margin-right: 2px;
    width: 30px;
    height: 30px;
    background: 0 0;
    border-radius: 100%;
    text-align: center;
    border: 1px solid #011e40
}

.instructor-social li {
    display: inline-block
}

.instructor-social li i {
    color: #011e40
}

.instructor-social li a:hover {
    background: #011e40
}

.instructor-social li a:hover i {
    color: #fff
}

.all-instructor .owl-controls {
    position: absolute;
    top: -90px;
    width: 100%;
    z-index: 99
}

.all-instructor .owl-controls .owl-prev {
    right: 50px;
    position: absolute;
    transition: all .4s ease 0s
}

.all-instructor .owl-controls .owl-next {
    right: 0;
    position: absolute;
    transition: all .4s ease 0s
}

.all-instructor .owl-controls .owl-prev i,
.all-instructor .owl-controls .owl-next i {
    background: #d51708;
    color: #011e40;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all .5s ease-out 0s;
    width: 40px;
    font-weight: 400
}

.all-instructor .instructor-member {
    text-align: center;
    background: #d51708;
    padding-bottom: 30px
}

.testimonial-sec {

    padding: 76px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    background-attachment: fixed
}

.testimonial-sec-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.all-testimonial .owl-controls {
    position: absolute;
    top: 40%;
    width: 100%
}

.all-testimonial .owl-controls .owl-buttons div {
    background: 0 0;
    opacity: 1
}

.testimonial-sec .all-testimonial .owl-controls .owl-prev {
    left: -13px;
    position: absolute;
}

.all-testimonial .owl-controls .owl-next {
    right: -10px;
    position: absolute;
}

.all-testimonial .owl-controls .owl-prev i,
.all-testimonial .owl-controls .owl-next i {
    background: #d51708;
    color: #fff;
    font-size: 22px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    transition: all .5s ease-out 0s;
    width: 40px;
    font-weight: 400;
    margin-top: 30px;
    border-radius: 30px;
}

.testimonial-sec.all-testimonial .owl-controls .owl-next i:hover {
    transition: all .5s ease-out 0s;
    color: #fff;
    border-color: #fff
}

.all-testimonial .owl-controls .owl-prev i:hover {
    transition: all .5s ease-out 0s;
    color: #fff;
    border-color: #fff
}

.testimonial {
    margin-bottom: 10px
}

.bgs:after {
    content: "";
    width: 50%;
    height: 1px;
    background: #f48c0c;
    position: absolute;
    bottom: 0;
    left: 0;
}

.bgs p {
    padding-left: 25px;
    font-size: 14px;
}

.bgs .testimonial-top i {
    font-size: 28px;
    color: #d51e08;
    padding-right: 30px;
    padding-top: 10px;
    color: #d51e08;
}

.testimonial .inner {
    display: inline-block
}

.testimonial .inner:first-child {
    padding-left: 20px;
    position: relative;
    right: 0;
    display: flex;
    align-items: anchor-center;
}

.testimonial .client-info {
    position: relative;
    text-align: left;
    margin: 0px 10px;
}

.testimonial-top {
    position: absolute;
    top: 0px;
    left: 10px;
}

.single-testimonial h2 {
    color: #d51708;
    margin-bottom: 10px;
}

.all-testimonial.owl-carousel.owl-theme .owl-item img {
    height: 80px;
    width: 80px;
    border-bottom: 2px solid #d51708;
    border-radius: 100%;
}

.testimonial .client-info h3 {
    margin-bottom: 0;
    color: #222;
    font-size: 14px;
}

.single-testimonial {
    color: #333;
    text-align: left;
}

.testimonial-v2-sec {
    background: #071c2e none repeat scroll 0 0;
    padding: 76px 0;
    background-image: url(../img/count_up_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    background-attachment: fixed
}

.testimonial-v2-sec .all-testimonial.owl-carousel.owl-theme .owl-item img {
    height: 120px;
    width: 120px;
    border-bottom: 0;
    border-radius: 100%
}

.single-testimonial-v2 .client-comment {
    display: inline-block;
    width: 80%;
    color: #fff;
    font-style: italic
}

.testimonial-client-info {
    display: inline-block;
    width: 20%;
    float: left
}

.single-testimonial-v2 h2 {
    color: #f6c405;
    font-size: 22px;
    margin-bottom: 10px
}

.single-testimonial-v2 .client-info h3 {
    margin-bottom: 0;
    color: #fff
}

.testimonial-v2-sec .all-testimonial .owl-controls .owl-prev {
    right: -80px;
    position: absolute;
    top: -73px
}

.testimonial-v3-sec {
    background: #22253a none repeat scroll 0 0;
    padding: 100px 0
}

.all-testimonial-v3 .owl-controls {
    position: absolute;
    top: 40%;
    width: 100%
}

.all-testimonial-v3 .owl-controls .owl-buttons div {
    background: 0 0;
    opacity: 1
}

.all-testimonial-v3 .owl-controls .owl-prev {
    left: -80px;
    position: absolute
}

.all-testimonial-v3 .owl-controls .owl-next {
    right: -80px;
    position: absolute
}

.all-testimonial-v3 .owl-controls .owl-prev i,
.all-testimonial-v3 .owl-controls .owl-next i {
    color: #011e40;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all .5s ease-out 0s;
    width: 40px;
    background: #d51708
}

.all-testimonial-v3 .owl-controls .owl-next i:hover {
    transition: all .5s ease-out 0s;
    background: #424242;
    color: #fff;
    border-color: #424242
}

.all-testimonial-v3 .owl-controls .owl-prev i:hover {
    transition: all .5s ease-out 0s;
    background: #424242;
    color: #fff;
    border-color: #424242
}

.all-testimonial-v3 .sngl-client {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    text-align: center;
    margin: 5px
}

.all-testimonial-v3 .single-testimonial {
    margin: 0 10px;
    padding: 0
}

.all-testimonial-v3 .client-comment img {
    border-radius: 100%;
    width: 150px
}

.all-testimonial-v3 .client-comment>p {
    padding: 0 30px;
    color: #ddd
}

.all-testimonial-v3 .client-comment h2 {
    color: #d51708;
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    text-transform: capitalize;
    margin-bottom: 10px
}

.all-testimonial-v3 .client-comment h3 {
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 13px;
    color: #fff
}

.all-testimonial-v3 .client-comment p::before {
    content: "\f10d ";
    font-family: fontawesome;
    left: -8px;
    top: -8px;
    position: relative;
    color: #d51708
}

.all-testimonial-v3 .client-comment p::after {
    bottom: 4px;
    content: "\f10e";
    font-family: fontawesome;
    color: #d51708;
    right: -8px;
    top: 8px;
    position: relative
}

.all-testimonial-v3 .client-comment>ul {
    padding-bottom: 15px
}

.all-testimonial-v3 .client-comment li {
    display: inline-block
}

.all-testimonial-v3 .client-comment li a {
    border: 2px solid #1baad6;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 26px;
    width: 30px;
    margin: 0 5px;
    background: #1baad6
}

.all-testimonial-v3 .client-comment li a:hover {
    background: #424242;
    transition: all .4s ease-in-out 0s;
    color: #fff;
    border-color: #424242
}

.all-testimonial-v3 .client-info {
    text-align: center;
    margin: 0 auto;
    display: inline-block
}

.event-inner {
    margin-bottom: 14px;
    display: inline-block;
    width: 100%
}

.event-thumb {
    display: inline-block;
    float: left;
    width: 180px;
    position: relative;
    overflow: hidden
}

.event-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(34, 37, 58, .85);
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .4s ease 0s;
    top: 0
}

.event-overlay a {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center
}

.event-overlay a i {
    color: #011e40;
    font-size: 20px;
    width: 50px;
    height: 50px;
    border: 1px solid #d51708;
    line-height: 50px;
    position: relative;
    transition: all .4s ease 0s;
    background: #d51708
}

.event-inner:hover .event-overlay {
    visibility: visible;
    transition: all .4s ease 0s;
    opacity: 1
}

.event-desc {
    padding-left: 200px
}

.event-desc h2 {
    margin-bottom: 10px
}

.event-inner:hover .event-desc h2 a {
    color: #f6c405
}

.event-desc h2 a {
    text-transform: capitalize
}

.event-meta {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 6px;
    margin-bottom: 10px
}

.event-meta li {
    display: inline-block;
    padding-right: 10px;
    color: #082343
}

.event-meta li:last-child {
    padding-right: 0
}

.event-meta li i {
    color: #f6c405;
    margin-right: 5px
}

.event-v2-sec .event-thumb {
    width: 100%;
    margin-bottom: 30px
}

.event-v2-sec .event-thumb img {
    width: 100%
}

.event-v2-sec .event-desc {
    padding-left: 0
}

.call-to-action-sec {
    background-color: #011e40;
    background-image: url(../img/call_to_action_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 40px 0
}

.call-to-action-overlay {
    background-color: rgba(34, 37, 58, .95);
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.call-to-action-text {
    text-align: left
}

.call-to-action-text {
    color: #fff
}

.call-to-action-text p {
    margin-bottom: 0
}

.call-to-action-text h2 {
    color: #fff;
    text-transform: capitalize !important;
    font-size: 30px;
    font-weight: 700
}

.call-to-action-text a.btn {
    background: #f6c405 none repeat scroll 0 0;
    border-radius: 0;
    color: #011e40;
    float: right;
    font-weight: 500;
    padding: 14px 36px;
    text-transform: uppercase;
    margin-top: 10px;
    position: relative
}

.call-to-action-text a.btn::before {
    content: "\f178";
    font-family: fontawesome;
    float: right;
    top: 0;
    position: relative;
    color: #011e40;
    padding-left: 10px;
    transition: all .4s ease 0s;
    margin-left: 10px
}

.call-to-action-text a.btn:hover {
    background: #fff;
    transition: all .4s ease-in-out 0s;
    color: #011e40
}

.single-post {
    padding: 8px;
    margin-bottom: 30px;
    box-shadow: inset 0 0 8px #00000026;
}

.single-blog.inner .single-post {
    margin-bottom: 10px
}

.single-post-text {
    padding-left: 10px;
}

.blog-detail-page .single-post-text {
    padding: 0;
    margin-top: 25px
}

.single-blog.inner .single-post img {
    margin-bottom: 25px
}

.single-blog.inner {
    margin-bottom: 40px
}

.all-latest-news .owl-controls {
    position: absolute;
    top: -90px;
    width: 100%;
    z-index: 99
}

.all-latest-news .owl-controls .owl-buttons div {
    background: 0 0;
    opacity: 1
}

.all-latest-news .owl-controls .owl-prev {
    right: 60px;
    position: absolute;
    transition: all .4s ease 0s
}

.all-latest-news .owl-controls .owl-next {
    right: 0;
    position: absolute;
    transition: all .4s ease 0s
}

.all-latest-news .owl-controls .owl-prev i,
.all-latest-news .owl-controls .owl-next i {
    background: #d51708;
    color: #fff;
    font-size: 22px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    transition: all .5s ease-out 0s;
    width: 40px;
    font-weight: 400;
    margin-top: 30px;
    border-radius: 30px;
}

.all-latest-news .owl-controls .owl-next i:hover {
    transition: all .5s ease-out 0s;
    background: #22253a;
    color: #fff;
    border-color: #fff
}

.all-latest-news .owl-controls .owl-prev i:hover {
    transition: all .5s ease-out 0s;
    background: #22253a;
    color: #fff;
    border-color: #fff
}

.single-post-thumb {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px
}

.single-post:hover .single-post-thumb-overlay {
    transition: all .4s ease 0s;
    visibility: visible;
    opacity: 1
}

.single-post:hover .single-post-thumb img {
    transform: scale(1.2);
    transition: all .4s ease 0s
}

.single-post:hover a.blog-readmore {
    color: #d51708
}

.single-post-thumb-overlay {
    position: absolute;
    left: 0;
    width: 100%;
    transition: all .4s ease 0s;
    visibility: hidden;
    bottom: 0;
    opacity: 0
}

.post-meta {
    padding: 10px 0;
    background: rgba(34, 37, 58, .95);
    display: inline-block;
    width: 100%;
    text-align: center
}

.post-info {
    display: inline-block;
    width: 100%;
    padding: 14px 0
}

.post-meta li span {
    color: #8d8d8d;
    font-weight: 400;
    margin-right: 10px
}

.post-meta li {
    display: inline-block;
    margin-right: 5px;
    text-transform: capitalize;
    padding-right: 10px
}

.post-meta a i {
    color: #d51708;
    margin-right: 0;
    margin-right: 10px
}

.post-meta li a {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    text-transform: capitalize
}

.post-tags {
    display: inline-block;
    float: right
}

.blog-title h2 {
    color: #0f0f0f;
    font-size: 24px;
    font-weight: 900;
    line-height: 30px
}

.single-post-text a {
    color: #011e40;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    line-height: 30px;
    text-transform: capitalize
}

.single-post:hover .single-post-text a {
    color: #d51708
}

a.blog-readmore {
    color: #011e40;
    text-transform: capitalize;
    font-size: 16px;
    position: relative;
    display: inline
}

a.blog-readmore::before {
    content: "\f178";
    font-family: fontawesome;
    right: -24px;
    top: 0;
    position: absolute;
    color: #011e40;
    padding-left: 10px;
    transition: all .4s ease 0s;
    margin-left: 10px
}

.single-post:hover a.blog-readmore::before {
    color: #d51708
}

.join-us-sec {
    background: #071c2e none repeat scroll 0 0;
    padding: 100px 0;
    background-image: url(../img/course-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    background-attachment: fixed
}

.join-us-sec-overlay {
    background-color: rgba(34, 37, 58, .95);
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.join-us-desc h1 {
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 46px
}

.join-us-desc h1 span {
    color: #d51708
}

.join-us-desc p {
    color: #f0f0f0
}

h1.join-us-form-title {
    display: inline-block;
    width: 100%;
    background: #011e40;
    color: #fff;
    text-align: center;
    padding: 40px 0;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 30px;
    position: relative;
    margin-bottom: -1px;
    border-top: 2px solid #d51708;
    text-transform: capitalize
}

.join-us-form {
    margin-left: 60px
}

.join-us-field {
    padding: 20px 30px;
    background: #fff
}

.join-us-field input[type=text],
.join-us-field input[type=email] {
    padding: 10px;
    width: 100%;
    border: 1px solid #ddd;
    margin: 6px 0
}

.join-us-field input[type=submit] {
    background: #d51708;
    color: #011e40;
    padding: 14px;
    width: 100%;
    margin-top: 20px;
    font-size: 18px;
    margin-bottom: 30px
}

.register-recently-added {
    margin-top: 30px
}

.recently-added h2 {
    color: #fff
}

.student-photo {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden
}

.recently-added-student {
    display: inline-block;
    margin: 0 auto;
    text-align: center
}

.student-name {
    color: #fff;
    margin-top: 10px;
    display: inline-block;
    width: 100%
}

.register-recently-added h2 {
    color: #fff;
    font-size: 22px
}

.all-recently-added .owl-controls {
    position: absolute;
    top: 20%;
    width: 100%;
    z-index: 99;
    transform: translateY(-50%)
}

.all-recently-added .owl-controls .owl-prev {
    left: -30px;
    position: absolute
}

.all-recently-added .owl-controls .owl-next {
    right: -15px;
    position: absolute
}

.all-recently-added .owl-controls .owl-prev i,
.all-recently-added .owl-controls .owl-next i {
    background: 0 0;
    color: #ffff;
    font-size: 48px;
    text-align: center;
    font-weight: 400
}

.all-recently-added.owl-carousel {
    margin-left: 30px
}

.error-page-content {
    text-align: center
}

.error-page-content a {
    display: inline-block;
    padding: 10px 26px;
    background: #fab909;
    color: #011e40;
    position: relative
}

.error-page-content a::before {
    content: "\f177";
    font-family: fontawesome;
    float: left;
    top: 0;
    position: relative;
    color: #011e40;
    padding-right: 10px;
    transition: all .4s ease 0s;
    margin-right: 10px
}

iframe {
    box-shadow: 0 0 20px #00000021;
    padding: 10px;
    margin-bottom: 10px;
}

.contact-info {
    box-shadow: inset 0px 0px 20px #00000014;
    padding: 15px 20px;
    margin-bottom: 10px;
}

.contact-info-icon {
    float: left;
    text-align: center
}

.contact-page-sec .contact-page-form h2 {
    color: #011e40;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 700
}

.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
    padding-left: 0
}

.contact-page-form.contact-form input {
    margin-bottom: 5px
}

.contact-page-form.contact-form textarea {
    height: 110px
}

.contact-page-form.contact-form input[type=submit] {
    background: #d51708;
    width: 150px;
    border-color: #d51708
}


.login-page-form.login-form input {
    margin-bottom: 5px
}

.login-page-form input[type=checkbox],
input[type=radio] {
    width: auto;
}

.login-page-form.login-form textarea {
    height: 110px
}

.login-page-form.login-form input[type=submit] {
    background: #d51708;
    width: 150px;
    border-color: #d51708
}

.contact-info-icon i {
    font-size: 30px;
    color: #2a5e99;
}

.contact-info-text {
    padding-left: 50px;
    margin-bottom: 10px;
}

.contact-info-text h2 {
    color: #011e40;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0 0 10px;
}

.contact-info-text span {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    width: 100%
}

.contact-page-form input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
    color: #999
}

.login-page-form input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    color: #999
}

.contact-page-form .message-input {
    display: inline-block;
    width: 100%;
    padding-left: 0
}

.login-page-form .message-input {
    display: inline-block;
    width: 100%;
    padding-left: 0
}

.single-input-field textarea {
    border: 1px solid #f0f0f0;
    width: 100%;
    height: 120px;
    padding: 10px
}

.single-input-field select {
    border: 1px solid #f0f0f0;
    width: 100%;
    height: 50px;
    padding: 10px;
    margin-bottom: 10px;
}

.single-input-fieldsbtn input[type=submit] {
    background: #d51708 none repeat scroll 0 0;
    border: 1px solid #d51708;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 0;
    text-transform: capitalize;
    width: 150px;
    margin-top: 20px;
    font-size: 16px
}

.single-input-fieldsbtn input[type=submit]:hover {
    background: #d51708;
    transition: all .4s ease-in-out 0s;
    border-color: #d51708
}

.single-input-field h4 {
    color: #464646;
    text-transform: capitalize;
    font-size: 14px
}

.contact-page-form {
    display: inline-block;
    width: 100%;
    margin-top: 60px;
    box-shadow: 0 0 20px #00000021;
    padding: 20px 20px;
}


.student-verification {
    display: inline-block;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 20px #00000021;
    padding: 20px 20px;
}

.student-verification input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
    color: #999;
}

.contact-page-map {
    width: 100%;
    height: 350px;
    margin-bottom: 70px;
    margin-top: 25px;
}

.details-text img {
    margin-bottom: 20px
}

.details-text h2 a {
    color: #011e40;
    font-size: 24px;
    text-transform: capitalize
}

.event-details-info h2 {
    color: #f4f4f4;
    font-size: 24px;
    text-transform: capitalize
}

.details-text h2,
.event-project h2 {
    font-size: 22px;
    text-transform: capitalize
}

.event-details-info ul li {
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
    padding: 6px 0
}

.event-details-info ul li span {
    float: right
}

.event-details-info {
    padding: 50px 40px;
    background: #f4f4f4
}

.event-details-img img {
    width: 100%
}

.details-text h2,
.related-project h2 {
    font-size: 22px;
    text-transform: capitalize
}

.event-details-info ul li {
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
    padding: 10px 0;
    color: #f4f4f4;
    border-bottom: 1px solid #2c2e3d
}

.event-details-info ul li span {
    float: right
}

.event-details-info {
    padding: 50px 40px;
    background: #22253a
}

.event-details-text .event-desc {
    padding-left: 0;
    margin-top: 25px
}

.event-sidebar .related-event h2.event-title {
    color: #011e40;
    font-size: 24px;
    text-transform: capitalize
}

.related-event {
    margin-top: 40px
}

.related-event .event-desc {
    padding-left: 0;
    width: 100%;
    display: inline-block;
    margin-top: 16px
}

.related-event .event-thumb {
    width: 100%
}

.course-tab li a {
    background: #22253a;
    padding: 12px 16px;
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    margin: 6px 0;
    transition: none
}

.course-tab li.active a {
    background: #d51708;
    text-decoration: none;
    transition: none;
    color: #011e40
}

.course-tab li.active a::before {
    border-top-color: #d51708
}

.course-tab li a::before {
    position: absolute;
    top: 6px;
    right: -17px;
    content: '';
    z-index: 9;
    border-left: 38px solid transparent;
    border-top: 38px solid #22253a;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    transform: rotate(46deg)
}

.course-details img {
    margin-bottom: 20px
}

.get-coruse-btn {
    text-align: center;
    margin-top: 30px
}

.get-coruse-btn a {
    padding: 8px 32px;
    display: inline-block;
    background: #d51708;
    color: #011e40;
    text-transform: capitalize;
    font-weight: 700
}

.coruse-lesson {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
    color: #011e40
}

.coruse-left-icon i {
    color: #d51708;
    margin-right: 5px
}

.coruse-left-text {
    display: inline-block;
    width: 25%;
    float: left
}

.coruse-center-text {
    width: 50%;
    float: left
}

.coruse-right-text {
    width: 25%;
    float: left;
    text-align: right
}

.course-insturctor {
    background-color: #22253a;
    padding: 45px 45px 30px;
    position: relative;
    margin-bottom: 30px;
    color: #ddd
}

.insturctor-img {
    display: inline-block;
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin-right: 14px;
    margin-top: -8px
}

.course-insturctor .details span {
    text-transform: capitalize
}

.course-insturctor .insturctor-img img {
    border-radius: 100%
}

.course-insturctor .details h2 {
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-size: 18px
}

.course-insturctor .details {
    margin-bottom: 20px
}

.course-insturctor .details h2 a {
    color: #fff
}

.course-insturctor .rating i {
    color: #f2b827
}

.review-form .contact-field input,
.review-form .contact-field textarea {
    background: #011e40 none repeat scroll 0 0;
    color: #f4f4f4
}

.review-form .contact-field .single-input-fieldsbtn input[type=submit] {
    background: #d51708 none repeat scroll 0 0;
    border: 1px solid #d51708;
    color: #f4f4f4;
    padding: 10px 0;
    border-radius: 0
}

.review-form .contact-field .single-input-field input[type=text]::-webkit-input-placeholder {
    color: #f4f4f4;
    opacity: 1
}

.review-form .contact-field .single-input-field input[type=email]::-webkit-input-placeholder {
    color: #f4f4f4;
    opacity: 1
}

.review-form .contact-field .single-input-field textarea::-webkit-input-placeholder {
    color: #f4f4f4;
    opacity: 1
}

.review-form .contact-field .single-input-field option::-webkit-input-placeholder {
    color: #f4f4f4;
    opacity: 1
}

.review-form .contact-field .single-input-field input[type=text]::-moz-placeholder {
    color: #f4f4f4;
    opacity: 1
}

.review-form .contact-field .single-input-field input[type=email]::-moz-placeholder {
    color: #f4f4f4;
    opacity: 1
}

.review-form .contact-field .single-input-field textarea::-moz-placeholder {
    color: #f4f4f4;
    opacity: 1
}

.review-form .contact-field .single-input-field option::-moz-placeholder {
    color: #f4f4f4;
    opacity: 1
}

h1.faq-style1-title {
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 500;
    color: #011e40;
    line-height: 40px;
    margin-bottom: 50px;
    position: relative
}

h1.faq-style1-title::before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 80px;
    height: 2px;
    background: #d51708
}

.faq-style1-sec .panel {
    background: 0 0
}

.faq-style1-sec .panel-content {
    padding-bottom: 20px;
    color: #999
}

.faq-style1-sec .panel-heading {
    margin-bottom: 15px;
    padding: 0
}

.faq-style1-sec .panel {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0 1px 1px transparent;
    padding-bottom: 15px !important;
    transition: all .4s ease 0s
}

.faq-style1-sec .panel-heading a {
    color: #011e40;
    display: inline-block;
    font-size: 20px;
    width: 100%;
    font-weight: 600;
    font-family: "Poppins", sans-serif
}

.faq-style1-sec .panel-title>a:hover,
.faq-sec .panel-title>a:active,
.faq-style1-style1-sec .panel-title>a:focus {
    text-decoration: none;
    color: #d51708
}

.faq-free-consult-sec {
    overflow: hidden;
    position: relative
}

.faq-free-consult-sec::before {
    position: absolute;
    content: "";
    background: #011e40;
    width: 5000px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2
}

.about-us-contact {
    position: relative;
    background: #fff
}

.about-us-contact .contact-field {
    border: 1px solid #ddd;
    padding: 35px
}

.about-us-contact-title {
    position: relative
}

.contact-title-border {
    width: 1px;
    height: 10px;
    display: inline-block;
    background: #fff;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px
}

.about-us-contact .contact-field input,
.about-us-contact .single-input-field textarea {
    border-color: #ddd
}

.about-us-contact-title h1 {
    display: inline-block;
    width: 100%;
    background: #d51708;
    color: #fff;
    text-align: center;
    padding: 50px 0;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 30px;
    position: relative;
    margin-bottom: -1px
}

.about-us-contact .contact-field input[type=submit] {
    background: #d51708 none repeat scroll 0 0;
    border: 1px solid #d51708;
    border-radius: 100px
}

.faq-sec .sec-title {
    text-align: left;
    margin-bottom: 30px;
    margin: 0
}

.faq-sec .panel-title {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600px
}

.faq-sec .panel-content {
    padding: 20px;
    color: #777;
    background: #f4f4f4
}

.faq-img {
    display: inline-block;
    width: 100%
}

.faq-img img {
    width: 100%
}

.faq-sec .panel-heading {
    margin-bottom: 0;
    padding: 10px 20px;
    background: #22253a;
    border-radius: 0
}

.faq-sec .panel {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0 1px 1px transparent;
    margin-bottom: 15px
}

.faq-sec .panel-heading a {
    color: #f4f4f4;
    display: inline-block;
    font-size: 16px;
    width: 100%;
    font-weight: 600
}

.faq-sec .panel-title a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f106";
    color: #f4f4f4
}

.faq-sec .panel-title a.collapsed:before {
    float: right !important;
    content: "\f107";
    color: #f4f4f4
}

.faq-sec .panel-title>a:hover,
.faq-sec .panel-title>a:active,
.faq-sec .panel-title>a:focus {
    text-decoration: none;
    color: #f4f4f4
}

.faq-single {
    margin-bottom: 20px
}

.faq-single .icon {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    background: #fab909;
    text-align: center;
    line-height: 60px;
    color: #011e40
}

.faq-single .media-body h2 {
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: capitalize
}

.sidebar h1 {
    display: inline-block;
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: capitalize;
    width: 100%;
    color: #011e40;
    position: relative;
    padding-bottom: 10px;
    font-weight: 500;
    position: relative
}

.sidebar h1::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 50px;
    background: #d51708;
    bottom: 0
}

.search-field {
    margin-bottom: 40px
}

.search-field form {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden
}

.search-field input[type=text] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    padding: 10px 35px 10px 10px;
    width: 100%
}

.search-field button {
    color: #011e40;
    padding: 12px;
    position: absolute;
    right: 0;
    background: #d51708;
    top: -1px
}

.blog-sec .inner:nth-child(2n+1) {
    clear: both
}

.abt_dec>p {
    margin-top: 20px
}

.sidebar ul li a {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all .4s ease-in-out 0s
}

.sidebar ul li a:hover {
    transition: all .4s ease-in-out 0s;
    color: #d51708
}

.widget-two {
    margin: 40px 0
}

.widget-archive,
.widget-two,
.widget-tag {
    border: 1px solid #f0f0f0;
    padding: 25px 20px;
    display: inline-block;
    width: 100%;
    box-shadow: inset 0 0 20px #0000000f;
}

.widget-archive li {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 10px 0;
    color: #011e40;
    margin-bottom: 5px;
    border-bottom: 1px solid #f0f0f0
}

.widget-archive li::before {
    content: "\f061";
    font-family: 'Font Awesome 5 Pro';
    left: 0;
    top: 10px;
    position: absolute;
    color: #d51708;
    padding-right: 10px
}

.widget-archive li:last-child {
    border-bottom: none
}

.widget-cat li:last-child {
    border-bottom: none
}

.widget-archive li a {
    color: #011e40;
    display: inline-block;
    width: 100%;
    padding-left: 20px;
    text-align: justify;
}

.widget-cat li {
    position: relative
}

.widget-cat li {
    padding: 10px 0;
    border-bottom: 1px solid #ececec
}

.widget-cat li a span {
    float: right
}

.widget-tag li a:hover {
    transition: all .4s ease-in-out 0s;
    color: #d51708 !important
}

.relative-post h3 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #999
}

.single_r_dec li {
    display: inline-block;
    margin-right: 10px
}

.single_r_dec li a {
    font-weight: 600;
    text-transform: capitalize;
    color: gray
}

.single_r_dec li a i {
    color: #d51708;
    margin-right: 5px
}

.relative-post {
    display: inline-block;
    padding: 12px 0;
    width: 100%
}

.relative-post-thumb {
    float: left;
    margin-right: 25px
}

.single_r_dec h3 a {
    color: #011e40;
    font-weight: 600
}

.single_r_dec li:last-child {
    float: right
}

.single_r_dec a:hover {
    transition: all .4s ease-in-out 0s;
    color: #d51708
}

.all_r_pst .media {
    margin-top: 0
}

.widget-tag a {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 8px 14px;
    color: #777;
    font-weight: 600;
    border: 1px solid #f0f0f0
}

.widget-tag li a:hover {
    background: #d51708;
    border-color: #d51708;
    color: #011e40 !important
}

.author_dec h3 {
    margin: 0;
    color: #011e40;
    font-size: 14px;
    margin-bottom: 11px
}

.author_info {
    border-bottom: 1px solid #e3e3e3;
    display: inline-block;
    padding: 22px 0;
    margin-bottom: 30px
}

.author_info>img {
    float: left;
    margin-right: 35px;
    height: 80px
}

.social_link {
    margin: 0;
    padding: 0;
    float: right;
    display: inline-flex
}

.social_link li {
    list-style: none
}

.social_link li a i {
    color: #363636;
    float: left;
    padding: 6px
}

.pagehding-sec {
    background-image: url(../img/page_hd.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative;
    background-size: cover
}

.page-heading h1 {
    font-size: 40px;
    text-align: left;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff
}

.breadcrumb-list {
    text-align: left
}

.breadcrumb-list li {
    display: inline-block;
    position: relative;
    padding: 0 14px
}

.breadcrumb-list li:first-child {
    padding-left: 0
}

.breadcrumb-list li a {
    font-weight: 600;
    text-transform: capitalize;
    color: #fff
}

.breadcrumb-list li:last-child a {
    color: #d51708
}

.breadcrumb-list li::before {
    content: "";
    position: absolute;
    right: -4px;
    font-size: 16px;
    font-weight: 600;
    background: #f4f4f4;
    height: 10px;
    width: 2px;
    top: 10px
}

.breadcrumb-list li:last-child::before {
    display: none
}

.breadcrumb-list li:last-child::before {
    display: none
}

.research i {
    background: #0c246d none repeat scroll 0 0;
    color: #fff;
    font-size: 24px;
    height: 80px;
    line-height: 60px;
    text-align: center;
    width: 60px
}

.research-item .media {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
    margin-bottom: 30px
}

.research-inner-text {
    padding: 10px
}

.research-item .inner {
    margin-bottom: 30px
}

.research-thumb img {
    transition: all .4s ease 0s;
    width: 100%;
    transform: scale(1)
}

.research-item .inner:hover.inner h2 a {
    color: #f6c405
}

.research-item .inner:hover img {
    transform: scale(1.02);
    transition: all .4s ease 0s
}

.research-item .inner:hover .research-icon {
    top: 0;
    visibility: visible;
    opacity: 1
}

.research-item .inner:hover .readmore-button {
    visibility: visible;
    opacity: 1;
    transition: all .4s ease 0s
}

.research-item .inner h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 18px;
    text-transform: capitalize
}

.research .research-item .inner a.btn.readmore {
    background: #f6c405 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    font-family: raleway
}

.research-icon .readmore-button a {
    background: #d51708
}

.btn.rdmorebtn {
    background: #f6c405 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

.research-thumb {
    position: relative;
    overflow: hidden
}

.research-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(34, 37, 58, .95);
    visibility: hidden;
    transition: all .4s ease-in-out 0s;
    opacity: 0;
    text-align: center
}

.research_icon {
    font-size: 30px;
    height: 30px;
    line-height: 9px;
    margin-top: 0px;
    text-align: center;
    width: 40px;
    transition: all .4s ease 0s;
    display: inline-block;
}

.related-research-title {
    font-size: 28px;
    position: relative;
    margin-bottom: 40px
}

.related-research-title::before {
    content: "";
    background: #fab909;
    height: 2px;
    width: 94px;
    bottom: -8px;
    position: absolute
}

.home-v2 .header-top {
    background: #f0f0f0;
    padding: 0 0
}

.home-v2 .all-slide .owl-item {
    height: 750px
}

.home-v2 .slider-text {
    top: 45%
}

.home-v2 .why-choose-text {
    padding-top: 20px;
    text-align: left
}

.home-v2 .why-choose-us-sec {
    margin-top: -298px
}

.home-v2 .why-choose-all .owl-controls .owl-nav {
    display: none
}

.home-v2 .course-sec {
    background: #011e40 none repeat scroll 0 0;
    background-image: url(../img/course-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    margin-top: 0
}

.home-v2 .course-sec::before {
    position: absolute;
    content: "";
    background-color: rgba(34, 37, 58, .95);
    top: 0;
    width: 100%;
    height: 100%
}

.home-v2 .why-choose-all .owl-controls .owl-dots {
    position: absolute;
    bottom: -20px;
    width: 100%;
    z-index: 99;
    text-align: center
}

.home-v2 .why-choose-all.owl-theme .owl-dots .owl-dot {
    background: #ddd;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0 4px;
    position: relative;
    transition: all .9s ease 0s;
    border-radius: 100%
}

.home-v2 .why-choose-all.owl-theme .owl-dots .owl-dot.active {
    background: #d51708
}

.home-v2 .instructor-member-thumb {
    width: 250px;
    height: 250px;
    border-radius: 100%
}

.home-v2 .instructor-overlay ul {
    text-align: center;
    padding-top: 20px;
    padding-left: 0;
    padding-bottom: 20px
}

.home-v2 .instructor-member {
    text-align: center
}

.home-v2 .call-to-action-text {
    text-align: center
}

.home-v2 .call-to-action-text a.btn {
    float: none;
    margin-top: 30px
}

.home-v2 .call-to-action-sec {
    background-color: #011e40;
    padding: 100px 0
}

.home-v2 .single-post {
    display: inline-block;
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid #ddd;
    padding-bottom: 30px
}

.home-v3 .menu-center {
    text-align: center
}

.home-v3 .hd-sec {
    background: #e0b60c
}

.home-v3 .single-img-inner {
    margin-top: -60px
}

.home-v3 .filtr-item {
    padding: 0
}

.home-v3 .gallery-sec .gallery-item {
    margin-bottom: 0
}

.home-v3 .slider-caption {
    width: 750px;
    text-align: center;
    margin: 0 auto
}

.contact-intro {
    text-align: center;
    margin-top: 30px
}

.info-intro {
    display: inline-block;
    position: relative
}

.info-intro:last-child::before {
    display: none
}

.info-intro::before {
    border-right: 1px dashed #f0f0f0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0
}

.info-text h5 {
    font-size: 16px;
    margin-bottom: 0;
    text-align: left;
    color: #d51708
}

.info-text a,
.info-text span {
    font-size: 14px;
    color: #011e40
}

.info-intro i {
    color: #f6c405;
    font-size: 40px
}

.info-icon {
    display: inline-block;
    height: 40px;
    margin-right: 10px;
    position: relative;
    width: 40px;
    float: left
}

.info-text {
    display: inline-block;
    text-align: left
}

.home-v3 .blog-sec {
    background: #011e40 none repeat scroll 0 0;
    padding: 100px 0;
    background-image: url(../img/count_up_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    background-attachment: fixed
}

.blog-sec-overlay {
    background-color: rgba(34, 37, 58, .95);
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.home-v3 .blog-sec .sec-title h1 {
    color: #fff
}

.home-v3 .blog-sec .single-post {
    background: #fff;
    width: 100%
}

.home-v3 .blog-sec .post-meta li a {
    margin-top: 0
}

.home-v3 .blog-sec .single-post-text h2 a {
    padding: 0 30px
}

.home-v3 .hd-sec .logo {
    display: none
}

.home-v4 .why-choose-text {
    padding-top: 20px;
    text-align: left
}

.home-v4 .why-choose-us-sec {
    margin-top: 0
}

.home-v4 .why-choose-us-sec .sec-title {
    text-align: center;
    margin: 0 100px 50px
}

.home-v4 .why-choose-us-sec .sec-title h1 {
    color: #011e40
}

.home-v4 .why-choose-thumb::before {
    display: none
}

.why-choose-text a.read-more {
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
    color: #fff;
}

.home-v4 footer.footer {
    position: relative
}

.home-v4 .instructor-sec {
    background: #f0f0f0
}

.home-v4 .instructor-member,
.home-v4 .instructor-overlay ul {
    text-align: center
}

.become-instructor-desc h1 {
    color: #011e40;
    text-transform: capitalize !important;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px
}

.become-instructor-desc p {
    color: #011e40;
    margin-bottom: 10px
}

.become-instructor-button a {
    background: #22253a;
    color: #fff;
    display: inline-block;
    padding: 10px 26px;
    text-transform: capitalize;
    margin: 0 10px;
    position: relative;
    z-index: 5;
    font-weight: 600;
    position: related;
    transition: all .4s ease 0s
}

.instructor-sec-area {
    display: inline-block;
    width: 100%;
    background: #d51708;
    padding: 30px 15px;
    text-align: center
}


.home-v5 .header-left li,
.home-v5 .header-left li i {
    color: #fff
}

.home-v5 .header-left li::before {
    background: #ffffff
}

.home-v5 .why-choose-us-sec {
    margin-top: 0;
    background: #fff
}

.home-v5 .why-choose-us-sec .sec-title h1 {
    color: #011e40
}

.home-v5 .why-choose-us-sec .why-choose-text {
    background: #2a5e99;
    border-color: #2a5e99;
    position: relative;
    color: #fff;
}

.home-v5 .why-choose-us-sec .why-choose-icon {
    position: absolute;
    top: -39px;
    z-index: 99;
    background: #fff;
    border-bottom: 0;
    box-shadow: 0 0 10px #22253a26;
}

.home-v5 .why-choose-us-sec .why-choose-inner {
    position: relative;
    overflow: visible;
    margin-top: 30px
}

.home-v5 .why-choose-us-sec .why-choose-text h2 a {
    color: #fff
}

.home-v5 .why-choose-us-sec .why-choose-text:hover.why-choose-text h2 a {
    color: #d51708
}

.home-v5 .about-us-sec {
    background: #fff;
}

.hd-top-v2-sec {
    /* background: #10cb7fnone repeat scroll 0 0; */
    padding: 40px 0;
    background-image: url(../img/hdbg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative
}

.hd-top-v2-sec-overlay {
    background-color: rgba(241, 196, 15, .95);
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.hd-top-v2-sec .info-box {
    display: inline-block
}

.hd-top-v2-sec .info-box span.info-title {
    color: #011e40;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px
}

.hd-top-v2-sec .info-box span {
    display: inline-block;
    width: 100%;
    text-align: left;
    color: #333
}

.home-v6 .hd-sec {
    position: absolute;
    z-index: 99;
    width: 100%;
    background: 0 0
}

.home-v6 .menu-center {
    text-align: center
}

.home-v6-menu {
    display: inline-block;
    width: 100%;
    background: #22253a
}

.home-v6 .main-menu ul li a {
    color: #fff
}

.home-v6 .social-profile li {
    display: inline-block
}

.home-v6 .social-profile li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 100%;
    color: #011e40
}

.home-v6 .social-profile {
    margin-right: -15px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    padding: 8px 0;
    text-align: right;
    padding-right: 10px
}

.home-v6 .social-profile::before {
    position: absolute;
    content: "";
    background: #d51708;
    width: 100%;
    right: -63px;
    top: 0;
    height: 100%;
    transform: skew(-48deg);
    z-index: -1
}

.home-v6 .gallery-sec {
    background: #f0f0f0
}

.registration-button a {
    padding: 14px 0;
    background: #d51708;
    display: inline-block;
    width: 100%;
    text-align: center
}

.registration-button a:hover {
    background: #fff;
    transition: all .4s ease 0s
}

.registration-button {
    text-align: right;
    margin-top: 26px
}

.course-style2 .course-info {
    background: #f0f0f0
}

.course-style2 .course-rating {
    display: inline-block;
    width: 100%
}

.course-style2 .course-price {
    color: #d51708
}

.course-instructor-info {
    display: inline-block;
    width: 100%;
    padding: 10px 14px
}

.course-instructor-left {
    display: inline-block;
    float: left;
    width: 80%
}

.course-instructor-right {
    display: inline-block;
    text-align: right;
    float: right;
    margin-top: 23px;
    width: 20%
}

.instructor-thumb {
    width: 30%;
    border-radius: 100%;
    float: left;
    display: inline-block
}

.instructor-thumb img {
    border-radius: 100%
}

.instructor-info {
    display: inline-block;
    padding-left: 10px;
    margin-top: 4px;
    width: 70%
}

.instructor-info h4 {
    margin-bottom: 0
}

.course-rating {
    display: inline-block
}

.commentar-sec img {
    float: left;
    margin-right: 20px;
    width: 100px;
    border-radius: 100%;
    height: 100px
}

.comment-author {
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    color: #011e40
}

.comment-author-designation {
    font-size: 14px;
    color: #858484
}

.comment-time {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    margin-top: 25px
}

.commentar-sec .media.mt-3 {
    margin-top: 40px
}

.single-post .contact-field h2 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 40px;
    text-transform: capitalize;
    font-weight: 500;
    color: #011e40
}

.commentar-sec h2 {
    margin-top: 50px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 50px;
    font-size: 20px
}

.replay-button {
    display: inline-block;
    width: 100%
}

.replay-button a {
    color: #011e40;
    font-weight: 600;
    text-transform: capitalize
}

.replay-button a:hover {
    color: #d51708
}

.commentar-sec .media-body p a {
    color: #7e7e7f;
    font-weight: 600;
    font-size: 15px
}

.commentar-sec.author ul li {
    display: inline-block;
    margin-right: 20px
}

.commentar-sec.author {
    position: relative
}

.commentar-sec.author ul li a i {
    color: #cbc8c8
}

.commentar-sec.author ul li a i:hover {
    transition: all .4s ease 0s;
    color: #29ace4
}

.commentar-sec.author .media-body {
    padding-left: 100px
}

.commentar-sec.author .media {
    background: #fafafa none repeat scroll 0 0;
    border-radius: 30px;
    padding: 30px 0;
    margin-left: 20px
}

.author-thumb {
    border-radius: 100%;
    float: left;
    height: 100px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 70px;
    width: 100px
}

.author-thumb img {
    height: 100%;
    width: 100%
}

.pagination.custom-pagination {
    width: 100%;
    margin: 0
}

.pagination.custom-pagination li {
    display: inline-block
}

.pagination.custom-pagination li.active a {
    background: #d51708 none repeat scroll 0 0;
    color: #011e40;
    border: 0
}

.pagination.custom-pagination li a {
    color: #777;
    font-size: 16px;
    font-weight: 600;
    height: 36px;
    line-height: 22px;
    margin: 0;
    width: 36px;
    border: none;
    border-radius: 0%;
    text-align: center;
    border: 1px solid #e5e5e5
}

.pagination.custom-pagination li a:hover {
    background: #d51708;
    color: #011e40;
    border-color: #d51708
}

.code-text {
    font-style: italic;
    padding: 10px 40px;
    position: relative;
    background: #f0f0f0;
    margin-bottom: 10px
}

.contact-field {
    margin-top: 40px;
    border-top: 1px solid #f0f0f0;
    padding-top: 40px
}

#commentform input[type=text] {
    padding: 10px;
    width: 100%;
    font-size: 16px;
    border: 1px solid #f0f0f0;
    color: gray;
    font-weight: 400
}

#commentform textarea {
    resize: vertical;
    width: 100%;
    font-size: 16px;
    border: 1px solid #f0f0f0;
    padding: 10px;
    color: gray
}

#commentform input#submit {
    background: #fab909 none repeat scroll 0 0;
    border: 1px solid #fab909;
    border-radius: 2px;
    box-shadow: none;
    color: #011e40;
    cursor: pointer;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize
}

.comment-reply-title {
    color: #fab909;
    font-size: 24px
}

.footer-sec {
    padding-top: 100px;
    position: relative;
    padding-bottom: 25px;
}

.footer-sec h2 {
    color: #ddd;
    margin-bottom: 35px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    font-size: 22px;
    letter-spacing: 1px;
}

.footer-sec h2::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    background: #eb260a;
    bottom: -10px
}

.footer-sec p {
    color: #fff
}

.footer-wedget-one img {
    width: auto;
    height: 65px;
}

.footer-wedget-one i:hover {
    background: #d51708;
    color: #fff;
    border-color: #d51708;
    transition: all .4s ease-in-out 0s
}

.footer-wedget-one ul {
    margin-top: 15px
}

.footer-wedget-one form {
    background: #525459 none repeat scroll 0 0;
    margin-top: 35px;
    position: relative
}

.footer-wedget-one input[type=email] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #292929;
    padding: 10px 58px 10px 10px;
    text-transform: capitalize;
    width: 100%
}

.footer-wedget-one button {
    background: #d51708 none repeat scroll 0 0;
    color: #fff;
    padding: 11px 20px;
    position: absolute;
    right: 0;
    top: 0
}

.footer-wedget-one button i {
    border: none;
    margin-right: 0;
    color: #fff
}

.footer-recent-inner {
    margin-bottom: 30px
}

.footer-recent-inner:last-child {
    margin-bottom: 0
}

.footer-recent-inner span i {
    color: #d51708;
    margin-right: 10px
}

.footer-recent-inner h2 {
    margin-bottom: 10px;
    padding-bottom: 0
}

.footer-recent-inner h2 a {
    color: #f4f4f4;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize
}

.footer-recent-inner span {
    color: #f4f4f4;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize
}

.footer-recent-inner span:last-child {
    padding-left: 15px
}

.footer-recent-inner span i {
    color: #d51708;
    margin-right: 10px
}

.footer-wedget-three li i {
    display: inline-block;
    margin-right: 10px
}

.ft-menu ul {
    padding: 0 20px
}

.ft-menu h2 {
    display: inline-block;
    text-align: left
}

.footer-wedget-three li {
    color: #ccc;
    font-size: 14px;
    padding: 10px
}

.footer-wedget-two li {
    display: inline-block
}

.footer-wedget-two li a {
    border: 1px solid #0f4376;
    color: #fff;
    display: inline-block;
    margin: 8px 8px 8px 0;
    padding: 8px 10px;
    text-transform: capitalize;
    transition: all .4s ease-in-out 0s;
    background: 0 0;
    color: #f4f4f4
}

.footer-wedget-two li a:hover {
    transition: all .4s ease-in-out 0s;
    background: #d51708;
    color: #fff;
    border-color: #d51708
}

.footer-wedget-two li a i {
    margin-right: 10px
}

.footer-widget-menu li:before {
    content: "\f061";
    font-family: 'Font Awesome 5 Pro';
    left: 0;
    top: 0;
    position: relative;
    color: #fff;
    padding-right: 10px;
}

.footer-widget-menu li {
    position: relative
}

.footer-widget-menu li a {
    color: #fff;
    text-transform: capitalize;
    padding-bottom: 7px;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 1px dashed;
    width: 90%;
}

.footer-widget-menu li a:hover {
    color: #d51708;
    transition: all .4s ease 0s
}

.footer-wedget-four .inner-text {
    color: #fff
}

.footer-wedget-four .icon i {
    color: #d51708;
    font-size: 18px;
}

.footer-bottom-sec {
    padding: 8px 0;
    background: #000;
}

.footer-bottom-sec p {
    color: #ddd;
    margin: 0;
    text-align: center
}

.copy-right span,
.copy-right span a {
    color: #fff
}

.thead-dark {
    background: #333;
    color: #fff;
}

.h1_bg {
    color: #fff !important;
    margin: 0 0 5px;
}

.pd {
    box-shadow: inset 0 0 1px #00000078;
    padding: 20px;
    border: 5px #fbfbfbe8 solid;
}

.mr h1 {
    margin-left: 15px
}

.widget-hide {
    border: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    box-shadow: none;
}

.toll_free_banner {
    -webkit-animation: shift 4000ms 4 alternate;
    -moz-animation: shift 4000ms 4 alternate;
    -o-animation: shift 4000ms 4 alternate;
    animation: shift 4000ms 4 alternate;
}

.toll_free_banner {
    position: fixed;
    bottom: 15px;
    left: 0px;
    background: #ffffff;
    padding: 0px 0px 0px 0px;
    color: #fff;
    font-size: 24px;
    z-index: 999999;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0px 0px 14px #35353533;
    width: 244px;
    transition: all 0.9s ease-out 0s;
}

.call_to_connect {
    width: 40px;
    float: left;
    background: #1a3c6e;
    height: 34px;
    text-align: center;
}

.toll_number {
    padding-left: 5px;
    float: left;
    padding-top: 5px;
    font-size: 22px;
}

.hr-heading-center {
    margin-top: 0;
    border: 2px solid;
    border-color: #3765a3 !important;
    display: inline-block;
    width: 180px;
}

.hr-heading-center:before {
    content: '';
    width: 70px;
    margin-left: -35px;
    height: 7px;
    margin-top: -4px;
    background: #3765a3;
    position: absolute;
}

.hr-heading {
    margin-top: 0;
    border: 2px solid;
    border-color: #3765a3 !important;
    display: inline-block;
    width: 180px;
}

.hr-heading:before {
    content: '';
    width: 70px;
    margin-left: 50px;
    height: 7px;
    margin-top: -4px;
    background: #3765a3;
    position: absolute;
}

.heading-border-line {
    margin-bottom: 40px;
}

.heading-border-line-center {
    margin-bottom: 40px;
}

.heading-border-line-course {
    margin-bottom: 40px;
}

.heading-border-line:before {
    content: "";
    width: 20px;
    height: 4px;
    background: #fd4a36;
    position: absolute;
    left: 50%;
    margin-left: 25px;
    transform: translateX(-50%);
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
}

.heading-border-line:after {
    content: "";
    width: 75px;
    height: 4px;
    background: #fd4a36;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: 40px;
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 0;
}

.heading-border-line.left-style:before {
    left: 0;
}

.heading-border-line.left-style:after {
    left: 0;
}

.heading-border-line-center:before {
    content: "";
    width: 20px;
    height: 4px;
    background: #fd4a36;
    position: absolute;
    left: 50%;
    margin-left: -38px;
    transform: translateX(-50%);
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
}

.heading-border-line-center:after {
    content: "";
    width: 75px;
    height: 4px;
    background: #fd4a36;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: -22px;
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 0;
}

.heading-border-line-course:before {
    content: "";
    width: 20px;
    height: 4px;
    background: #fd4a36;
    position: absolute;
    left: 50%;
    margin-left: 100px;
    transform: translateX(-50%);
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
}

.heading-border-line-course:after {
    content: "";
    width: 75px;
    height: 4px;
    background: #fd4a36;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: 118px;
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 0;
}

.heading-border-line-course.left-style:before {
    left: 0;
}

.heading-border-line-course.left-style:after {
    left: 0;
}

.border-right {
    border-right: 1px solid #f3f3f3;
    height: 15px;
    margin-top: 20px;
}

/*
.rating {
    display: flex;
    width: 100%;
    justify-content: center;
    overflow: hidden;
    flex-direction: row-reverse;
    position: relative;
}

.rating li {
    display: inline-block;
    color: var(--mainColor);
}

.rating li i {
    color: #d51e08;
} */

.bgs {
    position: relative;
    padding: 20px;
    border-top: 1px solid #fbfbfb;
    border-left: 1px solid #fbfbfb;
    font-size: 14px;
    background: #fff;
    color: #000000;
    line-height: 30px;
    text-align: left;
    position: relative;
    margin: 0px 10px;
}

.why-r-hub .count {
    background: transparent !important;
    margin-bottom: 20px;
}

.count {
    background-color: #e47949 !important;
    margin-left: -13px;
    z-index: 999;
}

.why-r-hub {
    text-align: center;
    margin: 25px 0;
    border-right: 1px solid #eae9e9;
}

.why-r-hub .count h5 sup {
    font-size: 25px;
    color: #f57225;
}

.why-r-hub img {
    width: 20%;
    margin-bottom: 20px;
}

.count h3,
h5 {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: 1px;
}

.countr {
    padding: 50px 0;
}

.media:first-child {
    margin-top: 0;
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: baseline;
}

.button22 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 20px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: auto;
    letter-spacing: 1px;
    font-size: 14px !important;
    padding: 2px 15px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px 2px 0px #3d768a;
    background: -webkit-linear-gradient(top, #ed3237 5%, #ed3237 100%) !important;
}

.toplink {
    background-color: #599bb3;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 20px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: auto;
    letter-spacing: 1px;
    font-size: 14px !important;
    padding: 2px 15px;
    font-weight: 500;
}

.toplink a {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.toplink {
    background: -webkit-linear-gradient(top, #ed3237 5%, #ed3237 100%) !important;
}

.dd {
    display: none;
}



.default-btn a {
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    border-radius: 50px;
    background-color: #d50000;
    padding: 10px 28px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.default-btn a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #1e1e1e;
    border-radius: 50px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}

.default-btn a:hover::before {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}

.default-btn button {
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    border-radius: 23px;
    background-color: #d50000;
    padding: 10px 28px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.default-btn button::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #1e1e1e;
    border-radius: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}

.default-btn button:hover::before {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}

.mt-2 {
    margin-top: 10px;
}

/*===========================================
<--  feature Area Css  style-one -->
==============================================*/
section.feature-area.style-one {
    padding: 50px 0 50px;
    position: relative;
}

.style-one .single-feature-box {
    border-radius: 20px;
    background-color: #a508e626;
    padding: 35px 32px 20px 32px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    margin-bottom: 10px;
}

.style-one .single-feature-box.box-2 {
    background-color: #fdf7f3;
}

.style-one .single-feature-box.box-3 {
    background-color: #f1f9fc;
}

.style-one .single-feature-box .feature-icon {
    transition: 0.5s;
    width: 60px;
    height: 42px;
}

.style-one .single-feature-box:hover .feature-icon {
    filter: brightness(0) invert(1);
    animation: bd-bounce 800ms ease-out alternate;
    -webkit-animation: bd-bounce 800ms ease-out alternate;

}

.style-one h4.feature-title {
    font-size: 22px;
    color: var(--title-color);
    font-weight: 500;
    margin-top: 15px;
    transition: 0.5s;
}

.style-one .single-feature-box:hover h4.feature-title {
    color: #fff;
}

.style-one p.feature-desc {
    font-size: 16px;
    line-height: 26px;
    color: var(--text-color);
    font-weight: 400;
    transition: 0.5s;
}

.style-one .single-feature-box:hover p.feature-desc {
    color: rgb(255, 255, 255, 0.8);
}

/* Box-hover */

.style-one .educate-hover-box {
    background-color: #a508e6;
    height: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 25%;
    z-index: -1;
}

.style-one .single-feature-box.box-2 .educate-hover-box {
    background-color: #d50000;
}

.style-one .single-feature-box.box-3 .educate-hover-box {
    background-color: #098dff;
}

.style-one .hover-bx {
    left: 0;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
    border-radius: 20px 0 0px 20px;
}

.style-one .hover-bx2 {
    left: 25%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.style-one .hover-bx3 {
    left: 50%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.style-one .hover-bx4 {
    left: 75%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    border-radius: 0 20px 20px 0;
}

.style-one .single-feature-box:hover .educate-hover-box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.style-one .feature-shape1 {
    position: absolute;
    top: 100px;
    left: 113px;
    animation: scaleZoom 5s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate;
}

.style-one .feature-shape2 {
    position: absolute;
    top: 100px;
    right: 178px;
}

.footer-style-1 {
    background: linear-gradient(#100f1f, #100f1fe3), url(../img/footer-4.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.fun-fact-inner-box .single-funfact-card {
    padding: 15px 10px;
}

.single-funfact-card {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border-radius: 15px;
    text-align: center;
    padding: 12px;
    z-index: 1;
    overflow: hidden;
    position: relative;
    background: #ffffff36;
}

.single-funfact-card .icon {
    position: relative;
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 100%;
    justify-content: center;
    margin: 0 auto;
    box-shadow: -7px -7px 15px rgb(255 255 255 / 0%), 10px 10px 15px rgba(70, 70, 70, 0.12);
}

.icon img {
    height: 75px;
    width: 75px;
    border-radius: 15px;
    padding: 10px;
    display: flex;
    align-items: center;
    margin: 0 auto 3px;
}

.single-funfact-card h3 {
    line-height: 0;
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 25px;
    color: #000;
}

.single-funfact-card h3 .small-text {
    font-size: 35px;
    position: relative;
    left: -5px;
    color: #7b319b;
}

.fun-fact-inner-box .single-funfact-card p {
    font-size: 14px;
}

.shdw-1 {
    border: 1px solid #C9E4E9;
    background: #F1FDFF;
    box-shadow: 8px 8px 0px 0px #C9E4E9;
}

.shdw-2 {
    border: 1px solid #C8C1ED;
    background: #EDEAFF;
    box-shadow: 8px 8px 0px 0px #D9D5F1;
}

.shdw-3 {
    border: 1px solid #EBE0C4;
    background: #FFF7E2;
    box-shadow: 8px 8px 0px 0px #E5DECB;
}

.shdw-4 {
    border: 1px solid #d12e7187;
    background: #c01f9d1f;
    box-shadow: 8px 8px 0px 0px #c4239275;
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.sign-in__form {
    position: relative;
    display: block;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #e0e4e8;
    background-color: #f2f5f9;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.crse-section {
    padding: 50px 0 50px;
    position: relative;
}

.membership-title {
    text-align: center;
    margin-bottom: 40px;
}

.membership-title h1 {
    font-size: 36px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.membership-title p {
    color: #666;
    font-size: 16px;
}

.membership-plan {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(0, 123, 255, 0.10), 0 1.5px 8px rgba(0, 0, 0, 0.04);
    padding: 48px 30px 40px 30px;
    text-align: center;
    margin-bottom: 10px;
    border: 2.5px solid transparent;
    position: relative;
    transition: box-shadow 0.3s, border-color 0.3s, transform 0.2s;
    overflow: hidden;
}

.membership-plan:hover,
.membership-plan.featured {
    border-color: #d51708;
    box-shadow: 0 12px 40px rgba(0, 123, 255, 0.18), 0 2px 12px rgba(0, 0, 0, 0.06);
    transform: translateY(-8px) scale(1.03);
    z-index: 2;
}

.membership-plan.featured::before {
    content: "Most Popular";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #007bff 60%, #00c6ff 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 22px;
    border-radius: 0 0 16px 16px;
    letter-spacing: 1px;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.10);
}

.membership-plan .plan-header {
    margin-bottom: 28px;
}

.membership-plan .plan-icon {
    font-size: 54px;
    color: #007bff;
    margin-bottom: 18px;
    display: inline-block;
    background: linear-gradient(135deg, #e3f0ff 60%, #f8f9fa 100%);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    box-shadow: 0 2px 12px rgba(0, 123, 255, 0.08);
}

.membership-plan .plan-name {
    font-size: 22px;
    font-weight: 500;
    color: #007bff;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.membership-plan .plan-price {
    font-size: 32px;
    font-weight: 500;
    color: #222;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.membership-plan .plan-duration {
    color: #888;
    font-size: 16px;
    margin-bottom: 22px;
}

.membership-plan ul {
    list-style: none;
    padding: 0;
    margin-bottom: 28px;
    text-align: left;
}

.membership-plan ul li {
    font-size: 16px;
    color: #444;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: color 0.2s;
}

.membership-plan ul li:last-child {
    border-bottom: none;
}

.membership-plan .btn-membership {
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    border-radius: 23px;
    background: linear-gradient(90deg, #007bff 60%, #00c6ff 100%);
    padding: 10px 28px;
    transition: 0.5s;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.10);
}

.membership-plan .btn-membership:hover {
    background: linear-gradient(90deg, #0056b3 60%, #007bff 100%);
    color: #fff;
    box-shadow: 0 4px 16px rgba(0, 123, 255, 0.18);
}

@media (max-width: 991px) {
    .membership-plan {
        margin-bottom: 30px;
    }
}

.pb-3 {
    padding-bottom: 1rem !important;
}

/* Course Deatails */
.course-details-section {
    background: linear-gradient(120deg, #e3f0ff 0%, #f9fafb 100%);
    padding: 50px 0;
    min-height: 100vh;
}

.course-details-card {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 12px 40px rgba(60, 72, 100, 0.16);
    padding: 56px 44px 44px 44px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    transition: box-shadow 0.2s;
}

.course-details-card:hover {
    box-shadow: 0 18px 60px rgba(25, 118, 210, 0.18);
}

.course-details-title {
    font-size: 2.8rem;
    font-weight: 500;
    color: #0d1a4a;
    margin-bottom: 22px;
    letter-spacing: 1.2px;
    text-shadow: 0 2px 8px #e3eafc;
}

.course-meta {
    display: flex;
    gap: 36px;
    margin-bottom: 28px;
    font-size: 1.13rem;
    color: #1976d2;
    flex-wrap: wrap;
}

.course-meta span {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #e3eafc;
    padding: 8px 18px;
    border-radius: 22px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(25, 118, 210, 0.05);
}

.course-details-desc {
    font-size: 1.18rem;
    color: #374151;
    margin-bottom: 32px;
    line-height: 1.8;
}

.enroll-btn {
    background: linear-gradient(90deg, #1976d2 0%, #00bcd4 100%);
    color: #fff;
    padding: 16px 44px;
    border-radius: 10px;
    font-weight: 500;
    border: none;
    transition: background 0.2s, box-shadow 0.2s, transform 0.1s;
    text-decoration: none;
    box-shadow: 0 4px 18px rgba(25, 118, 210, 0.13);
    font-size: 1.15rem;
    letter-spacing: 0.7px;
    margin-bottom: 22px;
    display: inline-block;
    text-transform: uppercase;
}

.enroll-btn:hover {
    background: linear-gradient(90deg, #1565c0 0%, #0097a7 100%);
    color: #fff;
    box-shadow: 0 8px 24px rgba(25, 118, 210, 0.18);
    transform: translateY(-2px) scale(1.03);
}

.course-outline {
    margin-top: 44px;
    background: #f1f7ff;
    border-radius: 14px;
    padding: 28px 24px 18px 24px;
    box-shadow: 0 2px 12px rgba(60, 72, 100, 0.07);
}

.course-outline h3 {
    font-size: 1.45rem;
    font-weight: 500;
    margin-bottom: 16px;
    color: #1976d2;
    letter-spacing: 0.5px;
}

.course-outline ul {
    list-style: disc;
    padding-left: 28px;
}

.course-outline li {
    margin-bottom: 12px;
    color: #263238;
    font-size: 1.09rem;
}

.course-details-img {
    width: 100%;
    border-radius: 18px;
    margin-bottom: 20px;
    object-fit: cover;
    max-height: 410px;
    box-shadow: 0 6px 32px rgba(60, 72, 100, 0.15);
    background: #e3eafc;
    border: 6px solid #fff;
    transition: box-shadow 0.2s;
}

.course-details-img:hover {
    box-shadow: 0 12px 48px rgba(25, 118, 210, 0.18);
}

.badge-popular {
    position: absolute;
    top: -75px;
    left: 24px;
    background: linear-gradient(90deg, #ff9800 0%, #ffc107 100%);
    color: #fff;
    font-weight: 500;
    padding: 7px 22px;
    border-radius: 18px;
    font-size: 1rem;
    box-shadow: 0 2px 8px rgba(255, 193, 7, 0.13);
    letter-spacing: 0.5px;
}

@media (max-width: 991px) {
    .course-details-card {
        padding: 32px 14px 24px 14px;
    }

    .course-details-title {
        font-size: 2rem;
    }

    .course-details-img {
        max-height: 260px;
    }

    .course-outline {
        padding: 18px 10px 10px 10px;
    }
}

@media (max-width: 767px) {
    .rbt-team-tab-content .inner {
        display: block !important;
    }

    .rbt-team-tab-content .rbt-team-details {
        padding-left: 0 !important;
    }

    .rbt-team-tab-content .author-info {
        margin-top: 15px !important;
    }

    .course-details-section {
        padding: 32px 0 16px 0;
    }

    .course-details-card {
        padding: 12px 4px 12px 4px;
    }

    .course-details-title {
        font-size: 1.25rem;
    }

    .course-meta {
        gap: 8px;
        font-size: 0.98rem;
    }

    .course-outline h3 {
        font-size: 1.08rem;
    }

    .badge-popular {
        font-size: 0.85rem;
        padding: 5px 14px;
        left: 10px;
    }
}

.price-box {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 18px 24px;
    display: inline-block;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    margin-bottom: 22px;
}

.price-current {
    color: #28a745;
    font-size: 2rem;
    font-weight: 700;
    margin-right: 12px;
}

.price-old {
    color: #888;
    text-decoration: line-through;
    font-size: 1.1rem;
    margin-right: 12px;
}

.price-off {
    background: #dc3545;
    color: #fff;
    font-size: 1rem;
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 600;
    vertical-align: middle;
}

/*----------------------------------------*/
/*  4.3 Career css
/*----------------------------------------*/
.bd-career-grid {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .bd-career-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.bd-career-wrapper.style-one .bd-career-item {
    position: relative;
    overflow: hidden;
    padding: 50px 30px;
    background-color: #fff;
    border-radius: 8px;
}

.bd-career-wrapper.style-one .bd-career-item:hover .bd-career-bg img {
    transform: scale(1.05);
}

.bd-career-wrapper.style-one .bd-career-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.bd-career-wrapper.style-one .bd-career-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.bd-career-wrapper.style-one .bd-career-thumb {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 575px) {
    .bd-career-wrapper.style-one .bd-career-thumb {
        display: none;
    }
}

.bd-career-wrapper.style-one .bd-career-thumb img {
    width: 100%;
    height: 100%;
}

.bd-career-wrapper.style-one .bd-career-content {
    position: relative;
    width: 335px;
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-career-wrapper.style-one .bd-career-content {
        width: 300px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .bd-career-wrapper.style-one .bd-career-content {
        width: 225px;
    }
}

@media (max-width: 575px) {
    .bd-career-wrapper.style-one .bd-career-content {
        width: 100%;
    }
}

.bd-career-wrapper.style-one .bd-career-title {
    margin-bottom: 30px;
}

.bd-career-wrapper.style-one .bd-career-subtitle {
    margin-bottom: 10px;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}

.bd-career-wrapper.style-one.br-secondary {
    border: 10px solid var(--secondary-rgb-5);
    border-radius: 12px;
}

.bd-career-wrapper.style-one.br-primary {
    border: 10px solid var(--primary-rgb-5);
    border-radius: 12px;
}

.bd-career-overlay {
    margin-bottom: -70px;
}

@media (max-width: 575px) {
    .bd-career-overlay {
        margin-bottom: 65px;
    }
}

/*--
/*  25 - Page Banner CSS
/*----------------------------------------*/
.page-banner-section {
    padding-top: 50px;
    min-height: 350px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.page-banner-section .shape-1 {
    position: absolute;
    right: 22%;
    top: 43%;
    z-index: -1;
}

.page-banner-section .shape-2 {
    position: absolute;
    left: 6%;
    top: 42%;
    -webkit-animation: zoom-inout 3s infinite;
    animation: zoom-inout 3s infinite;
    z-index: -1;
}

.page-banner-section .shape-3 {
    width: 48px;
    height: 48px;
    border: 4px solid #f6b13d;
    border-radius: 50%;
    position: absolute;
    right: 7%;
    bottom: 28%;
    -webkit-animation: zoom-inout 3s infinite;
    animation: zoom-inout 3s infinite;
    z-index: -1;
}

@media only screen and (max-width: 991px) {
    .page-banner-section {
        min-height: 450px;
    }

    .page-banner-section .shape-1 {
        right: 11%;
    }

    .page-banner-section .shape-2 img {
        width: 130px;
    }
}

@media only screen and (max-width: 767px) {
    .page-banner-section {
        min-height: 350px;
    }
}

@media only screen and (max-width: 575px) {
    .page-banner-section .shape-1 {
        top: 34%;
    }

    .page-banner-section .shape-2 {
        display: none;
    }
}

.page-banner .title {
    font-size: 42px;
    line-height: 52px;
    font-family: "Outfit", sans-serif;
    display: inline-block;
    font-weight: 600;
    color: #2f2a55;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .page-banner .title {
        font-size: 30px;
    }
}

.page-banner .breadcrumb {
    margin-bottom: 0;
    margin-top: 10px;
}

.page-banner .breadcrumb .breadcrumb-item {
    font-size: 14px;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    color: #000000;
}

.page-banner .breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 8px;
}

.page-banner .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "\f16e";
    font-family: flaticon !important;
    font-size: 12px;
    padding-right: 5px;
    position: relative;
    top: 2px;
    color: #000000;
}

/*--
/*  21 - Courses Details CSS
/*----------------------------------------*/
.course-details-banner-content {
    max-width: 550px;
}

@media only screen and (max-width: 991px),
only screen and (max-width: 767px) {
    .course-details-banner-content {
        padding: 50px 0;
    }
}

.course-details-banner-content .title {
    font-size: 30px;
    line-height: 40px;
    color: #2f2a55;
}

.course-details-banner-content>p {
    margin-top: 15px;
}

.course-details-banner-content .course-details-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 10px;
}

.course-details-banner-content .course-details-meta>* {
    padding-left: 40px;
    margin-top: 10px;
    position: relative;
}

@media only screen and (max-width: 575px) {
    .course-details-banner-content .course-details-meta>* {
        padding-left: 20px;
    }
}

.course-details-banner-content .course-details-meta>*::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 25px;
    background-color: #e1e1e1;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 575px) {
    .course-details-banner-content .course-details-meta>*::before {
        left: 8px;
    }
}

.course-details-banner-content .course-details-meta>*:first-child {
    padding-left: 0;
}

.course-details-banner-content .course-details-meta>*:first-child::before {
    display: none;
}

.course-details-banner-content .course-details-meta .meta-action:first-child {
    display: flex;
    align-items: center;
}

.course-details-banner-content .course-details-meta .meta-action .meta-author {
    margin-right: 15px;
}

.course-details-banner-content .course-details-meta .meta-action .meta-author img {
    width: 50px;
    border-radius: 50%;
    background: #ffffff;
    padding: 5px;
}

.course-details-banner-content .course-details-meta .meta-action .name,
.course-details-banner-content .course-details-meta .meta-action .date {
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    color: #2f2a55;
}

.course-details-banner-content .course-details-meta .meta-action .name span,
.course-details-banner-content .course-details-meta .meta-action .date span {
    color: #1cb098;
}

.course-details-banner-content .course-details-meta .meta-action .rating {
    display: flex;
    align-items: center;
}

.course-details-banner-content .course-details-meta .meta-action .rating .rating-star {
    display: block;
    position: relative;
}

.course-details-banner-content .course-details-meta .meta-action .rating .rating-star::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: "flaticon";
    font-size: 13px;
    color: #c5c2c2;
    letter-spacing: 4px;
}

.course-details-banner-content .course-details-meta .meta-action .rating .rating-star .rating-active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.course-details-banner-content .course-details-meta .meta-action .rating .rating-star .rating-active::before {
    content: '\f13b \f13b \f13b \f13b \f13b';
    font-family: "flaticon";
    font-size: 13px;
    color: #ffc000;
    letter-spacing: 4px;
}

.course-details-banner-content .course-details-meta .meta-action .rating span {
    font-size: 13px;
    color: #666666;
}

@media only screen and (max-width: 1199px) {
    .course-details-wrapper {
        padding-right: 35px;
    }
}

.course-details-wrapper .title {
    font-size: 22px;
    font-weight: 700;
    margin-top: -5px;
}

.course-details-wrapper p {
    margin-top: 10px;
}

.course-details-wrapper .lessons-time>* {
    margin-right: 30px;
}

.course-details-wrapper .lessons-time>*:last-child {
    margin-right: 0;
}

.course-details-wrapper .course-learn-list {
    border: 1px solid #ebebeb;
    padding: 40px;
    margin-top: 40px;
    border-radius: 5px;
}

@media only screen and (max-width: 575px) {
    .course-details-wrapper .course-learn-list {
        padding: 30px;
    }
}

.course-details-wrapper .course-learn-list ul {
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.course-details-wrapper .course-learn-list ul li {
    font-size: 15px;
    line-height: 2.25;
    position: relative;
    padding-left: 40px;
    padding-right: 10px;
    width: 50%;
}

@media only screen and (max-width: 767px) {
    .page-banner-section {
        padding-top: 0px;
    }

    .course-details-wrapper .course-learn-list ul li {
        width: 100%;
    }
}

.course-details-wrapper .course-learn-list ul li::before {
    position: absolute;
    top: 0;
    left: 10px;
    content: "\f061";
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
    color: #1cb098;
}

.course-details-wrapper .course-lessons {
    margin-top: 50px;
}

.course-details-wrapper .lessons-top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.course-details-wrapper .course-instructor {
    margin-top: 50px;
}

.course-details-wrapper .course-review {
    margin-top: 50px;
}

.course-accordion .accordion-item {
    border-radius: 0;
    margin-top: 20px;
    border: 0;
}

.course-accordion .accordion-item button {
    font-size: 16px;
    font-weight: 700;
    background: #f6f7f9;
    color: #2f2a55;
    width: 100%;
    text-align: left;
    padding: 10px 20px;
    border: 0;
    transition: all 0.3s linear;
}

.course-accordion .accordion-item button::before {
    content: '\f170';
    font-family: "flaticon";
    font-size: 13px;
    font-weight: 300;
    margin-right: 10px;
    transition: all 0.3s linear;
}

.course-accordion .accordion-item button.collapsed::before {
    content: '\f111';
}

.course-accordion .accordion-item .accordion-body {
    padding: 0;
}

.course-accordion .accordion-item .accordion-body .lessons-list li {
    padding: 15px 35px 8px 30px;
    border-top: 1px solid #DCE4E6;
}

@media only screen and (max-width: 449px) {
    .course-accordion .accordion-item .accordion-body .lessons-list li {
        padding: 15px 0px 8px 0px;
    }
}

.course-accordion .accordion-item .accordion-body .lessons-list li:first-child {
    border-top: 0;
}

.course-accordion .accordion-item .accordion-body .lessons-list li a {
    font-size: 16px;
    color: #666666;
    display: block;
}

.course-accordion .accordion-item .accordion-body .lessons-list li a:hover {
    color: #1cb098;
}

.course-accordion .accordion-item .accordion-body .lessons-list li a span {
    display: block;
    float: right;
    white-space: nowrap;
}

.course-accordion .accordion-item .accordion-body .lessons-list li a i {
    margin-right: 5px;
    color: #2f2a55;
}

.sidebar-details-wrap {
    margin-top: -350px;
    position: relative;
    z-index: 1;
    position: sticky;
    top: 100px;
}

@media only screen and (max-width: 1199px) {
    .sidebar-details-wrap {
        margin-top: -420px;
    }
}

@media only screen and (max-width: 991px),
only screen and (max-width: 767px) {
    .sidebar-details-wrap {
        margin-top: 50px;
    }
}

.sidebar-details-video-description {
    background-color: #ffffff;
    box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    border-radius: 6px;
}

.sidebar-details-video-description .sidebar-video {
    position: relative;
    padding: 10px;
}

.sidebar-details-video-description .sidebar-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.sidebar-details-video-description .sidebar-video .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    line-height: 65px;
    background-color: #ffffff;
    border-radius: 50%;
    font-size: 14px;
    color: #1cb098;
    text-align: center;
    z-index: 2;
}

.sidebar-details-video-description .sidebar-video .play:hover {
    color: #ffffff;
    background-color: #1cb098;
}

.sidebar-details-video-description .sidebar-description {
    padding: 40px 40px 60px;
}

@media only screen and (max-width: 1199px),
only screen and (max-width: 575px) {
    .sidebar-details-video-description .sidebar-description {
        padding: 30px 20px 30px;
    }
}

.sidebar-details-video-description .sidebar-description .price-wrap {
    display: flex;
}

.sidebar-details-video-description .sidebar-description .price-wrap .label {
    font-size: 18px;
    font-weight: 700;
    color: #2f2a55;
}

.sidebar-details-video-description .sidebar-description .price-wrap .price {
    margin-top: -5px;
    margin-left: 10px;
}

.sidebar-details-video-description .sidebar-description .price-wrap .price .sale-price {
    font-size: 24px;
    font-weight: 700;
    color: #1cb098;
}

.sidebar-details-video-description .sidebar-description .price-wrap .price .regular-price {
    font-size: 16px;
    font-weight: 400;
    color: #a2a2a2;
    text-decoration: line-through;
    margin-left: 10px;
}

.sidebar-details-video-description .sidebar-description .description-list {
    padding-top: 26px;
}

.sidebar-details-video-description .sidebar-description .description-list li {
    font-weight: 500;
    font-size: 15px;
    color: #2f2a55;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0;
}

@media only screen and (max-width: 1199px),
only screen and (max-width: 575px) {
    .sidebar-details-video-description .sidebar-description .description-list li {
        font-size: 15px;
    }
}

.sidebar-details-video-description .sidebar-description .description-list li:last-child {
    border-bottom: 0;
}

.sidebar-details-video-description .sidebar-description .description-list li i {
    margin: 0 4px 0 0;
}

.sidebar-details-video-description .sidebar-description .description-list li span {
    font-weight: 400;
    float: right;
    display: block;
    color: #666666;
}

.sidebar-details-video-description .sidebar-description .btn {
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
}

.sidebar-details-video-description .sidebar-description .share-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.sidebar-details-video-description .sidebar-description .share-link .link-icon {
    font-size: 16px;
    text-align: center;
    color: #2f2a55;
}

.sidebar-details-video-description .sidebar-description .share-link:hover .social-share-wrapper {
    opacity: 1;
    visibility: visible;
}

.sidebar-details-video-description .sidebar-description .share-link .social-share-wrapper {
    display: block;
    position: absolute;
    left: 50%;
    bottom: calc(100% + -6px);
    transform: translateX(-70%);
    background-color: #28314b;
    z-index: 2;
    box-shadow: none;
    border-radius: 5px;
    margin: 0;
    padding: 2px;
    line-height: 0;
    white-space: nowrap;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
}

.sidebar-details-video-description .sidebar-description .share-link .social-share-wrapper::after {
    content: '';
    position: absolute;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5.5px 0 5.5px;
    border-color: #28314b transparent transparent transparent;
    left: 50%;
    bottom: -5px;
    margin-left: -5px;
}

.sidebar-details-video-description .sidebar-description .share-link .social-share-wrapper ul li {
    display: inline-block;
}

.sidebar-details-video-description .sidebar-description .share-link .social-share-wrapper ul li a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 11px;
    color: #ffffff;
    border-radius: inherit;
    text-align: center;
    transition: all 0.3s linear;
}

.sidebar-details-video-description .sidebar-description .share-link .social-share-wrapper ul li:hover a {
    background: rgba(255, 255, 255, 0.13);
}

.sidebar-details-video-description .sidebar-description .share-link .share-btn {
    font-size: 16px;
    font-weight: 700;
    color: #2f2a55;
    margin-left: 10px;
}

.sidebar-details-video-description .sidebar-description .share-link .share-btn:hover {
    color: #1cb098;
}

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

.rbt-team-tab-content {
    background: #fff;
    /* box-shadow: var(--shadow-1); */
    padding: 15px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.rbt-team-tab-content .inner {
    display: flex;
    align-items: center;
    position: relative;
}

.rbt-team-tab-content .rbt-team-thumbnail {
    flex-basis: 40%;
}

.rbt-team-tab-content .rbt-team-thumbnail .thumb img {
    width: 100%;
    min-height: 200px;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.rbt-team-tab-content .rbt-team-details {
    flex-basis: 60%;
    padding-left: 15px;
}

.rbt-team-tab-content .author-info {
    margin-bottom: 10px;
    border-bottom: 1px dashed rgba(34, 46, 72, .4);
}

.rbt-team-details span {
    font-weight: 475;
    padding-right: 0;
    position: relative;
}

.rbt-team-details .rbt-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top: 5px;
    border-bottom: 1px dashed rgba(34, 46, 72, .4);
    padding-bottom: 10px;
}

.rbt-team-details .rbt-card-top .rbt-review {
    margin-top: 10px;
    margin-bottom: 0;
    display: flex;
}

.rbt-review .rating {
    align-items: center;
    margin-right: 6px;
}

.rbt-team-details .rbt-card-top .rbt-review .rating i {
    font-size: 18px;
    color: #f78620;
    transition: 0.3s;
}

.rbt-team-details .rbt-card-top .rbt-review .rating-count {
    display: block;
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 2px 0;
    font-weight: 500;
}

.rbt-team-details .rbt-card-top .rbt-review {
    margin-top: 10px;
    margin-bottom: 0;
    display: flex;
}

.rbt-team-details .rbt-card-top .rbt-review .rating i {
    font-size: 18px;
    color: #f78620;
    transition: 0.3s;

}

.rbt-team-details .rbt-card-top .rbt-review .rating-count {
    display: block;
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 2px 0;
    font-weight: 500;
}

.rbt-team-details .rbt-card-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px dashed #ddd;
    padding-top: 10px;
    margin-top: 10px;
}

.rbt-price {
    display: flex;
    align-items: center;
}

.rbt-price .current-price {
    font-size: 24px;
    font-weight: 700;
}

.rbt-price .off-price {
    font-size: 20px;
    font-weight: 500;
    text-decoration: line-through;
    opacity: 0.4;
    margin-left: 7px;
}

/* Pricing */
.pricing__item {
    position: relative;
    padding: 20px 15px;
    border-radius: 16px;
    background: #fff;
}

.pricing__item .pricing-tag {
    position: absolute;
    top: 0;
    right: 0;
    background: #2a5e99;
    color: #fff;
    padding: 8px 12px;
    border-radius: 20px 0;
    font-size: 16px;
}

.pricing__item .item-head h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
}

.pricing__item .item-head span {
    font-size: 20px;
    font-weight: 400;
}

.pricing__item ul {
    padding-top: 20px;
    border-top: 1px solid #d50000;
    margin-top: 15px;
}

.pricing__item ul li {
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.pricing__item ul li span {
    width: 26px;
    height: 26px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    transition: var(--transition);
    border: 1px solid #d50000;
}

.pricing__item .btn-one::after,
.pricing__item .btn-one-light::after,
.pricing__item .event-five__content .event-five-btn::after,
.event-five__content .pricing__item .event-five-btn::after {
    display: none;
}

.pricing__item .btn-one-light,
.pricing__item .event-five__content .event-five-btn,
.event-five__content .pricing__item .event-five-btn {
    border: 1px solid #e5e5e5;
}

.pricing__item .btn-one-light::after,
.pricing__item .event-five__content .event-five-btn::after,
.event-five__content .pricing__item .event-five-btn::after {
    display: inline-block;
    background-color: #d50000;
}

.bor {
    border: 1px solid #e5e5e5;
}

.post-content {
    padding: 0;
}

.title1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    background: linear-gradient(to right, #d51708 0, #212529 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title2 {
    font-size: 22px;
    background: linear-gradient(to right, #f52828 0, #1e9684 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
