/*
    Defaults
*/
*{
    box-sizing:border-box
}
a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var{
    background:transparent;
    border:0;
    margin:0;
    padding:0;
    vertical-align:baseline;
    outline:none
}
p {
    margin-bottom: 10px;
}
html{
    scroll-behavior:smooth
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{
    display:block
}
blockquote{
    quotes:none
}
blockquote:after,blockquote:before{
    content:"";
    content:none
}
ol,ol li,ul,ul li{
    margin:0
}
img{
    vertical-align:middle
}
iframe,img{
    max-width:100%
}
del{
    text-decoration:line-through
}
a,i{
    border:none
}
.btn-medium,a,button{
    cursor:pointer!important
}
a:hover{
    text-decoration:none
}
table{
    width:100%;
    max-width:100%;
    text-align:left;
    border-collapse:collapse;
    border-spacing:0;
    margin-bottom:15px;
    color:#999
}
table,table tr{
    border:1px solid #eee
}
table th{
    color:#333;
    background:none;
    font-size:16px;
    font-weight:400;
    padding:15px 10px
}
table td,table th{
    vertical-align:top;
    border:1px solid #eee
}
table td{
    padding:10px
}
code,pre{
    padding:10px 10px 0;
    border-left:3px solid #6fbf71;
    border-bottom:1px solid transparent;
    background:#f7f7f7;
    overflow-x:scroll
}
.positon-relative{
    position:relative
}
pre{
    display:block;
    word-break:break-all;
    word-wrap:break-word
}
pre code{
    white-space:pre-wrap
}
textarea{
    border-radius:0;
    font-size:13px;
    resize:vertical;
    font-family:'Readex Pro', sans-serif;
    letter-spacing:1.2px!important;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    line-height:1.4;
    padding:10px!important;
    width:100%;
    border:1px solid #eee;
    transition:all .3s ease
}
.uneditable-input,input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week]{
    border-radius:0;
    font-size:13px;
    min-width:auto;
    letter-spacing:1.4px;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    font-family:'Readex Pro', sans-serif;
    line-height:1.6;
    padding:10px!important;
    height:44px;
    vertical-align:middle;
    border:1px solid #eee;
    transition:all .3s ease
}
.uneditable-input:focus,input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,textarea:focus{
    border-color:#ccc;
    background:#eee
}
input[type=submit]{
    padding:13px 15px;
    height:40px;
    line-height:1;
    text-transform:uppercase;
    font-size:13px;
    font-weight:600;
    text-decoration:none;
    letter-spacing:.5px;
    border:none;
    cursor:pointer;
    color:#fff;
    background:#777;
    transition:all .3s ease
}
input[type=submit]:hover{
    background:#444
}
select{
    padding:8px;
    border:2px solid #eee
}
input[type=button]{
    cursor:pointer;
    transition:all .3s ease
}

/*
    Preloader
*/
body.intro #preloader:after,body.intro #preloader:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:50%;
    height:100%;
    z-index:-1;
    background-color:#fff;
    transition:all .3s ease 0s
}
body.intro #preloader:after{
    left:auto;
    right:0
}
body.intro .loader_line:before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    width:1px;
    height:0%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    background-color:#555;
    -webkit-animation:lineheight 1s ease-in-out 0s forwards;
    animation:lineheight 1s ease-in-out 0s forwards
}
body.intro .loader_line:after{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:1px;
    height:100%;
    background-color:#ddd;
    -webkit-transform:translateY(-100%);
    transform:translateY(-100%);
    -webkit-animation:lineround 1.2s linear 0s infinite;
    animation:lineround 1.2s linear 0s infinite;
    -webkit-animation-delay:2s;
    animation-delay:2s
}
/*
    Error page
*/
.error_page h1,.error_page h2{
    font-weight:900;
    font-size:125px;
    line-height:1;
    letter-spacing:5px
}
@media screen and (max-width:768px){
    .error_page h1,.error_page h2{
        font-size:80px
    }
}
.error_page .hero{
    width:100%;
    height:100vh;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center
}
.error_page .bg-image{
    background-repeat:no-repeat;
    background-position:50%;
    background-size:cover
}
.error_page .content p{
    color:#000;
    margin-bottom:35px;
    margin-top:15px
}
@media screen and (max-width:768px){
    .error_page .content p{
        margin-bottom:30px;
        font-size:18px
    }
}
/*
    RTL
*/
.rtl{
    direction:rtl
}
/*
    Custom Defaults
*/
html{
    padding:0;
    margin:0
}
body,html{
    overflow-x:hidden
}
body{
    font-family:'Readex Pro', sans-serif;
    font-size:26px;
    line-height:1.666;
    letter-spacing:0;
    word-wrap:break-word;
    font-weight:300;
    background-color:#fff;
    color:#909090
}
body.rtl {
    font-weight:400;
}
@media screen and (max-width:1600px){
    body{
        font-size:20px
    }
}
@media screen and (max-width:768px){
    body{
        font-size:16px
    }
}
body::-webkit-scrollbar{
    width:11px
}
body{
    scrollbar-width:thin;
    scrollbar-color:#999 #fff
}
body:-webkit-scrollbar-track{
    background:#fff
}
body::-webkit-scrollbar-thumb{
    background-color:#999;
    border-radius:6px;
    border:3px solid #fff
}
a, a:focus, a:active {
    color: #2D4C67;
    text-decoration: none;
    outline: 0;
}
a:hover {
    color: #3673A8;
}
img.svg,svg{
    width:15px;
    height:15px
}
.svg.custom{
    fill:none
}
::-webkit-input-placeholder{
    color:#7e7e7e
}
:-ms-input-placeholder{
    color:#7e7e7e
}
::placeholder{
    color:#7e7e7e
}
.container{
    max-width:1500px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    height:auto;
    padding:0 20px;
    position:relative;
    clear:both
}
h1,h2,h3,h4,h5,h6{
    font-weight:500;
    line-height:1.2;
    font-family:'Readex Pro', sans-serif;
    color:#1a1a1a
}
.rtl h1, .rtl h2, .rtl h3, .rtl h4, .rtl h5, .rtl h6 {
    font-weight:700;
    line-height:1.5;
}
h1{
    font-size:40px
}
h2{
    font-size:30px
}
h3{
    font-size:26px
}
h4{
    font-size:20px
}
h5{
    font-size:18px
}
h6{
    font-size:16px
}
@media screen and (max-width:1600px){
    h1{
        font-size:34px
    }
    h2{
        font-size:24px
    }
    h3{
        font-size:20px
    }
    h4{
        font-size:18px
    }
    h5{
        font-size:16px
    }
    h6{
        font-size:16px
    }
}

