/* Base CSS */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;600;700;800;900&family=Karla:wght@300;400;500;600;700;800&display=swap');
@font-face {
    font-family: 'SolaimanLipiNormal';
    src: url('../fonts/solaiman-lipi.eot');
    src: url('../fonts/solaiman-lipi.eot') format('embedded-opentype'), url('../fonts/solaiman-lipi.woff') format('woff'), url('../fonts/solaiman-lipi.ttf') format('truetype'), url('../fonts/solaiman-lipi.svg#SolaimanLipiNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0;
    font-weight: normal;
    font-family: 'Barlow Condensed', 'SolaimanLipiNormal', sans-serif;
}

p {
    margin: 0;
}

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

figure {
    margin: 0 0 0;
}

body {
    font-size: 17px;
    color: #000;
    width: 100%;
    font-family: 'Karla', 'SolaimanLipiNormal', sans-serif;
    background: #fff;
    line-height: 24px;
    font-weight: 400;
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a:hover {
    color: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1200px;
}


/*======================================
		ThemesBazar col Start
======================================*/

.themesBazar-1 {
    max-width: 100% !important;
    width: 100%;
    flex: 0 0 auto;
}

.themesBazar-2 {
    max-width: 50% !important;
    width: 100%;
    flex: 0 0 auto;
}

.themesBazar-3 {
    max-width: 33.33% !important;
    width: 100%;
    flex: 0 0 auto;
}

.themesBazar-4 {
    max-width: 25% !important;
    width: 100%;
    flex: 0 0 auto;
}

.themesBazar-6 {
    max-width: 16.66% !important;
    width: 100%;
    flex: 0 0 auto;
}


/*======================================
		ThemesBazar col End
======================================*/


/*======================================
                    Themesbazar_header Section css-start
                ======================================*/

.header {
    background: #00a558;
    line-height: 1;
    margin: 0;
}

.header-item {
    padding: 8px;
}

.header-item ul li {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    border-right: 1px solid #ffed00;
    padding-right: 15px;
    position: relative;
    margin-right: 9px;
    font-weight: 300;
}

.header-item ul li:last-child {
    border-right: transparent;
}

.header-item ul>li i {
    font-size: 22px;
    color: #f84e77;
    position: relative;
    top: 3px;
}

.header-item a {
    font-size: 18px;
    color: #fbfbfb;
    margin-right: 10px;
    transition: .8s all;
}

.header-item a:hover {
    color: #ff7093;
}

.home-login {
    float: right;
    line-height: 0;
}

.home-login>ul>li {
    display: inline-block;
    margin-right: 7px;
    position: relative;
}

.home-login>ul>li a {
    overflow: hidden;
    color: #fff;
    background: #f15b43;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 12px 50px 12px 15px;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    transform-origin: inherit;
}

.home-login ul li:last-child a {
    background: #4db7a6;
}

.home-login ul li:last-child span i {
    color: #4db7a6;
}

.home-login ul li:last-child a:hover {
    background: #f15b43;
}

.home-login ul li:last-child a:hover i {
    color: #f15b43;
}

.home-login ul li a:hover {
    background: #4db7a6;
    transform-origin: left;
}

.home-login ul li span {
    width: 27px;
    height: 27px;
    background: #fff;
    color: #f15b43;
    line-height: 17px;
    border-radius: 50%;
    text-align: center;
    transition: .5s all;
    position: absolute;
    right: 5px;
    top: 6px;
    font-size: 15px;
}

.home-login ul li span i {
    width: 27px;
    height: 27px;
    background: #fff;
    color: #f15b43;
    line-height: 27px;
    border-radius: 50%;
    text-align: center;
    transition: .5s all;
}

.home-login ul li:hover span i {
    color: #4db7a6;
    transform: rotateY(180deg);
}


/****======================================
	Themesbazar_header Section css-End
======================================*****/


/****======================================
		Logo & Menu Section css-Start
======================================*****/

.menu-section {
    background: #00a558;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.3);
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    position: relative;
    border-bottom: 3px solid #800505;
    height: 58px;
}

.logo img {
    width: 100%;
    height: auto;
    margin-top: 9px;
}

.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: .8s all;
    -o-transition: .8s all;
    transition: .8s all;
    box-shadow: 0 0 20px rgba(8, 0, 41, 0.08);
}

.searchBar {
    max-width: 30%;
    position: relative;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    float: right;
    margin-top: 13px;
    z-index: -1;
    transition: .8s all;
}

.searchBar.showSearch {
    opacity: 1;
    visibility: visible;
    position: absolute;
    right: 26px;
    z-index: 999;
}

.searchIcon {
    float: right;
    margin-top: 8px;
    font-size: 20px;
    color: #0d1e50;
    cursor: pointer;
}

.searchIcon i {
    line-height: 51px;
    transform: rotate(270deg);
}

.searchBar input[type="text"] {
    width: 100%;
    border: 2px solid #4db7a6;
    height: 50px;
    font-size: 16px;
    outline: inherit;
    padding: 0 5px;
    background: #fff;
}

.searchBar input[type="submit"] {
    border: none;
    font-size: 16px;
    padding: 0 14px;
    background: transparent;
    color: #fff;
}

.searchBar button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #4db7a6;
    border: none;
    font-size: 17px;
    padding: 0 10px;
}

.remove {
    position: absolute;
    right: -6px;
    top: -14px;
    width: 18px;
    height: 18px;
    background: #f15b43;
    text-align: center;
    font-size: 9px;
    border-radius: 50%;
    line-height: 16px;
    color: #fff;
    cursor: pointer;
    border: 2px solid #f15b43;
}


/*****======================================
		Logo & Menu Section css-End
======================================******/


/*======================================
		Slider Section css Start
======================================*/

.slide_image {
    position: relative;
}

.slide_image::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(14, 17, 28, 0.44);
    opacity: .8;
    z-index: 9;
}

.slide_image img {
    max-width: 100%;
    height: 700px;
    object-fit: cover;
}

.slider-active .owl-item.active .slide_image img {
    display: block;
    width: 100%;
    -webkit-animation: thing 20s;
    -o-animation: thing 20s;
    animation: thing 20s;
}

@keyframes thing {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.3, 1.3);
    }
}

.slider_wrpp {
    position: relative;
}

.slider-item {
    position: absolute;
    left: 10%;
    top: 48%;
    transform: translateY(-50%);
    z-index: 99;
    width: 50%;
}

.slider-title {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 12px;
    text-transform: capitalize;
}

.slider-title2 {
    font-size: 85px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 12px;
    text-transform: capitalize;
}

.slider-details {
    font-size: 20px;
    color: #fff;
    line-height: 33px;
    font-weight: 300;
    margin: 20px 0 50px;
}

.slider-btn ul li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.slider-btn ul li a {
    overflow: hidden;
    color: #fff;
    border: 1px solid#f15b43;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 18px 60px 18px 28px;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    border-radius: 50px;
    transform-origin: inherit;
}

