@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/*-------------------------------------------------------------*/

/*-------------------------------------------------------------*/

::-moz-selection {
    background: #39f;
    color: #fff;
    text-shadow: 0px 1px 0px #000;
}

::selection {
    background: #39f;
    color: #fff;
    text-shadow: 0px 1px 0px #000;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0px;
    /*font: normal 16px/28px Cairo;*/
    font-family: "Almarai", sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 28px;
    color: #686868;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    margin: 0;
}

.h3,
h3 {
    font-size: 22px;
}

.clfx:after,
.cntr:after {
    display: block;
    height: 0;
    clear: both;
    content: "";
    width: 100%;
}

.clear {
    clear: both;
    height: 0px;
    display: block;
}

a,
a:hover,
a:visited {
    text-decoration: none;
}

a img,
img {
    border: 0px;
}

label {
    font-weight: normal;
    font-family: "Cairo", sans-serif;
}

a:hover,
a:focus {
    text-decoration: none !important;
}

u {
    text-decoration: none;
}

.ul-none,
.hd-menu ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

/*------*/

#wrap {
    overflow: hidden;
}

.cntr {
    margin: 0 auto;
    max-width: 1350px;
}

hr {
    border: 0;
    border-top: solid 1px #ddd;
    margin-bottom: 20px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="number"],
textarea,
select {
    border-radius: 0px;
    border: 1px solid #eaeaea;
    padding: 5px 10px;
    font-family: "Cairo", sans-serif;
    font-size: 14px;
    font-weight: normal;
    /*line-height: 20px;*/
    color: #666;
}

select {
    padding: 7px 10px;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    font-size: 15px;
    font-weight: normal;
    border-width: 0px;
    padding: 10px 19px;
    cursor: pointer;
    background-color: #45606d;
    color: #fff;
    font-family: "Cairo", sans-serif;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
input[type="button"]:hover {
    opacity: 0.7;
    color: #fff !important;
}

/*====================================================================================*/
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*-------------------------------------------------------------*/

.user-menu {
    float: left;
}

.user-menu li {
    float: right;
    margin-left: 14px;
    line-height: 44px;
}

.user-menu li {
    font-size: 13px;
}

.user-menu li a:hover {
    opacity: 0.7;
}

.user-menu li a i {
    font-size: 16px;
}

.user-menu li img {
    width: 34px;
    height: 34px;
    float: right;
    margin-left: 8px;
    margin-top: 3px;
    border-radius: 50%;
}

.right-menu {
    float: right;
}

.right-menu li a i {
    font-size: 21px;
}

/*-------------------------------------------------------------*/

header,
.hd-in {
    background-color: #fff;
    position: relative;
    z-index: 100;
    /* border-bottom: 1px solid #ed717e; */
    box-shadow: 0px 4px 8px 0px rgba(156, 156, 156, 0.09);
    -webkit-box-shadow: 0px 4px 8px 0px rgba(156, 156, 156, 0.09);
    -moz-box-shadow: 0px 4px 8px 0px rgba(156, 156, 156, 0.09);
}

.logo {
    float: right;
    width: 130px;
    display: block;
    margin-top: 12px;
}

.logo img {
    max-width: 100%;
    height: auto;
}

.hd-menu {
    float: left;
}

.hd-menu li {
    float: right;
    position: relative;
}

.hd-menu li li {
    float: none;
    margin: 0;
}

.hd-menu li a {
    display: block;
    line-height: 40px;
    padding: 20px 6px;
    position: relative;
    font-size: 16px;
}

.hd-menu>li>a:before {
    position: absolute;
    content: "";
    bottom: 12px;
    left: 50%;
    width: 20px;
    margin-left: -10px;
    height: 3px;
    border-radius: 6px;
    background-color: #fff;
}

.hd-menu li.current a:before {
    display: block;
}

.hd-menu li ul {
    position: absolute;
    top: 100%;
    right: 0;
    width: 340px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

.hd-menu li:hover ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.hd-menu li ul a {
    padding: 6px 10px;
    line-height: 28px;
    font-size: 15px;
}

.hd-menu li ul a:hover {
    padding-right: 14px;
}

.fixed-hd .hd-in {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0px 4px 3px 0px rgba(50, 50, 50, 0.12);
    -moz-box-shadow: 0px 4px 3px 0px rgba(50, 50, 50, 0.12);
    box-shadow: 0px 4px 3px 0px rgba(50, 50, 50, 0.12);
}

.fixed-hd .hd-in .hd-menu li a {
    padding: 5px 9px;
}

.fixed-hd .hd-in .logo {
    margin-top: 7px;
}

.fixed-hd .hd-in .logo img {
    height: 35px;
}

.fixed-hd .hd-in .hd-menu>li>a:before {
    bottom: 6px;
}

.v-res-btn {
    display: none;
}

/*-------------------------------------------------------------*/

.big-slider {
    padding: 100px 0;
    background: url(img/slider-bgr.png) 0 bottom / cover no-repeat #eee;
}

.slide-in {
    position: relative;
    z-index: 2;
}

.slider-img {
    float: right;
    width: 40%;
}

.slider-img img {
    width: 100%;
    height: auto;
    max-height: 800px;
    position: relative;
    z-index: 2;
    -webkit-animation: slideOutRight 0.5s both;
    animation: slideOutRight 0.5s both;
}

.slick-current .slider-img img {
    -webkit-animation: slideInRight 0.5s both;
    animation: slideInRight 0.5s both;
}

.slider-content {
    float: left;
    width: 58%;
}

.slide-text h3 {
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 30px;
    line-height: 44px;
    -webkit-animation: slideOutLeft 0.5s both;
    animation: slideOutLeft 0.5s both;
}

.slick-current .slide-text h3 {
    -webkit-animation: slideInLeft 0.5s both;
    animation: slideInLeft 0.5s both;
}

.slide-text .sect-title,
.slide-text p,
.slide-text .btn {
    -webkit-animation: slideOutLeft 0.5s both;
    animation: slideOutLeft 0.5s both;
}

.slide-text p {
    max-width: 555px;
    margin-bottom: 25px;
}

.slick-current .slide-text .sect-title,
.slick-current .slide-text p {
    -webkit-animation: slideInLeft 0.5s both 0.2s;
    animation: slideInLeft 0.5s both 0.2s;
}

.slide-text .btn {
    min-width: 222px;
    border-radius: 33px;
    font-size: 21px;
    line-height: 30px;
}

.slick-current .slide-text .btn {
    -webkit-animation: fadeInLeft 0.5s both 0.4s;
    animation: fadeInLeft 0.5s both 0.4s;
}

.big-slider .slick-arrow {
    position: absolute;
    top: 50%;
    display: block;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    padding: 0;
    cursor: pointer;
    color: #111;
    left: 0;
    z-index: 3;
    background-color: transparent;
    font-size: 38px;
}

.big-slider .slick-next {
    left: auto;
    right: 0;
}

/* Dots */

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots {
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    border-radius: 50%;
}

.big-slider .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

.big-slider .slick-dots li button {
    border-radius: 10px;
}

.big-slider .slick-dots li.slick-active button {
    width: 20px;
}

.big-slider .slick-arrow {
    width: 60px;
    height: 60px;
    padding: 0;
    opacity: 0;
}

.item--cats .slick-arrow {
    opacity: 0;
}

.big-slider:hover .slick-arrow,
.item--cats:hover .slick-arrow {
    opacity: 1;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    line-height: 30px !important;
}

.btn2 {
    display: block;
    font-size: 18px;
    padding: 10px;
}

/*-------------------------------------------------------------*/

.sect {
    padding: 70px 0;
    position: relative;
}

.sect-title {
    padding-bottom: 1px;
    margin-bottom: 40px;
    position: relative;
    font-size: 22px;
}

.sect-title h2,
.sect-title h3,
.sect-title h4,
.sect-title p {
    margin: 0 0 20px;
}

.sect-title p {
    font-size: 20px;
}

.t-line {
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.sect-title-2:before,
.page-nav- h1:before,
.t-line:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 6px;
    width: 50px;
    display: block;
    content: "";
    margin-left: -25px;
}

.sect-title-2:not(.txt-cntr):before {
    left: auto;
    right: 0;
}

.t-line.txt-r:before {
    left: auto;
    right: 0;
}

/*--------*/

.sect-c {
    padding: 99px 0 70px;
    position: relative;
    overflow: hidden;
    /* border-top: 4px solid #eee; */
}

.sect-c,
.sect-3 {
    background: url(img/bgr02.png) 0 0 / 100% auto no-repeat #fbfbfb;
}

.line-v {
    position: absolute;
    display: block;
    left: 50%;
    width: 4px;
    top: 0;
    bottom: 70px;
}

.line-v:before {
    width: 16px;
    height: 16px;
    position: absolute;
    content: "";
    display: block;
    border-radius: 50%;
    background-color: #7da9b0;
    bottom: -10px;
    left: -6px;
}

/*--------*/

.sect-s {
    background: #fff url(img/img04.png) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    color: #a6a6a6;
}

.sect-s h2 {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 30px;
}

.sect-s h2:before {
    right: 50%;
    margin-right: -30px;
}

.sect-s ul {
    margin: 0 auto;
    text-align: center;
}

.sect-s li {
    display: inline-block;
    min-width: 25%;
    padding: 0 20px;
    margin-bottom: 30px;
    border-left: 1px solid #d5d5d5;
}

.sect-s li:last-child {
    border-width: 0;
}

.sect-s li i,
.sect-s li span,
.sect-s li b {
    display: block;
    text-align: center;
}

.sect-s li i {
    margin: 0 auto 30px;
    font-size: 60px;
    position: relative;
    padding-bottom: 20px;
    color: #b9b9b9;
}

.sect-s li i:after {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    right: 50%;
    width: 30px;
    height: 4px;
    margin-right: -15px;
    background-color: #555;
}

.sect-s li span {
    font-weight: bold;
}

.sect-s li b {
    font-size: 44px;
    line-height: 44px;
    margin-bottom: 10px;
}

.sect-i {
    min-height: 200px;
    background-color: #fafafa;
}


.thumb-silder-arrow {
    margin: 0 0 12px;
    text-align: center;
    direction: ltr;
}

.thumb-silder-arrow button {
    width: 48px;
    height: 34px;
    border: 2px solid #ddd;
    background-color: #fff !important;
    padding: 0;
    font-size: 18px;
    color: #ddd;
    margin-left: 7px;
}

.t {
    height: 90px;
    text-align: center;
    background-color: #fff;
    padding: 4px;
    margin: 0 10px;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.14);
    -moz-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.14);
    box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.14);
}