@media screen and (max-width:575px){
    h1{
        font-size:26px
    }
}
.pblog_tm_all_wrap{
    width:100%;
    height:auto;
    clear:both;
    float:left;
    position:relative
}
.pblog_tm_all_wrap,.pblog_tm_all_wrap *{
    box-sizing:border-box
}
#preloader{
    position:fixed;
    left:0;
    top:0;
    height:100vh;
    width:100%;
    z-index:99999;
    display:flex
}
#preloader:after,#preloader:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:50%;
    height:100%;
    z-index:-1;
    background-color:#000;
    transition:all .3s ease 0s
}
#preloader:after{
    left:auto;
    right:0
}
#preloader .loader_line{
    margin:auto;
    width:1px;
    height:250px;
    position:relative;
    overflow:hidden;
    transition:all .8s ease 0s
}
.loader_line:before{
    top:50%;
    height:0%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    background-color:#fff;
    -webkit-animation:lineheight 1s ease-in-out 0s forwards;
    animation:lineheight 1s ease-in-out 0s forwards
}
.loader_line:after,.loader_line:before{
    content:"";
    position:absolute;
    left:0;
    width:1px
}
.loader_line:after{
    top:0;
    height:100%;
    background-color:#999;
    -webkit-transform:translateY(-100%);
    transform:translateY(-100%);
    -webkit-animation:lineround 1.2s linear 0s infinite;
    animation:lineround 1.2s linear 0s infinite;
    -webkit-animation-delay:2s;
    animation-delay:2s
}
@-webkit-keyframes lineheight{
    0%{
        height:0%
    }
    to{
        height:100%
    }
}
@keyframes lineheight{
    0%{
        height:0%
    }
    to{
        height:100%
    }
}
@-webkit-keyframes lineround{
    0%{
        -webkit-transform:translateY(-100%);
        transform:translateY(-100%)
    }
    to{
        -webkit-transform:translateY(200%);
        transform:translateY(200%)
    }
}
@keyframes lineround{
    0%{
        -webkit-transform:translateY(-100%);
        transform:translateY(-100%)
    }
    to{
        -webkit-transform:translateY(200%);
        transform:translateY(200%)
    }
}
.preloaded .loader_line:after{
    opacity:0
}
.preloaded .loader_line{
    opacity:0;
    height:100%!important
}
.preloaded:after,.preloaded:before{
    -webkit-animation:preloadedzero .3s ease-in-out .5s forwards;
    animation:preloadedzero .3s ease-in-out .5s forwards
}
@-webkit-keyframes preloadedzero{
    0%{
        width:50%
    }
    to{
        width:0
    }
}
@keyframes preloadedzero{
    0%{
        width:50%
    }
    to{
        width:0
    }
}
a{
    transition:all .3s ease
}
.pblog_tm_button{
    width:100%;
    float:left;
    clear:both
}
.pblog_tm_button a,.pblog_tm_button button{
    text-decoration:none;
    color:#1a1a1a;
    font-weight:500;
    font-size:18px;
    display:inline-block;
    border-radius:6px;
    border:2px solid #7e7e7e;
    padding:8px 35px 7px;
    transition:all .3s ease
}
@media screen and (max-width:480px){
    .pblog_tm_button a,.pblog_tm_button button{
        font-size:16px
    }
}
.pblog_tm_button a:hover,.pblog_tm_contact .pblog_tm_button button:hover{
    color:#fff;
    background-color:#1a1a1a;
    border-color:#1a1a1a
}
@media (max-width:1600px){
    .container{
        max-width:1170px
    }
}
/*
    Menu
*/
.pblog_tm_mobile_menu{
    width:100%;
    height:auto;
    position:fixed;
    top:0;
    left:0;
    display:none;
    z-index:10
}
.pblog_tm_mobile_menu .my_trigger{
    line-height:1;
    position:relative;
    right:-10px
}
.pblog_tm_mobile_menu .mobile_menu_inner{
    width:100%;
    height:auto;
    float:left;
    clear:both;
    background-color:#fff;
    padding:15px 0;
    box-shadow:0 0 10px rgba(0,0,0,.08)
}
.pblog_tm_mobile_menu .mobile_in{
    width:100%;
    height:auto;
    clear:both;
    float:left;
    display:flex;
    align-items:center;
    justify-content:space-between
}
.pblog_tm_mobile_menu .mobile_in .logo img{
    max-width:100px
}
.my_trigger .hamburger-box{
    display:block
}
.my_trigger .hamburger{
    padding:0
}
.my_trigger .hamburger .hamburger-inner,.my_trigger .hamburger .hamburger-inner:after,.my_trigger .hamburger .hamburger-inner:before{
    background-color:#000;
    width:30px;
    height:2px;
    transition:all .3s ease
}
.pblog_tm_mobile_menu .dropdown{
    width:100%;
    height:auto;
    clear:both;
    float:left;
    background-color:#fff;
    box-shadow:0 0 10px rgba(0,0,0,.08);
    display:none
}
.pblog_tm_mobile_menu .dropdown .dropdown_inner{
    width:100%;
    height:auto;
    clear:both;
    float:left;
    padding:25px 0
}
.pblog_tm_mobile_menu .dropdown .dropdown_inner ul{
    margin:0;
    list-style-type:none
}
.pblog_tm_mobile_menu .dropdown .dropdown_inner ul li{
    margin:0;
    float:left;
    width:100%
}
.pblog_tm_mobile_menu .dropdown .dropdown_inner ul li a{
    text-decoration:none;
    color:#000;
    display:inline-block;
    padding:4px 0;
    font-family:'Readex Pro', sans-serif;
    font-weight:500
}
.pblog_tm_sidebar{
    width:320px;
    height:100vh;
    position:fixed;
    top:0;
    left:0;
    background-color:#fff;
    box-shadow:0 3px 5px rgba(0,0,0,.1);
    z-index:98;
    transition:all .5s ease;
    -webkit-transform:translateX(-100%);
    transform:translateX(-100%)
}
.rtl .pblog_tm_sidebar{
    left: auto;
    right: 0;
    -webkit-transform:translateX(100%);
    transform:translateX(100%)
}
.pblog_tm_sidebar.menu-open{
    -webkit-transform:translateX(0);
    transform:translateX(0)
}
@media screen and (min-width:1200px) and (max-width:1500px){
    .pblog_tm_sidebar{
        width:288px
    }
}
@media screen and (max-width:1040px){
    .pblog_tm_sidebar{
        width:280px;
        z-index:99
    }
}
@media screen and (max-width:359px){
    .pblog_tm_sidebar{
        width:240px
    }
}
.pblog_tm_sidebar .logo{
    width:100%;
    height:auto;
    clear:both;
    float:left;
    border-bottom:1px solid #e7edf1;
    padding:30px
}
@media screen and (max-width:1199px){
    .pblog_tm_sidebar .logo{
        padding:20px
    }
}
.pblog_tm_sidebar .logo img,.header-inner .logo img{
    height: 55px;
    width: auto;
    display: block;
    margin: 0 auto;
}
.pblog_tm_sidebar .menu{
    width:100%;
    height:auto;
    clear:both;
    float:left;
    padding:20px
}
@media screen and (max-width:1199px){
    .pblog_tm_sidebar .menu{
        padding:20px
    }
}
.pblog_tm_sidebar .menu ul{
    margin:0;
    list-style-type:none
}
.pblog_tm_sidebar .menu ul li{
    margin:0 0 6px;
    width:100%;
    float:left
}
.pblog_tm_sidebar .menu ul li:last-child{
    margin-bottom:0
}
.pblog_tm_sidebar .menu ul li a{
    display:flex;
    align-items:center;
    text-decoration:none;
    color:#222;
    font-size:15px;
    font-weight:500;
    border-radius:6px;
    padding:9px 15px;
    position:relative;
    transition:all .3s ease
}
@media screen and (max-width:1199px){
    .pblog_tm_sidebar .menu ul li a{
        font-size:14px;
        padding:5px 15px
    }
}
/*
.pblog_tm_sidebar .menu ul li a:before{
    position:absolute;
    content:"";
    width:0;
    height:100%;
    top:0;
    left:0;
    background-color:#f5f5f5;
    border-radius:6px;
    z-index:-1;
    transition:all .3s ease
}
.pblog_tm_sidebar .menu ul li .list_inner a.active:before,.pblog_tm_sidebar .menu ul li a:hover:before{
    width:100%
}
.pblog_tm_sidebar .menu ul li .svg{
    width:22px;
    height:22px;
    margin-right:15px;
    -webkit-filter:invert(.3);
    filter:invert(.3);
    transition:all .3s ease
}
@media screen and (max-width:1199px){
    .pblog_tm_sidebar .menu ul li .svg{
        width:18px;
        height:18px;
        margin-right:10px
    }
}
*/
.pblog_tm_sidebar .menu ul li a:hover, .pblog_tm_sidebar .menu ul li .list_inner a.active {
    color: #3673A8;
}
.mob-header{
    position:fixed;
    left:20px;
    top:36px;
    z-index:999;
}
.rtl .mob-header{
    left: auto;
    right: 20px;
}
.toggler-menu{
    width:45px;
    height:45px;
    position:relative;
    border-radius:8px;
    padding:0;
    background:rgba(255,255,255,0.4);
    border:none;
    cursor:pointer;
    margin-left:auto
}
.toggler-menu span{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    width:25px;
    height:3px;
    border-radius: 2px;
    margin:auto;
    background:#222;
    color:#222;
    transition:.3s
}
.toggler-menu span:first-child{
    top:-18px
}
.toggler-menu span:nth-child(2){
    top:-2px
}
.toggler-menu span:nth-child(3){
    top:auto;
    bottom:14px
}
.toggler-menu .active span:first-child{
    top:0;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
.toggler-menu .active span:nth-child(2){
    left:50%;
    width:0
}
.toggler-menu .active span:nth-child(3){
    top:15px;
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg)
}


