/* montserrat-regular - latin_cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local(''),
       url('../fonts/montserrat-v18-latin_cyrillic-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v18-latin_cyrillic-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-500 - latin_cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: local(''),
       url('../fonts/montserrat-v18-latin_cyrillic-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v18-latin_cyrillic-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-700 - latin_cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: local(''),
       url('../fonts/montserrat-v18-latin_cyrillic-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v18-latin_cyrillic-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


body {font-family: 'Montserrat'!important;}
header {
    position: relative;
    z-index: 9
}
.langs { display: flex; justify-content: space-around;
    color: #fff;margin-top: 14px;
}
.lang_btn {color:#fff;padding: 3px;margin:0;}
.lang_btn:hover, .lang_btn:active, .lang_btn:focus {color:red; border:1px solid red; border-radius: 3px; padding: 3px;}
.lang .lang_btn.act {color:red; border:1px solid red; border-radius: 3px; background:#fff;padding: 3px;}
header #logo {
    padding: 15px 0px
}
blockquote {
  margin: 0 0 1rem;
  font-style: italic;
  border-left: 5px solid gray;
  padding-left: 1rem;
  text-align: left;
}
/*bootstrap start*/
	.dropdown-menu {
    position: absolute;
    top: 80%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: auto;
    max-width: 130px;
    width: 100%;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    padding: 0;
}
	.dropdown-item {
    white-space: normal;
}
	.nav-link {
    text-align: center;
}
.navbar {
    padding: 0.5rem 1rem 0.5rem 0;
}
	.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #a52a2a;
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: red;
}


.nav-item-logo {padding-left: 0!important;margin-top: -7px;}
header .up-header {
    padding: 6px 0px;
    line-height: 20px;
    background: #000
}

header .up-header ul.up-menu {
    margin: 0px;
    padding: 0
}

header .up-header ul.up-menu li {
    display: inline-block
}

header .up-header ul.up-menu li a {
    display: block;
    padding-right: 35px;
    font-size: 12px;
    text-transform: uppercase
}

header .up-header ul.social-media {
    margin: 0;margin-top: 10px;
}

header .up-header ul.social-media:after {
    content: " ";
    clear: both;
    display: block;
    width: 100%
}

header .up-header ul.social-media li {
    float: right
}

header .up-header ul.social-media li a {
    line-height: 24px;
    display: block;
    padding: 4px 8px;
    width: 40px;
    text-align: center
}

header .up-header ul.social-media li a:hover {
    background-color: rgba(0, 0, 0, 0.4)
}

header .up-header .welcome-mas {
    text-align: center;
    font-size: 13px
}

header .up-header.light ul.up-menu li a,
header .up-header.light .welcome-mas {
    color: rgb(255, 255, 255)
}

header a.mobile-toggle {
    display: none
}

header ul.nav-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 13px;
    float: left
}

header ul.nav-menu:after {
    content: " ";
    clear: both;
    width: 100%
}

header ul.nav-menu>li {
    float: left
}

header ul.nav-menu>li>a {
    color: #000;
    z-index: 3;
    opacity: 1;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: block;
    padding: 35px 22px 35px 22px
}

header ul.nav-menu>li :nth-last-child(1) a {
    margin-right: 0px
}

header ul.nav-menu>li>ul.sub-menu {
    left: 0;
    text-align: left;
    position: relative;
    font-size: 13px;
    border: 1px solid #eee
}

header ul.nav-menu>li>ul.sub-menu>li {
    position: relative
}

header ul.nav-menu>li>ul.sub-menu>li:nth-child(even) {
    background: #fafafa
}

header ul.nav-menu>li>ul.sub-menu>li a {
    font-size: 13px
}

header ul.nav-menu>li ul.sub-menu {
    transform: translateY(10%);
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -o-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background-color: #fff;
    border-top: 3px solid #f9dc93;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 90px;
    width: 230px;
    visibility: hidden;
    opacity: 0;
    border-radius: 0px
}

header ul.nav-menu>li ul.sub-menu li {
    display: block;
    z-index: 3
}