.slider-btn ul li:last-child a {
    border: 1px solid #4db7a6;
}

.slider-btn ul li:last-child span i {
    color: #4db7a6;
}

.slider-btn ul li:last-child a:hover {
    background: #f15b43;
    border: 1px solid #f15b43;
}

.slider-btn ul li:last-child a:hover i {
    color: #f15b43;
}

.slider-btn ul li a:hover {
    background: #4db7a6;
    border: 1px solid #4db7a6;
    transform-origin: left;
}

.slider-btn ul li span {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #f15b43;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    transition: .5s all;
    position: absolute;
    right: 12px;
    top: 10px;
    font-size: 16px;
}

.slider-btn ul li span i {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #f15b43;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    transition: .5s all;
}

.slider-btn ul li:hover span i {
    color: #4db7a6;
    transform: rotateX(180deg);
}

.slide_image::after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 0;
    height: 5px;
    background: #4db7a6;
    opacity: .5;
    z-index: 9;
    transition: 6s all;
}

.slider-active .owl-item.active .slide_image::after {
    width: 100%;
    background: #4db7a6;
    opacity: .5;
}

.slider-active .owl-item.active .slider-title {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: .8s;
}

.slider-active .owl-item.active .slider-title2 {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 1.5s;
}

.slider-active .owl-item.active .slider-details {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 2s;
}

.slider-active .owl-item.active .slider-btn {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 2.5s;
}

.slider-active button.owl-prev {
    position: absolute;
    left: 2%;
    top: 43%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #ddd;
    background: transparent;
    transition: .5s;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    width: 65px;
    height: 65px;
    border-radius: 50%;
}

.slider-active button.owl-prev:hover {
    background: #ddd;
    color: #0d1e50;
}

.slider-active button.owl-next {
    position: absolute;
    right: 2%;
    top: 43%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #ddd;
    background: transparent;
    transition: .5s;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    width: 65px;
    height: 65px;
    border-radius: 50%;
}

.slider-active button.owl-next:hover {
    background: #ddd;
    color: #0d1e50;
}


/*======================================
		Slider Section css End
======================================*/

.sec-content {
    text-align: center;
    margin: 0 0 20px;
    position: relative;
}

.sec-title {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #f15b43;
}


/*======================================
		Choose Section css Start
======================================*/

.choose-section {
    padding: 60px 0 50px;
}

.choose-wrpp {
    background: #4db7a6;
    padding: 20px 10px;
    text-align: center;
    position: relative;
    margin-top: 60px;
}

.choose-wrpp.wrpp-2 {
    background: #f15b43;
}

.choose-wrpp.wrpp-2 .choose-icon {
    border: 3px solid #f15b43;
}

.choose-wrpp.wrpp-3 {
    background: #003d69;
}

.choose-wrpp.wrpp-3 .choose-icon {
    border: 3px solid #003d69;
}

.choose-wrpp.wrpp-4 {
    background: #3db2d5;
}

.choose-wrpp.wrpp-4 .choose-icon {
    border: 3px solid #3db2d5;
}

.choose-icon img {
    width: 70px;
    height: 70;
    padding: 4px;
    object-fit: cover;
}

.choose-wrpp:hover .choose-icon img {
    transform: scale(1.1);
}

.choose-icon {
    width: 100px;
    height: 100px;
    line-height: 90px;
    background: #fff;
    border-radius: 50%;
    max-width: 100%;
    border: 3px solid #4db7a6;
    position: absolute;
    top: -53px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.choose-title {
    margin: 35px 0 5px;
    font-size: 23px;
    font-weight: 600;
    color: #fff;
}

.choose-details {
    line-height: 23px;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    margin: 11px 0 6px;
}


/*======================================
		Choose Section css End
======================================*/


/*======================================
		About Section css Start
======================================*/

.about-section {
    padding: 20px 0 15px 0;
}

.about-image {
    position: relative;
}

.about-image img {
    width: 100%;
    border-radius:10px ;

}

.exprinces-box {
    position: absolute;
    right: 22px;
    bottom: 0;
    background: #fff;
    width: 38%;
    padding: 8px;
    box-shadow: 0 0 10px #ddd;
    height: 129px;
}

.exprinces-box::before {
    position: absolute;
    left: 8px;
    top: 6px;
    content: '';
    width: 102%;
    height: 90%;
    background: #001234;
}

.exprince-year {
    float: left;
    margin-right: 20px;
    font-size: 60px;
    font-weight: 700;
    margin-top: 17px;
    margin-left: 18px;
    color: #4db7a6;
    position: absolute;
}

.exprince-title {
    font-size: 25px;
    font-weight: 700;
    margin-top: 26px;
    line-height: 26px;
    margin-left: 95px;
    position: absolute;
    color: #fff;
}

.about-padding {
    position: relative;
}

.aboutCat-title {
    margin-bottom: 15px;
    color: #f15b43;
    font-weight: 600;
    font-size: 26px;
}

.about-title {
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    color: #0d1e50;
    margin: 0 0 20px;
}

.about-details {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 23px;
    color: #55575c;
    line-height: 30px;
}

.about-title {
    font-size: 65px;
    font-weight: 700;
    line-height: 1.1;
    color: #001234;
    margin: 0 0 20px;
    text-transform: capitalize;
}

.about-item i {
    font-size: 18px;
    color: #f84e77;
    margin-right: 5px;
}

.about-support {
    margin-bottom: 40px;
}

.about-support ul li {
    margin-bottom: 15px;
    font-size: 18px;
    color: #444;
}

.about-support i {
    width: 30px;
    height: 30px;
    line-height: 28px;
    background: #4db7a6;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-right: 6px;
}

.about-btn>a {
    overflow: hidden;
    color: #fff;
    background: #00a559;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 15px 62px 16px 29px;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    border-radius: 50px;
    transform-origin: inherit;
    position: relative;
}

.about-btn span {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #f15b43;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    transition: .5s all;
    position: absolute;
    right: 12px;
    top: 7px;
    font-size: 16px;
}

.about-btn span i {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #f15b43;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    transition: .5s all;
}

.about-btn:hover span i {
    color: #4db7a6;
    transform: rotateX(180deg);
}

.about-btn a:hover {
    background: #800505;
}


/*****======================================
		About Section css End
======================================*****/


/*****==================================
	Speech-section Start
=====================================****/

.speech-section {
    background: #fbfbfb;
    padding: 50px 0 50px;
    margin: 15px 0;
}

.speech-wrpp {
    margin: 10px 0 0;
    box-shadow: 0 0 4px #ddd;
    padding: 10px 20px 26px;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
}

.speech-title {
    padding: 2px 0 11px;
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    color: #0d1e50;
    position: relative;
    margin-left: 50px;
}

.speech-title::before {
    position: absolute;
    left: -54px;
    bottom: 22px;
    content: '';
    width: 7%;
    height: 4px;
    background: #f05a42;
}

.speech-title::after {
    position: absolute;
    left: -15px;
    bottom: 22px;
    content: '';
    width: 2%;
    height: 4px;
    background: #4db7a6;
}

.speech-image img {
    width: 44%;
    float: left;
    margin-right: 8px;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
}

.speech-content {
    margin-top: -6px;
    text-align: justify;
    font-weight: 300;
    font-size: 16px;
}

.speech-btn {
    text-align: right;
    margin-top: 20px;
}

.speech-btn>a {
    overflow: hidden;
    color: #fff;
    background: #00a559;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 13px 56px 14px 29px;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    border-radius: 50px;
    transform-origin: inherit;
    position: relative;
}

.speech-btn span {
    width: 25px;
    height: 25px;
    background: #fff;
    color: #f15b43;
    line-height: 26px;
    border-radius: 50%;
    text-align: center;
    transition: .5s all;
    position: absolute;
    right: 12px;
    top: 7px;
    font-size: 14px;
}

.speech-btn span i {
    width: 25px;
    height: 25px;
    background: #fff;
    color: #f15b43;
    line-height: 26px;
    border-radius: 50%;
    text-align: center;
    transition: .5s all;
}

.speech-btn:hover span i {
    color: #4db7a6;
    transform: rotateX(180deg);
}

.speech-btn a:hover {
    background: #800505;
}


/*****==================================
	Speech-section End
=====================================*****/

.sec-content2 {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.secTitle {
    color: transparent;
    -webkit-text-stroke: 1px #2d313c;
    font-size: 80px;
    font-weight: 900;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -24px;
    letter-spacing: 1px;
}

.sec-title2 {
    color: #fff;
    font-size: 45px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 18px;
}


/*****==================================
	Information-area Start
=====================================*****/

.information-area {
    padding: 80px 0 95px;
    background-position: center top;
    background-size: cover;
    position: relative;
    z-index: 1;
    margin: 50px 0;
    background-attachment: fixed;
}

.information-area::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(1, 5, 15, 0.9);
    z-index: -1;
}

#information-tab>li {
    background: #33333352;
    margin-right: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

#information-tab .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0;
}