/*
    Section -Hero-
*/
.pblog_tm_hero{
    width:100%;
    min-height:100vh;
    position:relative;
    display:flex;
    background-color:#f8f9fd;
    align-items:center;
    justify-content:center;
    text-align:center
}
.calligraphy_bg {
    background-color: #f8f9fd;
    position: relative;
}
.calligraphy_bg:before, .calligraphy_bg:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.calligraphy_bg:before {
    background-image: url(../img/hero-bg-left.jpg);
    background-position: left bottom;
}
.calligraphy_bg:after {
    background-image: url(../img/hero-bg-right.jpg);
    background-position: right top;
}
@media screen and (max-width:1600px){  
    .calligraphy_bg:before, .calligraphy_bg:after {
        background-size:contain;
    }
}
@media screen and (max-width:575px){
    .calligraphy_bg:after {
        display: none;
    }
    .calligraphy_bg:before {
        background-size: cover;
    }
}
.calligraphy_bg .content, .calligraphy_bg .container {
    position: relative;
    z-index: 20;
}
.calligraphy_darkbg, .dark .calligraphy_bg, .dark .calligraphy_darkbg {
    background-color: #51504f!important;
    position: relative;
}
.calligraphy_darkbg:before, .calligraphy_darkbg:after, .dark .calligraphy_bg:before, .dark .calligraphy_bg:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.calligraphy_darkbg:before, .dark .calligraphy_bg:before {
    background-image: url(../img/herodark-bg-left.jpg);
    background-position: left bottom;
}
.calligraphy_darkbg:after, .dark .calligraphy_bg:after {
    background-image: url(../img/herodark-bg-right.jpg);
    background-position: right top;
}
@media screen and (max-width:1600px){  
    .calligraphy_darkbg:before, .calligraphy_darkbg:after, .dark .calligraphy_bg:before, .dark .calligraphy_bg:after {
        background-size:contain;
    }
}
@media screen and (max-width:575px){
    .calligraphy_darkbg:after, .dark .calligraphy_bg:after {
        display: none;
    }
    .calligraphy_darkbg:before, .dark .calligraphy_bg:before {
        background-size: cover;
    }
}
.calligraphy_darkbg .content, .calligraphy_darkbg .container, .dark .calligraphy_bg .content, .dark .calligraphy_bg .container {
    position: relative;
    z-index: 20;
}
.pblog_tm_hero .pblog_tm_button{
    margin-top:25px
}
.pblog_tm_hero .pblog_tm_button a{
    border-radius:30px
}
.pblog_tm_hero .pblog_tm_button a:hover{
    -webkit-transform:translateY(-5px);
    transform:translateY(-5px)
}
.pblog_tm_hero .content{
    padding:60px 20px
}
.pblog_tm_hero .image{
    display:inline-block;
    width:300px;
    height:300px;
    border-radius:100%;
    position:relative;
    margin-bottom:27px;
    opacity:1;
    visibility:visible;
    left:0;
    transition:all 1s ease
}
.pblog_tm_hero .image .main{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-repeat:no-repeat;
    background-position:50%;
    background-size:cover;
    border-radius:100%
}
.pblog_tm_hero .image:before{
    content:"";
    position:absolute;
    top:-10px;
    bottom:-10px;
    left:-10px;
    right:-10px;
    background-color:#e2e2e2;
    border-radius:100%
}
.pblog_tm_hero .name{
    font-size:50px;
    font-weight:700;
    line-height:1.2;
    margin:10px 0 12px
}
.pblog_tm_hero .extra{
    position:relative;
    opacity:1;
    visibility:visible;
    left:0;
    transition-delay:.8s;
    transition:all 1s ease
}
.pblog_tm_hero .text{
    max-width:880px;
    margin:0 auto 32px
}

