/*
 Theme Name: Coder X Templates
 Theme URI: 
 Author: 
 Author URI: 
 Description: Coder X Templates HTML5 Template
 Version: 1.0
 License:
 License URI:
 */

/*==================================
 [Table of contents]
 ===================================
 1. Home 01
 2. Home 02
 3. Home 03
 4. Features section
 5. Watch section
 6. Shows section
 7. Blog Page
 8. Single BLog Page
 9. Instrucktor Profile Page
 10. Abour Page
 11. Course Details Page
 12. Back To Top
 13. Preloader
 Contact Page
*/

/*------------------------------------------------------
/ 1. Home 01
/------------------------------------------------------*/
/*----  Header ------
.header-01{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
    background: transparent;
    padding: 0;
}*/

.navbar.navbar-expand-lg{
    position: relative;
    margin: 0;
    padding: 0;
}


.navbar-brand{
    position: relative;
    padding: 22px 0;
    margin: 0;
    text-align: center;
}

.navbar-brand img{
    width: auto;
    height: 46px;
}
.navbar-expand-lg .navbar-collapse{
    justify-content: flex-end;
}
.navbar-expand-lg .navbar-nav{
    position: relative;
    margin: 0;
    padding: 0;
}
.navbar-expand-lg .navbar-nav li{
    position: relative;
    list-style: none;
    display: inline-block;
    margin: 0 46px 0 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.navbar-expand-lg .navbar-nav li > a{
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    padding: 23px 0 26px;
    position: relative;
}
.navbar-expand-lg .navbar-nav li:hover > a{
    color: #c2bed0;
}

.navbar-expand-lg .navbar-nav li .sub-menu {
    background: #fff;
    width: 230px;
    z-index: 9;
    text-align: left;
    display: block;
    left: -20px;
    margin: auto;
    position: absolute;
    padding: 20px 0;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    top: 100%;
    z-index: 9;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(11, 2, 55, 0.1);
    -moz-box-shadow:    0px 10px 20px 0px rgba(11, 2, 55, 0.1);
    box-shadow:         0px 10px 20px 0px rgba(11, 2, 55, 0.1);
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: center top 0;
    -webkit-transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    -o-transform-origin: center top 0;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    
}
.navbar-expand-lg .navbar-nav li .sub-menu li{
    display: block;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-expand-lg .navbar-nav li .sub-menu a{
    padding: 2px 30px;
    margin: 0;
    color: #2c234d;
    line-height: 26px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    display: block;
}
.navbar-expand-lg .navbar-nav li .sub-menu li:hover > a{
    color: #5838fc;
}
.navbar-expand-lg .navbar-nav li:hover .sub-menu{
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
}
.navbar-expand-lg .navbar-nav li .sub-menu li a:before{
    display: none;
}
.navbar-expand-lg .navbar-nav li .sub-menu li .sub-menu{
    position: absolute;
    left: 90%;
    right: auto;
    top: 0;
    visibility: hidden;
    opacity: 0;
}
.navbar-expand-lg .navbar-nav li .sub-menu li:hover .sub-menu{
    visibility: visible;
    opacity: 1;
    left: 100%;
}

/*---- Features Section ------*/
.features-section{
    position: relative;
    padding: 0px 0 120px;
}
.read-more{
    font-size: 13px;
    color: #5d5a67;
    line-height: .8;
    font-weight: 600;
    position: relative;
    display: inline-block;
}
.read-more i{
    font-size: 20px;
    position: relative;
    top: 5px;
    margin-left: 5px;
    transition: all linear 0.3s;
}
.read-more:hover i{
    margin-left: 15px;
}
.features-section .read-more{
    float: right;
    margin: 82px 0 0;
}
.course-wrapper{
    position: relative;
    display: flex;
    justify-content: flex-start;
}
.course-item-1{
    position: relative;
    width: 100%;
    background: #f7f6fa;
    border-radius: 20px;
    padding: 55px 30px 43px;
    margin-right: 40px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.course-item-1:after{
    position: absolute;
    left: 5px;
    top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #5838fc #fff #fff #fff;
    content: '';
    visibility: hidden;
    opacity: 0;
    border-radius: 20px 0 0 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.course-item-1:last-child{
    margin-right: 0;
}
.course-item-1:hover{
    background: #fff;
    -webkit-box-shadow: 0px 30px 50px 0px rgba(11, 02, 55, 0.10);
    -moz-box-shadow:    0px 30px 50px 0px rgba(11, 02, 55, 0.10);
    box-shadow:         0px 30px 50px 0px rgba(11, 02, 55, 0.10);
}
.course-item-1:hover:after{
    left: 0;
    top: 0;
    visibility: visible;
    opacity: 1;
}
.course-item-1 svg{
    height: 70px;
    margin-bottom: 30px;
}
.course-item-1 h4{
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin: 0;
}
.course-item-1 h4 a{
    color: inherit;
}
.course-item-1 h4 a:hover{
    color: #5838fc;
}

/*---- About Section ------*/
.ab-thumb{
    position: relative;
    margin-right: 50px;
}
.ab-thumb img{
    width: 100%;
    height: auto;
}
.ab-content{
    position: relative;
    padding: 63px 0 0;
}
.ab-content h3{
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 24px;
}
.ab-content p{
    margin-bottom: 43px;
}
.ab-content p.mid-item{
    font-size: 20px;
    line-height: 30px;
    color: #5838fc;
    margin-bottom: 25px;
}

/*----  Section ------*/
.layout-section{
    position: relative;
    background: #f7f6fa;
    padding: 110px 0 90px;
}
.shaf-filter{
    position: relative;
    margin: 55px 0 0;
    padding: 0;
    text-align: right;
}
.shaf-filter li{
    list-style: none;
    display: inline-block;
    font-size: 15px;
    line-height: .8;
    color: #5d5a67;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    margin-left: 32px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.shaf-filter li:hover,
.shaf-filter li.active{
    color: #0eb745;
}
.shaf-filter li:first-child{
    margin-left: 0;
}
.feature-course-item{
    position: relative;
    overflow: hidden;
    margin: 0 0 30px;
}
.feature-course-item .flipper {
    -webkit-transform-origin: 100% 213.5px;
    -moz-transform-origin: 100% 213.5px;
    -ms-transform-origin: 100% 213.5px;
    transform-origin: 100% 213.5px;
}
.flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -moz-transition: 0.6s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}
.front, .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0deg);
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0deg);
    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(0deg);
    transition: 0.6s;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    position: absolute;
    top: 0;
    left: 0;
    min-height: 480px;
}
.front {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    background: #fff;
    z-index: 2;
    border: none;
    padding: 25px 45px 0;
    border-radius: 5px;
    width: 100%;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(11, 2, 55, 0.06);
    -moz-box-shadow:    0px 2px 4px 0px rgba(11, 2, 55, 0.06);
    box-shadow:         0px 2px 4px 0px rgba(11, 2, 55, 0.06);
}
.fcf-thumb{
    position: relative;
    text-align: center;
    min-height: 234px;
    margin-bottom: 32px;
}
.fcf-thumb img{
    max-width: 100%;
    height: auto;
}
.front p{    /*  colors*/
    display: inline-block;   
    height: 26px;
    font-size: 13px;
    line-height: .8;
    color: #2159c7;
    font-weight: 600;
    text-align: center;
    border-radius: 3px;
    padding: 7px 11px;
    margin: 0 0 14px;
}
.front h4{
    font-size: 20px;
    line-height: 28px;
    color: #2c234d;
    font-weight: 600;
    margin: 0 0 30px;
}
.fcf-bottom{
    position: relative;
    border-top: 2px dotted #c3c2c8;
    width: calc(100% + 90px);
    left: -45px;
    display: flex;
    justify-content: space-between;
    padding: 22px 45px;
}
.fcf-bottom a{
    display: inline-block;
    font-size: 14px;
    line-height: .8;
    color: #5d5a67;
    font-weight: 600;
}
.fcf-bottom a i{    /*   colors   */
    color: #150759;
    font-size: 16px;
    position: relative;
    top: 1px;
    margin-right: 10px;
}
.back {            /*  hover cards     */
    background: #000000;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    position: relative;
    padding: 49px 45px 0;
    border-radius: 5px;
    border: none;
    width: 100%;
}
.back .fcf-thumb{
    position: absolute;
    right: 18px;
    bottom: 42px;
    opacity: .06;
}
.back .c-cate{
    display: inline-block;
    height: 26px;
    background: #fff;
    font-size: 13px;
    line-height: .8;
    color: #5838fc;
    font-weight: 600;
    text-align: center;
    border-radius: 3px;
    padding: 7px 11px;
    margin: 0 0 14px;
}
.back h4{
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 12px;
}
.back h4 a{
    color: inherit;
}
.ratings{
    position: relative;
    display: inline-block;
    margin: 0 0 15px;
}
.ratings i{
    font-size: 12px;
    line-height: .8;
    color: #fcca31;
}
.ratings span{
    display: inline-block;
    font-weight: 400;
    line-height: .8;
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
    margin: 0 0 0 12px;
}
.course-price{
    display: block;
    font-size: 26px;
    line-height: 22px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 90px;
}
.course-price span{
    display: block;
    font-size: 14px;
    text-decoration: line-through;
    margin: 6px 0 0;
}
.author{
    display: inline-block;
    position: relative;
    margin: 0 0 35px;
}
.author img{
    width: 44px;
    height: 44px;
    border-radius: 50%;
}
.author a{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    line-height: .8;
    font-weight: 600;
    margin-left: 18px;
}
.back .fcf-bottom a i,
.back .fcf-bottom a{
    color: #fff;
}
.feature-course-item:hover .front{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.feature-course-item:hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

/*---- Watch video Section ------*/
.watch-section{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    padding: 91px 0 360px;
}

.video-section{
    position: relative;
    margin-top: -280px;
}
.video-banner{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    min-height: 500px;
    -webkit-box-shadow: 0px 40px 70px 0px rgba(11, 2, 55, 0.16);
    -moz-box-shadow:    0px 40px 70px 0px rgba(11, 2, 55, 0.16);
    box-shadow:         0px 40px 70px 0px rgba(11, 2, 55, 0.16);
    position: relative;
    z-index: 5;
}
.video-banner:after{
    position: absolute;
    left: -45px;
    top: -75px;
    width: 100%;
    height: 100%;
    content: '';
    background: url(../images/home/video-shape.png) no-repeat left top;
    z-index: -9999;
}
.video-banner .popup-video{
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    color: #150759;
    display: inline-block;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: waveBtn 2.5s infinite;
    -webkit-box-shadow: 0px 10px 12px 0px rgba(88, 56, 252, 0.40);
    -moz-box-shadow:    0px 10px 12px 0px rgba(88, 56, 252, 0.40);
    box-shadow:         0px 10px 12px 0px rgba(88, 56, 252, 0.40);
}
.video-banner .popup-video:hover{
    background: #000000;
    color: #fff;
}

/*---- Shows Section ------*/
.shows-section{
    position: relative;
    padding: 110px 0 115px;
}
.shows-section .read-more{
    margin-top: 22px;
}
.shows-item-1{
    position: relative;
    margin: 0 0 30px;
    background: #f6f5f8;
    border-radius: 10px;
    padding: 38px 30px 44px 170px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.shows-item-1:after{
    position: absolute;
    left: 5px;
    top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #000000 #fff #fff #fff;
    content: '';
    visibility: hidden;
    opacity: 0;
    border-radius: 10px 0 0 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.shows-item-1:hover{
    background: #fff;
    -webkit-box-shadow: 0px 30px 50px 0px rgba(11, 02, 55, 0.10);
    -moz-box-shadow:    0px 30px 50px 0px rgba(11, 02, 55, 0.10);
    box-shadow:         0px 30px 50px 0px rgba(11, 02, 55, 0.10);
}
.shows-item-1:hover:after{
    left: 0;
    top: 0;
    visibility: visible;
    opacity: 1;
}
.e-date{
    position: absolute;
    left: 50px;
    top: 40px;
    font-size: 40px;
    color: #33b8ec;
    line-height: .8;
    text-transform: capitalize;
    font-weight: 700;
}
.e-date span{
    display: block;
    font-size: 16px;
    color: #2c234d;
    font-weight: 600;
    margin: 6px 0 0;
    text-align: right;
}
.shows-item-1 p{
    font-size: 14px;
    line-height: .8;
    color: #5d5a67;
    margin: 0 0 16px;
}
.shows-item-1 p i{
    font-size: 16px;
    margin-right: 7px;
    position: relative;
    top: 2px;
}
.shows-item-1 h4{
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin: 0 0 24px;
}
.shows-item-1 h4 a{
    color: inherit;
}
.shows-item-1 h4 a:hover{
    color: #5838fc;
}
.shows-item-1 .animated btn{
    height: 30px;
    padding: 9px 19px;
}
.shows-item-1 .animated btn:hover{
    -webkit-box-shadow: 0px 10px 20px 0px rgba(37, 14, 154, 0.24);
    -moz-box-shadow:    0px 10px 20px 0px rgba(37, 14, 154, 0.24);
    box-shadow:         0px 10px 20px 0px rgba(37, 14, 154, 0.24);
}

/*---- Package Section ------*/
.listings-section{
    position: relative;
    background-color: #f7f6fa;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 90px 0 200px;
}
.listings-section .sec-title{
    margin-bottom: 60px;
}
#card-slider{
    position: relative;
    height: 600px;
}
.package-item{
    position: relative;
    background: #fff;
    display: flex;
    justify-content: flex-start;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all linear 0.1s;
}
.pack-thumb{
    position: relative;
}
.pack-thumb img{
    width: auto;
    height: auto;
    border-radius: 5px 0 0 5px;
}
.pack-middle{
    width: 192px;
    height: 192px;
    background: #ffebd6;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    border: 13px solid #fff;
    position: absolute;
    right: -92px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.pack-middle img{
    height: 140px;
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 30px;
}
.pack-details{
    position: relative;
    padding: 65px 60px 30px 200px;
}
.pack-price{
    display: block;
    font-size: 14px;
    color: #5838fc;
    line-height: .8;
    font-weight: 700;
    margin: 0 0 25px;
}
.pack-price span{
    display: inline-block;
    color: #5d5a67;
    font-weight: 600;
    text-decoration: line-through;
    margin-left: 7px;
}
.pack-details h3{
    font-size: 26px;
    margin-bottom: 13px;
}
.pack-meta{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 29px;
}
.pack-meta span {
    display: inline-block;
    font-size: 14px;
    line-height: .8;
    color: #5d5a67;
    font-weight: 600;
    margin-right: 38px;
}
.pack-meta span:last-child{
    margin-right: 0;
}
.pack-meta span i {
    color: #5838fc;
    font-size: 16px;
    margin-right: 10px;
}
.pack-details p{
    margin-bottom: 43px;
}
.pack-slider.slick-slider .package-item{
    display: flex !important;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.pack-slider.slick-slider .slick-slide.slick-active{
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.pack-slider.slick-slider.slick-vertical .slick-slide{
    border: none;
    border-radius: 10px;
    position: relative;
}
.pack-slider.slick-slider{
    position: relative;
    z-index: 3;
    border-radius: 10px;

}
.pack-slider.slick-slider .slick-slide .package-item{
    transform: scale(1);
}
.pack-slider.slick-slider .slick-slide.slick-center .package-item{
    transform: scale(1.1);
    position: relative;
    z-index: 9999;
    overflow: hidden;
    -webkit-box-shadow: 0px 25px 80px 0px rgba(11, 02, 55, 0.05);
    -moz-box-shadow:    0px 25px 80px 0px rgba(11, 02, 55, 0.05);
    box-shadow:         0px 25px 80px 0px rgba(11, 02, 55, 0.05);
    
}

.pack-slider .slick-list{
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
}


/*---- Comments Section ------*/
.comments-section{
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    padding: 111px 0 238px;
}
.post-item-1{
    position: relative;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(21, 14, 56, 0.08);
    -moz-box-shadow:    0px 2px 4px 0px rgba(21, 14, 56, 0.08);
    box-shadow:         0px 2px 4px 0px rgba(21, 14, 56, 0.08);
}
.post-item-1 img{
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
}
.b-post-details{
    position: relative;
    padding: 30px 35px 37px;
}
.bp-meta{
    position: relative;
    display: flex;
    justify-content: flex-start;
    margin: 0 0 15px;
}
.bp-meta a{
    display: inline-block;
    font-size: 14px;
    line-height: .8;
    color: #797781;
    font-weight: 600;
    margin-right: 30px;
}
.bp-meta a i{
    color: #5838fc;
    margin-right: 9px;
    position: relative;
    top: 1px;
}
.bp-meta a:last-child{
    margin-right: 0;
}
.bp-meta a:hover{
    color: #5838fc;
}
.b-post-details h3{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
    padding-top: 10px;
}
.b-post-details h3 a{
    color: inherit;
}
.b-post-details h3 a:hover{
    color: #5838fc;
}
.post-item-1:hover{
    -webkit-box-shadow: 0px 30px 50px 0px rgba(11, 02, 55, 0.10);
    -moz-box-shadow:    0px 30px 50px 0px rgba(11, 02, 55, 0.10);
    box-shadow:         0px 30px 50px 0px rgba(11, 02, 55, 0.10);
}

/*---- Footer 01 ----*/
.footer-1{
    position: relative;
    z-index: 3;
    padding: 206px 0 0;
    background: #31404f;         /*background*/
}
footer .widget{
    margin: 0;
    padding: 0;
}
footer .widget .widget-title{
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 20px;
}
.about-widget{
    position: relative;
    padding-right: 30px;
}
.about-widget img{
    max-width: 100%;
    height: auto;
    margin: 0 0 23px;
}
.about-widget p{
    font-size: 15px;
    margin-bottom: 33px;
}
.ab-social{
    position: relative;
}
.ab-social a{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #446bb9;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    margin-right: 2px;
}
.ab-social a.fac{
    background: #446bb9;
}
.ab-social a.twi{
    background: #00aced;
}
.ab-social a.you{
    background: #f73434;
}
.ab-social a.lin{
    background: #007bb6;
}
.ab-social a:hover{
    -webkit-box-shadow: 0px 10px 20px 0px rgba(9, 111, 150, 0.30);
    -moz-box-shadow:    0px 10px 20px 0px rgba(9, 111, 150, 0.30);
    box-shadow:         0px 10px 20px 0px rgba(9, 111, 150, 0.30);
}
footer .widget ul{
    margin: 0;
    padding: 0;
}
footer .container{
    color: #ffffff;
}
footer .widget ul li{
    list-style: none;
    display: block;
    font-size: 13px;
    line-height: 32px;
    color: #76747f;
    font-weight: 600;
}
footer .widget ul li a{
    color: #ffffff;
}

.copyright{
    position: relative;
    border-top: 1px solid rgba(14, 14, 55, .08);
    margin-top: 90px;
    padding: 22px 0 46px;
}
.copyright p{
    font-size: 13px;
    line-height: 26px;
    color: #ffffff;
    margin: 0;
}
.copyright p a{
    color: #ffffff;
}
.copyright p a:hover{
    color: #767480;
}


/*--------------------------------------------------------
/ 3. Home ß1
/---------------------------------------------------------*/
/*---- Header Section ------*/
.header-1{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
    background: #fff;
    padding: 0 45px;
    -webkit-box-shadow: 0px 6px 10px 0px rgba(11, 02, 55, 0.06);
    -moz-box-shadow: 0px 6px 10px 0px rgba(11, 02, 55, 0.06);
    box-shadow: 0px 6px 10px 0px rgba(11, 02, 55, 0.06);
}
.header-1 .navbar-brand{
    padding-top: 12px;
}
.header-1 .navbar-expand-lg .navbar-collapse {
    justify-content: flex-start;
    padding-left: 130px;
}
.header-1 .navbar-expand-lg .navbar-nav li > a{
    color: #5d5a67;
}
.header-1 .navbar-expand-lg .navbar-nav li:hover > a {
    color: #3fb65f;
}
.header-1 .navbar-expand-lg .navbar-nav li .sub-menu li:hover > a {
    color: #3fb65f;
}
.catecories-box .select-item .nice-select{
    position: relative;
    width: 120px;
    height: 44px;
    background: rgba(63, 182, 95, .1);
    text-align: center;
    border-radius: 3px;
    margin: 0 20px 0 35px;
    border: 0;
    font-size: 13px;
    font-weight: 600;
    color: #3fb65f;
    line-height: 44px;
    outline: none;    
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.catecories-box .select-item .nice-select .list{
    border: 0;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(11, 2, 55, 0.1);
    -moz-box-shadow: 0px 10px 20px 0px rgba(11, 2, 55, 0.1);
    box-shadow: 0px 10px 20px 0px rgba(11, 2, 55, 0.1);
    min-width: 230px;
}

.catecories-box .select-item .nice-select .list li{
    color: #2c234d;
}

.header-1 .user-btn{                          /* user buttn  */
    color: #150759;
    border: none;
    border-radius: 3px;
    background: rgba(63, 182, 95, .1);
    margin-right: 111px;
}

.header-1 .user-btn:hover{
    color: #fff;
    background: #c2242c;                /*button*/
    -webkit-box-shadow: 0px 14px 20px 0px rgba(8, 120, 38, 0.24);
    -moz-box-shadow:    0px 14px 20px 0px rgba(8, 120, 38, 0.24);
    box-shadow:         0px 14px 20px 0px rgba(8, 120, 38, 0.24);
}


/*---- Image Slider Section ------*/
.image-slider-section{
    position: relative;
    overflow: hidden;
}
.image-slider{
    position: relative;
}
.image-slider .bg-img {
    background-position: top center;
    background-size: cover;
    position: relative;
    z-index: 1;
    height: 950px;
}
.image-slider .bg-img:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
}
.slider-content{
    position: relative;
    z-index: 3;
    padding: 0 0;
}
.slider-content .sub{
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    font-weight: 400;
    margin: 0 0 0;
}
.slider-content h3{
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    margin: 10px 0 40px;
}
.image-slider .owl-nav{}
.image-slider.owl-carousel .owl-nav button{
    right: 80px;
    left: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    z-index: 5;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 50px;
    width: 50px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}
.image-slider.owl-carousel .owl-nav button.owl-prev{
    right: auto;
    left: 80px;
}
.image-slider.owl-carousel .owl-nav button:hover{
    color: #3fb65f;
    background: #fff;
}
.image-slider .owl-item.active .slider-content .sub{
    animation-delay: 1.4s;
    animation-name: fadeInLeft;
}
.image-slider .owl-item.active .slider-content h3 {
    animation-delay: 1.5s;
    animation-name: fadeInRight;
}
.image-slider .owl-item.active .slider-content .animated btn{
    animation-delay: 1.6s;
    animation-name: fadeInUp;
}

/*--------------------------------------------------------
/ 5. Contact Page
/---------------------------------------------------------*/
.contact-section{
    position: relative;
    background: #ffffff;
    padding: 120px 0;
}
.contact-section h1{
    text-align: center;
}
.contact-info-area{
    position: relative;
    margin-right: 40px;
}

.contact-info-area > p{
    color: #000000;
    line-height: 24px;
    border-bottom: 1px solid #e5e4ed;
    margin-bottom: 33px;
    padding-bottom: 25px;
}
.single-info{
    position: relative;
    margin-bottom: 37px;
}
.single-info h5{
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000000; 
}
.single-info p{
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: #150759; 
    margin: 0;
    padding-left: 32px;
}
.single-info p i{
    font-size: 16px;
    line-height: 22px;
    color: #150759; 
    position: absolute;
    left: 0;
    top: 0;
}
.ab-social h5{
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #2c234d;
}
.star-map {
    position: relative;
    line-height: .8;
    overflow: hidden;
}
.star-map iframe {
    width: 100%;
    height: 480px;
    border: none;
}
.contact-form{
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 43px 50px 65px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(11, 02, 55, 0.06);
    -moz-box-shadow: 0px 1px 3px 0px rgba(11, 02, 55, 0.06);
    box-shadow: 0px 1px 3px 0px rgba(11, 02, 55, 0.06);
}
.contact-form h4{
    font-size: 24px;
    color: #2c234d;
    line-height: 30px;
    margin-bottom: 8px;
}
.contact-form p{
    font-size: 16px;
    color: #686875;
    line-height: 26px;
    position: relative;
    z-index: 3;
    margin: 0 0 41px;
}
.contact-form input[type="text"],
.contact-form input[type="number"],
.contact-form textarea,
.contact-form input[type="email"] {
    width: 100%;
    height: 56px;
    font-size: 14px;
    line-height: 56px;
    font-weight: 400;
    border-radius: 3px;
    border: none;
    background: #f5f5f7;
    color: #7e7c87;
    outline: none;
    border: 1px solid transparent;
    padding: 0 30px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.contact-form textarea{
    height: 220px;
    resize: none;
    line-height: 30px;
    padding-top: 14px;
}
.contact-form textarea::-moz-placeholder,
.contact-form input[type="text"]::-moz-placeholder,
.contact-form input[type="number"]::-moz-placeholder,
.contact-form input[type="email"]::-moz-placeholder{
   color: #7e7c87;
   opacity: 1; 
}
.contact-form textarea::-ms-input-placeholder,
.contact-form input[type="text"]::-ms-input-placeholder,
.contact-form input[type="number"]::-ms-input-placeholder,
.contact-form input[type="email"]::-ms-input-placeholder{
   color: #7e7c87;
   opacity: 1; 
}
.contact-form textarea::-webkit-input-placeholder,
.contact-form input[type="text"]::-webkit-input-placeholder,
.contact-form input[type="number"]::-webkit-input-placeholder,
.contact-form input[type="email"]::-webkit-input-placeholder{
   color: #7e7c87;
   opacity: 1; 
}
.contact-form textarea:focus,
.contact-form input[type="text"]:focus,
.contact-form input[type="number"]:focus,
.contact-form input[type="email"]:focus{
    background: transparent;
    border-color: #ece9f9;
    -webkit-box-shadow: 0px 14px 16px 0px rgba(11, 02, 55, 0.10);
    -moz-box-shadow: 0px 14px 16px 0px rgba(11, 02, 55, 0.10);
    box-shadow: 0px 14px 16px 0px rgba(11, 02, 55, 0.10);
}

.condition-check{
    position: relative;
    margin: 10px 0 0;
}
.condition-check input[type="checkbox"] {
    display: none;
}
.condition-check label {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 400;
    padding-left: 31px;
    position: relative;
    cursor: pointer;
    color: #686875;
    margin: 0 0 0;
}
.condition-check label a{
    color: #5838fc;
}
.condition-check label a:hover{
    color: #686875;
}
.condition-check label:before {
    background: transparent;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    border-radius: 3px;
    top: 3px;
    width: 16px;
    border: 2px solid #ababb1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.condition-check input:checked + label::after {
    background: transparent;
    bottom: 0;
    font-family: 'ElegantIcons';
    content: "\4e";
    color: #5838fc;
    font-size: 10px;
    left: 2px;
    position: absolute;
    top: -1px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*--------------------------------------------------------
/ 12. Back To Top
/---------------------------------------------------------*/
#back-to-top {
    font-size: 18px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #150759;            /*button*/
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(26, 8, 119, 0.24);
    -moz-box-shadow:    0px 20px 30px 0px rgba(26, 8, 119, 0.24);
    box-shadow:         0px 20px 30px 0px rgba(26, 8, 119, 0.24);
}
#back-to-top:hover i {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode:both;
    animation-iteration-count: infinite;
}

/*--------------------------------------------------------
/ 13. Preloader
/---------------------------------------------------------*/
.preloader {
    background: #150759; 
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}
.loaderInner{
    width: 70px;
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.mask {
    position: absolute;
    border-radius: 2px;
    overflow: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.plane {
    background: #fff;
    width: 400%;
    height: 100%;
    position: absolute;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    /*transition: all 0.8s ease; */
    z-index: 100;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.animation {
    transition: all 0.3s ease;
}
#top .plane {
    z-index: 2000;
    -webkit-animation: trans1 1.3s ease-in infinite  0s backwards;
    animation: trans1 1.3s ease-in infinite  0s backwards;
}
#middle .plane {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    background: #fff;
    -webkit-animation: trans2 1.3s linear infinite  0.3s  backwards;
    animation: trans2 1.3s linear infinite  0.3s  backwards;
}
#bottom .plane {
    z-index: 2000;
    -webkit-animation: trans3 1.3s ease-out infinite  0.7s backwards;
    animation: trans3 1.3s ease-out infinite  0.7s backwards;
}
#top {
    width: 53px;
    height: 20px;
    left: 20px;
    -webkit-transform: skew(-15deg, 0);
    transform: skew(-15deg, 0);
    z-index: 100;
}
#middle {
    width: 33px;
    height: 20px;
    left: 20px;
    top: 15px;
    -webkit-transform: skew(-15deg, 40deg);
    transform: skew(-15deg, 40deg);
}
#bottom {
    width: 53px;
    height: 20px;
    top: 30px;
    -webkit-transform: skew(-15deg, 0);
    transform: skew(-15deg, 0);
}
.preloader p {
    color: #fff;
    position: absolute;
    left: -3px;
    top: 45px;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    font-style: italic;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin: 0;
}
@-webkit-keyframes trans1 {
    from {
        -webkit-transform: translate3d(53px, 0, 0);
        transform: translate3d(53px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(-250px, 0, 0);
        transform: translate3d(-250px, 0, 0);
    }
}
@keyframes trans1 {
    from {
        -webkit-transform: translate3d(53px, 0, 0);
        transform: translate3d(53px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(-250px, 0, 0);
        transform: translate3d(-250px, 0, 0);
    }
}
@-webkit-keyframes trans2 {
    from {
        -webkit-transform: translate3d(-160px, 0, 0);
        transform: translate3d(-160px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(53px, 0, 0);
        transform: translate3d(53px, 0, 0);
    }
}
@keyframes trans2 {
    from {
        -webkit-transform: translate3d(-160px, 0, 0);
        transform: translate3d(-160px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(53px, 0, 0);
        transform: translate3d(53px, 0, 0);
    }
}
@-webkit-keyframes trans3 {
    from {
        -webkit-transform: translate3d(53px, 0, 0);
        transform: translate3d(53px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(-220px, 0, 0);
        transform: translate3d(-220px, 0, 0);
    }
}
@keyframes trans3 {
    from {
        -webkit-transform: translate3d(53px, 0, 0);
        transform: translate3d(53px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(-220px, 0, 0);
        transform: translate3d(-220px, 0, 0);
    }
}
.submenu-toggler{
    display: none;
}
.fix-header{
    background: #5838fc;
    left: 0;
    position: fixed;
    right: 0;
    top: -1px;
    width: 100%;
    z-index: 999;
    transition: all 0.1s ease-out;
    box-shadow: 0px 6px 10px 0px rgba(11, 02, 55, 0.06);
}
.sticky-logo{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transition: all 0.1s ease-out;
}
.header-01.fix-header .navbar-brand img{
    visibility: hidden;
    opacity: 0;
}
.header-01.fix-header .navbar-brand .sticky-logo{
    visibility: visible;
    opacity: 1;
}
.header-1.fix-header,
.header-2.fix-header{
    background: #fff;
}

