
/* custom*/
@font-face {
    font-family: "Hacen-Maghreb";
    font-style: normal;
    src:url("../fonts/Hacen-Maghreb.eot?") format("eot");
    src:url("../fonts/Hacen-Maghreb.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Hacen-Maghreb.ttf") format("truetype"),
    url("../fonts/Hacen-Maghreb.svg#jannaltbold") format("svg");
}
@font-face {
    font-family: "Hacen Maghreb Lt";
    font-style: normal;
    src:url("../fonts/Hacen Maghreb Lt.eot?") format("eot");
    src:url("../fonts/Hacen Maghreb Lt.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Hacen Maghreb Lt.ttf") format("truetype"),
    url("../fonts/Hacen Maghreb Lt.svg#jannaltbold") format("svg");
}

h1, h2 ,h3 ,h4 ,h5, h6, label{
    font-family: "Hacen-Maghreb", Arial, sans-serif;
}
html, body {
    direction: ltr;
    font-family: "Hacen Maghreb Lt", Arial, sans-serif;
    height: 100%;
}

a {
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
p{
    font-size: 14px;
}
section {
    padding: 5rem 0;
}
section .row{
    margin-bottom: 25px;
}
section .row:last-child{
    margin-bottom: 0px;
}
.workshop-details .nav-link
{
    direction: rtl;
}
.workshop-details .far{
    float: left;
    padding: 2px;
}
/*
	navbar mobile
*/

.mobile-header{
    display: none;
}
.navbar-toggler {
    line-height: 1.5;
}
.navbar-mobile{
    transition: all 0.3s ease;
}
.navbar-mobile:after{
    position: fixed;
    content: '';
    z-index: 1030;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #000;
    opacity:0;
    transition: all 0.3s ease;
}
.navbar-mobile.show:after{
    opacity:0.5;
}
.navbar-mobile .navbar-mobile-box {
    position: fixed;
    z-index: 99999999;
    width: 300px;
    height: 100%;
    top: 0;
    left: -75%;
    visibility: hidden;
    background-color: #ffffff;
    border-color: #ffffff;
    transition: all 0.3s ease;
    overflow-x: scroll;
    margin: 0;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
}
.navbar-mobile.show .navbar-mobile-box{
    left: 0;
    visibility: visible;
}
.navbar-mobile .nav-link {
    padding: 1rem;
}
.navbar-mobile .dropdown-header{
    font-weight: bold;
    padding: 15px 0;
    border-bottom: 1px sloid #e2e2e2;
}
.navbar-mobile .dropdown-header:last-child{
    border-bottom: transparent;
}
.navbar-mobile .dropdown-menu{
    padding: 15px;
}
.navbar-mobile  a {
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: normal;
    font-size: 16px;
    transition: all 0.3s;
}
.navbar-mobile  a:hover{
    color: #132664;
}
.close{
    margin-top: 13px;
}
/*
.social-icon li {
	margin-left: 5px;
}
.social-icon a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
	color: #fff;
	overflow: hidden;
	background: #132664;
	border-radius: 4px;
	padding: 0;
	transition: all 0.3s ease;
}
.social-icon a:hover{
    transform: scale(1.2);
	background: #63ce08;
}
   */
/*
	top navbar
*/

.fixed-top{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    transition: all 0.3s ease;
}
.scroll-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #132664;
    color: #fff;
    font-size: 18px;
    right: -50px;
    bottom: 50px;
    z-index: 1;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.scroll-to-top.show {
    right: 30px;
}

.text-primary{
    color: #132664 !important;
}

/*
	Top Navbar
*/
.top-nav{
    background: #fff;
    border-top: 5px solid #132664;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
}
.logo{
    width: 200px;
}
.top-nav .nav .nav-link{
    position: relative;
    color: #5f6062;
    padding: 3rem 0.7rem;
    font-weight: 600;
    transition: all 0.5s ease;
    z-index: 2;
}
.top-nav .nav .nav-link:hover,
.top-nav .nav .nav-link:focus{
    color: #fff;
}
.top-nav .nav .nav-link:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #132664;
    top:0;
    right:0;
    left:0;
    transform: translateY(-100%);
    transition: all 0.3s ease;
    z-index: -1;
}
.top-nav .nav .nav-link:hover:before,
.top-nav .nav .nav-link:focus:before{
    transform: translateY(0%);
}

.btn{
    color: #fff;
    background-color: transparent;
    font-size: 23px;
    text-transform: capitalize;
    border: 2px solid #fff;
    border-radius: 0 15px;
    padding: 5px 15px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.btn:hover{
    color: #132664;
}
.btn:before,
.btn:after{
    content: '';
    background-color: transparent;
    height: 100%;
    width: 100%;
    border-radius: 0 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease;
}
.btn:hover:before{ transform: scale(0); }
.btn:after{
    height: 79%;
    width: 115%;
    border-radius: 20px;
    transform: translateX(50%) translateY(-50%) scale(0);
    right: 50%;
    top: 50%;
    background: transparent linear-gradient(24deg, #3E1C69 0%, #EA1F6A 100%) 0% 0% no-repeat padding-box;
}
.btn:hover:after{ transform:translateX(50%) translateY(-50%) scale(1); background: #fff;}

/*
	slider
*/

.hero-section {
    padding: 0px;
    padding-bottom: 50px;
}

.hero-slider .hs-item {
    position: relative;
    height: 600px;
    background-position: cover;
    background-size: cover;
}
.hero-slider .hs-item:before{
    position: absolute;
    content:"";
    width: 100%;
    height: 100%;
    top: 0;
    right:0;
    background: rgba(0,0,0,0.5);
}

.hero-slider .hs-item span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    position: relative;
    top: 50px;
    opacity: 0;
}

.hero-slider .hs-item h2 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    top: 50px;
    opacity: 0;
}

.hero-slider .hs-item p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 35px;
    position: relative;
    top: 100px;
    opacity: 0;
}

