

:root{
    --color-gold : #C89D66;
    --color-light-black : #777777;
    --color-blue : #262B3E;
    --transition :all 0.3s ease-in-out;
}
@font-face {
    font-family: 'iransans';
    src: url(../font/IRANSansWeb\(FaNum\).eot);
    src: url(../font/IRANSansWeb\(FaNum\).ttf);
    src: url(../font/IRANSansWeb\(FaNum\).otf);
    src: url(../font/IRANSansWeb\(FaNum\).woff);
}
@font-face {
    font-family: 'kalame';
    src: url(../font/kalame/Kalameh_Regular.ttf);
}
@font-face {
    font-family: 'kalame-bold';
    src: url(../font/kalame/Kalameh_Bold.ttf);
}
@font-face {
    font-family: 'kalame-black';
    src: url(../font/kalame/Kalameh_Black.ttf);
}

@font-face {
    font-family: 'mikhak';
    src: url(../font/Mikhak-Medium.ttf);
    src: url(../font/Mikhak-Medium.woff2);
}
@font-face {
    font-family: 'arghavan';
    src: url(../font/Arghavan.ttf);
}
@font-face {
    font-family: Yekan;
    src: url('http://fonts.codearena.ir/b/yekan/yekan.eot');
    src: url('http://fonts.codearena.ir/b/yekan/yekan.eot?#iefix') format('embedded-opentype'),
         url('http://fonts.codearena.ir/b/yekan/yekan.woff') format('woff'),
         url('http://fonts.codearena.ir/b/yekan/yekan.ttf') format('truetype');
    font-weight: normal;
  }

* {
    -webkit-overflow-scrolling: touch;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body,
html {
    overflow-x: hidden;
    direction: rtl;
    text-align: right;
    font-family: iransans;
    scroll-behavior: smooth;
}

a:hover{
    text-decoration: none;
}
button{
    border: none;
    outline: none;
    background: none;
}
button:focus{
    outline: none;
    border: none;
}
img{
    width: 100%;
    height: 100%;
}
::selection { 
    background: var(--color-gold); 
    color: #fff;
} 
/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: var(--color-blue);
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--color-gold);
    border-radius: 10px;
  }
  
/* -----------navbar----------- */
.topbar{
    width: 100%;
    background: var(--color-gold);
    padding: 5px;
}
.topbar .social-media{
    display: inline-block;
    width: 40%;
    text-align: center;
}
.phone-number{
    display: inline-block;
    width: 45%;
    text-align: left;
}
.phone-number ul li{
    display: inline-block;
    margin-right: 3%;
}
.phone-number a{
    color: #11111175;
    display: inline-block;
}

.phone-number a i{
    color: var(--color-blue);
}
.topbar .social-media ul li{
    display: inline-block;
    margin-right: 10px;
}
.topbar .social-media ul li i{
    color: var(--color-blue);
    font-size: .8em;
    border: 1px solid var(--color-blue);
    border-radius: 5px;
    padding: 5px;
}
.navbar-scroll {
	margin-top: -40px;
    transition-duration: 0.6s;
}
.navbar{
    width: 100%;
    padding-right: 0;
    padding: 0;
    background: var(--color-blue);
    z-index: 100;
    position: fixed;
    transition-duration: 0.6s;
}
.menu-logo{
    padding: 0 45px;
}
.logo-img{
    width: 125px;
    height: 40px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}
/* .menu-logo > ul {
    text-align: center;
} */
.menu-logo > ul > li{
    display: inline-block;
    position: relative;
    transition: var(--transition);
}