#information-tab .nav-link {
    display: block;
    color: #fff;
    padding: 11px 26px 12px;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    border: 1px solid #2d313c;
}

#information-tab .nav-link.active {
    color: #f15b43;
    border-bottom: none;
}

#information-tab .nav-link li.active {
    border: 1px solid #f05a42;
}

#pills-tabContent {
    background: #33333352;
    padding: 5px 11px 20px 11px;
    transition: .5s all;
}

.information-wrpp {
    margin: 6px 0px 6px;
    padding: 6px 5px 9px;
    border-bottom: 1px solid #2d313c;
    transition: .5s all;
}

.information-wrpp:hover {
    background: #33333352;
    box-shadow: 0 2px 5px #0f0f0f;
    border-radius: 5px;
}

.calender img {
    width: 24%;
    float: left;
    margin-right: 10px;
    position: relative;
}

.date-content {
    position: relative;
}

.info-date span {
    position: absolute;
    left: 12px;
    bottom: -4px;
    z-index: 999;
    color: #2095f2;
    font-size: 16px;
    font-weight: 600;
}

.info-date {
    position: relative;
    top: 8px;
    color: #fff;
    font-size: 19px;
    letter-spacing: 0.5px;
}

.infoContent>a {
    font-size: 19px;
    margin: 7px 0 0;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    transition: .5s all;
}

.infoContent>a:hover {
    color: #E65741;
}

.infoContent i {
    font-size: 25px;
    color: #E65741;
    position: relative;
    top: 3px;
}

.viewDownload .view-d {
    border: 1px solid #2d313c;
    padding: 5px 50px 5px 11px;
    margin: 0 10px;
    position: relative;
}

.view-d span {
    background: #fff;
    color: #E65741;
    font-size: 17px;
    text-align: center;
    border: 1px solid#2d313c;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    transition: .5s all;
    position: absolute;
    right: 9px;
    top: 4px;
}

.view-d span i {
    position: relative;
    top: 3px;
    right: 0;
    left: 0;
}

.viewDownload {
    float: right;
}

.viewDownload ul li {
    display: inline-block;
    margin-right: 5px;
}

.viewDownload ul li:first-child.view-d span {
    color: #11ABA0;
    font-size: 16px;
}

.viewDownload ul li a {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
}

.viewDownload ul li:hover:first-child.view-d span {
    background: #4db7a6;
    color: #fff;
    transform: rotateX(180deg);
}

.viewDownload ul li:hover:last-child.view-d span {
    background: #E65741;
    color: #fff;
    transform: rotateY(180deg);
}


/*****==================================
	Information-area  End
=====================================*****/


/*****======================================
		Teacher Area css Start
======================================*****/

.teachers-area {
    padding: 0 0 40px;
}

.teacher-wrpp {
    padding: 20px;
    box-shadow: 0 0 10px #ddd;
    background: #fff;
    margin: 10px;
    border-radius: 10px 0 10px;
}

.teacher-image img {
    max-width: 170px;
    height: 170px;
    border-radius: 50%;
    border: 8px solid #f4f3f3;
    margin: 0 auto;
}

.teacher-item {
    text-align: center;
    padding: 10px 15px 0;
}

.teacher-name>a {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    display: inline-block;
    margin-bottom: 7px;
    line-height: 1;
}

.team-deg {
    margin-bottom: 13px;
    font-size: 16px;
    font-weight: 500;
    color: #f15b43;
}

.teacher-secial>a {
    display: inline-block;
    color: #777;
    font-size: 18px;
    margin-right: 6px;
    transition: .5s all;
}


/* .teacher-secial > a:nth-child(1){
	color: #1877f2;
}

.teacher-secial > a:nth-child(2){
	color: #00acee;
}

.teacher-secial > a:nth-child(3){
	color: #0e76a8;
}

.teacher-secial > a:nth-child(4){
	color: #8a3ab9;
} */

.teacher-secial>a:hover {
    color: #4db7a6;
    transform: rotateY(340deg);
}

.teacher-active .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    content: "";
    z-index: 1;
}

.teacher-active .owl-dots button.active {
    border: 1px solid #068c7f;
}

.teacher-active .owl-dots button.active::before {
    background: #f15b43 !important;
}

.teacher-active .owl-dots button {
    margin: 0 3px;
    padding: 4px !important;
    transition: .8s all;
    background: transparent !important;
    outline: inherit;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #000;
    position: relative;
    transition: .5s all;
}

.teacher-active .owl-dots button::before {
    position: absolute;
    left: 3px;
    bottom: 3px;
    content: '';
    width: 5px;
    height: 5px;
    background: #999;
    border-radius: 50%;
}


/*****======================================
		Teacher Section css End
======================================*****/


/*****==================================
	Counter section  Start
=====================================*****/

