/*
Theme Name: banta
Theme URI: https://www.rtl-theme.com/author/shahoo_Ghaderi/products/
Author: شاهو قادری
Author URI: https://www.rtl-theme.com/author/shahoo_ghaderi/products/
Description: پوسته چندمنظوره بانتا یک محصول 100% ایرانی است که برای راه اندازی انواع سایت های شرکتی و فروشگاهی مناسب است. با قالب بانتا به راحتی میتوانید یک سایت چند زبانه نیز داشته باشید.
Version: 3.0
Requires PHP: 7.4
*/

@import "fonts/iransans/iransans.css";
@import "fonts/iransans_fanum/iransans_fanum.css";
@import "fonts/yekanbakh/yekanbakh.css";
@import "fonts/yekanbakh_fanum/yekanbakh_fanum.css";
@import "fonts/peyda_fanum/peyda_fanum.css";
@import "fonts/peyda/peyda.css";
@import "css/icomoon.css";
@import "css/woocommerce.css";
@import "css/cards/main.css";
@import "css/elementor.css";

:root{
    --colorMain: #20B995;
    --colorSecondary: #4cf3c5;
    --menuColor: #20B995;
    --colorHeader: #fff;
    --colorAboutBox1: #d70a96;
    --colorAboutBox1Text: #ffffff;
    --colorAboutBox2: #0a7bd7;
    --colorAboutBox2Text: #ffffff;
    --colorAboutBox3: #6dd70a;
    --colorAboutBox3Text: #ffffff;
    --headerImage: url("images/header_bg.jpg");
}
body{
    direction: rtl;
    text-align: right;
    color: #555;
    background: #efefef url("images/bg.png") repeat;
    background-size: 100px;
    font-size: 16px;
    font-weight: 300;
    padding: 0;
    margin: 0;
}

.resetPadding{
    padding: 0!important;
}
.resetMargin{
    margin: 0!important;
}
.fSize12{
    font-size: 12px!important;
}
.fSize13{
    font-size: 13px!important;
}
.fSize14{
    font-size: 14px!important;
}
.font-18{
    font-size: 18px!important;
}

