html,
body {
    height: 100%;
    font-family: 'Rubik', sans-serif
}

.mobile-home {
    display: none
}

h2,
h3,
h4,
h5,
h6 {
    color: #111;
    margin: 0;
    font-weight: 500;
    font-family: 'Rubik', sans-serif
}

h2 {
    font-size: 36px;
    line-height: 1.2
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 14px
}

p {
    font-size: 1rem;
    color: #212529;
    line-height: 1.6
}

img {
    max-width: 100%
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: 0
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0
}

ul {
    padding: 0;
    margin: 0
}

li {
    list-style: none
}

.spad {
    padding-top: 50px;
    padding-bottom: 65px
}

.section-title {
    margin-bottom: 70px
}

.section-title h3 {
    text-transform: uppercase;
    margin-bottom: 20px
}

.section-title p {
    margin-bottom: 0
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0
}

.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
    color: #fff
}

.site-btn {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    background: #05597a;
    color: #fff;
    padding: 18px 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    border-radius: 50px;
    min-width: 170px;
    text-align: center;
    border: 0;
    cursor: pointer
}

#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #fff
}

.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    animation: loader .8s linear infinite;
    -webkit-animation: loader .8s linear infinite
}

@keyframes loader {
    0 {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        border: 4px solid #f44336;
        border-left-color: transparent
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent
    }
}

.header-section {
    padding: 15px 0;
    overflow: hidden
}

.site-logo {
    display: inline-block;
    margin-right: 50px;
    padding-top: 0
}

.header-info {
    display: inline-block;
    float: right
}

.header-info .hf-item {
    display: inline-block;
    margin-left: 35px
}

.header-info .hf-item i {
    width: 45px;
    height: 45px;
    display: inline-block;
    position: relative;
    text-align: center;
    color: #f6783a;
    font-size: 17px;
    padding-top: 13px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px
}

.header-info .hf-item i:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #d2d2db;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 2px
}

.header-info .hf-item p {
    display: inline-block;
    position: relative;
    top: 10px;
    margin-bottom: 0
}

.header-info .hf-item p span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #020031;
    font-weight: 500
}

.nav-switch {
    display: none
}

.nav-section {
    background: #020031
}

.nav-section .nav-right {
    float: right;
    padding-top: 23px
}

.nav-section .nav-right a {
    color: #fff;
    margin-left: 30px;
    font-size: 16px
}

.main-menu {
    list-style: none
}

.main-menu li {
    display: inline
}

.main-menu li a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 25px 20px;
    margin-right: -5px;
    -webkit-transition: all .4s ease 0;
    -o-transition: all .4s ease 0;
    transition: all .4s ease 0
}

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

.main-menu li.active a {
    background: #f6783a
}

.hs-item {
    min-height: 760px;
    position: relative;
    display: table;
    width: 100%
}

.hs-item .hs-text {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 2
}

.hs-item .hs-subtitle {
    font-size: 16px;
    text-transform: uppercase;
    color: #f6783a;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 55px;
    position: relative;
    opacity: 1 !important;
    top: 20px;
    text-shadow: 1px 0 5px #140a0a;
    -webkit-transition: all .5s ease .4s;
    -o-transition: all .5s ease .4s;
    transition: all .5s ease .4s
}

.hs-item .hs-title {
    color: #fff;
    font-size: 44px;
    margin-bottom: 25px;
    position: relative;
    opacity: 1 !important;
    text-transform: uppercase;
    -webkit-transition: all .5s ease .6s;
    -o-transition: all .5s ease .6s;
    transition: all .5s ease .6s
}

.hs-item .hs-des {
    color: #fff;
    font-size: 16px;
    line-height: 2;
    position: relative;
    opacity: 1 !important;
    -webkit-transition: all .5s ease .8s;
    -o-transition: all .5s ease .8s;
    transition: all .5s ease .8s
}

.hs-item .site-btn {
    margin-top: 30px;
    opacity: 1 !important;
    top: 0;
    -webkit-transition: all .5s ease 1s;
    -o-transition: all .5s ease 1s;
    transition: all .5s ease 1s
}

.counter-section {
    background: #020031;
    padding: 40px 0
}

.counter-section .big-icon {
    display: block;
    float: left;
    width: 71px;
    height: 71px;
    border-radius: 70px;
    background: #fff;
    text-align: center;
    padding-top: 20px;
    margin-right: 15px
}

.counter-section .big-icon i {
    font-size: 30px;
    color: #f6783a
}

.counter-section .counter {
    padding-left: 40px
}

.counter-section .counter .counter-item {
    min-width: 100px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    border-right: 1px solid #35335a;
    text-align: center;
    display: inline-block
}

.counter-section .counter .counter-item:last-child {
    border-right: 0
}

.counter-section .counter .counter-item h4 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 4px
}

.counter-content {
    padding-left: 90px
}

.counter-content h2 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-top: 10px
}

.counter-content p {
    text-transform: uppercase;
    color: #fff
}

.counter-content p i {
    color: #f6783a;
    margin-right: 10px
}

.services {
    margin-bottom: -50px
}

.service-item {
    margin-bottom: 50px
}

.service-item .service-icon {
    width: 45px;
    float: left
}

.service-item .service-icon img {
    max-width: 100%
}

.service-item .service-content {
    padding-left: 75px
}

.service-item .service-content h4 {
    margin-bottom: 15px;
    font-weight: 400
}

.enroll-section {
    position: relative
}

.enroll-section:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .8
}

.enroll-section .container {
    position: relative;
    z-index: 1
}

.enroll-section .section-title {
    margin-bottom: 40px
}