.t img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.thumb-silder .slick-slide,
.thumb-silder-2 .slick-slide {
    padding: 10px 0;
}

.sect-events-partners .t {
    height: 180px;
}

.thumb-t {
    display: block;
    height: 90px;
}

.thumb-t img {
    width: auto;
    max-width: 250px;
    height: auto;
    max-height: 100%;
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.thumb-silder-2 .t {
    position: relative;
    padding-top: 30px;
}

.thumb-silder-2 .t em {
    position: absolute;
    top: 3px;
    left: 3px;
    display: block;
    font-style: normal;
    padding: 5px 20px;
    font-size: 14px;
    background-color: #f7f7f7;
}

.thumb-silder-2 h3 {
    height: 56px;
    border-top: 1px solid #d5d5d5;
    background-color: #e8e8e8;
    line-height: 51px;
}

/*-------------------------------------------------------------*/

footer {
    background-image: url(img/img07.png);
}

footer .foot-in {
    margin: 0 -10px;
    padding: 40px 0;
}

.fot-box {
    float: right;
    width: 33.333333%;
    padding: 0 10px;
    font-size: 15px;
}

.fot-box h3 {
    font-size: 24px;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 20px;
}

.fot-box h3:before,
.fot-box h3:after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 2px;
    background-color: #fff;
    display: block;
    content: "";
}

.fot-box h3:after {
    right: 30px;
}

.fot-box .logo {
    width: 170px;
    float: none;
    margin-bottom: 14px;
}

.foot-bar {
    font-size: 15px;
    padding: 10px 0;
}

.copryt {
    margin: 9px 0 0;
    float: right;
    line-height: 28px;
}

.social-ico {
    float: left;
}

.social-ico li {
    float: right;
}

.social-ico a {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 4px;
    line-height: 44px;
    text-align: center;
    position: relative;
    font-size: 18px;
}

.mmber-detls-box .social-ico a {
    width: 52px;
    height: 52px;
    border-radius: 40px;
    line-height: 55px;
    font-size: 28px;
    background: #ffffff29;
}

.social-ico a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
    background-color: #fff;
    opacity: 0;
    display: block;
    content: "";
    z-index: 1;
}

.social-ico a:before {
    position: relative;
    z-index: 2;
}

.social-ico a:hover:after {
    top: 0;
    opacity: 1;
}

.links-box li a {
    font-size: 13px;
    position: relative;
    padding-right: 16px;
}

.links-box li a:hover {
    padding-right: 19px;
}

.links-box li a:before {
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: block;
    content: "";
    margin-left: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.links-box {
    width: 41%;
}

.fot-box-contact {
    width: 25%;
}

@media screen and (min-width: 1024px) {
    /* .links-box li {
        float: right;
        width: 50%;
    } */

    .links-box-in {
        width: 50%;
        float: right;
    }
}

/*-------------------------------------------------------------*/

.b- {
    margin: 0 -20px 30px;
}

.b-:after {
    clear: both;
    display: block;
    content: "";
}

.b- li div {
    margin: 0 auto;
    width: 320px;
    text-align: center;
    border-radius: 50px;
    overflow: hidden;
    display: block;
}

.b- li div img {
    width: 100%;
    height: 240px;
}

.thumb {
    /* width: 100%; */
    overflow: hidden;
    display: block;
    position: relative;
}

.b- li div .thumb {
    height: 203px;
    position: relative;
}

.b- li div .thumb:after {
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 50%;
    background-color: rgba(0, 0, 0, 0.56);
    content: "";
    display: block;
}

.b- li div:hover .thumb:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.b- li div .thumb i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "\f0c1";
    font-family: "Line Awesome Free";
    font-weight: 900;
    z-index: 2;
    width: 50px;
    height: 50px;
    font-size: 28px;
    color: #000;
    line-height: 50px;
    margin: -25px 0 0 -25px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    opacity: 0;
}

.b- li div:hover .thumb i {
    opacity: 1;
}

.b- li div h3 a,
.b- li div h4 a {
    display: block;
    color: #700;
    line-height: 30px;
    padding: 10px;
    font-size: 17px;
}

/*-------------------------------------------------------------*/

.tabs-in li {
    float: right;
    width: 25%;
    padding: 0 10px;
}

.tabs-in li>div {
    margin: 0 auto 14px;
    max-width: 300px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.mask- {
    color: #fff;
    text-align: center;
    position: absolute;
    padding-top: 100px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(184, 205, 58, 0.95);
    -webkit-animation: lightSpeedOut 0.8s both;
    animation: lightSpeedOut 0.8s both;
}

.tabs-in li>div:hover .mask- {
    -webkit-animation: fadeInUp 0.2s both;
    animation: fadeInUp 0.2s both;
}

.mask- .buttn {
    background-color: #a6b934;
    width: 180px !important;
    padding: 6px !important;
    margin: 0 auto 20px;
    border-radius: 4px;
    display: block;
}

.mask- b {
    display: block;
    font-weight: normal;
    font-size: 21px;
}

.mask- em {
    font-style: normal;
}

.tabs-in li .thumb {
    display: block;
    height: 280px;
    position: relative;
}

.tabs-in li .thumb img {
    display: block;
    width: 100%;
    height: 100%;
}

.tabs-in li .thumb .la- {
    position: absolute;
    /* width: 40px; */
    height: 34px;
    line-height: 34px;
    padding: 0 12px;
    text-align: center;
    top: 10px;
    left: 0;
    color: #fff;
    background-color: #fff !important;
}

.tabs-in li div.clfx {
    border: 1px solid #ddd;
    border-top-width: 0;
    padding: 9px;
    height: 77px;
}

.inner .tabs-in li div.clfx,
.rltd .tabs-in li div.clfx {
    height: 50px;
}

.tabs-in li div.clfx h4,
.tabs-in li div.clfx h3 {
    text-align: center;
    font-size: 15px;
    margin-bottom: 5px;
}

.tabs-in div.clfx b {
    float: right;
    font-size: 14px;
    opacity: 0.6;
    font-weight: normal;
}

.tabs-in div.clfx em {
    float: left;
    font-style: normal;
    font-size: 15px;
    color: #b8cd3a;
}

.tabs-in li.cat-2 .thumb .fa {
    background-color: #8681ee;
}

.tabs-in li.cat-2 div.clfx em {
    color: #8681ee;
}

.tabs-in li.cat-3 .thumb .fa {
    background-color: #e95a89;
}

.tabs-in li.cat-3 div.clfx em {
    color: #e95a89;
}

.tabs-in li.cat-4 .thumb .fa {
    background-color: #5aa1e9;
}

.tabs-in li.cat-4 div.clfx em {
    color: #5aa1e9;
}

.tabs-in li:nth-child(3n + 2) .mask- {
    background-color: #f7b5ab;
}

.tabs-in li:nth-child(3n + 3) .mask- {
    background-color: #b5ebee;
}

.tabs-in li:nth-child(3n + 2) .thumb .la-,
.tabs-in li:nth-child(3n + 2) .mask- .buttn {
    background-color: #f85a40;
}

.tabs-in li:nth-child(3n + 3) .thumb .la-,
.tabs-in li:nth-child(3n + 3) .mask- .buttn {
    background-color: #0cb9c1;
}

/* .tabs-in li:nth-child(n2+2) .mask- .buttn */

.btn-2 {
    margin: 0 auto;
    width: 216px;
    padding: 10px;
    font-size: 19px;
    display: block;
}

/*---------------------*/

.txt- {
    color: #fff;
    text-align: center;
}

.txt- p {
    margin: 0 auto 20px;
    max-width: 800px;
}

/*----------------------------*/
.news-in {
    border: 1px solid #e1e1e1;
    text-align: center;
    height: 503px;
    position: relative;
    background: #fff;
}

.news-in:hover {
    transform: translateY(-10px);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.29);
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.29);
}

