/*-----------------------------------------------------------
* Template Name    : Oliver - Fully Responsive Personal Template
* Author           : Toonalite
* Version          : 1.0.0
* Created          : September 2021
* File Description : Main Css file of the template
*------------------------------------------------------------*/

/*-------------------------
         General
-------------------------*/
body{
    font-family: 'Poppins', sans-serif;
    font-size: 16px ;
    font-weight: 300;
    line-height: 1.618;
    color:#010101;
    background-color: #fff;  
}
h1,h2,h3,h4,h5,h6{
    font-weight: 500;
    line-height: 1.4;
}
p{
    margin-bottom: 0;
    text-align: justify;
    text-justify: inter-character;
}
a,a:hover{
    text-decoration: none;
}
a, button{
    outline: none !important;
}
.py-6{
    padding-top: 100px;
    padding-bottom: 100px;
}
.pt-6{
    padding-top: 100px;
}
.pb-6{
    padding-bottom: 100px;
}
.mb-6{
    margin-bottom: 100px;
}
.bg-gray{
    background-color: #f9f9f9;
}
.pill-button{
    position: relative;
    background-color: transparent;
    color: #010101;
    padding: 12px 24px;
    transition: 0.5s all ease;
    border: 1px solid #010101;
    display: inline-block;
}
.pill-button:hover{
   border-color: transparent;
}
.pill-button::before{  
    content: '';
    background-color: #010101;
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    width: 16px;
}
.pill-button span{
    position: absolute;
    opacity: 0.4;
    transition: 0.5s all ease;
}
.pill-button span:nth-of-type(1){
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
}
.pill-button span:nth-of-type(2){
    top: 0;
    right: 0;
    width: 1px;
    height: 0;
}
.pill-button span:nth-of-type(3){
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
}
.pill-button span:nth-of-type(4){
    top: 0;
    left: 0;
    width: 1px;
    height: 0;
}
.pill-button:hover span:nth-of-type(1) ,
.pill-button:hover span:nth-of-type(3){
    width: 100%;
    opacity: 1;
}
.pill-button:hover span:nth-of-type(2) ,
.pill-button:hover span:nth-of-type(4){
    height: 100%;
    opacity: 1;
}
.title{
    margin-bottom: 48px;
}
.title-shape{
    border-radius: 50%;
    width: 40px;
    height: 40px;
    float: left;
    position: relative;
    z-index: 1;
}
.title h2{
    position: relative;
    top: 5%;
    left: -24px;
    z-index: 2;
}
.circle{
    border-radius: 50%;
    width: 40px;
    height: 40px;
    float: left;
    position: relative;
    z-index: 1;
}
.form-control-plaintext:focus{
    outline: 1px solid #707070;
}
/*-------------------------
        Preloader
-------------------------*/
.loading-page{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 9999;
    background: #E8E8E8;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.loading-page .counter{
    text-align: center;
}
.loading-page .counter p{
    font-size: 64px;
    font-weight: 500;
    margin-bottom: 32px;;
}
.loading-page .counter span{
    color: #010101;
    font-size: 56px;
}
.loading-page .counter hr{
    border: none;
    height: 2px;
}
.loading-page .counter .color{
    width: 0;
    overflow: hidden;
}
/*-------------------------
         Header
-------------------------*/
.header-02{
    background-color: #fff;
}
.header-03 , .header-04{
    transition: 0.5s all linear;
}
.header-01 .navbar .container{
    border-radius: 32px;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    padding: 0 32px;
}
.navbar-brand{
    font-size: 25px;
    font-weight: 400;
}
.navbar-toggler span{
    color: #010101;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.header ul li:not(:last-child){
    margin-right: 16px;
}
.header ul li a{
    color: #010101;
    font-weight: 400;
}
.header-03 ul li a{
    color: #fff;
    font-weight: 400;
}
.header-sticky{
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
.header-sticky ul li a{
    color: #010101;
}/*-------------------------
          Hero
-------------------------*/
.hero{
    height: 100vh;
    position: relative;
}
.mb-4{
    font-size: 22px;
}
.hero-image-box-01{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
}
.hero-image-box-02{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
}
.hero-image{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}
.hero-01{
    background: url(img/m-9.jpg) no-repeat center;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.logoo {
    height: 40px;
    width: auto;
    object-fit: contain;
}

/* حالت موبایل */
@media (max-width: 768px) {
    .logoo {
        height: 32px;
    }
}

.hero-center{
    position: relative;
    top: 60%;
    transform: translateY(-50%);
    z-index: 2;
}
.hero-content{
    max-width: 500px;
}
.hero-03 .hero-content{
    color: #fff;
    max-width: 800px;
}
.hero-content h1{
    margin-bottom: 16px;
}
.hero-content h2{
    font-size: 56px;
    line-height: 1.3;
}
.hero-content h3{
    font-size: 48;
    line-height: 1.3;
}
.hero-content{
    align-self: center;
}
.hero-content h1{
    margin-bottom: 16px;
    font-size: 38px;
}
.hero-content h2{
    font-size: 50px;
}
.hero-content h3{
    font-size: 48px;
    line-height: 1.3;
}
.hero-content .line {
    display: inline-block;
    width: 18%;
    height: 5px;
    background-color: #ff713c;
    margin-top: 30px;
  }
 
/*-------------------------
          About
-------------------------*/
.about-content p{
    margin-bottom: 32px;
}
.about-image img{
    width: 100%;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
/*-------------------------
        Count Up 
-------------------------*/
.count-box{
    text-align: center;
}
.count-box h5{
    font-size: 50px;
    margin-bottom: 0;
}
.count-box h6{
    font-size: 16px;
    display: inline-block;
    color: #4f4f4f;
    font-weight: 300;
}
.count-box i{
    font-size: 18px;
    margin-right: 4px;
    color: #4f4f4f;
}
/*-------------------------
        Skills
-------------------------*/
.skills .skillsbar{
    position: relative;
    display: inline-block;
    background-color: transparent;
    width: 100%;
    height: 4px;
    margin-bottom: 8px;
    background-color: #e1e1e1;
}
.skills .skills-box:not(:last-child) .skillsbar{
    margin-bottom: 42px;
}
.skills-text{
    overflow: hidden;
}
.skills .skillsbar-title{
    float: left;
    font-weight: 400;
}
.skills .skillsbar-bar{
    height: 4px;
    width: 0;
    padding: 0;
}
.skills-bar-percent{
    float: right;
    font-weight: 400;
}

.skill-image{
    width: 80%;
}
.skill-image img{
    width: 100%;
    margin-left:32px;
}
.skill-shape{
    top: -48px;
    position: absolute;
    left: 23rem;
    z-index: -1;
    width: 200px;
}
.skill-shape img{
    width: 100%;
}
/*-------------------------
        Services
-------------------------*/
.services-box{
    position: relative;
    padding: 32px 24px;
    margin-bottom: 30px;
    cursor: pointer;
    transition: 0.5s all ease;
    border: 1px solid #e1e1e1;
}
.services-box:hover{
    cursor: default;
}
.services-icon i{
    position: relative;
    font-size: 40px;
    left: -24px;
    top: -10px;
    transform: translateX(-50%) translateY(-50%);
    margin-right: 8px;
    z-index: 2;
}
.services-box h3{
    margin-bottom: 16px;
    color: #4f4f4f;
}
.services-box p{
    color: #707070;
}
.services-box span{
    position: absolute;
    opacity: 0.4;
    transition: 0.5s all ease;
}
.services-box span:nth-of-type(1){
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
}
.services-box span:nth-of-type(2){
    top: 0;
    right: 0;
    width: 1px;
    height: 0;
}
.services-box span:nth-of-type(3){
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
}
.services-box span:nth-of-type(4){
    top: 0;
    left: 0;
    width: 1px;
    height: 0;
}
.services-box:hover span:nth-of-type(1) ,
.services-box:hover span:nth-of-type(3){
    width: 100%;
    opacity: 1;
}
.services-box:hover span:nth-of-type(2) ,
.services-box:hover span:nth-of-type(4){
    height: 100%;
    opacity: 1;
}
/*-------------------------
        Portfolio
-------------------------*/
.portfolio-filter li a{
    position: relative;
    background-color: transparent;
    color: #010101;
    border: 1px solid transparent !important;
    padding: 8px 24px;
    display: block;
    transition: 0.5s all ease;
}
.portfolio-filter li a span{
    position: absolute;
    opacity: 0.4;
    transition: 0.5s all ease;
}
.pp{
    color: white;
}
.portfolio-filter li a span:nth-of-type(1){
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
}
.portfolio-filter li a span:nth-of-type(2){
    top: 0;
    right: 0;
    width: 1px;
    height: 0;
}
.portfolio-filter li a span:nth-of-type(3){
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
}
.portfolio-filter li a span:nth-of-type(4){
    top: 0;
    left: 0;
    width: 1px;
    height: 0;
}
.portfolio-filter li a:hover span:nth-of-type(1) ,
.portfolio-filter li a:hover span:nth-of-type(3){
    width: 100%;
    opacity: 1;
}
.portfolio-filter li a:hover span:nth-of-type(2) ,
.portfolio-filter li a:hover span:nth-of-type(4){
    height: 100%;
    opacity: 1;
}
.portfolio-box{
    position: relative;
    float: left;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}
.portfolio-item:not(:last-child) .portfolio-box{
    margin-bottom: 30px;
}
.portfolio-box img{
    position: relative;
	display: block;
	width: 100%;
}
.portfolio-box .portfolio-overlay::before,
.portfolio-box .portfolio-overlay::after{
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	transition: opacity 0.35s, transform 0.35s;
}
.portfolio-box .portfolio-overlay::before{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: scale(0,1);
}
.portfolio-box .portfolio-overlay::after{
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: scale(1,0);
}
.portfolio-box .portfolio-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.portfolio-box .portfolio-category{
    background: #fff;
    display: inline-block;
    padding: 6px 16px;
}
.portfolio-box .portfolio-overlay .portfolio-overlay-content{
    position: absolute;
    top: 32%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s all ease;
    opacity: 0;
}
.portfolio-box .portfolio-icon{
	top: 52%;
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: 0.5s all ease;
    transform: translate3d(0,20px,0);
}
.portfolio-icon a{
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    background: #fff;
    color: #010101;
    margin: 16px 8px 0;
}
.portfolio-box:hover .portfolio-overlay::before,
.portfolio-box:hover .portfolio-overlay::after{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.portfolio-box:hover .portfolio-overlay,
.portfolio-box:hover .portfolio-overlay-content, 
.portfolio-box:hover .portfolio-icon{
	opacity: 1;
}
.portfolio-box:hover .portfolio-overlay-content{
    opacity: 1;
    transform: translateY(5%);
    
}
.portfolio-box:hover .portfolio-icon{
    transform: translate3d(0,0,0);
}
/*-------------------------
         Client
-------------------------*/
.client-area{
    max-width: 1000px;
    margin-left: auto;
}
.client-box{
    overflow: hidden;
}
.client-image{
    width: 100px;
    height: 100px;
}
.client-image img{
    width: 100%;
    border-radius: 50%;
}
.client-content p{
    margin: 24px 0;
    max-width: 800px;
}
.client-content h6:first-of-type{
    float: left;
    margin-right: 32px;
    padding-bottom: 8px;
}
.client .owl-carousel .owl-dots{
    margin-top: 24px;
}
.client .owl-carousel .owl-dot span{
    background-color: transparent;
    border-radius: 50%;
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    transition: 0.5s all ease;
}
/*-------------------------
          Blog
-------------------------*/
.blog-box{
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #e1e1e1;
    overflow: hidden;
}
.blog-box:hover .blog-image img{
    transform: scale(1.1) rotate(4deg);
}
.blog-image{
    overflow: hidden;
}
.blog-image img{
    width: 100%;
    transition: 0.5s all ease;
}
.blog-date{
    border: 5px solid #fff;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right:24px;
    top: 40%;
}
.blog-date h6{
    font-size: 12px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.blog-date h6 span:first-of-type{
    display: block;
}
.blog-content{
    padding: 32px 24px;
}
.blog-content h5{
    margin-bottom: 16px;
    color: #4f4f4f;
}
.blog-content p{
    margin-bottom: 16px;
    color: #707070;
}
.blog-content a{
    color: #010101;
    transition: 0.5s all ease;
}
.blog-content a::before{
    content: '';
    background-color: #010101;
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    width: 16px;
    margin-right: 6px;
}
.blog-content a:hover{
    margin-left: 8px;
}
/*-------------------------
        Contact
-------------------------*/
.contact-content{
    margin-bottom: 60px;
}
.contact-box .contact-content .contact-icon i{
    font-size: 40px;
    float: left;
    margin-right: 16px;
}
.contact-box .contact-content .contact-icon .contact-info p{
    color: #010101;
    -webkit-text-fill-color: #010101;
}
.contact-form .form-control-plaintext{
    border-bottom: 1px solid #010101;
    padding: 8px;
}
.contact-form textarea.form-control-plaintext{
    margin-bottom: 24px;
}
.contact-form .form-control-plaintext::placeholder{
    color: #010101;
    font-weight: 300;
}
.contact-form .contact-button{
    position: relative;
}
.contact-form #message.toast{
    max-width: 200px;
    padding: 2px 0 1px;
    position: absolute;
    top: -2px;
    display: inline-block;
    left: 200px;
    color: #fff;
    margin-left: 8px;
}
.contact-form .toast button{
    border: none;
    background-color: transparent;
}
.contact-form .toast button span{
    position: relative;
    top: 1px;
    color: #fff;
}
.contact-map{
    margin-top: 48px;
}
#my-map{
    width: 100%;
    height: 350px;
}
/*-------------------------
        Footer
-------------------------*/
.footer{
    background-color: #fff;
    overflow: hidden;
}
.copyright{
    float: left;
    font-weight: 400;
}
.copyright p{
    margin-bottom: 0;
    margin-top: 4px;
}
.footer-social{
    float: right;
}
.footer-social ul{
    margin-bottom: 0;
}
.footer-social ul li a{
    color: #010101;
    font-size: 20px;
    transition: 0.5s all ease;
}
.footer-social ul li:not(:last-child) {
    margin-right: 1.5rem;
}
/*-------------------------
      Return to top
-------------------------*/
.return-to-top{
    position: fixed;
    bottom: -100px;
    right: 0;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    z-index: 1000;
    transition:0.5s all ease ;
}
.return-to-top.show{
    bottom: 32px;
}
.return-to-top:hover{
    color: #fff;
}
/*-------------------------
      Color Switcher
-------------------------*/
.color-switcher .color-pallet{
    background-color: #fff;
    color: #010101 !important;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    top: 75px;
    z-index: 1000;
    position: fixed;
    transition: all 0.3s ease;
    right: -192px;
    width: 189px;
    opacity: 1;
    visibility: visible;
}
.color-switcher .color-pallet.show{
    right: 0;
}
.color-switcher .pallet-button{
    position: absolute;
    top: 16px;
    right: 100%;
    background-color: #010101;
    z-index: 1000;
    transition: 0.5s all ease;
    display: block;
    width: 40px;
}
.color-switcher .pallet-button a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    display: block;
    text-align: center;
}
.color-switcher .color-pallet h6{
    margin: 16px 0;
    text-align: center;
}
.color-switcher ul.pattern{
    list-style: none outside none;
    margin: 0 0 0;
    overflow: hidden;
    padding: 0;
}
.color-switcher ul.pattern li{
    float: left;
}
.color-switcher ul.pattern li a{
    display: block;
    height: 30px;
    width: 30px;
    margin: 8px;
}
.color-switcher ul.pattern li a i{
    background-color: transparent;
    font-size: 30px;
}
.color-switcher ul.pattern .color1 i{
    color: #4ECCA3;
}
.color-switcher ul.pattern .color2 i{
    color: #15bcea;
}
.color-switcher ul.pattern .color3 i{
    color: #35e882;
}
.color-switcher ul.pattern .color4 i{
    color: #ec2c54;
}
.color-switcher ul.pattern .color5 i{
    color: #ff713c;
}
.color-switcher ul.pattern .color6 i{
    color: #d0985d;
}
.color-switcher ul.pattern .color7 i{
    color: #ff8494;
}
.color-switcher ul.pattern .color8 i{
    color: #8B008B;
}
.color-switcher ul.pattern .color9 i{
    color: #798c92;
}
.color-switcher ul.pattern .color10 i{
    color: #FFA500;
}
.color-scheme li{
    width: 40%;
    margin: 0 !important;
}
.color-scheme li a{
    display: block;
    padding: 8px 0;
    background-color: #fff;
    color: #010101;
    transition: all 0.5s ease;
    font-size: 14px;
}
.color-scheme li a.light-scheme:hover, .color-scheme li a.light-scheme.active{
    background-color: #0fcae8;
    color: #fff;
}
.color-scheme li a.dark-scheme:hover, .color-scheme li a.dark-scheme.active{
    background-color: #010101;
    color: #fff;
}
/*-------------------------
     Inner Pages Hero
-------------------------*/
.page-hero{
    background: url(../img/page-hero.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 70vh;
    position: relative;
}
.page-hero::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
}
.page-hero-content{
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
}
.page-hero .page-hero-content h5{
    font-weight: 500;
    margin-bottom: 24px;
    background-color: #fff;
    padding: 8px 12px;
    display: inline-block;
}
.page-hero .page-hero-content h1{
    font-size: 56px;
}
.page-hero .page-hero-content h2{
    max-width: 500px;
    margin-bottom: 24px;
}
.page-hero-content ul li{
    margin-right: 24px !important;
    overflow: hidden;
}
.page-hero-content ul li i{
    font-size: 18px;
    margin-right: 12px;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
}
.page-hero-content ul li a{
    color: #010101;
    transition: 0.5s all ease;
}
.page-hero-content ul li h6{
    font-weight: 400;
    float: right;
    padding-top: 12px;
}
/*-------------------------
       Page Footer
-------------------------*/
.page-footer{
    background-color: #f9f9f9;
}
/*-------------------------
       Pagination
-------------------------*/
.pagination-box .page-item .page-link{
    color: #010101;
    font-weight: 400;
    border-radius: 0;
}
.pagination-box .page-item .page-link:focus{
    box-shadow: none;
}
.pagination-box .page-item.disabled .page-link{
    background-color: transparent;
    color: #707070;
}
.pagination-box .page-item.active .page-link, .pagination-box .page-link:hover{
    color: #fff;
}
/*-------------------------
    Blog Single Content
-------------------------*/
.blog-single-post{
    background-color: #f9f9f9;
    padding: 24px;
    overflow: hidden;
}
.blog-single-post .blog-single-image{
    margin-bottom: 24px;
}
.blog-single-post .blog-single-image img{
    width: 100%;
}
.blog-single-post .blog-single-author-image{
    width: 60px;
    height: 60px;
    margin-bottom: 24px;
    float: left;
    margin-right: 16px;
}
.blog-single-post .blog-single-author-image img{
    width: 100%;
    border-radius: 50%;
}
.blog-single-post .blog-single-author{
    padding-top: 8px;
}
.blog-single-post .blog-single-author small{
    color: #707070;
}
.blog-single-post .blog-single-author hr{
    clear: both;
    border-top: 1px solid #707070;
    margin-bottom: 24px;
}
.blog-single-post .blog-single-describe{
    clear: both;
}
.blog-single-post .blog-single-opinion{
    padding: 32px;
    margin: 24px 0;
}
.blog-single-post .blog-single-content h3{
    font-size: 24px;
    margin-bottom: 24px;
}
.blog-single-post .blog-single-content p{
    margin-bottom: 16px;
}
.blog-single-post .blog-single-content ul{
    padding-left: 0;
}
.blog-single-post .blog-single-content ul li {
    overflow: hidden;
}
.blog-single-post .blog-single-content ul li i{
    float: left;
    margin-right: 8px;
}
.blog-single-post .blog-single-content ul li h5{
    font-size: 16px;
    font-weight: 300;
}
.blog-single-comments .reply-comment{
    margin-left: 0 !important;
}
.blog-single-comments .reply-comment li{
    list-style: none;
}
.comments-box{
    padding: 24px;
    margin-bottom: 24px;
    overflow: hidden;
}
.comments-box .comments-image{
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 24px;
}
.comments-box .comments-image img{
    width: 100%;
    border-radius: 50%;
}
.comments-box .comments-content .comments-user{
    position: relative;
    padding-top: 16px;
}
.comments-box .comments-content .comments-user small{
    color: #707070;
}
.comments-box .comments-content .comments-user a{
    color: #010101;
    transition: 0.5s all ease;
}
.comments-box .comments-content .comments-user i{
    font-size: 32px;
    position: absolute;
    top: 2px;
    right: 3px;
}
.comments-box .comments-content .comments-text{
    clear: both;
    margin-left: 104px;
}
.comments-form .form-control-plaintext{
    border-bottom: 1px solid #010101;
    padding: 8px;
}
.comments-form textarea.form-control-plaintext{
    margin-bottom: 24px;
}
.comments-form .form-control-plaintext::placeholder{
    color: #010101;
    font-weight: 300;
}
/*-------------------------
    Blog Single Aside 
-------------------------*/
.search-box , .author-box , .categories-box , .recent{
    margin-bottom: 16px;
}
.author-box , .categories-box , .recent , .tags{
    background-color: #f9f9f9;
    padding: 16px;
}
.search-box form{
    position: relative;
}
.search-box form input{
    background-color: #f9f9f9;
    border: none;
    width: 100%;
    padding: 8px 12px;
}
.search-box form button{
    color: #010101;
    border: none;
    position: absolute;
    right: 6px;
    top: 5px;
}
.blog-single-title{
    margin-bottom: 32px;
}
.blog-single-title h5{
    position: relative;
    left: -24px;
    top: 10px;
    z-index: 2;
}
.blog-single-title hr{
    margin-top: 24px;
}
.author-box{
    overflow: hidden;
}
.author-image{
    width: 70px;
    height: 70px;
    margin-bottom: 16px;
    float: left;
    margin-right: 16px;
}
.author-image img{
    width: 100%;
    border-radius: 50%;
}
.author-name{
    padding-top: 8px;
}
.author-name h5{
    font-size: 16px;
}
.author-name h6{
    font-size: 16px;
}
.author-content{
    clear: both;
    margin-left: 8px;
}
.categories-box ul{
    padding-left: 0;
}
.categories-box ul li{
    padding: 12px 0;
    overflow: hidden;
}
.categories-box ul li a{
    color: #010101;
    transition: 0.5s all ease;
}
.categories-box ul li span{
    color: #fff;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    float: right;
}
.recent-box{
    padding: 8px 0;
    margin-bottom: 16px;
    overflow: hidden;
}
.recent-box:not(:last-child), .categories-box ul li:not(:last-child){
    border-bottom: 1px solid #e1e1e1;
}
.recent-box:last-child, .categories-box ul li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
}
.recent-image{
    margin-bottom: 16px;
    float: left;
    width: 120px;
    margin-right: 16px;
}
.recent-image img{
    width: 100%;
}
.recent-content a h5{
    font-size: 16px;
    color: #010101;
    transition: 0.5s all ease;
}
.recent-content span{
    color: #707070;
}
.tags .tags-box a{
    color: #010101;
    display: inline-block;
    padding: 8px 12px;
    margin-right: 4px;
    margin-bottom: 12px;
}
/*-------------------------
 Portfolio Single Content
-------------------------*/
.pagination {
    margin-bottom: 0;
  }
.portfolio-single-post{
    background-color: #f9f9f9;
    padding: 24px;
}
.portfolio-single-post .portfolio-single-image-post{
    margin-bottom: 24px;
}
.portfolio-single-post .portfolio-single-image-post img ,
.portfolio-single-post .portfolio-single-image img{
    width: 100%;
}
.portfolio-item:not(:last-child) .portfolio-box{
    margin-bottom: 30px;
}
/*-------------------------
  Portfolio Single Aside
-------------------------*/
.project-details-box{
    background-color: #f9f9f9;
    padding: 16px;
}
.portfolio-single-title{
    margin-bottom: 32px;
}
.portfolio-single-title h5{
    position: relative;
    left: -24px;
    top: 10px;
    z-index: 2;
}
.portfolio-single-title hr{
    margin-top: 24px;
}
.project-details-content p{
    margin-bottom: 16px;
}
.project-details-content ul{
    padding-left: 0;
}
.project-details-content ul li{
    padding: 12px 0;
}
.project-details-content ul li:not(:last-child){
    border-bottom: 1px solid #e1e1e1;
}
.project-details-content ul li h6{
    font-weight: 400;
    font-size: 14px;
    margin-top: 0.5rem;
    color: #4f4f4f;
}
.project-details-content ul li h6 span{
    margin-right: 4px;
}
/*-------------------------
 Portfolio Single Related
-------------------------*/
.portfolio-single-related  .portfolio-box{
    margin-top: 0;
}
.portfolio-single-related .portfolio-box .portfolio-overlay .portfolio-overlay-content{
    top: 29%;
}
.portfolio-single-related .portfolio-box .portfolio-icon{
	top: 48%;
}
.portfolio-single-related .portfolio-icon a{
    width: 30px;
    height: 30px;
    margin-top: 20px;
    line-height: 30px;
}
/*-------------------------
        404 Error
-------------------------*/
.error-content h1{
    font-size: 72px;
    margin-bottom: 24px;
}
.error-content h3{
    margin-bottom: 32px;
}
.error-image img{
    width: 100%;
}
/*-------------------------
       oliver Dark
-------------------------*/
.oliver-dark{
    color:#fff;
    background-color: #272727 ;  
}
.oliver-dark .bg-gray{
    background-color: #363636 ;
}
.oliver-dark .pill-button{
    color: #fff;
    border-color: #595959;
}
.oliver-dark .pill-button::before{
    background-color: #fff;
}
.oliver-dark .form-control-plaintext:focus{
    outline: 1px solid #eee;
}
.oliver-dark .loading-page{
    background: #272727;
}
.oliver-dark .loading-page .counter h1{
    color: #fff;
}
.oliver-dark .header-01 .navbar .container {
    background-color: #272727;
    box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.2);
}
.oliver-dark .navbar-toggler span{
    color: #fff;
}
.oliver-dark .header ul li a{
    color: #fff;
}
.oliver-dark .header-sticky{
    background-color: #272727;
    box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.2);
}
.oliver-dark .hero-02::before{
    background-color: rgba(0, 0, 0, 0.5);
}
.oliver-dark .hero-06{
    background-color: #212121 ;
}
.oliver-dark .about-image img{
    box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.2);
}
.oliver-dark .count-box h6{
    color: #e9e9e9;
}
.oliver-dark .count-box i{
    color: #e9e9e9;
}
.oliver-dark .services-box{
    border: 1px solid #707070;
}
.oliver-dark .services-box h3{
    margin-bottom: 16px;
    color: #e9e9e9;
}
.oliver-dark .services-box p{
    color: #e1e1e1;
}
.oliver-dark .portfolio-filter li a{
    color: #fff;
}
.oliver-dark .portfolio-box .portfolio-overlay::before{
	border-top: 1px solid #272727 ;
	border-bottom: 1px solid #272727 ;
}
.oliver-dark .portfolio-box .portfolio-overlay::after{
	border-right: 1px solid #272727 ;
	border-left: 1px solid #272727 ;
}
.oliver-dark .portfolio-box .portfolio-category{
    background: #272727 ;
}
.oliver-dark .portfolio-icon a{
    background: #272727 ;
    color: #fff;
}
.oliver-dark .blog-box{
    border: 1px solid #707070;
}
.oliver-dark .blog-date{
    border: 5px solid #272727 ;
}
.oliver-dark .blog-content h5{
    color: #e9e9e9;
}
.oliver-dark .blog-content p{
    color: #e1e1e1;
}
.oliver-dark .blog-content a{
    color: #fff;
}
.oliver-dark .blog-content a::before{
    background-color: #fff;
}
.oliver-dark .contact-box .contact-content .contact-icon .contact-info p{
    color: #fff;
    -webkit-text-fill-color: #fff;
}
.oliver-dark .contact-form .form-control-plaintext{
    border-bottom: 1px solid #fff;
}
.oliver-dark .contact-form .form-control-plaintext::placeholder{
    color: #fff;
}
.oliver-dark .footer{
    background-color: #272727 ;
}
.oliver-dark .footer-social ul li a{
    color: #fff;
}
.oliver-dark #my-map{
    filter: grayscale(100%) invert(92%) contrast(83%);
}
.oliver-dark .color-switcher .color-pallet{
    background-color: #272727 ;
    color: #fff !important;
    box-shadow: 0 0 4px 0 rgba(255, 255, 255, 0.2);
}
.oliver-dark .color-switcher .pallet-button{
    background-color: #fff;
}
.oliver-dark .color-switcher .pallet-button a{
    color: #010101;
}
.oliver-dark .color-scheme li a{
    background-color: #272727 ;
    color: #fff;
}
.oliver-dark .page-hero::before{
    background-color: rgba(0, 0, 0, 0.6);
}
.oliver-dark .page-hero-content ul li a{
    color: #fff;
}
.oliver-dark .page-footer{
    background-color: #363636 ;
}
.oliver-dark .pagination-box .page-item .page-link{
    background-color: #272727 ;
    color: #fff;
}
.oliver-dark .pagination-box .page-item.disabled .page-link{
    color: #707070;
}
.oliver-dark .blog-single-post{
    background-color: #363636 ;
}
.oliver-dark .blog-single-post .blog-single-author small{
    color: #eee;
}
.oliver-dark .blog-single-post .blog-single-author hr{
    border-top: 1px solid #eee;
}
.oliver-dark .comments-box .comments-content .comments-user small{
    color: #eee;
}
.oliver-dark .comments-box .comments-content .comments-user a{
    color: #fff;
}
.oliver-dark .comments-form .form-control-plaintext{
    border-bottom: 1px solid #fff;
}
.oliver-dark .comments-form .form-control-plaintext::placeholder{
    color: #fff;
}
.oliver-dark .author-box , .oliver-dark .categories-box , 
.oliver-dark .recent , .oliver-dark .tags{
    background-color: #363636 ;
}
.oliver-dark .search-box form input{
    background-color: #363636 ;
    color: #fff;
}
.oliver-dark .search-box form button{
    color: #fff;
}
.oliver-dark .categories-box ul li a{
    color: #fff;
}
.oliver-dark .recent-content a h5{
    color: #fff;
}
.oliver-dark .recent-content span{
    color: #eee;
}
.oliver-dark .tags .tags-box a{
    color: #fff;
}
.oliver-dark .portfolio-single-post{
    background-color: #363636 ;
}
.oliver-dark .project-details-box{
    background-color: #363636 ;
}
.oliver-dark .project-details-content ul li h6{
    color: #e9e9e9;
}
/*-------------------------
         Media
-------------------------*/
/*-------------------------
         Media
-------------------------*/
@media (max-width: 1199px){
    .hero-content h1 {
        font-size: 33px;
      }
      .hero-content h2 {
        font-size: 38px;
      }
    .skill-shape{
        left: 19rem;
    }
    .blog-date{
        top: 33%;
    }
}
@media (max-width: 991px){
    .hero-image-box-01{
        width: 100%;
    }
    .hero-image::before , .hero-01::before , 
    .hero-04::before , .hero-05::before{
        content: '';
        position: absolute;
        background-color: rgba(255, 255, 255, 0.5);
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
    }
    .hero-center{
        z-index: 2;
    }
    .about-image{
        margin-bottom: 30px;
    }
    .count-box{
        justify-content: left;
    }
    .count-box:nth-of-type(1) , .count-box:nth-of-type(2){
        margin-bottom: 30px;
    }
    .skills-boxes{
        margin-bottom: 30px;
    }
    .skill-image{
        width: 100%;
    }
    .skill-image img{
        margin-left: 0;
    }
    .skill-shape{
        display: none;
    }
    .blog-date{
        top: 37%;
    }
    .contact-box{
        margin-bottom: 30px;
    }
    .footer{
        overflow: initial;
    }
    .copyright{
        float: initial;
        margin-bottom: 26px;
    }
    .footer-social{
        float: initial;
    }
    .blog-single-comments-form{
        margin-bottom: 30px;
    }
    .portfolio-single-box .portfolio-single-image{
        margin-top: 30px;
    }
    .portfolio-single-post{
        margin-bottom: 30px;
    }
    .portfolio-box:not(:last-child){
        margin-bottom: 30px;
    }
    .oliver-dark .header-03 , .oliver-dark .header-04 , .oliver-dark .header-sticky{
        background-color: #272727;
    }
    .oliver-dark .hero-image::before , .oliver-dark .hero-01::before , 
    .oliver-dark .hero-04::before , .oliver-dark .hero-05::before{
        background-color: rgba(0, 0, 0, 0.5);
    }
    .error-content{
        text-align: center;
    }
}
@media (max-width: 767px){
    .portfolio-filter li a{
        margin-bottom: 24px;
    }
    .blog-date{
        top: 56%;
    }

}
@media (max-width: 575px){
    .portfolio-filter li a{
        padding: 8px 10px;
    }
    .blog-date{
        top: 58%;
    }
    .error-content h1{
        font-size: 64px;
    }
}
@media (max-width: 527px){
    .blog-date{
        top: 53%;
    }
}
@media (max-width: 481px){
    .blog-date{
        top: 50%;
    }
}
@media (max-width: 435px){
    .blog-date{
        top: 47%;
    }
}
@media (max-width: 420px) {
    .contact-form #message.toast {
        top: 60px;
        left: 12px;
        margin-left: 0;
    }
    .contact-map{
        margin-top: 82px;
    }
}
@media (max-width: 391px){
    .blog-date{
        top: 42%;
    }
}
@media (max-width: 372px){
    .blog-date{
        top: 40%;
    }
}