header ul.nav-menu>li ul.sub-menu li:nth-child(even) {
    background: #fafafa
}

header ul.nav-menu>li ul.sub-menu li a {
    color: #000;
    opacity: .7;
    display: block;
    padding: 8px 20px 8px 20px;
    text-transform: capitalize;
    margin-top: -1px;
    font-size: 13px;
    border-bottom: 1px solid #eee
}

header ul.nav-menu>li ul.sub-menu li a:hover {
    color: #000;
    opacity: 1
}

header ul.nav-menu>li:nth-last-child(1)>a {
    margin-right: 0px
}

header ul.nav-menu>li:hover>ul.sub-menu {
    border-radius: 0px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    visibility: visible
}

header ul.nav-menu>li>a:hover {
    color: red
}

header ul.nav-menu>li.has-dropdown>a {
    position: relative
}

header ul.nav-menu>li.has-dropdown>a:after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 3px
}

header ul.nav-menu>li.has-dropdown {
    position: relative
}

header ul.link-padding-tb-18px>li>a {
    padding-top: 18px;
    padding-bottom: 18px
}

header ul.link-padding-tb-18px>li>ul.sub-menu {
    top: 61px
}

#search {
    z-index: 999;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0
}

#search form {
    top: 50%;
    max-width: 750px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0
}

#search input[type="search"] {
    background-color: #fff;
    border-radius: 0px;
    width: 750px;
    color: #494949;
    font-size: 20px;
    font-weight: 300;
    text-align: left;
    border: 0px;
    margin-top: -51px;
    padding: 35px 30px 35px 30px;
    outline: none;
    border: 4px solid #f9dc93
}

#search .btn {
    background-color: red;
    border: none;
    float: right;
    margin-right: 20px;
    margin-top: -85px;
    border-radius: 0px;
    padding: 20px 40px;
    position: relative;
    cursor: pointer;
    outline: none
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #494949;
    opacity: 1;
    padding: 30px;
    font-size: 27px;
    cursor: pointer
}

.nile-preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #eee
}

.nile-preloader .logo {
    display: block;
    position: absolute;
    width: 85px;
    height: 85px;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    z-index: 2
}

.go-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: #000;
    font-size: 25px;
    text-align: center;
    padding: 12px;
    border-radius: 5px;
    display: none;
    z-index: 3;
    cursor: pointer
}

.go-top:hover {
    background-color: red;
    color: #fff !important
}

.flex-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.flex-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.nile-page-title {
    padding: 10px 0px;
    text-align: center;
    color: #fff
}

.nile-page-title h1 {
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 53px;
    max-width:740px;
    width: 100%;
}

