ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
a:hover {
    text-decoration: none;
}
a {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
a:foucs {
    text-decoration: none;
}
img {
    max-width: 100%;
    position: relative;
}
p {
    font-family: "dinr";
}
/* Font Family */
/*@font-face {*/
/*    font-family: "dinb";*/
/*    src: url("../fonts/din_b.otf");*/
/*}*/

/*@font-face {*/
/*    font-family: "dinr";*/
/*    src: url("../fonts/din_r.otf");*/
/*}*/
@font-face {
    font-family: "dinr";
    src: url('../fonts/beINNormal.eot');
    src: url('../fonts/beINNormal.eot?#iefix') format('embedded-opentype'),
        url('../fonts/beINNormal.woff2') format('woff2'),
        url('../fonts/beINNormal.woff') format('woff'),
        url('../fonts/beINNormal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "dinb";
    src: url('../fonts/beINBlack.eot');
    src: url('../fonts/beINBlack.eot?#iefix') format('embedded-opentype'),
        url('../fonts/beINBlack.woff2') format('woff2'),
        url('../fonts/beINBlack.woff') format('woff'),
        url('../fonts/beINBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


a.orange{
    color: #f29100 !important;
}
body {
    padding: 0;
    margin: 0;
    font-family: "dinr";
    text-align: right;
}

/* scroll */
#scroll-me-all-night-long {
    overflow: auto;
}
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track:horizontal {
    border-bottom-width: 1px;
}
::-webkit-scrollbar-track:vertical {
    border-right-width: 1px;
}
::-webkit-scrollbar-thumb {
    border: 0px solid #3e4c34;
    border-radius: 30px;
}
::-webkit-scrollbar-thumb:horizontal {
    border-bottom-width: 5px;
}
::-webkit-scrollbar-thumb:horizontal:hover {
    border-bottom-width: 5px;
}
::-webkit-scrollbar-thumb:vertical {
    border-right-width: 5px;
}
::-webkit-scrollbar-thumb:vertical:hover {
    border-right-width: 5px;
}

/* back to top */
#button {
    display: inline-block;
    width: 43px;
    height: 43px;
    text-align: center;
    /*border-radius: 4px;*/
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#button:hover {
    cursor: pointer;
}

#button.show {
    opacity: 1;
    visibility: visible;
    /*background: #afafaf;*/
    /*color: #fff;*/
    /*padding: 0px 9px;*/
}

/** main site style **/
.MenuV6 {
    background: #eee;
    padding: 20px;
    border-radius: 40px;
    position: relative;
    margin-top: 40px;
    margin-right: 60px;
}
.icon_mobile {
    display: none;
}

.icon_mobile i {
    /*float: left;*/
    color: #45a788;
    font-size: 30px;
    cursor: pointer;
}

header {
    position: relative;
    background-color: #01589b;
    /*background-image: linear-gradient(to right, #c7dfe2 , #488eb5);
    background-image: url(../images/CircleBgV6.svg), url("../images/newbackground.png");
    background-size: 70%, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: left -500px top,  center;*/
}
/*header:after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 0;*/
/*  bottom: 0;*/
/*  z-index: 12;*/
/*      background-image: url(../images/CircleBgV6.svg);*/
/*    background-repeat: no-repeat;*/
/*    background-size: 70%;*/
/*    background-position: left -500px top;*/
/*}*/

/*header:before {*/
/*  content: url('../images/sky_right.png');*/
/*  position: absolute;*/
/*  right: 0;*/
/*  bottom: -5px;*/
/*  z-index: 0;*/
/*}*/

header .top_header {
    /*border-bottom: 1px solid #61a2c3;*/
    /*padding-bottom: 25px;*/
}

.top_header .logo {
    /* float: right; */
    /* padding-top: 30px; */
    position: absolute;
    left: 40px;
    top: -21px;
}

.top_header .logo img {
    height: 170px;
}

.top_header nav {
    /* float: left; */
    /* margin-right: 60px; */
    /* padding-top: 60px; */
    /*display: inline-block;*/
}

.top_header nav ul {
}

.top_header nav ul li {
    display: inline-block;
    padding-right: 30px;
}

.top_header nav ul li a {
    color: #81358a;
    font-size: 16px;
    font-family: "dinb";
    transition: 0.5s all;
    cursor: pointer;
}
.top_header nav ul li a svg {
    fill: #81358a;
    height: 24px;
    vertical-align: middle;
}
li.active a, li.active svg {
    color: #45a788 !important;
    fill: #45a788 !important;
}

.top_header nav ul li a:hover {
    color: #a83c54;
}
.LangBtn{
    position: absolute;
    top: 20%;
    right: -5%;
    cursor: pointer;
}
.social_media {
    float: left;
    padding-top: 60px;
    margin-left: 16px;
}

.social_media li {
    display: inline-block;
    padding-right: 10px;
}

.social_media li a i {
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 73px;
}

.fa-facebook-f:hover {
    background: #3b5998;
}
.fa-twitter:hover {
    background: #55acee;
}
.fa-instagram:hover {
    background: #6a453b;
}
.fa-google-plus-g:hover {
    background: #313131;
}
.fa-youtube:hover {
    background: #df0c0c;
}

.top_header .lang {
    float: left;
    padding-top: 60px;
}

.details_slide {
    padding-top: 70px;
    z-index: 99;
    position: relative;
}

.details_slide .logo_part {
    text-align: center;
    margin-bottom: 40px;
    /*margin-left: 185px;*/
}

.details_slide .logo_part ul li {
    display: inline-block;
    padding: 0 15px;
}
.header3 .logo_partex {
    text-align: left;
}

.header3 .logo_partex ul li {
    display: inline-block;
    padding: 0 15px;
}
.details_slide h1 {
    color: #00588d;
    font-size: 35px;
    margin-bottom: 53px;
    font-family: "dinb";
    text-shadow: 1px 1px 1px #ffffff8c;
}

.details_slide h2 {
    color: #ca2548;
    font-size: 35px;
    font-family: "dinb";
    margin-top: 50px;
    margin-bottom: 70px;
}

.btn_register {
    background-color: #f8c100;
    border-radius: 4px;
    padding: 10px 40px;
    float: right;
    display: inline-flex;
    transition: 1s all;
    text-align: center;
}

.btn_register:hover {
    background-color: #fce080;
}

.btn_register a {
    color: #01589b;
    font-family: "dinb";
    font-size: 25px;
    padding-right: 0;
}

.btn_register .icon_img {
    background: #01589b;
    padding: 11px;
    border-radius: 50%;
    display: block;
    font-size: inherit;
}

.btn_register:hover img {
    transform: rotate(360deg);
}

.btn_register img {
    transition: 0.5s;
}

.shepherds {
    background: #f8c100;
    z-index: 1;
    position: relative;
    padding: 10px 0;
}

.shepherds h3 {
    float: right;
    padding: 0 20px;
    color: #367aa4;
    font-size: 18px;
    vertical-align: middle;
    align-items: center;
    /* margin: 0; */
    /* line-height: 7vh; */
}

.shepherds img {
    float: right;
    /* height: 7vh; */
}
.shepherds2 h3 {
    float: right;
    padding: 0 20px;
    color: #367aa4;
    font-size: 18px;
    vertical-align: middle;
    align-items: center;
    margin: 0;
    line-height: 7vh;
}

.shepherds2 img {
    float: right;
    height: 7vh;
}
.contact_bestdriver {
    text-align: left;
    /* float: left; */
    /* padding-right: 140px; */
    padding-top: 10px;
    direction: ltr;
    color: #01589b;
    font-family: 'dinb';
    font-size: 18px;
}

.contact_bestdriver h3 {
    color: #cb2548;
    font-size: 16px;
    display: contents;
}

.contact_bestdriver ul {
    padding-top: 5px;
}

.contact_bestdriver ul li {
    display: inline-block;
    padding: 0 4px;
}

.contact_bestdriver ul li i {
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    background: #01589b;
    transition: 500ms all;
}

.contact_bestdriver ul li a {
    color: #000;
}

/***/

/*.tanfiz {*/
/*    padding: 50px 0;*/
/*    background-color: #f5f5f5;*/
/*    background: url("../images/bg_1.jpg");*/
/*}*/

.title {
    /* margin-bottom: 40px; */
}

.title h1 {
    font-size: 32px;
    position: relative;
    font-family: "dinb";
    color: #01589b;
    margin: 0px;
    background: rgb(241, 145, 33);
    background: -moz-linear-gradient(90deg, rgba(241, 145, 33, 1) 40%, rgba(68, 164, 134, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(241, 145, 33, 1) 40%, rgba(68, 164, 134, 1) 100%);
    background: linear-gradient(90deg, rgba(241, 145, 33, 1) 40%, rgba(68, 164, 134, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f19121",endColorstr="#44a486",GradientType=1);
    border-radius: 40px;
    padding: 10px 0;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 2;
}
.title h1:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../images/BgTitleV6.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}
.TitleInBorder h1 {
    font-size: 32px;
    position: relative;
    background: none;
    border-radius: 0;
    border-bottom: 3px solid #45a788;
    padding-bottom: 20px;
}
.title h1:after {
    content: "";
    background :none;
}
.title h3 {
    font-size: 22px;
    color: #6e6e6e;
    margin-top: 7px;
}
.border-v6 {
    border: 1px solid #cccccc;
    margin: 0 20px;
    border-top: none;
    border-radius: 0 0 40px 40px;
    padding: 20px 5px;
    position: relative;
    overflow: hidden;
}
.borderFull {
    border-radius: 40px;
    border-top: 1px solid #cccccc;
    background: #e6e6e6;
}
.border-v6:before {
    content: "";
    background: url(../images/BottomLineV6.svg) no-repeat;
    height: 5px;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 300px;;
}
.Noborder-v6 {
    margin: 0 30px;
    padding: 20px 0;
}
.box_tanfiz {
    margin-bottom: 20px;
    text-align: center;
}

.box_tanfiz img {
    transition: 1s ease-in-out;
    height: 60px;
    margin: 0 auto;
}

.box_tanfiz a {
    display: block;
    color: #01589b;
    font-family: "dinb";
    font-size: 26px;
    margin: 20px 0;
}

.box_tanfiz p {
    color: #868383;
    font-size: 20px;
}

.box_tanfiz:hover img {
    transform: rotate(360deg);
}

.box_tanfiz:hover a {
    color: #49a382;
}

.btn_tanfiz {
    border-top: 1px solid #ccc;
    margin-top: 20px;
}
.btn_tanfiz img{
    margin-left:15px;
}
.btn_tanfiz a {
    color: #fff;
    background: #81358a url(../images/BgButtonV6.png) no-repeat;
    padding: 20px 65px;
    font-size: 30px;
    border-radius: 40px;
    /* border: 1px solid #ed8300; */
    display: inline-flex;
    margin-top: 20px;
    font-family: "dinb";
    transition: 0.5s ease-in-out;
    background-position: center;
    background-size: contain;
}
.btn_tanfiz a:hover {
    background: #48a484 url(../images/BgButtonV6.png) no-repeat;
    /* border: 1px solid #8ca420; */
    color: #fff;
}
@media (min-width: 990px) {
    .btn_tanfiz_border {
        border-left: 1px solid #ccc;
    }
}
/****/

.organizers {
    padding: 50px 0;
}

.organizers img {
    margin-bottom: 0;
    height: 200px;
}

/*****/

.photo_album {
    position: relative;
    padding: 0 0 50px 0;
    /*box-shadow: 0 0 3px 0px #6363637a;*/
    /*background: url(../images/bg_1.jpg);*/
    /*background-color: #f5f5f5;*/
}
.photo_album .swiper-slide {
    margin-bottom: 11px;
    overflow: hidden;
    box-shadow: 0 0 2px 0px #0000007a;
}
.photo_album .swiper-button-next {
    border-radius: 6px;
    background-color: #8ca420;
}

.photo_album .swiper-button-prev {
    border-radius: 6px;
    background-color: #8ca420;
}

.photo_album .details_slider {
    background: #ffffffc4;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0;
    padding: 10px 5px;
    width: 100%;
}

.photo_album .details_slider h1 {
    color: #000;
    font-family: dinb;
    font-size: 23px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
    margin: 0 0 10px;
}

.photo_album .details_slider a {
    color: #5f5d5d;
    font-size: 18px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    display: block;
    transition: all 0.5s;
}
.photo_album .details_slider a:hover {
    color: #8ca420;
}
.photo_album .swiper-slide img {
    position: relative;
    height: 420px;
    width: 100%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    display: block;
    transition: transform 1s ease-out;
}
.photo_album .swiper-slide img:hover {
    transform: scale(1.5);
}
.swiper-slide-active .details_slider a {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

.swiper-slide-active img {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

/****/
.video_album {
    padding: 50px 0;
}

.video_album .title {
    position: relative;
}

.video_album .swiper-button-next {
    right: -310px;
    border-radius: 6px;
    background-color: #8ca420;
    top: 180px;
}

.video_album .swiper-button-prev {
    border-radius: 6px;
    background-color: #8ca420;
    top: 180px;
    right: -375px;
}

.swiper-container2 {
    overflow: hidden;
}

/****/
.sponsors {
    padding: 50px 0;
    background: url("../images/bg_1.jpg");
    background-color: #f5f5f5;
}

.sponsors .box_sponsors {
    /* background: #fff; */
    margin-bottom: 20px;
}

/****/

footer {
    background-color: #eaeaea;
    padding: 20px 0;
    background-image: url(../images/CircleBgV6.svg);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: left -500px top;
}

.top_footer {
    border-bottom: 1px solid #3b80a7;
    display: flow-root;
    padding-bottom: 21px;
    /*margin-bottom: 40px;*/
}

.top_footer .logo_footer {
    float: right;
}

.social_media_footer {
    /*float: left;*/
    /*padding-top: 60px;*/
    /*margin-left: 16px;*/
}

.social_media_footer li {
    display: inline-block;
    padding: 0 5px;
}
.social_media_footer h4 {
    color: #45a788;
    font-family: 'dinb';
    font-size: 20px;
}
.social_media_footer li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 4px;
    background: #01589b;
    transition: 500ms all;
    font-size: 18px;
}

.footer_content {
    width: 100%;
    margin-top: 30px;
    display: inline-block;
}

.footer_content .title_footer {
    font-family: "dinb";
    font-size: 22px;
    color: #a83c54;
}

.footer_content .links_footer {
}

.footer_content .links_footer ul {
    padding-top: 25px;
}

.footer_content .links_footer ul li {
    display: inline-block;
    /*width: 49%;*/
    padding-bottom: 30px;
}

.footer_content .links_footer ul li a {
    color: #81358a;
    font-size: 16px;
    font-family: "dinb";
    padding: 0 10px;
    transition: 0.5s ease-in-out;
}
.footer_content .links_footer ul li a svg {
    fill: #81358a;
    height: 24px;
    vertical-align: middle;
  }
.footer_content .links_footer ul li a:hover {
    color: #4ca381;
}

.footer_content .barnds {
}

.footer_content .barnds ul {
    padding-top: 25px;
}

.footer_content .barnds ul li {
    display: inline-block;
    width: 100%;
    padding-bottom: 15px;
    margin-left: 10px;
}

.contact_footer {
}

.contact_footer p {
    margin-top: 40px;
}

.icon_foot i {
    color: #8ca420;
    border: 1px dotted #8ca420;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
}

.icon_foot {
    float: right;
    padding-left: 10px;
}

.fl_lef h3 {
    font-size: 18px;
    color: #000;
    display: block;
}

.copyright {
    border-top: 1px solid #3b80a7;
    padding-top: 13px;
    /*margin-top: 50px;*/
}

.copyright p {
    float: right;
    color: #000;
}

.copyright a {
    float: left;
    color: #000;
    font-size: 15px;
}

/* pages */
.bar_title {
    padding: 20px 0;
    background: #01589b;
}

.bar_title a {
    color: #f29100;
    font-size: 20px;
}


.bar_title span {
    font-size: 22px;
    color: #fff;
}

.page {
    padding: 50px 0;
    background: #f6f6f6;
}

/* register */
.register {
    padding: 50px 0 0;
}
.tanfiz {
    padding: 50px 0 0;
}


.register .chose_reg {
    background: #fbfbfb;
    /*background: -moz-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);*/
    /*background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);*/
    /*background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#eeeeee",GradientType=1);*/
    padding: 50px 10px;
    transition: 0.5s ease-in-out;
    box-shadow: 0px 0px 2px #ccc;
    margin-bottom: 25px;
    border-radius: 5px;
    display:block;
    position: relative;
    overflow:hidden;
}
.register .chose_reg:hover {
    box-shadow: 0px 0px 2px #7d7777;
    background: #eee;
}
/*.register .chose_reg:before {*/
/*    content: "";*/
/*    background: url(../images/BottomLineV6.svg) no-repeat;*/
/*    height: 5px;*/
/*    bottom: 0;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    left: 0;*/
/*    margin-right: auto;*/
/*    margin-left: auto;*/
/*    width: 300px;*/
/*}*/
.register .chose_reg img {
    height: 70px;
}

.register .chose_reg h3 {
    font-size: 22px;
    font-family: "dinb";
    margin: 24px 0;
    color: #01589b;
    margin-bottom:0;
}

.register .chose_reg a {
    color: #000;
    background: #d5d5d5;
    font-size: 20px;
    padding: 15px 41px;
    padding-top: 7px;
    border-radius: 5px;
    margin-top: 14px;
    display: inline-flex;
    transition: 0.5s ease-in-out;
}

.register .chose_reg a:hover {
    background: #ba2748;
    color: #fff;
}

.register .chose_reg span {
    color: #121212;
    font-size: 12px;
    display: block;
}

.register form {
}

.register form h4 {
    margin-bottom: 30px;
    color: #848484;
    font-size: 16px;
}

.register form input {
    width: 100%;
    border: 1px solid #fff;
    background: #fff;
    height: 45px;
    padding-right: 9px;
    color: #000;
    font-size: 14px;
    margin-bottom: 20px;
    font-family: "dinb";
    line-height: 45px;
}
::-webkit-input-placeholder {
    line-height: 45px;
}
:-moz-placeholder {
    line-height: 45px;
}
:-ms-input-placeholder {
    line-height: 45px;
}
.register form select {
    width: 100%;
    border: 1px solid #fff;
    background: #fff;
    height: 45px;
    margin-bottom: 20px;
    padding-right: 10px;
    color: #000;
    font-size: 14px;
    font-family: "dinb";
}

.register form .btn_reg button {
    background: #bf2b4c;
    border: 1px solid #bf2b4c;
    color: #fff;
    font-family: "dinb";
    font-size: 22px;
    padding: 18px 55px;
    border-radius: 42px;
    transition: 0.5s ease-in-out;
    margin-top: 20px;
}

.register form .btn_reg button:hover {
    background: #00588d;
    border: 1px solid #00588d;
}

label {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    margin-top: 26px;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.multiselect-native-select .multiselect-container li input {
    width: auto;
    height: auto;
}
.multiselect-container > li > a > label {
    padding: 4px 20px 3px 20px;
}
.multiselect-native-select .multiselect {
    width: 100%;
    border: 1px solid #fff;
    background: #fff;
    height: 45px;
    margin-bottom: 20px;
    padding-right: 10px;
    color: #000;
    font-size: 14px;
    font-family: "dinb";
    box-shadow: none !important;
    background: #fff !important;
    /* border-color: #77aafc; */
    margin-bottom: 0;
    /* border-width: 2px; */
}
.multiselect-container {
    width: 100%;
    padding: 5px;
    box-shadow: none;
}
.multiselect-native-select .btn-group {
    width: 100%;
}
.multiselect-native-select .btn-group .multiselect-selected-text {
    float: right;
}
.multiselect-native-select .btn-group .caret {
    float: left;
    margin-top: 6px;
}

/* Hide the browser's default radio button */
/* label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
} */

/* Create a custom radio button */
/* .checkmark {
  position: absolute;
  top: 10px;
  right: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
} */

/* On mouse-over, add a grey background color */
/* label:hover input ~ .checkmark {
  background-color: #ccc;
} */

/* When the radio button is checked, add a blue background */
/* label input:checked ~ .checkmark {
  background-color: #2196F3;
} */

/* Create the indicator (the dot/circle - hidden when not checked) */
/* .checkmark:after {
  content: "";
  position: absolute;
  display: none;
} */

/* Show the indicator (dot/circle) when checked */
/* label input:checked ~ .checkmark:after {
  display: block;
}
 */
/* Style the indicator (dot/circle) */
/* label .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
} */

.list_reg {
}

.box_list_reg {
    margin-top: 30px;
}

.box_list_reg h1 {
    font-size: 20px;
    font-family: "dinb";
    color: #b52444;
}

.box_list_reg ul {
    margin-top: 10px;
}

.box_list_reg ul li {
    font-size: 16px;
    color: #1c1c1c;
    padding-right: 11px;
    position: relative;
    padding-bottom: 16px;
}

.box_list_reg ul li:after {
    position: absolute;
    content: "-";
    right: 0;
    top: 0;
}

.modal-body h1 {
    font-size: 35px;
    color: #a52643;
    font-family: "dinb";
}

.modal-body p {
    font-size: 19px;
    color: #000;
    font-family: "dinb";
}

/* photo */
.photo {
}

.box_photo {
    margin-bottom: 25px;
    box-shadow: 0px 0px 2px #ccc;
}

.box_photo .img_photo {
    overflow: hidden;
    box-shadow: 0px 0px 2px #ccc;
}

.box_photo:hover img {
    transform: scale(1.2);
}

.box_photo .img_photo img {
    transition: 1s ease-in-out;
    width: 100%;
}

.box_photo .details_box_photo {
    background: #fff;
    padding: 10px 5px;
}

.box_photo .details_box_photo h1 {
    color: #000;
    font-family: dinb;
    font-size: 20px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
    margin: 0 0 10px;
}

.box_photo .details_box_photo a {
    font-size: 15px;
    color: #5f5d5d;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    display: block;
    transition: all 0.5s;
}
.box_photo .details_box_photo a:hover {
    color: #8ca420;
}
.share_box {
}

.share_box h2 {
    width: 100%;
    padding: 16px 8px;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.share_box h2.face {
    background: #3655b9;
}
.share_box h2.twitt {
    background: #52b3eb;
}
.share_box h2.emai {
    background: #767a86;
}
.share_box h2.youtub {
    background: #e1231f;
}

/* news */
.news {
}
.img_news {
    box-shadow: 0px 0px 2px #ccc;
}
.box_news {
    box-shadow: 0px 0px 2px #ccc;
    margin-bottom: 25px;
}
.img_news img {
    transition: 1s ease-in-out;
    width: 100%;
}

.box_news .details_box_news {
    background: #fff;
    padding: 10px 5px;
}

.box_news .details_box_news h1 {
    color: #000;
    font-family: dinb;
    font-size: 20px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
    margin: 0 0 10px;
}

.box_news .details_box_news span {
    color: #5f5d5d;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    display: block;
    transition: all 0.5s;
}

.box_news .details_box_news a {
    color: #000;
    font-size: 15px;
}

.box_news .details_box_news p {
    color: #696969;
    font-size: 15px;
    text-align: justify;
}

.details_news {
}

.details_news p {
    color: #000;
    font-size: 16px;
    line-height: 1.9;
}

.details_news span {
    color: #000;
    font-size: 14px;
    font-family: "dinb";
}

/* contact */
.contact .contact_footer h1 {
    font-family: "dinb";
    font-size: 22px;
    color: #a83c54;
}

.message_contact h1 {
    font-family: "dinb";
    font-size: 22px;
    color: #a83c54;
}

.message_contact form {
    margin-top: 40px;
}

.message_contact form input {
    width: 100%;
    border: 1px solid #fff;
    background: #fff;
    height: 45px;
    padding-right: 10px;
    color: #000;
    font-size: 14px;
    margin-bottom: 20px;
    font-family: "dinb";
}

.message_contact form textarea {
    width: 100%;
    border: 1px solid #fff;
    background: #fff;
    height: 250px;
    padding-right: 10px;
    color: #000;
    font-size: 14px;
    margin-bottom: 20px;
    font-family: "dinb";
}

.btn_reg button {
    background: #bf2b4c;
    border: 1px solid #bf2b4c;
    color: #fff;
    font-family: "dinb";
    font-size: 22px;
    padding: 18px 55px;
    border-radius: 42px;
    transition: 0.5s ease-in-out;
    margin-top: 20px;
}

.btn_reg button:hover {
    background: #00588d;
    border: 1px solid #00588d;
}
.modal-body img {
    padding: 25px;
}
.logo_link {
    /* margin-bottom: 30px; */
    /* margin-left: 20%; */
}

.details_slide2 {
    /* padding-top: 10px; */
    z-index: 99;
    position: relative;
    /*width: 50%;*/
    text-align: center;
}

.details_slide2 .logo_part2 {
    /* text-align: right; */
    /* margin-bottom: 40px; */
    /* margin-left: 0px; */
    /* margin-right: 10%; */
    /* float: right; */
}

.img_wid {
    /* margin-top: 50px; */
    /*width: 25%;*/
    /* float:left; */
    /* margin-left: 10%; */
}
.header2 {
    position: relative;
    background-image: linear-gradient(to right, #c7dfe2, #488eb5);
}

.header2:before {
    display: none !important;
}

.logo_link img {
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

.animation {
    animation-duration: 1s;
    animation-name: pulse;
}

@media (max-width: 770px) {
    .details_slide2 {
        padding-top: 0;
        z-index: 99;
        position: relative;
        width: 100%;
        text-align: center;
    }
}

.header2 {
    position: fixed;
    z-index: 999999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.shepherds2 {
    background: #fff;
    z-index: 8;
    /* position: fixed; */
    width: 100%;
    overflow: hidden;
    /* bottom: 0; */
    height: 7vh;
    vertical-align: middle;
    align-items: center;
}
.logo_part2 ul li {
    display: table-cell;
}
.shihk2 {
    height: 78vh;
    vertical-align: bottom;
    display: table-cell;
    overflow: hidden;
}
.poright {
    display: grid;
    height: 69vh;
    align-items: center;
    grid-auto-columns: auto;
    grid-area: auto;
    grid-auto-flow: dense;
    grid-column: auto;
}
.details_slide2 h1 {
    color: #00588d;
    /* font-size: 60px; */
    margin-right: -20%;
    margin-bottom: 50px;
    font-family: "dinb";
    text-shadow: 1px 1px 1px #ffffff8c;
    margin-top: 0;
    width: 100%;
    display: inline-block;
}
.sec2po {
    height: 73vh;
    overflow: hidden;
}
.sec1po {
    height: 20vh;
    padding-top: 10px;
    overflow: hidden;
    vertical-align: middle;
}
.timemos {
    font-size: 22px;
    background: #ccc;
    text-align: center;
    padding: 18px 16px;
    border-radius: 42px;
}
.marquee {
    height: 50px;
    width: 100%;
    overflow: hidden;
    position: relative;
    /* background: #fff; */
    /* margin-top: 40px; */
    /* border-radius: 50px; */
    /* line-height: 50px; */
    vertical-align: middle;
    padding-right: 35px;
    /*background-image: url(../images/marqueIcon.svg);*/
    /*background-repeat: no-repeat;*/
    /*background-position: right;*/
    /*background-size: 28px;*/
}
.marquee:after {
    content: "";
    background-image: url(../images/marqueIcon.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 28px;
    width: 28px;
    height: 28px;
    z-index: 3;
    position: absolute;
    right: 0;
    top: 10px;
}
.marquee:before {
    position: absolute;
    height: 50px;
    width: 40px;
    top: 0;
    right: 0;
    background: #f8c100;
    content: "";
    z-index: 2;
}
.marquee div {
    display: block;
    width: 500%;
    height: 50px;
    position: absolute;
    overflow: hidden;
    animation: marquee 40s linear infinite;
    line-height: 50px;
}

.marquee span {
    float: right;
    width: fit-content;
    vertical-align: middle;
    font-size: 16px !important;
    padding: 0;
    color: #01589b;
}

@keyframes marquee {
    0% {
        right: 100%;
    }
    100% {
        right: -200%;
    }
}

@media (max-width: 416px) {
    .marquee div {
        display: block;
        width: 900%;
        height: 50px;
        position: absolute;
        overflow: hidden;
        animation: marquee 50s linear infinite;
        line-height: 50px;
    }

    @keyframes marquee {
        0% {
            right: 100%;
        }
        100% {
            right: -900%;
        }
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .marquee div {
        display: block;
        width: 500%;
        height: 50px;
        position: absolute;
        overflow: hidden;
        animation: marquee 40s linear infinite;
        line-height: 50px;
    }

    @keyframes marquee {
        0% {
            right: 100%;
        }
        100% {
            right: -500%;
        }
    }
}
@media (min-width: 990px) and (max-width: 1025px) {
    .marquee div {
        display: block;
        width: 400%;
        height: 50px;
        position: absolute;
        overflow: hidden;
        animation: marquee 40s linear infinite;
        line-height: 50px;
    }

    @keyframes marquee {
        0% {
            right: 100%;
        }
        100% {
            right: -400%;
        }
    }
}

/*add style of exams */

.register .exam {
    margin-bottom: 50px;
}

.table-condensed td span {
    padding: 14px;
    display: inline-block;
}

table.table-condensed {
    width: 100%;
}

.help_righ {
    padding: 10px;
    border: 1px solid #ddd;
}

.help_righ h1 {
    font-size: 20px;
    color: #bf2b4c;
    font-weight: bold;
}

.help_righ p {
    color: #000;
    font-size: 14px;
    line-height: 25px;
}

.help_righ h3 {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    direction: ltr;
}

.help_righ h3 i {
    font-size: 20px;
    color: #757575;
    font-weight: bold;
    transform: rotate(336deg);
}

.code_ver {
    color: #000;
    font-size: 15px;
}

.alltime {
    background: #edd5db;
    padding: 8px 10px;
    font-size: 21px;
    color: #000;
    margin: 0;
    padding-bottom: 16px;
}

.alltime span {
    font-size: 25px;
    color: #019d38;
    font-weight: bold;
}

a.btn_exam_start {
    background: #bf2b4c;
    color: #fff;
    font-family: dinb;
    font-size: 22px;
    padding: 11px 10px;
    border-radius: 42px;
    transition: 0.5s ease-in-out;
    display: block;
    text-align: center;
    padding-bottom: 16px;
}

a.btn_exam_start:hover {
    background: #72162a;
}

a.btn_exam_video {
    background: #019d38;
    color: #fff;
    font-family: dinb;
    font-size: 20px;
    padding: 10px 7px;
    border-radius: 42px;
    transition: 0.5s ease-in-out;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

a.btn_exam_video:hover {
    background: #016123;
}

a.btn_exam_video span {
    font-family: "dinr";
    width: 100%;
    display: inherit;
}

.box_exam {
    background: #fff;
    padding: 10px;
    display: inline-block;
    margin-top: 20px;
    width: 100%;
}

.details_box_exam {
}

.details_box_exam h1 {
    margin: 0;
    color: #000;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
}

.details_box_exam h3 {
    color: #b72546;
    font-weight: bold;
    font-size: 21px;
    margin-top: 10px;
}

.details_box_exam h4 {
    color: #000;
    font-size: 20px;
}

.details_box_exam .comp {
    color: #019d38;
    font-size: 22px;
    margin-bottom: 20px;
}

.details_box_exam .discomp {
    color: #be0606;
    font-size: 22px;
    margin-bottom: 20px;
}

.img_box_exam img {
    width: 100%;
}

.pagination-number a {
    display: inline-block;
    background: #fff;
    border: 0;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
}
.pagination {
    text-align: center;
    margin: 40px 0;
    float: right;
}
.pagination-number li {
    display: inline-block;
    margin: 0 5px;
}
.pagination ul,
.pagination li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding: 0 10px;
}
.pagination-number .inactive a {
    background-color: #dfb4be;
    color: #f9e1e7;
    transition: 0.5s;
}

.pagination-number .inactive a:hover {
    background: #bf2b4c;
    color: #fff;
}

.pagination-number a {
    display: inline-block;
    background: #bf2b4c;
    font-size: 20px;
    line-height: 40px;
    color: #f6f6ff;
    width: 40px;
    border-radius: 90px;
    height: 40px;
    text-align: center;
}

.pagination_sect {
    background: #ededed;
    margin-bottom: 30px;
}

.alltime2 {
    padding: 8px 10px;
    font-size: 21px;
    color: #000;
    margin: 0;
    padding-bottom: 16px;
    float: right;
    margin-top: 33px;
    margin-right: 50px;
}

.alltime2 span {
    font-size: 25px;
    color: #019d38;
    font-weight: bold;
}

.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    font-weight: 600;
    cursor: pointer;
    font-size: 19px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.container-checkbox .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* The container */
.container-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 19px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.container-radio .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
    background-color: #2196f3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.container-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

h1.title_qus {
    color: #bf2b4c;
    font-size: 21px;
    font-weight: bold;
}

h1.title_qus span {
    color: #000000;
    font-size: 17px;
    font-weight: 100;
}

.btn_reg2 {
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
    margin-bottom: 30px;
}

.modal-body li {
    text-align: right;
    color: #000;
    font-size: 16px;
    margin-top: 10px;
    margin-right: 30px;
    list-style: disc;
}

a.btn_yes,
button.btn_end {
    color: #a52643;
    padding: 5px 40px;
    font-size: 20px;
    border: 1px solid #ddd;
    border-radius: 54px;
    padding-bottom: 10px;
    display: inline-block;
    margin-top: 25px;
    margin: 0 20px;
    transition: 0.5s;
    cursor: pointer;
}

a.btn_no {
    color: #a52643;
    padding: 5px 40px;
    font-size: 20px;
    border: 1px solid #ddd;
    border-radius: 54px;
    padding-bottom: 10px;
    display: inline-block;
    margin-top: 25px;
    transition: 0.5s;
    cursor: pointer;
}

a.btn_yes:hover {
    background: #a52643;
    border: 1px solid #a52643;
    color: #fff;
}

a.btn_no:hover {
    background: #a52643;
    border: 1px solid #a52643;
    color: #fff;
}

@media (max-width: 770px) {
    .pagination ul,
    .pagination li {
        margin-bottom: 10px;
    }
    .alltime2 {
        float: inherit;
        margin-top: 0px;
        margin-right: 0px;
        text-align: center;
    }
    .pagination {
        margin-bottom: 0;
    }
}

.top_header .logo3 {
    float: right;
}

.top_header .logo_part3 {
    float: left;
}

.header3 {
    padding: 40px 0;
}

.header3:after {
    display: none;
}

.header3:before {
    display: none;
}

.top_header .logo3 img {
    max-width: 190px;
    margin-left: 22px;
    margin-bottom: 10px;
}

.header3 .top_header {
    border: 0;
}

.top_header .logo_part3 li {
    display: inline-block;
    padding-right: 14px;
    margin-bottom: 10px;
}

@media (max-width: 990px) {
    .top_header .logo3 {
        float: inherit;
        text-align: center;
    }

    .top_header .logo_part3 {
        float: inherit;
        text-align: center;
        margin-top: 30px;
    }
}

img.shepherdsimg {
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 20px;
}
/* Tab For Gallery */
.tab{
    text-align: center;
}
.tab .nav-tabs{
    display: inline-block;
    border-radius: 4px;
    border: none;
    padding: 20px 0 0 0;
}
.tab .nav-tabs li{
    float: none;
    display: inline-block;
    position: relative;
}
.tab .nav-tabs li a{
    font-size: 16px;
    font-weight: 700;
    background: none;
    color: #999;
    border: none;
    padding: 10px 15px;
    border-radius: 4px;
    transition: all 0.5s ease 0s;
}
.tab .nav-tabs li a:hover {
    background: #f19121;
    color: #fff;
    border: none;
}
.tab .nav-tabs li.active a, .tab .nav-tabs li.active a:focus, .tab .nav-tabs li.active a:hover {
    border: none;
    background: #4ca381;
    color: #fff !important;
}
.tab .tab-content{
    font-size: 14px;
    color: #686868;
    line-height: 25px;
    text-align: right;
    padding: 20px 20px 0;
}
.tab .tab-content h3{
    font-size: 22px;
    color: #5b5a5a;
}
.owl-carousel img {
  width: 100%;
  /*max-width: 300px;*/
  /*padding: 5px;*/
}
/* Gallery */
.gallery-block {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.gallery-block:after, .gallery-block:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    z-index: 2;
    background: rgb(27,27,102);
    background: linear-gradient(0deg, rgba(27,27,102,1) 0%, rgba(27,27,102,0.30) 35%, rgba(255,255,255,0) 100%);
}
.gallery-block:before {
    transform: scaleY(0);
    transform-origin: bottom center;
    transition: transform 0.3s;
    transition: 300ms;
}
.gallery-block:hover:before {
    background: rgba(251,219,58,0.50);
    transform: scaleY(1);
}
.gallery-block img{
    transition: 500ms;
}
.gallery-block i{
    font-size: 50px;
    position: absolute;
    color: #fff;
    z-index: 3;
    left: 50%;
    transition: 500ms;
    transform: translate(-50%, -55%);
}

.gallery-block i.fa-play-circle {
    top:45%;
}
.gallery-block i.fa-eye {
    top:-45%;
}
.gallery-block:hover i.fa-eye {
    top:45%;
}
.gallery-block:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.gallery-box{
    position: absolute;
    bottom: 0;
    padding: 10px;
    color: #fff;
    z-index: 3;
}
.gallery-box a{
    color: #fff;
}
.gallery-box a h6 {
    line-height: 1.5;
    font-size: 20px;
}
.gallery-box a{
    color: #fff;
    line-height: 1.5;
}
.introv6 {
    position: fixed;
    /* background-image: linear-gradient(to right, #c7dfe2 , #488eb5); */
    background-image: url(../images/CircleBgV6.svg), url(../images/newbackground.png);
    background-size: 70%, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: left -500px top, center;
    z-index: 999999999;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.introv6 img {
    position: absolute;
    bottom: 0;
    text-align: center;
    right: 0;
    height:100%;
    left: 0;
}



/*#wrapper*/
/*{*/
/*    text-align:center;*/
/*    margin:0 auto;*/
/*    padding:0px;*/
/*}*/
#effect
{
    background-color:#fff;
    position:relative;
}
.fixed-img{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 999999999999999999;
}
#effect #curtain1 , #curtain2{
        object-fit: cover;
        width: 50%;
}
#curtain1
{
    top:0px;
    position:absolute;
    left:0px;
    height:100vh;
}
#curtain2
{
    top:0px;
    position:absolute;
    height:100vh;
    right:0px;
}