@media screen and (max-width:1600px){  
    .pblog_tm_hero .text{
        max-width:550px;
        margin:0 auto 32px
    }
}
@media screen and (max-width:991px){
    .pblog_tm_about{
        padding-bottom:140px;
        padding-top:90px
    }
}
@media screen and (max-width:575px){
    .pblog_tm_hero .text{
        font-size:15px
    }
}
.pblog_tm_hero .social ul{
    margin:0;
    margin-bottom: 14px;
    list-style-type:none;
    list-style:none
}
.pblog_tm_hero .social ul li{
    margin:0;
    display:inline-block
}
.pblog_tm_hero .social ul li a{
    text-decoration:none;
    color:#e7e7e7;
    display:inline-block;
    position:relative;
    line-height:1;
    padding:0 11px
}
.pblog_tm_hero .social ul li:first-child a{
    padding-left: 0;
}
.pblog_tm_hero .social ul li:last-child a{
    padding-right: 0;
}
.rtl .pblog_tm_hero .social ul li:first-child a{
    padding-left: 12px;
    padding-right: 0;
}
.rtl .pblog_tm_hero .social ul li:last-child a{
    padding-right: 12px;
    padding-left: 0;
}
.pblog_tm_hero .social ul li a:hover{
    -webkit-transform:translateY(-3px);
    transform:translateY(-3px)
}
.pblog_tm_hero .social ul li a:hover svg{
    color:#333;
    transition:all .3s ease
}
.pblog_tm_hero .social ul li a svg{
    fill:transparent;
    color:#888;
    width:20px;
    height:20px
}
.pblog_tm_hero .social ul li a svg.solidfill {
    fill:#888;
}
.pblog_tm_hero .social ul li a:hover svg.solidfill {
    fill:#333;
}
.pblog_tm_hero .social ul li a:after{
    position:absolute;
    content:"";
    width:1px;
    height:100%;
    background-color:#e5e5e5;
    top:0;
    right:0
}
.rtl .pblog_tm_hero .social ul li a:after{
    right: auto;
    left: 0;
}
.pblog_tm_hero .social ul li:last-child a:after{
    display:none
}
.pblog_tm_hero .social ul li .svg{
    width:19px;
    height:19px;
    transition:all .3s ease
}
.img-shape{
    width:300px;
    height:300px;
    margin:0 auto 15px
}
@media screen and (max-width:1599px){
    .img-shape{
        width:245px;
        height:245px
    }
}
@media screen and (max-width:768px){
    .img-shape{
        width:200px;
        height:200px
    }
}
.img-shape img{
    -webkit-mask-position:center center;
    mask-position:center center;
    -webkit-mask-repeat:no-repeat;
    mask-repeat:no-repeat;
    height:auto;
    width:100%;
    max-width:100%;
    -webkit-mask-size:auto auto;
    -webkit-mask-image:url(../img/hero-shape.svg);
    mask-image:url(../img/hero-shape.svg)
}