.counter-section {
    padding: 80px 0 95px;
    background-color: #ddd;
    background-position: center top;
    background-size: cover;
    position: relative;
    z-index: 1;
    margin: 50px 0;
}

.counter-section::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(1, 5, 15, 0.9);
    z-index: -1;
}

.happyClinet_content {
    column-count: 4;
    column-gap: 20px;
}

.happyClinet_wrpp {
    overflow: hidden;
    width: 100%;
    break-inside: avoid;
}

.client-icon img {
    float: left;
    width: 19%;
    margin-right: 22px;
    margin-top: 11px;
}

.happy-client {
    font-weight: 600;
    color: #fff;
    font-size: 40px;
    margin: 6px 0 10px;
    letter-spacing: 2px;
    line-height: 1;
}

.happy-title {
    text-transform: capitalize;
    font-weight: 300;
    color: #fff;
    font-size: 18px;
    line-height: 1;
}


/*****==================================
	Counter section  End
=====================================*****/


/*****==================================
	Course section start
=====================================*****/

.course-section {
    padding: 30px 0 60px;
}

.course-wrpp {
    padding: 20px;
    box-shadow: 0 0 10px #ddd;
    margin: 10px;
    overflow: hidden;
    border-radius: 0 0 20px;
}

.course-title {
    margin: 10px 0 20px;
    line-height: 27px;
}

.course-title a {
    font-size: 25px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    transition: .5s all;
}

.course-title a:hover {
    color: #4db7a6;
}

.course-item {
    overflow: hidden;
    margin: 25px 0 16px;
}

.courseAuthor_image img {
    max-width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    box-shadow: 0 0 10px #ddd;
    background: #fff;
    padding: 3px;
}

.course-authorTitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-top: 8px;
    color: #050811;
    float: left;
}

.course-authorTitle span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 6px;
    color: #f15b43;
}

.course-name {
    float: right;
    margin-top: 17px;
    font-size: 14px;
    color: #999;
    line-height: 1;
    font-weight: 300;
}

.course-name strong {
    color: #4db7a6;
    text-transform: capitalize;
}

.course-priceContent {
    margin: 28px 0 3px;
}

.course-price {
    float: left;
    font-size: 20px;
    font-weight: 700;
    color: #f15b43;
    margin-top: 6px;
}

.course-price>span {
    font-size: 18px;
    text-decoration: line-through #000;
    color: #4db7a6;
    font-weight: 400;
}

.course-btn {
    text-align: right;
}

.course-btn>a {
    display: inline-block;
    background: #4db7a6;
    padding: 5px 14px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    border-radius: 50px;
    transition: .5s all;
}

.coures-active .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -26px;
    content: "";
    z-index: 1;
}

.coures-active .owl-dots button.active {
    border: 1px solid #068c7f;
}

.coures-active .owl-dots button.active::before {
    background: #f15b43 !important;
}

.coures-active .owl-dots button {
    margin: 0 3px;
    padding: 4px !important;
    transition: .8s all;
    background: transparent !important;
    outline: inherit;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #000;
    position: relative;
    transition: .5s all;
}

.coures-active .owl-dots button::before {
    position: absolute;
    left: 3px;
    bottom: 3px;
    content: '';
    width: 5px;
    height: 5px;
    background: #999;
    border-radius: 50%;
}


/*****==================================
	Course section  End
=====================================*****/


/*****======================================
		Notice Section css Start
======================================*****/

.notice-section {
    margin: 30px 0 40px 0;
    background-image: url(assets/images/bg/cunter-bg.png);
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    background-attachment: fixed;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

.notice-section::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #09122F;
    opacity: .8;
    z-index: -1;
}

.notice-title {
    text-align: left;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .5px;
    text-transform: capitalize;
}

.notice-btn {
    text-align: center;
    margin-top: 15px;
}

.notice-btn>a {
    overflow: hidden;
    color: #fff;
    border: 1px solid#f15b43;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 15px 62px 16px 29px;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    border-radius: 50px;
    transform-origin: inherit;
    position: relative;
}

.notice-btn span {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #f15b43;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    transition: .5s all;
    position: absolute;
    right: 12px;
    top: 7px;
    font-size: 16px;
}

.notice-btn span i {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #f15b43;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    transition: .5s all;
}

.notice-btn:hover span i {
    color: #4db7a6;
    transform: rotateX(180deg);
}

.notice-btn a:hover {
    background: #f15b43;
}


/*****======================================
		Notice Section css End
======================================*****/


/*****======================================
		Vdieo Gallery Section css Start
======================================*****/

.video-gallery {
    background-image: url(assets/images/bg/cunter-bg.png);
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    background-attachment: fixed;
    padding: 60px 0 100px;
    margin: 60px 0 20px;
    position: relative;
    z-index: 1;
}

.video-gallery::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(1, 5, 15, 0.9);
    z-index: -1;
}

.video-thumbnails img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: top;
}

.video-thumbnails {
    position: relative;
}

.video-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 45px;
    width: 45px;
    background: #4db7a6;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 41px;
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
    padding-left: 5px;
    border: 2px solid #4db7a6;
    -webkit-transition: .8s all;
    -o-transition: .8s all;
    transition: .8s all;
    z-index: 99;
}

.video-thumbnails:hover .video-icon i {
    background: rgba(0, 0, 0, .14);
    border: 2px solid #fff;
    color: #fff;
}

.video-active .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -46px;
    content: "";
    z-index: 1;
}

.video-active .owl-dots button.active {
    border: 1px solid #068c7f;
}

.video-active .owl-dots button.active::before {
    background: #f15b43 !important;
}

.video-active .owl-dots button {
    margin: 0 3px;
    padding: 4px !important;
    transition: .8s all;
    background: transparent !important;
    outline: inherit;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #ddd;
    position: relative;
    transition: .5s all;
}

.video-active .owl-dots button::before {
    position: absolute;
    left: 3px;
    bottom: 3px;
    content: '';
    width: 5px;
    height: 5px;
    background: #ddd;
    border-radius: 50%;
}


/*****======================================
		Vdieo Gallery Section css End
==========================================****/


/*****======================================
		Testimonial Section css Start
======================================*****/

.testimonial-section {
    background-image: url(assets/images/bg/cunter-bg.png);
    background-color: #0b0b27;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    padding: 100px 0;
    margin: 50px 0;
}

.testimonial-section::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(1, 5, 15, 0.9);
    z-index: -1;
}

.testimonial-wrpp {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px 0 20px;
    position: relative;
    border-radius: 50px 0 50px 0;
}

.testimonial-wrpp>i {
    position: absolute;
    right: 6px;
    font-size: 128px;
    top: -5px;
    color: #3a3e4547;
    transition: .3s all;
}

.testimonial-wrpp:hover i {
    color: #454951;
}

.testimonial-content {
    padding: 11px 30px 10px;
    text-align: center;
}

.testimonial-image img {
    max-width: 115px;
    border-radius: 50%;
    height: 115px;
    object-fit: cover;
    background: #fff;
    padding: 8px;
    margin: 0 auto;
}

