body {
    font-family: "Plus Jakarta Sans Medium"!important;
    font-style: normal;
    font-weight: 400;
    font-style: normal;
    color: #151515
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Plus Jakarta Sans Regular"!important
}

p {
    font-family: "Plus Jakarta Sans Medium"!important;
    font-style: normal
}

img {
    max-width: 100%
}

a:focus,button:focus,input:focus,textarea:focus {
    text-decoration: none;
    outline: 0
}

a:focus,a:hover {
    text-decoration: none
}

a,i,span {
    display: inline-block
}

audio,canvas,iframe,img,svg,video {
    vertical-align: middle;
	
}


h1,h2,h3,h5,h6 {
    font-family: Exo,sans-serif;
    font-weight: 700;
    color: #07294d;
    margin: 0
	
}
h4{
    font-family: Exo,sans-serif;
    font-weight: 700;
    color: #07294d;
    margin: 0;
	text-align:center;
	
}

h1 {
    font-size: 48px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 25px
}

h5 {
    font-size: 22px
}

h6 {
    font-size: 16px
}

ol,ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

p {
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    color: #151515;
    margin: 0;
	
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%
}

.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    padding: 0 30px;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    background-color: #07294d
}

.main-btn:hover {
    background-color: #f58303;
    color: #fff
}

.main-btn.main-btn-2 {
    background-color: #f58303;
    color: #fff
}

.main-btn.main-btn-2:hover {
    background-color: #07294d
}

.slick-slide {
    outline: 0
}

.section-title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-title .title {
    font-size: 47px;
    line-height: 54px;
    position: relative;
    padding-right: 60px;
    display: inline-block
}

.section-title .title::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 65%;
    background-color: #07294d;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section-title p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #07294d;
    padding-left: 60px;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.section-title-2 .title {
    font-size: 40px;
    line-height: 45px
}

.section-title-2 .line {
    width: 150px;
    background: 0 0;
    border: 1px solid #07294d;
    margin-top: 25px
}

.section-title-2 p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #07294d;
    margin-top: 25px
}

.pagination-items {
    padding-top: 60px
}

.pagination-items li {
    display: inline-block;
    margin: 0 10px
}

.pagination-items li a {
    font-weight: 500;
    font-size: 18px;
    color: #a2a2a2
}

.pagination-items li a.active {
    color: #151515;
    padding-right: 90px;
    position: relative
}

.pagination-items li a.active::before {
    position: absolute;
    content: '';
    width: 75px;
    height: 1px;
    background-color: #151515;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

/*.form-radio input[type=radio] {
    display: none
}*/

.form-radio input[type=radio]+label {
    font-weight: 500;
    font-size: 14px;
    color: #303030;
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    display: block
}

.form-radio input[type=radio]+label span {
    width: 14px;
    height: 14px;
    border: 1px solid #707070;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.form-radio input[type=radio]+label span::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #07294d;
    border-radius: 50%;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
   /* opacity: 0;*/
 visibility: hidden;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.form-radio input[type=radio]:checked+label span {
    border-color: #07294d
}

.form-radio input[type=radio]:checked+label span::before {
    opacity: 1;
    visibility: visible
}

/*.checkbox input[type=checkbox] {
    display: none
}*/

.checkbox input[type=checkbox]+label {
    position: relative;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    color: #151515
}

.checkbox input[type=checkbox]+label span {
    width: 16px;
    height: 16px;
    border: 1px solid #151515;
    position: relative;
    border-radius: 3px;
    top: 5px;
    margin-right: 5px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.checkbox input[type=checkbox]+label span::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 12px;
    color: #222;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: relative;
    top: -6px;
    left: 1px;
    opacity: 0;
    visibility: hidden
}

.checkbox input[type=checkbox]:checked+label span {
    background-color: #07294d;
    border-color: #07294d
}

.checkbox input[type=checkbox]:checked+label span::before {
    color: #fff;
    opacity: 1;
    visibility: visible
}

.single-form {
    margin-top: 30px
}

.single-form input,.single-form textarea {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #dbdbdb;
    font-weight: 500;
    font-size: 16px;
    color: #303030;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.single-form input:focus,.single-form textarea:focus {
    border-color: #f58303
}

.single-form textarea {
    height: 230px;
    padding-top: 15px;
    resize: none
}

.single-form .main-btn {
    height: 36px;
    line-height: 36px;
    padding: 0 22px;
    font-size: 14px
}

.header-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff
}

.header-top {
    background:#0c3646;
    padding-bottom: 10px
}

.header-top-wrapper .header-top-left .header-meta li a {
    font-family: Exo;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}
.header-top-wrapper .header-top-left .header-meta li a:hover {
    color: #fda40b
}

.header-top-wrapper .header-top-right .header-link a {
    font-family: Exo;
    font-weight: 400;
    font-size: 13px;
    color: #fdfdfd;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: relative
}

.header-top-wrapper .header-top-right .header-link a+a {
    margin-left: 18px
}

.header-top-wrapper .header-top-right .header-link a:hover {
    color: #2e7996
}

.header-top-wrapper .header-top-right .header-link a.register::before {
    display: none
}

.navigation {
    position: relative
}

.navigation .nav-menus-wrapper .nav-menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.navigation .nav-menus-wrapper .nav-menu li {
    position: relative
}

.navigation .nav-menus-wrapper .nav-menu li a {
    font-weight: 600;
    font-size: 16px;
    padding: 28px 0;
    color: #07294d;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    display: block;
    position: relative
}

.navigation .nav-menus-wrapper .nav-menu li a.active {
    color: #2e7996
}

.navigation .nav-menus-wrapper .nav-menu li:hover>a {
    color:#fda40b
}

.navigation .nav-menus-wrapper .nav-menu li .nav-submenu {
    position: absolute;
    width: 215px;
    background-color: #fff;
    border-top: 2px solid #07294d;
    padding: 10px 0;
    -webkit-box-shadow: 2px 2px 20px rgba(7,41,77,.1);
    -moz-box-shadow: 2px 2px 20px rgba(7,41,77,.1);
    box-shadow: 2px 2px 20px rgba(7,41,77,.1);
    top: 100%;
    left: 0;
    z-index: 99
}

.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li {
    margin-left: 0
}

.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li a {
    line-height: 1.1;
    padding: 10px 20px;
    font-size: 16px
}

.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li a i {
    display: block;
    font-size: 13px;
    float: right
}

.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li:hover>a {
    padding-left: 25px
}

.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li .nav-submenu {
    top: -12px;
    left: 100%
}

.navigation .nav-menus-wrapper .submenu-indicator {
    margin-left: 8px;
    margin-top: 8px;
    float: right;
    transition: all .3s
}

.navigation .nav-menus-wrapper .submenu-indicator .submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #07294d #07294d transparent;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.navigation .nav-menus-wrapper .nav-dropdown .submenu-indicator {
    right: 15px;
    top: 16px;
    position: absolute;
    margin: 0
}

.navigation .nav-menus-wrapper .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navigation .nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 15px;
    cursor: pointer;
    display: none
}

.navigation .nav-toggle::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #07294d;
    border-radius: 10px;
    box-shadow: 0 .5em 0 0 #07294d,0 1em 0 0 #07294d
}

.navigation .nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #dbdbdb;
    font-size: 26px;
    cursor: pointer
}

.navigation .header-search {
    position: relative
}

.navigation .header-search input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #07294d;
    font-size: 13px;
    letter-spacing: .08em;
    color: #8d8d8d;
    height: 30px
}

.navigation .header-search input::placeholder {
    opacity: 1;
    color: #8d8d8d
}

.navigation .header-search input::-moz-placeholder {
    opacity: 1;
    color: #8d8d8d
}

.navigation .header-search input::-moz-placeholder {
    opacity: 1;
    color: #8d8d8d
}

.navigation .header-search input::-webkit-input-placeholder {
    opacity: 1;
    color: #8d8d8d
}

.navigation .header-search button {
    padding: 0;
    background: 0 0;
    border: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px
}

.navigation.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation: sticky .5s;
    -moz-animation: sticky .5s;
    -o-animation: sticky .5s;
    animation: sticky .5s;
    -webkit-box-shadow: 2px 2px 20px rgba(34,34,34,.15);
    -moz-box-shadow: 2px 2px 20px rgba(34,34,34,.15);
    box-shadow: 2px 2px 20px rgba(34,34,34,.15);
    background-color: #fff
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block
}

.navigation-portrait .submenu-indicator {
    width: 45px;
    height: 45px;
    position: absolute;
    text-align: center;
    z-index: 20000;
    top: 0;
    right: 0
}

.navigation-portrait .submenu-indicator .submenu-indicator-chevron {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(45deg)!important;
    -moz-transform: translate(-50%,-50%) rotate(45deg)!important;
    -ms-transform: translate(-50%,-50%) rotate(45deg)!important;
    -o-transform: translate(-50%,-50%) rotate(45deg)!important;
    transform: translate(-50%,-50%) rotate(45deg)!important
}

.navigation-portrait .nav-submenu-open>a .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: translate(-50%,-50%) rotate(225deg)!important;
    -moz-transform: translate(-50%,-50%) rotate(225deg)!important;
    -ms-transform: translate(-50%,-50%) rotate(225deg)!important;
    -o-transform: translate(-50%,-50%) rotate(225deg)!important;
    transform: translate(-50%,-50%) rotate(225deg)!important
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 999
}

.slider-area {
    padding-top: 155px
}

.single-slider {
    height: 775px
}

.slider-content {
    max-width: 590px
}

.slider-content .title {
    font-size: 76px;
    font-weight: 700;
    color: #fff
}

.slider-content .slider-btn {
    padding-top: 40px
}

.slider-content .slider-btn li {
    display: inline-block;
    margin-top: 10px;
    margin-right: 18px
}

.slider-content .slider-btn li .main-btn {
    width: 165px
}

.slider-active .slick-arrow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: rgba(7,41,77,.7);
    color: #fff;
    font-size: 20px;
    z-index: 9;
    cursor: pointer
}

.slider-active .slick-arrow.next {
    left: 45px
}

.slider-content-2 {
    margin-left: auto;
    max-width: 480px
}

.slider-content-3 {
    margin: 0 auto;
    max-width: 835px
}

.features-area {
    padding-top: 150px
}

.features-wrapper {
    position: relative;
    z-index: 9
}

.features-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    text-align: center;
    color: #07294d
}

.features-title span {
    color: #f58303;
    display: contents
}

.features-image {
    margin-top: 50px
}

.features-mask {
    max-width: 346px;
    height: 378px;
    background: #1f343f;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.features-mask::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(7,41,77,.95)
}

.features-mask::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 100px solid #fff;
    border-left: 345px solid transparent
}

.features-mask .features-mask-content {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    padding: 35px
}

.features-mask .features-mask-content p {
    font-weight: 600;
    font-size: 28px;
    line-height: 50px;
    color: #fff;
    position: relative;
    padding-left: 25px
}

.features-mask .features-mask-content p::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 15px;
    height: 1px;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.features-area-2 {
    padding-top: 160px
}

.features-image-2 {
    position: relative;
    z-index: 5;
    max-width: 342px;
    width: 100%
}

.features-image-2 img {
    width: 100%
}

.features-image-2::before {
    position: absolute;
    content: '';
    background-color: #07294d;
    width: 80%;
    height: 70%;
    bottom: 0;
    left: 0;
    z-index: -1
}

.features-image-2::after {
    position: absolute;
    content: '';
    background-color: #f1f1f1;
    width: 80%;
    height: 70%;
    bottom: 60px;
    right: 0;
    z-index: -1
}

.features-items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around
}

.features-items .features-items-wrapper .single-features-item {
    max-width: 245px;
    padding: 50px 0;
    width: 100%
}

.features-items .features-items-wrapper .single-features-item+.single-features-item {
    border-top: 1px solid #dbdbdb
}

.features-items .features-items-wrapper .single-features-item .item-content {
    padding-left: 15px
}

.features-items .features-items-wrapper .single-features-item .item-content p {
    color: #07294d;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px
}

.top-courses-area {
    padding-top: 110px
}

.courses-wrapper {
    padding-top: 40px
}

.courses-wrapper.wrapper-2 {
    padding-top: 10px
}

.courses-wrapper .courses-col:nth-child(8n+1) .single-courses,.courses-wrapper .courses-col:nth-child(8n+1) .single-courses-2 {
    background-color: #07294d
}

.courses-wrapper .courses-col:nth-child(8n+1) .single-courses .courses-content .duration-rating,.courses-wrapper .courses-col:nth-child(8n+1) .single-courses-2 .courses-content .duration-rating {
    background-color: #07294d
}

.courses-wrapper .courses-col:nth-child(8n+2) .single-courses,.courses-wrapper .courses-col:nth-child(8n+2) .single-courses-2 {
    background-color: #f58303
}

.courses-wrapper .courses-col:nth-child(8n+2) .single-courses .courses-content .duration-rating,.courses-wrapper .courses-col:nth-child(8n+2) .single-courses-2 .courses-content .duration-rating {
    background-color: #f58303
}

.courses-wrapper .courses-col:nth-child(8n+3) .single-courses,.courses-wrapper .courses-col:nth-child(8n+3) .single-courses-2 {
    background-color: #07294d
}

.courses-wrapper .courses-col:nth-child(8n+3) .single-courses .courses-content .duration-rating,.courses-wrapper .courses-col:nth-child(8n+3) .single-courses-2 .courses-content .duration-rating {
    background-color: #2f7ad5
}

.courses-wrapper .courses-col:nth-child(8n+4) .single-courses,.courses-wrapper .courses-col:nth-child(8n+4) .single-courses-2 {
    background-color: #f58303
}

.courses-wrapper .courses-col:nth-child(8n+4) .single-courses .courses-content .duration-rating,.courses-wrapper .courses-col:nth-child(8n+4) .single-courses-2 .courses-content .duration-rating {
    background-color: #27b8a7
}

.courses-wrapper .courses-col:nth-child(8n+5) .single-courses,.courses-wrapper .courses-col:nth-child(8n+5) .single-courses-2 {
    background-color: #f58303
}

.courses-wrapper .courses-col:nth-child(8n+5) .single-courses .courses-content .duration-rating,.courses-wrapper .courses-col:nth-child(8n+5) .single-courses-2 .courses-content .duration-rating {
    background-color: #1ec1d9
}

.courses-wrapper .courses-col:nth-child(8n+6) .single-courses,.courses-wrapper .courses-col:nth-child(8n+6) .single-courses-2 {
    background-color: #07294d
}

.courses-wrapper .courses-col:nth-child(8n+6) .single-courses .courses-content .duration-rating,.courses-wrapper .courses-col:nth-child(8n+6) .single-courses-2 .courses-content .duration-rating {
    background-color: #d94da6
}

.courses-wrapper .courses-col:nth-child(8n+7) .single-courses,.courses-wrapper .courses-col:nth-child(8n+7) .single-courses-2 {
    background-color: #f58303
}

.courses-wrapper .courses-col:nth-child(8n+7) .single-courses .courses-content .duration-rating,.courses-wrapper .courses-col:nth-child(8n+7) .single-courses-2 .courses-content .duration-rating {
    background-color: #eab830
}

.courses-wrapper .courses-col:nth-child(8n+8) .single-courses,.courses-wrapper .courses-col:nth-child(8n+8) .single-courses-2 {
    background-color: #07294d
}

.courses-wrapper .courses-col:nth-child(8n+8) .single-courses .courses-content .duration-rating,.courses-wrapper .courses-col:nth-child(8n+8) .single-courses-2 .courses-content .duration-rating {
    background-color: #753b76
}

.single-courses {
    padding: 28px 25px 35px;
    height: 355px
}

.single-courses .category {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 32px;
    color: #fff
}

