* {
        scroll-behavior: smooth !important;
}
a {color:#fff;}
a:hover {color:#ee464b;}
.page-wrapper {background: url(../images/background/bg.jpg); background-size: cover; }
.page-wrapper-inside-1 {background: url(../images/background/bg1.jpg); background-size: cover; height: 100vh;}
.page-wrapper-inside-2 {background: url(../images/background/bg2.jpg); background-size: cover; height: 100vh;}
.page-wrapper-inside-3 {background: url(../images/background/bg3.jpg); background-size: cover; height: 100vh;}
.counter {font-size:32px;}

.sidebar__cat
{
        background-image: linear-gradient(90deg, #f48120 0%, #e8242c 100%);
}
.pricing-one__list li {color: #fff;}

.blog-details__content {
        background-color: var(--thm-gray);
        padding: 50px;
        color : var(--thm-black);
        max-height: calc(100vh - 204px);
        overflow: auto;
}

.contact-one__form textarea 
{
        height: 150px;
}


@media(max-width: 480px) {
        .funfact-one *{font-size: 14px !important;}
}

.btn-ant
{
        background-image: linear-gradient(90deg, #f48120 0%, #e8242c 100%);
        display: block;
        width: 100%;
        position: relative;
        color:#ffffff !important;
        text-align:center;
        padding:3px;
        border-radius: 5px;
}

.grad1 {
        background-image: linear-gradient(90deg, #f48120 0%, #f06523 100%);

}

.grad2 {
        background-image: linear-gradient(90deg, #f06523 0%, #eb3f28 100%);

}
.grad3 {
        background-image: linear-gradient(90deg, #eb3f28 0%, #e8242c 100%);

}
/* 
.grad1 {text-align: right; width: 40px; border-radius: 20px;}
.grad1 i {margin-right: 10px;}
.grad1:hover {text-align: center; width: 70%; transition: 300ms  ;}
.grad1:hover:before {content: 'Дэлгэрэнгүй';}
.grad1:hover i {display: none;}

.grad2 {text-align: right; width: 40px; border-radius: 20px;}
.grad2 i {margin-right: 10px;}
.grad2:hover {text-align: center; width: 70%; transition: 300ms  ;}
.grad2:hover:before {content: 'Дэлгэрэнгүй';}
.grad2:hover i {display: none;}


.grad3 {text-align: right; width: 40px; border-radius: 20px;}
.grad3 i {margin-right: 10px;}
.grad3:hover {text-align: center; width: 70%; transition: 300ms  ;}
.grad3:hover:before {content: 'Дэлгэрэнгүй';}
.grad3:hover i {display: none;} */

.error {color:#e8242c;}
.success {color:darkgreen; }

#languages { border:1px solid white;  border-radius: 5px; display: none; background-color: rgba(0,0,0,.75); position: absolute; margin-left: 25px;}
#languages ul{ list-style: none; padding: 10px; margin: 0px; font-size: 12px;}

hr.hr-ant {
       height: 3px; background-image: linear-gradient(90deg, #f48120 0%, #e8242c 100%);;
}

.contact-one__form select
{
        background-color: var(--thm-gray);

}



.pb-10
 {padding-bottom: 10px;}

 .pb-50
 {padding-bottom: 50px;}

 p {
         font-weight: 300;
         line-height: 25px;
 }

 ul.ant-ul {
        font-weight: 300;
         font-size:16px;
         line-height: 25px;
         list-style: none;

          
 }

 ul.ant-ul li::before{
        content: '❯';
        color: #ee464b;
        margin-right: 10px;
        display: inline-block;

 }

 input[type=file] {
        border: none !important;
      }