.enroll-list-item {
    padding-left: 70px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px
}

.enroll-list-item span {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    text-align: center;
    border-radius: 50px;
    background: #f6783a;
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px
}

.enroll-list-item h5 {
    font-weight: 400;
    margin-bottom: 10px
}

.enroll-list-item:after {
    position: absolute;
    content: '';
    height: calc(100% - 45px);
    left: 20px;
    top: 48px;
    border-left: 1px dashed #6c6e70
}

.enroll-list-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.enroll-list-item:last-child:after {
    display: none
}

.courses-section .container {
    margin-bottom: -50px
}

.course-item {
    margin-bottom: 70px
}

.course-item .course-thumb {
    margin-bottom: 45px;
    position: relative
}

.course-item .course-thumb img {
    min-width: 100%
}

.course-item .course-thumb .course-cat {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: -19px
}

.course-item .course-thumb .course-cat span {
    min-width: 150px;
    bottom: 0;
    background: #f6783a;
    padding: 10px 15px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    border-radius: 50px;
    letter-spacing: 2px
}

.course-item .course-info {
    text-align: center;
    margin: 0 -15px
}

.course-item .course-info .date {
    color: #f6783a;
    font-size: 14px;
    margin-bottom: 10px
}

.course-item .course-info h4 {
    font-weight: 400;
    line-height: 1.3
}

.course-item .course-info .cource-price {
    padding-top: 15px;
    color: #f6783a
}

.course-item .course-info .cource-price span {
    font-size: 14px;
    font-weight: 500;
    color: #b7b7b7
}

.course-info h4 a {
    color: #111
}

.fact-section {
    background-position: center center;
    position: relative
}

.fact-section:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #030232;
    opacity: .95
}

.fact-section .container {
    position: relative;
    z-index: 1
}

.fact {
    text-align: center
}

.fact-icon {
    font-size: 40px;
    color: #fff;
    width: 50px;
    display: inline-block
}

.fact-text {
    padding-left: 20px;
    display: inline-block;
    text-align: left
}

.fact-text .ptag {
    color: #f6783a;
    font-weight: 400;
    font-size: 32px
}

.fact-text p {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff
}

.event-item {
    margin-bottom: 50px
}

.event-item .event-thumb {
    margin-bottom: 45px;
    position: relative
}

.event-item .event-thumb img {
    min-width: 100%
}

.event-item .event-thumb .event-date {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: -19px
}

.event-item .event-thumb .event-date span {
    min-width: 170px;
    bottom: 0;
    background: #f6783a;
    padding: 10px 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    border-radius: 50px;
    letter-spacing: 2px
}

.event-item .event-info {
    text-align: center
}

.event-item .event-info h4 {
    margin-bottom: 20px;
    font-weight: 400
}

.event-item .event-info p {
    margin-bottom: 30px
}

.event-item .event-info p i {
    color: #f6783a;
    padding-left: 13px;
    padding-right: 4px
}

.event-item .event-info .event-readmore {
    font-size: 13px;
    text-transform: uppercase;
    color: #b7b7b7;
    letter-spacing: 2px;
    font-weight: 500
}

.event-item .event-info .event-readmore i {
    color: #f6783a
}

.gallery .gallery-item {
    width: 12.5%;
    position: relative
}

.gallery .gallery-item:after {
    content: '';
    display: block;
    clear: both
}

.gallery .gallery-item:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.gallery .gallery-item:hover:before {
    opacity: .3
}

.gallery .gallery-item.gi-big,
.gallery .gallery-item.gi-long {
    width: 25%
}

.gallery .gallery-item a {
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(246, 120, 58, .9);
    color: #fff;
    left: 50%;
    top: 60%;
    margin-left: -25px;
    margin-top: -25px;
    border-radius: 50%;
    padding-top: 13px;
    text-align: center;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.gallery .gallery-item a i {
    font-size: 24px
}

.gallery .gallery-item:hover a {
    opacity: 1;
    top: 50%;
    -webkit-transition: all .4s cubic-bezier(.55, .09, .68, .53) 0;
    -o-transition: all .4s cubic-bezier(.55, .09, .68, .53) 0;
    transition: all .4s cubic-bezier(.55, .09, .68, .53) 0
}

.gallery .grid-sizer {
    width: 12.5%
}

.blog-item {
    margin-bottom: 35px;
    overflow: hidden
}

.blog-item .blog-thumb {
    width: 245px;
    height: 150px;
    float: left
}

.blog-item .blog-content {
    padding-left: 258px
}

.blog-item .blog-content h4 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 8px;
    line-height: 1.4
}

.blog-item .blog-meta {
    margin-bottom: 15px
}

.blog-item .blog-meta span {
    margin-right: 10px;
    font-size: 12px;
    color: #b7b7b7
}

.blog-item .blog-meta span i {
    color: #f6783a;
    margin-right: 3px
}

.newsletter-section {
    background: #f7f7f7;
    padding: 50px 0
}

.newsletter-section .newsletter {
    position: relative;
    margin-top: 12px
}

.newsletter-section .newsletter input {
    width: 100%;
    font-size: 14px;
    padding: 18px 30px;
    border: 0;
    border-radius: 50px;
    padding-right: 170px
}

.newsletter-section .newsletter .site-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-radius: 0 50px 50px 0;
    min-width: 150px
}