.news-in .thumb {
    height: 220px;
    margin: -1px -1px 12px;
}

.news-in .thumb img {
    width: 100%;
    height: 100%;
}

.news-in h3,
.news-in p {
    padding: 0 10px;
}

.news-in h3 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 26px;
    height: 60px;
}

.news-in p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 20px;
    height: 95px;
    overflow: hidden;
}

.news-in .btn {
    max-width: 160px;
    padding: 0;
    line-height: 40px;
    font-size: 16px;
    display: block;
    margin: 0 auto 15px;
}

.news-foot {
    margin: 0 -1px -1px;
    line-height: 45px;
}

.news-foot span {
    display: inline-block;
    margin: 0 2px;
    font-size: 14px;
}

.news-foot a {
    height: 47px;
    width: 47px;
    text-align: center;
    display: block;
    float: left;
    line-height: 47px;
    font-size: 25px;
}

.thumb:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.3) 100%);
    /* -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg); */
}

.thumb:hover:before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}

.p-date {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    padding: 6px 10px;
    line-height: 20px;
    font-size: 12px;
    background: #1f2849;
}

.p-date b {
    display: block;
    font-size: 1.3rem;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.thumb:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.news-list li {
    padding-top: 14px;
    margin-bottom: 30px;
}

.o-design {
    display: block;
    width: 240px;
    margin: 0 auto;
}

.archive .news-list li {
    margin-bottom: 33px;
}

/*-----------------------------------*/

.grd-2 {
    margin: 0 auto;
    max-width: 800px;
}

.profile-c-links .grd-2 {
    max-width: none;
}

.grd- {
    margin: 0 -12px;
}

.grd-2>li,
.grd-3>li,
.grd-4>li {
    float: right;
    width: 33.3333%;
    padding: 0 12px;
}

.grd-2>li {
    width: 50%;
}

.grd-4>li {
    width: 25%;
}

.news-list {
    margin: 0 -12px;
}

/*-------------------------------------------------------------*/

.page-nav {
    padding: 0;
    background: url(img/scaled.jpg) 0 bottom / cover no-repeat #fff;
}

.page-nav- {
    padding: 70px 0;
    text-align: center;
}

.page-nav- h1 {
    margin: 0 0 25px;
    font-size: 33px;
    position: relative;
    padding-bottom: 30px;
}

.page-bgr {
    padding: 40px 0;
    background: #fff;
    min-height: 300px;
}

/*-------------------------------------------------------------*/

.contact-in {
    margin-bottom: 40px;
}

.contact-in li {
    padding: 0 10px;
    text-align: center;
}

.contact-in li div {
    padding: 10px;
    border-radius: 15px;
    background-color: rgb(100, 113, 149);
    border: 7px solid rgb(224, 232, 255);
    height: 270px;
}

.contact-in li i {
    margin: 0 auto 15px;
    display: block;
    font-size: 60px;
}

.contact-in h5 {
    font-size: 19px;
    margin: 0 0 25px;
}

.contact-in p {
    color: #fff;
    font-size: 23px;
    margin: 0 0 12px;
}

.contact-in li:nth-child(1) p,
.contact-in li:nth-child(2) p {
    direction: ltr;
}

/*-------------------------------------------------------------*/

.contact--form {
    max-width: 800px;
}

.inpt-row {
    margin-bottom: 10px;
    position: relative;
}

.inpt-row input[type="text"],
.inpt-row input[type="tel"],
.inpt-row input[type="password"],
.inpt-row input[type="email"],
.inpt-row input[type="submit"],
.inpt-row textarea,
.inpt-row select,
.input-row-in {
    display: block;
    width: calc(100% - 50px);
    height: 50px;
    padding: 0 12px;
    border-width: 0;
    border-radius: 40px 0 0 40px;
    background-color: #eeeeee;
    outline: none;
}

.input-row-in {
    height: auto;
    float: left;
    border-radius: 40px;
}

.input-row-in- {
    margin-bottom: 12px;
}

.input-row-in input {
    display: block;
    width: 100%;
    cursor: pointer;
}

/*-------------------------------------------------------------*/

.row- {
    margin: 0 -10px;
}

.wd50p {
    float: right;
    width: 50%;
    padding: 0 10px;
}

/*-------------------------------------------------------------*/

.sperater {
    position: relative;
    width: 150px;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    direction: rtl;
}

.sperater i {
    height: 9px;
    width: 9px;
    display: inline-block;
    margin: 0 6px 0 0;
    background-color: #141e40;
    /* -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); */
    border-radius: 50%;
}

.sperater i:first-child {
    margin: 0;
}

.sperater .active {
    border: 1px solid #141e40;
    background-color: transparent !important;
    /* height: 12px;
    width: 12px; */
}

.sperater::before,
.sperater::after {
    content: "";
    position: absolute;
    width: 27%;
    top: 50%;
    border: 1px solid #141e40;
    display: block;
}

.sperater:before {
    left: 0;
}

.sperater:after {
    right: 0;
}

.txt-cntr {
    text-align: center;
}

.sect-title-r .sperater {
    width: 44px;
    margin: 0;
    text-align: right;
}

.sect-title-r .sperater:after,
.sect-title-r .sperater i:first-child {
    display: none;
}

.sect-title-r .sperater::before,
.sect-title-r .sperater::after {
    width: 50%;
}

.sect-title-r .sperater .active {
    display: none;
}

.sect-book:before,
.sect-block-1:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    content: "";
}

.sect-book:before {
    background: url(img/bgr-1.jpg) 0 bottom / cover no-repeat #fff;
    opacity: 0.5;
}

.sect .cntr {
    position: relative;
    z-index: 4;
}

.sect-block-1:before {
    background: url(img/bgr-2.png) 0 bottom / cover no-repeat #fff;
    opacity: 0.5;
}

/*-------------------------------------------------------------*/

.course-sect .row- {
    margin: 0 -15px;
}

.course-sect-right,
.course-sect-left {
    padding: 0 15px;
}

.course-sect-right {
    float: right;
    width: 40%;
}

.course-sect-left {
    float: left;
    width: 60%;
}

.course-thumb {
    display: block;
    overflow: hidden;
}

.course-thumb img {
    width: 100%;
    display: block;
}

.c-detail>li {
    margin-right: 40px;
    border-right: 1px solid #dfdfdf;
    padding-bottom: 20px;
}

.c-detail li:last-child {
    border-width: 0;
}

.c-detail li h3 strong {
    display: block;
    height: 40px;
    font-weight: 600;
}

.c-detail li i {
    display: block;
    float: right;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    background-color: #fff;
    font-style: normal;
    color: #fff;
    font-size: 19px;
    margin-right: -19px;
}

