/*------------------------------------------------------------------
[Table of contents]

 * Basic CSS
 * Header Section
 * Floatingbar Section
 * Topbar Section
 * Titlebar Section
 * Footer Section
 * Events Calendar
 * Common Widget Section
 * Menu Section
 * Call to Action Section
 * Servicebox Section
 * Blogbox Section
 * Portfolio Section
 * Team Member Section
 * Fact in Digit Section
 * Progress Bar Section
 * Row Section
 * Sidebar Section
 * Social Section
 * Flyning Form Section
 * List Style Section
 * Tab
 * Vertical Tab
 * Accordion section
 * Toggle section
 * VC Map
 * Custom Selectbox
 * Contact Form
 * Heading Section
 * Social Section
 * Catergory section
 * Testimonials Section 
 * Client logo Section
 * Button Section
 * Global Box spacing
 * Slick Slider
 * Tweeter Section
 * Google map Section 
 * Category filter Section
 * Pricing Table
 * 404 Page
 * Search Result Page
 * BBpress-forums
 * Drop Cap Design
 * Global link color 
 
 
-------------------------------------------------------------------*/
.admin-bar .prt-fbar-close{
    top: 32px;
}
.site-content-wrapper {
    position: relative;
    z-index: 7;
}


/*** 

====================================================================
    Basic CSS
====================================================================

 ***/ 
p {
    margin: 0 0 15px;
}

.preyantechnosys-slider-wrapper .prt-quickdetails-area a,
footer a,
.entry-content a,
.site-content-wrapper a {    
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.prt-equal-height-image, 
.preyantechnosys-hide,
.prt-hide{
    display: none;  
}
.prt-wrap {
    display: table;
    width: 100%;    
}
.prt-wrap-cell {
    display: table-cell;
    vertical-align: middle;
}
.prt-align-left{
    text-align: left;
}
.prt-align-center{
    text-align: center;
}
.prt-align-right{
    text-align: right;
}
iframe {
    width: 100%;
}
.first-footer.prt-bg.prt-bgcolor-custom .prt-bg-layer{
    background-color: inherit;
}
.prt-bg.prt-bgcolor-white .prt-bg-layer{
    background-color: #fff;
}
.center-align {
    text-align: center;
}


.preyantechnosys-fbar-position-right .preyantechnosys-fbar-btn a.white,
.prt-col-bgcolor-white .prt-bg-layer-inner,
.prt-bgcolor-white,
.prt-col-bgcolor-white,
.site-header.prt-sticky-bgcolor-white.is_stuck,
.prt-header-overlay .site-header.prt-sticky-bgcolor-white.is_stuck,
.site-header-menu.prt-sticky-bgcolor-white.is_stuck,
.prt-header-style-infostack .site-header .prt-stickable-header.is_stuck.prt-sticky-bgcolor-white,
.prt-header-style-infostack .site-header-menu .is_stuck .prt-sticky-bgcolor-white,
.prt-titlebar-wrapper.prt-breadcrumb-on-bottom.prt-breadcrumb-bgcolor-white .prt-titlebar .breadcrumb-wrapper .container{
    background-color: #fff;
}


/*** Form fields, general styles first ***/
.main-holder .site #content table.cart td.actions .input-text,
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], 
input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], 
.uneditable-input, select {
    font-family: inherit;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0px;
    vertical-align: middle;
    width:100%;
    color: inherit;
    padding:15px 0px 9px;
    font-weight: normal;
    background-color: transparent;
    text-transform: inherit;
    border:1px solid var(--prt-bordercolor);
    font-size: 13px;
    outline: none;
    line-height: inherit;
    border-width: 0 0 1px 0;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, input.input-text:focus, select:focus {
    background-color: transparent;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
    color: var(--body-fonts-color);   
    outline: none !important;   
}
button, 
input[type="submit"], 
input[type="button"], 
input[type="reset"],
.checkout_coupon input.button,
.woocommerce div.product form.cart .button,
table.compare-list .add-to-cart td a,
.woocommerce .widget_shopping_cart a.button,
.woocommerce #review_form #respond .form-submit input,
.main-holder .site table.cart .coupon input,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart #content table.cart td.actions input[type="submit"],
.woocommerce #payment #place_order,
.main-holder .site .return-to-shop a.button,
.woocommerce .wishlist_table td.product-add-to-cart a {
    display: inline-block;
    text-decoration: none;
    font-size: var(--button_fontsize);
    line-height: var(--button_fontsize);
    font-weight: var(--button-font-weight);    
    padding: 12px 35px 12px;
    border:1px solid transparent; 
    color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
}

/*** Custom Selectbox ***/
.select2-container .select2-choice { 
    padding: 6px 0 6px 10px;
    border: 1px solid var(--prt-bordercolor);
    background-color: rgba(0,0,0,.03);
}
.select2-drop-active{
    border: 1px solid var(--prt-bordercolor);
}

/*** Topbar Dark text color ***/

.prt-bg.prt-bgimage-yes > .prt-bg-layer{
    opacity: 0.40;
}
.prt-col-bgimage-yes.prt-col-bgcolor-skincolor .prt-bg-layer-inner {
    opacity: 0.90;
}
.prt-bg.prt-bgimage-yes.prt-bgcolor-skincolor > .prt-bg-layer{
    opacity: 0.92;
}
.prt-bg.prt-bgcolor-grey > .prt-bg-layer{
    opacity: 0.90;
}
.preyantechnosys-fbar-main-w .preyantechnosys-fbar-box-w.prt-bg.prt-bgimage-yes > .prt-bg-layer{
    opacity: 0.10;
}
.prt-col-bgimage-yes.prt-bgcolor-white .prt-bg-layer-inner,
.prt-bg.prt-bgimage-yes.prt-bgcolor-white > .prt-bg-layer{
    opacity: 0.94;
}
.prt-col-bgcolor-grey.prt-col-bgimage-yes .prt-bg-layer-inner,
.prt-col-bgcolor-darkgrey.prt-col-bgimage-yes .prt-bg-layer-inner,
.prt-bgcolor-darkgrey.prt-bg.prt-bgimage-yes > .prt-bg-layer{
    opacity: 0.90;
}
.prt-bgcolor-darkgrey.prt-bg.prt-bgimage-yes > .site-footer-bg-layer.prt-bg-layer{
    opacity: 0.93;
}
.prt-titlebar-wrapper.prt-bg.prt-bgimage-yes > .prt-bg-layer{
    opacity: 0.60;
}
.prt-titlebar-wrapper.prt-bg.prt-bgimage-yes.prt-bgcolor-custom > .prt-bg-layer{
    opacity: 1;
}
.prt-col-bg,
.prt-bg{
    position: relative;
}
.prt-bg-layer,
.prt-titlebar-wrapper .prt-titlebar-wrapper-bg-layer{
    position: absolute;
    height: 100%;
    width: 100%;
    top:0;
    left: 0;
}
.prt-bgcolor-transparent > .prt-bg-layer,
.prt-bgcolor-transparent{
    background-color: transparent !important;
}

.footer .first-footer.prt-textcolor-dark  {
    border-color:rgba(0,0,0,.14);
}
/*** Top to bottom ***/
#totop {
    position: fixed;
    right: 0;
    bottom: 20px;
    width: 65px;
    height: 55px;
    border-radius: 55px 0 0 55px !important;
    padding: 6px 5px 4px 5px;
    text-align: left;
    z-index: 20;
    cursor: pointer;
    opacity: 0;
    -webkit-transform: translateX(130%);
    -ms-transform: translateX(130%);
    transform: translateX(130%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
	background-color:var(--prt-secondarycolor) !important;
}
#totop.top-visible {
	font-size: 26px;
    height: 55px;
    width: 60px;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/*** Footer left right spacing ***/
.preyantechnosys-topbar-wrapper.container-full{
    padding-left: 60px;
    padding-right: 60px;
}
.prt-header-style-classic-two .preyantechnosys-topbar-wrapper.container-full {
    padding-left: 40px;
    padding-right: 40px;
}
.container-fullwide .site-content-inner.row,
.footer .container-fullwide{
    padding-left: 15px;
    padding-right: 15px;
}
.preyantechnosys-item-thumbnail,
.preyantechnosys-item-thumbnail-inner{
    display: block;
}
.prt-boxes-carousel-spacing-15 .preyantechnosys-boxes-inner {
    padding: 15px;
}
.prt-boxes-carousel-without-title .preyantechnosys-boxes-inner{
    padding-top: 80px;
}

/*** 

====================================================================
    Header Section
====================================================================

 ***/  



.site header,
.prt-header-block, 
.site-header,
.site-header-main{
    position:relative;
}

/*** Logo Section ***/
.preyantechnosys-logo-img.standard{
    max-height: 100px;
    width: auto;
}
.headerlogo img{    
    max-height: 35px;
    width: auto;    
}
.headerlogo img, 
.prt-stickylogo-yes .standardlogo, 
.is-sticky .prt-stickylogo-yes .stickylogo{
    display:inline-block;
}
.site-title a.home-link:hover, a.home-link:hover {
    text-decoration: none;
}
.site-title {
    font-size: 33px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    color: #fff;    
    display: table;
    vertical-align: middle;
    text-align: center; 
    width: 100%;
    height: 100%;
}
.site-title a {
    display: table-cell;
    vertical-align: middle;
}
.site-description {
    display: none;
}

/*Headerstyle-classic*/

.is_stuck .headerlogo .stickylogo, 
.headerlogo img, 
.prt-stickylogo-yes .standardlogo, 
.is_stuck .prt-stickylogo-yes .stickylogo {
    display: inline-block;
}

.prt-headerstyle-classic .tprt-header-button a:after {
    content: "\e801";
    font-family: prt-valetex-icons;
    margin-left: 13px;
    font-size: 16px;
    top: 2px;
    position: relative;
}

/*** Header cart and search icon font size ***/

#site-header-menu #site-navigation .prt-header-icon a,
#site-header-menu #site-navigation .preyantechnosys-fbar-btn a{ 
    font-size: 16px;
}
.prt-header-style-classic-two .site-header-main.container-fullwide .prt-header-icons .preyantechnosys-fbar-btn {
    display: none;
}
.prt-header-style-classic #site-header-menu #site-navigation .preyantechnosys-fbar-btn a { 
    font-size: 23px;
    text-align: center;
}
.prt-header-style-classic-two .preyantechnosys-fbar-btn a{ 
    font-size: 23px;
    text-align: center;
    transition: all 0.3s ease;
    background-color: var(--prt-greycolor);
}
.prt-header-style-classic-two .prt-header-text-area .header-info-widget .header-content a:hover {
    color: var(--prt-secondarycolor) !important;
}
.prt-header-style-classic-two .site-header-main.container-fullwide .preyantechnosys-fbar-btn {
    float: left;
    width: 110px;
}
.preyantechnosys-fbar-yes .prt-header-style-classic-two .site-header-main.container-fullwide, .prt-header-style-classic-two .site-header-main.container-fullwide {
    padding: 0;
}
.prt-header-style-infostack #site-header-menu .kw-phone .prt-header-icon a{
    font-size: 18px !important;
}
.prt-header-icons .prt-header-wc-cart-link a,
.prt-header-icons .prt-header-search-link a {
    position: relative;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    line-height: 31px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #1a1d22;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.prt-header-style-classic .prt-header-icons .prt-header-wc-cart-link a ,
.prt-header-style-classic .prt-header-icons .prt-header-search-link a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 3px;
    padding-left: 2px;
    font-size: 15px !important;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.prt-header-style-classic .prt-header-icons .prt-header-wc-cart-link a {
    padding-left: 0px;
}
.prt-header-icons .prt-header-wc-cart-link span.number-cart {
    position: absolute;
    top: auto;
    bottom: 45px;
    left: 30px;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 13px;
    font-size: 10px;
    display: block;
    background-color: var(--prt-skincolor);
    color: var(--prt-secondarycolor);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.prt-header-style-infostack .prt-header-icons .prt-header-wc-cart-link span.number-cart {
    bottom: 21px;
    left: 17px; 
}
.preyantechnosys-fbar-btn.hidefbtn a{
    -webkit-transform: scale(0); 
    -ms-transform: scale(0); 
    -moz-transform: scale(0);
    transform: scale(0);  
}

/*** Infostck header widget ***/
.prt-header-style-infostack .prt-top-info-con {
    position: relative;
    float: right;
    text-align: right;
    vertical-align: middle;
    display: table;
}
.prt-header-style-infostack .header-widget {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    height: 100%;
    padding-right: 0;
}
.prt-header-style-infostack .header-widget * {
    margin-bottom: 0;
}
.prt-header-style-infostack .header-widget .header-content,
.prt-header-style-infostack .header-widget .header-icon {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    text-align: left;
}
.prt-header-style-infostack .prt-top-info-con .header-widget {
    padding: 0 35px;
}
.prt-header-style-infostack .prt-top-info-con .header-widget:last-child {
    padding-right: 0;
}
span.prt-header-address-info {
    text-transform: uppercase;
}
.prt-header-style-infostack .header-widget .header-content {
    padding-left: 18px;
}
.prt-header-style-infostack .prt-top-info-con .header-widget:last-child .header-widget-main {
    margin-right: 0px;
}
.prt-header-style-infostack .header-widget .header-icon i {
    font-size: 30px;
    line-height: 40px;
    position: relative;
    top: 7px;
}
.prt-header-style-infostack .header-widget .header-icon i.fa {
    line-height: 50px;
}
.prt-header-style-infostack .header-widget .header-icon .icon {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
}
.prt-header-style-infostack .header-widget h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.prt-header-style-infostack .header-widget h5 {
    font-size: 14px;
    line-height: 25px;
    font-weight: normal;
    color: inherit;
}
.prt-header-style-infostack .header-widget h3,
.prt-header-style-infostack .header-widget h5 {
    margin-top: 0;
    margin-bottom: 0;
}
.prt-header-style-infostack .prt-social-share-wrapper.prt-social-share-portfolio-wrapper {
    padding-top: 0px;
    float: right;
    padding-left: 35px;
}
.prt-header-style-infostack .prt-header-icons span.preyantechnosys-fbar-btn{
    display: none;
}
.prt-header-style-infostack .tprt-custombutton span.preyantechnosys-fbar-btn {
    display: table-cell;
    float: unset;
}
.prt-header-style-infostack .tprt-custombutton .header-button{
    display: table-cell;
        top: -6px;
    position: relative;
}
.prt-header-style-infostack span.prt-fbar-open-icon.prt-icolor-white {
    font-size: 28px;
}
.prt-header-style-infostack .prt-social-share-links ul li a {
    color: #ffffff;
    border: 0px solid var(--prt-bordercolor);
}
.prt-header-style-infostack .prt-top-info-con  ul.social-icons {
    padding-left: 10px;
}
.prt-header-style-infostack .site-header-menu-inner.is_stuck .kw-phone{
    border-radius: 0px;    
}
.prt-header-style-infostack #site-header-menu .container{
    position: relative;
    padding: 0;
}  
.prt-header-style-infostack .site-header .prt-top-info-con .preyantechnosys-social-links-wrapper .social-icons li > a {
    color:#6c6c6c;
    border: 1px solid #ececec;
}
.prt-header-style-infostack .site-header.prt-bgcolor-darkgrey .prt-top-info-con .preyantechnosys-social-links-wrapper .social-icons li > a,
.prt-header-style-infostack .site-header.prt-bgcolor-skincolor .prt-top-info-con  .preyantechnosys-social-links-wrapper .social-icons li > a {
    border: 1px solid rgba( 255,255,255 ,0.8);
}
.prt-header-style-infostack .prt-top-info-con  .preyantechnosys-social-links-wrapper .social-icons li > a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 28px;
    font-size: 13px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.prt-header-style-infostack .kw-phone .prt-header-icons {
    float: left;
}

.header-info-widget div{
    padding-right:10px;
}

.header-info-widget div:last-child{
    padding-right:0px;
}

/*Hedaer overlay*/
.prt-header-overlay .social-icons li > a {
    color: #fff;
    border: 1px solid rgba(255 ,255, 255 , 0.20);
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 0;
}
.prt-header-overlay .social-icons li > a:hover{
    color:#fff;
}
.prt-header-overlay .prt-slider-div .preyantechnosys-social-links-wrapper {
    display: none;
}
.prt-pageslider-yes .prt-slider-div .preyantechnosys-social-links-wrapper {
    position: absolute;
    left: 70px;
    top: 312px;
    z-index: 1;
    transform-origin: left top 0;
    width: 60px;
    display: block;
}
.prt-pageslider-yes .prt-header-overlay .prt-slider-div .preyantechnosys-social-links-wrapper .social-icons li {
    margin-bottom: 10px;
}

.tprt-header-button{
    display:inline-block;
}
.tprt-header-button a{
    font-size:15px; 
}
.tprt-header-button a:hover{
    color:#fff;
}

.tprt-call-box a{
    font-size: 17px;
    color: #fff;
    font-weight: 700
}
.tprt-call-box i{
    font-size:20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    display: inline-block;
    margin-right: 10px;
}
}
/*** 

====================================================================
    Topbar Section
====================================================================

 ***/  
.preyantechnosys-topbar-wrapper {
    position: relative;
}
.preyantechnosys-sticky-footer .preyantechnosys-topbar-wrapper {
    z-index: 1;
}
.preyantechnosys-topbar-wrapper.prt-borderbottom-yes {
    border-bottom: 1px solid #e9e9e9;
}
.preyantechnosys-topbar-wrapper.prt-textcolor-white.prt-borderbottom-yes {
    border-color:rgba(255, 255, 255, 0.12);
}
.preyantechnosys-topbar-wrapper.prt-bgcolor-grey.prt-borderbottom-yes {
    border-color:#e8ecef;
}
.preyantechnosys-fbar-btn-link .prt-fbar-close-icon,
.preyantechnosys-fbar-position-default .prt-float-overlay{
    display: none;
}
.prt-float-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: rgba(0,0,0,1);
    visibility: hidden;
    opacity: 0;
    z-index: 9997;
}
.prt-float-overlay.animated {
    visibility: visible;
    opacity: 0.9;
}
.prt-float-overlay.animated {
    cursor: url(../images/close.png), auto;
}
.preyantechnosys-fbar-btn{
    cursor: pointer;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    float: right;
}
.preyantechnosys-topbar-wrapper .preyantechnosys-fbar-btn {
    margin-top: 16px;
    font-size: 17px;
    margin-left: 35px;
    margin-right: 50px;
    position: absolute;
    right: 0;
    float: none;
    bottom: -20px;
    z-index: 99;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background-color: #333;
    text-align: center;
    line-height: 44px;
}
.site-header-main.container-fullwide .preyantechnosys-fbar-btn.preyantechnosys-fbar-bg-skincolor{
    background: var(--prt-skincolor);
}
.site-header-main.container-fullwide .preyantechnosys-fbar-btn.preyantechnosys-fbar-bg-dark{
    background: var(--prt-secondarycolor);
}
.site-header-main.container-fullwide .preyantechnosys-fbar-btn.preyantechnosys-fbar-bg-white{
    background: var(--prt-whitecolor);
}
.site-header-main.container-fullwide .preyantechnosys-fbar-btn.preyantechnosys-fbar-bg-grey{
    background: var(--prt-greycolor);
}
.site-header-main.container-fullwide .preyantechnosys-fbar-btn {
    padding-right: 0;
    margin: 0;
    width: 90px;
    background: var(--prt-secondarycolor);
    z-index: 1;
}
.prt-header-style-classic-two .site-header-main .preyantechnosys-fbar-btn {
    margin-right: 40px;
}
.prt-header-style-classic-two .site-header-main .preyantechnosys-fbar-btn.preyantechnosys-fbar-bg-white {
    border-right: 1px solid var(--prt-bordercolor);
}
.prt-header-invert .site-header-main.container-fullwide .preyantechnosys-fbar-btn {
    padding-left: 20px;
    padding-right: 0;
}
.preyantechnosys-fbar-btn.prt-fbar-btn-cposition-default{
    opacity: 1;
}
.preyantechnosys-fbar-btn.prt-fbar-btn-cposition-default.animated {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 0;
}
.prt-header-invert .preyantechnosys-fbar-btn {    
    margin-left: 0px;
    float: left;
}
.preyantechnosys-fbar-box .widget ul > li{
    border: none;
} 
.preyantechnosys-fbar-box ul.prt-pricelist-block li {
    display:block;
    flex-wrap: unset;
    padding: 15px 0px;
}
.preyantechnosys-fbar-box ul.prt-pricelist-block li span {
    width: unset;
    float: none;
}
.preyantechnosys-fbar-box-w.prt-textcolor-white ul.prt-pricelist-block li span {
    color:#fff;
}
.preyantechnosys-fbar-box ul.prt-pricelist-block li .service-price {
    float: right;
}
.preyantechnosys-fbar-position-default .preyantechnosys-fbar-box .widget ul > li.prt-recent-post-list-li{
    padding-top:0px;
    overflow: hidden;
    padding-bottom: 20px;
} 
.preyantechnosys-fbar-position-default .widget_recent_comments li:before{
    top: 6px;
}
.preyantechnosys-fbar-btn.preyantechnosys-fbar-open{
    position: fixed;
}
.productbox .roadtip:after, .preyantechnosys-fbar-btn{
    border-top-color: #222;
}

/*** preyantechnosys floating bar  ***/
.preyantechnosys-fbar-box-w{
    -webkit-box-shadow: inset 0px -23px 30px -20px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: inset 0px -23px 30px -20px rgba(0, 0, 0, 0.18);
    box-shadow: inset 0px -23px 30px -20px rgba(0, 0, 0, 0.18); 
}
.preyantechnosys-fbar-position-default .preyantechnosys-fbar-box{
    padding-top: 0px;
    padding-bottom: 60px;
}
.preyantechnosys-fbar-box h2{   
    font-weight: 400;
    font-size: 21px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.preyantechnosys-fbar-box .prt-custom-heading {
    margin-bottom: 0;
}
.preyantechnosys-fbar-btn a{
    position:relative;  
    display: block;
    background-color: transparent;
}
.preyantechnosys-fbar-btn.prt-fbar-icon-color-dark a i{
    color: #313131;
}
.preyantechnosys-fbar-box-w{
    position:relative;
}
.preyantechnosys-fbar-box-w:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
    display: block;
}
.preyantechnosys-fbar-bg-darkgrey.preyantechnosys-fbar-box-w.prt-fbar-with-bgimage:after {
    background: rgba(0, 0, 0, 0.85);
}
.preyantechnosys-fbar-bg-grey.preyantechnosys-fbar-box-w.prt-fbar-with-bgimage:after {
    background: rgba(231, 231, 231, 0.85);
}
.preyantechnosys-fbar-bg-white.preyantechnosys-fbar-box-w.prt-fbar-with-bgimage:after {
    background: rgba(255, 255, 255, 0.85);
}
.preyantechnosys-fbar-bg-darkgrey.preyantechnosys-fbar-box-w:after {
    background: #282828;
}
.preyantechnosys-fbar-bg-grey.preyantechnosys-fbar-box-w:after {
      background: #f8f8f8;
}
.preyantechnosys-fbar-bg-white.preyantechnosys-fbar-box-w:after {
    background: #fff;
}
.preyantechnosys-fbar-box{
    position: relative;
    z-index: 10;
}
.preyantechnosys-fbar-position-default div.preyantechnosys-fbar-box-w {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    z-index: 1002;
    border-bottom: 0 solid #999;
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.preyantechnosys-fbar-position-default div.preyantechnosys-fbar-box-w.animated {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.preyantechnosys-fbar-position-default .fcloseicon{
    position: fixed;
    top: 17px;
    right: 24px;
    height: 30px;
    width: 30px;
    z-index: 100;
    display: block;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}
.preyantechnosys-fbar-position-default .fcloseicon:after{   
    content: '\E82D';
    font-family: "prt-valetex-icons";
}
.preyantechnosys-fbar-position-default .widget{
    margin: 35px 0 0px;
    padding-top: 35px; 
}
.preyantechnosys-team-form-no-group .prt-wrap-cell {
    display: inline-block; 
}
.preyantechnosys-team-form-no-group .prt-wrap-cell h2{
    padding-right: 20px;
}
.preyantechnosys-fbar-text-white.preyantechnosys-fbar-bg-darkgrey.preyantechnosys-fbar-box-w .submit_field button{
    border-color: transparent;
    color: #fff;
}
.preyantechnosys-fbar-text-white.preyantechnosys-fbar-bg-darkgrey.preyantechnosys-fbar-box-w .submit_field button:hover{
    background-color: transparent;
}
.prt-fbar-close{
   color: #fff !important;
    position: fixed;
    top: 17px;
    right: 24px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    z-index: 100;
    display: block;
    text-align: center;
    font-size: 17px;
    cursor: pointer;
    background-color: var(--prt-skincolor);
    border-radius: 50%;
}
.preyantechnosys-fbar-position-right .preyantechnosys-fbar-box-w {
    position: fixed;
    top: 0;
    right: 0;
    width: 520px;
    height: 100%;
    overflow: hidden;
    z-index: 9999;
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translateX(530px);
    -ms-transform: translateX(530px);
    transform: translateX(530px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.prt-header-invert .preyantechnosys-fbar-position-right .preyantechnosys-fbar-box-w {
    right: auto;
    left: 0;
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    transform: translateX(-400px);   
}
.preyantechnosys-fbar-position-right .preyantechnosys-fbar-box-w .prt-fbar-close{
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translateX(400px);
    -ms-transform: translateX(400px);
    transform: translateX(400px);   
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.preyantechnosys-fbar-position-right .preyantechnosys-fbar-box-w.animated .prt-fbar-close,
.preyantechnosys-fbar-position-right .preyantechnosys-fbar-box-w.animated {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.preyantechnosys-fbar-position-right .preyantechnosys-fbar-box .widget {
    float: none;
    width: auto;
}
.preyantechnosys-fbar-position-right .preyantechnosys-fbar-box .widget:first-child {
    margin-top: 25px;
}
.preyantechnosys-fbar-position-right .preyantechnosys-fbar-box-w{
    border: none;
}
.preyantechnosys-fbar-position-right .preyantechnosys-fbar-btn {
    cursor: pointer;
    position: absolute;
    right: 80px;
    z-index: 1005;
    width: 58px;
    height: 58px;
    text-align: center;
    width: 0;
    height: 0;
    top: 72px;
}
.preyantechnosys-fbar-position-right .floatingbar-widgets-inner .widget-area{
    float: none;
    width: 100%;
}
.preyantechnosys-fbar-position-right .preyantechnosys-fbar-content-wrapper{
    width: 100%;
}
.preyantechnosys-fbar-position-default .preyantechnosys-fbar-content-wrapper,
.preyantechnosys-fbar-position-right .preyantechnosys-fbar-content-wrapper {
    overflow: hidden;
    height: 100%;
    padding: 95px 35px;
    padding-bottom:10px;
    z-index: 80;
    position: relative;
}
.preyantechnosys-fbar-position-default .preyantechnosys-fbar-content-wrapper{ 
    height: 100%;
    padding: 0px;
    overflow-y: scroll;
}

/*** Flaotingbar color white ***/
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-text-white .widget_calendar table, 
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-text-white .widget_calendar th, 
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-text-white .widget_calendar td,
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-text-white .widget ul > li{
    border-color: rgba(255, 255, 255, 0.21);
}
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-text-white .widget_tag_cloud .tagcloud a{
    background-color: rgba(255, 255, 255, 0.90);
    color: #2C2C2C;
}
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-text-white .widget_tag_cloud .tagcloud a:hover{    
    color: #fff;
}
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-text-white.preyantechnosys-fbar-bg-skincolor .widget a:hover,
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-text-white .widget_calendar caption,
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-text-white .widget_calendar table, 
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-text-white .widget_calendar th, 
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-text-white .widget_calendar td,
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-text-white .widget ul > li, 
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-text-white .widget_text{
    color: rgba(255, 255, 255, 0.80);
}
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-text-white .widget a,
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-text-white .widget .widget-title{
    color: rgba(255, 255, 255, 0.90);
}
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-text-white.preyantechnosys-fbar-bg-skincolor .widget .widget-title{
    border-color: #fff;
}
.preyantechnosys-fbar-btn.prt-fbar-bg-color-darkgrey a:before{
    border-bottom-color: #202020;
}
.preyantechnosys-fbar-btn.prt-fbar-bg-color-darkgrey a{
    background-color: #202020;
}
.preyantechnosys-fbar-position-right .preyantechnosys-fbar-btn.prt-fbar-bg-color-darkgrey a:after{
    border-top-color: #202020;
    border-bottom-color: #202020;
}
.preyantechnosys-fbar-btn.prt-fbar-bg-color-grey a{
    background-color: #E4E4E4;
}
.preyantechnosys-fbar-position-right .preyantechnosys-fbar-btn.prt-fbar-bg-color-grey a:after{
    border-top-color: #E4E4E4;
    border-bottom-color: #E4E4E4;
}
.preyantechnosys-fbar-btn.prt-fbar-bg-color-white a{
    background-color: #fff;
}
.preyantechnosys-fbar-position-right .preyantechnosys-fbar-btn.prt-fbar-bg-color-white a:after{
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.preyantechnosys-fbar-position-default .preyantechnosys-fbar-btn.prt-fbar-bg-color-white a:after{
    border-left-color: #fff;
    border-right-color: #fff; 
}
.preyantechnosys-fbar-position-default .preyantechnosys-fbar-btn.prt-fbar-bg-color-grey a:after{
    border-left-color: #E4E4E4;
    border-right-color: #E4E4E4;
}
.preyantechnosys-fbar-position-default .preyantechnosys-fbar-btn.prt-fbar-bg-color-darkgrey a:after{
    border-left-color: #202020;
    border-right-color: #202020;
}

/*** Flaotingbar color dark ***/
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-text-dark .team-search-form-before-text,
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-text-dark .widget_text,
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-text-dark .widget ul > li{
    color: rgba(0, 0, 0, 0.66);
}
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-text-dark .widget .widget-title, 
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-text-dark a{
    color: rgba(0, 0, 0, 0.70);
}
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-text-dark .search_field,
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-text-dark .contact-info,
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-text-dark .widget_calendar table, 
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-text-dark .widget_calendar th, 
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-text-dark .widget_calendar td,
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-text-dark .widget ul > li{
    border-color: rgba(0, 0, 0, 0.10);
}
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-bg-skincolor.preyantechnosys-fbar-text-dark .widget .widget-title{
    border-color: 1px solid rgba(61, 61, 61, 1);
}
.preyantechnosys-fbar-box-w.prt-textcolor-darkgrey .select2-container--default .select2-selection--single .select2-selection__rendered,
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-bg-skincolor.preyantechnosys-fbar-text-dark a:hover,
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-bg-skincolor.preyantechnosys-fbar-text-dark .widget li a:before, 
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-bg-skincolor.preyantechnosys-fbar-text-dark .widget li:before,
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-text-dark .search_field.selectbox:after, 
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-text-dark .search_field i, 
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-text-dark .preyantechnosys-fbar-box h2, 
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-text-dark .preyantechnosys-fbar-box .search_field select,
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-text-dark .preyantechnosys-fbar-box .search_field input[type="text"]{
    color: rgba(0, 0, 0, 0.80);   
}
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-text-dark .search_field select, 
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-text-dark .search_field input::-webkit-input-placeholder{
    color: rgba(0, 0, 0, 0.50);   
}
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-text-dark .search_field input:-moz-placeholder{
   color: rgba(0, 0, 0, 0.50);  
}
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-text-dark .search_field input::-moz-placeholder{
    color: rgba(0, 0, 0, 0.50);    
}
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-text-dark .search_field input:-ms-input-placeholder{  
    color: rgba(0, 0, 0, 0.50);    
}
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-bg-skincolor.preyantechnosys-fbar-text-white .tagcloud a:hover,
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-bg-skincolor.preyantechnosys-fbar-text-dark .tagcloud a:hover{
    background-color: #2c2c2c;
    color: #fff;
}

/*** 

====================================================================
    Topbar Section
====================================================================

 ***/ 
.preyantechnosys-topbar-wrapper .social-icons li > a {
    border: none;
    width: 40px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0;
}
.prt-topbar-content .prt-wrap-cell .preyantechnosys-social-links-wrapper li:before {
    display: none;
}
.preyantechnosys-topbar-wrapper.prt-borderbottom-yes .social-icons li > a {
    width:31px;
}
.preyantechnosys-topbar-wrapper .top-contact li a,
.preyantechnosys-topbar-wrapper .social-icons li > a,
.preyantechnosys-topbar-wrapper .prt-fbar-open-icon{
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.prt-topbar-content .prt-wrap-cell div{
    display: inline-block;
} 
.prt-topbar-content .prt-wrap-cell div.prt-center-text {
    display: block;
}
.site-header .preyantechnosys-topbar{
    position: relative;
    z-index: 10;
}  
.table-row {
    display: table;
    width: 100%;
}
.prt-tb-right-content {
    text-align: right;
    display:inline-block;
    padding-left:5px;
}
.prt-center-content .preyantechnosys-tb-left-content{
    width: 100%;
    display: block;
}
.preyantechnosys-topbar-inner {  
    line-height: 50px;
}
.top-contact {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    display: inline-block;
    position: relative;
    line-height:44px;
    vertical-align: top;
}
.prt-topbar-content .top-contact img {
    padding-right: 7px;
}
.top-contact.prt-highlight-left {
    margin-right: 15px;
    padding-right: 5px;
    color:rgba(255, 255, 255, 0.95);
}
.top-contact.prt-highlight-right {
    margin-left: 15px;
    padding-left: 15px;
    color:rgba(255, 255, 255, 0.95);
}
.top-contact.prt-highlight-right strong,
.top-contact.prt-highlight-left strong {
    font-weight:500;
}
.prt-header-style-infostack .preyantechnosys-social-links-wrapper,
.prt-header-style-infostack .top-contact {
    line-height: 50px;
}
.top-contact i {
    display: inline-block;
    vertical-align: middle;
    border: none;
    text-align: center;
    font-size: 14px;
    padding-top: 3px;
}
.prt-header-style-infostack .top-contact i {
    padding-right: 7px;
    margin-bottom: 4px;
}
.prt-bgcolor-skincolor .top-contact i {
    color: rgba(255, 255, 255, 0.75);
}
.top-contact .kw_valetex{
    margin-top: -8px;
    vertical-align: middle;
}
.top-contact li {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 1;
}
.preyantechnosys-topbar-wrapper:not(.prt-borderbottom-yes) .prt-wrap-cell:not(.prt-align-right) .top-contact li:first-child{
    padding-left: 0px !important;
}
.top-contact li,
.prt-topbar-content .prt-wrap-cell div{
    position: relative;
}
.prt-topbar-content .prt-wrap-cell div{
    padding-left: 0;
    margin-left: 0;
}
.prt-topbar-content .prt-wrap-cell div:first-child{
    margin-left:0px;
}
.prt-topbar-content .prt-wrap-cell div.preyantechnosys-social-links-wrapper:first-child,
.prt-topbar-content .prt-wrap-cell .preyantechnosys-social-links-wrapper {
    padding-left: 10px; 
}
.prt-borderbottom-yes .prt-topbar-content .prt-wrap-cell div.preyantechnosys-social-links-wrapper:first-child {
    padding-left: 3px;
}
.prt-topbar-content .prt-wrap-cell div:not(.prt-center-text):before,
.prt-topbar-content .prt-wrap-cell .top-contact li:before {
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    height: 20px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.40) !important;
    z-index: 1;
    position: absolute;
}
.prt-header-overlay .prt-topbar-content .prt-wrap-cell .top-contact li:last-child:after,
.prt-borderbottom-yes .prt-topbar-content .prt-wrap-cell div:before,
.prt-borderbottom-yes .prt-topbar-content .prt-wrap-cell .top-contact li:before {
    height: 100%;
    top: 0; 
}
.prt-header-overlay .preyantechnosys-topbar-wrapper.prt-bgcolor-darkgrey .prt-topbar-content .prt-wrap-cell .top-contact li:last-child:after,
.prt-header-overlay .preyantechnosys-topbar-wrapper.prt-bgcolor-skincolor .prt-topbar-content .prt-wrap-cell .top-contact li:last-child:after,
.preyantechnosys-topbar-wrapper.prt-bgcolor-darkgrey .top-contact li:before,
.preyantechnosys-topbar-wrapper.prt-bgcolor-darkgrey .top-contact li:last-child:after,
.preyantechnosys-topbar-wrapper.prt-bgcolor-skincolor .top-contact li:before,
.preyantechnosys-topbar-wrapper.prt-bgcolor-skincolor .top-contact li:last-child:after {
    background-color: rgba(255, 255, 255, 0.08);
}
.prt-wrap-cell:not(.prt-align-right) .top-contact li:first-child {
    padding-left: 28px;
    padding-right: 30px;
}
.prt-topbar-content .prt-wrap-cell .top-contact li:last-child:after{
    right: 0;
}
.prt-topbar-content .prt-wrap-cell .top-contact li:last-child {
    padding-right:5px;
}
.prt-header-overlay .prt-topbar-content .prt-wrap-cell .top-contact li:last-child {
    padding-right:0;
}
.prt-topbar-content .prt-wrap-cell .top-contact li:before {
    left: -4px;
}
.preyantechnosys-boxed .prt-topbar-content .prt-wrap-cell div:first-child:before,
.preyantechnosys-topbar-wrapper:not(.prt-borderbottom-yes) .prt-topbar-content .prt-wrap-cell .top-contact li:first-child:before {
    content:unset;
}
.preyantechnosys-boxed .prt-topbar-content .prt-wrap-cell div.preyantechnosys-social-links-wrapper:first-child,
.preyantechnosys-boxed .prt-topbar-content .prt-wrap-cell .preyantechnosys-social-links-wrapper {
    padding-left: 0px;  
}
.prt-header-style-infostack .prt-align-right>div:last-child .social-icons {
    padding-right: 11px;
}
.preyantechnosys-topbar-wrapper .social-icons li:before,
.top-contact li:last-child:after{
    right: 0px;
}
.prt-topbar-content .prt-wrap-cell .preyantechnosys-social-links-wrapper {
    padding-left:15px;
}
.prt-topbar-content .prt-wrap-cell div:not(.prt-center-text):before {
    content: unset;
}
.prt-header-style-classic-two .prt-topbar-content .prt-wrap-cell .preyantechnosys-social-links-wrapper {
    padding: 0 !important;
}
.prt-header-style-classic-two .preyantechnosys-topbar-wrapper .social-icons li > a {
    font-size: var(--topbar-fontsize);
    width: auto;
    background: transparent;
    text-transform: capitalize;
}
.prt-header-style-classic-two .preyantechnosys-topbar-wrapper .social-icons li > a:hover {
    color: var(--prt-skincolor);
}
.prt-header-style-classic-two .preyantechnosys-topbar-wrapper .social-icons li > a i {
    font-size: 0;
}
.prt-header-style-classic-two .preyantechnosys-topbar-wrapper .social-icons li {
    padding-right: 15px;
    margin-right: 15px;
}
.prt-header-style-classic-two .preyantechnosys-topbar-wrapper .social-icons li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.prt-header-style-classic-two .preyantechnosys-topbar-wrapper .social-icons li:before {
    content: '';
    height: 5px;
    width: 5px;
    background: var(--prt-skincolor) !important;
    display: block;
    border-radius: 50%;
    position: absolute;
    right: -2px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.prt-header-style-classic-two .preyantechnosys-topbar-wrapper .social-icons li:last-child:before {
    display: none;
}
.top-contact.prt-highlight-right:after,
.top-contact.prt-highlight-left:after{
    content: "";
    width: 5000px;
    height: 100%;
    background-color: #0186d5;
    right: 0;
    top: 0px;
    position: absolute;
    z-index: 0;
}
.top-contact.prt-highlight-right:after{
    left: 0;
}
.top-contact.prt-highlight-right i,
.top-contact.prt-highlight-left i{
    color: #fff !important;
}
.top-contact.prt-highlight-right li:first-child:before,
.top-contact.prt-highlight-right li:after,
.top-contact.prt-highlight-left li:first-child:before,
.top-contact.prt-highlight-left li:after{
    display: none
}
.preyantechnosys-topbar-wrapper.prt-bgcolor-skincolor .social-icons li > a:hover {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 1);
}
.preyantechnosys-topbar-wrapper.prt-bgcolor-skincolor.prt-textcolor-white a:hover {
    color: rgba(255, 255, 255, 0.80);
}

.prt-header-overlay .prt-textcolor-white .prt-topbar-content .prt-wrap-cell .top-contact li:last-child:after,
.prt-textcolor-white .prt-topbar-content .prt-wrap-cell div.prt-addsep-before:before,
.prt-header-overlay .prt-textcolor-white .top-contact li:before,
.prt-header-overlay .prt-textcolor-white .top-contact li:last-child:after,
.prt-header-overlay .prt-textcolor-white.preyantechnosys-topbar-wrapper .social-icons li:before,
.prt-textcolor-white.preyantechnosys-topbar-wrapper .social-icons li:first-child:before,
.prt-textcolor-white.preyantechnosys-topbar-wrapper .social-icons li:after,
.prt-textcolor-white.preyantechnosys-topbar-wrapper .social-icons li:before,
.prt-textcolor-white .prt-topbar-content .prt-wrap-cell div:before,
.prt-textcolor-white .prt-topbar-content .prt-wrap-cell .top-contact li:before,
.prt-textcolor-white .top-contact li:first-child:before,
.prt-textcolor-white .top-contact li:last-child:after, 
.prt-textcolor-white .top-contact li:before,
.prt-textcolor-white .top-contact li:after,
.prt-header-overlay .prt-textcolor-white .prt-topbar-content .social-icons:before {
    background-color: rgba(255, 255, 255, 0.12);
}
.prt-bgcolor-skincolor.prt-textcolor-white a:hover {
    color: rgb(54, 48, 46);
}
.preyantechnosys-topbar-wrapper .social-icons li {
    position: relative;
    min-width: auto;
    padding: 0px;
    margin: 0px;
    float:left;
    text-align:center;
}
.prt-topbar-content .prt-wrap-cell .preyantechnosys-social-links-wrapper {
    display: inline-block;
    vertical-align: top;
}
.prt-bgcolor-skincolor .prt-topbar-content .social-icons li > a:hover {
    color: #fff;
    border-color: transparent;
}
.preyantechnosys-topbar-wrapper.prt-borderbottom-yes .social-icons li:before {
    top: 12px;
    content: '';
    height: 23px;
    width: 1px;
    background-color: #e9ecef;
    z-index: 1;
    position: absolute;
}
.preyantechnosys-topbar-wrapper.prt-borderbottom-yes .social-icons li:last-child:before {
    content:unset;
}

/*** 

====================================================================
    Titlebar Section
====================================================================

 ***/
.prt-titlebar-wrapper .prt-titlebar-inner-wrapper{
    padding: 0px;
    display: table;
    width:100%;
}
.prt-titlebar-main {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
.prt-titlebar-wrapper{
    position:relative;
    z-index: 1; 
}
.prt-titlebar-wrapper.entry-header{
    margin-bottom:0px;
} 
.prt-titlebar-align-right .prt-titlebar-main {
    text-align: right;
}
.prt-titlebar-align-left .prt-titlebar-main {
    text-align: left;
}
.prt-titlebar-wrapper .entry-header {
    margin-bottom: 0px;
    position: relative; 
}
.preyantechnosys-titlebar-main {
    text-align:center;
}
.prt-titlebar-wrapper .entry-title-wrapper a{
    color: rgba(255, 255, 255, 0.90);
    font-weight:bold;
}
.prt-titlebar-wrapper .entry-title-wrapper a:hover{
    color: #fff;
}
.prt-titlebar-main .breadcrumb-wrapper span:last-child {
    padding-right: 0px; 
}
.prt-titlebar-wrapper .entry-title .prt-subtitle{
    font-size: 17px;
    opacity: 0.8;
    font-weight: 300;
}
.prt-titlebar-wrapper .breadcrumb-wrapper a{
    color: #888;    
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.prt-bread-sep{
    position: relative;
    margin: 0 6px;
}
.prt-titlebar-style1 .prt-titlebar h1.entry-title:before {
    content: '';
    height: 100%;
    width: 4px;
    background: var(--prt-skincolor);
    display: block;
    position: absolute;
    left: 0;
    right: auto;
}
.prt-titlebar-style1 .prt-titlebar h1.entry-title {
    padding-left: 20px;
}
.prt-titlebar-wrapper .breadcrumb-wrapper a:hover{
    text-decoration:none;
}
.preyantechnosys-titlebar-main .breadcrumb-wrapper {
    color: #999999;
    vertical-align: middle;
}
.breadcrumb-wrapper .prt-pf-navbar-wrapper i {
    font-size: 24px;
    opacity: 0.8;
    transition: all 0.2s ease;
}
.breadcrumb-wrapper .prt-pf-navbar-wrapper a {
    margin: 2px;
    display: inline-block;
}
.breadcrumb-wrapper .prt-pf-navbar-wrapper a,
.breadcrumb-wrapper .prt-pf-navbar-wrapper .prt-dim{
    margin: 5px;
    display: inline-block;
}
.prt-titlebar-wrapper{
    background-size: 100%;
    background-position: 50% 0px;
    background-repeat: repeat repeat;
}
.preyantechnosys-titlebar-main .entry-title {
    line-height: 27px;
    color: #2d2d2d;
    font-weight: 400;
    font-size: 28px;    
}
.prt-titlebar-align-right .prt-titlebar-main-inner,
.prt-titlebar-align-left .prt-titlebar-main-inner{
    display:table;
    width: 100%;
}
.prt-titlebar-align-right .entry-title-wrapper,
.prt-titlebar-align-left .entry-title-wrapper,
.prt-titlebar-align-right .breadcrumb-wrapper,
.prt-titlebar-align-left .breadcrumb-wrapper {
    display:table-cell;
}
.prt-titlebar-align-left .breadcrumb-wrapper {  
    text-align:right;
    vertical-align:middle;
}
.prt-titlebar-align-right .breadcrumb-wrapper{
    text-align: left;
    vertical-align:middle;
}
.prt-titlebar-wrapper .breadcrumb-wrapper { 
    font-size: 13px;
    color: #999999;
}
.prt-titlebar-align-allleft .prt-titlebar-main {
    text-align: left;
}
.prt-titlebar-align-allright .prt-titlebar-main {
    text-align: right;
}
.entry-title-wrapper .entry-title{
    margin: 0px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    word-break: break-word;
}
.entry-title-wrapper.prt-bgcolor-skincolor .entry-title:before {
    background-color: #fff; 
}
.prt-titlebar-align-left .breadcrumb-wrapper>.container {
    padding-right: 0px;
}
.prt-titlebar-wrapper.prt-breadcrumb-on-bottom .breadcrumb-wrapper {
    position: absolute; 
}
.prt-titlebar-wrapper.prt-breadcrumb-on-bottom .breadcrumb-wrapper {    
    bottom: 0;
    text-align: left;
}
.prt-titlebar-wrapper.prt-breadcrumb-on-bottom.prt-titlebar-align-allright .breadcrumb-wrapper {    
    right: 0;
}


/*** Titlebar Textcolor White ***/
.prt-textcolor-white .prt-bread-sep,
.prt-textcolor-white .prt-titlebar-main .breadcrumb-wrapper a {
    color: var(--prt-whitecolor);
}
.prt-textcolor-white .prt-titlebar-main .breadcrumb-wrapper,
.prt-textcolor-white .prt-titlebar-main .breadcrumb-wrapper a:hover {
    color: var(--prt-whitecolor);
}
.prt-textcolor-white .prt-titlebar-main .entry-title,
.prt-textcolor-white .prt-titlebar-main .entry-subtitle{
    color: #fff;
}


/*** Titlebar Textcolor Dark ***/

.prt-textcolor-dark .prt-titlebar-main .breadcrumb-wrapper a{
    color: rgba(0, 0, 0, 0.60);
}
.prt-textcolor-dark .prt-titlebar-main .breadcrumb-wrapper,
.prt-textcolor-dark .prt-titlebar-main .breadcrumb-wrapper a:hover{
    color: rgba(0, 0, 0, 0.8);
}
.prt-textcolor-dark .prt-titlebar-main .entry-title,
.prt-textcolor-dark .prt-titlebar-main .entry-subtitle{
    color: rgba(0, 0, 0, 0.9);
}
.preyantechnosys-titlebar-main .breadcrumb-wrapper a{
    color: #999999;
}

/*** Custom link color ***/
.prt-titlebar-textcolor-custom .prt-titlebar .breadcrumb-wrapper a{
    opacity: 0.8;
}
.prt-titlebar-textcolor-custom .prt-titlebar .breadcrumb-wrapper a:hover{
    opacity: 1;
}
.prt-titlebar-wrapper.prt-bgimage-no .prt-titlebar-wrapper-bg-layer{
    opacity: 1;
}
.prt-titlebar-main h3.prt-subtitle{
    opacity: 0.8;
}
.prt-titlebar-wrapper.prt-breadcrumb-on-bottom  .prt-titlebar-main > .container{
    padding: 0;
    vertical-align: middle;
    display: table;
    height: 100%;
}
.prt-titlebar-wrapper.prt-breadcrumb-on-bottom  .prt-titlebar-main > .container .prt-titlebar-main-inner{
    vertical-align: middle;
    display: table-cell;
}
.prt-titlebar-wrapper:not(.prt-breadcrumb-on-bottom) .prt-titlebar-main .breadcrumb-wrapper .container,
.prt-titlebar-wrapper:not(.prt-breadcrumb-on-bottom) .prt-titlebar-main .entry-title-wrapper .container{
    width: auto;
    padding:0;
}
.prt-titlebar-wrapper:not(.prt-breadcrumb-on-bottom) .prt-titlebar-main .entry-title-wrapper .container {
    padding-left: 0px;
}

.prt-titlebar-wrapper:not(.prt-breadcrumb-on-bottom).prt-titlebar-align-allleft .breadcrumb-wrapper .container, 
.prt-titlebar-wrapper:not(.prt-breadcrumb-on-bottom).prt-titlebar-align-allright .breadcrumb-wrapper .container {
    padding-top: 7px;   
}

/*** Without Titlebar border ***/
hr.prt-titlebar-border {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.05);
    background-color: transparent;
}
.prt-titlebar-wrapper.prt-breadcrumb-on-bottom{
    position: relative;
    z-index: 1;
}
.prt-titlebar-wrapper.prt-breadcrumb-on-bottom .prt-titlebar .breadcrumb-wrapper .container{
    padding: 14px 15px;
    display: inline-block;
    border-radius: 0px;
    margin-left: 15px;
    width: auto;
}
.prt-bgcolor-skincolor.prt-titlebar-wrapper.prt-breadcrumb-on-bottom .prt-titlebar .breadcrumb-wrapper .container{
    background-color: #3d3d3d;
}
.prt-titlebar-wrapper.prt-breadcrumb-on-bottom.prt-textcolor-dark .prt-titlebar-main .breadcrumb-wrapper a,
.prt-titlebar-wrapper.prt-breadcrumb-on-bottom .prt-titlebar .breadcrumb-wrapper .container {
    color:#fff;
}

/*** 

====================================================================
    Footer Section
====================================================================

 ***/
.preyantechnosys-wide.preyantechnosys-sticky-footer .site-content-wrapper {
    z-index: 1;
} 
.prt-bordertype-none .bottom-footer-inner {
    border:none !important;
}
ul.footer-nav-menu li:after { 
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    height: 1px;
    width: 100%;
    bottom: 3px;
    left: 0;
}
.prt-textcolor-white ul.footer-nav-menu li:after {
    background: rgba(255, 255, 255, 0.70);
}
ul.footer-nav-menu li:hover:after {
    background: var(--prt-skincolor);
}
.footer-nav-menu{
    list-style: none;
    margin: 0px;
    padding:0px;
}
.footer .widget .footer-nav-menu li{
    display: inline-block;
    margin-right: 20px;
    font-size: 15px;
    padding-bottom: 0px;
    position: relative;
}
.footer .widget .footer-nav-menu li:last-child {
    margin-right: 0;
}
.bottom-footer-text .footer-nav-menu li {
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
}
.bottom-footer-text .footer-nav-menu li:before {
    content: '';
    background: rgba(255, 255, 255, 0.70);
    height: 12px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
    left: auto;
}
.bottom-footer-text .footer-nav-menu li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.bottom-footer-text .footer-nav-menu li:last-child:before {
    display: none;
}
.footer-nav-menu li:first-child{
    padding-left: 0px;
}
.bottom-footer-inner,
.second-footer-inner{
    position: relative;
}
.prt-footer2-left,
.prt-footer2-right{
    padding-top: 23px;
    padding-bottom: 22px;
    font-size: 14px;
    line-height: 45px;
} 
.prt-appgroup-box.prt-wrap {
    margin-top: 5px;
}
.bottom-footer-inner a {
    color: var(--prt-skincolor);
}
.prt-footer2-right{
    text-align: right;
} 
.col-sm-12.prt-footer2-left,.col-sm-12.prt-footer2-right {
    line-height: 25px;
    text-align: center;
}
.site-footer .col-sm-6.first-widget-area{
    position: relative;
    overflow: hidden;
}
.bottom-footer-text.prt-textcolor-white .footer-nav-menu,
.bottom-footer-text.prt-textcolor-white .prt-footer2-left .footer-nav-menu a:not(:hover),
.bottom-footer-text.prt-textcolor-white .prt-footer2-right .footer-nav-menu a:not(:hover) {
    color: rgba(255, 255, 255, 0.70);
}

.site-footer .bottom-footer-text.prt-bordercolor-dark,
.site-footer .bottom-footer-text.prt-bordercolor-white {
    border-top: 1px solid rgba(255, 255, 255, 1);
}
.site-footer .bottom-footer-text.prt-bordercolor-dark {
    border-color: 1px solid rgba(0, 0, 0, 0.07);
}

/* White background */
.prt-textcolor-dark .col-sm-6.first-widget-area:after{
    background-color: rgba(0, 0, 0, 0.10);
}
.bottom-footer-text.prt-textcolor-dark  .bottom-footer-inner{
    border-top-color: rgba(0, 0, 0, 0.10);
}

.footer-nav-menu li:last-child {
    padding-right: 0;
}

/*** Social ***/ 
.footer .social-icons li:first-child,
.footer .bottom-footer-text .bottom-footer-inner .social-icons li:first-child {
    margin-left: 0px;
}

body .datepicker.dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    padding: 20px;
    border: 1px solid #eee;
    font-size: 14px;
    z-index: 14 !important;
}
body .datepicker .datepicker-days table tr td {
    color: #999;
    padding: 8px;
    width: 34px;
    height: 34px!important;
    border-top: 0;
}
body .datepicker table tr td span.active.active, 
body .datepicker table tr td.active.active {    
    background: transparent;
    color: #999;
    text-shadow: none;
}
body .datepicker table tr td span.active.active, 
body .datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover, 
.datepicker table tr td span.active.active:hover,
body .datepicker .datepicker-days table tr td:hover{
    color: #ffffff;
}


/*** 

====================================================================
    Common Widget Section
====================================================================

 ***/

.widget.valetex_category_list_widget .widget-title {
    display: none !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a,
.widget.tm_widget_nav_menu li a,
.widget.valetex_all_post_list_widget li a,
.widget.valetex_category_list_widget li a{
    display: inline-block;
    padding: 0px 0px 0px 20px;
    position: relative;
    z-index: 1;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li,
.widget.tm_widget_nav_menu li,
.widget.valetex_all_post_list_widget li,
.widget.valetex_category_list_widget li{
    padding-bottom:10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:before, .widget.tm_widget_nav_menu li a:before, .widget.valetex_all_post_list_widget li a:before, .widget.valetex_category_list_widget li a:before {
    content: "";
    width: 100%;
    left: 0;
    bottom: 50%;
    height: 0;
    position: absolute;
    z-index: -1;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover:before, .widget.tm_widget_nav_menu li a:hover:before, .widget.valetex_all_post_list_widget li a:hover:before, .widget.valetexcategory_list_widget li a:hover:before, .woocommerce-account .woocommerce-MyAccount-navigation li.is-active a:before, .widget.tm_widget_nav_menu li.current_page_item a:before, .widget.valetex_all_post_list_widget li.prt-post-active a:before, .widget.valetex_category_list_widget li.current-cat a:before {
    height: 100%;
    bottom: 0;
}
.widget.valetex_category_list_widget li a:hover,
.widget.valetex_category_list_widget li.current-cat a{
    color:#fff;
}
.widget.valetex_all_post_list_widget li:last-child a.
.widget.valetex_category_list_widget li:last-child a{
    border-bottom: none;
}
.widget ul, .widget ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.widget, 
.wpb_row .wpb_widgetised_column .widget {
    word-wrap: break-word;
}
.site-footer .first-footer .prt-container-for-footer > div > .row .widget-area .widget {
    margin: 0px;
}
.footer .first-footer.prt-footerrow-sepwhite,
.footer .first-footer.prt-footerrow-sepdark {
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
.footer .first-footer.prt-footerrow-sepdark {
    border-color:rgba(0, 0, 0, 0.04);
}
.footer .first-footer .widget {
    padding-top: 94px;
    padding-bottom: 85px;
}
.footer.prt-bgcolor-skincolor .prt-container-for-footer > div > .row .widget-area,
.footer.prt-bgcolor-skincolor .footer-rows .footer-rows-inner div:nth-child(2).second-footer .second-footer-bg-layer,
.footer.prt-bgcolor-darkgrey .prt-container-for-footer > div > .row .widget-area,
.footer.prt-bgcolor-darkgrey .footer-rows .footer-rows-inner div:nth-child(2).second-footer .second-footer-bg-layer {
    border-color: rgba(255, 255, 255, 0.05);
}
.footer.prt-bgcolor-white .prt-container-for-footer > div > .row .widget-area,
.footer.prt-bgcolor-white .footer-rows .footer-rows-inner div:nth-child(2).second-footer .second-footer-bg-layer {
    border-color: rgba(0, 0, 0, 0.14);
}
.footer .widget{
    margin: 60px 0 50px;
}
.footer .widget.preyantechnosys_widget_recent_entries .prt-recent-post-list{
    text-align: left;
}
.widget ul > li {
    padding: 0px 0px 15px 0;
}
.sidebar .widget ul:not(.slides):not(.cart_list):not(.valetex_contact_widget_wrapper) > li:last-child,
.widget ul > li ul > li:last-child {
    border-bottom: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.widget .widget-title {
    margin-bottom: 18px;
    position: relative;
}
.second-footer .container.prt-container-for-footer .row > .widget-area:first-child .custom-heading {
    display: inline-block;
    float: left;
    padding-right: 10px;
}
.widget .widget-title {
    margin-bottom: 20px;
}
.footer_logo img {
    max-height: 38px;
}
.footer .widget .widget-title {
    margin-bottom: 15px;
}
.footer .widget ul > li {
    padding: 0px 0px 12px 0;
}
.footer .widget ul.prt-recent-post-list > li {
    padding: 0px 0px 18px 0;
}
.first-footer.prt-textcolor-white.prt-widgetsep-yes .widget-area{
    border-color:rgba(255, 255, 255, 0.04);
}
.first-footer.prt-widgetsep-yes .widget-area:last-child{
    border-right: 0;
}
.site-footer .prt-ctabox-row .mailchimp-inputbox p{
    margin-bottom:0px;
}
.footer .widget.prt-footerlink-inline ul {
    text-align: center;
}
.footer .mailchimp-inputbox {
    margin: 0;
    width: 100%;
    margin-bottom: 52px;
}
.footer .mc4wp-form-fields input[type="email"], .footer.prt-bgcolor-darkgrey .mc4wp-form-fields input[type="email"] {
    padding: 15px 130px 6px 32px;
    border-bottom: 1px solid #fff;
}
.first-footer.prt-textcolor-white.prt-widgetsep-yes .widget-area:nth-child(2):before {
    content: '';
    background: transparent;
    height: 60px;
    width: 1px;
    position: absolute;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 50px;
}

.footer .prt-cts-footer-one h5 {
    margin-bottom: 0;
}
.footer.prt-bgcolor-darkgrey .mailchimp-inputbox button[type="submit"] {
    color: rgba(255, 255, 255, 0.70);
}
.footer .mailchimp-inputbox button[type="submit"]:hover, .footer.prt-bgcolor-darkgrey .mailchimp-inputbox button[type="submit"]:hover {
    color: var(--prt-skincolor);
}
.footer .mailchimp-inputbox button[type="submit"] i {
    font-size: 16px;
    padding-left: 2px;
    transform: rotate(-45deg);
    vertical-align: sub;
}
.footer .footer-rows .first-footer .first-footer-inner {
    padding:0;
}
.footer .first-footer .first-footer-inner {
    border-bottom: 0px solid #dadada;
}
.footer .footer-rows .first-footer.prt-textcolor-white .first-footer-inner,
.footer .footer-rows .second-footer.prt-textcolor-white .second-footer-inner{
    border-color: rgba(255,255,255,.10);
}
.footer_customheading {
    font-size: 44px;
    line-height: 60px;
    margin-bottom: 32px;
    padding-bottom: 40px;
    border-bottom: 2px solid var(--prt-skincolor);
}
.prt-textcolor-white .footer_customheading {
    color: var(--prt-whitecolor);
}
.footer_customdesc {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 45px;
}
.footer_custombutton .elementor-element.elementor-widget-button .elementor-button:hover {
    background-color: var(--prt-skincolor);
    color: var(--prt-secondarycolor);
    opacity: 0.9;
}
.site-footer .widget {
    font-size: 15px;
}
.prt-contactinfo ul {
    margin-top: 30px;
}
.footer .widget .prt-contactinfo li {
    padding-bottom: 0px;
}
.footer .widget .prt-contactinfo li.prt-call-footer {
    padding-bottom: 30px;
}
.footer .widget .prt-contactinfo li:last-child {
    padding-bottom: 0;
}
/*** Seprator sidebar widget ***/
.sidebar .widget ul:not(.slides):not(.cart_list):not(.valetex_contact_widget_wrapper):not(.valetex_category_list_widget):not(.prt-all-post-list) > li {  
    padding-bottom: 8px;
    padding-top: 8px;
}

.sidebar .widget ul.slick-dots > li{
    border-bottom: 1px solid #eee !important;
}
.sidebar .widget.preyantechnosys_widget_recent_entries ul:not(.slides):not(.cart_list) > li:last-child {
    padding-bottom: 0 !important;
}
.sidebar .widget ul:not(.slides):not(.cart_list):not(.valetex_contact_widget_wrapper):not(.valetex_category_list_widget):not(.prt-all-post-list) > li:first-child {  
    border-top:none;
    padding-top: 0;
}
.sidebar .widget ul:not(.slides):not(.cart_list):not(.valetex_contact_widget_wrapper):not(.valetex_category_list_widget):not(.prt-all-post-list) > li:last-child {  
    padding-bottom: 0;
}
.sidebar-quote {
    text-align: center;
    padding: 27px 0 0;
}
.sidebar-quote img {
    margin-bottom: 15px;
}
.sidebar-quote ul.social-icons {
    padding: 0;
}
.sidebar-quote .preyantechnosys-social-links-wrapper {
    margin: 20px 0 0 0;
    display: block;
}
.sidebar .social-icons li > a {
    background: transparent !important;
    border: none;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 0;
}

/*** Additional Widget background ***/ 

.prt-bg-footer-box .footer-logo-box img{
    margin-bottom: 20px;
}
ul.valetex_contact_widget_wrapper.call-email-footer {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 20px;
}
ul.valetex_contact_widget_wrapper.call-email-footer li:before {
    position: relative;
    left: -6px;
    top: 0px;
}

/*** Footer Social Widget ***/ 
.footer .social-icons li > a:hover {
    color:#fff;
}
/*** Flicker Widget ***/ 
.valetex_flicker_widget_wrapper a {
    overflow: hidden;
    display: block;
    margin: 0 7px 0px 0px;
    width: 75px;
    height: 75px;
    display: inline-block;
    background: none;
}

/*** Contact Info Widget ***/ 
ul.valetex_contact_widget_wrapper{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
ul.valetex_contact_widget_wrapper li {
    padding-left: 40px;
    position: relative;
    padding-bottom: 15px;
    line-height: 25px;
}
.widget ul.valetex_contact_widget_wrapper li {
    position: relative;
    line-height: 26px;
    padding: 10px 0px 10px 0;
}
.prt-textcolor-white .widget ul.valetex_contact_widget_wrapper li {
    border-color: rgba(255, 255, 255, 0.04);
}
.widget ul.valetex_contact_widget_wrapper li:first-child {
    padding-top: 0px;
}
.footer ul.valetex_contact_widget_wrapper li:last-child {
    border:none;
}
ul.valetex_contact_widget_wrapper li:before {
    position: absolute;
    left: 0px;
    top: 7px;
    font-size: 18px;
    font-weight: 400;     
}
.prt-col-bgcolor-skincolor ul.valetex_contact_widget_wrapper li:before,
.prt-bgcolor-skincolor ul.valetex_contact_widget_wrapper li:before {
    color:#fff;
}
.widget ul.valetex_contact_widget_wrapper li:before {
    top: 13px;    
}
.widget ul.valetex_contact_widget_wrapper li:first-child:before {
    top: 4px;    
}
.sidebar .widget ul.valetex_contact_widget_wrapper li:first-child {
    padding-top: 0;    
}
.sidebar .widget ul.valetex_contact_widget_wrapper li:first-child:before {
    top: 6px;    
}
.sidebar .widget ul.valetex_contact_widget_wrapper li {
    padding: 9px 0px 9px 0;
    padding-left: 37px;
    border:none;
}
.sidebar ul.valetex_contact_widget_wrapper li:before {
    top: 11px;
}

.sidebar ul.prt-recent-post-list > li img {
    width: 92px;
    height: 92px;
    padding: 0px 0 0;
}

/*** Common Widget Arrow ***/

.footer .widget_recent_comments li.recentcomments:before,
.footer .widget_recent_entries a:before,
.footer .widget_meta a:before,
.footer .widget_categories a:before,
.footer .widget_archive li a:before,
.footer .widget_pages li a:before, 
.footer .widget.widget_nav_menu li a:before,
.footer .widget_product_categories a:before {
     content: "";
    position: absolute;
    top: 6px;
    left: 0;
    line-height: 1em;
    font-size: 14px;
    opacity: 1;
    background-color: transparent;
    height: 0;
    width: 0;
    color: var(--prt-skincolor);
    transform: none;
}

.widget_recent_comments li.recentcomments,
.widget_recent_entries a,
.widget_meta a,
.widget_categories a,
.widget_product_categories a,
.widget_archive li a,
.widget_pages li a,
.widget.widget_nav_menu li a{
    display: inline-block;
    position: relative;
    font-size: 15px;
    
}
.footer .widget_recent_comments li.recentcomments,
.footer .widget_recent_entries a,
.footer .widget_meta a,
.footer .widget_categories a,
.footer .widget_product_categories a,
.footer .widget_archive li a,
.footer .widget_pages li a{
    padding-left:0;
}

.sidebar .widget_meta ul>li,
.sidebar .widget_categories ul>li,
.sidebar .widget_product_categories ul>li,
.sidebar .widget_archive ul>li,
.sidebar .widget_pages ul>li,
.sidebar .widget.widget_nav_menu ul>li {
    padding: 5px 0px 5px !important;
}
.category .prt-blog-side-bar-categoreis ul, 
.tag .prt-blog-side-bar-categoreis ul {
    padding: 20px 25px 5px !important;
    background-color: var(--prt-greycolor);
}
.prt-service-category-sidebar ul {
    padding: 20px 25px 5px !important;
    background-color: var(--prt-greycolor);
}
.sidebar .widget ul:not(.slides):not(.cart_list):not(.valetex_contact_widget_wrapper):not(.valetex_category_list_widget):not(.prt-all-post-list):not(.prt-team-details-list) > li {
    display: block;
}
.sidebar .widget ul:not(.slides):not(.cart_list):not(.valetex_contact_widget_wrapper):not(.valetex_category_list_widget):not(.prt-sboxall-post-list):not(.sub-menu):not(.children) > li:first-child, .sidebar .widget.preyantechnosys_widget_recent_entries ul:not(.slides):not(.cart_list):not(.valetex_contact_widget_wrapper) > li:first-child, .sidebar .widget_shopping_cart .cart_list li:first-child, .sidebar .widget > ul:not(.slides):not(.cart_list) > li:first-child, .sidebar .widget.widget_nav_menu > div > ul:first-child > li:first-child {
    border-top: 0;
    padding-top: 0;
}
.sidebar .widget ul:not(.slides):not(.cart_list):not(.truvik_contact_widget_wrapper) > li:last-child, .widget ul > li ul > li:last-child {
    border-bottom: 0;
    padding-bottom: 0px !important;
    margin-bottom: 0px;
}
 
.prt-bgcolor-skincolor .widget_recent_comments li.recentcomments:before,
.prt-bgcolor-skincolor .widget_recent_entries a:before,
.prt-bgcolor-skincolor .widget_meta a:before,
.prt-bgcolor-skincolor .widget_categories a:before,
.prt-bgcolor-skincolor .widget_archive li a:before,
.prt-bgcolor-skincolor .widget_pages li a:before, 
.prt-bgcolor-skincolor .widget_nav_menu li a:before,
.prt-bgcolor-skincolor .widget_product_categories a:before {
    color: #fff;
}


.footer .prt-textcolor-white hr {
    border-color:rgba(255, 255, 255, 0.03);
}
.footer .widget.widget_nav_menu ul > li:last-child {
    border-bottom:none;
    padding-bottom: 0;
}
.widget_recent_comments ul li.recentcomments:before {
    top: 12px;
}
.widget_recent_comments ul li.recentcomments:first-child:before {
    top:0px;
}
/*** Widget Menu ***/ 
.widget .menu-main-menu-container{
    float: none;
}
.widget ul > li ul {
    margin-left: 15px;
    margin-top: 15px;
}
.widget_categories.widget ul>li ul, 
.widget_nav_menu.widget ul>li ul, .widget_pages.widget ul>li ul {
    margin-top: 10px;
}

/*** Flex gallery ***/ 
.flexslider{
    border: none;
    background: none;
    box-shadow: none;
    margin-bottom: 0px;
}
.wpb_gallery .wpb_flexslider .flex-control-nav {
    margin-top: -25px;
}
.sidebar .wpb_gallery  .flex-direction-nav{
    display: none;
}
.sidebar .wpb_gallery.wpb_content_element{
    margin-bottom: 0px;
}
.prt-slick-carousel-wrapper img {
    max-width: 100%;
}

/*** Calendar Widget ***/ 
.widget_calendar table td#today{
    font-weight: var(--special-element-fontweight);
    color: var(--prt-secondarycolor) !important;
}
.widget_calendar table {
    border-collapse: separate;
    border-color: var(--prt-bordercolor);
    border-spacing: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%;
    background-color: #fff;
}
.widget_calendar table th,
.widget_calendar table td {
    border-bottom: 1px solid var(--prt-bordercolor);
    border-right: 1px solid var(--prt-bordercolor);
    padding: 8px;
    text-align: center;
}
.widget_calendar caption { 
    padding: 0px;   
    margin: 0px;
    margin-bottom: 5px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: inherit;
}
.widget_calendar tbody a { 
    display: block;
    font-weight: var(--special-element-fontweight);
}
.prt-textcolor-dark .widget_calendar table {
    border-color: rgba(0, 0, 0, 0.07);
}
.prt-textcolor-dark .widget_calendar table th,
.prt-textcolor-dark .widget_calendar table td {
    border-bottom-color: rgba(0, 0, 0, 0.07);
    border-right-color: rgba(0, 0, 0, 0.07);
}

/*** Newslettr color ***/
.prt-textcolor-white .newsletter-submit,
.prt-textcolor-white .newsletter-widget,

/*** Caleder color ***/
.prt-textcolor-white .widget_calendar table th, 
.prt-textcolor-white .widget_calendar table td,
.prt-textcolor-white .widget_calendar table{
    border-color: rgba(229, 229, 229, 0.12);   
}

/*** Newslettr color ***/
.prt-textcolor-white .newsletter-widget .newsletter-email {
    color: rgba(255, 255, 255, 0.34);
}
.prt-textcolor-white .mc_form_inside .mc_merge_var:after,
.prt-textcolor-white .newsletter-widget:after {
    color: rgba(255, 255, 255, 0.4);
}
/*** Newslettr color ***/
.prt-textcolor-dark .mc_form_inside .mc_merge_var,
.prt-textcolor-dark .newsletter-submit,
.prt-textcolor-dark .newsletter-widget{
    border-color: rgba(0, 0, 0, 0.07);
}

/*** 

====================================================================
    Menu Section
====================================================================

 ***/
.prt-secondarycolor {
    color: var(--prt-secondarycolor);
}
.prt-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap{
    background: none;
}
#site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal > li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-item .calendar_wrap a{
    padding: 0px;
    text-align: left;
    border-bottom: 0px;
}
#site-header-menu #site-navigation div.nav-menu > ul {
    margin: 0px;
    padding: 0px;
}
#site-header-menu #site-navigation .mega-menu-wrap .mega-menu.mega-menu-horizontal .mega-sub-menu a,
#site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal ul.mega-sub-menu li.mega-menu-item a:focus {
    background: none;
}
.righticon,
#site-header-menu #site-navigation .mega-menu-toggle:after{
    display: block;
}
.header-controls .search_box a > .ti-close,
.header-controls .search_box a > .ti-search, 
.header-controls .ti-bag{
    height:33px;
    width:33px;
    line-height:33px;
    border-radius:50%;  
    color:#fff;
    display:inline-block;
    text-align:center;
    font-size: 15px;
}


/*** Overaly search box ***/

.prt-search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    height: 100%;
    width: 100%;
    max-height: 400px;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    background-color: transparent !important;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
    border-bottom: 4px solid var(--prt-skincolor);
}
.prt-search-overlay.st-show {
    visibility: visible;
    opacity: 1;
    display: block;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.prt-search-overlay .prt-search-outer {
    position: absolute;
    width: auto;
    top: 50%;
    left: 50%;
    width: 80%;
    max-width: 100%;
    height: 60px;
    line-height: 60px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.prt-search-overlay .prt-site-searchform {
    position:relative;
}
.prt-search-overlay .prt-icon-close {
    position: absolute;
    right: 10%;
    top: 55px;
    color: #fff;
    cursor: pointer;
    width: 60px;
    margin-left: -25px;
}
.prt-search-overlay .prt-icon-close:after{
    font-family: "prt-valetex-icons";
    content: "\e82f";
    font-size: 26px;
    color: #fff;
    position: absolute;
    right: 7px;
    top: 9px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
}
.prt-search-overlay .prt-icon-close:hover:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.prt-search-overlay .prt-site-searchform input[type="search"] {
    background: none;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    height: 60px;
    padding: 0 60px 0 0;
    font-weight:400;
    font-size: 25px;
    width: 100%;
    color: #fff;
    outline: none;
}
.prt-search-outer .prt-form-title {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    margin-top: -40px;
    margin-bottom: 40px;
}
.prt-site-searchform button {
    background: #fab442;
    color: #000;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: block;
    outline: none;
    padding: 0;
    font-size: 12px;
}
.prt-search-overlay .prt-site-searchform button {
    background: none;
    color: #fff;
    height: 60px;
    line-height: 60px;
    width: 50px;
    font-size: 21px;
    border: none;
}
 .prt-search-overlay ::-webkit-input-placeholder {
    color: #fff;
}
.prt-search-overlay :-moz-placeholder {
    color: #fff;
    opacity:  1;
}
.prt-search-overlay ::-moz-placeholder {
    color: #fff;
    opacity:  1;
}
.prt-search-overlay :-ms-input-placeholder {
    color: #fff;
}
.prt-search-overlay input[type="search"]::-webkit-input-placeholder{
    color: rgba(255, 255, 255, 0.80);   
}
.prt-search-overlay input[type="search"]::-moz-placeholder{
   color: rgba(255, 255, 255, 0.80);  
}
.prt-search-overlay input[type="search"]::-moz-placeholder{
    color: rgba(255, 255, 255, 0.80);    
}
.prt-search-overlay input[type="search"]::-ms-input-placeholder{  
    color: rgba(255, 255, 255, 0.80);    
}
.prt-search-overlay .prt-site-searchform:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(255,255,255,1);
    position: absolute;
    bottom: 0;
}

@-webkit-keyframes fadeInMove {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0, 1, 1)
    }

    10% {
        opacity: 1;
        -webkit-transform: scale3d(.1, 1, 1)
    }

    100% {
        opacity: .14;
        -webkit-transform: scale3d(1, 1, 1)
    }
}

@keyframes fadeInMove {
    0% {
        opacity: 0;
        transform: scale3d(0, 1, 1)
    }

    10% {
        opacity: 1;
        transform: scale3d(.1, 1, 1)
    }

    100% {
        opacity: .14;
        transform: scale3d(1, 1, 1)
    }
}
/*** Special Section ***/


.preyantechnosys-box-blog.preyantechnosys-blog-box-view-left-image .post-item>.preyantechnosys-box-content,
.preyantechnosys-portfolio-box-view-styleone .preyantechnosys-box-bottom-content,
.preyantechnosys-box-client.preyantechnosys-box-view-boxed-logo:hover,
.prt-shadow-box, 
.prt-shadow-row {
   -webkit-box-shadow: 0px 0px 7px 0px rgba(43, 52, 59, 0.08);
    -moz-box-shadow: 0px 0px 7px 0px rgba(43, 52, 59, 0.08);
    box-shadow: 0px 0px 7px 0px rgba(43, 52, 59, 0.08);
}

/**** Button Section  *****/

.elementor-element.elementor-widget-button .elementor-button{
    position:relative;
}
.prt-btn-style-text .elementor-button{
    padding: 0;
    margin-top: 0px !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: transparent;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.prt-btn-style-flat.prt-btn-color-white .elementor-button{
    background-color:#ffffff;
}
.prt-btn-style-flat.prt-btn-color-grey .elementor-button:hover,
.prt-btn-style-flat.prt-btn-color-white .elementor-button:hover{
    color:#fff;
}
.prt-btn-shape-square.elementor-element.elementor-widget-button .elementor-button{
    border-radius:0px;
    padding: 13px 30px;
}
.prt-btn-style-text.prt-btn-shape-square.elementor-element.elementor-widget-button .elementor-button {
    padding: 0 !important;
}
.prt-btn-shape-rounded.elementor-element.elementor-widget-button .elementor-button{
    border-radius:5px;
}
.prt-btn-shape-round.elementor-element.elementor-widget-button .elementor-button{
    border-radius:2em;
}

.prt-btn-style-outline.elementor-element.elementor-widget-button .elementor-button{
    background-color: transparent;
}
.prt-btn-style-outline.elementor-element.elementor-widget-button .elementor-button {
    border: 1px solid;
}
.prt-btn-style-outline.prt-btn-color-white .elementor-button{
    border-color:#ffffff !important;
    color:#ffffff;
}
.prt-btn-style-outline.prt-btn-color-white .elementor-button:hover{
    background-color:#ffffff;
}

.prt-btn-style-text.prt-icon-align-right .elementor-button{
    padding-right:22px;
}
.prt-btn-style-text.prt-icon-align-right .elementor-button:hover{
    padding-left:22px;
}
.prt-btn-style-text.prt-icon-align-right .elementor-button span{
    z-index: 1;
}
.prt-btn-style-text.prt-icon-align-right .elementor-button-link.elementor-button:hover{
    color:#fff;
}
.prt-btn-style-text.prt-icon-align-right .elementor-button .elementor-button-icon{
    color:#fff;
}
.prt-btn-style-text.prt-icon-align-right .elementor-button .elementor-button-icon:after{
    content:'';
    position:absolute;
    width:35px;
    height:40px;
    top:-12px;
    right:0;
    background-color:#e01f11;
    z-index: -1;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.prt-btn-style-text.prt-icon-align-right .elementor-button:hover .elementor-button-icon:after{
    width:100%;
}
.prt-bgcolor-skincolor .prt-btn-style-text.prt-icon-align-right .elementor-button .elementor-button-icon:after{
    background-color:#0b1328;
}


/*** 

====================================================================
    Blogbox Section
====================================================================

 ***/
.single #tribe-events .tribe-events-content p,
.single article.post .entry-content p{
    margin-bottom: 20px;
}
article.post .entry-content blockquote{
    line-height: 30px;
}
.prt-featured-wrapper .prt-slick-carousel-wrapper .prt-slick-carousel > div:not(:first-child){
    display: none;
}
.preyantechnosys-box-blog .preyantechnosys-box-content.col-md-7{    
    padding: 25px 35px 25px;
  flex-shrink: 0;
}
.preyantechnosys-box-blog .preyantechnosys-box-content.col-md-7 .preyantechnosys-box-content-inner {
    padding-bottom: 20px;
}

.preyantechnosys-blogbox-format-link.preyantechnosys-box-blog-classic .preyantechnosys-blogbox-desc-footer,
.preyantechnosys-blogbox-format-quote.preyantechnosys-box-blog-classic .preyantechnosys-blogbox-desc-footer,
.preyantechnosys-blogbox-format-link.preyantechnosys-box-blog .preyantechnosys-box-content,
.preyantechnosys-blogbox-format-quote.preyantechnosys-box-blog .preyantechnosys-box-content{ 
    display: none;
}
.preyantechnosys-blog-box-view-left-image .preyantechnosys-box-content .prt-post-categories {
    padding-bottom: 10px;
    padding-top: 10px;
}
.preyantechnosys-blog-box-view-left-image .preyantechnosys-box-content .prt-post-categories>.prt-meta-line.cat-links a {
    display: inline-block;
    border: 1px solid;
    padding: 5px 10px;
    margin-right: 1px;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    margin-bottom: 5px;
}

.prt-post-featured-outer-wrapper,
.preyantechnosys-box-blog,
article.post,
.preyantechnosys-post-item-thumbnail,
.prt-featured-wrapper {
    position: relative;    
}
.prt-entry-meta-wrapper{
    margin: 0px 0px 7px 0px;
    font-size: 14px;
    padding: 0px 0px 0px 0px;
}
.prt-entry-meta .prt-meta-line i,
.prt-right-meta .prt-social-share-wrapper.prt-social-share-post-wrapper,
.prt-entry-meta .prt-meta-line a,
.prt-post-cat .prt-meta-line a {
    color: var(--body-fonts-color);
    font-size: 16px;
    font-weight: 400;
}
.prt-entry-meta .prt-meta-line i.fa-tag,
.prt-entry-meta .prt-meta-line i.fa-calendar,
.prt-entry-meta .prt-meta-line i.fa-user {
    padding-right: 4px;
}
/*** Blog box meta border for skincolor and darkcolor ***/
.prt-bgcolor-skincolor .preyantechnosys-blogbox-footer-readmore,
.prt-bgcolor-darkgrey .preyantechnosys-blogbox-footer-readmore,
.prt-bgcolor-skincolor .preyantechnosys-box-blog .prt-entry-meta-wrapper,
.prt-bgcolor-darkgrey .preyantechnosys-box-blog .prt-entry-meta-wrapper{
    border-color:  rgba(255, 255, 255, 0.15);
}
.prt-bgcolor-grey .prt-entry-meta-wrapper {
    border-color: rgba(0, 0, 0, 0.16);
}
.preyantechnosys-blogbox-format-link .preyantechnosys-box-meta{
    margin-top: 0px;
}
.preyantechnosys-blogbox-footer-readmore{
    padding-top: 9px;
    padding-bottom: 5px;
    margin-top: 6px;
    margin-top: 6px;
}

/*** Top Image bottom content ***/

.preyantechnosys-boxes-blog.preyantechnosys-boxes-view-carousel div.slick-list {
    padding-top: 0px;   
    padding-bottom: 10px;   
}
.preyantechnosys-boxes-blog.preyantechnosys-boxes-view-carousel .preyantechnosys-boxes-blog-inner .row.slick-slider {
    margin-left:-15px;  
    margin-right:-15px; 
}
article.preyantechnosys-box-blog-classic .prt-blog-classic-box-content img.alignleft, 
article.preyantechnosys-box-blog-classic .prt-blog-classic-box-content img.alignright {
    margin-bottom: 20px;
}
article.preyantechnosys-box-blog-classic .preyantechnosys-box-desc-text p:last-child img.alignright {
     margin-bottom:0px;
}
.prt-blog-classic-box-content img.alignleft {
    margin: 0.375em 1em 1em 0;
}
article.preyantechnosys-box-blog-classic.sticky  .entry-header:after {
    content:none;
}
article.preyantechnosys-box-blog-classic .prt-entry-meta .prt-meta-line:after {
    position: absolute;
    content: "";
    height: 12px;
    width: 1px;
    right: 19px;
    top: -10px;
    background-color: #CACACA;
}
.single-post article.preyantechnosys-box-blog-classic .prt-entry-meta .prt-meta-line:after {
    top: 6px;
}
article.preyantechnosys-box-blog-classic .prt-entry-meta .prt-meta-line:last-child:after {
    content:unset;
}
article.preyantechnosys-box-blog-classic.prt-no-featured-content .prt-post-featured-outer-wrapper .prt-postcategory {
    display:none;
}
.preyantechnosys-box-blog-classic .prt-meta-line,
.preyantechnosys-box-blog-classic .prt-meta-line a {
    color: inherit; 
}
.preyantechnosys-box-blog-classic .entry-header .prt-classic-footer-meta .prt-meta-line a:hover {
    color: var(--body-blackfont-color);
}
article.preyantechnosys-box-blog-classic.prt-no-featured-content .prt-box-post-date {
    display: none;
}
article.preyantechnosys-box-blog-classic.preyantechnosys-blogbox-format-audio .prt-blog-classic-box-content {
    padding-bottom: 30px;
}
.single-post article.preyantechnosys-box-blog-classic.prt-no-featured-content .prt-blog-classic-box-content {
    padding-top: 0px;
}
.preyantechnosys-box-blog .preyantechnosys-blogbox-desc-footer {
    padding: 20px 40px;
    margin: 0;
}
.prt-element-heading-content-wrapper.center-align.prt-seperator-none.prt-content-with-desc.prt-heading-style-vertical {
    margin-bottom: 45px;
}
.preyantechnosys-box-blog .preyantechnosys-blogbox-desc-footer a{
    position: relative;
}
.post.preyantechnosys-box-blog-classic .prt-box-post-icon,
.preyantechnosys-box-blog .prt-box-post-date {
    background-color: transparent !important;
}
.preyantechnosys-box-blog .prt-box-post-icon {
    bottom: -30px;
    left: 20px;
    top:auto;
} 
.post.preyantechnosys-box-blog-classic .prt-box-post-date {
    height: 60px;
    width: 60px;
    background-color: #fff;
    position: absolute;
    top: 25px;
    left: 30px;
    font-weight: 800;
    font-size: 18px;
    line-height: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
    z-index: 1;
    color: #000;
    text-align: center;
    border-bottom: 3px solid #cda274;
    transition: all 500ms ease 300ms;
}
.preyantechnosys-box-blog .prt-box-post-date span,
.post.preyantechnosys-box-blog-classic .prt-box-post-date span{
    font-weight: 400;
    display: block;
    font-size: 15px;
    padding-top: 4px;
}

/*** Left Image Right content ***/
.preyantechnosys-box-blog.preyantechnosys-blog-box-view-left-image.preyantechnosys-blogbox-format-quote .preyantechnosys-box-content,
.preyantechnosys-box-blog.preyantechnosys-blog-box-view-left-image.preyantechnosys-blogbox-format-link .preyantechnosys-box-content,
.preyantechnosys-box-blog.preyantechnosys-blog-box-view-left-image.prt-no-featured-content .preyantechnosys-box-img-left{
    display: none;
}
.preyantechnosys-box-blog.preyantechnosys-blog-box-view-left-image.preyantechnosys-blogbox-format-quote .preyantechnosys-box-img-left,
.preyantechnosys-box-blog.preyantechnosys-blog-box-view-left-image.preyantechnosys-blogbox-format-link .preyantechnosys-box-img-left,
.preyantechnosys-box-blog.preyantechnosys-blog-box-view-left-image.prt-no-featured-content .preyantechnosys-box-content{
    width: 100%;    
    display: block;
}
.preyantechnosys-box-blog.preyantechnosys-blog-box-view-left-image .col-md-8.preyantechnosys-box-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 18px 0px 0px 25px;
}
.preyantechnosys-box-blog.preyantechnosys-blog-box-view-left-image .post-item:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.preyantechnosys-blog-box-view-left-image .prt-featured-wrapper{
    border-radius:6px;
}
.preyantechnosys-box-blog.preyantechnosys-blog-box-view-left-image .preyantechnosys-box-desc-text{
    display: inline;
}
.preyantechnosys-box-blog.preyantechnosys-blog-box-view-left-image .preyantechnosys-blogbox-footer-left{
    display: inline;
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
}
.preyantechnosys-boxes-col-two .prt-box-col-wrapper:nth-last-child(2) .preyantechnosys-blog-box-view-left-image .post-item,
.preyantechnosys-boxes-blog .prt-box-col-wrapper:last-child .preyantechnosys-blog-box-view-left-image .post-item{
    border:none;
}
.preyantechnosys-box-blog.preyantechnosys-blog-box-view-left-image .preyantechnosys-post-item-thumbnail{
    float: left;
}
.preyantechnosys-boxes-view-carousel .preyantechnosys-box-blog.preyantechnosys-blog-box-view-left-image .post-item {
    margin: 7px;
    margin-left: 0px;
}
.preyantechnosys-boxes-view-carousel.prt-blog-leftright-view.prt-heading-with-border .slick-slider {
    margin-top:-19px;
}
.preyantechnosys-box-blog.preyantechnosys-blog-box-view-left-image .post-item>.preyantechnosys-box-content {  
    padding: 15px;
    clear: both;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 6px;
}
.prt-col-bgcolor-skincolor .preyantechnosys-box-blog.preyantechnosys-blog-box-view-left-image .prt-entry-meta a,
.prt-col-bgcolor-darkgrey .preyantechnosys-box-blog.preyantechnosys-blog-box-view-left-image .prt-entry-meta a,
.prt-bgcolor-darkgrey .preyantechnosys-box-blog.preyantechnosys-blog-box-view-left-image .prt-entry-meta a,
.prt-bgcolor-skincolor .preyantechnosys-box-blog.preyantechnosys-blog-box-view-left-image .prt-entry-meta a{
    color: #8d9297;
}
.preyantechnosys-element-tribe_eventsbox-style1  .prt-box-col-wrapper {
    padding-left: 0px !important;
}
.preyantechnosys-box-img-left {
    padding-left: 0;
    padding-right: 0;
}
.preyantechnosys-box-blog.preyantechnosys-blog-box-view-left-image .preyantechnosys-box-meta{
    border: none;
    padding: 0;
    margin: 10px 0px;
}
.preyantechnosys-blog-box-view-left-image .prt-box-post-date {
    bottom: 11px;
    left: 11px;
}
article.preyantechnosys-box-blog-classic .prt-post-entry-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 21px;
}
.preyantechnosys-box-blog .prt-post-entry-header {
    min-height:52px;
}
.preyantechnosys-box-blog .preyantechnosys-box-desc-text,
.preyantechnosys-box-blog .preyantechnosys-box-desc {
    padding-top: 9px;
}
.preyantechnosys-box-blog .prt-post-entry-header,
article.preyantechnosys-box-blog-classic .prt-post-entry-header {
    position: relative;
}
.preyantechnosys-box-blog .entry-header:not(.prt-titlebar) .entry-title {  
    margin-bottom: 4px;
}
.preyantechnosys-box-blog-classic .entry-header:not(.prt-titlebar) .entry-title {
    margin-bottom:19px;
}
.preyantechnosys-box-blog .entry-header {
    margin-top: 0px;
}
.preyantechnosys-box-blog.preyantechnosys-blog-box-view-left-image .preyantechnosys-box-content h4 {
    font-size: 19px;
    line-height: 26px;
}
.preyantechnosys-blog-box-view-left-image .prt-entry-meta-wrapper{
    padding: 5px 0px 10px 0px;
    border-bottom: 1px solid #e8ecef;
}
.prt-meta-line.byline img{
    display: none;
}
.preyantechnosys-box-blog-classic .prt-entry-meta .prt-meta-line.byline img {
    display: inline-block;
}
article.preyantechnosys-box-blog-classic .prt-post-featured-outer-wrapper .prt-postdate {
    position: absolute;
    top: auto;
    background-color: #84c13a;
    padding: 2px 15px;
    color: #fff;
    display: inline-block;
    left: 35px;
    bottom: -15px;
    z-index: 1;
    font-size: 13px;
}
article.preyantechnosys-box-blog-classic .prt-post-featured-outer-wrapper .prt-postdate a {
    color: #fff;
}
.preyantechnosys-blog-box-view-left-image:hover .prt-featured-wrapper img{
    transform: scale(1.09) rotate(0.9deg);
}
 .preyantechnosys-blog-box-view-left-image .prt-featured-wrapper img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}

/*** Blog box meta details ***/
.preyantechnosys-box-blog .preyantechnosys-meta-details .preyantechnosys-blogbox-meta-row-date:after{   
    position: absolute;
    right: 11px;
    top: -3px;
    width: 0;
    height: 0;
    content: " / ";
    font-size: 15px;
}
.preyantechnosys-meta-details, 
.preyantechnosys-meta-details a,
.preyantechnosys-meta-details i{
    font-size: 14px;
    color: #656565; 
}
.preyantechnosys-meta-details i{
    padding-right: 3px;
    position: relative;
    top: 2px;
}
.preyantechnosys-meta-details a:hover{
    text-decoration:none;
}
.preyantechnosys-events-box-style1 .preyantechnosys-events-meta .tribe-events-vanue i {
    top: 2px;
    position: relative;
}

/*** No image view ***/
.preyantechnosys-box-blog.prt-no-featured-content:not(.preyantechnosys-blog-box-view-left-image):not(.preyantechnosys-blog-box-view-right-image) .prt-box-post-date{    
    bottom: -72px;  
}
.preyantechnosys-box-blog.prt-no-featured-content .prt-post-format-icon-wrapper {
    top: 0px;
}
.prt-no-featured-content .prt-post-format-icon-wrapper {
    left: 0px;
    top: 8px;
}
.prt-no-featured-content .prt-post-format-icon-wrapper:before {
    display: none;
}
/* End No image view*/

.prt-entry-meta-wrapper .prt-social-share-wrapper {  
    padding-bottom: 0px;
}
.prt-entry-meta-wrapper  .prt-social-share-links ul li {  
    padding-right: 10px;
    padding-top: 0;
}
.prt-entry-meta-wrapper .prt-social-share-links ul {
    padding-right: 0px;
}
.prt-entry-meta .prt-meta-line{    
    position: relative;
}
.preyantechnosys-box-blog .preyantechnosys-box-content .prt-entry-meta .prt-meta-line:last-child:after {
    content:unset;
}
.preyantechnosys-box-view-top-image .prt-entry-meta .prt-meta-line a,
.preyantechnosys-box-view-top-image .prt-post-cat .prt-meta-line a{
    color: #494949;
    font-size: 15px;
}
.preyantechnosys-box-blog-classic .prt-post-format-icon-wrapper,
.preyantechnosys-box-blog .prt-post-format-icon-wrapper {
    height: 70px;
    width: 70px;
    font-size: 23px;
    line-height: 70px;
    border-top: 70px solid #fff;
    border-left: 70px solid transparent;
    text-align: center;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}
.preyantechnosys-box-blog .prt-post-format-icon-wrapper i {
    position: absolute;
    top: -85px;
    color: #fff;
    right: 5px;
    font-size: 19px;
}
.preyantechnosys-box-blog-classic .preyantechnosys-post-date-wrapper .preyantechnosys-entry-date .entry-month,
.preyantechnosys-box-blog-classic .preyantechnosys-post-date-wrapper .preyantechnosys-entry-date .entry-month .entry-year,
.preyantechnosys-box-blog .preyantechnosys-post-date-wrapper .preyantechnosys-entry-date .entry-month,
.preyantechnosys-box-blog .preyantechnosys-post-date-wrapper .preyantechnosys-entry-date .entry-month .entry-year{
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
}
.preyantechnosys-box-blog-classic .preyantechnosys-post-date-wrapper .preyantechnosys-entry-date .entry-month{
    width:100%;
}
.preyantechnosys-box-blog-classic .preyantechnosys-post-date-wrapper .preyantechnosys-entry-date .entry-month,
.preyantechnosys-box-blog-classic .preyantechnosys-post-date-wrapper .preyantechnosys-entry-date .entry-month .entry-year {
    color: #fff;
}
.preyantechnosys-box-blog-classic .preyantechnosys-post-date-wrapper .preyantechnosys-entry-date .entry-month .entry-year {
    display:none;
}
.preyantechnosys-box-blog .prt-post-format-icon-wrapper:before, 
.preyantechnosys-post-box-icon-wrapper:before {
    content:none;
}
.preyantechnosys-box-blog.preyantechnosys-blogbox-format-quote blockquote {
    margin: 40px 40px;
}
.preyantechnosys-box-blog-classic.prt-no-featured-content .prt-post-format-icon-wrapper:before {
    display: block;
}
.single .prt-titlebar-wrapper.entry-header {
    margin-bottom: 50px;
}
.preyantechnosys-box-blog .preyantechnosys-post-date-wrapper .preyantechnosys-entry-date .entry-month .entry-year{
    padding-left:3px;
}

/*** Blog Classic ***/


article.preyantechnosys-box.preyantechnosys-box-blog-classic {
    margin-bottom:40px;
}
article.preyantechnosys-box-blog-classic .prt-blog-classic-box-content .prt-post-cat {
    padding-bottom: 4px;
}
.single article.preyantechnosys-box-blog-classic{
    margin-bottom: 25px;
    border-bottom: none;
}
.single article.preyantechnosys-box-blog-classic.prt-no-featured-content .preyantechnosys-post-date-wrapper {
    right: -21px;
    left: auto;
    top: 24px;
}
article.preyantechnosys-box-blog-classic .prt-blog-classic-box-content .prt-classic-footer-meta {
    position: relative;
    display: block;
    width: auto;
    margin-left: 0px;
    float: left;
}
article.preyantechnosys-box-blog-classic .entry-header {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
article.preyantechnosys-box-blog-classic .preyantechnosys-blogbox-desc-footer {
    float: left;
}
.post.preyantechnosys-box-blog-classic .prt-right-meta .preyantechnosys-commentbox,
article.preyantechnosys-box-blog-classic .prt-blog-classic-box-content .prt-classic-footer-meta .prt-entry-meta .prt-meta-line {
    color: inherit;
    font-size: 0;
}
article.preyantechnosys-box-blog-classic .prt-featured-outer-wrapper .prt-featured-wrapper {
    overflow:hidden;
}

.single article.preyantechnosys-box-blog-classic:hover .prt-featured-outer-wrapper .prt-featured-wrapper img {
    transform: unset;
}

article.preyantechnosys-box-blog-classic .prt-post-featured-wrapper.prt-post-format-gallery a:after,
article.preyantechnosys-box-blog-classic .prt-post-featured-wrapper.prt-post-format-quote a:after,
article.preyantechnosys-box-blog-classic .prt-post-featured-wrapper.prt-post-format-video a:after,
article.preyantechnosys-box-blog-classic .prt-post-featured-wrapper.prt-post-format-link a:after,
article.preyantechnosys-box-blog-classic .prt-post-featured-wrapper.prt-post-format-audio a:after {
   content:unset;
}
body.blog #content-inner,
body.single-post #content-inner,
body.author #content-inner,
body.tag #content-inner,
body.archive #content-inner,
body.archive #content-inner {
    overflow: hidden;
}
.prt-blog-classic-box-comment {
    padding: 0px 45px;
    background: var(--prt-greycolor);
    margin-bottom: 70px;
}
.single article.preyantechnosys-box-blog-classic:before {
    content:unset;
}

/*** Blog Classic ( no image)***/
article.prt-no-featured-content.preyantechnosys-box-blog-classic .prt-blogbox-classic-date .prt-post-date {
    display:none;
}
article.prt-no-featured-content.preyantechnosys-box-blog-classic .prt-blog-classic-box-content {
    margin: 0;
}
article.post.prt-no-featured-content.preyantechnosys-box-blog-classic .tm_classic_post_icon .prt-social-share-links ul li {
    padding-top: 8px;
}
article.post.prt-no-featured-content.preyantechnosys-box-blog-classic .tm_classic_post_icon {
    margin-top: 0px;
    bottom: -30px;
    right: 17px;
}
.single article.post.prt-no-featured-content.preyantechnosys-box-blog-classic .tm_classic_post_icon {
    bottom: -63px;
}
article.post.prt-no-featured-content.preyantechnosys-box-blog-classic .prt-post-cat{
    padding-right: 240px;
}
article.preyantechnosys-box-blog-classic.prt-no-featured-content .prt-col-right {
    display: block;
    width: 100%;
}
article.preyantechnosys-box-blog-classic.prt-no-featured-content .prt-col-right{
    padding-right: 40px;
}
article.preyantechnosys-box-blog-classic.prt-no-featured-content .preyantechnosys-post-date-wrapper{
    left: 32px;
    right: auto;
    top: 24px;
}
article.preyantechnosys-box-blog-classic.prt-no-featured-content.format-quote .prt-featured-outer-wrapper,
article.preyantechnosys-box-blog-classic.prt-no-featured-content.format-link .prt-featured-outer-wrapper {
    margin-top: 0px;    
}
.more-link-wrapper{
    display: block;
}
.more-link-wrapper a{
    display: inline-block;
}
.more-link-wrapper{ 
    margin-top: 30px;
}
article.post .more-link-wrapper a.more-link{
    padding: 10px 45px 10px 34px;
    border-radius: 22px;
    color: #fff;
    position: relative;
}
article.post .more-link-wrapper a.more-link:after {
    font-family: "prt-valetex-icons";
    content: '\e809';
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 8px;
    font-size: 24px;
    position: absolute;
    right: 13px;
    top: 10px;
}

/*** Blog Author details ***/
.author-info{
    padding:40px 60px;
    position: relative;
    margin-top: 30px;
}
body.author .author-info{
    margin-bottom: 80px;
}
.author-info .author-title{
    margin-bottom: 5px;
    font-size: 26px;
    margin-top: 0px !important;
}
.author-info .author-avatar {
    margin: 9px 30px 0 0;
    float: left;
}
.author-info .author-avatar img{
    border-radius: 50%;
    width: 100px;
    height: 100px;
}
.author-info .author-description{
    overflow:hidden;
}
.prt-author-social-links{
    margin: 0;
    margin-left: 116px;
    padding: 0;
    margin-top: 5px;
}
.prt-author-social-links ul{
    list-style: none;
}
.prt-author-social-links li{
    display: inline-block;
    margin-left: 10px;
}
.prt-author-social-links li a{
    display: block;
    width: 25px;
    height: 30px;
    line-height: 30px;
}

/*** Blog Format (Sticky) ***/
article.sticky {
    background-color: #fff;
    border: 3px solid var(--prt-skincolor) !important;
}
article.preyantechnosys-box-blog-classic.sticky:after {
    font-family: "prt-valetex-icons";
    content: "\e81d";
    font-size: 20px;
    position: absolute;
    color:#000;
    opacity: 1;
    right: 0;
    top: 0;
    background-color: var(--prt-skincolor);
    padding: 10px 15px;
    z-index: 11;
}
article.sticky .entry-content{
    margin-bottom: 0px;
}
article.sticky.preyantechnosys-box-blog-classic .prt-post-format-icon-wrapper:after {
    border-bottom-color: #FAFAFA;
}
/*** Blog Format (Gallary) ***/
article.preyantechnosys-blogbox-format-gallery .slick-dotted.slick-slider,
article.post.format-gallery .slick-dotted.slick-slider {
    margin-bottom: 0;
}
article.preyantechnosys-blogbox-format-gallery .slick-dots,
article.post.format-gallery .slick-dots {
    position: absolute;
    top: auto;
    z-index: 10;
    text-align: center;
    margin: 0;
    width: 100%;
    bottom: 15px;
}
article.preyantechnosys-blogbox-format-gallery .slick-dots li,
article.post.format-gallery .slick-dots li {
    width: 12px;
}
article.preyantechnosys-blogbox-format-gallery .slick-dots li button,
article.post.format-gallery .slick-dots li button {
    background-color: transparent;
    display: block;
    cursor: pointer;
    padding: 0;
    text-indent: -9999px;
    width: 10px!important;
    height: 10px!important;
    border: 1px solid #FFF;
    box-shadow: none;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.prt-col-bgcolor-dargrey .slick-dots li button,
.prt-col-bgcolor-skincolor .slick-dots li button,
.prt-bgcolor-dargrey .slick-dots li button,
.prt-bgcolor-skincolor .slick-dots li button,
article.preyantechnosys-blogbox-format-gallery .slick-dots li.slick-active button,
article.preyantechnosys-blogbox-format-gallery .slick-dots li button:hover,

article.post.format-gallery .slick-dots li.slick-active button,
article.post.format-gallery .slick-dots li button:hover {
    background-color: #fff;
}
/*** Blog Format (MP3) ***/
article.preyantechnosys-blogbox-format-audio .prt-post-format-audio-mp3,
article.format-audio .prt-post-format-audio-mp3{
    background-color: #222;
    padding: 22px 47px;
}

/*** Blog Format (Link) ***/
.post_format-post-format-link .entry-content a{
    font-size: 15px;
    font-weight:bold;
}
.prt-post-featured-link-wrapper .prt-post-featured-link {
    background: rgba(35,35, 35,1);
    padding: 110px 50px;
    text-align: center;
}
article.preyantechnosys-box-blog-classic.preyantechnosys-blogbox-format-quote .prt-blog-classic-box-content,
article.preyantechnosys-box-blog-classic.preyantechnosys-blogbox-format-link .prt-blog-classic-box-content {
   display:none;
}
.prt-post-featured-quote,
.prt-post-featured-link-wrapper{
    background-size: cover;
    background-position: 100%;
}
article.preyantechnosys-blogbox-format-link .prt-format-link-title,
article.post.format-link .prt-format-link-title{
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
}
article.preyantechnosys-blogbox-format-link .prt-format-link-url,
article.post.format-link .prt-format-link-url{
    font-size: 18px;
    font-style: italic;
}

/*** Blog Format (Qoute) ***/
article.post.prt-no-featured-content.preyantechnosys-box-blog-classic.preyantechnosys-blogbox-format-link .tm_classic_post_icon {
    bottom: 0px;  
}
article.post.prt-no-featured-content.preyantechnosys-box-blog-classic.preyantechnosys-blogbox-format-quote .tm_classic_post_icon {
    bottom: 65px;
}
.prt-post-featured-quote {
    padding: 20px;
}
article.post.format-quote .prt-post-featured-quote {
    padding: 46px 40px;
}
article.post.preyantechnosys-box-blog-classic.format-quote .prt-post-entry-header {
    display: none;
}
article.post.preyantechnosys-box-blog-classic .prt-post-featured-quote blockquote {
    margin: 0;
    z-index: 2;
    position: relative;
    border: 0;
    background: transparent;
    color: white;
    font-size: 30px;
    line-height: 40px;
    padding: 0;
    padding-left: 85px;
    box-shadow: none;
}
article.post.format-quote .prt-featured-outer-wrapper{
    margin-bottom: 100px;
}
article.post.preyantechnosys-box-blog-classic.format-quote .prt-featured-outer-wrapper{
    margin-bottom: 0px;
}
body:not(.single) article.post.preyantechnosys-box-blog-classic.format-quote .prt-col-left{
    width: 100%;
}
body:not(.single) article.post.preyantechnosys-box-blog-classic.format-quote .prt-col-right{
    display: none;
}
article.post.format-link .prt-featured-outer-wrapper{
    margin-bottom: 0px;
}
article.post.format-link .prt-featured-outer-wrapper{
    margin-bottom: 0px;
}
.prt-post-featured-quote:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(35,35, 35,1);
    top: 0;
    left: 0;
    z-index: 1;
}
.prt-post-featured-quote blockquote {
    z-index: 2;
    position: relative;
    border: 0;
    background: transparent;
    color: white;
    font-size: 30px;
    line-height: 40px;
    padding: 0;
    margin: 10px 40px;
}
.preyantechnosys-boxes-blog.preyantechnosys-boxes-col-five .prt-post-featured-quote blockquote {
    font-size: 22px;
    line-height: 30px;
    padding: 0;
    margin: 15px 0;
}
.prt-post-featured-quote blockquote cite, .single article.post .prt-post-featured-quote blockquote cite {
    color: rgb(255, 255, 255);
    font-size: 26px;
    line-height: 36px;
    text-align: left;
    text-decoration: underline;
    position: static;
}
.single article.post .prt-post-featured-quote blockquote cite {
    margin-top: 0;
}
/*** Fluid Video Iframe ***/

.prt-tm_portfolio-featured-wrapper.prt-post-format-video,
article.post_format-post-format-video .prt-post-format-video,
article.preyantechnosys-blogbox-format-video .prt-post-format-video,
article.post_format-post-format-audio .prt-post-format-audio:not(.prt-post-format-audio-mp3) .preyantechnosys-blogbox-format-audio,
article.preyantechnosys-blogbox-format-audio .prt-post-format-audio:not(.prt-post-format-audio-mp3) .prt-blogbox-audio-mp3player-w{
    position: relative;
    overflow: hidden;
    padding-bottom: 65.25%;
    padding-top: 25px;
    height: 0;
}
.single-tm_portfolio .prt-tm_portfolio-featured-wrapper.prt-post-format-video {
    padding-bottom: 40.25%;
}
.prt-tm_portfolio-featured-wrapper.prt-post-format-video iframe,
article.post_format-post-format-video .prt-post-format-video iframe,
article.preyantechnosys-blogbox-format-video .prt-post-format-video iframe,
article.post_format-post-format-audio .prt-post-format-audio:not(.prt-post-format-audio-mp3) .preyantechnosys-blogbox-format-audio iframe,
article.preyantechnosys-blogbox-format-audio .prt-post-format-audio:not(.prt-post-format-audio-mp3) .prt-blogbox-audio-mp3player-w iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.single-post  .preyantechnosys-blogbox-footer-readmore{
    display: none;
}
.single-tribe_events #tribe-events-content .gallery,
.single-post .prt-blog-classic-box-content .gallery  {
    margin-bottom: 0px; 
}
article.post_format-post-format-video.preyantechnosys-box-topimage .prt-post-format-video, 
article.preyantechnosys-blogbox-format-video.preyantechnosys-box-topimage .prt-post-format-video,
article.post_format-post-format-audio.preyantechnosys-box-topimage .prt-post-format-audio:not(.prt-post-format-audio-mp3) .preyantechnosys-blogbox-format-audio,
article.preyantechnosys-blogbox-format-audio.preyantechnosys-box-topimage .prt-post-format-audio:not(.prt-post-format-audio-mp3) .prt-blogbox-audio-mp3player-w {
    padding-bottom: 78.25%;
}
article.post_format-post-format-video.preyantechnosys-blog-box-view-left-image .prt-post-format-video, 
article.preyantechnosys-blogbox-format-video.preyantechnosys-blog-box-view-left-image .prt-post-format-video,
article.post_format-post-format-audio.preyantechnosys-blog-box-view-left-image .prt-post-format-audio:not(.prt-post-format-audio-mp3) .preyantechnosys-blogbox-format-audio,
article.preyantechnosys-blogbox-format-audio.preyantechnosys-blog-box-view-left-image .prt-post-format-audio:not(.prt-post-format-audio-mp3) .prt-blogbox-audio-mp3player-w {
    padding-bottom: 205px;
}
body .wp-block-cover-image .wp-block-cover-image-text,
body .wp-block-cover-image .wp-block-cover-text,
body .wp-block-cover-image h2,
body .wp-block-cover .wp-block-cover-image-text, 
body .wp-block-cover .wp-block-cover-text,
body .wp-block-cover h2 {
    color: #fff;
}
.wp-block-cover, .wp-block-cover-image {
    margin: 0 1.75em 1.5em 0;
}
.has-large-font-size {
    line-height: 1.4;
}
.entry-content .wp-block-archives-dropdown {
    margin-bottom: 10px;
}
.wp-block-categories.wp-block-categories-dropdown {
    margin-bottom: 15px;
}
.prt-blog-classic-box-content .wp-block-group.has-background>.wp-block-group__inner-container  {
    padding: 15px;  
}
.wp-block-quote.is-style-large cite, .single article.post .wp-block-quote.is-style-large cite {
    display: inline-flex;
    margin-bottom: 0;
    text-align: center;
    font-size: 22px;
}
.single .wp-block-quote.is-style-large:not(.is-style-plain) p {
    margin-bottom: 0;
}
/*** Single Media ***/
.single-post .preyantechnosys-box-blog-classic .prt-post-featured-outer-wrapper {
    margin-bottom: 20px;
}
.single-post .preyantechnosys-box-blog-classic.prt-no-featured-content .prt-post-featured-outer-wrapper {
    margin-bottom: 0px;
}
.single-post .preyantechnosys-box-blog-classic .prt-blog-classic-box-content {
    padding: 8px 0px 15px;
    margin: 0;
    box-shadow: unset;
    background-color:transparent;
}
.single-post article.preyantechnosys-box-blog-classic.prt-no-featured-content .prt-blog-classic-box-content {
    padding: 0;
}
.single-tm_portfolio .prt-single-pf-footer .clearfix,
.single-post .preyantechnosys-blogbox-sharebox .clearfix {
    display: inline-block;
}
.single-tm_portfolio .prt-pf-single-category-w ,
.single-post .tm_tag_lists {
    float: left;
}
.single-post .prt-social-share-post-wrapper{
    text-align: left;
    padding: 0px;
    border-radius: 0px;
}
.single-post .prt-post-prev-next-buttons {
    border-bottom: 1px solid #e9ecef;
    border-top: 1px solid #e9ecef;
}
.single-post .prt-social-share-links ul li {
    display: inline-block;
    padding-right: 0px;
    padding-top: 0px;
}
.single-post .prt-social-share-title {
    margin-top: 11px;
    font-weight: 500;
}
.single-post .prt-post-prev-next-buttons {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 30px;
    padding-bottom: 10px;
}
.single-tm_portfolio .prt-pf-single-category-w a {
    padding: 0;
    font-size: 15px;
    display: inline-block;
    margin-right: 14px;
    font-weight: 400;
    margin-bottom: 7px;
    border-radius: 0px;
}
.single-post .preyantechnosys-blogbox-sharebox .preyantechnosys-tags-links a {
    position: relative;
    padding: 2px 20px;
    background-color: var(--prt-greycolor);
    font-size: 13px;
    display: inline-block;
    color: var(--body-blackfont-color);
    border-radius: 0;
    margin-bottom: 5px;
}

.single-post .preyantechnosys-blogbox-sharebox .preyantechnosys-tags-links a:last-child:before {
    display: none;
}
.single-post .preyantechnosys-blogbox-sharebox .preyantechnosys-tags-links a:hover {
    background-color: var(--prt-skincolor);
}
.single-post .preyantechnosys-blogbox-sharebox {
    display: block;
    clear: both;
    overflow: hidden;
    padding-top: 20px;
}
.single-post .comments-area {
    margin-top: 0;
    margin-bottom: 0px;
    padding-top: 35px;
}
.single article.preyantechnosys-box-blog-classic .prt-blog-classic-box-content h1,
.single article.preyantechnosys-box-blog-classic .prt-blog-classic-box-content h2, 
.single article.preyantechnosys-box-blog-classic .prt-blog-classic-box-content h3,
.single article.preyantechnosys-box-blog-classic .prt-blog-classic-box-content h4,
.single article.preyantechnosys-box-blog-classic .prt-blog-classic-box-content h5, 
.single article.preyantechnosys-box-blog-classic .prt-blog-classic-box-content h6 {
    margin-top: 25px;
    margin-bottom: 10px;
}
.single article.preyantechnosys-box-blog-classic ul.prt-custum-list-spacing {
    padding: 0;
    margin: 0;
    font-weight: 500;
}
.single article.preyantechnosys-box-blog-classic ul.prt-custum-list-spacing li {
    list-style: none;
    display: flex;
}
.single article.preyantechnosys-box-blog-classic ul.prt-custum-list-spacing li i {
    margin-right: 10px;
    font-size: 10px;
}
article.preyantechnosys-box-blog-classic .prt-blog-classic-box-content .prt-list {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 0;
}
article.type-attachment .entry-attachment {
    text-align: center;
    border: 1px solid #dadada;
    background: #f3f3f3;
    padding: 15px;
}
span.prt-publised-in-wrapper {
    border: 1px solid #dadada;
    display: block;
    margin-top: 30px;
    padding: 15px;
    text-align: center;
}
.prt-publised-in-wrapper span.meta-nav {
    font-size: 12px;
}
.prt-publised-in-wrapper span.post-title {
    font-size: 25px;
    display: block;
}
.single-post article.post .entry-content ol li:not(.blocks-gallery-item), .single-post article.post .entry-content ul li:not(.blocks-gallery-item) {
    padding-bottom: 8px;
}
.single article.post .entry-content .prt-blog-sidedesc {
    margin-top: 7px;
}
.single-post .preyantechnosys-box-blog-classic ul.prt-blog-list li{
    list-style:none;
}
.single-post .preyantechnosys-box-blog-classic .prt-blog-list li i{
    margin-right:10px;
}
.single article.post .prt-list-block {
    margin-bottom: 20px;
}
.entry-content img.alignright, .entry-content img.alignleft, .entry-content img.aligncenter {
    clear: both;
}
/*** Single Media Next Previous ***/
#image-navigation.navigation .nav-previous {
    float: left;
    padding-top: 7px;
    padding-left: 25px;
}
#image-navigation.navigation .nav-next {
    float: right;
    padding-top: 7px;
    padding-right: 25px;
}
.navigation a:hover {   
    text-decoration: none;
}

/*** Comment section ***/
.comments-area .comments-title,
.single-post .comments-area .comments-title,
#respond .comment-reply-title {
    font-size: 32px;
    line-height: 32px;
    font-weight: 600;
}
.comment-list .children {
    margin-left: 35px;
}
.comment-list li.comment {
    position: relative;
    margin-top: 30px;
}
.comment-list li.comment.parent:last-child {
    border:none;
}
.prt-comment-owner{
    display: block;
    font-size: 18px;
    font-style: normal; 
    margin-right: 8px;
}
.prt-comment-owner, .prt-comment-owner a, .comment-meta .prt-comment-owner a{
    display: inline-block;
    font-size: 16px;
    line-height: 19px;
    font-weight: var(--special-element-fontweight);
    color: var(--prt-secondarycolor);
}
.prt-comment-owner a{
    font-size: 16px;
    font-weight: normal;
}
.comment-list, .comment-list .children {
    list-style-type: none;
    padding: 0;
    margin-top: 0;
}
.comment-list > li:last-child:after {
    display: none;
}
.comment-body {
    margin-left: 105px;
    margin-top: 35px;
    margin-bottom: 30px;
    padding: 18px 20px 4px;
    position: relative;
    background-color: var(--prt-greycolor);
    border: 1px solid var(--prt-greycolor);
}
.pingback .comment-author {
    display:none;
}
.comment-body:after, .comment-body:before {
    position: absolute;
    top: 17px;
    width: 0;
    height: 0;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent var(--prt-greycolor) transparent var(--prt-greycolor) !important;
    z-index: 1;
    content: "";
    left: -12px;
}
.comment-list a.comment-reply-link:hover, .comment-form input[type="submit"]:hover, .prt-btn-style-outline.prt-btn-color-skincolor .elementor-button:hover {
    color: var(--prt-secondarycolor);
}
.comment-author {
float: left; 
    text-align: center;
    width: 80px;
    height: 80px;
    display: block;
    margin-right: 25px;
    overflow: hidden;
    margin-left: -125px;
    margin-top: -20px;
}
.comment-author img{
    max-width: 100%;
    height: auto;    
}
.comment-body .author-content-wrap .prt-comment-owner  {
    display: inline-block;
    padding-right: 15px;
}
.comment-author .fn {
    word-wrap: break-word;
}
.comment-author .fn, 
.comment-author .url, 
.comment-reply-link, 
.comment-reply-login {
    color: #838383;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
}
.comment-author .fn{
    color: rgba(0, 0, 0, 0.6);
}
.comment-list a.comment-reply-link {
    border: 1px solid;
    color: #fff;
    padding: 10px 25px 6px 25px;
    position: relative;
    background-color: transparent;
    border-radius: var(--prt-button-shape);
    font-size: var(--button_fontsize);
    line-height: var(--button_fontsize);
    font-family: var(--button-font-family);
    font-weight: var(--button-font-weight);
    text-transform: var(--button-text-transform);
}
.comment-reply-link:before, 
.comment-reply-login:before {   
    margin-right: 7px;
}
.says {
    display: none;
}
.no-avatars .comment-author {
    margin: 0 0 5px;
    max-width: 100%;
    position: relative;
}
.no-avatars .comment-metadata, 
.no-avatars .comment-content, 
.no-avatars .comment-list .reply {
    width: 100%;
}
.comment-list .edit-link {
    margin-left: 20px;
}
.comment-meta, .comment-meta a {
    color: var(--body-fonts-color);
    font-size: 12px;
    display: block;
    font-size: 14px;
}
.ping-meta {
    color: #a2a2a2;
    font-size: 13px;
    line-height: 1;
}
.comment-awaiting-moderation {
    color: #a2a2a2;
}
.comments-area ol.comment-list {
    margin-bottom: 30px;
}
.comments-area .comment-respond {
    padding-top: 0;
    padding-bottom: 0;
}
.wpcf7-checkbox input[type="checkbox"]:before, .prt-checkbox input[type="checkbox"]:before {
    position: absolute;
    content: '';
    bottom: -2px;
    left: -20px;
    height: 15px;
    width: 15px;
    z-index: 1;
    border: 0 solid #e7e7e7;
    background-color: var(--prt-whitecolor);
}
.prt-checkbox .wpcf7-list-item {
    margin: 22px 0 15px 0;
}
input[type="checkbox"]:before {
    position: absolute;
    content: '';
    bottom: -3px;
    left: -21px;
    height: 16px;
    width: 16px;
    z-index: 1;
    border: 1px solid #e7e7e7;
    background-color: var(--prt-greycolor-bg);
}
input[type="checkbox"]:checked:after {
    content: "";
    border: solid #ff172d;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    position: absolute;
    left: -17px;
    width: 6px;
    height: 10px;
    background-color: transparent!important;
    z-index: 1;
}
input[type="checkbox"], input[type="radio"] {
    
    width: 0;
    margin-left: 22px;
    position: relative;
    z-index: 1;
}
.pingback .comment-meta {   
    margin-left: 0px;   
    padding-left: 0px;
}
.trackback .comment-body,
.pingback .comment-body {
    margin-left: 0px;
}
.trackback .comment-body:before,
.trackback .comment-body:after,
.pingback .comment-body:before,
.pingback .comment-body:after {
    content:unset;
}
.single-post .preyantechnosys-box-blog-classic .prt-blog-classic-box-content .prt-classic-post-meta {
    display: none;
}
/*** Comment form ***/
.comment-form p:not(.comment-notes){
    margin-bottom:25px;
}
.preyantechnosys-page-full-width.preyantechnosys-boxed .comments-area {    
    margin: 30px 15px 60px 15px;
}
.comments-area{
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 50px 40px 30px !important;
    background: #fff;
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 5%);
    border-radius: 5px;
}
.comment-form{
    margin-bottom:20px;
}
.comment .comment-respond {
    margin-bottom: 20px;
    padding: 20px;
}
.comment-reply-title small a {
    color: #131310;
    display: inline-block;
    float: right;
    height: 16px;
    overflow: hidden;
    width: 16px;
}
ol.comment-list li #respond{
    width: 100%;
    padding: 10px 0 0;
    margin-bottom: 0;
}
.comment-reply-title small a:hover {
    color: #ed331c;
    text-decoration: none;
}
.comment-reply-title small a:before {
    font-family: FontAwesome;
    content: "\f00d";
    vertical-align: top;
}
.sidebar .comment-list .comment-reply-title, 
.sidebar .comment-list .comment-respond .comment-form {
    padding: 0;
}
.comment-form .comment-notes {
    margin-bottom: 28px;
    font-size: 15px;
    
}
.prt-comment-date-link{
    float: right;
}
.prt-fn{
    font-size: 17px;
    color: #2c2c2c;
    font-weight: bold;
}
.comment-body .prt-fn a{
    font-size: 17px;
    color: #2c2c2c;
}
.comment-body .prt-fn{
    color: #a2a2a2;
}
.single article.post .comment-body p {
    margin-top: 15px;   
}
.single article.post .comment-body blockquote {
    padding-bottom: 25px;
}
.single .wp-block-columns.prt-full-columnquote {
    gap: 0;
    margin: 47px 0 0 0;
}
.single article.post .prt-full-columnquote blockquote {
    margin: 0;
}
.prt-empty-sidebar.single article.post .prt-full-columnquote blockquote {
    padding-top: 37px;
    padding-bottom: 35px;
}
.comment-reply-link{
    font-size: 14px;
    margin-top: 0px;
    display: inline-block;
}
.prt-comment-date-link:before{
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    margin-right: .2em;
    text-align: center;
    opacity: .8;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 13px;
    content: "\f017";
}
.comment-body p{
    margin-top: 15px;
    display: block;
}
.comment-reply-title{
    margin-bottom: 10px;
    font-size: 28px;
}
.prt-post-prev-next-buttons{
    padding-top: 60px;
}
.prt-post-prev-next-buttons .prt-right-align-btn{
    float: right;
}
.comment-form textarea {
    height: 125px;
}
.comment-form textarea,
.comment-form input[type="text"] {
    background-color: var(--prt-greycolor);
    border-radius: 5px;
    border-color: transparent;
}
.comment-form textarea:focus, .comment-form input[type="text"]:focus, .comment-form input[type="email"]:focus {
    border-color: var(--prt-secondarycolor);
}
.comments-area .comment-form .comment-form-author, 
.comments-area .comment-form .comment-form-email, 
.comments-area .comment-form .comment-form-url {
    position: relative;
    float: left;
    width: 47%;
    margin-right: 3%;
}
.prt-vc_general.prt-vc_btn3.prt-vc_btn3-color-skincolor {
    background-color: var(--prt-skincolor);
    color: var(--prt-whitecolor);
}
.prt-vc_general.prt-vc_btn3.prt-vc_btn3-color-skincolor:hover {
    background-color: var(--prt-secondarycolor);
    border-color: var(--prt-secondarycolor);
    color: var(--prt-whitecolor);
}
.comments-area .comment-form .comment-form-email {
    margin-right: 0 !important;
    width: 50%;
}
.comment-form p.form-submit {
    padding-top: 0;
    position: relative;
    width: auto;
    display: inline-block;
    margin: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.comment-box h2 {
    margin-top: 10px;
}
.comments-area .comment-form .comment-form-url {
    margin-right: 0;
}
.mc4wp-form-fields .mailchimp-inputbox input[type="email"]::-webkit-input-placeholder {
    color:rgba(255, 255, 255, 0.30);
}
.comment-form textarea::-webkit-input-placeholder,
.comment-form input[type="text"]::-webkit-input-placeholder,
.comment-form input[type="email"]::-webkit-input-placeholder {
    color: var(--body-fonts-color);
}
.comment-form input[type="text"]:-moz-placeholder,
.comment-form input[type="text"]:-moz-placeholder,
.comment-form input[type="email"]:-moz-placeholder {
    color:rgba(119, 119, 119,0.50);
}
.comment-form input[type="text"]:-ms-input-placeholder ,
.comment-form input[type="text"]:-ms-input-placeholder ,
.comment-form input[type="email"]:-ms-input-placeholder  {
    color:rgba(119, 119, 119,0.50);
}
.comment-form input[type="submit"] {
    background-color:var(--prt-secondarycolor);
    padding: 16px 30px 12px 30px;
    margin-top: 8px;
    width: 100%;
    border-radius: 5px !important;
}
blockquote cite:before {
    position: absolute;
    content: '';
    height: 0;
    width: 50px;
    background-color: var(--prt-secondarycolor);
    top: 16px;
    left: 0;
}

/*** Blog Navigation section ***/
.main-holder .site-content .woocommerce-pagination,
.preyantechnosys-pagination {
    display: block;
    margin-bottom: 60px;
    margin-top: 10px;
    text-align: center; 
}
.preyantechnosys-boxes .preyantechnosys-boxes-inner .preyantechnosys-pagination {
    margin-bottom: 0px;
}
.main-holder .site-content nav.woocommerce-pagination ul li span,
.main-holder .site-content nav.woocommerce-pagination ul li a,
.preyantechnosys-pagination .page-numbers {
    width: 44px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    background-color: #ffffff;
    color: #000000;
    font-size: 16px;
    font-weight: var(--special-element-fontweight);
    border-radius: var(--prt-button-shape);
    margin: 0 3px 10px;
    padding: 0;
    border: 2px solid #000000;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	font-weight: 600;
}
.preyantechnosys-pagination .next.page-numbers, .preyantechnosys-pagination .prev.page-numbers,
.woocommerce nav.woocommerce-pagination ul li a.next, .woocommerce nav.woocommerce-pagination ul li a.prev {
    padding: 0 30px 0 25px;
    width: auto;
}
.prt-bgcolor-grey .preyantechnosys-pagination .page-numbers {
    background-color: #fff;
    border: 1px solid #fff;
}
.main-holder .site-content nav.woocommerce-pagination ul {
    padding: 0px;
    border: none;
    margin: 0px;
}
.main-holder .site-content nav.woocommerce-pagination ul li {
    border:none;
    overflow: visible;
}
.main-holder .site-content nav.woocommerce-pagination ul li .page-numbers.current, 
.main-holder .site-content nav.woocommerce-pagination ul li a:hover, 
.preyantechnosys-pagination .page-numbers.current, 
.preyantechnosys-pagination .page-numbers:hover {
    border-color: var(--prt-skincolor);
}
.prt-bgcolor-skincolor .preyantechnosys-pagination .page-numbers.current, 
.prt-bgcolor-skincolor .preyantechnosys-pagination .page-numbers:hover{
    background-color: #f8f8f8;
}

/*** 

====================================================================
    Portfolio Section
====================================================================

 ***/
.tax-tm_portfolio_category .prt-box-col-wrapper,
.tax-tm_team_group .prt-box-col-wrapper .preyantechnosys-box{
    margin-bottom: 30px;
}
.preyantechnosys-post-item,
.preyantechnosys-post-item-inner{
    position: relative; 
}

/* Portfolio Box view Style-1 */

.preyantechnosys-box-portfolio .preyantechnosys-overlay{
    position: absolute;
    top: 0px;
    left:0px;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.preyantechnosys-box-portfolio:hover .preyantechnosys-overlay{
    opacity:1;
    visibility: visible;
}
.preyantechnosys-box-portfolio .preyantechnosys-icon-box a {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid transparent;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius:0px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: all .45s ease 0ms;
    -khtml-transition: all .45s ease 0ms;
    -moz-transition: all .45s ease 0ms;
    -ms-transition: all .45s ease 0ms;
    -o-transition: all .45s ease 0ms;
    transition: all .45s ease 0ms;
    margin-top: -22px;
}
.preyantechnosys-box-portfolio .preyantechnosys-icon-box a.tm_prettyphoto {
    -webkit-transform: translate(-30px,-45px);
    -khtml-transform: translate(-30px,-45px);
    -moz-transform: translate(-30px,-45px);
    -ms-transform: translate(-30px,-45px);
    -o-transform: translate(-30px,-45px);
    transform: translate(-30px,-45px);
    margin-left: -46px; 
}
.preyantechnosys-box-portfolio .preyantechnosys-icon-box a.preyantechnosys_pf_link {
-webkit-transform: translate(30px,45px);
    -khtml-transform: translate(30px,45px);
    -moz-transform: translate(30px,45px);
    -ms-transform: translate(30px,45px);
    -o-transform: translate(30px,45px);
    transform: translate(30px,45px);    
    margin-left:1px;
}
.preyantechnosys-box-portfolio:hover .preyantechnosys-icon-box a {
    opacity: 1;
    -webkit-transform: translate(0);
    -khtml-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}
.preyantechnosys-box-portfolio:hover .preyantechnosys-icon-box a:hover {
    background-color: white;
    color: #3bad71;
}
.preyantechnosys-box-portfolio .preyantechnosys-box-content-inner {
    padding: 0;
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.preyantechnosys-box-portfolio .preyantechnosys-post-item .item-content {
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
}
.preyantechnosys-box-portfolio .preyantechnosys-post-item .preyantechnosys-item-thumbnail {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.preyantechnosys-box-portfolio .preyantechnosys-box-title h4 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
    position: relative;
    text-align: left;
}
body.tax-tm_portfolio_category.preyantechnosys-sidebar-true.prt-empty-sidebar .site-content-wrapper #primary.content-area {
    width: 100% !important;
}
.tax-tm_portfolio_category .row.multi-columns-row.preyantechnosys-boxes-row-wrapper {
    padding-bottom: 90px;
}

.preyantechnosys-boxes-blog.preyantechnosys-boxes-view-carousel.prt-boxes-carousel-arrows-above .preyantechnosys-boxes-inner div.preyantechnosys-boxes-row-wrapper.slick-slider:first-child,
.preyantechnosys-boxes-portfolio.preyantechnosys-boxes-view-carousel.prt-boxes-carousel-arrows-above .preyantechnosys-boxes-inner div.preyantechnosys-boxes-row-wrapper.slick-slider:first-child {
    margin-top: 82px;
}


/* PortfolioBox  Styles-1 */

.preyantechnosys-portfoliobox-style1 .prt-featured-wrapper {
    position: relative;
    z-index: 0;
    display: block;
    overflow: hidden;
}
.preyantechnosys-portfoliobox-style1 .prt-featured-wrapper img {
    position:relative;
    filter: brightness( 50% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}
.preyantechnosys-portfoliobox-style1:hover .prt-featured-wrapper img {
    filter: brightness( 60% ) contrast( 100% ) saturate( 65% ) blur( 0px ) hue-rotate( 0deg );
}
.preyantechnosys-portfoliobox-style1 .tm-project-readmore-btn a {
    background-color: var(--prt-skincolor);
    padding: 10px;
    border-radius: 50px;
    color: var(--body-blackfont-color);
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.preyantechnosys-portfoliobox-style1:hover .prt-post-iconbox {
    background-color: var(--prt-skincolor-bg);
    border: 1px solid var(--prt-skincolor-bg);
}
.preyantechnosys-portfoliobox-style1:hover .prt-post-iconbox i {
    color: #fff;
}
.preyantechnosys-portfoliobox-style1 .preyantechnosys-box-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: 500ms all linear 0ms;
}
.preyantechnosys-portfoliobox-style1 .preyantechnosys-box-overlay .preyantechnosys-box-content {   
    bottom: 30px;   
}
.preyantechnosys-portfoliobox-style1 .preyantechnosys-box-overlay .preyantechnosys-box-content,
.preyantechnosys-portfoliobox-style1 .preyantechnosys-box-overlay .prt-box-desc {
    text-align: left;
    position: absolute;
    left: 30px;
    right: 30px;
    top: auto;
    transition: 500ms all linear 0ms;
}
.preyantechnosys-portfoliobox-style1:hover .preyantechnosys-box-overlay .preyantechnosys-box-content {
    bottom: 15px;
}
.preyantechnosys-portfoliobox-style1:hover .preyantechnosys-box-overlay {
    bottom: 80px;
}
.preyantechnosys-portfoliobox-style1 .prt-cat {
    padding-bottom: 2px;
    font-size: 14px;
    color: var(--prt-secondarycolor);
}
.preyantechnosys-boxes-portfolio .prt-element-content-heading {
    margin-bottom: 35px;
}
.preyantechnosys-portfoliobox-style1 .preyantechnosys-post-item-inner {
    overflow: hidden;
}
.preyantechnosys-portfoliobox-style1 .prt-post-iconbox{
    position:absolute;
    bottom: 27px;
    right: 30px;
    border: 1px solid #e7e7e7;
    transition: all .5s ease-in-out;
}
.preyantechnosys-portfoliobox-style1 .prt-post-iconbox i {
    font-size: 22px;
    transition: all .5s ease-in-out;
}
.preyantechnosys-portfoliobox-style1 .prt-post-iconbox a{
    height:46px;
    width:46px;
    line-height: 45px;
    border-radius:3px;
    text-align: center;
    color: var(--prt-skincolor-text);
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;   
}
.preyantechnosys-portfoliobox-style1 .preyantechnosys-box-title h4 {
    margin-bottom: 0;
    position: relative;
    text-align: left;
}  
.preyantechnosys-portfoliobox-style1 .preyantechnosys-box-title h4 a , .preyantechnosys-portfoliobox-style1 .prt-cat {
    color: var(--prt-whitecolor);
}
.preyantechnosys-portfoliobox-style1 .preyantechnosys-box-title h4 a:hover {
    color: #fff !important;
}
.preyantechnosys-portfoliobox-style1 .preyantechnosys-box-overlay p {
    display: none;
    color: var(--prt-whitecolor);
}
.preyantechnosys-portfoliobox-style1:hover .preyantechnosys-box-overlay p {
    display: block;
}
.preyantechnosys-portfoliobox-style1 .post-item-number {
    position: absolute;
    top: 40px;
    left: 40px;
    color: #fff;
    z-index: 1;
    font-size: 30px;
    font-weight: 500;
    opacity: 1;
    transition: .5s;	
}

/* PortfolioBox  Styles-2*/

.preyantechnosys-portfoliobox-style2 .preyantechnosys-post-item {
    overflow: hidden;
    text-align: left;
}
.preyantechnosys-portfoliobox-style2 .figcaption {
    position: absolute;
    height:100%;
    width: 100%;
    top: 0;
    background-color: rgba(23,25,32,0.60);
    opacity:0;
}
.preyantechnosys-element-portfoliobox-style2 .prt-slick-arrows {
    position: absolute;
    right: 0;
    top: 31px;
}
.preyantechnosys-element-portfoliobox-style2 .prt-slick-arrows a {
    background-color: var(--prt-skincolor-bg);
    width: 48px;
    padding: 0;
    margin: 0 5px 0 5px;
    z-index: 1;
    height: 48px;
    text-align: center;
    display: inline-block;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
}
.preyantechnosys-element-portfoliobox-style2 a.prt-slick-arrow.prt-slick-next {
    background-color: var(--prt-secondary-bg);
}
.preyantechnosys-element-portfoliobox-style2 .prt-portfoliobox-inner {
    position: relative;
}
.preyantechnosys-element-portfoliobox-style2 .preyantechnosys-boxes-row-wrapper {
    padding-top: 10px;
    background: var(--prt-whitecolor);
}
.preyantechnosys-portfoliobox-style2:hover .figcaption {
    opacity: 1;
}
.preyantechnosys-portfoliobox-style2 .figcaption:before {
    position:absolute;
    content:'';
    opacity: 0;
}
.preyantechnosys-portfoliobox-style2 .figcaption:before {
    top: 20px;
    right: 15px;
    bottom: 20px;
    left: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.50);
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.preyantechnosys-portfoliobox-style2 .figcaption:after {
    top: 15px;
    right: 20px;
    bottom: 15px;
    left: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.50);
    border-left: 1px solid rgba(255, 255, 255, 0.50);
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.preyantechnosys-portfoliobox-style2 .preyantechnosys-box-category {
    position: absolute;
    bottom: 35px;
    left: 40px;
    right: 40px;
    opacity: 0;
}
.preyantechnosys-portfoliobox-style2 .preyantechnosys-box-category p {
    margin-bottom:0px;
}
.preyantechnosys-portfoliobox-style2.thememount-portfolio-box-view-overlay .prt-project-readmore-btn,
.preyantechnosys-portfoliobox-style2.thememount-portfolio-box-view-overlay .preyantechnosys-box-category {
    -webkit-transition: all 0.8s 0.2s;
    transition: all 0.8s 0.2s;
}
.preyantechnosys-portfoliobox-style2 .prt-project-readmore-btn {
    position: absolute;
    bottom:50px;
    left: 50px;
    opacity: 0;
}
.preyantechnosys-post-item-inner.figcaption {
    transition: opacity 0.4s ease-in-out,left 0.4s ease-in-out;
}
.preyantechnosys-portfoliobox-style2 .thememount-portfolio-box-view-overlay .preyantechnosys-box-category { 
    transition: opacity 0.4s ease-in-out,left 0.4s ease-in-out;
}
.preyantechnosys-portfoliobox-style2:hover .prt-project-readmore-btn,
.preyantechnosys-portfoliobox-style2:hover .preyantechnosys-box-category {
    opacity: 1;
}
.preyantechnosys-portfoliobox-style2 .preyantechnosys-post-item:hover img{
    -webkit-transform: scale(1);
    transform: scale(1);    
}
.preyantechnosys-portfoliobox-style2:hover .prt-featured-wrapper.prt-tm_portfolio-featured-wrapper img{
    transform: scale(1.2);
}
.preyantechnosys-box-portfolio:hover .prt-featured-wrapper.prt-tm_portfolio-featured-wrapper {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.preyantechnosys-box-portfolio .prt-featured-wrapper.prt-tm_portfolio-featured-wrapper  img.wp-post-image {
    transition: transform 0.5s ease-in-out;
    width:100%;
}
.preyantechnosys-portfoliobox-style2 .preyantechnosys-box-category p{
    color:rgba(255,255,255,.70);
}
.preyantechnosys-portfoliobox-style2 .prt-cat {
    color: var(--prt-whitecolor);
    opacity: 90%;
    margin-bottom: 3px;
}
.preyantechnosys-portfoliobox-style2.preyantechnosys-box-portfolio .preyantechnosys-box-title h4 {
    margin: 0;
}
.preyantechnosys-portfoliobox-style2 .preyantechnosys-box-title h4 a {
    color: var(--prt-whitecolor);
}
.preyantechnosys-portfoliobox-style2 .preyantechnosys-box-title h4 a:hover {
    opacity: 100%;
}
.preyantechnosys-portfoliobox-style2 .prt-icon {
    position: absolute;
    top: 30px;
    right: -50px;
    height: 44px;
    width: 44px;
    margin: auto;
    padding: 4px;
    border: 1px solid var(--prt-skincolor);
    text-align: center;
    z-index: 1;
    transform: translateX(50px);
    opacity: 0;
    transition: all .4s;
    transition-delay: .1s;
}
.preyantechnosys-portfoliobox-style2:hover .prt-icon {
    right: 30px;
    opacity: 1;
    transform: translateX(0);
}
.preyantechnosys-portfoliobox-style2 .prt-icon a {
    height: 34px;
    width: 34px;
    background-color: var(--prt-skincolor);
    display: block;
}
.preyantechnosys-portfoliobox-style2 .prt-img {
    overflow: hidden;
}
.preyantechnosys-portfoliobox-style2 .prt-icon i {
    font-size: 20px;
    line-height: 34px;
    color: var(--prt-whitecolor);
}
.preyantechnosys-portfoliobox-style2 .prt-project-readmore-btn i {
    position: absolute;
    bottom: 6px;
    font-size: 14px;
}

/*** Single Portfolio Left Image Right content ***/
.prt-pf-single-content-wrapper{
    padding-bottom: 80px;
}
.prt-social-share-wrapper.prt-social-share-portfolio-wrapper {
    padding-top: 0px;
}
.prt-social-top-wrapper{
    position: relative;
    text-align: center;
    margin-bottom: 35px;
    border-bottom: 1px solid #e2e2e2;
    padding: 0 18px;
    padding-bottom: 30px;
    border-radius: 0;
}
.single-tm_portfolio .prt-social-share-wrapper{
    padding-top: 18px;
}
.prt-social-share-wrapper .prt-social-share-title,
.prt-social-share-wrapper .prt-social-share-links,
.prt-social-share-wrapper .prt-single-top-btn{  
    float: left;
}
.prt-social-share-wrapper:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.prt-social-share-links ul{
    list-style:none;
    padding: 0px;
    margin: 0;
    padding-right: 15px;
}
.prt-social-share-links ul li{
    display: inline-block;
    padding-right: 6px;
}
.prt-right-meta .prt-social-share-links ul li a {
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    margin-right: 0;
    border-radius: 50%;
    font-size: 12px;
}
.prt-social-share-links ul li a {
    border: 1px solid var(--prt-bordercolor);
    height: 35px;
    width: 35px;
    line-height: 34px;
    text-align: center;
    display: block;
    font-size: 13px;
    color: var(--body-fonts-color);  
}
.prt-pf-single-content-wrapper.prt-pf-view-left-image .prt-pf-detail-box {
    width: 100%;
    display: block;
    margin-bottom: 65px;
    overflow: hidden;
}
.single-tm_portfolio .prt-pf-single-content-wrapper.prt-pf-view-left-image .prt-pf-detail-box .preyantechnosys-pf-single-content-area.col-lg-4 {
    float: right;
    width: 43%;
}
.prt-highlight-pftext-services span{
    color: var(--body-blackfont-color);
}
.prt-highlight-pftext-services .prt-element-content-desctxt:first-letter {
    color: var(--body-blackfont-color);
    float: left;
    font-size: 26px;
    line-height: 26px;
    margin-right: 8px;
    background-color: var(--prt-skincolor);
    padding: 12px 18px;
    border-radius: 50%;
}
.prt-pf-detail-box .prt-short-desc,
.prt-pf-detail-box .preyantechnosys-box-title {
    display: none;
}
.prt-pf-single-content-wrapper.prt-pf-view-left-image .preyantechnosys-pf-single-detail-box.fixed {
    width: 23.333333%;
    position: fixed;
    width: 414px;
    z-index: -1;
    top: 150px !important;
    animation: slide-down 0.5s;
    -webkit-animation: slide-down 0.5s;
    -moz-animation: slide-down 0.5s;
    -o-animation: slide-down 0.5s;
}
@keyframes slide-down {
        0% {
            transform: translateY(-20%)
        }
        100% {
            transform: translateY(0)
        }
    }
footer {
    z-index: 7;
    position: relative;
}
.prt-pf-view-left-image .prt-pf-single-related-wrapper, .single-tm_portfolio .prt-pf-view-left-image .prt-social-bottom-wrapper,
.prt-pf-single-related-wrapper .prt-pf-single-related-title, .single-tm_portfolio .prt-pf-view-left-image .prt-social-bottom-wrapper .prt-nextprev-bottom-nav {
    background: #ffffff;
}
.prt-pf-view-left-image .prt-pf-single-related-wrapper .prt-pf-single-related-title {
    padding-bottom: 35px;
    margin: 0;
}
.preyantechnosys-pf-detailbox-list{
    list-style: none;
    padding: 0;
    overflow: hidden;
    margin: 15px 0px 0px 0;
}
.prt-social-share-title{
    padding-right: 10px;
    position: relative;
    margin-right: 10px;
    font-weight: 600;
    font-size: 18px;
}
.prt-social-top-wrapper .prt-social-share-title {
    margin-right: 5px;
}
.prt-social-top-wrapper .prt-social-share-links ul li a {
    border: 1px solid #f1f1f1;
    background-color: #f1f1f1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    color: #303030;
}
.prt-social-share-links ul li a:hover {
    color: #fff;
    border-color: transparent !important;
}
.prt-pf-single-content-wrapper .prt-portfolio-description .container{
    width: auto;    
}
.prt-pf-view-left-image .prt-portfolio-description .preyantechnosys-pf-detailbox-title {
    display:none;
}
.prt-pf-view-left-image .prt-pf-single-content-area {
    margin-top: 35px;
}
.prt-portfolio-description h2{
    margin-bottom:0px;
    font-size: 34px;
    line-height: 40px;
}
.prt-portfolio-description .preyantechnosys-pf-detailbox-title {
    margin-bottom: 15px;
}
.prt-pf-single-content-wrapper.prt-pf-view-full .prt-portfolio-description .preyantechnosys-pf-detailbox-title {
    display:none;
}
.prt-pf-single-content-wrapper.prt-pf-view-top-image .prt-pf-top-content{
    position:relative;
}
.prt-pf-single-content-wrapper.prt-pf-view-top-image .preyantechnosys-pf-single-details-area{
    padding: 0;
}
.preyantechnosys-pf-detailbox-inner{
    padding: 0px 0px 0px 0;
    margin-top: 0px;
    overflow: hidden;
}
.preyantechnosys-pf-detailbox-inner .preyantechnosys-pf-detailbox-title{
    margin-top: 20px;
}
.preyantechnosys-pf-detailbox-list .prt-pf-details-date{
    position: relative;
    display: inline-block;
    padding: 20px 10px 20px 0;
    text-align: left;
    margin-right: 0;
    float: left;
    width: 25%;
}
.preyantechnosys-pf-single-detail-box .prt-short-desc {
    padding-bottom: 25px;
    border-bottom: 1px solid #e8e8e830;
    margin-bottom: 22px;
}
.preyantechnosys-pf-detailbox-list .prt-pf-details-date .prt-pf-left-details {
    font-size: 20px;
    font-weight: 500;
    color: var(--prt-whitecolor);
    line-height: 26px;
    margin: 0 0 5px 0;
}
.preyantechnosys-pf-detailbox-list .prt-pf-details-date .prt-pf-right-details {
    font-size: 17px;
    line-height: 32px;
    display: block;
}
.prt-pf-view-top-image .preyantechnosys-pf-single-content-area {
    padding-top: 38px;
}
.prt-pf-single-content-wrapper.prt-pf-view-top-image .preyantechnosys-pf-single-detail-box {
    margin-top: 25px;
}
.prt-tm_portfolio-featured-wrapper .slick-dots{
    bottom: 16px;
    right: 16px;
    text-align: right;
}
.prt-tm_portfolio-featured-wrapper .slick-dots li button:before{
    font-size: 12px;
} 
.prt-pf-view-top-image .preyantechnosys-pf-detailbox-list .prt-pf-details-date i,
.prt-pf-view-left-image .preyantechnosys-pf-detailbox-list .prt-pf-details-date i{
   top: 11px;
}
.prt-pf-view-top-image .preyantechnosys-pf-detailbox-list .prt-pf-details-date:before {
    content:unset;
}
.single-tm_portfolio .preyantechnosys-pf-detailbox {
    background-color: var(--prt-secondarycolor);
    padding: 20px 20px 30px 90px;
    margin-top: 50px;
}

/*** Related Portfilio ***/
.prt-pf-single-related-wrapper{
    padding-bottom: 50px;
}
.preyantechnosys-footer-cta-yes .prt-pf-single-related-wrapper{
    padding-bottom: 20px;
}
.preyantechnosys-pf-detailbox-inner .preyantechnosys-pf-detailbox-title,
.prt-pf-single-related-wrapper .prt-pf-single-related-title{
    font-size:34px;
}
.prt-pf-single-related-wrapper .prt-pf-single-related-title{
    margin-bottom: 50px;
}

/*** Navigation ***/

.single-tm_portfolio .navigation.post-navigation .nav-links,
.nav-links .nav-next,
.nav-links .nav-previous {
    position: relative;
}
.single-tm_portfolio.nav-links .nav-previous {
    float: left;
}
.single-tm_portfolio .nav-links .nav-next {
    float: left;
}
.single-tm_portfolio .nav-next,
.single-tm_portfolio .nav-previous{
    display: inline-block;
}
.single-tm_portfolio .nav-previous{
    margin-right: 7px;
    float: left;
}
.single-tm_portfolio .nav-next{
    margin-left: 7px;
}
.single-tm_portfolio .nav-next a,
.single-tm_portfolio .nav-previous a{
    text-align: center;
    color: var(--prt-secondarycolor);
    transition: all .2s ease-in-out;
    display: inline-block;
    border: 2px solid;
    font-size: var(--button_fontsize);
    padding: 12px 30px;   
}
.single-tm_portfolio .nav-links a:hover {
    background-color: var(--prt-skincolor);
    border-color: var(--prt-skincolor);
}
.single-tm_portfolio .nav-next:hover:after,
.single-tm_portfolio .nav-previous:hover:after {
    color:#fff;
}
.single-tm_portfolio .prt-pf-single-category-w {
    color: #e3e3e3;
}
.single-tm_portfolio .prt-pf-single-category-w a {
    color: var(--body-blackfont-color);
    background-color: var(--prt-greycolor);
    padding: 4px 20px;
}
.single-tm_portfolio .site-content-wrapper{
    position: relative;
}
.prt-pf-single-content-wrapper.prt-pf-view-left-image,
.prt-pf-single-content-wrapper.prt-pf-view-top-image{
    padding-bottom: 0px;
}
.prt-pf-single-content-wrapper .prt-single-pf-footer {
    display: block;
    clear: both;
    overflow: hidden;   
}
.prt-nextprev-bottom-nav {
    position: relative;
    margin-bottom: 0;
    border-top: 1px solid var(--prt-bordercolor);
    padding-top: 50px;
    text-align: right;
}
.single-tm_portfolio .navigation.post-navigation .nav-links {
    display: inline-block;
    vertical-align: top;
    float: right;
    margin: -5px 0 0 0;
    position: absolute;
    right: 0;
    background: #ffffff;
}
.single-tm_portfolio .prt-social-bottom-wrapper {
    display: block;
    clear: both;
    padding-top:0px;
}
.single-tm_portfolio .prt-pf-view-left-image.style2 .prt-social-bottom-wrapper {
    padding-bottom:35px;
}
.single-tm_portfolio .prt-pf-view-full .prt-social-bottom-wrapper {
    display: none;
}
.single-tm_portfolio .prt-pf-view-full .prt-social-bottom-wrapper {
    padding-left: 0px;
    padding-right: 0px;
}
.prt-pf-single-content-wrapper .preyantechnosys-pf-single-detail-box {
    display: block;
    height: 100%;
    padding: 27px 0px 16px 0px;
}
.single-tm_portfolio .prt-featured-wrapper.prt-tm_portfolio-featured-wrapper img {
    width: 100%;
    max-height: 480px;
}
.prt-pf-single-content-wrapper .preyantechnosys-pf-single-detail-box .preyantechnosys-pf-detailbox-title{
    position: relative;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 48px;
    color: var(--prt-secondary-text);   
}
.prt-pf-single-content-wrapper .prt-viewproject-btn-wrapper  {
    margin-top: 5px;
}
.prt-pf-single-content-wrapper .prt-viewproject-btn-wrapper a {
    padding: var(--button-topbottom-padding) 30px;
    line-height: var(--button_fontsize);
    display: inline-block;
    vertical-align: top;
    background-color: var(--prt-skincolor);
    font-size: var(--button_fontsize);
    font-weight: var(--button-font-weight);
    position: relative;
    z-index: 2;
}
.prt-pf-single-content-wrapper .prt-viewproject-btn-wrapper a:hover {
    background-color: var(--prt-secondarycolor);
    color: var(--prt-whitecolor);
}
.prt-pf-single-content-wrapper.prt-pf-view-left-image .preyantechnosys-pf-single-detail-box {
    padding: 0;
    margin-top: 0;
}
.prt-pf-single-content-wrapper.prt-pf-view-left-image .preyantechnosys-pf-single-detail-box h4 {
    font-size: 34px;
}
.prt-pf-single-content-wrapper.prt-pf-view-left-image .preyantechnosys-pf-single-detail-box h4 a {
    pointer-events: none;
}
.prt-pf-single-content-wrapper.prt-pf-view-left-image .preyantechnosys-pf-single-detail-box .preyantechnosys-pf-detailbox-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
    color: var(--prt-secondarycolor);
}
.prt-pf-view-left-image .preyantechnosys-pf-single-detail-box .prt-short-desc {
    margin-bottom: 40px;
    padding: 0;
    border: 0;
}
.prt-pf-view-left-image.prt-pf-single-content-wrapper .prt-viewproject-btn-wrapper {
    margin-bottom: 50px;
}
.prt-pf-view-left-image .preyantechnosys-pf-detailbox-list .prt-pf-details-date {
    width: 50%;
}
.single-tm_portfolio .prt-pf-view-left-image .prt-pf-single-content-social {
    padding: 0px 0px 40px;   
    text-align: right;
}
.prt-pf-view-left-image .prt-featured-wrapper.prt_portfolio-featured-wrapper img {
    margin-bottom: 20px;
}
.single-tm_portfolio .prt-pf-view-left-image .prt-social-share-wrapper {
    display: inline-block;
    vertical-align: top;
    padding: 0;
}
.prt-pf-view-left-image.style2 .preyantechnosys-pf-detailbox-list .prt-pf-details-date {
     display: block;
    padding-bottom:20px;
}
.prt-pf-view-left-image.style2 .preyantechnosys-pf-detailbox-list .prt-pf-details-date .prt-pf-right-details,
.prt-pf-view-left-image.style2 .preyantechnosys-pf-detailbox-list .prt-pf-details-date .prt-pf-left-details {
    flex: unset;
    width: 100%;
    display: block;
    margin-left:60px;
    font-size: 14px;
}
.prt-pf-view-left-image.style2 .preyantechnosys-pf-detailbox-list .prt-pf-details-date i {
    font-size: 30px;
    top: 10px;
}
.prt-pf-view-left-image.style2 .preyantechnosys-pf-detailbox-list .prt-pf-details-date .prt-pf-left-details:first-child {
    font-size:20px;
    margin-bottom: 5px;
}
.prt-pf-view-left-image.style2 .preyantechnosys-pf-single-detail-box {
    padding: 50px;
}


/*** 

====================================================================
    Team Member Section
====================================================================

 ***/
.preyantechnosys-teambox-style1 span.preyantechnosys-item-thumbnail-inner img {
    width: 100%;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
.prt-team-texttransparent h2.elementor-heading-title {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--prt-whitecolor);
    -webkit-text-fill-color: transparent;
    font-size: 180px;
    line-height: 50px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-animation: shake 20s linear infinite;
    -moz-animation: shake 20s linear infinite;
    -o-animation: shake 20s linear infinite;
    animation: shake 20s linear infinite;
}
.preyantechnosys-element-teambox-style1 .preyantechnosys-box-heading-wrapper {
    text-align: center;
    width: 1300px;
    display: block;
    margin: 0 auto 35px;
}
.prt-bgcolor-darkgrey .preyantechnosys-element-teambox-style1 .prt-element-heading-content-wrapper.prt-seperator-style1 .prt-element-subheading {
    -webkit-text-stroke-color: #fff;
}
.preyantechnosys-element-teambox-style1 .prt-sortable-wrapper.prt-sortable-wrapper-tm_team_group {
    position: absolute;
    top: 6%;
    right: 27%;
}
.preyantechnosys-element-teambox-style1 .prt-content-header .prt-element-content-heading {
    margin-bottom: -20px;
}
.preyantechnosys-teambox-style1 .preyantechnosys-post-item:hover span.preyantechnosys-item-thumbnail-inner img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
    filter: blur(0px);
}
.preyantechnosys-teambox-style1 span.preyantechnosys-item-thumbnail-inner {
    overflow: hidden;
    position: relative;
}
.prt-bgcolor-grey .preyantechnosys-teambox-style1 .preyantechnosys-box-content {
     background-color: var(--prt-whitecolor);
}
.preyantechnosys-teambox-style1 .preyantechnosys-box-content {
    text-align: center;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 48%;
    right: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.preyantechnosys-teambox-style1 .preyantechnosys-post-item:hover .preyantechnosys-box-content {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.preyantechnosys-teambox-style1 .preyantechnosys-box-content h4 {
    margin-bottom: 0;   
}
.preyantechnosys-teambox-style1 .preyantechnosys-box-content h4 a {
    color: var(--prt-whitecolor);
}
 .preyantechnosys-box-team.preyantechnosys-teambox-style1 .prt-team-social-links-wrapper ul {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 35%;
    padding: 0;
    margin: auto 0;
    background: transparent;
    z-index: 2;
    text-align: center;
 }
.preyantechnosys-box-team.preyantechnosys-teambox-style1 .prt-team-social-links-wrapper ul li {
    opacity: 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-right: 5px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}
.preyantechnosys-box-team.preyantechnosys-teambox-style1 .prt-team-social-links-wrapper ul li:last-child {
    margin-right: 0;
}
.preyantechnosys-teambox-style1 .prt-team-social-links-wrapper ul li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.preyantechnosys-teambox-style1 .prt-team-social-links-wrapper ul li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.preyantechnosys-teambox-style1 .prt-team-social-links-wrapper ul li:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.preyantechnosys-teambox-style1 .prt-team-social-links-wrapper ul li:nth-child(4) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.preyantechnosys-teambox-style1 .preyantechnosys-post-item:hover .prt-member-social .prt-team-social-links-wrapper ul li {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.preyantechnosys-teambox-style1 span.preyantechnosys-item-thumbnail-inner:before {
    content: '';
    background: rgba(0,0,0,0.23);
    display: block;
    height: 94%;
    width: 94%;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    transform: scale(0);
    -webkit-transition: scale(0);
    -o-transition: scale(0);
    -moz-transition: scale(0);
    margin: auto;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}
.preyantechnosys-teambox-style1 .preyantechnosys-post-item:hover span.preyantechnosys-item-thumbnail-inner:before {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    transform: scale(1);
    -webkit-transition: scale(1);
    -o-transition: scale(1);
    -moz-transition: scale(1);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.preyantechnosys-box-team.preyantechnosys-box-view-left-image .prt-team-social-links-wrapper ul li:first-child {
    margin-left: 0px;
}
.preyantechnosys-teambox-style1 .prt-team-social-links-wrapper ul li a {
    height: 33px;
    width: 33px;
    line-height: 33px;
    display: block;
    color: var(--prt-whitecolor);
    border-radius: 50%;
    font-size: 13px;
}
.preyantechnosys-teambox-style1 .prt-team-social-links-wrapper ul li a:hover {
    color: var(--prt-secondarycolor);
}
.preyantechnosys-teambox-style1 .preyantechnosys-box-content .prt-position {
    color: rgba(255 , 255 , 255 , 0.81);
}
/*** Single Team member ***/
h2.prt-team-member-single-title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 12px;
}
.prt-team-member-single-position {
    font-size: 20px;
}
.preyantechnosys-team-member-single-content-area .prt-team-member-single-content-wrapper{
    margin-top: 0px;
    padding-top: 15px;
}
.single-tm_team_member .prt-team-member-single-category{
    margin-top: 20px;
}
.prt-team-member-single-meta-title{
    font-weight:bold;
    text-transform:uppercase;
}
.prt-team-details-list{
    list-style: none;
    padding: 0;
}
.prt-team-details-list li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    display: block;
    float: left;
    padding: 8px 0 0 0;
    width: 100%;
}
.prt-team-list-value a {
    color: inherit;
}
.prt-team-details-list li:before{
    content:'';
    position:absolute;
    top:18px;
    left:0;
    height:6px;
    width:6px;
    background-color:#e0e6ed;
}
.prt-team-member-single-title-wrapper .prt-short-desc {
    padding-top: 18px;
    padding-bottom: 8px;
    margin-top: 17px;
    position: relative;
}
.prt-team-member-view-wide-image .prt-team-details-list li{
    padding: 9px 0 9px 26px; 
}
.prt-team-extra-details-wrapper .prt-team-details-list li i {
    top: 1px;
    left: 0px;
    margin-right: 10px;
}
.prt-team-details-list .prt-team-list-title {
    margin-right: 0;
    position: relative;
    font-size: 20px;
    line-height: 26px;
    color: var(--body-blackfont-color);
    font-weight: 500;
}
.preyantechnosys-team-member-single-featured-area,
.preyantechnosys-team-member-single-content-area {
    padding: 0;
}

.prt-team-details-list .prt-team-list-title,
.prt-team-details-list .prt-team-list-value{
    display:inline-block;
}
.prt-team-list-title i {
    display: none;
}
.prt-team-details-list{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 13px;
}
.prt-team-member-single-content-wrapper.prt-team-member-view-default .preyantechnosys-team-member-single-featured-area .prt-team-extra-details-list{
    margin-top: 0px;
}
.preyantechnosys-box-team.preyantechnosys-box-view-left-image .prt-team-extra-details-line-website {
    display:none;
}
.prt-teamform textarea {
    min-height: 60px;
    height: 151px;
}
.prt-team-member-single-title-wrapper.col-xs-12 {
    padding: 17px 0 0px 30px;
}
.prt-team-member-single-title-wrapper .prt-team-data .prt-details-title {
    border-bottom: 1px solid #f1f1f1;   
    padding-bottom: 0px;
    margin-bottom: 25px;
}
.prt-team-member-single-title-wrapper .prt-team-data .prt-details-title h2 {
    font-size:30px;
    line-height:45px;
}
.prt-team-member-single-title-wrapper .prt-team-data {
    margin-left: 0px;
}
.prt-team-member-single-title-wrapper .prt-short-desc:before {
    content: '';
    position: absolute;
    border-top: 1px solid var(--prt-bordercolor);
    height: 1px;
    top: 0;
    left: -60px;
    bottom: auto;
    right: auto;
    width: 100%;
}
.single-tm_team_member .prt-team-list-value {
    font-size: 16px;
    margin-top: 7px;
}
.prt-team-social-links-wrapper .Facebook a {
    background-color: #385da9;
    border-color: #385da9;
}
.prt-team-social-links-wrapper .Twitter a {
    background-color: #33ccff;
    border-color: #33ccff;
}
.prt-team-social-links-wrapper .LinkedIn a {    
    background-color: #0073b1;
    border-color: #0073b1;
}
.prt-team-social-links-wrapper .Instagram a {    
    background-color: #0073b1;
    border-color: #0073b1;
}
.prt-team-social-links-wrapper .Pinterest a {
    background-color: #bd081c;
    border-color: #bd081c;
}
.prt-team-social-links-wrapper .Vimeo a {
    background-color: #18b1e3;
    border-color: #18b1e3;
} 
.preyantechnosys-socialbox-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link.prt-socialbox-icon-link-twitter,
.social-icons li.prt-social-twitter > a,
.prt-social-share-links ul li.prt-social-share-twitter a {
    background-color: #33ccff;
}
.preyantechnosys-socialbox-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link.prt-socialbox-icon-link-youtube,
.social-icons li.prt-social-youtube > a,
.prt-social-share-links ul li.prt-social-share-youtube a {
    background-color: #ff0000;
}
.preyantechnosys-socialbox-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link.prt-socialbox-icon-link-flickr,
.social-icons li.prt-social-flickr > a,
.prt-social-share-links ul li.prt-social-share-flickr a {
    background-color: #ED1384;
}
.preyantechnosys-socialbox-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link.prt-socialbox-icon-link-facebook,
.social-icons li.prt-social-facebook > a,
.prt-social-share-links ul li.prt-social-share-facebook a {
    background-color: #385DA9;
}
.preyantechnosys-socialbox-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link.prt-socialbox-icon-link-linkedin,
.social-icons li.prt-social-linkedin > a,
.prt-social-share-links ul li.prt-social-share-linkedin a {
    background-color: #0b84b3;
}
.preyantechnosys-socialbox-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link.prt-socialbox-icon-link-gplus,
.social-icons li.prt-social-gplus > a,
.prt-social-share-links ul li.prt-social-share-gplus a {
    background-color: #d3452b;
}
.preyantechnosys-socialbox-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link.prt-socialbox-icon-link-yelp,
.social-icons li.prt-social-yelp > a ,
.prt-social-share-links ul li.prt-social-share-yelp a{
    background-color: #c41200;
}
.preyantechnosys-socialbox-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link.prt-socialbox-icon-link-dribbble,
.social-icons li.prt-social-dribbble > a ,
.prt-social-share-links ul li.prt-social-share-dribbble a {
    background-color: #de588b;
}
.preyantechnosys-socialbox-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link.prt-socialbox-icon-link-pinterest,
.social-icons li.prt-social-pinterest > a,
.prt-social-share-links ul li.prt-social-share-pinterest a {
    background-color: #cd1f29;
}
.preyantechnosys-socialbox-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link.prt-socialbox-icon-link-podcast,
.social-icons li.prt-social-podcast > a ,
.prt-social-share-links ul li.prt-social-share-podcast a{
    background-color: #803aac;
}
.preyantechnosys-socialbox-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link.prt-socialbox-icon-link-xing,
.social-icons li.prt-social-xing > a ,
.prt-social-share-links ul li.prt-social-share-xing a{
    background-color: #006464;
}
.preyantechnosys-socialbox-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link.prt-socialbox-icon-link-vimeo,
.social-icons li.prt-social-vimeo > a ,
.prt-social-share-links ul li.prt-social-share-vimeo a {
    background-color: #07C0ED;
}
.preyantechnosys-socialbox-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link.prt-socialbox-icon-link-vk,
.social-icons li.prt-social-vk > a,
.prt-social-share-links ul li.prt-social-share-vk a {
    background-color: #44678d;
}
.preyantechnosys-socialbox-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link.prt-socialbox-icon-link-houzz, 
.social-icons li.prt-social-houzz > a ,
.prt-social-share-links ul li.prt-social-share-houzz a{
    background-color: #98c742;
}
.preyantechnosys-socialbox-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link.prt-socialbox-icon-link-issuu,
.social-icons li.prt-social-issuu > a ,
.prt-social-share-links ul li.prt-social-share-issuu a{
    background-color: #ea4925;
}
.preyantechnosys-socialbox-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link.prt-socialbox-icon-link-google-drive,
.social-icons li.prt-social-google-drive > a,
.prt-social-share-links ul li.prt-social-share-google-drive a {
    background-color: #f9cb2f;
}
.preyantechnosys-socialbox-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link.prt-socialbox-icon-link-rss,
.social-icons li.prt-social-rss > a ,
.prt-social-share-links ul li.prt-social-share-rss a {
    background-color: #fb7200;
}
.preyantechnosys-socialbox-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link.prt-socialbox-icon-link-instagram,
.social-icons li.prt-social-instagram > a,
.prt-social-share-links ul li.prt-social-share-instagram a {
    background-color: #125688;
}
.single-tm_team_member .preyantechnosys-team-member-single-featured-area.col-xs-12.col-sm-6.col-md-6.col-lg-6 {
    padding: 0;
}
.prt-team-details-list li:before {
    content: none;
}
.prt-team-member-single-content-wrapper  .prt-team-member-single-content {
    margin: 0;
    background-color: var(--prt-greycolor);
    padding: 60px;
    position: relative;
    overflow: hidden;
}
.prt-team-member-single-content-wrapper .prt-team-member-single-content:before {
    background-image: url(../images/team-bg-01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: auto;
    right: -228px;
    bottom: auto;
    content: '';
}
.prt-topbar-content .social-icons li > a:hover {
    color: var(--prt-secondarycolor);
}
/*** Single Team member (prt-team-member-view-wide-image ) ***/
.single-tm_team_member .preyantechnosys-team-img{
    padding-right:0;
    margin-top:0px;
}
.prt-team-member-view-wide-image .prt-team-member-single-excerpt{
    margin-top: 10px;
}
.prt-team-member-view-wide-image .prt-team-member-single-meta-details{
    padding-top: 40px;
    border-top: 1px solid #e4e4e4;
    margin-top: 40px;
}
.single-tm_team_member .prt-team-member-single-content-wrapper .container{
    width: auto;
    padding: 20px 0px;
}
.single-tm_team_member .prt-team-member-single-content-wrapper .container:first-child{
    padding-top: 0;
}
.prt-team-member-view-wide-image .prt-team-member-single-content-wrapper{
    margin-top: 40px;
}
.prt-team-member-view-wide-image .prt-team-details-list .prt-team-list-title{
    font-weight: bold;
    color: #313131;
    width: auto;
}
.prt-team-member-view-wide-image .prt-team-details-list .prt-team-list-value {
    margin-left: 6px;
    float: none;
}
.prt-team-member-single-content-wrapper ul {
    margin: 0px;
}
.prt-team-member-single-content-wrapper .prt-teammember-content {   
    padding-bottom: 0px;
}

body .prt-team-member-single-content-wrapper .elementor-section.elementor-top-section:first-child{
    margin-top:0;
}


/*** 

====================================================================
    Fact in Digit Section
====================================================================

 ***/
 
/*** Top icon view ***/
.inside{    
    text-align: center;
    position: relative; 
    padding: 29px 15px 21px 15px;
}
.prt-fid-no-border.prt-fid-without-icon.inside {
    margin-bottom: 0px;
    padding: 11px 15px 7px;
}
.prt-fid-with-icon.prt-fid-view-topicon .prt-fid-icon-wrapper {
    margin-bottom: 10px;
}
.inside.prt-fid-with-border:not(.prt-fid-view-circle-progress ){
    background-color: rgba(0, 0, 0, 0.02);
    padding: 25px 30px 35px 35px;
}
.prt-bgimage-yes .inside.prt-fid-with-border,
.prt-col-bgcolor-skincolor .inside.prt-fid-with-border,
.prt-col-bgcolor-darkgrey .inside.prt-fid-with-border,
.prt-bgcolor-skincolor .inside.prt-fid-with-border,
.prt-bgcolor-darkgrey .inside.prt-fid-with-border{
    background-color: rgba(255, 255, 255, 0.10);
}
.prt-fid-with-icon.prt-fid-view-topicon {
    padding:0px;
    text-align:center;
}
.prt-facts-colum-sep .prt-fid-with-icon.prt-fid-view-topicon {
    padding:5px 0px 2px;
    margin-bottom: 14px;
}
.prt-bgcolor-skincolor .inside.prt-fid-with-border.prt-fid-view-topicon,
.prt-bgcolor-darkgrey .inside.prt-fid-with-border.prt-fid-view-topicon,
.inside.prt-fid-with-border.prt-fid-view-topicon{
    border: none;
    background-color: transparent;
    padding: 0;
}
.prt-fid-with-icon.prt-fid-view-topicon .prt-fid-icon-wrapper {
    margin-bottom: 0px;
    height: 79px;
    line-height: 60px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}
.prt-fid-with-icon.prt-fid-view-topicon h4{
    font-size: 43px;
    line-height: 50px;
}
.prt-fid-with-icon.prt-fid-view-topicon .prt-fid-icon-wrapper i {
    font-size:45px;
}
.prt-col-bgcolor-darkgrey .prt-fid.inside h4,
.prt-col-bgcolor-darkgrey .prt-fid.inside h3,
.prt-bgcolor-darkgrey .prt-fid.inside h4,
.prt-bgcolor-darkgrey .prt-fid.inside h3,
.prt-bgcolor-skincolor .prt-fid-with-icon.prt-fid-view-topicon .prt-fid-icon-wrapper i ,
.prt-col-bgcolor-skincolor .prt-fid-with-icon.prt-fid-view-topicon .prt-fid-icon-wrapper i  {
    color:#fff;
}
.prt-fid-with-icon.prt-fid-view-topicon h3 {
    position: relative;
}
.inside h3 {
    margin-bottom: 0;
    width: 100%;
    font-size: 16px;
    line-height: 23px;
    padding-top: 0px;
    color: inherit;
}
.inside .preyantechnosys-fid-wrapper {
    padding-top: 20px;
}
.inside h4 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 40px;
    line-height: 40px;
}
.prt-fid-view-righticon .prt-fid-icon-wrapper i,
.prt-fid-view-lefticon .prt-fid-icon-wrapper i {
    font-size: 46px;
    line-height: 60px;
    top: 5px;
    color: var(--prt-skincolor);
}
.inside.prt-fid-view-righticon.prt-fid-with-icon h4, .inside.prt-fid-view-lefticon.prt-fid-with-icon h4 {
    font-size: 40px;
    line-height: 44px;
}

.prt-bgcolor-darkgrey .prt-fid-view-righticon .prt-fid-icon-wrapper i, .prt-bgcolor-darkgrey .prt-fid-view-lefticon .prt-fid-icon-wrapper i {
    color: var(--prt-skincolor);
}
.inside.prt-fid-view-righticon h4,
.inside.prt-fid-view-lefticon h4 {
    font-size:60px;
    line-height:64px;
}

.inside.prt-fid-with-icon.prt-fid-view-lefticon h3 span {
    font-weight: 400;
    font-size: 16px;
    font-family: var(--body-font-family);
    text-transform: capitalize;
}
.inside.prt-fid-without-icon.prt-fid-view-lefticon h3 span {
    font-weight: 400;
}
.inside.prt-fid-view-righticon h3, .inside.prt-fid-view-lefticon h3 {
    font-size: 22px;
    line-height: 32px;
    vertical-align: middle;
    display: table-cell;
    padding-left: 20px;
}
.prt-fid-view-lefticon.inside h4 span:nth-child(1) {
    margin-right: -8px;
}
.prt-fid-view-lefticon.inside h4 span:nth-child(3) {
    margin-left: -18px;
}
.prt-fid.inside h4 {
    position: relative;
}
.prt-fid-without-icon.inside h4 {
   margin-top: 0px;
}
.prt-fid-without-icon.inside h3 span{
   padding-left: 0px;
}
.inside h3 span {   
    padding: 2px 4px 0px 4px;
    display: block;
}
.inside.prt-fid-view-lefticon h3 span { 
    padding: 0px;
}
.prt-fid-inner sub, .prt-fid-inner sup{
    font-size: 15px;
    font-weight: normal;
}
.prt-fid-inner sup {
    top: -0.9em;
}
.prt-fid-icon-wrapper i {
    position: relative;
    top: 15px;
}
.inside.prt-fid-view-lefticon {
    padding: 22px 15px 15px 15px;
}
.prt-fid-icon-wrapper i{
    font-size:50px;
}
.prt-bgcolor-skincolor .inside.prt-fid-with-border:not(.prt-fid-view-circle-progress.inside),
.prt-bgcolor-darkgrey .inside.prt-fid-with-border:not(.prt-fid-view-circle-progress.inside) { 
    border-color: rgba(255, 255, 255, 0.15);
    background-color: rgba(255,255,255,0.08);
}

.prt-bgcolor-skincolor .inside h3,
.prt-bgcolor-darkgrey .inside h3,
.prt-bgcolor-darkgrey .prt-fid.inside h4,
.prt-bgcolor-skincolor .prt-fid-icon-wrapper i,
.prt-bgcolor-skincolor .prt-fid.inside h4 {
    color: #fff;
}
/*** Left icon view ***/ 
.prt-fid-view-righticon .prt-fid-left,
.prt-fid-view-lefticon .prt-fid-left {
    position: relative;
    display: block;
    width: 100%;
}  
.prt-fid-view-righticon .prt-fld-contents,
.prt-fid-view-lefticon .prt-fld-contents {
    text-align: left;
    clear: both;
    overflow: hidden;
} 
.prt-fid-view-lefticon.prt-fid-without-icon .prt-fld-contents {
    padding-left: 0px;
    display: table;
}
.prt-fid-view-righticon-border .prt-fid-icon-wrapper,
.prt-fid-view-lefticon-border .prt-fid-icon-wrapper,
.prt-fid-view-righticon .prt-fid-icon-wrapper,
.prt-fid-view-lefticon .prt-fid-icon-wrapper {
    position: absolute;
    top: 0px;
}
.prt-fid-view-righticon.inside h4,
.prt-fid-view-lefticon.inside h4{
    margin-top: 0;
    margin-bottom: 0px;

}
.prt-fid-view-lefticon .prt-fld-contents{
    padding-left: 70px;
}
.fid-leftpadiingnone .prt-fid-view-lefticon .prt-fld-contents {
    padding-left: 0;
}
.prt-fid-view-topicon.inside h4 span:nth-child(2),
.prt-fid-view-lefticon.inside h4 span:nth-child(2){
    margin-left: -15px;
    margin-top: -8px;
    display: inline-block;
    vertical-align: middle;
}
.prt-bgcolor-darkgrey .prt-fid.inside.prt-fid-view-lefticon h3 {
    color: rgba(255,255,255,0.70);
    font-size: 18px;
    line-height: 26px;
}
.prt-fid-with-icon.prt-fid.inside.prt-fid-view-lefticon h3 {
    font-size: 15px;
}
.prt-fid-view-righticon.inside h4{
    float: right;
}
.prt-textcolor-white .inside h3 {
    color: rgba(255, 255, 255, 1) !important;
}
.prt-fid-view-lefticon.inside.prt-fid-without-icon h4 {
    color: var(--body-blackfont-color);
    display: inline-block;
    vertical-align: middle;
    width: max-content;
}
.prt-fidbox-customborder .inside.prt-fid-view-lefticon:before {
    background: #d9d9d9;
}
.prt-bgcolor-darkgrey .inside.prt-fid-view-lefticon:before {
    background: rgba(255,255,255,0.20);
}
.fid-leftpadiingnone .inside.prt-fid-view-lefticon:before {
    right: 18%;
}
.fid-last .inside.prt-fid-view-lefticon:before{
    display: none;
}
.inside.prt-fid-view-lefticon {
    padding: 0;
}
/*** Right icon view ***/
.prt-fid-view-righticon .prt-fld-contents{
    text-align: right;
    padding-right:95px;
}
.prt-fid-view-righticon.prt-fid-without-icon .prt-fld-contents{
    padding-right: 0px; 
}
.prt-fid-view-righticon .prt-fid-icon-wrapper{
    right: 13px;
}
.prt-fid-main-border{
    text-align: center;
}
.inside .prt-content-fid {
    text-align: center;
    height: 140px;
    padding-top: 18px;
    width: 140px;
    background-color: #1a1d22;
    border-radius: 50%;
    position:relative;
}

/**Fidbox style-5***/

.inside.prt-fid-view-style5{
    padding:0;
    text-align: left;
}
.inside.prt-fid-view-style5 .prt-fid-icon-wrapper{
    padding-bottom:25px;
}
.prt-fid.inside.prt-fid-view-style5 h4 {
    font-size: 40px;
    line-height: 50px;
    margin-right: 10px;
}
.prt-fid.prt-fid-view-style5 .prt-fld-contents {
    text-align: left;
    display: inline-block;
    width: 100%;
}
.prt-fid.prt-fid-view-style5 h4 span:nth-child(2){
    margin-left:-15px;
    margin-right: 30px;
}
.prt-fid.prt-fid-view-style5 h3{
    font-size: 20px;
    line-height: 26px;
    display: inline;
}
.prt-fid.prt-fid-view-style5 h3 span{
    padding:0;
    margin-top: 25px;
}
.prt-fid.prt-fid-view-style5 strong{
    font-weight: 600;
}
.prt-fid.prt-fid-view-style5 .prt-digit-content{
    display: inline;
    float: left;
}

.prt-custom-fact1 .prt-fid.inside.prt-fid-view-style5 h4{
    font-size: 50px;
    line-height: 60px;
}

/**Fidbox style-6***/

.inside.prt-fid-view-style6 {
    text-align: left;
}
.inside.prt-fid-view-style6 h3 span{
    padding:0;
}
.inside.prt-fid-view-style6 h3{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #0b1328;
    margin-bottom: 5px;
}
.inside.prt-fid-view-style6 h4 {
    font-size: 62px;
    line-height: 70px;
    font-weight: 400;
    margin-bottom: 6px;
}
.prt-fid.prt-fid-without-icon.prt-fid-view-style6 .prt-fld-contents {
    text-align: left;
}

/*** 

====================================================================
    Row Section
====================================================================

 ***/  

.site{
    overflow: hidden;
}
.site-main {    
    position: relative;
    padding-top: 82px;
    z-index: 10;
}

/*** 

====================================================================
    Sidebar Section
====================================================================

 ***/

.preyantechnosys-sidebar-true.page #primary .site-main{
    padding-bottom: 40px;
}
.preyantechnosys-sidebar-true .site-main{
    padding-top:120px;
} 
body.preyantechnosys-sidebar-left:not(.prt-empty-sidebar) .site-content #primary.content-area {
    float: right;
} 
.site-content #sidebar-left.sidebar,
.site-content #sidebar-right.sidebar {
    margin-top: 0px;
    padding-top: 17px;
    padding-bottom: 40px;   
}
.site-content #sidebar-left.sidebar {
    float: left;
}
.prt-empty-sidebar:not(.preyantechnosys-sidebar-bothright,.preyantechnosys-sidebar-bothleft) #primary {
    margin: 0 auto !important;
    float: none !important;
}

/*** preyantechnosys Sidebar Both ***/
body.preyantechnosys-sidebar-both .site-content #sidebar-left.sidebar {
    margin-left: -74.8%;
    float:left;
}
body.preyantechnosys-sidebar-both .site-content #primary.content-area {
    margin-left: 25% !important;
}

/*** preyantechnosys Sidebar Bothleft ***/
body.preyantechnosys-sidebar-bothleft .site-content #primary.content-area{  
    float:right;
}
body.preyantechnosys-sidebar-bothleft .site-content #sidebar-right.sidebar{
    margin-top: 0px;
    padding-top: 17px;
    padding-bottom: 70px;
}
body.preyantechnosys-sidebar-bothleft .site-content #sidebar-left.sidebar{
    border:none;
    float:left;
}
body.preyantechnosys-sidebar-bothleft .site-content #sidebar-right.sidebar{
    border-left:0px;
    float:right;
}
body.preyantechnosys-sidebar-bothleft .site-content  #sidebar-right .widget{
    padding-left: 0px;
    padding-right: 0px;
}
body.preyantechnosys-sidebar-bothleft .site-content #sidebar-left .widget{
    padding-right:0px;
}

/*** preyantechnosys Sidebar BothRight ***/
body.preyantechnosys-sidebar-bothright .site-content #sidebar-right.sidebar{
    border:none;
}
body.preyantechnosys-sidebar-bothright .site-content #sidebar-left.sidebar{
    border-right:0px;   
    float: left;
}


/*** Sidebar widget ***/
.widget .woocommerce-product-search,
.widget .search-form {
    position: relative;
}
.widget .search-form label{
    display: block;
}
.widget .woocommerce-product-search .search-field, 
.widget .search-form .search-field {
    border: 0;
    background-color: var(--prt-whitecolor);
    border-radius: 0;
    padding: 13px 70px 11px 20px;
    margin-bottom: 6px;
}
.sidebar.widget-area .widget.preyantechnosys_widget_recent_entries {
    padding: 23px 40px 32px;
}
.widget .woocommerce-product-search input::-webkit-input-placeholder,
.widget .search-form input::-webkit-input-placeholder {
    color:var(--body-fonts-color);
}
.widget .woocommerce-product-search input:-moz-placeholder,
.widget .search-form input:-moz-placeholder {
    color:var(--body-fonts-color);
}
.widget .woocommerce-product-search input:-ms-input-placeholder,
.widget .search-form input:-ms-input-placeholder  {
    color:var(--body-fonts-color);
}
.single-post .prt-blog-side-bar-categoreis ul {
    padding:10px 25px 27px !important;
    background-color: var(--prt-greycolor);
}
.widget.woocommerce.widget_product_search input[type="submit"],
.widget.woocommerce.widget_product_search button,
.widget .search-form .search-submit{
   position: absolute;
    top: 0;
    right: 0;
    box-shadow: none;
    border-bottom: none;
    text-indent: -999px;
    padding: 0;
    width: 60px;
    height: 50px;
    z-index: 1;
    border-radius: 0px;
    background-image: url(../images/search-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px 15px;
    background-color: transparent;
}
.prt-textcolor-dark .widget .search-form .search-field{
    border-color: rgba(0, 0, 0, 0.07);
}
.sidebar .widget {
    position: relative;
}
#sidebar-left.sidebar .widget:first-child {
    margin-top:0px; 
}
.sidebar .widget:first-child {
    padding: 0;
}
.sidebar.widget-area .widget {
    background-color: var(--prt-greycolor);
    padding: 23px 40px 23px;
    margin-bottom: 30px;
    z-index: 1;
}
.sidebar.widget-area .widget:before {
    content: '';
    position: absolute;
    background-image: url(../images/sidebar-bgimg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.sidebar .widget.widget-0padding-box{
    padding:0;
    box-shadow:unset;
    border:none;
}
.sidebar .widget:hover .widget-title:after{
     width: 100%;
}
.sidebar .widget .widget-title {
    padding-bottom: 12px;
    display: block;
    border-bottom: 1px solid #dddddd;
}
.sidebar .widget.widget_search {
     border: none; 
}
.sidebar .widget .prt-links h4 {
    font-size: 18px;
    margin-bottom: 0;
}
.sidebar .widget .prt-links a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-bottom: 15px;
}
.sidebar .widget .prt-links:last-child a {
    margin-bottom: 0;
}
.sidebar .widget .prt-links i {
    font-size: 20px;
}
.sidebar.widget-area .widget.prt-sidebar-imgbox {
    padding: 0;
}
.sidebar .widget .prt-socialtext-box {
    background-color: var(--prt-secondarycolor);
    color: #fff;
    text-align: center;
    padding: 0 35px 10px;
    position: relative;
    z-index: 1;
}
.sidebar .widget .prt-socialtext-box:after {
    content: '';
    position: absolute;
    background-image: url(../images/sidebar-bgimg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    left: -70px;
    right: 0;
    z-index: -1;
}
.sidebar .widget .prt-socialtext-box h3 {
    color: #fff;
    padding-top: 32px;
}
.sidebar .widget .prt-custom-imgbox .social-icons li > a i {
    font-size: 18px;
}
.sidebar .widget .prt-custom-imgbox .prt-social-icons {
    border-top: 1px solid rgba(255, 255, 255 , 0.60);
    padding-top: 25px;
    margin-top: 25px;
}
.sidebar .widget .prt-custom-imgbox {
    border: 1px solid #000;
}
.sidebar .widget .prt-custom-textbox img {
    margin-top: -45px;
}
.sidebar .widget .tagcloud {
    padding-top: 12px;
}
.widget .woocommerce-product-search input::-webkit-input-placeholder,
.widget .search-form input::-webkit-input-placeholder {
    color:inherit !important;
}
.widget .woocommerce-product-search input:-moz-placeholder,
.widget .search-form input:-moz-placeholder {
    color:inherit !important;
}
.widget .woocommerce-product-search input:-ms-input-placeholder,
.widget .search-form input:-ms-input-placeholder  {
    color:inherit important;
}
.sidebar .widget.widget_media_video:before,
.sidebar .widget.widget_media_image:before,
.sidebar .widget.widget-0padding-box:before,
.sidebar .widget.valetex_all_post_list_widget:before,
.sidebar .widget.valetex_category_list_widget:before,
.sidebar .widget.widget_search:before {
    border:none;
}
.sidebar.widget-area .widget.widget_media_video,
.sidebar.widget-area .widget.widget_media_image {
    padding:0;
    box-shadow: unset;
}
.sidebar.widget-area .widget.widget_media_video,
.sidebar.widget-area .widget.widget_media_image {
    border:none;
}
.sidebar.widget-area .widget.widget_media_video .widget-title,
.sidebar.widget-area .widget.widget_media_image .widget-title ,
.widget.woocommerce.widget_product_search .widget-title {
    display:none;
}
/*  preyantechnosys-sidebar-right  */
body.preyantechnosys-sidebar-right .site-content-wrapper #primary.content-area{
    float: left;
}
.site-content-wrapper #sidebar-right.sidebar {
    margin-top: 0px;
    padding-top:120px;
    padding-bottom: 70px;
    float: right;
}

/*  preyantechnosys-sidebar-left  */
body.preyantechnosys-sidebar-left:not(.prt-empty-sidebar) .site-content-wrapper #primary.content-area{
    float: right;
}
.site-content-wrapper #sidebar-left.sidebar {
    margin-top: 0px;
    padding-top:120px;
    padding-bottom: 70px;
    float: left;
}
body.preyantechnosys-sidebar-right.prt-empty-sidebar .site-content-wrapper #primary.content-area{
    padding-right: 15px !important;
    border-right: 0;
    margin-right: 0;
}
body.preyantechnosys-sidebar-left.prt-empty-sidebar .site-content-wrapper #primary.content-area{
    padding-left: 15px!important;
    border-left: 0;
    margin-left: 0;
    margin-right: 0;
}

/*** 

====================================================================
    Social Section
====================================================================

 ***/
.social-icons {
    list-style: none;   
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.social-icons li {
    display: inline-block !important;
    padding-left: 0px;
    min-width: 23px;    
    border:none;
}
.social-icons li > a{
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 0;
    border: 1px solid transparent;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 0;   
    color: #fff;
    margin-right: 5px;
}
.social-icons li > a i {
    font-size: 13px;
}
.sidebar .social-icons li{
    border-top:none !important;
    padding: 0 !important;
}
.prt-cta-social-links {
    text-align: center;
    display: block;
    margin: 0 auto;
    padding-top: 10px;
}
.footer .social-icons li > a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px !important;
    border: 0 solid rgba(255, 255,255,0.10);
    text-align: center;
    display: block;
    margin: 0 0 0;
    font-size: 0;
    color: rgba(0, 0, 0, 0.2);
    text-transform: capitalize;
}
.social-icons li > a.tooltip-top:hover:before, .social-icons li > a.tooltip-top:hover:after, .social-icons li > a.tooltip-top:after {
    color: #000;
}
.tooltip-top:after, .tooltip:after, [data-tooltip]:after {
    margin-left: -20px;
    width: 100px;
}
.footer .prt-textcolor-white .social-icons li > a {
    color: #fff;
}
.preyantechnosys-footer-default .footer .social-icons li > a {
    width: auto;
    height: auto;
    line-height: initial;
    text-align: left;
    display: block;
    margin: 0 0 0;
    color: rgba(255, 255, 255, 1);
    background: transparent !important;
    text-transform: capitalize;
}
.footer .widget ul.social-icons > li {
    display: inline-block;
    margin-right: 0px;
    font-size: 15px;
    padding-bottom: 0px;
    position: relative;
}
.footer .social-icons li > a i {
    font-size: 14px;
}
.footer .widget.widget_nav_menu li a {
    padding-left: 0;
    color: var(--prt-whitecolor);
    font-size: 15px;
}
.preyantechnosys-footer-default .footer .prt-bg.prt-bgcolor-transparent.prt-textcolor-white .social-icons li > a:hover{
    color: var(--prt-skincolor);
}
.content-area .social-icons li > a {
    margin-right: 3px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    font-size: 14px;
}
.content-area .social-icons li > a:hover,
.content-area .prt-col-bgcolor-skincolor .social-icons li > a,
.content-area .prt-bgcolor-skincolor .social-icons li > a {
    color: #fff;
}
#totop i {
    color: var(--body-blackfont-color) !important;
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    border-radius: 45px;
    background-color: var(--prt-skincolor);
    z-index: 1;
}
.preyantechnosys-socialbox-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link.prt-socialbox-icon-link-twitter{
    background-color: #2cbfd9;
}
.preyantechnosys-socialbox-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link.prt-socialbox-icon-link-youtube{
    background-color: #ff0000;
}
.preyantechnosys-socialbox-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link.prt-socialbox-icon-link-flickr{
    background-color: #ED1384;
}
.preyantechnosys-socialbox-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link.prt-socialbox-icon-link-facebook{
    background-color: #4583bc;
}
.preyantechnosys-socialbox-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link.prt-socialbox-icon-link-linkedin{
    background-color: #0b84b3;
}
.preyantechnosys-socialbox-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link.prt-socialbox-icon-link-gplus{
    background-color: #d3452b;
}
.preyantechnosys-socialbox-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link.prt-socialbox-icon-link-yelp{
    background-color: #c41200;
}
.preyantechnosys-socialbox-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link.prt-socialbox-icon-link-dribbble{
    background-color: #de588b;
}
.preyantechnosys-socialbox-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link.prt-socialbox-icon-link-pinterest{
    background-color: #cd1f29;
}
.preyantechnosys-socialbox-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link.prt-socialbox-icon-link-podcast{
    background-color: #803aac;
}
.preyantechnosys-socialbox-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link.prt-socialbox-icon-link-xing{
    background-color: #006464;
}
.preyantechnosys-socialbox-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link.prt-socialbox-icon-link-vimeo{
    background-color: #07C0ED;
}
.preyantechnosys-socialbox-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link.prt-socialbox-icon-link-vk{
    background-color: #44678d;
}
.preyantechnosys-socialbox-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link.prt-socialbox-icon-link-houzz{
    background-color: #98c742;
}
.preyantechnosys-socialbox-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link.prt-socialbox-icon-link-issuu{
    background-color: #ea4925;
}
.preyantechnosys-socialbox-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link.prt-socialbox-icon-link-google-drive{
    background-color: #f9cb2f;
}
.preyantechnosys-socialbox-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link.prt-socialbox-icon-link-rss{
    background-color: #fb7200;
}
.preyantechnosys-socialbox-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link.prt-socialbox-icon-link-instagram{
    background-color: #125688;
}
.prt-search-close{
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 1);
    top: 50%;
    margin-top: -20px;
    right: 15px;
    border-radius: 3px;
    width: 33px;
    height: 33px;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
    color: #012546;
    cursor: pointer;
    transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.prt-search-close:hover {
    background-color: #012546;
    border-color: #012546;
    color: #fff;    
}
.w-search-close {
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 22px;
    line-height: 50px;
    height: 50px;
    width: 50px;
    color: #fff !important;
    -webkit-transition: transform ease-out .2s;
    -moz-transition: transform ease-out .2s;
    -ms-transition: transform ease-out .2s;
    -o-transition: transform ease-out .2s;
    transition: transform ease-out .2s;
    transform: rotate(0deg);
}
.w-search-close:hover{
    opacity: 1;
    transform: rotate(90deg);
}

/*** 

====================================================================
    Custom Selectbox
====================================================================

 ***/ 
.select2-container--default .select2-selection--single {
    border-radius: 0px;
}
.select2-container .select2-selection--single{
    height:47px;
    outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {   
    line-height:45px;
    padding-left:15px;
    font-weight: normal;
    color: inherit;
    font-size: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 0px;
    top:22px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px;
    right: 5px; 
}
.prt-textcolor-white .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;    
}
.prt-textcolor-white .select2-container--default .select2-selection--single {
    background-color: rgba(255, 255, 255, 0.03);
    border-color: transparent;  
}
.select2-container--default .select2-selection--single{
    background-color: rgba(0,0,0,.0);
}
.select2-container--default .select2-selection--single,
.select2-dropdown{
    border: 1px solid var(--prt-bordercolor);
}
.prt-textcolor-dark .select2-container--default .select2-selection--single,
.prt-textcolor-dark .select2-dropdown{
    border-color: rgba(0,0,0,.07);
}
.prt-col-bgcolor-skincolor .select2-container--default .select2-selection--single,
.prt-bgcolor-skincolor .select2-container--default .select2-selection--single,
.prt-col-bgcolor-skincolor .select2-dropdown,
.prt-bgcolor-skincolor .select2-dropdown {
    border-color:transparent;
}
.prt-bgcolor-skincolor .select2-container--default .select2-selection--single .select2-selection__arrow b,
.prt-col-bgcolor-skincolor .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

/*** 

====================================================================
    Contact Form 
====================================================================

 ***/ 

.wpcf7-form .wpcf7-form-control-wrap:not(.chkTerms){
    margin-bottom: 15px;
    display: block;
    padding-top: 0;
} 
.wpcf7 label{
    display: block
}
.contactus2-form .wpcf7-form .wpcf7-form-control-wrap:not(.chkTerms) {
    margin-bottom: 20px;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng {
    border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
    border: 2px solid #ffa500;
}
div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
}
.wpcf7-form div.wpcf7-mail-sent-ok {
    background: green;
    border: none;
    color: white;
    padding: 8px 16px;
}
/*** Common Form  ***/
.prt-col-bgcolor-darkgrey .wpcf7 .prt-commonform .wpcf7-text,
.prt-bgcolor-darkgrey .wpcf7 .prt-commonform .wpcf7-text,
.prt-col-bgcolor-darkgrey .wpcf7 .prt-commonform .wpcf7-textarea,
.prt-bgcolor-darkgrey .wpcf7 .prt-commonform .wpcf7-textarea,
.prt-col-bgcolor-skincolor .wpcf7 .prt-commonform .wpcf7-text,
.prt-bgcolor-skincolor .wpcf7 .prt-commonform .wpcf7-text{    
    color: rgba(255, 255, 255, 1);
}
div.wpcf7 .ajax-loader {
    position: absolute;
}

.prt-col-bgcolor-grey .select2-container--default .select2-selection--single,
.prt-col-bgcolor-grey .select2-container--default .select2-selection--single .select2-selection__rendered,
.prt-col-bgcolor-grey input[type="password"],
.prt-col-bgcolor-grey input[type="datetime"],
.prt-col-bgcolor-grey input[type="datetime-local"],
.prt-col-bgcolor-grey input[type="date"],
.prt-col-bgcolor-grey input[type="time"],
.prt-col-bgcolor-grey input[type="number"],
.prt-col-bgcolor-grey input[type="url"],
.prt-col-bgcolor-grey input[type="tel"],
.prt-col-bgcolor-grey .uneditable-input,
.prt-col-bgcolor-grey select {
    background-color: rgba(255,255,255,1);
    color:#686e73;
    border-color:transparent;
}

.prt-col-bgcolor-skincolor .select2-container--default .select2-selection--single .select2-selection__rendered,
.prt-col-bgcolor-skincolor textarea,
.prt-col-bgcolor-skincolor input[type="text"],
.prt-col-bgcolor-skincolor input[type="password"],
.prt-col-bgcolor-skincolor input[type="datetime"],
.prt-col-bgcolor-skincolor input[type="datetime-local"],
.prt-col-bgcolor-skincolor input[type="date"],
.prt-col-bgcolor-skincolor input[type="time"],
.prt-col-bgcolor-skincolor input[type="number"],
.prt-col-bgcolor-skincolor input[type="email"],
.prt-col-bgcolor-skincolor input[type="url"],
.prt-col-bgcolor-skincolor input[type="tel"],
.prt-col-bgcolor-skincolor .uneditable-input,
.prt-col-bgcolor-skincolor select {
    background-color: rgba(0,0,0,0.12);
    color:rgba(255, 255, 255, 1);
    border-color:transparent;
}

.prt-bgcolor-skincolor .wpcf7 .prt-commonform .wpcf7-text::-webkit-input-placeholder,
.prt-bgcolor-skincolor .wpcf7 .prt-commonform .wpcf7-date::-webkit-input-placeholder,
.prt-bgcolor-skincolor .wpcf7 .prt-commonform .select2-container--default .select2-selection--single .select2-selection__rendered,
/*** Textarea ***/
.prt-bgcolor-skincolor .wpcf7 .prt-commonform textarea::-webkit-input-placeholder,
.prt-col-bgcolor-skincolor .wpcf7 .prt-commonform .wpcf7-date::-webkit-input-placeholder,
.prt-col-bgcolor-skincolor .wpcf7 .prt-commonform .wpcf7-text::-webkit-input-placeholder,
.prt-col-bgcolor-skincolor .wpcf7 .prt-commonform .select2-container--default .select2-selection--single .select2-selection__rendered,
/*** Textarea ***/
.prt-col-bgcolor-skincolor .wpcf7 .prt-commonform textarea::-webkit-input-placeholder{    
    color: rgba(255, 255, 255, 1) !important;
}

.prt-bgcolor-grey .wpcf7 .prt-commonform .select2-container--default .select2-selection--single .select2-selection__rendered,
.prt-col-bgcolor-grey .wpcf7 .prt-commonform .select2-container--default .select2-selection--single .select2-selection__rendered {    
    color: #8d8d8d !important;
}

.wpcf7 .prt-commonform .field-group i {
    position: absolute;
    left:0px;
    top: 15px;
    opacity: .9;
    font-size: 16px;
    line-height: 16px;
    color: var(--prt-skincolor) !important;
}

.wpcf7 .prt-commonform .field-group input[type="text"],
.wpcf7 .prt-commonform .field-group textarea,
.wpcf7 .prt-commonform .field-group input[type="email"]{
    padding: 10px 20px 9px 30px;
    background-color: transparent;
}

.wpcf7-checkbox .wpcf7-list-item{
    margin:0;
}
.wpcf7-checkbox label{
    font-weight: 400;
}

/***=== Contatc Forms style-1 ===***/

.prt-bgcolor-grey .prt-contactform-01 textarea,
.prt-bgcolor-grey .prt-contactform-01 input[type="number"],
.prt-bgcolor-grey .prt-contactform-01 input[type="tel"],
.prt-bgcolor-grey .prt-contactform-01 input[type="email"],
.prt-bgcolor-grey .prt-contactform-01 input[type="text"] {
    background-color: #ffffff;
}
.prt-col-bgcolor-white .prt-contactform-01 input[type="number"],
.prt-col-bgcolor-white .prt-contactform-01 input[type="tel"] {
    background-color: var(--prt-greycolor);
}
.prt-contactform-01 input[type="text"]::-webkit-input-placeholder,
.prt-contactform-01 input[type="email"]::-webkit-input-placeholder,
.prt-contactform-01 textarea::-webkit-input-placeholder,
.prt-bgcolor-grey .prt-contactform-01 input[type="email"]::-webkit-input-placeholder,
.prt-bgcolor-grey .prt-contactform-01 textarea::-webkit-input-placeholder {
    color:var(--body-blackfont-color);
}
.prt-contactform-01 input[type="text"]:-moz-placeholder,
.prt-contactform-01 input[type="email"]:-moz-placeholder,
.prt-contactform-01 textarea:-moz-placeholder {
    color:var(--body-blackfont-color);
}
.prt-contactform-01 input[type="text"]:-ms-input-placeholder ,
.prt-contactform-01 input[type="email"]:-ms-input-placeholder ,
.prt-contactform-01 textarea:-ms-input-placeholder  {
    color:var(--body-blackfont-color);
}

.prt-commonform.prt-contactform-01 .wpcf7-form-control.wpcf7-checkbox {
    margin-top: 18px;
    display: block;
}
.prt-contact-btn {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-top: 0;
}
.prt-contact-btn input[type="submit"] {
    background-color: var(--prt-skincolor);
    color: var(--prt-whitecolor);
    transition: all 0.5s ease 0s;
    border-radius: 0px;
    padding: 16px 30px;
    font-weight: var(--button-font-weight);
}
.prt-contact-btn input[type="submit"]:hover {
    background-color: var(--prt-secondarycolor);
    color: var(--prt-whitecolor);
    transition: all 0.5s ease 0s;
}
.prt-placeholder-form .prt-contact-btn input[type="submit"]:hover {
    background-color: var(--prt-whitecolor);
    color: var(--prt-secondarycolor);
}
.prt-commonform i {
    position: absolute;
    right: 38px;
    top: 13px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 15px 10px 1.2em;
    padding: 5px 10px;
}
.wpcf7-spinner {
    display: none;
}
/*** 

====================================================================
    Heading Section
====================================================================

 ***/ 

/*Heading subheding*/
.elementor-element .preyantechnosys-boxes .preyantechnosys-box-heading-wrapper.prt-boxwithout-heading {
    margin-bottom: 0;
}
.prt-content-with-desc .prt-element-content-heading{
    margin-bottom: 12px;
}
.prt-heading-style-horizontal.prt-element-heading-content-wrapper .prt-content-header, 
.prt-heading-style-horizontal.prt-element-heading-content-wrapper .prt-element-content-desctxt {
    display: table-cell;
    padding-bottom: 0;
    vertical-align: middle;
}
.prt-heading-style-horizontal.prt-element-heading-content-wrapper .prt-content-header {
    width: 60%;
    text-align: left;
    position: relative;
    padding-right: 80px;
}
.prt-bgcolor-darkgrey .prt-heading-style-horizontal.prt-element-heading-content-wrapper .prt-content-header:after {
    border-right-color: rgba(255, 255, 255, 0.2);
}
/*** Common heading  ***/
.entry-header:not(.prt-titlebar) .entry-title,
.preyantechnosys-box-blog .preyantechnosys-box-content h4{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 32px;
}
.entry-header:not(.prt-titlebar) .entry-title {
    font-size: 28px;
    line-height: 38px;
    position: relative;
    word-wrap: break-word;
}
.wpb_heading,
.entry-header .entry-title{
    font-size: 22px;
}
.wpb_heading{
    margin-bottom: 30px;
}
.preyantechnosys-boxes-view-carousel .preyantechnosys-box-heading-wrapper.prt-element-align-left,
.preyantechnosys-boxes-view-carousel .preyantechnosys-box-heading-wrapper.prt-element-align-right{
    position: relative;
}
.preyantechnosys-boxes-view-carousel:not(.prt-boxes-carousel-arrows-hide) .preyantechnosys-box-heading-wrapper.prt-element-align-left .prt-element-heading-wrapper{
    padding-right: 110px;
    width: 100%;
}
.preyantechnosys-boxes-view-carousel .preyantechnosys-box-heading-wrapper.prt-element-align-left .prt-heading-carousel-arrows,
.preyantechnosys-boxes-view-carousel .preyantechnosys-box-heading-wrapper.prt-element-align-right .prt-heading-carousel-arrows{
    position: absolute;
    right: 0;
    top: 7px;
}
.preyantechnosys-boxes-view-carousel .preyantechnosys-box-heading-wrapper.prt-element-align-right .prt-heading-carousel-arrows{
    right: auto;
    left: 0px;
}

/*** 

====================================================================
    Social Section
====================================================================

 ***/ 
 
/*** Team Member Section ***/
.single-tm_team_member .prt-team-member-single-title-wrapper .prt-team-social-links-wrapper ul{
    list-style: none;
    padding: 0;   
}
.single-tm_team_member .prt-team-member-single-title-wrapper .prt-team-social-links-wrapper ul li{
    display: inline-block;
} 
.single-tm_team_member .prt-team-member-single-title-wrapper .prt-team-social-links-wrapper ul li a {
    display: block;
    font-size: 15px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 37px;
    margin-right: 8px;
    border-radius: 50%;
    background-color: var(--prt-skincolor);
}
.single-tm_team_member .prt-team-member-single-title-wrapper .prt-team-social-links-wrapper ul li a:hover {
    background-color: var(--prt-secondarycolor);
    color: var(--prt-whitecolor);
}
.single-tm_team_member .prt-team-member-single-title-wrapper .prt-team-social-links-wrapper {
    padding-top: 80px;
}
.single-tm_team_member .prt-team-member-view-default .preyantechnosys-team-data {
    padding:0;
    position: relative;
}
.single-tm_team_member .prt-team-extra-details-line-1 {
    display: none;
}
.single-tm_team_member .prt-team-member-view-default .prt-team-member-single-category {
    margin-top: 0px;
}
.single-tm_team_member .prt-team-member-view-default .preyantechnosys-team-data h3 {
    font-size: 17px;
    line-height: 35px;
    margin-bottom: 0px;
}
.prt-team-member-appointment-btn-wrapper {
    position: absolute;
    right: 15px;
    top: 0;
}
.single-tm_team_member .inside {
    padding: 25px 15px 15px 15px;
    margin-bottom: 0px;
}
.single-tm_team_member .inside h4 {
    font-size: 27px;
    line-height: 33px;
}
.single-tm_team_member .prt-fid-view-lefticon .prt-fld-contents {
    padding-left: 77px;
}
.single-tm_team_member .prt-fid-icon-wrapper i {
    font-size: 55px;
}
/*** Social icon Section ***/  
.prt-socialbox-links-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link {
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    text-align: center;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    background-color: #ccc;
}
.prt-socialbox-icon-size-large .prt-socialbox-links-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
}
.prt-socialbox-icon-size-medium .prt-socialbox-links-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}
.prt-socialbox-icon-size-small .prt-socialbox-links-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
}
.preyantechnosys-socialbox-wrapper .prt-socialbox-i-wrapper {
    margin-bottom: 30px;
}
.prt-social-width-auto{
    text-align: center;
    float: none;
}
.prt-social-width-auto .prt-socialbox-i-wrapper{
    width: auto;
    display: inline-block;
    float: none;
    padding: 0 5px;
}
.prt-socialbox-links-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link .prt-link {
    color: #9dabaf;
    position: absolute;
    top: 0;
    text-transform: capitalize;
}
.prt-socialbox-icon-size-small .prt-socialbox-links-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link .prt-link {
    left: 46px;
}
.prt-socialbox-icon-size-medium .prt-socialbox-links-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link .prt-link {
    left: 60px;
}
.prt-socialbox-icon-size-large .prt-socialbox-links-wrapper .prt-socialbox-i-wrapper a.prt-socialbox-icon-link .prt-link {
    left: 80px;
    font-size: 20px;
}
/*** 

====================================================================
    Catergory section
====================================================================

 ***/

.prt-term-featured-img img {
    width: 100%;
}
.prt-term-featured-img {
    padding-bottom: 30px;
}
.content-area .prt-term-desc {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 30px;
    margin-bottom: 30px;
}


/*** 

====================================================================
    Testimonials Section
====================================================================

 ***/
 
 
/*** Testimonials Design 1 ***/

.preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-carousel:not(.preyantechnosys-boxes-col-one) .preyantechnosys-post-item {
    margin-bottom: 5px;
}

.prt-row .prt-col-bgcolor-grey .preyantechnosys-box-view-default .preyantechnosys-box-desc:after,
.prt-row .prt-col-bgcolor-white .preyantechnosys-box-view-default .preyantechnosys-box-desc:after,
.prt-bgcolor-grey .preyantechnosys-box-view-default .preyantechnosys-box-desc:after,
.prt-bgcolor-white .preyantechnosys-box-view-default .preyantechnosys-box-desc:after{
    border-color: rgba(0, 0, 0, 0.20);
    color: rgba(0, 0, 0, 0.20);
}

/* White color */
.prt-row .prt-col-bgcolor-darkgrey .preyantechnosys-boxes-col-one .preyantechnosys-box-view-default .preyantechnosys-post-item,
.prt-row .prt-col-bgcolor-skincolor .preyantechnosys-boxes-col-one .preyantechnosys-box-view-default .preyantechnosys-post-item{
    border-color: rgba(255, 255, 255, 0.49);
}

.prt-row .prt-col-bgcolor-skincolor .preyantechnosys-box-view-default .preyantechnosys-box-desc:after,
.prt-row .prt-col-bgcolor-darkgrey .preyantechnosys-box-view-default .preyantechnosys-box-desc:after,
.prt-bgcolor-skincolor .preyantechnosys-box-view-default .preyantechnosys-box-desc:after,
.prt-bgcolor-darkgrey .preyantechnosys-box-view-default .preyantechnosys-box-desc:after{
    border-color: rgba(255, 255, 255, 0.53);
    color: rgba(255, 255, 255, 0.53);
}
.prt-bgcolor-darkgrey .preyantechnosys-boxes-testimonial.preyantechnosys-boxes-col-one .preyantechnosys-box-author .preyantechnosys-item-thumbnail-inner:after,
.prt-bgcolor-skincolor .preyantechnosys-boxes-testimonial.preyantechnosys-boxes-col-one .preyantechnosys-box-author .preyantechnosys-item-thumbnail-inner:after {
    border-color: rgba(255, 255, 255, 0.45);
}

.preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-testimonials-info {
    overflow: hidden;
    display: block;
    width: 100%;
    text-align: center;
}
.preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-box-desc .preyantechnosys-box-img {
    border-radius: 50%;
    display: inline-block;
    z-index: 9;
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-box-desc .preyantechnosys-box-img img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 100%;
    height: auto;
    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
    transform: translateZ(0) !important;
    -webkit-transform: translateZ(0);
}
.preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-box-desc .testimonial_item .preyantechnosys-author-name,
.preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-box-desc .testimonial_item .preyantechnosys-box-footer {
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
}
.preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-box-desc .testimonial_item .preyantechnosys-box-footer:before {
    content: "-";
    padding-right: 5px;
}
.preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-box-desc .testimonial_item {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.10);
    width: 25%;
    margin: -21px auto 0px auto;
    padding: 7px 5px;
}
.testimonials-nav .nav_item_wrap:not(.slick-active) {
    cursor: pointer;
}
.preyantechnosys-boxes-testimonial .preyantechnosys-box-desc .preyantechnosys-testimonial-text {
    position: relative;
}
.prt-bgcolor-skincolor .preyantechnosys-boxes-testimonial .preyantechnosys-box-desc .preyantechnosys-testimonial-text,
.prt-col-bgcolor-skincolor .preyantechnosys-boxes-testimonial .preyantechnosys-box-desc .preyantechnosys-testimonial-text,
.prt-bgcolor-darkgrey .preyantechnosys-boxes-testimonial .preyantechnosys-box-desc .preyantechnosys-testimonial-text,
.prt-col-bgcolor-darkgrey .preyantechnosys-boxes-testimonial .preyantechnosys-box-desc .preyantechnosys-testimonial-text{
     color: rgba(255, 255, 255, 0.80);
}

.prt-textcolor-white .boxview-style4 .preyantechnosys-box-desc .preyantechnosys-testimonial-text,
.prt-bgcolor-skincolor .preyantechnosys-boxes-testimonial  .preyantechnosys-author-name,
.prt-col-bgcolor-skincolor .preyantechnosys-boxes-testimonial .preyantechnosys-author-name {
    color: rgba(255, 255, 255, 1);
}
.preyantechnosys-boxes-col-one .preyantechnosys-boxes-testimonial-inner .row.preyantechnosys-boxes-row-wrapper{
    margin: 0;
}
.prt-row-inner .preyantechnosys-boxes-col-one .preyantechnosys-boxes-testimonial-inner .row.preyantechnosys-boxes-row-wrapper{
    margin-left:0px;
    margin-right:0px;
}
.preyantechnosys-boxes-testimonial .preyantechnosys-testimonialbox-styleone .preyantechnosys-testimonial-text {
    margin-bottom: 30px;
    color: var(--body-blackfont-color);
    padding-right: 50px;
}
.preyantechnosys-box-testimonial.preyantechnosys-testimonialbox-styleone {
    margin: 0 auto;
}
.preyantechnosys-testimonialbox-styleone .themetechmount-box-img {
    width: 84px;
    height: 84px;
    margin-right: 20px;
}
.preyantechnosys-testimonialbox-styleone .preyantechnosys-author-name{
    margin-bottom: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    color: #ffffff;
}
.preyantechnosys-testimonialbox-styleone .preyantechnosys-box-footer{
    font-size: 16px;
}
.preyantechnosys-testimonialbox-styleone .preyantechnosys-box-content {
    display: block;
    vertical-align: top;
}
.preyantechnosys-testimonialbox-styleone .preyantechnosys-box-title {
    text-align: left;
}
.preyantechnosys-testimonialbox-styleone .preyantechnosys-box-desc:before {
    -webkit-mask: url(../images/right-quote.svg) no-repeat 100% 100%;
    mask: url(../images/right-quote.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    margin: 0 auto;
    bottom: auto;
    text-align: center;
    color: var(--prt-skincolor);
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    background-color: var(--prt-secondarycolor);
    width: 110px;
    height: 100px;
}
.preyantechnosys-boxes-testimonial .preyantechnosys-testimonialbox-styleone .preyantechnosys-box-desc {
    margin-top: 0;
}
.preyantechnosys-testimonialbox-styleone .preyantechnosys-post-item {
    padding-left: 152px;
}
/*.preyantechnosys-testimonialbox-styleone .preyantechnosys-post-item {
    opacity: 1;
    transform: translateY(0);
    position: static;
}
.preyantechnosys-testimonialbox-styleone:hover .preyantechnosys-post-item {
    transform: translateY(-100%);
    position: absolute;
}*/
/*** preyantechnosys-box-view-default  preyantechnosys-box-img ***/

.preyantechnosys-box-view-default .preyantechnosys-box-author .preyantechnosys-box-img .preyantechnosys-item-thumbnail{
    display: block;
    left: 0;
    right: 0;
}
.preyantechnosys-box-view-default .preyantechnosys-box-author .preyantechnosys-box-img .preyantechnosys-icon-box{
    line-height: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;    
    display: none;
    background-color: #0186d5;
    text-align: center;
    color: #fff;
    font-size: 22px;
}
.preyantechnosys-box-view-default .preyantechnosys-box-title {
    margin-top: 0px;
    position: relative;
}
.preyantechnosys-box-view-default .preyantechnosys-box-author .preyantechnosys-author-name a:hover {
    color:#424242;
}

/*** 

====================================================================
    Client logo Section
====================================================================

***/  

.preyantechnosys-boxes-view-default.preyantechnosys-boxes-client .preyantechnosys-boxes-row-wrapper.row:not(.slick-slider) .prt-box-col-wrapper{
    margin-bottom: 20px;
} 
.preyantechnosys-box-client{
    text-align: center;
}
.preyantechnosys-box-client .preyantechnosys-item-thumbnail{
    width: 100%;
    display: table;
}
.preyantechnosys-box-client .preyantechnosys-item-thumbnail-inner{
    margin-right: 13px;
    margin-left: 13px;
    padding: 25px;
    display: table-cell;
    text-align: center;
    align-items: center;
    vertical-align: middle;
}
.preyantechnosys-box-client.preyantechnosys-client-box-view-boxed-logo .preyantechnosys-item-thumbnail-inner{
    background-color: #fff;
}
.preyantechnosys-box-client:not(.preyantechnosys-box-view-boxed-logo) .preyantechnosys-item-thumbnail-inner{
    padding: 8px 12px;
}
.preyantechnosys-box-client.preyantechnosys-box-view-boxed-logo .preyantechnosys-item-thumbnail-inner{
    height: 130px;
}
.preyantechnosys-box-client.preyantechnosys-box-view-boxed-logo{
    border: none;
    display: block;
}
.preyantechnosys-box-client.preyantechnosys-box-view-simple-logo {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.preyantechnosys-box-view-simple-logo .preyantechnosys-item-thumbnail{
    opacity: 1;
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 0.6s ease 0s, opacity 0.6s ease;
    -khtml-transition: transform 0.6s ease 0s, opacity 0.6s ease;
    -moz-transition: transform 0.6s ease 0s, opacity 0.6s ease;
    -ms-transition: transform 0.6s ease 0s, opacity 0.6s ease;
    -o-transition: transform 0.6s ease 0s, opacity 0.6s ease;
    transition: transform 0.6s ease 0s, opacity 0.6s ease;
}
.preyantechnosys-box-view-simple-logo .preyantechnosys-item-thumbnail-hover{
    position: absolute;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -khtml-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: transform 0.6s ease 0.1s, opacity 0.6s ease;
    -khtml-transition: transform 0.6s ease 0.1s, opacity 0.6s ease;
    -moz-transition: transform 0.6s ease 0.1s, opacity 0.6s ease;
    -ms-transition: transform 0.6s ease 0.1s, opacity 0.6s ease;
    -o-transition: transform 0.6s ease 0.1s, opacity 0.6s ease;
    transition: transform 0.6s ease 0.1s, opacity 0.6s ease;
    left: 0;
    right: 0;
}
.preyantechnosys-box-view-simple-logo:hover .preyantechnosys-item-thumbnail {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -khtml-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.preyantechnosys-box-view-simple-logo:hover .preyantechnosys-item-thumbnail-hover{
    opacity: 1;
    -webkit-transform: translateY(-100%);
    -khtml-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.preyantechnosys-box-client .preyantechnosys-item-thumbnail-inner img {
    -webkit-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
}
.slick-slide .preyantechnosys-box-client .preyantechnosys-item-thumbnail-inner img:hover {
    filter: grayscale(0%);
    opacity: 1;
}
.prt-clientlogo-box-full-opacity .slick-slide .preyantechnosys-box-client .preyantechnosys-item-thumbnail-inner img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    opacity: 1;
}
.prt-box-col-wrapper.slick-slide .preyantechnosys-box-client .prt-client-logo-tooltip .preyantechnosys-box-client{
    margin: 44px 0;
    display: block;
}
.prt-box-col-wrapper.slick-slide .preyantechnosys-box-client .prt-client-logo-tooltip a.prt-client-logo-link {
    display: block;
    padding: 0px;
    outline: none;
}
.preyantechnosys-boxes-view-default .preyantechnosys-box-client {
    padding-bottom: 10px;
}
.prt-col-bgcolor-darkgrey .preyantechnosys-box-client.preyantechnosys-box-view-boxed-logo,
.prt-bgcolor-darkgrey .preyantechnosys-box-client.preyantechnosys-box-view-boxed-logo,
.prt-col-bgcolor-skincolor .preyantechnosys-box-client.preyantechnosys-box-view-boxed-logo,
.prt-bgcolor-skincolor .preyantechnosys-box-client.preyantechnosys-box-view-boxed-logo,
.prt-col-bgcolor-grey .preyantechnosys-box-client.preyantechnosys-box-view-boxed-logo,
.prt-bgcolor-grey .preyantechnosys-box-client.preyantechnosys-box-view-boxed-logo {
    background-color: #ffffff;
}
.preyantechnosys-client-box-view-separator-logo{
    display: block;
}
.preyantechnosys-box-view-separator-logo .preyantechnosys-item-thumbnail{
    position: relative;
}
.preyantechnosys-box-view-separator-logo .preyantechnosys-item-thumbnail:after{
    border-right: 1px solid var(--prt-bordercolor);
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: -10px;
}
.preyantechnosys-boxes-client.preyantechnosys-boxes-col-five .prt-box-col-wrapper:nth-child(5n+5) .preyantechnosys-item-thumbnail:after{
    border-right: none;
}
.preyantechnosys-boxes-client.preyantechnosys-boxes-col-three .prt-box-col-wrapper:nth-child(3n+3) .preyantechnosys-item-thumbnail:after{
    border-right: none;
}
.preyantechnosys-boxes-client.preyantechnosys-boxes-view-carousel.prt-boxes-carousel-arrows-side .preyantechnosys-boxes-row-wrapper.slick-slider {
    margin-top:-35px;
}
.prt-shadowboxview-style-clientlogo .preyantechnosys-client-box-view-boxed-logo {
    box-shadow: 0 0 10px 0 rgb(0, 0, 0, .1);
}
.preyantechnosys-boxes-view-default.prt-shadowboxview-style-clientlogo .preyantechnosys-box-client {
    padding-bottom: 10px;
}
.prt-shadowboxview-style-clientlogo .preyantechnosys-box-client.preyantechnosys-box-view-boxed-logo .preyantechnosys-item-thumbnail-inner {
    height: 150px;
}

/* client logo borderbox view */

.preyantechnosys-boxes-client.prt-borderedbox-style .preyantechnosys-boxes-row-wrapper {
    padding:40px 20px 43px 20px;
    border-style: solid;
    border-width: 9px 9px 9px 9px;
    border-color: #f7f9fa;
    margin-left: 5px;
    margin-right: 5px;
}
.preyantechnosys-boxes-client.prt-borderedbox-style .preyantechnosys-box-client {
    padding: 20px 0 10px;
}
.preyantechnosys-boxes-client.prt-borderedbox-style.prt-boxes-carousel-arrows-above.prt-boxes-txtalign-center .preyantechnosys-box-heading-wrapper {
    padding-bottom: 0px;
}
.preyantechnosys-boxes-client.prt-borderedbox-style.prt-boxes-carousel-arrows-above .preyantechnosys-boxes-row-wrapper .slick-arrow {
    display: none !important;   
}


/*** 

====================================================================
    Global Box spacing
====================================================================

 ***/
 
.preyantechnosys-boxes-view-carousel .prt-box-col-wrapper{
    padding-left: 15px;
    padding-right: 15px;
}
.preyantechnosys-boxes-row-wrapper.row:not(.slick-slider) .prt-box-col-wrapper{
    margin-bottom: 30px;
}
.preyantechnosys-boxes-spacing-0px .preyantechnosys-boxes-row-wrapper.row .prt-box-col-wrapper{
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}
.preyantechnosys-boxes-spacing-5px .preyantechnosys-boxes-row-wrapper.row .prt-box-col-wrapper{
    padding-left: 2.5px;
    padding-right: 2.5px;
    margin-bottom: 5px;
}
.preyantechnosys-boxes-spacing-10px .preyantechnosys-boxes-row-wrapper.row .prt-box-col-wrapper{
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}
.preyantechnosys-boxes-spacing-0px .preyantechnosys-boxes-row-wrapper.row{
    margin-left: 0;
    margin-right: 0;    
}
.preyantechnosys-boxes-spacing-5px .preyantechnosys-boxes-row-wrapper.row{
    margin-left: -2.5px;
    margin-right: -2.5px;   
}
.preyantechnosys-boxes-spacing-10px .preyantechnosys-boxes-row-wrapper.row{
    margin-left: -5px;
    margin-right: -5px; 
}
.preyantechnosys-boxes-portfolio .col-xs-12{
    margin-bottom: 30px;
}
.preyantechnosys-boxes-portfolio.preyantechnosys-boxes-sortable-yes .col-lg-4{
    margin-left: -1px;
}


/*** 

====================================================================
    Slick Slider
====================================================================

 ***/
.preyantechnosys-slider-wrapper{
    position: relative;
    z-index:1;
    background-color: transparent;
}
.prt-headerstyle-classic .preyantechnosys-slider-wrapper{
    z-index:1;
}
.preyantechnosys-boxes-blog.preyantechnosys-boxes-view-carousel  .prt-post-format-icon-wrapper:before{
    display: none;
}
.slick-slide {
    outline: none;
}
.preyantechnosys-boxes-row-wrapper .slick-arrow{
    padding: 0;
    margin: 0 3px;
    z-index: 1;
    background-color: var(--prt-whitecolor);
    width: 40px;
    height: 40px;
    text-align: center;
    border: 2px solid var(--prt-bordercolor);
}
.preyantechnosys-boxes-row-wrapper .slick-arrow:hover {
    background-color: var(--prt-skincolor);
    border-color: var(--prt-skincolor);
}
.prt-boxes-carousel-arrows-hide .preyantechnosys-boxes-row-wrapper .slick-arrow{
    opacity:0;
}
.preyantechnosys-boxes-view-carousel .preyantechnosys-boxes-row-wrapper .slick-arrow:hover:before{
    border-color: transparent;
    color: #fff;
}
.preyantechnosys-boxes .preyantechnosys-boxes-row-wrapper .slick-prev:before, .preyantechnosys-boxes-row-wrapper .slick-next:before {
    content: "\f11a";
    color: var(--prt-secondarycolor);
    font-size: 40px;
    line-height: 38px;
    position: relative;
    opacity: 1;
    font-weight: 400;
    left: 0;
    font-family: flaticon_valet_park !important;
    top: -15px;
}
.preyantechnosys-boxes.preyantechnosys-boxes-view-carousel .preyantechnosys-boxes-row-wrapper .slick-arrow.slick-next {
    transform: rotate(0deg);
    top: 62%;
}
.preyantechnosys-boxes.preyantechnosys-boxes-view-carousel .preyantechnosys-boxes-row-wrapper .slick-arrow.slick-prev {
    top: 15%;
    transform: rotate(180deg);
}
.preyantechnosys-boxes-row-wrapper .slick-prev:before{  
    content: "\f11f";
    text-align: center;
}
.prt-boxes-carousel-arrows-1 .preyantechnosys-boxes-row-wrapper .slick-arrow {
    opacity: 1;
    visibility: visible;
}
.preyantechnosys-element-portfoliobox-style2.prt-boxes-carousel-arrows-1 .preyantechnosys-boxes-row-wrapper .slick-prev {
    right: 20%;
    left: auto;
    top: -60px;
}
.preyantechnosys-element-portfoliobox-style2.prt-boxes-carousel-arrows-1 .preyantechnosys-boxes-row-wrapper .slick-next {
    right: 17%;
    top: -60px;
}

.preyantechnosys-element-servicebox-stylethree .preyantechnosys-boxes-row-wrapper .slick-prev:before {
    color: var(--prt-secondarycolor);
}
.preyantechnosys-element-servicebox-stylethree.preyantechnosys-boxes-view-carousel .preyantechnosys-boxes-row-wrapper .slick-arrow:hover {
    background-color: var(--prt-secondarycolor) !important;
    border: 0;
    color: #fff;
}
/*** Arrow Center with heading ***/
.prt-boxes-carousel-arrows-above.prt-boxes-txtalign-justify .preyantechnosys-boxes-row-wrapper .slick-next,
.prt-boxes-carousel-arrows-above.prt-boxes-txtalign-justify .preyantechnosys-boxes-row-wrapper .slick-prev,
.prt-boxes-carousel-arrows-above.prt-boxes-txtalign-center .preyantechnosys-boxes-row-wrapper .slick-next,
.prt-boxes-carousel-arrows-above.prt-boxes-txtalign-center .preyantechnosys-boxes-row-wrapper .slick-prev{
    top: -63px; 
}
.prt-boxes-carousel-arrows-below .preyantechnosys-boxes-row-wrapper .slick-prev,
.prt-boxes-carousel-arrows-below .preyantechnosys-boxes-row-wrapper .slick-prev,
.prt-boxes-carousel-arrows-above.prt-boxes-txtalign-justify .preyantechnosys-boxes-row-wrapper .slick-prev,
.prt-boxes-carousel-arrows-above.prt-boxes-txtalign-center .preyantechnosys-boxes-row-wrapper .slick-prev{
    left: 50%;
    margin-left: -45px;
}
.prt-boxes-carousel-arrows-below .preyantechnosys-boxes-row-wrapper .slick-next,
.prt-boxes-carousel-arrows-below .preyantechnosys-boxes-row-wrapper .slick-next,
.prt-boxes-carousel-arrows-above.prt-boxes-txtalign-justify .preyantechnosys-boxes-row-wrapper .slick-next,
.prt-boxes-carousel-arrows-above.prt-boxes-txtalign-center .preyantechnosys-boxes-row-wrapper .slick-next{
    right: 50%;
    margin-right: -45px;
}
.prt-boxes-carousel-arrows-above.prt-boxes-txtalign-justify .preyantechnosys-box-heading-wrapper,
.prt-boxes-carousel-arrows-above.prt-boxes-txtalign-center .preyantechnosys-box-heading-wrapper{
    padding-bottom:60px;
}
.prt-boxes-carousel-arrows-above.prt-boxes-txtalign-justify .preyantechnosys-box-heading-wrapper .prt-cta3-without-desc,
.prt-boxes-carousel-arrows-above.prt-boxes-txtalign-center .preyantechnosys-box-heading-wrapper .prt-cta3-without-desc{
    padding-bottom: 25px;
}

/* Arrow below */
.prt-boxes-carousel-arrows-below.preyantechnosys-boxes{
    padding-bottom: 70px;
}
.prt-boxes-carousel-arrows-below .preyantechnosys-boxes-row-wrapper .slick-prev,
.prt-boxes-carousel-arrows-below .preyantechnosys-boxes-row-wrapper .slick-next{
    top: auto;  
    bottom: -90px;
}

/*** Arrow Left with heading ***/
.prt-boxes-carousel-arrows-above.prt-boxes-txtalign-left .slick-slider,
.prt-boxes-carousel-arrows-above.prt-boxes-txtalign-right .slick-slider{
     position: static;
}
.prt-boxes-carousel-arrows-above.prt-boxes-txtalign-left,
.prt-boxes-carousel-arrows-above.prt-boxes-txtalign-right{
    position: relative;
}
.prt-boxes-carousel-arrows-above.prt-boxes-txtalign-left .preyantechnosys-boxes-row-wrapper .slick-next,
.prt-boxes-carousel-arrows-above.prt-boxes-txtalign-left .preyantechnosys-boxes-row-wrapper .slick-prev,
.prt-boxes-carousel-arrows-above.prt-boxes-txtalign-right .preyantechnosys-boxes-row-wrapper .slick-next,
.prt-boxes-carousel-arrows-above.prt-boxes-txtalign-right .preyantechnosys-boxes-row-wrapper .slick-prev{
    top:53px;
}
.prt-boxes-carousel-arrows-above.prt-boxes-txtalign-left,
.prt-boxes-carousel-arrows-above.prt-boxes-txtalign-right{
    overflow: hidden;
}
.prt-boxes-carousel-arrows-above.prt-boxes-txtalign-left .preyantechnosys-boxes-row-wrapper .slick-prev{
    right:45px;
    left: auto;
}
.prt-boxes-carousel-arrows-above.prt-boxes-txtalign-left .preyantechnosys-boxes-row-wrapper .slick-next{
    right: -3px;    
}
.prt-boxes-carousel-arrows-above.prt-boxes-txtalign-right .preyantechnosys-boxes-row-wrapper .slick-prev{
    left: -3px;
    right: auto;
}
.prt-boxes-carousel-arrows-above.prt-boxes-txtalign-right .preyantechnosys-boxes-row-wrapper .slick-next{
    left: 35px; 
}
.prt-boxes-carousel-arrows-above.prt-boxes-txtalign-left, 
.prt-boxes-carousel-arrows-above.prt-boxes-txtalign-right, 
.prt-boxes-carousel-arrows-above.prt-boxes-txtalign-center{
    overflow: hidden;
}
.preyantechnosys-boxes-team.preyantechnosys-boxes-view-carousel .slick-slider {
    margin-left:-10px;
    margin-right:-10px;
}
.preyantechnosys-boxes-portfolio .preyantechnosys-boxes-row-wrapper .slick-arrow {
    border-radius:0px;
}

/*** Slick dot desing ***/
.slick-dots {
    bottom: 0;
}
.slick-dots li {
    width: 32px;
    height: 10px;
    margin: 0px 2px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.slick-dots li button{
    display: inline-block;
    width: 32px;
    height: 10px;
    border-radius: 50px;
    box-shadow: none;
    cursor: pointer;
    margin: 13px 10px 0px 0;
    position: relative;
    background-color: #e0e0e0;
    line-height: 0;
    padding: 0;
}
.slick-dots li.slick-active{
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.slick-dots li.slick-active button {
    width: 10px;
    background-color: #DCDCDC;
    border-radius: 50%;
}
.slick-dots li button:before{
    display: none;
}
.prt-bgcolor-skincolor .slick-dots li button,.prt-col-bgcolor-skincolor .slick-dots li button{
    background-color:rgba(255,255,255,.1);
}

/*** Slick dot color ***/
.prt-boxes-carousel-arrows-side .preyantechnosys-boxes-row-wrapper .slick-prev,
.prt-boxes-carousel-arrows-side .preyantechnosys-boxes-row-wrapper .slick-next{
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 1;
    z-index:9;
}
.prt-boxes-carousel-arrows-side .preyantechnosys-boxes-row-wrapper .slick-prev {
    left: -60px;
    right: auto;
}
.prt-boxes-carousel-arrows-side .preyantechnosys-boxes-row-wrapper .slick-next {
    right: -60px;
    left: auto;
}


.prt-textcolor-white .preyantechnosys-boxes-row-wrapper .slick-prev:before,
.prt-textcolor-white .preyantechnosys-boxes-row-wrapper .slick-next:before,
.prt-bgcolor-skincolor .preyantechnosys-boxes-row-wrapper .slick-prev:before, 
.prt-bgcolor-skincolor .preyantechnosys-boxes-row-wrapper .slick-next:before,
.prt-bgcolor-darkgrey .preyantechnosys-boxes-row-wrapper .slick-prev:before, 
.prt-bgcolor-darkgrey .preyantechnosys-boxes-row-wrapper .slick-next:before {
    color: #ffffff;
}
.prt-textcolor-white .preyantechnosys-boxes-row-wrapper .slick-arrow,
.prt-bgcolor-skincolor .preyantechnosys-boxes-row-wrapper .slick-arrow,
.prt-bgcolor-darkgrey .preyantechnosys-boxes-row-wrapper .slick-arrow {
    border-color: #ffffff;
}
.prt-textcolor-white .preyantechnosys-boxes-row-wrapper .slick-arrow:not(.slick-disabled):hover,
.prt-bgcolor-skincolor .preyantechnosys-boxes-row-wrapper .slick-arrow:not(.slick-disabled):hover, 
.prt-bgcolor-darkgrey .preyantechnosys-boxes-row-wrapper .slick-arrow:not(.slick-disabled):hover{
    background-color: #ffffff;  
    border-color: #ffffff;
}
/*** Flex slider dot desing ***/
.flex-control-paging li a{
    -o-box-shadow: none;
    box-shadow: none;
    background: none;
    border: 2px solid #fff;
}
.flex-control-paging li a:hover{
    background: none;
}
.flex-control-paging li a.flex-active{
    background-color: #fff;
}

/*** Flex slider Arrow desing ***/
.flex-direction-nav a:before,
.flex-direction-nav a.flex-next:before {
    font-family: "prt-valetex-icons";
}
.flex-direction-nav a:before{
    content: '\e808';
}
.flex-direction-nav a.flex-next:before {
    content: '\e809';
}
/*** 

====================================================================
   flexslider
====================================================================

 ***/
.prt-flexslider ul li{
    display: none;
    float: left;
}
.prt-flexslider ul li:first-child{
    display: block;
}
.prt-flexslider .flex-control-nav {
    bottom: 5px;
    z-index: 1;
}
.prt-flexslider .flex-control-paging li a{
    border: 1px solid #fff;
    background: none;
    -o-box-shadow: none;
    box-shadow: none;
    font-size: 0;
}
.prt-flexslider .flex-control-paging li a.flex-active{
    background-color: #fff;
}
.flex-control-nav li {
    margin: 0 3px;
}

/*** 

====================================================================
    Drop Cap Design
====================================================================

 ***/
.prt-dropcap{
    float: left;
    text-align: center;
    overflow: hidden;
    font-weight: normal;
    width: 51px;
    height: 51px;
    line-height: 52px;
    font-size: 34px;
    margin: 7px 8px -5px 0;
}
.prt-dcap-style-rounded{
    border-radius: 5px;
}
.prt-dcap-style-round{
    border-radius: 50%;
}
.prt-dropcap.prt-bgcolor-dark,
.prt-dropcap.prt-bgcolor-skincolor{
    color: #fff;    
}
.prt-dropcap.prt-bgcolor-dark{
    background-color: #202020;
}
.prt-dropcap.prt-bgcolor-grey{
    background-color: #E2E2E2;
}
.prt-dropcap.prt-bgcolor-grey,
.prt-dcap-txt-color-dark{
    color: #313131;
}
.prt-dcap-style-square,
.prt-dcap-style-round,
.prt-dcap-style-rounded{
    position: relative;
    top: 4px;
    float: left;
    margin-right: 10px;
    padding: 0;
    line-height: 50px;  
    text-transform: uppercase;
}
.prt-dcap-style-rounded{
    border-radius: 5px;
    background-color: #c93756;
    font-size:35px;   
}
.prt-dcap-style-round{
    border-radius: 50%;
    background-color: #1f4788;
    font-size: 35px;
}
.prt-dcap-style-square {
    color:#a0ce4e;
    font-size: 60px;
}
.prt-dropcap.prt-bgcolor-skincolor{
    color: #fff;    
    background-color: #fc6042;
    font-size:35px;
}
body .prt-dropcap.prt-bgcolor-dark, body .prt-dropcap.prt-bgcolor-skincolor {
    color: #fff!important;
}
 /*** 

====================================================================
    Tweeter Section
====================================================================

 ***/
.preyantechnosys-twitterbox-inner {
    text-align: center;
}
.preyantechnosys-twitterbox-inner .tweet-text{
    font-size: 18px;
    line-height: 28px;
}
.preyantechnosys-twitterbox-inner .tweet-details{
    font-size: 15px;
    font-style: italic;
}
.preyantechnosys-twitterbox-inner h3 a.twitter-link{
    z-index: 10;
    position: relative;
}
.preyantechnosys-twitterbox-inner i {
    display: inline-block;
    width: 55px;
    height: 55px;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    line-height: 55px;
    margin-bottom: 10px;
}
.prt-col-bgcolor-skincolor .preyantechnosys-twitterbox-inner i,
.prt-bgcolor-skincolor .preyantechnosys-twitterbox-inner i {
    background-color:#202020;
}
.preyantechnosys-twitterbox-wrapper .preyantechnosys-boxes-row-wrapper{
    margin-top: 20px;
}
.preyantechnosys-twitterbox-inner .tweet-text a,
.widget .latest-tweets ul li .tweet-text a,
.widget .latest-tweets ul li .tweet-details a {
    font-style:italic;
}
.widget .latest-tweets ul li .tweet-text a,
.preyantechnosys-twitterbox-inner .tweet-text a {
    font-size: 15px;
}
.widget .latest-tweets ul li p.tweet-text {
    margin-bottom: 0px;
    line-height: 24px;
}
.widget .latest-tweets ul li .tweet-details a {
    font-size: 12px;
    color: #acacac;
}
.preyantechnosys-twitterbox-inner-list .preyantechnosys_tweet_item.preyantechnosys_tweetitem{
    line-height: 30px;
    font-size: 19px;
}
.preyantechnosys-carousel-col-one .preyantechnosys_tweet_item.preyantechnosys_tweetitem {
    width: 60%;
    margin: 0 auto;
}
.preyantechnosys-twitterbox-inner .tweet-details{
    font-size: 15px;
    font-style: italic;
}
.prt-bgcolor-skincolor .preyantechnosys-twitterbox-inner .tweet-text,
.prt-bgcolor-darkgrey .preyantechnosys-twitterbox-inner .tweet-text{
    color: rgba(255, 255, 255, 0.70);
}
.prt-bgcolor-skincolor .preyantechnosys-twitterbox-inner .tweet-text a,
.prt-bgcolor-darkgrey .preyantechnosys-twitterbox-inner .tweet-text a{
    color: rgba(255, 255, 255, 1);
}
.prt-bgcolor-skincolor .preyantechnosys-twitterbox-inner .tweet-details a,
.prt-bgcolor-darkgrey .preyantechnosys-twitterbox-inner .tweet-details a{
    color: rgba(255, 255, 255, 0.4);
}
.prt-bgcolor-skincolor .preyantechnosys-twitterbox-inner i, 
.prt-bgcolor-darkgrey .preyantechnosys-twitterbox-inner i{
    border-color: #fff;
    color: #fff;
}
.prt-bgcolor-skincolor .preyantechnosys-twitterbox-inner .tweet-text a:hover,
.prt-bgcolor-skincolor .preyantechnosys-twitterbox-inner .tweet-details a:hover{
    color: rgba(255, 255, 255, 0.60);
}


/*** 

====================================================================
    Category filter Section
====================================================================

 ***/   
.preyantechnosys-boxes-textalign-left .prt-sortable-wrapper{
    text-align: left;
}  
.preyantechnosys-boxes-textalign-right .prt-sortable-wrapper{
    text-align: right;
} 
.preyantechnosys-element-portfoliobox-style1 .prt-sortable-list ul {
    float: right;
    margin-top: -96px;
}
.prt-sortable-list ul{
    padding: 0;
    margin-bottom: 35px;    
    margin-top: 50px;
}
.prt-sortable-list .prt-sortable-link {
    display: inline-block;
    margin-right: 11px;
}
.prt-sortable-list .prt-sortable-link:last-child {
    margin-right: 0;
}
.prt-bgcolor-darkgrey .prt-sortable-list .prt-sortable-link a.selected {
    border-color: var(--prt-skincolor);
}
.prt-sortable-list .prt-sortable-link a.selected {
    background-color: var(--prt-skincolor);
}
.prt-sortable-list .prt-sortable-link a {
    display: block;
    cursor: pointer;
    padding: 3px 20px 3px;
    margin-bottom: 5px;
    width: auto;
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: var(--prt-secondarycolor);
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    border: 1px solid;
    text-transform: capitalize;
}
.preyantechnosys-boxes-textalign-left .prt-sortable-list .prt-sortable-link a {
    padding: 5px 21px;
    background-color: transparent;
    border:none;
    border-radius: 3px;

}
.prt-sortable-list .prt-sortable-link a:hover,
.prt-sortable-list .prt-sortable-link a.selected{    
    border-color: transparent;
}
.preyantechnosys-boxes-textalign-center .prt-sortable-wrapper {
    text-align: center;
}
.prt-bgcolor-skincolor .prt-sortable-list .prt-sortable-link a, 
.prt-bgcolor-darkgrey .prt-sortable-list .prt-sortable-link a, 
.prt-white-sort-bt .prt-sortable-list .prt-sortable-link a {
    border: 2px solid rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
}
.preyantechnosys-boxes-team .prt-sortable-list .prt-sortable-link a:hover {
    border-color: var(--prt-skincolor);
}

.preyantechnosys-boxes-portfolio.preyantechnosys-boxes-sortable-yes .preyantechnosys-boxes-inner.preyantechnosys-boxes-portfolio-inner {
    margin-left: 0;
    margin-right: -13px;
}
.preyantechnosys-boxes-sortable-yes:not(.preyantechnosys-boxes-textalign-center) .preyantechnosys-boxes-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.preyantechnosys-boxes-sortable-yes:not(.preyantechnosys-boxes-textalign-center) .preyantechnosys-boxes-inner>div.preyantechnosys-box-heading-wrapper:not(.preyantechnosys-boxes-row-wrapper) {
    flex-basis: 0%;
    flex-grow: 1;
    flex: 0 0 35.33%;
    max-width: 35.33%;
}
.preyantechnosys-boxes-sortable-yes:not(.preyantechnosys-boxes-textalign-center) .preyantechnosys-boxes-inner>div.prt-sortable-wrapper.prt-sortable-wrapper-portfolio:not(.preyantechnosys-boxes-row-wrapper) {
    flex-basis: 0%;
    flex-grow: 1;
    flex: 0 0 64.33%;
    max-width: 64.33%;
}
.preyantechnosys-boxes-sortable-yes.preyantechnosys-boxes-textalign-left .preyantechnosys-boxes-inner>div.prt-sortable-wrapper.prt-sortable-wrapper-portfolio:not(.preyantechnosys-boxes-row-wrapper) {
    text-align: right;  
}   
.preyantechnosys-boxes.preyantechnosys-boxes-sortable-yes .preyantechnosys-boxes-inner>div.preyantechnosys-boxes-row-wrapper {
    margin-top: 16px;
    display: block;
    width: calc(100% + 20px);
}
.preyantechnosys-boxes-sortable-yes.prt-cta3-rev-heading .prt-sortable-list ul {
    margin-top:20px;
}
.preyantechnosys-boxes-sortable-yes:not(.prt-cta3-rev-heading) .prt-sortable-list ul {
    margin-top: 8px;
}


/*** Colorbox frame reset ***/
#cboxTopRight,
#cboxTopLeft,
#cboxTopCenter,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomCenter,
#cboxBottomLeft,
#cboxBottomRight{
    background: none;
    background-color: #fff
}

/*** Singel page ***/

.summary .clear{
    display: none;
}

/*** Sidebar ***/
.single-post.preyantechnosys-sidebar-right #sidebar-right .tagcloud {
    background-color: var(--prt-greycolor);
}
.sidebar .widget .tagcloud a {
    display: inline-block;
    padding: 2px 20px 2px 20px;
    margin: 0 10px 10px 0;
    border: 0 solid var(--prt-bordercolor);
    border-radius: 0px !important;
    font-size: 13px !important;
    background-color: #fff;
    font-weight: var(--special-element-fontweight);
    color: var(--body-blackfont-color);
}
.sidebar .widget .tagcloud a:hover{
    background-color: var(--prt-skincolor);
    border-color:transparent;
}
.prt-sidebar-call-icon {
    text-align: center;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 68px;
    font-size: 33px;
    margin: 0 auto;
    color: var(--prt-skincolor);
    position: relative;
}
.prt-sidebar-call-icon:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    z-index: 1;
    background-color: rgb(255 255 255 / 10%);
}
.prt-side-blog-icon {
    padding-bottom: 35px;
}
.sidebar .gallery{
    margin-bottom: 0;
}
.prt-left-side-bar-blog .prt-blog-side-bar {
    text-align: center;
}
.prt-blog-title a {
    color: #fff;
}
.prt-blog-email-box a {
    color: #fff;
}
.prt-left-bar-bg a.elementor-button {
    color: #ffffff;
}
.prt-left-bar-bg a.elementor-button:hover {
    color: #ffffff !important;
}
.prt-left-bar-bg .elementor-element.elementor-widget-button .elementor-size-sm.elementor-button,
.single-post .prt-header-style-classic .prt-header-text-area .header-info-widget .elementor-element.elementor-widget-button .elementor-size-sm.elementor-button {
    font-size: 15px;
    padding: 13px 50px 10px 30px;
        position: relative;
}
.prt-left-bar-bg span.elementor-button-icon.elementor-align-icon-right,
.single-post .prt-header-style-classic .prt-header-text-area .header-info-widget .elementor-button .elementor-align-icon-right {
    position: absolute;
    right: 25px;
    left: auto;
    top: 13px;
}
.prt-left-side-bar-blog{
    background-image: url(../images/side-bar-bg-img-02.jpg)!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 25px !important;    
    margin-top: 35px;
}
.prt-blog-button-bar {
    margin-top: 35px;
}





/***  comment-form-rating ***/
.comment-form-rating{
    padding-bottom: 10px;
}
#review_form .comment-form-rating .select2-container {
    display:none;
}

/*** 

====================================================================
    404 Page
====================================================================

 ***/ 
 
.error404 .site-main {
    padding-top: 0;
} 
section.error-404 {
    padding: 200px 0px;
    text-align: center;
    position: relative;
}

.prt-headerstyle-classic-overlay section.error-404 {    
    padding:200px 0px 170px;
}
section.error-404 .prt-big-icon{
    font-size: 104px;   
}
section.error-404 .page-header{
    border-bottom: none;    
    margin: 0;
    padding-top: 45px;
}
section.error-404 img {
    max-width: 100%;
}
section.error-404 h1 {
    font-size: 50px;
    line-height: 100%;
}
section.error-404 .page-content p {
    font-size: 15px;
    margin-bottom: 0px;
} 
section.error-404 .search-form {
    position: relative;
    max-width: 590px;
    margin-top: 45px !important;
    padding-bottom: 0;
    margin: 0 auto;
}
p.prt-error-descriptions-line {
    font-size: 40px !important;
    line-height: 44px;
    color: #09274c;
    margin-bottom: 30px !important;
}   
p.prt-error-heading-big {
    font-size: 70px !important;
    font-family: var(--special-element-fontfamily);
    color: var(--prt-secondarycolor);
    text-transform: uppercase;
    font-weight: 600;
    line-height: 76px;
}
section.error-404 .search-form label {
    display: block;
}
section.error-404 .search-form .search-field {
    border-width: 1px;
    background-color: var(--prt-greycolor);
    border-radius: 5px;
    padding: 11px 35px 11px 15px;
} 
section.error-404 .search-form .search-submit {
    position: absolute;
    top: 0px;
    right: 0px;
    box-shadow: none;
    border-bottom: none;
    text-indent: -999px;
    padding: 0;
    width: 46px;
    height: 46px;
    z-index: 1;
    border-radius: 0px 3px 3px 0px;
    background-image: url(../images/findicon.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    opacity: 0.3;
}
.prt-sresults-no-content-w{
    padding-bottom: 80px;
    padding-top: 30px;
}
.prt-sresults-no-content-w h3{  
    font-size: 30px;
    line-height: 35px;  
}
.error404 .site-main {
    background-color: transparent !important;
}
section.error-404 h4 {
    font-size: 60px;
    line-height: 60px;
}
.prt-404-home-button {
    margin-top: 55px;   
}
section.error-404 h6 {
    font-size: 20px;
    margin-bottom:0px;
}
.prt-404-home-button .elementor-button-icon {
    padding-right:2px;
}
.prt-404-home-button .elementor-element.elementor-widget-button .elementor-size-md.elementor-button {
    padding: 12px 30px 10px !important;
    background-color: var(--prt-skincolor);
    border-radius: 50px;
    color: var(--body-blackfont-color);
}
::selection {
  -webkit-text-fill-color: var(--body-blackfont-color);
  color: #fff;
  background: var(--prt-skincolor);
}
.search-results .prt-results-post .prt-recent-post-list li.prt-recent-post-list-li {
    display: flex;
}
/*** 

====================================================================
    Search Result Page
====================================================================

 ***/

.prt-sresult-form-wrapper {
    padding: 40px 0px 0px;
    margin-bottom: 60px;
    color: var(--prt-secondarycolor);
    border-radius: 5px;
    background: var(--prt-greycolor);
}
.prt-search-pagelist .prt-result-page-content{
    padding-left: 33px;
    padding-bottom: 10px;
}
.prt-search-pagelist li > h4{
    margin-bottom: 7px;
}
.prt-search-results-title a.label-default{
    padding: 5px 10px;
    position: relative;
    top: -3px;
}

/*** Search Select Box ***/
.prt-search-select-box{
    width: 100%;
    position: relative;
    padding-right: 138px;
}

.prt-search-select-box .select2-container{
    width:100% !important;
}
.prt-search-select-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--body-fonts-color); 
}
.prt-search-select-box .select2-container--default .select2-selection--single{
    border: 1px solid var(--prt-bordercolor);
    height: 50px;
    border-radius: 0px;
    background-color: #ffffff;
}
.prt-search-select-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}
.prt-search-select-box .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 47px;
    right: auto;
    left: 115px;
    padding-right:40px;

}
.prt-search-select-box .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: var(--body-fonts-color) transparent transparent transparent;
}
.prt-search-select-box .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent var(--body-fonts-color) transparent; 
}
.prt-sresult-form-sbtbtn-wrapper input.prt-sresult-form-sbtbtn {
    color: var(--body-blackfont-color);
    border: 1px solid transparent;
    padding: 17px 27px 16px;
    font-size: 14px;
    background: var(--prt-skincolor);
    font-weight: 600;
}
.search-results a.label:hover, a.label:focus {
    color: var(--prt-secondarycolor);
    text-decoration: none;
    cursor: pointer;
}
.search-results .preyantechnosys-events-box-view-top-image .preyantechnosys-post-item-inner {
    margin-bottom: 20px;
}
.search-results  .prt-sresults-cta-wrapper article.preyantechnosys-box.preyantechnosys-box-service.preyantechnosys-servicebox-styleone {
    margin-bottom: 31px;
}
.search-results .tribe-common .tribe-common-h5 {
    font-size: 45px !important;
    font-family: var(--button-font-family) !important;
    color: #09274c !important;
}
.search-results .tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
    font-size: 16px !important;
}
.prt-sresult-form-sbtbtn-wrapper{
    position: absolute;
    top: 0px;
    right: 0px;
}
.prt-search-main-box{   
    padding: 38px 35px 40px 35px;
    background-color: rgba(0, 0, 0, 0.03);
    margin: 14px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}
.prt-search-main-box:before {
    position: absolute;
    right: 76px;
    top: -14px;    
    width: 47px;
    height: 47px;
    text-align: center;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 14px solid rgba(0, 0, 0, 0.03);
    content: " ";
}
.prt-search-text strong{
    padding-bottom: 10px; 
    display: block;
    font-size: 20px;
    font-weight: 600;
    font-family: var(--special-element-fontfamily);
}
.prt-search-results-title{
    font-weight: normal;
}
.prt-search-postlist li{
    list-style:none;
}
.prt-sresult-form-wrapper h2{
    margin-bottom: 0;
    font-size: 30px;
    margin-right: 10px;
    color: var(--prt-secondarycolor);
    display: table-cell;
    width: 22%;
    margin-top: 0;
    vertical-align: middle;
}
.prt-sresult-form-wrapper h2 i{
    display: none;
}
body.search .prt-sresult-form-wrapper .search-form .search-field {
    border: 0;
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.03);
    font-size: 15px;
    padding: 0;
    margin: 0;
    color: var(--prt-secondarycolor);
    padding-left: 70px;
    text-align: left;
    width: 100%;
    height: 52px;
    border-radius: 5px;
}
.prt-titlebar .prt-titlebar-main-inner {
    padding: 20px 0;
}
body.search .prt-sresult-form-wrapper .search-form .search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: var(--body-fonts-color);
}
body.search .prt-sresult-form-wrapper .search-form .search-field::-moz-placeholder { /* Firefox 19+ */
    color: var(--body-fonts-color);
}
body.search .prt-sresult-form-wrapper .search-form .search-field:-ms-input-placeholder { /* IE 10+ */
    color: var(--body-fonts-color);
}
body.search .prt-sresult-form-wrapper .search-form .search-field:-moz-placeholder { /* Firefox 18- */
    color: var(--body-fonts-color);
}
body.search .prt-sresult-form-wrapper .search-form input.search-field:focus {
    background-color: rgba(32, 32, 32, 0.08);    
}
.prt-sresult-form-wrapper .search-form {
    width: 61.5%;
    display: table-cell;
    position: relative;
}
.prt-sresult-form-wrapper .search-form:after {
    position: absolute;
    content: '\e825';
    font-family: "prt-valetex-icons";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 17px;
    height: 25px;
    display: block;
    width: 55px;
    top: 5px;
    bottom: 0;
    margin: auto 0;
    text-align: center;
    left: 0;
    border-radius: 0px;
    border-right: 1px solid #D7D7D7;
    color: var(--body-fonts-color);
}
.prt-sresult-form-wrapper .search-form label{
    margin-bottom: 0;
    display: block;
}
.search .prt-sresult-form-wrapper .search-form .search-submit{
    display: none;
}
.prt-sresult-form-top{
    position: relative;
    display: table;
    width: 100%;   
    padding:7px 35px 50px 35px;
}
.prt-sresults-settings-wrapper{
    width: auto;
    display: table-cell;
    position: relative;
    padding-left: 30px;
}
.prt-sresults-settings-wrapper a {
    font-size: 14px;
    color: var(--body-blackfont-color);
    text-align: center;
    display: block;
    background-color: var(--prt-skincolor);
    display: block;
    padding: 14px 32px;
    border-radius: 5px;
    outline: none;
    font-weight: 600;
    text-transform: uppercase;
}
.prt-sresults-settings-wrapper a i {
    display: none;
}
.prt-sresults-settings-wrapper a:hover,
.prt-sresults-settings-wrapper a.prt-sresult-btn-active{
    color: var(--body-blackfont-color);
}
.prt-search-eventlist .item .item-thumbnail:before{
    display: none;
}
.prt-search-list.prt-search-postlist{
    padding-left:0px;
}
.prt-sresults-first-row,
.prt-sresults-cta-wrapper{
    padding-bottom: 60px;
}
.prt-sresults-title-w h2{
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
}
.prt-sresults-title-w h2 strong {
    font-weight: var(--special-element-fontweight);
}
.search-results .prt-list.prt-list-style-icon li{
    position: relative;
    padding-bottom: 10px;
    list-style: none;
}
.search-results .prt-list.prt-list-style-icon .prt-list-li-content{
    padding-left: 7px;
}
.prt-sresults-title small a {
    font-weight: 600;
    margin-top: 0px;
    display: inline-block;
    padding: 5px 20px;
    display: inline-flex;
    position: absolute;
    font-size: 13px;
    line-height: 30px;
    height: 40px;
    border-radius: 0px;
    color: var(--prt-secondarycolor);
    background: var(--prt-greycolor) !important;
    border: 1px solid var(--prt-bordercolor);
}
.prt-sresults-title small a:hover {
    background: var(--prt-skincolor) !important;
    border: 1px solid var(--prt-skincolor);
}
.preyantechnosys-linkeffect-border .prt-sresults-title small a:hover, .preyantechnosys-linkeffect-border .prt-sresults-title small a:focus {
    color: var(--prt-secondarycolor) !important;
    background: var(--prt-skincolor) !important;
}
.search-results .preyantechnosys-box-team{
    margin-bottom: 30px;
}
.prt-sresults-title small a i{
    width: 8px;
    margin-left: -6px;
    padding-right: 18px;
    margin-top: -1px;
}
.search-results .preyantechnosys-box-portfolio .preyantechnosys-post-item{
    margin-bottom: 30px;
}
.search-results .page-header {
    border:none;
    margin: 0px 0 0px;
    padding-bottom: 0px;
}
.prt-results-page .prt-list.prt-list-style-icon,
.prt-results-post .prt-recent-post-list {
    margin-top: 0;  
    padding: 0;
}
.prt-sresults-first-row .prt-list.prt-list-style-icon,
.prt-sresults-first-row ul.prt-recent-post-list {
    margin-bottom: 0;
    padding: 0;
}
.prt-sresults-first-row ul.prt-recent-post-list li {
    list-style: none;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0px 0px 20px 0;
}
.prt-results-page>.row,
.prt-results-post>.row {
    padding-bottom: 37px;   
}

/*** Search widget ***/ 
.search-form .search-submit {
    display: block;
}
.widget .search-form label{
    display:block;
        margin: 0;
}


/* ==========================================================================
White Color Section
========================================================================== */

/*
* ====== Text White Color ======
*/

/*** Tweeter Section ***/
.prt-bgcolor-skincolor .prt-sc-twitterbox-followus-text small,
.prt-bgcolor-darkgrey .prt-sc-twitterbox-followus-text small,

.prt-bgcolor-darkgrey ul.valetex_contact_widget_wrapper li a,
.prt-bgcolor-skincolor ul.valetex_contact_widget_wrapper li a,



article.preyantechnosys-blogbox-format-link .prt-format-link-title a,
article.post.format-link .prt-format-link-title a,
.preyantechnosys-blog-box-view-left-image .preyantechnosys-box-content .prt-post-categories>.prt-meta-line.cat-links a:hover,

.prt-bgcolor-skincolor .prt-entry-meta a:hover,
.prt-bgcolor-darkgrey .prt-entry-meta a:hover,
.prt-format-link-url a:hover,
.prt-post-format-quote a:hover,
.prt-post-format-quote a:hover:after,

.prt-bgcolor-skincolor .preyantechnosys-blogbox-footer-readmore a,
.prt-bgcolor-darkgrey .preyantechnosys-blogbox-footer-readmore a,
.prt-col-bgcolor-skincolor .preyantechnosys-blogbox-footer-readmore a,
.prt-col-bgcolor-darkgrey .preyantechnosys-blogbox-footer-readmore a,

/*** Service box Main Heading ***/
.site-main .prt-dcap-color-skincolor,
.prt-bgcolor-darkgrey .prt-team-social-links a,

.prt-col-bgcolor-skincolor .preyantechnosys-iconbox .prt-box-icon i,
.prt-col-bgcolor-darkgrey .preyantechnosys-iconbox .prt-box-icon i,
.prt-bgcolor-skincolor .preyantechnosys-iconbox .prt-box-icon i,
.prt-bgcolor-darkgrey .preyantechnosys-iconbox .prt-box-icon i {
    color: #fff;
}

.prt-bgcolor-darkgrey .preyantechnosys-iconbox.preyantechnosys-iconcolor-skincolor i {
     color: var(--prt-skincolor);
}
.prt-bgcolor-skincolor .preyantechnosys-iconbox.preyantechnosys-iconcolor-skincolor i {
     color: var(--prt-secondarycolor);
}

/*
* ====== Text White(Little Light) Color ======
*/
/*** Blogbox section ***/
.preyantechnosys-box-view-content-overlay .preyantechnosys-blogbox-footer-readmore a:hover,
.preyantechnosys-box-view-content-overlay .preyantechnosys-box-content h4 a:hover
 {
    color: rgba(255, 255, 255, 0.80);
}


/*
* ====== Text White(Light) Color ======
*/

/*** Heading Description text  ***/

.prt-post-format-quote a {
    color: rgba(255, 255, 255, 1);
    display: block;
}
.prt-post-format-quote cite:before {
    content: '\e876';
    display: block;
    font-family: 'prt-valetex-icons';
    font-size: 60px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    color: var(--prt-skincolor);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: transparent;
}
.prt-bgcolor-skincolor .prt-entry-meta .prt-meta-line,
.prt-bgcolor-darkgrey .prt-entry-meta .prt-meta-line,
/*** Blogbox section ***/
.prt-bgcolor-skincolor .prt-entry-meta a,
.prt-bgcolor-darkgrey .prt-entry-meta a,
.prt-bgcolor-skincolor .preyantechnosys-box-blog .preyantechnosys-box-content .preyantechnosys-box-post-date a,
.prt-bgcolor-darkgrey .preyantechnosys-box-blog .preyantechnosys-box-content .preyantechnosys-box-post-date a,
.prt-col-bgcolor-skincolor .preyantechnosys-box-blog .preyantechnosys-box-content .preyantechnosys-box-post-date a,
.prt-col-bgcolor-darkgrey .preyantechnosys-box-blog .preyantechnosys-box-content .preyantechnosys-box-post-date a,
.site-footer.prt-bgcolor-darkgrey ul.prt-recent-post-list li .post-date,
.prt-format-link-url a,
.prt-bgcolor-skincolor .preyantechnosys-meta-details, 
.prt-bgcolor-skincolor .preyantechnosys-meta-details a, 
.prt-bgcolor-skincolor .preyantechnosys-meta-details i,
.prt-bgcolor-darkgrey .preyantechnosys-meta-details, 
.prt-bgcolor-darkgrey .preyantechnosys-meta-details a, 
.prt-bgcolor-darkgrey .preyantechnosys-meta-details i {    
    color: rgba(255, 255, 255, 0.95);
}

.prt-col-bgcolor-darkgrey .preyantechnosys-iconbox-stylesix .prt-cta3-content-wrapper,
.prt-bgcolor-darkgrey .preyantechnosys-iconbox-stylesix .prt-cta3-content-wrapper,
.prt-bgcolor-skincolor .prt-element-heading-content-wrapper .prt-element-content-desctxt,
.prt-col-bgcolor-skincolor .prt-element-heading-content-wrapper .prt-element-content-desctxt,
.prt-bgcolor-darkgrey .prt-element-heading-content-wrapper .prt-element-content-desctxt,
.prt-col-bgcolor-darkgrey .prt-element-heading-content-wrapper .prt-element-content-desctxt{
    color:rgba(255,255,255,0.65);
}


/*** White text color Section ***/
.prt-textcolor-white h1,
.prt-textcolor-white h2,
.prt-textcolor-white h3,
.prt-textcolor-white h4,
.prt-textcolor-white h5,
.prt-textcolor-white h6,
.prt-textcolor-white .prt-fid-icon-wrapper i,
.rev_slider .prt-textcolor-white{
    color: #fff !important;
}


.footer .prt-textcolor-white .preyantechnosys-iconbox-styletwo .prt-cta3-content-wrapper,
.footer .prt-textcolor-white .widget ul.prt-pricelist-block li,
.footer .prt-textcolor-white .widget ul.prt-pricelist-block li .service-price,
.footer .prt-textcolor-white .prt-footer2-left,
.footer .prt-textcolor-white .prt-footer2-right,
.footer .prt-textcolor-white .widget ul.valetex_contact_widget_wrapper li,
.footer .prt-textcolor-white ul.prt-recent-post-list > li .post-date,
.footer .prt-textcolor-white p{
    color: rgba(255, 255, 255, 0.70) !important;
}
.prt-col-bgcolor-skincolor.prt-textcolor-white a:hover,
.prt-textcolor-white a,
.prt-textcolor-white{
    color: rgba(255, 255, 255, 0.70);
}
.preyantechnosys-topbar-wrapper.prt-textcolor-white {
    color: rgba(255, 255, 255, 0.95);
}
.preyantechnosys-topbar-wrapper.prt-bgcolor-darkgrey.prt-textcolor-white {
    color: rgba(255, 255, 255,0.80);
}
.preyantechnosys-topbar-wrapper.prt-bgcolor-darkgrey.prt-textcolor-white a {
    color: rgba(255, 255, 255, 1);
}
.footer .prt-textcolor-white .widget .search-form .search-field {
    border-color: rgba(255, 255, 255, 0.07);  
    background-color: rgba(255, 255, 255, 0.03);
}
.prt-textcolor-white .widget .search-form .search-submit {
    background-image: url(../images/findicon-white.png);
}
.main-holder .widget.preyantechnosys_widget_recent_entries ul li:last-child {
    padding-bottom: 0px;
    border: none;
}
.prt-textcolor-darkgrey{
    color: rgba(0, 0, 0, 0.50);
}
.prt-textcolor-darkgrey a{
    color: rgba(0, 0, 0, 0.80);
}
.prt-textcolor-dark ul.prt-recent-post-list > li {
    border-top-color: rgba(0, 0, 0, 0.07);
}


/*** Grey text color Section ***/
.prt-textcolor-grey h1,
.prt-textcolor-grey h2,
.prt-textcolor-grey h3,
.prt-textcolor-grey h4,
.prt-textcolor-grey h5,
.prt-textcolor-grey h6{
    color: #c0c0c0 !important;
}
.prt-textcolor-grey{
    color: rgba(192, 192, 192, 0.60);
}
.prt-textcolor-grey a,
.prt-icolor-grey i{
    color: rgba(192, 192, 192, 0.80);
}

/*** Border White light ***/
.prt-bgcolor-darkgrey .inside.prt-fid-with-border:not(.prt-fid-view-circle-progress ),
.prt-bgcolor-darkgrey .prt-fid-view-righticon .prt-fld-contents, 
.prt-bgcolor-darkgrey .prt-fid-view-lefticon .prt-fld-contents {
    border-color:rgba(242, 242, 242, 0.06);
}

.prt-bgcolor-skincolor .prt-fid-view-righticon .prt-fld-contents, 
.prt-bgcolor-skincolor .prt-fid-view-lefticon .prt-fld-contents {
    border-color:rgba(242, 242, 242, 0.4);
}

.prt-bgcolor-darkgrey .inside.prt-fid-with-border,
.prt-bgcolor-skincolor .inside.prt-fid-with-border {
    border:none;
    background-color: rgba(242, 242, 242, 0.10);
}

/*** VC Colum ***/

span.edit-link {
    padding: 7px 0px;
}
.edit-link a {
    background: #f8f8f8;
    padding: 10px 20px;
    display: inline-block;
    color: var(--prt-secondarycolor);
}
.prt-page-loader-wrapper {
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-repeat: no-repeat;
    background-position: center center;
}


/*** Testimonial Default ***/
.preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview  .preyantechnosys-box-heading-wrapper {
    padding-bottom: 0px;
}
.preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview  .preyantechnosys-box-heading-wrapper .prt-cta3-without-desc {
    padding-bottom: 16px;
}
.preyantechnosys-boxes-view-slickview .testimonial_wrapper .slick-arrow,
.preyantechnosys-boxes-view-slickview .testimonial_wrapper .slick-arrow:not(.slick-disabled):hover {
    background:transparent;
    background-color: transparent;
}
.preyantechnosys-boxes-view-slickview .testimonial_wrapper .slick-prev:before,
.preyantechnosys-boxes-view-slickview .testimonial_wrapper .slick-next:before {
    font-size: 20px;
}
.preyantechnosys-boxes-view-slickview .testimonial_wrapper .slick-prev,
.preyantechnosys-boxes-view-slickview .testimonial_wrapper .slick-next {
    background-color: transparent !important;
    box-shadow: none !important;
}
.preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-box-desc .preyantechnosys-testimonial-text {
    position: relative;
    z-index: 1;
    font-size: 22px;
    line-height: 34px;
    color: var(--body-blackfont-color);
    background-color: transparent;
    margin: 0;
    border-left: 0px;
    padding: 0 45px;
    font-family: var(--button-font-family);
    font-style: italic;
}
.preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-box-title .preyantechnosys-box-footer {
    display: inline;
    font-size: 14px;
    line-height: 24px;
    color: var(--body-blackfont-color);
}
.preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-box-title .preyantechnosys-author-name {
    display: inline;
    font-size: 20px;
    line-height: 45px;
    padding-right: 7px;
    color: var(--body-blackfont-color);
}
.preyantechnosys-boxes-view-slickview .testimonial_wrapper:before {
    content: "\e860";
    font-family: 'prt-valetex-icons';
    position: absolute;
    top: -74px;
    right: 0;
    left: 0;
    line-height: 74px;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 72px;
    bottom: 0;
    text-align: center;
    color: var(--prt-secondarycolor);
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    margin: 0 auto;
}
/**/
.prt-bgcolor-skincolor .preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-box-desc .preyantechnosys-testimonial-text:before,  
.prt-bgcolor-darkgrey .preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-box-desc .preyantechnosys-testimonial-text:before, 
.prt-col-bgcolor-darkgrey .preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-box-desc .preyantechnosys-testimonial-text:before, 
.prt-textcolor-white .preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-box-desc .preyantechnosys-testimonial-text:before, 
.prt-textcolor-white .preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-box-desc .preyantechnosys-testimonial-text:before {
    background-color: #fff;
}
.prt-bgcolor-skincolor .preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-author-name,
.prt-bgcolor-darkgrey .preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-author-name,
.prt-col-bgcolor-darkgrey .preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-author-name {
    color: rgba(255, 255, 255, 1);
}
.prt-bgcolor-skincolor .preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-box-footer,
.prt-bgcolor-darkgrey .preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-box-footer,
.prt-col-bgcolor-darkgrey .preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-box-footer {
    color: rgba(255, 255, 255, 0.70);
}
.preyantechnosys-boxes-view-slickview .testimonial_wrapper .slick-prev {
    left:50%;
    margin-left:-195px;
}
.preyantechnosys-boxes-view-slickview .testimonial_wrapper .slick-next {
    right: 50%;
    margin-right: -195px;
}

/*** Portfolio Likes ***/
.tmicon-fa-heart-o::before {
    content: "\f08a";
}
.tmicon-fa-heart:before {
    content: "\f004";
}
[class^="tmicon-fa-"]:before, [class*="tmicon-fa-"]:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

div.preyantechnosys-portfolio-likes-wrapper .like-active {
    cursor: default;
}
a.preyantechnosys-portfolio-likes {
    color: #fff;
}


/*** Footer Twiiter Widget ***/
.widget_latest_tweets_widget p.tweet-text:before {
    content: "\f099";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    position: absolute;
    left: 0px;
    padding-top: 5px;
}
.widget.widget_latest_tweets_widget ul > li {
    position: relative;
    padding: 0px 0px 0px 28px;
}

/*** Classic BlogPost Layout ***/
.prt-meta-line img {
    border-radius: 50%;
    margin-right: 10px;
    width: 30px;
    height: 30px;
}
article.preyantechnosys-box-blog-classic .prt-entry-meta-wrapper{
    margin-bottom: 15px;
    position: relative;
}
.tm-post-like {
    display: inline-block;
    position: relative;
}
.preyantechnosys-box-blog-classic .preyantechnosys-box-desc-text {
    margin-bottom:5px;
}
.single .post.preyantechnosys-box-blog-classic .prt-social-share-wrapper .prt-social-share-links {
    display: block; 
}
.post.preyantechnosys-box-blog-classic.preyantechnosys-blogbox-format-quote .prt-blog-classic-box-content {
    padding: 0px;
    border: none;
    box-shadow: unset;
}
.post.preyantechnosys-box-blog-classic .preyantechnosys-blogbox-desc-footer .preyantechnosys-blogbox-footer-left {
    clear: both;
    padding: 0px;
    float: left;
}
.post.preyantechnosys-box-blog-classic .preyantechnosys-blogbox-footer-readmore a {
    position: relative;
    display: inline-block;
    position: relative;
}
.single .preyantechnosys-box-blog-classic .preyantechnosys-box-desc-text {
    border-bottom: none;
    padding: 0px;
}
article.preyantechnosys-box-blog-classic.post_format-post-format-audio .prt-post-format-audio:not(.prt-post-format-audio-mp3) .preyantechnosys-blogbox-format-audio,
article.preyantechnosys-box-blog-classic.preyantechnosys-blogbox-format-audio .prt-post-format-audio:not(.prt-post-format-audio-mp3) .prt-blogbox-audio-mp3player-w{
    padding-bottom: 20.7%;
}
.post.preyantechnosys-box-blog-classic .prt-social-share-wrapper .prt-social-share-title, .single-post .themetechmount-tags-links-title {
    font-size: 22px;
    font-weight: var(--special-element-fontweight);
    color: var(--prt-secondarycolor);
    margin-right: 5px;
}
.post.preyantechnosys-box-blog-classic .prt-social-share-wrapper .prt-social-share-title {
    margin-top: 5px;
    padding: 0;
    margin-right: 10px;
}
.preyantechnosys-box-blog-classic .prt-social-share-wrapper {
    z-index: 10;
    position: relative;
    float: right;
}
.preyantechnosys-box-blog-classic .prt-meta-line.cat-links {
    font-size: 0;
}
.preyantechnosys-box-blog-classic .prt-meta-line.cat-links a{
    margin: 0 8px 8px 0;
    padding: 7px 32px 4px;
    border-radius: 3px;
    font-size: 20px;
    line-height: 24px;
    background-color: var(--prt-secondarycolor);
    text-transform: uppercase;
    color: #fff;
    font-family: var(--special-element-fontfamily);
    display: inline-block;
    vertical-align: top;
}
.preyantechnosys-box-blog-classic .prt-blog-post-cat {
    position: absolute;
    top: 47px;
    left: 40px;
    z-index: 1;
}
.preyantechnosys-box-blog-classic.prt-no-featured-content .prt-blog-post-cat {
    position: relative;
    margin: 0 0 40px;
}
.preyantechnosys-box-blog-classic.sticky.prt-no-featured-content {
    background-color: var(--prt-greycolor);
    padding: 40px 40px 40px;
	margin-bottom: 50px;
}
.preyantechnosys-box-blog-classic.prt-no-featured-content .entry-header {
    padding-top: 5px;
}
.preyantechnosys-box-blog-classic.prt-no-featured-content .prt-blog-post-cat {
    position: static;
    margin: 0;
}
.blog ul.prt-recent-post-list li:nth-child(2),
.single ul.prt-recent-post-list li:nth-child(2) {
    display: none;
}
.single-tm_portfolio .prt-social-share-title {
    font-size: 20px;
    line-height: 26px;
    margin-top: 0;
    margin-right: 0;
    padding-right: 6px;
    font-weight: var(--special-element-fontweight);
    color: var(--prt-secondarycolor);
}
.single-tm_portfolio .prt-social-share-links a{
    background-color:transparent;
}
.single-post .prt-social-share-links ul li a,
.single-tm_portfolio .prt-social-share-links ul li a {
    height: 0;
    width: 0;
    line-height: 35px;
    border-radius: 5px;
    border: 0;
    font-size: 20px;
    background-color: transparent;
    margin-right: 35px;
}
.single-post .prt-social-share-links ul li:last-child a,
.single-tm_portfolio .prt-social-share-links ul li:last-child a {
    margin-right: 22px;
}
.single-tm_portfolio .prt-social-share-links ul li a i {
    color: #ffffff;
}
.single-tm_portfolio .prt-social-share-links ul li a:hover i {
    color: var(--body-blackfont-color);
}
.single-tm_portfolio .nav-links a:hover {
   color: var(--prt-whitecolor); 
}
.single-tm_portfolio .prt-social-share-links ul,
.single .preyantechnosys-box-blog-classic .prt-social-share-links ul {
   padding-right:0px;
}
.single-tm_portfolio .preyantechnosys-testimonialbox-styleone .preyantechnosys-box-desc:before {
    top: 6px;
    width: 92px;
    height: 82px;
}
.single .post.preyantechnosys-box-blog-classic .prt-social-share-wrapper .prt-social-share-links {
    position: initial;
    opacity: 1;
    visibility: visible;
    text-align: left;
    padding: 0px;
    width:auto;
    float: left;
}
.post.preyantechnosys-box.preyantechnosys-box-blog-classic .preyantechnosys-blogbox-footer-readmore {
    padding: 0;
    position: relative;
    margin: 0;
}
.preyantechnosys-box.preyantechnosys-box-blog-classic .prt-blog-social-links {
    float: right;
    padding-top: 20px;
}
.preyantechnosys-box.preyantechnosys-box-blog-classic .prt-social-share-links ul li a {
    height: 44px;
    width: 44px;
    font-size: 17px;
    line-height: 43px;
}
.single-post .prt-social-share-links ul li a {
    color: var(--body-blackfont-color);
    font-size: 20px;
    background-color: transparent;
    border: none;
}
.blog .prt-social-share-links ul li a {
    color: #fff;
}

/*** sortable button ***/
.preyantechnosys-boxes-portfolio.preyantechnosys-boxes-sortablebutton-round .prt-sortable-list .prt-sortable-link a {
    border-radius: 2em;
}
.site-footer .prt-textcolor-dark, 
.site-footer .prt-textcolor-dark .social-icons li:not:hover i, 
.site-footer .prt-textcolor-dark.preyantechnosys-fbar-btn-link i {
    color: rgba(0, 0, 0, 0.7);
}

/*recent post widget ***/
.main-holder .widget.widget_recent_entries ul li {
    padding: 10px 0;
}
.main-holder .widget.widget_recent_entries ul li:first-child {
    padding-top: 0px;
}

/*** 

====================================================================
    Spcial section 
====================================================================

/*  topbar navigation menu */
.topbar-nav-menu{
    display: inline-block;
    list-style: none;
    margin: 0px;
    padding:0px;
}
.topbar-nav-menu li{
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
}
.topbar-nav-menu li:first-child{
    padding-left: 0px;
}

/* transition global css */

.prt-header-style-infostack .kw-phone .tprt-custombutton a,
.preyantechnosys-boxes-row-wrapper .slick-prev:before,
.preyantechnosys-boxes-row-wrapper .slick-next:before,
.preyantechnosys-boxes-row-wrapper .slick-arrow{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/* single Blockquote */

.single article.post blockquote {
    text-align: center;
    display: block;
    padding: 45px 40px 30px 40px;
    position: relative;
    border-left: none;
    margin: 45px 0 40px 0px;
    font-weight: 400;
    font-size: 17px;
    line-height: 29px;
    border-radius: 0px;
    z-index: 1;
    background-color: var(--prt-greycolor);
    font-style: italic;
    box-shadow: unset;
	min-height: 150px;
}
.single article.post blockquote:before {
    content: "\e860";
    font-family: 'prt-valetex-icons';
    position: absolute;
    bottom: auto;
    top: 65px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 118px;
    color: rgb(0 0 0 / 6%);
    text-align: center;
    font-style: normal;
}
.single article.preyantechnosys-box-blog-classic .prt-blog-classic-box-content h2 {
    font-size: 32px;
    word-wrap: break-word;
}
.prt-blog-classic-box-comment {
    padding: 0 0 0;
}
.single article.post blockquote cite {
    font-size: 16px;
    margin-top: 20px;
    position: relative;
    font-weight: 400;
    color: var(--body-blackfont-color);
}
.single article.post .entry-content strong {
    font-weight: var(--special-element-fontweight);
}
 article.post .entry-content blockquote p {
    margin-bottom: 15px;
    color: inherit;
}
blockquote h3 {
    font-size: 24px;
    line-height: 33px;
    font-weight: 400;
}
.single article.post blockquote .author-title {
    margin-top:-10px;
    padding-bottom:10px;
}


/* span tag for category widget */
.sidebar .widget_product_categories li,
.sidebar .widget_categories li {
    position: relative;
}
.sidebar .widget_product_categories li span,
.sidebar .widget_categories li span {
    position: absolute;
    top: 10px;
    right: 0;
    width: 25px;
    height: 25px;
    overflow: hidden;
    z-index: 1;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    padding: 3px 4px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    
}
.sidebar .widget_product_categories li:first-child span,
.sidebar .widget_categories li:first-child span {
    top:2px;
}

/* recent post widget with hide feature image */

.footer .widget.prt-hide-feature-image ul.prt-recent-post-list{
    text-align:center;
}
.footer .widget.prt-hide-feature-image ul.prt-recent-post-list > li img{
    display: none;
}
/*** text align center ***/
.prt-textalign-center,
.prt-center-text {
    text-align:center;  
}

/* footer widget nav menu */

.site-footer .widget.prt-widget_nav_menu.widget_nav_menu ul li{
    display: inline-block;
    width: calc( 50% - 2px);
    float: none;
    padding: 0px 0px 13px 0;
}
.site-footer .widget.prt-widget_nav_menu.widget_nav_menu ul li:nth-child(even) {
    width: 40%;
    margin-left: 5%;
}
.bottom-footer-inner .footer_logo {
    display: inline-block;
    margin-right: 30px;
    padding-right: 30px;
    position: relative;
}
.bottom-footer-inner .footer_logo:before {
    content: '';
    position: absolute;
    right: 0;
    top: 7px;
    background: rgba(255,255,255,0.10);
    height: 25px;
    width: 1px;
    display: block;
}
/*** Row, Column z-index ***/
.prt-zindex-0,
.prt-zindex-1,
.prt-zindex-2{
    position: relative;
}
.prt-zindex-0 {    
    z-index: unset;   
}
.prt-zindex-2 {    
    z-index: 2;
}
.prt-zindex-1 {   
    z-index: 1;
}


/*** 

====================================================================
    Woocommerce Section
====================================================================

 ***/
.main-holder .site-content ul.products{
    margin-right: -15px;
    margin-left: -15px;
}
.main-holder .site-content ul.products li.product{
    margin: 0;
    padding-right: 15px;
    padding-left: 15px;
}
.main-holder #content.site-content ul.products li.product .prt-product-box{
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 16px;
}
.main-holder #content.site-content ul.products li.product .prt-product-box .prt-product-content{
    text-align: center;
    padding: 15px 0px 0 0px;
    position: relative;
    min-height: 73px;
}
.main-holder .site-content ul.products li.product .woocommerce-loop-category__title, 
.main-holder .site-content ul.products li.product .woocommerce-loop-product__title, 
.main-holder .site-content ul.products li.product h3{
    display: inline;
    padding: 0;
    margin: 0;
    font-size:17px;
	text-transform: uppercase;
    padding-bottom: 0;
    line-height:25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.main-holder .site-content ul.products li.product .price {
    margin: 0px;
    min-height: 20px;  
    font-size: 17px;   
    margin-top: 18px;
}
.prt-product-box-inner{
    position: relative;
    overflow: hidden;
}
/*** Woocommerce image hover effect content ***/
.main-holder .site-content ul.products li.product .prt-shop-icon>div {
    height: 48px;
    line-height: 46px;
    font-size: 14px;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transition: all 500ms;
    -webkit-transition: all 500ms; 
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    background-color: var(--prt-secondarycolor);
}
.main-holder .site-content ul.products li.product:hover .prt-shop-icon>div {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.main-holder .site-content ul.products li.product:hover .prt-shop-icon div.prt-wc-wishlist-btn,
.main-holder .site-content ul.products li.product:hover .prt-shop-icon div.prt-wc-quickview-btn {
    width: 48px;
    font-size: 18px;
}
.main-holder .site-content ul.products li.product:hover .prt-shop-icon div.prt-wc-add-to-cart-btn {
    transition-delay: 100ms;
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    border-left: 1px solid rgba(246, 246, 246, 0.18);
    border-right: 1px solid rgba(246, 246, 246, 0.18);
}
.main-holder .site-content ul.products li.product:hover .prt-shop-icon div.prt-wc-wishlist-btn {
    transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
}
.main-holder .site-content ul.products li.product .prt-shop-icon{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: table;
    width: 100%;
    max-width: 100%;
    z-index: 3;
    text-align: center;
}
.main-holder .site-content ul.products li.product:hover .prt-shop-icon{
    visibility: visible;    
    margin-top: 0;
    bottom: 0;
}
.main-holder .site-content ul.products li.product .yith-wcqv-button,
.main-holder .site-content ul.products li.product .add_to_cart_button {
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
    background: none;
    letter-spacing: 0;
    transition: none;
    padding-left: 0;
    font-size: 14px;
}

.main-holder .site-content ul.products li.product .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"]:after,
.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:after,
.main-holder .site-content ul.products li.product .add_to_wishlist:after,
.main-holder .site-content ul.products li.product .compare:after,
.main-holder .site-content ul.products li.product .yith-wcqv-button:after,
.main-holder .site-content ul.products li.product .product_type_external:after,
.main-holder .site-content ul.products li.product .product_type_grouped:after,
.main-holder .site-content ul.products li.product.outofstock .product_type_simple:after,
.main-holder .site-content ul.products li.product .product_type_variable:after{
    content: '\e837';
    font-family: "prt-valetex-icons";
    position: absolute;
    left: -23px;
    text-align: center;
    font-size: 14px;
    margin-left: 0;
    border-width: 0;
    border-radius: 50%;
    top: -3px;
    color: #fff;
}
.main-holder .site-content ul.products li.product .yith-wcqv-button:after{
    content: '\e842';
}
.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:after{
    content: '\e838';
}
.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:after,
.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:after{
    content: '\e81c';   
}
.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist,
.main-holder .site-content ul.products li.product .yith-wcqv-button{
    position: absolute;
    right: -17px;
    font-size: 0;
    top: 17px;
    width: 30px;
    height: 30px;
    z-index: 1;
    display: block;
}
.main-holder .site-content ul.products li.product .yith-wcqv-button {
    top: 12px;
    right: 6px;
}
.main-holder .site-content ul.products li.product .yith-wcqv-button:after {
    left: 5px;
    top: 7px;
}
.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist{
    left: 41px;
    top: 13px;
    margin-top: -7px;
}
.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist .ajax-loading{
    display: none !important;
}
.main-holder .site-content ul.products li.product .add_to_cart_button.loading:after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    position: absolute;
    top: 7px;
    left: -30px;
    right: auto;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    width: auto;
    height: auto;
    background: none;
    width: auto;
    height: auto;
    line-height: 0;
}
.main-holder .site-content ul.products li.product  a.added_to_cart {
    display: none;
}
.main-holder .site-content ul.products li.product .add_to_cart_button.added:after { 
    margin-left: 0;
}
.main-holder .site-content .yith-wcwl-add-to-wishlist .feedback{
    display: none;
}
.main-holder .site-content ul.products li.product .product_type_grouped:after {
    content: '\e806';
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
}
.main-holder .site-content ul.products li.product .product_type_variable:after {
    content: '\e818';
    font-size: 22px;
    padding-left: 2px;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
}
.main-holder .site-content ul.products li.product.outofstock .product_type_simple:after {
    content: '\e826';
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
}
.main-holder .site-content ul.products li.product .yith-wcqv-button:after{
    content: '\E825'; 
}
.main-holder .site-content ul.products li.product .compare:after{
    content: '\E81D'; 
}
.main-holder .site-content ul.products li.product .add_to_wishlist:after{
    content: '\E838'; 
}
.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:after,
.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:after,
.main-holder .site-content ul.products li.product .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"]:after{
    content: '\e81c'; 
}
.main-holder .site-content ul.products li.product .add_to_cart_button.added:after { 
    margin-left: 7px;
}
.woocommerce .price .woocommerce-Price-amount,
.main-holder .site-content ul.products li.product .price del{
    color: var(--body-fonts-color);
    font-size: 14px;
    display: inline-block;
}
.main-holder .site-content ul.products li.product div.clear {
    display: inline-block;
    opacity: 0;
    display: none;
 }
.prt-wrap-addto {
    display: inline-block;
}
.main-holder .site-content ul.products li.product .price ins{ 
    font-weight: normal;
}
.main-holder .site-content ul.products li.product.outofstock .product_type_simple:hover:after {
    color:#fff;
}
.single .main-holder .site-content span.featured.product-label,
#yith-quick-view-content .onsale,
.single .main-holder .site-content span.onsale,
.main-holder .site-content ul.products li.product .product-label {
    background: rgba(81, 173, 0, 0.92);
    color:#000;
    font-size: 13px;
    padding: 0 10px;
    display: table;
    position: absolute;
    text-align: center;
    top: 20px;
    left: 20px;
    min-width: 50px;
    line-height: 26px;
    z-index: 5;
    min-height: auto;
    font-weight: normal;
    height: 26px;
    width: 55px;
    max-width: 55px;
    vertical-align: top;
    border-radius:0px;
    margin: 0;
}
.main-holder .site-content ul.products li.product .product-labels .product-label:first-child  {
    top: 20px;
}
.main-holder .site-content ul.products li.product .product-labels .product-label:nth-child(2)  {
    top:55px;
}
.single .main-holder .site-content span.featured.product-label {
    top: 45px;
    left: 12px; 
}
.single .main-holder .site-content span.featured.product-label:first-child {
    top:10px;
}
#yith-quick-view-modal .yith-wcqv-main{
    -webkit-box-shadow: none;
    box-shadow: none;
}
#yith-quick-view-close{
    font-size: 0px;
}
#yith-quick-view-close:after{
    content: '\E82D';
    font-family: "prt-valetex-icons";
    font-size: 16px;
}
#yith-quick-view-close {
    border: none; 
    top: 10px;
    right: 10px;
    opacity: 1;
    color: #a7a7a7;
}
.main-holder #content.site-content ul.products li.product .products-entry {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
}
.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:hover:after,
.main-holder .site-content ul.products li.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:hover:after,
.main-holder .site-content ul.products li.product .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"]:hover:after {
    color:#fff;
}
.prt-sresults-cta-wrapper ul.products li.product .onsale,
.prt-sresults-cta-wrapper ul.products li.product .featured.product-label {
    width: 55px;
    max-width:55px;
}

/*** Colorbox frame reset ***/
#cboxTopRight,
#cboxTopLeft,
#cboxTopCenter,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomCenter,
#cboxBottomLeft,
#cboxBottomRight{
    background: none;
    background-color: #fff
}

/*** Woocemmerce star rating ***/
.woocommerce .comment-form-rating p.stars a,
.woocommerce .comment-form-rating p.stars a:hover,
.woocommerce .star-rating:before,
.woocommerce .star-rating span:before {
    color: #f5cc26 !important;
}
.woocommerce .products .star-rating,
.woocommerce .star-rating{
    display: inline-block;
    margin: 0 0 .5em;
    float: none;
    text-align: center;
    width: 67px;
    margin: 0 auto;
    letter-spacing:3px;
    margin-top: 6px;
    margin-bottom: 10px;
    font-size: 10px;
}
.woocommerce ul.products li.product .star-rating{
    font-size: 10px;
    margin-top: 7px;
    display: block;
    text-align: center;
}
.woocommerce .widget.widget_products .star-rating {
    margin: 0;
    text-align: left;
    padding: 7px 0;
}
.woocommerce .widget.widget_products .star-rating,
.woocommerce .widget_recent_reviews ul.product_list_widget li .star-rating,
.woocommerce .widget_top_rated_products ul.product_list_widget li .star-rating {
    width: 170px;
    margin: 0;
    padding-bottom: 0;
    margin-bottom: 5px!important;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th.product-total,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td.product-total {
    border-right: 0;
}
/*** Woocemmerce notification ***/
#notification .success{
    padding: 21px 40px 21px 80px;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 37px;
    right: 20px;    
    border-radius: 0px;
    z-index: 999999;
}
#notification .success{
    max-width: 350px;
}
#notification .success{
    background: #FFFFFF url(../images/success.png) 25px center no-repeat;
}
#notification .close{
    float: none;
    position: absolute;
    right: 10px;
    top: 8px;
    opacity: 0.8;
}
.main-holder .site-content .woocommerce-ordering{
    margin-bottom: 36px;
}
.woocommerce .woocommerce-result-count{
    margin-top: 13px;
}
.main-holder .site-content .woocommerce-ordering .select2-container--default .select2-selection--single {
    background-color: #ffffff;
    border: 1px solid var(--prt-bordercolor);
    padding-right: 28px;
}

/*** Woocemmerce Price ***/
.woocommerce .main-holder ul.products li.product .price .woocommerce-Price-amount{   
    font-size: 16px;
    color: var(--tm-blackish-btn);
}
.woocommerce .price .woocommerce-Price-amount{   
    font-size: 14px;
    font-weight: 500;
}
.woocommerce .price del .woocommerce-Price-amount,
.woocommerce .main-holder ul.products li.product .price del .woocommerce-Price-amount{
    font-size: 16px;
    text-decoration: line-through;
    color: var(--body-fonts-color);
}

/*** Woocemmerce Singel page ***/
.preyantechnosys-single-product-details{
    margin-bottom: 70px;
}
.preyantechnosys-single-product-details:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.preyantechnosys-single-product-details .woocommerce-product-details__short-description{
    margin-top: 20px;
    margin-bottom:25px;
}
.preyantechnosys-single-product-info{
    padding-bottom: 30px;
}
.single-product .related.products{
    margin-top: -20px;
    margin-bottom: 25px;
}
.preyantechnosys-single-product-details{ 
    background-color: #fff;
}
.woocommerce div.product .product_title{
    font-size:30px;
    margin-bottom:8px;
}
.woocommerce div.product .summary .woocommerce-product-rating{
    margin-bottom: 15px;
}
.woocommerce .summary div[itemprop="description"]{
    margin-top: 15px;
}
.woocommerce .main-holder #content div.product .price del {
    color: var(--body-fonts-color);
    font-size: 15px;
    display: inline-block;
}
.woocommerce .product_meta{
    padding-top: 17px;
    margin-top: 15px;
}
.woocommerce .summary .star-rating{
    float: left;
    margin-top: 10px;
    margin-right: 5px;
}
.woocommerce.single-product .summary .star-rating {
    display: block;
    font-size: 11px;
}
.woocommerce.single-product .summary .star-rating {
    margin-top: 9px;
}
.woocommerce .summary .compare.button {
    background-color: transparent;
    padding: 0;
    margin-left: 15px;
    font-weight: normal;
}
.woocommerce .main-holder #content .summary .compare.button:before {
    content: '\E81D';
    font-family: "prt-valetex-icons";
    padding-right: 5px;
}
.woocommerce .summary form.cart{
    margin-top: 30px;
}
.woocommerce .main-holder #content .woocommerce-error .button, 
.woocommerce .main-holder #content .woocommerce-info .button, 
.woocommerce .main-holder #content .woocommerce-message .button{
    background-color: var(--prt-secondarycolor);
    color: #fff;
    border-radius: 0px;
    padding: 8px 15px;
    font-size: 12px;
    border-radius:0px;
}
.summary .clear{
    display: none;
}

.single .main-holder #content div.product .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"]:before {
   content: '\e81c';
   font-family: "prt-valetex-icons";
   margin-right: 5px;
}
.single .main-holder #content div.product div.thumbnails a{
    width: 70px;   
}
.woocommerce .preyantechnosys-single-product-info .product_meta .sku_wrapper{  
    margin-right: 10px;
}
.woocommerce .preyantechnosys-single-product-info .product_meta>span {
    display: block;
    width: 100%;
    padding-bottom: 7px;
}
.woocommerce .preyantechnosys-single-product-info .product_meta .posted_in{  
    margin-right: 30px;
}
.woocommerce .product_meta .posted_in a{
    text-transform: none;   
}
.single .main-holder div.product form.cart div.quantity {   
    margin: 0 10px 0 0;
}
.woocommerce .quantity .qty {
    height: 41px;
    width: 5.2em;
}
.single .main-holder div.product form.cart .woocommerce-grouped-product-list-item div.quantity {
    margin-left: 5px;
    padding-top: 1px;
    padding-bottom: 5px;
}
/*** Woocemmerce Tab ***/
.single .main-holder div.product .woocommerce-tabs ul.tabs li:after, 
.single .main-holder div.product .woocommerce-tabs ul.tabs li:before{
    display: none;
}
.single .main-holder div.product .woocommerce-tabs ul.tabs li {
    margin: 0 4px;
}
.single .main-holder div.product .woocommerce-tabs ul.tabs li:first-child {
    margin-left: 0px;
}
.single .main-holder div.product .woocommerce-tabs ul.tabs li:last-child {
    margin-right: 0px;
}
.single .main-holder div.product .woocommerce-tabs ul.tabs:before,
.single .main-holder div.product .woocommerce-tabs ul.tabs li{
    border: none;
}
.single .main-holder div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    overflow: visible;
}
.single .main-holder #reviews #comments h2 {
    clear: none;
    margin-bottom: 25px;
}
.single .main-holder #reviews #comments ol.commentlist li .comment-text {
    border-radius: 0;
    margin-left:90px;
    background-color: #f4f7fb;
    border: 1px solid #f5f9fd;  
    position: relative;
}
.single .main-holder #reviews #comments ol.commentlist li .comment-text:before {
    position: absolute;
    top: 17px;
    width: 0;
    height: 0;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent #f5f9fd transparent #f5f9fd;
    z-index: 1;
    content: "";
    left: -12px;
}
.single .main-holder #content div.product .woocommerce-Reviews .star-rating{    
    float: right;
    width: 7.4em;
}
.single .main-holder #content div.product .woocommerce-tabs .panel h2{
    margin-bottom: 15px;
}
.up-sells.products h2,
.single .main-holder .related.products h2 {
    font-size: 27px;
    line-height: 38px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.single .main-holder #content div.product .woocommerce-tabs .panel h2{
    font-size: 24px;
}
.single .main-holder #content div.product .woocommerce-tabs .panel{
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff; 
    margin-bottom: 0;   
}
.woocommerce-Reviews .select2-container{
    width: 154px !important;
}
.single .main-holder .summary form.cart{
    margin-bottom: 12px;
}
/*** Woocemmerce Cart Page ***/
.main-holder .site #content table.cart td.actions .input-text {
	width: 150px;
	border-radius: var(--prt-button-shape);
	cursor: unset;
}
.woocommerce-shipping-fields h3,
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
h3#order_review_heading,
.cross-sells h2,
.cart_totals h2{
    margin-bottom: 15px;
    font-size: 24px;
    text-transform: uppercase;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
    display: block;
}
.woocommerce-shipping-fields h3 label,
.woocommerce form .form-row label{
    font-weight: 500;
}
.woocommerce form .form-row .input-checkbox {
    position: static;
}
.main-holder .site .cart-collaterals{
    margin-top: 60px;
    margin-bottom: 20px;
}
.woocommerce-checkout h3#order_review_heading {
    margin-bottom: 0px;
    margin-top: 15px;
}
/*** Woocemmerce Sidebar ***/
.woocommerce ul.cart_list li{
    padding: 8px 0;
}
.woocommerce .widget_shopping_cart .total, 
.woocommerce.widget_shopping_cart .total{
    padding: 12px 0 10px;
}

.woocommerce .widget_recent_reviews ul.product_list_widget li .star-rating,
.woocommerce .widget_top_rated_products ul.product_list_widget li .star-rating{
    width: auto;
    margin: 0;
}
.woocommerce ul.product_list_widget li img {
    width: 50px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal{
    height: 4px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    top: -5px;
}
.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a {
    font-weight: 500;
}
.woocommerce .widget_layered_nav ul li {
    padding: 0 0 12px;   
}
.woocommerce .widget_price_filter .price_slider_amount {
    margin-top: 38px;
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: left;
}

/*** My wishlist ***/
.woocommerce .wishlist_table td.product-add-to-cart a{
    color: #fff;
    padding: 10px 0px;
}
.woocommerce table.shop_table {
    border-color: var(--prt-bordercolor);
    border-radius: 0px;
    margin-top: 30px;
}
.woocommerce-cart .main-holder table.shop_table.cart.woocommerce-cart-form__contents {
    border-right: 0;
}
.woocommerce-cart .main-holder table.shop_table {
    margin-top: 0px;
}
.woocommerce table.wishlist_table {
    font-size: inherit;
    background-color: #fff;
    border: none;
}
.prt-wrap-addto {
    display: inline-block;
}
.main-holder .site-content ul.products li.product:hover .prt-product-overlay {
    opacity: .3;
    visibility: visible;
}
.main-holder .site-content ul.products li.product a img {
    margin: 0 0 0em;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-holder .site-content ul.products li.product:hover a img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-holder .site-content ul.products li.product .price {
    margin-top: 0px;
}
.woocommerce .price .woocommerce-Price-amount {
    font-size: 15px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #f4f7fb;
    color: inherit;
}
.single-product .woocommerce-error, .single-product .woocommerce-info, .single-product .woocommerce-message {
    margin-bottom: 55px;
}
.main-holder .site-content .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #e0e0e0;  
}
.main-holder .site-content .widget_shopping_cart .cart_list li a.remove,
.main-holder .site-content .woocommerce.widget_shopping_cart .cart_list li a.remove {
    top: 5px;
}
.woocommerce div.product form.cart .variations label {
    margin: 35px 0px 0px 10px;
    font-size: 16px;
    color: var(--tm-blackish-btn);
    text-transform: capitalize;
}

.main-holder .site-content div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    margin-top: 5px;
    padding: 3px;
}
.woocommerce ul.products li.product .woocommerce-placeholder {
    border: none;
}
/***  comment-form-rating ***/
#respond .comment-reply-title {
    margin: 0px 0 15px !important;
}
#respond label {
    margin: 0 0 5px !important;
    font-size: 15px;
    font-weight: 400;
}
.woocommerce #review_form #respond .form-submit{
    margin-top: 15px;
}
.woocommerce-Reviews textarea, .woocommerce-Reviews input[type="text"], .woocommerce-Reviews input[type="email"] {
    background-color: transparent;
    border: none;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 0;
    padding: 5px 15px;
}
.woocommerce #review_form #respond p {
    margin: 0 0 15px;
}
/*** Button font weight bold***/

.woocommerce .widget_shopping_cart a.button{
    padding: 10px 20px 11px;
    font-size: 12px;
}
.woocommerce .widget_price_filter .price_slider_amount .button{
    float: right;
    padding: 11px 22px 9px;
    margin-top: -5px;
    border-radius: 2em;
    font-size: 13px;
}
.checkout.woocommerce-checkout,
.woocommerce-cart .main-holder .cart_totals table.shop_table,
.woocommerce-cart-form {
    padding: 0px;
    background-color: #fff;
}
.main-holder .site-content ul.products li.product .prt-shop-icon a {
    font-weight: var(--special-element-fontweight);
}
.main-holder .site-content ul.products li.product .prt-shop-icon .prt-wc-add-to-cart-btn a {
    color: #fff !important;
    text-align: center;
    padding: 0;
    margin: 0;
    background: none;
    letter-spacing: 0;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    padding-left: 0;
    font-size: 14px;
}
.main-holder .site-content ul.products li.product .prt-shop-icon .prt-wc-add-to-cart-btn:hover a {
    color: var(--prt-whitecolor);
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
}
.main-holder .site-content ul.products li.product .prt-shop-icon .prt-wc-add-to-cart-btn:hover a::after {
    color: var(--prt-whitecolor);
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
}
.woocommerce-lost-password .entry-content>.woocommerce,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    background-color: #fff;
}
.woocommerce-lost-password .entry-content>.woocommerce {
    padding:30px;
}
.woocommerce table.shop_attributes td {
    padding-left: 10px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.main-holder .site .woocommerce-cart-form__contents button,
.main-holder .site .woocommerce-cart-form__contents button.button:disabled[disabled],
.main-holder .site table.cart .coupon button {
    padding: 18px 30px 13px;
    font-weight: 500;
    border-radius: 0px;
    border-radius: var(--prt-button-shape);
}
.main-holder .site .woocommerce-form-coupon button, .woocommerce form.woocommerce-form-coupon .form-row input.input-text {
    border-radius: var(--prt-button-shape);
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    padding: 14px 35px 10px;
}
.main-holder .site-content ul.products li.product.product-type-grouped .prt-shop-icon,
.main-holder .site-content ul.products li.product.product-type-external .prt-shop-icon {
    padding-left: 10px;
    padding-right: 10px;
}
.main-holder .site-content ul.products li.product.product-type-grouped .prt-shop-icon .prt-wc-add-to-cart-btn a,
.main-holder .site-content ul.products li.product.product-type-external .prt-shop-icon .prt-wc-add-to-cart-btn a{
    margin-top: 0px;
    background-color: transparent;
    color: #fff;
    padding-left: 5px;
}
.main-holder .site-content ul.products li.product.product-type-external .prt-shop-icon,
.main-holder .site-content ul.products li.product.product-type-grouped .prt-shop-icon,
.main-holder .site-content ul.products li.product.product-type-grouped .prt-shop-icon .yith-wcwl-add-to-wishlist,
.main-holder .site-content ul.products li.product.product-type-external .prt-shop-icon .yith-wcqv-button {
    display:none;
}
.woocommerce-Reviews .comment-form {
    margin-bottom: 0px; 
}
.main-holder .site-content #reviews #comments ol.commentlist {
    padding-left:0px;
}
.woocommerce .main-holder .site-content #review_form {
    padding-top:10px;
}
.woocommerce .main-holder .site-content #review_form .comment-reply-title {
    font-size: 17px;
    line-height: 20px;
    color: var(--tm-blackish-btn);
    font-weight: var(--special-element-fontweight);
}
.single-product .main-holder .site-content span.onsale {
    left: 20px;
    top: 20px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 65px;
    background: #f4f7fb;
    padding: 0;
    border: none;
}
.single .main-holder #reviews #comments ol.commentlist li .comment-text {
    border-radius: 0;
    margin-left: 90px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 14px;
    color: var(--body-fonts-color);
    margin-bottom: 9px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
    font-weight: 600;
    font-size: 16px;
    color: var(--prt-secondarycolor);
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    background-color: #fff;
    position: relative;
    margin-bottom: 40px;
}
.woocommerce-account .woocommerce-MyAccount-content {
    margin-bottom: 30px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin:0;
    padding:0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: #283d58;
}
.main-holder .site .woocommerce-EditAccountForm fieldset {
    margin-top: 15px;
}
.woocommerce-account .main-holder .site .woocommerce-form.woocommerce-form-login {
    margin-bottom: 80px;    
}
.woocommerce-account .main-holder .site .woocommerce-form.woocommerce-form-login  .woocommerce-form__label-for-checkbox {
    padding-left: 10px;
}
.checkout.woocommerce-checkout {
    margin-bottom: 35px;
}
.woocommerce .main-holder #content div.product .entry-summary .add_to_wishlist:before {
    content: '\E838';
    font-family: "prt-valetex-icons";
    margin-right: 5px;
}
.single .main-holder #content div.product .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"]:before {
    content: '\e81c';
    font-family: "prt-valetex-icons";
    margin-right: 5px;
}
.single .main-holder #content div.product .entry-summary div.yith-wcwl-add-to-wishlist {
    display: inline-block;
}
.woocommerce .yith-quick-view-content div.product form.cart div.quantity {
    margin-right:8px;
}
.main-holder #content.site-content div.product form.cart table.variations td {
    padding: 20px 10px; 
    display: table-cell;
}
.main-holder #content.site-content div.product form.cart table.variations tr:first-child .select2-container {
    width:100% !important;
} 
.main-holder #content.site-content div.product form.cart table.variations tr:last-child td.value {
    padding-bottom:20px;
} 
.main-holder #content.site-content div.product form.cart table.variations tr:first-child td {
    padding-top:20px;
} 
.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em;
    width: 85px;
}
.main-holder #content.site-content div.product form.cart table.variations td.value {
    padding-right:35px;
}
.woocommerce div.product form.cart .reset_variations {
    font-size: 0;
}
.main-holder #content.site-content div.product form.cart table.variations tr .select2-container {
    width: 100% !important;
}
.woocommerce-account .woocommerce-MyAccount-content button,
.woocommerce form.checkout_coupon button{
    font-size: var(--button_fontsize);
    font-weight: var(--button-font-weight);
    padding: 16px 30px 12px;
    border-radius: 0;
}
.single-product.woocommerce .price .woocommerce-Price-amount {
    font-size: 21px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single,
.woocommerce-checkout .select2-dropdown {
    background-color: #fff;
}
.woocommerce div.product form.cart .group_table td {
    vertical-align: middle;
    padding-bottom: 0px;
}
.woocommerce table.shop_attributes th,
.woocommerce div.product form.cart .group_table td label,
.woocommerce div.product form.cart .variations label {
    font-weight: 600;   
}
.main-holder #content.site-content div.product .single_variation_wrap .woocommerce-variation-price{
    padding-bottom: 15px;   
}
.woocommerce .lost_reset_password .woocommerce-Button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    border-radius: 0em; 
    padding: 12px 25px; 
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
    color:#fff;
}
/* product_list_widget */
.woocommerce ul.product_list_widget li .star-rating {
    float: none;
    margin-bottom: 8px !important;
}
.woocommerce ul.product_list_widget li img {
    width: 80px;
    float: left;
    margin-left: 0;
    margin-right: 15px;
}
.woocommerce ul.product_list_widget li a{
    padding-bottom: 6px;
}

/* woocommerce-tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin-right: 8px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    position: relative;
    top: 1px;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: var(--special-element-fontweight);
    line-height: 24px;
    cursor: pointer;
    padding: 12px 30px 12px;
    transition: all 500ms ease;
    border-radius: 0;
    background-color: var(--prt-greycolor);
    border: 1px solid #eee;
    color: var(--tm-blackish-btn);
    font-weight: 600;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before {
    opacity: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0;
    padding: 0;
    border: none;    
    background: none;
    border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color:000;
    background: #ffffff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
    position: absolute;
    content: '';
    left: 0px;
    top: -1px;
    width: 100%;
    height: 3px;
    opacity: 0;
    background-color: #0b0c26;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0px !important;
    margin: 0px 0 0px !important;
    border: none !important;
    line-height: 0;
}
.woocommerce div.product .woocommerce-tabs .panel{
    background: #fff !important;
    margin-top: 0px;
    padding: 30px 30px 12px;
    border: 1px solid #e8ecef;
    border-radius: 0;
    margin-top: -1px;
}
.woocommerce div.product form.cart .button:hover,.woocommerce .main-holder #content .woocommerce-message .button:hover,
.main-holder .site .woocommerce-cart-form__contents button:hover,.main-holder .site table.cart .coupon button:hover,
.woocommerce-page.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.main-holder .site .woocommerce-form-coupon button:hover, .woocommerce-checkout .woocommerce #payment #place_order:hover {
    color:#000;
}
.woocommerce form.checkout_coupon .form-row-first {
    width: 50%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before{
    display: none;
    border: none;
}
.woocommerce-Tabs-panel h2{
    font-size: 20px;
    margin-top: 0;
    line-height: 28px;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #f8f8f8;
    border-radius: 0px;
}
#ship-to-different-address .woocommerce-form__label-for-checkbox {
    margin-top: 0;
    margin-bottom: 0;
}
.woocommerce .shipping_address .form-row .select2-container {
    width: 100%!important;
}
#ship-to-different-address #ship-to-different-address-checkbox {
    margin-top: 10px;   
}
.woocommerce.single-product div.summary .stock {
    display: inline-block;
    color: #fff;
    border-radius:0px;
    padding: 2px 10px;
    margin-bottom:0px;
}
.woocommerce-additional-fields #order_comments::-webkit-input-placeholder {
    color:var(--body-fonts-color);
}
.woocommerce-additional-fields #order_comments:-moz-placeholder {
    color:var(--body-fonts-color);
}
.woocommerce-additional-fields #order_comments:-ms-input-placeholder  {
    color:var(--body-fonts-color);
}
.single-product .select2-container--default .select2-selection--single {
    background-color: #fff;
}
.single .main-holder #content div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description>h2, .single .main-holder #content div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--additional_information>h2 {
    display: none;
}
.woocommerce .preyantechnosys-single-product-info .product_meta label {
    font-weight: var(--special-element-fontweight);
    color: var(--tm-blackish-btn);
}
.woocommerce .preyantechnosys-single-product-info .product_meta>span a:not(:hover), .woocommerce .preyantechnosys-single-product-info .product_meta .sku_wrapper .sku, .woocommerce #content div.product div.summary .woocommerce .product_meta>span a:not(:hover), .woocommerce #content div.product div.summary .product_meta .posted_in a:not(:hover) {
    color: #777777;
}
/*** 

====================================================================
    Pricing table 
====================================================================
*/

.preyantechnosys-ptables-w .tprt-pricetable-column-w {
   -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0px 15px 0;
}
.prt-ptablebox .preyantechnosys-ptable-main {
    text-align: left;
    display:block;
    position:relative;
    padding:50px 0px 30px 46px;  
    background-image: linear-gradient(200deg, rgba(215 , 252 , 105 , 0.14) 0%, #f7f7f6 100%);
}
.tprt-pricetable-column-w.prt-ptable-col.col-md-4:nth-child(3) .preyantechnosys-ptable-main {
    background-image: linear-gradient(200deg,  #f7f7f6 0%, rgba(215 , 252 , 105 , 0.14) 100%);
}
.prt-ptablebox .prt-ptablebox-content {
    transition: all 0.3s ease;
}

.tprt-ptablebox-price-w {
    text-align: left;
    color: var(--prt-secondarycolor);
    border-bottom: 1px solid;
    padding-bottom: 18px;
}
.prt-ptablebox .prt-ptable-icon-wrapper{
    font-size: 30px;
    padding-top: 30px;
}
.prt-ptablebox .prt-ptable-icon-wrapper.prt-ptable-icon-type-image{
    padding-top: 0px;
}
.prt-ptablebox .prt-ptable-icon-type-image img{
    width: 100%;
    height: 195px;
}
.prt-ptablebox-frequency,
.prt-ptablebox .prt-ptablebox-cur-symbol{
    display: inline-block;  
}
.prt-ptablebox .prt-ptablebox-cur-symbol{   
    font-size: 22px;
    font-weight: var(--special-element-fontweight);
    vertical-align: top;
    margin-top: 16px;
}
.prt-ptablebox .prt-ptablebox-price {
    font-size: 46px;
    line-height: 56px;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
}
.prt-ptablebox .prt-ptablebox-features-title .prt-ptablebox-title h3 {
    display: none;
}
.prt-ptablebox .prt-ptablebox-features-title .prt-ptablebox-title h3 {
    display: none;
}
.prt-ptablebox .prt-ptablebox-featured-col .prt-ptablebox-features-title .prt-ptablebox-title h3 {
    display: block;
    color: var(--prt-whitecolor);
    background-color: var(--prt-secondarycolor);
    text-align: center;
    padding: 5px 3px 5px 5px;
}
.prt-ptablebox-features-title {
    position: absolute;
    top: 0;
    bottom: auto;
    z-index: 1;
    left: 0;
    right: 0;
}
.prt-ptablebox-title {
    margin-bottom: 10px;
}
.prt-ptablebox .prt-ptablebox-frequency {
    position: relative;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    vertical-align: top;
    margin-top: 20px;
    padding-left: 8px;
    margin-left: 3px;
    color: var(--body-fonts-color);
}
.prt-ptablebox .prt-ptablebox-frequency:before {
    content: '';
    height: 100%;
    width: 2px;
    background: var(--prt-secondarycolor);
    display: block;
    position: absolute;
    right: auto;
    left: 0;
    transform: rotate(15deg);
}
.prt-currency-before .prt-ptablebox-price {
    padding-left:18px
}
.prt-currency-after .prt-ptablebox-price {
    margin-left: -3px;
}
.prt-ptablebox-features .prt-feature-lines {
    list-style-type:none;
    margin: 0;
    padding: 0px;
}
.prt-ptablebox-features .prt-feature-lines li {
    padding: 10px 0 8px 0px;
    margin: 0;
    color: var(--body-blackfont-color);
}
.prt-ptablebox-featured-col .prt-ptablebox-features .prt-feature-lines li {
    color: var(--prt-whitecolor);
}
.prt-ptablebox-featured-col .prt-ptablebox-features .prt-feature-lines li:last-child,
.prt-ptablebox-featured-col  .prt-ptablebox-features .prt-feature-lines li:nth-last-child(2) {
    color: var(--prt-whitecolor);
}
.prt-ptablebox-features .prt-feature-lines li:nth-last-child(2) {
    color: var(--body-fonts-color);
}
.prt-ptablebox-features .prt-feature-lines li:last-child {
    border-bottom: none;
    color: var(--body-fonts-color);
}
.prt-ptablebox-features .prt-feature-lines li i{
    margin-right: 9px;
    font-size: 18px;
    vertical-align: sub;
}
.prt-ptablebox .prt-ptablebox-title h3 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
}
.prt-ptablebox .prt-ptablebox-desc {
    padding:0;
}
.prt-ptablebox .prt-ptablebox-features {
    position: relative;
    padding: 12px 0px 10px;
}
.tprt-pricetable-column-w .tprt-featured-title {
    position: absolute;
    top: -35px;
    left: 0px;
    right: 0px;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    width: 100%;
    color: #fff;
    padding: 5px 15px;
    background-color: #1a1d22;
}
.prt-ptablebox .prt-ptable-btn{
    display: block;
    margin-top: 20px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.prt-ptablebox .prt-ptable-btn a {
    position: relative;
    padding: 16px 25px;
    background-color: var(--prt-skincolor);
    border-color: var(--prt-skincolor);
    font-size: 14px;
    font-weight: var(--button-font-weight);
    line-height: var(--button_fontsize);
    color: var(--prt-secondarycolor);
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    border-radius: 50px;
}
.prt-ptablebox .prt-ptable-btn a:hover {
    background-color: var(--prt-secondarycolor);
    color: var(--prt-skincolor);
}
.prt-ptablebox .prt-ptablebox-featured-col .prt-ptable-btn a:hover {
    background-color: var(--prt-whitecolor);
    color: var(--prt-secondarycolor);
}
.elementor-widget-tm_ptable_element .prt-element-heading-content-wrapper {
    margin-bottom:35px;
}
.prt-list1 li.elementor-icon-list-item i {
    position: relative;
}
.prt-list1 li.elementor-icon-list-item i:after {
    position: absolute;
    content: '';
    height: 22px;
    width: 22px;
    z-index: -1;
    left: -4px;
    top: -4px;
    background-color: var(--prt-skincolor-bg);
    opacity: 0.1;
}
.prt-ptablebox.horizontal .tprt-pricetable-column-w {
    width: 100%;
    padding-bottom: 0;
}
.prt-ptablebox.horizontal .preyantechnosys-ptable-main {
    display: flex;
    padding: 40px 70px 40px 90px;
    margin-top: -2px;
}
.prt-ptablebox.horizontal .prt-ptablebox-heading {
    width: 33.33%;
}
.prt-ptablebox.horizontal .prt-ptablebox-features {
    width: 41.66%;
    padding: 0;
    display: flex;
}
.prt-ptablebox.horizontal .prt-ptable-btn {
    width: 25%;
    text-align: right;
    margin-top: 23px;
    padding-bottom: 0;
    margin-bottom: 16px;
}
.prt-ptablebox.horizontal .prt-ptablebox-features .prt-feature-lines li:first-child {
    padding-top: 0;
}
.prt-ptablebox.horizontal .prt-ptablebox-title {
    margin-bottom: 6px;
}
.prt-ptablebox.horizontal .prt-ptablebox-features .prt-feature-lines {
    margin-right: 95px;
    width: 32%;
}
.prt-ptablebox.horizontal .prt-ptablebox-features .prt-feature-lines li {
    padding-top: 0;
    display: flex;
}
.prt-ptablebox.horizontal .prt-ptablebox-features .prt-feature-lines li i {
    margin-top: 7px;
}
.prt-ptablebox.horizontal .prt-ptablebox-features-title {
    right: auto;
    left: 0;
}
.prt-ptablebox.horizontal .prt-ptablebox-featured-col .prt-ptablebox-features-title .prt-ptablebox-title {
    margin: 0;
}
.prt-ptablebox.horizontal .prt-ptablebox-featured-col .prt-ptablebox-features-title .prt-ptablebox-title h3 {
    font-size: 14px;
    display: block;
}
.prt-ptablebox.horizontal .prt-ptablebox-featured-col .prt-ptablebox-features-title {
    right: auto;
    left: 0;
    top: 0;
    bottom: 0;
    writing-mode: vertical-rl;
    transform: rotate( 180deg);
}
.prt-ptablebox .prt-ptablebox-featured-col .preyantechnosys-ptable-main {
    background-color: var(--prt-secondarycolor);
    color: var(--prt-whitecolor);
    background-image: none;
    margin-top: 40px;
    position:relative ;
}
.prt-ptablebox .prt-ptablebox-featured-col .tprt-ptablebox-price-w .prt-ptablebox-frequency,
.prt-ptablebox .prt-ptablebox-featured-col .tprt-ptablebox-price-w {
    color: var(--prt-whitecolor);
}
.prt-ptablebox .prt-ptablebox-featured-col .prt-ptablebox-title h3 {
    color: var(--prt-whitecolor);
}
.prt-ptablebox .prt-ptablebox-featured-col .prt-ptablebox-frequency:before {
    background-color: var(--prt-whitecolor);;
}
.prt-ptablebox .prt-ptablebox-featured-col .preyantechnosys-ptable-main:before {
    content: '';
    position: absolute;
    background-image: url(../images/price-best-img.png);
    top: -25px;
    right: -25px;
    background-position: top right;
    background-repeat: no-repeat;
    bottom: auto;
    left: auto;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 5s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 5s linear infinite;
}
/*** Testimonials One Colume Carsoul ***/
.preyantechnosys-boxes-view-slickview .preyantechnosys-boxes-row-wrapper{
    
    border-radius:3px;
    
    margin-top:80px;
    margin-bottom:15px;
}
.testimonial_wrapper {
    position:relative; 
    margin-top: 65px;     
}
.testimonial_wrapper .preyantechnosys-box-desc {   
    border: none;       
}
.preyantechnosys-img-title {
    width: 80px;
    height: 80px;
    text-align: center;
    margin: 0 auto;
}
.slick_testim_info {
    padding-bottom: 21px;
}
.slick_testim_info p {
    line-height: 27px;
    font-size: 18px;
    font-style: italic;
}
.testimonials-nav {
    max-width: 55%;
    overflow: hidden;
    margin-bottom: 30px!important;
    margin: 0 auto;
    padding-top: 35px;
}
.preyantechnosys-boxes-view-slickview .testimonial_item .preyantechnosys-img-title {
    width: auto;
    height: auto;
}
.prt-testslick-maximg .testimonials-nav {
    max-width: 67%;
}
.testimonials-info{
    display: inline;
}
.preyantechnosys-boxes-view-slickview span.preyantechnosys-item-thumbnail-inner:before {
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255 , 0.47);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
}
.preyantechnosys-boxes-view-slickview .slick-active span.preyantechnosys-item-thumbnail-inner:before {
    background-color: transparent;
}
.preyantechnosys-boxes-view-slickview .testimonial_item .preyantechnosys-item-thumbnail-inner {
    width: 90px;
    height: 90px;
    position: relative;
}

.testimonials-nav .nav_item_wrap {
    padding: 0;
    margin: 0 15px; 
    outline: none;
    float: left;    
}
.preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .testimonials-nav .slick-list {
    padding-left:0px !important;
}
.preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-item-thumbnail-inner img {
    border-radius: 50%;
}
.testimonial_item,
.testimonial_nav_info {
    transition: all 400ms;
    -webkit-transition: all 400ms;
}
.slick-center .testimonial_item {
    margin: 0 auto;
}
.preyantechnosys-boxes-view-slickview.preyantechnosys-boxes-col-one .testimonial_item{
    text-align: center;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
}
.preyantechnosys-boxes-view-slickview.preyantechnosys-boxes-col-one .testimonial_item .preyantechnosys-box-title {
    position: relative;
    margin-top: 15px;
}
.slick-center .testimonial_nav_info {
    margin-left: 0;
    margin-right: 0;
}
.testimonial_item h6 {
    margin-bottom: 5px;
}
.testimonial_item span {
    display: block;
    line-height: 20px;
}
.testimonial_item .preyantechnosys-author-name{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0px;
    
}
.testimonial_item .preyantechnosys-box-footer{
    font-size: 14px;
    font-weight: normal;
}
.testimonial_item h6,
.testimonial_item .preyantechnosys-box-title h3,
.testimonial_item .preyantechnosys-box-title span { 
    transition: all 400ms;
    -webkit-transition: all 400ms;
}
.slick-center .testimonial_item h6,
.slick-center .testimonial_item h3,
.slick-center .testimonial_item span {
    opacity: 1;
    visibility: visible;
}
.prt-bgcolor-darkgrey .testimonial_wrapper:after,
.prt-bgcolor-skincolor .testimonial_wrapper:after {    
    border-color: #fff;
}
.prt-bgcolor-skincolor .preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-box-desc blockquote,
.prt-bgcolor-darkgrey .testimonial_wrapper:after,
.prt-bgcolor-skincolor .testimonial_wrapper:after,
.prt-bgcolor-skincolor .testimonial_item .preyantechnosys-author-name,
.prt-bgcolor-skincolor .testimonial_item .preyantechnosys-box-footer{
    color: #fff;
}
.prt-bgcolor-darkgrey .testimonial_item .preyantechnosys-box-footer,
.prt-bgcolor-skincolor .testimonial_item .preyantechnosys-box-footer{
    color: rgba(255, 255, 255, 0.43);
}   


.widget_pages li.empty_link,
.widget_nav_menu li.empty_link {
    display: none;
}
.preyantechnosys-ratting-star {
    padding-top: 2px;
    padding-bottom: 7px;
}
.prt-valetex-icon-star-empty-1,
.prt-valetex-icon-star-1 {
    display: inline-block;
    width: 13px;
    margin: 0 3px;
    font-size: 18px;
}
.prt-valetex-icon-star-empty-1:before,
.prt-valetex-icon-star-1:before {
    margin-left: 0px;
}
.prt-valetex-icon-star-1.prt-active {
    color: #fd4;
}
.prt-textcolor-white .preyantechnosys-testimonial-box-view-style1 .prt-valetex-icon-star-1.prt-active,
.prt-bgcolor-skincolor .preyantechnosys-testimonial-box-view-style1 .prt-valetex-icon-star-1.prt-active,
.prt-col-bgcolor-skincolor .preyantechnosys-testimonial-box-view-style1 .prt-valetex-icon-star-1.prt-active,
.prt-bgcolor-skincolor .preyantechnosys-testimonial-box-view-style1 .prt-valetex-icon-star-empty-1,
.prt-bgcolor-darkgrey .preyantechnosys-testimonial-box-view-style1 .prt-valetex-icon-star-empty-1,
.prt-col-bgcolor-skincolor .preyantechnosys-testimonial-box-view-style1 .prt-valetex-icon-star-empty-1,
.prt-col-bgcolor-darkgrey .preyantechnosys-testimonial-box-view-style1 .prt-valetex-icon-star-empty-1 {
    color: #ffffff;
}


/* underline links */
.prt-strong-underline strong,
.prt-text-underline {
    text-decoration: underline;
}

/* testimonial arrow */

.prt-boxes-carousel-arrows-above.prt-boxes-txtalign-center .preyantechnosys-boxes-testimonial-inner div.row.slick-slider:first-child {
    margin-top: 75px;
}
.preyantechnosys-boxes-testimonial.prt-boxes-carousel-arrows-below.preyantechnosys-boxes {
    padding-bottom: 0px;    
}
.preyantechnosys-boxes-portfolio.prt-boxes-carousel-arrows-above.preyantechnosys-boxes div.slick-list {
    padding-bottom: 40px;   
}
.prt-boxes-carousel-arrows-above.prt-boxes-txtalign-right .preyantechnosys-boxes-inner .preyantechnosys-boxes-row-wrapper:first-child .slick-prev {
    right: 60px;
    left: auto;
}
.prt-boxes-carousel-arrows-above.prt-boxes-txtalign-right .preyantechnosys-boxes-inner .preyantechnosys-boxes-row-wrapper:first-child .slick-next {
    right: 30px;
    left: auto;
}

/* circle progress fid box */

.prt-fid-view-circle-progress.inside {
    padding: 0;
    margin-bottom: 0px;
}
.prt-circle canvas {
    max-width: 100%;
    height: auto!important;
}
.prt-circle canvas {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -o-crisp-edges;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
}
.prt-fid-view-circle-progress .prt-circle-content {
    position: relative;
}
.prt-circle-boxcontent {
    position: absolute;
    top: 48%;
    left: 0;
    width: 100%;
    text-align: center;
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
}
.prt-fid-view-circle-progress .prt-fid-number,
.prt-fid-view-circle-progress .prt-fid-number sup,
.prt-fid-view-circle-progress .prt-fid-number sub{
    font-size: 30px;
    font-weight: 600;
    color: var(--prt-secondary-bg);
}
.prt-fid-view-circle-progress .prt-fid-title {
    text-align: center;
    padding-top:0px;
    font-size: 20px;
    line-height: 34px;
    font-weight: 600;
}
.prt-fid-view-circle-progress .prt-circle-content sub {
    bottom: 0;
}
.prt-textcolor-white .prt-fid-view-circle-progress.inside h3,
.prt-textcolor-white .prt-fid-view-circle-progress.inside h3 span,
.prt-textcolor-white .prt-fid-view-circle-progress .prt-fid-number sup,
.prt-textcolor-white .prt-fid-view-circle-progress .prt-fid-number sub,
.prt-textcolor-white .prt-fid-view-circle-progress .prt-fid-number,

.prt-bgcolor-skincolor .prt-fid-view-circle-progress.inside h3,
.prt-bgcolor-darkgrey .prt-fid-view-circle-progress.inside h3,
.prt-col-bgcolor-skincolor .prt-fid-view-circle-progress .prt-fid-number sup,
.prt-col-bgcolor-skincolor .prt-fid-view-circle-progress .prt-fid-number sub,
.prt-col-bgcolor-skincolor .prt-fid-view-circle-progress .prt-fid-number sup,
.prt-col-bgcolor-skincolor .prt-fid-view-circle-progress .prt-fid-number sub,
.prt-col-bgcolor-skincolor .prt-fid-view-circle-progress .prt-fid-number,
.prt-col-bgcolor-darkgrey  .prt-fid-view-circle-progress .prt-fid-number,
.prt-bgcolor-skincolor .prt-fid-view-circle-progress .prt-fid-number sup,
.prt-bgcolor-skincolor .prt-fid-view-circle-progress .prt-fid-number sub,
.prt-bgcolor-darkgrey .prt-fid-view-circle-progress .prt-fid-number sup,
.prt-bgcolor-darkgrey .prt-fid-view-circle-progress .prt-fid-number sub,
.prt-bgcolor-skincolor .prt-fid-view-circle-progress .prt-fid-number,
.prt-bgcolor-darkgrey  .prt-fid-view-circle-progress .prt-fid-number{ 
    color: #fff;
}
.prt-fid-view-circle-progress.inside h3 span {
    color: initial;
    padding-top: 10px;
}
.prt-fid-view-circle-progress .prt-fld-contents{
    background-color: #fff;
    padding:45px 45px 40px;
}
.prt-fid-view-circle-progress .prt-fid-number {
    
}
 /* floatingbar team search widget */

.preyantechnosys-fbar-box-w.preyantechnosys-fbar-bg-skincolor.preyantechnosys-fbar-text-white .widget li a:before, 
.preyantechnosys-fbar-box-w.preyantechnosys-fbar-bg-skincolor.preyantechnosys-fbar-text-white .widget li:before{
    color: rgba(255, 255, 255, 0.2);
}
.preyantechnosys-fbar-box .textwidget.widget-text {
    font-size: var(--body-font-size);
    line-height: 28px;
}
.preyantechnosys-fbar-position-right .preyantechnosys-fbar-btn {
    cursor: pointer;
    position: absolute;
    left: -36px;
    z-index: 1005;
    width: 58px;
    height: 58px;
    text-align: center;
    width: 0;
    height: 0;
    top: 165px;
}
.preyantechnosys-fbar-position-right .preyantechnosys-fbar-btn a {
    width: 36px;
    height: 41px;
    background-color: #129ce7;
    line-height: 40px;
    padding-left: 0px;
    font-size: 19px;
}
.preyantechnosys-fbar-position-right .preyantechnosys-fbar-btn a i {
    margin-left: -5px;  
}
.preyantechnosys-fbar-position-right .preyantechnosys-fbar-btn a i.themifyicon  {
    line-height: 42px;
}
.preyantechnosys-fbar-position-right .preyantechnosys-fbar-btn a:after {
    content: "";
    position: absolute;
    top: 0px;
    left: -20px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 21px solid transparent;
    border-right: 20px solid #01d6a3;
}
.preyantechnosys-fbar-position-default .preyantechnosys-fbar-btn {
    cursor: pointer;
    position: absolute;
    right: 128px;
    z-index: 1005;
    text-align: center;
    width: 0;
    height: 0;
    bottom: 0;
}
.preyantechnosys-fbar-position-default .preyantechnosys-fbar-btn a {
    width: 40px;
    height: 44px;
    line-height: 50px;
    text-align: center;
}
.preyantechnosys-fbar-position-default .preyantechnosys-fbar-btn a:after {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 21px solid transparent;
    border-right: 19px solid transparent;
    border-top: 19px solid #03acdc;
}
a.preyantechnosys-fbar-btn-link.prt-close-icon .prt-fbar-close-icon {
    display:block !important;
}
a.preyantechnosys-fbar-btn-link.prt-close-icon .prt-fbar-open-icon  {
    display:none;
}
.preyantechnosys-fbar-box-w .preyantechnosys-fbar-box .search_field select {
    padding-left: 7px !important;
}
.prt-wrap-cell.prt-fbar-input .search_field.selectbox:after {
    font-family: FontAwesome;
    content: '\f107';
    position: absolute;
    right: 13px;
    top: 9px;
}


/* Testimonial New */
.preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-carousel .slick-slider.slick-dotted {
    padding-bottom: 45px;
    margin-bottom: 0;
}
.prt-textcolor-white .slick-dots li.slick-active button,
.prt-textcolor-white .slick-dots li button,
.prt-col-bgcolor-darkgrey .slick-dots li button,
.prt-bgcolor-darkgrey .slick-dots li button{
    background-color: #fff;
}

.prt-textcolor-white .slick-dots li.slick-active button:before,
.prt-textcolor-white .slick-dots li button:before,
.prt-col-bgcolor-darkgrey .slick-dots li button:before,
.prt-bgcolor-darkgrey .slick-dots li button:before{
    border-color: #fff;
}
.prt-bgcolor-darkgrey .preyantechnosys-boxes-testimonial .preyantechnosys-author-name,
.prt-col-bgcolor-darkgrey .preyantechnosys-boxes-testimonial .preyantechnosys-author-name{
    color: #fff;
}
.preyantechnosys-boxes-testimonial .preyantechnosys-box-desc blockquote {
    border: none;
    margin: 0;
    outline: none;
    box-shadow: unset;
    position: relative;
    color: inherit;
    font-weight: 500;
    padding: 0;
    margin: 0;
    font-size: 34px;
    background-color: transparent;
    line-height: 50px;
}
.preyantechnosys-boxes-testimonial .preyantechnosys-box-author {
    display: block;
    width: 100%;
    padding-top: 5px;
    margin: 0 auto;
}
.preyantechnosys-boxes-testimonial .preyantechnosys-box-img .preyantechnosys-item-thumbnail{    
    display: block;
    margin: 0 auto;
    float: none;
}
.preyantechnosys-box-testimonial .preyantechnosys-box-img img{
    border-radius:50%;
}
.preyantechnosys-boxes-testimonial .preyantechnosys-author-name {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    color: var(--body-blackfont-color);
}
.preyantechnosys-boxes-testimonial .preyantechnosys-ratting-star{
    overflow: hidden;
    padding: 15px 0px 5px 0px;
    display: block;
}
.preyantechnosys-boxes-testimonial .prt-valetex-icon-star-1.prt-active,
.preyantechnosys-boxes-testimonial .prt-valetex-icon-star-empty-1{
    color: #ffc107;
}
.prt-col-bgcolor-darkgrey .preyantechnosys-boxes-testimonial .preyantechnosys-ratting-star,
.prt-bgcolor-darkgrey .preyantechnosys-boxes-testimonial .preyantechnosys-ratting-star{
    bottom: -14px;
}

/*testimonial slickview*/

.preyantechnosys-boxes-view-slickview .preyantechnosys-boxes-row-wrapper .prt-box-col-wrapper {
    margin-bottom: -40px !important;
}
.preyantechnosys-boxes-view-slickview .preyantechnosys-boxes-row-wrapper .testimonials-info .slick-list{
    margin-top: -40px;  
}
.preyantechnosys-boxes-view-slickview .testimonial_item {
    margin-left: 0;
    margin-right: 0;
    position: relative;
    text-align: center;
}
.testimonial_item .preyantechnosys-box-img img {
    width: 100%;
    height: auto;
}
.testimonials-nav .testimonial_item .preyantechnosys-box-img .preyantechnosys-item-thumbnail-inner{
    position:relative;
    overflow: hidden;
    border-radius: 3px;
    transition: all .5s ease;
}
.testimonials-nav .testimonial_item .preyantechnosys-box-img:hover .preyantechnosys-item-thumbnail-inner:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    background-color:#000;
    height:100%;
    width:100%;
    border-radius: 3px;
    transition: all .5s ease;
    opacity: .7;
}
.testimonials-nav .slick-center .testimonial_item .preyantechnosys-box-img .preyantechnosys-item-thumbnail-inner:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    background-color:#000;
    height:100%;
    width:100%;
    border-radius: 3px;
    transition: all .5s ease;
    opacity: .8;
}
.testimonials-nav .testimonial_item .preyantechnosys-box-img .preyantechnosys-item-thumbnail-inner:after{
    font-family:"prt-valetex-icons";
    content: '\e818';
    position:absolute;
    font-size:20px;
    color:#fff;
    transform: scale(0);
    -webkit-transform: scale(0);
    top: 50%;
    left: 0;
    right: 0;
    margin-top:-15px;
    opacity:0;
    -webkit-transition: all .9s ease;
    -o-transition: all .9s ease;
    -moz-transition: all .9s ease;
    transition: all .9s ease;
}
.testimonials-nav .slick-center .testimonial_item .preyantechnosys-box-img .preyantechnosys-item-thumbnail-inner:after{
    opacity:1;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.prt-bgcolor-skincolor .slick-center .testimonial_item .preyantechnosys-box-img img,
.prt-col-bgcolor-skincolor .slick-center .testimonial_item .preyantechnosys-box-img img,
.prt-col-bgcolor-darkgrey .slick-center .testimonial_item .preyantechnosys-box-img img,
.prt-bgcolor-darkgrey .slick-center .testimonial_item .preyantechnosys-box-img img {
    border-color:rgba(255, 255, 255,0.5);
}
.preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-testimonials-info .prt-box-img {
    display: block;
    float: left;
}
.preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-testimonials-info .preyantechnosys-item-thumbnail{
    transform: scale(1);
}
.preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-testimonials-info .prt-box-img img{
    border:5px solid #000;
    border-radius:3px;
}
.preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .ratting-star{
    padding-bottom: 12px;
}
.preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-boxes-row-wrapper .slick-arrow{
    border: none;
    display: none !important;
}
.preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-boxes-row-wrapper .slick-prev:before, 
.preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-boxes-row-wrapper .slick-next:before {
    color: var(--body-fonts-color);
    font-size: 16px;
    line-height: 30px;
    position: relative;
    opacity: 1;
}
.preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-boxes-row-wrapper .slick-prev:before{
    
    text-align: center;
}
.preyantechnosys-boxes-view-slickview .testimonial_wrapper .slick-prev, 
.preyantechnosys-boxes-view-slickview .testimonial_wrapper .slick-next {
    bottom: -120px;
    top: auto;
}

.prt-bgcolor-skincolor .preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-boxes-row-wrapper .slick-prev:before, 
.prt-bgcolor-skincolor .preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-boxes-row-wrapper .slick-next:before,
.prt-col-bgcolor-skincolor .preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-boxes-row-wrapper .slick-prev:before, 
.prt-col-bgcolor-skincolor .preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-boxes-row-wrapper .slick-next:before,
.prt-bgcolor-darkgrey .preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-boxes-row-wrapper .slick-prev:before, 
.prt-bgcolor-darkgrey .preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-boxes-row-wrapper .slick-next:before,
.prt-col-bgcolor-darkgrey .preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-boxes-row-wrapper .slick-prev:before, 
.prt-col-bgcolor-darkgrey .preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-boxes-row-wrapper .slick-next:before{
    color: #fff;
}


/* Testimonial styles */

.preyantechnosys-boxes-testimonial .preyantechnosys-boxes-row-wrapper.row:not(.slick-slider) .prt-box-col-wrapper {
    margin-bottom: 22px;
    padding-top: 45px;
}
.preyantechnosys-boxes-testimonial.prt-boxes-carousel-arrows-below .preyantechnosys-boxes-row-wrapper .slick-next{
    bottom: 35%;
    top: auto;
    right: 60px;
    left: auto;
    transform: rotate(90deg);
    margin-right: -37px;
}
.preyantechnosys-boxes-testimonial.prt-boxes-carousel-arrows-below .preyantechnosys-boxes-row-wrapper .slick-prev {
    bottom: 50%;
    top: auto;
    right:20px;
    left: auto;
    transform: rotate(90deg);
}
.preyantechnosys-boxes-testimonial .preyantechnosys-boxes-row-wrapper .slick-arrow {
    border: none;
    height: 42px;
    width: 42px;
    background-color: var(--prt-skincolor);
    border-radius: 50%;
}
.preyantechnosys-boxes-view-carousel.prt-boxes-carousel-arrow-round .preyantechnosys-boxes-row-wrapper .slick-arrow {
    height: 40px;
    width:40px;
    border-radius:50%;  
}

a.prt-link-underline,
.prt-link-underline a{
    text-decoration:underline;
}
a.prt-link-underline:hover,
.prt-link-underline a:hover{
    color: #1a1d22;
    border-bottom-color: #1a1d22;
}




#sidebar-left .prt-quicklink-box{
    background-color: #fff;
    padding: 8px 20px 7px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(43, 52, 59, 0.06);
    -moz-box-shadow: 0px 0px 7px 0px rgba(43, 52, 59, 0.06);
    box-shadow: 0px 0px 7px 0px rgba(43, 52, 59, 0.06);
}
#sidebar-left .prt-quicklink-box .prt-righttext-box p{
    margin-bottom: 0;
}
#sidebar-left .prt-quicklink-box .prt-righttext-box h2{
    font-weight: 700;
}

.prt-blog-cntbox {
    margin-top: 25px;
}
.prt-blog-cntbox .prt-lefticon-box{
    width: 45px;
    height: 45px;
    font-size: 22px;
    line-height: 45px;
    text-align: center;
    padding:0;
}
.prt-blog-cntbox .prt-lefticon-box span{
    color:#fff;
}
.prt-blog-cntbox .prt-righttext-box h6 {
    font-size:14px;
    margin-bottom:0;
    color: #fff;
}
.prt-blog-cntbox .prt-righttext-box h4 {
    font-size:20px; 
    margin-bottom:0;
    color: #fff;
}
.prt-blog-cntbox .prt-righttext-box {
    padding-left: 20px;
}

.widget.prt-sidebar-custom-banner{
    text-align: left;
    padding: 33px 30px 40px;
    z-index: 2;
    background-image: url(../images/sidebar-banner1.jpg)!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    margin: 15px 0 20px;
}
.widget.prt-sidebar-custom-banner:before {
    content: '';
    position: absolute;
    background-color: #000;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    opacity:0.80;
    z-index: -1;
}
.widget.prt-sidebar-custom-banner .widget-title{
    color: #fff;
    margin-bottom: 15px;
    border-bottom-color: rgba(255, 255, 255, 0.70);;
}

.preyantechnosys-box-blog .prt-featured-wrapper {
    overflow:hidden
}

/*===IconBox Element====*/

.preyantechnosys-iconbox .prt-iconstyle-rounded-less-outline .prt-box-icon,
.preyantechnosys-iconbox .prt-iconstyle-boxed-outline .prt-box-icon,
.preyantechnosys-iconbox .prt-iconstyle-rounded-outline .prt-box-icon {
    background-color:transparent;
    border:1px solid;
}
.preyantechnosys-iconbox .prt-iconstyle-rounded-outline .prt-box-icon {
    border-radius: 50%;
}
.preyantechnosys-iconbox .prt-iconstyle-rounded-less .prt-box-icon,
.preyantechnosys-iconbox .prt-iconstyle-rounded-less-outline .prt-box-icon {
    border-radius: 3px;
}
.preyantechnosys-iconbox .prt-iconstyle-boxed-outline .prt-box-icon,
.preyantechnosys-iconbox .prt-iconstyle-boxed .prt-box-icon {
    border-radius:0px;
}
.preyantechnosys-iconbox .prt-iconstyle-rounded .prt-box-icon {
    border-radius: 50%;
}
.preyantechnosys-iconbox .prt-iconstyle-rounded-less .prt-box-icon i,
.preyantechnosys-iconbox .prt-iconstyle-boxed .prt-box-icon i,
.preyantechnosys-iconbox .prt-iconstyle-rounded .prt-box-icon i {
    color:#fff;
}
.preyantechnosys-iconbox.prt-content-left-all * {
  text-align: left!important;
}
.preyantechnosys-iconbox .prt-textalign-left .prt-box-icon,
.preyantechnosys-iconbox.prt-content-left-all .prt-box-icon {
    margin-left: 0;
}

.prt-textcolor-white .preyantechnosys-iconbox .prt-box-icon i {
    color:#fff;
}
.preyantechnosys-iconbox .prt-textalign-left * {
  text-align: left;
}
.preyantechnosys-iconbox .prt-textalign-right * {
  text-align: right;
}
.preyantechnosys-iconbox .prt-textalign-right .prt-box-icon {
    margin-right: 0;
}
.preyantechnosys-iconbox .preyantechnosys-iconbox-heading .prt-custom-heading {
    font-size: 26px;
    line-height: 36px;
    position: relative;
    margin-bottom: 0;
}
.preyantechnosys-iconbox .preyantechnosys-iconbox-heading .prt-element-subheading{
    margin-bottom: 0;
}
.preyantechnosys-iconbox .preyantechnosys-iconbox-icon  img {
    width:55px;
    height:55px;    
}
.preyantechnosys-iconbox .prt-ihbox-btn{
    margin-top:10px;
}
.preyantechnosys-iconbox .preyantechnosys-iconbox-icon {
    margin-bottom:15px;
}
.prt-col-bgcolor-darkgrey .preyantechnosys-iconbox .preyantechnosys-iconbox-heading .prt-custom-heading,
.prt-col-bgcolor-skincolor .preyantechnosys-iconbox .preyantechnosys-iconbox-heading .prt-custom-heading{
    color:#fff;
}
.prt-col-bgcolor-darkgrey .preyantechnosys-iconbox.preyantechnosys-iconbox-styleone .prt-cta3-content-wrapper {
    color:rgba(255,255,255,0.65);
}

/*icon color*/

.preyantechnosys-iconbox.preyantechnosys-iconcolor-white .prt-box-icon i,
.preyantechnosys-iconbox.preyantechnosys-iconcolor-white .prt-icon-type-text{
    color:#ffffff;
}
.preyantechnosys-iconbox.preyantechnosys-iconcolor-default .prt-box-icon i,
.preyantechnosys-iconbox.preyantechnosys-iconcolor-default .prt-icon-type-text{
    color:inherit;
}

.preyantechnosys-iconshape-round .prt-box-icon {
    border-radius: 50%;
}
.preyantechnosys-iconshape-rounded .prt-box-icon {
    border-radius: 5px;
}
.preyantechnosys-iconshape-square .prt-box-icon {
    border-radius: 0;
}
.preyantechnosys-iconsize-large .prt-box-icon i {
    font-size: 75px;
}
.preyantechnosys-iconsize-medium .prt-box-icon i ,.preyantechnosys-iconsize-default .prt-box-icon i {
    font-size: 60px;
}
.preyantechnosys-iconsize-small .prt-box-icon i {
    font-size: 30px;
}
.preyantechnosys-iconsize-default .prt-box-icon i {
    font-size: 20px;
}
.preyantechnosys-iconshape-round.preyantechnosys-iconsize-large .prt-box-icon,
.preyantechnosys-iconshape-rounded.preyantechnosys-iconsize-large .prt-box-icon,
.preyantechnosys-iconshape-square.preyantechnosys-iconsize-large .prt-box-icon
 {
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    padding: 0;
}
.preyantechnosys-iconshape-round.preyantechnosys-iconsize-large .prt-box-icon i,
.preyantechnosys-iconshape-rounded.preyantechnosys-iconsize-large .prt-box-icon i,
.preyantechnosys-iconshape-square.preyantechnosys-iconsize-large .prt-box-icon i
 {
    font-size: 25px;
}
.preyantechnosys-iconshape-round.preyantechnosys-iconsize-medium .prt-box-icon ,
.preyantechnosys-iconshape-rounded.preyantechnosys-iconsize-medium .prt-box-icon ,
.preyantechnosys-iconshape-square.preyantechnosys-iconsize-medium .prt-box-icon ,
.preyantechnosys-iconshape-round.preyantechnosys-iconsize-default .prt-box-icon,
.preyantechnosys-iconshape-rounded.preyantechnosys-iconsize-default .prt-box-icon,
.preyantechnosys-iconshape-square.preyantechnosys-iconsize-default .prt-box-icon {
    height: 70px;
    width: 70px;
    line-height: 75px;
    text-align: center;
    padding: 0;
}
.preyantechnosys-iconshape-round.preyantechnosys-iconsize-medium .prt-box-icon i,
.preyantechnosys-iconshape-rounded.preyantechnosys-iconsize-medium .prt-box-icon i,
.preyantechnosys-iconshape-square.preyantechnosys-iconsize-medium .prt-box-icon i,
.preyantechnosys-iconshape-round.preyantechnosys-iconsize-default .prt-box-icon i,
.preyantechnosys-iconshape-rounded.preyantechnosys-iconsize-default .prt-box-icon i,
.preyantechnosys-iconshape-square.preyantechnosys-iconsize-default .prt-box-icon i {
    font-size: 30px;
}
.preyantechnosys-iconshape-round.preyantechnosys-iconsize-small .prt-box-icon,
.preyantechnosys-iconshape-rounded.preyantechnosys-iconsize-small .prt-box-icon,
.preyantechnosys-iconshape-square.preyantechnosys-iconsize-small .prt-box-icon {
    font-size: 22px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
}
.preyantechnosys-iconshape-round.preyantechnosys-iconsize-small .prt-box-icon i,
.preyantechnosys-iconshape-rounded.preyantechnosys-iconsize-small .prt-box-icon i,
.preyantechnosys-iconshape-square.preyantechnosys-iconsize-small .prt-box-icon i {
    font-size: 18px;
}

.preyantechnosys-iconcolor-skincolor .prt-box-icon i {
    color:  var(--prt-skincolor);
}
.preyantechnosys-iconcolor-darkgrey .prt-box-icon i {
    color:  var(--prt-secondarycolor);
}
.preyantechnosys-iconcolor-grey .prt-box-icon i {
    color:  var(--prt-greycolor);
}
.preyantechnosys-iconcolor-white .prt-box-icon i {
    color:  var(--prt-whitecolor);
}
.preyantechnosys-iconbgcolor-skincolor .prt-box-icon {
    background-color:  var(--prt-skincolor);
}
.preyantechnosys-iconbgcolor-darkgrey .prt-box-icon {
    background-color:  var(--prt-secondarycolor);
}
.preyantechnosys-iconbgcolor-grey .prt-box-icon {
    background-color:  var(--prt-greycolor);
}
.preyantechnosys-iconbgcolor-white .prt-box-icon {
    background-color:  var(--prt-whitecolor);
}
.prt-col-bgcolor-darkgrey .preyantechnosys-iconbox.preyantechnosys-iconcolor-skincolor .prt-box-icon i {
    color: var(--prt-skincolor);
}
.preyantechnosys-iconbox.preyantechnosys-iconshape-c_outline .prt-box-icon {
    height: 54px;
    width: 54px;
    line-height: 54px;
    border: 1px solid;
    text-align: center;
    border-radius: 50%;
}
/*---Iconbox style-one---*/

.preyantechnosys-iconbox.preyantechnosys-iconbox-styleone .prt-custom-heading a {
    color: var(--prt-secondarycolor);
}
.preyantechnosys-iconbox-styleone .prt-box-icon i {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
        display: inline-block;
}
.preyantechnosys-iconbox-styleone:hover .prt-box-icon i {
   -webkit-transform: translateX(4px);
    transform: translateX(4px);
}
.preyantechnosys-iconbox.preyantechnosys-iconbox-styleone .preyantechnosys-iconbox-icon {
    display: table-cell;
}
.preyantechnosys-iconbox-styleone .preyantechnosys-iconbox-heading {
    display: table-cell;
    vertical-align: middle;
}
.preyantechnosys-iconbox-styleone .prt-cta3-content-wrapper {
    padding-top: 5px;
}
.iconlistblock .elementor-icon-list-items li.elementor-icon-list-item .elementor-icon-list-icon {
    height: 22px;
    width: 22px;
    line-height: 22px;
    background: var(--prt-skincolor);
    border-radius: 50%;
}
.iconlistblock .elementor-icon-list-items li.elementor-icon-list-item .elementor-icon-list-icon svg {
    margin: auto;
}
.prt-btn-color-skincolor .elementor-button:hover {
    background-color: var(--prt-secondarycolor);
    color: var(--prt-whitecolor);
}

/*** IconBox StyleTwo****/

.preyantechnosys-iconbox.preyantechnosys-iconbox-styletwo .preyantechnosys-iconbox-icon{
    display: block; 
    margin-bottom: 20px;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -moz-transition: all .6s ease;
}
.preyantechnosys-iconbox.preyantechnosys-iconbox-styletwo:hover .preyantechnosys-iconbox-icon {
    -webkit-transform: translateY(5px) translate3d(0, 5px, 0);
    -moz-transform: translateY(5px) translate3d(0, 5px, 0);
    -ms-transform: translateY(5px) translate3d(0, 5px, 0);
    transform: translateY(5px) translate3d(0, 5px, 0);
}
.preyantechnosys-iconbox.preyantechnosys-iconbox-styletwo .preyantechnosys-iconbox-heading {
    display: block;
}
.preyantechnosys-iconbox.preyantechnosys-iconbox-styletwo .preyantechnosys-iconbox-heading .prt-custom-heading {
    font-size: 22px;
    margin-bottom: 5px;
}
.preyantechnosys-iconbox-styletwo .prt-iconbox-wrapper {
    text-align: left;
    padding: 40px 30px;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
    background-color: var(--prt-whitecolor);
    overflow: hidden;
    position: relative;
    transition: transform 0.5s ease-in-out;
}
.preyantechnosys-iconbox-styletwo:hover .prt-iconbox-wrapper {
    background-color: var(--prt-secondarycolor);
}
.preyantechnosys-iconbox-styletwo .preyantechnosys-iconbox-background-image .tm-icon-bg-image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.preyantechnosys-iconbox-styletwo .prt-box-icon {
    width: 62px;
    height: 62px;
    border: 1px solid var(--prt-secondarycolor);
    border-radius: 50%;
    line-height: 74px;
    text-align: center;
}
.preyantechnosys-iconcolor-darkgrey.preyantechnosys-iconbox-styletwo:hover .prt-box-icon i {
    color: var(--prt-skincolor);
}
.preyantechnosys-iconbox-styletwo:hover .prt-box-icon {
    border-color: var(--prt-skincolor);
}
.preyantechnosys-iconbox-styletwo:hover .preyantechnosys-iconbox-heading .prt-custom-heading {
    color: var(--prt-whitecolor);
}
.preyantechnosys-iconbox-styletwo .prt-cta3-content-wrapper {
    font-size: 15px;
    position: relative;
    z-index: 1;
}
.preyantechnosys-iconbox-styletwo .prt-cta3-content-wrapper a {
    color: var(--body-fonts-color);
}
.preyantechnosys-iconbox-styletwo:hover .prt-cta3-content-wrapper a,
.preyantechnosys-iconbox-styletwo:hover .prt-cta3-content-wrapper {
    color: rgba(255, 255, 255 , 0.70);
}
.preyantechnosys-iconbox-styletwo:hover .prt-cta3-content-wrapper a:hover {
    color: var(--prt-skincolor);
}
.elementor-section .elementor-column-gap-narrow {
    margin: 0 -15px;
}
.elementor-section .elementor-column-gap-narrow .elementor-column {
    padding: 0 15px;
}
.elementor-section .prt-imagesection .elementor-column-gap-narrow .elementor-column {
    padding: 0 10px;
}
.elementor-section .prt-imagesection .elementor-column-gap-narrow {
    margin: 0 -10px;
}
/* iconbox style 3 */
.preyantechnosys-iconbox.preyantechnosys-iconbox-stylethree .preyantechnosys-iconbox-heading .prt-custom-heading {
    font-size: 22px;
    font-weight: 600;
    padding-top: 10px;
}
.preyantechnosys-iconbox-stylethree.preyantechnosys-iconsize-small .prt-box-icon i {
    font-size: 11px;
    margin-left: 2px;
}
.preyantechnosys-iconbox-stylethree.preyantechnosys-iconsize-small .prt-box-icon {
    width: 15px;
    height: 15px;
    line-height: 8px;
    margin-right: 8px;
}
.prt-textcolor-white .preyantechnosys-iconbox-stylethree .prt-custom-heading a {
    color: var(--prt-whitecolor);
}

/*Stepbox Element*/

body {
    counter-reset: section;
}


.preyantechnosys-stepboxes-wrapper .prt-stepbox{
    text-align: center;
    padding: 0;
}
.preyantechnosys-stepboxes-wrapper .prt-stepbox .prt-box-title h4{
    margin-bottom: 10px;
}
.preyantechnosys-stepboxes-wrapper .prt-stepbox .prt-ptable-icon-wrapper{
    font-size:40px;
    line-height:40px;
}
.prt-ptable-icon-type-image img {
    border-radius: 50%;
    width: auto;
    height: auto;
}
.first-footer .widget-area {
    overflow: hidden;
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style1 {
    margin: 0;
}
.footer ul.prt-pricelist-block {
    margin-right: 10px;
}
.widget ul.valetex_contact_widget_wrapper.prt-padding-small li {
    padding-bottom:3px;
}

.footer .widget.preyantechnosys_widget_recent_entries.post-with-border ul li {
    padding: 23px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.main-holder .widget.preyantechnosys_widget_recent_entries.post-with-border ul li:first-child {
    padding-top: 0px;
}
.prt-textcolor-white .widget.preyantechnosys_widget_recent_entries.post-with-border ul li {
    border-color: rgba(255,255,255,.06);
}
.main-holder .widget.preyantechnosys_widget_recent_entries.post-with-border ul li:last-child {
    padding-bottom: 0px;
    border: none;
}


/*progressbar*/

/* progressbar */
.prt-pbar .elementor-progress-wrapper {
    background-color: var(--prt-greycolor);
}
.prt-bgimage-yes .prt-pbar .elementor-progress-wrapper {
    background-color: var(--prt-whitecolor);
}
.    .elementor-progress-bar {
    height: 10px;
}
.prt-pbar .elementor-widget-progress .elementor-title {
    font-weight: 500;
    margin-bottom: 9px;
}
.prt-pbar .elementor-progress-percentage {
    background: 0 0;
    position: absolute;
    text-align: right;
    right: -15px;
    top: -38px;
    font-size: 15px;
    font-weight: var(--special-element-fontweight);
    color: var(--prt-secondarycolor);
}

/***Row And Column ***/

body .elementor-section.elementor-top-section:first-child {
    margin-top: -83px;
}
.elementor-section.elementor-top-section{
    padding-top:92px;
    padding-bottom:80px;
}

/* white bg color */

.elementor-column.elementor-top-column.prt-col-bgcolor-white:not(.prt-bgimage-yes) .elementor-widget-wrap>.prt-stretched-div, 
.elementor-column.elementor-top-column.prt-col-bgcolor-white:not(.prt-col-stretched-yes)>.elementor-widget-wrap, 
.elementor-column.elementor-inner-column.prt-col-bgcolor-white:not(.prt-bgimage-yes)>.elementor-widget-wrap{
    background-color: #ffffff !important;
}

.elementor-section.elementor-top-section.prt-bgcolor-white, 
.elementor-section.elementor-top-section.prt-bgcolor-white:before, 
.elementor-section.elementor-inner-section.prt-bgcolor-white,
.elementor-progress-wrapper {
   background-color:#ffffff;
}

.elementor-inner-section, 
.elementor-widget-container, 
.elementor-button-wrapper, 
.elementor-section .elementor-widget-wrap {
    position: relative;
    z-index: 1;
}
.elementor-top-column>.elementor-widget-wrap:before, 
.elementor-inner-column>.elementor-widget-wrap:before,
.elementor-top-section:before, 
.elementor-inner-section:before,
.prt-col-stretched-yes .prt-stretched-div:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 1;
}
.elementor-top-column>.elementor-widget-wrap:before, 
.elementor-inner-column>.elementor-widget-wrap:before,
.elementor-top-section:before, .elementor-inner-section:before{
    background-color: transparent !important;
}
body.elementor-editor-active .elementor-top-section:before,
body.elementor-editor-active .prt-col-stretched-yes .prt-stretched-div:before{
   z-index: 0;
}
.elementor-column.elementor-top-column.prt-col-bgcolor-white.prt-bgimage-yes .elementor-widget-wrap .prt-stretched-div:before {
    background-color: rgba(255,255,255,.70) !important;
}

.elementor-column.prt-col-stretched-yes.prt-bgimage-yes{
    background-image: none;
    background-color: transparent;
}
.prt-bg-color-white,
.prt-bg-color-white .prt-stretched-div:before{
    background-color: #fff;
}
.prt-bg-color-white .prt-bgimage-yes.prt-stretched-div:before{
    background-color: rgba(255, 255, 255, 0.80);
}
.prt-col-stretched-yes .prt-stretched-div{
    position: absolute;
    height: 100%;
    top:0;
    left: 0;    
    width: auto;
    z-index: 1;
}
.prt-col-stretched-left .prt-stretched-div{
    right: 0;
}
.prt-col-stretched-left:not(.prt-bgimage-yes):not(.prt-bgcolor-yes) .prt-stretched-div{
    margin-left: -500px !important; 
}
.prt-col-stretched-right .prt-stretched-div{
    right: 0; 
}
.prt-col-stretched-right:not(.prt-bgimage-yes):not(.prt-bgcolor-yes) .prt-stretched-div{
    margin-left: -500px !important; 
}
/*--- Background Image Position ---*/
body .prt-bgimage-position-left-top .prt-stretched-div,
body .prt-bgimage-position-left-top {
   background-position: left top !important;
}
body .prt-bgimage-position-left-center .prt-stretched-div,
body .prt-bgimage-position-left-center {
   background-position: left center !important;
}
body .prt-bgimage-position-left-bottom .prt-stretched-div,
body .prt-bgimage-position-left-bottom {
   background-position: left bottom !important;
}
body .prt-bgimage-position-right-top .prt-stretched-div,
body .prt-bgimage-position-right-top {
   background-position: right top !important;
}
body .prt-bgimage-position-right-bottom .prt-stretched-div,
body .prt-bgimage-position-right-bottom {
   background-position: right bottom !important;
}
body .prt-bgimage-position-right-center .prt-stretched-div,
body .prt-bgimage-position-right-center {
   background-position: right center !important;
}
body .prt-bgimage-position-center-top .prt-stretched-div,
body .prt-bgimage-position-center-top {
   background-position: center top !important;
}
body .prt-bgimage-position-center-center .prt-stretched-div,
body .prt-bgimage-position-center-center {
   background-position: center center !important;
}
body .prt-bgimage-position-center-bottom .prt-stretched-div,
body .prt-bgimage-position-center-bottom {
   background-position: center bottom !important;
}

.prt-col-bgcolor-darkgrey .prt-element-heading-content-wrapper .prt-element-content-heading,
.prt-col-bgcolor-skincolor .prt-element-heading-content-wrapper .prt-element-content-heading{
    color:#fff;
}
.prt-col-bgcolor-darkgrey .prt-element-content-desctxt,
.prt-col-bgcolor-skincolor .prt-element-content-desctxt{
    color:rgba(255,255,255,1);
}

/*testimonial*/

.elementor-testimonial-meta{
    padding-top: 10px;
}
.prt-fid-view-topicon.inside h4 {
    color: var(--prt-skincolor);
    font-size: 52px;
}   
.prt-fid-view-topicon.prt-fid-with-icon.inside h4 {
    color: var(--prt-secondarycolor);
}
.prt-fid.inside.prt-fid-without-icon.prt-fid-view-topicon {
    padding: 0;
}
.prt-fid-view-topicon h3.prt-fid-title {
    padding-top: 18px;
    font-size: 26px;
    line-height: 30px;
}
.prt-fid-view-topicon:hover h3.prt-fid-title {
    color: var(--prt-skincolor);
    -webkit-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out; 
    
}
.prt-textbox-quote blockquote {
    border-left-width: 5px;
    background-color: unset;
    font-size: 18px;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    font-weight: 500;
    color: #181818;
    line-height: 26px;
}
.prt-circle canvas {
    height: 110px !important;
}

/*** Custom Post Boxes Gap***/

/*===Box-gap-0px===*/
.preyantechnosys-boxes-gap-0px .preyantechnosys-boxes-row-wrapper.row{
    margin-left: 0;
    margin-right: 0;    
}
.preyantechnosys-boxes-gap-0px .preyantechnosys-boxes-row-wrapper.row .prt-box-col-wrapper {
    padding-right: 0px;
    padding-left: 0px;
}
.preyantechnosys-boxes-gap-0px .preyantechnosys-boxes-row-wrapper.row:not(.slick-slider) .prt-box-col-wrapper{
    margin-bottom: 0px;
}

/*===Box-gap-5px===*/
.preyantechnosys-boxes-gap-5px .preyantechnosys-boxes-row-wrapper.row .prt-box-col-wrapper{
    padding-left: 2.5px;
    padding-right: 2.5px;
}
.preyantechnosys-boxes-gap-5px .preyantechnosys-boxes-row-wrapper.row{
    margin-left: -2.5px;
    margin-right: -2.5px;   
}
.preyantechnosys-boxes-gap-5px .preyantechnosys-boxes-row-wrapper.row:not(.slick-slider) .prt-box-col-wrapper{
    margin-bottom: 5px;
}
/*===Box-gap-10px===*/
.preyantechnosys-boxes-gap-10px .preyantechnosys-boxes-row-wrapper.row{
    margin-left: -5px;
    margin-right: -5px; 
}
.preyantechnosys-boxes-gap-10px .preyantechnosys-boxes-row-wrapper.row .prt-box-col-wrapper{
    padding-right: 5px;
    padding-left: 5px;
}
.preyantechnosys-boxes-gap-10px .preyantechnosys-boxes-row-wrapper.row:not(.slick-slider) .prt-box-col-wrapper{
    margin-bottom: 10px;
}
/*===Box-gap-15px===*/
.preyantechnosys-boxes-gap-15px .preyantechnosys-boxes-row-wrapper.row{
    margin-left: -7.5px;
    margin-right: -7.5px; 
}
.preyantechnosys-boxes-gap-15px .preyantechnosys-boxes-row-wrapper.row .prt-box-col-wrapper{
    padding-right: 7.5px;
    padding-left: 7.5px;
}
.preyantechnosys-boxes-gap-15px .preyantechnosys-boxes-row-wrapper.row:not(.slick-slider) .prt-box-col-wrapper{
    margin-bottom: 15px;
}
/*===Box-gap-20px===*/
.preyantechnosys-boxes-gap-20px .preyantechnosys-boxes-row-wrapper.row{
    margin-left: -10px;
    margin-right: -10px; 
}
.preyantechnosys-boxes-gap-20px .preyantechnosys-boxes-row-wrapper.row .prt-box-col-wrapper{
    padding-right: 10px;
    padding-left: 10px;
}
.preyantechnosys-boxes-gap-20px .preyantechnosys-boxes-row-wrapper.row:not(.slick-slider) .prt-box-col-wrapper{
    margin-bottom: 20px;
}
/*===Box-gap-25px===*/
.preyantechnosys-boxes-gap-25px .preyantechnosys-boxes-row-wrapper.row{
    margin-left: -12.5px;
    margin-right: -12.5px; 
}
.preyantechnosys-boxes-gap-25px .preyantechnosys-boxes-row-wrapper.row .prt-box-col-wrapper{
    padding-right: 12.5px;
    padding-left: 12.5px;
}
.preyantechnosys-boxes-gap-25px .preyantechnosys-boxes-row-wrapper.row:not(.slick-slider) .prt-box-col-wrapper{
    margin-bottom: 25px;
}
/*===Box-gap-30px=====*/
.preyantechnosys-boxes-gap-30px .preyantechnosys-boxes-row-wrapper.row{
    margin-left: -15px;
    margin-right: -15px; 
}
.preyantechnosys-boxes-gap-30px .preyantechnosys-boxes-row-wrapper.row .prt-box-col-wrapper{
    padding-right: 15px;
    padding-left: 15px;
}
.preyantechnosys-boxes-gap-30px .preyantechnosys-boxes-row-wrapper.row:not(.slick-slider) .prt-box-col-wrapper{
    margin-bottom: 30px;
}
/*===Box-gap-40px===*/
.preyantechnosys-boxes-gap-40px .preyantechnosys-boxes-row-wrapper.row{
    margin-left: -20px;
    margin-right: -20px; 
}
.preyantechnosys-gap-40px .preyantechnosys-boxes-row-wrapper.row .prt-box-col-wrapper{
    padding-right: 20px;
    padding-left: 20px;
}
.preyantechnosys-boxes-gap-40px .preyantechnosys-boxes-row-wrapper.row:not(.slick-slider) .prt-box-col-wrapper{
    margin-bottom: 40px;
}
/*===Box-gap-50px===*/
.preyantechnosys-boxes-gap-50px .preyantechnosys-boxes-row-wrapper.row{
    margin-left: -25px;
    margin-right: -25px; 
}
.preyantechnosys-boxes-gap-50px .preyantechnosys-boxes-row-wrapper.row .prt-box-col-wrapper{
    padding-right: 25px;
    padding-left: 25px;
}
.preyantechnosys-boxes-gap-50px .preyantechnosys-boxes-row-wrapper.row:not(.slick-slider) .prt-box-col-wrapper{
    margin-bottom:50px;
}
.prt-imgwith-15padding img{
    padding: 15px;  
}
.elementor-tab-content .alignleft {
    margin: 0.375em 1.75em 20px 0;
}

/*coverbox element*/
.prt_coverimgbox_wrapper .prt-box-title:after {
    counter-increment: stepbox;
    content: counter(stepbox,decimal-leading-zero);
    position: absolute;
    top: -44px;
    left: 0;
    color:var(--prt-skincolor);
    z-index: -1;
    font-size: 27px;
    font-weight: var(--special-element-fontweight);
    opacity: 1;
    transition: .5s;
}
.prt_coverimgbox_heading.preyantechnosys-box-heading-wrapper {
    z-index: 1;
    position: absolute;
    top: 15%;
}
.prt_coverimgbox_wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
}
.prt_coverimgbox_wrapper .prt-content-header h2 {
    color: #fff;
    font-size: 38px;
    line-height: 48px;
}
.prt_coverimgbox_wrapper .prt-element-content-desctxt {
    color: #fff;
}
.prt_coverimgbox_wrapper .prt-box-title {
    position: relative;
}
.prt_coverimgbox_wrapper.four_cols .prt_coverbox_contents {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.prt_coverimgbox_wrapper .prt_coverbox_img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}
.prt_coverimgbox_wrapper .prt_coverbox_img {
    visibility: hidden;
    opacity: 0;
    transition-duration: 1500ms;
    transition: all 1s;
}
.prt_coverimgbox_wrapper .tm_coverbox_img, .prt_coverimgbox_wrapper .prt_box_overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}
.prt_coverimgbox_wrapper .tm_box_overlay {
    z-index: 1;
    background: rgba(0,0,0,0.3);
}
.prt_coverimgbox_wrapper .prt_coverbox_img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.prt_coverimgbox_wrapper .prt_coverbox_img.active {
    opacity: 1;
    visibility: visible;
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.prt_coverbox_contents {
    min-height: 80vh;
}
.prt_coverimgbox_wrapper .prt_coverbox_contents {
    position: relative;
    z-index: 2;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    float: left;
}
.prt_coverimgbox_wrapper.prt-column-four .prt_coverbox_contents {
    width: 33.33%;
}
.prt_coverimgbox_wrapper.prt-column-three .prt_coverbox_contents {
    width: 25%;
}
.prt_coverimgbox_wrapper.prt-column-two .prt_coverbox_contents {
    width: 50%;
}
.prt_coverimgbox_wrapper.prt-column-one .prt_coverbox_contents {
    width: 100%;
}
.prt_coverimgbox_wrapper .prt_box_overlay:before {

    background: -webkit-linear-gradient(90deg,rgba(23,23,23)0%,rgba(0,0,0,.0) 40%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;    
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    display: flex;
    align-items: center;
    overflow: hidden;
    opacity: 1;
}
.prt-bottom-contentbox {
    padding:24px 0 0px;
    position:relative;
}
.prt_coverimgbox_wrapper .prt_coverbox_contents .prt-bottom-contentbox{
    opacity:1;  
    transform: translateY(0);
}
.prt_coverimgbox_wrapper .prt-bottom-contentbox {
    padding: 85px 40px 40px;
    position: relative;    
}
.prt_coverimgbox_wrapper .tm_coverbox_contents:first-child .prt-bottom-contentbox{
    opacity:1;
    transform: translateY(0px);
}
.prt_coverimgbox_wrapper .prt-box-title h4{
    color: var(--prt-whitecolor);
    margin-bottom: 12px;
    position: relative;
}
.prt_coverimgbox_wrapper .preyantechnosys-static-box-desc{
    color: rgba(255,255,255,0.80);
}
.prt_coverimgbox_wrapper .prt-staticbox-more-link{
    position:relative;
    padding:10px 30px;
    border:1px solid #fff;
    color:#fff;
}
.prt_coverimgbox_wrapper .prt_coverbox_contents .coverbox-img-reposive {
    display: none;
    background-size: cover;
    background-repeat: no-repeat;
}
.prt_coverimgbox_wrapper .prt_coverbox_contents:nth-child(4n+3) .prt-bottom-contentbox {
    background: var(--prt-skincolor);
}
.prt_coverimgbox_wrapper .prt_coverbox_contents:nth-child(4n+3) .prt-box-title:after {
    color: var(--prt-secondarycolor);
}
.prt_coverimgbox_wrapper .prt_coverbox_contents:nth-child(4n+3) .prt-box-title h4 {
    color: var(--prt-secondarycolor);
}
.prt_coverimgbox_wrapper .prt_coverbox_contents:nth-child(4n+3) .preyantechnosys-static-box-desc {
    color: var(--prt-secondarycolor);
}
.prt-coverbox-textwhite .prt_coverimgbox_wrapper .prt_coverbox_contents:nth-child(4n+3) .prt-box-title h4,
.prt-coverbox-textwhite .prt_coverimgbox_wrapper .prt_coverbox_contents:nth-child(4n+3) .prt-box-title:after,
.prt-coverbox-textwhite .prt_coverimgbox_wrapper .prt_coverbox_contents:nth-child(4n+3) .preyantechnosys-static-box-desc {
    color: var(--prt-whitecolor);
}
.prt_coverimgbox_wrapper .prt-bottom-contentbox .prt-box-icon {
    font-size: 53px;
    color: var(--prt-skincolor);
    margin-right: 20px;
    margin-top: 10px;
}
.prt_coverimgbox_wrapper .prt_coverbox_contents.prt-last .prt-bottom-contentbox {
    display: flex;
    padding-top: 91px;
    padding-bottom: 84px;
    background-color: var(--prt-secondarycolor);
    background-image: url(../images/coverbox-bg.png);
    background-repeat: no-repeat;
    background-position: center;
}
.prt-contentbox-heading {
    font-size: 22px;
    line-height: 35px;
    color: var(--prt-whitecolor);
}

/*prt-arrow-tab*/

.prt-arrow-tab.elementor-widget-tabs .elementor-tab-desktop-title{
    border-bottom:2px solid #e7e7e7 !important;
    position:relative;
    padding: 20px 35px;
}
.prt-arrow-tab.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    z-index: 1;
    bottom: 0;
    left: 50%;
    right: 50%;
    border: 6px solid transparent;
    border-top: 0;
    border-bottom-color: #fff;
    margin-bottom: -2px;
    margin-left: -7px;
}
.prt-arrow-tab.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    bottom: -2px;
    left: 50%;
    right: 50%;
    border: 9px solid transparent;
    border-top: 0;
    border-bottom-color: #000;
    margin-left: -10px;
}
.prt-arrow-tab.elementor-widget-tabs .elementor-tab-content{
    padding-top:30px;
    padding-left:0;
}
.prt-arrow-tab.elementor-widget-tabs .elementor-tabs-content-wrapper .elementor-tab-mobile-title {
    border: 1px solid #e7e7e7 ;
    margin-bottom: 10px;
    padding-left:15px;
}
.elementor-widget-tabs .elementor-tab-content ul{
    display: inline-block;
    padding: 0;
    margin: 0;
}
.elementor-widget-tabs .elementor-tab-content ul li{
    position: relative;
    list-style-type: none;
    padding-bottom: 8px ;
}
.elementor-widget-tabs .elementor-tab-content ul li i {
    margin-right: 10px;
    font-size: 14px;
}
.elementor-widget-tabs .elementor-tab-content ul li i.flaticon-work-done {
    position: relative;
    top: 3px;
}
.elementor-widget-tabs .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content {
    padding: 20px 0px 19px 30px;
}
/*tw-tw*/

.twentytwenty-horizontal .twentytwenty-after-label,
.twentytwenty-horizontal .twentytwenty-before-label {
    left: 20%;
    bottom: 0px;
    max-width: 50%;
    padding: 9px 30px;
    background-color: #ffffff;
    color: #cda274;
    font-size: 15px;
    font-weight:700;
    border-radius: 0;
    opacity: 1;
}
.twentytwenty-horizontal .twentytwenty-after-label {
    right: 20%;
    left:auto;
    background-color: #101010;
    color: #fff;
}
.prt-stretched-custom .prt-col-stretched-right .prt-stretched-div {
    margin-right: -450px !important;
}




/*accordian custom*/
.prt-accor-style1 .elementor-accordion .elementor-tab-title{
    border: 1px solid rgba(0, 0, 0,0.10) !important;
    margin-bottom: 30px
}
.prt-accor-style1 .elementor-accordion .elementor-tab-title.elementor-active{
    margin-bottom: 0px
}

/*Iocn style1*/
.prt-icon-style1 .elementor-icon-wrapper .elementor-icon{
    position:relative;
}
.prt-icon-style1 .elementor-icon-wrapper .elementor-icon:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    width:80px;
    height:80px;
    opacity: 1;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255,0.50);    
}
.prt-icon-style1 .elementor-icon-wrapper .elementor-icon:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    z-index: 1;
    width: 100px;
    height: 100px;
    opacity: 1;
    border: 1px solid rgba(255, 255, 255,0.15);
}
.prt-icon-style1 .elementor-icon-wrapper .elementor-icon:hover:before, 
.prt-icon-style1 .elementor-icon-wrapper .elementor-icon:hover:after {
    -webkit-animation: prittyphoto 1.05s infinite;
    -moz-animation: prittyphoto 1.05s infinite;
    -ms-animation: prittyphoto 1.05s infinite;
    -o-animation: prittyphoto 1.05s infinite;
    animation: prittyphoto 1.05s infinite;
}
@-webkit-keyframes prittyphoto {
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes prittyphoto {
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@-webkit-keyframes sonarEffect {
    0% {
        opacity: .3;
    }
    40% {
        opacity: .5;
    }
    100% {
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

/* history box */
.prt-history-box-wrapper .prt-history-box-icon-wrapper span {
    font-size: 36px;
    line-height: 46px;
    color: var(--prt-secondary-text);
    display: inline-block;
    transition: .5s;
}
.prt-history-box-wrapper:hover .prt_icon_element-inner {
    background-color: var(--prt-secondary-bg);
    color: #fff;
}
.prt-history-box-wrapper:hover .prt-history-box-icon-wrapper span {
    color: #fff;
    transform: rotate(360deg);
}
.prt-history-box-wrapper .prt-history-box-border {
    position: relative;
    margin: 100px 0 50px;
    border-top: 1px solid var(--prt-skincolor);
    width: 111%;
}
.prt-history-box-wrapper {
    position: relative;
}
.prt-history-box-wrapper:before {
    content: '';
    width: 0;
    height: 5px;
    background: var(--prt-skincolor);
    display: block;
    position: absolute;
    left: 75px;
    right: 0;
    bottom: -3px;
    opacity: 0;
    transition: .5s;
    margin: 0 auto ;
}
.slick-active.slick-current .prt-history-box-wrapper:before, .prt-history-box-wrapper:hover:before {
    opacity: 1;
    width: 100%;
    transition: .5s;
}
.prt-history-box-wrapper .prt-history-box-content {
    display: flex;
}
.prt-history-box-wrapper .prt-history-box-details {
    text-align: left;
    position: relative;
}
.prt-history-box-wrapper .prt-box-title h4 {
    color: var(--prt-skincolor);
    font-size: 50px;
    line-height: 50px;
    margin-left: 30px;
    min-height: 125px;
}
.prt-history-box-wrapper .prt-box-title h4:before {
    content: '';
    width: 15px;
    height: 15px;
    background: var(--prt-skincolor);
    display: block;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -52px;
    bottom: auto;
}
.prt-history-box-wrapper .prt-box-title {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}
.prt-history-box-wrapper .prt-history-box-details h5 {
    font-size: 20px;
    margin-bottom: 7px;
}
.prt-history-box-wrapper:hover .prt-history-box-details h5 {
    transition: all 0.3s ease;
}
.prt-history-box-wrapper:hover .prt-history-box-details h5 {
    color: var(--prt-skincolor);
    transition: all 0.3s ease;
}
.prt-history-box-wrapper .prt_icon_element-inner {
    font-size: 36px;    
    background-color: #ffffff;
    width: 82px;
    height: 82px;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0 0 12px 0 rgb(32 46 60 / 6%);
    -moz-box-shadow: 0 0 12px 0 rgba(32, 46, 60, 0.06);
    box-shadow: 0 0 12px 0 rgb(32 46 60 / 6%);
    text-align: center;
    display: inline-block;
    position: relative;
    max-width: 100%!important;
    line-height: 94px !important;
}
.prt-history-box-wrapper .prt-history-box-icon-wrapper {
    position: relative;
}
.prt-history-box-wrapper:hover .prt-history-box-icon-wrapper:after {
    background-color: var(--prt-skincolor-bg);
}
.prt-history-box-wrapper .prt-history-box-icon-wrapper:after {
    position: absolute;
    content: ' ';
    bottom: -73px;
    left: 50%;
    margin-left: -5px;
    height: 14px;
    width: 14px;
    z-index: 1;    
    background-color: var(--prt-secondary-bg);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.prt-history-box-wrapper .prt-history-box-content {
    text-align: center;
    padding-left: 75px;
}
.prt-history-box-icon-wrapper:before {
    position: absolute;
    content: ' ';
    top: 83px;
    height: 133px;
    width: 1px;
    background-color: #dadada;
}
.prt-history-box-wrapper .prt-box-Button-link a {    
    color: var(--prt-skincolor-text);
    font-size: 15px;
    position: relative;
}
.prt-history-box-wrapper .prt-box-Button-link a:after {
    position: absolute;
    content: '\e818';
    font-family: 'prt-valetex-icons';
    right: -12px;
    top: 3px;
    font-size: 14px;
}
.prt-history-box-wrapper .prt-box-Button-link h6 {
    position: relative;
    z-index: 1;
    padding-top: 30px;
}
.prt-history-box-wrapper:hover .prt-box-Button-link h6:after {
    font-size: 44px;
}
.prt-history-box-wrapper .prt-box-Button-link h6:after {
    counter-increment: stepbox;
    content: counter(stepbox,decimal-leading-zero);
    position: absolute;
    bottom: 5px;
    right: 20px;
    color: #f3f3f3;
    z-index: -1;
    font-size: 80px;  
    -webkit-text-stroke-color: #b8b8b8;    
    opacity: 1;
    transition: .5s;
}
body {
    counter-reset: section stepbox;
}
.prt-history-box-wrapper:hover .prt-history-box-details:after {
    opacity: 1;
    height: 100%;
    z-index: 1;
}
.prt-history-box-wrapper .prt-history-box-details:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    z-index:-1;
    transition: .5s;
    background-color: var(--prt-skincolor-bg);
}
.prt-bgcolor-darkgrey .prt-history-box-wrapper .prt-history-box-details h5 {
    color: var(--prt-whitecolor);
}
 .preyantechnosys-linkeffect-border .prt-bgcolor-darkgrey .prt-history-box-wrapper:hover .prt-history-box-details h5 {
    color: var(--prt-skincolor);
}
.prt-history-box-wrapper:hover .prt-box-title h4 {
    color: var(--prt-whitecolor);
}
.prt-bgcolor-darkgrey .prt-history-box-wrapper .prt-history-box-details .prt-historybox-description {
    color: rgba(255,255,255,0.80);
}
.prt-box-Button-link,
.prt-box-title h4,
.prt-historybox-description {
    z-index: 5;
    position: relative; 
}
/* blog box style 2 */
.preyantechnosys-blogbox-styletwo .preyantechnosys-box-title h4 {
    margin-bottom: 15px;
}
.preyantechnosys-blogbox-styletwo .prt-post-author {
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
}
.preyantechnosys-blogbox-styletwo .prt-post-author-name {
    color:var(--body-fonts-color);
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.preyantechnosys-blogbox-styletwo .prt-post-author-name a{
    color:var(--body-fonts-color);
}
.preyantechnosys-blogbox-styletwo .prt-post-comment {
    display: table-cell;
    vertical-align: middle;
}
.preyantechnosys-blogbox-styletwo .prt-entry-meta-wrapper {
    margin: 0;
    font-size: 15px;
    padding: 0px 0px 0px 0px;
}
.preyantechnosys-box-blog.preyantechnosys-blogbox-styletwo .preyantechnosys-box-desc {
    padding-top: 0;
    padding-bottom: 15px;
}

.elementor-progress-wrapper {
    margin-top: 5px;
}
.prt-section-box,
.tm-section-five {
    position: relative;
}
.tm-section-five:after {
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    background-color: #000;
    left: 60px;
    bottom: 44%;
}
.tm-section-five:before {
    position: absolute;
    content: '';
    height: 30px;
    width: 30px;
    background-color: var(--prt-skincolor-bg);
    left: 73px;
    bottom: 55%;
}
.prt-section-box:after {
    position: absolute;
    content: '';
    right: 47px;
    top: 36%;
    background-color: #000;
    height: 20px;
    width: 20px;
}
.prt-section-box:before {
    position: absolute;
    content: '';
    right: -40px;
    top: 37%;
    background-color: var(--prt-skincolor-bg);
    height: 30px;
    width: 30px;
}
/* fid style 7 */
.prt-fid-without-icon.inside.prt-fid-view-style7 h4 {
    margin-top: 0px;
    font-size: 100px;
    line-height: 100px;
    color: var(--prt-skincolor-text);
    padding-left: 30px;
}
.inside.prt-fid-view-style7 h3 {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    padding-left: 13px;
    color: var(--prt-secondary-text);
}
.inside.prt-fid-view-style7 h3 span {
    padding: 2px 24px 0px 4px;
    
}
.inside.prt-fid-view-style7 .prt-fld-contents:after {
    position: absolute;
    content: '';
    height: 170px;
    width: 120px;
    background-color: #f6f6f6;
    border-radius: 5px;
    left: 0;
    top: -27px;
    z-index: -1;
}
.prt-fid.prt-fid-without-icon.inside.prt-fid-view-style7 .prt-fld-contents {
    text-align: center;
    position: relative;
}
/* portfolio style 3 */
.preyantechnosys-portfoliobox-style3 .preyantechnosys-box-overlay {
    padding: 23px 30px 23px;
    text-align: left;
    background-color: var(--prt-whitecolor);
    position: absolute;
    bottom: 50px;
    top: auto;
    left: 0;
    right: auto;
    -webkit-clip-path: inset(0 100% 0 -1px);
    clip-path: inset(0 100% 0 -1px);
    transition: clip-path .7s ease;
}
.preyantechnosys-portfoliobox-style3:hover .preyantechnosys-box-overlay {
    transition: clip-path .7s ease;
    opacity: 1;
    clip-path: inset(0 0 0 -1px) !important;
}
.preyantechnosys-portfoliobox-style3 .preyantechnosys-box-overlay .prt-icon a {
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 100px;
    width: 70px;
    text-align: center;
    background-color: var(--prt-greycolor);
    font-size: 16px;
    transition: all 0.3s ease;
}
.preyantechnosys-portfoliobox-style3 .preyantechnosys-box-overlay .prt-icon a:hover {
    background-color: var(--prt-secondarycolor);
    transition: all 0.3s ease;
}
.preyantechnosys-portfoliobox-style3 .prt-post-iconbox {
    position: absolute;
    bottom: 42px;
    right: 30px;
    border: 1px solid #e7e7e7;
    transition: all .5s ease-in-out;
}
.preyantechnosys-portfoliobox-style3:hover .prt-post-iconbox {
    background-color: var(--prt-skincolor-bg);
    border: 1px solid var(--prt-skincolor-bg);
}
.preyantechnosys-portfoliobox-style3:hover .prt-post-iconbox i {
    color: #fff;
}
.preyantechnosys-portfoliobox-style3 .prt-tm_portfolio-featured-wrapper img {
    transform: translateY(-35px) scale(1.2);
}
.preyantechnosys-portfoliobox-style3 .prt-featured-wrapper {
    overflow: hidden;
}
.preyantechnosys-portfoliobox-style3:hover .prt-featured-wrapper img {
    transform: translateY(0) scale(1.2);
    transition: transform 0.5s ease-in-out;
}
.preyantechnosys-box-portfolio.preyantechnosys-portfoliobox-style3 .preyantechnosys-box-title h4 {
    margin-bottom: 0;
}
.preyantechnosys-portfoliobox-style3 .prt-cat {
    padding-bottom: 2px;
    font-size: 14px;
}
.preyantechnosys-portfoliobox-style3 .prt-post-iconbox a {
    height: 46px;
    width: 46px;
    line-height: 45px;
    border-radius: 3px;
    text-align: center;
    color: var(--prt-skincolor-text);
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}
.preyantechnosys-portfoliobox-style3 .prt-valetex-icon-arrow-right:before {    
    font-weight: 600;
}
.preyantechnosys-element-portfoliobox-style3 .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}
.preyantechnosys-element-portfoliobox-style3 .slick-dots li button {
    display: inline-block;
    width: 220px;
    height: 2px;
    margin: 0;
}
.preyantechnosys-element-portfoliobox-style3 .slick-dots li.slick-active button {
    width: 100%;  
    margin: 0;
}
.preyantechnosys-element-portfoliobox-style3 .slick-dots li.slick-active {
    width: 220px;
    height: 2px;
}
.preyantechnosys-element-portfoliobox-style3 .slick-dots li button {
    width: 338px !important;
}
.preyantechnosys-boxes-portfolio.preyantechnosys-element-portfoliobox-style3 .preyantechnosys-boxes-row-wrapper .slick-prev.slick-arrow {
    background-color: transparent;
    left: auto;
    right: 19%;
    top: -20%;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    bottom: auto;
}
.preyantechnosys-element-portfoliobox-style3 .preyantechnosys-boxes-row-wrapper .slick-prev:before {
    content: "\e848";
}
.preyantechnosys-element-portfoliobox-style3 .preyantechnosys-boxes-row-wrapper .slick-next:before {
    content: "\e849";
}
.preyantechnosys-element-portfoliobox-style3 .preyantechnosys-boxes-row-wrapper .slick-prev:before,
.preyantechnosys-element-portfoliobox-style3 .preyantechnosys-boxes-row-wrapper .slick-next:before {
    color: #fff;    
    font-family: "prt-valetex-icons";
    font-size: 16px;
}
.preyantechnosys-element-portfoliobox-style3 .preyantechnosys-boxes-row-wrapper .slick-next.slick-arrow {
   top: -20%;
    right: 16% !important;
    border-radius: 5px;
    background-color: transparent;
    left: auto;
    border: 1px solid #fff;
    color: #fff;
    bottom: auto;
}
.preyantechnosys-boxes-view-carousel.preyantechnosys-element-portfoliobox-style3 .preyantechnosys-boxes-row-wrapper .slick-arrow:hover {
    background-color: var(--prt-secondarycolor);
    border: 0;
    color: #fff;
}
.preyantechnosys-element-portfoliobox-style3 .preyantechnosys-boxes-row-wrapper .slick-prev:before,
.preyantechnosys-element-portfoliobox-style3 .preyantechnosys-boxes-row-wrapper .slick-next:before {
    font-weight: 300;
}
.preyantechnosys-element-portfoliobox-style3 .slick-dots {
    top: 15px;
    z-index: -1;
}
.preyantechnosys-boxes-view-carousel.preyantechnosys-element-portfoliobox-style3 .preyantechnosys-boxes-row-wrapper .slick-arrow:hover:before {
    color: #c2c2c2;
}
.prt-head:after {
    content: " ";
    position: absolute;
    display: inline-block;
    width: 0;
    left: 0;
    height: 0;
    z-index: 2;
    border-style: solid;
    border-width: 0 44px 33px 0;
    border-color: transparent #4a4a4a transparent transparent;
}
.prt-head {
    position: relative;
}
/* stepbox syle 1 */
.prt-staticbox-style1 .prt-box-title {
    position: relative;
}
.prt-staticbox-style1 .prt-stepbox-content {
    padding: 54px 40px 0px;
    text-align: left;
    background-color: var(--prt-greycolor);
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.prt-staticbox-style1 .prt-ptable-icon-type-image {
    height: 110px;
    width: 110px;
    line-height: 100px;
    display: inline-block;
    vertical-align: top;
}
.prt-bgcolor-white .prt-staticbox-style1 .prt-ptable-icon-type-image {
    background-color: var(--prt-greycolor);
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style1 .prt-stepbox:nth-child(2n) .prt-stepbox-content {
    background-color: var(--prt-skincolor);
    color: var(--body-blackfont-color);
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style1 .prt-stepbox:nth-child(1) .prt-stepbox-content:after,
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style1 .prt-stepbox:nth-child(2) .prt-stepbox-content:after,
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style1 .prt-stepbox:nth-child(3) .prt-stepbox-content:after {
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style1 .prt-stepbox:nth-child(1) .prt-stepbox-content:after {
    background-image: url(../images/step-child1.png);    
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;    
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style1 .prt-stepbox:nth-child(2) .prt-stepbox-content:after {
    background-image: url(../images/step-child2.png);    
    bottom: auto;
    top: -83px;
    right: -134px;
    left: auto;    
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style1 .prt-stepbox:nth-child(3) .prt-stepbox-content:after {
    background-image: url(../images/step-child3.png);   
    top: auto;
    right: -70px;
    bottom: -112px;
    left: auto;
}
.prt-staticbox-style1 .prt-stepbox-content .process-num {
    line-height: 60px;
    text-align: left;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--prt-whitecolor);
    font-size: 120px;
    color: var(--prt-whitecolor);
    overflow: hidden;
    padding-top: 77px;
}
.prt-staticbox-style1 .prt-stepbox .preyantechnosys-static-box-desc {
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 48px;
}
.prt-staticbox-style1 .prt-staticbox-more-link {
    font-weight: 600;
    color: var(--prt-skincolor-text);
    position: relative;
}
.prt-staticbox-style1 .prt-stepbox-content:hover .process-num {
    -webkit-text-stroke-color: #000;
}
.prt_prettyphoto2 .elementor-icon:after {
    border-radius: 100%;    
    position: absolute;
    content: "";
    top: 40px;
    left: 40px;
    background-color: rgba(255, 255, 255 , 0.15);
    height: 100px;
    width: 100px;
    z-index: -1;
    -webkit-animation: prittyphoto 1.7s infinite;
    -moz-animation: prittyphoto 1.7s infinite;
    -ms-animation: prittyphoto 1.7s infinite;
    -o-animation: prittyphoto 1.7s infinite;
    animation: prittyphoto 1.7s infinite;
    transform: translate(-50%,-50%);
}
.prt_prettyphoto2 .elementor-icon {
    position: relative;
    z-index: 1;
}
.prt-staticbox-style2 .prt-staticbox-style1:hover .prt-ptable-icon-type-image {
    transform: translateY(10px);
    transition: all 0.5s ease;
}
.prt-staticbox-style2 .prt-staticbox-style1 .prt-ptable-icon-type-image {
    transition: all 0.5s ease;
}
span.prt-fsize {
    font-size: 18px;
    font-weight: 600;
}
/* portfolio style 4*/

.preyantechnosys-portfoliobox-style4  .preyantechnosys-box-overlay {
    bottom: 30px;
    left: 30px;
    right: 30px;
}
.preyantechnosys-portfoliobox-style4 .prt-featured-wrapper img {
    position: relative;
}
.prt-circle-seprator:after {
    position: absolute;
    content: '';
    left: -6%;
    top: 7px;
    background-color: var(--prt-skincolor-bg);
    width: 184px;
    height: 46px;
    z-index: -1;
    border-radius: 50%;
    transform: rotate(-4deg);
}
.prt-circle-seprator:before {
    position: absolute;
    content: '';
    left: -10px;
    top: 19px;
    background-color: var(--prt-skincolor-bg);
    height: 1px;
    width: 40px;
    z-index: -1;
    transform: rotate(-22deg);
    writing-mode: vertical-lr;
    text-orientation: mixed;
}
.prt-circle-seprator {
    position: relative;    
}
/* iconbox style 4 */
.preyantechnosys-iconshape-square.preyantechnosys-iconsize-large.preyantechnosys-iconbox-stylefour .prt-box-icon i {
    font-size: 50px;
    margin-top: 7px;
    display: inline-block;
    vertical-align: top;
}
.preyantechnosys-iconbox-stylefour .prt-icon-overlay {
    position: absolute;
    right: 30px;
    top: 32px;
}
.preyantechnosys-iconbox-stylefour.preyantechnosys-iconsize-large .prt-box-icon {
    height: 100px;
    width: 100px;
    line-height: 100px;
}
.preyantechnosys-iconbox-stylefour .preyantechnosys-iconbox-icon {
    margin: 0 auto;
}
.preyantechnosys-iconbox.preyantechnosys-iconbox-stylefour .preyantechnosys-iconbox-heading .prt-custom-heading {
    font-size: 20px;
    margin: 0 0 8px 0;
}
.preyantechnosys-iconposition-right.preyantechnosys-iconbox-stylefour .prt-iconbox-wrapper {
    padding: 40px 0 40px 40px;
        display: block;
}
.preyantechnosys-iconposition-right.preyantechnosys-iconbox-stylefour .preyantechnosys-iconbox-icon {
    float: right;
    margin: 0 0 0 25px;
}
.preyantechnosys-iconposition-right.preyantechnosys-iconbox-stylefour .preyantechnosys-iconbox-heading {
    overflow: hidden;
    text-align: right;
}
.preyantechnosys-iconbox-stylefour .preyantechnosys-iconbox-heading {
    padding-top: 5px;
}
.prt-commonform .elementor-button.elementor-size-md {
    border-radius: 50px;
}
.wpcf7 .prt-commonform .field-group .wpcf7-form .wpcf7-form-control-wrap:not(.chkTerms) {
    margin-bottom: 26px;
}
.wpcf7 .prt-commonform .field-group {
    position: relative;
    margin-bottom: 25px;
}
.prt-text {
    padding-top: 8px;
}
span.prt-border:after {
    position: absolute;
    content: '';
    left: 0;
    top: 14px;
    height: 1px;
    width: 30px;
    background-color: var(--prt-skincolor-bg);
}
span.prt-border {
    padding: 3px 0 0 45px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: var(--prt-secondary-bg);
}
.prt-shadow-play-icon .elementor-icon {
    box-shadow: 0px 0px 12px 0px rgb(32 46 60 / 9%);
}
.elementor-accordion .elementor-tab-title.elementor-active {
    margin: 0px !important;
    background-color: var(--prt-skincolor);
    border-color: var(--prt-skincolor-text) !important;
}
.elementor-accordion .elementor-tab-title {        
    border: 0 !important;
    background-color: var(--prt-greycolor);
    border-radius: var(--prt-button-shape);
    padding: 15px 27px;
}
.elementor-accordion .elementor-accordion-item {
    border: 0 !important;
}
.prt-col-bgcolor-grey .elementor-accordion .elementor-accordion-item, .prt-bgcolor-grey .elementor-accordion .elementor-accordion-item {
    background-color: var(--prt-whitecolor);
}
.elementor-accordion-item {
    margin-bottom: 20px;
}
.elementor-accordion-title {
    position: relative;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-content {
    border: 0 solid #e7e7e7 !important;
    border-top: 0 !important; 
    padding: 15px 0px 5px;
}
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
    background-color: var(--prt-greycolor);
    border: 1px solid var(--prt-bordercolor);
    border-radius: 5px;
    width: auto !important;
    padding: 0px 25px;
}
.elementor-widget-tabs .elementor-tab-content .tab-content-des ul {
    padding-top: 15px;
}
.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-tab-desktop-title {
    border-bottom: 1px solid var(--prt-bordercolor);
    padding: 21px 20px 20px 0;
}
.elementor-widget-tabs .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-tab-desktop-title.elementor-active:last-child,
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active {
    border-bottom: 2px solid #000;
}
.elementor-tabs .tab-content-des span {
    color: var(--body-blackfont-color);
    display: inline-block;
}
.elementor-tabs .tab-content-des .prt-list-item span {
    color: var(--body-fonts-color);
    display: inline;
}
.elementor-widget-tabs .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-tab-desktop-title:last-child {
    border-bottom: none;
}
.elementor-widget-accordion .elementor-tab-content p {
    margin: 0;
    color: rgb(255 255 255 / 70%);
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    font-size: 22px;
}
.prt-element-heading-content-wrapper.prt-seperator-solid h4.prt-element-subheading {
    background-color: var(--prt-skincolor);
    border-radius: var(--prt-button-shape);
    display: inline-block;
    padding: 5px 18px;
}
/* iconbox style 5 */
.preyantechnosys-iconbox.preyantechnosys-iconbox-stylefive .preyantechnosys-iconbox-heading .prt-custom-heading {
    font-size: 20px;
    margin-bottom: 6px;
}
.preyantechnosys-iconbox-stylefive .prt-cta3-content-wrapper {
    margin-bottom: 20px;
}
.preyantechnosys-iconbox-stylefive .prt-iocnbox-btn a {
    font-size: var(--button_fontsize);
    line-height: var(--button_fontsize);
    font-weight: var(--button-font-weight);
    text-transform: var(--button-text-transform);
}
/* iconbox style 5 */

/* service style 2 */
.preyantechnosys-servicebox-styletwo .prt-box-icon i {
    font-size: 55px;
    color: var(--prt-skincolor);
    line-height: 70px;
}
.preyantechnosys-servicebox-styletwo .prt-servicebox-detials {
    padding:40px 43px;
}
.preyantechnosys-servicebox-styletwo .prt-servicebox-detials {
    padding: 40px 15px 25px;
}
.preyantechnosys-element-servicebox-styletwo .preyantechnosys-boxes-row-wrapper .slick-arrow {
    width: 38px;
    height: 38px;
} 
.preyantechnosys-boxes-view-carousel.preyantechnosys-element-servicebox-styletwo .preyantechnosys-boxes-row-wrapper .slick-arrow {
    bottom: -40%;
    top: auto;
    border-width: 1px;
}
.preyantechnosys-boxes-view-carousel.preyantechnosys-element-servicebox-styletwo .preyantechnosys-boxes-row-wrapper .slick-next {
    right: 48% !important;
}
.preyantechnosys-boxes-view-carousel.preyantechnosys-element-servicebox-styletwo .preyantechnosys-boxes-row-wrapper .slick-prev {
    right: 52%;
    left: auto !important;
}
.preyantechnosys-boxes-view-carousel.preyantechnosys-element-servicebox-styletwo .preyantechnosys-boxes-row-wrapper .slick-prev:after,
.preyantechnosys-boxes-view-carousel.preyantechnosys-element-servicebox-styletwo .preyantechnosys-boxes-row-wrapper .slick-next:after {
    content: '';
    height: 1px;
    width: 180px;
    background: var(--prt-bordercolor);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: auto;
    right: 39px;
}
.preyantechnosys-boxes-view-carousel.preyantechnosys-element-servicebox-styletwo .preyantechnosys-boxes-row-wrapper .slick-next:after {
    left: 39px;
    right: auto;
}
article.preyantechnosys-box.preyantechnosys-box-service.preyantechnosys-servicebox-styletwo {
    text-align: center;
    margin: 0 auto;   
}
.prt-service-seprator-line .prt-box-col-wrapper .preyantechnosys-servicebox-styletwo{
    border-bottom: 1px solid var(--prt-bordercolor);
}
.prt-service-seprator-line .prt-box-col-wrapper:last-child .preyantechnosys-servicebox-styletwo{
    border-bottom: 0;
}
.prt-service-seprator-line .preyantechnosys-boxes-gap-30px .preyantechnosys-boxes-row-wrapper.row:not(.slick-slider) .prt-box-col-wrapper {
    margin-bottom: 0px;
}
.preyantechnosys-servicebox-styletwo .prt-short-desc {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.preyantechnosys-servicebox-styletwo .prt-box-icon.prt-wrap-cell {
    width: 60px;
}
.preyantechnosys-servicebox-styletwo .item-content {
   display: block;
    text-align: center;
    margin: 0 auto;
}
.preyantechnosys-servicebox-styletwo .prt-box-icon {
    transition: transform 0.5s ease-in-out;
    transform: translateY(0);
    padding-bottom: 18px;
}
.preyantechnosys-servicebox-styletwo:hover .prt-box-icon {
    transform: translateY(-5px);
}
.prt-blog-classic-box-content .prt-entry-meta .prt-meta-line i {
    display: none;
    color: var(--prt-secondarycolor);
    padding-right: 8px;
}
.preyantechnosys-box-blog-classic .prt-meta-line .byauthor {
    font-size:15px;
}
.preyantechnosys-box-blog-classic .entry-header .prt-meta-line.byline a {
    margin-left:0px;
}
.preyantechnosys-box-blog-classic .prt-entry-meta .prt-meta-line {
    padding-right: 40px;
}
.prt-entry-meta .prt-meta-line {
    padding-right: 46px;
}
.single article.post .entry-content p.prt-blog-space1 { 
    margin-top: 30px;
}
.single article.post .entry-content p.prt-blog-space {
    margin-bottom: 45px;
}
.prt-classic-post-meta a i,
.prt-classic-footer-meta a i {
    color: var(--prt-skincolor-text);
}
.prt-classic-post-meta span,
.prt-classic-footer-meta span {
    color: var(--body-fonts-color);
}
.single-post span.prt-meta-line.posted-on {
    display: none;
}
.tm-post-like:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 16px;
    left: -30px;
    top: 12px;
    background-color: #e7e7e7;
}
.sidebar .prt-banner.widget {
    border: none;
}
.prt-head-sidebar {
    font-size: 30px;
    font-weight: bold;
    position: relative;
    color: #fff;
    text-align: center;
    padding-top: 28px;
}
.prt-text-sidebar {
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding-top: 6px;
}
.prt-full-round {    
    content: '';    
    height: 110px;
    width: 110px;
    background-color: var(--prt-skincolor-bg);
    border-radius: 50%;
    z-index: -1;
    text-align: center;
    right: 0;
    margin: 0 auto;
}
.prt-img-blog {
    z-index: -1;
    position: relative;
}
.prt-full-round {
    margin-top: -52px;
}
.sidebar .widget > ul {
    padding: 0px 0;
}
.widget.widget_nav_menu li.prt-2column-menu {
    display: inline-block;
    width: calc(50% - 3px);
}
.footer .tm-colorstyle-social-link .social-icons li > a {
    width: 30px;
    height: 30px;
    line-height: 31px;
}
.tm-colorstyle-social-link h3 ,
.themetechmount-social-links-wrapper {
    display: table-cell;
}
.themetechmount-social-links-wrapper {
    padding-left: 12px;
}
.tm-colorstyle-social-link {
    padding-top: 100px;
}
.prt-righticon-box h3 {
    font-size: 20px;
    margin-bottom: 0;
}
.prt-righticon-box h4 {
    font-size: 24px;
}
.prt-righticon-box {
    background-color: var(--prt-skincolor-bg);
    padding: 10px 67px 10px 25px;
    float: right;
    position: relative;
    overflow: hidden;
    margin-top: -50px;
}
.prt-lefticon-box {
    float: left;
}
.prt-righticon-box i {
    font-size: 80px;
    position: absolute;
    right: -20px;
    bottom: -10px;
}
.mc4wp-form-fields input[type="email"] {
    border: none;
    padding: 15px 205px 15px 15px;
    border-bottom: 0;
    background-color: rgba( 0,0,0,0.07);
    margin-bottom: 0;
    font-size: 14px;
    color: #ffffff;
}
.mailchimp-inputbox button[type="submit"] {
    position: absolute;
    right: 0;
    left: auto;
    background-color: transparent;
    border: 0;
    color: var(--prt-whitecolor);
    font-size: 14px;
    top: 12px;
    bottom: auto;
    padding: 6px 0px 6px 12px;
}
.prt-bgcolor-darkgrey .mc4wp-form-fields input[type="email"] {
    background-color: rgba( 255,255,255,0.05);
    color: var(--prt-whitecolor);
}
.prt-bgcolor-darkgrey .mailchimp-inputbox button[type="submit"] {
    background-color: var(--prt-skincolor);
    color: var(--prt-secondarycolor);
}
.prt-bgcolor-darkgrey .mailchimp-inputbox button[type="submit"]:hover {
    color: var(--prt-secondarycolor) !important;
}
.mc4wp-form-fields .mailchimp-inputbox input::-webkit-input-placeholder{
    color: rgba(23, 25, 32, .80);  
}
.mc4wp-form-fields .mailchimp-inputbox input:-moz-placeholder{
    color: rgba(23, 25, 32, .80);   
}
.mc4wp-form-fields .mailchimp-inputbox input::-moz-placeholder{
    color: rgba(23, 25, 32, .80);    
}
.mc4wp-form-fields .mailchimp-inputbox input:-ms-input-placeholder{  
    color: rgba(23, 25, 32, .80);   
}
.prt-bgcolor-darkgrey .mc4wp-form-fields .mailchimp-inputbox input::-webkit-input-placeholder{
    color: rgba(255,255,255, .50);  
}
.prt-bgcolor-darkgrey .mc4wp-form-fields .mailchimp-inputbox input:-moz-placeholder{
    color: rgba(255,255,255, .50);   
}
.prt-bgcolor-darkgrey .mc4wp-form-fields .mailchimp-inputbox input::-moz-placeholder{
    color: rgba(255,255,255, .50);    
}
.prt-bgcolor-darkgrey .mc4wp-form-fields .mailchimp-inputbox input:-ms-input-placeholder{  
    color: rgba(255,255,255, .50);   
}
.mailchimp-inputbox {
    margin: 10px 0 0 auto;
    width: 544px;
    position: relative;
}
.mailchimp-inputbox button[type="submit"] i {
    color: var(--prt-skincolor-text);
}
.prt-mailchimp {
    position: relative;
}
.prt-mailchimp-head {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 30px;
}
.prt-third-widget.widget.widget_text.enhanced-text-widget {
    padding-left: 10px;
}
.footer .social-icons li {
    margin-right: 10px;
}
/* slider */
.prt-text-slider span {
    -webkit-text-stroke: 1px rgba(255,255,255,.90);
    -webkit-text-fill-color: transparent;
}
.prt-headerstyle-toplogo .prt-stickable-header.is_stuck .container.prt-container-for-header {
    border-bottom: 0;
}
.prt-slider-bg-color {
    background-color:var(--prt-skincolor-bg);
    z-index:11;
}

/* new element sliderbox css */

.prt_sliderimgbox_heading.preyantechnosys-box-heading-wrapper {
    z-index: 1;
    position: relative; 
    max-width: 1390px;
    margin: 0 auto;
}
.tm_sliderimgbox_wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 241px;
    min-height: 600px;
}
.tm_sliderimgbox_wrapper .prt-content-header h2 {
    font-size: 56px;
    line-height: 70px;
    font-weight: 600;
    color: #fff;
}
.tm_sliderimgbox_wrapper .prt-element-content-desctxt {
    color: #fff;
    font-size: 18px;
    padding-top: 15px;
}
span.prt-bg-color {
    background-color: var(--prt-skincolor-bg);
    position: absolute;
    left: 23%;
    z-index: -1;
    padding: 0px 7px 4px 8px;
}
.tm_sliderimgbox_wrapper .prt-box-title {
    position: relative;
}
.tm_sliderimgbox_wrapper.four_cols .tm_sliderbox_contents {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.tm_sliderimgbox_wrapper .tm_sliderbox_img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}
.tm_sliderimgbox_wrapper .tm_sliderbox_img {
    visibility: hidden;
    opacity: 0;
    transition-duration: 1500ms;
    transition: all 1s;
}
.tm_sliderimgbox_wrapper .tm_sliderbox_img, .tm_sliderimgbox_wrapper .tm_box_overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}
.tm_sliderimgbox_wrapper .tm_box_overlay {
    z-index: 1;
    background: rgba(0,0,0,0.3);
}
.tm_sliderimgbox_wrapper .tm_sliderbox_img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.tm_sliderimgbox_wrapper .tm_sliderbox_img.active {
    opacity: 1;
    visibility: visible;
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.tm_sliderbox_contents {
    min-height:44vh;
}
.tm_sliderimgbox_wrapper .tm_sliderbox_contents {
    position: relative;
    z-index: 2;
    padding: 0px;
    height: 100%;
    width: 24.31%;
    float: right;   
    min-height: unset;
}
.tm_sliderimgbox_wrapper .tm_sliderbox_contents .prt-bottom-contentbox{
    opacity:1;  
    transform: translateY(0);
}
.tm_sliderimgbox_wrapper .prt-bottom-contentbox {
    padding: 66px 30px 60px;
    position: relative;   
    background-color: rgba(0, 0 ,0 , 0.70);
    border: 1px solid #858585;
    width: 100%;
    height: 250px;
    text-align: center;
}
.tm_sliderimgbox_wrapper .prt-box-title h4{
    margin-bottom: 18px;
    position:relative;  
    color: #fff;
}
.tm_sliderimgbox_wrapper .tm_sliderbox_contents:hover .prt-bottom-contentbox:before {
    background-color: var(--prt-secondary-bg);
}
.tm_sliderimgbox_wrapper .prt-staticbox-more-link{
    position:relative;
    padding:10px 30px;
    border:1px solid #fff;  
}
.tm_sliderimgbox_wrapper .tm_sliderbox_contents .coverbox-img-reposive {
    display: none;
    background-size: cover;
    background-repeat: no-repeat;
}
.tm_sliderimgbox_wrapper .prt-box-icon i {
    font-size: 40px;
    line-height: 30px;
    color: var(--prt-skincolor-text);
    position: relative;
}
.tm_sliderimgbox_wrapper .tm_sliderbox_contents:nth-child(even) .prt-bottom-contentbox {
    border-left: 0;
}
.tm_sliderimgbox_wrapper .tm_sliderbox_contents:nth-child(even) .prt-bottom-contentbox {
    border: 1px solid #fff;
}
.tm_sliderimgbox_wrapper .prt-bottom-contentbox {
    border-right: none;
}
.tm_sliderimgbox_wrapper .preyantechnosys-static-box-desc {
    font-size: 14px;
    color: #fff;
    padding-top: 52px;
}
.tm_sliderimgbox_wrapper .prt-bottom-contentbox:hover {
    background-color: var(--prt-skincolor-bg);
    border-color: var(--prt-skincolor-bg);
}
.tm_sliderimgbox_wrapper .prt-bottom-contentbox:hover .prt-box-icon i { 
    color: #fff;
}
.prt-skincolor {
    color: var(--prt-skincolor-text);
}

.tm_sliderimgbox_wrapper .prt-box-icon i:after {
    position: absolute;
    content: '';
    height: 80px;
    width: 80px;
    border: 1px solid rgb(255, 255, 255 , 0.30);
    border-radius: 50%;
    left: -19px;
    top: -25px;
}
.tm_sliderimgbox_wrapper .prt-column-four {
    padding: 0px 219px 0px 207px;
    margin-top: -160px;
}
.tm_sliderimgbox_wrapper .tm_sliderbox_contents:nth-child(5) {
    clear: both;
}
.tm_sliderimgbox_wrapper .tm_sliderbox_contents:nth-child(5) .prt-bottom-contentbox {    
    border-right: 1px solid;
}
.tm_sliderimgbox_wrapper .tm_sliderbox_contents:nth-child(3) .prt-bottom-contentbox {
    border-bottom: none;
}
.tm_sliderimgbox_wrapper .tm_sliderbox_contents:first-child .prt-bottom-contentbox {
    border-right: 1px solid;
    border-bottom: none;
}
.tm_sliderimgbox_wrapper .prt-sliderbox-shortdesc {
    color: #fff;
    font-style: italic;
    background-color: rgba(255, 255, 255 , 0.20);
    display: inline-block;
    padding: 4px 11px 4px 5px;
    margin-bottom: 25px;
}
.prt-sliderbox-shortdesc h3 {
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    margin-bottom: 0;
    font-weight: 400;
}
.tm_sliderimgbox_wrapper span.prt-new {
    background-color: var(--prt-skincolor-bg);
    padding: 0px 5px 0px 5px;
    margin-right: 11px;
}
.tm_sliderimgbox_wrapper .prt-sliderbox-btn {
    display: inline-block;
    border: 2px solid #fff;
    padding: 10px 30px 10px;
    margin-top: 45px;
    transition: all 0.3s ease 0s;
}
.tm_sliderimgbox_wrapper .prt-sliderbox-btn:hover {
    background-color: #fff;
}
.tm_sliderimgbox_wrapper .prt-sliderbox-btn:hover a {
    color: var(--prt-secondary-bg);
}
.tm_sliderimgbox_wrapper .prt-sliderbox-btn a {
    color: #fff;
}
/* titlebar */
.prt-titlebar-wrapper .breadcrumb-wrapper {
    position: relative;
}
.prt-titlebar-wrapper .breadcrumb-wrapper:before {
    top: 0;
    content: '';
    width: 3px;
    background-color: var(--prt-skincolor-bg);
    height: 100%;
    position: absolute;
    left: 0;
}

.tm_coverimgbox_wrapper .tm_coverbox_contents:nth-child(2) .prt-bottom-contentbox {
    background-color: var(--prt-skincolor-bg);
}
.elementor-widget-tm_coverimgbox_element .tm_coverimgbox_wrapper .container:nth-child(3) .tm_coverbox_contents{
    background-color: var(--prt-skincolor-bg);
}
.prt-footer2-left .u1 {
    position: relative;
    z-index: 1;
}
.prt-footer2-left .u1:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    bottom: -2px;
    left: 0;
    border-bottom: 1px solid;
    z-index: -1;
}
span.prt-green.u1 a {
    color: #82b440!important;
}
.prt-footer2-left span.prt-green {
    color: #82b440;
}
@keyframes shake{
0%, 100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-5px,0,0);
}
20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(5px,0,0);
}
}
.prt-shake {
    animation: shake 24s linear infinite;
}
.prt-header-style-classic2.prt-header-overlay .prt-header-text-area .header-info-widget a span {
    font-weight: var(--special-element-fontweight);
}
/** listimg style1 **/
.prt_listimgbox_wrapper .prt_listimgbox_wrap {
    list-style-type: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
    display: flex;
    position: relative;
    border-top: 1px solid var(--prt-whitecolor);
    padding: 31px 0 28px;
    justify-content: space-between;
}
.prt_listimgbox_wrapper .prt_listimgbox_wrap:last-child {
    border-bottom: 1px solid var(--prt-whitecolor);
}
.prt_listimgbox_wrapper .award_picture {
    transition: .5s all;
    opacity: 0;
    transform: translateY(-40px);
    transform-origin: top center;
    transition: all .45s;
}
.prt_listimgbox_wrapper .prt_listimgbox_wrap:hover .award_picture {
    transition: .5s all;
    opacity: 1;
    transform: translateY(0) skewY(0) scaleZ(1);
}
.award_picture img {
    max-width: 100%;
    object-fit: cover;
    left: auto;
    right: 20%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 300px;
    height: auto;
    position: absolute;
}
.prt_listimgbox_wrapper .prt_listimgbox_wrap .prt-box-title {
    font-size: 45px;
    line-height: 62px;
    margin-bottom: 0;
    padding-left: 42px;
    color: var(--prt-whitecolor);
}
.prt_listimgbox_wrapper .prt_listimgbox_wrap .prt-box-title a {
    color: var(--prt-whitecolor);
}
.prt_listimgbox_wrapper .prt_listimgbox_wrap:hover .prt-box-title a {
    color: var(--prt-skincolor);
}
.prt_listimgbox_wrapper .prt_listimgbox_wrap .prt-box-subtitle {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    writing-mode: vertical-rl;
    transform: rotate( 180deg);
    top: 30%;
    color: var(--prt-whitecolor);
}
.prt_listimgbox_wrapper a.prt-tab-button,
.prt-tab-style2 .elementor-tab-content a.prt-tab-button{
    color: #fff;
    text-transform: uppercase;
    font-family: var(--special-element-fontfamily);
    font-weight: 600;
    text-decoration: underline;
}
.prt_listimgbox_wrapper .prt_listimgbox_wrap .prt-cta3-content-wrapper {
    color: rgb(255 255 255 / 80%);
    visibility: hidden;
    clip-path: polygon(50% 0,50% 0,50% 100%,50% 100%);
    transition: all .9s ease,transform .9s ease;
}

.prt_listimgbox_wrapper .prt_listimgbox_list_content {
    margin: 0;
    padding: 0;
}
.prt_listimgbox_wrapper .award_picture .overlay-bg {
    content: "";
    background: transparent;
    width: 615px;
    height: auto;
    transform: rotate(0deg);
    left: 0;
    bottom: 15px;
    z-index: 3;
    transition: all .5s linear,transform 1s linear;
    padding:0px;
}
.prt_listimgbox_wrapper .prt_listimgbox_wrap.active .award_picture img {
    visibility: visible;
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    z-index: 1;
}
.prt_listimgbox_wrapper .prt_listimgbox_wrap.border_yes {
    border: 1px solid var(--prt-bordercolor);
}
.prt_listimgbox_wrapper .prt-title-sub {
    float: left;
}
.prt_listimgbox_wrapper .prt-list-btn {
    float: right;
}
.prt_listimgbox_wrapper .prt_listimgbox_wrap .prt-list-btn a:after {
    content: '\f119';
    position: absolute;
    right: 0;
    left: auto;
    top: 0px;
    font-size: 38px;
    color: var(--prt-whitecolor);
    bottom: auto;
    font-family: flaticon_valet_park !important;
}
.prt_listimgbox_wrapper .prt_listimgbox_wrap:hover .prt-list-btn a:after {
    color: var(--prt-skincolor);
}
.prt_listimgbox_wrapper .prt-list-btn a {
    color: #fff;
    position: relative;
    font-size: 0;
}
.prt_listimgbox_wrapper .prt_listimgbox_wrap:hover {
   border-color:var(--prt-skincolor);
    border-bottom: 1px solid var(--prt-skincolor);
    margin-bottom: -1px;
    z-index: 1;
}

/** listimg style1 **/
.footer_aboutus ul {
    margin-bottom: 7px;
}
.footer_aboutus li {
    display: flex;
}
.footer_aboutus a.footer-contact {
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
}
.footer_aboutus .footer-icon {
    color: var(--prt-skincolor);
    font-size: 35px;
    margin-right: 15px;
    margin-top: 0;
}
.footer_aboutus .footer-desc {
    color: var(--prt-whitecolor);
    margin-top: 3px;
}
.footer .widget ul.prt-recent-post-list>li {
    padding: 0 0 25px;
    border-bottom: 1px solid rgba(255,255,255,10%);
    margin: 0 0 18px;
    overflow: hidden;
}
ul.prt-recent-post-list>li img {
    display: block;
    width: 120px;
    float: left;
    margin-right: 21px;
    padding-top: 7px;
    border-radius: 0;
}
ul.prt-recent-post-list>li>a {
    line-height: 26px;
    display: block;
}
ul.prt-recent-post-list>li .post-date {
    display: block;
    font-size: 13px;
}
ul.prt-recent-post-list>li .post-detail a {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    font-weight: 500;
    margin-top: 5px;
    font-size: 15px;
}
ul.prt-recent-post-list>li .post-date i {
    color: var(--body-fonts-color);
    margin-right: 10px;
    font-size: 13px;
    display: none;
}
.blog .prt-blog-side-bar-categoreis ul {
    background-color: var(--prt-greycolor);
}
.blog ul.prt-recent-post-list {
    background: var(--prt-greycolor);
    padding: 10px 0px 0px !important;
}
.aboutus-quote img {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    margin-right: 15px;
    margin-top: 15px;
}
.aboutus-quote span {
    display: block;
    font-size: var(--body-font-size);
    font-weight: 400;
    margin-top: 5px;
}
.aboutus-quote .quote-desc {
    margin-top: 4px;
}
.aboutus-quote {
    display: flex;
}
.aboutus-quote.style2 img {
    margin-top: 0;
}
.aboutus-quote.style2 .quote-desc strong {
    font-size: 16px;
}
/*** fid lefticontwo ***/
.prt-fid.prt-fid-view-lefticontwo {
    padding: 0;
    text-align: left;
}
.prt-twodesc-center .prt-fid.prt-fid-view-lefticontwo {
    text-align: center;
}
.prt-fid-view-lefticontwo .prt-icon-type-image {
    min-width: unset;
}
.prt-fid-view-lefticontwo .prt-fid-left {
    margin-right: 20px;
    margin-top: 6px;
}
.prt-fid-view-lefticontwo .prt-fld-contents h4 {
    position: relative;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 4px;
    text-align: left;
}
.prt-fid-view-lefticontwo .prt-fld-contents h3 {
    font-size: 21px;
    line-height: 25px;
    color: var(--prt-secondarycolor);
}
.prt-fid-view-lefticontwo .prt-fid-inner sup {
    font-size: 34px;
    top: -13px;
    left: -3px;
}
.prt-fid-view-lefticontwo.inside h4 span:nth-child(1) {
    margin-right: -11px;
}
.prt-fid-view-lefticontwo.inside h4 span:nth-child(2) {
    margin-top: -8px;
    display: inline-block;
    vertical-align: middle;
}
.prt-fid-view-lefticontwo.inside h4 span:nth-child(3) {
    margin-left: -12px;
}
.prt-bgcolor-darkgrey .prt-fid.prt-fid-view-lefticontwo .prt-fid-title {
    color: rgba(255, 255, 255 , 0.80);
    font-size: 15px;
}
.prt-twodesc-center .prt-fid-view-lefticontwo .prt-fld-contents h4 {
    text-align: center;
}
/*** fid lefticontwo ***/
.prt-top-contactbox {
    display: block;
    font-size: 52px;
    color: var(--prt-skincolor);
    text-align: center;
    margin-bottom: 20px;
}
.prt-contactbox-title {
    color: var(--prt-skincolor);
    display: block;
}
.prt-contactbox-desc a {
    color: var(--prt-whitecolor);
    margin-bottom: 4px;
    display: block;
}
.prt-contactbox-content {
    display: inline-grid;
    text-align: center;
    float: right;
}
.prt-bottom-contactbox {
    display: inline-block;
    vertical-align: top;
    padding: 47px 50px 37px;
    border-radius: 50%;
    background: rgba(0,0,0,0.20);
    clear: both;
}
/** fid left three style **/
.prt-fid.prt-fid-without-icon.prt-fid-view-lefticonthree .prt-fld-contents {
    text-align: left;
}
.prt-fid.prt-fid-without-icon.prt-fid-view-lefticonthree h4 {
    display: inline-block;
    vertical-align: top;
    background-color: var(--prt-secondarycolor);
    color: var(--prt-skincolor);
    padding: 20px 10px 15px;
    border-radius: 10px;
    margin-right: 15px;
    font-size: 40px;
    font-weight: 600;
}
.prt-fid.prt-fid-without-icon.prt-fid-view-lefticonthree h3 {
    width: auto;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    line-height: initial;
    color: var(--prt-secondarycolor);
}
.prt-fid.prt-fid-view-lefticonthree {
    padding: 20px 25px 20px 25px;
    background-color: var(--prt-greycolor);
}
.prt-fid.prt-fid-without-icon.prt-fid-view-lefticonthree .prt-fid-inner sup {
    font-size: 25px;
    top: -0.58em;
    margin-left: -5px;
}
.prt-fid.prt-fid-without-icon.prt-fid-view-lefticonthree h3 span {
    padding: 12px 0 0 0;
}
.prt-fid.inside.prt-fid-view-lefticonfour h4 span:last-child {
    margin-left: -6px;
}
/** fid left three style **/
/** fid left four style **/
.prt-fid.inside.prt-fid-view-lefticonfour {
    padding: 20px 25px 20px 25px;
    background-color: var(--prt-greycolor);
    text-align: left;
}
.prt-fid.inside.prt-fid-view-lefticonfour .prt-fid-left {
    display: inline-block;
    vertical-align: top;
    margin-right: 23px;
    margin-top: 0;
    color: var(--prt-secondarycolor);
}
.prt-fid.inside.prt-fid-view-lefticonfour .prt-fld-contents {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.prt-fid.inside.prt-fid-view-lefticonfour h3 span {
    padding: 0;
}
.prt-fid.inside.prt-fid-view-lefticonfour .prt-fld-contents h4.prt-fid-inner {
    margin-bottom: 6px;
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
}
.prt-fid.inside.prt-fid-view-lefticonfour.prt-fid-without-icon .prt-fid-left {
    margin: 0;
}
.prt-fid.prt-fid-without-icon.prt-fid-view-lefticonfour .prt-fid-inner sup {
    top: -8px;
}
/** fid left four style **/
/*** iconbox style8 ***/
.preyantechnosys-iconbox-styleeight .prt-icon-type-text {
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    background-color: var(--prt-skincolor);
    border-radius: 50%;
    font-size: 20px;
    font-weight: var(--special-element-fontweight);
    color: var(--prt-whitecolor);
    margin-right: 25px;
}
.preyantechnosys-iconbox-styleeight .preyantechnosys-iconbox-icon {
    vertical-align: top;
}
.preyantechnosys-iconbox.preyantechnosys-iconbox-styleeight .preyantechnosys-iconbox-heading .prt-custom-heading {
    font-size: 18px;
    margin-bottom: 8px;
}
/*** iconbox style8 ***/
/** stepbox style2 **/
.prt-staticbox-style2 .prt-stepbox-content {
  padding: 25px 15px 5px;
}
.prt-staticbox-style2 .prt-stepbox-content .prt-ptable-icon-wrapper i {
    position: relative;
    display: inline-block;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -moz-transition: all .6s ease;
}
.prt-staticbox-style2 .prt-stepbox-content:hover .prt-ptable-icon-wrapper i {
    webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}
/** stepbox style2 **/
/** iconlistblock-style2 **/
.elementor-widget.iconlistblock-style2 .elementor-icon-list-item {
    background: #ffffff;
    padding: 17px 25px !important;
}
/** iconlistblock-style2 **/
/*** iconbox style6 ***/
.preyantechnosys-iconbox.preyantechnosys-iconbox-stylesix .preyantechnosys-iconbox-heading .prt-custom-heading {
    font-size: 24px;
    padding-top: 5px;
}
.preyantechnosys-iconbox.preyantechnosys-iconbox-stylesix .preyantechnosys-iconbox-heading .prt-custom-heading a {
    color: var(--prt-whitecolor);
}
.preyantechnosys-iconbox-stylesix .prt-iconbox-wrapper {
    display: flex;
}
.preyantechnosys-iconbox.preyantechnosys-iconbox-stylesix .preyantechnosys-iconbox-icon {
    margin: 0 15px 0 0;
}
.preyantechnosys-iconbox.preyantechnosys-iconbox-stylesix.preyantechnosys-iconsize-small .preyantechnosys-iconbox-icon .prt-box-icon i {
    font-size: 40px;
}
.preyantechnosys-iconbox-stylesix .preyantechnosys-iconbox-inner {
    display: inline-block;
    vertical-align: top;
}
.preyantechnosys-iconbox-stylesix {
    text-align: center;
}
/*** iconbox style6 ***/
/*** historybox style2 ***/
.prt-historybox-style2 .prt-history-box-wrapper .prt-box-title {
    transform: unset;
    writing-mode: unset;
    margin-right: 30px;
    position: relative;
}
.prt-historybox-style2 .prt-history-box-wrapper .prt-box-title h4 {
    margin: 0;
    color: var(--prt-secondarycolor);
    font-size: 16px;
    line-height: 21px;
    min-height: auto;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    padding: 22px 18px;
    background-color: var(--prt-skincolor);
}
.prt-historybox-style2 .prt-history-box-wrapper .prt-history-box-content {
    padding-left: 0;
}
.prt-historybox-style2 .prt-history-box-wrapper .prt-box-title h4:before {
    display: none;
}
.prt-historybox-style2 .prt-history-box-wrapper:before {
    display: none;
}
.prt-historybox-style2 .prt-history-box-wrapper {
    margin-bottom: 35px;
}
.prt-historybox-style2 .prt-box-col-wrapper:last-child .prt-history-box-wrapper {
    margin-bottom: 0;
}
.prt-historybox-style2 .prt-history-box-wrapper .prt-history-box-border {
    margin: 0;
    border-top: 0 solid var(--prt-skincolor);
}
.prt-historybox-style2 .prt-history-box-wrapper .prt-box-title:before {
    content: '';
    height: 100%;
    background-color: var(--prt-skincolor);
    width: 2px;
    display: block;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -50px;
}
.prt-historybox-style2 .prt-box-col-wrapper:last-child .prt-box-title:before {
    display: none;
}
.prt-historybox-wrapper.prt-historybox-style2 {
    margin: 0 -15px;
}
.prt-historybox-style2 .prt-history-box-wrapper .prt-history-box-details h5 {
    font-size: 16px;
    margin-bottom: 0px;
}
.prt-historybox-style2 .prt-history-box-wrapper .prt-history-box-details {
    padding-top: 5px;
}
/*** historybox style2 ***/

.iconlistblock-style2.elementor-list-item-link-inline ul.elementor-icon-list-items {
    display: flex;
}
.elementor-widget.iconlistblock-style2.elementor-list-item-link-inline .elementor-icon-list-item {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    border: 1px solid var(--prt-bordercolor);
    margin: 0 30px 0 0;
}
.elementor-widget.iconlistblock-style2.elementor-list-item-link-inline .elementor-icon-list-item:last-child {
    margin: 0 0 0 0;
}
.elementor-icon-list-text {
    transition: all 0.3s ease;
}
/** elementor search **/
.prt-searchbox .widget .search-form .search-field {
    padding: 21px 45px 21px 20px;
    background-color: #ffffff;
    border-color: var(--prt-bordercolor);
}
.prt-searchbox .widget .search-form .search-field:focus {
    border-color: var(--prt-secondarycolor);
}
.prt-searchbox .widget .search-form {
    text-align: center;
    margin-top: 10px;
    width: 46%;
    margin: 0 auto;
}
.prt-searchbox .widget .search-form .search-submit {
    top: 7px;
    right: 0;
    background-position: left;
    opacity: 0.2;
    background-color: transparent;
}
/** elementor search **/
.prt-accordian-style1 .elementor-accordion .elementor-accordion-item {
    padding: 0;
    border-bottom: 1px solid #e8e8e8 !important;
    padding-bottom: 30px;
    background: transparent;
}
.prt-accordian-style1 .elementor-accordion .elementor-accordion-item:last-child {
    border-bottom: 0 solid #e8e8e8 !important;
    padding-bottom: 0;
}
.prt-bigfont {
    font-size: 44px;
    line-height: 44px;
    font-weight: var(--special-element-fontweight);
    color: var(--prt-secondarycolor);
    position: relative;
    z-index: 1;
    float: left;
    margin-top: 2px;
    margin-left: -3px;
    margin-right: 18px;
}
/** iconbox style 7 **/
.preyantechnosys-iconbox-styleseven .preyantechnosys-iconbox-icon-overlay .prt-box-icon {
    height: auto;
    width: auto;
    line-height: initial;
    border-radius: unset;
    background: transparent;
}
.prt-col-bgcolor-skincolor .preyantechnosys-iconbox-styleseven.preyantechnosys-iconbox .prt-box-icon i {
    color: var(--prt-skincolor);
}
.prt-col-bgcolor-skincolor .preyantechnosys-iconbox-styleseven.preyantechnosys-iconbox .preyantechnosys-iconbox-icon-overlay .prt-box-icon i {
    color: var(--prt-body-fontcolor);
}
.preyantechnosys-iconbox-styleseven .preyantechnosys-iconbox-icon-overlay .prt-box-icon i {
    font-size: 100px;
    color: var(--prt-body-fontcolor);
    opacity: 0.1;
}
.preyantechnosys-iconbox-styleseven .preyantechnosys-iconbox-icon-overlay {
    position: absolute;
    top: 0;
    bottom: auto;
    right: 20px;
    left: auto;
}
.preyantechnosys-iconbox-styleseven.preyantechnosys-iconsize-medium .prt-box-icon {
    height: 63px;
    width: 63px;
    line-height: 70px;
}
.preyantechnosys-iconbox-styleseven.preyantechnosys-iconbox .preyantechnosys-iconbox-heading .prt-custom-heading {
    font-size: 20px;
    margin-bottom: 6px;
}
.preyantechnosys-iconbox-styleseven.preyantechnosys-iconbox .preyantechnosys-iconbox-icon {
    margin-bottom: 25px;
}
.prt-col-bgcolor-skincolor .preyantechnosys-iconbox-styleseven.preyantechnosys-iconbox .preyantechnosys-iconbox-heading .prt-custom-heading {
    color: var(--prt-secondarycolor);
}
/** iconbox style 7 **/
/** iconbox style 9 **/
.preyantechnosys-iconbox-stylenine .prt-iconbox-wrapper {
    display: flex;
}
.preyantechnosys-iconbox-stylenine.preyantechnosys-iconbox .preyantechnosys-iconbox-icon {
    margin-right: 20px;
    margin-bottom: 0;
    transition: all 0.3s linear;
}
.preyantechnosys-iconbox-stylenine.preyantechnosys-iconbox:hover .preyantechnosys-iconbox-icon {
    transition: all 0.3s linear;
    transform: scale3d(1.1, 1.1, 1.1);
}
.preyantechnosys-iconbox.preyantechnosys-iconbox-stylenine .preyantechnosys-iconbox-heading .prt-custom-heading {
    color: var(--prt-skincolor);
    font-size: 20px;
}
.preyantechnosys-iconbox-stylenine .prt-cta3-content-wrapper {
    color: var(--prt-whitecolor);
}
.preyantechnosys-iconbox.preyantechnosys-iconbox-stylenine .preyantechnosys-iconbox-heading .prt-custom-heading {
    color: var(--prt-whitecolor);
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 7px;
}
.preyantechnosys-iconbox.preyantechnosys-iconbox-stylenine.preyantechnosys-iconshape-c_outline .prt-box-icon {
    border-color: var(--prt-skincolor);
    border-radius: 5px;
}
.preyantechnosys-iconbox-stylenine.preyantechnosys-iconsize-small .prt-box-icon i {
    font-size: 24px;
}
/** iconbox style 9 **/
.prt-custom-img {
    position: relative;
}
.sidebar .widget ul.prt-custom-sidebarbox li {
    position: relative;
}
.prt-custom-img:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(35,35, 35,0.6);
    top: 0;
    left: 0;
    z-index: 1;
}
.prt-custom-desc {
    position: absolute;
    bottom: 30px;
    top: auto;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 0 20px;
}
.prt-toptext a {
    font-weight: var(--special-element-fontweight);
    color: var(--prt-whitecolor);
}
.sidebar .widget .prt-toptext a:hover {
    color: var(--prt-skincolor) !important;
}
.prt-bottomtext {
    font-size: 12px;
    color: var(--prt-whitecolor);
    margin-top: 3px;
}
.prt-bottomtext strong.custom-heading {
    font-weight: var(--special-element-fontweight);
}
.elementor-column.prt-customimage-bg:after {
    content: '';
    width: 200%;
    height: 90px;
    display: block;
    background: var(--prt-greycolor);
    position: absolute;
    bottom: -90px;
    right: -80%;
}
.prt_prettyphoto .preyantechnosys-iconbox .prt-box-icon {
    position: relative;
    height: 76px;
    width: 76px;
    line-height: 76px;
}
.prt_prettyphoto .preyantechnosys-iconbox .prt-box-icon:before {
    content: '';
    width: 110px;
    height: 110px;
    display: block;
    position: absolute;
    top: 37px;
    left: 37px;
    transform: translate(-50%,-50%);
    background: var(--prt-skincolor);
    opacity: 15%;
    z-index: -1;
    -webkit-animation: zoom 1.7s infinite;
    -moz-animation: zoom 1.7s infinite;
    -ms-animation: zoom 1.7s infinite;
    -o-animation: zoom 1.7s infinite;
    animation: zoom 1.7s infinite;
}
@-webkit-keyframes zoom {
    100% {
        width: 150%;
        height: 150%;
        opacity: 0;
    }
}
@keyframes zoom {
    100% {
        width: 150%;
        height: 150%;
        opacity: 0;
    }
}
.prt_prettyphoto .preyantechnosys-iconbox.preyantechnosys-iconsize-large .prt-box-icon i {
    font-size: 24px;
    line-height: 28px;
    display: inline-block;
    vertical-align: middle;
}
.prt-col-bgcolor-darkgrey.prt-textcolor-white a {
    color: var(--prt-whitecolor);
}
.prt-marginaccordian .elementor-accordion-item {
    margin-bottom: 25px;
}
/*** fbar widgets css ***/
img.fbar-imagelogo {
    margin-bottom: 15px;
}
.preyantechnosys-fbar-position-default .widget h4 {
    margin-bottom: 8px;
}
.preyantechnosys-fbar-position-default .widget:first-child {
    margin-top: 35px;
    padding: 0;
}
.preyantechnosys-fbar-position-default .widget.fbar-border-top {
    border-top: 1px solid rgba(255,255,255,0.10);
}
.preyantechnosys-fbar-position-default .widget.preyantechnosys_widget_recent_entries h3.widget-title {
    display: none;
}
.fbar-timebox p {
    margin: 0;
}
.preyantechnosys-fbar-position-default .widget ul.prt-recent-post-list>li .post-detail a {
    color: var(--prt-whitecolor);
    font-size: 16px;
    margin-top: 0;
    line-height: 22px;
}
.preyantechnosys-fbar-position-default .widget ul.prt-recent-post-list>li .post-detail a:hover {
    color: var(--prt-skincolor);
}
.preyantechnosys-fbar-position-default .widget ul.prt-recent-post-list>li img {
    padding: 0;
}
.preyantechnosys-fbar-position-default .widget .mailchimp-inputbox {
    margin: 27px 0 0 0;
}
.preyantechnosys-fbar-position-default .widget .mc4wp-form-fields input[type="email"] {
    background-color: rgba( 255,255,255,0.10);
    color: var(--prt-whitecolor);
    padding: 8px 205px 8px 15px;
}
.preyantechnosys-fbar-position-default .mc4wp-form-fields .mailchimp-inputbox input::-webkit-input-placeholder{
    color: rgba(255, 255, 255, .50);  
}
.preyantechnosys-fbar-position-default .mc4wp-form-fields .mailchimp-inputbox input:-moz-placeholder{
    color: rgba(255, 255, 255, .50); 
}
.preyantechnosys-fbar-position-default .mc4wp-form-fields .mailchimp-inputbox input::-moz-placeholder{
    color: rgba(255, 255, 255, .50);  
}
.preyantechnosys-fbar-position-default .mc4wp-form-fields .mailchimp-inputbox input:-ms-input-placeholder{  
    color: rgba(255, 255, 255, .50); 
}
.preyantechnosys-fbar-position-default .widget .mailchimp-inputbox button[type="submit"] {
    background-color: var(--prt-skincolor);
    color: var(--prt-secondarycolor);
    padding: 15px 30px 16px;
}
.preyantechnosys-fbar-position-default .widget h4.prt-skincolor {
    color: var(--prt-skincolor) !important;
    font-size: 16px;
    margin-bottom: 0;
}
.preyantechnosys-fbar-position-default .fbar-conatct {
    width: 72%;
    float: left;
}
.preyantechnosys-fbar-position-default .preyantechnosys-social-links-wrapper {
    width: 28%;
    float: left;
    text-align: right;
}
.preyantechnosys-fbar-position-default ul.fbar-conatct-wrap {
    display: flex;
}
.preyantechnosys-fbar-position-default .preyantechnosys-fbar-box .widget ul > li.fbar-conatct-item {
    margin-right: 100px;
    padding: 0;
}
.preyantechnosys-fbar-position-default .preyantechnosys-fbar-box .widget ul > li.fbar-conatct-item:last-child {
    margin: 0;
}
.preyantechnosys-fbar-position-default .floatingbar-widgets-bottom {
    border-top: 1px solid rgba(255,255,255,0.10);
    margin-top: 50px;
    padding-top: 40px;
}
.preyantechnosys-fbar-position-default .floatingbar-widgets-bottom .widget {
    margin: 0;
}
.preyantechnosys-fbar-position-default .widget.widget_media_image {
    text-align: right;
}
.preyantechnosys-fbar-position-default .widget .social-icons li > a {
    background: transparent;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    border-color: rgba(255,255,255,0.50);
    color: rgba(255, 255, 255, 0.50);
}
.preyantechnosys-fbar-position-default .widget .social-icons li > a i {
    font-size: 13px;
}
.preyantechnosys-fbar-position-default .widget .social-icons li > a:hover {
    color: var(--prt-skincolor);
    border-color: var(--prt-skincolor);
}
.prt-header-icons .preyantechnosys-fbar-btn a .prt-fbar-open-icon.prt-icolor-dark {
    color: var(--prt-secondarycolor);
}
.prt-header-icons .preyantechnosys-fbar-btn a .prt-fbar-open-icon.prt-icolor-skincolor {
    color: var(--prt-skincolor);
}
.prt-header-icons .preyantechnosys-fbar-btn a .prt-fbar-open-icon.prt-icolor-grey {
    color: var(--prt-greycolor);
}
.prt-header-icons .preyantechnosys-fbar-btn a .prt-fbar-open-icon.prt-icolor-white {
    color: var(--prt-whitecolor);
}
/*** fbar widgets css ***/
.prt-header-style-classic .site-branding {
    float: left;
}
/** fid style 5 **/
.prt-fid.inside.prt-fid-with-icon.prt-fid-view-lefticonfive {
    display: flex;
    text-align: left;
    padding: 0;
}
.prt-fid-view-lefticonfive .prt-fid-icon-wrapper {
    height: 72px;
    width: 78px;
    line-height: 53px;
    background: var(--prt-skincolor);
    color: var(--prt-secondarycolor);
    border-radius: 5px;
    text-align: center;
    margin-right: 20px;
}
.prt-fid-view-lefticonfive .prt-fid-icon-wrapper {
    font-size: 40px;
}
.prt-fid.inside.prt-fid-view-lefticonfive h4 {
    font-size: 36px;
    margin-bottom: 5px;
}
.prt-fid.inside.prt-fid-view-lefticonfive h4 span:last-child {
    margin-left: -8px;
}
.prt-fid.inside.prt-fid-view-lefticonfive h3 {
    color: var(--prt-secondarycolor);
}
.prt-fid.inside.prt-fid-view-lefticonfive i {
    font-size: 40px;
}
/** fid style 5 **/
.prt-playbutton .preyantechnosys-iconsize-large .prt-box-icon i {
    font-size: 30px;
}
.prt-playbutton .preyantechnosys-iconsize-large .prt-box-icon {
    height: 100px;
    width: 100px;
    line-height: 112px;
}
.prt-playbutton.prt_prettyphoto .preyantechnosys-iconbox.preyantechnosys-iconsize-large .prt-box-icon i {
    font-size: 30px;
    vertical-align: unset;
}
.prt-playbutton.prt_prettyphoto .preyantechnosys-iconbox .prt-box-icon:before {
    top: 48px;
    left: 49px;
}
.has-text-align-right blockquote {
    border-left: 0;
    border-right-width: 4px;
}
.wpb_wrapper.quote_wrap.wp-block-pullquote {
    padding-top: 0;
}
.quote_wrap.wp-block-pullquote cite {
    color: var(--prt-secondarycolor);
}
.prt-bgcolor-darkgrey .quote_wrap blockquote {
    background: var(--prt-whitecolor);
}
.elementor-widget-alert .elementor-alert button.elementor-alert-dismiss {
    right: 15px;
    font-size: 24px;
    line-height: 16px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
}
.elementor-widget-alert .elementor-alert.elementor-alert-info {
    color: #3097db;
    background-color: #ddf1ff;
    border-color: #80bae0;
}
.elementor-widget-alert .elementor-alert.elementor-alert-success {
    color: #00a500;
    background-color: #dff0d8;
    border-color: #89d289;
}
.elementor-widget-alert .elementor-alert.elementor-alert-warning {
    color: #ffa500;
    background-color: #fff0d8;
    border-color: #ffb836;
}
.elementor-widget-alert .elementor-alert.elementor-alert-danger {
    color: #fb5455;
    background-color: #ffeded;
    border-color: #ff8d8e;
}
.prt-bgcolor-darkgrey .prt-ptablebox .preyantechnosys-ptable-main {
    border-color: var(--prt-whitecolor);
}
.elementor-widget-progress .elementor-progress-percentage {
    background: 0 0;
    position: relative;
    text-align: right;
    right: -50px;
    top: -26px;
    font-size: 18px;
    color: var(--body-blackfont-color);
    font-family: var(--button-font-family);
}
.prt-pbar .elementor-widget-progress .elementor-progress-bar {
    height: 3px;
    background-color: #09274c !important;
}
.elementor-widget-progress .elementor-progress-wrapper {
    background-color: #dddddd;
}
.elementor-widget-progress .elementor-widget-progress .elementor-title {
    font-size: 16px;
    font-weight: var(--special-element-fontweight);
    margin-bottom: 9px;
}
.prt-bgcolor-white .preyantechnosys-iconbox-styletwo .preyantechnosys-iconbox-inner {
    background-color: var(--prt-greycolor);
}
.prt-bgcolor-grey .preyantechnosys-iconbox-styleone .prt-iconbox-wrapper, .prt-bgcolor-darkgrey .preyantechnosys-iconbox-styleone .prt-iconbox-wrapper {
    background-color: var(--prt-whitecolor);
}
.elementor-element.elementor-widget-button .elementor-size-sm.elementor-button {
    font-size: 15px;
    padding: 13px 20px 10px;
}
.preyantechnosys-element-clientbox-simple-logo2 .preyantechnosys-box-client .preyantechnosys-item-thumbnail-inner img {
    filter: grayscale(1);
}
.prt-bgcolor-white #mega-menu-wrap-preyantechnosys-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, .prt-bgcolor-white #mega-menu-wrap-preyantechnosys-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, .prt-bgcolor-white #mega-menu-wrap-preyantechnosys-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background: var(--prt-secondarycolor);
}
 .sidebar .wp-block-search__label {
    color: var(--h3-font-color);
    text-align: left;
    padding-right: 100px;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    font-family: var(--special-element-fontfamily);
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.wp-block-search__label {
    width: auto;
}
.sidebar .widget.widget_archive > ul,
.sidebar .widget.widget_pages > ul,
.sidebar .widget.widget_meta > ul,
.sidebar .widget.widget_recent_comments > ul,
.sidebar .widget.widget_recent_entries > ul,
.sidebar .widget.widget_rss > ul {
    background-color: var(--prt-greycolor);
}
.sidebar .widget.widget_nav_menu .menu-testing-menu-container {
    background-color: var(--prt-greycolor);
    padding: 5px 25px 18px;
}
.wp-block-search__label {
    color: var(--prt-secondarycolor);
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
    font-weight: var(--special-element-fontweight);
}
.wp-block-search__button {
    background: var(--prt-skincolor);
    border-color: var(--prt-skincolor);
	border-radius: var(--prt-button-shape);
}
.wp-block-search {
    margin-bottom: 0;
}
.wp-block-image .aligncenter>figcaption {
    text-align: center;
    font-style: italic;
}
.wp-block-button {
    margin-bottom: 1.5em;
}
.wp-block-button.is-style-squared a.wp-block-button__link {
    border-radius: 0;
}
.wp-block-image .alignright {
    margin-bottom: 1.5em;
}
.blocks-gallery-grid.alignleft:not(.has-nested-images), .wp-block-gallery.alignleft:not(.has-nested-images) {
    margin: 0.375em 1.75em 1.75em 0;
}
.single .wp-block-quote.is-large:not(.is-style-plain), .single .wp-block-quote.is-style-large:not(.is-style-plain) {
    padding: 55px 40px 30px 40px;
}
.single article.post .wp-block-pullquote  blockquote {
    margin-left: auto;
    margin-right: auto;
}
.prt-blog-classic-box-content .wp-block-calendar table th {
    font-weight: var(--special-element-fontweight);
    background: transparent;
    text-align: center;
}
ol.wp-block-latest-comments {
    padding: 0;
}
.prt-blog-classic-box-content .wp-block-group.has-background>.wp-block-group__inner-container {
    margin-bottom: 15px;
}
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    border-color: var(--prt-bordercolor);
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: var(--prt-greycolor);
}
.single article.post .entry-content blockquote p {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    color: var(--body-blackfont-color);
}
.prt-blog-classic-box-content table tbody th, .preyantechnosys-box-desc-text table tbody th {
    font-weight: 400;
}
.post-password-required input[type="submit"] {
    padding: 18px 20px 14px;
    display: inline-block;
    vertical-align: middle;
}
.post-password-required input[type="submit"]:hover {
    color: var(--prt-whitecolor);
}
.single .prt-blog-classic-box-comment p.no-comments {
    padding-bottom: 0px;
}
.single-post article.preyantechnosys-box-blog-classic.prt-no-featured-content.tag-audio .prt-blog-classic-box-content .mejs-container {
    margin-bottom: 25px;
}
.entry-content:not(.prt-titlebar) .entry-title {
    word-wrap: break-word;
}
.preyantechnosys-box-blog-classic .preyantechnosys-box-desc-text h3.entry-title {
    font-size: 26px;
    margin-bottom: 0;
}
.single article.preyantechnosys-box-blog-classic .prt-entry-meta-wrapper {
    margin-bottom: 15px;
}
.elementor-button-link .fa-angle-double-right:before {
    font-weight: 400;
    font-family: 'prt-valetex-icons';
    content: "\f101";
}
.preyantechnosys-linkeffect-border .preyantechnosys-iconbox.preyantechnosys-iconbox-styletwo .preyantechnosys-iconbox-heading .prt-custom-heading a,
.preyantechnosys-linkeffect-border .preyantechnosys-box-portfolio.preyantechnosys-portfoliobox-style3 .preyantechnosys-box-title h4 a,
.preyantechnosys-linkeffect-border .prt_listimgbox_wrapper .prt_listimgbox_wrap .prt-box-subtitle,
.preyantechnosys-linkeffect-border .preyantechnosys-box-blog .preyantechnosys-box-content h4 a,
.preyantechnosys-linkeffect-border .preyantechnosys-iconbox.preyantechnosys-iconbox-stylefour .preyantechnosys-iconbox-heading .prt-custom-heading a,
.preyantechnosys-linkeffect-border .preyantechnosys-teambox-style1 .preyantechnosys-box-content h4 a,
.preyantechnosys-linkeffect-border .preyantechnosys-box-service.preyantechnosys-servicebox-styleone .preyantechnosys-box-title h4 a,
.preyantechnosys-linkeffect-border .preyantechnosys-servicebox-styleone .preyantechnosys-serviceboxbox-readmore a,
.preyantechnosys-linkeffect-border .prt-btn-style-text.elementor-element.elementor-widget-button .elementor-button-wrapper,
.preyantechnosys-linkeffect-border .preyantechnosys-iconbox-stylefive .prt-iocnbox-btn a,
.preyantechnosys-linkeffect-border .single-tm_team_member .prt-team-list-value a,
.preyantechnosys-linkeffect-border .preyantechnosys-iconbox.preyantechnosys-iconbox-stylefive .preyantechnosys-iconbox-heading .prt-custom-heading a,
.preyantechnosys-linkeffect-border .preyantechnosys-box-blog-classic .preyantechnosys-box-desc-text h3 a,
.preyantechnosys-linkeffect-border .sidebar ul.prt-recent-post-list>li .post-detail a,
.preyantechnosys-linkeffect-border .preyantechnosys-box-blog-classic .entry-header .prt-meta-line a,
.preyantechnosys-linkeffect-border .prt-btn-style-text.prt-btn-shape-square.elementor-element.elementor-widget-button.prt-btn-color-white .elementor-button,
.preyantechnosys-linkeffect-border .post.preyantechnosys-box-blog-classic .preyantechnosys-blogbox-footer-readmore a,
.preyantechnosys-linkeffect-border .preyantechnosys-box-blog.preyantechnosys-blogbox-styleone .preyantechnosys-blogbox-desc-footer a,
.preyantechnosys-linkeffect-border .preyantechnosys-portfoliobox-style1 .preyantechnosys-box-title h4 a,
.preyantechnosys-linkeffect-border .prt-sresults-first-row ul.prt-recent-post-list>li .post-detail a {
    background-image: linear-gradient(var(--prt-secondarycolor), var(--prt-secondarycolor)), linear-gradient(var(--prt-secondarycolor), var(--prt-secondarycolor));
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}
.preyantechnosys-linkeffect-border .preyantechnosys-iconbox.preyantechnosys-iconbox-styletwo .preyantechnosys-iconbox-heading .prt-custom-heading a:hover,
.preyantechnosys-linkeffect-border .preyantechnosys-box-portfolio.preyantechnosys-portfoliobox-style3 .preyantechnosys-box-title h4 a:hover,
.preyantechnosys-linkeffect-border .prt_listimgbox_wrapper .prt_listimgbox_wrap:hover .prt-box-subtitle,
.preyantechnosys-linkeffect-border .preyantechnosys-box-blog .preyantechnosys-box-content h4 a:hover,
.preyantechnosys-linkeffect-border .preyantechnosys-iconbox.preyantechnosys-iconbox-stylefour .preyantechnosys-iconbox-heading .prt-custom-heading a:hover,
.preyantechnosys-linkeffect-border .preyantechnosys-teambox-style1 .preyantechnosys-box-content h4 a:hover,
.preyantechnosys-linkeffect-border .preyantechnosys-box-service.preyantechnosys-servicebox-styleone .preyantechnosys-box-title h4 a:hover,
.preyantechnosys-linkeffect-border .preyantechnosys-servicebox-styleone .preyantechnosys-serviceboxbox-readmore a:hover,
.preyantechnosys-linkeffect-border .prt-btn-style-text.elementor-element.elementor-widget-button .elementor-button-wrapper:hover,
.preyantechnosys-linkeffect-border .preyantechnosys-iconbox-stylefive .prt-iocnbox-btn a:hover,
.preyantechnosys-linkeffect-border .single-tm_team_member .prt-team-list-value a:hover,
.preyantechnosys-linkeffect-border .preyantechnosys-iconbox.preyantechnosys-iconbox-stylefive .preyantechnosys-iconbox-heading .prt-custom-heading:hover a,
.preyantechnosys-linkeffect-border .preyantechnosys-box-blog-classic .preyantechnosys-box-desc-text h3 a:hover,
.preyantechnosys-linkeffect-border .sidebar ul.prt-recent-post-list>li .post-detail a:hover,
.preyantechnosys-linkeffect-border .preyantechnosys-box-blog-classic .entry-header .prt-meta-line a:hover,
.preyantechnosys-linkeffect-border .post.preyantechnosys-box-blog-classic .preyantechnosys-blogbox-footer-readmore a:hover,
.preyantechnosys-linkeffect-border .preyantechnosys-box-blog.preyantechnosys-blogbox-styleone .preyantechnosys-blogbox-desc-footer a:hover,
.preyantechnosys-linkeffect-border .preyantechnosys-portfoliobox-style1 .preyantechnosys-box-title h4 a:hover,
.preyantechnosys-linkeffect-border .prt-sresults-first-row ul.prt-recent-post-list>li .post-detail a:hover {
    background-size: 0 1px, 100% 1px;
    color: var(--prt-secondarycolor);
}
.preyantechnosys-linkeffect-border .prt-btn-style-text.elementor-element.elementor-widget-button .elementor-button-wrapper .elementor-button:hover,
.preyantechnosys-linkeffect-border .single-tm_team_member .prt-team-details-list .prt-team-list-value a:hover,
.preyantechnosys-linkeffect-border .post.preyantechnosys-box-blog-classic .preyantechnosys-blogbox-footer-readmore a:hover,
.preyantechnosys-linkeffect-border .sidebar .widget_recent_comments li.recentcomments:hover,
.preyantechnosys-linkeffect-border .sidebar .widget_recent_entries a:hover,
.preyantechnosys-linkeffect-border .sidebar .widget_meta a:hover,
.preyantechnosys-linkeffect-border .sidebar .widget_archive li a:hover,
.preyantechnosys-linkeffect-border .sidebar .widget_pages li a:hover,
.preyantechnosys-linkeffect-border .sidebar .widget.widget_nav_menu li a:hover,
.preyantechnosys-linkeffect-border .sidebar .widget_product_categories a:hover,
.preyantechnosys-linkeffect-border .sidebar .widget_categories li a:hover,

.preyantechnosys-linkeffect-border .sidebar .widget a:hover,
.preyantechnosys-linkeffect-border.single-post .preyantechnosys-blogbox-sharebox .preyantechnosys-tags-links a:hover,
.preyantechnosys-linkeffect-border .prt-team-details-list .prt-team-list-value a:hover,
.preyantechnosys-linkeffect-border .prt-history-box-wrapper:hover .prt-history-box-details h5,
.preyantechnosys-linkeffect-border.woocommerce div.product form.cart .button:hover,
.preyantechnosys-linkeffect-border .main-holder .site-content ul.products li.product .woocommerce-loop-product__title:hover,
.preyantechnosys-linkeffect-border ul.wp-block-archives-list.extraclass.wp-block-archives a:hover,
.preyantechnosys-linkeffect-border .wp-block-calendar nav.wp-calendar-nav a:hover,
.preyantechnosys-linkeffect-border .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a:hover,
.preyantechnosys-linkeffect-border footer.wp-block-latest-comments__comment-meta a:hover,
.preyantechnosys-linkeffect-border .prt-blog-classic-box-content .entry-content .wp-block-latest-posts__list a:hover,
.preyantechnosys-linkeffect-border .wp-block-tag-cloud a:hover, .preyantechnosys-linkeffect-border .wp-block-rss a:hover,
.preyantechnosys-linkeffect-border article.preyantechnosys-box-blog-classic.prt-no-featured-content .prt-blog-classic-box-content ul li a:hover,
.preyantechnosys-linkeffect-border .wp-caption .wp-caption-text a:hover,
.preyantechnosys-linkeffect-border .preyantechnosys-box-blog-classic .prt-blog-classic-box-content .entry-content a:hover,
.preyantechnosys-linkeffect-border .comment-meta cite.prt-comment-owner a:hover,
.preyantechnosys-linkeffect-border .comment-meta a:hover,
.preyantechnosys-linkeffect-border .woocommerce-cart-form__cart-item a:hover,
.preyantechnosys-linkeffect-border .woocommerce-info a:hover,
.preyantechnosys-linkeffect-border .prt-header-text-area .header-info-widget .header-content a:hover {
    color: var(--prt-secondarycolor);
}
.preyantechnosys-linkeffect-border .prt-col-bgcolor-darkgrey .preyantechnosys-iconbox.preyantechnosys-iconbox-styletwo .preyantechnosys-iconbox-heading .prt-custom-heading:hover a,
.preyantechnosys-linkeffect-border .prt-btn-style-text.prt-btn-shape-square.elementor-element.elementor-widget-button.prt-btn-color-white .elementor-button:hover {
    color: var(--prt-skincolor);
    background-image: linear-gradient(var(--prt-skincolor), var(--prt-skincolor)), linear-gradient(var(--prt-skincolor), var(--prt-skincolor));
}
.preyantechnosys-linkeffect-border .sidebar .widget_archive li a:hover,
.preyantechnosys-linkeffect-border .sidebar .widget_categories li a:hover,
.preyantechnosys-linkeffect-border .sidebar .widget_pages li a:hover,
.preyantechnosys-linkeffect-border .sidebar .widget_meta a:hover,
.preyantechnosys-linkeffect-border .sidebar .widget_recent_entries a:hover,
.preyantechnosys-linkeffect-border .sidebar .widget.widget_nav_menu li a:hover {
    padding-left: 20px;
}
.preyantechnosys-linkeffect-border .prt-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal > li.mega-menu-item ul.mega-sub-menu > li.mega-current-menu-parent > a {
    color: var(--prt-secondarycolor);
}
.preyantechnosys-linkeffect-border .prt-post-format-quote a:hover {
    color: var(--prt-skincolor);
}
.preyantechnosys-linkeffect-border .prt-btn-style-text.prt-btn-shape-square.elementor-element.elementor-widget-button.prt-btn-color-white .elementor-button,
.preyantechnosys-linkeffect-border .prt-btn-style-text.elementor-element.elementor-widget-button.prt-btn-color-white .elementor-button-wrapper:hover {
    display: inline-block;
    background-image: none !important;
}
/*** iconbox style ten ***/
.preyantechnosys-iconbox-styleten.preyantechnosys-iconbox.preyantechnosys-iconsize-medium .prt-box-icon i {
    font-size: 52px;
}
.preyantechnosys-iconbox-styleten.preyantechnosys-iconbox.preyantechnosys-iconsize-large .prt-box-icon i {
    font-size: 60px;
}
.preyantechnosys-iconbox.preyantechnosys-iconbox-styleten .preyantechnosys-iconbox-heading .prt-custom-heading {
    font-size: 42px;
    line-height: 52px;
}
.preyantechnosys-iconbox-styleten.preyantechnosys-iconbox .preyantechnosys-iconbox-icon {
    margin-bottom: 0;
}
.preyantechnosys-iconbox-styleten.preyantechnosys-iconbox .prt-box-icon {
    width: auto;
    text-align: left;
}
.preyantechnosys-iconbox.preyantechnosys-iconbox-styleten {
    padding: 25px 30px 25px;
    border-top: 3px solid var(--prt-skincolor);
    background: var(--prt-whitecolor);
}
.prt-bgcolor-white .preyantechnosys-iconbox.preyantechnosys-iconbox-styleten, .prt-col-bgcolor-white .preyantechnosys-iconbox.preyantechnosys-iconbox-styleten{
    background: var(--prt-greycolor);
}
/*** iconbox style ten ***/
.prt-listiconstyle3 li.elementor-icon-list-item.elementor-inline-item {
    padding: 10px 20px;
    background: var(--prt-secondarycolor);
}
.prt-shape-bottom:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: var(--prt-whitecolor) transparent transparent transparent;
    position: absolute;
    bottom: -15px;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.prt-shape-top:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent var(--prt-whitecolor) transparent;
    position: absolute;
    top: -15px;
    bottom: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.prt-col-bgcolor-grey .prt-shape-bottom:before, .prt-col-bgcolor-grey .prt-shape-top:before {
    border-color: var(--prt-greycolor) transparent transparent transparent;
}
.prt-col-bgcolor-darkgrey .prt-shape-bottom:before, .prt-col-bgcolor-darkgrey .prt-shape-top:before {
    border-color: var(--prt-secondarycolor) transparent transparent transparent;
}
.prt-col-bgcolor-skincolor .prt-shape-bottom:before, .prt-col-bgcolor-skincolor .prt-shape-top:before {
    border-color: var(--prt-skincolor) transparent transparent transparent;
}
.prt-bgcolor-darkgrey .cursor-1,
.prt-bgcolor-darkgrey .cursor-6,
.prt-bgcolor-darkgrey .cursor-1::after,
.prt-bgcolor-darkgrey .cursor-2::after,
.prt-bgcolor-darkgrey .cursor-3::after,
.prt-bgcolor-darkgrey .cursor-2 {
    border-color: var(--prt-whitecolor);
}
.prt-bgcolor-darkgrey .cursor-icon {
    color: var(--prt-whitecolor);
}
.prt-bgcolor-darkgrey .cursor-6::after {
    border-bottom-color: var(--prt-whitecolor);
}
.prt-mmmenu-override-yes #site-header-menu #site-navigation .mega-menu-wrap .mega-menu.mega-menu-horizontal .mega-sub-menu > li.mega-menu-item-type-widget .prt-box-desc a:before {
    display: none;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.footer_customheading div {
    display: inline-block;
}
.preyantechnosys-boxes-view-carousel[data-prt-rtl="true"] {
    direction: rtl;
}
.footer_customheading div span {
    color: var(--prt-skincolor);
}
.woocommerce table.shop_table th,.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: var(--special-element-fontweight);
}

.preyantechnosys-fbar-box .widget .attribution , .preyantechnosys-fbar-box .widget #attribution_block {
    display: none !important;
}
.preyantechnosys-fbar-box .widget lottie-player, .preyantechnosys-fbar-box .widget iframe {
    filter: grayscale(1);
}
/** lefticonsix style **/
.prt-fid-view-lefticonsix .prt-fid-icon-wrapper i {
    font-size: 75px;
    color: var(--prt-secondarycolor);
    top: 0;
}
.prt-fid-view-lefticonsix .prt-fld-contents {
    text-align: left;
}
.prt-fid-view-lefticonsix .prt-fid-left {
    margin-right: 15px;
}
.prt-fid-view-lefticonsix .prt-fid-inner {
    font-size: 54px;
    line-height: 54px;
    margin-bottom: 3px;
}
.prt-fid-view-lefticonsix h3.prt-fid-title {
    font-size: 18px;
    font-weight: var(--special-element-fontweight);
    color: var(--prt-secondarycolor);
}
.prt-fid-view-lefticonsix h3.prt-fid-title {
    font-size: 18px;
    font-weight: var(--special-element-fontweight);
    color: var(--prt-secondarycolor);
}
.prt-fid-view-lefticonsix .prt-fld-contents {
    text-align: left;
    margin: -3px 0 0 0;
}
.prt-fid.inside.prt-fid-with-icon.prt-fid-view-lefticonsix {
    padding: 0;
    display: flex;
}
/** lefticonsix style **/
.prt-customtext-heading {
    background: var(--prt-whitecolor);
    color: var(--prt-skincolor);
    padding: 0 10px;
}
.prt-customtext-fontweight-medium {
    font-weight: var(--special-element-fontweight) !important;
}
.prt-customtext-fontweight-bold {
    font-weight: 600 !important;
}
/* testimonial -style3 */
.preyantechnosys-testimonialbox-stylethree .preyantechnosys-box-content {
    padding:22px 30px 20px;
    background: var(--prt-whitecolor);
    margin-right: 30px;
    position: relative;
    z-index: -1;
}
.prt-col-bgcolor-white .preyantechnosys-testimonialbox-stylethree .preyantechnosys-box-content {
    background: var(--prt-greycolor);
}
.preyantechnosys-testimonialbox-stylethree .preyantechnosys-box-img {
    height: 98px;
    width: 98px;
    margin-right: 20px;
    float: left;
    margin-bottom: 30px;
}
.preyantechnosys-testimonialbox-stylethree.preyantechnosys-box-testimonial .preyantechnosys-box-img img {
    border-radius: 0;
}
.preyantechnosys-testimonialbox-stylethree .preyantechnosys-box-title {
    overflow: hidden;
}
.preyantechnosys-box-highlight .preyantechnosys-review-highlight {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px;
}
.preyantechnosys-boxes-testimonial .preyantechnosys-testimonialbox-stylethree .preyantechnosys-author-name {
    font-size: 22px;
    color: #09274c;
}
.preyantechnosys-testimonialbox-stylethree .preyantechnosys-box-desc:before {
    content: "\e876";
    font-family: 'prt-valetex-icons';
    position: absolute;
    top: auto;
    right: -30px;
    left: auto;
    line-height: 60px;
    margin: 0 auto;
    font-size: 35px;
    bottom: 50px;
    text-align: center;
    color: #fff;
    transition: all .5s ease 0s;
    transform: rotateY(180deg);
    background-color: var(--prt-secondarycolor);
    width: 60px;
    height: 60px;
    overflow: visible;
    z-index: 1;
}
.preyantechnosys-boxes-testimonial .preyantechnosys-testimonialbox-stylethree .preyantechnosys-box-footer {
    display: none;
}
.preyantechnosys-boxes-testimonial .preyantechnosys-box-desc {
    clear: both;
    margin-top: 25px;
}
.preyantechnosys-boxes-testimonial .preyantechnosys-testimonialbox-stylethree .preyantechnosys-box-desc {
    clear: both;
    margin-top: 0px;
    margin-bottom: 15px;
}
.preyantechnosys-boxes-testimonial .preyantechnosys-testimonialbox-stylethree  .preyantechnosys-box-desc .preyantechnosys-testimonial-text {
    font-size: 16px;
    line-height: 28px;
}
.preyantechnosys-boxes-testimonial.preyantechnosys-element-testimonialbox-style-3 {
    overflow: hidden;
}
.prt-quote-desc {
    padding-top: 5px;
}
.prt-quote-desc span {
    font-weight: var(--special-element-fontweight);
    font-family: var(--special-element-fontfamily);
    font-size: 16px;
}
/* testimonial -style3 */

#typed_lists {
    display: inline-block;
}
.typed-cursor {
    color: var(--prt-skincolor);
}
.prt-mmenu-active-color-skin .prt-mmmenu-override-yes #site-header-menu #site-navigation .mega-menu-wrap .mega-menu.mega-menu-horizontal > li.mega-menu-item.mega-current-menu-ancestor > a, .mega-current-menu-ancestor .righticon i {
    color: var(--prt-skincolor)!important;
}
.preyantechnosys-maxmegamenu-active .prt-mmenu-active-color-skin .prt-mmmenu-override-yes #site-header-menu #site-navigation .mega-menu-wrap .mega-menu.mega-menu-horizontal > li.mega-menu-item.mega-current-menu-ancestor > a {
    color: var(--prt-skincolor) !important;
}
.wp-block-image figcaption, .wp-block-image .aligncenter>figcaption {
    text-align: center;
	font-style: italic;
}
.preyantechnosys-linkeffect-border .preyantechnosys-box-blog-classic .prt-blog-classic-box-content .entry-content .wp-block-button a:hover {
    color: var(--prt-whitecolor);
}
.preyantechnosys-linkeffect-border .preyantechnosys-box-blog-classic .prt-blog-classic-box-content .entry-content .wp-block-button.is-style-outline a:hover {
    color: var(--prt-secondarycolor);
}
.wp-block-gallery.is-cropped .blocks-gallery-caption:last-child, .wp-block-gallery.is-cropped {
    margin-bottom: 10px;
}
.prt-blog-classic-box-content .wp-block-media-text.has-media-on-the-right, .prt-blog-classic-box-content .wp-block-group.has-background {
    margin-bottom: 15px;
}
p img.alignright {
    margin: 1.75em 0 1.75em 1.75em;
}
.single .comment-body blockquote p {
    margin-top: 0;
}
.preyantechnosys-linkeffect-border #site-header-menu #site-navigation div.nav-menu > ul > li li.current_page_parent > a {
    color: var(--prt-secondarycolor);
}
.elementor-widget .elementor-icon-list-icon .fa-check:before {
    content: '\e83a';
    font-family: "prt-valetex-icons";
    font-weight: normal;
    font-size: 10px;
}
.preyantechnosys-footer-style1 .site-footer .widget {
    font-size: 16px;
}
/* footer style1 */
.preyantechnosys-footer-style1 .footer .footer-rows .first-footer .first-footer-inner {
    padding-bottom: 30px;
    padding-top: 30px;
}
/*.preyantechnosys-footer-style1 .site-footer .prt-container-for-footer .first-footer-inner >.row .widget-area:first-child .widget {
    margin-top: 7px;
}*/
.footer-toptitle {
    font-size: 28px;
    margin: 0;
    line-height: 38px;
}
.footer-button-title {
    font-family: 'Caveat';
    font-weight: 500;
    font-size: 22px;
    color: var(--body-fonts-color);
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    padding-right: 32px;
    position: relative;
}
.prt-textcolor-white .footer-button-title {
    color: var(--prt-whitecolor);
}
.footer-button-title:before {
    content: '';
    -webkit-mask: url(../images/arrow1.png) no-repeat 100% 100%;
    mask: url(../images/arrow1.png) no-repeat 100% 100%;
    position: absolute;
    height: 18px;
    width: 37px;
    right: -17px;
    left: auto;
    bottom: -2px;
    background: var(--prt-skincolor);
    text-align: center;
    display: block;
}
.footer-buttonbox .elementor-widget-button {
    display: inline-block;
    vertical-align: top;
}
.footer-buttonbox .prt-btn-shape-square .elementor-button-link.elementor-button {
    border-radius: 0;
}
.footer-buttonbox .prt-btn-style-outline .elementor-button-link.elementor-button {
    background: transparent;
    outline: 2px solid;
    color: var(--body-fonts-color);
    font-size: var(--button_fontsize);
    font-weight: var(--button-font-weight);
        padding: 15px 30px;
    display: inline-block;
    line-height: 1;
}
.prt-textcolor-white .footer-buttonbox .prt-btn-style-outline .elementor-button-link.elementor-button {
    color: var(--prt-whitecolor);
}
.footer-buttonbox .prt-btn-style-outline .elementor-button-link.elementor-button:hover {
    color: var(--prt-skincolor);
}
.footer .mc4wp-form-fields .style2 input[type="email"] {
    border: 1px solid rgba(255,255,255,.10);
    padding: 11px 70px 11px 20px;
    color: var(--prt-whitecolor);
}
.prt-textcolor-white .mc4wp-form-fields .style2 input[type="email"]::-webkit-input-placeholder {
    color: rgba(255,255,255,.20);
}
.prt-textcolor-white .mc4wp-form-fields .style2 input[type="email"]::-moz-placeholder{
   color: rgba(255,255,255,.20);  
}
.prt-textcolor-white .mc4wp-form-fields .style2 input[type="email"]::-moz-placeholder{
    color: rgba(255,255,255,.20);   
}
.prt-textcolor-white .mc4wp-form-fields .style2 input[type="email"]::-ms-input-placeholder{  
    color: rgba(255,255,255,.20);  
}
.style2.mailchimp-inputbox button[type="submit"] i {
    color: var(--prt-skincolor);
}
.style2.mailchimp-inputbox button[type="submit"] {
    top: 5px;
    bottom: 0;
    right: 25px;
}
.footer .mailchimp-inputbox.style2 {
    margin-top: -10px;
    margin-bottom: 23px;
}
.preyantechnosys-footer-style1 .footer .widget .widget-title {
    margin-bottom: 28px;
}
/* footer style1 */
.main-holder .site-content #review_form #respond .form-submit {
    display: inline-block;
    width: auto;
    vertical-align: top;
}
.prt-titlebar .breadcrumb-wrapper a i:before {
    margin-left: 0;
}
.prt-bgcolor-darkgrey #site-header-menu  #site-navigation .prt-header-icon a {
    color: var(--prt-whitecolor);
}
.prt-breadcrumb-border-bottom {
    border-bottom: 1px solid var(--prt-bordercolor);
}
.search-results .prt-list.prt-list-style-icon li i, .search-results .prt-list.prt-list-style-icon li a {
    color: var(--body-fonts-color) !important;
}
.search-results .prt-list.prt-list-style-icon li:hover i, .search-results .prt-list.prt-list-style-icon li:hover a {
    color: var(--prt-secondarycolor) !important;
}
.prt-sresults-first-row ul.prt-recent-post-list>li .post-date i {
    color: var(--body-fonts-color);
}
/* iconbox-styletwelve */
.preyantechnosys-iconbox-styletwelve {
    position: relative;
}
.preyantechnosys-iconbox-styletwelve .preyantechnosys-iconbox-heading .prt-custom-heading {
    font-size: 20px;
    line-height: 30px;
}
.preyantechnosys-iconbox-styletwelve .preyantechnosys-iconbox-icon .prt-icon-type-image img {
    width: 102px;
    height: 63px;
}
.preyantechnosys-iconbox-styletwelve .preyantechnosys-iconbox-heading {
    padding-left: 30px;
    position: relative;
}
.preyantechnosys-iconbox-styletwelve .preyantechnosys-iconbox-heading .prt-iocnbox-btn {
    position: relative;
}
.preyantechnosys-iconbox-styletwelve .preyantechnosys-iconbox-heading .prt-iocnbox-btn a span {
    position: absolute;
    top: -26px;
    right: 136px;
    display: inline-block;
    border-bottom: 1px solid currentColor;
}
/* iconbox-styletwelve */
.elementor-alert .elementor-alert-title {
    font-size: 15px !important;
}
.elementor-alert .elementor-alert-description {
    font-size: 14px !important;
}
/**/


/************* iconbox style 11 css**************/
.preyantechnosys-iconbox.preyantechnosys-iconbox-styleeleven .prt-icon-type-text {
    font-family: roboto;
    font-size: 100px;
    line-height: 28px;
    -webkit-background-clip: text;
    -webkit-text-stroke: 1px #dcdcdc;
    color: #ffffff;
    margin-bottom: 43px;
    transition: all 1s ease;
}
.preyantechnosys-iconbox.preyantechnosys-iconbox-styleeleven .prt-custom-heading {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 8px;
}
.preyantechnosys-iconbox.preyantechnosys-iconbox-styleeleven .preyantechnosys-iconbox-inner {
    padding: 10px 40px 30px 40px;
}
.preyantechnosys-iconbox.preyantechnosys-iconbox-styleeleven:hover .prt-icon-type-text {
    color: var(--prt-skincolor);
    -webkit-text-stroke: 1px var(--prt-skincolor);
    transition: all 1s ease;
}
.preyantechnosys-iconbox.preyantechnosys-iconbox-styleeleven .prt-cta3-content-wrapper {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.prt-toggle-list1 .elementor-toggle .elementor-tab-title {
    font-weight: normal;
    border-bottom: 0;
}
.prt-toggle-list1 .elementor-toggle .elementor-tab-content {
    margin-top: -10px;
}
.prt-toggle-list1 .elementor-toggle .elementor-tab-title .elementor-toggle-icon {
    margin-top: 8px;
}
/********* toggal css ****************************/
.prt-toggle-list1 .elementor-toggle-item {
    border-top: 1px solid var(--prt-secondarycolor);
    border-bottom: 1px solid var(--prt-secondarycolor) !important;
    background-color: var(--prt-whitecolor);
    position: relative;
    margin-bottom: 50px;
}

.prt-toggle-list1 .elementor-toggle .elementor-tab-content p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.prt-toggle-list1 .elementor-toggle-title {
    font-size: 24px !important;
    line-height: 28px;
    color: var(--prt-secondarycolor);
    font-family: var(--button-font-family);
}

/************* fidbox lefticon7 css **************************/
.prt-fid-view-lefticonseven .prt-fid-inner {
    font-size: 140px;
    line-height: 54px;
    font-weight: 700;
    background-image: url(../images/fidabck-img.jpg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: center left;
    padding: 40px 0 ;
}
.prt-fid-view-lefticonseven .prt-fid-inner:after {
    content: '';
    position: absolute;
    background-color:#e0e0e0;
    height: 1px;
    width: 30%;
    top: auto;
    bottom: 70px;
    right: 32px;
    left: auto;
}
.prt-fid-view-lefticonseven .prt-fid-inner:before {
    content: '';
    position: absolute;
    background-color: #e0e0e0;
    height: 1px;
    width: 30%;
    top: auto;
    bottom: 70px;
    left: 10px;
    right: auto;
}
.prt-fid-view-lefticonseven .prt-fid-inner span {
    margin-left: -20px;
}
.prt-fid-view-lefticonseven .prt-fid-title {
    font-size: 20px;
    line-height: 28px;
    color: var(--prt-secondarycolor);
}

/************* fidbox style8***********************/
.prt-fid-view-lefticoneight {
    padding: 20px 0 30px 0;
}
.prt-fid-view-lefticoneight .prt-icon-type-image img {
    margin-bottom: 30px;
}
.prt-fid-view-lefticoneight .prt-fid-inner {
    font-size: 60px;
    line-height: 54px;
    margin-bottom: 10px;
}
.prt-fid-view-lefticoneight .prt-fid-inner span {
    margin-left: -10px;
}
.prt-fid-view-lefticoneight  .prt-fid-title {
    color: var(--prt-secondarycolor);
    font-size: 20px;
    line-height: 28px;
}

/************** testimonialbox style5 css   *************************/

.preyantechnosys-box-testimonial.preyantechnosys-testimonialbox-stylefive .prt-box-footer {
    display: flex;
}
.preyantechnosys-box-testimonial.preyantechnosys-testimonialbox-stylefive .preyantechnosys-post-item {
    padding: 35px 21px 43px 21px;
    background-color: var(--prt-whitecolor);
}
.preyantechnosys-box-testimonial.preyantechnosys-testimonialbox-stylefive .preyantechnosys-item-thumbnail-inner {
    border: 1px solid var(--prt-bordercolor);
    padding: 5px;
    height: 70px;
    width: 70px;
}
.preyantechnosys-box-testimonial.preyantechnosys-testimonialbox-stylefive .preyantechnosys-box-title {
    padding-left: 18px;
    padding-top: 7px;
}
.preyantechnosys-box-testimonial.preyantechnosys-testimonialbox-stylefive 
 .preyantechnosys-box-desc {
    margin-top: 0;
    position: relative;
}
.preyantechnosys-box-testimonial.preyantechnosys-testimonialbox-stylefive .preyantechnosys-box-content {
    margin-bottom: 27px;
}
.preyantechnosys-box-testimonial.preyantechnosys-testimonialbox-stylefive .preyantechnosys-box-desc:before {
    content: '';
    width: 4px;
    height: 100%;
    background-color: var(--prt-skincolor);
    position: absolute;
    left: 0;
    right: auto;
}
.preyantechnosys-box-testimonial.preyantechnosys-testimonialbox-stylefive .preyantechnosys-testimonial-text {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
        line-height: 26px;
    padding-left: 20px;
    font-size: 14px;
}
.preyantechnosys-element-testimonialbox-style-5.preyantechnosys-boxes-testimonial .preyantechnosys-boxes-row-wrapper.row:not(.slick-slider) .prt-box-col-wrapper {
    padding-top: 20px;
}


/**************** course table css *********************************/

.prt-ctablebox.prt-ctablebox-style-1.horizontal .prt-ctable-wrap.prt-wrap {
    display: block;
}
.prt-ctablebox.prt-ctablebox-style-1.horizontal .prt-ctablebox-price {
    font-size: 60px;
    line-height: 54px;
    color: var(--prt-secondarycolor);
    font-family: var(--special-element-fontfamily);
}
.prt-ctablebox.prt-ctablebox-style-1.horizontal .prt-price-text {
    display: flex;
}
.prt-ctablebox.prt-ctablebox-style-1.horizontal .tprt-ctablebox-price-w.prt-wrap-cell {
    display: flex;
    margin-bottom: 20px;
}
.prt-ctablebox.prt-ctablebox-style-1.horizontal .prt-ctablebox-features {
    display: flex;
    padding: 10px 0;
}
.prt-ctablebox.prt-ctablebox-style-1.horizontal .prt-ctable-line {
    list-style: none;
    font-size: 20px;
    line-height: 28px;
    font-family: var(--special-element-fontfamily);
    color: var(--prt-secondarycolor);
}
.prt-ctablebox.prt-ctablebox-style-1.horizontal .prt-ctable-line i:before {
    content: none;
}
.prt-ctablebox.prt-ctablebox-style-1.horizontal .prt-ctablebox-frequency {
    font-size: 26px;
    line-height: 54px;
    font-family: var(--special-element-fontfamily);
    color: var(--prt-secondarycolor);
}
.prt-ctablebox.prt-ctablebox-style-1.horizontal .prt-ctablebox-cur-symbol {
    font-size: 32px;
    font-family: var(--special-element-fontfamily);
    color: var(--prt-secondarycolor);
}
.prt-ctablebox.prt-ctablebox-style-1.horizontal .prt-ctable-content.prt-wrap-cell {
    padding: 30px 30px 0 30px;
    width: 100%;
}
.prt-ctablebox.prt-ctablebox-style-1.horizontal .tprt-coursetable-column-w.prt-ctable-col:nth-child(even) .prt-ctable-content {
    padding-left: 0;
}
.prt-ctablebox.prt-ctablebox-style-1.horizontal .prt-ctable-icon.prt-wrap-cell {
    width: 100%;
}
.prt-ctablebox.prt-ctablebox-style-1.horizontal .prt-ctablebox-desc {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.prt-ctablebox.prt-ctablebox-style-1.horizontal .tprt-coursetable-column-w.prt-ctable-col {
    width: 100%;
}
.prt-ctablebox.prt-ctablebox-style-1.horizontal .tprt-coursetable-column-w.prt-ctable-col:nth-child(even) .preyantechnosys-ctable-main .prt-ctable-wrap.prt-wrap {
    flex-direction: row-reverse;
}
.prt-ctablebox.prt-ctablebox-style-1.horizontal .tprt-coursetable-column-w.prt-ctable-col .preyantechnosys-ctable-main .prt-ctable-wrap.prt-wrap {
    display: flex;
    margin-bottom: 40px;
}
.prt-ctablebox.prt-ctablebox-style-1.horizontal .prt-feature-lines {
    padding:0 50px 0 0;
 }
.prt-ctablebox.prt-ctablebox-style-1.horizontal .prt-ctable-heading {
    display: none;
}
.prt-ctablebox.prt-ctablebox-style-1.horizontal .prt-ctable-desc {
    list-style: none;
}
.prt-ctablebox.prt-ctablebox-style-1.horizontal .prt-ctable-desc i:before {
    content: none;
}
.prt-ctablebox.prt-ctablebox-style-1.horizontal .prt-ctablebox-infoheading-title {
    background-color: var(--prt-skincolor);
    color: var(--prt-whitecolor);
    text-align: center;
    letter-spacing: 2px;
    padding: 7px 0;
}

/******************** marqueebox style1 css ********************************/

.prt-marqueebox-wrapper.prt-marqueebox-style1 .prt-box-title h4 {
    font-size: 70px;
    line-height: 60px;
    letter-spacing: 5px;
    border-top: 1px solid var(--prt-bordercolor);
    border-bottom: 1px solid var(--prt-bordercolor);
    display: inline-block;
    padding-top: 13px;
    padding-bottom: 2px;
}
.pet-marquee-text .prt-marqueebox-wrapper.prt-marqueebox-style1 .prt-box-title h4 {
    -webkit-background-clip: text;
    -webkit-text-stroke: 1px var(--prt-secondarycolor);
    color: #ffffff;
}


/*************************iconlist css (iconlistblock-style3)*****************************************/
.elementor-widget.iconlistblock-style3 .elementor-icon-list-item {
    background: #ffffff;
    padding: 10px 25px !important;
}

/********************** footer css **********************************/
.footer-prt-mail .input[type="email"]{
     background: transparent;
    padding: 0 25px 0 30px;
    border-bottom: 1px solid;
    padding: 0;
    color: var(--prt-whitecolor);
}
.preyantechnosys-footer-style2 .site-footer .widget {
    font-size: 14px;
}
.preyantechnosys-footer-style2 .footer .first-footer .first-footer-inner {
    padding-bottom: 0;
    border-bottom: 0;
}
.preyantechnosys-footer-style2 .footer .footer-rows .second-footer:not(.prt-widgetsep-yes) .second-footer-inner .widget-area {
    padding: 20px 15px 40px;
}
.footer .footer-prt-mail  .mailchimp-inputbox button[type="submit"]{
    padding: 0;
    background: transparent;
    color: var(--prt-whitecolor);
    font-size: 0;
    top: 60px;
    bottom: auto;
    left: auto;
    right: 15px;
    margin: 0 auto;
}
.footer-prt-mail .mailchimp-email {
    border-bottom: 1px solid #333647;
}
.site-footer .second-widget-area .footer-prt-menu-link {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
.site-footer .second-widget-area .footer-prt-menu-link li {
    display: inline-block;
    width: calc(50% - 2px);
    float: none;
    padding: 0 0 11px 0;
}
.site-footer .textwidget.widget-text .footer-prt-paragraph a, .tm-email-widget a {
    border-bottom: 1px dashed var(--prt-whitecolor);
    color: var(--prt-whitecolor);
}
.site-footer .textwidget.widget-text .footer-prt-paragraph a:hover, .tm-email-widget a:hover {
    color: var(--prt-skincolor);
    border-color: var(--prt-skincolor);
}
.site-footer .textwidget.widget-text .prt-widget-contact .tm-email-widget p strong {
    font-weight: 400;
    border-bottom: 1px dashed var(--prt-whitecolor);
}
.site-footer .second-widget-area .footer-prt-menu-link li a {
    border-bottom: 1px dashed var(--prt-whitecolor);
    color: var(--prt-whitecolor);
}
.site-footer .second-widget-area .footer-prt-menu-link li a:hover {
    border-color: var(--prt-skincolor);
    color: var(--prt-skincolor);
}
.mailchimp-inputbox input::-webkit-input-placeholder{
    color: rgba(187, 187, 187, 1) !important; 
    font-size: 16px; 
}
.mc4wp-form-fields .mailchimp-inputbox input:-moz-placeholder{
    color: rgba(187, 187, 187, 1) !important;   
    font-size: 16px;
}
.mc4wp-form-fields .mailchimp-inputbox input::-moz-placeholder{
    color: rgba(187, 187, 187, 1) !important; 
    font-size: 16px;   
}
.mc4wp-form-fields .mailchimp-inputbox input:-ms-input-placeholder{  
    color: rgba(187, 187, 187, 1) !important;   
    font-size: 16px;
}   
.site-footer .prt-footer-gallery {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
.prt-footer-gallery {
    margin-top: 0 !important;
}
.prt-widget-contact:before {
    content: '';
    position: absolute;
    background-color: #333647;
    height: 1px;
    width: 90%;
    top: 44%;
    bottom: auto;
}
.site-footer .prt-widget-contact {
    padding-top: 15px;
    position: relative;
}
.site-footer .prt-widget-contact p{
    margin-bottom: 0;
}
.footer-buttonbox {
    text-align: right;
}
.footer .footer-prt-mail  .mailchimp-inputbox button[type="submit"] {
    padding: 0;
    background: transparent;
    color: var(--prt-whitecolor);
    font-size: 0;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    margin: 0 auto;
}
.footer .footer-prt-mail .mc4wp-form-fields input[type="email"] {
    padding: 0 45px 10px 0;
}
.prt-widget-contact:before {
    content: '';
    position: absolute;
    background-color: rgba(255,255,255,.1);
    height: 1px;
    width: 90%;
    top: 0;
    bottom: auto;
}
.prt-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal > li.mega-menu-item.mega-main-demos ul.mega-sub-menu li.widget_media_image > a:after {
    color: var(--prt-whitecolor);
}
.prt-header-style-classic-three .prt-header-text-area .social-icons li > a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    border: transparent;
    color: #fff !important;
}
footer .prt-footer-address-section .prt-footer-icon-class {
    width: 55px;
}
.prt-footer-socialblock {
    padding-bottom: 10px;
}
.footer .prt-footer-socialblock  .social-icons li > a {
    background: #111321;
}
.footer .prt-footer-socialblock  .social-icons li > a:hover {
    background: var(--prt-skincolor);
}
.footer .prt-whitecolor {
    color: var(--prt-whitecolor);
}

/*////////////////////////////////////////////////New CSS/////////////////////////////////////////////////////////*/
footer.entry-footer {
    display: none;
}
.prt-element-heading-content-wrapper .prt-element-subheading{
    margin-bottom: 10px;
}
/*Testimonial Style 2*/
.preyantechnosys-testimonialbox-styletwo .preyantechnosys-post-item{
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.preyantechnosys-testimonialbox-styletwo{
    background-color: #ffffff;
    padding:40px 30px 43px 30px;
    position: relative;
    margin-top: 30px;
}
.preyantechnosys-testimonialbox-styletwo:before {
    content: "\f11d";
    position: absolute;
    top: 197px;
    left: auto;
    text-align: center;
    display: block;
    z-index: 9;
    right: 25px;
    font-family: 'flaticon_municipal_';
    font-size: 130px;
    color: var(--body-fonts-color);
    opacity: 0.1;
}
.preyantechnosys-testimonialbox-styletwo .preyantechnosys-description .preyantechnosys-box-highlight .preyantechnosys-review-highlight {
    font-size: 26px;
    line-height: 32px;
    margin-top: 20px;
}

.preyantechnosys-testimonialbox-styletwo .preyantechnosys-box-content .preyantechnosys-ratting-stars {
    vertical-align: top;
}
.preyantechnosys-testimonialbox-styletwo .prt-box-footer{
    display: inline-block;
}
.preyantechnosys-testimonialbox-styletwo .preyantechnosys-box-desc {
    margin-top: 5px;
    margin-bottom: 35px;
}
.preyantechnosys-testimonialbox-styletwo .preyantechnosys-item-thumbnail-inner img{
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
.preyantechnosys-testimonialbox-styletwo  .preyantechnosys-author-name {
    font-size: 22px;
    line-height: 26px;
}
.preyantechnosys-testimonialbox-styletwo .preyantechnosys-box-footer {
    font-size: 15px;
}
.preyantechnosys-testimonialbox-styletwo .themetechmount-box-img {
    padding-right: 18px;
}
.preyantechnosys-testimonialbox-styletwo .preyantechnosys-box-title {
    text-align: left;
}
/*****/
.prt-fid-view-lefticonnine.inside h4 span:nth-child(2) {
    margin-left: -18px;
    margin-top: 0;
}
.inside.prt-fid-view-lefticonnine {
    padding-left: 0 !important;
}
.prt-fid-view-lefticonnine .prt-fid-inner {
    font-size: 110px;
    line-height: 54px;
    font-weight: 700;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(255 255 255 / 20%);
}
.prt-fid-view-lefticonnine h3 span {
    padding: 2px 4px 0px 4px;
    display: block;
    margin-left: -25px;
    margin-top: -10px;
}
.prt-fid-view-lefticonnine h3 {
    line-height: 28px;
    width: auto;
    font-size: 22px;
}
 /*****BUTTON*****/
.prt-btn-style-text span.elementor-button-icon.elementor-align-icon-right i {
    line-height: 12px;
}
.elementor-element.elementor-widget-button .elementor-size-md.elementor-button {
    line-height: 22px !important;
}
.preyantechnosys-eventbox-footer a:after,
.preyantechnosys-box-blog.preyantechnosys-blogbox-styleone .preyantechnosys-blogbox-desc-footer a:after,
.post.preyantechnosys-box-blog-classic .preyantechnosys-blogbox-footer-readmore a:after{
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    background-color: #09274c;
    top: auto;
    background:
    linear-gradient(
      to right,
      rgba(9 ,39, 76 ,.98),
      rgba(9 ,39, 76, .98)
      
    ),
    linear-gradient(
      to right,
      rgba(226, 62 ,78, 1),
      rgba(226, 62 ,78, 1),
      rgba(226, 62 ,78, 1)
      
  );
  background-size: 100% 3px, 0 3px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}

.prt-slider-button-underline:after
 {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    background-color: #09274c;
    top: auto;
    background:
    linear-gradient(
      to right,
      rgba(226, 62 ,78, 1),
      rgba(226, 62 ,78, 1)
      
    ),
    linear-gradient(
      to right,
      rgba(255, 255 ,255, 1),
      rgba(255, 255 ,255, 1),
      rgba(255, 255 ,255, 1)
      
  );
  background-size: 100% 3px, 0 3px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}
.prt-slider-button-underline:hover:after{
    transition: all 0.1s ease-in-out;
    background-size: 0 3px, 100% 3px;
}
.prt-btn-style-text .elementor-button-link.elementor-button:hover:after, 
.preyantechnosys-eventbox-footer a:hover:after,
.preyantechnosys-box-blog.preyantechnosys-blogbox-styleone .preyantechnosys-blogbox-desc-footer a:hover:after,
.post.preyantechnosys-box-blog-classic .preyantechnosys-blogbox-footer-readmore a:hover:after
{
    background-color: var(--prt-skincolor);
    transition: all 0.5s ease-in-out;
    background-size: 0 3px, 100% 3px;
}
.elementor-element .elementor-button-link:hover .elementor-align-icon-right,
.preyantechnosys-events-box-style1 .preyantechnosys-eventbox-footer:hover a i,
.preyantechnosys-box-blog.preyantechnosys-blogbox-styleone .preyantechnosys-blogbox-desc-footer a:hover:before,
.prt-slider-button-icon:hover i,
.preyantechnosys-box-blog.preyantechnosys-blogbox-styletwo .preyantechnosys-blogbox-desc-footer:hover a:before,
.preyantechnosys-servicebox-stylethree .preyantechnosys-serviceboxbox-readmore:hover a:before,
.prt-header-style-classic .prt-header-text-area .header-info-widget a.prt-vc_general.prt-vc_btn3:hover i,
.prt-header-style-infostack .tprt-custombutton .info-button:hover i,
.preyantechnosys-iconbox.preyantechnosys-iconbox-stylefour .prt-iocnbox-btn a:hover:after,
.post.preyantechnosys-box-blog-classic .preyantechnosys-blogbox-footer-readmore a:hover:before,
.contactform-4 .form-btn:hover i
{
    -webkit-animation: tfLeftToRight 0.55s forwards;
    -moz-animation: tfLeftToRight 0.55s forwards;
    animation: tfLeftToRight 0.55s forwards;
}

@keyframes tfLeftToRight{
49% {
    transform: translateX(100%);
}
50% {
    opacity: 0;
    transform: translateX(-100%);
}
51% {
    opacity: 1;
}
}

@keyframes hvr-icon-buzz{
50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
}

100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
}
}
.prt-header-style-infostack .tprt-custombutton i {
    position: relative;
    display: inline-block;
}
.mailchimp-inputbox button i,
.prt-slider-button-icon i {
    display: inline-block;
}
.prt-slider-button-icon i {
    top: 2px !important;
}
.preyantechnosys-box-blog.preyantechnosys-blogbox-styleone .preyantechnosys-blogbox-desc-footer a,
.preyantechnosys-box-blog.preyantechnosys-blogbox-styletwo .preyantechnosys-blogbox-desc-footer a,
.preyantechnosys-servicebox-stylethree .preyantechnosys-serviceboxbox-readmore a,
.post.preyantechnosys-box-blog-classic .preyantechnosys-blogbox-footer-readmore a
{
    position: relative;
    display: inline-block;
    padding-right: 25px;
}
.preyantechnosys-box-blog.preyantechnosys-blogbox-styleone .preyantechnosys-blogbox-desc-footer a:before,
.preyantechnosys-box-blog.preyantechnosys-blogbox-styletwo .preyantechnosys-blogbox-desc-footer a:before,
.preyantechnosys-servicebox-stylethree .preyantechnosys-serviceboxbox-readmore a:before,
.post.preyantechnosys-box-blog-classic .preyantechnosys-blogbox-footer-readmore a:before
{
    font-family: "flaticon_municipal_";
    content: "\f11f";
    right: 0;
    position: absolute;
    font-size: 14px;
    line-height: 16px;
}
.preyantechnosys-box-blog.preyantechnosys-blogbox-styleone .preyantechnosys-blogbox-desc-footer a:hover{
    color: var(--prt-skincolor);
}
.post.preyantechnosys-box-blog-classic .preyantechnosys-blogbox-footer-readmore a:before{
    line-height: 12px;
 /*****BUTTON END*****/
}


/* blog style-1 */
.preyantechnosys-boxes .preyantechnosys-box-heading-wrapper {
    margin-bottom: 35px;
}
.preyantechnosys-blogbox-styleone .prt-post-author-name, .preyantechnosys-blogbox-styleone .prt-box-post-date {
    display: table-cell;
    vertical-align: middle;
}
.preyantechnosys-blogbox-styletwo  .prt-meta-line, 
.preyantechnosys-blogbox-styleone .prt-entry-meta .prt-meta-line {
    padding-right: 25px;
}
.preyantechnosys-blogbox-styleone .prt-entry-meta .prt-meta-line:last-child{
    padding-right: 0;
}
.preyantechnosys-box-blog .preyantechnosys-box-content .prt-entry-meta .prt-meta-line:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    right: 10px;
    top: 0;
    background-color: #CACACA;
}
.preyantechnosys-blogbox-styleone .preyantechnosys-box-desc {
    padding: 29px 0px 25px;
    border-top: 1px solid #000;
}
.preyantechnosys-blogbox-styleone .preyantechnosys-box-content {
    position: relative;
    z-index: 1;
    text-align: left;
}
.preyantechnosys-blogbox-styleone:hover .prt-featured-wrapper img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}
.preyantechnosys-blogbox-styleone .prt-featured-wrapper img {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    width: 100%;
}
.preyantechnosys-blogbox-styleone .prt-post-author-name a {
    color: var( --body-fonts-color);
}
.preyantechnosys-blogbox-styleone .prt-post-author-name {
    padding-right: 30px;
    position: relative;
}
.preyantechnosys-blogbox-styleone .prt-post-author-name:after,
.preyantechnosys-blogbox-styletwo .prt-post-author-name:after
{
    position: absolute;
    content: "";
    height: 15px;
    width: 1px;
    right: 15px;
    top: 6px;
    background-color: #e2e1e1;
}
.preyantechnosys-blogbox-styleone .preyantechnosys-box-content .preyantechnosys-box-title {
    padding-bottom: 8px;
}
.preyantechnosys-blogbox-styleone .prt-post-button-comment {
    width: 100%;
    align-items: baseline;
    display: flex;
}
.preyantechnosys-blogbox-styleone .preyantechnosys-blogbox-desc-footer{
    padding: 15px 30px 23px 30px;
    margin: 0;
    width: 50%;
}
.preyantechnosys-box-blog.preyantechnosys-blogbox-styleone .preyantechnosys-blogbox-desc-footer a,
.preyantechnosys-box-blog.preyantechnosys-blogbox-styletwo .preyantechnosys-blogbox-desc-footer a {
    text-transform: uppercase;
    font-family: var(--special-element-fontfamily);
    font-weight: 600;
    line-height: 22px;
    color: #09274c;
}
.preyantechnosys-blogbox-styleone .prt-post-featured-outer-wrapper {
    background-size: cover;
    background-position: 100%;
    padding-top: 245px;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    webkit-transition: all .6s ease-in-out;
}
/*blog style end*/
.prt-blog-img-none .prt-featured-outer-wrapper.prt-post-featured-outer-wrapper {
    display: none;
}
.prt-icon-style-box .elementor-icon-box-title:after {
    position: absolute;
    height: 45px;
    width: 1px;
    right: 26px;
    top: 6px;
    background-color: #e2e1e1;
    content: "";
}
.prt-event-icon-box .preyantechnosys-iconbox-styletwo .preyantechnosys-iconbox-inner {
    padding: 40px 30px 18px;
}
.prt-ctabox-row.row {
    padding: 60px 0;
}

.elementor-element.elementor-widget-button .elementor-size-md.elementor-button {
    padding:14px 30px 13px !important;
}
.prt-header-style-classic .prt-header-text-area .header-info-widget .elementor-element.elementor-widget-button .elementor-size-sm.elementor-button {
    font-size: 15px;
    padding: 13px 20px 4px;
    line-height: 22px;
}
.prt-header-style-classic .prt-header-text-area .header-info-widget .elementor-button .elementor-align-icon-right {
    margin-left: 10px;
}
.site-description {
    display: none;
}

.prt-tab-style2 {
position: relative;
}

.prt-tab-style2 .elementor-tabs-wrapper {
display: flex;
position: relative;
padding: 0;
background-color: var(--prt-greycolor);
}

.prt-tab-style2 .elementor-tabs-wrapper .prt-elementor-tab-title {
display: inline-block;
padding: 12px 25px;
cursor: pointer;
font-size: 16px;
border: none;
color: #000;
flex: 1 1 auto;
margin-right: 0;
text-align: center;
position: relative;
background-color: transparent;
}

.prt-tab-style2 .elementor-tabs-wrapper:before {
position: absolute;
content: '';
height: 1px;
width: 100%;
top: 0px;
border-bottom: 1px solid #000;
left: 0;
right: 0;
margin: 0 auto;
}

.prt-tab-style2 .elementor-tabs-wrapper .prt-elementor-tab-title:after {
position: absolute;
content: '';
height: 10px;
width: 10px;
border-radius: 50%;
background-color: #fff;
border: 1px solid #000;
bottom: auto;
top: -4px;
right: 0px;
left: 0;
margin: 0 auto;
display: block !important;
}

.prt-tab-style2 .elementor-tabs-wrapper .prt-elementor-tab-title.prt-tab-active:after {
background-color: #000;
}

.prt-tab-style2 .elementor-tabs-wrapper .prt-elementor-tab-title:first-child {
margin-left: 0px;
}

.prt-tab-style2 .elementor-tabs-wrapper .prt-elementor-tab-title:last-child {
margin-right: 0px;
}

.elementor-widget-tm_tabbox_element .prt-tab-style2 .elementor-tabs-wrapper:before {
    display: none;
}
.elementor-widget-tm_tabbox_element .prt-tab-style2 .elementor-tabs-wrapper .prt-elementor-tab-title:after {
    display: none !important;
}
.prt-service-tab .prt-elementor-tabs.prt-tab-style2 .elementor-tabs-wrapper .prt-elementor-tab-title {
    padding: 10px 0px;   
}
.prt-elementor-tabs.prt-tab-style2 .elementor-tabs-wrapper .prt-elementor-tab-title.prt-tab-active,
.prt-elementor-tabs.prt-tab-style2 .elementor-tabs-wrapper .prt-elementor-tab-title:last-child {
    border-right: none;
}
.prt-elementor-tabs.prt-tab-style2 .elementor-tabs-wrapper .prt-elementor-tab-title {
   padding: 10px 10px;
    background-color: transparent;
    list-style: none;
    display: block;
    text-align: center;
    border-right: 1px solid var(--prt-bordercolor);
}
.prt-elementor-tabs.prt-tab-style2 .elementor-tabs-wrapper .prt-elementor-tab-title i {
    margin-bottom: 15px;
    display: block;
    font-size: 50px;
    line-height: 50px;
}
.prt-elementor-tabs.prt-tab-style2 .elementor-tabs-wrapper .prt-elementor-tab-title.prt-tab-active   span {
    color: var(--prt-whitecolor);
}
.prt-elementor-tabs.prt-tab-style2 .prt-elementor-tab-title.prt-tab-active {
    position: relative;
    background-color: var(--prt-secondarycolor);
}
.prt-elementor-tabs.prt-tab-style2 .prt-elementor-tab-title.prt-tab-active i {
    color: var(--prt-whitecolor);
}
.prt-elementor-tabs.prt-tab-style2 .elementor-tabs-wrapper .prt-elementor-tab-title span {
    font-size: 26px;
    line-height: 36px;
    color: var(--body-blackfont-color);
    font-weight: 500;
}

.preyantechnosys-iconbox-stylethree {
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.12) 0px 0px 5px;
    padding:35px 20px 25px;
}
.preyantechnosys-iconbox-stylethree .preyantechnosys-iconbox-icon .prt-box-icon a {
    cursor: auto;
}
.preyantechnosys-iconbox-stylethree .preyantechnosys-iconbox-icon .prt-box-icon{
    text-align: center;
    margin: 0 auto;
    width: 135px;
    height: 103px;
    line-height: 118px;
}
.preyantechnosys-iconbox-stylethree .preyantechnosys-iconbox-icon .prt-box-icon i {
    font-size: 50px;
        -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: inline-block;
}
.preyantechnosys-iconbox-stylethree:hover .preyantechnosys-iconbox-icon .prt-box-icon i {
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/*service style one*/
article.preyantechnosys-box.preyantechnosys-box-service.preyantechnosys-servicebox-styleone {
    margin: 0 auto;
    position: relative;
    transition: transform 0.5s ease-in-out;
}
.preyantechnosys-servicebox-styleone .prt-box-icon{
    margin-bottom: 10px;
}
.preyantechnosys-servicebox-styleone .prt-service-icon i {
    font-size: 45px;
    color: var(--body-blackfont-color);
}
.preyantechnosys-servicebox-styleone .preyantechnosys-post-item .preyantechnosys-box-title h4 {
    font-size: 20px;
    margin-bottom: 0px;
}
.preyantechnosys-servicebox-styleone .preyantechnosys-box-desc {
    padding-top: 7px;
    position: relative;
    overflow: hidden;
}
.preyantechnosys-servicebox-styleone .prt-short-desc p {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
    transition: transform 0.5s ease-in-out;
    color: var(--body-fonts-color);
}
.preyantechnosys-servicebox-styleone{
    transition: .5s;
}
.preyantechnosys-servicebox-styleone:hover .prt-service-icon {   
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.preyantechnosys-servicebox-styleone .prt-service-icon {
    display: inline-block;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    width: 68px;
    height: 68px;
    line-height: 82px;
    background-color: #f2ffcc;
    border-radius: var(--prt-button-shape);
    text-align: center;
    margin-right: 15px;
}
.preyantechnosys-servicebox-styleone .prt-servicebox-detials {
    margin-right: 2px;
    padding: 16px 20px 10px;
    position: relative;
    border-right: 2px solid #f1f1f1;
}
.preyantechnosys-servicebox-styleone .item-content {
    padding: 55px 0 0 10px;
    text-align: left;
}
.preyantechnosys-servicebox-styleone .preyantechnosys-serviceboxbox-readmore {
    writing-mode: vertical-rl;
    transform: rotate( 180deg);
    text-align: center;
    padding: 12px;
}
.preyantechnosys-servicebox-styleone .preyantechnosys-post-item {
    background-color: var(--prt-greycolor);
	border-radius: 10px;
}
.prt-bgcolor-grey .preyantechnosys-servicebox-styleone .preyantechnosys-post-item {
    background-color: var(--prt-whitecolor);
}
.preyantechnosys-servicebox-styleone .prt-servicebox-detials:before {
    position: absolute;
    content: '';
    width: 21px;
    height: 21px;
    background-color: #f6f7f8;
    border-radius: 45px;
    bottom: -10px;
    right: -11px;
}
.preyantechnosys-servicebox-styleone .prt-servicebox-detials:after {
    position: absolute;
    content: '';
    width: 21px;
    height: 21px;
    background-color: #f6f7f8;
    border-radius: 45px;
    top: -10px;
    right: -11px;
}
.preyantechnosys-servicebox-styleone .prt-category {
    background-color: var(--prt-greycolor);
    color: var(--body-blackfont-color);
    padding: 4px 12px;
    position: absolute;
    left: 0;
    border-top-right-radius: var(--prt-button-shape);
    border-bottom-right-radius: var(--prt-button-shape);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.preyantechnosys-boxes-testimonial .testimonials-nav .preyantechnosys-author-name {
    font-size: 22px;
}
.prt-marqueebox-wrapper.prt-marqueebox-style1 .prt-box-col-wrapper:nth-child(even) .prt-box-title h4 {
    -webkit-background-clip: text;
    -webkit-text-stroke: 1px var(--prt-secondarycolor);
    color: #ffffff;
}

/******event box style 1*******/

.preyantechnosys-events-box-style1 .preyantechnosys-meta-details.preyantechnosys-event-meta-details span.preyantechnosys-event-meta-dtstart,
 .preyantechnosys-events-box-style1 .preyantechnosys-meta-details.preyantechnosys-event-meta-details span.sep {
    display: none;
}
.preyantechnosys-events-box-style1 .preyantechnosys-post-item-inner{
    text-align: center;
}
.preyantechnosys-element-tribe_eventsbox-style1.preyantechnosys-boxes-gap-30px .preyantechnosys-boxes-row-wrapper.row:not(.slick-slider) .prt-box-col-wrapper {
    margin-bottom: 80px;
    position: relative;
}
.preyantechnosys-element-tribe_eventsbox-style1.preyantechnosys-boxes-gap-30px .preyantechnosys-boxes-row-wrapper.row:not(.slick-slider) .prt-box-col-wrapper:last-child {
    margin-bottom: 0;
}
.preyantechnosys-events-box-style1 .preyantechnosys-event-date span.entry-month span.entry-year {
    display: none;
}
.preyantechnosys-events-box-style1 .preyantechnosys-event-date span.entry-month {
    font-size: 20px;
    font-family: var(--special-element-fontfamily);
    line-height: 26px;
    display: block;
    font-weight: 400;
    color: var(--body-fonts-color);
    text-align: center;
    text-transform: uppercase;
}
.preyantechnosys-events-box-style1 .preyantechnosys-event-date span.preyantechnosys-event-meta-dtstart {
    font-family: var(--special-element-fontfamily);
    font-size: 40px;
    line-height: 44px;
    color: #09274c;
    font-weight: 600;
    padding: 20px 20px 14px;
    display: inline-block;
    border: 1px solid var(--prt-bordercolor);
    width: 110px;
}
.preyantechnosys-events-box-style1 .preyantechnosys-events-meta .tribe-events-vanue {
    display: table-cell;
    vertical-align: middle;
}

.preyantechnosys-events-box-style1 .preyantechnosys-box-bottom-content .preyantechnosys-box-title h4 {
    margin-bottom: 10px;
    margin-top: 12px;
    font-size: 22px;
}
.preyantechnosys-events-box-style1 .preyantechnosys-events-meta .preyantechnosys-meta-details {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}
.preyantechnosys-events-box-style1 .preyantechnosys-eventbox-footer {
    padding: 35px 0;
}
.preyantechnosys-events-box-style1  .preyantechnosys-eventbox-footer a {
    font-family: var(--button-font-family);
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}
.preyantechnosys-events-box-style1 .preyantechnosys-eventbox-footer a i {
    padding-left: 8px;
    display: inline-block;
    position: relative;
    top: 2px;
}
.preyantechnosys-events-box-style1 .preyantechnosys-meta-details,.preyantechnosys-events-box-style1 .preyantechnosys-meta-details a, .preyantechnosys-events-box-style1 .preyantechnosys-meta-details i {
    font-size: 15px;
    color:  var(--body-fonts-color);
}
.preyantechnosys-element-tribe_eventsbox-style1 .prt-box-col-wrapper:after {
    content: '';
    height: 58%;
    width: 1px;
    display: block;
    position: absolute;
    background: var(--prt-bordercolor);
    right: 0;
    left: 70px;
    top: 147px;
    bottom: 0px;
    margin: auto 0;
}
.preyantechnosys-element-tribe_eventsbox-style1 .prt-box-col-wrapper:before {
    display: block;
    content: "";
    position: absolute;
    width: 76%;
    height: 1px;
    left: auto;
    background-color: var(--prt-bordercolor);
    top: auto;
    bottom: -40px;
    right: 52px;
}
.preyantechnosys-element-tribe_eventsbox-style1 .prt-box-col-wrapper:last-child:after,
.preyantechnosys-element-tribe_eventsbox-style1 .prt-box-col-wrapper:last-child:before {
    content: unset;
}
.preyantechnosys-events-box-style1 .preyantechnosys-box-content:after {
    content: '';
    height: 65px;
    width: 1px;
    display: block;
    position: absolute;
    background: var(--prt-bordercolor);
    right: 50px;
    left: auto;
    top: 15px;
    bottom: 0px;
    margin: auto 0;
}
.preyantechnosys-events-box-style1 .preyantechnosys-box-content {
    position: relative;
}
.preyantechnosys-events-box-style1 .preyantechnosys-box-content .preyantechnosys-box-category a {
    font-size: 15px;
    text-transform: uppercase;
    color: var(--prt-skincolor);
    font-weight: 600;
}


.preyantechnosys-element-testimonialbox-style-1.preyantechnosys-boxes-view-slickview .preyantechnosys-boxes-row-wrapper {
    margin-top: 0;
}
.prt-slider-button-icon i {
    padding-left: 8px;
}
li.themetechmount-contact-phonenumber {
    padding-bottom: 26px !important;
    padding-top: 15px !important;
}
.prt-client-line  h5:after {
    line-height: 1em;
    font-size: 14px;
    content: "";
    background-color:  var(--prt-bordercolor);
    width: 130px;
    height: 1px;
    position: absolute;
    left: auto;
    right: 22px;
    top: 9px;
    display: block;
}
.preyantechnosys-boxes-testimonial .testimonials-info.slick-initialized.slick-slider .preyantechnosys-box-desc {
    margin-top: 10px;
}
.prt-headerstyle-classic-three .prt-btn-style-outline.prt-btn-color-white .elementor-button {
    border-color: #09274c !important;
    color: #09274c;
}
.prt-headerstyle-classic-three span.elementor-button-icon.elementor-align-icon-right {
    margin-top: -2px;
    margin-left: 10px;
 }
 .preyantechnosys-blogbox-styletwo .prt-box-post-date {
    font-size: 22px;
    line-height: 40px;
    font-family: var(--special-element-fontfamily);
    color: #09274c;
    font-weight: 600;
    padding-top: 10px;
    text-transform: uppercase;
}
.preyantechnosys-blogbox-styletwo .preyantechnosys-box-blog-content {
    text-align: center;
    margin: 0 auto;
    padding: 0 30px;
}

.prt-staticbox-style2 .prt-stepbox-content .prt-ptable-icon-wrapper {
    font-size: 35px;
    display: inline-block;
    position: relative;
    height: 75px;
    width: 75px;
    line-height: 86px;
    background-color: #031d3d;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}
.prt-staticbox-style2 .prt-stepbox .prt-bottom-contentbox {
    padding: 24px 0 0px;
}


/*---Iconbox style-one---*/

.preyantechnosys-iconbox.preyantechnosys-iconbox-stylefour {
    padding: 40px;
    position: relative;
    margin-bottom: 0px;
    border: 1px solid var(--prt-bordercolor);
    text-align: center;
    margin: 0 auto;
}

.preyantechnosys-iconbox.preyantechnosys-iconbox-stylefour .preyantechnosys-iconbox-heading .prt-custom-heading {
    margin-bottom: 17px;
    font-size: 22px;
    line-height: 28px;
}
.preyantechnosys-iconbox-stylefour .prt-iconbox-wrapper .prt-cta3-content-wrapper {
    font-size: 16px;
    line-height: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.preyantechnosys-iconbox.preyantechnosys-iconbox-stylefour .prt-box-icon {
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-bottom: 13px;
}
.preyantechnosys-iconbox.preyantechnosys-iconbox-stylefour .prt-box-icon i {
    font-size: 50px;
        color: var(--prt-skincolor);
}
.preyantechnosys-iconbox.preyantechnosys-iconbox-stylefour:hover .prt-box-icon {
    background-color:#000;
}
.preyantechnosys-iconbox-stylefour:hover .prt-box-icon i {
    display: inline-block;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    transition: all ease .6s;
}
.preyantechnosys-iconbox-stylefour .preyantechnosys-iconbox-background-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.preyantechnosys-iconbox-stylefour:hover .preyantechnosys-iconbox-heading,
.preyantechnosys-iconbox-stylefour:hover .preyantechnosys-iconbox-icon,
.preyantechnosys-iconbox-stylefour .preyantechnosys-iconbox-background-image {
    opacity: 0;
}
.preyantechnosys-iconbox-stylefour:hover .prt-iocnbox-btn a,
.preyantechnosys-iconbox-stylefour .preyantechnosys-iconbox-background-image {
    -webkit-transition: all .9s ease;
    -o-transition: all .9s ease;
    -moz-transition: all .9s ease;
    transition: all .9s ease;
    transform: scale(0);
    -webkit-transform: scale(0);
}
.preyantechnosys-iconbox-stylefour:hover .preyantechnosys-iconbox-heading {
    opacity:1;
}
.preyantechnosys-iconbox-stylefour:hover .preyantechnosys-iconbox-heading .prt-iocnbox-btn a,
.preyantechnosys-iconbox-stylefour:hover .preyantechnosys-iconbox-background-image {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.preyantechnosys-iconbox-stylefour .prt-iocnbox-btn a {
    position: absolute;
    color: #fff;
    font-size: 16px;
    opacity: 0;
    right: 0;
    left: 0;
    top: 40%;
    border: 1px solid var(--prt-secondarycolor);
    background-color: var(--prt-secondarycolor);
    bottom: 0;
    z-index: 1;
    text-align: center;
    display: table;
    margin: 0 auto;
    padding: 10px 30px 6px;
    font-family: var(--button-font-family);
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
    line-height: 27px;
}
.preyantechnosys-iconbox-stylefour .prt-iocnbox-btn span {
    padding-right: 10px;
}
.preyantechnosys-iconbox-stylefour .preyantechnosys-iconbox-heading .prt-iocnbox-btn {
    margin-top: 0;
}
.preyantechnosys-iconbox-stylefour .prt-icon-bg-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.preyantechnosys-iconbox-stylefour .preyantechnosys-iconbox-background-image:    {
    position: absolute;
    content: '';
    background-color: var(--prt-secondarycolor);
    top: 0;
    left: 0;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity:0.3;
    border-radius: 6px;
}
.preyantechnosys-iconbox-stylefour:hover .preyantechnosys-iconbox-background-image:before{
    transform: scale(1);
    -webkit-transform: scale(1);
}
.preyantechnosys-iconbox-stylefour .tm-icon-bg-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.preyantechnosys-iconbox.preyantechnosys-iconbox-stylefour .prt-iocnbox-btn a:after {
    content: "\f11f";
    color: #fff;
    font-size: 14px;
    font-family: 'flaticon_municipal_';
        position: relative;
    display: inline-block;
}
.prt-icon-img-box-border .preyantechnosys-iconbox.preyantechnosys-iconbox-stylefour {
    border-right: 0;
    border-bottom: 0;
}
.prt-fact-bg-color .prt-fid-with-icon.prt-fid-view-lefticon {
    background-color: #ffffff;
    padding: 25px 30px;
    box-shadow: rgb(0 25 58 / 10%) 0px 0px 10px;
}
.wpcf7-form .contactform-1 .wpcf7-form-control-wrap:not(.chkTerms) {
    margin-bottom: 30px;
}
.contactform-1 input[type="text"], .contactform-1 textarea{
    background-color: var(--prt-greycolor);
    border: 0;
    padding: 18px 30px;
}
.contactform-1 .select2-container--default .select2-selection--single, .contactform-1 .select2-dropdown {
    background-color: var(--prt-greycolor);
    border: 0;
}
.contactform-1 .form-btn .elementor-button {
    width: 100%;
    padding: 20px 25px 15px;
    border-radius: 5px;
}
.preyantechnosys-blogbox-styletwo .col-md-3.preyantechnosys-box-blog-img {
    padding: 0;
}
.prt-button-white-step.prt-btn-style-text .elementor-button-link.elementor-button:after{
    background: #fff;
}
.prt-button-white-step.prt-btn-style-text .elementor-button-link.elementor-button:hover:after {
    background: var(--prt-skincolor);
}
.prt-textcolor-white .prt-element-content-desctxt {
    color: rgba(255, 255, 255, 0.70);
}
.prt-textcolor-white h4.prt-element-subheading {
    color: var(--prt-skincolor) !important;
}
.prt-secondary-darkcolor {
    color: #09274c;
}
.prt-icon-height-line .elementor-icon-box-wrapper .elementor-icon {
    transition: transform 0.5s ease-in-out;
    transform: translateY(0);
    padding-bottom: 18px;
}

.prt-icon-height-line .elementor-icon-box-wrapper:hover .elementor-icon {
    transform: translateY(-5px);
}
.prt-inner-services-box .prt-box-col-wrapper article.preyantechnosys-box.preyantechnosys-box-service.preyantechnosys-servicebox-styleone {
    background-color: var(--prt-greycolor);
    box-shadow: none;
    border-right: 1px solid var(--prt-bordercolor);
    padding: 35px;
}  
.prt-inner-services-box .prt-box-col-wrapper:last-child article.preyantechnosys-box.preyantechnosys-box-service.preyantechnosys-servicebox-styleone {
    border-right: 0;
} 

.prt-accordion-white-bg .elementor-widget-accordion .elementor-accordion .elementor-accordion-title {
    color: #09274c;
}
.prt-accordion-white-bg .elementor-accordion .elementor-accordion-item {
    background-color: var(--prt-greycolor);
}
.prt-accordion-white-bg .elementor-widget-accordion .elementor-tab-content p {
    color: var(--body-fonts-color);
}
.prt-accordion-white-bg .elementor-tab-content {
    background-color: #ffffff;
}
.prt-accordion-white-bg .elementor-accordion-item {
    margin-bottom: 20px;
}
.prt-left-bar-bg .textwidget.widget-text{
    background-image: url(../images/side-bar-bg-img.jpg)!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 50px 10px 47px;
}
.prt-ssb-call-box a {
    color: #fff;
}
.prt-service-side-bar{
   text-align: center;     
}
.prt-service-side-bar  span {
    color: rgb(255 255 255 / 70%);
}
.prt-ssb-call-box {
    margin-top: 15px;
}
.prt-pdf-icon {
    display: table-cell;
    vertical-align: middle;
    background-color: var(--prt-secondarycolor);
    padding: 15px 10px 15px 10px;
    width: 50px;
    height: 50px;
}

.prt-pdf-title-details {
    display: table-cell;
    vertical-align: middle;
    padding-left:20px;
}
.prt-pdf-icon i {
    color: #fff;
    font-size: 38px;    
}
.prt-title-pdf h6 {
    margin-bottom: 0;
    font-size: 17px;
}
.prt-title-pdf span {
    font-size: 14px;
}
.prt-services-left-side-bar-bg .textwidget.widget-text {
    background-color: var(--prt-greycolor);
    padding: 30px 25px;
}
.prt-side-bar-pdf-reader {
    background-color: #ffffff;
    padding: 15px 20px;
}
.prt-second-pdf-detail {
    margin-top: 20px;
}
.prt-service-box-gray article.preyantechnosys-box.preyantechnosys-box-service.preyantechnosys-servicebox-styleone {
    background-color: var(--prt-greycolor);
    padding: 35px 25px 30px;
}
.prt-service-tab .prt-elementor-tabs.prt-tab-style2 .elementor-tabs-wrapper .prt-elementor-tab-title span {
    font-size: 30px;
    line-height: 32px;
}
.prt-service-tab .elementor-tab-content {
    background-color: transparent;
}

.prt-inner-box-service-icon-box .preyantechnosys-iconbox.preyantechnosys-iconbox-styletwo .preyantechnosys-iconbox-heading .prt-custom-heading {
    font-size: 20px;
}

.prt-inner-box-service-icon-box .preyantechnosys-iconbox-styletwo .preyantechnosys-iconbox-inner {
    padding: 40px 10px 25px;
}
.contactform-2 input[type="text"], .contactform-2 textarea, .contactform-2 input[type="email"] {
    background-color: var(--prt-greycolor);
    border: none;
    padding: 10px 20px;
}
.contactform-2 .form-btn .elementor-button {
    width: 100%;
    padding: 17px 25px 11px;
}
.contactform-2 .wpcf7-form .wpcf7-form-control-wrap:not(.chkTerms) {
    margin-bottom: 20px;
}

.prt-servives-inner-testimonial .preyantechnosys-testimonialbox-styletwo {
    background-color: var(--prt-greycolor);
        margin-top: 0;
}
.prt-servies-innner-box article.preyantechnosys-box.preyantechnosys-box-service.preyantechnosys-servicebox-styletwo {
    background-color: var(--prt-greycolor);
    border: 1px solid #09274c;
}
.prt-servies-innner-box .preyantechnosys-servicebox-styletwo .prt-short-desc {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.prt-servies-innner-box .preyantechnosys-servicebox-styletwo .prt-servicebox-detials {
    padding: 38px;
}
.prt-services-inner-img-box .preyantechnosys-iconbox.preyantechnosys-iconbox-styleone .preyantechnosys-iconbox-icon .prt-icon-type-image {
    width: 100px;
}
.prt-services-inner-img-box .preyantechnosys-iconbox.preyantechnosys-iconbox-styleone .preyantechnosys-iconbox-icon .prt-icon-type-image img {
    width: 100px;
    height: 100px;
}
.prt-services-inner-img-box .preyantechnosys-iconbox-styleone {
    background-color: var(--prt-greycolor);
    padding: 12px 20px;
}
.prt-services-inner-img-box .preyantechnosys-iconbox-styleone {
    background-color: var(--prt-greycolor);
    padding: 12px 20px;
}
/*****services box style-3********/

.preyantechnosys-servicebox-stylethree .item-content-title {
     padding:30px 20px;
}
.preyantechnosys-servicebox-stylethree .prt-box-icon {
    display: table-cell;
    vertical-align: middle;
}
.preyantechnosys-servicebox-stylethree .prt-title {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}
.preyantechnosys-servicebox-stylethree .prt-title .preyantechnosys-box-title h4 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 0;
}
.preyantechnosys-servicebox-stylethree .prt-box-icon .prt-service-icon {
    line-height: 56px;
    font-size: 54px;
    color: var(--prt-skincolor);
}

.preyantechnosys-servicebox-stylethree .preyantechnosys-box-desc {
    padding-top: 15px;
}
.preyantechnosys-servicebox-stylethree .preyantechnosys-serviceboxbox-readmore a {
    line-height: 22px;
}
.prt-service-box-gray .preyantechnosys-servicebox-styleone .preyantechnosys-box-title h4 {
    font-size: 22px;
    margin-bottom: 15px;
}
.prt-service-inner-testimonial .preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-box-desc .preyantechnosys-testimonial-text {
    font-size: 22px;
    line-height: 30px;
}
.prt-service-inner-testimonial .preyantechnosys-boxes-testimonial .testimonials-nav .preyantechnosys-author-name {
    font-size: 17px;
}
.prt-service-inner-testimonial .testimonials-nav {
    max-width: 410px;
}
.prt-team-progress-bar .elementor-widget-progress .elementor-progress-wrapper {
    background-color: #e2eafc;
}
.contactform-3 input[type="text"],
.contactform-3 textarea,
.contactform-3 input[type="email"]{
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--prt-bordercolor);
    padding: 10px 20px 9px 30px;
}
.contactform-3 .form-btn i {
    color: #fff;
    position: absolute;
    right: 28px;
    top: 8px;
}
.contactform-3 .form-btn {
    position: relative;
    display: inline-block;
}
.contactform-3 .form-btn input[type="submit"] {
    padding: 12px 55px 10px 30px;
    border-radius: 5px;
}
.contactform-4 input[type="text"],
.contactform-4 textarea,
.contactform-4 input[type="email"]{
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--prt-bordercolor);
    padding: 15px 0;
}
.contactform-4 .form-btn .elementor-button {
    width: 100%;
    padding: 20px 25px 15px;
}
.contactform-4 .form-btn i{
    color: #fff;
    position: absolute;
    right: 40px;
    top: 8px;
}
.contactform-4 .form-btn input[type="submit"] {
    padding: 12px 65px 10px 30px;
    border-radius: 5px;
}
.contactform-4 .form-btn{
    position: relative;
    display: inline-block;
    padding: 0px;
    margin-top: 45px;
}
.contactform-5 input[type="text"],
.contactform-5 textarea,
.contactform-5 input[type="email"]{
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--prt-bordercolor);
    padding: 15px 0;
}
.contactform-5 .form-btn input[type="submit"] {
    padding: 12px 55px 10px 30px;
}
.prt-form-two-description {
    padding: 40px 0 27px;
}
.contactform-5 .form-btn {
    position: relative;
    display: inline-block;
    padding: 0px;
}
.contactform-5 .form-btn i {
    color: #fff;
    position: absolute;
    right: 27px;
    top: 8px;
}
.single-post figure.wp-block-gallery.has-nested-images {
    gap: 30px;
    margin-bottom: 0;
    flex-wrap: unset;
    padding: 20px 0;
}
.single-tm_portfolio .prt-social-share-links ul li:last-child,
.single-post .prt-social-share-links ul li:last-child {
    padding-right: 0;
}
.prt-nextprev-bottom-nav{
    display: none;
}
p.firstletterr:first-letter {
    font-size: 40px;
    line-height: 45px;
    float: left;
    padding:10px 20px 15px;
    font-weight: 700;
    background-color: var(--prt-secondarycolor);
    color: #fff;
    margin-right: 20px;
    margin-top: 0px;
}

/*******Event Detail******/
p.tribe-events-back {
    display: none;
}
.tribe-events-notices {
    display: none;
}
h1.tribe-events-single-event-title {
    display: none;
}
.tribe-events-schedule.tribe-clearfix {
    display: none;
}
.prt-events-form-box .textwidget.widget-text {
    background-color: var(--prt-greycolor);
    padding: 35px 30px;
}
.prt-commonform.contactform-6 .elementor-button {
    display: block;
    width: 100%;
    padding: 12px 35px 8px;
}
.preyantechnosys-events-box-style2 .preyantechnosys-post-item {
    background: var(--prt-greycolor);
    padding: 20px;
}
.preyantechnosys-post-item-inner-date {
    padding-top: 15px;
}
.preyantechnosys-events-box-style2 .preyantechnosys-post-item .preyantechnosys-box-title h4 {
    font-size: 22px;
    text-transform: initial;
    line-height: 26px;
    margin-top: 8px;
    margin-bottom: 15px !important;
}

/*----Countbox----*/
.countdown-timer .time_circles .textDiv_Seconds,
.countdown-timer .time_circles .textDiv_Minutes,
.countdown-timer .time_circles .textDiv_Hours,
.countdown-timer .time_circles .textDiv_Days {
    display: inline-block;
    width: 110px !important;
    text-align: center;
}
.countdown-timer .time_circles h4 {
    font-size: 15px!important;
    line-height: 19px!important;
    display: block;
    position: relative;
    top: 50px;
    font-weight:400;
    color: var(--body-fonts-color) !important;
    font-family: var(--body-font-family) !important;
    text-transform: capitalize;
}
.countdown-timer .time_circles span {
    font-size: 38px !important;
    font-weight: 600;
    font-family: var(--special-element-fontfamily);
    color: #09274c;
    position: relative;
}
.countdown-timer .time_circles canvas {
    display: none;
}
.tm-datecounter-box .tm-single-image-inner {
    text-align: center;
    position:relative;
}
.textDiv_Days {
    display: none !important;
}
.time_circles span:after {
    position: absolute;
    content: '';
    height: 7px;
    width: 7px;
    background-color: #09274c;
    border-radius: 50%;
    right: -45px;
    top: 25px;
}
.time_circles span:before {
    position: absolute;
    content: '';
    height: 7px;
    width: 7px;
    background-color: #09274c;
    border-radius: 50%;
    right: -45px;
    top: 45px;
}
 .time_circles .textDiv_Seconds span:before,
.time_circles .textDiv_Seconds span:after {
    display: none;
}
.preyantechnosys-servicebox-stylethree .preyantechnosys-serviceboxbox-readmore a:before {
    line-height: 12px;
}
.prt-contact-form-faq {
    background-color: #fff;
    padding: 35px;
    border-radius: 5px;
}



/***********header 3 infostack**********/

.prt-header-style-infostack .tm-top-info-con {
    position: relative;
    float: right;
    text-align: right;
    vertical-align: middle;
    display: table;
}
.prt-header-style-infostack .tm-top-info-con .header-widget {
    padding: 0 40px;
}
.prt-header-style-infostack .header-widget {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    height: 100%;
    padding-right: 0;
}
.prt-header-style-infostack span.prt-call-header {
    display: -webkit-box;
}
.prt-header-style-infostack span.prt-call-header a {
    color: var(--body-fonts-color);
}
span.post.post-page.current-item {
    position: relative;
}


/*****Floating bar******/
.prt-floating-bar-right-side {
    text-align: center;
}
.prt-floating-bar-logo {
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-bottom: 45px;
}

.prt-floating-bar-logo img {
    width: 225px;
}
.prt-floating-bar-img {
    margin-top: 50px;
    margin-bottom: 35px;
}
h6.prt-floating-titles {
    margin-bottom: 0;
    display: -webkit-inline-box;
}
.prt-float-social-links {
    border-top: 1px solid rgba(224 ,224 ,224,0.10);
    margin-top: 19px;
    padding-top: 32px;
}
.prt-float-social-links .social-icons li > a:hover {
    border-color: transparent;
    color: #ffffff;
}
.prt-header-quick-callbox .prt-callbox-icon {
    font-size: 35px;
    width: 55px;
    text-align: left;
    position: relative;
    top: -5px;
}
.prt-header-quick-callbox .prt-callbox-content, .prt-header-quick-callbox .prt-callbox-icon {
    display: table-cell;
    vertical-align: middle;
}
span.prt-callbox-title {
    font-size: 15px;
    line-height: normal;
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
}
p.prt-callbox-number {
    font-weight: 700;
    font-size: 19px;
    line-height: normal;
    color: #fff;
    font-family: 'Rajdhani';
    margin-bottom: 0;
}
.prt-header-quick-callbox.prt-header-calliconbox {
    display: inline-block;
    vertical-align: middle;
    float: left;
}
.prt-header-quick-callbox .prt-callbox-icon i {
    padding:7px 4px;
    font-size: 24px;
    position: relative;
    background-color: var(--prt-skincolor);
    line-height: 26px;
    border-radius: 5px;
    color: #fff;
    transform: translateZ(0);
    display: inline-block;
}
.prt-header-quick-callbox .prt-callbox-icon i:hover {
    -webkit-animation-name: hvr-icon-buzz;
    animation-name: hvr-icon-buzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
h5.prt-callbox-number {
    margin-bottom: 0;
}



.prt-service-tab .prt-elementor-tabs.prt-tab-style2 .elementor-tabs-wrapper {
    float: left;
    padding-left: 0;
    width: 52%;
}

.prt-service-tab .prt-elementor-tabs.prt-tab-style2 .tmtabs-content-wrapper {
    float: right;
    width: 48%;
}
.wpcf7-form .contactform-2 .wpcf7-form-control-wrap:not(.chkTerms) {
    margin-bottom: 20px;
    display: block;
    padding-top: 0;
}
.tribe-events-single>.tribe_events {
    display: block;
    flex-wrap: unset;
    overflow: visible;
    position: relative;
}
.single.single-tribe_events .tribe-events-content h2, 
.single.single-tribe_events .tribe-events-content h3, 
.single.single-tribe_events .tribe-events-content h4, 
.single.single-tribe_events .tribe-events-content h5, 
.single.single-tribe_events .tribe-events-content h6 {
    font-family: var(--special-element-fontfamily);
    color: #09274c;
    margin-bottom: 0;
}

.single.single-tribe_events .tribe-events-content {
    font-family: var(--body-font-family);
    font-size: 16px;
    color: var(--body-fonts-color);
}
.single.single-tribe_events .tribe-events-content ol:last-child, 
.single.single-tribe_events .tribe-events-content p:last-child, 
.single.single-tribe_events .tribe-events-content ul:last-child {
    margin-bottom: 0;
}
.single.single-tribe_events .tribe-events-content p {
    font-size: 16px;
}
.single.single-tribe_events .tribe-events-content a{
    border-bottom:0;
    color: #09274c !important;
}
.tribe-events-content a:active, .tribe-events-content a:focus, .tribe-events-content a:hover {
    border-bottom: 1px solid currentColor;
    color: var(--prt-secondarycolor)!important;
}
.single.single-tribe_events .tribe-events-content a.elementor-button-link:active,
.single.single-tribe_events .tribe-events-content a.elementor-button-link:focus, 
.single.single-tribe_events .tribe-events-content a.elementor-button-link:hover{
    color: #ffffff;
}
.prt-client-line h5 {
    position: relative;
    display: inline-block;
    padding-right: 170px;
}
.prt-tribe-event-title-side-bar .elementor-heading-title:before {
    display: block;
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    right: 0;
    background-color: #e23e4e;
    top: 10px;
}

.prt-tribe-event-title-side-bar .elementor-heading-title {
    position: relative;
    display: inline-block;
    padding-right: 100px;
}
.single.single-tribe_events .tribe-events-content a.elementor-button-link{
    color: #fff !important;
}
.prt-headerstyle-infostack .is_stuck .prt-header-icon.prt-header-social-box a.prt-social-btn-link i, 
.prt-headerstyle-infostack .is_stuck .prt-header-icons .prt-header-wc-cart-link a,
.prt-headerstyle-infostack .is_stuck .prt-header-icons .prt-header-search-link a{
    color: #ffffff;
}
.prt-header-style-infostack .kw-phone .social-icons li > a:hover {
    border-color: transparent;
}

/**** Team member Style 2 *****/
.preyantechnosys-teambox-style2 span.preyantechnosys-item-thumbnail-inner {
    overflow: hidden;
    position: relative;
}
.preyantechnosys-teambox-style2 span.preyantechnosys-item-thumbnail-inner img {
    width: 100%;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
.preyantechnosys-teambox-style2:hover span.preyantechnosys-item-thumbnail-inner img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
    filter: blur(0px);
}
.preyantechnosys-box-team.preyantechnosys-teambox-style2 .prt-team-details-list li {
    position: relative;
    font-size: 15px;
    line-height: 24px;
    display: block;
    float: unset;
    padding:0;
    width: 100%;
}
.preyantechnosys-teambox-style2 .prt-team-details-list .prt-team-list-title {
    font-size: 0px;    
}
.preyantechnosys-teambox-style2 .preyantechnosys-box-content .preyantechnosys-box-title h4 {
    font-size: 22px;
    margin-bottom: 0;
    line-height: 28px;
}
.preyantechnosys-teambox-style2 .preyantechnosys-box-content .prt-position {
    padding-bottom: 20px;
}
.preyantechnosys-teambox-style2 .preyantechnosys-team-position .prt-short-desc {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    }
.preyantechnosys-teambox-style2 .preyantechnosys-team-position .preyantechnosys-team-data {
    border-top: 1px solid var(--prt-bordercolor);
    padding-top: 20px;
    margin-top: 20px;
}
.preyantechnosys-teambox-style2 .prt-team-details-list .prt-team-list-title i {
    font-size: 15px;
    color: var(--body-fonts-color);
}
.preyantechnosys-teambox-style2 .preyantechnosys-team-position .preyantechnosys-team-data .prt-team-details-wrapper {
    display: inline-block;
    position: relative;
}
.preyantechnosys-teambox-style2 .preyantechnosys-team-image-box .prt-member-social .preyantechnosys-team-icon {
    position: absolute;
    left: 20px;
    top: 20px;
    right: auto;
    bottom: auto;
    background-color: var(--prt-secondarycolor);
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    z-index: 1;
    color: var(--prt-skincolor);
    cursor: pointer;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}
.preyantechnosys-teambox-style2 .preyantechnosys-team-image-box .prt-member-social:hover .preyantechnosys-box-social-links {
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1;
    z-index: 1;
}
.preyantechnosys-teambox-style2 .preyantechnosys-team-image-box .prt-member-social .preyantechnosys-box-social-links {
    position: absolute;
    left: 15px;
    right: auto;
    bottom: auto;
    top: 60px;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 0;
}
.preyantechnosys-teambox-style2 .preyantechnosys-box-content {
    padding-top: 24px;
}
.preyantechnosys-teambox-style2 .prt-member-social:hover{
    height: 100%;
    opacity: 1;
}
.preyantechnosys-teambox-style2 .preyantechnosys-box-social-links .prt-team-social-links-wrapper ul li a{
    height: 33px;
    width: 33px;
    line-height: 33px;
    display: block;
    color: var(--prt-whitecolor);
    border-radius: 5px;
    font-size: 13px;
}
.preyantechnosys-teambox-style2 .prt-team-social-links-wrapper ul li {
    display: block;
    border-radius: 5px;
    transition: all .4s ease;
    text-align: center;
     width: 33px;
    height: 37px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}
.preyantechnosys-teambox-style2  .prt-team-social-links-wrapper ul {
    margin: 0;
    padding: 0;
}
.preyantechnosys-box-team.preyantechnosys-teambox-style2 .prt-team-social-links-wrapper ul {
    background: transparent;
}
.preyantechnosys-teambox-style2 .preyantechnosys-box-social-links .prt-team-social-links-wrapper ul li a:hover {
    background-color: var(--prt-skincolor);
    color: #000;
}
.prt-team-social-links-wrapper .YouTube a {
    background-color: #ff0000;
    border-color: #ff0000;
}
.preyantechnosys-teambox-style2 .prt-member-social:hover .prt-team-social-links-wrapper ul li {
     opacity: 1; 
     top: auto; 
         -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.preyantechnosys-teambox-style2 .prt-team-social-links-wrapper ul li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.preyantechnosys-teambox-style2 .prt-team-social-links-wrapper ul li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.preyantechnosys-teambox-style2 .prt-team-social-links-wrapper ul li:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.preyantechnosys-teambox-style2 .prt-team-social-links-wrapper ul li:nth-child(4) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.prt-team2-grey-bg .preyantechnosys-teambox-style2 .preyantechnosys-box-content {
    background-color: var(--prt-greycolor);
}
.prt-service-inner-testimonial .preyantechnosys-boxes-testimonial .preyantechnosys-boxes-row-wrapper.row:not(.slick-slider) .prt-box-col-wrapper {
    padding-top: 30px;
}
.prt-service-inner-testimonial .preyantechnosys-img-title {
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 0 auto;
}
.prt-service-tab .prt-elementor-tabs.prt-tab-style2 .elementor-tabs-wrapper {
    margin-top: 25px;
}
.prt-icon-height-line .elementor-widget-icon-box .elementor-icon-box-title {
    padding-top: 10px;
}
.prt-serive-one-icon-box .elementor-icon-box-title {
    padding-top: 10px;
}
.prt-second-footer-gallery .gallery {
    padding-top: 5px;
}

a.current-item span:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    background-color: var(--prt-skincolor);
    top: auto;
}
span.current-item {
    position: relative;
}
a.current-item {
    color: var(--prt-skincolor) !important;
    position: relative;
}
.prt-titlebar span.post.current-item {
    position: relative;
}
.widget.valetex_all_post_list_widget ul.prt-all-post-list {
    padding: 20px 25px 25px !important;
    background-color: var(--prt-greycolor);
}
.widget.valetex_all_post_list_widget li{
    padding: 20px 0px !important;
    background-color: var(--prt-greycolor);
    font-family: var(--button-font-family);
    font-weight: 600;
    text-transform: uppercase;
    border-top: 1px solid rgba(0, 0, 0, 0.09);
}
.widget.valetex_all_post_list_widget li:first-child {
    border-top: 0;
}
.widget.valetex_all_post_list_widget li a:before{
    content: "\f192";
    font-family: "prt-valetex-icons";
    position: absolute;
    top: -2px;
    left: 0;
    color: inherit;
    display: block;
}
.prt-icon-height-line .elementor-widget-icon-box .elementor-icon-box-title a {
    padding-right: 15px;
}
.prt-headerstyle-classic-three #mega-menu-wrap-preyantechnosys-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, .prt-headerstyle-classic-three  #mega-menu-wrap-preyantechnosys-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-preyantechnosys-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #09274c;
}
.preyantechnosys-blogbox-styletwo .prt-post-featured-outer-wrapper {
    background-size: cover;
    padding-top: 245px;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    webkit-transition: all .6s ease-in-out;
}
.prt-tab-bg-gradient .elementor-tab-content .elementor-widget-wrap.elementor-element-populated:before {
    content: '';
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0, 0, 0,.85) 100%);
    width: 100%;
    /* height: 70%; */
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: .99;
    transition-property: top,opacity;
    transition-duration: 0.3s;
    overflow: hidden;
    -webkit-transition: all .6s ease-in-out;
}

li.prt-pf-date {
    list-style: none;
    overflow: hidden;
    position: relative;
    padding: 20px 40px 20px 40px;
    text-align: left;
}

span.prt-pf-detail {
    font-size: 20px;
    font-weight: 600;
    color: #09274c;
    line-height: 26px;
    margin: 0 0 5px 0;
    display: table-cell;
    font-family: var(--special-element-fontfamily);
    text-transform: uppercase;
}
li.prt-side-line-deatil {
    list-style: none;
    overflow: hidden;
    position: relative;
    padding: 20px 40px 20px 0;
    text-align: left;
}
span.prt-pf-details {
    display: table-cell;
    font-size: var(--body-font-size);
    line-height: var(--body-line-height);
    padding-left: 5px;
}
li.prt-pf-date:before {
    position: absolute;
    content: "";
    background: var(--prt-bordercolor);
    height: 1px;
    width: 80%;
    right: auto;
    top: auto;
    bottom: 0px;
    margin: auto;
    left: 0;
}
li.prt-side-line-deatil:after {
    position: absolute;
    content: "";
    background: var(--prt-bordercolor);
    height: 50%;
    width: 1px;
    right: 33px;
    top: 0px;
    bottom: 0;
    margin: auto;
    left: auto;
}
.widget.valetex_all_post_list_widget li a:hover, 
.widget.valetex_all_post_list_widget li.prt-post-active a, 
.widget.valetex_category_list_widget li.current-cat a {
    color: var(--prt-skincolor);
}
.prt-serives-detail-accordion-arrow span.elementor-accordion-icon.elementor-accordion-icon-right {
    font-size: 18px;
}
.preyantechnosys-maxmegamenu-active .prt-mmenu-active-color-skin .prt-mmmenu-override-yes #site-header-menu #site-navigation .mega-menu-wrap .mega-menu.mega-menu-horizontal > li.mega-menu-item.mega-current-menu-ancestor > a, .mega-current-menu-ancestor .righticon i {
    color: var(--prt-skincolor) !important;
}
.preyantechnosys-events-box-style2 .preyantechnosys-post-item .prt-tribe_events-featured-wrapper img {
    position: relative;
    width: 100%;
}
.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
    color: #fff;
}
.prt-blog-classic-box-content p.has-background {
    margin-top: 25px;
}
.wp-block-search, .prt-blog-classic-box-content .wp-block-audio {
    margin-bottom: 15px;
}
.wp-block-embed {
    margin: 0 0 1em;
    overflow-wrap: break-word;
}

.prt-ssb-title h2 {
    color: #fff;
}

.prt-ssb-call-box h2 {
    color: #fff;
}
.blog .preyantechnosys-box-blog-classic.prt-no-featured-content.preyantechnosys-blogbox-format-link,
.blog .preyantechnosys-box-blog-classic.prt-no-featured-content.preyantechnosys-blogbox-format-quote {
    padding: 0;
}
.blog .preyantechnosys-box-blog-classic.prt-no-featured-content.preyantechnosys-blogbox-format-link .prt-blog-post-cat,
.blog .preyantechnosys-box-blog-classic.prt-no-featured-content.preyantechnosys-blogbox-format-quote .prt-blog-post-cat  {
    display: none;
}
.footer .widget.widget_nav_menu ul li.menu-item a:hover {
    color: var(--prt-skincolor);
}
.wp-block-image {
    margin: 0px 0px 1em;
}
.prt-titlebar h1.entry-title {
    margin-bottom: 0;
}
.single-post article.preyantechnosys-box-blog-classic.prt-no-featured-content .prt-blog-classic-box-content figure.wp-block-image {
    margin-bottom: 30px;
}
.wp-block-latest-comments__comment:last-child {
    margin-bottom: 0;
}

.single-product div.product .product_title {
    display: none;
}
.woocommerce .woocommerce-Tabs-panel table.shop_attributes {
    margin-bottom: 20px;
}


.contactform-1 .select2-container .select2-selection--single {
    height: 60px;
    outline: none;
}
.contactform-1 .select2-container--default .select2-selection--single .select2-selection__rendered {   
    line-height:60px;
    padding-left: 30px;
    font-weight: normal;
    color: inherit;
    font-size: 14px;
}
.contactform-1 .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 25px;
}
.sidebar .widget_block h2 {
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 12px;
    display: block;
    border-bottom: 1px solid #dddddd;
	position:relative;
}
.contactform-1 span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
.preyantechnosys-box-blog-classic .prt-meta-line .byauthor:after {
	display: block;
    content: ":";
    position: absolute;
    right: 2px;
    top: -4px;
}
.preyantechnosys-box-blog-classic .prt-meta-line .byauthor {
    position: relative;
	padding-right: 5px;
}

/*---Marquebox style1---*/
.prt-marquebox-style1 {
    width: 100%;
    animation: prt-marque-text 25s linear infinite;
    will-change: transform;
    white-space: nowrap;
}
.prt-marquebox-style1:hover {
    animation-play-state: paused !important;
}
.prt-marquebox-style1 ul.marquebox-list li {
    position: relative;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0;
    font-weight: 500;
}
@keyframes prt-marque-text {
    0% {
        transform: translate(-20%, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}


.prt-tab-style1 .elementor-widget .elementor-icon-list-item {
    color: var(--prt-whitecolor);
    padding-bottom: 10px;
}
.prt-tab-style1 .prt-tab-content .elementor-widget ul.elementor-icon-list-items li .elementor-icon-list-text {
    padding-left: 8px;
}
.prt-tab-style1 .prt-btn-style-text .elementor-button-link.elementor-button .elementor-button-text {
    position: relative;
}
.prt-tab-style1 .prt-btn-style-text .elementor-button-link.elementor-button .elementor-button-text:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    background-color: var(--prt-whitecolor);
    top: auto;
    bottom: 2px;
    background-size: 100% 3px, 0 3px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 400ms;
}
.prt-tab-style1.prt-elementor-tabs .elementor-tabs-wrapper {
    width: 25%;
    float: left;
    display: block;
    border: none;
    padding: 70px 35px 70px 0;
}
.prt-tab-style1.prt-elementor-tabs .tmtabs-content-wrapper {
    width: 75%;
    float: right;
    border: none;
}
.elementor-widget-tm_tabbox_element .prt-tab-style1.prt-elementor-tabs .prt-elementor-tab-title span {
    font-size: 24px;
    font-weight: 500;
}
.prt-tab-style1.prt-elementor-tabs .prt-elementor-tab-title {
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 25px;
    text-align: left;
}
.prt-tab-style1.prt-elementor-tabs .prt-elementor-tab-title.prt-tab-active {
    background-color: var(--prt-skincolor);
    border-radius: var(--prt-button-shape);
}
.prt-tab-style1 .prt-elementor-tab-title:not(:first-child):after {
    background-color: transparent;
}
.prt-tab-style1 .elementor-tabs .tab-content-des {
    color: var(--body-blackfont-color);
}

.prt-iconstyle-two .preyantechnosys-iconbox-styletwo:hover .prt-iconbox-wrapper {
    background-color: var(--prt-skincolor);
}
.prt-iconstyle-two .preyantechnosys-iconbox-styletwo:hover .prt-box-icon {
    border-color: var(--prt-secondarycolor);
}
.prt-iconstyle-two .preyantechnosys-iconbox-styletwo:hover .preyantechnosys-iconbox-heading .prt-custom-heading,
.prt-iconstyle-two .preyantechnosys-iconcolor-darkgrey.preyantechnosys-iconbox-styletwo:hover .prt-box-icon i {
    color: var(--body-blackfont-color);
}
.prt-iconstyle-two .preyantechnosys-iconbox-styletwo .prt-iconbox-wrapper {
    background-color: var(--prt-greycolor);
    box-shadow: unset;
}
.prt-iconstyle-two .preyantechnosys-iconbox-styletwo .preyantechnosys-iconbox-heading .prt-element-subheading {
    margin-bottom: 0;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--prt-whitecolor);
    font-size: 100px;
    color: var(--prt-whitecolor);
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 50px;
    line-height: 75px;
}
.prt-iconstyle-two .preyantechnosys-iconbox-styletwo .prt-box-icon {
    border: 1px solid var(--prt-skincolor);
    background-color: var(--prt-whitecolor);
    width: 105px;
    height: 105px;
    line-height: 121px;
}
.prt-iconstyle-two .preyantechnosys-iconbox-styletwo.preyantechnosys-iconcolor-darkgrey .prt-box-icon i {
    font-size: 50px;
}
.prt-iconone-style .preyantechnosys-iconbox-styleone .preyantechnosys-iconbox-heading {
    padding-left: 28px;
}
.prt-iconone-style .preyantechnosys-iconbox .preyantechnosys-iconbox-heading .prt-custom-heading {
    font-size: 22px;
    line-height: 32px;
}
.elementor-widget-progress .elementor-progress-wrapper {
    margin-top: 11px;
}

.prt-textvideo-round .elementor-widget-container .e-text-path {
    background-color: var(--prt-skincolor);
    position: absolute;
    margin: 0 auto;
    top: -131px;
    right: 103px;
    padding: 15px;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    z-index: 1;
    fill: #000000;
    letter-spacing: 5px;
    transform-origin: 50% 50% 0;
    transform: rotate(0deg);
    -webkit-animation: spin 15s linear infinite;
    -moz-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite;
}
.prt-textvideo-round .elementor-widget-container .e-text-path svg {
    overflow: unset;
}

.prt-element-heading-content-wrapper.prt-seperator-style1 .prt-element-subheading {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--body-blackfont-color);
    -webkit-text-fill-color: transparent;
    font-size: 180px;
    line-height: 150px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    width: 30%;
    margin-bottom: 0;
    font-family: var(--body-font-family);
    -webkit-animation: shake 20s linear infinite;
    -moz-animation: shake 20s linear infinite;
    -o-animation: shake 20s linear infinite;
    animation: shake 20s linear infinite;
}
.prt-element-heading-content-wrapper.prt-seperator-style1 .prt-element-content-heading {
    display: inline;
    float: right;
    width: 66%;
}
.elementor-widget-tm_staticbox_element .prt-element-heading-content-wrapper.prt-seperator-style1 {
    padding-bottom: 37px;
}
.prt-highlight-title .elementor-heading-title span {
    position: relative;
}
.prt-highlight-title .elementor-heading-title span:after {
    background-color: var(--prt-skincolor);
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 15px;
    z-index: -1;
    padding: 30px;
}
.prt-icontext-right .preyantechnosys-iconbox-styleone .preyantechnosys-iconbox-heading {
    text-align: right;
}



/* cursor */
.prt-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    contain: layout style size;
    pointer-events: none;
    will-change: transform;
    -webkit-transition: opacity .3s,color .4s;
    -o-transition: opacity .3s,color .4s;
    -moz-transition: opacity .3s,color .4s;
    transition: opacity .3s,color .4s;
}

.prt-cursor-text {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    color: var(--prt-whitecolor);
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: opacity .4s,-webkit-transform .3s;
    transition: opacity .4s,-webkit-transform .3s;
    -o-transition: opacity .4s,-o-transform .3s;
    -moz-transition: opacity .4s,transform .3s,-moz-transform .3s;
    transition: opacity .4s,transform .3s;
    transition: opacity .4s,transform .3s,-webkit-transform .3s,-moz-transform .3s,-o-transform .3s;
}

.prt-cursor.-visible:before {
    -webkit-transform: scale(.2);
    -moz-transform: scale(.2);
    -ms-transform: scale(.2);
    -o-transform: scale(.2);
    transform: scale(.2)
}
.prt-cursor.-visible.-active:before {
    -webkit-transform: scale(.23);
    -moz-transform: scale(.23);
    -ms-transform: scale(.23);
    -o-transform: scale(.23);
    transform: scale(.23);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}
.prt-cursor.-pointer:before {
    -webkit-transform: scale(.15);
    -moz-transform: scale(.15);
    -ms-transform: scale(.15);
    -o-transform: scale(.15);
    transform: scale(.15)
}
.prt-cursor.-text:before {
    opacity: 1;
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7)
}

.prt-cursor.-text .prt-cursor-text {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.prt-cursor.-text.-active:before {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}
.prt-cursor.-tooltip:before {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}
.prt-cursor.-tooltip .prt-cursor-text {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    text-align: left;
    display: block;
    width: auto;
    height: auto;
    justify-content: unset;
    align-items: unset
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.prt-animation-hover-button {
    padding: 23px 15px 28px;
    text-align: center;
    background-color: var(--prt-skincolor);
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: -30%;
    top: auto;
    transition: 500ms all linear 0ms;
    opacity: 0;
}
.prt-cursor .prt-project-readmore-btn a {
    transition: 500ms all linear 0ms;
    font-size: 11px;
    line-height: 22px;
    padding: 10px 25px 7px 25px;
    text-transform: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    border-radius: 50px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    background-image: linear-gradient(to right, #d7fc69 , #d7fc69 ) !important;
}

/*highlights css*/
.prt-section-hili-dot {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    color: transparent;
    width: auto;
}

.prt-section-hili-dot:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 2px;
    margin: auto;
    background-color: currentColor;
    box-shadow: 0 0 .25em .325em currentColor;
    border-radius: 50%;
}

.footer .widget .prt-contact-info p {
    margin-bottom: 0;
    color: #bbbbbb !important;
}
.footer .widget .prt-contact-info p.prt-email a:not(:hover) {
    color: var(--prt-whitecolor);
}
.footer .first-footer .first-footer-inner .row .widget-area:first-child:after {
    width: 1px;
    height: 100%;
    content: '';
    position: absolute;
    right: 0;
    background-color: var(--prt-whitecolor);
    top: 0;
}
.footer .first-footer .widget-area .widget_nav_menu {
    padding-left: 110px;
}
.footer .mailchimp-inputbox .mailchimp-email i {
    position: absolute;
    bottom: 8px;
    font-size: 20px;
    color: #fff;
}
.prt-header-button a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
.tm-topbar-form-topbar .tm-topbar-mail-top input[type="email"] {
    background-color: var(--prt-whitecolor);
    border: none;
    border-radius: 50px;
    padding: 7px 15px 7px 40px;
    color: #000;
}
.prt-topbar-content .tm-commonform.top-bar-form .form-btn,
.prt-topbar-content .tm-commonform.top-bar-form .tm-topbar-mail-top {
    display: inline-block;
}
.prt-headerstyle-classic-overlay .prt-topbar .prt-topbar-content .prt-wrap-cell {
    display: block;
    text-align: center;
}
.prt-topbar-content .tm-commonform.top-bar-form p {
    margin-bottom: 0;
}
.tm-topbar-form-topbar .tm-commonform.top-bar-form input.prt-top-contactbtn {
    border: 2px solid var(--prt-secondarycolor);
    background-color: transparent;
    border-radius: 50px;
    color: var(--body-blackfont-color);
    padding: 8px 22px 8px;
    font-size: 12px;
}
.tm-topbar-form-topbar .tm-commonform.top-bar-form input.prt-top-contactbtn:hover {
    background-color: var(--prt-secondarycolor);
    color: var(--prt-skincolor);
}
.prt-topbar-content .tm-commonform.top-bar-form .tm-topbar-mail-top .wpcf7-form-control-wrap {
    margin-bottom: 11px;
}

.prt-imgservice-greybg .prt_listimgbox_wrapper .prt_listimgbox_wrap .prt-list-btn a:after,
.prt-imgservice-greybg .prt_listimgbox_wrapper .prt_listimgbox_wrap .prt-box-subtitle,
.prt-imgservice-greybg .prt_listimgbox_wrapper .prt_listimgbox_wrap .prt-box-title {
    color: var(--body-blackfont-color);
}
.prt-imgservice-greybg .prt_listimgbox_wrapper .prt_listimgbox_wrap {
    border-color: var(--body-blackfont-color);
}
.prt-imgservice-greybg .prt_listimgbox_wrapper .prt_listimgbox_wrap .prt-box-title a:hover,
.prt-imgservice-greybg .prt_listimgbox_wrapper .prt_listimgbox_wrap .prt-box-title a {
    color: var(--body-blackfont-color);
}

.prt-contactform-01 .prt-contact-btn.elementor-widget.elementor-widget-button {
    padding-top: 35px;
    margin-bottom: 0;
}
.prt-contactform-01 .prt-contact-btn.elementor-widget.elementor-widget-button p {
    margin-bottom: 0;
}

.prt-stroke-text .elementor-heading-title {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--body-blackfont-color);
    -webkit-text-fill-color: transparent;
    font-size: 140px;
    line-height: 150px;
    font-weight: 700;
    text-transform: capitalize;
    -webkit-animation: shake 20s linear infinite;
    -moz-animation: shake 20s linear infinite;
    -o-animation: shake 20s linear infinite;
    animation: shake 20s linear infinite;
}
.preyantechnosys-iconbox.preyantechnosys-iconbox-styletwo:hover .preyantechnosys-iconbox-heading .prt-element-subheading {
    color: var(--prt-whitecolor);
}
.prt-tab-style1 .prt-btn-style-text .elementor-button-link.elementor-button:hover .elementor-button-text:after {
    background-color: var(--prt-skincolor);
}

.prt-about-round.prt-textvideo-round .elementor-widget-container .e-text-path {
    left: 0;
    right: 0;
}

.prt-bgcolor-grey .prt-acoordion-style1 .elementor-accordion .elementor-accordion-item,
.prt-acoordion-style1 .elementor-accordion .elementor-tab-title.elementor-active {
    background-color: transparent;
}
.prt-acoordion-style1 .elementor-accordion .elementor-accordion-item {
    border-bottom: 1px solid #000 !important;
    padding-bottom: 17px;
}
.prt-acoordion-style1 .elementor-accordion .elementor-tab-title {
    padding: 15px 0;
}
.prt-acoordion-style1 .elementor-accordion .elementor-accordion-item .elementor-tab-content {
    padding: 5px 0px 5px;
}
.prt-acoordion-style1 .elementor-accordion .elementor-tab-title {
    background-color: transparent;
}
.prt-contact-icontext {
    text-align: center;
}
.prt-contact-headtext h6 {
    display: inline;
    font-weight: 500;
}
.prt-contactbox-sp .elementor-icon-box-content,
.prt-contactbox-sp .elementor-icon-box-icon {
    display: inline-block;
    margin-bottom: 0px !important;
    vertical-align: middle;
    padding-right: 12px;
}
.prt-contactbox-sp .elementor-widget-wrap.elementor-element-populated:hover {
    background-color: var(--prt-secondarycolor);
}
.prt-contactbox-sp .elementor-widget-wrap.elementor-element-populated:hover .elementor-icon-box-icon .elementor-icon {
    color: var(--prt-skincolor);
}
.prt-contactbox-sp .elementor-widget-wrap.elementor-element-populated:hover h3.elementor-icon-box-title,
.prt-contactbox-sp .elementor-widget-wrap.elementor-element-populated:hover .prt-contact-headtext h6 {
    color: #fff;
}
.prt-contactbox-sp .elementor-widget-wrap.elementor-element-populated:hover .prt-contact-headtext p,
.prt-contactbox-sp .elementor-widget-wrap.elementor-element-populated:hover .prt-contact-headtext a:not(:hover) {
    color: rgba(255, 255, 255 , 0.70);
}
.prt-contactbox-sp .elementor-element-populated .elementor-icon-box-icon .elementor-icon {
    color: #000;
}
.prt-contactbox-sp .prt-contact-icontext .prt-contact-headtext:last-child {
    padding-top: 15px;
}
.prt-contactbox-sp .prt-contact-headtext p,
.prt-contactbox-sp .prt-contact-headtext a:not(:hover) {
    color: rgba(0, 0, 0 , 0.70);
}
.prt-contact-headtext p {
    display: inline;
}
.accordion-service.elementor-widget-accordion .elementor-accordion .elementor-accordion-title {
    font-size: 18px !important;
}
.accordion-service.elementor-widget-accordion .elementor-accordion  .elementor-accordion-icon i {
    font-size: 18px;
}
.prt-service-pricetbl.elementor-widget-tm_ptable_element .prt-element-content-heading {
    font-size: 34px;
    line-height: 44px;
}
.prt-service-pricetbl .prt-ptablebox .prt-ptablebox-featured-col .preyantechnosys-ptable-main {
    margin-top: 0;
}
.prt-commonform.prt-team-contactform textarea {
    padding: 27px 0 60px;
}
.prt-commonform.prt-team-contactform input[type="text"],
.prt-commonform.prt-team-contactform input[type="email"] {
    padding: 15px 0px 5px;
}
.prt-commonform.prt-team-contactform .prt-contact-btn.elementor-widget.elementor-widget-button {
    padding-top: 35px;
    margin-bottom: 0;
}
.prt-commonform.prt-team-contactform .elementor-button {
    padding: 16px 60px;
    background-color: var(--prt-secondarycolor);
    color: var(--prt-whitecolor);
    font-size: 14px;
}
.prt-commonform.prt-team-contactform .elementor-button:hover {
    background-color: var(--prt-skincolor);
    color: var(--body-blackfont-color);
}
.prt-pf-single-content-wrapper.prt-pf-view-left-image .prt-pf-single-content-wrapper-innerbox .prt-pf-detail-box .preyantechnosys-pf-single-featured-area.col-lg-8 {
    width: 100%;
}
.prt-highlight-pftext span {
    color: var(--body-blackfont-color);
}
.tm-post-prev-next-buttons .pagination-content a, 
.tm-post-prev-next-buttons .pagination-content {
    display: block;
}
.prt-blog-classic-box-content .tm-post-prev-next-buttons {
    border: 1px solid var(--prt-bordercolor);
    padding: 0px 32px;
    margin-top: 28px;
	margin-bottom: 40px;
}
.prt-blog-classic-box-content .tm-post-prev-next-buttons span.tm-nav-sub {
    font-size: 20px;
    position: relative;
}
.tm-post-prev-next-buttons .pagination-content a .tm-nav-title {
    color: var(--body-fonts-color);
	word-wrap: break-word;
}
.prt-blog-classic-box-content .tm-post-prev-next-buttons .prev span.tm-nav-sub {
    padding-left: 35px;
}
.prt-blog-classic-box-content .tm-post-prev-next-buttons .prev span.tm-nav-sub:before {
    content: "\f119";    
    left: 0;    
    transform: rotate(180deg);
}
.prt-blog-classic-box-content .tm-post-prev-next-buttons .next span.tm-nav-sub {
    padding-right: 35px;
}
.prt-blog-classic-box-content .tm-post-prev-next-buttons .prev span.tm-nav-sub:before,
.prt-blog-classic-box-content .tm-post-prev-next-buttons .next span.tm-nav-sub:before {
    position: absolute;
    font-family: 'flaticon_valet_park';
    top: 0;
    font-size: 20px;
}
.prt-blog-classic-box-content .tm-post-prev-next-buttons .next span.tm-nav-sub:before {
    content: "\f119";
    right: 0;
}
.prt-blog-classic-box-content .pagination-item.next.tm-postwith-img {
    text-align: right;
}
.prt-blog-classic-box-content .tm-post-prev-next-buttons .col-sm-6.next-link_wrapper {
    border-left: 1px solid var(--prt-bordercolor);
}
.prt-blog-classic-box-content .tm-post-prev-next-buttons .col-sm-12,
.prt-blog-classic-box-content .tm-post-prev-next-buttons .col-sm-6 {
    padding: 30px 0;
}
.prt-blog-classic-box-content .tm-post-prev-next-buttons .col-sm-6.next-link_wrapper {
    float: right;
    text-align: right;
}
/*-----------Appoinment-form-------------*/
.contact-appoinment-form {
    display: flex;
    width: 100%;
}
.contact-appoinment-form .input-field-container span i {
    display: inline;
    position: absolute;
    right: 0;
    top: 15px;
}
.contact-appoinment-form p.input-field-container {
    position: relative;
    background-color: #fff;
    margin-bottom: 0;
    padding: 0px 35px;
    border-right: 1px solid var(--prt-bordercolor);
}
.contact-appoinment-form p.input-field-container i.input-field-icon {
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}
.contact-appoinment-form input[type="text"] {
    border-bottom: none;
    padding: 20px 0;
}
.flatpickr-input[readonly] {
    cursor: pointer;
}
.contact-appoinment-form p.form-submit {   
    margin-bottom: 0;   
    margin-left: 10px;
}
.contact-appoinment-form p.form-submit input[type="submit"] {
    background-color: var(--prt-skincolor);
    color: var(--body-blackfont-color);
    padding: 25px 35px 25px;
    width: 100%;
    border-radius: 5px;
}
.contact-appoinment-form .input-field-container .wpcf7-form-control-wrap {
    margin-bottom: 0;
    z-index: 1;
}
.contact-appoinment-form p.input-field-container:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.contact-appoinment-form p.input-field-container:nth-child(4) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.contact-appoinment-form input[type="date"] {
    border-bottom: none;
    padding: 19px 0;
}
.contact-appoinment-form .date-time input[type="text"] {
    padding-left: 20px;
}

.prt-tab-style3 .elementor-tabs-wrapper {
    position: relative;
    padding: 0;
    text-align: center;
}
.prt-elementor-tabs.prt-tab-style3 .elementor-tabs-wrapper .prt-elementor-tab-title {
    padding: 15px 32px;
    background-color: var(--prt-greycolor);
    list-style: none;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    margin-right: -6px;
    cursor: pointer;
}
.prt-elementor-tabs.prt-tab-style3 .elementor-tabs-wrapper .prt-elementor-tab-title.prt-tab-active {
    background-color: var(--prt-skincolor);
}
.preyantechnosys-element-teambox-style2 .prt-box-col-wrapper:nth-child(even) .preyantechnosys-teambox-style2 {
    padding-top: 70px;
}
.prt-testslick-img .preyantechnosys-element-testimonialbox-style-1 .testimonials-nav {
    max-width: 50%;
}
.prt-staticcontentbox-style1 .process-num {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: var(--prt-skincolor);
    line-height: 60px;
    font-size: 40px;
    border-radius: 8px;
    color: var(--body-blackfont-color);
    text-align: center;
}
.prt-staticcontentbox-style1 .prt-bottom-contentbox {
    text-align: center;
}

.prt-placeholder-form .prt-contactform-01 textarea::-webkit-input-placeholder,
.prt-placeholder-form .prt-contactform-01 input[type="text"]::-webkit-input-placeholder,
.prt-placeholder-form .prt-contactform-01 input[type="email"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.99);
}
.prt-placeholder-form .prt-commonform .elementor-button.elementor-size-md {
    width: 100%;
}
.prt-placeholder-form .prt-commonform textarea,
.prt-placeholder-form .prt-commonform input[type="email"],
.prt-placeholder-form .prt-commonform input[type="text"],
.prt-placeholder-form .prt-commonform input[type="text"]:focus {
    color: #fff;
}
.prt-placeholder-form .prt-commonform input[type="text"],
.prt-placeholder-form .prt-commonform input[type="email"],
.prt-placeholder-form .prt-commonform textarea {
    border-color: rgba(255, 255, 255 , 0.60);
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: var(--prt-skincolor);
    color: var(--body-blackfont-color);
    background-color: var(--prt-skincolor);
    border-radius: 5px;
}
.prt-topbar .tm-topbar-form-topbar .wpcf7 form .wpcf7-response-output,
.prt-topbar .tm-topbar-form-topbar .wpcf7 form.sent .wpcf7-response-output {
    color: var(--body-blackfont-color);
}
.wpcf7-not-valid-tip {
    padding-top: 8px;
}

.prt-hightext-rotate .elementor-widget-heading h2.elementor-heading-title {
    font-size: 86px;
    line-height: 96px;
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    text-align: center;
    padding: 15px;
    transform: rotate(-10deg);
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .9s;
}
.prt-hightext-rotate .elementor-widget-heading h2.elementor-heading-title:hover {
    color: #000;
    transition: .9s;
}
.prt-hightext-rotate .elementor-widget-heading h2.elementor-heading-title:before {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    transition: .9s;
}
.prt-hightext-rotate .elementor-widget-heading h2.elementor-heading-title:before {
    transform: translateX(-100%);   
    z-index: -1;
}
.prt-hightext-rotate .elementor-widget-heading h2.elementor-heading-title:hover:before {
    transform: translateX(0);
}
.error-404 .page-content h3 {
    font-size: 50px;
    line-height: 60px;
    padding-top: 20px;
    margin-bottom: 8px;
}
.error404 footer.site-footer,
.error404 header .prt-header-block {
    display: none;
}

.prt-crbox li {
    list-style: none;
    display: inline-block;
    padding-right: 40px;
    position: relative;
    font-size: 18px;
}
.prt-crbox li i {
    padding-right: 15px;
    color: var(--body-blackfont-color);
}
.prt-crbox li:after {
    content: '';
    position: absolute;
    background-color: #000;
    width: 1px;
    height: 100%;
    right: 20px;
}
.prt-crbox li:last-child:after {
    width: 0;
}
.prt-crbox ul {
    padding-left: 0;
    margin: 0;
}
.prt-crbox .prt-cr-allbtn li:after {
    width: 0;
}
.prt-crbox .prt-cr-allbtn li {
    padding: 13px 25px;
    border-radius: 50px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    color: var(--body-blackfont-color);
    margin-top: 20px;
}
.prt-crbox .prt-cr-allbtn li.prt-cr-btn1 {
    background-color: #def2ed;
    margin-right: 12px;
}
.prt-crbox .prt-cr-allbtn li.prt-cr-btn2 {
    background-color: #f8e7e5;
}
.prt-header-contact-btn-wrapper .elementor-button span:hover,
.footer .widget.widget_nav_menu li a:hover,
.prt-header-button a:hover,
.single-tm_team_member .prt-team-list-value a:hover,
.preyantechnosys-box-blog-classic .preyantechnosys-box-desc-text h3.entry-title a:hover,
.preyantechnosys-box-title h4 a:hover {
    background-size: 0 1px, 100% 1px;
}
.prt-header-contact-btn-wrapper .elementor-button span,
.footer .widget.widget_nav_menu li a,
.prt-header-button a,
.single-tm_team_member .prt-team-list-value a,
.preyantechnosys-box-blog-classic .preyantechnosys-box-desc-text h3.entry-title a,
.preyantechnosys-box-title h4 a {
    background-image: linear-gradient(var(--prt-secondarycolor), var(--prt-secondarycolor)), linear-gradient(var(--prt-secondarycolor), var(--prt-secondarycolor));
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}
.prt-header-contact-btn-wrapper .elementor-button span,
.footer .widget.widget_nav_menu li a,
.preyantechnosys-portfoliobox-style1 .preyantechnosys-box-title h4 a,
.preyantechnosys-teambox-style1 .preyantechnosys-box-content h4 a {
    background-image: linear-gradient(var(--prt-whitecolor), var(--prt-whitecolor)), linear-gradient(var(--prt-whitecolor), var(--prt-whitecolor));
}
.prt-header-button a:hover,
.single-tm_team_member .prt-team-list-value a:hover {
    color: var(--prt-secondarycolor) !important;
}
.footer .widget.widget_nav_menu ul li.menu-item a:hover {
    color:#fff;
}
.sidebar .widget.widget_nav_menu a {
    position: relative;
}
.sidebar .widget.widget_nav_menu .current-menu-item a:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    bottom: 2px;
    left: 0;
    margin-top: -1px;
    width: 100%;
    transition: all 0.7s ease-in-out;
    background-color: var(--prt-secondarycolor);
}
.sidebar .widget.widget_nav_menu a:hover:after {
    width: 100%;
    transition: all 0.7s ease-in-out;
} 
.sidebar .widget.preyantechnosys_widget_recent_entries ul > li:last-child {
    padding-top: 15px !important;
}
.sidebar .widget.widget_search .widget-title {
    margin-bottom: 32px;
}
.sidebar .widget.preyantechnosys_widget_recent_entries ul:not(.slides):not(.cart_list)>li {
    padding: 0 0 25px!important;
}

.preyantechnosys-blogbox-styleone .prt-post-featured-outer-wrapper:after, 
.preyantechnosys-blogbox-styleone .prt-post-featured-outer-wrapper:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    transition: .9s ease;
    z-index: 1;
    opacity: 0;
    background-color: rgba(0,0,0,0.67);
    left: 0;
}
.preyantechnosys-blogbox-styleone .prt-post-featured-outer-wrapper:before {
    top: 0;
}
.preyantechnosys-blogbox-styleone .prt-post-featured-outer-wrapper:after {
    bottom: 0;
}
.preyantechnosys-blogbox-styleone:hover .prt-post-featured-outer-wrapper:after, 
.preyantechnosys-blogbox-styleone:hover .prt-post-featured-outer-wrapper:before {
    height: 100%;
    opacity: .4;
}
.prt-contactbox-sp .elementor-widget-wrap.elementor-element-populated .prt-contact-icontext a:hover {
    color: var(--prt-whitecolor);
}
.single-tm_team_member .site-main {
    padding-top: 120px;
}
.footer .widget.prt-footerform {
    padding-right: 77px;
}
@-webkit-keyframes float_up_down {
  0% {
    -webkit-transform: translateX(0px);
    transform: scale(1.07) translateX(-1px);
    opacity: 1;
  }

  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(-1px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: scale(1.07) translateX(-1px);
    opacity: 1;
  }
}
.prt-car-animation img {   
    animation-name: float_up_down;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_up_down;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_up_down;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}
.prt-hightext-rotate .elementor-widget-heading img {
    margin-top: -10px;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, 
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, 
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: var(--prt-skincolor);
    box-shadow: var(--prt-skincolor) 0 1px 3px 0 inset;
    color: var(--body-blackfont-color);
    font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover, 
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    background: var(--body-blackfont-color) !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: var(--body-blackfont-color);
}

.search-results .preyantechnosys-servicebox-styleone .prt-category,
.search-results .preyantechnosys-servicebox-styleone .prt-servicebox-detials:after,
.search-results .preyantechnosys-servicebox-styleone .prt-servicebox-detials:before {
    background-color: #fff;
}
.search-results .preyantechnosys-servicebox-styleone .prt-servicebox-detials {
    border-right: 2px solid #fff;
}
.comments-area textarea,
.comments-area input[type="text"] {
    padding: 15px 15px;
}
.prt-carimg-box {
    position: relative;
    z-index: 1;
    padding: 30px 50px 40px;
}
.prt-carimg-box:before {
    background-image: url(../images/gif-car.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    position: absolute;
    background-size: cover;
}
.footer .widget .prt-btn a {
    background-color: var(--prt-skincolor);
    color: #000;
    padding: 7px 30px;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
}
.footer .widget .prt-btn a:hover {
    background-color: #fff;
    color: #000;
}
.footer .widget .prt-carimg-box .prt-btn {
    padding-top: 10px;
}
.footer .widget .prt-carimg-box h4 {
    font-size: 26px;
    line-height: 36px;
}
.footer .widget .prt-contact-info .preyantechnosys-social-links-wrapper {
    padding-top: 25px;
}
.comment-form .form-submit input[type="submit"]:hover {
    color: #000;
}
.prt-iconstyle2-hover .preyantechnosys-iconbox-styletwo:hover .prt-cta3-content-wrapper {
    color: #000;
}
/*---Car Form---*/
.cpbs-main .cpbs-button.cpbs-button-style-1 {
    border-color: #d7fc69;
    background-color: #d7fc69;
    color: #000;
    font-family: var(--body-font-family);
    font-weight: 600;
    border-radius: 50px;
}
.cpbs-main .cpbs-button.cpbs-button-style-1:hover {
    border-color: #000;
    background-color: #000;
    color: #d7fc69;
}
.cpbs-main .cpbs-main-content .cpbs-main-content-step-1 .cpbs-form-panel .cpbs-header {
    color: #000;
    font-weight: 500;
}
.cpbs-main-content .cpbs-main-content-step-1 .cpbs-form-panel label {
    font-family: var(--body-font-family);
    color: #7a7a7a;
}
.cpbs-main .cpbs-form-field .ui-selectmenu-button {
    font-size: 16px;
    font-family: var(--body-font-family);
    font-weight: 500;
    color: #000;
}
.cpbs-main .cpbs-form-field>input {
    padding-top: 6px;
    padding-bottom: 15px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.cpbs-main-content span.select2.select2-container.select2-container--default {
    display: none;
}
.cpbs-main .cpbs-main-navigation-default>ul>li.cpbs-state-selected>a>span:first-child,
.cpbs-main .cpbs-main-navigation-default>ul>li.cpbs-state-selected>a>span span,
.cpbs-main .cpbs-main-navigation-default>ul>li.cpbs-state-selected>a>span {
    border-color: #000 !important;
    color: #000 !important;
}
.cpbs-main .cpbs-header.cpbs-header-style-3 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}
.cpbs-main .cpbs-place .cpbs-place-location-name a,
.cpbs-main .cpbs-place .cpbs-place-location-name {
    color: #7a7a7a !important;
}
.cpbs-main .cpbs-place .cpbs-place-price {
    color: #000;
    font-weight: 600;
}
.cpbs-main .cpbs-attribute-field .cpbs-attribute-field-name {
    color: #000 !important;
    font-family: var(--body-font-family);
}
.cpbs-main.ui-datepicker td a.ui-state-hover,
.cpbs-main .cpbs-rental-date-box>div:first-child+div,
.cpbs-main .cpbs-header.cpbs-header-style-4,
.cpbs-main .cpbs-meta-icon-tick:before,
.cpbs-main .cpbs-form-field .ui-selectmenu-button .ui-selectmenu-text,
.cpbs-main .cpbs-place .cpbs-place-attribute-2>div:before,
.cpbs-main .cpbs-place .cpbs-place-attribute-1>div:before {
    color: #000;
}
.cpbs-main .cpbs-rental-date-box>div:first-child {
    background-color: #000;
    border-color: #000;
}
.cpbs-main .cpbs-form-panel .cpbs-form-panel-content,
.cpbs-main .cpbs-rental-date-box>div:first-child+div {
    border-color: var(--prt-skincolor);
}
.cpbs-main .cpbs-main-navigation-default>ul>li.cpbs-state-completed>a>span:first-child {
    border-color: #000;
}
.cpbs-main {
    font-family: var(--body-font-family);
    background-color: var(--prt-greycolor);
    padding: 30px;
    color: #7a7a7a !important;
}
.cpbs-main .cpbs-form-checkbox {
    border-color: #000;
}
.cpbs-main .cpbs-button.cpbs-button-style-2 {
    background-color: var(--prt-skincolor);
    border-color: var(--prt-skincolor);
    color: #000;
    border-radius: 50px;
}
.cpbs-main .cpbs-button.cpbs-button-style-2:hover {
    background-color: #000;
    border-color: #000;
    color: var(--prt-skincolor);
}
.cpbs-main .cpbs-attribute-field .cpbs-attribute-field-value {
    color: #7a7a7a;
}
.cpbs-main .cpbs-main-navigation-default>ul>li>a>span:first-child+span {
    color: #000 !important;
}
.cpbs-main .cpbs-main-navigation-default>ul>li.cpbs-state-completed>div {
    background-color: #000;
}
.cpbs-main .cpbs-rental-date-box>div>span {
    font-family: var(--body-font-family) !important;
}
.cpbs-main.ui-datepicker td a.ui-state-hover {
    background-color: var(--prt-skincolor);
    border-color: var(--prt-skincolor);
}
.cpbs-main .ui-selectmenu-menu ul li.ui-menu-item .ui-menu-item-wrapper {
    color: #000;
    font-family: var(--body-font-family);
    font-size: 14px;
    font-weight: 500;
}
.cpbs-main .cpbs-form-panel .cpbs-form-field {
    border-color: var(--prt-bordercolor);
}
.cpbs-main .cpbs-quantity>a {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.cpbs-main .cpbs-quantity>a:hover,
.cpbs-main .cpbs-button.cpbs-button-style-1.cpbs-state-selected {
    background-color: var(--prt-skincolor);
    border-color: var(--prt-skincolor);
    color: #000;
}
.cpbs-main .cpbs-meta-icon-arrow-vertical:before {
    color: #000;
    font-size: 12px;
    font-weight: 700;
}

.tm-reveal-direction-rl:not(.elementor-element-edit-mode) .elementor-widget-container,
.tm-reveal-direction-lr:not(.elementor-element-edit-mode) .elementor-widget-container {
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}
.tm-reveal-direction-lr:not(.elementor-element-edit-mode) .elementor-widget-container {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.tm-reveal-direction-lr.elementor-widget-tm_project_element:not(.elementor-element-edit-mode) .elementor-widget-container {
	width: 100%;
}
 .tm-reveal-direction-lr:not(.elementor-element-edit-mode).active .elementor-widget-container {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.tm-reveal-direction-rl:not(.elementor-element-edit-mode) .elementor-widget-container {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
 .tm-reveal-direction-rl:not(.elementor-element-edit-mode).active .elementor-widget-container {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
 .tm-reveal-direction-lr:not(.elementor-element-edit-mode) .elementor-widget-container img{
    transform-origin: 50% 50%;
    transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
    transform: scale(1.5) translate(-100px, 0px);
}
.tm-reveal-direction-rl:not(.elementor-element-edit-mode) .elementor-widget-container img {
	transform: scale(1.5) translate(100px, 0px);
	transform-origin: 50% 50%;
	transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}
 .tm-reveal-direction-rl:not(.elementor-element-edit-mode).active .elementor-widget-container img,
 .tm-reveal-direction-lr:not(.elementor-element-edit-mode).active .elementor-widget-container img{
    transform: scale(1) translate(0px, 0px);
}
html {
    margin-right: 0 !important;
    overflow: visible !important;
}
.preyantechnosys-blogbox-styletwo.prt-no-featured-content .prt-post-featured-outer-wrapper {
   padding-top:0px;
}
.category .site-main>.row:not(.slick-slider) .prt-box-col-wrapper,
.site-main>.preyantechnosys-boxes-row-wrapper.row:not(.slick-slider) .prt-box-col-wrapper {
    margin-bottom: 50px;
}
.error404.preyantechnosys-sticky-footer .site-content-wrapper {
    background-color: transparent;
}

.job_filters .search_jobs {
    display: none;
}
.job_filters .job_types {
    display: none;
}
ul.job_listings li.job_listing a div.position {
    float: none;
    width: auto;
    vertical-align: text-bottom;
}
.position .company {
    display: inline-block;
    float: left;
    padding-right: 95px
}
ul.meta {
    display: inline-block;
}
ul.job_listings li.job_listing a div.location {
    text-align: left;
    position: relative;
    float: none;
    padding-top: 42px;
    font-size: 18px;
    padding-left: 0;
}
ul.job_listings li.job_listing a .meta .job-type {
    position: absolute;
    left: 16%;
    bottom: 21%;
    color: #000;
    background-color: #def2ed;
    padding: 5px 20px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 50px;
}
ul.job_listings li.job_listing a .meta {
    padding-top: 42px;
    float: none;
    font-size: 18px;
    padding-left: 0;
    text-align: left;
}
ul.job_listings li.job_listing a div.location:before {
    content: "\e84a";
    font-family: 'prt-valetex-icons';
    color: #000;
    font-size: 20px;
    position: absolute;
    left: -25px;
}
ul.job_listings li.job_listing a ul.meta time {
    position: relative;
}
ul.job_listings li.job_listing a ul.meta time:before {
    content: "\e873";
    font-family: 'prt-valetex-icons';
    color: #000;
    position: absolute;
    left: -30px;
    font-size: 20px;
}
ul.job_listings li.job_listing a {
    background-color: #f7f7f7;
    overflow: unset;
    padding: 41px 60px 65px;
    display: flex;
    margin-bottom: 50px;
}
ul.job_listings li.job_listing:last-child a {
    margin-bottom: 0;
}
ul.job_listings li.job_listing a:hover {
    background-color: #f7f7f7;
}
ul.job_listings , ul.job_listings li.job_listing {
    border: none;
}
ul.job_listings li.job_listing a img.company_logo {
    width: auto;
    height: auto;
    float: none;
    position: static;
}
ul.job_listings li.job_listing a div.position h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    padding-bottom: 10px;
}
.position .company strong {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
ul.job_listings li.job_listing a .meta .date:after,
ul.job_listings li.job_listing a div.location:after {
    content: '';
    position: absolute;
    background-color: #000;
    width: 1px;
    height: 30px;
    left: -65px;
}
ul.job_listings li.job_listing a .meta li.date {
    position: relative;
}
.prt-jobsidebar-img {
    display: flex;
    width: 100%;
    border-bottom: 1px solid var(--prt-bordercolor);
    padding-bottom: 10px;
    margin-bottom: 18px;
    padding-top: 7px;
}
.prt-headtext {
    padding-left: 20px;
}
.prt-headtext h4 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
}
.prt-imgleft {
    width: 60px;
    height: 60px;
}
.widget .prt-litext .prt-information-block li {
    display: flex !important;
    width: 100%;
    justify-content: space-between;
    padding: 0 0 10px !important;
    font-size: 18px;
    color: #000;
}
.widget .prt-litext .prt-information-block .preyantechnosys-social-links-wrapper ul.social-icons {
    display: flex;
    margin: 0;
}
.sidebar .widget .prt-litext .prt-information-block .social-icons li > a {
    color: var(--body-fonts-color);
}
.widget .prt-litext .prt-information-block li span.information-job {
    color: var(--body-fonts-color);
    font-size: 16px;
}
.prt-jobview i {
    display: inline-block;
    font-size: 30px;
    color: #000;
    padding-top: 5px;
}
.prt-jobview .prt-desctext {
    display: inline-block;
    vertical-align: top;
    padding-left: 16px;
}
.prt-jobview .prt-desctext h4 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 3px;
}
ul.prt-list-item.prt-job-listicon li.icon-list-item {
    list-style: none;
    padding-bottom: 15px;
    color: var(--body-blackfont-color);
    display: flex;
}
ul.prt-list-item.prt-job-listicon {
    padding-left: 0;
}
ul.prt-list-item.prt-job-listicon i {
    padding: 6px 12px 0 0;
}
ul.prt-list-item.prt-job-listicon.prt-jobcolor li.icon-list-item span {
    color: var(--body-fonts-color);
}
.single-job_listing .job_description p span {
    color: #000;
}
.single-job_listing .job_listing .preyantechnosys-blogbox-sharebox,
.single-job_listing .job_listing .preyantechnosys-blogbox-footer-readmore,
.single-job_listing .single_job_listing .company,
.single-job_listing .job_listing ul.job-listing-meta.meta,
.single-job_listing .job_listing .prt-post-featured-outer-wrapper {
    display: none;
}
.single-job_listing.single article.preyantechnosys-box-blog-classic {
    padding-bottom: 75px;
}
.single_job_listing .application .application_button:hover {
    color: #000;
    border-radius: 50px;
}
.single_job_listing .application .application_button {
    border-radius: 50px;
    font-size: 14px;
}
.job_listing span.tagline {
    background-color: #d7fc69;
    padding: 10px 20px;
    position: absolute;
    right: 60px;
    border-radius: 50px;
    color: #000;
}
.job_listing span.tagline:hover {
    background-color: #000;
    color: #d7fc69;
}
.job_listing .prt-blog-classic-box-content .tm-post-prev-next-buttons {
    display: none;
}
.single-job_listing .job_listing .prt-blog-classic-box-content .single_job_listing h3 {
    margin-bottom: 15px;
}

.prt-num-column ul.prt-num li {
    list-style: none;
    display: inline-block;
    background-color: var(--prt-skincolor);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 40px;
    color: #000;
    border-radius: 8px;
}
.prt-num-column ul.prt-numdesc li {
    list-style: none;
    text-align: center;
    font-size: 24px;
    color: #000;
    font-weight: 500;
}
.prt-location-numdesc {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.preyantechnosys-box-blog-classic .preyantechnosys-desc-text {
    margin-bottom: 20px;
}
.preyantechnosys-blogbox-footer-left.preyantechnosys-wrap-cell a {
    position: relative;
    padding: 16px 25px;
    background-color: var(--prt-skincolor);
    border-color: var(--prt-skincolor);
    font-size: 14px;
    font-weight: var(--button-font-weight);
    line-height: var(--button_fontsize);
    color: var(--prt-secondarycolor);
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    border-radius: 50px;
}
.preyantechnosys-blogbox-footer-left.preyantechnosys-wrap-cell a:hover {
    background-color: var(--prt-secondarycolor);
    color: var(--prt-skincolor);
}
article.preyantechnosys-box-blog-classic .prt-featured-outer-wrapper .prt-featured-wrapper {
    padding-bottom: 20px;
}

article.preyantechnosys-box.preyantechnosys-box-blog-classic.preyantechnosys-blogbox-format-link {
    margin-bottom: 30px;
}
.preyantechnosys-box-blog-classic.preyantechnosys-blogbox-format-quote .preyantechnosys-desc-text,
.preyantechnosys-box-blog-classic.preyantechnosys-blogbox-format-link .preyantechnosys-desc-text {
    margin-bottom: 0;
}
.prt-blog-classic-box-content .tm-post-prev-next-buttons .col-sm-12 {
    padding: 30px 0;
}
.prt-blog-classic-box-content .tm-post-prev-next-buttons .col-sm-12.next-link_wrapper {
    text-align: right;
}

.prt-sresults-second-row .preyantechnosys-portfoliobox-style1 .post-item-number {
    display: none;
}
.cpbs-main .slick-prev, .cpbs-main .slick-next {
    top: -23px !important;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.cpbs-main .slick-next {
    margin-top: -2px !important;
}

.cpbs-main .cpbs-form-field .ui-selectmenu-button {
    background-image: unset;
    background-color: #fff;
}
.cpbs-main .cpbs-form-field .cpbs-qtip .qtip-tip canvas,
.cpbs-main .cpbs-form-field .cpbs-qtip .qtip-tip,
.cpbs-main .cpbs-form-field .cpbs-qtip {
    background-color:#ff0000;
    border-color:#ff0000;
}
.prt-valetex-icon-twitter:before {
    content: '\e879';
}