/*
Theme Name: renewstylish
Theme URI: https://renewstylish.ir/
Author: noyamedia/yasaman naderi doost
Author URI:  https://noyamedia.ir
Description: قالب اختصاصي وب سايت رینیو استایلیش
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: noyamedia
*/
/* =WordPress Core@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------------------------
WordpressCore
------------------------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
a:hover {
    text-decoration: none;
}
a:visited, a:active, a:hover, a:focus {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}
/*---------------------------------------------------------------------------
ManiStyle
------------------------------------------------------*/

/********
Fonts
********/
@font-face {
    font-family: IRANSansWebLight;
    src: url(assets/fonts/IRANSansWebLight.eot);
    src: url(assets/fonts/IRANSansWebLight.eot?#iefix) format('embedded-opentype'),
    url(assets/fonts/IRANSansWebLight.woff2) format('woff2'),
    url(assets/fonts/IRANSansWebLight.woff) format('woff'),
    url(assets/fonts/IRANSansWebLight.ttf) format('truetype')
}

@font-face {
    font-family: IRANSansWeb_bold;
    src: url(fonts/IRANSansWeb_Bold.eot);
    src: url(fonts/IRANSansWeb_Bold.eot?#iefix) format('embedded-opentype'),
    url(fonts/IRANSansWeb_Bold.woff2) format('woff2'),
    url(fonts/IRANSansWeb_Bold.woff) format('woff'),
    url(fonts/IRANSansWeb_Bold.ttf) format('truetype')
}
body {
direction: rtl;
    /*font-family: IRANSansWeb;*/
    /*padding-top: 25px;*/
    font-family: IRANSansWebLight;
    position: relative;
    text-align: right;
    font-weight: normal;
    font-size: 0.9em;
    /*color: #565656;
    color: #6d7a8c;*/
    color:#6a7c92
}
img{
    max-width: 100%;
    height: auto;
}
/********-------------------
selection
------------------*********/
::-moz-selection {
    color: #fff;
    background-color: #fbc659;
}
::selection { 
    color: #fff; 
    background-color: #fbc659; 
}
/*----------------------------
header
------------------------------------*/
/*.top-height {
    height: 57px;
}*/
.top-header{
font-size: 0.80em;
}
.header {
  /*overflow: hidden;*/
  padding: 15px 0px 0px 0px;
  width: 100%;
}

.header a {
    float: left;
    color: #a68a65;
    text-align: center;
    padding: 5px 18px;;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    border-radius: 4px;
}
.header-right {
  float: right;
  /*padding-right: 50px;*/
  padding-top: 20px;
}
.header-right li{
    text-align: center;
	list-style: none;
	display: inline-block;
	padding-left: 25px;
}

@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .header-right {
    float: none;
    padding-right: 0px;
  }
}
 .header-right ul {
    padding-right: 0px;
  }
.header-right li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 45px;
    /* margin-right: 32px; */
    background-color: #ECECEC;
    transform: translate(-35px ,-40px);
}
.header-right li:first-child:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 45px;
    /* margin-right: 32px; */
    background-color: #ECECEC;
    transform: translate(30px ,-6px);
}
.header-right li:nth-child(5):after {
    content: "";
    position: absolute;
    width: 1px;
    height: 45px;
    /* margin-right: 32px; */
    background-color: #ECECEC;
    transform: translate(-95px ,-40px);
}
.header-right li:nth-child(6):after {
content: "";
    position: absolute;
    width: 1px;
    height: 45px;
    /* margin-right: 32px; */
    background-color: #ECECEC;
    transform: translate(-85px ,-40px);
}
.color{
   background-color: #445ba1; 
}
.header-banner {
    background-color: #efefef;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url("https://renewstylish.com/wp-content/uploads/2020/11/bg-header-renewstylish.jpg");
    padding: 100px 0;
}
/*---------------------------
menu
-------------------------------------*/
.nav-menu {
        padding: 0px;
}
.nav-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-menu li {
    display: inline-block;
    position: relative;
}
.main-menu{
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu li {
  display: inline-block;
  position:relative;
}
.main-menu li a {
  position: relative;
  display: inline-block;
  color: white;
  text-align: center;
  padding: 18px 16px;
  text-decoration: none;
  cursor: pointer;
}
.main-menu li:hover {
    /*border-bottom: 2px solid #fbc659;*/
}
/*.main-menu .current-menu-item{
    border-bottom: 2px solid #fbc659;
}*/
.fixed-top {
    position: fixed;
    z-index: 9999;
    width: 100%;
    background-color: #01223c70;
}
ul.sub-menu {
    display: none;
    position: absolute;
    /*background-color: #7f8db9;
    background-color: #fbc659;*/
	background-color: #02233d;
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999999;
    top: 57px;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    padding:0;
}
.main-menu li:hover > ul {
    display: block;
}
ul.sub-menu li{
    display:block;
}
ul.main-menu ul ul {
    right: 100%;
    position: absolute;
    top:0;
    left: 0;
}
ul.main-menu>li>i {
    position: absolute;
    top: 25px;
    right: 65px;
    color: #fff;
}
ul.main-menu>li>ul>li>i {
    transition: .5s all;
    position: absolute;
    bottom: 17px;
    left: 5px;
}

ul.main-menu>li>svg, ul.main-menu>li>ul>li>i {
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    color: #fff;
}
ul.main-menu>li>ul>li:hover>i {
    -ms-transform: rotate(450deg);
    transform: rotate(450deg);
    color: #fff;
}

ul.main-menu>li>ul>li:hover>svg, ul.main-menu>li>ul>li>ul>li:hover>i {
    -webkit-transform: rotate(450deg);
    -moz-transform: rotate(450deg);
    -o-transform: rotate(450deg);
}
.add-pading {
    padding-left: 15px;
}
.bg-change {
    /*background-color: #0078d7;*/
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background-color: #01223c;
}
.main-menu .sub-menu li a {
    border-right: 2px solid #fbc659;
    margin: 7px 3px 7px 0;
}
/*---------------------------
menumobile
-------------------------------------*/ 
header.mobile{
    padding: 10px 0;
    background-color: #2c4167;
}
.mob-dis{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.mobile .fa-bars{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*z-index: 2;*/
    color: #fcb831;
}
.mobile ul.mob-menu ul{
    display: none;
    list-style: none;
    /*padding: 0px 20px;*/
}
.mobile ul.mob-menu{
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 99999999;
    background-color: #fff;
    width: 100%;
    right: -100%;
    top: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.mobile ul.mob-menu.d-show {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 99999999;
    background-color: #fff;
    width: 65%;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
     box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
}
.mobile nav ul.mob-menu.d-show img{
    width: 32px;
    height: 32px;
    padding: 2px;
}
.mob-menu li a{
    display: inline-block;
    padding: 3px 8px;
    font-size: 12px;
    position: relative;
    margin-top: 15px;
    font-weight: 500;
    color: #303342;
}
.mob-menu li{
    position: relative;
}
.mob-menu li .fa-angle-down {
    position: absolute;
    left: 1px;
    top: 22px;
    color: #fcb831;
    padding: 0px;
    font-size: 20px;
    z-index: 9999999999999999999;
}
.mob-menu li .fa-angle-up{
    position: absolute;
    left: 5px;
    top: 15px;
    color: #fcb83175;
    padding: 0px;
    font-size: 20px;
    z-index: 9999999999999999999;
}
.menu-img{
    margin-left: 12px;
    width: 28px;
    height: 28px;
}
.mobile ul.sub-menu li:before {
    content: "\f192";
    /* content: "\f00c"; */
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-left: -1.3em;
    width: 2.3em;
    color: #fcb831;
    padding: 0px 5px;
}
.mobile .sub-menu {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 207px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999999;
    top: 40px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    padding: 0;
}
/*********----------------------------------------------------------------------
Slider
---------------------------------------------------------------------**********/
 #rev_slider_2_1_wrapper .metis .tp-bullet:hover .tp-bullet-title {
   display: none; 
}
/*********----------------------------------------------------------------------
box-under-front
---------------------------------------------------------------------**********/ 
.canvas-item, .item {
    position: relative;
    padding: 0;
    width: 310px;
    height: 350px;
    text-align: center;
    margin: 0 auto;
}
.svg-hexagon {
    width: 310px;
    height: 350px;
}
.hexagon {
    fill: transparent;
    stroke: #fbc659;
    stroke-width: 3;
}
.svg-triangle-dotted {
    width: 256px;
    height: 220px;
    position: absolute;
    top: 28px;
    left: 28px;
}
.triangle-div {
    cursor: pointer;
    fill: none;
    fill-opacity: 0;
    stroke: #ccc;
    stroke-width: 1;
    stroke-dasharray: 4;
}

.triangle-img {
    clip-path: url(images/Svg/triangle.svg#svgClip);
    -webkit-clip-path: polygon(0px 220px, 256px 220px, 128px 0px);
}

.tri {
    top: 28px;
    left: 28px;
    transform: translateY(32px);
    transition: all 0.8s ease-in-out;
}
.triangle-img {
    width: 256px;
    height: 220px;
    overflow: hidden;
    position: absolute;
}
.triangle-img img {
    width: 140%;
    max-width: 140%;
    transition: all 0.8s ease-in-out;
    display: block;
    position: absolute;
}
.canvas-item h4, .item h4 {
    transition: all 0.6s ease 0s;
}

.text-cap {
    text-transform: uppercase;
}
.tri img {
    left: -50px;
    top: -90px;
    transition: all 0.8s ease-in-out;
}
.triangle-img.tri svg{
    width: 100px;
    height: 100px;
    text-align: center;
    transform: translate(3px, 55px);
}
/*.svg-tri2 {
    transform: rotate(-90deg) translateY(40px);
    left: -30px;
}

.tri2 img {
    left: -42px;
    transform: scale(0.9, 0.9) rotate(90deg) translateY(20px);
}
.tri2 {
    transition: all 0.8s ease-in-out;
    transform: rotate(-90deg) translateY(40px);
    left: -48px;
    top: 60px;
}
.svg-tri3{
    transform: rotate(-30deg) translateY(40px);
    left: -20px;
}
.tri3 {
    clip-path: url(images/Svg/tri2.svg#tri2);
    -webkit-clip-path: polygon(0px 256px, 220px 128px, 0px 0px);
    transition: all 0.8s ease-in-out;
    left: 95px;
    top: 40px;
    width: 220px;
    height: 256px;
}
.svg-tri4 {
    transform: rotate(-180deg) translateY(-74px);
    left: 27px;
}
.tri4 {
    transition: all 0.8s ease-in-out;
    transform: rotate(-180deg) translateY(-74px);
    left: 27px;
    top: -10px;
}*/
.triangle-img.tri:hover img {
    /*transform: rotate(360deg); */
    /* transform: translate(10px, 10px); */
    /* object-fit: contain; */
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.triangle-img.tri img {
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
/*********----------------------------------------------------------------------
about-front
---------------------------------------------------------------------**********/
.about-us-front{
    /*margin: 70px 0px;*/
    margin-top: 120px;
    background: #f5f5f5;
    background-color: rgb(247 249 250 / 0%);
    background-image: url(https://renewstylish.com/wp-content/uploads/2020/08/pattern-about-us.png)!important;
    background-position: center center;
    background-size: auto;
    background-attachment: scroll;
    /*padding-bottom: 0px !important;*/
    padding: 25px 0px 35px 0px;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
}
/*.bg-title-about-front{   
    padding: 50px 0px 20px 0px;
}*/
.divider {
    width: 100%;
    max-width: 370px;
    height: 1px;
    margin: 25px auto;
    display: block;
    position: relative;
    background: #e5e5e5;
}
.svg-triangle-icon {
    width: 22px;
    height: 15px;
    overflow: visible!important;
    left: 50%;
    margin-left: -11px;
    margin-top: -6px;
    display: block;
    position: absolute;
}
.svg-triangle-icon {
    fill: transparent;
    stroke: #fbc659;
    stroke-width: 3;
}
.content-meta{
    text-align: justify;
}
/*********----------------------------------------------------------------------
services-front
---------------------------------------------------------------------**********/
.odd {
    flex-direction: row-reverse;
}
.img-services-cat-front img{
    border-radius: 3px;
    width: 500px;
    height: 300px;
}
.item-services-cat {
    padding: 0;
}
.m-item {
    margin-top: 70px;
}
.title-item-services-cat mark {
    background: #fbc659;
    padding: 0 3px;
}
.title-item-services-cat h2{
    margin-bottom: 15px;
    font-size: 28px;
}
.singless {
    margin-bottom: 50px;
}
.content-item-services-cat {
    text-align: justify;
}
/*********----------------------------------------------------------------------
slogan-front
---------------------------------------------------------------------**********/
.slogan-front {
    margin: 50px 0px;
}
.promotion-box-dark {
    display: flex;
    height: 420px;
    transition: all 0.6s ease 0s;
}
.promotion-box-dark .box-dark-content {
    width: 100%;
    height: 100%;
    text-align: center;
}
.icon-promotion {
    color: #ebcd1e;
    font-size: 60px;
    text-align: center;
    display: block;
    padding-bottom: 14px;
    margin-top: 117px;
}

.fa {
    font-family: 'Font Awesome 5 Free';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.promotion-box-dark h3 {
    font-weight: 300;
    color: #fff;
    margin-bottom: 20px;
}
.text-cap {
    text-transform: uppercase;
}
.promotion-box-dark p {
    font-size: 15px;
    color: #aaa;
}
.bg-slogan:hover {
    background: #000!important;
}
/*********----------------------------------------------------------------------
portfolio-front
---------------------------------------------------------------------**********/

/*********----------------------------------------------------------------------
blog-front
---------------------------------------------------------------------**********/
.blog-front a{
    color: inherit;
}
.meta-blog-footer.read-more a {
    font-size: 14px;
    color: #333;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0 25px;
    margin-bottom: 15px;
    outline: none;
    transition: all 0.6s ease 0s;
    /*background: #fbc659;*/
    border-radius: 3px;
    border: 1px solid #fbc659;
}
.meta-blog-footer.read-more {
    /*margin-top: 23px;*/
    margin: 23px 0;
}

.meta-blog-footer.read-more a:hover {
    color: #fff;
    background: #fbc659bf;
}
.blog-img-front {
    margin-bottom: 25px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;

}
.blog-img-front img {
    transition: all 0.6s ease 0s;
    min-height: 264px;
}
.blog-img-front:hover img {
    transform: scale(1.1, 1.1);
}
.meta-blog-title {
    margin: 24px 0px 12px 0px;
    min-height: 50px;
}
.meta-blog-title h3 {
    font-size: 1.5em;
}
.meta-blog-excerpt p{
    text-align: justify;
}
.meta-blog-excerpt {
   min-height: 126px; 
}
/*********----------------------------------------------------------------------
footer
---------------------------------------------------------------------**********/
.footer-main{
    background-color: #01223c;
}
.top-footer {
    padding: 30px 15px;
}

.top-footer h5 {
    color: white;
}

.top-footer p {
    color: white;
    text-align: justify;
}

.copyright p {
    color: white;
    text-align: center;

}

p .copyright a:hover {
    color: #1996d7;
}

.top-footer ul {
    padding: 0px;
}

.bottom-footer {
    /*background-color: #445ba1; */
    padding: 10px 0;
    /* background-color: rgba(40,48,63,.89); */
    /* background-image: url(assets/images/footerbg.jpg); */
    background-repeat: repeat;
    background-position: center center;
    background-size: auto;
    background-attachment: scroll;
}

.top-footer ul {
    list-style: none;
}

.bottom-footer p {
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 12px;
}

.top-footer a {
    color: #fff !important;
}

footer .footer-title {
    font-weight: bold;
    color: #fff;
    margin: 0 0 20px;
    line-height: 1.2;
    font-size: 1rem;
	border-top: 2px solid #fcb831;
    padding-top: 5px;
    display: inline-block;
}
footer .footer-title span {
    border-bottom: 2px solid #fcb831;
    padding-bottom: 5px;
    display: inline-block;
}
footer .svg-inline--fa.fa-w-16 {
    width: 1.5em;
    color: #fff;
}

footer .svg-inline--fa.fa-w-10 {
    width: 1.5em;
    color: #fff;
}

footer .svg-inline--fa.fa-w-12 {
    width: 1.5em;
    color: #fff;
}
footer i{
    width: 1.5em;
    color: #fff;
}
.top-footer {
    border-bottom: solid 1px;
    border-bottom-color: #fcb831;
}
.recent-post-title {
    font-size: 0.9em;
}
.footer2 .footer-widget{
    /*padding-right: 35px;*/
}
body>.scrollTop.left {
    left: -50px;
}
body>.scrollTop {
    background-color: #fff;
    color: #191919;
    position: fixed;
    bottom: 20px;
    width: 40px;
    height: 40px;
    z-index: 99;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
body>.scrollTop i {
    font-size: 25px;
    color: inherit;
    line-height: 38px;
}
.fa-angle-up:before {
    content: "\f106";
}
body>.scrollTop.left.active {
    right: 15px;
}
body>.scrollTop:hover {
    transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    box-shadow: 0 5px 15px rgba(0,0,0,.15);
}
/*********----------------------------------------------------------------------
blog
---------------------------------------------------------------------**********/
.blog-section {
    margin: 50px 0px;
}
/*.header-banner {
    width: 100%;
    height: 250px;
    background-color: #ffac00;
}*/
.inner-banner-main {
    margin: 120px 0px 15px 0px;
    text-align: right;
}
.inner-banner-main .title {
    line-height: 48px;
    letter-spacing: -1px;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 40px;
    text-align: center;
}
/****saidebar*****/
.sidebar a{
    color: inherit;
}
.sidebar-posts img{
    border-radius: 3px;
}
.sidebar.sidebar-left .widget {
    margin-top: 35px;
}
#search-2 {
    margin-top: 0;  
}
.sidebar .search-form input {
    border: 2px solid #fcb831;
    padding: 12px 25px;
}
.sidebar .search-form button {
    position: absolute;
    padding: 12px 25px;
    border-bottom: 2px solid #fcb831;
    background-color: #fcb831;
    border-top: 2px solid #fcb831;
    border-right: none;
    border-left: 2px solid #fcb831;
    border-radius: 3px 0px 0px 3px;
}
.sidebar .search-form i{
    color: #fff;
}
.blog-section .sidebar .sidebar-title{
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 2px dotted #fcb831;
    text-align: center;
}
.sidebar .sidebar-title span{
    background-color: #fcb831;
    border-radius: 10px 10px 0 0;
    padding: 7px 9px;
    color: #fff;
    display: inline-block;
    position: relative;
    top: 2px;
    font-weight: 500;
    border-bottom: 2px dotted #fcb831;
}
/****sidbar-pro*****/
.pro-sidebar a{
    color: inherit;
}
.sidebar-posts img{
    border-radius: 3px;
}
.pro-sidebar.sidebar-left .widget {
    margin-top: 35px;
}
#search-2 {
    margin-top: 0;  
}
.pro-sidebar .search-form input {
    border: 2px solid #fcb831;
    padding: 12px 25px;
}
.pro-sidebar .search-form button {
    position: absolute;
    padding: 12px 25px;
    border-bottom: 2px solid #fcb831;
    background-color: #fcb831;
    border-top: 2px solid #fcb831;
    border-right: none;
    border-left: 2px solid #fcb831;
    border-radius: 3px 0px 0px 3px;
}
.pro-sidebar .search-form i{
    color: #fff;
}
.single_area .pro-sidebar .sidebar-title{
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 2px dotted #fcb831;
    text-align: center;
}
.pro-sidebar .sidebar-title span{
    background-color: #fcb831;
    border-radius: 10px 10px 0 0;
    padding: 7px 9px;
    color: #fff;
    display: inline-block;
    position: relative;
    top: 2px;
    font-weight: 500;
    border-bottom: 2px dotted #fcb831;
}
.single_area .pro-sidebar .menu li{
	list-style: none;
}
/********-----breadcrumb------********/
.breadcrumb {
    background-color: transparent;
    text-align: right;
    line-height: 26px;
    color: #fff;
    font-size: 15px;
}
.breadcrumb a {
    color: inherit;
}
.breadcrumb i {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
    margin-left: 6px;
    margin-right: 6px;
    font-size: 12px;
}
.fa-angle-double-left:before {
    content: "\f100";
}
/********-----end-breadcrumb------****/
/*******------------------------------------------------------------------------
single-blog
------------------------------------------------------------------------*******/
#share-buttons {
    border: 1px solid #fcb83136;
    background: none;
    padding: 10px;
    width: 100%;
    margin: 25px 0;
    border-radius: 4px;

}
#share-buttons ul li {
    display: inline-block;
    padding: 5px 12px;
    color: #fff;
    background: #1c1c1c;
    font-size: 12px;
    font-weight: 600;
    margin-left: 8px;
    border-radius: 4px;
}
#share-buttons ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#share-buttons ul .telegram {
    background-color: #00AFF0;
}
#share-buttons ul .whatsapp {
    background-color: #25D366;
}
#share-buttons ul .linkedin {
    background-color: #0077B5;
}
#share-buttons ul li a {
    color: #fff;
    text-align: center;
}
#share-buttons ul li a i {
    border-left: 1px solid rgba(255,255,255,.5);
    margin-left: 5px;
    padding-left: 8px;
    font-size: 14px;
    line-height: 12px;
}
/***comment***/
#respond {
margin: 2em 0;
}
#respond textarea {
    box-shadow: none;
    border: 2px solid #fcb831;
    padding: 5px 20px;
    background: none;
    color: #959595;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    display: block;
    /*width: 50%!important;*/
    height: auto!important;
}
#respond input {
    box-shadow: none;
    border: 2px solid #fcb831;
    padding: 5px 20px;
    height: 50px;
    background: none;
    color: #959595;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    display: block;
    width: 100%;
}
#submit {
    background-color: #fcb831!important;
    padding: 10px 20px!important;
    cursor: pointer;
    margin-top: 10px;
    font-size: 12px;
    border-radius: 4px;
    color: #fff!important;
    border: 2px solid #fcb831;
    width: 25%!important;
}
.comment-form-cookies-consent label {
    display: block;
    position: relative;
    padding-right: 35px;
    margin: 15px 0;
    color: #056960;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    top: 0;
}
#reply-title {
    background-color: #fcb831;
    font-weight: bold;
    font-size: 20px;
    margin: 15px 0;
    /* border-bottom: 1px solid #fcb831; */
    padding: 14px;
    width: 14%;
    text-align: center;
    color: #fff;
}
/*#wp-comment-cookies-consent {
    width: 100%!important;
}*/
/*********----------------------------------------------------------------------
contact-us
---------------------------------------------------------------------**********/
.blog-spacing {
    margin-top: 80px;
    margin-bottom: 80px;
}
.m-contact-f .bg-form-contact {
    background-color: #f9f8f8;
    border-radius: 3px;
    box-shadow: 0px 7px 24px 0px rgba(0,0,0,0.12);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0 40px 0px 40px;
}
.contact-us .contact-call-box {
    border-bottom: 1px solid #e0e0e0;
    display: inline-block;
    padding: 16px 40px 10px 0px;
    width: 100%;
    position: relative;
    min-height: 70px;
}
.contact-us .contact-call-box a {
    color: #777;
    font-size: 15px;
    line-height: 39px;
    margin-bottom: 0;
}
.contact-us .contact-call-box i {
    color: #fcb831;
    font-size: 20px;
    width: 45px;
    height: 45px;
    margin-left: 24px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 14px;
    padding: 10px;
}
/**commentform**/
.contact-us input, textarea {
    width: 100%!important;
    height: 50px;
    padding: 0 10px 0 0;
    border: 1px solid #fcb831;
    background-color: #f9f8f8;
    border-radius: 3px;
}
#gform_submit_button_1  {
    background-color: #fcb831;
    color: #fff;
    width: 50%!important;
    text-align: center;
    align-items: center;
    align-content: center;
    padding: 0;
}
.contact-us .gf_stylespro .gform_footer {
    border: none!important;
}
.contact-us .gf_stylespro .gfield_label {
    display: none!important;
}
#wp-comment-cookies-consent {
    display: block!important;
    width: 20px!important;
    height: 20px!important;
    border: 1px solid #fcb831!important;
    position: absolute!important;
    /*right: 0!important;*/
    opacity: .6!important;
    -webkit-transition: all .12s,border-color .08s!important;
    transition: all .12s,border-color .08s!important;
}
#input_1_5 {
	line-height: 3;
}
/*********----------------------------------------------------------------------
gallery
--------------------------------------------------------------------***********/
@media (min-width: 576px){
.modal-dialog {
    max-width: 900px; !important;
    }
}
.gallery{
  margin: 50px 0;  
}
.gallery img{
    min-height: 247px;
}
.gallery a {
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.2);
    color: #fcb831;
    text-align: center;
    padding: 10px;
    margin: 2em 0;
}
.box-gallery button {
    background-color: transparent;
    border: none;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.2);
    color: #e0b455;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    margin: 2em 0;
}
.title-gallery {
    font-size: 27px;
    margin: 20px 0px;
    text-align: center;
}
.modal-content {
    top: 70px;
}
.text-center {
    font-size: 27px;
    margin: 20px 0px;
    text-align: center;
}
.imglist {
    background-color: #00000000;
    border: none;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.2);
    text-align: center;
    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    -webkit-transition-property: transform;
    transition-property: transform;
}
/*.singless {
    margin-top: 5rem;
}*/
.fancybox-thumbs__list a:before {
    border: 6px solid #fcb831;
}
/*.imglist a:hover {
    background-color: #d09454a8;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    -webkit-transition-property: transform;
    transition-property: transform;
}*/
.box-gallery a {
    display: inline-block;
}
.fancybox-share__button--pt {
    background-color: #00AFF0!important;
}
.gallery .title-gallery h4 {
    background: #fbc659;
    padding: 0 3px;
    color: #01223c;
}
.gallery-cat{
   margin: 50px 0;     
}
.title-film{
    font-size: 27px;
    margin: 0;
    text-align: center;
}
.card-text{
    background: #fbc659;
    padding: 0 3px;
    color: #01223c;
}
.imglist img{
    min-height: 255px;
}
/*********----------------------------------------------------------------------
project
--------------------------------------------------------------------***********/
.portfolio-front{
    margin: 50px 0;  
}
.title-project h4{
    display: block;
    position: relative;
    /* top: 40.5%; */
    /* transform: translateY(-50px); */
    text-align: center;
    transition: all 0.6s ease 0s;
    /* background-color: #fff;*/
}
.project-item:hover mark{
    color: #fcb831;
    background: #fff;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.img-scal img {
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
    border-radius: 3px;
}
.img-scal:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.img-scal{  
    position: relative;
    overflow: hidden;
}
.title-project mark {
    background: #fbc659;
    padding: 0 3px;
}
.project-item-dis {
    margin-top: 35px;
}
/***single****/
.portfolio-single {
    margin: 50px 0;  
}
.portfolio-single-detail{
    margin: 50px 0;
}
#share-buttons ul .title-social{
    background-color: #ffffff;
    color: #6a7c92;
}
/*----------------------------------------------------------
swepper
----------------------------------------------------------------*/
.swiper-container {
    width: 100%;
    height: 700px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
    min-height: 380px;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    }

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
/**********---------------------------------------------------------------------
service
----------------------------------------------------------------------*********/
.services {
    margin: 50px 0;
}
.nav-tabs .nav-link {
    border: none!important;
    padding: 10px;
}
.services .nav-tabs {
    /*border: none!important;*/
    border-bottom: 1px solid #ffac00;
    font-size: 22px;
}
.services .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #fbc659;
    border: none;
}
.services a {
    color: inherit;
    border: 1px solid #fbc659;
    padding: 2px 15px;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-radius: 3px;
}
.services a:hover {
    /*background-color: #fbc6591a;
    color: #fbc659;*/
    color: #fff;
    background: #fbc659bf;
}
.link-services-item-cat {
    margin-top: 20px;
}
/**********---------------------------------------------------------------------
single-service
----------------------------------------------------------------------*********/
.single-service-section {
    margin: 50px 0px;
}
.img-services-single img {
    border-radius: 3px;
    width: 500px;
    height: 300px;
}
.content-single-serv-item{
    margin-bottom: 30px;
}
.single_area .link-services-item-cat a {
    color: inherit;
    border: 1px solid #fbc659;
    padding: 2px 15px;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-radius: 3px;
}
/********-----------------------------------------------------------------------
404
----------------------------------------------------------------------*********/
.error-area {
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    background-position: left center;
    background-image: url(assets/images/error-bg.png);
}
.error-area {
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    background-image: url(assets/images/error-bg.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #ffff;
}
.error-area .big-text {
    color: #ffffff;
}
.error-area .big-text {
    font-size: 150px;
    color: #565656;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 200px;
}

.big-text {
    font-weight: 600;
    color: #ffffff;
    font-size: 39px;
}
.error-area .medium-text {
    color: #ffffff;
}
.error-area .medium-text {
    font-size: 60px;
    line-height: 70px;
    color: #565656;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}

.medium-text {
    font-weight: 600;
    color: #ffffff;
    font-size: 25px;
}
.error-area .error-button {
    border-top: 1px solid #fcb831;
    border-bottom: 1px solid #fcb831;
    border-left: 1px solid #fcb831;
    border-right: 1px solid #fcb831;
}
.error-area .error-button {
    background-color: #ffff;
}

.error-area .error-button {
    color: #ffffff;
}
.error-area .error-button {
    padding: 15px 40px;
    border-radius: 5px;
    background-color: #fcb831;
    border: 1px solid #fcb831;
    font-size: 16px;
    color: #1F2235;
    font-weight: 600;
    text-align: center;
    display: inline-block;
}
.error-content a {
    color: #ffffff;
}
.error-image img {
    border: 0;
    max-width: 100%;
    height: auto;
}
.error-area .error-button:hover {
    background-color: #ffffff;
}
.error-area .error-button:hover {
    color: #4c55c4;
}