.nile-page-title ul.breadcrumbs {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.nile-page-title ul.breadcrumbs li {
    display: inline-block;
    font-weight: 500;
    font-size: 13px
}

.nile-page-title ul.breadcrumbs li a {
    display: block;
    font-weight: 500;
    font-size: 13px;
    color: #fff
}

.nile-page-title ul.breadcrumbs li a:after {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 16px;
    margin: auto 5px;
    display: inline-block
}

.nile-blog-entry.layout-3 {
    background-color: #f4f2e9;
    border: 1px solid #e5e3db;

}

.nile-blog-entry.layout-3 .out {
    padding: 20px 40px
}

.nile-blog-entry.layout-3 .tags a {
    font-weight: 500;
    font-size: 13px;
    color: red
}

.nile-blog-entry.layout-3 a.title {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    display: block;
    margin: 8px auto
}

.nile-blog-entry.layout-3 .excerpt {
    font-size: 13px
}

.nile-blog-entry.layout-3 a.read_more {
    padding: 8px 30px;
    background-color: #cecbc0;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 600
}

.nile-blog-entry.layout-3 a.read_more:hover {
    background-color: red
}

.nile-blog-entry.layout-3 .img-in {
    position: relative;
    overflow: hidden
}

.nile-blog-entry.layout-3 .img-in .social-media {
    background-color: red;
    position: absolute;
    bottom: -30px;
    margin: auto;
    left: 0;
    right: 0;
    width: 150px;
    padding: 0;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.nile-blog-entry.layout-3 .img-in .social-media li {
    display: inline-block
}

.nile-blog-entry.layout-3 .img-in .social-media li a {
    color: #fff;
    margin: auto 8px
}

.nile-blog-entry.layout-3:hover .img-in .social-media {
    bottom: 20px
}

.nile-blog-entry.layout-3:hover .img-in img {
    opacity: .5
}

.nile-blog-sidebar {
    margin-left: 30px
}

.nile-blog-sidebar .nile-widget {
    margin-bottom: 25px
}

.nile-blog-sidebar .nile-widget .widget-title {
    font-size: 25px;line-height: 30px;
    margin-bottom: 5px;
    font-weight: 700;
    text-decoration: underline;
    -webkit-text-decoration-color: #ccc;
    text-decoration-color: #ccc
}

.nile-blog-sidebar .nile-widget.nile_latest_news_widget .post {
    margin: 15px 30px 15px 30px;
    padding: 0px 0px 25px 35px;
    border-bottom: 1px solid #e5e5e5
}

.nile-blog-sidebar .nile-widget.nile_latest_news_widget .post .post-thum {
    width: 50px;
    margin-left: -65px;
    float: left;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 12px
}

.nile-blog-sidebar .nile-widget.nile_latest_news_widget .post .date {
    font-size: 13px;
    font-weight: 400;
    color: #b6b6b6
}

.nile-blog-sidebar .nile-widget.nile_latest_news_widget .post .date span {
   /* margin-right: 8px*/
}

.nile-blog-sidebar .nile-widget.nile_latest_news_widget .post a.title {
    font-size: 15px;
    font-weight: 500
}

.nile-blog-sidebar .nile-widget.widget_categories ul li:before {
    content: "\f115";
    font-family: 'FontAwesome';
    margin-right: 8px
}

.nile-blog-sidebar .nile-widget.widget_meta ul {
    margin: 0;
    padding: 0
}

.nile-blog-sidebar .nile-widget.widget_meta ul li {
    list-style: none;
    padding: 8px 0px 8px 0px;
    font-size: 14px;
    border-bottom: 1px solid #f4f4f4;
    margin-left: 15px;
    position: relative
}

.nile-blog-sidebar .nile-widget.widget_meta ul li:before {
    content: url(../icons/right-arrow.svg);
    height: 10px;
    width: 10px;
    color: red;
    display: inline-block;
    position: absolute;
    left: -15px
}

.nile-blog-sidebar .nile-widget.widget_meta ul li a {
    text-decoration: none
}

.nile-blog-sidebar .nile-widget.widget_categories ul {
    margin: 0;
    padding: 0
}

.nile-blog-sidebar .nile-widget.widget_categories ul li {
    list-style: none;
    padding: 8px 0px 8px 0px;
    font-size: 13px;
    border-bottom: #f4f4f4 solid 1px
}

.nile-blog-sidebar .nile-widget.widget_categories ul li:before {
    content: "\2751";
    height: 10px;
    width: 10px;
    color: black;
    display: inline-block;
    margin-right: 5px
}

.nile-blog-sidebar .nile-widget.widget_categories ul li a {
    text-decoration: none;
    text-transform: none;
}

.close-nile-sidebar {
    visibility: hidden;
    height: 100%;
    background-color: rgba(253, 253, 253, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    cursor: crosshair;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    width: 0px;
    transition: 0.3s
}

.nile-sidebar {
    -webkit-box-shadow: 0px 0px 18px -3px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 18px -3px rgba(0, 0, 0, 0.12);
    visibility: hidden;
    width: 350px;
    position: fixed;
    top: 0;
    right: -350px;
    z-index: 12;
    background-color: #fff;
    padding: 35px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.nile-sidebar {
    background-color: #333
}

.nile-sidebar .nile-widget {
    margin-bottom: 50px
}

.nile-sidebar .nile-widget h2.title {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    position: relative
}

.nile-sidebar .about-me-widget .text-about {
    font-size: 13px;
    font-weight: 400;
    color: #e5e5e5;
    line-height: 30px
}

.nile-sidebar .about-me-widget a.nile-bottom.sm {
    font-size: 12px;
    background-color: #4a4a4a;
    padding: 8px 30px;
    display: inline-block;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase
}

.nile-sidebar .about-me-widget a.nile-bottom:hover {
    background-color: red;
    color: #fff
}

.nile-sidebar .niletheme_latest_news_widget ul.lastet-Posts {
    margin: 0;
    padding: 0;
    list-style: none
}

.nile-sidebar .niletheme_latest_news_widget ul.lastet-Posts li {
    padding: 15px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-left: 70px
}

.nile-sidebar .niletheme_latest_news_widget ul.lastet-Posts li .img_in {
    width: 55px;
    margin-left: -70px;
    float: left;
    position: relative;
    border-radius: 50%;
    overflow: hidden
}

.nile-sidebar .niletheme_latest_news_widget ul.lastet-Posts li .img_in img {
    border-radius: 50%
}

.nile-sidebar .niletheme_latest_news_widget ul.lastet-Posts li .img_in:before {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    font-family: FontAwesome;
    content: "\f067";
    height: 100%;
    width: 100%;
    color: #fff;
    position: absolute;
    display: block;
    top: -120%;
    left: 0;
    border-radius: 50%;
    text-align: center;
    padding-top: 17px;
    background-color: red;
    font-size: 20px
}

.nile-sidebar .niletheme_latest_news_widget ul.lastet-Posts li a.date {
    font-size: 11px;
    color: #bfbdbd
}

.nile-sidebar .niletheme_latest_news_widget ul.lastet-Posts li a.title {
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    line-height: 23px;
    display: block
}

.nile-sidebar .niletheme_latest_news_widget ul.lastet-Posts li:hover .img_in:before {
    opacity: 1;
    top: 0
}

.nile-sidebar .niletheme_contact_widget form {
    margin-top: 35px;
    color: #fff
}

.nile-sidebar .niletheme_contact_widget form ::-webkit-input-placeholder {
    color: #fff;
    font-size: 13px;
    opacity: .7
}

.nile-sidebar .niletheme_contact_widget form :-ms-input-placeholder {
    color: #fff;
    font-size: 13px;
    opacity: .7
}

.nile-sidebar .niletheme_contact_widget form ::-ms-input-placeholder {
    color: #fff;
    font-size: 13px;
    opacity: .7
}

.nile-sidebar .niletheme_contact_widget form input {
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 17px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    padding: 6px 18px;
    border-radius: 3px
}

.nile-sidebar .niletheme_contact_widget form textarea {
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 17px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    padding: 6px 18px;
    border-radius: 3px
}

.nile-sidebar .niletheme_contact_widget form a.nile-bottom.sm {
    font-size: 12px;
    background-color: #4a4a4a;
    text-align: center;
    margin: 0px;
    padding: 6px 30px;
    display: block;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase
}

.nile-sidebar .niletheme_contact_widget form a.nile-bottom:hover {
    background-color: red;
    color: #fff
}

.nile-sidebar .niletheme_projects_widget ul.projects-feed {
    margin: 0px -10px;
    padding: 0px;
    list-style: none
}

.nile-sidebar .niletheme_projects_widget ul.projects-feed li {
    width: 33.3%;
    padding: 10px;
    float: left
}

.nile-sidebar .niletheme_projects_widget ul.projects-feed li img {
    border-radius: 5px
}

.nile-sidebar .niletheme_projects_widget ul.projects-feed li a {
    display: block;
    position: relative;
    overflow: hidden
}

.nile-sidebar .niletheme_projects_widget ul.projects-feed li a:before {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    font-family: FontAwesome;
    content: "\f067";
    height: 100%;
    width: 100%;
    color: #000;
    position: absolute;
    display: block;
    top: -120%;
    left: 0;
    border-radius: 5px;
    text-align: center;
    padding-top: 25px;
    background-color: #f9dc93;
    font-size: 20px
}

.nile-sidebar .niletheme_projects_widget ul.projects-feed li a:hover:before {
    opacity: 1;
    top: 0
}

footer.layout-1 {
    background-color: #111;
    padding: 50px 0px
}

footer.layout-1 .nile-widget {
    margin-right: 40px
}

footer.layout-1 .nile-widget.about-me-widget .content {
    color: #999
}

footer.layout-1 .nile-widget ul.footer-menu li {
    list-style: none;margin-bottom: 10px;
}

footer.layout-1 .nile-widget ul.footer-menu li a {
    color: #999
}

footer.layout-1 .nile-widget ul.footer-menu li a:hover {
    color: #fff
}
.footer_title {
    color: #fff;
    font-weight: 500;
    font-size: 33px;
    line-height: 60px;
}

body {
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    background-color: #FAFAFA;
    position: relative;
    text-rendering: optimizeLegibility
}

img {
    max-width: 100%
}

a {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    color: #000
}

a:hover {
    text-decoration: none
}

a:focus {
    outline: none;
    text-decoration: none
}

a:active,
button:active,
.btn {
    outline: none;
    text-decoration: none
}

.btn:focus,
.btn:active {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none
}

input {
    background-color: #f9f9f9;
    padding: 5px;
    border: solid 1px #eee;
    outline: none
}
.search-field {
    display: inline-block;
    max-width: 220px;
    width: 100%;
}
h1 {
    font-size: 28px;
    line-height: 32px
}

h2 {
    font-size: 23px;
    line-height: 28px
}

h1,
h2 {
    font-family: 'Montserrat';
    font-weight: 500
}

.background-main-color {
    background-color: red
}

.background-second-color {
    background-color: red
}

.background-white {
    background-color: #fff
}

.breadcrumb li>:after {
    font-family: "Font Awesome 5 Solid";
    content: "\f105";
    display: none
}

.text-white,
.text-white a {
    color: #fff
}

.box-shadow {
    -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1)
}

.position-inherit {
    position: inherit
}

.position-relative {
    position: relative
}

.padding-15px {
    padding: 15px
}

.padding-tb-100px {
    padding-top: 40px;
    padding-bottom: 40px
}

.margin-tb-25px {
    margin-top: 25px;
    margin-bottom: 25px
}

.margin-tb-30px {
    margin-top: 30px;
    margin-bottom: 30px
}

.margin-bottom-35px {
    margin-bottom: 25px
}

.border-radius-3 {
    border-radius: 3px
}
.pagination {
  flex-wrap: wrap;
}

ul.pagination li {
    margin-right: 10px;
    margin-bottom: 10px;
}
ul.pagination .active {
    padding: 5px 14px;
    border: 1px solid #f00;
    border-radius: 4px;
}
ul.pagination .disabled {
visibility: hidden;}
ul.pagination li a {
    padding: 10px 15px;
    color: #444;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 36px -13px rgba(0, 0, 0, 0.08)
}

ul.pagination.color li a {
    background-color: red;
    color: #FAFAFA;
    border: none
}

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

.widget_categories ul>li {
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #eeeded;
    text-transform: capitalize
}

.widget_categories ul>li a {
    color: #474747
}


.text-white:hover, .text-white a:hover {
    color: red;
}
 /*accordion*/
 .accord {
    color: #444;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 25px;
    font-weight: 700;
    transition: 0.4s;
    padding: 15px 40px;
    display: block;
}
.category-list{
list-style-position: inside;
}
.active-accord, .accord:hover {
  color: red;
}

.nile-blog-entry.layout-3::marker {
    font-family: 'Montserrat';
    font-size: 25px;
    font-weight: 700;
}
.fa-check-square {
  margin-right: 15px;
}


.accord:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-right: 5px;
}

.active-accord:after {
  content: "\2212";
}
.title_item-accord {
    display: block;
    padding: 20px 30px 10px 20px;
    font-weight: 500;
    font-size: 18px;
}
.panel {
  padding: 0 18px;
  background-color: #fff;
  max-height: 0;
  transition: opacity .3s!important;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.footer-panel {
    background-color: transparent;
}
.panel.active-accord{

    transition: opacity .3s!important;

}


.logoimg {width:70px;}
/*search*/

.inp{
  height: 40px;
  width: 0;
  max-width:200px;
  padding: 0 42px 0 15px;
  border: none;
  border-bottom: 2px solid transparent;
  outline: none;
  background: transparent;
  transition: .4s cubic-bezier(0, 0.8, 0, 1);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  color: #fff;
}
.inp:focus, .inp:hover {
  width: 300px;background: transparent;
  z-index: 1;
  border-bottom: 2px solid #F9F0DA;
}
.search-hed{
  background: url(../../core/img/sprite.png) no-repeat center -40%;
    border: none;
    height: 35px;
    width: 35px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.search-focus, .search-hed:focus, .search-hed:active {
  background: url(../../core/img/sprite.png) no-repeat center 120% !important;
  z-index: 5;
}
input:-internal-autofill-selected {background: transparent!important;}

.inp::placeholder {
  color: #fff;
}

.dropdown-toggle.nav-link::after {
    display: none!important;
}
.tag-language {
    font-weight: 500;
    font-size: 13px;
}
/*dropdown-custom*/
.dropdown-menu {
    left: 0;
    color: #fff;
    background-color: #000;
}
.dropdown-item {color: #fff;  font-size: 14px;  padding: 0.5rem;border-bottom: 1px solid #891705;}
.dd-three {
    left: 6.5%;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #A52A2A;
    background-color: transparent;
}
nav.navbar .dropdown:hover > .dropdown-menu {
 display: block;
}
.nav-item {
    position: relative;
}
.post-entry img {
    display: block;
    margin: 0 auto 20px auto;
}

.language {
    display: flex;
}
.select-lang {
    border: 2px solid red;
    border-radius: 3px;
    background: transparent;
    color: #fff;
}
.lang-item {
    color: #fff;
    background: #000;
    border-radius: 3px;
}
.lang-item:hover, .lang-item:focus, .lang-item:active {
    color: red;
}
.post-entry a {
    text-decoration: underline;
    color: #007bff;
}


.red {color: red;}
.blue {color: #0056b3;}
.blue:hover, .blue:focus, .blue:active {color: #8a8afd;}
.dd-four {width: 110px;}
.dd-two {left: 5%;}

.wallets {
    color: #999;
    list-style-type: none;
    line-height: 32px;
}
.wallets li {
    word-wrap: break-word;
}
.source-links {
    margin-bottom: 30px;
}
.text_copy_link{cursor:pointer;}

.copy_link_mess{line-height:40px;border-radius:5px;font-weight: 700;
    background: #ff0000;color:#fff;position:fixed;padding:0 15px;z-index:99;bottom:30px;left:50%;margin-left:-120px;display:none;box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px}

.footer-acc, .footer-faq {
color: #fff;
font-weight: 500;
font-size: 33px !important;
line-height: 35px;
    cursor: pointer;
    outline: none;
    transition: 0.4s;
}
.footer-acc:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.panl {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.active-accord:after {
    content: "\2212";
}

.title_test {
  color: #260d80;
  text-transform: capitalize;
  font-weight: 600;
}
.title_test:hover{
  color: #af140f;
}

/*quiz styles*/
.title-quiz {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 25px;
  font-weight: 700;
  text-align: center;
}
.quiz-row {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 25px;
}
.img-quiz {
  display:block;
  max-width: 240px;
  width: 100%;
  margin: 10px auto;
}
.text-quiz {
  flex-shrink: 2;
  flex-grow: 2;
}
.toquiz {
  text-align: center;
  display: block;
  margin: 40px auto 0;
  color: #fff;
  background-color: #af140f;
  font-size: 25px;
  font-weight: 700;
  line-height: 60px;
  max-width: 310px;
  border-radius: 5px;
  text-transform: uppercase;
  width: 100%;
  transition-duration:0.25s;
}
.toquiz:hover {
    color: #af140f;
  background-color: #fff;
  border: 1px solid #af140f;
}


/********* media ***********/
@media only screen and (max-width: 991px){
 .navbar-nav {
        width: 200px;
    }
    .nile-blog-sidebar {
        margin-left: auto
    }

    .nile-blog-entry.layout-3 .out {
        padding: 30px
    }

    .nile-blog-entry.layout-3 a.title {
        font-size: 19px;
        font-weight: 700;
        display: block;
        margin: 8px auto;
        line-height: 21px
    }

    ul.pagination li a {
        padding: 10px 15px
    }

    header a.mobile-toggle {
        font-size: 20px;
        padding: 8px 15px;
        text-align: center;
        color: #fff;
        text-decoration: none;
        display: block;
        position: absolute;
        right: 15px;
        z-index: 5;
        border-radius: 0px;
        -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    header ul.nav-menu>li ul.sub-menu li a {
        padding: 10px 20px 10px 20px
    }

    header ul.dropdown-light li>ul.sub-menu {
        border-top: 0px;
        border: 0px
    }

    header ul.nav-menu>li ul.sub-menu li:nth-child(even) {
        background: none
    }
.nile-page-title {
  background-image: none;
  background-color: #af140f;
}
    .nile-page-title h1 {
        font-size: 30px;
        line-height: 40px
    }

    header .social-media {
        display: none
    }

    header #menu-main {
        display: none
    }

    header ul.nav-menu>li {
        float: none;
        display: block
    }

    header ul.nav-menu>li>a {
        padding: 10px 20px 10px 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-right: 0px
    }

    header ul.nav-menu>li ul {
        display: none
    }

    header ul.nav-menu>li>ul.sub-menu {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transition: all 0s ease;
        transition: all 0s ease;
        top: auto;
        width: 100%;
        position: relative;
        visibility: inherit;
        opacity: 1;
        display: none
    }

    header ul.nav-menu>li.has-dropdown>a:after {
        content: "+";
        font-family: 'Montserrat';
        position: absolute;
        right: 20px;
        margin-left: 0px;
        font-size: 20px;
        color: #777
    }

    header ul.nav-menu>li.has-dropdown>a:after {
        color: #fff
    }

    header ul.nav-menu {
        float: none;
        border: 1px solid #e1e1e1;
        margin: 0 0 30px 0px
    }

    a.go-top {
        right: 10px;
        position: fixed;
        bottom: 2em;
        right: 10px;
        text-decoration: none;
        color: #fff;
        font-size: 15px;
        text-align: center;
        padding: 8px 12px;
        border-radius: 10%;
        z-index: 9
    }

    ul.footer-menu {
        padding: 0;
        margin: 0
    }

    ul.footer-menu li {
        width: 100%;
        float: none
    }

    footer .nile-widget {
        margin-bottom: 40px
    }

    .pagination-style-1 {
        margin-bottom: 85px
    }
.category-list {
  padding-left: 0;
}
 .nav-link {
    text-align: left;
}


.toquiz {
  margin: 40px auto;
 }
.wallets {
  padding-left: 0;
}
 .text-quiz{
  clear:both;
}
.img-quiz {
display:block;
  margin: 20px auto;
}
 }
 @media (max-width: 768px) {
 .accord {
  font-size: 21px;
  padding: 15px 25px;
}
 }
 @media (max-width: 445px){
 .accord {
    font-size: 20px;
    padding: 15px 30px 15px 35px;
}
.accord::after {
  margin-right: -15px;
}
.nile-blog-entry.layout-3::marker {
    font-size: 20px;
}
 .nile-page-title h1 {
    font-size: 24px;
    line-height: 34px;
}

 .quiz-row {
  display: flex;
  flex-direction: column;
}
 }
  @media only screen and (max-width: 350px){
 .inp {max-width: 170px;}
 }