.c-detail li h3 span {
    display: block;
    margin-right: 30px;
    padding: 4px 10px;
    background: -moz-linear-gradient(left,
            rgba(255, 255, 255, 0) 0%,
            #fbfaff 100%);
    background: -webkit-linear-gradient(left,
            rgba(255, 255, 255, 0) 0%,
            #fbfaff 100%);
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0) 0%,
            #fbfaff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='FBFAFF', GradientType=1);
    border-radius: 4px;
    /* font-weight: normal; */
    font-size: 17px;
}

.c-d-in {
    display: none;
    padding: 0 30px 20px;
    font-size: 14px;
    border-bottom: 1px solid #dfdfdf;
}

.c-d-in-1 {
    display: block;
}

.c-d-in p {
    margin: 0 0 9px;
}

.rltd-cource .b- li div h4 a {
    font-size: 14px;
}

.course-btns {
    margin-right: 40px;
}

.course-btns li {
    float: right;
    margin-left: 7px;
}

.course-btns-2 li {
    float: none;
    width: auto;
}

.course-btns li a {
    display: block;
    padding: 5px 12px;
    text-align: center;
    background-color: #414662;
    color: #fff;
    min-width: 105px;
}

.course-btns-2 li a {
    margin: 0 auto;
    max-width: 300px;
    border-radius: 6px;
}

.course-btns li i {
    margin: 0 auto 10px;
    display: block;
    font-size: 36px;
    height: 30px;
}

.course-btns li:nth-child(2) a {
    background-color: #9985c0;
}

.course-btns li:nth-child(3) a {
    background-color: #6fd37b;
}

.course-btns li:nth-child(4) a {
    background-color: #fbc15e;
}

.course-share {
    border-radius: 5px;
    padding: 5px;
    background-color: #f7f7f7;
}

.course-share li {
    float: left;
    line-height: 36px;
    font-size: 14px;
}

.course-share li:first-child {
    float: right;
}

.course-share li a {
    display: block;
    width: 36px;
    height: 36px;
    margin-right: 5px;
    background-color: #fff;
    text-align: center;
}

.c-detail li i {
    display: block;
    line-height: 36px;
    background-color: #414662 !important;
}

.course-share li i {
    font-size: 22px;
}

.course-share li a .la-facebook {
    color: rgb(59, 89, 152);
}

.course-share li a .la-twitter {
    color: rgb(85, 172, 238);
}

.course-share li a .la-whatsapp {
    color: rgb(77, 194, 71);
}

/*-------------------------------------------------------------*/

.slide-l-arrow {
    margin: 0 0 50px;
    position: relative;
    z-index: 7;
}

.slide-l-arrow button {
    margin-top: -30px;
    float: right;
}

.c-trainer {
    background-color: #fff2d8;
    border-radius: 20px;
    border: 4px solid #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
}

.c-trainer-in {
    position: relative;
    z-index: 2;
    padding: 20px;
}

.c-trainer:before {
    left: 0;
    top: 0;
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fdd687;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 400'%3E%3Cdefs%3E%3CradialGradient id='a' cx='396' cy='281' r='514' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23dd6a27'/%3E%3Cstop offset='1' stop-color='%23fdd687'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='400' y1='148' x2='400' y2='333'%3E%3Cstop offset='0' stop-color='%23fff5c6' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff5c6' stop-opacity='0.5'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='400'/%3E%3Cg fill-opacity='0.4'%3E%3Ccircle fill='url(%23b)' cx='267.5' cy='61' r='300'/%3E%3Ccircle fill='url(%23b)' cx='532.5' cy='61' r='300'/%3E%3Ccircle fill='url(%23b)' cx='400' cy='30' r='300'/%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
}

.c-trr-hd img {
    width: 44px;
    height: 44px;
    background-color: #fff;
    padding: 1px;
    border-radius: 50%;
    float: right;
}

.c-trr-hd h3 {
    margin: 0 50px 0 0;
    font-size: 24px;
    padding-top: 9px;
}

.trn-it li {
    padding: 7px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.trn-it li li {
    padding: 0;
    border-width: 0;
}

.trn-it li:last-child {
    border-bottom-width: 0;
}

.trn-it b {
    float: left;
    font-weight: 700;
}

.trn-it li em {
    font-style: normal;
    font-size: 13px;
    display: inline-block;
    padding: 2px 10px;
    line-height: 20px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 0 2px 2px;
}

.c-trainer-in h4,
.c-trainer-in h5 {
    margin: 0 0 10px;
    font-size: 17px;
}

.share-it {
    float: left;
}

.share-it span {
    float: right;
    font-size: 14px;
    margin-top: 10px;
}

.less-toggle {
    margin-bottom: 30px;
}

.slide-l-arrow .slider-buttn {
    display: block;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    background-color: #eee;
    float: right;
    padding: 0;
}

.slide-l-arrow .slick-next {
    float: left;
}

.slick-initialized {
    opacity: 1;
    visibility: visible;
}

/*-------------------------------------------------------------*/

.c-trainer-2 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.c-trainer-2 .ft- {
    position: relative;
    height: 50px;
    display: block;
}

.c-trainer-2 .ft-:before,
.c-trainer-2 .ft-:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 0 185px;
    border-color: transparent transparent transparent #fff;
}

.c-trainer-2 .ft-:after {
    left: auto;
    right: 0;
    border-width: 0 0 50px 185px;
    border-color: transparent transparent #fff transparent;
}

.c-tr-gry:before {
    /* background: none #ececec !important; */
    /* opacity: 0.5; */
    background-color: #d2d2d2;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3CradialGradient id='a' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23f0f0f0'/%3E%3Cstop offset='1' stop-color='%23d2d2d2'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='750' x2='1550' y2='750'%3E%3Cstop offset='0' stop-color='%23e1e1e1'/%3E%3Cstop offset='1' stop-color='%23d2d2d2'/%3E%3C/linearGradient%3E%3Cpath id='s' fill='url(%23b)' d='M1549.2 51.6c-5.4 99.1-20.2 197.6-44.2 293.6c-24.1 96-57.4 189.4-99.3 278.6c-41.9 89.2-92.4 174.1-150.3 253.3c-58 79.2-123.4 152.6-195.1 219c-71.7 66.4-149.6 125.8-232.2 177.2c-82.7 51.4-170.1 94.7-260.7 129.1c-90.6 34.4-184.4 60-279.5 76.3C192.6 1495 96.1 1502 0 1500c96.1-2.1 191.8-13.3 285.4-33.6c93.6-20.2 185-49.5 272.5-87.2c87.6-37.7 171.3-83.8 249.6-137.3c78.4-53.5 151.5-114.5 217.9-181.7c66.5-67.2 126.4-140.7 178.6-218.9c52.3-78.3 96.9-161.4 133-247.9c36.1-86.5 63.8-176.2 82.6-267.6c18.8-91.4 28.6-184.4 29.6-277.4c0.3-27.6 23.2-48.7 50.8-48.4s49.5 21.8 49.2 49.5c0 0.7 0 1.3-0.1 2L1549.2 51.6z'/%3E%3Cg id='g'%3E%3Cuse href='%23s' transform='scale(0.12) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.2) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.25) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(0.3) rotate(-20)'/%3E%3Cuse href='%23s' transform='scale(0.4) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(0.5) rotate(20)'/%3E%3Cuse href='%23s' transform='scale(0.6) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.7) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.835) rotate(-40)'/%3E%3Cuse href='%23s' transform='scale(0.9) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(1.05) rotate(25)'/%3E%3Cuse href='%23s' transform='scale(1.2) rotate(8)'/%3E%3Cuse href='%23s' transform='scale(1.333) rotate(-60)'/%3E%3Cuse href='%23s' transform='scale(1.45) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(1.6) rotate(10)'/%3E%3C/g%3E%3C/defs%3E%3Cg transform='rotate(0 0 0)'%3E%3Cg transform='rotate(0 0 0)'%3E%3Ccircle fill='url(%23a)' r='3000'/%3E%3Cg opacity='0.5'%3E%3Ccircle fill='url(%23a)' r='2000'/%3E%3Ccircle fill='url(%23a)' r='1800'/%3E%3Ccircle fill='url(%23a)' r='1700'/%3E%3Ccircle fill='url(%23a)' r='1651'/%3E%3Ccircle fill='url(%23a)' r='1450'/%3E%3Ccircle fill='url(%23a)' r='1250'/%3E%3Ccircle fill='url(%23a)' r='1175'/%3E%3Ccircle fill='url(%23a)' r='900'/%3E%3Ccircle fill='url(%23a)' r='750'/%3E%3Ccircle fill='url(%23a)' r='500'/%3E%3Ccircle fill='url(%23a)' r='380'/%3E%3Ccircle fill='url(%23a)' r='250'/%3E%3C/g%3E%3Cg transform='rotate(0 0 0)'%3E%3Cuse href='%23g' transform='rotate(10)'/%3E%3Cuse href='%23g' transform='rotate(120)'/%3E%3Cuse href='%23g' transform='rotate(240)'/%3E%3C/g%3E%3Ccircle fill-opacity='0.1' fill='url(%23a)' r='3000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    /* background-attachment: fixed; */
    background-size: cover;
}

.c-tr-gry .c-trainer-in {
    color: #514e4e;
    text-shadow: 0 1px 0 rgb(228, 228, 228);
}

.c-tr-gry .c-trainer-in h3 {
    color: #847b73;
}

.c-tr-gry .c-trainer-in .join-btn {
    color: #514e4e;
}

/*-------------------------------------------------------------*/

.c-trainer {
    background-color: #fff;
}

/*-------------------------------------------------------------*/

/*=======*/

.tabs- {
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.tabs- .slick-slide {
    padding-top: 22px;
}

#tab-1 {
    height: auto;
    opacity: 1;
    overflow: visible;
}

#tabs-wrap {
    min-height: 260px;
    position: relative;
}