.hero-slider .hs-item .site-btn {
    position: relative;
    top: 50px;
    opacity: 0;
}

.hero-slider .hs-item .sb-line {
    margin-left: 5px;
}

.hero-slider .hs-item .container {
    position: relative;
    padding-top: 170px;
}

.hero-slider .hs-item .offer-card:after {
    position: absolute;
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #f96790;
    right: 5px;
    top: 5px;
    border-radius: 50%;
}

.hero-slider .hs-item .offer-card span {
    font-size: 18px;
    text-transform: lowercase;
    position: relative;
    top: 50px;
    opacity: 0;
}

.hero-slider .hs-item .offer-card h2 {
    font-size: 72px;
    font-weight: 400;
    line-height: 1;
}

.hero-slider .hs-item .offer-card p {
    text-transform: uppercase;
    line-height: 1;
    font-size: 14px;
}

.hero-slider .slider-nav-warp {
    max-width: 1145px;
    bottom: 0;
    margin: -74px auto 0;
}

.hero-slider .slider-nav {
    display: inline-block;
    padding: 0 38px;
    position: relative;
}

.hero-slider .owl-dots {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 9px;
}

.hero-slider .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 15px;
    margin-left: 10px;
    opacity: 0.25;
}

.hero-slider .owl-dots .owl-dot.active {
    opacity: 1;
}

.hero-slider .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.hero-slider .owl-nav button.owl-next,
.hero-slider .owl-nav button.owl-prev {
    font-size: 27px;
    position: absolute;
    color: #fff;
    opacity: 0.5;
    bottom: -20px;
}

.hero-slider .owl-nav button.owl-next {
    left: 0;
}

.hero-slider .owl-nav button.owl-prev {
    right: 0;
}

.hero-slider .owl-item.active .hs-item h2,
.hero-slider .owl-item.active .hs-item span,
.hero-slider .owl-item.active .hs-item p,
.hero-slider .owl-item.active .hs-item .site-btn {
    top: 0;
    opacity: 1;
}

.hero-slider .owl-item.active .hs-item span {
    -webkit-transition: all 0.5s ease 0.2s;
    -o-transition: all 0.5s ease 0.2s;
    transition: all 0.5s ease 0.2s;
}

.hero-slider .owl-item.active .hs-item h2 {
    -webkit-transition: all 0.5s ease 0.4s;
    -o-transition: all 0.5s ease 0.4s;
    transition: all 0.5s ease 0.4s;
}

.hero-slider .owl-item.active .hs-item p {
    -webkit-transition: all 0.5s ease 0.6s;
    -o-transition: all 0.5s ease 0.6s;
    transition: all 0.5s ease 0.6s;
}

.hero-slider .owl-item.active .hs-item .site-btn {
    -webkit-transition: all 0.5s ease 0.8s;
    -webkit-transition: all 0.5s ease 0.8s;
    -o-transition: all 0.5s ease 0.8s;
    transition: all 0.5s ease 0.8s;
}

.hero-slider .owl-item.active .hs-item .offer-card {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease 1s;
    -webkit-transition: all 0.5s ease 1s;
    -o-transition: all 0.5s ease 1s;
    transition: all 0.5s ease 1s;
}

.slide-num-holder {
    float: right;
    z-index: 1;
    color: #fff;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-top: -22px;
}

.slide-num-holder span:first-child {
    margin-right: 41px;
}

.slide-num-holder:after {
    position: absolute;
    content: "";
    height: 30px;
    width: 1px;
    background: #fff;
    right: 50%;
    top: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}


/*------------------
	countdown
	--------------------*/

#countdown{
    text-align:center;
    line-height:1;
}

#countdown > div{
    display:inline-block;
    margin:0 20px;
}

#countdown > div > div{
    margin-bottom:22px;
    font-weight:200;
    font-size:60px;

}

#countdown > div > i{
    text-transform:uppercase;
    font-style:normal;
    font-weight:700;
    font-size:16px;
}

.masthead {
    height: 100%;
    min-height: 0;
    width: 35rem;
    padding-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 1;
}
.masthead .container {
    width: 100%;
}
.masthead .masthead-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 35rem;
    height: 100%;
    /* background-color: rgba(0, 113, 143, 0.8);*/
    background: linear-gradient(-190deg, rgba(0,20,83,1) 0%, rgba(34,100,175,1) 100%);
    opacity: 0.8;
    transform: skewX(10deg);
    transform-origin: top right;
}
/*------------------
	feature
	--------------------*/