.testimonial-name {
    font-size: 25px;
    font-weight: 500;
    color: #ddd;
    margin-bottom: 7px;
    line-height: 1;
}

.testimonial-deg {
    font-size: 18px;
    color: #eeaf04;
    margin-bottom: 19px;
}

.testimonial-details {
    color: #cccc;
    font-weight: 300;
    line-height: 25px;
    font-size: 18px;
    margin-top: 15px;
}

.testimonial-secContent {
    margin-top: 70px;
    text-align: left;
    margin-left: 15px;
}

.testimonial-samll {
    color: #f8b604;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 300;
}

.testimonial-title {
    font-size: 60px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 70px;
}

.testimonial-active .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    content: "";
    z-index: 1;
}

.testimonial-active .owl-dots button {
    margin: 0 4px;
    padding: 4px !important;
    background: transparent !important;
    outline: inherit;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #ddd;
    position: relative;
    transition: .5s all;
}

.testimonial-active .owl-dots button.active {
    border: 1px solid #068c7f;
}

.testimonial-active .owl-dots button.active::before {
    background: #f15b43 !important;
}

.testimonial-active .owl-dots button::before {
    position: absolute;
    left: 3px;
    bottom: 3px;
    content: '';
    width: 5px;
    height: 5px;
    background: #ddd;
    border-radius: 50%;
}


/*****======================================
		Testimonial Section css End
======================================*****/


/*****======================================
		Latest Section css Start
======================================*****/

.latest-area {
    padding: 50px 0 40px;
}

.latest-wrpp {
    box-shadow: 0 0 10px #ddd;
    margin: 7px 0 10px 8px;
    padding: 5px;
}

.latest-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: top;
}

.latest-item {
    padding: 15px 20px;
    overflow: hidden;
}

.latest-cat a {
    display: inline-block;
    border: 1px solid#ddd;
    padding: 5px 9px;
    font-size: 12px;
    color: #4db7a6;
    line-height: 1;
    font-weight: 600;
    border-radius: 30px;
    text-transform: uppercase;
    transition: .5s all;
}

.latest-cat a:hover {
    color: #f15b43;
    border: 1px solid#4db7a6;
}

.latest-cat i {
    margin-right: 2px;
}

.latest-title {
    line-height: 20px;
    margin: 10px 0 20px;
}

.latest-title>a {
    font-size: 20px;
    color: #001234;
    font-weight: 700;
    transition: .5s all;
}

.latest-title>a:hover {
    color: #f15b43;
}

.latest-details {
    font-size: 16px;
    font-weight: 300;
    color: #666;
    margin: 10px 0;
}

.author-content {
    margin-top: 27px;
}

.author-image img {
    max-width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left;
    margin-right: 8px;
    border: 2px solid #ddd;
    padding: 3px;
    position: relative;
    top: 4px;
}

.author-name {
    position: relative;
    top: 13px;
}

.author-name>a {
    font-size: 18px;
    color: #001234;
    font-weight: 600;
    transition: .5s all;
}

.author-name>a:hover {
    color: #f15b43;
}

.latest-date {
    float: right;
    margin-top: -10px;
    font-size: 16px;
    color: #666;
}

.latest-date i {
    color: #f15b43;
    font-size: 22px;
    margin-right: 1px;
    position: relative;
    top: 3px;
}

.latest-active .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -26px;
    content: "";
    z-index: 1;
}

.latest-active .owl-dots button {
    margin: 0 3px;
    padding: 4px !important;
    transition: .8s all;
    background: transparent !important;
    outline: inherit;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #000;
    position: relative;
    transition: .5s all;
}

.latest-active .owl-dots button.active {
    border: 1px solid #068c7f;
}

.latest-active .owl-dots button.active::before {
    background: #f15b43 !important;
}

.latest-active .owl-dots button::before {
    position: absolute;
    left: 3px;
    bottom: 3px;
    content: '';
    width: 5px;
    height: 5px;
    background: #999;
    border-radius: 50%;
}


/*****======================================
		Latest Section css End
======================================*****/


/*****======================================
		Clinet Section css Start
======================================*****/

.client-section {
    background: #f0f1f5;
    margin-top: 50px;
    padding: 80px 60px 60px;
}

.clinet-title {
    color: #0d1e50;
    font-size: 43px;
    font-weight: 700;
    line-height: 50px;
}

.clinet-active {
    margin-top: 20px;
}


/*****======================================
		Clinet Section css End
======================================*****/


/*****======================================
		Footer  css Start
======================================*****/

.footer-section {
    background: #000;
    padding: 60px 0 50px;
}

.footer-logo img {
    height: auto;
}

.location-content {
    margin-top: 20px;
    margin-bottom: 25px;
}

.footer-address {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}

.location-icon {
    float: left;
    margin-right: 10px;
}

.location-icon i {
    color: #f15b43;
    font-size: 24px;
}

.footer-contnet {
    column-count: 3;
    column-gap: 20px;
}

.footer-wrpp {
    overflow: hidden;
    width: 100%;
    break-inside: avoid-column;
    break-inside: avoid;
}

.footer-title {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 26px;
    position: relative;
}

.footer-title::before {
    position: absolute;
    left: 0;
    bottom: -19px;
    content: '';
    width: 19%;
    height: 3px;
    background: #4db7a6;
}

.footer-menu ul li {
    margin-bottom: 13px;
}

.footer-menu ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
    transition: .5s all;
}

.footer-menu ul li i {
    margin-right: 5px;
    transition: .5s all;
}

.footer-menu ul li a:hover {
    color: #ffc949;
}

.footer-menu ul li a:hover i {
    transform: rotate(90deg);
}

.bottom-footer {
    padding: 20px 0 20px;
    background: #f15b43;
}

.copy-right {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
}

.copy-right a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
}

.themesBazar_design {
    text-align: right;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
}