.footer-section {
    background-color: #020031;
    background-image: url(../img/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center 75px
}

.footer-section .footer-top {
    padding: 65px 15px
}

.footer-section .copyright {
    border-top: 1px solid #312f56;
    padding: 27px 0;
    text-align: center
}

.footer-section .copyright p {
    color: #b7b7b7;
    margin-bottom: 0
}

.footer-section .copyright p a {
    color: #fff;
    font-weight: 500
}

.footer-section .copyright p a:hover {
    color: #f6783a
}

.footer-widget .fw-title {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
    padding-top: 10px
}

.footer-widget p,
.footer-widget span {
    color: #b7b7b7
}

.footer-widget ul {
    list-style: none
}

.footer-widget .about-widget img {
    margin-bottom: 30px
}

.footer-widget .about-widget p {
    margin-bottom: 35px
}

.footer-widget .social a {
    color: #b7b7b7;
    margin-right: 15px
}

.footer-widget .dobule-link ul {
    display: inline-block
}

.footer-widget .dobule-link ul a {
    display: block;
    font-size: 14px;
    color: #b7b7b7;
    margin-bottom: 15px
}

.footer-widget .dobule-link ul a:hover {
    color: #f6783a
}

.footer-widget .dobule-link ul li:last-child a {
    margin-bottom: 0
}

.footer-widget .dobule-link ul:last-child {
    margin-left: 50px
}

.footer-widget .recent-post li {
    margin-bottom: 25px
}

.footer-widget .recent-post p {
    margin-bottom: 5px
}

.footer-widget .recent-post span {
    font-size: 12px
}

.footer-widget .recent-post span i {
    color: #f6783a;
    margin-right: 5px
}

.footer-widget .contact li {
    margin-bottom: 15px;
    display: block
}

.footer-widget .contact li p {
    margin-bottom: 0
}

.footer-widget .contact i {
    font-size: 12px
}

.site-breadcrumb {
    padding: 60px 0;
    color: #b7b7b7;
    font-size: 18px
}

.site-breadcrumb a {
    color: #111
}

.site-breadcrumb a i {
    margin: 0
}

.site-breadcrumb i {
    margin: 0 10px
}

.site-pageination {
    list-style: none
}

.site-pageination li {
    display: inline;
    text-align: center
}

.site-pageination li a {
    display: inline-block;
    min-width: 40px;
    height: 40px;
    border: 1px solid #e1e1e1;
    color: #636363;
    padding-top: 9px;
    font-size: 14px;
    margin-right: 14px;
    border-radius: 2px
}

.site-pageination li a:hover,
.site-pageination li a.active {
    background: #f6783a;
    border-color: #f6783a;
    color: #fff
}

.about-text h5 {
    font-weight: 400;
    margin-bottom: 12px
}

.about-text .about-list {
    list-style: none;
    padding-top: 10px
}

.about-text .about-list li {
    font-size: 14px;
    color: #636363;
    margin-bottom: 10px
}

.about-text .about-list li i {
    color: #f6783a
}

.testimonial-section {
    background: #f7f7f7
}

.testimonial-slider .ts-author-pic {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin: 5px auto 0
}

.testimonial-slider .ts-text p {
    font-size: 18px;
    margin-bottom: 20px
}

.testimonial-slider .ts-text h5 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px
}

.testimonial-slider .ts-text span {
    color: #f6783a;
    font-size: 14px
}

.testimonial-slider .owl-nav {
    position: absolute;
    top: 35px;
    width: 180px;
    left: 40px
}

.testimonial-slider .owl-prev {
    float: left
}

.testimonial-slider .owl-next {
    float: right
}

.testimonial-slider .owl-prev,
.testimonial-slider .owl-next {
    font-size: 36px;
    color: #b7b7b7
}

.testimonial-slider .owl-dots {
    position: absolute;
    left: -15px;
    bottom: -5px;
    width: 25%;
    padding: 0 15px;
    text-align: center
}

.testimonial-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background: #b7b7b7;
    display: inline-block;
    margin: auto 5px
}

.testimonial-slider .owl-dots .owl-dot.active {
    background: #f6783a
}

.member {
    text-align: center;
    margin-bottom: 20px
}

.member h5 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px
}

.member p {
    color: #f6783a;
    margin-bottom: 0;
    font-weight: 14
}

.member:hover .member-pic:after {
    opacity: .4
}

.member:hover .member-social {
    opacity: 1
}

.member:hover .member-social a {
    top: 0
}