h1,h2,h3,h4,h5,h6,ul{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none!important;
}
/**** header ****/
.header-container{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.header-container.dir-ltr{
    direction: ltr!important;
}
.header-container.dir-ltr .header-logo{
    margin: 0 50px 0 0;
}

.header-container.dark{
    color: #fff!important;
}

.header-container.dark .icon-squar{
    border-color: rgba(255,255,255,0.5)!important;
}
.header-container.image{
    background-image: var(--headerImage);
}
.header-container.color{
    background: var(--colorHeader);
}
.main-header{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.header-logo{
    width: auto;
    height: 80px!important;
    margin-left: 50px;
    max-width: none!important;
}

.header-links{
    text-align: left;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: end;
    margin-right: 50px;
}
.header-links .social-icons li a{
    border-width: 2px;
}
.btn-blue-outline{
    flex-shrink: 0;
    max-width: 170px;
    display: inline-block;
    color: var(--colorMain);
    margin: 0 2px;
    border: 2px solid var(--colorMain);
    font-weight: bold;
    font-size: 16px;
    border-radius: 50px;
    height: 40px;
    line-height: 34px;
    text-align: center;
    padding: 0 20px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.btn-blue-outline:hover,
.btn-blue-outline:focus {
    background: var(--colorMain);
    color: #fff;
}

.btn-lang a{
    display: inline-block;
    color: #555;
    background: #ddd;
    margin: 0 2px;
    font-size: 14px;
    border-radius: 50px;
    height: 35px;
    line-height: 40px;
    text-align: center;
    padding: 0 12px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.btn-lang a:hover,
.btn-lang a:focus {
    background: #777;
    color: #fff;
}




.circle-icon{
    width: 40px;
    padding: 0 10px;
}
.circle-icon svg{
    width: 100%!important;
    height: 100%!important;
}
#whatsappBtn{
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #25D366;
    position: fixed;
    bottom: 40px;
    left: 40px;
    z-index: 2;
    font-size: 40px;
    color: #fff;
    border-radius: 50%;
    box-shadow: -4px 4px 15px #25d366a8;
}
/** main menu **/
.main-menu{
    width: 100%;
    height:50px;
    background: var(--menuColor);
    position: relative;
    z-index: 8;
    top: -100%;
    transition: 500ms;
}

.main-menu.dir-ltr{
    direction: ltr!important;
}
.main-menu.dir-ltr .phone-number{
    float: right!important;
}
.main-menu.dir-ltr .main-menu-items ul:first-child > li{
    float: left!important;
    text-align: left;
}
.main-menu.dir-ltr .menu-toggle{
    float: left!important;
}

.main-menu.dir-ltr .menu-item-toggle{
    left: auto;
    right: 10px;
}

.main-menu.dir-ltr .main-menu-items ul:first-child > li.menu-item-has-children > a:before{
    float: right;
    margin: 22px 0 0 5px!important;
}
.main-menu.dir-ltr .search-input-container,.main-menu.dir-ltr .circle-icon,
.main-menu.dir-ltr .social-icons{
    float: right!important;
}

.main-menu.light{
    color: black!important;
}
.main-menu .social-icons{
    float: left;
    margin: 5px 0 0 0!important;
}
.main-menu.sticky-menu{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
}
.main-menu.style-2{
    display: flex;
    align-items: center;
    height: 80px;
    padding-bottom: 5px;
}
.main-menu.make-sticky{
    position: sticky!important;
    top: 0;
    z-index: 15;
}

.phone-number{
    float: left;
    display: inline-block;
    direction: ltr;
    color: #fff;
    height: 30px;
    line-height: 35px;
    margin-top: 10px;
}
.phone-number a{
    color: #fff!important;
}
.main-menu.light .phone-number a{
    color: black!important;
}
.phone-number i{
    margin-right: 4px;
    font-size: 18px;
    margin-top: -5px;
    display: inline-block;
}

.menu-cart-link{
    float: left;
    color: #222;
    font-weight: 500;
    font-size: 15px;
    margin-top: 8px;
    line-height: 34px;
    padding: 0 7px;
    border-radius: 5px;
    transition: 300ms;
}
.main-menu.dark .menu-cart-link{
    color: #fff!important;
}
.menu-cart-link:hover{
    background: var(--colorMain);
    color: #fff!important;
}

.menu-toggle{
    display: none;
    color: #fff;
    float: right;
    height: 36px!important;
    line-height: 0;
    margin-top: 7px;
    font-size: 34px;
    cursor: pointer;
}
.menu-toggle.menu-toggle-elementor{
    color: black;
}
.main-menu.light .menu-toggle{
    color: black!important;
}

.main-menu-items ul:first-child > li{
    display: inline-block;
    position: relative;
    float: right;
}
.main-menu-items ul:first-of-type > li:last-of-type{
    border-left: none;
}

.main-menu-items ul:first-child > li > a{
    color: #fff;
    display: block;
    line-height: 50px;
    padding: 0 15px;
    height: 50px;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
.main-menu.light .main-menu-items ul:first-child > li > a{
    color: black;
}
/** style 2 **/
.main-menu.style-2 .main-menu-items ul:first-child > li > a{
    height: 36px;
    line-height: 35px;
    margin-top: 7px;
    vertical-align: middle;
    border-radius: 38px;
}
.main-menu.style-2 .main-menu-items ul:first-child > li.menu-item-has-children > a:before{
    margin-top: 15px!important;
}
.main-menu.style-2 .main-menu-items ul:first-of-type > li:hover > a:before{
    border-top-color: var(--colorMain)!important;
}
.main-menu.style-2 .main-menu-items ul:first-child > li:after{
    content: none!important;
}
.main-menu.light.style-2 .main-menu-items ul:first-of-type > li:hover > a{
    background: black!important;
    color: var(--colorMain)!important;
}
.main-menu.dark.style-2 .main-menu-items ul:first-of-type > li:hover > a{
    background: #fff!important;
    color: var(--colorMain)!important;
}


.main-menu.light.style-2 .main-menu-items ul:first-of-type > li:hover > a{
    color: black;
}

.main-menu.style-2 .main-menu-items ul:first-child > li.menu-item-has-children:hover > a{
    border-radius: 25px 25px 0 0;
    position: relative;
    z-index: 3;
}
.main-menu.style-2 .main-menu-items ul > li > ul{
    border-radius: 25px 0 25px 25px!important;
    right: 0;
    top: calc(100% + 10px);
}
.main-menu.style-2 .main-menu-items ul:first-of-type > li.menu-item-has-children:hover > ul{
    top: 100%!important;
}


.main-menu .main-menu-items ul:first-child > li:after{
    content: '';
    height: 3px;
    background: #fff;
    position: absolute;
    width: 0;
    bottom: 0;
    right: 0;
    transition: 500ms;
}
.main-menu.light .main-menu-items ul:first-child > li:after{
    background: black;
}
.main-menu .main-menu-items ul:first-child > li.menu-item-has-children > a:before{
    content: '';
    width: 5px;
    height: 5px;
    border-top: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    display: inline-block;
    float: left;
    margin: 22px 5px 0 0;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
.main-menu.light .main-menu-items ul:first-child > li.menu-item-has-children > a:before{
    border-top: 5px solid black;
}

.main-menu .main-menu-items ul:first-of-type > li:hover:after{
    width: 100%;
}
.main-menu .main-menu-items ul:first-of-type > li:hover > a:before{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.main-menu .main-menu-items ul > li > ul {
    position: absolute;
    top: 100%;
    right: -20px;
    width: 200px;
    background: #fff;
    padding: 10px;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: 500ms;
    box-shadow: -2px 2px 10px #0000001a;
    border-radius: 0 0 4px 4px;
}
.main-menu.light .main-menu-items ul > li > ul{
    background: black;
}

.main-menu .main-menu-items ul:first-child > li > ul > li{
    display: block;
    float: none;
    border-bottom: 1px solid #eee;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.main-menu.light .main-menu-items ul:first-child > li > ul > li{
    border-bottom: 1px solid black;
}

.main-menu .main-menu-items ul:first-child > li > ul > li:last-of-type{
    border-bottom: none;
}
.main-menu .main-menu-items ul:first-child > li > ul > li > a{
    display: block;
    font-size: 14px;
    padding: 8px 5px 8px;
    font-weight: 400;
    color: #333;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.main-menu.light .main-menu-items ul:first-child > li > ul > li > a{
    color: #fff;
}
.main-menu .main-menu-items ul:first-child > li > ul > li:hover a{
    color: var(--colorMain);
    background: #eee;
}
.main-menu.light .main-menu-items ul:first-child > li > ul > li:hover a{
    background: black;
}
/** hide level 3 ul **/

.main-menu .main-menu-items ul li ul ul{
    display: none!important;
}
.main-menu .main-menu-items ul li ul li a:before{
    border: none!important;
}
.main-menu .main-menu-items ul:first-of-type > li.menu-item-has-children:hover > ul{
    visibility: visible;
    opacity: 1;
    right: 0;
}

/******* style 3 *******/
.main-menu.style-3{}
.main-menu.style-3 .main-menu-items ul:first-child > li{
    border-left: 1px solid #ffffff40;
}
.main-menu.style-3 .main-menu-items ul:first-child > li:last-of-type{
    border-left: none!important;
}
.main-menu.style-3.light .main-menu-items ul:first-child > li{
    border-left-color: rgba(0,0,0,0.15);
}

.main-menu.style-3 .main-menu-items ul:first-child > li:after{
    width: 100%!important;
    height: 0!important;
    z-index: 0;
}
.main-menu.style-3 .main-menu-items ul:first-child > li:hover:after{
    height: 100%!important;
}
.main-menu.style-3 .main-menu-items ul:first-child > li > a{
    position: relative;
    z-index: 1;
}
.main-menu.style-3 .main-menu-items ul:first-child > li:hover > a{
    color: var(--colorMain)!important;
}
.main-menu.style-3 .main-menu-items ul:first-child > li.menu-item-has-children:hover > a:before{
    border-top-color: var(--colorMain)!important;
}

.main-menu.style-3 .main-menu-items ul:first-of-type > li.menu-item-has-children > ul{
    top: calc(100% + 20px);
    right: 0!important;
}
.main-menu.style-3 .main-menu-items ul:first-of-type > li.menu-item-has-children:hover > ul{
    top: 100%!important;
}










/** info row **/
.info-bg{
    padding: 15px;
    background: #fff;
    overflow: hidden;
    box-shadow: -0px 2px 15px rgba(0,0,0,0.13);
    position: relative;
}
.icon-squar{
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    display: inline-block;
    border: 1px solid #d2d2d2;
    text-align: center;
    align-self: start;
    padding: 7px;
    font-size: 24px;
    color: var(--colorMain);
}
.icon-squar svg{
    width: 100%!important;
    height: 100%;
    color: var(--colorMain);
    vertical-align: unset!important;
}
.icon-squar img{
    width: 100%;
    height: auto;
}
.info-box h5{
    font-size: 16px;
    margin-bottom: 6px;
}
.info-box p{
    font-size: 14px;
}

.info-box{
    padding: 10px 0;
    text-align: right;
    display: flex;
    align-items: start;
}
.info-box.column{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.info-box.column .icon-squar{
    align-self: center;
    margin: 0 0 20px 0!important;
}

.info-box .info-box-text{
    font-size: 14px;
    margin-top: 3px;
    font-weight: normal;
    line-height: normal;
}
.info-box .info-box-title{
    font-size: 17px;
    font-weight: bold;
    line-height: normal;
}

.info-box a{
    color: #333!important;
    margin-top: 3px;
    display: inline-block;
    font-size: 16px;
}
.header-container.dark .info-box a{
    color: #fff!important;
}

/***** slider **/
.slider{
    width: 100%;
    background: no-repeat center;
    background-size: 3000px!important;
    background-position: right!important;
    animation-name: slider;
    animation-duration: 35s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    overflow: hidden;
    position: relative;
}

@keyframes slider {
    0%{
        background-position: right;

    }
    100%{
        background-position:left;
    }
}
@-webkit-keyframes slider {
    0%{
        background-position: right;

    }
    100%{
        background-position:left;
    }
}
.slider-highlight{
    background: black;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
}
.gradient-layer{
    display: flex;
    align-content: center;
    align-items: center;
    padding: 120px 0;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.slider-content{
    width: 650px;
    border-radius: 20px;
    margin: auto;
    text-align: center;
    padding: 20px;
    cursor: default;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.slider-content.video{
    width: 100%!important;
    background: transparent!important;
    text-align: right!important;
    padding: 0!important;
}
.slider-content.video h1,
.slider-content.video p {
    text-align: right!important;
}
.slider-content.video p{
    font-size: 16px!important;
    margin-bottom: 0!important;
}
.video-container{
}
.video-container video{
    width: 100%;
    margin: 0;
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.16);
}
.slider-content:hover{
    background: rgba(0, 0, 0, 0.25);
}
.slider-content h1 {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    display: block;
    text-align: center;
    margin: 15px 0;
    text-shadow: -1px 2px 0 #00000059;
}
.slider-content p{
    color: #eee;
    font-size: 18px;
    text-align: center;
    line-height: 32px;
    font-weight: normal;
    margin: 25px 0 15px;
}

.btn-white-round{
    display: inline-block;
    direction: ltr;
    color: #fff;
    margin: 0 2px;
    border: 2px solid #fff;
    font-weight: bold;
    font-size: 16px;
    border-radius: 50px;
    text-align: center;
    padding: 4px 12px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.btn-white-round svg{
    font-size: 25px;
    vertical-align: middle;
    margin-right: 10px;
}
.btn-white-round:hover,
.btn-white-round:focus {
    background: #fff;
    color: var(--colorMain);
}
.btn-white-round:hover svg,
.btn-white-round:focus svg{
    margin-right: 15px;
}



/**** boxes ***/
.btn{
    direction: ltr;
}
.btn svg{
    vertical-align: middle;
    margin-right: 10px;
}
.box{
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    overflow: hidden;
    height: 200px;
    -webkit-box-shadow: 0 0 7px #ddd;
    -moz-box-shadow: 0 0 7px #ddd;
    box-shadow: 0 0 7px #ddd;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -ms-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}
.box:hover{
    -webkit-box-shadow: 0 0 15px #ccc;
    -moz-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
}
.box-img{
    width: 100px;
    height: auto;
    display: inline-block;
    float: right;
}
.box p{
    display: block;
    width: calc(100% - 110px);
    font-size: 15px;
    float: left;
    color: #555;
}
.box .box-widget{
    width: calc(100% - 120px);
    float: left;
}
.box .box-widget span.widget-title{
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
    display: block;
}
.box .box-widget h4{
    display: none!important;
}

.box table{
    font-weight: 400;
}
.box table:last-of-type{
    display: none!important;
}
.weather-box p{
    font-size: 13px;
    font-weight: 400;
}


/*** about us ***/
.about-container{
    padding: 50px 15px;
    background: #fff;
    overflow: hidden;
}

.round-line.fliped{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.about{
    width: 100%;
    text-align: left;
    position: relative;
}
.about img.about-image{
    width: 65%;
    border-radius: 20px;
    -webkit-box-shadow: -4px 4px 12px  rgba(0, 0, 0, 0.1);
    -moz-box-shadow:-4px 4px 12px  rgba(0, 0, 0, 0.1);
    box-shadow: -4px 4px 12px rgba(0, 0, 0, 0.1);
}
.about-box{
    background: #fff;
    border-radius: 20px;
    width: 50%;
    position: absolute;
    right: 0;
    top: 50px;
    bottom: 50px;
    height: fit-content;
    margin: auto;
    z-index: 1;
    padding: 35px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    text-align: right;
}
html[dir=ltr] .about-box{
    direction: ltr!important;
    text-align: left!important;
}
.about-box .about-box-title{
    font-size: 22px;
    margin:0 0 20px 0;
    font-weight: bold;
    line-height: normal;
    display: block;
}
.about-box .about-box-text{
    font-size: 15px;
    line-height: 27px;
    font-weight: normal;
    margin: 0;
    display: block;
}

html[dir=ltr] .about-box .about-box-text{
    text-align: left!important;
}
.bg-brown{
    background: #866e4f!important;
}

.box1 .about-box{
    background: var(--colorAboutBox1)!important;
    color: var(--colorAboutBox1Text)!important;
}
.box2 .about-box{
    background: var(--colorAboutBox2)!important;
    color: var(--colorAboutBox2Text)!important;
}
.box3 .about-box{
    background: var(--colorAboutBox3)!important;
    color: var(--colorAboutBox3Text)!important;
}

.about.text-right {
    text-align: right!important;
}
.about.text-right .about-box{
    left: 0;
    right: auto;
}
.bg-purple{
    background: #864867!important;
}


.bg-yellow{
    background: #cdc174!important;
}

.news-bg{
    padding: 40px 15px;
}
.row-title{
    display: inline-block!important;
    font-size: 25px;
    margin: 0 auto;
    font-weight: 700;
    color: #000;
    position: relative;
    z-index: 1;
    padding: 25px;
}

.row-title:before{
    content: '';
    width: 40px;
    height: 2px;
    background: #ccc;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    margin: auto;
    z-index: -1;
}
.row-title:after{
    content: '';
    width: 40px;
    height: 2px;
    background: #ccc;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    margin: auto;
    z-index: -1;
}
.hide-lines .row-title:before,
.hide-lines .row-title:after{
    content: none!important;
}
.box-news{
    border-radius: 5px 5px 50px 5px;
    position: relative;
    overflow: visible;
    height: auto;
    z-index: 1;
    background: rgba(255, 255, 255, 0.3);
    padding: 25px 5px 15px 25px;
    -webkit-box-shadow:-5px -5px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:-5px -5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: -5px -5px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}
.box-news:before{
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 5px 5px 50px 5px;
    background: #fff;
    position: absolute;
    top: 10px;
    right: -10px;
    transition: 500ms;
    z-index: -1;
}
.box-news:hover{
    box-shadow: none!important;
}
.box-news-title{
    display: block;
    min-height: 130px;
}

.news-image{
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.news-image img{
    width: 100%;
    height: 100%!important;
    object-fit: cover;
    float: none;
}
.box-news .box-news-tlt{
    color: #1f1f1f;
    font-size: 16px;
    display: block;
    line-height: 27px;
    margin-top: 15px;
    font-weight: bold;
}
html[dir=ltr] .box-news .box-news-tlt{
    direction: ltr!important;
}


.box-news span{
    display: block;
    font-size: 14px;
    color: #777;
}
.box-news span i{
    display: inline-block;
    margin-left: 5px;
    color: #bbb;
}
.box-news a.more-news{
    display: inline-block;
    color: #fff;
    min-width: 120px;
    padding: 0 10px;
    line-height: 34px;
    text-align: center;
    border-radius: 5px 5px 30px 5px;
    background: var(--colorMain);
    transition: 300ms;
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
}
.box-news a.more-news:hover{
    background: var(--colorSecondary);
    transform: translate(0,2px);
}
.box-news a.more-news i{
    margin-right: 5px;
    font-size: 14px;
    vertical-align: middle;
}



/**** gallery **/
.gallery-bg{
    /*background: var(--colorMain);*/
    /*background: linear-gradient(45deg, var(--colorMain), var(--colorSecondary));*/
    /*background: -webkit-linear-gradient(45deg, var(--colorMain), var(--colorSecondary));*/
    padding: 40px 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.gallery-bg .row-title{
    color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
}
.gallery-bg .row-title:before,
.gallery-bg .row-title:after {
    background: rgba(255, 255, 255, 0.4);
}
.contact-bg{
    padding: 40px 15px;
    background: #fff;
}

/********** form *************/
.wpcf7-form{
    width: 100%;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=number],
.wpcf7-form input[type=search],
.wpcf7-form input[type=email],
.wpcf7-form textarea{
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 4px;
    padding: 7px;
    outline: none!important;
    margin: 5px 0 20px 0;
    transition: 400ms;
}

.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=number]:focus,
.wpcf7-form input[type=search]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form textarea:focus{
    border-color: var(--colorMain);
}
.wpcf7-form label{
    font-weight: bold;
    color: #333;
    font-size: 14px;
    margin: 0;
    width: 100%;
}

.wpcf7-form input[type=submit]{
    border: none;
    background: var(--colorMain);
    padding: 8px 40px;
    color: #fff;
    transition: 400ms;
    border-radius: 4px;
    width: 100%;
    text-align: center;
}
.wpcf7-form input[type=submit]:hover{
    background: var(--colorSecondary);
}

.form-title{
    font-weight: 900;
    font-size: 26px;
    text-align: center;
    display: block;
    margin: 0;
    color: #333;
}






.dir-ltr{
    direction: ltr!important;
}
.dir-rtl{
    direction: rtl!important;
}

/******* footer ********/
.footer {
    padding-top: 40px;
    background: no-repeat bottom fixed;
    background-size: cover;
    min-height: 600px;
    position: relative;
}
.footer.dir-ltr{
    direction: ltr!important;
}
.footer.dir-ltr .fBox{
    text-align: left!important;
    list-style: inside;
}

.footer-gradient {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.6));
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.map-container iframe{
    width: 100%;
    height: 250px;
    border-radius: 5px;
}
.map-container{
    overflow: hidden;
}

.fBox {
    width: 100%;
    text-align: right;
    padding: 15px;
    overflow: hidden;
}

.fBox h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}

.fBox p {
    font-size: 15px;
    color: #fff;
    line-height: 27px;
}

.fBox a {
    color: #fff;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -ms-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}
.fBox ul{
    margin-right: 15px;
}

.fBox li {
    margin-bottom: 10px;
    color: #fff;
}

.fBox li a {
    font-size: 14px;
}


.fBox li a:hover {
    color: #bbb;
}
.fBox iframe{
    max-width: 100%;
}


.social-icons li {
    display: inline-block;
    margin-left: 5px;
}

.social-icons li a {
    display: block;
    border: 1px solid var(--colorMain);
    color: #fff!important;
    width: 40px;
    height: 40px;
    line-height: 39px;
    background: var(--colorMain);
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    padding: 2px;
    font-size: 20px;
}
.social-icons li a i{
    vertical-align: middle;
    width: 100% !important;
    height: 100%!important;
}
.social-icons li:hover a {
    background: #fff;
    color: var(--colorMain)!important;
}
#wpdcom *:not(i) {
    /*font-family: IRANSans,sans-serif!important;*/
}
#wpdcom .wpd-thread-head .wpd-thread-info,#wpdcom .ql-editor::before,#wpdcom .wpd-second-button, #wpdcom .wpd-prim-button{
    letter-spacing: 0!important;
}
html[dir=ltr] #comments{
    direction: ltr!important;
}
html[dir=ltr] .wpd-thread-info,
html[dir=ltr] .wpd-rating-title {
    display: none!important;
}
/******** pages *************/
.page-container{
    min-height: 250px;
    padding: 40px 15px;
    background: #fff;
    width: 100%;
    overflow: hidden;
}
html[dir=ltr] .page-content{
    direction: ltr;
    text-align: left;
}
.page-content .page-image{
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 5px;
    display: block;
    margin: 0 auto 40px;
}
.page-content .page-image img{
    width: 100%;
    height: auto;
}
.page-content-title{
    width: 100%;
    margin: 40px 0 ;
    text-align: right;
}
.page-content-title h1{
    font-size: 30px;
    font-weight: bold;
    color: #333;
    display: block;
}
html[dir=ltr] .page-content-title h1{
    direction: ltr;
    text-align: left;
}
.page-content-title span{
    font-size: 14px;
    color: #777;
    display: block;
    margin-top: 10px;
}
.page-content-title span svg{
    margin-left: 5px;
}


.page-content img{
    max-width: 100%;
}
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6
{
    margin: 25px 0 15px;
}
.page-content p{
    line-height: 27px;
}
/********** Navigation Boxes ***/
.nav-box-bg{
    padding: 40px 15px;
}

.box.nav-box{
    padding: 0!important;
    position: relative;
    height: auto!important;
    border-radius: 10px;
}
.nav-box-image{
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.box.nav-box img{
    width: 100%;
    transition: 1s;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    height: 100%;
}

.nav-box-inner{
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: auto;
    text-align: center;
    padding: 20px;
    transition: 500ms;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nav-box-inner .nav-box-title{
    color: #111;
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 30px;
    text-align: center;
    line-height: 28px;
    transition: 500ms;
    opacity: 0;
    display: block;
}
.box.nav-box:hover .nav-box-inner{
    background: rgba(255, 255, 255, 0.9);
}
.box.nav-box:hover .nav-box-inner .nav-box-title{
    margin-bottom: 10px;
    opacity: 1;
}
.box.nav-box:hover img{
    transform: scale(1.2);
}

.btn-brown{
    display: inline-block;
    color: #fff!important;
    background: var(--colorMain);
    margin: 30px 0 0 0;
    font-size: 15px;
    border-radius: 50px;
    text-align: center;
    padding: 8px 12px;
    overflow: hidden;
    cursor: pointer;
    transition: 500ms;
    opacity: 0;
}
.box.nav-box:hover .btn-brown{
    margin-top: 10px;
    opacity: 1;
}
.btn-brown:hover{
    background: var(--colorSecondary);
}

/*** action boxes ***/
.boxes-bg{
    padding: 40px 15px;
    background: #fff;
}
.action-box{
    background: #eee;
    border: 1px solid #ddd;
}



/**** archive ***/
.archive-page li{
    display: block;
    margin-bottom: 15px;
    position: relative;
}
.archive-page li:before{
    content: '';
    width: 15px;
    height: 3px;
    border-radius: 10px;
    display: inline-block;
    top: 0;
    bottom: 0;
    right: 0;
    background: #146ac0;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
.archive-page li a{
    color: #333;
    font-size: 17px;
    margin-right: 5px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.archive-page li:hover:before{
    width: 25px;
}
.archive-page li:hover a{
    color: #146ac0;
}


/******** Page Numbers **********/
.myNavigation {
    width: 100%;
    text-align: center;
    margin: 20px 0 60px 0;
}

.myNavigation li {
    display: inline-block;
    margin: 3px;
}

.myNavigation a {
    color: #333;
    background: transparent;
    padding: 0 5px;
    min-width: 36px;
    display: inline-block;
    height: 36px;
    line-height: 35px;
    border: 1px solid #ddd;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
}

.myNavigation a:hover {
    background: var(--colorSecondary);
    border-color: var(--colorSecondary);
    color: #fff;
}

li.activePage a,.myNavigation .current {
    pointer-events: none;
    background: var(--colorMain);
    border-color: var(--colorMain) !important;;
    color: #fff !important;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
}
.search-input-container{
    background: #ffffff ;
    border: 1px solid #ddd;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-menu .search-input-container{
    float: left;
    border: none;
    background: rgba(255,255,255,0.16);
    height: 34px;
    margin-top: 8px;
    border-radius: 4px;
}
.main-menu.light .search-input-container{
    background: rgba(0, 0, 0, 0.16);
}
.main-menu .circle-icon{
    float: left;
    margin: 4px 0 0 0;
}
.main-menu .menu-widget{
    float: left;
}
.main-menu.dir-ltr .menu-widget{
    float: right;
}





.main-menu.style-1 .circle-icon{
    width: 34px;
    height: 34px;
    padding: 0 8px;
    margin-top: 8px;
}
.search-input{
    background: transparent;
    outline: none!important;
    border: none!important;
    line-height: 42px;
    font-size: 15px;
    padding-left: 20px;
    width: 100%;
}

.main-menu .search-input{
    color: #fff;
    line-height: 36px;
}
.main-menu.light .search-input{
    color: black;
}
.main-menu .search-input::placeholder{
    color: #fff;
    opacity: 1;
    font-size: 14px;
}
.main-menu .search-input:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
}
.main-menu .search-input::-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
}
.main-menu.light .search-input::placeholder{
    color: black;
}
.main-menu.light .search-input:-ms-input-placeholder {
    color: black;
}
.main-menu.light .search-input::-ms-input-placeholder {
    color: black;
}

.btn-input-search{
    background: transparent;
    border: none;
    line-height: 46px;
    height: 40px;
    text-align: center;
    padding: 0 13px;
    color: #bbb;
    outline: none!important;
}
.main-menu .btn-input-search{
    color: rgba(255, 255, 255, 0.68);
    line-height: 42px;
}
.main-menu.light .btn-input-search{
    color: rgba(0, 0, 0, 0.68);
}

.btn-input-search:hover{
    color: var(--colorMain);
}
.btn-input-search svg{
    font-size: 14px;
}
.main-menu .btn-input-search:hover{
    color: #fff;
}

.slider-item{
    width: 100%;
    background: #bbb;
}
.slider-item img{
    width: 100%;
    height: auto;
}

.owl-nav {
    height: 0;
}
*{
    outline: none!important;
}

.owl-chevron {
    color: #fff;
    border-radius: 3px;
    display: block;
    width: 50px!important;
    padding: 15px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.owl-chevron:hover {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    color: #333;
}

.owl-chevron.left {
    left: 50px;
}

.owl-chevron.right {
    right: 50px;
}

.owl-dots {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    padding: 0 40px 20px !important;
}

.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 4px;
    background: #fff !important;
    opacity: .5;
    margin: 0 5px;
    transition: 300ms;
}

.owl-dot.active {
    width: 20px;
    opacity: 1 !important;
}

#wpd-post-rating .wpd-rating-wrap .wpd-rating-value .wpdrv{
    text-align: center;
}

.sidebar-container{
    background: #f5f5f5;
    padding: 20px;
    border-radius: 4px;
    position: -webkit-sticky;
    position: sticky;
    top: 15px;
}
.sidebar .sidebar-title{
    font-weight: bold;
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #333;
    display: inline-block;
    padding-bottom: 3px;
}
html[dir=ltr] .sidebar{
    direction: ltr;
    text-align: left;
}

.post-item-h{
    display: flex;
    padding:10px;
    border: 1px solid #ddd;
    border-bottom: none;
}
.post-item-h.borderless{
    border: none;
    border-bottom: 1px solid #eee;
}
.post-item-h.borderless:last-of-type{
    border-bottom: none;
}

.post-item-h:last-of-type{
    border-bottom: 1px solid #ddd;
}
.post-item-h-rotitr{
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}
.post-item-h-lead{
    font-size: 14px;
}

.post-item-h:hover{
    background: #eee;
}
.post-item-h img{
    width: 80px;
    height: 80px;
    border-radius: 4px;
    margin-left: 10px;
    transition: 400ms;
}
html[dir=ltr] .post-item-h img{
    margin: 0 10px 0 0!important;
}
.post-item-h .image{
    flex-shrink: 0;
}
.post-item-h .title{
    font-size: 15px;
    line-height: 27px;
    color: #333;
    font-weight: 800;
}
html[dir=ltr] .post-item-h .title{
    line-height: 22px;
    font-weight: 700;
}
.post-item-h .title:hover{
    color: var(--colorMain);
}
.post-item-h img:hover{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.post-item-h.no-image{
    background: transparent!important;
    padding: 0 0 0 5px!important;
    border: none;
    position: relative;
    border-bottom: 1px solid #eee;
}

.post-item-h.no-image:last-of-type{
    border-bottom: none;
}
.post-item-h.no-image .title{
    margin: 0;
    padding: 8px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}
.post-item-h.no-image:before{
    content: '';
    position: absolute;
    width:0;
    height: 100%;
    background: #f1f1f1;
    z-index: 0;
    bottom: 0;
    right: 0;
    transition: 300ms;
}
.post-item-h.no-image:hover:before{
    width: 100%;
}

.post-item-h.no-image:hover .title{
    color: var(--colorMain);

}

.post-item-h.no-image .date{
    color: #777;
    margin-right: auto;
    font-size: 13px;
    position: relative;

}

.color-main{
    color: var(--colorMain)!important;
}
.portfolio-bg{
    padding: 60px 15px 80px 15px;
    background: #fff;
}
.portfolio-col{
    padding: 0 5px!important;
}
.portfolio-box{
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
    height: 300px;
}
html[dir=ltr] .portfolio-box{
    direction: ltr!important;
}

.portfolio-box img{
    transition: 2s;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    height: 100%;
    width: auto;
    object-fit: cover;
}
.portfolio-overly{
    text-align: center;
    position: absolute;
    width: calc(100% - 30px);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: 450ms;
    height: calc(100% - 30px);
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 20px;
    opacity: 0;
}

.portfolio-overly .portfolio-title{
    font-size: 19px;
    color: #111;
    margin-bottom: 25px;
    line-height: 26px;
    opacity: 0;
    transition: 300ms;
}
.portfolio-box:hover .portfolio-overly{
    opacity: 1;
}
.portfolio-box:hover img{
    transform: scale(1.2);
}
.portfolio-overly .portfolio-text{
    color: #111;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 24px;
    opacity: 0;
    transition: 300ms;
}
.portfolio-overly a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #111;
    border-radius: 50px;
    text-align: center;
    padding: 5px 15px;
    color: #111;
    transition: 300ms;
    opacity: 0;
}
.portfolio-overly a:hover{
    background: #111;
    color: #fff;
}
.portfolio-overly a i{
    margin-right: 6px;
}
html[dir=ltr] .portfolio-overly a i{
    transform: rotate(180deg);
    margin: 0 0 0 6px!important;
}

.portfolio-box:hover .portfolio-overly .portfolio-title,
.portfolio-box:hover .portfolio-overly .portfolio-text,
.portfolio-box:hover .portfolio-overly a{
    opacity: 1;
}

.blockquote{
    background: #f6f6f6 !important;
    padding: 15px;
    border-radius: 4px;
}
.blockquote:before{
    content: ';';
    font-size: 24px;
    display: inline-block;
    font-weight: 900;
    background: #ececec;
    color: #777;
    width: 32px;
    height: 32px;
    line-height: 29px;
    text-align: center;
    border-radius: 50%;
    margin: 0 0 5px 5px;
}

#btnBackToTop{
    position: fixed;
    right: 40px;
    bottom: 40px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    text-align: center;
    background: var(--colorMain);
    box-shadow: -4px 4px 10px rgb(0 0 0 / 16%);
    border: 2px solid #fff;
    color: #fff!important;
    transition: 500ms;
    cursor: pointer;
    z-index: 99;
}
#btnBackToTop:hover{
    background: #fff;
    color: var(--colorMain)!important;
}

.coworkers-bg{
    padding: 40px 15px;
    background: whitesmoke;
}
.coworker-item{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #fff;
    box-shadow: -3px 3px 10px rgba(0,0,0,0.10);
    margin: 10px 0;
}
.coworker-item img{
    max-width: 100%;
    transition: 300ms;
}
.coworker-item img:hover{
    opacity: 0.8;
}

/*************** reviews ************/
.reviews-bg{
    padding: 40px 15px;
    background: whitesmoke;
}
.reviews-carousel .owl-chevron,
.coworkers-carousel .owl-chevron
{
    color: #111;
    width: 36px!important;
    height: 36px!important;
    padding: 10px!important;
    border-radius: 50%;
    font-size: 16px;
}
.reviews-carousel .owl-chevron.right,
.coworkers-carousel .owl-chevron.right
{
    right: -36px!important;
}
.reviews-carousel .owl-chevron.left,
.coworkers-carousel .owl-chevron.left
{
    left: -36px!important;
}
.reviews-carousel .owl-chevron:hover,
.coworkers-carousel .owl-chevron:hover
{
    background: #111;
    color: #fff;
}
.review-item .quote-icon svg{
    opacity: 0.3;
    width: 50px;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: 400ms;
}
.review-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border-radius: 30px;
    transition: 200ms;
    position: relative;
}
html[dir=ltr] .review-item{
    direction: ltr!important;
}
.review-item.style-2{
    flex-direction: row;
    align-items: start;
}
.review-item.style-2 .quote-icon svg{
    top: auto!important;
    right: auto!important;
    left: 20px!important;
    bottom: 20px!important;
}
.review-item-head{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 150px;
    flex-shrink: 0;
    text-align: center;
}
.review-item.style-2 .review-text{
    text-align: center;
    background: #fff;
    margin: 0 20px 0 0;
    padding: 15px;
    border-radius: 30px;
}
.review-item.style-2 .review-image{
    width: 100%!important;
    margin-bottom: 10px!important;
}



.review-item .review-image{
    width: 140px!important;
    border-radius: 50%;
    display: block;
    margin-bottom: 20px;
    border: 5px solid #f1f1f1;
    transition: 400ms;
}
.review-customer-name{
    display: block;
    margin: 0 0 8px;
    font-weight: 700;
    color: #111;
    font-size: 18px;
}
.review-customer-title{
    display: block;
    margin: 0;
    color: #777;
    font-size: 14px;
    font-weight: 400;
}
.review-text{
    font-size: 17px;
    line-height: 34px;
    font-weight: 300;
    color: #111;
    margin-top: 30px;
    text-align: center;
    transition: 200ms;
}


.review-item:hover {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.review-item:hover .review-image{
    transform: translate(0,-4px);
}
.review-item:hover .quote-icon svg{
    opacity: 1!important;
}


/************** team ************/
.team-bg{
    padding: 40px 15px;
    background: whitesmoke;
}
.team-carousel .owl-dots,
.coworkers-carousel .owl-dots,
.reviews-carousel .owl-dots
{
    text-align: center;
    position: static;
    padding-bottom: 0!important;
}
.team-carousel .owl-dot,
.coworkers-carousel .owl-dot,
.reviews-carousel .owl-dot
{
    background: var(--colorMain)!important;
    opacity: .2;
    height: 8px;
    border-radius: 3px;
}
.member-item{
    border-radius: 10px;
    margin: 0;
}
.member-item .review-image{
    width: 100%!important;
    border-radius: 10px;
    border: none;
    transform: none!important;
}
.member-item .review-item-head{
    width: 100%!important;
}
.team-social{
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.team-social a{
    display: inline-block;
    font-size: 25px;
    color: var(--colorMain);
    margin: 0 5px;
    border: 2px solid transparent;
    width: 40px;
    height: 40px;
    line-height: 43px;
    border-radius: 5px;
    transition: 200ms;
}
.team-social-icomoon a{
    line-height: 36px;
}
.team-social a:hover{
    border-color: var(--colorMain);
}
.download-cv{
    display: block;
    width: 100%;
    text-align: center;
    border: 2px solid var(--colorMain);
    color: var(--colorMain);
    padding: 5px 0 6px;
    border-radius: 5px;
    margin-top: 20px;
    transition: 200ms;
}
.download-cv:hover{
    background: var(--colorMain);
    color: #fff;
}

.modal-title{
    color: #222;
}

.banta-login-button{
    display: inline-block;
    float: left;
    color: var(--colorMain);
    height: 36px;
    line-height: 35px;
    padding: 0 15px;
    margin-top: 7px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    transition: 300ms;
}
.banta-login-button:hover{
    background: var(--colorMain);
    color: #fff;
    transform: translate(2px,0);
}
.main-menu.dark .banta-login-button{
    color: #fff!important;
}
.main-menu.dir-ltr .banta-login-button{
    float: right!important;
}

.banta-profile-button-container{
    float: left;
    position: relative;
}


.main-menu.dir-ltr .banta-profile-button-container{
    float: right!important;
    direction: rtl!important;
}

.banta-profile-button{
    display: flex;
    align-items: center;
    height: 34px;
    margin-top: 9px;
    padding: 0 15px;
    border-radius: 4px;
    color: #222!important;
    transition: 300ms;
    cursor: pointer;
    font-weight: 500;
}

.banta-profile-button:before {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 5px solid #222;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    display: inline-block;
    margin-left: 7px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
.main-menu.dark .banta-profile-button{
    color: #fff!important;
}

.main-menu.dark .banta-profile-button:before{
    border-top-color: #fff!important;
}
.banta-profile-button-container:hover .banta-profile-button{
    background: var(--colorMain);
    color: #fff!important;
}

.banta-profile-button-container:hover .banta-profile-button:before{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    border-top-color: #fff!important;
}
.banta-profile-button-dropdown{
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    background: #fff;
    padding: 10px;
    width: 170px;
    border-radius: 4px;
    box-shadow: -4px 4px 10px rgba(0,0,0,0.13);
    transition: 300ms;
    opacity: 0;
    visibility: hidden;
}
.main-menu.light .banta-profile-button-dropdown{
    background: black!important;
}
.banta-profile-button-container:hover .banta-profile-button-dropdown{
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.banta-profile-button-dropdown a{
    display: block;
    padding:10px 5px;
    color: #222;
    transition: 300ms;
    font-size: 15px;
    font-weight: 400;
    border-radius: 4px;
}
.main-menu.light .banta-profile-button-dropdown a{
    color: #fff!important;
}

.banta-profile-button-dropdown a i{
    color: var(--colorMain);
    margin-left: 6px;
    font-size: 18px;
}
.banta-profile-button-dropdown a:hover{
    background: #f6f6f6;
    color: var(--colorMain);
}

.main-menu.light .banta-profile-button-dropdown a:hover{
    background: #2f2f2f !important;.
}

.post-tags{
    background: #f5f5f5;
    border-radius: 4px;
    padding: 10px;
    margin: 20px 0;
    cursor: default;
    font-size: 13px;
}
.post-tags a{
    display: inline-block;
    margin-right: 3px;
    color: var(--colorMain);
    font-size: 13px;
    transition: 200ms;
}
.post-tags a:before{
    content: '#';
    display: inline-block;
}
.post-tags a:hover{
    color: var(--colorSecondary);
}




@media (max-width: 992px) {
    .banta-profile-button-dropdown{
        display: none!important;
    }
    .banta-profile-button:before{
        content: none!important;
    }
    .sidebar-container{
        margin-top: 50px;
    }
    .reviews-carousel .owl-chevron.right{
        right: 10px!important;
    }
    .reviews-carousel .owl-chevron.left{
        left: 10px!important;
    }
    .slider-content.video{
        margin-top: 30px!important;
    }
    .header-container.style-2 #headerInfo{
    }
    .main-menu .main-menu-items ul:first-child{
        display: none;
        width: 100%;
        float: right;
        margin: 20px 0;
    }
    .main-menu .main-menu-items ul:first-child > li{
        display: block;
        float: none!important;
        border-left: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .main-menu.dir-ltr .main-menu-items ul:first-child > li{
        float: none!important;
    }
    .main-menu .main-menu-items ul:first-child > li:last-of-type{
        border-bottom: none;
    }
    .main-menu .main-menu-items ul:first-child > li:after{
        content: none;
        display: none;
    }
    .main-menu .main-menu-items ul:first-of-type > li > ul{
        visibility: hidden!important;
        opacity: 0!important;
    }

    .main-menu.style-2 .main-menu-items ul:first-child > li > a{
        height: 50px!important;
        line-height: 50px!important;
        margin-top: 0!important;
    }
    .main-menu.style-2 .main-menu-items ul:first-of-type > li:hover > a{
        background: transparent!important;
        color: #fff!important;
    }

    .main-menu .main-menu-items ul:first-of-type > li.menu-item-has-children.open > ul{
        box-shadow: none!important;
        border-radius: 0!important;
    }
    .main-menu .main-menu-items ul:first-child > li > ul > li > a{
        padding: 12px 5px!important;
    }

    .menu-item-toggle{
        position: absolute;
        display: inline-block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        line-height: 30px;
        text-align: center;
        left: 10px;
        top: 10px;
        background: var(--colorMain);
        color: #fff;
        transition: 300ms;
        cursor: pointer;
        z-index: 4;
        font-size: 21px;
    }
    .main-menu .main-menu-items ul:first-child > li.menu-item-has-children > a:before{
        content: '';
        display: none;
    }
    .main-menu .main-menu-items ul:first-of-type > li.menu-item-has-children.open .menu-item-toggle{
        -webkit-transform: rotate(180deg)!important;
        -moz-transform: rotate(180deg)!important;
        -ms-transform: rotate(180deg)!important;
        -o-transform: rotate(180deg)!important;
        transform: rotate(180deg)!important;
        color: var(--colorMain);
        background: #fff;
    }
    .main-menu .main-menu-items ul:first-of-type > li.menu-item-has-children.open > ul{
        visibility: visible!important;
        opacity: 1!important;
        right: 0!important;
        position: static!important;
        width: 100%;
        transition: 0ms;
    }
    .menu-toggle{
        display: inline-block;
    }
    .main-menu{
        height: auto!important;
        overflow: hidden;
        min-height: 50px!important;
        display: block!important;
    }

    .about{
        margin-bottom: 0!important;
    }
    .about-box{
        position: static!important;
        width: 100%;
        margin-top: 20px;
    }
    .about-image{
        width: 100%!important;
    }
    .round-line{
        display: none!important;
    }

    .portfolio-box img{
        width: 100%;
        height: auto;
    }
    .portfolio-box{
        height: 200px;
    }
    .main-menu.style-3 .main-menu-items ul:first-child > li{
        border-left: none!important;
    }
}

@media (max-width: 768px) {
    .header-container.style-3 .social-icons{
        flex-shrink: 0;
    }
    .header-container.style-3 .search-input-container{
        margin-right: 30px;
    }
    .header-container.dir-ltr.style-3 .search-input-container{
        margin-right: 0!important;
        margin-left: 30px;
    }
    .header-container.style-3 .social-icons li a{
        width: 31px;
        padding: 5px;
    }

    .portfolio-overly .portfolio-title{
        margin-top: 25px;
    }
    .portfolio-overly .portfolio-text{
        display: none;
    }
    .nav-box-image.full-width{
        height: 180px!important;
    }
    .review-item.style-2{
        flex-direction: column;
        padding: 15px 0 0 0;
        align-items: center;
    }
    .review-item.style-2 .review-text{
        width: 100%;
        margin: 20px 0 0 0!important;
    }
    .review-item.style-2 .quote-icon svg{
        bottom: auto!important;
        top: 20px!important;
    }

    .row-title:after,
    .row-title:before{
        width: 100%!important;
    }

    #whatsappBtn{
        width: 50px;
        height: 50px;
        line-height: 50px;
        bottom: 20px;
        left: 20px;
        font-size: 30px;
    }
    .nav-box-image{
        height: 180px;
    }

    .portfolio-col{
        padding: 0 15px!important;
    }
    .header-logo{
        width: 130px;
        height: auto!important;
        margin-left: 0!important;
        margin-right: 0!important;
    }

    .slider-content{
        background: transparent!important;
    }

    .slider-content{
        width: 100%!important;
        border: none;
        background: transparent;
    }
    .slider-content h1{
        margin-bottom: 30px;
        font-size: 25px;
    }
    .footer{
        height: auto;
    }


    .box-news{
        height: auto;
    }

    .news-image{
        height: auto;
        max-height: none;
    }


}

@media (max-width: 576px) {
    .btn-blue-outline{
        font-weight: normal;
        font-size: 14px;
        border-width: 1px;
        line-height: 38px;
        padding: 0 10px;
    }
    .header-links{
        margin-right: 0!important;
    }
    .page-content-title h1{
        font-size: 25px;
        line-height: 40px;
    }
    .header-links .search-input-container{
        margin-right: 25px!important;
    }

    #btnBackToTop{
        bottom: 20px;
        right: 20px;
    }
    .gradient-layer{
        padding: 50px 0;
    }
    .header-container.style-2 .main-header{
        flex-direction: column;
    }
    .header-container.style-2 .header-logo{
        margin: 0 0 20px 0!important;
        width: 220px!important;
    }
    .header-container.style-2 .main-header .info-box{
        text-align: right!important;
        align-items: center;
    }
    .header-container.style-2 .main-header .header-links{
        justify-content: start!important;
    }

    .header-links .social-icons{
        display: none;
    }
    .header-container{
        max-height:none;
    }
    .main-header{
        height: auto;
        text-align: center;
    }
    .main-header .logo{
        position: static!important;
        width: 100%;
        height: auto;
        text-align: center;
    }
    .main-header .logo img{
        margin-top: 20px;
        width: 250px;
        position: static!important;
    }

    .modal-body #search-btn{
        margin-top: 20px;
    }
    .box{
        height: auto;
    }


}