/*
    Section -Defaults-
*/
.pblog_tm_section{
    padding-bottom:180px;
    padding-top:210px
}
.section_title h2 {
    font-size: 68px;
}
.pblog_tm_section .content {
    width:100%;
    height:auto;
    clear:both;
    padding-top:80px
}
.dark .pblog_tm_section {
    background: #494747;
    color: #c3c1bf;
}
.dark .pblog_tm_section h2, .dark .pblog_tm_section h3, .dark .pblog_tm_section h4, .dark .pblog_tm_section h5, .dark .pblog_tm_section h6 {
    color: #fff;
}
.dark .pblog_tm_section a {
    color: #ede1d6;
}
@media screen and (max-width:1600px){
    .pblog_tm_section{
        padding-bottom:140px;
        padding-top:170px
    }
    .section_title h2 {
        font-size: 54px;
    }
    .pblog_tm_section .content {
        padding-top:60px
    }
}
@media screen and (max-width:991px){
    .pblog_tm_section{
        padding-bottom:90px;
        padding-top:110px
    }
    .section_title h2 {
        font-size: 42px;
    }
    .pblog_tm_hero:after {
        display: none;
    }
}

/*
    Section -About-
*/
.pblog_tm_about .content{
    display:flex;
}
.pblog_tm_about .leftpart{
    width:50%
}
.pblog_tm_about .leftpart .info{
    width:100%;
    float:left;
    margin-bottom:40px
}
.pblog_tm_about .leftpart .info h3{
    font-size:22px;
    font-weight:400;
    margin-bottom:15px
}
.pblog_tm_about .leftpart .info h3 span{
    font-weight:600
}
.pblog_tm_about .leftpart .info p{
    max-width:90%
}
.pblog_tm_about .leftpart .info .pblog_tm_button {
    padding-top: 80px;
}
@media screen and (max-width:575px){
    .pblog_tm_about .dodo_progress{
        margin:0
    }
    .pblog_tm_about .leftpart .info .pblog_tm_button {
        padding-top: 40px;
    }
}
@media screen and (max-width:575px){
    .pblog_tm_about .wrapper .progress_inner{
        width:100%;
        padding:0
    }
}
.pblog_tm_about .wrapper .right{
    width:50%;
    padding-left:20px
}
.pblog_tm_about .rightpart{
    width:50%;
    padding-left:100px
}
.rtl .pblog_tm_about .rightpart{
    padding-left: 0;
    padding-right:100px
}
.pblog_tm_about .rightpart .image{
    position:relative
}
.pblog_tm_about .rightpart .image img{
    position:relative;
    min-width:100%;
    opacity:0;
    border-radius: 20px;
}
.pblog_tm_about .rightpart .image .main{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-repeat:no-repeat;
    background-position:50%;
    background-size:cover;
    border-radius:10px
}
.pblog_tm_about .experience{
    position:absolute;
    bottom:-50px;
    left:-50px;
    z-index:1;
    width:291px;
    height:291px;
    border-radius:100%;
    background-color:#34495e
}
.pblog_tm_about .experience .info{
    position:absolute;
    top:50%;
    left:50%;
    text-align:center;
    width:100%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    padding:10px
}
.pblog_tm_about .experience .info h3{
    font-size:45px;
    font-weight:700;
    color:#fff
}
.pblog_tm_about .experience .info span{
    font-size:22px;
    font-weight:500;
    color:#fff
}
.about-popup-wrapper .about-list li:not(:last-child){
    padding-bottom:20px
}
.pblog_tm_title{
    width:100%;
    height:auto;
    clear:both;
    float:left
}
.pblog_tm_title h3{
    font-size:45px;
    font-weight:800;
    margin-bottom:25px;
    line-height:1
}
.pblog_tm_title p{
    max-width:600px
}
@media (max-width:1040px){
    .pblog_tm_mobile_menu{
        display:block
    }
    .pblog_tm_about .content{
        flex-direction:column;
        align-items:baseline
    }
    .pblog_tm_about .desc,.pblog_tm_about .leftpart .info p{
        max-width:100%
    }
    .pblog_tm_about .leftpart{
        width:100%;
        margin-bottom:0;
        order:2
    }
    .pblog_tm_about .rightpart{
        width:100%;
        padding-left:0;
        margin-bottom:40px
    }
    .rtl .pblog_tm_about .rightpart{
        padding-right:0;
    }
}
@media (max-width:991px){
    .pblog_tm_contact .extra_info .wrapper>li{
        width:50%
    }
}
@media (max-width:768px){

    .pblog_tm_about .rightpart{
        width:100%;
        padding-right:0
    }
    .pblog_tm_about .wrapper{
        flex-direction:column;
        align-items:baseline
    }
    .pblog_tm_contact .extra_info .wrapper{
        margin:0
    }
    .pblog_tm_about .wrapper .left{
        width:100%;
        padding:0;
        margin-bottom:30px
    }
    .pblog_tm_about .wrapper .right{
        width:100%;
        padding:0
    }
}