.feature{
    padding: 5rem 0 0;
}
.feature .box{
    background: #212121;
    position: relative;
    overflow: hidden;
    color: #fff;
    text-align: center;
    transition: all 0.55s ease;
    max-height: 260px;
    margin-bottom: 30px;
    display: block;
}
.feature .box img{
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: all 0.55s ease;
}
.feature .box:hover img{
    opacity: 0.5;
    transform: scale(1.1) translateX(25px);
}
.feature .box .box-content{
    padding: 5px 10px 10px;
    position: absolute;
    bottom: 25px;
    left: 25px;
}
.feature .box .box-content:before,
.feature .box .box-content:after{
    content: "";
    width: 767px;
    height: 2px;
    position: absolute;
    background: #fff;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
}
.feature .box .box-content:before{
    top: 0;
    right: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.feature .box .box-content:after{
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.feature .box .box-content-inner:before,
.feature .box .box-content-inner:after{
    content: "";
    width: 2px;
    height: 767px;
    position: absolute;
    background: #fff;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
}
.feature .box .box-content-inner:before{
    top: 0;
    right: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.feature .box .box-content-inner:after{
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.feature .box:hover .box-content:before,
.feature .box:hover .box-content:after,
.feature .box:hover .box-content-inner:before,
.feature .box:hover .box-content-inner:after{
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.feature .box:hover .box-content:before,
.feature .box:hover .box-content:after{
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.feature .box .title{
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}
.feature .box .post{
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 5px 10px;
    background: linear-gradient(-240deg, rgba(11,105,177,1) 0%, rgba(7,29,43,1) 100%);
    text-transform: capitalize;
}


/*------------------
	sponsors
	--------------------*/

.sponsors{
    padding: 0;
    bottom: -4rem;
}
.sponsors-div{
    background-color: #ffffff;
    -webkit-box-shadow: 0 0.55rem 6rem rgba(56, 65, 74, 0.07);
    box-shadow: 0 0.55rem 6rem rgba(56, 65, 74, 0.07);
    border-radius: 13px;
}
.sponsors-box.owl-carousel .owl-stage-outer{
    padding: 20px 0;
}
.sponsors .box{
    height: 100px;
    overflow: hidden;
    padding: 15px;
    margin:  0 10px;
    border-radius: 6px;
    border: 1px solid #f6f6f6;
    transition: all 0.3s ease;
}
.sponsors .box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
}
.sponsers-box .owl-item{
    transition: all 0.3s ease;
}
.sponsers-box .owl-item.center{
    transform: scale(1.3);
}

.sponsors .box:hover{
    border-color: #132664;
    transform: scale(1.1);
}
.sponsors .box:hover img{
    transform: scale(1.1);
}

.sponsors-page{
    padding: 5rem 0;
}
.sponsors-page .box{
    position: relative;
    overflow: initial;
    height: 150px;
    margin-bottom: 50px;
}
.sponsors-page .box:hover{
    border-color: #132664;
    transform: scale(1);
}

.sponsors-page .box h3{
    color: #fff;
    background: linear-gradient(190deg, rgba(0,20,83,1) 0%, rgba(34,100,175,1) 100%);
    font-size: 14px;
    border-radius: 15px;
    padding: 10px;
    text-align: center;
    font-weight: 400;
    position: absolute;
    top: -20px;
    left:20px;
}

/*------------------
	workshop
	--------------------*/


.workshop{
    overflow: hidden;
    padding: 20px 15px 50px ;
}
.workshop .description{
    background: #fbfbfb;
    border-radius: 6px;
    color: #333333;
    font-size: 14px;
    padding: 40px 25px 15px;
    position: relative;
}
.workshop .description h4{
    margin-bottom: 1rem;
}
.workshop .description:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    position: absolute;
    top:-17px;
    font-size: 30px;
    color:#132664;
}
.workshop .description:after{
    content: "";
    width: 27px;
    position: absolute;
    bottom: -12px;
    border-top: 13px solid #fbfbfb;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
}
.workshop-review{
    padding-top: 30px;
}
.workshop-review .workshop-user-pic{
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
}
.workshop-review img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.workshop-review .workshop-title{
    color: #333;
    font-size: 18px;
    margin-top: 15px;
    float: left;
    text-transform: capitalize;
}
.workshop-title small{
    display: block;
    color: #999;
    font-weight: 300;
    font-size: 12px;
    margin-top: 3px;
}
@media only screen and (max-width: 480px) {

    .workshop-review .workshop-user-pic{
        width: 50px;
        height: 50px;
    }
}

/*------------------
	Speakers
	--------------------*/
.speaker-box{
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.speaker-box:after{
    content: "";
    width: 100%;
    height: 100%;
    /*background: rgba(0, 113, 143, 0.6);*/
    background: linear-gradient(190deg, rgba(0,20,83,1) 0%, rgba(34,100,175,1) 100%);

    position: absolute;
    top: -100%;
    right: 0;
    opacity: 0;
    transition: all 0.8s ease 0s;
}
.speaker-box:hover:after{
    top: 0;
    opacity: 0.6;
}
.speaker-box .speaker-pic{
    width: 100%;
    height: 250px;
}
.speaker-box .speaker-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.speaker-box .speaker-content{
    width: 100%;
    padding: 15px;
    background: #fff;
    border-bottom: 3px solid #132664;
    text-transform: uppercase;
    position: relative;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.speaker-box:hover .speaker-content{ background: #f9f9f9; }
.speaker-box .speaker-content:before{
    content: "";
    width: 100%;
    border-left: 620px solid #fff;
    border-top: 60px solid transparent;
    position: absolute;
    top: -60px;
    right: 0;
}
.speaker-box:hover .speaker-content:before{ border-left-color: #f9f9f9; }
.speaker-box .speaker-content:after{
    content: "";
    width: 3px;
    height: 50%;
    background: linear-gradient(190deg, rgba(0,20,83,1) 0%, rgba(34,100,175,1) 100%);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.speaker-box .title{
    font-size: 16px;
    color: #333;
    margin: 0;
}
.speaker-box .post{
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #888;
    margin-top: 3px;
}

/*------------------
	Last News
	--------------------*/

.title-section{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title-section .more a {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    display: block;
    transition: all 0.5s ease;
    display: inline-block;
    color: #132664;
    padding-left: 55px;
}
.more a:after {
    content: '';
    width: 18px;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 12px;
    background: transparent linear-gradient(24deg, #3E1C69 0%, #EA1F6A 100%) 0% 0% no-repeat padding-box;
    vertical-align: middle;
    margin-right: 10px;
    transition: all 0.5s ease;
}

.more:hover a:after {
    width: 30px;
}
.posts{
    padding: 8rem 0 5rem;
    background: #fbfbfb;
}
.post-slide{
    box-shadow: 0 15px 10px -10px rgba(82, 63, 105, 0.5), 0 1px 4px rgba(82, 63, 105, 0.3), 0 0 40px rgba(82, 63, 105, 0.1) inset;
    margin-bottom: 30px;
}
.post-slide .post-pic{
    width: 100%;
    height: 240px;
    overflow: hidden;
    background:#5f6062;
}
.post-slide .post-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.55s ease;
}
.post-slide:hover .post-pic img{
    transform:rotate(-3deg) scale(1.2);
    opacity: 0.8;
}
.post-slide .post-date{
    float:left;
    margin-right: 10px;
    padding: 8px 15px;
    text-align:center;
    background:#132664;
    font-size:26px;
    color:#fff;
    font-weight:700;
    transition:background 0.20s linear 0s;
}
.post-slide .post-date small{
    display:block;
    margin-bottom:15px;
    font-size: 13px;
    text-transform: capitalize;
}
.post-slide .post-date small:before{
    content:"";
    display:block;
    margin-bottom:5px;
    border-top:1px solid #fff;
}
.post-slide .post-review{
    position: relative;
    background: #fff;
    overflow: hidden;
    z-index: 1;
}
.post-slide .post-review:after{
    position: absolute;
    content: "";
    width:0;
    height: 100%;
    top: 0;
    left:0;
    background: #132664;
    z-index: -1;
    transition:width 0.20s linear 0s;
}
.post-slide:hover .post-review:after{
    width:100%;
}
.post-slide .post-title{
    margin: 0;
    padding-top: 15px;
}
.post-slide .post-title a{
    font-size:18px;
    color: #5f6062;
    text-transform: uppercase;
    margin-bottom: 6px;
    display: block;
    line-height:30px;
    transition:color 0.20s linear 0s;
}
.post-slide:hover .post-title a{
    color:#fff;
    text-decoration:none;
}




.post-details{
    background: #fff;
}
.post-details .row {
    margin-bottom: 40px;
}
.post-details-description p{
    font-size: 16px;
}
.post-details h4.title{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.post-details h4.title:after{
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    bottom:0;
    left: 0;
    background: transparent linear-gradient(24deg, #3E1C69 0%, #EA1F6A 100%) 0% 0% no-repeat padding-box;
}
.post-details-title .nav-link{
    border-radius: 4px;
    padding: 0.5rem;
    color: #5f6062;
}
.post-details-share .nav-link{
    width: 60px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    border-radius: 4px;
    color: #fff;
    margin-right: 10px;
    text-align: center;
    transition: all 0.3s ease;
}
.post-details-share .nav-link.facebook{
    background: #395aa1;
}
.post-details-share .nav-link.twitter{
    background: #3c9cd8;
}
.post-details-share .nav-link.linkedin{
    background: #0c78b9;
}
.post-details-share .nav-link.google{
    background: #e04b37;
}
.post-details-share .nav-link.pinterest{
    background: #d0202b;
}

.post-details-share .nav-link:hover,
.post-details-share .nav-link:focus{
    opacity: 0.8;
}
.post-details-tags .nav-link{
    padding: 0 1rem;
    border-radius: 15px;
    color: #fff;
    background: transparent linear-gradient(24deg, #3E1C69 0%, #EA1F6A 100%) 0% 0% no-repeat padding-box;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}
.post-details-tags .nav-link:hover{
    background: #5f6062;
}


/*

	Footer

*/


.site-footer-top {
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    padding: 0;
}
.site-footer-top__right {
    width: calc( ((1140px / 12) * 8) + ( ( 100% - 1140px ) / 2 ));
}
.site-footer-top__left {
    width: calc( ((1140px / 12) * 4) + ( ( 100% - 1140px ) / 2 ));
}
.site-footer-top__left {
    padding: 40px 15px;
    order: 1;
    background: #132664;
}
.site-footer-top__left .widget-title {
    color: #fff;
    font-size:24px;
}
.site-footer-top__left .widget p {
    color: #f1f1f1;
    line-height:2;
    font-size:13px;
}
.site-footer-top__right {
    order: 2;
    padding: 40px 15px;
    background: #ededee;
}
.site-footer-top__right .widget {
    width: 25%;
    float: left;
}
.site-footer-top__right .widget:last-of-type {
    width: 50%;
}
.site-footer-top .widget {
    padding: 0 15px;
}
.site-footer-top .widget-title {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 30px;
}
.site-footer-top .widget ul {
    padding-left: 0;
    list-style: none;
}
.site-footer-top__right .widget a:not(.btn) {
    color: #5f6062;
}
.site-footer-top__right .widget .menu a {
    display: block;
    padding-bottom: 5px;
}
.site-footer-top__right .widget .menu a:hover {
    color: #132664
}
.icon-text-widget {
    margin-bottom: 8px;
}
.icon-inline {
    display: inline-block;
    width: 20px;
    margin-right: 4px;
}

@media (min-width: 992px){ .site-footer-top { flex-direction: row; }}

.social-media p i { width: 30px; height: 30px;  line-height: 20px;  text-align: center;}
.social-media a  { display: inline-block;}
.social-media a i{ width: 40px; height: 40px; line-height: 40px; font-size: 18px;
    border-radius: 50%; text-align: center; color: #888888;  background: #e5e5e5;}
.social-media a i:hover{ color: #fff;}
.social-media a i.fa-facebook-f:hover { background: #395b98; }
.social-media a i.fa-twitter:hover { background: #2ca7e0; }
.social-media a i.fa-youtube:hover { background: #d95139; }
.social-media a i.fa-instagram:hover { background: #4879a1; }


footer {
    background: #333;
    padding: 30px 0;
}

.footer-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-box p{
    color: #f6f6f6;
}
.footer-box a{
    color: #fff;
}
.footer-box p:last-child{
    direction: rtl;
}


.main-header {
    position: relative;
    z-index: 1;
    padding: 6rem 0 1rem;
    background: no-repeat center;
    background-size: cover;
}
.main-header:before {
    position: absolute;
    content: "";
    z-index: 0;
    width: 100%;
    height: 100%;
    top:0;
    right:0;
    /*background-color: rgba(0, 113, 143, 0.7);*/
    background: linear-gradient(190deg, rgba(0,20,83,1) 0%, rgba(34,100,175,1) 100%);
    opacity: 0.7;
}
.main-header .header-box {
    padding-top: 6rem;
}
.main-header .header-box .header-box-title h2{
    font-size: 3rem;
}
.main-header .breadcrumb {
    background-color: transparent;
    border-radius: 0;
}
.main-header .breadcrumb .breadcrumb-item,
.main-header .breadcrumb .breadcrumb-item a{
    color: #fff;
}
.main-header  .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.page-item .page-link{
    color: #132664;
}
.page-item.active .page-link,
.page-item .page-link:hover{
    background-color: #132664;
    border-color: #132664;
    color: #fff;
}

/*

	Register Page

*/

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

.wizard section{
    padding: 0;
}
.error{
    font-weight: 300;
    color: red;
}
.wrapper {
    background: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem 0;
}
.wizard {
    width: 920px;
    position: relative;
}

.wizard > .steps {
    position: absolute;
    top: 35px;
    right: 30%;
    transform: translateX(50%);
    z-index: 9;
}

.wizard > .steps .current-info,
.wizard > .steps .number {
    display: none;
}

.wizard > .steps ul {
    display: flex;
    justify-content: center;
}

.wizard > .steps li a {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ededee;
    margin-right: 78px;
    position: relative;
}

.wizard > .steps li a:before {
    content: "";
    width: 58px;
    height: 2px;
    background: #ededee;
    position: absolute;
    right: 22px;
    top: 5px;
}

.wizard > .steps li a:after {
    content: "";
    width: 0;
    height: 2px;
    background: linear-gradient(190deg, rgba(0,20,83,1) 0%, rgba(34,100,175,1) 100%);
    position: absolute;
    left: -68px;
    top: 5px;
    transition: all 0.6s ease;
}

.wizard > .steps li.first a {
    background: linear-gradient(190deg, rgba(0,20,83,1) 0%, rgba(34,100,175,1) 100%);
}

.hide{
    display: none;
}


.wizard > .steps li.done a {
    background: linear-gradient(190deg, rgba(0,20,83,1) 0%, rgba(34,100,175,1) 100%);
}

.wizard > .steps li.done a:after {
    width: 58px;
}

.wizard > .steps li.current a {
    background: linear-gradient(190deg, rgba(0,20,83,1) 0%, rgba(34,100,175,1) 100%);
}

.wizard > .steps li.current a:after {
    width: 58px;
}

.wizard > .steps li:last-child a {
    margin-right: 0;
}

.wizard > .steps li:first-child a:before {
    display: none;
}

.wizard > .steps li:first-child a:after {
    display: none;
}

.wizard > .content {
    position: relative;
    height: 500px;
    margin-bottom: 30px;
}

.wizard .inner {
    display: flex;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
}

.wizard .image-holder {
    width: 40%;
    height: 500px;
}

.wizard .image-holder img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.wizard .form-content {
    width: 60%;
    padding-top: 80px;
    padding-left: 51px;
    padding-right: 51px;
}

.wizard .form-header {
    text-align: center;
}

.wizard h3 {
    font-size: 22px;
    color: #132664;
    text-transform: uppercase;
    padding: 5px 15px;
    display: inline-block;
    border: 1px solid #132664;
    margin-bottom: 10px;
}

.wizard p {
    font-size: 18px;
    color: #5f6062;
    text-align: center;
    margin-bottom: 30px;
}

.wizard .form-row {
    display: flex;
    margin-bottom: 15px;
}

.wizard .form-row .form-holder {
    width: 100%;
}

.wizard .form-control {
    height: 50px;
    border: none;
    border-bottom: 2px solid transparent;
    width: 100%;
    color: #5f6062;
    background-color: #fbfbfb;
    border-radius: 0;
    box-shadow: none;
}

.wizard .form-control:focus {
    border-color: #132664;
}

.wizard .form-control::-webkit-input-placeholder {
    color: #999;
}

.wizard .form-control::-moz-placeholder {
    color: #999;
}

.wizard .form-control:-ms-input-placeholder {
    color: #999;
}

.wizard .form-control:-moz-placeholder {
    color: #999;
}

.wizard .actions {
    position: relative;
}

.wizard .actions ul {
    display: flex;
    justify-content: flex-end;
}

.wizard .actions li a {
    padding: 0;
    border: none;
    display: inline-flex;
    height: 40px;
    padding: 10px 15px;
    align-items: center;
    justify-content: center;
    background: linear-gradient(190deg, rgba(0,20,83,1) 0%, rgba(34,100,175,1) 100%);
    color: #fff;
    cursor: pointer;
    position: relative;
    margin-left: 20px;
    font-size: 14px;
}

.wizard .actions li a:hover {
    background: #5f6062;
}
.wizard .actions li[aria-disabled="true"] a {
    opacity: 0;
    transition: all 1s;
}

.wizard .actions li[aria-disabled="false"] ~ li a {
    background: linear-gradient(190deg, rgba(0,20,83,1) 0%, rgba(34,100,175,1) 100%);
    color: #fff;
}

.wizard .actions li[aria-disabled="false"] ~ li a:hover {
    background: linear-gradient(190deg, rgba(0,20,83,1) 0%, rgba(34,100,175,1) 100%);
}
.iti {
    display: block;
}
.iti__flag {background-image: url("../img/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {background-image: url("../img/flags@2x.png");}
}
.iti__selected-flag{
    direction: rtl;
}
.iti__country-list {
    right: 0;
}
@media (max-width: 991px) {
    .wizard {
        max-width: 100%;
    }
    .image-holder img {
        display: none;
        height: 521px;
        object-fit: cover;
    }
}

@media (max-width: 767px) {
    .inner {
        display: block;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
    }
    .image-holder {
        width: 100%;
    }
    .image-holder img {
        width: 100%;
    }
    .form-content {
        width: 100%;
        padding: 50px 20px 30px;
    }
    .form-row {
        display: block;
    }
    .form-row .form-holder,
    .form-row .select {
        width: 100%;
        margin-right: 0;
        margin-bottom: 18px;
    }
    .wrapper {
        height: 1201px;
        background: none;
    }
    .checkbox-circle {
        width: 100%;
    }
    .wizard {
        height: 100%;
    }
    .wizard > .steps {
        right: 50%;
        top: 52%;
        transform: translateX(50%);
    }
    .actions {
        right: 50%;
        transform: translateX(50%);
        bottom: 3%;
    }
}


/*

	main word

*/
.main-word .pic{
    width: 25%;
    padding: 20px 0;
    margin: 0 2% 0 6%;
    float: left;
    position: relative;
    z-index: 1;
}
.main-word .pic:before,
.main-word .pic:after{
    content: "";
    width: 130px;
    height: 150px;
    background: linear-gradient(190deg, rgba(0,20,83,1) 0%, rgba(34,100,175,1) 100%);
    position: absolute;
    z-index: -1;
}
.main-word .pic:before{
    top: 0;
    left: -20px;
}
.main-word .pic:after{
    bottom: 0;
    right: -20px;
}
.main-word .pic img{
    width: 100%;
    height: auto;
    border: 3px solid #132664;
}
.main-word .main-word-content{
    width: 70%;
    float: left;
}
.main-word .title{
    display: block;
    font-size: 32px;
    color: #132664;
    margin: 0;
    text-transform: uppercase;
    padding-top: 65px;
    padding-left: 15px;
}
.main-word .post{
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: #5f6062;
    text-transform: capitalize;
    margin-bottom: 25px;
    padding-left: 15px;
}
.main-word .description{
    font-size: 16px;
    color: #5f6062;
    padding: 0 15px;
    margin: 0;
    line-height: 1.6;
    text-align: justify;
    position: relative;
}


/*

	Contact Page

*/

.contact-form{
    padding:45px;
    background:#f6f6f6;
}
.contact-form .form-control {
    border-radius: 0;
    min-height: 40px;
    padding: 0 20px;
    border-color: #dfdfdf;
    box-shadow: none;
}
.contact-form .btn {
    font-size: 18px;
    color: #132664;
    border: 1px solid #132664;
}
.contact-form .btn:hover{
    color: #fff;
}

.contactBox{
    padding:10px 0;
    margin-bottom: 15px;
}
.contactBox .contact-icon{
    background: #5f6062;
    color: #fff;
    width: 64px;
    height: 64px;
    line-height:64px;
    font-size:33px;
    text-align:center;
    float: left;
}
.contactBox:hover .contact-icon{
    background: linear-gradient(190deg, rgba(0,20,83,1) 0%, rgba(34,100,175,1) 100%);
}
.contactBox .contact-content{
    margin-left:85px;
}
.contactBox .contact-content h3{
    font-size:16px;
    margin-top: 5px;
    color:#132664;
}
.contactBox .contact-content p{
    font-size:14px;
    color:#5f6062;
    line-height:21px;
}

@media (min-width: 992px) {
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
    100% {
        transform:translateY(0rem);
        opacity: 1;
    }
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }
    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

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

@media all and (min-width: 1200px) {

}

.dropdown-menu {
    padding: 1rem 0;
    margin: 0;
    top: auto !important;
    right: auto !important;
    color: #5f6062;
    border: none;
    min-width: 15rem;
    margin-top: -1rem;
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    border-radius: .25rem;
}




/* gallery & vidoo */

.gallary {
    position: relative;
}
.gallary .gallary-box{
    width: 100%;
    height: 430px;
    overflow: hidden;
    margin-bottom: 30px;
    background: linear-gradient(190deg, rgba(0,20,83,1) 0%, rgba(34,100,175,1) 100%);
    position: relative;
    border-radius: 4px;
    display: block;
}
.gallary .gallary-box:after{
    position: absolute;
    content: "";
    width: 100%;
    height:50%;
    bottom: 0;
    right:0;
    transition: all 0.5s ease;
    background: linear-gradient(180deg, rgba(0,0,0,0) 100%, rgba(4,4,4,1) 100%);
}
.gallary .gallary-box img{
    width: 100%;
    min-height: 430px;
    object-fit: cover;
    transition: all 0.5s ease;
}
.gallary .gallary-box:hover img{
    transform: scale(1.2);
    opacity: 0.7;
}
.gallary .gallary-box-content{
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 15px;
    z-index: 3;
}
.gallary .gallary-box.sub{
    height: 200px;
}
.gallary .gallary-box.sub img{
    min-height: 200px;
}
.gallary .gallary-box.sub:after{
    display: none;
}

.gallary .gallary-box.sub .gallary-box-content h5{
    font-size: 14px;
}



.form-ltr{
    text-align: right;
    direction: rtl;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance:textfield;
}

.placeholder{
    position: fixed;
    z-index: 999999999999;
    top:0;
    right:0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(24deg, #3E1C69 0%, #EA1F6A 100%) 0% 0% no-repeat padding-box;
}
.loader{
    width: 100px;
    height: 60px;
    margin: auto;
    border: 5px solid #ecf0f1;
    position: relative;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}
.loader-page{
    background: transparent;
    width: 50px;
    height: 60px;
    margin: 0 auto;
    border-top: 5px solid #ecf0f1;
    border-bottom: 5px solid #ecf0f1;
    border-left: 5px solid #ecf0f1;
    transform-origin: 0% 50%;
    position: absolute;
    right: 50%;
    top: -5px;
    animation: flip 1.2s infinite linear forwards;
}
.loader-page:nth-child(1){
    z-index: -1;
    animation-delay: 1.4s;
}
.loader-page:nth-child(2){
    z-index: -2;
    animation-delay: 2.8s;
}
.loader-page:nth-child(3){
    z-index: -3;
    animation-delay: 4.2s;
}
@keyframes flip{
    0%{ transform: perspective(600px) rotateY(0deg); }
    20%{ background: transparent; }
    29.9%{ background: transparent; }
    30%{
        background: transparent;
        transform: perspective(200px) rotateY(-90deg);
    }
    54.999%{ opacity: 1; }
    55%{ opacity: 0; }
    60%{
        background: transparent;
        transform: perspective(200px) rotateY(-180deg);
    }
    100%{
        background: transparent;
        transform: perspective(200px) rotateY(-180deg);
    }
}




/*
	Comming Soon
*/

.landing-page{
    display:flex;
    height:100vh;
    justify-content: flex-end;
    align-items:center;
    text-align:center;
    background:url('../img/register-1.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
}

.landing-text-inner{
    padding:5rem 3rem;
    color:#fff;
    display:block;
    width:50%
}


.landing-text-inner h1{
    font-size: 500%;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
}

.custom-file-input:lang(ar)~.custom-file-label::after {
    content: "Ø§Ø³ØªØ¹Ø±Ø§Ø¶";
}

/*
	schedule
*/
.schedule-page{
    counter-reset: item;
}
.schedule-day{
    text-align: center;
}
.schedule-day p{
    margin-bottom: 0;
}
.schedule-tabs{
    border: none;
}
.schedule-tabs .nav-link{
    padding: 1rem;
    border: none;
    background-color: #f6f6f6;
    margin-right: 15px;
    position: relative;
}
.schedule-tabs .nav-link::before {
    counter-increment: item;
    content: counter(item);
    position: absolute;
    right: 0;
    font-size: 130px;
    top: -50px;
    color: #ededee;
}
.schedule-tabs .nav-link.active {
    background-color: #132664;
    border-color: #132664 #dee2e6 #fff;
}
.schedule-tabs .nav-link.active .schedule-day h5,
.schedule-tabs .nav-link.active .schedule-day p{
    color: #fff !important;
}

.schedule{
    padding: 20px;
    margin: 20px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.schedule:last-child{
    border-bottom:none;
}
.schedule .pic{
    width: 150px;
    height: 150px;
    float: left;
    margin-right: 50px;
    position: relative;
}
.schedule .pic:before,
.schedule .pic:after{
    content: "";
    display: block;
    height: 50%;
    width: 50%;
    position: absolute;
}
.schedule .pic:before{
    bottom: -10%;
    left: -10%;
    border-bottom: 3px solid #132664;
    border-left: 3px solid #132664;
}
.schedule .pic:after{
    top: -10%;
    right: -10%;
    border-top: 3px solid #132664;
    border-right: 3px solid #132664;
}
.schedule .pic img{
    width: 100%;
    height: auto;
}
.schedule .schedule-content{
    display: table;
    position: relative;
}
.schedule .schedule-title{
    font-size: 18px;
    color: #132664;
    font-weight: 300;
    text-transform: capitalize;
    font-family: "Hacen Maghreb Lt", Arial, sans-serif;
}
.schedule .schedule-title .label{
    margin: 0;
    background: #f6f6f6;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    color: red;
    font-weight: 100;
}
.schedule .title{
    color: #132664;
}
.schedule .post{
    font-size: 13px;
    color: #585f62;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 5px;
    padding : 0 5px;
}
.schedule .description{
    font-size: 16px;
    color: #7c7c7c;
    line-height: 22px;
}


.schedule-speakers{
    display: flex;
    justify-content: center;
}
.schedule-speaker{
    overflow: hidden;
    border-radius: 6px;
    position: relative;
    width: 100%;
    height: 185px;
}
.schedule-speaker img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    position: relative;
    left: 0;
    transition: all 0.4s ease-in-out 0s;
}
.schedule-speaker:hover img{
    left: -60%;
}
.schedule-speaker .team-content{
    width: 80%;
    height: 100%;
    background: #f1f1f1;
    padding: 20% 15px 0;
    text-align: center;
    position: absolute;
    top: 0;
    right: -80%;
    transition: all 0.4s ease-in-out 0s;
}
.schedule-speaker:hover .team-content{
    right: 0;
}
.schedule-speaker .title{
    font-size: 18px;
    color: #132664;
    margin: 0 0 10px 0;
}
.schedule-speaker .job{
    display: block;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}

.wrapper {
    position: relative;
}

.way-box{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-12%, -20%);
}
@media only screen and (max-width: 990px){
    .schedule-speaker{ margin-bottom: 50px; }
}
@media only screen and (max-width: 360px){
    .team-content{ padding: 15% 5px 0; }

    .schedule-speaker{
        height: auto;
    }
}

@media only screen and (max-width: 980px){
    .schedule{
        padding: 20px 0;
        margin: 20px 15px;
    }
    .schedule .pic{
        float: none;
    }
    .schedule .schedule-content{
        display: block;
        margin-top: 30px;
    }
    .schedule .schedule-content:before{
        z-index: 1;
        top: -200px;
    }
}

@media all and (max-width: 992px) {
    .top-nav{
        display: none;
    }
    .mobile-header{
        display: block;
    }
}

@media all and (max-width: 768px){
    section {
        padding: 3rem 0 !important;
    }
    .hero-slider .hs-item .container {
        position: relative;
        padding-top: 90px;
    }
    .hero-slider .hs-item h2 {
        font-size: 40px;
    }
    .site-footer-top__left,
    .site-footer-top__right {
        width: 100%;
        padding: 15px;
    }
    .masthead{
        position: relative;
        width: 100%;
        padding-bottom: 15px;
    }
    .masthead .masthead-bg {
        transform: none;
    }

    #countdown > div{
        display:inline-block;
        margin:0 10px;
    }

    #countdown > div > div{
        margin-bottom:22px;
        font-weight:200;
        font-size:60px;
    }
    .slide-num-holder,
    .slider-nav-warp
    { display: none;}
    .contact-form {
        padding: 25px 15px;
    }
    .wrapper{
        display: block;
        height: 100%;
        width: 100%;
        padding: 0;
        height: auto;
    }
    .wizard .image-holder {
        display: none;
    }
    .wizard .form-content {
        width: 100%;
        padding: 30px 15px;
        min-height: 500px;
    }
    .wizard > .steps {
        right: 0;
        top: 0;
        transform: none;
        position: relative;
    }
    .wizard > .content {
        position: relative;
        height: auto;
        margin-bottom: 0;
    }
    .speaker-box .speaker-pic {
        width: 100%;
        height: 350px;
    }
}

@media (max-width: 580px) {
    .site-footer-top .widget-title {
        margin-bottom: 20px;
    }
    .site-footer-top__right .widget {
        width: 50%;
    }
    .site-footer-top__right .widget:last-of-type {
        width: 100%;
    }
    .footer-box{
        display: block;
    }
    .footer-box p{
        margin-bottom: 25px;
        text-align: center;
    }
    .footer-box p span{
        float: none;
    }

}
@media (max-width: 420px) {
    .wizard > .steps li a {
        margin-right: 48px;
    }
    .wizard > .steps li a:before {
        width: 38px;
    }
    .wizard > .steps li a:after {
        left: -38px;
    }
    .way-box {
        width: 350px;
        transform: translate(-50%, -25%);
    }
}

.hero-slider .owl-nav button.owl-next,
.hero-slider .owl-nav button.owl-prev {
    transform: rotateY(180deg);
}

.hero-slider .owl-nav button.owl-next,
.hero-slider .owl-nav button.owl-prev {
    color: #fff !important;
    opacity: 1 !important;
    bottom: -8px !important;
}