.spinner {
    border: 5px solid rgba(255, 255, 255, 0.5);
    border-top-color: #e9573e;
    border-right-color: #37bc9b;
    border-bottom-color: #f7bb42;
    border-left-color: #3baeda;
    border-radius: 50%;
    margin: 0;
    height: 90px;
    width: 90px;
    position: relative;
    top: 7px;
    display: inline-block;
    -webkit-animation: spinner-animation 800ms infinite linear;
    -moz-animation: spinner-animation 800ms infinite linear;
    animation: spinner-animation 800ms infinite linear;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -45px;
    opacity: 0;
}

@-webkit-keyframes spinner-animation {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spinner-animation {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes spinner-animation {
    100% {
        transform: rotate(360deg);
    }
}

/*-------------------------------------------------------------*/

.grd-4.course--list {
    margin: 0 -20px;
}

.course--list .news-in {
    text-align: right;
}

.padd- {
    padding: 12px;
}

.course--list .news-foot {
    background-color: transparent;
    color: #222;
}

.course--list .news-foot del bdi,
.trn-it li del bdi {
    text-decoration: line-through;
    opacity: 0.7;
}

.trn-it li ins {
    text-decoration: none !important;
}

.pager- {
    text-align: center;
    margin-bottom: 40px;
}

.pager- li {
    display: inline-block;
    margin: 0 3px;
}

.pager- li a {
    display: block;
    width: 38px;
    height: 38px;
    line-height: 37px;
    border-radius: 4px;
    background-color: #e1e1e1;
}

.slick-disabled {
    cursor: not-allowed;
}

/*-------------------------------------------------------------*/

.rltd .tabs-in li {
    /* float: none;
    width: auto;
    padding: 0; */
    margin-bottom: 30px;
}

.rltd .tabs-in li>div {
    background-color: #fff;
    max-width: none;
}

.fancybox__container {
    direction: ltr;
}

/*-------------------------------------------------------------*/

.thumb-silder .slick-arrow {
    position: absolute;
    top: 50%;
    display: block;
    margin-top: -30px;
    width: 50px;
    height: 70px;
    padding: 0;
    cursor: pointer;
    color: #fff;
    left: 0;
    z-index: 3;
    font-size: 24px;
    background-color: rgba(0, 0, 0, 0.7);
}

.thumb-silder .slick-next {
    left: auto;
    right: 0;
}

/*-------------------------------------------------------------*/
.sng-meta {
    background-color: #f0f0f0;
    margin-bottom: 33px;
    padding: 4px 10px;
    border-radius: 4px;
}

.single .post-meta {
    float: right;
    margin-top: 5px;
}

.single .post-meta li {
    float: right;
    margin-left: 15px;
    font-size: 14px;
    color: #777;
}

.post-image img {
    display: block;
    margin: 0 auto 30px;
    max-width: 100%;
    background-color: #fff;
    padding: 1px;
    border: 1px solid #eee;
}

/*-------------------------------------------------------------*/

.side-menu {
    position: fixed;
    z-index: 999999;
    right: 0;
    top: 0;
    bottom: 0;
    width: 250px;
    border-left: 1px solid #eee;
    background-color: #fff;
    padding: 10px 0 50px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    opacity: 0;
    visibility: hidden;
}

.side-menu-show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

a.side-menu-toggle,
a.search-toggle {
    float: left;
    padding: 4px;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: none;
    margin-top: 12px;
}

a.search-toggle {
    display: block;
}

header a.side-menu-toggle,
a.search-toggle {
    margin: 15px 20px 0 0;
}

header a.side-menu-toggle i,
a.search-toggle i {
    font-size: 33px;
}

.fixed-hd header a.side-menu-toggle,
.fixed-hd a.search-toggle {
    margin-top: 5px;
}

.side-menu a.side-menu-toggle {
    margin: 0 0 30px;
    float: left;
}

.side-menu ul {
    clear: both;
    max-height: 90%;
    overflow: auto;
}

.side-menu ul ul {
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.side-menu ul li {
    padding: 3px 0;
    border-bottom: 1px solid #eee;
}

.side-menu ul ul li a {
    line-height: 23px;
}

.side-menu ul li:last-child {
    border-width: 0;
}

.side-menu ul a {
    display: block;
    padding: 6px 10px;
    border-bottom: 1px solid #fff;
    line-height: 36px;
    font-size: 14px;
}

.side-menu ul a i {
    float: left;
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 6px;
    font-size: 21px;
}

.side-menu .la-stop-circle {
    display: none;
}

.note- {
    padding: 10px;
    background-color: #dfeff0;
    border: 1px solid #aedde1;
}

.note- p {
    margin: 0;
}

.srch-pop {
    position: fixed;
    background-color: #f0eeee;
    top: 0;
    left: 0;
    right: 0;
    z-index: 122;
    display: none;
    padding: 30px;
}

.srch-pop label {
    display: none;
}

.srch-pop input {
    float: left;
    width: 60px;
    padding: 0;
    height: 44px;
    border-width: 0;
    border-radius: 5px 0 0 5px;
    outline: none;
}

.srch-pop input[type="text"] {
    float: right;
    width: calc(100% - 60px);
    background-color: #fff;
    border-radius: 0 5px 5px 0;
    padding: 0 10px;
}

.srch-pop input[type="submit"] {
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 22px;
}

/*-------------------------------------------------------------*/

.sect-right {
    width: 33%;
    float: right;
}

.sect-right img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.sect-left {
    float: left;
    width: 65%;
}

.books-items.tabs-in li .thumb {
    height: 425px;
}

.books-items.tabs-in li .thumb+.clfx {
    height: 80px;
}

.books-items.tabs-in li h3,
.books-items.tabs-in li h4 {
    font-size: 17px !important;
    line-height: 23px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.date- {
    display: block;
    position: absolute;
    bottom: 0;
    right: 14px;
    font-size: 14px;
    background: #fff;
    padding: 0px 10px;
}

.sect-parties .news-in {
    height: 230px;
    border-color: #c5ccdf;
    margin: 0 8px;
    border-radius: 25px;
    position: relative;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='320' height='250' preserveAspectRatio='none' viewBox='0 0 320 250'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1036%26quot%3b)' fill='none'%3e%3crect width='320' height='250' x='0' y='0' fill='rgba(244%2c 244%2c 244%2c 1)'%3e%3c/rect%3e%3cpath d='M26 250L276 0L454.5 0L204.5 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1037%26quot%3b)'%3e%3c/path%3e%3cpath d='M294 250L44 0L-178 0L72 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1038%26quot%3b)'%3e%3c/path%3e%3cpath d='M117.83471425042828 250L320 47.83471425042828L320 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1037%26quot%3b)'%3e%3c/path%3e%3cpath d='M0 250L202.16528574957172 250L 0 47.83471425042828z' fill='url(%26quot%3b%23SvgjsLinearGradient1038%26quot%3b)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1036'%3e%3crect width='320' height='250' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='0%25' y1='100%25' x2='100%25' y2='0%25' id='SvgjsLinearGradient1037'%3e%3cstop stop-color='rgba(13%2c 47%2c 117%2c 0.15)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(13%2c 47%2c 117%2c 0.15)' offset='0.66'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='100%25' y1='100%25' x2='0%25' y2='0%25' id='SvgjsLinearGradient1038'%3e%3cstop stop-color='rgba(13%2c 47%2c 117%2c 0.15)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(13%2c 47%2c 117%2c 0.15)' offset='0.66'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
}

.sect-parties .news-in .btn {
    border-radius: 30px 30px 0 0;
    padding: 0 20px;
    height: 40px;
    line-height: 40px !important;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

.sect-parties .news-in p {
    margin: 0;
}

.sect-parties .news-in h3 {
    height: 70px;
    position: relative;
    padding-bottom: 12px;
}

.sect-parties .news-in h3 a {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    line-height: 25px;
    font-size: 17px;
}

.sect-parties .news-in h3 i {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    text-align: center;
    margin-left: -25px;
    font-size: 33px;
    height: 15px;
    line-height: 15px;
}

.sect-block-1 ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sect-block-1 ul li {
    position: relative;
    padding-right: 25px;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.sect-block-1 ul li::before {
    position: absolute;
    bottom: 0;
    right: 25px;
    height: 5px;
    width: 33px;
    display: block;
    content: "";
    background-color: #1786ec;
}

.sect-block-1 ul li i {
    position: absolute;
    right: 0;
    top: 8px;
}

.sect-courses {
    background: linear-gradient(to bottom,
            rgb(252, 252, 252) 0%,
            rgb(244, 244, 244) 40%,
            rgb(236, 236, 236) 100%);
}

.sect-parties .thumb-silder .slick-arrow {
    background-color: rgb(130, 146, 191);
    border-radius: 4px 30px 30px 4px;
}

.sect-parties .thumb-silder .slick-next {
    border-radius: 30px 4px 4px 30px;
}

.des-coprt {
    float: left;
}

.des-coprt img {
    display: block;
    height: 38px;
}

.foot-contanct li {
    margin-bottom: 6px;
    /* background-color: rgba(255, 255, 255, .1); */
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.1) 65%,
            rgba(255, 255, 255, 0.2) 100%);
}