.menu-logo > ul > li > a{
    color: #fff;
    display: inline-block;
    font-size: 1em;
    padding: 35px 25px;
    height: 100%;
}
.menu-logo > ul > li:hover a::after{
    width: 85%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.menu-logo > ul > li > a::after{
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 0;
    height: 3px;
    background-color: #d5aa6d;
    z-index: 10;
}

ul.submenu1{
    position: absolute;
    right: 0px;
    top: 100%;
    width: 230px;
    z-index: 100;
    opacity: 0;
    text-align: right;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    padding: 0px 0px;
    background-color: #ffffff;
    border: 3px solid #d5aa6d;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
ul.submenu1 > li{
    position: relative;
    border-bottom: 1px solid rgba(17, 17, 17, 0.116);
}
.menu-logo > ul > li:hover ul.submenu1{
    visibility: visible;
    opacity: 1;
    border-top: 0px !important;
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
ul.submenu1 > li:hover a{
    color: #ffffff;
    padding-left: 30px;
    background: #d5aa6d;
}
ul.submenu1 > li:hover ul.submenu2 > li > a{
    color: var(--color-light-black);
    background: #fff;
} 
ul.submenu1 > li:last-child{
    border-bottom: none;
}
ul.submenu1 > li > a{
    padding: 15px 20px;
    display: inline-block;
    width: 100%;
    color: var(--color-light-black);
}
ul.submenu2{
    position: absolute;
    right: 100%;
    top: 0;
    width: 230px;
    z-index: 100;
    opacity: 0;
    text-align: right;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    padding: 0px 0px;
    background-color: #ffffff;
    border: 3px solid #d5aa6d;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
ul.submenu1 > li:hover ul.submenu2{
    visibility: visible;
    opacity: 1;
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
ul.submenu2 > li{
    border-bottom: 1px solid rgba(17, 17, 17, 0.116);
}
ul.submenu1 > li:hover ul.submenu2 > li:hover a{
    color: #ffffff;
    padding-left: 30px;
    background: #d5aa6d;
}
ul.submenu2 > li:last-child{
    border-bottom: none;
}
ul.submenu2 > li > a{
    padding: 15px 20px;
    display: inline-block;
    width: 100%;
    color: var(--color-light-black);
}
.fa-1x {
    font-size: 1.5rem;
}
.navbar-toggler.toggler-example {
    cursor: pointer;
}
.dark-blue-text {
    color: var(--color-gold);
}

.search{
    position: relative;
    display: block;
    margin: 0px;
    width: 60%;
    height: 40px;
    font-size: 14px;
    background: none;
    border: 1px solid #d5aa6d;
    padding:0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 3px;
}
.search form{
    width: 100%;
    height: 100%;
}
.search input{
    background: none;
    border: none;
    outline: none;
    width: 80%;
    height: 100%;
    padding-right: 10px;
    color: #fff;
}
.search button{
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    width: 18.8%;
    height: 100%;
    padding: 10px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    box-shadow: 0px 10px 20px rgb(213 170 109 / 20%);
    background-image: -ms-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
    background-image: -moz-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
    background-image: -o-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D5AA6D), color-stop(100, #9d7146));
    background-image: -webkit-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
    background-image: linear-gradient(to right, #D5AA6D 0%, #9d7146 100%);
}
.banner{
    margin-top: 85px;
}
.banner .item{
    width: 100% !important;
    height: 800px !important;
    position: relative;
}
.content-slider{
    position: absolute;
    z-index: 10;
    top: 30%;
    width: 100%;
    right: 10%;
}
.content-slider h1{
    position: relative;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 45px;
    font-size: 50px;
    margin-top: 22px;
}
.content-slider h1 span{
    font-style: italic;
    font-family: kalame;
    font-size: 60px;
    background: linear-gradient(to right, #d5aa6d 0%, #9e7247 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.content-slider a{
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 1.1em;
    cursor: pointer;
    border-radius: 50px;
    background-color: #9e7247;
    text-transform: uppercase;
    padding: 16px 36px 16px 36px;
    box-shadow: 0px 10px 20px rgb(212 169 109 / 15%);
    background-image: -ms-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
    background-image: -moz-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
    background-image: -o-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D5AA6D), color-stop(100, #9e7247));
    background-image: -webkit-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
    background-image: linear-gradient(to right, #D5AA6D 0%, #9e7247 100%)
}
.content-slider a:hover{
    background: var(--color-blue);
    color: var(--color-gold);
}
.row-features{
    margin-top: -135px;
}
.col-features{
    width: 100%;
    margin: 0;
    padding: 30px;
    background-color: #262B3E;
}
.col-features:nth-child(2){
    background: var(--color-gold);
}
.features-item img {
    width: 60px;
    height: 60px;
    float: right;
}
.features-item .item-text {
    padding-top: 20px;
}
.features-item .item-text span {
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    color: #F1F1F1;
}
.features-item .item-text h4 {
    line-height: 1.1;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    color: #F1F1F1;
    margin-top: 8px;
}
.features-item .item-text p {
    margin: 20px 0 0 0;
    color: #FFF;
    line-height: 30px;
}
.what-we-cover{
    background-image: url(../img/section.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-color: #F9F9F9;
}
.section-title{
    text-align: center;
    width: 100%;
}
.section-title h3{
    font-size: 1.8em;
    font-weight: 600;
    color: #C89D66;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
}
.section-title p{
    color: #262B3E;
    font-size: .9em;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 20px;
    line-height: 30px;
}
.what-we-cover .item{
    width: 100%;
    margin: 0;
    padding: 40px 30px 30px 30px;
    border: 1px dashed var(--color-blue);
    margin-bottom: 50px;
    transition: var(--transition);
}
.what-we-cover .item:hover{
    background: var(--color-blue);
}
.what-we-cover .item:hover .item-text span , .what-we-cover .item:hover .item-text h4{
    color: #fff;
}
.what-we-cover .item:hover .item-text p{
    color: #fff;
}
.what-we-cover img {
    width: 60px;
    height: 60px;
    float: right;
}
.what-we-cover .item-text {
    padding-right: 70px;
    padding-top: 20px;
}
.what-we-cover .item-text span {
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    color: #262B3E;
}
.what-we-cover .item-text h4 {
    line-height: 1.1;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    color: #262B3E;
    margin-top: 8px;
}
.what-we-cover .item-text p {
    margin: 20px 0 0 0;
    color: #222;
    line-height: 30px;
}
.row-counter{
    background: var(--color-blue);
    padding: 50px;
}
.counter{
    padding: 50px;
    text-align: center;
}
.img-counter{
    width: 85px;
    height: 85px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}
.counter span{
    color: #fff;
    font-size: 35px;
    font-family: Yekan;
    line-height: 58px;
    font-weight: 600;
}
.counter p{
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin-top: 5px;
}
.singl-counter{
    display: inline-block;
}
.singl-counter .thumb {
    position: relative;
    z-index: 0;
}
.singl-counter .thumb img {
    border-bottom-right-radius: 50px;
    height: 280px;
}
.singl-counter .thumb .hover {
    position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    background-color: #fff;
    height: 90%;
    border-bottom-right-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.singl-counter .thumb .hover .count-num {
    font-size: 120px;
    line-height: 130px;
    color: var(--color-gold);
    font-weight: 700;
}
.singl-counter .thumb .hover .title {
    font-size: 18px;
    line-height: 28px;
   
}
.footer{
    position: relative;
    padding: 150px 0 80px 0;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
.footer::before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color:rgb(38 43 62 / 96%);
}
.fotter-title{
    color: var(--color-gold);
}
.fotter-title h6{
    position: relative;
    font-family: mikhak;
}
.fotter-title h6::before{
    border-bottom: 3px solid var(--color-gold);
    padding-bottom: 10px;
    content: '';
    position: absolute;
    width: 10%;
    height: 3px;
    bottom: -15px;
    right: 0;
}
.fotter-content{
    margin-top: 40px;
    position: relative;
    color: #fff;
    margin-right: 8%;
}
.fotter-content span{
    line-height: 35px;
    color: rgba(255, 255, 255, 0.548);
}
.fotter-content i{
    position: absolute;
    right: -15%;
    top: 4px;
    font-size: 28px;
    color: #d5aa6d;
    margin-right: 15px;
    background: linear-gradient(to left, #d5aa6d 0%, #9e7247 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fotter-content .tel , .fotter-content .mail{
   margin-top: 35px;
   position: relative;
}
.fotter-content .tel h5 , .fotter-content .mail h5{
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.548);
}
.fotter-content .tel i , .fotter-content .mail i{
    top: -15px;
}
.fotter-content .mail{
    margin-top: 50px;
}
.fotter-link{
    margin-top: 40px;
    color: #fff;
}
.fotter-link p{
    margin-top: 20px;
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.548);
}
.fotter-link p i{
    color: #d5aa6d;
    margin-left: 10px;
}
.Subscribe{
    margin-top: 30px;
    width: 100%;
    font-size: 15px;
    background: rgba(255,255,255,0.20);
    color: #ffffff;
    border: 1px solid #9d7146;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.Subscribe input{
    background: none;
    border: none;
    outline: none;
    width: 75%;
    height: 100%;
    padding-right: 10px;
    color: #fff;
}
.Subscribe button{
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    width: 18.8%;
    height: 100%;
    padding: 15px 10px;
    display: inline-block;
    text-transform: uppercase;
    box-shadow: 0px 10px 20px rgb(213 170 109 / 20%);
    background-image: -ms-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
    background-image: -moz-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
    background-image: -o-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D5AA6D), color-stop(100, #9d7146));
    background-image: -webkit-linear-gradient(left, #D5AA6D 0%, #9d7146 100%);
    background-image: linear-gradient(to right, #D5AA6D 0%, #9d7146 100%);
}
.social-footer{
    margin-top: 40px;
    border-top: 1px solid var(--color-gold);
    padding-top: 20px;
}
.social-footer ul li{
    display: inline-block;
    margin-right: 4%;
}
.social-footer ul li:first-child{
    margin-right: 0;
}
.social-footer ul li a{
    color: var(--color-gold);
    font-size: 1.3em;
}
.download-app{
    margin-top: 20px;
    border-top: 1px solid var(--color-gold);
    padding-top: 20px;
}
.download-app ul li{
    display: inline-block;
    margin-right: 4%;
}
.download-app ul li:first-child{
    margin-right: 0;
}
.download-app ul li a{
    color: var(--color-gold);
    font-size: .9em;
}
.copyright{
    border-top: 1px solid var(--color-gold);
    margin-top: 70px;
    padding-top: 30px;
    width: 100%;
    z-index: 1;
}
.copyright p{
    color: rgba(255, 255, 255, 0.548);
    font-size: .9em;
}
.copyright p span , .copyright p i{
    color: var(--color-gold);
}
.exprience{
    position: relative;
    overflow: hidden;
}
.img-exprience{
    width: 100%;
    height: 370px;
    overflow: hidden;
}
.exprience .overlay-box{
    position: absolute;
    right: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
    background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
    background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
    background: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.8));
    z-index: 100;
}
.exprience .overlay-inner{
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 0px 35px 25px;
    z-index: 1000;
}
.overlay-box .content-exprience{
    position: relative;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.overlay-box .content-exprience .title{
    position: relative;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
}
.overlay-box .content-exprience h3{
    position: relative;
    color: #ffffff;
    font-size: 21px;
    line-height: 1.3em;
    padding-right: 20px;
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px solid rgba(255,255,255,0.30);
}
.overlay-box .content-exprience h3::before{
    position: absolute;
    content: '';
    right: 0px;
    top: -1px;
    width: 25px;
    height: 1px;
    background-color: #D5AA6D;
}
.banner{
    width: 100%;
}
.banner-about{
    position: relative;
    width: 100%;
}
.banner-about .item{
    height: 600px;
    position: relative;
}
.banner-about .item::before{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    background-color: rgb(38 43 62 / 0.5);
    z-index: 10;
    width: 100%;
    height: 100%;
}
.content-slider-about{
    position: absolute;
    top: 30%;
    right: 10%;
    z-index: 10;
    
}
.content-slider-about h1{
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2;
    color: #FFF;
    margin-bottom: 0;
    margin-bottom: 25px;
}
.content-slider-about a{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.30px;
    color: #F9F9F9;
}
.content-slider-about span{
    color: var(--color-gold);
    font-weight: 700;
}
.img-box-about{
    margin: 0;
    padding-bottom: 40px;
}
.img-box-about .about-img{
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
}
.img-box-about .about-img img{
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 73px 0 rgb(38 43 62 / 10%);
    box-shadow: 0 1px 73px 0 rgb(38 43 62 / 10%);
}
.exprience-item{
    position: absolute;
    bottom: 40px;
    margin-bottom: 0;
    background-color: #C89D66;
    padding: 30px;
    border-radius: 2px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.exprience-item i{
    font-size: 50px;
    line-height: 50px;
    float: left;
    color: #FFF;
}
.exprience-item .content{
    padding-left: 65px;
}
.exprience-item .content .year{
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
    color: #FFF;
}
.exprience-item .content .year-name{
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: .5px;
}
.text-box-about p{
    color: #9B9B9B;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}
.section-title-about{
    margin-bottom: 30px;
}
.section-title-about h2{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #C89D66;
    display: inline-block;
    position: relative;
}
.section-title-about h2::after{
    content: '';
    background-color: #C89D66;
    position: absolute;
    height: 2px;
    width: 5000px;
    bottom: -10px;
    left: 0;
}
.section-title-about h3{
    color: #262B3E;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 50px;
}
.section-title-about p{
    color: #9B9B9B;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}

.skills .skills-box{
    margin-bottom: 30px;
}
.skill-top{
    overflow: hidden;
    margin-bottom: 8px;
    line-height: 1;
}
.skill-top .name{
    text-transform: capitalize;
    font-size: 13px;
    line-height: 23px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #262B3E;
    display: inline-block;
}
.skill-top .number{
    float: left;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 23px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #262B3E;
    display: inline-block;
}
.skill-line{
    height: 10px;
    width: 100%;
    background-color: #F1F1F1;
}
.skill-line .line{
    height: 100%;
    width: 0%;
    background-color: #C89D66;
}
.logo-box{
    position: absolute;
    top: 0;
    left: 60px;
    background: #C89D66;
    padding: 10px;
}
.logo-box img{
    width: 100px;
}
.inner-container{
    position: relative;
    z-index: 1;
    padding: 55px 60px 55px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    width: 100%;margin-bottom: -160px;
}
.inner-container h2{
    position: relative;
    color: #191514;
    font-weight: 700;
    line-height: 50px;
    font-size: 1.5em;
}
.inner-container h2 span{
    font-style: italic;
    color: #a17549;
    font-family: kalame;
    font-size: 1.7em;
}
.colum-inner .text{
    position: relative;
    color: #191514;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 25px;
    margin-bottom: 15px;
}
.colum-inner .fotter-content span , .colum-inner .fotter-content a h5{
    color: #191514;
}
.contact-form{
    position: relative;
}
.contact-form .form-group{
    margin-bottom: 1rem;
}
.contact-form .form-group input , .contact-form .form-group textarea{
    display: block;
    width: 100%;
    line-height: 23px;
    font-size: 14px;
    padding: 10px 24px;
    background: rgb(189 145 92 / 4%);
    color: #000000;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 1px solid #9d7146;
}
.contact-form .form-group input:focus , .contact-form .form-group textarea:focus{
    border-color: #d2a76b;
    outline: none;
    background: #fff;
}
.contact-form .form-group button{
    color: #ffffff;
    font-size: 16px;
    margin-top: 10px;
    padding: 12px 42px;
    cursor: pointer;
    font-weight: 400;
    letter-spacing: 1px;
    position: relative;
    line-height: 24px;
    border-radius: 50px;
    transition: all .3s ease-in;
    box-shadow: 0px 10px 20px rgb(212 169 109 / 15%);
    background-image: -ms-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
    background-image: -moz-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
    background-image: -o-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D5AA6D), color-stop(100, #9e7247));
    background-image: -webkit-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
    background-image: linear-gradient(to right, #D5AA6D 0%, #9e7247 100%);
}
.contact-form .form-group button:hover{
    background: var(--color-blue);
    color: var(--color-gold);
}
.photo{
    width:100% ;
    height:450px ;
    overflow: hidden;
    margin-bottom: 20px;
}
.photo img{
    width:100% ;
    height:100%;
}
.quiz-box:hover{
    background: none !important;
}
.quiz-box:hover p{
    color: #111 !important;
}
.quiz-box:hover span{
    color: var(--color-blue) !important;
}
.quiz .item-text{
    margin-top: 0;
    padding: 0;
    line-height: 25px;
    text-align: justify;
}
.quiz{
    margin-top: 40px;
    margin-right: 7%;
}
.quiz .option{
    margin-top: 15px;
}

.quiz .option label{
    color: var(--color-blue);
    margin-right: 1%;
}
.paginate{
    text-align: center;
    margin: 0 auto;
}
.paginate ul li{
    display: inline-block;
    transition: all .3s ease-in;
}
.paginate ul li:last-child{
    border-left: none;
}
.paginate ul li:hover{
    background: var(--color-gold);
}
.paginate ul li a{
    display: inline-block;
    padding: 15px 20px;
    color: var(--color-blue);
    border: 1px solid var(--color-gold);
}
.paginate ul li.active{
    background: var(--color-gold);
}




.error-item{
    text-align: center;
    margin: 0 auto;
    margin-top: 200px;
}
.error-txt h1{
    font-size: 130px;
    font-weight: 700;
    margin-bottom: 8px;
}
.error-txt p{
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 35px;
    color: #646464;
    line-height: 60px;
}
.error-item a{
    display: inline-block;
    color: #ffffff;
    background-color: var(--color-gold);
    padding: 20px 45px;
    margin-top: 70px;
    font-size: 18px;
}









.item-single-scroll{
    height: 300px;
    overflow-y: scroll;
}
/* width */
.item-single-scroll::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  .item-single-scroll::-webkit-scrollbar-track {
    background: var(--color-blue);
  }
  
  /* Handle */
  .item-single-scroll::-webkit-scrollbar-thumb {
    background: var(--color-gold);
    border-radius: 10px;
  }
  .download-file{
    margin-top: -40px;
    padding: 20px;
    background: var(--color-gold);
    position: relative;
  }
  .download-btn{
      color: #fff;
      background: var(--color-blue);
      padding: 10px 20px;
      border-radius: 50px;
      left: 3%;
      top: 20%;
      position: absolute;
      transition: all .3s ease-out;
      border: 1px solid transparent;
  }
  .download-btn:hover{
      color: #111;
      background: transparent;
      border: 1px solid var(--color-blue);
  }
  .item:hover .item-text .nokat{
      color: #fff !important;
  }
  .item:hover .title-notes{
    color: #fff !important;
}




.icon{
    margin-right: 70px;
    margin-top: 20px;
}
.icon ul li{
    display: inline-block;
    margin-right: 10px;
}
.icon ul.like li i{
    color: var(--color-gold);
    font-size: 1.2em;
}
.icon ul.like li:first-child i{
    color: #66BB6A;
}
.icon ul.like li:nth-of-type(2) i{
    color: #e57373;
}
.icon ul.star{
    text-align: left;
}
.icon ul.star li{
    margin-right: 2px;
}
.icon ul.star li:first-child{
    color: #111;
}
.item:hover ul.star li:first-child{
    color: #fff;
}
.comment h6{
    background-color: var(--color-gold);
}
.comment .border-top{
    background: #eee;
}
.comment button{
    color: #ffffff;
    font-size: 16px;
    padding: 12px 42px;
    cursor: pointer;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: 50px;
    transition: all .3s ease-in;
    box-shadow: 0px 10px 20px rgb(212 169 109 / 15%);
    background-image: -ms-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
    background-image: -moz-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
    background-image: -o-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D5AA6D), color-stop(100, #9e7247));
    background-image: -webkit-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
    background-image: linear-gradient(to right, #D5AA6D 0%, #9e7247 100%);
}
.comment button:hover{
    background: var(--color-blue);
    color: var(--color-gold);
}




/* articles-style */
.article-block{
    margin-bottom: 90px;
}
.article-block .inner-box{
box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
}
.article-block .inner-box .image {
    position: relative;
    overflow: hidden;
}
.article-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.article-block .inner-box .lower-content {
    position: relative;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    padding: 30px 30px 35px;
}
.article-block .inner-box .lower-content .post-meta li {
    position: relative;
    margin-right: 20px;
    color: #999999;
    font-size: 14px;
    padding-left: 22px;
    display: inline-block;
}
.article-block .inner-box .lower-content .post-meta li .fa {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #999999;
    font-size: 14px;
}
.article-block .inner-box .lower-content h5 {
    position: relative;
    font-weight: 700;
    line-height: 1.6em;
    margin-top: 8px;
    margin-bottom: 24px;
}
.article-block .inner-box .lower-content h5 a {
    position: relative;
    color: #373434;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.article-block .inner-box .lower-content a.btn-read{
    color: #ffffff;
    font-size: 13px;
    padding: 12px 25px;
    cursor: pointer;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: 50px;
    transition: all .3s ease-in;
    box-shadow: 0px 10px 20px rgb(212 169 109 / 15%);
    background-image: -ms-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
    background-image: -moz-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
    background-image: -o-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D5AA6D), color-stop(100, #9e7247));
    background-image: -webkit-linear-gradient(left, #D5AA6D 0%, #9e7247 100%);
    background-image: linear-gradient(to right, #D5AA6D 0%, #9e7247 100%);
}
.article-block .inner-box .lower-content a.btn-read:hover{
    background: var(--color-blue);
    color: var(--color-gold);
}


/* comment-reply-style */
.admin{
    margin-right: 100px;
    background-color: #dadada;
    padding: 15px;
}