.themesBazar_design a {
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.themesBazar_scroll {
    width: 42px;
    height: 52px;
    padding: 10px;
    background: #4db7a6;
    position: fixed;
    right: 25px;
    bottom: 70px;
    z-index: 9999;
    border-radius: 50px 50px 0px 0px;
}

.themesBazar_scroll i {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    top: 15px;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
}


/*****======================================
		Footer  css End
======================================*****/


/***** ============== All page Bg css Start =================*****/

.all-page {
    background-color: #ddd;
    /*background-image: url(assets/images/bg/2.png);*/
    background-size: cover;
    background-position: center top;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.all-page:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(1, 5, 15, 0.9);
    z-index: -1;
}

.all-pageContent {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.all-pagetitle {
    font-size: 75px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.all-pageItem ul>li {
    display: inline-block;
    color: #4db7a6;
    margin-right: 10px;
}

.all-pageItem ul>li>a {
    color: #f15b43;
    font-size: 17px;
}

.all-pageItem ul>li::before {
    content: "";
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px 0 1px;
}

.all-pageItem ul>li:first-child::before {
    background: transparent;
}


/***** ============== All page Bg css End =================*****/





/* Course Page start */

.coures-pageContent {
    column-count: 3;
    column-gap: 20px;
}

.coures-pageContent>.course-wrpp {
    overflow: hidden;
    break-inside: avoid;
    break-inside: avoid-column;
    width: 100%;
    margin: 0 0 20px;
}


/* Course Page End */


/*****======================================
		Gallery Section css Start
======================================*****/

.gallery-page {
    padding: 50px 0;
}

.gallery-wrpp {
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
}


/*****======================================
		Gallry Section css End
======================================*****/


/*****=========== Video page css Start==================*****/

.video-page {
    margin: 50px 0;
}

.video-Pitem {
    column-count: 3;
    column-gap: 20px;
}

.video-Pwrpp {
    overflow: hidden;
    width: 100%;
    break-inside: avoid-column;
    break-inside: avoid;
    margin-bottom: 20px;
}

.video-Pthumbnails img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
}

.video-Pthumbnails {
    position: relative;
}

.video-Pthumbnails::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.video-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px 5px;
}

.video-caption>a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    transition: .5s all;
    letter-spacing: 0.2px;
}

.video-caption>a:hover {
    color: #04f7df;
}

.video-Picon i {
    position: absolute;
    top: 44%;
    left: 50%;
    height: 45px;
    width: 45px;
    background: #04f7df;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 41px;
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
    padding-left: 5px;
    border: 2px solid #04f7df;
    opacity: .8;
    -webkit-transition: .8s all;
    -o-transition: .8s all;
    transition: .8s all;
    z-index: 99;
}

.video-Pthumbnails:hover .video-Picon i {
    background: rgba(0, 0, 0, .14);
    border: 2px solid #fff;
    color: #fff;
}


/*****=========== Video page css End==================*****/


/*****=========== latest page css End==================*****/

.latest-pageContent>.latest-wrpp {
    margin: 0 0 20px;
}


/*****=========== latest page css End==================*****/


/*=============== single about Page css Start============*/

.about-single {
    padding: 50px 0;
}

.single-about-title {
    font-size: 25px;
    text-transform: capitalize;
    color: #054675;
    font-weight: 600;
    background: #f9f9f9;
    padding: 17px 10px;
    margin-bottom: 10px;
}

.single-about-image img {
    width: 50%;
    height: auto;
    object-fit: cover;
    float: left;
    margin-right: 10px;
    margin-top: 6px;
}

.singe-about-content {
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}


/*=============== single about Page css End============*/


/*===========Single-page css Start==================*/

.single-page {
    padding: 20px 0 70px;
}

.single-latest-page {
    padding: 50px 0;
}

.blog-single-title {
    font-size: 30px;
    padding: 10px 0;
    font-weight: 600;
    color: #4db7a6;
    line-height: 1.2;
}

.single-page-date {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-top: 10px;
}

.single-latest-page .single-page-date {
    padding: 10px 8px 10px;
    margin: 10px 0;
    background: #fbfbfb;
    border-radius: 5px;
}

.single-page-date ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.single-page-date ul li a {
    color: #807e7e;
    text-decoration: none;
    font-size: 16px;
}

.single-page-date ul li {
    display: inline-block;
    margin-right: 30px;
}

.single-page-date i {
    margin-right: 5px;
    font-size: 20px;
    color: #f15b43;
}

.single-page-date img {
    width: 40px;
    height: 40px;
    border-radius: 40%;
    margin-right: 10px;
    background: #f2c7c0;
    padding: 2px;
}

.single-page-title {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    margin: 13px 70px;
    line-height: 1.2;
}

.single-page-image img {
    width: 100%;
    height: auto;
}

.single-page-content {
    text-align: justify;
    font-size: 16px;
    line-height: 1.7;
    color: #000;
    font-weight: 300;
}

.single-page-categori {
    -webkit-box-shadow: 0 0 10px #eee;
    box-shadow: 0 0 10px #eee;
    padding: 10px;
}

.single-category-title {
    font-size: 25px;
    font-weight: 600;
    color: #460404;
    position: relative;
    margin-bottom: 20px;
}

.single-category-title::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 40px;
    height: 3px;
    background: #ffcd00;
}

.single-page-search {
    margin-bottom: 20px;
}

.single-search {
    position: relative;
}

.single-search input[type="text"] {
    padding: 12px 5px;
    font-size: 15px;
    border: 2px solid #f15b43;
    width: 100%;
    outline: inherit;
}

.single-page-search input[type="submit"],
button[type="submit"] {
    padding: 10px 19px 12px;
    border: none;
    background: #f15b43;
    color: #fff;
    cursor: pointer;
    margin: 0;
    font-size: 19px;
    border-radius: inherit;
    position: absolute;
    right: 0;
    height: 100%;
    line-height: 2;
}

.single-recent-post {
    padding: 30px;
    border: 3px solid #e7e9ef;
    overflow: hidden;
}

.single-recent-item {
    font-size: 22px;
    font-weight: 600;
    color: #032640;
    position: relative;
}

.single-recent-content {
    display: inline-block;
    margin-top: 20px;
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}

.single-recent-image img {
    width: 50%;
    height: auto;
    margin-right: 10px;
    float: left;
}

.single-recent-date {
    font-size: 12px;
    font-weight: 300;
    color: #797979;
}

.single-recent-title {
    line-height: 16px;
    margin-top: 3px;
}

.single-recent-title a {
    color: #000;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    font-size: 16px;
}

.single-recent-title a:hover {
    color: #f15b43;
}

.single-page-tag {
    padding: 30px;
    border: 3px solid #e7e9ef;
    margin-top: 30px;
}

.single-tag-title {
    font-size: 22px;
    font-weight: 600;
    color: #032640;
    margin-bottom: 20px;
}

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

.tag ul li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
    -webkit-transition: .8s all;
    -o-transition: .8s all;
    transition: .8s all;
}

.tag ul li a {
    color: #85838c;
    text-decoration: none;
    font-size: 16px;
    background: #f5f6f9;
    padding: 5px 10px;
    display: inline-block;
    transition: .5s all;
}

.tag ul li a:hover {
    background: #4db7a6;
    color: #fff;
}


/*****=========== Single page css End ==================*****/


/*==============Single Team-page css Start ====================*/

.single-team {
    margin: 50px 0;
}

.single-teamContent {
    box-shadow: 0 0 20px #ddd;
    padding: 50px 0;
    position: relative;
    margin: 0 85px;
}

.single-teamContent::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 15%;
    background: #4db7a6;
    z-index: -1;
}

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

.singel-teamImage img {
    width: 70%;
    height: 350px;
    object-fit: cover;
}

.team-singleItem {
    padding: 0 50px 0 0;
}

.single-deg {
    font-size: 17px;
    color: #f15b43;
    margin-bottom: 13px;
    font-weight: 500;
    text-transform: capitalize;
}