.foot-contanct li i,
.foot-contanct li i::after {
    background-color: rgba(255, 255, 255, 0.3);
}

.foot-contanct li i {
    display: block;
    float: right;
    width: 44px;
    height: 44px;
    line-height: 44px;

    text-align: center;
    position: relative;
    /* color: #28346c; */
    font-size: 22px;
}

.foot-contanct li i::after {
    position: absolute;
    left: -6px;
    top: 0;
    width: 4px;
    display: block;
    content: "";
    height: 44px;
}

.foot-contanct li i+div {
    margin-right: 66px;
    font-size: 17px;
    line-height: 44px;
}

.foot-contanct .la-phone+div a {
    direction: ltr;
}

.foot-contanct .la-phone+div a {
    display: inline-block;
}

.foot-contanct .la-phone+div a+a {
    margin-right: 20px;
}

footer .social-ico {
    text-align: center;
    float: none;
}

footer .social-ico li {
    display: inline-block;
    margin: 0 3px;
}

footer .social-ico a:after {
    display: none !important;
}

footer .social-ico a {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
}

.parties-items li {
    margin-bottom: 30px;
}

.sect-parties-inner {
    padding: 50px 0;
}

.items-anzima li {
    margin-bottom: 33px;
}

.items-anzima li div {
    border: solid 1px #cdcfd2;
}

.items-anzima li div .thumb {
    height: 430px;
}

.items-anzima li div img {
    height: auto;
    max-height: 100%;
}

.items-anzima li div h3 a {
    height: 120px;
}

.items-anzima li div h3 a span {
    display: block;
    line-height: 24px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.sect-srvs {
    background-color: #fff;
}

.srv-box {
    height: 350px;
    padding: 20px 20px 66px;
    background-color: #fff;
    margin-bottom: 33px;
    border-radius: 33px;
    position: relative;
}

.srv-box:before {
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    opacity: 0.4;
    border-radius: 33px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='450' height='450' preserveAspectRatio='none' viewBox='0 0 450 450'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1017%26quot%3b)' fill='none'%3e%3crect width='450' height='450' x='0' y='0' fill='rgba(203%2c 203%2c 203%2c 1)'%3e%3c/rect%3e%3cpath d='M0%2c172.844C32.902%2c171.352%2c64.93%2c161.942%2c92.282%2c143.593C119.29%2c125.475%2c137.039%2c98.176%2c153.295%2c70.008C171.067%2c39.212%2c193.56%2c8.003%2c190.997%2c-27.461C188.381%2c-63.659%2c161.447%2c-91.973%2c139.501%2c-120.878C116.115%2c-151.679%2c97.295%2c-195.278%2c59.08%2c-201.21C20.329%2c-207.225%2c-9.213%2c-167.727%2c-43.85%2c-149.34C-70.685%2c-135.095%2c-96.329%2c-122.265%2c-121.549%2c-105.323C-156.126%2c-82.096%2c-214.54%2c-72.91%2c-219.238%2c-31.522C-223.99%2c10.339%2c-164.03%2c29.154%2c-140.803%2c64.303C-122.448%2c92.078%2c-124.188%2c131.886%2c-97.821%2c152.212C-70.883%2c172.978%2c-33.978%2c174.384%2c0%2c172.844' fill='%23a2a2a2'%3e%3c/path%3e%3cpath d='M450 605.505C479.826 603.564 508.307 595.88 534.505 581.4929999999999 562.194 566.287 584.521 544.99 604.601 520.604 630.659 488.959 668.961 459.552 668.669 418.56 668.377 377.525 636.5 341.20799999999997 603.153 317.29200000000003 572.773 295.504 532.665 299.828 495.664 294.483 464.23199999999997 289.942 434.229 286.486 402.523 288.308 361.96500000000003 290.639 314.772 279.495 284.528 306.618 254.333 333.697 259.089 381.577 253.698 421.776 248.359 461.592 232.334 505.555 253.253 539.851 274.079 573.995 320.18100000000004 580.31 358.119 592.969 388.047 602.956 418.517 607.553 450 605.505' fill='%23b3b3b3'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1017'%3e%3crect width='450' height='450' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
}

.srv-box .sect-title {
    float: right;
}

.srv-box img {
    float: left;
    display: block;
    width: 55px;
    height: auto;
}

.srv-box div,
.srv-box p {
    position: relative;
    z-index: 4;
}

.srv-box p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
}

.srv-box .sect-title {
    margin-bottom: 25px;
}

.srv-box .sect-title h3 {
    margin-bottom: 6px;
}

.srv-box em {
    font-style: normal;
    position: absolute;
    bottom: 0px;
    left: 40px;
    font-size: 16px;
    background: #fff;
    padding: 4px 20px;
    border-radius: 23px 23px 0 0;
}

/*==================================================================*/
@media screen and (min-width: 1160px) {
    .book-content-wrap .post-image {
        margin: 0;
        float: right;
    }

    .book-content-wrap .post-content {
        float: left;
    }
}

.test-box {
    display: none;
}

.post-type-archive-adwat .news-in {
    height: 396px;
}

.single-course .e-con-inner>div,
.single-course .e-con-boxed {
    border-width: 0 !important;
}

.single-course .elementor-element-943df3b {
    display: none !important;
}

.elementor-button-wrapper {
    border-radius: 6px;
}

.contact--form br {
    display: none;
}

.maillist-form {
    margin: 0 auto;
    max-width: 600px;
}

.post-type-archive-book .contact-in li i,
.post-type-archive-course .contact-in li i {
    margin: 0 auto 15px;
    display: block;
    font-size: 39px;
}

.post-type-archive-book .contact-in li div,
.post-type-archive-course .contact-in li div {
    height: 150px;
}

/*----------------------------------------------------------------------------*/
.mmber-list {
    text-align: center;
}

.mmber-list li {
    display: inline-block;
    width: 32%;
    padding: 0 12px;
}

.mmbr {
    margin: 0 auto 40px;
    width: 300px;
}

.mmbr-img {
    display: block;
    position: relative;
    border-radius: 50%;
    background: #e1e1e1;
    margin-bottom: 40px;
    width: 300px;
    height: 300px;
}

.mmbr-img::before {
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    display: block;
    content: "";
    border: 4px solid #eaeaea;
    border-radius: 50%;
}

.mmbr-link {
    display: block;
    position: absolute;
    bottom: -34px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #2c386e;
    color: #fff;
    line-height: 60px;
    font-size: 25px;
}

.mmbr-img img {
    display: block;
    border-radius: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}

.mmbr h3 {
    font-size: 24px;
    padding: 10px 0;
}

/*----------*/
.mmber-detls-box {
    margin: 0 auto 100px;
    max-width: 650px;
    padding-top: 100px;
    position: relative;
}

.mmber-detls-box .mmbr-img {
    float: right;
    width: 100px;
    height: 100px;
}

.sect-single-member-info .mmber-detls-box .mmbr-img {
    width: 200px;
    height: 200px;
}

.mmber-detls-box .c-trainer {
    width: auto;
    max-width: 500px;
    margin: 0 auto;
    display: block !important;
    position: relative;
    padding-bottom: 30px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='500' height='700' preserveAspectRatio='none' viewBox='0 0 500 700'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1008%26quot%3b)' fill='none'%3e%3crect width='500' height='700' x='0' y='0' fill='url(%26quot%3b%23SvgjsLinearGradient1009%26quot%3b)'%3e%3c/rect%3e%3cpath d='M500 0L276.89 0L500 227.9z' fill='rgba(255%2c 255%2c 255%2c .1)'%3e%3c/path%3e%3cpath d='M276.89 0L500 227.9L500 254.98000000000002L227.56 0z' fill='rgba(255%2c 255%2c 255%2c .075)'%3e%3c/path%3e%3cpath d='M227.56 0L500 254.98000000000002L500 446.76L165.75 0z' fill='rgba(255%2c 255%2c 255%2c .05)'%3e%3c/path%3e%3cpath d='M165.75 0L500 446.76L500 567.25L153.54 0z' fill='rgba(255%2c 255%2c 255%2c .025)'%3e%3c/path%3e%3cpath d='M0 700L163.88 700L0 460.61z' fill='rgba(0%2c 0%2c 0%2c .1)'%3e%3c/path%3e%3cpath d='M0 460.61L163.88 700L305.40999999999997 700L0 308.84000000000003z' fill='rgba(0%2c 0%2c 0%2c .075)'%3e%3c/path%3e%3cpath d='M0 308.84000000000003L305.40999999999997 700L426.28 700L0 221.67000000000002z' fill='rgba(0%2c 0%2c 0%2c .05)'%3e%3c/path%3e%3cpath d='M0 221.67000000000002L426.28 700L450.65999999999997 700L0 68.24000000000001z' fill='rgba(0%2c 0%2c 0%2c .025)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1008'%3e%3crect width='500' height='700' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='-10%25' y1='7.14%25' x2='110%25' y2='92.86%25' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1009'%3e%3cstop stop-color='%230e2a47' offset='0'%3e%3c/stop%3e%3cstop stop-color='%2300459e' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
}