/*
    Section -News-
*/
.pblog_tm_news.calligraphy_bg:before {
    opacity: 0.4;
}
.pblog_tm_news.calligraphy_bg:after {
    display: none;
}
.col2_list, .col3_list, .col4_list, .col7_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding: 0;
    list-style: none;
}
.col2_list > li {
    flex: 50%;
    max-width: 50%;
    padding: 0 20px;
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 1.2em;
}
.col3_list > li {
    flex: 33.333%;
    max-width: 33.333%;
    padding: 0 20px;
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 1.2em;
}
.col4_list > li {
    flex: 25%;
    max-width: 25%;
    padding: 0 20px;
    margin-bottom: 60px;
    position: relative;
}
.col7_list > li {
    flex: 14.285%;
    max-width: 14.285%;
    padding: 0 20px;
    margin-bottom: 45px;
    position: relative;
}
@media screen and (max-width:1600px){
    .col2_list, .col3_list, .col4_list {
        margin: 0 -15px;
    }
    .col2_list > li {
        padding: 0 15px;
        padding-bottom: 1.4em;
        margin-bottom: 40px;
    }
    .col3_list > li {
        padding: 0 15px;
        padding-bottom: 1.4em;
        margin-bottom: 40px;
    }
    .col4_list > li {
        padding: 0 15px;
        margin-bottom: 40px;
    }
    .col7_list > li {
        flex: 20%;
        max-width: 20%;
    }
}
@media screen and (max-width:991px){
    .col3_list > li, .col4_list > li {
        flex: 50%;
        max-width: 50%;
        /*margin-bottom: 30px;*/
    }
    .col4_list.contact_list > li {
        flex: 25%;
        max-width: 25%;
    }
}
@media screen and (max-width:575px){
    .col2_list > li, .col3_list > li, .col4_list > li {
        flex: 100%;
        max-width: 100%;
    }
    .col4_list.contact_list > li {
        flex: 50%;
        max-width: 50%;
    }
    .col7_list > li {
        flex: 33.33%;
        max-width: 33.33%;
    }
}
.news_list li .image {
    margin-bottom: 24px;
    position: relative;
}
.news_list li .image img {
    display: block;
    outline: 0;
    border-radius: 20px;
    position: relative;
    z-index: 10;
}
.news_list li .image.videoplay:after {
    content: '\25BA';
    display: block;
    position: absolute;
    z-index: 20;
    width: 36px;
    height: 36px;
    right: 15px;
    bottom: 15px;
    border-radius: 8px;
    background: rgba(45,75,103,.6);
    box-shadow: 0 0 1px rgba(255,255,255,0.2);
    line-height: 36px;
    color: #dde4ea;
    text-align: center;
    font-size: 14px;
}
.rtl .news_list li .image.videoplay:after {
    right: auto;
    left: 15px;
}
.news-cats {
    padding: 0;
    margin: 0 0 24px;
    list-style: none;
}
.news-cats li {
    display: inline-block;
    margin-right: 8px;
}
.rtl .news-cats li {
    margin-right: 0;
    margin-left: 8px;
}
.news-cats li span, .news-cats li a {
    display: block;
    padding: 14px 28px;
    font-size: .62em;
    line-height: 18px;
    text-decoration: none;
    border-radius: 8px;
    background-color: #E2EFF3;
    color: #60B0C1;
    opacity: 0.6;
}
.news-cats li a:hover {
    background-color: #60B0C1;
    color: #fff;
    opacity: 1;
}
@media screen and (max-width:1600px){
    .news_list li .image {
        margin-bottom: 14px;
    }
    .news-cats {
        margin: 0 0 14px;
    }
    .news-cats li span, .news-cats li a {
        padding: 10px 20px;
    }
}
.news-cats li.cat-color-2 span, .news-cats li.cat-color-2 a {
    background-color: #E5E4F5;
    color: #7E60C1;
}
.news-cats li.cat-color-2 a:hover {
    background-color: #7E60C1;
    color: #fff;
}
.news-cats li.cat-color-3 span, .news-cats li.cat-color-3 a {
    background-color: #F0E3EB;
    color: #C16089;
}
.news-cats li.cat-color-3 a:hover {
    background-color: #C16089;
    color: #fff;
}
.news-cats li.cat-color-4 span, .news-cats li.cat-color-4 a {
    background-color: #E3F3EA;
    color: #60C1A7;
}
.news-cats li.cat-color-4 a:hover {
    background-color: #60C1A7;
    color: #fff;
}
.news-cats li.cat-color-5 span, .news-cats li.cat-color-5 a {
    background-color: #F0E7E5;
    color: #C17A60;
}
.news-cats li.cat-color-5 a:hover {
    background-color: #C17A60;
    color: #fff;
}
.news-cats li.cat-color-6 span, .news-cats li.cat-color-6 a {
    background-color: #ECEEF7;
    color: #3564E5;
}
.news-cats li.cat-color-6 a:hover {
    background-color: #3564E5;
    color: #fff;
}
.news-cats li.cat-color-7 span, .news-cats li.cat-color-7 a {
    background-color: #ECF1E8;
    color: #A7C160;
}
.news-cats li.cat-color-7 a:hover {
    background-color: #A7C160;
    color: #fff;
}
.news-cats li.cat-color-8 span, .news-cats li.cat-color-8 a {
    background-color: #F5E2F5;
    color: #D03895;
}
.news-cats li.cat-color-8 a:hover {
    background-color: #D03895;
    color: #fff;
}
.news-cats li.cat-color-9 span, .news-cats li.cat-color-9 a {
    background-color: #F3E6DF;
    color: #DE8A17;
}
.news-cats li.cat-color-9 a:hover {
    background-color: #DE8A17;
    color: #fff;
}
.news-cats li.cat-color-10 span, .news-cats li.cat-color-10 a {
    background-color: #E2F6F2;
    color: #27CB98;
}
.news-cats li.cat-color-10 a:hover {
    background-color: #27CB98;
    color: #fff;
}
.news_list li h3 {
    color: #2D4C67;
    margin-bottom: 18px;
}
.rtl .news_list li h3 {
    margin-bottom: 24px;
}
.news_list li h3 a {
    color: #2D4C67;
    text-decoration: none;
}
.news_list li h3 a:hover {
    color: #3673A8;
}
.news-meta {
    position: absolute;
    padding: 0 20px;
    width: 100%;
    left: 0;
    bottom: 0;
    margin: 0;
    font-size: .65em;
    font-weight: 300;
    opacity: 0.8;
}
.rtl .news-meta {
    font-weight: 400;
}
.news-meta:after {
    content: '';
    display: block;
    clear: both;
}
.news-source-title {
    display: inline-block;
    line-height: 1.3em;
    background: #838a91;
    color: #fff;
    padding: 0 2px;
    margin-left: 2px;
    border-radius: 3px;
}
.news-meta img {
    margin-right: 8px;
    max-height: 18px;
    max-width: 120px;
    width: auto;
    height: auto;
}
.rtl .news-meta img {
    margin-right: 0;
    margin-left: 8px;
}
@media screen and (max-width:575px){
    .news-meta img {
        max-height: 15px;
    }
}
.news-meta .meta-by-drali {
    float: right;
    position: relative;
    font-size: .7em;
    line-height: 1.7;
    bottom: -0.3em;
    text-decoration: none;
    border-right: solid 3px #000;
    padding-right: 8px;
    color: #000;
}
.rtl .news-meta .meta-by-drali {
    float: left;
    border-right: 0;
    border-left: solid 3px #000;
    padding-right: 0;
    padding-left: 8px;
}
.news-meta a.meta-by-drali:hover {
    background: #000;
    color: #fff;
}
.news-meta a.meta-by-drali:hover svg, .news-meta a.meta-by-drali:hover svg path {
    fill: #fff;
}
.pblog_tm_media .news_list li h3 {
    margin-bottom: 0;
}