.tSingle-name {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #19937f;
}

.team-details {
    color: #999;
    font-weight: 300;
    line-height: 25px;
    font-size: 17px;
    margin-bottom: 20px;
}

.single-Tsocial>a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 52px;
    background: #fff;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    margin-right: 8px;
    color: #f00;
    box-shadow: 0 0 10px #ddd;
}

.single-Tsocial>a:nth-child(1) {
    color: #3b5998;
}

.single-Tsocial>a:nth-child(2) {
    color: #00acee;
}

.single-Tsocial>a:nth-child(3) {
    color: #0e76a8;
}

.single-Tsocial>a:nth-child(4) {
    color: #d6249f;
}


/*==============Team single -page css End ====================*/


/*======================================
		Skills Area css-Start
======================================*/

.skill-image img {
    max-width: 65%;
    height: auto;
}

.skill-image {
    position: relative;
    text-align: center;
}

.skills {
    padding: 15px;
    overflow: hidden;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 60px;
}

.skills .skill {
    margin-bottom: 20px;
}

.skills .skill .skill-title {
    color: #04011c;
    margin-bottom: 14px;
    font-weight: 500;
    font-size: 17px;
}

.skills .skill .skill-bar {
    width: 0;
    height: 10px;
    background: #000;
    transition: 1s cubic-bezier(1, 0, .5, 1);
    -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
    -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
    margin-bottom: 20px;
}

.skills.active .skill .skill-bar {
    width: 100%;
}

.skill-bar span {
    float: left;
    width: 0%;
    background: #F7B006;
    height: 10px;
    position: relative;
}

.skill-bar span b {
    float: right;
    position: relative;
    text-align: center;
    opacity: 0;
    font-size: 12px;
    top: -30px;
    background: #f00;
    color: #fff;
    font-weight: 600;
    padding: 5px 9px;
    border-radius: 50px;
    line-height: 1;
}

.skill-bar span b::before {
    position: absolute;
    left: 47%;
    bottom: -4px;
    content: '';
    width: 10px;
    height: 10px;
    background: #f00;
    transform: rotate(45deg);
    z-index: -1;
}


/*======================================
		Skills Area css-End
======================================*/


/*****=========== Contact-page css Start==================*****/

.contact-page {
    padding: 50px 0;
}

.contact-p-wpp {
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(13, 30, 80, 0.1);
    padding: 10px;
    border-radius: 20px;
}

.p-addres-titel {
    font-size: 30px;
    color: #040e2a;
    font-weight: 700;
    text-transform: capitalize;
    margin: 4px 0 3px;
}

.p-address-content {
    padding: 20px 0;
    border-bottom: 1px solid#ddd;
    position: relative;
}

.p-address-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: 56px;
}

.p-address-content ul li {
    font-size: 15px;
    color: #333;
    line-height: 18px;
    font-weight: 300;
    text-transform: capitalize;
}

.p-address-content strong {
    font-weight: 700;
    color: #061538;
    font-size: 16px;
    margin-bottom: 6px;
    display: inline-block;
}

.p-address-content i {
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #11aba0;
    text-align: center;
    line-height: 38px;
    font-size: 21px;
    border-radius: 50%;
    margin-right: 10px;
    color: #11aba0;
}

.contact-page-social {
    margin-top: 20px;
    margin-bottom: 10px;
}

.contact-page-social ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact-page-social ul li {
    display: inline-block;
    margin-right: 4px;
}

.contact-page-social ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    background: #ddd;
    text-align: center;
    color: #6c6c6c;
    transition: .5s all;
    font-size: 20px;
}

.contact-page-social ul li a:hover {
    color: #11aba0;
}

.contact-wrpp {
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(13, 30, 80, 0.1);
    padding: 20px;
    border-radius: 20px;
}

.contact-page-title {
    color: #040e2a;
    font-weight: 700;
    font-size: 30px;
    text-transform: capitalize;
    margin: 0 0 18px;
}

.contact-page-form input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 16px 9px;
    color: #333;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 12px;
    border: 1px solid#ddd;
    background: #F5F5F5;
    outline: inherit;
}

.c-page-input-title {
    margin-bottom: 6px;
    font-size: 20px;
    color: #666;
    font-weight: 300;
}

.contact-page-btn input[type="submit"] {
    background: #11aba0;
    padding: 14px 56px;
    font-size: 20px;
    color: #fff;
    border: none;
    text-transform: uppercase;
    text-align: center;
    transition: .8s;
    cursor: pointer;
}

.map-section iframe {
    width: 100%;
    height: 500px;
}


/*****=========== Contact-page css End ==================*****/


/*==============Archive-page css Start====================*/

.archive-page {
    margin: 50px 0;
}

.table.table-bordered thead tr th {
    text-align: center;
    background: #00a558;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    padding: 11px 0;
    border-bottom: none;
    letter-spacing: 0.3px;
}

.table.table-bordered tbody tr th {
    text-align: center;
    margin-top: 20px;
}

.table.table-bordered td {
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.image img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 2px;
}

.wrpper {
    color: #0f0d0d;
    font-size: 15px;
}

.archive-btn>a {
    overflow: hidden;
    color: #fff;
    background: #f15b43;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 48px 11px 20px;
    display: inline-block;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
    border-radius: 5px;
    transform-origin: inherit;
    position: relative;
}

.archive-btn span {
    width: 25px;
    height: 25px;
    background: #fff;
    color: #f15b43;
    line-height: 26px;
    border-radius: 50%;
    text-align: center;
    transition: .5s all;
    position: absolute;
    right: 9px;
    top: 6px;
    font-size: 14px;
}

.archive-btn span i {
    width: 25px;
    height: 25px;
    background: #fff;
    color: #f15b43;
    line-height: 26px;
    border-radius: 50%;
    text-align: center;
    transition: .5s all;
}

.archive-btn:hover span i {
    color: #4db7a6;
}

.archive-btn a:hover {
    background: #11aba0;
}

.wrpper.archive-btn.view-btn a {
    background: #4db7a6;
}

.wrpper.archive-btn.view-btn span i {
    color: #4db7a6;
}

.archive-btn.view-btn a:hover {
    background: #f15b43;
}

.archive-btn.view-btn:hover span i {
    color: #f15b43;
}


/*==============Archive-page css End====================*/


/*==============Result-page css Start====================*/

.result-page {
    padding: 50px 0 70px;
}

.result-pageContent {
    margin: 0 25% 0 25%;
    border: 1px solid #4db7a6;
    padding: 25px;
}

.result-form {
    display: inline-block;
    width: 100%;
}

.result-title {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 5px;
    position: relative;
    top: 13px;
}

.result-form>select {
    background: #F4F0F2;
    border: none;
    border: 1px solid #ddd;
    padding: 8px 5px;
    font-size: 16px;
    text-transform: capitalize;
    margin-left: 10px;
    width: 75%;
    margin-bottom: 8px;
    margin-top: 6px;
    color: #666;
    cursor: pointer;
    float: right;
}