.mmber-detls-box .mmbr-link {
    display: none;
}

.mmber-detls-box .social-ico a::after {
    display: none !important;
}

.mmber-detls-box .social-ico {
    text-align: center;
    float: none;
}

.mmber-detls-box .social-ico li {
    display: inline-block;
    margin: 0 4px 12px;
    float: none;
}

.mmber-detls-box .c-trainer::before {
    display: none;
}

.custom-shape-divider-bottom-1759003335 {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 101%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1759003335 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 63px;
}

.custom-shape-divider-bottom-1759003335 .shape-fill {
    fill: #ffffff;
}

.trn-it li.dir-ltr {
    direction: ltr;
}

.trn-it li.dir-ltr i {
    float: left;
    margin-top: 4px;
    margin-right: 12px;
}

.mmber-detls-box .trn-it b a {
    color: #fff;
}

.mmber-show-info {
    display: block;
    z-index: 22;
}

.member-in-img {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 0;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 4;
    box-shadow: 0 10px 0px #0e2440;
    border: solid 4px #144074;
    padding: 2px;
}

.member-in-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.sect-single-member-info .c-trainer-in {
    padding-top: 120px;
}

.sect-single-member-info .c-trr-hd h3 {
    text-align: center;
    margin: 0;
}

.sect-single-member-info .trn-it li {
    padding: 20px 0;
}

@media screen and (max-width: 480px) {
    .mmber-detls-box {
        padding-top: 60px;
    }

    .member-in-img {
        margin-left: -60px;
        width: 120px;
        height: 120px;
    }

    .sect-single-member-info .c-trainer-in {
        padding-top: 70px;
    }
}

.sect-single-member-info {
    padding: 0;
}

/*-------------------------------------------------------------------------------------------*/
.sect-events {
    height: 650px;
    font-size: 26px;
}

.sect-events::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #314fac;
    opacity: 0.5;
    z-index: 4;
}

.sect-events video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.sect-events .sperater i {
    background-color: #fff;
}

.sect-events .sperater .active,
.sect-events .sperater::before,
.sect-events .sperater::after {
    border-color: #fff;
}

.sect-events .btn {
    border-radius: 40px;
    background-color: #4976ff;
}

.sect-events .sect-title h2 {
    font-size: 44px;
}

.sect-events .sect-title h3 {
    font-size: 38px;
    line-height: 40px;
    padding-bottom: 9px;
}

.sect-events .sect-title-2::before {
    background-color: #fff;
}

.sect-events-4 .srv-box {
    height: auto;
    padding: 20px;
    margin-bottom: 24px;
    padding-right: 40px;
}

.sect-events-4 .srv-box,
.sect-events-4 .srv-box:before {
    border-radius: 12px;
}

.sect-events-4 .srv-box h3 {
    font-size: 17px;
    margin: 0;
}

.sect-events-target .title-wrap {
    padding: 80px 0;
    position: relative;
}

.sect-events-target .title-wrap::before,
.sect-events-target .title-wrap::after {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background: url(img/arrow-1.png) 0 0 / 100% auto no-repeat transparent;
    width: 80px;
    height: 70px;
}

.sect-events-target .title-wrap::after {
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    opacity: 0.5;
}

.sect-events-target .sect-right {
    max-width: 300px;
}

.sect-events-target .sect-left {
    width: calc(100% - 360px);
}

.sect-events-target .grd-2 {
    max-width: none;
}

.sect-events-target .srv-box .sect-title {
    margin-bottom: 0;
}

/*=========================================*/
.sect-speakers .news-in {
    padding: 50px 3px 3px;
    height: auto;
    border-radius: 30px;
}

.thumb-speaker,
.thumb-speaker img {
    margin: 0 auto 50px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: block;
}

.thumb-speaker {
    background-color: #eee;
    border: 3px solid #e6e6e6;
    position: relative;
}

.thumb-speaker::before {
    position: absolute;
    top: -14px;
    bottom: -14px;
    left: -14px;
    right: -14px;
    display: block;
    content: "";
    border-radius: 50%;
    border: 5px solid #b8c3ec;
}

.thumb-speaker img {
    margin: 0;
    width: 100%;
    height: 100%;
}

.sp-title {
    line-height: 30px;
    font-size: 22px;
    background: #10193c;
    color: #fff;
    padding: 10px;
    border-radius: 0 0 30px 30px;
}

/*========================================================================*/
.axis-items li div {
    padding: 7px 12px;
    margin: 0 auto 14px;
    max-width: 700px;
    background-color: #f2f2f2;
    border-radius: 40px;
}

.axis-items li div:after {
    clear: both;
    display: block;
    content: "";
}

.axis-items li div i {
    float: right;
    display: block;
    width: 44px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    background-color: #5c78d9;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.axis-items li div i::before {
    transform: translateX(14px);
    display: block;
}

.axis-items li div i::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    width: 100%;
    height: 160%;
    background-color: #263979;
    border-radius: 50px;
}

.axis-items li div h4 {
    margin: 0 60px 0 0;
    font-size: 22px;
    padding-top: 8px;
}

#clock {
    text-align: center;
    direction: ltr;
}

#clock div {
    display: inline-block;
    padding: 20px;
    width: 80px;
    height: 130px;
    background-color: #192244;
    color: #fff;
    margin: 0 3px 5px;
    border-radius: 5px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='300' height='130' preserveAspectRatio='none' viewBox='0 0 300 130'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1076%26quot%3b)' fill='none'%3e%3crect width='300' height='130' x='0' y='0' fill='%230e2a47'%3e%3c/rect%3e%3cpath d='M 0%2c53 C 30%2c48.6 90%2c29.4 150%2c31 C 210%2c32.6 270%2c55 300%2c61L300 130L0 130z' fill='%23184a7e'%3e%3c/path%3e%3cpath d='M 0%2c112 C 30%2c108 90%2c89.4 150%2c92 C 210%2c94.6 270%2c118.4 300%2c125L300 130L0 130z' fill='%232264ab'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1076'%3e%3crect width='300' height='130' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
}

@media screen and (min-width: 840px) {
    #clock div {
        width: 130px;
    }
}

#clock div strong {
    display: block;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
}

/*--------------------------------------------------------------------------------*/

.sect-speakers {
    background: linear-gradient(to bottom,
            rgb(245, 245, 245) 0%,
            rgb(247, 247, 247) 37%,
            rgb(230, 235, 255) 100%);
}

.sect-scop:before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    position: absolute;
    content: "";
    background: url(img/circle-bgr.png) center center / cover no-repeat #fff;
    opacity: 0.2;
}

.sect-info {
    background-color: #20294a;
    color: #fff;
}

.custom-shape-divider-bottom-1759217848 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1759217848 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 76px;
}

.custom-shape-divider-bottom-1759217848 .shape-fill {
    fill: #20294a;
}

.sect-reg .sect-title h2 {
    margin: 0 0 42px;
}

/*--------------------------------------------------------------------------------*/

.inf- i,
.inf- b,
.inf- p {
    display: block;
    margin: 0 0 10px;
}

.inf- i {
    width: 70px;
    height: 70px;
    line-height: 66px;
    font-size: 44px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background-color: white;
    color: #20294a;
    position: relative;
}

.inf- i::after {
    position: absolute;
    display: block;
    content: "";
    top: -11px;
    bottom: -11px;
    left: -11px;
    right: -11px;
    border-radius: 50%;
    border: 8px solid rgba(89, 87, 145, 0.81);
}

.inf- b {
    font-size: 30px;
    margin-bottom: 25px;
}

.sect-timer .cntr {
    max-width: 1000px;
}

.sect-timer .sect-right {
    width: 280px;
    padding-top: 30px;
}

.sect-timer .sect-left {
    width: calc(100% - 300px);
}

.sect-block-1-in .sect-right {
    margin-top: 20px;
}

.sect-block-1-in .sect-right img {
    width: 200px;
}

/*-------------------------*/
#forums-reg form {
    display: block;
    margin: 0 auto;
    max-width: 700px;
}

#forums-reg form label {
    font-weight: 700;
}

#forums-reg form span {
    display: block;
    margin: 14px 0;
}

#forums-reg form br {
    display: none;
}

#forums-reg form input,
#forums-reg form textarea {
    display: block;
    width: 100%;
    border-radius: 4px;
    height: 48px;
    background-color: #eaeaea;
}

#forums-reg form textarea {
    height: auto;
}

#forums-reg form input[type="submit"] {
    margin: 0 auto;
    max-width: 250px;
    background-color: #2d386e;
    font-weight: 700;
}