.member:hover .member-social a:nth-child(1) {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.member:hover .member-social a:nth-child(2) {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.member:hover .member-social a:nth-child(3) {
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.member .member-pic {
    width: 200px;
    height: 200px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin-bottom: 15px
}

.member .member-pic:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.member .member-social {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -6px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.member .member-social a {
    padding: 0 5px;
    margin: auto 5px;
    color: #fff;
    position: relative;
    top: -20px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.member .member-social a:hover {
    color: #f6783a
}

.post-item {
    margin-bottom: 60px
}

.post-item .post-thumb {
    height: 320px;
    margin-bottom: 40px
}

.post-item .post-thumb-full {
    margin-bottom: 40px
}

.post-item .post-content h3 {
    font-size: 29px;
    font-weight: 400;
    margin-bottom: 10px
}

.post-item .post-content h3 a {
    color: #111
}

.post-item .post-content p {
    margin-bottom: 0
}

.post-item .post-meta {
    margin-bottom: 10px
}

.post-item .post-meta span {
    margin-right: 10px;
    font-size: 14px;
    color: #b7b7b7
}

.post-item .post-meta span i {
    color: #f6783a
}

.post-item .tag {
    padding-top: 15px;
    padding-bottom: 40px;
    font-size: 12px;
    text-transform: uppercase;
    color: #b7b7b7
}

.post-item .tag i {
    color: #f6783a;
    margin-right: 5px
}

.post-item .post-author {
    padding: 40px 0;
    border-top: 1px solid #f5f5f5
}

.post-item .post-author .pa-thumb {
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 50%
}

.post-item .post-author .pa-content {
    padding-left: 130px;
    padding-top: 5px
}

.post-item .post-author .pa-content h4 {
    font-size: 18px;
    margin-bottom: 10px
}

.comment-warp {
    padding-top: 40px;
    border-top: 1px solid #f5f5f5
}

.comment-warp .comment-title {
    font-weight: 400;
    margin-bottom: 35px
}

.comment-warp .comment-list {
    list-style: none
}

.comment-warp .comment-list .replay-comment-list {
    list-style: none;
    margin-left: 14%
}

.comment-warp .comment {
    margin-bottom: 40px
}

.comment-warp .comment .comment-avator {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 50%
}

.comment-warp .comment .comment-content {
    padding-left: 100px
}

.comment-warp .comment .comment-content .c-date {
    font-size: 12px;
    text-transform: uppercase;
    color: #b7b7b7;
    margin-bottom: 5px;
    display: block
}

.comment-warp .comment .comment-content h5 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 400
}

.comment-warp .comment .comment-content p {
    margin-bottom: 0
}

.comment-warp .comment .comment-content .c-btn {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #e1e1e1;
    color: #111;
    padding: 5px 25px;
    border-radius: 2px;
    margin-right: 5px;
    margin-top: 15px
}

.comment-warp .comment .comment-content .c-btn:hover {
    border-color: #f6783a;
    background: #f6783a;
    color: #fff
}

.comment-form-warp {
    padding: 40px 0;
    border-top: 1px solid #f5f5f5
}

.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form input[type='number'],
.comment-form textarea {
    width: 100%;
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 18px 20px;
    margin-bottom: 30px;
    border-radius: 2px
}

.comment-form textarea {
    height: 150px
}

.comment-form.contact-box input[type='text'],
.comment-form.contact-box input[type='email'],
.comment-form.contact-box input[type='number'],
.comment-form.contact-box textarea {
    border: 1px solid #e1e1e1
}

.comment-form.contact-box textarea {
    margin-bottom: 50px
}

.widget {
    margin-bottom: 55px;
    margin-left: 0
}

.widget .widget-title {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 30px
}

.widget ul {
    list-style: none
}

.widget ul a {
    font-size: 14px;
    color: #636363;
    margin-bottom: 10px;
    padding: 5px 0;
    display: inline-block
}

.widget ul a:hover {
    color: #f6783a
}

.widget .search-widget {
    position: relative
}

.widget .search-widget input {
    width: 100%;
    border: 1px solid #9d9d9d;
    padding: 10px 15px;
    padding-right: 55px;
    font-size: 14px
}

.widget .search-widget button {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    border: 0;
    width: 50px;
    padding-top: 5px;
    color: #b7b7b7;
    background-color: transparent;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.widget .recent-post-widget .rp-item {
    margin-bottom: 25px;
    display: block;
    overflow: hidden
}

.widget .recent-post-widget .rp-thumb {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 30px
}

.widget .recent-post-widget .rp-content {
    padding-left: 100px
}

.widget .recent-post-widget .rp-content p {
    font-size: 12px;
    color: #b7b7b7;
    margin-bottom: 0
}

.widget .recent-post-widget .rp-content p i {
    color: #f6783a
}

.widget .recent-post-widget .rp-content h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px
}

.widget .tags a {
    min-width: 80px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 10px;
    line-height: 10px;
    color: #636363;
    padding: 12px 15px;
    border: 1px solid #f6783a;
    margin-right: 5px;
    margin-bottom: 8px;
    text-align: center;
    border-radius: 2px
}

.post-item.post-details {
    margin-bottom: 0
}

.post-item.post-details p {
    margin-bottom: 15px
}

.post-item.post-details blockquote {
    padding: 25px 30px;
    font-size: 16px;
    color: #111;
    border-left: 3px solid #f6783a;
    -webkit-box-shadow: 0 0 40px #f2f2f2;
    box-shadow: 0 0 40px #f2f2f2;
    margin: 40px 0 35px
}

.map-section {
    height: 500px;
    position: relative
}

.map-section .map {
    height: 100%
}

.contact-info-warp {
    position: absolute;
    width: 400px;
    height: 100%;
    background: rgba(2, 0, 49, .8);
    text-align: center;
    z-index: 1;
    padding-top: 70px
}

.contact-info-warp .contact-info {
    margin-bottom: 40px
}

.contact-info-warp .contact-info h4 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 8px
}

.contact-info-warp .contact-info p {
    color: #fff;
    margin-bottom: 0
}

@media(min-width:1200px) {
    .container {
        max-width: 1300px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .counter-section .counter {
        padding-left: 20px
    }
    .counter-section .counter .counter-item {
        min-width: 80px
    }
    .counter-section .counter .counter-item h4 {
        font-size: 35px
    }
    .widget {
        margin-left: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-info .hf-item i {
        float: left
    }
    .header-info .hf-item p {
        display: block
    }
    .hs-item {
        height: auto;
        min-height: auto;
        padding: 140px 0
    }
    .counter-section .counter {
        padding-top: 15px;
        padding-left: 0
    }
    .counter-section .counter .counter-item {
        min-width: 70px
    }
    .counter-section .counter .counter-item h4 {
        font-size: 27px
    }
    .gallery .gallery-item,
    .gallery .gallery-item.gi-big,
    .gallery .gallery-item.gi-long {
        width: 25%
    }
    .footer-widget {
        margin-bottom: 40px
    }
    .testimonial-slider .owl-nav {
        left: -16px
    }
    .member {
        margin-bottom: 40px
    }
    .sidebar {
        padding-top: 0
    }
    .widget {
        margin-left: 0
    }
}

@media only screen and (max-width:767px) {
    .header-info {
        display: none
    }
    .site-logo {
        padding: 15px 0
    }
    .nav-switch {
        position: absolute;
        right: 30px;
        font-size: 30px;
        color: #111;
        top: 25px;
        display: block
    }
    .nav-section .nav-right {
        display: block;
        float: none;
        text-align: right;
        padding-bottom: 20px
    }
    .main-menu {
        display: none
    }
    .main-menu li {
        display: block
    }
    .main-menu li a {
        padding: 15px;
        display: block;
        border-top: 1px solid #212031
    }
    .main-menu li a:hover {
        background-color: transparent;
        color: #f6783a
    }
    .main-menu li.active a {
        background-color: transparent
    }
    .hs-item {
        min-height: auto;
        padding: 100px 0
    }
    .hs-item .hs-title {
        font-size: 40px
    }
    .counter-section .counter {
        float: none;
        padding-top: 30px;
        padding-left: 0;
        text-align: center
    }
    .gallery .gallery-item,
    .gallery .gallery-item.gi-big,
    .gallery .gallery-item.gi-long {
        width: 50%
    }
    .fact {
        text-align: left;
        margin-bottom: 15px
    }
    .footer-widget {
        margin-bottom: 40px
    }
    .testimonial-slider .owl-nav {
        left: 50%;
        margin-left: -90px
    }
    .testimonial-slider .owl-dots {
        text-align: center;
        width: 100%;
        left: 0;
        bottom: 0
    }
    .testimonial-slider .ts-author-pic {
        margin: 5px auto 30px
    }
    .testimonial-slider .ts-item {
        text-align: center;
        padding-bottom: 50px
    }
    .member {
        margin-bottom: 40px
    }
    .sidebar {
        padding-top: 80px
    }
    .widget {
        margin-left: 0
    }
    .map-section {
        height: auto
    }
    .contact-info-warp {
        position: relative;
        height: auto;
        display: block;
        width: 100%;
        padding-bottom: 70px
    }
    .map-section .map {
        height: 300px
    }
}

@media only screen and (max-width:479px) {
    .hs-item .hs-title {
        font-size: 27px
    }
    .counter-section .counter .counter-item {
        min-width: 65px
    }
    .counter-section .counter .counter-item h4 {
        font-size: 25px
    }
    .course-item .course-info {
        margin: 0
    }
    .blog-item .blog-thumb {
        height: 230px;
        width: 100%;
        margin-bottom: 20px
    }
    .blog-item .blog-content {
        padding-left: 0
    }
    .gallery .gallery-item,
    .gallery .gallery-item.gi-big,
    .gallery .gallery-item.gi-long {
        width: 100%
    }
    .newsletter-section .newsletter {
        text-align: center
    }
    .newsletter-section .newsletter input {
        padding-right: 30px;
        margin-bottom: 20px;
        text-align-last: auto
    }
    .newsletter-section .newsletter .site-btn {
        position: relative;
        border-radius: 50px
    }
    .post-item .post-author .pa-thumb,
    .comment-warp .comment .comment-avator {
        float: none;
        margin-bottom: 15px
    }
    .post-item .post-author .pa-content,
    .comment-warp .comment .comment-content {
        padding-left: 0
    }
}

.header-section p a {
    font-size: 14px;
    color: #636363;
    line-height: 1.6
}

.sec-list {
    margin-bottom: 3rem
}

.sec-list .bg-primary {
    background: #fd5f00 !important;
    display: block;
    width: 100%;
    position: relative;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.sec-list .pt-5,
.sec-list .py-5 {
    padding-top: 3rem !important
}

.sec-list .px-4 {
    padding-left: 1.5rem !important
}

.sec-list .icon {
    line-height: 1.3;
    position: relative;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.sec-list .media-body {
    color: rgba(255, 255, 255, .8)
}

.sec-list .p-2 {
    padding: .5rem !important
}

.sec-list .mt-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem
}

.media-body h3 {
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    margin-bottom: 1rem
}

.media-body p {
    color: rgba(255, 255, 255, .9)
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.bg-darken {
    background: #0d1128 !important
}

.about-text .about-list li i {
    color: #f6783a;
    padding-right: 10px;
    font-size: 16px
}

.about-text .about-list li {
    font-size: 15px;
    color: #636363;
    margin-bottom: 10px
}

.about-text .about-list {
    list-style: none;
    padding-top: 20px
}

.about-text .about-list li {
    font-size: 15px;
    color: #636363;
    margin-bottom: 10px;
    line-height: 35px
}

.inner-icon {
    margin-top: 5.5rem
}

.section-title p,
.enroll-list-item p {
    font-size: 14px
}

.section-title h3 span {
    color: #f6783a
}

.mentors {
    background: #f2f2f2;
    padding-bottom: 35px
}

.why-sec {
    padding-bottom: 35px;
    padding-top: 35px
}

.why-sec .section-title p {
    font-size: 15px
}

.book-sec .course-item .course-thumb img {
    min-width: 100%;
    height: 300px;
    width: 100%
}

.event-section {
    padding-top: 0
}

.event-info ul li {
    text-align: left
}

.event-info h4 {
    text-align: left
}

.blog-page-section .post-item .post-thumb {
    height: 250px
}

.blog-page-section .post-item .post-content h3 {
    font-size: 26px
}

.newsletter-section {
    background: #f0f0f0;
    padding: 50px 0
}

.swiper-pagination-bullet {
    height: 7px;
    width: 26px;
    border-radius: 25px;
    background: #f9480a
}

.swiper-button-next,
.swiper-button-prev {
    color: red;
    transition: all .3s ease;
    display: none
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 1;
    color: green;
    transition: all ease
}

.swiper img {
    height: 155px;
    width: 90%
}

.swiper {
    z-index: 14;
    padding-bottom: 36px
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -4px
}

.swiper2 img {
    height: 155px;
    width: 100%
}

.fact-section {
    background-position: center center;
    position: relative;
    margin-top: 30px
}

.newsletter-section .section-title {
    margin-bottom: 70px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.blog-content h4 a {
    color: #000;
    transition: all .3s ease
}

.blog-content h4 a:hover {
    color: #f6783a
}

.mySwiper1 .swiper-pagination-bullet {
    height: 0;
    width: 0;
    border-radius: 25px;
    background: #f9480a
}

.testimonial-section {
    background: #020031
}

.testimonial-slider .ts-text p {
    color: #fff
}

.testimonial-slider .ts-text h5,
.testimonial-slider .ts-text span {
    color: #f9480a
}

.service-content ul li {
    list-style: none;
    line-height: 30px
}

.service-content ul li i {
    color: #f6783a;
    padding-right: 12px
}

.service-item .service-content {
    padding-left: 0;
    padding-top: 20px
}

.service-item th {
    border: 1px solid #ccc !important;
    background-color: #ddd;
    font-size: 16px;
    color: #333;
    text-align: left
}

.service-item td {
    border: 1px solid #ccc !important;
    font-size: 16px;
    color: #333;
    text-align: left
}

.table-bordered {
    border: 1px solid #ddd
}

.service-item h4 {
    font-size: 1.5rem
}

.test-fee p {
    margin-bottom: .5rem
}

.why-cho {
    margin-top: 60px;
    background: #fbfbfb;
    padding-top: 65px
}

.why-cho .section-title {
    margin-bottom: 55px
}

.why-cho h5 {
    padding-bottom: 15px
}

.top-sec {
    padding-bottom: 40px
}

.analysis {
    background: #f0f0f0;
    padding: 65px 0
}

.analysis ul li {
    list-style: none;
    line-height: 30px;
    text-indent: -14px;
    padding-left: 27px
}

.analysis ul li i {
    color: #f6783a;
    padding-right: 12px
}

.analysis h3,
.analysis-two h3 {
    color: #f9480a
}

.second-row {
    padding-top: 20px
}

.second-row h5 {
    padding-bottom: 10px
}

.analysis .section-title,
.analysis-two .section-title {
    margin-bottom: 50px
}

.analysis-two {
    background: #fff;
    padding: 65px 0
}

.analysis-two h6 {
    font-size: 18px;
    padding: 15px 0
}

.analysis-two .innr-div ul li i,
.fa-check-square-o {
    color: #f6783a;
    padding-right: 12px
}

.analysis-two .innr-div ul li,
.exam-detail .content ul li {
    text-indent: -14px;
    padding-left: 55px;
    line-height: 30px
}

.last-list li {
    list-style: inside;
    list-style-type: auto;
    line-height: 25px !important;
    text-indent: -17px !important;
    padding-left: 55px !important;
    padding-bottom: 10px
}

.three-anan {
    background: #f0f0f0
}

.services {
    margin-bottom: 0
}

.exam-detail {
    background: #fff
}

.exam-detail .title,
.title {
    font-size: 21px !important;
    border: 0;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 22px
}

.exam-detail .title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 74px;
    background: #fdc632
}

.title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 74px;
    background: #fdc632
}

.exam-detail .content ul li {
    margin-bottom: 10px
}

.exam-detail ul li span {
    color: #f6783a;
    font-size: 18px;
    margin-right: 10px;
    font-weight: 500
}

.exam-detail .service-item {
    margin-bottom: 30px
}

.note-list li {
    text-indent: -25px;
    padding-left: 50px;
    line-height: 30px
}

.text-justify {
    text-align: justify
}

.img-box {
    width: 80%;
    margin: 0 auto
}

.img-box img {
    width: 100%
}

.exam-count {
    margin-top: 50px
}

.achiver-part {
    padding-top: 60px !important
}

.pad-left {
    margin-left: 20px
}

.img-innr-box {
    margin: 0 auto 60px;
    width: 65%
}

.video-box {
    padding-top: 65px
}

.sec-row {
    margin-top: 40px
}

.test-fee .course-thumb {
    height: 100%
}

.test-fee .course-thumb img {
    height: 100%
}

.mobile-view {
    display: none
}

.site-breadcrumb.bread1 {
    padding: 15px 0 35px;
    color: #b7b7b7;
    font-size: 16px
}

.sec-list .bg-darken {
    background: #25252e !important
}

.sec-list .bg-primary {
    background: #ff9e00 !important
}

.watch-btn {
    text-align: center;
    width: 100%
}

.watch-btn a {
    background: #05597a;
    padding: 12px 25px;
    color: #fff;
    border-radius: 10px;
    transition: all .5s ease-in-out
}

.watch-btn a:hover {
    background: #020031
}

.bnnr-btm {
    margin-top: 0 !important;
    padding-top: 35px !important;
    padding-bottom: 35px !important
}

.swiper2 .swiper-pagination {
    display: none
}

.app img {
    width: 50%
}

.course-part {
    background: #f3f3f3
}

.course-list .service-content h4 a {
    color: #000
}

.mfp-container {
    height: auto !important
}

.course-info h4 {
    font-size: 20px
}

.intro-img {
    height: 90%
}

.img-box {
    margin-bottom: 45px
}

.row2 {
    margin-top: 10px
}

.img-row {
    margin-top: 8px
}

@media screen and (max-width:767px) {
    .newsletter-section .section-title {
        margin-bottom: 0;
        position: inherit !important;
        top: 0;
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    .fact-text .ptag {
        font-size: 30px
    }
    .fact-icon {
        font-size: 42px
    }
    iframe {
        width: 100%;
        height: 300px
    }
}

@media screen and (max-width:1024px) {
    .dobule-link {
        display: inline-flex
    }
    .footer-widget .dobule-link ul:last-child {
        margin-left: 25px
    }
    .testimonial-slider .owl-nav {
        left: 15px
    }
    .about-text .about-list li {
        font-size: 14px;
        line-height: 25px
    }
    .sec-list .px-4 {
        padding-left: 1rem !important
    }
    .media-body h3 {
        font-size: 18px
    }
    p {
        font-size: 15px
    }
    .fact-text .ptag {
        font-size: 26px
    }
    .main-menu li a {
        font-size: 12px;
        padding: 25px 15px
    }
}

@media screen and (max-width:992px) {
    .fact-icon {
        display: block;
        margin: 0 auto
    }
    .fact-text .ptag {
        font-size: 24px;
        text-align: center
    }
    .fact-icon i {
        font-size: 30px
    }
    .blog-item .blog-content h4 {
        font-size: 18px
    }
    .testimonial-slider .owl-nav {
        left: 15px
    }
    .swiper img {
        height: 125px;
        width: 90%
    }
    .swiper2 img {
        height: 160px;
        width: 90%
    }
    .dobule-link {
        display: inline-flex
    }
    .footer-widget .dobule-link ul:last-child {
        margin-left: 25px
    }
    .about-text .about-list li {
        font-size: 15px;
        line-height: 25px
    }
    h3 {
        font-size: 25px
    }
    .media-body h3 {
        font-size: 18px
    }
    .exam-detail .video-blk {
        margin-top: 0
    }
}

@media screen and (max-width:991px) {
    .desktop-home {
        display: none
    }
    .mobile-home {
        display: block;
        margin-top: 20px
    }
    .mob1 {
        order: 2
    }
    .mob2 {
        order: 1
    }
    .intro-img {
        height: 100% !important;
        width: 100% !important
    }
    .img-box-top {
        padding-top: .5rem !important
    }
    .testimonial-slider .ts-text p {
        font-size: 15px
    }
    .testimonial-slider .ts-text h5 {
        font-size: 15px
    }
    .inner-icon {
        margin-top: .5rem;
        margin-bottom: 20px
    }
    .service-item {
        margin-bottom: 10px
    }
    .blog-item {
        margin-bottom: 30px
    }
    .mentors .section-title {
        margin-bottom: 30px
    }
    .service-item {
        padding-left: 20px;
        padding-right: 20px
    }
    .course-thumb img {
        width: 100%
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .nav-part {
        width: 100%;
        max-width: 100%
    }
    .main-menu li a {
        padding: 25px 15px
    }
    .testimonial-slider .owl-nav {
        left: -15px
    }
    .swiper2 img {
        height: 125px;
        width: 100%
    }
    .swiper img {
        height: 125px;
        width: 100%
    }
    .header-info .hf-item p {
        display: inline-block
    }
}

@media screen and (max-width:767px) {
    .desktop-view {
        display: none
    }
    .mobile-view {
        display: block
    }
    .mySwiper12 .fact-icon {
        display: inline-flex;
        margin: 0 auto
    }
    .mySwiper12 .swiper-pagination-horizontal {
        display: none
    }
    .fact {
        text-align: center
    }
    .fact-icon i {
        font-size: 50px
    }
    .bnnr-btm {
        padding-top: 35px !important;
        padding-bottom: 0 !important
    }
    .container {
        width: 100%;
        max-width: 100%;
        padding-right: 25px;
        padding-left: 25px
    }
    .why-sec .section-title p {
        text-align: justify
    }
    .testimonial-slider .owl-nav {
        left: 50%;
        margin-left: -90px
    }
    .swiper2 img {
        height: 135px;
        width: 90%
    }
    .exam-detail .service-item {
        margin-bottom: 15px
    }
    .img-box {
        margin-bottom: 45px
    }
    .note-list li {
        font-size: 15px
    }
    .footer-section .footer-top {
        padding: 65px 15px 0
    }
    .video-box {
        padding-top: 12px
    }
    .sec-row {
        margin-top: 25px
    }
    .col-part-12 {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 25px
    }
    .swiper {
        padding-bottom: 10px
    }
    .contact-form {
        padding-top: 70px
    }
    .contact-form .section-title {
        margin-bottom: 20px
    }
    .section-title {
        margin-bottom: 40px
    }
    .course-thumb img {
        width: 100%
    }
}

@media screen and (max-width:575px) {
    .contact-form {
        padding-top: 50px
    }
    .footer-section .footer-top {
        padding: 65px 15px 0
    }
    .footer-widget {
        margin-bottom: 25px
    }
    .app img {
        width: 22%
    }
    .swiper img {
        height: 155px;
        width: 90%
    }
    .swiper2 img {
        height: 165px;
        width: 90%
    }
    .watch-btn {
        margin-top: 15px
    }
    .blog-item .blog-thumb {
        width: 232px
    }
    .testimonial-slider .ts-item {
        text-align: center;
        padding-bottom: 17px
    }
    .note-list li {
        font-size: 15px
    }
    h5 {
        font-size: 18px
    }
    .swiper2 img {
        height: 165px;
        width: 90%
    }
    .spad {
        padding-bottom: 25px
    }
    .course-list .service-item {
        margin-bottom: 35px
    }
    h3 {
        font-size: 22px
    }
}

@media only screen and (max-width:479px) {
    .blog-item .blog-thumb {
        height: 240px;
        width: 100%;
        margin-bottom: 15px
    }
    .blog-item {
        margin-bottom: 15px
    }
}

.scroll-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 15px;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    z-index: 99999;
    cursor: pointer;
    background: #fff;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.side-jaaams-2 {
    width: 3%;
    height: auto;
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 9999;
    background-color: #f11168;
    text-align: center;
    padding-top: 0
}

.side-jaaams-2 ul {
    margin-top: 0;
    margin-bottom: 0
}

.side-jaaams-2 ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all .6s;
    cursor: pointer
}

.side-jaaams-2 ul li img {
    width: 20px;
    height: 20px
}

.side-jaaams-2 ul li:hover {
    background-color: #333
}

.scroll-to-target {
    display: block
}

.call-btn-wid {
    bottom: 70px
}

#load,
#loadStrategy {
    display: none
}

@media screen and (max-width:991px) {
    .side-jaaams-1 {
        display: none
    }
    .scroll-to-target {
        display: block
    }
    .block,
    .blockStrategy {
        display: none
    }
    #loadStrategy {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }
    #load,
    #loadStrategy {
        font-size: 20px;
        color: #fefeff;
        background: #f9480a;
        font-weight: 300;
        width: 25%;
        padding: 6px 10px;
        margin: 0 auto
    }
}

@media screen and (max-width:575px) {
    #load,
    #loadStrategy {
        width: 50%
    }
    .sidebar {
        padding-top: 0
    }
}

.read-btn {
    background: #463630 !important
}

.site-btn a {
    color: #fff
}

.section-title h1 {
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #111;
    font-weight: 500 !important;
    font-family: 'Rubik', sans-serif
}

.blog-item .set-bg {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.contact-info p a {
    color: #fff
}

.bnnr-img img {
    width: 100% !important
}

.cst-last-list li {
    text-indent: -13px;
    padding-left: 27px
}

.col-md-12 {
    padding-left: 15px;
    padding-right: 15px
}

.inner-list-psir {
    padding-left: 20px !important
}

.service-wrap {
    padding: 66px 0;
    text-align: center;
    background: #25252e;
    display: none;
    clear: both
}

.service-wrap .headingTitle h1 {
    color: #fff;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 600
}

.serv-area {
    list-style: none;
    padding: 0;
    margin-top: 70px
}

.serv-area li {
    margin: 0 5px
}

.service-block {
    text-align: center;
    padding: 40px 30px;
    min-height: 230px;
    background: #fff;
    margin: 15px 0;
    border: 1px solid #d8d8d8;
    max-height: 500px;
    height: 480px
}

.service-icon {
    font-size: 36px;
    color: #cc8809;
    display: inline-block;
    width: 110px;
    height: 110px;
    line-height: 100px;
    border-radius: 100%;
    margin-bottom: 20px;
    box-shadow: 0 0 0 2px #ff9e00 inset;
    border: solid 5px #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.serv-area li:hover .service-icon {
    box-shadow: 0 0 0 50px #ff9e00 inset;
    color: #FFF
}

.serv-area {
    margin-left: 0 !important
}

.service-wrap h4 {
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    margin-bottom: 15px
}

.service-wrap .owl-prev {
    color: #fff !important;
    width: 43px;
    height: 43px;
    line-height: 43px !important;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    position: absolute;
    left: 50%;
    margin-left: -45px;
    top: -60px;
    display: block !important;
    background: #ff9e00 !important;
    border: 1px solid #e6e6e6 !important
}

.service-wrap .owl-next {
    width: 43px;
    height: 43px;
    display: block !important;
    line-height: 43px !important;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    float: right;
    position: absolute;
    right: 50%;
    top: -60px;
    display: block !important;
    margin-right: -45px;
    background: #ff9e00 !important;
    border: 1px solid #e6e6e6 !important
}

.service-wrap .owl-next:before {
    content: "\f105";
    font-family: 'FontAwesome';
    color: #fff;
    text-indent: 0;
    float: left;
    margin-left: 13px;
    font-size: 26px
}

.service-wrap .owl-prev:before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 26px;
    text-indent: 0;
    float: left;
    margin-left: 12px
}

.service-block .content {
    padding: 12px 25px 0 25px
}

.service-icon img {
    width: 60px !important;
    display: inherit !important
}

.service-wrap .owl-carousel .owl-nav.disabled {
    display: block
}

@media screen and (max-width:768px) {
    .service-block {
        max-height: 550px;
        height: 485px
    }
    .desktop-view {
        display: none !important
    }
    .mobile-view {
        display: block !important
    }
    .sec-list {
        display: none !important
    }
    .service-wrap {
        display: block !important
    }
}

@media screen(min-width:575px) and (max-width:767px) {
    .service-block {
        height: 465px
    }
}

.banner-part {
    width: 100%
}

@media screen and (max-width:575px) {
    .service-block {
        max-height: 550px;
        height: 550px
    }
}

@media screen and (max-width:400px) {
    .service-block {
        max-height: 600px;
        height: 590px
    }
}

@media screen and (max-width:380px) {
    .service-block {
        max-height: 670px;
        height: 660px
    }
}