.result-form>input[type="text"] {
    background: #F4F0F2;
    border: none;
    border: 1px solid #ddd;
    padding: 8px 5px;
    font-size: 16px;
    text-transform: capitalize;
    margin-left: 10px;
    width: 75%;
    margin-bottom: 8px;
    margin-top: 6px;
    outline: inherit;
    float: right;
}

.result-form>select>option {
    background: #fff;
    font-size: 16px;
    text-transform: capitalize;
    color: #f15b43;
}

.result-submit {
    text-align: right;
    margin-top: 15px;
}

.result-submit input[type="reset"],
input[type="submit"] {
    background: #4DB7A6;
    border: none;
    border: 1px solid #4db7a6;
    padding: 6px 18px;
    font-size: 16px;
    width: auto;
    color: #fff;
    font-weight: 600;
}

.result-submit input[type="submit"] {
    background: #f15b43;
    border: none;
    border: 1px solid #f15b43;
    padding: 6px 18px;
    font-size: 16px;
    width: auto;
    color: #fff;
    font-weight: 600;
}


/*==============Result-page css End====================*/


/*============== Result-view page css Start ====================*/

.result-view-page {
    padding: 50px 0 70px;
}

.result-viewContent {
    margin: 0 13% 0 13%;
}

.viw-top>tr>th {
    background: #AFB7BE;
    text-align: left !important;
    font-size: 18px !important;
    color: #000 !important;
    padding: 4px 10px !important;
    border: 1px solid #fff !important;
}

.view-result>tr>td {
    background: #EEEEEE;
    text-align: left !important;
    font-size: 18px !important;
    color: #000 !important;
    padding: 4px 10px !important;
    border: 1px solid #fff;
    font-weight: 300 !important;
}

.view-result>tr>td>strong {
    font-weight: 700;
}

.grade-title {
    text-align: center;
    margin: 20px 0 30px;
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 600;
    color: #182c54;
    letter-spacing: 1px;
}


/*============== Result-view page css End ====================*/


/*============== Application page css Start ====================*/

.application-form-page {
    padding: 50px 0;
}

.application-formContent {
    margin: 0 5% 0 5%;
    box-shadow: 0 0 10px #ddd;
    padding: 20px 10px;
    border-radius: 10px;
}

.application-title {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 5px;
    margin-top: 5px;
}

.application-title>i {
    color: #4db7a6;
}

.ap-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 15px;
}

.application-input {
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
}

.application-input2 {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.checkbox input {
    color: #000;
    font-size: 16px;
}

.checkbox {
    margin-bottom: 25px;
}

.permanent-adderss {
    margin-bottom: 20px;
}

.application-input2>select {
    width: 75%;
    padding: 8px 9px;
    color: #333;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid#ddd;
    background: #F5F5F5;
    outline: inherit;
    float: right;
    cursor: pointer;
}

.application-input input[type="text"],
input[type="email"],
input[type="date"] {
    width: 75%;
    padding: 5px 9px;
    color: #333;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid#ddd;
    background: #F5F5F5;
    outline: inherit;
    float: right;
}

.application-input>input[type="radio"] {
    /* font-size: 16px; */
    /* color: #333 !important; */
    margin-right: 10px;
    margin-top: 12px;
    /* font-weight: 300 !important; */
}

.application-submit {
    text-align: right;
    margin: 15px 0;
}

.application-submit input[type="reset"],
input[type="submit"] {
    background: #4DB7A6;
    border: none;
    border: 1px solid #4db7a6;
    padding: 6px 18px;
    font-size: 16px;
    width: auto;
    color: #fff;
    font-weight: 600;
}

.application-submit input[type="submit"] {
    background: #f15b43;
    border: none;
    border: 1px solid #f15b43;
    padding: 6px 18px;
    font-size: 16px;
    width: auto;
    color: #fff;
    font-weight: 600;
}


/*============== Application page css End ====================*/


/*============== Routine page css Start ====================*/

.routione-page {
    padding: 50px 0;
}

.admit-page {
    padding: 50px 0;
}

.admit-pageContent {
    margin: 0 25% 0 25%;
    box-shadow: 0 0 10px #ddd;
    padding: 20px 10px;
    border-radius: 10px;
}

.admit-title {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 5px;
    position: relative;
    top: 6px;
}

.admit-form {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.admit-form input[type="text"] {
    width: 80%;
    padding: 5px 9px;
    color: #333;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid#ddd;
    background: #F5F5F5;
    outline: inherit;
    float: right;
}


/*============== Routine page css End ====================*/


/*============== Routine-view page css Start ====================*/

.routine-border {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.routine-title {
    text-align: center;
    font-size: 19px;
    color: #000;
    font-weight: 400;
    line-height: 37px;
}

.routine-date {
    font-size: 17px;
    text-align: center;
    line-height: 37px;
    color: #000;
    font-weight: 400;
}

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

.routine-btn>a {
    overflow: hidden;
    color: #fff;
    background: #f15b43;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 48px 11px 20px;
    display: inline-block;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out;
    border-radius: 5px;
    transform-origin: inherit;
    position: relative;
}

.routine-btn span {
    width: 25px;
    height: 25px;
    background: #fff;
    color: #f15b43;
    line-height: 26px;
    border-radius: 50%;
    text-align: center;
    transition: .5s all;
    position: absolute;
    right: 9px;
    top: 6px;
    font-size: 14px;
}

.routine-btn a:hover {
    background: #11aba0;
}


/*============== Routine-view page css End ====================*/


/*===============404/Error Page css End============*/

.error-page {
    padding: 20px 0 70px;
}

.error-title img {
    max-width: 50%;
    height: auto;
}

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

.error-page-sub {
    font-size: 40px;
    font-weight: 600;
    color: #535151;
    margin-top: 20px;
    margin-bottom: 20px;
}

.error-page-item {
    font-size: 25px;
    letter-spacing: 0.5px;
    color: #000;
}

.error-btn {
    margin-top: 40px;
}

.error-btn a {
    background: #04011c;
    padding: 10px 30px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 2px;
    -webkit-transition: .8s all;
    -o-transition: .8s all;
    transition: .8s all;
}

.error-btn a:hover {
    padding: 10px 40px;
}


/*===============404/Error Page css End============*/


/*===========Search-page css Start==================*/

.search-page {
    margin: 50px 0;
}

.search-custom-col-4 {
    max-width: 33.33%;
    width: 100%;
}

.search-wrpp {
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0px 10px 30px 0px rgba(13, 30, 80, 0.1);
}

.search-item {
    padding: 20px;
    border-left: 3px solid #11aba0;
}

.search-title>a {
    font-size: 20px;
    font-weight: 500;
    color: #032640;
    display: inline-block;
    margin-bottom: 10px;
}

.search-date {
    font-size: 14px;
    color: #666;
}


/*===========Search-page css End==================*/