/*-------------------------------------------------------*/
.member-filter-by-tax-wrap {
    margin: 0 auto 44px;
    max-width: 700px;
}

.member-filter-by-tax {
    border-radius: 4px;
    background-color: #eee;
    padding: 8px;
}

.fm-row {
    margin: 0 -10px;
}

.fn-box {
    float: right;
    width: 50%;
    padding: 0 10px;
}

.fn-box select {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 6px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
}

/*-------------------------------- //wp -----------------------------*/
.elementor-button-wrapper,
.pager- li.active a {
    background-color: #1c2547;
}

.btn,
.b- li div h4 a,
.b- li div h3 a {
    background-color: #8292bf;
}

.sect-4 {
    background-color: #fbfbfb;
}

.top-bar,
.hd-menu li ul a:hover,
.foot-bar {
    background: linear-gradient(to right,
            rgba(78, 108, 198, 1) 0%,
            rgba(68, 98, 188, 1) 40%,
            rgba(0, 20, 80, 1) 100%);
}

.news-foot,
.sect-title-2:before,
.page-nav- h1::before,
.t-line::before {
    background-color: #8c93ae;
}

.news-foot a {
    background-color: #172042;
}

.sect-t-title {
    background-color: #fff;
}

.sect-t-title h2:before,
.sect-s li:nth-child(3) i:after,
.c-detail li i,
.pager- li a.curr {
    background-color: #5b717c;
}

footer {
    background-color: #28346c;
}

.hd-menu>li:hover,
.hd-menu li ul {
    background-color: #8c9ed2;
}

.color-1,
.t em {
    color: #172042;
}

.share-it .social-ico a,
.social-ico a.la-facebook:hover,
.news-in h3,
.news-in h3 a,
.contact-in li i {
    color: #648f97;
}

.social-ico a.la-twitter:hover {
    color: #55acee;
}

.social-ico a.la-youtube:hover {
    color: #ff0000;
}

.social-ico a.la-instagram:hover {
    color: #bc2a8d;
}

.sect-s li:nth-child(4) i::after,
.fot-box h3::after,
.slick-dots li.slick-active button {
    background-color: #5d77ec;
}

.links-box li a:hover {
    color: #a8b3e3;
}

.sect-i h2 {
    color: #a8b3e3;
}

.sect-s li i:after,
.links-box li a:hover:before,
.thumb-silder-arrow button,
.line-v {
    background-color: #9ecbd3;
}

.links-box li a:hover:before {
    border-color: #a8b3e3;
}

.sect-block-1,
.sect-block-1 .sect-title h2 {
    color: #0e4980;
}

a,
.slide-l-arrow .slider-buttn {
    color: #172142;
}

.slide-text h3,
.sect-s h2 span,
.sect-title h2,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #394779;
}

.sect-title p {
    color: #586697;
}

.links-box li a:before {
    border-color: #fff;
}

.hd-menu li.current a {
    color: #eac681;
}

.hd-menu li a {
    color: #3b4980;
}

.contact-in li i,
.contact-in h5 {
    color: #fff;
}

.social-ico a:hover {
    color: #203983;
}

.sect-events *,
.sect-events .sect-title h2,
.elementor-button-wrapper,
.elementor-button-wrapper a,
.elementor-button-wrapper span,
.pager- li.active a,
.fot-box h3,
.fot-box,
.fot-box ul li a,
.user-menu li,
.user-menu li a,
footer,
footer a,
.copryt,
.copryt a,
.btn,
.social-ico a,
.hd-menu li:hover a,
.hd-menu>li a:hover,
.hd-menu li ul a,
.news-foot,
.news-foot a,
.mask- .buttn,
.b- li div h3 a,
.b- li div h4 a,
.c-trainer-in,
.c-trainer-in h3,
.c-trainer-in h4,
.c-trainer-in h5,
.pager- li a.curr {
    color: #fff;
}

.elementor-button-wrapper path {
    fill: #fff;
}

/*-------------------------------------------------------------*/

/*-------------------------------------------------------------*/
@media screen and (max-width: 1350px) {
    .cntr {
        padding: 0 12px;
    }
}

@media screen and (min-width: 1200px) {
    .sect-block-1:not(.sect-block-1-in) .sect-right {
        margin-top: 70px;
    }
}

@media screen and (max-width: 1400px) {
    .slide-text {
        padding-right: 80px;
    }
}

@media screen and (max-width: 1160px) {
    .cntr {
        padding: 0 12px;
    }

    .big-slider {
        min-height: auto;
    }

    .grd-3 {
        margin: 0 auto 20px;
        max-width: 800px;
    }

    .grd-3 li {
        width: 50%;
        margin-bottom: 25px;
    }

    .sect-s ul {
        margin: 0 auto;
        max-width: 650px;
    }

    .sect-s li {
        min-width: 50%;
    }

    .fot-box {
        width: 50%;
    }

    .links-box {
        float: none;
        width: auto;
        clear: both;
    }

    .grd-4 li {
        width: 33.333%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .slide-text {
        padding-right: 0;
    }

    .links-box-in {
        margin-top: 10px;
    }

    .course-sect-right,
    .course-sect-left {
        float: none;
        margin: 0 auto 33px;
        max-width: 400px;
        padding: 0;
    }

    .tabs-in li {
        width: 33.333%;
    }
}

@media screen and (max-width: 1200px) {
    .hd-menu {
        display: none;
    }

    a.side-menu-toggle,
    a.search-toggle {
        display: block;
    }
}

@media screen and (max-width: 960px) {
    .big-slider {
        padding: 55px 0;
    }

    .mmber-list li {
        width: 48%;
    }

    .slider-img,
    .slider-content {
        float: none;
        margin: 0 auto 30px;
        width: auto;
        max-width: 300px;
    }

    .slider-content {
        max-width: 700px;
        margin-bottom: 0;
    }

    .tabs-in li,
    .grd-4 li {
        width: 50%;
    }

    .books-items {
        margin: 0 auto;
        max-width: 660px;
    }

    .sect-right,
    .sect-left {
        float: none;
        margin: 0 auto 30px;
        max-width: 300px;
        width: auto;
    }

    .sect-left {
        max-width: none;
        margin-bottom: 0;
    }

    .sect-timer .sect-left,
    .sect-events-target .sect-left {
        width: auto;
    }

    .sect-events-target li {
        width: auto;
        float: none;
        margin: 0 auto 25px;
        max-width: 500px;
    }
}

@media screen and (max-width: 840px) {
    .slide-text h3 {
        font-size: 1.5em;
        margin-bottom: 20px;
    }

    .slide-text p {
        font-size: 18px;
        line-height: 27px;
    }
}

@media screen and (max-width: 780px) {
    .grd-3 li {
        float: none;
        width: auto;
        margin: 0 auto 25px;
        max-width: 400px;
    }

    .news-in {
        height: auto;
    }

    .fot-box {
        float: none;
        width: auto;
        clear: both;
        margin-bottom: 30px;
    }

    .fot-box:after {
        clear: both;
        display: block;
        content: "";
    }

    .links-box {
        margin-bottom: 0;
    }

    .less-toggle h2 {
        font-size: 22px;
    }

    .mmber-list li {
        width: 310px;
        display: block;
        margin: 0 auto 50px;
    }
}

@media screen and (max-width: 680px) {
    .page-nav- {
        padding: 40px 0;
    }

    .page-nav- h1 {
        font-size: 23px;
    }

    .sect h2 {
        font-size: 21px;
    }

    .inner .sect h2 {
        margin: 0 0 10px;
    }

    .wd50p {
        float: none;
        width: auto;
        margin-bottom: 30px;
    }

    .sect-events .sect-title h2 {
        font-size: 38px;
    }

    .sect-events .sect-title h3 {
        font-size: 34px;
    }
}

@media screen and (max-width: 560px) {

    .tabs-in li,
    .grd-4 li {
        width: auto;
        float: none;
    }

    .grd-4 li {
        margin: 0 auto 25px;
        max-width: 380px;
    }

    .des-coprt {
        float: none;
        margin: 0 auto;
        width: 98px;
    }

    .copryt {
        float: none;
        margin: 0 0 14px;
        text-align: center;
    }

    #clock {
        margin: 0 -12px;
    }

    #clock div {
        display: inline-block;
        padding: 10px 0;
        width: 70px;
        height: 130px;
        margin: 0 2px 5px;
        font-size: 13px;
    }

    #clock div strong {
        font-size: 28px;
    }
}

@media screen and (max-width: 480px) {
    .contact-in li i {
        font-size: 43px;
    }

    .contact-in h5 {
        font-size: 16px;
        margin: 0 0 13px;
        padding-bottom: 8px;
    }

    .axis-items li div h4 {
        font-size: 17px;
        padding-top: 0;
        line-height: 25px;
    }
}