.single-courses .courses-title a {
    font-family: Exo;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #fff
}

.single-courses .duration-fee {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-top: 5px
}

.single-courses .duration-fee .duration {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .03em;
    line-height: 24px;
    color: #fff;
    margin-top: 10px
}

.single-courses .duration-fee .fee {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .03em;
    line-height: 24px;
    color: #fff;
    padding-left: 26px;
    position: relative;
    margin-top: 10px
}

.single-courses .duration-fee .fee::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 80%;
    left: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff
}

.single-courses .rating {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.single-courses .rating span {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .03em;
    line-height: 24px;
    color: #fff
}

.single-courses .rating .star {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-courses .rating .star li {
    font-size: 10px;
    color: #fff;
    margin-left: 5px
}

.single-courses .courses-link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    border-top: 1px solid #fff;
    margin-top: 15px
}

.single-courses .courses-link .apply {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 24px;
    color: #fff;
    margin-top: 8px
}

.single-courses .courses-link .more1 {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 24px;
    color: #fff;
    margin-top: 8px
}

.single-courses-2 .courses-image {
    overflow: hidden
}

.single-courses-2 .courses-image a {
    display: block
}

.single-courses-2 .courses-image img {
    width: 100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.single-courses-2 .courses-content {
    padding: 25px 25px;
    position: relative
}

.single-courses-2 .courses-content .category {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 32px;
    color: #fff
}

.single-courses-2 .courses-content .courses-title a {
    font-family: Exo;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #fff
}

.single-courses-2 .courses-content .duration-rating {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 25px 25px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.single-courses-2 .courses-content .duration-rating .duration-fee {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.single-courses-2 .courses-content .duration-rating .duration-fee .duration {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .03em;
    line-height: 24px;
    color: #fff;
    margin-top: 10px
}

.single-courses-2 .courses-content .duration-rating .duration-fee .fee {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .03em;
    line-height: 24px;
    color: #fff;
    padding-left: 26px;
    position: relative;
    margin-top: 10px
}

.single-courses-2 .courses-content .duration-rating .duration-fee .fee::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 80%;
    left: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff
}

.single-courses-2 .courses-content .duration-rating .duration-fee .credit {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .03em;
    line-height: 24px;
    color: #fff;
    padding-left: 26px;
    position: relative;
    margin-top: 10px
}

.single-courses-2 .courses-content .duration-rating .duration-fee .credit::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 80%;
    left: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff
}

.single-courses-2 .courses-content .duration-rating .rating {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.single-courses-2 .courses-content .duration-rating .rating span {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .03em;
    line-height: 24px;
    color: #fff
}

.single-courses-2 .courses-content .duration-rating .rating .star {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-courses-2 .courses-content .duration-rating .rating .star li {
    font-size: 10px;
    color: #fff;
    margin-left: 5px
}

.single-courses-2 .courses-content .courses-link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    border-top: 1px solid #fff;
    margin-top: 15px;
    padding-bottom: 5px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    opacity: 1;
    visibility: visible
}

.single-courses-2 .courses-content .courses-link .apply {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 24px;
    color: #fff;
    margin-top: 10px
}

.single-courses-2 .courses-content .courses-link .more {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 24px;
    color: #fff;
    margin-top: 10px
}

.single-courses-2:hover .courses-image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.single-courses-2:hover .courses-content .duration-rating {
    opacity: 1;
    visibility: visible
}

.single-courses-2:hover .courses-link {
    opacity: 1;
    visibility: hidden
}

.courses-menu .menu-items li {
    display: inline-block;
    width: 125px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: #07294d;
    border: 1px solid #dbdbdb;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer;
    margin-top: 10px
}

.courses-menu .menu-items li+li {
    margin-left: 60px
}

.courses-menu .menu-items li.active,.courses-menu .menu-items li:hover {
    background-color: #f58303;
    color: #fff;
    border-color: #f58303
}

.courses-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.courses-list .courses-image {
    overflow: hidden
}

.courses-list .courses-image a {
    display: block
}

.courses-list .courses-image img {
    width: 320px;
    height: 300px;
    object-fit: cover;
    object-position: center;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.courses-list .courses-content {
    padding: 25px 50px;
    position: relative;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.courses-list .courses-content .courses-fee {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 30px;
    right: 50px
}

.courses-list .courses-content .courses-content-wrapper {
    max-width: 300px
}

.courses-list .courses-content .duration-rating {
    position: relative;
    padding: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.courses-list:hover .courses-content .courses-link {
    opacity: 1;
    visibility: visible
}

.courses-bar {
    padding-top: 20px
}

.courses-tab {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px
}

.courses-tab .nav {
    padding-right: 30px
}

.courses-tab .nav li {
    margin-right: 10px
}

.courses-tab .nav li a {
    font-size: 20px;
    color: #dfdfdf
}

.courses-tab .nav li a.active {
    color: #07294d
}

.courses-tab p {
    font-size: 14px;
    letter-spacing: .02em;
    color: #9c9c9c;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.courses-bar-form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between
}

.courses-select {
    width: 210px;
    position: relative;
    margin-top: 30px
}

.courses-select i {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px
}

.courses-select select {
    font-size: 14px;
    letter-spacing: .02em;
    color: #9c9c9c;
    height: 35px;
    border: 0;
    border-bottom: 1px solid #9c9c9c;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.courses-search {
    width: 270px;
    position: relative;
    margin-top: 30px
}

.courses-search input {
    font-size: 14px;
    letter-spacing: .02em;
    color: #9c9c9c;
    height: 35px;
    border: 0;
    border-bottom: 1px solid #9c9c9c;
    width: 100%
}

.courses-search input::placeholder {
    opacity: 1;
    color: #9c9c9c
}

.courses-search input::-moz-placeholder {
    opacity: 1;
    color: #9c9c9c
}

.courses-search input::-moz-placeholder {
    opacity: 1;
    color: #9c9c9c
}

.courses-search input::-webkit-input-placeholder {
    opacity: 1;
    color: #9c9c9c
}

.courses-search i {
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px
}

.specialty-area {
    padding-top: 130px
}

.single-specialty::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 80%
}

.single-specialty .specialty-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    max-width: 290px;
    margin: 0 auto;
    background: #fff;
    padding: 15px 30px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.single-specialty .specialty-box .box-content {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 15px
}

.single-specialty .specialty-box .box-content p {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #07294d
}

.single-specialty.active .specialty-box {
    -webkit-box-shadow: 0 3px 4px rgba(0,0,0,.16);
    -moz-box-shadow: 0 3px 4px rgba(0,0,0,.16);
    box-shadow: 0 3px 4px rgba(0,0,0,.16)
}

.campus-visit-area {
    padding-top: 160px
}

.campus-visit-wrapper {
    position: relative;
    z-index: 9;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap
}

.campus-visit-wrapper::before {
    position: absolute;
    content: '';
    width: 40%;
    height: 100%;
    background-color: #07294d;
    top: 0;
    left: 0;
    z-index: -1
}

.campus-visit-wrapper::after {
    position: absolute;
    content: '';
    width: 60%;
    height: 100%;
    background-color: #f1f1f1;
    top: 0;
    right: 0;
    z-index: -1
}

.campus-visit-wrapper .campus-image-col {
    width: 50%;
    padding-top: 90px;
    padding-bottom: 85px;
    padding-left: 70px;
    padding-right: 0
}

.campus-visit-wrapper .campus-content-col {
    width: 50%;
    padding-top: 90px;
    padding-bottom: 85px;
    padding-right: 50px
}

.campus-image {
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 35px
}

.campus-image img {
    width: 100%
}

.campus-image .slick-arrow {
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    text-transform: capitalize;
    cursor: pointer
}

.campus-image .slick-arrow i {
    font-size: 13px;
    margin-right: 5px
}

.campus-image .slick-arrow.next {
    left: 70px;
    margin-left: 5px;
    margin-right: auto
}

.campus-image .slick-arrow.next::before {
    position: absolute;
    content: '/';
    font-size: 16px;
    color: #fff;
    left: -17px;
    top: 0
}

.campus-content {
    max-width: 480px;
    margin-left: auto;
    padding: 0 30px
}

.campus-content .campus-title {
    font-weight: 700;
    font-size: 46px;
    line-height: 54px;
    color: #07294d
}

.campus-content .line {
    width: 150px;
    background: 0 0;
    border: 1px solid #07294d;
    margin-top: 30px
}

.campus-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #07294d;
    margin-top: 25px
}

.campus-content .video-title {
    font-weight: 700;
    font-size: 46px;
    line-height: 54px;
    color: #07294d;
    margin-top: 35px
}

.campus-content .play {
    font-weight: 600;
    font-size: 24px;
    line-height: 54px;
    color: #000;
    margin-top: 15px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.campus-content .play i {
    margin-right: 8px
}

.campus-content .play:hover {
    color: #f58303
}

.campus-visit-area-2 {
    padding-top: 110px
}

.campus-content-2 {
    margin-left: 0
}

.campus-image-2 {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap
}

.campus-image-2 img {
    width: 100%
}

.campus-image-2 .campus-title-2 {
    font-weight: 700;
    font-size: 28px;
    letter-spacing: .15em;
    line-height: 24px;
    text-align: left;
    color: #d5d5d5;
    opacity: .45;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 130px;
    left: -15%
}

.campus-image-2 .image-1 {
    width: 90%;
    margin-left: auto
}

.campus-image-2 .image-2 {
    width: 38%
}

.campus-image-2 .image-3 {
    width: 62%
}

.campus-image-2 .more {
    position: absolute;
    bottom: 10px;
    right: 65%;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .03em;
    color: #151515;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.campus-image-2 .more i {
    margin-left: 8px
}

.campus-image-2 .more:hover {
    color: #f58303
}

.campus-visit-area-3 {
    padding-top: 160px
}

.campus-visit-area-3 .campus-visit-wrapper::before {
    left: auto;
    right: 0
}

.campus-visit-area-3 .campus-visit-wrapper::after {
    right: auto;
    left: 0;
    display: none
}

.campus-visit-area-3 .campus-visit-wrapper .campus-image-col {
    padding-left: 0;
    padding-right: 70px;
    background-repeat: repeat;
    background-position: 3px -6px
}

.campus-visit-area-3 .campus-visit-wrapper .campus-content-col {
    padding-right: 0
}

.campus-visit-area-3 .campus-content {
    margin-left: 0;
    padding: 0;
    max-width: 450px
}

.campus-visit-area-3 .campus-image {
    padding-bottom: 0;
    position: relative;
    height: auto
}

.campus-visit-area-3 .campus-image::before {
    position: absolute;
    content: '';
    bottom: 2px;
    right: 2px;
    background-color: #07294d;
    width: 150px;
    height: 40px;
    z-index: 5
}

.campus-visit-area-3 .campus-image .slick-arrow {
    left: auto;
    right: 90px;
    bottom: 10px
}

.campus-visit-area-3 .campus-image .slick-arrow.next {
    left: auto;
    right: 15px
}

.event-area {
    padding-top: 110px
}

.event-title-tab-menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.event-title-tab-menu .event-title {
    display: inline-block
}

.event-title-tab-menu .event-title .title {
    font-size: 47px;
    line-height: 54px;
    position: relative;
    padding-right: 60px
}

.event-title-tab-menu .event-title .title::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 65%;
    background-color: #07294d;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.event-tab-menu {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.event-tab-menu .nav {
    padding-left: 60px
}

.event-tab-menu .nav li+li {
    margin-left: 25px
}

.event-tab-menu .nav li a {
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    color: #07294d;
    border: 1px solid #dbdbdb;
    padding: 0 30px;
    height: 45px;
    line-height: 43px
}

.event-tab-menu .nav li a.active {
    background-color: #f58303;
    border-color: #f58303;
    color: #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.event-tab-items {
    padding-top: 40px;
    position: relative
}

.event-tab-items .view-btn .view-more {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .05em;
    color: grey;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.event-tab-items .view-btn {
    position: absolute;
    top: 25px;
    right: 0
}

.event-tab-items .view-btn .view-more:hover {
    color: #07294d
}

.single-event {
    background-color: #f1f1f1;
    padding: 50px 25px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.single-event .time {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    display: block;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.single-event .date {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: .05em;
    line-height: 32px;
    color: #f58303;
    display: block;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.single-event .event-title a {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: .02em;
    line-height: 30px;
    color: #07294d;
    margin-top: 11px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.single-event .place {
    font-weight: 500;
    font-size: 16px;
    margin-top: 11px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: relative
}

.single-event .more {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .05em;
    margin-top: 15px;
    color: #151515;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.single-event .more i {
    font-size: 11px;
    margin-left: 3px
}

.single-event:hover {
    background-color: #07294d
}

.single-event:hover .time {
    color: #fff
}

.single-event:hover .event-title a {
    color: #fff
}

.single-event:hover .place,.single-event:hover .txt-clr {
    color: #fff
}

.single-event:hover .more {
    color: #fff
}

.event-image img {
    width: 100%
}

.event-title {
    max-width: 490px;
    margin-left: auto
}

.event-wrapper-2 {
    max-width: 490px
}

.single-event-2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 60px
}

.single-event-2 .event-date {
    width: 125px;
    height: 125px;
    background-color: #f1f1f1;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.single-event-2 .event-date .date {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: .05em;
    line-height: 32px;
    color: #07294d;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.single-event-2 .event-content {
    padding-left: 30px;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.single-event-2 .event-content .event-title-2 a {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: .02em;
    line-height: 30px;
    color: #07294d;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.single-event-2 .event-content .event-title-2 a:hover {
    color: #f58303
}

.single-event-2 .event-content .place {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px
}

.single-event-2 .event-content .time {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    display: block
}

.single-event-2 .event-content .more {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 24px;
    color: #151515;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.single-event-2 .event-content .more:hover {
    color: #f58303
}

.single-event-2:hover .event-date {
    background-color: #f58303
}

.single-event-2:hover .event-date .date {
    color: #fff
}

.event-page {
    padding-top: 130px
}

.event-menu .menu-items li {
    display: inline-block;
    width: 125px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: #07294d;
    border: 1px solid #dbdbdb;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer;
    margin-top: 10px
}

.event-menu .menu-items li+li {
    margin-left: 23px
}

.event-menu .menu-items li.active,.event-menu .menu-items li:hover {
    background-color: #f58303;
    color: #fff;
    border-color: #f58303
}

.event-wrapper {
    padding-top: 40px
}

.testimonials-area {
    overflow: hidden;
    padding-top: 110px
}

.testimonials-title {
    padding-top: 40px
}

.testimonials-title .title {
    font-weight: 700;
    font-size: 46px;
    line-height: 54px;
    color: #07294d
}

.testimonials-title .line {
    width: 150px;
    background: 0 0;
    border: 1px solid #07294d;
    margin-top: 25px
}

.testimonials-title p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #07294d;
    margin-top: 25px
}

.testimonials-wrapper {
    position: relative
}

.testimonials-wrapper .testimonials-shape {
    position: absolute;
    background-color: #f2f2f2;
    border-radius: 50%
}

.testimonials-wrapper .testimonials-shape.shape-1 {
    width: 185px;
    height: 185px;
    left: 0;
    top: 100px
}

.testimonials-wrapper .testimonials-shape.shape-2 {
    width: 133px;
    height: 133px;
    bottom: -10px;
    left: 0
}

.testimonials-wrapper .testimonials-shape.shape-3 {
    width: 45px;
    height: 45px;
    bottom: -5px;
    left: 310px
}

.testimonials-image {
    margin-top: 50px
}

.testimonials-image .single-testimonial-image {
    text-align: center
}

.testimonials-image .single-testimonial-image img {
    display: inline-block
}

.testimonials-image .slick-arrow {
    position: absolute;
    bottom: 100px;
    left: -400px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .03em;
    line-height: 24px;
    cursor: pointer;
    z-index: 9
}

.testimonials-image .slick-arrow i {
    margin-left: 3px
}

.testimonials-content {
    margin-top: 100px
}

.single-testimonial-content {
    padding: 45px 35px;
    background-color: #f1f1f1;
    border-top: 3px solid #f58303
}

.single-testimonial-content .content-text {
    padding-left: 50px;
    position: relative;
    z-index: 3
}

.single-testimonial-content .content-text i {
    position: absolute;
    top: 4px;
    left: 0;
    color: #f58303;
    font-size: 30px;
    line-height: 30px
}

.single-testimonial-content .content-text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-align: left!important
}

.single-testimonial-content .content-meta {
    margin-top: 20px
}

.single-testimonial-content .content-meta .designation,.single-testimonial-content .content-meta .name {
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    color: #07294d;
    position: relative;
    display: inline-block;
    margin-right: 13px;
    margin-top: 10px
}

.single-testimonial-content .content-meta .designation {
    padding-left: 15px;
    margin-right: 0
}

.single-testimonial-content .content-meta .designation::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 70%;
    left: 0;
    background-color: #707070;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.testimonials-area-2 {
    padding-top: 100px
}

.testimonial-wrapper-2 {
    position: relative
}

.testimonial-wrapper-2 .testimonials-shape {
    position: absolute;
    background-color: #f2f2f2;
    border-radius: 50%
}

.testimonial-wrapper-2 .testimonials-shape.shape-1 {
    width: 185px;
    height: 185px;
    right: 210px;
    top: 50px
}

.testimonial-wrapper-2 .testimonials-shape.shape-2 {
    width: 133px;
    height: 133px;
    bottom: 110px;
    right: 230px
}

.testimonial-wrapper-2 .testimonials-content {
    margin-top: 70px;
    padding-left: 90px
}

.testimonial-wrapper-2 .testimonials-content .single-testimonial-content {
    padding: 45px 30px
}

.testimonial-wrapper-2 .testimonials-image {
    margin-top: 50px;
    position: relative;
    margin-left: -190px
}

.testimonial-wrapper-2 .testimonials-image .single-testimonial-image {
    text-align: center
}

.testimonial-wrapper-2 .testimonials-image .single-testimonial-image img {
    display: inline-block
}

.testimonial-wrapper-2 .testimonials-image .single-testimonial-image .content-meta {
    background-color: rgba(255,255,255,.82);
    padding: 0 30px 6px;
    position: absolute;
    left: 0;
    bottom: 85px
}

.testimonial-wrapper-2 .testimonials-image .single-testimonial-image .content-meta .designation,.testimonial-wrapper-2 .testimonials-image .single-testimonial-image .content-meta .name {
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    color: #07294d;
    position: relative;
    display: inline-block;
    margin-right: 13px;
    margin-top: 6px
}

.testimonial-wrapper-2 .testimonials-image .single-testimonial-image .content-meta .designation {
    padding-left: 15px;
    margin-right: 0
}

.testimonial-wrapper-2 .testimonials-image .single-testimonial-image .content-meta .designation::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 70%;
    left: 0;
    background-color: #707070;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.testimonial-wrapper-2 .testimonials-image .slick-arrow {
    bottom: auto;
    top: 70%;
    left: auto;
    right: 87px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.testimonial-wrapper-2 .testimonials-image .slick-arrow i {
    margin-left: 3px
}

.counter-wrapper {
    position: relative;
    z-index: 5;
    padding: 45px 70px 75px
}

.counter-wrapper::before {
    position: absolute;
    content: '';
    background-color: rgba(7,41,77,.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.counter-wrapper .counter-col {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.counter-wrapper .counter-col:first-child {
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start
}

.counter-wrapper .counter-col:last-child {
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end
}

.single-counter .counter-count {
    font-weight: 700;
    font-size: 40px;
    letter-spacing: .05em;
    line-height: 36px;
    color: #fff
}

.single-counter p {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: .02em;
    line-height: 33px;
    color: #fff
}

.counter-area-2 {
    padding-top: 160px
}

.counter-wrapper-2 {
    position: relative;
    z-index: 5;
    padding: 55px 60px 85px
}

.counter-wrapper-2::before {
    position: absolute;
    content: '';
    background-color: rgba(7,41,77,.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.counter-wrapper-2 .counter-col {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.counter-wrapper-2 .counter-col::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 70%;
    background-color: #dbdbdb;
    bottom: 0;
    left: 0;
    opacity: .65
}

.counter-wrapper-2 .counter-col:first-child {
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start
}

.counter-wrapper-2 .counter-col:first-child::before {
    opacity: 0
}

.counter-wrapper-2 .counter-col:last-child {
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end
}

.blog-area {
    padding-top: 150px
}

.blog-area-2 {
    position: relative;
    padding-top: 112px
}

.blog-area-2::before {
    position: absolute;
    content: '';
    max-width: 1300px;
    width: 100%;
    height: 60%;
    background-color: #f1f1f1;
    top: 0;
    left: 150px
}

.blog-area-2 .trending-title {
    font-weight: 700;
    font-size: 46px;
    letter-spacing: .1em;
    line-height: 24px;
    color: #d5d5d5;
    opacity: .46;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block;
    position: absolute;
    top: 283px;
    left: 35px
}

.blog-wrapper {
    padding-top: 35px;
    position: relative
}

.blog-wrapper .more-post {
    position: absolute;
    top: -35px;
    right: 170px;
    font-weight: 600;
    font-size: 18px;
    color: #07294d;
    border-bottom: 1px solid #707070
}

.single-blog {
    background-color: #f1f1f1
}

.single-blog .blog-image {
    overflow: hidden
}

.single-blog .blog-image a {
    display: block
}

.single-blog .blog-image img {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 100%
}

.single-blog .blog-content {
    padding: 25px
}

.single-blog .blog-content .meta li {
    display: inline-block;
    position: relative
}

.single-blog .blog-content .meta li+li {
    margin-left: 30px
}

.single-blog .blog-content .meta li+li::before {
    position: absolute;
    content: '-';
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -18px;
    font-size: 16px
}

.single-blog .blog-content .meta li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #151515;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.single-blog .blog-content .meta li a:hover {
    color: #f58303
}

.single-blog .blog-content .blog-title a {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    color: #07294d;
    margin-top: 10px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.single-blog .blog-content .blog-title a:hover {
    color: #f58303
}

.single-blog .blog-content .more {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .02em;
    line-height: 24px;
    color: #151515;
    margin-top: 15px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.single-blog .blog-content .more i {
    margin-left: 3px;
    font-size: 12px
}

.single-blog .blog-content .more:hover {
    color: #f58303
}

.single-blog:hover .blog-image {
    overflow: hidden
}

.single-blog:hover .blog-image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.blog-page {
    padding-top: 130px
}

.newsletter-area {
    padding-top: 160px;
    position: relative;
    z-index: 8;
    margin-bottom: -150px
}

.newsletter-area .section-title-2 {
    max-width: 355px
}

.newsletter-area-2 {
    padding-top: 160px;
    padding-bottom: 160px;
    position: relative;
    z-index: 8
}

.newsletter-area-2 .section-title-2 {
    max-width: 355px
}

.newsletter-area-3 {
    padding-bottom: 160px;
    position: relative;
    z-index: 8
}

.newsletter-area-3 .section-title-2 {
    max-width: 355px
}

.newsletter-wrapper {
    padding: 20px 70px 45px
}

.newsletter-wrapper .section-title-2 {
    max-width: 355px
}

.newsletter-form {
    position: relative
}

.newsletter-form input {
    width: 100%;
    height: 70px;
    padding: 0 30px;
    padding-right: 173px;
    border: 0;
    background-color: #e2e2e2
}

.newsletter-form .main-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 70px;
    line-height: 70px
}

.footer-area {
    position: relative;
    z-index: 5;
    padding-top: 150px
}

.footer-area::before {
    background: 0 0!important
}

.footer-area.footer-02 {
    padding-top: 0
}

.footer-widget {
    padding-top: 93px;
    padding-bottom: 44px
}

.footer-widget .footer-title {
    font-family: "Plus Jakarta Sans ExtraLight";
    font-weight: 200;
    font-size: 22px;
    margin-bottom: 33px;
    line-height: 32px;
    color: #fff;
    text-align: left;
}

.footer-link .link-list {
    padding-top: 0
}

.footer-link .link-list li {
    margin-top: 5px
}

.footer-link .link-list li p {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .02em;
    line-height: 24px;
    color: #fff
}

.footer-link .link-list li a {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: .02em;
    line-height: 24px;
    color: #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.footer-link .link-list li a:hover {
    color: #fda40b
}

.footer-widget-wrapper {
    padding-top: 0;
    border-top: 1px solid #90aac7;
    margin-top: 49px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-widget-wrapper .footer-social {
    padding-top: 25px
}

.footer-widget-wrapper .footer-social li {
    display: inline-block
}

.footer-widget-wrapper .footer-social li+li {
    margin-left: 10px
}

.footer-widget-wrapper .footer-social li a {
    width: 32px;
    height: 32px;
    line-height: 33px;
    text-align: center;
    border: none;
    border-radius: 0px;
    color: #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.footer-widget-wrapper .footer-social li a:hover {
    background-color: #fff;
    color: #f58303
}

.footer-widget-wrapper .footer-menu {
    padding-top: 20px
}

.footer-widget-wrapper .footer-menu .menu li {
    display: inline-block
}

.footer-widget-wrapper .footer-menu .menu li+li {
    margin-left: 25px
}

.footer-widget-wrapper .footer-menu .menu li a {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.footer-widget-wrapper .footer-menu .menu li a:hover {
    color: #f58303
}

.footer-copyright {
    background-color: #fff;
    position: relative;
    z-index: 1
}

.footer-copyright .copyright {
    padding: 13px 0
}

.footer-copyright .copyright p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px
}

.footer-copyright .copyright p a {
    color: #151515;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.footer-copyright .copyright p a:hover {
    color: #07294d
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    z-index: 99;
    text-align: center;
    display: none;
    -webkit-box-shadow: 0 0 30px 0 rgba(156,156,156,.25);
    -moz-box-shadow: 0 0 30px 0 rgba(156,156,156,.25);
    box-shadow: 0 0 30px 0 rgba(156,156,156,.25);
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    color: #fff;
    background-color: #07294d
}

.back-to-top:hover {
    color: #fff;
    background-color: #f58303
}

.about-area {
    padding-top: 110px
}

.about-content {
    max-width: 380px
}

.about-content .about-title {
    font-weight: 700;
    font-size: 46px;
    line-height: 54px;
    color: #07294d
}

.about-content .about-title span {
    color: #f58303
}

.about-content .line {
    width: 150px;
    background: 0 0;
    border: 1px solid #07294d;
    margin-top: 25px
}

.about-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #07294d;
    margin-top: 25px
}

.about-content .main-btn {
    width: 160px;
    margin-top: 45px
}

.about-image {
    position: relative;
    max-width: 665px;
    height: 635px;
    margin-left: auto
}

.about-image .single-image {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    z-index: 1
}

.about-image .single-image img {
    border-radius: 30px
}

.about-image .single-image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 30px;
    z-index: -1
}

.about-image .single-image.image-1 {
    top: 72px;
    right: 63px
}

.about-image .single-image.image-1::before {
    right: -14px;
    top: -14px;
    background-color: #07294d
}

.about-image .single-image.image-2 {
    top: 56%;
    left: 29%
}

.about-image .single-image.image-2::before {
    right: -12px;
    bottom: -12px;
    background-color: #27b8a7
}

.about-image .single-image.image-3 {
    top: 31%;
    left: 49px
}

.about-image .single-image.image-3::before {
    bottom: -10px;
    left: -10px;
    background-color: #f58303
}

.about-image .single-image.image-4 {
    top: 38px;
    left: 24%
}

.about-image .single-image.image-4::before {
    top: -10px;
    left: -10px;
    background-color: #2f7ad5
}

.about-image .about-icon {
    position: absolute
}

.about-image .about-icon.icon-1 {
    left: 75px;
    top: 105px
}

.about-image .about-icon.icon-2 {
    top: 18px;
    left: 53%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.about-image .about-icon.icon-3 {
    left: 50px;
    bottom: 28%
}

.about-image .about-icon.icon-4 {
    right: 140px;
    bottom: 25%
}

.online-library-area {
    padding-top: 150px
}

.online-library-wrapper {
    padding-top: 40px
}

.single-library {
    background-color: #f1f1f1
}

.single-library .library-image {
    position: relative
}

.single-library .library-image a {
    display: block
}

.single-library .library-image img {
    width: 100%
}

.single-library .library-image .discount {
    font-weight: 500;
    font-size: 14px;
    color: #151515;
    position: absolute;
    top: 28px;
    left: 28px
}

.single-library .library-content {
    padding: 15px
}

.single-library .library-content .library-title a {
    font-weight: 600;
    font-size: 18px;
    color: #07294d;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.single-library .library-content .library-title a:hover {
    color: #f58303
}

.single-library .library-content .price {
    font-weight: 500;
    font-size: 14px;
    color: #151515;
    margin-top: 10px
}

.shop-area {
    padding-top: 110px
}

.shop-bar {
    padding-top: 20px
}

.shop-showing {
    margin-top: 30px
}

.shop-showing p {
    font-size: 14px;
    letter-spacing: .02em;
    color: #9c9c9c
}

.shop-bar-form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end
}

.shop-search {
    width: 270px;
    position: relative;
    margin-top: 30px
}

.shop-search input {
    font-size: 14px;
    letter-spacing: .02em;
    color: #9c9c9c;
    height: 35px;
    border: 0;
    border-bottom: 1px solid #9c9c9c;
    width: 100%
}

.shop-search input::placeholder {
    opacity: 1;
    color: #9c9c9c
}

.shop-search input::-moz-placeholder {
    opacity: 1;
    color: #9c9c9c
}

.shop-search input::-moz-placeholder {
    opacity: 1;
    color: #9c9c9c
}

.shop-search input::-webkit-input-placeholder {
    opacity: 1;
    color: #9c9c9c
}

.shop-search i {
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px
}

.shop-wrapper {
    padding-top: 10px
}

.page-banner {
    padding-top: 1px
}

.banner-content {
    padding-top: 150px;
    padding-bottom: 140px
}

.banner-content .title {
    color: #fff;
    font-weight: 700;
    font-size: 76px
}

.teachers-area {
    padding-top: 110px
}

.teachers-wrapper {
    padding-top: 35px;
    position: relative
}

.single-teacher {
    position: relative;
    z-index: 5;
    padding-left: 70px
}

.single-teacher::before {
    position: absolute;
    content: '';
    width: 60%;
    height: 85%;
    background-color: #f1f1f1;
    left: 0;
    bottom: 0;
    z-index: -1
}

.single-teacher .teacher-social {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.single-teacher .teacher-social .social li+li {
    margin-top: 25px
}

.single-teacher .teacher-social .social li a {
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #dbdbdb;
    border-radius: 50%;
    color: #151515;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.single-teacher .teacher-social .social li a:hover {
    background-color: #f58303;
    border-color: #f58303;
    color: #fff
}

.single-teacher .teacher-image a {
    display: block
}

.single-teacher .teacher-image img {
    width: 100%
}

.single-teacher .teacher-content {
    padding: 20px 15px
}

.single-teacher .teacher-content .name a {
    font-size: 18px;
    font-weight: 600;
    color: #07294d;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.single-teacher .teacher-content .name a:hover {
    color: #f58303
}

.single-teacher .teacher-content .designation {
    font-size: 14px;
    color: #151515;
    font-weight: 500
}

.teachers-page {
    padding-top: 80px
}

.courses-sidebar .sidebar-title .title {
    font-weight: 500;
    font-size: 24px;
    color: #07294d
}

.courses-sidebar ul {
    padding-top: 15px
}

.courses-sidebar ul li {
    padding: 14px 0;
    border-bottom: 1px solid #dbdbdb;
    font-weight: 500;
    font-size: 14px;
    color: #303030
}

.courses-sidebar ul li:last-child {
    border-bottom: 0
}

.courses-sidebar ul li strong {
    display: block;
    float: right;
    font-weight: 500
}

.courses-sidebar-category {
    background-color: #f1f1f1;
    padding: 30px 25px
}

.courses-sidebar-category .category-items {
    padding-top: 15px
}

.courses-sidebar-fee {
    background-color: #f1f1f1;
    padding: 30px 25px
}

.courses-sidebar-fee .category-items {
    padding-top: 15px
}

.courses-sidebar-banner a {
    display: block
}

.courses-sidebar-banner a img {
    width: 100%
}

.courses-sidebar-type {
    background-color: #f1f1f1;
    padding: 30px 25px
}

.courses-sidebar-type .category-items {
    padding-top: 15px
}

.courses-features {
    background-color: #f1f1f1;
    padding: 30px 25px
}

.courses-features .sidebar-btn {
    margin-top: 20px
}

.courses-features .sidebar-btn .main-btn {
    height: 36px;
    line-height: 36px;
    padding: 0 22px;
    font-size: 14px
}

.courses-details {
    padding-top: 110px
}

.courses-details-content .title {
    font-weight: 700;
    font-size: 46px;
    color: #07294d;
    margin-top: 30px
}

.courses-details-content p {
    margin-top: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    color: #303030
}

.courses-details-content .sub-title {
    font-weight: 700;
    font-size: 24px;
    color: #07294d;
    position: relative;
    padding-bottom: 10px;
    margin-top: 40px
}

.courses-details-content .sub-title::before {
    position: absolute;
    content: '';
    width: 150px;
    height: 2px;
    background-color: #07294d;
    left: 0;
    bottom: 0
}

.courses-details-content .courses-details-list li {
    position: relative;
    padding-left: 40px;
    margin-top: 40px
}

.courses-details-content .courses-details-list li i {
    color: #151515;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 10px
}

.courses-details-content .courses-details-list li p {
    margin-top: 0
}

.courses-details-tab {
    margin-top: 70px
}

.courses-details-tab .nav li {
    border-left: 1px solid #dbdbdb
}

.courses-details-tab .nav li a {
    display: block;
    background-color: #07294d;
    color: #fff;
    text-align: center;
    height: 70px;
    line-height: 70px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    font-size: 18px;
    font-weight: 600
}

.courses-details-tab .nav li a.active {
    color: #f58303
}

.courses-details-tab .benefit-content {
    padding-top: 20px
}

.courses-details-tab .benefit-content p {
    margin-top: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    color: #303030
}

.courses-details-tab .benefit-content .courses-details-list li {
    position: relative;
    padding-left: 40px;
    margin-top: 40px
}

.courses-details-tab .benefit-content .courses-details-list li i {
    color: #151515;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 10px
}

.courses-details-tab .benefit-content .courses-details-list li p {
    margin-top: 0
}

.courses-details-tab .curriculum-content .single-curriculum {
    padding-top: 45px
}

.courses-details-tab .curriculum-content .single-curriculum .title {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: .05em;
    color: #07294d
}

.courses-details-tab .curriculum-content .single-curriculum .curriculum-list {
    padding-left: 10px
}

.courses-details-tab .curriculum-content .single-curriculum .curriculum-list li {
    margin-top: 20px
}

.courses-details-tab .curriculum-content .single-curriculum .curriculum-list li a {
    font-weight: 500;
    font-size: 16px;
    color: #151515;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.courses-details-tab .curriculum-content .single-curriculum .curriculum-list li a i {
    color: #686868;
    margin-right: 5px
}

.courses-details-tab .curriculum-content .single-curriculum .curriculum-list li a:hover {
    color: #f58303
}

.courses-details-tab .courses-teachers {
    padding-top: 20px
}

.courses-details-tab .courses-teachers .single-teacher .teacher-social .social li a:hover {
    background-color: #f58303;
    border-color: #f58303;
    color: #fff
}

.courses-details-tab .courses-reviews .review-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 540px;
    margin: 0 auto
}

.courses-details-tab .courses-reviews .review-wrapper .review-star {
    padding-top: 30px
}

.courses-details-tab .courses-reviews .review-wrapper .review-star .single-review {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px
}

.courses-details-tab .courses-reviews .review-wrapper .review-star .single-review .label {
    font-weight: 500;
    font-size: 18px;
    color: #151515;
    width: 85px
}

.courses-details-tab .courses-reviews .review-wrapper .review-star .single-review .review-bar {
    width: 170px;
    height: 14px;
    background-color: #f1f1f1;
    position: relative
}

.courses-details-tab .courses-reviews .review-wrapper .review-star .single-review .review-bar .bar-inner {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    background-color: #f58303
}

.courses-details-tab .courses-reviews .review-wrapper .review-star .single-review .value {
    font-weight: 500;
    font-size: 18px;
    color: #151515;
    width: 50px;
    text-align: right
}

.courses-details-tab .courses-reviews .review-wrapper .review-point {
    padding-top: 30px
}

.courses-details-tab .courses-reviews .review-wrapper .review-point span {
    font-weight: 700;
    font-size: 70px;
    line-height: 80px;
    color: #07294d
}

.courses-details-tab .courses-reviews .review-form {
    margin-top: 50px
}

.courses-details-tab .courses-reviews .review-form .review-rating .title {
    font-weight: 700;
    font-size: 18px;
    color: #07294d
}

.courses-details-tab .courses-reviews .review-form .review-rating ul {
    margin-top: 20px
}

.courses-details-tab .courses-reviews .review-form .review-rating ul li {
    display: inline-block;
    color: #e1e1e1;
    cursor: pointer
}

.courses-details-tab .courses-reviews .review-form .review-rating ul li.hover,.courses-details-tab .courses-reviews .review-form .review-rating ul li.selected {
    color: #eab830
}

.event-details {
    padding-top: 50px
}

.event-details-content .title {
    font-weight: 700;
    font-size: 46px;
    color: #07294d;
    margin-top: 30px
}

.event-details-content p {
    margin-top: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #303030;
    text-align: inherit
}

.event-details-content .sub-title {
    font-weight: 700;
    font-size: 27px;
    color: #07294d;
    position: relative;
    padding-bottom: 10px;
    margin-top: 40px;
    margin-bottom: 10px
}

.event-details-content .sub-title::before {
    position: absolute;
    content: '';
    width: 150px;
    height: 2px;
    background-color: #07294d;
    left: 0;
    bottom: 0
}

.event-details-content .event-list li {
    position: relative;
    padding-left: 26px;
    margin-top: 10px
}

.event-details-content .event-list li i {
    color: #151515;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 6px
}

.event-details-content .event-list li p {
    margin-top: 0
}

.event-details-content .event-teachers {
    padding-top: 20px
}

.event-details-content .event-teachers .single-teacher .teacher-social .social li a:hover {
    background-color: #f58303;
    border-color: #f58303;
    color: #fff
}

.event-details-content .event-schedule-table {
    margin-top: 50px
}

.event-details-content .event-schedule-table .table thead tr th {
    background-color: #f58303;
    color: #fff;
    text-align: center;
    border: 2px solid #fff
}

.event-details-content .event-schedule-table .table thead tr th.time {
    min-width: 190px
}

.event-details-content .event-schedule-table .table thead tr th.topics {
    width: 100%;
    min-width: 300px
}

.event-details-content .event-schedule-table .table thead tr th.speakers {
    min-width: 200px
}

.event-details-content .event-schedule-table .table tbody tr td {
    background-color: #f1f1f1;
    border: 2px solid #fff;
    font-size: 14px;
    padding: 15px 20px;
    font-weight: 500
}

.event-details-content .event-schedule-table .table tbody tr td.time {
    text-align: center
}

.event-details-content .event-schedule-table .table tbody tr td.speakers {
    text-align: center
}

.event-details-content .event-message p {
    margin-top: 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    color: #303030
}

.event-details-content .event-message .event-message-form {
    padding-top: 15px
}

.event-sidebar .sidebar-title .title {
    font-weight: 500;
    font-size: 24px;
    color: #07294d
}

.event-sidebar ul {
    padding-top: 15px
}

.event-sidebar ul li {
    padding: 14px 0;
    border-bottom: 1px solid #dbdbdb;
    font-weight: 500;
    font-size: 14px;
    color: #303030
}

.event-sidebar ul li:last-child {
    border-bottom: 0
}

.event-sidebar ul li strong {
    display: block;
    float: right;
    font-weight: 500
}

.event-features {
    background-color: #f1f1f1;
    padding: 30px 25px
}

.event-features .sidebar-btn {
    margin-top: 20px
}

.event-features .sidebar-btn .main-btn {
    height: 36px;
    line-height: 36px;
    padding: 0 22px;
    font-size: 14px
}

.event-sidebar-banner a {
    display: block
}

.event-sidebar-banner a img {
    width: 100%
}

.gallery-page {
    padding-top: 130px
}

.teacher-details {
    padding-top: 110px
}

.single-teacher-details {
    position: relative;
    z-index: 5;
    padding-left: 70px;
    padding-bottom: 70px
}

.single-teacher-details::before {
    position: absolute;
    content: '';
    width: 60%;
    height: 85%;
    background-color: #f1f1f1;
    left: 0;
    bottom: 0;
    z-index: -1
}

.single-teacher-details .teacher-social {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.single-teacher-details .teacher-social .social li+li {
    margin-top: 25px
}

.single-teacher-details .teacher-social .social li a {
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #dbdbdb;
    border-radius: 50%;
    color: #151515;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.single-teacher-details .teacher-social .social li a:hover {
    background-color: #f58303;
    border-color: #f58303;
    color: #fff
}

.single-teacher-details .teacher-image a {
    display: block
}

.single-teacher-details .teacher-image img {
    width: 100%
}

.teacher-details-content .teacher-name {
    font-weight: 700;
    font-size: 46px;
    color: #07294d;
    position: relative;
    padding-bottom: 10px
}

.teacher-details-content .teacher-name::before {
    position: absolute;
    content: '';
    width: 150px;
    height: 2px;
    background-color: #07294d;
    bottom: 0;
    left: 0
}

.teacher-details-content .designation {
    font-weight: 600;
    font-size: 24px;
    color: #07294d;
    margin-top: 14px
}

.teacher-details-content .department {
    font-weight: 500;
    font-size: 18px;
    color: #151515
}

.teacher-details-content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #303030;
    margin-top: 30px
}

.teacher-details-content .teacher-contact {
    padding-top: 15px
}

.teacher-details-content .teacher-contact li {
    font-weight: 500;
    font-size: 18px;
    color: #303030;
    margin-top: 10px
}

.teacher-details-content .teacher-contact li a {
    color: #303030
}

.teacher-details-tab {
    padding-top: 70px
}

.teacher-details-tab .nav li {
    border-left: 1px solid #dbdbdb
}

.teacher-details-tab .nav li a {
    display: block;
    background-color: #07294d;
    color: #fff;
    text-align: center;
    height: 70px;
    line-height: 70px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    font-size: 18px;
    font-weight: 600
}

.teacher-details-tab .nav li a.active {
    color: #f58303
}

.teacher-details-tab .tab-content {
    padding-top: 10px
}

.teacher-details-tab .single-content-tab {
    margin-top: 40px
}

.teacher-details-tab .single-content-tab .title {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: .01em;
    color: #07294d;
    padding-bottom: 10px
}

.teacher-details-tab .single-content-tab p {
    font-weight: 500;
    font-size: 16px;
    color: #151515
}

.shop-sidebar .sidebar-title .title {
    font-weight: 500;
    font-size: 24px;
    color: #07294d
}

.shop-sidebar ul {
    padding-top: 15px
}

.shop-sidebar ul li {
    padding: 14px 0;
    border-bottom: 1px solid #dbdbdb;
    font-weight: 500;
    font-size: 14px;
    color: #303030
}

.shop-sidebar ul li:last-child {
    border-bottom: 0
}

.shop-sidebar ul li strong {
    display: block;
    float: right;
    font-weight: 500
}

.shop-sidebar-category {
    background-color: #f1f1f1;
    padding: 30px 25px
}

.shop-sidebar-category .category-items {
    padding-top: 15px
}

.shop-sidebar-price {
    background-color: #f1f1f1;
    padding: 30px 25px
}

.shop-sidebar-price .price-items {
    padding-top: 15px
}

.shop-sidebar-banner a {
    display: block
}

.shop-sidebar-banner a img {
    width: 100%
}

.shop-sidebar-tags {
    background-color: #f1f1f1;
    padding: 30px 25px
}

.shop-sidebar-tags .tags-items {
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 20px
}

.shop-sidebar-tags .tags-items li {
    border-bottom: 0;
    display: inline-block;
    padding: 3px 10px
}

.shop-sidebar-tags .tags-items li a {
    font-weight: 500;
    font-size: 14px;
    color: #07294d;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.shop-sidebar-tags .tags-items li a:hover {
    color: #f58303
}

.product-details-page {
    padding-top: 110px
}

.product-details-wrapper {
    padding-right: 50px
}

.product-details-content .details-image img {
    width: 100%
}

.product-details-content .details-content .product-title {
    font-weight: 700;
    font-size: 46px;
    color: #07294d
}

.product-details-content .details-content .price-rating {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px
}

.product-details-content .details-content .price-rating .price {
    font-weight: 600;
    font-size: 24px;
    color: #f58303
}

.product-details-content .details-content .price-rating .rating li {
    display: inline-block;
    font-size: 12px
}

.product-details-content .details-content .price-rating .rating li.rating-on {
    color: #fabb20
}

.product-details-content .details-content .product-content-wrapper {
    border-top: 1px solid #dbdbdb;
    margin-top: 30px
}

.product-details-content .details-content .product-content-wrapper p,.product-details-content .details-content .product-content-wrapper span {
    font-weight: 500;
    font-size: 18px;
    color: #07294d
}

.product-details-content .details-content .product-content-wrapper .colors {
    border-bottom: 1px solid #dbdbdb;
    padding: 15px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-details-content .details-content .product-content-wrapper .colors .product-color {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.product-details-content .details-content .product-content-wrapper .colors .product-color li {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    margin-left: 15px;
    position: relative;
    cursor: pointer
}

.product-details-content .details-content .product-content-wrapper .colors .product-color li.active::before {
    position: absolute;
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    top: -1px;
    left: 2px;
    color: #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.product-details-content .details-content .product-content-wrapper .size {
    border-bottom: 1px solid #dbdbdb;
    padding: 15px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-details-content .details-content .product-content-wrapper .size .product-size {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.product-details-content .details-content .product-content-wrapper .size .product-size li {
    margin-left: 15px
}

.product-details-content .details-content .product-content-wrapper .size .product-size li span {
    color: #07294d;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer
}

.product-details-content .details-content .product-content-wrapper .size .product-size li.active span {
    color: #f58303
}

.product-details-content .details-content .product-content-wrapper .quantity {
    border-bottom: 1px solid #dbdbdb;
    padding: 15px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-details-content .details-content .product-content-wrapper .quantity .product-quantity {
    border-radius: 50px;
    overflow: hidden;
    margin-left: 20px
}

.product-details-content .details-content .product-content-wrapper .quantity .product-quantity input {
    width: 40px;
    height: 26px;
    font-weight: 500;
    font-size: 14px;
    color: #07294d;
    border: 0;
    background-color: #f1f1f1;
    text-align: center
}

.product-details-content .details-content .product-content-wrapper .quantity .product-quantity button {
    width: 26px;
    height: 26px;
    padding: 0;
    background-color: #dbd8d8;
    border: 0;
    font-weight: 500;
    font-size: 12px;
    color: #262626;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.product-details-content .details-content .product-content-wrapper .quantity .product-quantity button:hover {
    background-color: #f58303;
    color: #fff
}

.product-details-content .details-content .product-btn {
    padding-top: 40px
}

.product-details-content .details-content .product-btn .add-cart {
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px
}

.product-details-content .details-content .product-btn .compare,.product-details-content .details-content .product-btn .wishlist {
    height: 45px;
    line-height: 43px;
    border: 1px solid #dbdbdb;
    color: #959494;
    font-size: 20px;
    padding: 0 20px;
    vertical-align: middle;
    margin-left: 15px;
    margin-top: 10px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.product-details-content .details-content .product-btn .compare:hover,.product-details-content .details-content .product-btn .wishlist:hover {
    background-color: #07294d;
    border-color: #07294d;
    color: #fff
}

.product-details-tab {
    padding-top: 70px
}

.product-details-tab .nav li {
    border-left: 1px solid #dbdbdb
}

.product-details-tab .nav li a {
    display: block;
    background-color: #07294d;
    color: #fff;
    text-align: center;
    height: 70px;
    line-height: 70px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    font-size: 18px;
    font-weight: 600
}

.product-details-tab .nav li a.active {
    color: #f58303
}

.product-details-tab .product-description {
    padding-top: 20px
}

.product-details-tab .product-description p {
    margin-top: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    color: #303030
}

.product-details-tab .product-description .product-list li {
    position: relative;
    padding-left: 40px;
    margin-top: 40px
}

.product-details-tab .product-description .product-list li i {
    color: #151515;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 5px
}

.product-details-tab .product-description .product-list li p {
    margin-top: 0
}

.product-details-tab .product-information {
    padding-top: 40px
}

.product-details-tab .product-information .table tbody tr td {
    border: 0;
    padding: 0;
    vertical-align: middle;
    padding: 2px
}

.product-details-tab .product-information .table tbody tr td.table-title {
    width: 180px;
    min-width: 180px
}

.product-details-tab .product-information .table tbody tr td.table-title .title {
    font-weight: 500;
    font-size: 14px;
    color: #151515;
    border: 1px solid #dbdbdb;
    padding: 0 20px;
    height: 50px;
    line-height: 48px
}

.product-details-tab .product-information .table tbody tr td.table-content p {
    font-weight: 500;
    font-size: 14px;
    color: #151515;
    padding: 0 20px;
    border: 1px solid #dbdbdb;
    height: 50px;
    line-height: 48px;
    white-space: nowrap
}

.product-details-tab .product-reviews .review-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 540px;
    margin: 0 auto
}

.product-details-tab .product-reviews .review-wrapper .review-star {
    padding-top: 30px
}

.product-details-tab .product-reviews .review-wrapper .review-star .single-review {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px
}

.product-details-tab .product-reviews .review-wrapper .review-star .single-review .label {
    font-weight: 500;
    font-size: 18px;
    color: #151515;
    width: 85px
}

.product-details-tab .product-reviews .review-wrapper .review-star .single-review .review-bar {
    width: 170px;
    height: 14px;
    background-color: #f1f1f1;
    position: relative
}

.product-details-tab .product-reviews .review-wrapper .review-star .single-review .review-bar .bar-inner {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    background-color: #f58303
}

.product-details-tab .product-reviews .review-wrapper .review-star .single-review .value {
    font-weight: 500;
    font-size: 18px;
    color: #151515;
    width: 50px;
    text-align: right
}

.product-details-tab .product-reviews .review-wrapper .review-point {
    padding-top: 30px
}

.product-details-tab .product-reviews .review-wrapper .review-point span {
    font-weight: 700;
    font-size: 70px;
    line-height: 80px;
    color: #07294d
}

.product-details-tab .product-reviews .review-form {
    margin-top: 50px
}

.product-details-tab .product-reviews .review-form .review-rating .title {
    font-weight: 700;
    font-size: 18px;
    color: #07294d
}

.product-details-tab .product-reviews .review-form .review-rating ul {
    margin-top: 20px
}

.product-details-tab .product-reviews .review-form .review-rating ul li {
    display: inline-block;
    color: #e1e1e1;
    cursor: pointer
}

.product-details-tab .product-reviews .review-form .review-rating ul li.hover,.product-details-tab .product-reviews .review-form .review-rating ul li.selected {
    color: #eab830
}

.blog-sidebar {
    padding-right: 50px
}

.blog-sidebar.right-sidebar {
    padding-right: 0;
    padding-left: 50px
}

.blog-sidebar ul {
    padding-top: 15px
}

.blog-sidebar ul li {
    padding: 14px 0;
    border-bottom: 1px solid #dbdbdb;
    font-weight: 500;
    font-size: 14px;
    color: #303030
}

.blog-sidebar ul li:last-child {
    border-bottom: 0
}

.blog-sidebar ul li strong {
    display: block;
    float: right;
    font-weight: 500
}

.blog-sidebar-category {
    background-color: #f1f1f1;
    padding: 30px 25px
}

.blog-sidebar-category .category-items {
    padding-top: 15px
}

.blog-sidebar-post {
    background-color: #f1f1f1;
    padding: 30px 25px
}

.blog-sidebar-post .post-items {
    padding-top: 15px
}

.blog-sidebar-post .post-items li+li {
    border-top: 1px solid #dbdbdb
}

.blog-sidebar-post .post-items li .single-post {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.blog-sidebar-post .post-items li .single-post .post-content {
    padding-left: 15px;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.blog-sidebar-post .post-items li .single-post .post-content .post-title a {
    font-weight: 600;
    font-size: 16px;
    color: #07294d
}

.blog-sidebar-post .post-items li .single-post .post-content .more {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .02em;
    color: #151515;
    margin-top: 10px
}

.blog-sidebar-post .post-items li .single-post .post-content .more i {
    font-size: 11px
}

.blog-sidebar-banner a {
    display: block
}

.blog-sidebar-banner a img {
    width: 100%
}

.blog-sidebar-tags {
    background-color: #f1f1f1;
    padding: 30px 25px
}

.blog-sidebar-tags .tags-items {
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 20px
}

.blog-sidebar-tags .tags-items li {
    border-bottom: 0;
    display: inline-block;
    padding: 3px 10px
}

.blog-sidebar-tags .tags-items li a {
    font-weight: 500;
    font-size: 14px;
    color: #07294d;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.blog-sidebar-tags .tags-items li a:hover {
    color: #f58303
}

.blog-details-page {
    padding-top: 110px
}

.blog-details-content .details-content .meta {
    padding-top: 30px
}

.blog-details-content .details-content .meta li {
    display: inline-block;
    position: relative
}

.blog-details-content .details-content .meta li+li {
    margin-left: 30px
}

.blog-details-content .details-content .meta li+li::before {
    position: absolute;
    content: '-';
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -18px;
    font-size: 16px
}

.blog-details-content .details-content .meta li a {
    font-weight: 500;
    font-size: 18px;
    line-height: 16px;
    color: #151515;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.blog-details-content .details-content .meta li a:hover {
    color: #f58303
}

.blog-details-content .details-content .title {
    font-weight: 700;
    font-size: 46px;
    color: #07294d;
    margin-top: 20px
}

.blog-details-content .details-content p {
    margin-top: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    color: #303030
}

.blog-details-content .details-content .blog-list li {
    position: relative;
    padding-left: 40px;
    margin-top: 40px
}

.blog-details-content .details-content .blog-list li i {
    color: #151515;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 5px
}

.blog-details-content .details-content .blog-list li p {
    margin-top: 0
}

.blog-details-content .details-content .blog-tags {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 45px
}

.blog-details-content .details-content .blog-tags span {
    font-weight: 700;
    font-size: 18px;
    color: #303030
}

.blog-details-content .details-content .blog-tags .tags li {
    display: inline-block;
    margin-left: 5px
}

.blog-details-content .details-content .blog-tags .tags li a {
    font-weight: 500;
    font-size: 18px;
    color: #303030
}

.blog-details-content .blog-comment {
    padding-top: 70px
}

.blog-details-content .blog-comment .comment-title {
    font-weight: 700;
    font-size: 24px;
    color: #07294d;
    position: relative;
    padding-bottom: 8px
}

.blog-details-content .blog-comment .comment-title::before {
    width: 100px;
    height: 2px;
    background-color: #07294d;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0
}

.blog-details-content .blog-comment>p {
    margin-top: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    color: #303030
}

.blog-details-content .blog-comment .comment-items li .single-comment {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 45px
}

.blog-details-content .blog-comment .comment-items li .single-comment .comment-author img {
    border-radius: 50%
}

.blog-details-content .blog-comment .comment-items li .single-comment .comment-content {
    padding-left: 30px;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.blog-details-content .blog-comment .comment-items li .single-comment .comment-content .meta {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.blog-details-content .blog-comment .comment-items li .single-comment .comment-content .meta .name {
    font-weight: 600;
    font-size: 18px;
    color: #151515
}

.blog-details-content .blog-comment .comment-items li .single-comment .comment-content .meta .time {
    font-weight: 500;
    font-size: 14px;
    color: #151515;
    margin-left: 10px
}

.blog-details-content .blog-comment .comment-items li .single-comment .comment-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #151515;
    margin-top: 8px
}

.blog-details-content .blog-comment .comment-items li .single-comment .comment-content .reply {
    font-weight: 500;
    font-size: 14px;
    color: #151515;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.blog-details-content .blog-comment .comment-items li .single-comment .comment-content .reply:hover {
    color: #f58303
}

.blog-details-content .blog-comment .comment-items li .comment-reply {
    padding-left: 130px
}

.contact-area {
    padding-top: 130px
}

.single-contact-info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-contact-info .info-icon i {
    font-size: 24px;
    color: #07294d;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #dbdbdb;
    border-radius: 50%
}

.single-contact-info .info-content {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px
}

.single-contact-info .info-content .title {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: .05em;
    color: #f58303;
    padding-bottom: 15px
}

.single-contact-info .info-content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #151515
}

.single-contact-info .info-content p a {
    color: #151515;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.single-contact-info .info-content p a:hover {
    color: #f58303
}

.contact-form {
    padding-top: 150px
}

.form-message.error,.form-message.success {
    font-size: 16px;
    color: #07294d;
    background: #ddd;
    padding: 10px 15px;
    margin-left: 15px;
    margin-top: 15px
}

.form-message.error {
    color: red
}

.contact-title .title {
    font-weight: 700;
    font-size: 29px;
    color: #07294d;
    position: relative;
    padding-bottom: 21px;
	text-align:center
}

.contact-title .title::before {
    position: absolute;
    content: '';
    width: 150px;
    height: 2px;
    background-color: #07294d;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

.contact-title p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #151515;
    margin-top: 30px
}

.contact-form-wrapper {
    padding-top: 30px
}

.faq-area {
    padding-top: 150px
}

.faq-wrapper {
    padding-top: 42px
}

.faq-wrapper .accordion .card {
    position: relative;
    padding-left: 40px;
    border: 0;
    margin-top: 50px
}

.faq-wrapper .accordion .card .question {
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
    color: #07294d;
    position: absolute;
    top: 0;
    left: 0
}

.faq-wrapper .accordion .card .card-header {
    padding: 5px 0;
    border-bottom: 0;
    margin-bottom: 0;
    background: 0 0
}

.faq-wrapper .accordion .card .card-header a {
    font-weight: 600;
    font-size: 18px;
    color: #f58303;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.faq-wrapper .accordion .card .card-header a.collapsed {
    color: #303030
}

.faq-wrapper .accordion .card .card-body {
    padding: 0;
    padding-left: 35px;
    position: relative;
    margin-top: 30px
}

.faq-wrapper .accordion .card .card-body .answer {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #07294d;
    position: absolute;
    top: 0;
    left: 0
}

.faq-wrapper .accordion .card .card-body p {
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
    color: #303030
}

.login-register {
    padding-top: 150px
}

.login-register-content .title {
    font-weight: 700;
    font-size: 24px;
    color: #07294d;
    position: relative;
    padding-bottom: 10px
}

.login-register-content .title::before {
    position: absolute;
    content: '';
    width: 150px;
    height: 2px;
    background-color: #07294d;
    bottom: 0;
    left: 0
}

.login-register-form .single-form .forget a {
    font-size: 16px;
    font-weight: 400;
    color: #151515;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.login-register-form .single-form .forget a:hover {
    color: #07294d
}

.login-register-form .single-form .main-btn {
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    font-size: 16px
}

.notice-area {
    padding-top: 150px
}

.single-notice .number {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #07294d;
    position: absolute;
    top: 0;
    left: 0
}

.single-notice .notice-title {
    font-weight: 600;
    font-size: 24px;
    color: #303030
}

.single-notice p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #303030;
    margin-top: 15px
}

.slider-area {
    padding-top: 0!important
}

.partner {
    padding-top: 110px
}

.partner .wrapper {
    width: 100%;
    padding-top: 20px;
    text-align: center
}

.partner .carousel {
    width: 100%;
    margin: 0 auto
}

.partner .slick-slide {
    margin: 10px;
    text-align: center
}

.partner .slick-slide img {
    width: auto;
    border: 2px solid #fbfbfb;
    margin: 0 auto;
    padding: 10px;
    height: 120px
}

.single-event .place:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #07294d;
    top: 8px;
    left: -10px
}

.single-event:hover .place:before {
    background: #fff
}

.single-event {
    height: 675px
}

#twitter-widget-0 {
    height: 300px!important;
    margin-top: 20px!important;
    max-width: 320px!important;
    width: 100%!important
}

.twitterfeed {
    display: block;
    margin: 0;
    padding: 0
}

.twitterfeed>li {
    list-style-type: none;
    background-color: #e1eff5
}

.twitterfeed>li:nth-child(2n) {
    background-color: #c2deea
}

.twitterfeed>.tweet {
    padding: 15px 35px 35px 15px
}

.tweet__user [data-scribe="element:avatar"] {
    display: none
}

.tweet__user [data-scribe="element:name"] {
    display: none
}

.tweet__user [data-scribe="element:verified_badge"] {
    display: none
}

.tweet__content {
    margin: 0 0 10px 0;
    padding: 0
}

.tweet__content a {
    word-break: break-all;
    word-wrap: break-word;
    text-decoration: none;
    color: #0798d1
}

.tweet__footer {
    margin: 0;
    padding: 0
}

.tweet__footer li {
    display: inline-block;
    list-style-type: none
}

.tweet__footer li>* {
    font-weight: 700;
    text-decoration: none;
    color: #000
}

.tweet__footer li>:hover {
    text-decoration: underline
}

.tweet__footer li:not(:last-of-type):after {
    content: "â€¢";
    margin: 0 3px
}

.nice-select {
    width: 100%!important;
    background-color: #fff!important;
    border-radius: 0!important;
    border: 1px solid #ced4da!important;
    height: 50px!important;
    line-height: 50px!important
}

.nice-select.open,.nice-select:active,.nice-select:focus {
    border-color: #80bdff!important
}

.nice-select .list {
    width: 100%!important
}

.styledSelect {
    display: none
}

s-hidden {
    display: none
}

.options {
    display: none
}

.text21 {
    font-weight: 600;
    font-size: 21px;
    letter-spacing: .05em;
    line-height: 32px;
    color: #f58303;
    display: block;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.modaal-close:after,.modaal-close:before {
    top: 93px!important;
    left: 0!important;
    background: #f58303!important
}

.modaal-close:focus,.modaal-close:hover {
    background: 0 0!important
}

.modaal-container {
    border: 3px solid #f58303;
    width: 600px!important
}

.modaal-overlay {
    background: rgba(249,247,247,.9)!important;
    opacity: .8!important
}

.modaal-container h2 {
    font-size: 25px
}

.whatsupp {
    position: fixed;
    z-index: 555;
    left: 17px;
    bottom: 8px;
    font-size: 24px;
    color: #8bc34a;
    background: #8bc34a;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    box-shadow: 0 5px 11px -2px rgba(0,0,0,.18),0 4px 12px -7px rgba(0,0,0,.15)
}

.whatsupp a .fa-whatsapp {
    color: #fff;
    padding: 9px 12px
}

.chat {
    position: fixed;
    z-index: 44;
    right: 17px;
    bottom: 8px;
    font-size: 24px;
    color: #8bc34a;
    background: #f58303;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    box-shadow: 0 5px 11px -2px rgba(0,0,0,.18),0 4px 12px -7px rgba(0,0,0,.15)
}

.chat a .fa-comments-alt {
    color: #fff;
    padding: 12px 9px
}

.single-blog .blog-content {
    text-align: center;
    margin-top: -6px;
    padding: 5px
}

.back-to-top {
    bottom: 77px
}

.banner-content .title {
    font-weight: 600;
    font-size: 41px
}

.course-ht {
    height: 240px
}

.event-list span {
    color: #f58303;
    font-weight: 500
}

.event-features-items li a {
    color: #07294d
}

.event-features-items li:hover a {
    color: #f58303
}

.sidebar-contact {
    position: fixed;
    top: 44%;
    left: -350px;
    width: 350px;
    height: 500px;
    height: auto;
    padding: 20px;
    background: #f7faff;
    transform: translateY(-50%);
    box-sizing: border-box;
    transition: .5s;
    z-index: 555;
    display: none
}

.sidebar-contact.active {
    left: 0
}

.event-s {
    overflow-y: scroll;
    height: 469px
}

.toggle {
    position: absolute;
    top: 50%;
    right: -93px;
    width: 148px;
    height: 48px;
    text-align: center;
    cursor: pointer;
    background: #003a99;
    line-height: 48px;
    transform: rotate(89deg)
}

.toggle:before {
    content: 'Ask Us More';
    font-family: "Plus Jakarta Sans Medium";
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.4px
}

.toggle.active:before {
    content: 'Close'
}

.course-form {
    background: #f7faff;
    padding: 15px;
    border: 1px solid #f58303
}

.course-form .section-title {
    justify-content: center
}

.course-form .section-title h2 {
    color: #22576f!important;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase
}

.tabs-section {
    overflow: hidden;
    padding: 60px 0
}

.tabssection {
    padding-top: 150px!important;
    padding-bottom: 100px!important
}

.tabs-section .nav-tabs {
    border: 0!important
}

.nav-tabs .nav-link.active,.tabs-section .nav-tabs .nav-item.show .nav-link {
    color: #2e7996;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #dee2e6
}

.nav-tabs {
    border-bottom: 0!important
}

.nav-tabs .nav-link {
    border: 0 solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #2e7996;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 0
}

.tab-pad {
    padding: 26px 44px
}

.tab-content>.active {
    display: block;
    border: 1px solid #dee2e6
}

.event-list li {
    display: flex!important;
    margin-top: 14px
}

.event-list li p {
    margin-left: 14px
}

.event-list li i {
    margin-top: 4px
}

.header-meta li {
    display: inline-block
}

.header-meta li a {
    color: #fdfdfd
}

.sbuttons {
    bottom: 8%;
    position: fixed;
    margin: .5rem;
    left: 10px;
    z-index: 10
}

.sbutton {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    margin: 7px auto 0;
    box-shadow: 0 5px 11px -2px rgba(0,0,0,.18),0 4px 12px -7px rgba(0,0,0,.15);
    cursor: pointer;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    position: relative
}

.sbutton:not(:last-child)>i {
    font-size: 19px;
    line-height: 33px;
    transition: all .3s ease-in-out
}

.sbutton.whatsapp {
    background: #00e676
}

.sbutton.behance {
    background: #053eff
}

.sbutton.instagram {
    background: #e4405f
}

.sbutton.twitt {
    background: #03a9f4
}

.sbutton.fb {
    background: #3f51b5
}

.sbutton.youtube {
    background: #b00
}

.sbutton.pinteres {
    background: #e60023
}

.sbutton.mainsbutton {
    background: #f58303;
    color: #fff!important;
    display: none
}

.sbutton>i {
    font-size: 21px;
    line-height: 45px;
    transition: all .2s ease-in-out;
    transition-delay: 2s
}

.sbutton:not(:last-child) {
    width: 35px;
    height: 35px;
    margin: 20px auto 0;
    opacity: 0;
    display: none
}

.sbuttons:hover .sbutton:not(:last-child) {
    opacity: 1;
    display: block;
    width: 35px;
    height: 35px;
    margin: 12px auto 0
}

.jbutton.mainjbutton {
    background: #f58303;
    color: #fff!important;
    display: none
}

.jbutton>i {
    font-size: 21px;
    line-height: 45px;
    transition: all .2s ease-in-out;
    transition-delay: 2s
}

.jbutton:not(:last-child)>i {
    font-size: 18px;
    line-height: 33px;
    transition: all .3s ease-in-out
}

.jbuttons {
    bottom: 8%;
    position: fixed;
    margin: .5rem;
    right: 12px;
    z-index: 10
}

.jbutton:not(:last-child) {
    width: 35px;
    height: 35px;
    margin: 20px auto 0;
    opacity: 0;
    display: none
}

.jbuttons:hover .jbutton:not(:last-child) {
    opacity: 1;
    display: block;
    width: 35px;
    height: 35px;
    margin: 12px auto 0
}

.jbutton {
    background: #f58303
}

.jbutton {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    margin: 20px auto 0;
    box-shadow: 0 5px 11px -2px rgba(0,0,0,.18),0 4px 12px -7px rgba(0,0,0,.15);
    cursor: pointer;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    position: relative
}

.sidebar-contact .single-form {
    margin-top: 4px
}

.mission img {
    margin-top: -5px;
    height: 32px
}

.asso {
    text-align: center!important;
    line-height: 21px!important;
    font-size: 18px!important;
    font-weight: 500!important;
    color: #fff!important
}

.associate-grid {
    box-shadow: 0 3px 15px rgba(0,0,0,.1);
    padding: 15px;
    height: 150px;
    margin-bottom: 20px;
    background-color: #07294d;
    border-radius: 15px
}

.orange {
    background-color: #eb7f37
}

.placement_table .dark {
    background: #07294d;
    color: #fff
}

.placement_table .table td {
    font-size: 15px
}

.contact-icon {
    font-size: 20px;
    color: #07294d
}

.iq-address {
    -webkit-box-shadow: 0 10px 35px 0 rgba(0,0,0,.05);
    -moz-box-shadow: 0 10px 35px 0 rgba(0,0,0,.05);
    box-shadow: 0 10px 35px 0 rgba(0,0,0,.05);
    padding: 29px 17px 29px 17px;
    height: 600px
}

.contact-ifream {
    height: 200px;
    border: none
}

.iq-address p {
    font-weight: 400
}

.iq-address a {
    color: #07294d
}

.address-grid {
    min-height: 250px;
    background: #fff;
    margin-bottom: 30px;
    padding: 20px;
    font-size: 14px;
    box-shadow: 0 3px 15px rgba(0,0,0,.1)
}

.address-grid .headers {
    color: #07294d;
    font-size: 16px;
    margin-bottom: 3px;
    font-weight: 600
}

.address-grid ul li {
    margin-bottom: 8px
}

.address-grid ul li a {
    color: #000
}

.address-grid-bio:nth-child(2n) .headers {
    color: #eb7f37
}

.job .job-inner {
    background: #fff;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.13);
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.13);
    padding: 20px;
    margin-bottom: 20px
}

.job .job-inner p {
    margin-bottom: 15px
}

.job .job-inner a {
   
    right: 20px;
    top: 0;
    color: #919197;
    font-size: 18px;
    font-weight: 600
}

.job .job-inner p span {
    font-size: 18px;
    color: #07294d;
    font-weight: 600
}

.marque {
    background: #f58303;
    padding: 0
}

.marque marquee {
    color: #fff;
    padding: 0;
    background: #f58303;
    font-size: 15px;
    width: 500px
}

.footer-form .input-group {
    width: 100%
}

.footer-form .input-group .form-control {
    border-radius: 0;
    height: 49px;
    font-size: 12px
}

.footer-form .input-group .btn {
    text-transform: capitalize;
    padding: 13px 8px;
    background-color: #f58303;
    font-size: 15px;
    color: #fff;
    border-radius: 0
}

.gallery-page h2 {
    font-size: 25px
}

.modal-content {
    border-radius: 0;
    border: 2px solid #f58303
}

.modal-backdrop.in {
    opacity: .4!important;
    background: #fff!important
}

.header-top-wrapper .header-top-left .header-meta li a {
    font-size: 14px
}

.header-top-wrapper .header-top-right .header-link a {
    font-size: 14px
}

.main-btn-3 {
    background: #f58303;
    padding: 5px
}

.main-btn-3:hover {
    background: #fff;
    color: #fff;
    padding: 5px
}

html {
    scroll-behavior: smooth
}

.single-courses-inner {
    padding: 20px
}

.single-courses-inner h4 a {
    color: #f58303!important
}

.single-courses-inner .duration-fee .duration {
    color: #07294d!important
}

.single-courses-inner .category {
    color: #f58303!important
}

.single-courses-inner .courses-link .more1 {
    color: #f58303!important
}

.single-courses-inner .courses-link {
    border-top: 1px solid #07294d
}

.bg-color {
    background-color: #fff!important;
    box-shadow: 0 0 5px rgb(0 0 0 / .3);
    height: 385px!important
}

.bg-color:hover {
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 10px 18px rgba(0,0,0,.1);
    box-shadow: 0 10px 18px rgba(0,0,0,.1)
}

.bg-color img {
    height: 142px
}

.news-letters {
    padding: 20px!important
}

.single-form select {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #dbdbdb;
    font-weight: 500;
    font-size: 14px;
    color: #303030;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.single-form input,.single-form textarea {
    font-size: 14px
}

.navigation .nav-menus-wrapper .nav-menu li+li {
    margin-left: 35px
}

.navigation .nav-menus-wrapper .nav-menu {
    justify-content: flex-end;
	    padding-right: 39px
}

.ms-options-wrap>.ms-options>ul input[type=checkbox] {
    width: auto;
    height: auto
}

.close {
    float: right;
    font-size: 1.9rem!important;
    font-weight: 700;
    line-height: 1;
    color: #000;
    opacity: .5;
    font-family: auto!important
}

.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li {
    border-top: 1px solid rgba(219,219,219,.15)
}

.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li>a {
    padding-left: 16px
}

.navigation .nav-menus-wrapper .nav-menu li .nav-submenu {
    width: 225px;
    left: -25%;
    background-color: rgb(255 255 255 / .9)
}

.navigation .nav-menus-wrapper .nav-menu li .nav-submenu li a {
    padding: 7px 11px
}

.single-slider {
    height: 580px
}

.slider-content .title {
    font-size: 42px
}

.page-banner {
    padding-top: 13px
}

.franchise-form {
    margin-top: 18px
}

.campus-image .slick-arrow {
    color: #07294d
}

.campus-image .slick-arrow.next::before {
    color: #07294d
}

.single-campus-inner {
    position: absolute;
    bottom: 10%;
    padding: 18px;
    background: #0063a9
}

.single-campus-inner h3 {
    color: #fff
}

.bg-blue {
    background: #19416a
}

.random p {
    font-size: 14px;
    margin-top: 10px
}

.navigation .nav-toggle::before {
    background-color: #f58303;
    border-radius: 10px;
    box-shadow: 0 .5em 0 0 #f58303,0 1em 0 0 #f58303
}

.home-menu ul {
    margin: 20px
}

.home-menu ul li {
    display: inline-block;
    padding: 0 14px
}

.home-menu .home-icon {
    background: #f58303;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%
}

.home-menu .home-icon .fa-home {
    padding: 0 10px
}

.home-menu .home-icon .fa-phone-volume {
    padding: 0 15px
}

.home-menu .main-btn-3 {
    background: #f58303;
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 14px;
    color: #fff
}

.home-menu {
    margin-top: 42px;
    display: none
}

.call-pop {
    display: none;
    text-align: center;
    position: fixed;
    z-index: 44;
    bottom: 0;
    left: 33%;
    font-size: 16px;
    padding: 12px 10px 12px 10px;
    color: #fff!important;
    width: 33.777%
}

.whatsup-chat {
    left: 0;
    background: #8bc34a
}

.call-opt {
    background: #166eae
}

.chat-opt {
    left: 66%;
    background: #f58303
}

.head {
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    color: #636161;
    text-align: center
}

.download {
    padding: 3px 9px;
    border: medium none;
    color: #fff;
    border-radius: 2px;
    font-size: 12px;
    font-family: "Open Sans",sans-serif;
    background-color: #7ac143;
    text-align: center
}

.download a {
    color: #fff!important
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.sidebar {
    padding: 6px 0 0 0
}

.sidebar .widget {
    margin-bottom: 50px
}

.sidebar .widget-title {
    font-size: 23px;
    font-weight: 700;
    background-color: #068481;
    padding: 7px 31px;
    color: #fff;
    text-align: center;
    font-family: Raleway
}

.sidebar .widget ul {
    border: 1px solid #d5d6d7;
    padding: 1.176em;
    margin-bottom: 17px
}

.sidebar .widget li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: dotted 1px #bdbdbd
}

.header-logo img {
    height:80px;
    max-width: 220px!important
}

.testimonial_image {
    height: 150px;
    width: 150px;
    margin: auto
}

.single-testimonial {
    border-radius: 0;
    border: 1px solid #ddd;
    margin: 0 10px;
    padding: 60px 25px;
    background: #fff;
    text-align: center;
    box-shadow: 0 10px 10px 0 rgb(0 0 0 / 6%);
    margin-bottom: 30px
}

#kenytChatBubble.style1 #kenytBubbleContainer .kchannel-icon {
    width: 8px!important;
    height: 8px!important;
    display: none!important
}

.event-details-content p,p {
    text-align: justify!important
}

.jbutton,.sbutton {
    display: none!important
}

#wa-widget-send-button {
    margin: 0 0 20px 16px!important
}

.sidebar .widget li a {
    color: #252525!important
}

.sidebar .widget li a:hover {
    color: #003a99!important;
    font-weight: 500
}

.sidebar .widget li a {
    color: #252525!important
}

.bg-color {
    height: 432px!important;
    border-radius: 32px
}

.bg-color img {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px
}

.top-courses-area {
    background: #fafeff
}

.single-blog .blog-content p {
    text-align: center!important
}

.single-event .more {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 7px 10px 7px 15px;
    background: #f58303;
    color: #fff!important;
    border: none
}

.single-event .more:hover {
    background: #fff;
    color: #f58303!important;
    border: 1px solid #f58303
}



.set-banner {
    height: 550px
}

.adj-logo-css {
    width: 180px!important;
    height: 85px!important;
    margin-top: 16px!important
}

.edge1 {
    left: 0!important;
    top: -124px!important;
    right: auto!important
}

.edge2 {
    left: 0!important;
    transform: translate3d(5px,45px,0)!important;
    right: auto!important
}

.banner-div {
    padding-top: 40px
}

.sidebar .widget-title {
    font-family: Exo,sans-serif;
    background-color: #07294d;
    font-size: 22px;
    font-weight: 500;
    padding: 10px 31px
}

.sidebar .widget ul {
    border: 1px solid #07294d
}

.sidebar .widget li {
    border-bottom: dotted 1px #07294d
}

.btn_popup,.nav-display {
    display: none
}

.banner-text,.hed-banner {
    position: relative
}

.hed-banner img {
    width: 100%;
    min-height: 140px
}

.centered h1 {
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 46px
}

.centered {
    position: absolute;
    width: 68%;
   top: 48%;
    left: 50%;
    transform: translate(-50%,-50%)
}

#awscourseModal .modal-content,#myModal .modal-content,#applyFormModal .modal-content {
    border: none!important;
    border-radius: 0!important
}

#awscourseModal .modal-body,#myModal .modal-body,#applyFormModal .modal-body {
    padding: .5rem!important
}

#awscourseModal .close,#myModal .close,#applyFormModal .close {
    margin: 0;
    position: absolute;
    height: 28px;
    border-radius: 25px;
    background-color: #fff;
    color: #444;
    font-size: 9px;
    top: -15px;
    opacity: 1;
    z-index: 10;
    right: -10px;
    width: 30px;
    cursor: pointer
}

.whatsapp img.sticky {
    position: -webkit-sticky;
    position: fixed;
    z-index: 999;
    left: 12px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%
}

#zf_div_N-iw71TYI_m3nhM79-77Zjj-tJLe0KaAFDEWU1bvvcU iframe {
    height: 500px
}

.course-fee {
    display: none
}

.txt-clr {
    color: #151515
}

.txt-clr:hover {
    color: #fff
}

.apply-header .close {
    padding: 0!important;
    margin: 0!important
}

.apply-header {
    display: block!important
}

.panel-footer {
    background-color: #fff;
    border-top: 1px solid #ddd
}

.apply-form-btn {
    background-color: #07294d;
    color: #fff;
    border: 1px solid #07294d
}

.apply-form-btn:focus,.apply-form-btn:hover {
    background-color: #f58303;
    border: 1px solid #f58303
}

.single-courses-inner .left-align {
    text-align: left!important
}

.scrolling {
    position: relative;
    overflow: hidden;
    height: 36px
}

.scrolling p {
    position: absolute;
    white-space: nowrap;
    margin: 0;
    animation: marquee 7s linear infinite;
    display: inline-block;
    color: #211f3e;
    padding: 5px 0;
    font-size: 18px;
    width: 500px;
    font-weight: 400
}

@keyframes marquee {
    from {
        transform: translateX(100%)
    }

    to {
        transform: translateX(-100%)
    }
}

.txt-font {
    font-family: 'Plus Jakarta Sans Medium'!important
}

.ft-12 {
    font-size: 12px!important
}

.hd-btn {
    border-radius: 59px;
    padding: 5px 12px
}

.pd-lft-rgt {
    padding-left: .3rem!important;
    padding-right: .4rem!important
}

.header-top-wrapper .header-top-right .header-link a+a {
    margin-left: 35px
}

.navigation .nav-menus-wrapper .nav-menu li a {
    font-family: 'Plus Jakarta Sans Medium'!important;
    color: #211f3e;
    font-weight: 500;
    font-size: 18px
}

.pdl-adjust {
    padding-left: 0
}

.top-head-font {
    font-family: 'Plus Jakarta Sans Light'!important
}

.gradient-border-pseudo {
    position: relative;
    padding: 12px 16px;
    color: #fff;
    border-radius: 59px;
    font-size: 12px;
    line-height: 188.5%;
    font-weight: 500
}

.gradient-border-pseudo::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    bottom: 5px;
    border-radius: 59px;
    border: 1px solid transparent;
    background: linear-gradient(45deg,#fda40b,#fda40b59) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    background-image: linear-gradient(45deg,#f58303,#f4ba78)
}

.enroll-area {
    padding-top: 174px
}

.copyright-txt {
    margin-top: 52px
}

.banner-css {
    position: absolute;
    width: 45%;
    top: 0;
    left: 3%;
    transform: translate(14%,40%)
}

.banner-txt {
    color: #fff;
    font-family: "Plus Jakarta Sans Regular";
    font-size: 54.543px;
    font-weight: 400;
    line-height: 66.2px
}

.banner-txt span {
    background: linear-gradient(73deg,#f58303 0,#fff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Plus Jakarta Sans Regular";
    font-size: 54.543px;
    font-weight: 500
}

.banner-css p {
    color: #fff;
    font-family: 'Switzer Light';
    font-size: 20px;
    width: 552px;
    font-weight: 400;
    line-height: 36px
}

.bann-btn {
    padding: 7px 23px;
    font-family: 'Switzer Light';
    border-radius: 59px;
    background: linear-gradient(38deg, #fda40b 0,#fda40bb8 100%);
    color: #fff!important;
    font-size: 20px;
    cursor: pointer;
    margin-top: 39.71px;
}

.bann-btn:hover {
    background: #fff!important;
    color: #f58303!important;
    border: 1px solid #f4ba78
}

.icon-sec {
    border-radius: 32px;
    background: #fff;
    margin-top: -180px
}

.icon-sec-div {
    padding-top: 0px!important
}

.icon-sec-div p {
    color: #211f3e;
    text-align: center;
    font-family: "Plus Jakarta Sans Medium";
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

.icon-sec h2 {
    text-align: center;
    font-family: "Plus Jakarta Sans Regular";
    font-size: 48px;
    font-weight: 400;
    background: linear-gradient(216deg,#07294d,#07294d 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 33px;
    padding-bottom: 47px
}

.icon-sec h2 span {
    background: linear-gradient(267deg, #07294d  2.29%,#07294d47.7%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Plus Jakarta Sans Medium";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.level-up-div {
    padding-top: 112.31px;
    padding-bottom: 57px
}

.level-up-div h2 {
    padding-bottom: 62px
}

.lg-blue {
    background: #edf6ff
}

.lg-white {
    background: #fff
}

.tech-div h2 {
    color:#07294d;
    font-family: "Plus Jakarta Sans Regular";
    font-size: 47px;
    font-style: normal;
    font-weight: 400;
    line-height: 122.5%
}

.tech-div h2 span {
    background: linear-gradient(218deg,#07294d,#07294d 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Plus Jakarta Sans Medium";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 122.5%
}

.tech-sec {
    height: auto!important
}

.courses-slider,.image-section,.student-section {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.explore-btn {
    padding: 8px 40px;
    border-radius: 76px;
    background: #05203d ;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
    color: #fff;
    font-family: "Plus Jakarta Sans Regular";
    font-size: 20px;
    font-weight: 500;
    line-height: 37.7px;
    cursor: pointer
}

.explore-btn:hover {
    color: #4d4aa0!important;
    background-color: #fff!important;
    border: 2px solid #4d4aa0
}

.txt-white {
    color: #fff!important
}

.image-container,.student-container {
    box-sizing: border-box;
    border-radius: 16px;
    box-shadow: 2px 2px 15px 0 rgba(0,0,0,.1)
}

.image-container p,.para-css {
    font-family: "Plus Jakarta Sans Medium";
    font-style: normal
}

.footer-link ul li a,.para-css {
    font-weight: 400;
    font-size: 16px
}

.overlay-left,.overlay-right {
    top: 0;
    z-index: 2;
    position: absolute
}

.image-container {
    margin: 10px;
    flex: 1;
    padding: 5px;
    background: #fff
}

.bg-orange {
    border-radius: 16px;
    background: linear-gradient(47deg,#f58303 0,#f4ba78 100%)
}

.image-container p {
    color: #211f3e;
    font-size: 16px;
    font-weight: 500
}

.course-container p {
    font-size: 20px;
    font-weight: 500;
    color: #000
}

.img-bg-div {
    display: flex!important;
    height: 184px;
    border-radius: 16px;
    align-items: center;
    justify-content: center;
	border-radius: 16px;
}

.partner-names {
    padding-top: 21px;
    padding-bottom: 26px
}

.ediv-mg {
    margin-top: 51px
}

.course-div {
    height: 204px
}

.student-container {
    margin: 10px;
    padding: 5px;
    background: #fff
}

.student-container p {
    color: #000;
    font-family: "Plus Jakarta Sans Medium";
    font-size: 15.173px;
    font-weight: 500
}

.stu-img-bg-div {
    display: flex!important;
    align-items: center;
    justify-content: center;
    border-radius: 18.966px;
    background: #f1f0fb
}

.bg-blue {
    background: linear-gradient(225deg,#545758 0,#023c5f 100%)
}

.bg-lg-blue {
    background: linear-gradient(216deg,#5be5dd 0,#35a3aa 100%)
}

.bg-green {
    background: linear-gradient(46deg,#5fbd45 0,#8ee476 100%)
}

.bg-white {
    background: linear-gradient(223deg, #1b661e 0, #eff3f9 100%);
}

.para-css {
    color: #000;
    line-height: 25.589px;
    text-align: left!important
}

.lines-bg {
    background-image: url(../../assets/images/lines.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 127.78px
}

.wdiv-100 {
    max-width: 100%;
    padding-left: 120px;
    padding-right: 0
}

.slider-col {
    border-radius: 32px 0 0 32px;
    background: #fff;
    padding-top: 71.71px;
    padding-bottom: 89.4px!important;
    padding-left: 0
}

.tech-mob-div {
    padding-top: 0!important;
    padding-left: 61.27px!important;
    padding-bottom: 0!important
}

.dream-job-div h2 {
    padding-bottom: 12px
}

.exp-btn-div {
    margin-top: 32px
}

.growth-section {
    padding-top: 45px;
    padding-bottom: 91.59px
}

.growth-section h2 {
    padding-bottom: 11px
}

.gb-btn {
    margin-top: 38.8px
}

.ts-pb {
    padding-bottom: 91.61px
}

.courses-slider .slick-dots {
    display: flex;
    list-style: none;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 0;
    margin: 0
}

.courses-slider .slick-dots li button {
    font-size: 0;
    width: 148px;
    height: 1px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background: linear-gradient(0deg,#c7c7c7 0,#c7c7c7 100%),#c7c7c7;
    transition: background-color .3s;
    position: relative
}

.courses-slider .slick-dots li.slick-active button {
    background: #fda40b;
    height: 5px
}

.courses-slider .slick-initialized .slick-slide {
    width: 235px!important
}

.course-container {
    max-width: max-content;
    margin-right: 23.03px;
    border-radius: 24px;
    box-shadow: 2px 2px 15px 0 rgba(60,56,139,.1)
}

#student-testimonial .owl-dots .owl-dot span {
    width: 280px;
    height: 1px;
    margin: 0;
    border-radius: 0;
    background: linear-gradient(0deg,#c7c7c7 0,#c7c7c7 100%),#c7c7c7
}

#student-testimonial .owl-dots .owl-dot.active span,#student-testimonial .owl-dots .owl-dot:hover span {
    background: #fda40b;
    height: 4px;
    border-radius: 5px
}

#student-testimonial .owl-dots {
    display: flex;
    justify-content: center
}

#student-testimonial .owl-item {
    margin-right: 18px!important
}

.tech-div .title {
    line-height: 121%
}

.student-testimonial {
    border-radius: 24px;
    background: #edf6ff;
    border: none;
    padding: 42px 20px 65px;
    margin-bottom: 0
}

.student-testimonial p {
    line-height: 30.16px;
    text-align: left!important
}

.tm-name {
    padding-top: 30px;
    background: linear-gradient(267deg,#2e7996 53%,#2e7996 90%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    line-height: 30.16px;
    text-align: left
}

#student-testimonial .owl-stage-outer {
    overflow-y: visible;
    overflow-x: clip
}

#student-testimonial .owl-nav.disabled+.owl-dots {
    margin-top: 87px
}

.fast-track-slider .slider-overlay,.q-div,.testimonial-carousel {
    position: relative
}

.q-div svg {
    width: auto!important;
    position: absolute;
    top: -66px;
    left: 10px
}

.enroll_wrapper {
    border-radius: 32px;
    background: bottom/cover #edf6ff;
    padding: 76px 70px 76px 125px
}

.enroll-txt {
    padding: 0!important
}

.footer-link ul li a {
    font-family: "Plus Jakarta Sans Light";
    line-height: 28.16px
}

.extra-light-font {
    font-family: 'Plus Jakarta Sans ExtraLight'!important
}

.top-margin {
    margin-top: 42px;
    line-height: 30.16px
}

.overlay-right {
    width: 230px;
    height: 340px;
    right: 0;
    background: linear-gradient(266deg,#fff 13.18%,rgba(255,255,255,0) 55.17%)
}

.overlay-left {
    width: 245px;
    height: 100%;
    left: 0;
    background: linear-gradient(90deg,#fff 13.18%,rgba(255,255,255,0) 55.17%)
}

@media (max-width: 767px) {
    .banner-css p,.dream-job-div,.dream-job-div .para-css,.exp-btn-div,.footer-social .social,.ft-mail,.top-margin,.top-mg,.top-mg .para-css {
        text-align:center!important
    }

    .owl-next,.owl-prev {
        background: #263238!important;
        color: #f90!important;
        border-radius: 50%!important;
        font-size: 38px!important
    }

    .gradient-border-pseudo::after,.hd-btn {
        border-radius: 36.897px
    }

    /*.index-banner {
        margin-top: -22px;
        height: 680px;
        background-size: contain!important;
        background-repeat: no-repeat!important;
        background-position: bottom,left top;
        background-image:
    }*/

    .hd-btn {
        color: #fff!important;
        padding: 7.504px 10.006px;
        font-size: 7.504px;
        line-height: 14.146px;
        margin-left: 5px!important
    }

    .image-container,.img-bg-div {
        border-radius: 10.772px
    }

    .pd-lft-rgt {
        font-size: 9.504px;
        color: #fff
    }

    .banner-css {
        position: relative!important;
        transform: none!important;
        width: 100%!important;
        top: 0!important;
        left: 0!important
    }

    .banner-css p {
        width: auto;
        font-size: 12px;
        line-height: 21.6px;
        margin-bottom: 0!important
    }

    .icon-sec {
        margin-top: -160px;
        top: -35px;
        padding-bottom: 5px!important
    }

    .icon-sec-div p {
        font-size: 14px;
        line-height: 20.057px;
        padding-left: 5px!important;
        padding-right: 5px!important
    }

    .icon-sec-div svg {
        height: 47px
    }

    #student-testimonial {
        padding-top: 65.55px!important
    }

    .tech-div h2,.tech-div h2 span {
        font-size: 24px;
        line-height: 29.4px
    }

    .tech-div h2 {
        padding-top: 40px!important;
        padding-bottom: 17.59px!important
    }

    .image-container p {
        font-size: 12.119px;
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .img-bg-div {
        height: 123.882px;
        padding: 1.8rem!important
    }

    .explore-btn {
        border-radius: 48.795px;
        padding: 5.136px 25.682px;
        font-size: 14px;
        line-height: 26.39px
    }

    .ediv-mg {
        margin-top: 41.95px
    }

    .level-up-div {
        padding-top: 0!important;
        padding-bottom: 30px
    }

    .course-div {
        height: 132.15px;
        padding: 1px!important;
        border-radius: 12.972px
    }

    .course-container {
        margin: 10px;
        border-radius: 15.567px;
        box-shadow: 1.2972391843795776px 1.2972391843795776px 9.729293823242188px 0 rgba(60,56,139,.1)
    }

    .course-container p {
        font-size: 15.567px;
        padding-top: 18px!important;
        padding-bottom: 21.62px!important
    }

    .slick-list {
        height: auto!important
    }

    .slider-col .blog-wrapper {
        padding-bottom: 0
    }

    .slider-col {
        border-radius: 0;
        padding-top: 34.21px;
        padding-left: 25px;
        padding-bottom: 50.38px!important
    }

    .stu-img-bg-div,.student-container {
        border-radius: 8.72px
    }

    .slider-col h2 {
        padding-top: 10px!important;
        padding-bottom: 19.16px!important
    }

    .tech-mob-div {
        padding: 10px!important
    }

    .dream-job-div,.dream-job-div .para-css,.top-mg .para-css {
        padding-right: 0!important
    }

    .dream-job-div {
        padding-top: 0!important;
        margin-top: 0!important
    }

    .dream-job-div .para-css,.growth-section .para-css,.growth-section p {
        font-size: 14px;
        line-height: 22.39px
    }

    .exp-btn-div {
        margin-top: 10.34px
    }

    .gb-btn {
        margin-top: 14.56px!important
    }

    .growth-section h2 {
        padding-top: 0!important;
        padding-bottom: 9.11px!important
    }

    .growth-section {
        padding-top: 52.32px;
        padding-bottom: 20px!important
    }

    .lines-bg {
        padding-top: 0!important;
        padding-bottom: 36px
    }

    .dream-job-div h2 {
        padding-top: 44.48px;
        padding-bottom: 10.34px!important
    }

    .fast-track-slider {
        padding-bottom: 10px!important
    }

    .st-img {
        line-height: 0
    }

    .st-img img {
        width: 50px
    }

    .vivian-logo {
        height: 13px;
        width: auto!important
    }

    .student-div {
        margin-top: 32px
    }

    .student-container p {
        font-size: 6.976px;
        padding-top: 0!important;
        padding-bottom: 0!important;
        line-height: 15px
    }

    .student-container {
        box-shadow: .8719634413719177px .8719634413719177px 6.5397257804870605px 0 rgba(60,56,139,.1);
        padding: 3px
    }

    .enroll-txt .tech-div,.enroll_wrapper .newsletter-form,.top-mg {
        margin-top: 10px!important
    }

    .pdl-adjust {
        padding-left: 15px
    }

    .slick-slider {
        width: 100%
    }

    .wdiv-100 {
        max-width: auto;
        padding-left: 0!important;
        padding-right: 0
    }

    .icon-sec h2,.icon-sec h2 span {
        font-size: 24px
    }

    .icon-sec h2 {
        padding-bottom: 29.26px
    }

    .student-container {
        margin: 6px
    }

    .tech-div .title {
        font-size: 24px;
        line-height: 29.04px;
        padding: 0 0 16.32px!important
    }

    .enroll-txt h2,.enroll-txt h2 span {
        display: inline
    }

    .enroll-txt {
        padding: 0!important
    }

    .enroll_wrapper {
        background-image: url(images/icon/bg-lines-mobile.png)!important;
        padding: 32.52px 26.46px 26.45px!important;
        border-radius: 15.198px
    }

    .footer__widget {
        padding-left: 0;
        padding-right: 0;
        padding-top: 103.19px!important
    }

    .footer-title {
        font-size: 13.047px! important;
        line-height: 18.939px!important
    }

    .footer-link .link-list li a {
        font-size: 12.047px!important;
        line-height: 17.683px!important;
        letter-spacing: 0
    }

    .footer-link .link-list li {
        line-height: 0;
        margin-top: 0
    }

    .banner-txt {
        padding-top: 58px;
        margin-bottom: 8.63px!important
    }

    .banner-txt,.banner-txt span {
        font-size: 29px!important;
        line-height: 38.88px;
        text-align: center!important
    }

    .bann-div {
        text-align: center
    }

    .bann-btn {
        font-size: 14px;
        border-radius: 33.387px;
        padding: 3.961px 14px;
        margin-top: 19.21px!important
    }

    .top-margin {
        margin-top: 4px!important;
        font-size: 10.047px;
        line-height: 17.683px
    }

    .txt-rgt {
        text-align: right!important
    }

    .txt-lft {
        text-align: left!important
    }

    #student-testimonial .owl-dots .owl-dot span {
        display: none
    }

    .owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
        display: block
    }

    .owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
        padding: 0 14px!important;
        line-height: 42px
    }

    #student-testimonial .owl-nav [class*=owl-] {
        margin: 14px
    }

    .owl-next span,.owl-prev span {
        font-size: 50px;
        font-weight: 300
    }

    .student-testimonial p,.tm-name {
        font-size: 12.896px;
        line-height: 24.31px
    }

    #student-testimonial .owl-nav {
        margin-top: 37.87px
    }

    #student-testimonial .owl-nav.disabled+.owl-dots {
        margin-top: 0
    }

    .student-testimonial {
        margin-bottom: 25px;
        border-radius: 19.345px;
        box-shadow: none;
        padding: 41.74px 25.88px 45.15px 21.99px
    }

    .tm-name {
        padding-top: 24.75px
    }

    .top-margin svg {
        width: 8px
    }

    .enroll-area {
        padding-top: 66px;
        margin-bottom: -45px
    }

    .enroll-txt .tech-div {
        padding-left: 10px;
        padding-right: 8px
    }

    .footer-area {
        padding-top: 20px
    }

    .footer-col-pd {
        padding-left: 9px;
        padding-right: 9px
    }

    .footer__widget__wrapper {
        margin-top: 0!important;
        border: none;
        position: relative;
        top: 12px
    }

    .get-in-touch {
        padding-top: 35.12px;
        border-top: 1px solid #90aac7;
        margin-top: 0!important
    }

    .ft-email {
        padding-top: 22.47px
    }

    .footer__widget__wrapper .footer-social {
        padding-top: 45px
    }

    .footer__widget__wrapper .footer-social li a {
        width: 32px;
        height: 32px;
        margin: 0px
    }

    .copyright-txt p {
        font-size: 10.047px;
        font-weight: 200;
        line-height: 176%
    }

    .copyright-txt {
        margin-top: 29px!important
    }

    .footer__widget__wrapper .footer-social li+li {
        margin-left: 1px
    }

    .footer__widget {
        padding-bottom: 40px
    }

    .facebook-lg {
        height: 14.443px
    }

    .twitter-lg {
        height: 12.559px
    }

    .instagram-lg {
        height: 14.625px
    }

    .linkedin-lg {
        height: 13.105px
    }

    .explore-career-path {
        padding: 4.956px 24.778px;
        border-radius: 47.078px;
        margin-top: 38.35px
    }

    .learn-more-btn {
        padding: 3px 18px;
        border-radius: 31.633px
    }

    .grow-business-btn {
        padding: 5.185px 25.926px;
        border-radius: 49.259px
    }

    .enroll-now-btn {
        padding: 5.516px 27.582px;
        border-radius: 52.406px
    }

    .testimonials-area {
        padding-top: 20px!important
    }

    .footer-widget .footer-title {
        margin-bottom: 21.26px
    }

    .ft-first-list {
        padding-bottom: 39.29px
    }

    .ft-second-list {
        padding-bottom: 34.92px
    }

    .quick-links-col {
        position: relative;
        top: -90px
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .hd-btn,.navigation .nav-menus-wrapper .nav-menu li .nav-submenu a {
        color:#fff!important
    }

    .gradient-border-pseudo::after,.hd-btn {
        border-radius: 36.897px
    }

    .navigation .nav-toggle::before {
        content: none
    }

    .img-bg-div {
        height: 85px
    }

    .hd-btn {
        padding: 7.504px 10.006px;
        font-size: 7.504px;
        line-height: 14.146px
    }

    .header-link {
        padding-top: 9.51px;
        padding-bottom: 9.51px
    }

    .pd-lft-rgt {
        font-size: 7.504px;
        color: #fff
    }

    .wdiv-100 {
        padding-left: 15px
    }

    .courses-slider .slick-dots li button {
        width: 90px
    }

    .banner-txt,.banner-txt span {
        font-size: 30.543px;
        line-height: 42.2px
    }

    .banner-css p {
        font-size: 14px;
        width: 340px;
        line-height: 21px
    }

    .icon-sec h2,.icon-sec h2 span {
        font-size: 30px
    }

    .explore-btn,.image-container p,.top-margin {
        font-size: 14px
    }

    .icon-sec-div p {
        padding-left: 10px!important;
        padding-right: 10px!important
    }

    .level-up-div p {
        font-size: 9px
    }

    .slick-list {
        height: 185px
    }

    #student-testimonial .owl-theme .owl-dots .owl-dot span {
        width: 180px!important
    }

    .enroll_wrapper {
        padding: 40px 32px 32px
    }

    .enroll-txt span {
        display: inline
    }

    .tech-div h2,.tech-div h2 span {
        font-size: 28px
    }

    .explore-btn {
        padding: 8px 25px;
        line-height: 26.7px
    }

    .course-container {
        margin: 4px
    }

    .top-mg {
        margin-top: 30px
    }

    .enroll-txt {
        padding: .5rem!important
    }

    .footer-link .link-list li {
        margin-top: 3px
    }

    .footer-social .social {
        text-align: center!important
    }

    .footer__widget {
        padding-bottom: 50px
    }
}

.section-cta {
    display: flex;
    flex-direction: row;
    padding: 55px 0;
    background-color: #07294d;
    align-items: center
}

.section-cta__support .div__icon>* {
    padding-right: 6px;
    color: #fff;
    font-size: 40px;
    margin-left: -30px
}

.div__link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s
}

.cta-btn {
    border: 1px solid #f58303;
    border-radius: 5px;
    padding: 15px 12px 15px 12px;
    background: #f58303;
    color: #fff!important;
    border: none;
    border-radius: 0px
}

.cta-title {
    font-size: 17px;
    letter-spacing: 0.4px
}

.text-color {
    color: #07294d
}

.txt-white {
    color: #fff
}

.ft-bold {
    font-weight: 500
}

@media screen and (max-width: 480px) {
    .section-cta {
        display:block;
        padding: 40px 0
    }

    .div__link {
        justify-content: center;
        margin-top: 10px
    }

    .cta-btn {
        margin-top: 25px
    }

    .txt-white {
        text-align: center;
        font-size: 20px
    }

    .placement_table {
        padding-left: 0px;
        padding-right: 0px
    }
}
.courees {
    margin: 0px 50px 0px 50px;
    padding: 10px 0px 10px 30px;
    box-shadow: -1px 0px 2px 0px rgba(0, 0, 0, 0.5);


}
.courees h4 {
    margin-bottom: 20px;
    padding: 0px;
    color: #151515;
    font-size: 25px;
    margin-top: 0;
	text-align: center;
}
.dot-circle:after {
    background: #fda40b;
    display: inline-block;
    content: '';
    border-radius: 50px;
    width: 8px;
    height: 8px;
}
.dot-circle {
    
    text-align: center;
}   
.sub-titles {
    font-weight: 700;
    font-size: 20px;
    color: #07294d;
    position: relative;
    padding-bottom: 10px;
  
    margin-bottom: 10px;
	
}
.sub-titles::before {
    position: absolute;
    content: '';
    width: 150px;
    height: 2px;
    background-color: #07294d;
    left: 0;
    bottom: 0;
}
::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: auto !important;
}
.ul-list, .job-inner ul {
    display: inline-grid !important;
    margin-left: 35px !important;
    list-style-type: disc !important;
}
/*---------------contact us--------------------*/
section 
{
    
    min-height: 146px;
	
}
.contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
      margin-bottom: 10px;
}
.contact-info-icon {
margin-bottom: 10px;
}
.contact-info-item {
/*background: #FAFAFA;*/
  padding: 30px 0px;
  padding: 10px 10px 10px 10px;
    /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);*/
}
.contact-page-sec .contact-page-form h2 {
  color: #071c34;
  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: #071c34;
  width: 150px;
  border-color: #071c34;
}
.contact-info-icon i {
  font-size: 48px;
  color: #fda40b;
}
.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {
  color: #071c34;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-info-text span {
  color: #54595f;
  font-size: 16px;
  font-weight: ;
  display: inline-block;
  width: 100%;
}

.contact-page-form input {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  margin-bottom: 20px;
  padding: 12px 16px;
  width: 100%;
  border-radius: 4px;
}

.contact-page-form .message-input {
display: inline-block;
width: 100%;
padding-left: 0;
}
.single-input-field textarea {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  width: 100%;
  height: 120px;
  padding: 12px 16px;
  border-radius: 4px;
}
.single-input-fieldsbtn input[type="submit"] {
  background: #fda40b none repeat scroll 0 0;
  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:#071c34;transition: all 0.4s ease-in-out 0s;border-color:#071c34}
.single-input-field  h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}
.contact-page-form {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  border-radius: 12px 12px 12px 12px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.contact-page-map {
  margin-top: 36px;
}
.contact-page-form form {
    padding: 20px 15px 0;
}
.card-body {
  
    min-height: 1px;
    padding: 1.25rem;
}
.form-row {
    
    display: flex;
  
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-group {
    margin-bottom: 1rem;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/*---------Ev coding-------------*/

.pb-30 {
    padding-bottom: 30px;
}

.pt-30 {
    padding-top: 30px;
}


.text-center {
    text-align: center!important;
}
.section-heading {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 29px;
    position: relative;
    text-transform: none;
    z-index: 1;
    color:#07294d;
}
.about ul {
    padding-left: 0;
}
.about ul li {
    font-size: 16px;
    margin-bottom: 4px;
    color: #151515;
    text-align: justify;
    list-style: none;
	
	
}
.imgshadow {
	padding: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	 border: 3px solid #211f3e;
}
.imgborder
{
	border: 2px solid #211f3e;
	padding-bottom:10px
}

/*--mechanical coding---*/




.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    
}
.hrc {
    border-top: 1px solid #403A63 !important;
	
}
.hrc1 {
	
    content: '';
    width: 243px;
    height: 1px;
    background-color: #403A63;
    left: 0;
    bottom: 0;
}


    .college-logo {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      object-fit: cover;
      border: 2px solid #ccc;
    }

    h2 {
      margin-top: 40px;
      font-weight: 600;
      color: #07294d;
    }

    .table-responsive {
      margin-top: 30px;
    }

  
	
	
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}
@keyframes fade{
  from{
    opacity:0.4;
  }
  to{
    opacity:1;
  }
}


#slider{
  margin:0 auto;
  width:100%;
  overflow:hidden;
}

.slides{
  overflow:hidden;
  animation-name:fade;
  animation-duration:1s;
  display:none;
}




@media (max-width:567px){
  #slider{
    width:100%;

  }
}

 .team-img {
  
     width: 268px;
    height: 268px;
      object-fit: cover;
      border-radius: 50%;
      border: dashed 1px #ccc;
	  padding: 10px;
    }
    .team-member {
      margin-bottom: 30px;
    }
	.our-team-title {
    color:#07294d;
    font-size: 25px;
    margin-top: 20px;
    line-height: 22px;
    text-align: center;
    position: relative;
    transition: all ease 0.6s;
	font-weight: 700;
}

.our-team-desig {
    color: #595959;
    display: block;
    line-height: 35px;
   font-size: 18px;
    transition: all 0.6s ease 0s;
    text-align: center;
    width: 80%;
    margin: 0px auto 8px auto;
  
}

.why-choose {
    text-align: left;
    margin-bottom: 15px;
    background: #f7fbfe;
    padding: 15px;
    box-shadow: 0 5px 10px #00000033;
}
.img-fluid1 {
    max-width: 100%;
    height: auto;
	/*padding-top: 37px;*/
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	/*padding: 10px 10px 10px 10px;*/
	margin-top:25px;
	border:2px solid #151515
}

/* Modal background */
.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
}

body.modal-open {
    overflow: hidden;
}

/* Modal Background */
.modal {
    display: none;
  /*  position: fixed;*/
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
}

/* Modal Content */
.modal-content {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    width: 90%;
    max-width: 500px;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

/* Form Elements */
.form-group {
    margin-bottom: 15px;
}

input, textarea, select {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 16px;
}

.submit-btn {
    background-color: #07294d;
    color: white;
    border: none;
    padding: 12px 20px;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
}

.submit-btn:hover {
    background-color:#f58303;
}
/*---------------*///