@media screen and (max-width:1600px){
    .news_list li h3 {
        margin-bottom: 14px;
    }
    .news-meta {
        padding: 0 15px;
    }
    .news-meta .meta-by-drali {
        border-left-width: 2px;
    }
    .news-meta .meta-by-drali svg {
        height: 13px;
        width: 13px;
    }
}
.button-center {
    text-align: center;
}

/*
    Section -Contact-
*/
.contact_list li {
    line-height: 1.4em;
}
.contact_list li:after {
    content: '';
    display: block;
    clear: both;
}
.contact_list svg {
    width: 48px;
    height: 48px;
    float: left;
    margin-right: 22px;
}
.rtl .contact_list svg {
    float: right;
    margin-right: 0;
    margin-left: 22px;
}
.contact_list li h4 {
    font-size: 16px;
    line-height: 1;
}
.contact_list li h4 + a {
    display: inline-block;
    direction: ltr;
    font-size: 15px;
    font-weight: 300;
}
@media screen and (max-width:768px){
    .contact_list svg {
        width: 32px;
        height: 32px;
        margin-right: 12px;
    }
    .rtl {
        margin-right: 0;
        margin-left: 12px;
    }
    .contact_list {
        font-size: 13px;
    }
    .contact_list svg {
        width: 24px;
        height: 24px;
        margin-right: 6px;
    }
    .rtl .contact_list svg {
        margin-right: 0;
        margin-left: 6px;
    }
    .contact_list li h4 {
        font-size: 11px;
    }
    .contact_list li h4 + a {
        font-size: 8px;
        letter-spacing: .2px;
    }
}
.main-footer {
    padding: 80px 40px;
    text-align: center;
    font-size: .66em;
    background-color: #F5F5F5;
}
@media screen and (max-width:991px){
    .main-footer {
        padding: 60px 30px;
    }
}
@media screen and (max-width:575px){
    .main-footer {
        padding: 40px 20px;
    }
}




.news_share{
    width:100%;
    display:flex;
    align-items:center
}
.news_share span{
    color:#000;
    font-weight:500
}
.news_share ul{
    display:flex;
    align-items:center;
    list-style-type:none
}
.news_share ul li a{
    color:#7e7e7e;
    padding:0 7px;
    display:flex;
    transition:.3s
}
.news_share ul li a:hover{
    color:#555;
    -webkit-transform:translateY(-3px);
    transform:translateY(-3px)
}
.news_share ul svg{
    /*fill:transparent;*/
    width:20px;
    height:20px
}



.scroll_up{
    position:fixed;
    right:15px;
    bottom:20px;
    width:45px;
    height:45px;
    z-index:99;
    cursor:pointer
}
@media screen and (max-width:1199px){
    .scroll_up{
        display:none
    }
}
.beny_tm_totop{
    position:relative;
    overflow:hidden;
    background-color:#1a1a1a;
    padding:22px;
    border-radius:3px;
    display:inline-block
}
.beny_tm_totop:after{
    width:0;
    height:0;
    position:absolute;
    content:"";
    border:5px solid transparent;
    border-bottom-color:#fff;
    top:14px;
    left:17px;
    z-index:2
}

/*
    Books Section
*/
.books_list li {
    position: relative;
}
.books_list li:after {
    display: block;
    clear: both;
    content: '';
}
.books_list > li:before {
    content: '';
    position: absolute;
    right: 45px;
    top: 1.2em;
    left: 15%;
    bottom: 0;
    border-radius: 15px;
    background: rgba(255,255,255,.7);
    z-index: 10;
}
.rtl .books_list > li:before {
    left: 45px;
    right: 15%;
}
.book-image {
    position: relative;
    z-index: 20;
    float: left;
    width: 30%;
}
.rtl .book-image {
    float: right;
}
.book-image img {
    display: block;
    border-radius: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.book-details {
    position: relative;
    z-index: 20;
    float: left;
    width: 70%;
    padding: 2.4em 45px 0;
}
.rtl .book-details {
    float: right;
}
.book-details p {
    font-size: .6em;
    color: #141414;
    margin-top: .4em;
    margin-bottom: 2em;
}
.book-details ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 2em;
    font-size: .7em;
}
.book-details ul b {
    font-weight: 500;
    color: #141414;
}
@media screen and (max-width:991px){
    .book-image {
        width: 40%;
    }
    .book-details {
        width: 60%;
    }
    .books_list > li:before {
        right: 15px;
    }
    .rtl .books_list > li:before {
        left: 15px;
    }
    .book-details h3 {
        font-size: 16px;
    }
    .book-details {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/*
    Inner page
*/
.innerpage-title {
    padding-top: 5em;
    padding-bottom: 5em;
    text-align: center;
}
.dark .innerpage-title * {
    color: #fff;
}
.innerpage-title.calligraphy_bg:before, .innerpage-title.calligraphy_bg:after {
    background-size:33.333%;
}
.pblog_innerpage {
    padding-top: 3em;
    padding-bottom: 4em;
}
.pblog_innerpage h2, .pblog_innerpage h3, .pblog_innerpage h4, .pblog_innerpage h5, .pblog_innerpage h6 {
    margin-bottom: 1em;
    margin-top: 2em;
}
.pblog_innerpage img, .pblog_innerpage embed, .pblog_innerpage video, .pblog_innerpage iframe {
    display: block;
    border: 0;
    outline: 0;
    clear: both;
    max-width: 700px;
    width: 90%;
    margin: 1em auto!important;
    border-radius: 10px;
}
.pnews-image {
    position: relative;
    max-width: 700px;
    width: 90%;
    margin: 0 auto;
}
.pnews-image img {
    width: 100%;
}
.pnews-image.video {
    width: 100%;
    max-width: none;
}
@media screen and (max-width:768px){
    .pnews-image.video {
        width: initial;
        margin: 0 -10px;
    }
}
.news-media {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 0;
    padding-bottom: 56.25%;
}
.pnews-media embed, .news-media iframe, .news-media video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    max-width:none;
    max-height: none;
}
.pnews-meta {
    position: relative;
    width: 90%;
    max-width: 700px;
    margin: 1em auto 2em;
}
.pnews-meta img{
    width: auto;
    height: auto;
    display: inline-block;
    margin: 0;
    max-height: 1.5em;
    margin-left: 1em;
    border-radius: 0;
}
.pnews-meta .meta-date {
    margin-left: 1em;
}
.pnews-meta:after {
    content: '';
    display: block;
    clear: both;
}
.pnews-meta .news-meta {
    position: static;
    padding: 0;
    padding-top: 0.7em;
}
.dnews-meta {
    position: relative;
    width: 90%;
    max-width: 700px;
    margin: 4em auto 0;
}
.dnews-meta:after {
    content: '';
    display: block;
    clear: both;
}
.dnews-meta .news-cats {
    float: left;
    margin: 0;
}
.rtl .dnews-meta .news-cats {
    float: right;
}
.dnews-meta .news_share {
    float: right;
    width: auto;
}
.rtl .dnews-meta .news_share {
    float: left;
}
.pblog_related {
    padding-top: 3em;
    padding-bottom: 1em;
    background-color: #f8f9fd;
}
.pblog_related .news_list li {
    padding-bottom: 0;
}
.pblog_related .news_list li h3 {
    margin-bottom: 0;
}
.pblog_inner {
    padding-top: 5em;
    padding-bottom: 4em;
}


.calligraphy_darkbg .section_title h2 {
    color: #fff;
}
.calligraphy_darkbg .news_list li h3 {
    color: #d4bfaa;
}
.calligraphy_darkbg .news_list li h3 a {
    color: #d4bfaa;
}
.calligraphy_darkbg .news_list li h3 a:hover {
    color: #fff;
}
.calligraphy_darkbg .pblog_tm_button a, .calligraphy_darkbg .pblog_tm_button button {
    color: #fff;
    border-color: #d4bfaa;
}
.calligraphy_darkbg .pblog_tm_button a:hover, .calligraphy_darkbg .pblog_tm_button button:hover {
    color: #222;
    background: #d4bfaa;
}
.dark .pblog_tm_section a:hover {
    color: #fff;
}
.dark .pblog_tm_section .news_list li .image.videoplay:after {
    background: rgba(246,242,244,.3);
    box-shadow: 0 0 1px rgb(20 20 20 / 40%);
    color: #141414;
}
.dark .pblog_innerpage .pnews-image {
    width: 100%;
    max-width: none;
}
.dark .pblog_inner .news_list li h3, .dark .pblog_related .news_list li h3 {
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.7;
}

@media screen and (max-width:768px){
    .dark .pblog_innerpage .pnews-image {
        width: initial;
        margin: 0 -10px;
    }
}
.dark .pblog_innerpage .pnews-image .news-media {
    border-radius: 0;
}
.dark .pblog_innerpage .news_share span {
    color: #fff;
}
iframe#twitter-widget-0 {
    margin: 0 auto!important;
    display: block!important;
    width: 900px!important;
    border: solid 20px #fff!important;
    border-radius: 20px;
}
.pnews-media embed, .news-media iframe, .news-media video {
    margin: 0;
}