<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------------------------------------
[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;
}

::-moz-selection {
    text-shadow: none;
    background: var(--prt-skin-color);
    color: var(--prt-white-color);
}

::-moz-selection {
    text-shadow: none;
    background: var(--prt-skin-color);
    color: var(--prt-white-color);
}

::selection {
    text-shadow: none;
    background: var(--prt-skin-color);
    color: var(--prt-white-color);
}

/*** 

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

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

.preyantechnosys-page-full-width article .entry-content {
    min-height: 300px;
}

.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: var(--prt-white-color);
}
.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: var(--prt-white-color);
}

/*** 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: 11px 15px;
    font-weight: normal;
    background-color: var(--prt-white-color);
    text-transform: inherit;
    border: 1px solid var(--prt-border-color);
    font-size: 14px;
    outline: none;
    line-height: inherit;
}

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: #fff;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
    color: var(--prt-generalfont-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: 14px;
    line-height: 14px;
    font-weight: 600;
    padding: 13px 35px 12px;
    border: 1px solid transparent;
    border-radius: 2em;
    color: var(--prt-white-color);
    -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 #e5e5e5;
    background-color: rgba(0, 0, 0, .03);
}

.select2-drop-active {
    border: 1px solid #e5e5e5;
}

/*** Topbar Dark text color ***/
.prt-col-bgimage-yes.prt-col-bgcolor-skincolor .prt-bg-layer-inner {
    opacity: 0.90;
}

.prt-bg.prt-bgimage-yes.prt-bgcolor-skincolor &gt; .prt-bg-layer {
    opacity: 0.92;
}

.prt-bg.prt-bgcolor-grey &gt; .prt-bg-layer {
    opacity: 0.90;
}

.preyantechnosys-fbar-main-w .preyantechnosys-fbar-box-w.prt-bg.prt-bgimage-yes &gt; .prt-bg-layer {
    opacity: 0.87;
}

.prt-col-bgimage-yes.prt-bgcolor-white .prt-bg-layer-inner, .prt-bg.prt-bgimage-yes.prt-bgcolor-white &gt; .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 &gt; .prt-bg-layer {
    opacity: 0.95;
}

.prt-bgcolor-darkgrey.prt-bg.prt-bgimage-yes &gt; .site-footer-bg-layer.prt-bg-layer {
    opacity: 0.93;
}
.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 &gt; .prt-bg-layer, .prt-bgcolor-transparent {
    background-color: transparent !important;
}

.footer .first-footer.prt-textcolor-dark {
    border-color: rgba(0, 0, 0, .14);
}
.prt-titlebar-wrapper .breadcrumb-wrapper i{
	color: var(--prt-skin-color);
	font-size: 16px;
	padding-right: 8px;
	padding-top: 5px;
	display: inline-block;
    vertical-align: middle;
}
.prt-titlebar-wrapper .breadcrumb-wrapper span{
	border-bottom: 1px solid var(--prt-border-color);
	transition: all 0.3s ease 0s;
}
.prt-titlebar-wrapper .breadcrumb-wrapper span:hover{
	border-color: var(--prt-skin-color);
}
.prt-titlebar-main .breadcrumb-wrapper span:hover:last-child{
	border-color: unset;
}
.prt-titlebar-wrapper .breadcrumb-wrapper .prt-sep{
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
}
.single-post .prt-titlebar-wrapper.prt-breadcrumb-on-bottom .entry-header:before{
	content: unset;
}

/*** Top to bottom ***/
#totop {
    font-weight: 900;
    color: var(--prt-white-color);
    position: fixed;
    display: none;
    right: 34px;
    bottom: 34px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 37px;
    text-align: center;
    padding-top: 0px;
    border-radius: 0px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#totop.top-visible {
    font-size: 23px;
    height: 43px;
    width: 43px;
}

/*** Footer left right spacing ***/


.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;
}
.prt-header-style-classic-two .container-fullwide{
	z-index: 12;
}

.prt-header-style-classic-two .prt-header-text-area{
	padding-left: 0px;
}
.prt-header-style-classic-two .prt-header-button a{
	font-weight: 600;
	font-size: 14px;
	transition: all 0.5s ease-out;
	background-color: var(--prt-skin-color);
	padding: 10px 20px;
	border-radius: 2em;
}
.prt-header-style-classic-two .prt-header-button{
	padding: 0;
}
.prt-header-style-classic-two .header-info-widget div:last-child.prt-header-button{
	padding-right: 75px;
	margin-left: 0;					
}
.prt-header-style-classic-two .prt-header-button a:hover{
	color: var(--prt-white-color);
}
.prt-header-style-classic-two .prt-search{
	float: right;
	width: 200px;
    top: 0;
    font-size: 14px;
    color: var(--prt-dark-grey-color);
    padding: 0 0 0 23px;
    font-weight: 600;
}
.prt-header-style-classic-two .prt-header-small-search-form{
	margin-left: 15px;
    margin-right: 1px;
    position: relative;
}
.prt-header-style-classic-two.w-search-form-h {
    display: table;
    height: 100%;
    width: 100%;
}
.prt-header-style-classic-two.w-search-form-row {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    position: relative;
}

.prt-header-style-classic-two .prt-header-small-search-form .w-search-input input{
	background-color: transparent;
    border: none;
    padding: 34px 20px;
    padding-left: 40px;
    height: 100%;
	font-weight: 500;
    line-height: initial;
}
.prt-header-style-classic-two .header-search{
	position: absolute;
    top: 2px;
    background-color: transparent;
    border: none;
    left: 4px;
    font-size: 14px;
    height: 100%;
    color: var(--prt-dark-grey-color);
	font-weight: 600;
}
.prt-header-style-classic-two input[type="search"]::-webkit-input-placeholder {
	color: var(--prt-dark-grey-color);
}
.prt-header-style-classic-two input[type="search"]::-moz-placeholder{
	color: var(--prt-dark-grey-color);
}
.prt-header-style-classic-two input[type="search"]::-ms-input-placeholder{
	color: var(--prt-dark-grey-color);
}

/*** Logo Section ***/
.preyantechnosys-logo-img.standard {
    max-height: 100px;
    width: auto;
}

.site-branding {
    float: left;
}

.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: var(--prt-white-color);
    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-truvik-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-infostack #site-header-menu .kw-phone .prt-header-icon a {
    font-size: 18px;
}
.prt-header-style-infostack .preyantechnosys-topbar-wrapper {
    padding-left: 60px;
    padding-right: 60px;
}

.prt-header-icons .prt-header-search-link a i:before {
    font-weight: 700;
}

.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;
    bottom: auto;
    top: 29px;
    left: -2px;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    font-size: 8px;
    display: block;
    background-color: var(--prt-dark-grey-color) !important;
    color: var(--prt-white-color);
    -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);
}

.prt-header-icons .prt-header-wc-cart-link:hover span.number-cart {
    background-color: #1a1d22;
}

/*** 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;
}

.prt-header-style-infostack .header-widget .header-content {
    padding-left: 12px;
}

.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: 34px;
    line-height: 40px;
}

.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-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 &gt; 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 &gt; a, .prt-header-style-infostack .site-header.prt-bgcolor-skincolor .prt-top-info-con  .preyantechnosys-social-links-wrapper .social-icons li &gt; 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 &gt; 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;
}
.prt-header-style-infostack .prt-time p {
    display: inline;
    padding-left: 15px;
	line-height: 50px;
}
.prt-header-style-infostack .prt-topbar-content .prt-wrap-cell div {
    padding-left: 0;
    margin-left: 0px;
}
.prt-header-style-infostack .preyantechnosys-topbar-wrapper .social-icons li &gt; a {
    font-size: 0;
    margin-right: -10px;
    color: var(--prt-dark-grey-color);
}
.prt-header-style-infostack .prt-topbar-content .prt-wrap-cell .preyantechnosys-social-links-wrapper i {
    display: inline;
    font-size: 14px;
}
.prt-header-style-infostack .top-contact:after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #dfdfdf;
    display: block;
    position: absolute;
    right: 0px;
    top: 0;
}
.prt-header-style-infostack .prt-topbar-content .prt-wrap-cell .top-contact li:last-child {
    padding-right: 15px;
}
.prt-header-style-infostack .top-contact:last-child:after{
	content: none;
}
.prt-header-style-infostack .preyantechnosys-topbar-wrapper.prt-borderbottom-yes .social-icons li:before {
	content: none;
}
.prt-header-style-infostack .preyantechnosys-topbar-wrapper .social-icons li {
    padding-right: 0px;
    padding-left: 5px;
}
.prt-header-style-infostack .top-contact h4 {
    padding-right: 5px;
}
.prt-header-style-infostack .prt-search {
    float: right;
    width: 200px;
    top: 0;
    font-size: 14px;
    color: var(--prt-dark-grey-color);
    padding: 0 0 0 8px;
    font-weight: 600;
}
.prt-header-style-infostack .prt-header-small-search-form {
    margin-left: 15px;
    margin-right: 1px;
    position: relative;
}
.prt-header-style-infostack .prt-header-small-search-form:before {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #dfdfdf;
    display: block;
    position: absolute;
    left: -25px;
    top: 0;
}
.prt-header-style-infostack .prt-header-small-search-form .w-search-input input {
    background-color: transparent;
    border: none;
    padding-left: 40px;
    height: 100%;
    font-weight: 600;
}
.prt-header-style-infostack .header-search {
    position: absolute;
    top: 2px;
    background-color: transparent;
    border: none;
    left: 4px;
    font-size: 14px;
    height: 100%;
    color: var(--prt-dark-grey-color);
    font-weight: 600;
}
.prt-header-style-infostack input[type="search"]::-webkit-input-placeholder {
    color: var(--prt-dark-grey-color);
}
.prt-header-style-infostack input[type="search"]::-moz-placeholder{
	color: var(--prt-dark-grey-color);
}
.prt-header-style-infostack input[type="search"]::-ms-input-placeholder{
	color: var(--prt-dark-grey-color);
} 
.prt-header-style-infostack .header-search i {
    color: var(--prt-dark-grey-color) !important;
}

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

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


/*.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: var(--prt-white-color);
}

.tprt-call-box a {
    font-size: 17px;
    color: var(--prt-white-color);
    font-weight: 700
}

.tprt-call-box i {
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid var(--prt-white-color);
    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 {
padding-right: 20px;
}

.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 &gt; 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: var(--prt-white-color);
}

.preyantechnosys-fbar-box ul.prt-pricelist-block li .service-price {
float: right;
}

.preyantechnosys-fbar-position-default .preyantechnosys-fbar-box .widget ul &gt; li {
padding-top: 0px;
}

.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: var(--prt-white-color);
}

.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%;
z-index: 1002;
border-bottom: 4px 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-truvik-icons";
}

.preyantechnosys-fbar-position-default .widget {
margin: 65px 0 0px;
}

.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: var(--prt-white-color);
}

.preyantechnosys-fbar-text-white.preyantechnosys-fbar-bg-darkgrey.preyantechnosys-fbar-box-w .submit_field button:hover {
background-color: transparent;
}

.prt-fbar-close {
position: fixed;
top: 17px;
right: 24px;
height: 30px;
width: 30px;
z-index: 100;
display: block;
text-align: center;
font-size: 24px;
cursor: pointer;
}

.preyantechnosys-fbar-position-right .preyantechnosys-fbar-box-w {
position: fixed;
top: 0;
right: 0;
width: 400px;
height: 100%;
overflow: hidden;
z-index: 9999;
-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;
}

.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: 35px;
padding-bottom: 10px;
z-index: 80;
position: relative;
}

.preyantechnosys-fbar-position-default .preyantechnosys-fbar-content-wrapper {
height: 100%;
padding: 0px;
}

/*** 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 &gt; 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: var(--prt-white-color);
}

.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 &gt; 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: var(--prt-white-color);
}

.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: var(--prt-white-color);
}

.preyantechnosys-fbar-position-right .preyantechnosys-fbar-btn.prt-fbar-bg-color-white a:after {
border-top-color: var(--prt-white-color);
border-bottom-color: var(--prt-white-color);
}

.preyantechnosys-fbar-position-default .preyantechnosys-fbar-btn.prt-fbar-bg-color-white a:after {
border-left-color: var(--prt-white-color);
border-right-color: var(--prt-white-color);
}

.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 &gt; 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 &gt; 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-blogbox-stylethree .prt-featured-outer-wrapper.prt-post-featured-outer-wrapper {
    width: 57%;
}
.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: var(--prt-white-color);
}

/*** 

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

 ***/
.preyantechnosys-topbar-wrapper .social-icons li &gt; a {
border: none;
width: auto;
height: auto;
line-height: 48px;
font-size: 14px;
font-weight: 400;
text-align: center;
text-transform: capitalize;
}

.preyantechnosys-topbar-wrapper.prt-borderbottom-yes .social-icons li &gt; a {
width: 31px;
}

.preyantechnosys-topbar-wrapper .top-contact li a, .preyantechnosys-topbar-wrapper .social-icons li &gt; 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: 48px;
}

.top-contact {
list-style: none;
margin: 0px;
padding: 0px;
font-size: 14px;
display: inline-block;
position: relative;
line-height: 48px;
vertical-align: top;
}
.top-contact h4{
	display: inline;
	font-size: 14px;
    font-weight: 500;
}
.prt-textcolor-white h4{
	color: var(--prt-skin-color) !important;
}
.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: 53px;
}

.top-contact i {
margin-right: 7px;
display: inline-block;
width: 20px;
height: 14px;
border: none;
border-radius: 50%;
text-align: center;
line-height: 24px;
font-size: 12px;
}

.prt-bgcolor-skincolor .top-contact i {
color: rgba(255, 255, 255, 0.75);
}

.top-contact .kw_truvik {
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: 15px;
margin-left: 15px;
}

.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-header-overlay .prt-topbar-content .prt-wrap-cell .top-contact li:last-child:after, 
.prt-topbar-content .prt-wrap-cell div li:before, 
.prt-topbar-content .prt-wrap-cell .top-contact li:before {
top: 22px;
content: '';
height: 5px;
width: 5px;
border-radius: 50%;
background-color: var(--prt-skin-color);
z-index: 1;
position: absolute;
}
.prt-topbar-content .prt-wrap-cell .top-contact li:last-child:before{
	content: none;
}

.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 {
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, .prt-topbar-content .prt-wrap-cell .top-contact li {
padding-left: 0;
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: 15px;
}

.prt-topbar-content .prt-wrap-cell .top-contact li:before {
right: 10px;
}

.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&gt;div:last-child .social-icons {
padding-right: 11px;
}

.preyantechnosys-topbar-wrapper .social-icons li:before, .top-contact li:last-child:after {
left: -5px;
}
.preyantechnosys-topbar-wrapper .social-icons li:first-child:before{
    content: none;
}

.prt-topbar-content .prt-wrap-cell .preyantechnosys-social-links-wrapper {
padding-left: 15px;
}

.prt-topbar-content .prt-wrap-cell div:before {
right: auto;
left: 0;
}

.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: var(--prt-white-color) !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 &gt; a:hover {
color: var(--prt-white-color) !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: var(--prt-skin-color);
}

.prt-bgcolor-skincolor.prt-textcolor-white a:hover {
color: rgb(54, 48, 46);
}
.prt-btn-style-flat.prt-btn-color-darkgrey .elementor-button{
	background-color: var(--prt-dark-grey-color) !important;
}
.prt-btn-style-flat.prt-btn-color-darkgrey .elementor-button:hover{
	background-color: var(--prt-skin-color);
	color: var(--prt-white-color);
}
.preyantechnosys-topbar-wrapper .social-icons li {
position: relative;
min-width: auto;
padding: 0px;
margin: 0px;
float: left;
text-align: center;
padding-right: 10px;
padding-left: 10px;
}
.preyantechnosys-topbar-wrapper .social-icons li:last-child{
	padding-right: 0;
}

.prt-topbar-content .prt-wrap-cell .preyantechnosys-social-links-wrapper {
display: inline-block;
vertical-align: top;
}
.prt-topbar-content .prt-wrap-cell .preyantechnosys-social-links-wrapper i{
	display: none;
}
.prt-bgcolor-skincolor .prt-topbar-content .social-icons li &gt; a:hover {
color: var(--prt-white-color);
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
====================================================================

 ***/
.preyantechnosys-topbar-inner .prt-topbar-content{
    padding-left: 60px;
    padding-right: 70px;
}
.preyantechnosys-topbar-wrapper.prt-textcolor-white .top-contact h4 {
    color: var(--prt-skin-color) !important;
    padding-right: 6px;
}
.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: var(--prt-white-color);
}

.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;
top: 0px;
}

.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: var(--prt-white-color);
}

.prt-titlebar-align-left .breadcrumb-wrapper&gt;.container {
padding-right: 0px;
}

.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-white-color);
}
.prt-textcolor-white .prt-titlebar-main .entry-title, .prt-textcolor-white .prt-titlebar-main .entry-subtitle {
color: var(--prt-white-color);
}

span.post.post-page.current-item {
font-weight: 500;
}

/*** 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 &gt; .container {
padding: 0;
vertical-align: middle;
display: table;
height: 100%;
}

.prt-titlebar-wrapper.prt-breadcrumb-on-bottom  .prt-titlebar-main &gt; .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 {
display: inline-block;
border-radius: 0px;
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: var(--prt-white-color);
}

/*** 

====================================================================
    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;
content: "|";
padding-left: 7px;
}

ul.footer-nav-menu li:last-child:after {
content: "";
}

.footer-nav-menu {
list-style: none;
margin: 0px;
padding: 0px;
}

.footer-nav-menu li {
display: inline-block;
padding-left: 2px;
padding-right: 14px;
font-size: 16px;
padding-bottom: 0px;
}

.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: 20px;
padding-bottom: 15px;
font-size: 13px;
}

.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, 1);
}

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

.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: var(--prt-white-color);
}

/*** 

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

 ***/
.widget.truvik_category_list_widget .widget-title {
display: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a, .widget.tm_widget_nav_menu li a, .widget.truvik_all_post_list_widget li a, .widget.truvik_category_list_widget li a {
display: block;
padding: 13px 15px 13px 15px;
position: relative;
z-index: 1;
font-size: 15px;
background-color: var(--prt-white-color);
-webkit-box-shadow: 0px 0px 7px 0px rgb(43 52 59 / 6%);
-moz-box-shadow: 0px 0px 7px 0px rgba(43, 52, 59, 0.06);
box-shadow: 0px 0px 7px 0px rgb(43 52 59 / 6%);
}

.woocommerce-account .woocommerce-MyAccount-navigation li, .widget.tm_widget_nav_menu li, .widget.truvik_all_post_list_widget li, .widget.truvik_category_list_widget li {
padding-bottom: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:before, .widget.tm_widget_nav_menu li a:before, .widget.truvik_all_post_list_widget li a:before, .widget.truvik_category_list_widget li a:before {
content: "";
width: 100%;
left: 0;
bottom: 50%;
background: #eaeaea;
height: 0;
position: absolute;
transition: all .3s cubic-bezier(.645, .045, .355, 1);
z-index: -1;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:hover:before, .widget.tm_widget_nav_menu li a:hover:before, .widget.truvik_all_post_list_widget li a:hover:before, .widget.truvikcategory_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.truvik_all_post_list_widget li.prt-post-active a:before, .widget.truvik_category_list_widget li.current-cat a:before {
height: 100%;
bottom: 0;
}

.widget.truvik_all_post_list_widget li a:hover, .widget.truvik_category_list_widget li a:hover, .widget.truvik_all_post_list_widget li.prt-post-active a, .widget.truvik_category_list_widget li.current-cat a {
color: var(--prt-white-color);
}

.widget.truvik_all_post_list_widget li:last-child a.
.widget.truvik_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 &gt; div &gt; .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.04);
}

.footer .first-footer.prt-footerrow-sepdark {
border-color: rgba(0, 0, 0, 0.04);
}

.footer .first-footer .widget {
padding-top: 15px;
padding-bottom: 15px;
}

.footer.prt-bgcolor-skincolor .prt-container-for-footer &gt; div &gt; .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 &gt; div &gt; .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 &gt; div &gt; .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 &gt; li {
padding: 0px 0px 15px 0;
}

.sidebar .widget ul:not(.slides):not(.cart_list):not(.truvik_contact_widget_wrapper) &gt; li:last-child, .widget ul &gt; li ul &gt; li:last-child {
border-bottom: 0;
padding-bottom: 0px !important;
margin-bottom: 0px;
}

.widget .widget-title {
margin-bottom: 18px;
position: relative;
}

.second-footer .container.prt-container-for-footer .row &gt; .widget-area:first-child .custom-heading {
display: inline-block;
float: left;
padding-right: 10px;
}

.footer .footer-rows .second-footer .second-footer-inner {
background-color: var(--prt-white-color);
padding: 0 40px;
background-color: var(--prt-white-color);
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}

.widget .widget-title {
margin-bottom: 20px;
}

.footer_logo {
margin-bottom: 20px;
}

.footer_logo img {
max-height: 65px;
}

.footer .widget .widget-title {
margin-bottom: 28px;
}

.footer .widget ul &gt; li {
padding: 0px 0px 12px 0;
}

.footer .widget ul.prt-recent-post-list &gt; li {
padding: 0px 0px 18px 0;
}

.first-footer.prt-widgetsep-yes .widget-area {
border-right: 1px solid  rgba(0, 0, 0, 0.15);
}

.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;
}

.site-footer .widget.widget_nav_menu ul li{
    display: inline-block;
     width: calc(46% - 2px);
    float: none;
    padding: 0 0 11px 0;
}
.site-footer .widget.widget_nav_menu li a:hover {
    color: var(--prt-white-color) !important;
}
.site-footer .widget.widget_nav_menu li a {
	padding-left: 15px;
}
.prt-text3.enhanced-text-widget {
    padding-left: 15px;
}
.prt-text-btn {
    padding-left: 15px;
}
.prt-text3.enhanced-text-widget .widget-desc p {
    margin-bottom: 0;
}
.prt-text3 .widget-desc strong{
	color: var(--prt-white-color);
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
}
.textwidget .prt-img2{
	float: right;
}
.widget.prt-sidebar-custom-banner {
    text-align: left;
    padding: 90px 32px 35px;
    z-index: 2;
    background-image: url(../images/footer-img01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    margin: 15px 0 20px;
}
.widget.prt-sidebar-custom-banner .prt-heading{
	text-align: center;
    background-color: rgba(255, 255, 255, 0.71);
	padding: 10px 30px;
}
.widget.prt-sidebar-custom-banner .prt-heading h2{
    color: var(--prt-dark-grey-color) !important;
	font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 5px
}
.widget.prt-sidebar-custom-banner .bigheading h2 {
    font-size: 24px;
    font-weight: 600;
}
.widget.prt-sidebar-custom-banner .subheading {
    border-bottom: 2px solid var(--prt-dark-grey-color);
}
.widget.prt-sidebar-custom-banner .bigheading{
	padding-top: 8px;
}
.widget.prt-sidebar-custom-banner .description {
    text-align: center;
    padding-top: 175px;
}
.widget.prt-sidebar-custom-banner .description p {
    font-size: 16px;
    font-weight: 600;
	margin-bottom: 0;
}
.widget.prt-sidebar-custom-banner .description h5{
  font-size: 14px;
  font-weight: 500;
}
.footer .first-footer .widget.prt-sidebar-custom-banner {
   padding: 30px 30px 0px 30px;
}

.textwidget .widget-desc p{
margin-bottom: 16px;
}
.footer .widget .widget-title,.footer .widget-title1{
    font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	margin-bottom: 15px;
}

.footer .widget .prt-btn{
padding-top: 15px;
}
.footer .widget .prt-btn a{
	font-size: 13px;
    font-weight: 700;
	color: var(--prt-white-color);
	padding-left: 0;
}
.footer .widget .prt-btn a:hover{
	color: var(--prt-skin-color);
}
.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);
}
.first-footer-inner .text-widget-one {
    display: table;
    width: 100%;
}
.footer .prt-textcolor-white .textwidget .widget-desc p,
.site-footer .widget.widget_nav_menu li a,
.footer .prt-textcolor-white .prt-footer2-left {
    color: rgba(255, 255, 255, .75) !important;
}
.prt-text-widget .textwidget .widget-desc p {
    margin-top: 11px;
	margin-bottom: 0;
}
.first-widget-area .gallery-item{
    width: 18%;
    padding-top: 10px;
    text-align: left;
}
.prt-gallery .gallery-item {
    max-width: 19.33%;
}
.site-footer .first-footer .prt-container-for-footer &gt; div &gt; .row .widget-area .widget.prt-gallery {
    padding-top:5px;
	padding-left: 15px;
	padding-bottom:8px;
}
.prt-text-btn.widget .prt-btn {
    padding-top: 5px;
}
.first-widget-area .prt-foter-date h5{
	font-size: 15px;
}
.footer .first-footer .widget.prt-foter-date {
    padding-bottom: 0;
}
.site-footer .prt-container-for-footer &gt; div &gt; .row .widget-area .gallery {
    margin: 0;
}

/**/

.site-footer .widget-area .mc4wp-form {
    position: relative;
	padding-top: 13px;
    padding-bottom: 15px;
}
.footer .mc4wp-form-fields input[type="email"] {
    background-color: transparent;
    border-color: transparent;
    color: var(--prt-white-color);
    padding: 16px 30px 12px 0px;
    font-size: 12px;
    line-height: var(--body-line-height);
    border-bottom: 2px solid rgba(255 , 255 , 255 , 0.07);
}
.footer .mc4wp-form-fields .btn {
    font-size: var(--body-font-size);
    font-weight: 700;
    position: absolute;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
	width: 25px;
    top: auto;
    bottom: 30px;
	right: 0;
    color: var(--prt-white-color);
    background-color: transparent;
}
.footer .mc4wp-form-fields .btn i {
    padding-left: 5px;
    font-size: 20px;
}
.footer .form-desc {
    position: relative;
    color: var(--prt-generalfont-color);
}
.textwidget .custom-html-widget{
	padding-top: 18px;
}
.prt-text-widget.enhanced-text-widget,.prt-text-widget .custom-html-widget{
	padding-right: 10px;
}
.prt-text-widget.prt-email-form.enhanced-text-widget {
    padding-top: 20px !important;
}
.footer .footer-rows .first-footer .first-footer-inner{
	 padding: 50px 0 40px;
}
.footer .prt-textalign-right{
	text-align: right;
}
.footer .widget-title,
.footer .preyantechnosys-social-links-wrapper,
.footer .social-icons {
    display: inline;
}
.prt-quicklink .menu-useful-links-container {
    padding-top: 10px;
}
.prt-socialborder .social-icons li &gt; a{
	border-radius: 5px !important;
}

/*** Seprator sidebar widget ***/
.sidebar .widget ul:not(.slides):not(.cart_list):not(.truvik_contact_widget_wrapper):not(.truvik_category_list_widget):not(.prt-all-post-list):not(.prt-team-details-list) &gt; li {
padding-bottom: 17px;
padding-top: 14px;
border-top: 1px solid rgba(0, 0, 0, 0.09);
}

.sidebar .widget ul.slick-dots &gt; li {
border-bottom: 1px solid #eee !important;
}

.sidebar .widget ul:not(.slides):not(.cart_list):not(.capiza_contact_widget_wrapper):not(.capiza_category_list_widget):not(.prt-sboxall-post-list):not(.sub-menu):not(.children) &gt; li:first-child, .sidebar .widget.preyantechnosys_widget_recent_entries ul:not(.slides):not(.cart_list):not(.capiza_contact_widget_wrapper) &gt; li:first-child, .sidebar .widget_shopping_cart .cart_list li:first-child, .sidebar .widget &gt; ul:not(.slides):not(.cart_list) &gt; li:first-child, .sidebar .widget.widget_nav_menu &gt; div &gt; ul:first-child &gt; li:first-child {
    border-top: 0;
    padding-top: 0;
}
/*** Additional Widget background ***/
.prt-bg-footer-box .footer-logo-box img {
margin-bottom: 20px;
}

ul.truvik_contact_widget_wrapper.call-email-footer {
font-size: 16px;
font-weight: 500;
margin-bottom: 15px;
margin-top: 20px;
}

ul.truvik_contact_widget_wrapper.call-email-footer li:before {
position: relative;
left: -6px;
top: 0px;
}

/*** Footer Social Widget ***/
.footer .social-icons li &gt; a:hover {
color: var(--prt-white-color);
}

/*** Flicker Widget ***/
.truvik_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.truvik_contact_widget_wrapper {
list-style: none;
margin-left: 0;
padding-left: 0;
}

ul.truvik_contact_widget_wrapper li {
padding-left: 40px;
position: relative;
padding-bottom: 15px;
line-height: 25px;
}

.widget ul.truvik_contact_widget_wrapper li {
position: relative;
line-height: 23px;
font-size: inherit;
padding: 10px 0px 10px 0;
}

.prt-textcolor-white .widget ul.truvik_contact_widget_wrapper li {
border-color: rgba(255, 255, 255, 0.04);
}

.widget ul.truvik_contact_widget_wrapper li:first-child {
padding-top: 0px;
}

.footer ul.truvik_contact_widget_wrapper li:last-child {
border: none;
}

ul.truvik_contact_widget_wrapper li:before {
position: absolute;
left: 0px;
top: 7px;
font-size: 18px;
font-weight: 400;
}

.prt-col-bgcolor-skincolor ul.truvik_contact_widget_wrapper li:before, .prt-bgcolor-skincolor ul.truvik_contact_widget_wrapper li:before {
color: var(--prt-white-color);
}

.widget ul.truvik_contact_widget_wrapper li:before {
top: 13px;
}

.widget ul.truvik_contact_widget_wrapper li:first-child:before {
top: 4px;
}

.sidebar .widget ul.truvik_contact_widget_wrapper li:first-child {
padding-top: 0;
}

.sidebar .widget ul.truvik_contact_widget_wrapper li:first-child:before {
top: 6px;
}

.sidebar .widget ul.truvik_contact_widget_wrapper li {
padding: 9px 0px 9px 0;
padding-left: 37px;
border: none;
}

.sidebar ul.truvik_contact_widget_wrapper li:before {
top: 11px;
}

/*** Recent Post Widget ***/
ul.prt-recent-post-list {
list-style: none;
padding: 0;
}

ul.prt-recent-post-list &gt; li img {
display: block;
width: 70px;
float: left;
margin-right: 18px;
padding-top: 3px;
}

.sidebar ul.prt-recent-post-list &gt; li img {
width: 80px;
height: 80px;
}

ul.prt-recent-post-list &gt; li {
padding: 0px 0px 20px 0;
}

ul.prt-recent-post-list &gt; li &gt; a {
line-height: 25px;
display: block;
}

ul.prt-recent-post-list li:after {
content: " ";
display: table;
clear: both;
}

ul.prt-recent-post-list &gt; li .post-date {
display: block;
font-size: 13px;
padding-bottom: 2px;
}

.main-holder .widget.preyantechnosys_widget_recent_entries ul li:first-child, ul.prt-recent-post-list &gt; li:first-child {
border-top: 0px;
padding-top: 0px;
}

ul.prt-recent-post-list &gt; li .post-date i {
margin-right: 6px;
font-size: 11px;
}

/**/
.prt-footer-cta-wrapper .widget-area .prt-cta-icon {
text-align: center;
position: relative;
}

.prt-footer-cta-wrapper .widget-area .prt-cta-icon .cta-icon {
position: absolute;
top: -50px;
left: 45%;
height: 92px;
width: 92px;
line-height: 110px;
background-color: var(--prt-white-color);
-webkit-box-shadow: 0px 0px 15px 0px rgb(34 34 34 / 8%);
-moz-box-shadow: 0px 0px 15px 0px rgb(34 34 34 / 8%);
box-shadow: 0px 0px 15px 0px rgb(34 34 34 / 8%);
display: inline-block;
border-radius: 50%;
-webkit-animation: rotate-animation 4s linear infinite;
-moz-animation: rotate-animation 4s linear infinite;
animation: rotate-animation 4s linear infinite;
}

@-moz-keyframes rotate-animation {
0% {
    transform: rotateY(0deg);
}

100% {
    transform: rotateY(360deg);
}

}

@-webkit-keyframes rotate-animation {
0% {
    -webkit-transform: rotateY(0deg);
}

100% {
    -webkit-transform: rotateY(360deg);
}

}

@keyframes rotate-animation {
0% {
    transform: rotateY(0deg);
}

100% {
    transform: rotateY(360deg);
}

}


/*** 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_product_categories a:before {
font-family: "prt-truvik-icons";
content: "\e818";
position: absolute;
top: 6px;
left: 0;
line-height: 1em;
font-size: 14px;
opacity: 1;
background-color: transparent;
height: 0;
width: 0;
color: inherit;
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;
padding-left: 20px;
}

.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: 16px;
}

.widget_recent_comments li.recentcomments:before, .widget_recent_entries a:before, .widget_meta a:before,
.widget_categories a:before, .widget_archive li a:before, .widget_pages li a:before, .widget_product_categories a:before,
.widget.widget_nav_menu li a:before {
content: "\e818";
font-family: "prt-truvik-icons";
position: absolute;
top: 0px;
left: 0;
color: inherit;
}

.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: var(--prt-white-color);
}

.footer .prt-textcolor-white hr {
border-color: rgba(255, 255, 255, 0.03);
}

.footer .widget.widget_nav_menu ul &gt; li:last-child {
border-bottom: none;
}

.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 &gt; li ul {
margin-left: 15px;
margin-top: 15px;
}

.widget_categories.widget ul&gt;li ul, .widget_nav_menu.widget ul&gt;li ul, .widget_pages.widget ul&gt;li ul {
margin-top: 10px;
}
.sidebar .widget_categories ul.children li:first-child span {
    top: 15px;
}
/*** 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: bold;
}

.widget_calendar table {
border-collapse: separate;
border-color: #efefef;
border-spacing: 0;
border-style: solid;
border-width: 1px 0 0 1px;
margin-bottom: 24px;
width: 100%;
background-color: var(--prt-white-color);
}

.widget_calendar table th, .widget_calendar table td {
border-bottom: 1px solid #efefef;
border-right: 1px solid #efefef;
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: 700;
}

.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-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 &gt; 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 &gt; 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: none;
}

.header-controls .search_box a &gt; .ti-close, .header-controls .search_box a &gt; .ti-search, .header-controls .ti-bag {
height: 33px;
width: 33px;
line-height: 33px;
border-radius: 50%;
color: var(--prt-white-color);
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%;
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%);
}

.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: 620px;
max-width: 100%;
height: 70px;
line-height: 70px;
-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;
left: 50%;
top: 55px;
color: var(--prt-white-color);
cursor: pointer;
width: 60px;
margin-left: -25px;
}

.prt-search-overlay .prt-icon-close:after {
font-family: "prt-truvik-icons";
content: "\e82f";
font-size: 26px;
color: var(--prt-white-color);
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, 1);
height: 65px;
padding: 0 70px 0 0;
font-weight: 700;
font-size: 18px;
width: 100%;
color: var(--prt-white-color);
outline: none;
}

.prt-search-outer .prt-form-title {
text-align: center;
font-size: 22px;
line-height: 32px;
color: var(--prt-white-color);
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: var(--prt-white-color);
height: 70px;
line-height: 70px;
width: 50px;
font-size: 21px;
border: none;
}

.prt-search-overlay::-webkit-input-placeholder {
color: var(--prt-white-color);
}

.prt-search-overlay:-moz-placeholder {
color: var(--prt-white-color);
opacity: 1;
}

.prt-search-overlay::-moz-placeholder {
color: var(--prt-white-color);
opacity: 1;
}

.prt-search-overlay:-ms-input-placeholder {
color: var(--prt-white-color);
}

.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);
}

/*** Special Section ***/
.preyantechnosys-servicebox-stylefour .item-content,.preyantechnosys-box-blog.preyantechnosys-blog-box-view-left-image .post-item&gt;.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 10px 0px rgb(43 52 59 / 10%);
-moz-box-shadow: 0px 0px 10px 0px rgb(43 52 59 / 10%);
box-shadow: 0px 0px 10px 0px rgb(43 52 59 / 10%);
}

/**** Button Section  *****/
.elementor-element.elementor-widget-button .elementor-button {
position: relative;
}

.prt-btn-color-skincolor .elementor-button-wrapper .elementor-button:not(.prt-btn-style-text):hover:after{
    background-color: var(--tm-dark-grey-color);
    border-color: var(--tm-dark-grey-color);
    color: var(--tm-white-color);
}
.prt-col-bgcolor-darkgrey .prt-btn-color-skincolor .elementor-button-wrapper .elementor-button:not(.prt-btn-style-text):hover:after {
    background: var(--prt-white-color);
}
.elementor-button-wrapper .elementor-button:not(.tm-btn-style-text):after{
	webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    bottom: 110%;
    left: 50%;
    background-color: #142b3c;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}
.elementor-button-wrapper .elementor-button:not(.tm-btn-style-text):hover:after{
	bottom: -40%;
}
.elementor-button-wrapper .elementor-button {
    overflow: hidden;
    z-index: 1;
    transition: all .6s ease 0s;
}

.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: var(--prt-white-color);
}

.prt-btn-style-flat.prt-btn-color-grey .elementor-button:hover, .prt-btn-style-flat.prt-btn-color-white .elementor-button:hover {
color: var(--prt-white-color);
}

.prt-btn-shape-square.elementor-element.elementor-widget-button .elementor-button {
border-radius: 0px;
padding: 13px 30px;
}

.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: var(--prt-white-color) !important;
color: var(--prt-white-color);
}

.prt-btn-style-outline.prt-btn-color-white .elementor-button:hover {
background-color: var(--prt-white-color);
}

.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: var(--prt-white-color);
}

.prt-btn-style-text.prt-icon-align-right .elementor-button .elementor-button-icon {
color: var(--prt-white-color);
}

.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: 25px;
}

article.post .entry-content blockquote {
line-height: 30px;
    box-shadow: 0 0 12px 0 rgb(32 46 60 / 6%);
}

.prt-featured-wrapper .prt-slick-carousel-wrapper .prt-slick-carousel &gt; 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&gt;.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 4px 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: inherit;
}

.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: 16px;
width: 1px;
right: 10px;
top: 0;
background-color: #e7e7e7;
margin-top: 2px;
}

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 .entry-header .prt-meta-line, .preyantechnosys-box-blog-classic .entry-header .prt-meta-line a {
color: inherit;
}

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-top: 22px;
padding-bottom: 6px;
}

.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 {
height: 60px;
width: 60px;
padding-bottom: 12px;
z-index: 1;
color: var(--prt-white-color);
text-align: center;
background-color: #9aca40;
position: absolute;
top: -20px;
right: 20px;
font-weight: 600;
font-size: 26px;
line-height: 15px;
padding-top: 13px;
}

.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: var(--prt-white-color);
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 var(--prt-skin-color);
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&gt;.preyantechnosys-box-content {
padding: 15px;
clear: both;
overflow: hidden;
display: flex;
justify-content: space-between;
background-color: var(--prt-white-color);
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-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: 4px;
}

.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: var(--prt-white-color);
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: var(--prt-white-color);
}

.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;
}

.preyantechnosys-meta-details a:hover {
text-decoration: none;
}

/*** 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 {
padding-right: 23px;
position: relative;
}

.preyantechnosys-box-blog .preyantechnosys-box-content .prt-entry-meta .prt-meta-line:last-child {
padding-right: 0px;
}

.preyantechnosys-box-blog .preyantechnosys-box-content .prt-entry-meta .prt-meta-line:after {
	position: absolute;
	content: "";
	height: 16px;
	width: 1px;
	right: 10px;
	top: 0;
	background-color: #e7e7e7;
	margin-top:3px;
}

.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 var(--prt-white-color);
border-left: 70px solid transparent;
text-align: center;
color: var(--prt-white-color);
position: absolute;
right: 0;
top: 0;
z-index: 99;
}

.preyantechnosys-box-blog .prt-post-format-icon-wrapper i {
position: absolute;
top: -85px;
color: var(--prt-white-color);
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: var(--prt-white-color);
}

.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-blog-classic {
	margin-bottom: 40px;
	background-color: #fff;
}
article.preyantechnosys-box-blog-classic .prt-blog-classic-box-content {
	padding: 10px 30px 30px 30px;	
}
article.preyantechnosys-box-blog-classic.prt-no-featured-content .prt-blog-classic-box-content {
	padding: 30px 30px 30px 30px;	
}
article.preyantechnosys-box-blog-classic.prt-no-featured-content .prt-blog-classic-box-content.prt-boxwith-morebutton, article.preyantechnosys-box-blog-classic .prt-blog-classic-box-content.prt-boxwith-morebutton {
margin-bottom: 35px;
}

article.preyantechnosys-box-blog-classic .prt-blog-classic-box-content .prt-post-cat {
padding-bottom: 4px;
}

.single article.preyantechnosys-box-blog-classic {
margin-bottom: 40px;
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;
}

.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: 14px;
}

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;
}

.preyantechnosys-sidebar-true.preyantechnosys-sidebar-right .site-content-inner, .preyantechnosys-sidebar-true.preyantechnosys-sidebar-left .site-content-inner {
position: relative;
}

body.blog #content-inner, body.author #content-inner, body.tag #content-inner, body.archive #content-inner, body.archive #content-inner {
overflow: hidden;
}

.single article.preyantechnosys-box-blog-classic {
	padding: 0px;
	border: none;
	background-color: transparent;
}

.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: var(--prt-white-color);
position: relative;
}

article.post .more-link-wrapper a.more-link:after {
font-family: "prt-truvik-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: var(--prt-white-color);
	border: 3px solid var(--prt-skin-color);
}
article.preyantechnosys-box-blog-classic.sticky:after {
	font-family: "prt-truvik-icons";
	content: "\e81d";
	font-size: 20px;
	position: absolute;
	color: var(--prt-white-color);
	opacity: 1;
	right: 0;
	top: 0;
	background-color: var(--prt-skin-color);
	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 var(--prt-white-color);
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: var(--prt-white-color);
}

/*** 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(0, 58, 102, 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: 15px;
color: var(--prt-white-color);
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: 80px 50px;
}

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;
}

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(0, 58, 102, 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 {
color: rgb(255, 255, 255);
font-size: 19px;
padding-top: 20px;
text-align: left;
}

/*** 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: var(--prt-white-color);
}

.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&gt;.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: flex;
margin-bottom: 15px;
}

/*** 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: 30px 0px 30px;
margin: -35px 0px 0px 0px;
display: block;
position: relative;
}
.single-post article.preyantechnosys-box-blog-classic.prt-no-featured-content .prt-blog-classic-box-content {
padding: 15px 30px 30px;
}

.single-tm_portfolio .prt-single-pf-footer .clearfix, .single-post .preyantechnosys-blogbox-sharebox .clearfix {
display: inline-block;
}
.single-post .prt-post-prev-next-buttons .prev-link_wrapper {
    padding-left: 0;
    padding-right: 0;
}
.single-post .prt-post-prev-next-buttons .next-link_wrapper {
    float: right;
    padding-left: 0;
    padding-right: 0;
}
.single-tm_portfolio .prt-pf-single-category-w, .single-post .tm_tag_lists {
float: right;
}

.single-post .prt-social-share-post-wrapper {
text-align: left;
padding: 0px;
border-radius: 0px;
}

.single-post .prt-post-prev-next-buttons {
border-top: 1px solid var(--prt-border-color);
}
.gallery-columns-2 .gallery-item{
padding-top: 15px;
}

.single-post .prt-social-share-links ul li {
display: inline-block;
padding-right: 7px;
padding-top: 0px;
}
.single-post .prt-social-share-links ul li:last-child {
    padding-right: 0;
}
.single-post .prt-social-share-title {
margin-top: 11px;
font-weight: 500;
}

.single-post .prt-post-prev-next-buttons {
margin-top: 43px;
padding-top: 55px;
}

.single-tm_portfolio .prt-pf-single-category-w a, .single-post .preyantechnosys-blogbox-sharebox .preyantechnosys-tags-links a {
padding: 7px 25px;
background-color: var(--prt-grey-color);
font-size: 14px;
display: inline-block;
margin-right: 3px;
font-weight: 600;
margin-bottom: 7px;
border-radius: 0px;
}
.single-post .preyantechnosys-blogbox-sharebox .preyantechnosys-tags-links a{
margin-left: 10px;
}

.single-tm_portfolio .prt-pf-single-category-w a:hover, .single-post .preyantechnosys-blogbox-sharebox .preyantechnosys-tags-links a:hover {
color: var(--prt-white-color);
}

.single-post .preyantechnosys-blogbox-sharebox {
display: block;
clear: both;
overflow: hidden;
padding-top: 20px;
}

.single-post .comments-area {
margin-top: 30px;
margin-bottom: 0px
}

.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: 20px;
}

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, .single-post article.post .entry-content ul li {
padding-bottom: 8px;
}

.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;
}

.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: 30px;
line-height: 35px;
}

.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: 600;
color: #252525;
}

.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 &gt; li:last-child:after {
display: none;
}

.comment-body {
margin-left: 105px;
margin-top: 35px;
margin-bottom: 30px;
padding: 22px 20px;
position: relative;
background-color:#fff;
border: 1px solid var(--prt-grey-color);
}

.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 #f5f9fd transparent #f5f9fd;
z-index: 1;
content: "";
left: -12px;
}

.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: var(--prt-white-color);
font-size: 13px;
padding: 3px 25px 3px 25px;
position: relative;
font-weight: 600;
background-color: transparent;
border-radius: 2em;
}

.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(--prt-generalfont-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: 20px;
}

.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;
}

/*** Comment form ***/
.comment-form p:not(.comment-notes) {
margin-bottom: 20px;
}

.preyantechnosys-page-full-width.preyantechnosys-boxed .comments-area {
margin: 30px 15px 60px 15px;
}

.comments-area {
margin-top: 60px;
margin-bottom: 60px;
}

.comment-form {
margin-bottom: 20px;
}

.comment .comment-respond {
margin-bottom: 20px;
padding: 20px;
}

.comment-reply-title small a {
color: var(--prt-dark-grey-color);
display: inline-block;
float: right;
height: 16px;
overflow: hidden;
width: 16px;
}

ol.comment-list li #respond {
width: 100%;
padding: 25px 0;
margin-bottom: 60px;
padding-bottom: 0px;
}

.comment-reply-title small a:hover {
color: var(--prt-skin-color);
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: 10px;
font-size: 15px;
font-style: italic;
}

.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;
}

.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;
    margin-bottom: 0;
}

.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"] {
border-radius: 0;
}

.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: 32%;
margin-right: 2%;
}

.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;
}

.comment-form textarea::-webkit-input-placeholder, .comment-form input[type="text"]::-webkit-input-placeholder, .comment-form input[type="email"]::-webkit-input-placeholder {
color:#7a8a9e;
}

.comment-form input[type="text"]:-moz-placeholder, .comment-form input[type="text"]:-moz-placeholder, .comment-form input[type="email"]:-moz-placeholder {
color:#7a8a9e;
}

.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:#7a8a9e;
}

.comment-form input[type="submit"] {
background-color: transparent;
padding: 13px 30px 13px;
}

/*** Blog Navigation section ***/
.main-holder .site-content .woocommerce-pagination, .preyantechnosys-pagination {
display: block;
margin-bottom: 60px;
margin-top: 10px;
text-align: left;
}

.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: 43px;
height: 43px;
line-height: 43px;
text-align: center;
display: inline-block;
background-color: var(--prt-white-color);
color: var(--prt-dark-grey-color);
font-size: 15px;
font-weight: 600;
border-radius: 0px;
margin: 0 3px 10px;
padding: 0;
-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;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 5px 0px rgba(43, 52, 59, 0.10);
}

.prt-bgcolor-grey .preyantechnosys-pagination .page-numbers {
background-color: var(--prt-white-color);
border: 1px solid var(--prt-white-color);
}

.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: transparent;
color: var(--prt-white-color);
}

.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: var(--prt-white-color);
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: 22px;
line-height: 30px;
position: relative;
text-align: left;
}

.preyantechnosys-boxes-portfolio.preyantechnosys-boxes-view-carousel .slick-dotted.slick-slider, .preyantechnosys-boxes-portfolio.preyantechnosys-boxes-view-carousel .slick-dotted.slick-slider {
padding-bottom: 50px;
}

.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-element-portfoliobox-style1.preyantechnosys-boxes-gap-30px .preyantechnosys-boxes-row-wrapper.row:not(.slick-slider) .prt-box-col-wrapper {
    margin-bottom: 22px;
}
.preyantechnosys-portfoliobox-style1 .preyantechnosys-post-item{
display: inline-block;
position: relative;
overflow: hidden;
}
.preyantechnosys-portfoliobox-style1 .preyantechnosys-box-title h4{
	text-align: center;
    position: absolute;
    bottom: auto;
    top: 45%;
    left: 0;
    right: 0;
    z-index: 2;
    font-size: 20px;
}
.preyantechnosys-portfoliobox-style1 .prt-box-desc{
	margin-top: 20px;
    font-size: 15px;
    opacity: 0;
    transition: all 1s ease 0s;
	padding: 10px 23px 0;
	position: absolute;
    top: auto;
    bottom: 22px;
	color: var(--prt-white-color);
}
.preyantechnosys-portfoliobox-style1 .preyantechnosys-box-content h4 a{
	color: var(--prt-white-color);
	background-image: linear-gradient(var(--prt-white-color), var(--prt-white-color)), 					    linear-gradient(var(--prt-white-color), var(--prt-white-color));
    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-portfoliobox-style1 .preyantechnosys-box-content h4 a:hover {
    background-size: 0 1px, 100% 1px;
	color: var(--prt-white-color) !important;
}
.preyantechnosys-portfoliobox-style1 .prt-featured-wrapper:after{
    content: '';
    background-color: rgba(0, 5, 7, 1);
    opacity: 0.4;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 0.5s ease;
}
.preyantechnosys-portfoliobox-style1 img{
    transform:translateY(-30px) scale(1.5);
}
.preyantechnosys-portfoliobox-style1:hover img{
	transform: translateY(0) scale(1.5);
}
.preyantechnosys-portfoliobox-style1 .preyantechnosys-post-item:after{
	content: "";
	position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: var(--prt-dark-grey-color);
    opacity: 0;
    transform: translateY(-40px) scale(1.5);
    transition: all 1s ease-in;
}
.preyantechnosys-portfoliobox-style1:hover .preyantechnosys-post-item:after{
	opacity: 1;
    opacity: 0.2;
    transform: translateY(0) scale(1.5);
}

/* PortfolioBox  Styles-2*/
.preyantechnosys-portfoliobox-style2 .preyantechnosys-post-item {
overflow: hidden;
text-align: center;
}
.preyantechnosys-portfoliobox-style2 .preyantechnosys-box-flag .img-thumbnail{
	height: 55px;
    width: 55px;
    border-radius: 50%;
    text-align: center;
    border: 3px solid #fff;
    background-size: cover;
    background-repeat: no-repeat;
	position: absolute;
	top: 10px;
    right: 10px;
    transition: all 500ms ease;
}
.preyantechnosys-portfoliobox-style2:hover .preyantechnosys-box-flag .img-thumbnail{
	transform: rotateY(180deg);
}
.preyantechnosys-portfoliobox-style2 .prt-featured-wrapper {
    overflow: hidden;
}
.preyantechnosys-portfoliobox-style2 .preyantechnosys-bottom-content{
	padding: 23px 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.preyantechnosys-portfoliobox-style2 .preyantechnosys-box-category p {
margin-bottom: 0px;
}
.preyantechnosys-portfoliobox-style2 .preyantechnosys-box-title h4{
	text-align: center;
    font-weight: 500;
}
.preyantechnosys-portfoliobox-style2 .preyantechnosys-bottom-content .preyantechnosys-box-content h4 a {
    color: var(--prt-white-color);
}
.preyantechnosys-element-portfoliobox-style2 .prt-sortable-list .prt-sortable-link a {
    border: none !important;
    color: var(--prt-white-color) !important;
	background-color: transparent;
    font-size: 16px;
	font-weight: 600;
    position: relative;
    padding: 8px 10px 10px;
}
.preyantechnosys-element-portfoliobox-style2 .prt-sortable-list .prt-sortable-link a:after {
    content: "";
    position: absolute;
    height: 20px;
    width: 1px;
    background-color: rgba(255,255,255,0.40);
    left: auto;
    right: -4px;
    top: 10px;
}
.preyantechnosys-element-portfoliobox-style2 .prt-sortable-list .prt-sortable-link:last-child a:after {
    content: none;
}
.preyantechnosys-element-portfoliobox-style2 .prt-sortable-list .prt-sortable-link a:hover,
.preyantechnosys-element-portfoliobox-style2 .prt-sortable-list .prt-sortable-link a.selected{
    color: var(--prt-skin-color) !important;
}
.preyantechnosys-portfoliobox-style2:hover img {
    transform: translateY(-86px) scale(1.5);
}
.preyantechnosys-portfoliobox-style2 img {
    transform: translateY(-74px) scale(1.5);
}

.preyantechnosys-post-item-inner.figcaption {
transition: opacity 0.4s ease-in-out, left 0.4s ease-in-out;
}
.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;
}




/*** Single Portfolio Left Image Right content ***/
.prt-pf-single-content-wrapper {
padding-bottom: 0px;
}

.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;
}

.prt-social-share-wrapper {
float: none;
}

.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 #e3e3e3;
height: 34px;
width: 34px;
line-height: 34px;
text-align: center;
display: block;
font-size: 13px;
border-radius: 0;
background-color: var(--prt-white-color);
}

.prt-pf-single-content-wrapper.prt-pf-view-left-image .prt-pf-detail-box {
width: 100%;
display: flex;
}

.preyantechnosys-pf-detailbox-list {
list-style: none;
padding-left: 0;
overflow: hidden;
margin-top: 0px;
}

.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: var(--prt-white-color);
border-color: transparent;
}

.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 {
position: absolute;
right: 25px;
bottom: -40px;
z-index: 2;
}

.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: 15px 0px 15px 0px;
width: 48%;
}

.preyantechnosys-pf-detailbox-list .prt-pf-details-date:last-child {
border-bottom: none;
}

.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: 17px;
font-weight: 700;
color: var(--prt-white-color);
}

.preyantechnosys-pf-detailbox-list .prt-pf-details-date .prt-pf-right-details {
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: 15px;
}

.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;
}

/*** Related Portfilio ***/
.prt-pf-single-related-wrapper {
padding-top: 10px;
padding-bottom: 30px;
}

.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: 30px;
}

/*** 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: right;
}

.single-tm_portfolio .nav-next, .single-tm_portfolio .nav-previous {
display: inline-block;
}

.single-tm_portfolio .nav-previous {
margin-right: 3px;
}

.single-tm_portfolio .nav-next {
margin-left: 3px;
}

.single-tm_portfolio .nav-next a, .single-tm_portfolio .nav-previous a {
text-align: center;
top: 106px;
right: 48px;
color: #343c5c;
transition: all .2s ease-in-out;
display: inline-block;
border: 1px solid transparent;
font-size: 16px;
padding: 13px 30px;
border-radius: 0px;
font-weight: 500;
}

.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: 35px;
margin-top: 25px;
border-top: 1px solid #e3e3e3;
padding-top: 40px;
}

.single-tm_portfolio .prt-social-bottom-wrapper {
display: block;
clear: both;

}

.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 {
padding-left: 0px;
padding-right: 0px;
}

.prt-pf-single-content-wrapper .preyantechnosys-pf-single-detail-box {
display: block;
height: 100%;
background-color: #f8f8f8;
padding: 40px 25px 16px 40px;
}

.prt-pf-single-content-wrapper .preyantechnosys-pf-single-detail-box .preyantechnosys-pf-detailbox-title {
position: relative;
font-size: 25px;
line-height: 33px;
margin-bottom: 6px;
}

.prt-pf-single-content-wrapper .prt-viewproject-btn-wrapper {
margin-top: 30px;
}

.prt-pf-single-content-wrapper .prt-viewproject-btn-wrapper a {
width: 100%;
padding: 15px 30px 15px 25px;
}

.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-box-team .prt-team-social-links-wrapper ul li {
list-style: none;
font-size: 16px;
}

.preyantechnosys-box-team.preyantechnosys-box-view-left-image .prt-team-social-links-wrapper ul li:first-child {
margin-left: 0px;
}

/*** Single Team member ***/

h2.prt-team-member-single-title {
font-size: 38px;
line-height: 48px;
margin-bottom: 0px;
}

.prt-team-member-single-position {
font-size: 14px;
font-weight: 600;
color: var(--prt-skin-color);
margin-bottom: 4px;
}

.prt-featured-wrapper.prt-tm_team_member-featured-wrapper {
margin-left: -15px;
}

.preyantechnosys-team-member-single-content-area .prt-team-member-single-content-wrapper {
margin-top: 0px;
padding-top: 15px;
}

.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;
display: table;
padding: 8px 0px;
}

.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: 15px;
padding-right: 15px;
}

.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: 4px;
margin-right: 14px;
}

.prt-team-extra-details-wrapper {
margin-bottom: 30px;
}

.prt-team-details-list .prt-team-list-title {

display: table-cell;
}

.prt-team-extra-details-wrapper .prt-team-details-list .prt-team-list-title {
text-indent: 0px;
width: auto;
margin-right: 3px;
}
.prt-team-details-list .prt-team-list-value{
    display: table-cell;
    vertical-align: top;
    padding-left: 18px;
}
.prt-team-details-list .prt-team-list-value h4{
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
}

.prt-team-list-title i {
position: relative;
text-align: center;
text-indent: 0;
font-size: 34px;
top: 0px;
margin-right: 3px;

}

.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 {
padding: 20px 0px 40px 57px;
}
.prt-team-member-single-title-wrapper .prt-team-data&gt; .col-xs-12 {
	margin-left: 0;
    margin-right: 0;
    padding-left: 0;
	padding-right: 0;
} 
.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: 0;
}

.single-tm_team_member .preyantechnosys-team-member-single-content-area  .prt-team-member-single-title-wrapper .prt-team-social-links-wrapper ul li a {
border: 1px solid #e7e7e7;
}

.prt-team-details-list li:before {
content: none;
}
.single-tm_team_member .elementor-button.elementor-size-md{
	border-radius: 50%;
	background-color: var(--prt-skin-color);
	border-radius: 2em;
	font-size: 13px;
    line-height: 15px;
	font-weight: 700;
}
.single-tm_team_member .elementor-button.elementor-size-md:hover {
    background-color: var(--prt-dark-grey-color);
	color: var(--prt-white-color);
}


/*** Single Team member (prt-team-member-view-wide-image ) ***/
.single-tm_team_member .prt-featured-wrapper.prt-tm_team_member-featured-wrapper{
	margin-left: 0;
}

.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-top: 30px;
padding-bottom: 20px;
}

.prt-team-member-single-content-wrapper .preyantechnosys-iconbox.preyantechnosys-iconbox-styleone {
padding: 60px 25px 40px 40px;
}

.prt-team-member-single-content-wrapper .preyantechnosys-iconbox.preyantechnosys-iconbox-styleone .prt-cta3-content-wrapper {
padding-top: 15px;
}

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;
font-weight: bold;
}

.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: var(--prt-white-color);
}

.prt-fid-with-icon.prt-fid-view-topicon h3 {
position: relative;
}

.inside h3 {
margin-bottom: 0;
width: 100%;
font-size: 16px;
line-height: 23px;
font-weight: 500;
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: 55px;
font-size: 51px;
line-height: 51px;
top: 10px;
}
.inside.prt-fid-view-righticon h4, .inside.prt-fid-view-lefticon h4 {
font-size: 52px;
line-height: 30px;
}

.inside.prt-fid-view-righticon h3, .inside.prt-fid-view-lefticon h3 {
font-size: 20px;
line-height: 30px;
}
.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.inside h3{ 
    padding: 31px 0 6px;
    font-weight: 500;
}


.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: 50px 20px 52px 20px;
}
.prt-space-factdigits .inside.prt-fid-view-lefticon {
    padding: 18px 20px 25px 0px;
}

.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: var(--prt-white-color);
}

.prt-fid.prt-fid-without-icon .prt-fld-contents {
text-align: center;
}

/*** 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;
}

.prt-fid-view-lefticon.prt-fid-without-icon .prt-fld-contents {
padding-left: 0px;
}

.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-lefticon .prt-fid-icon-wrapper {
top: 0px;
}
.prt-fid-view-lefticon .prt-fid-inner{
	padding-left: 65px;
	padding-top: 23px;
}
.prt-fid-view-righticon.inside h4, .prt-fid-view-lefticon.inside h4 {
margin-top: 1px;
margin-bottom: 0px;
float: left;
display: block;
}
.prt-fid-view-topicon.inside h4 span:nth-child(2) {
margin-left: -15px;
}

.prt-fid-view-righticon.inside h4 {
float: right;
}

.prt-textcolor-white .inside h3 {
color: rgba(255, 255, 255, 1) !important;
}

/*** 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;
}
/*fact digits extra class*/
.prt-factsize .prt-fid-view-lefticon.inside h4 {
    font-size: 46px;
}
.prt-factsize .inside.prt-fid-view-lefticon.inside h3 {
    font-size: 20px;
    color: #003760;
    font-weight: 500;
}
.prt-factsize .inside.prt-fid-view-lefticon{
	position: relative;
    padding: 0;
}
.prt-factsize .inside.prt-fid-view-lefticon:after {
    content: "";
    position: absolute;
    height: 70%;
    width: 1px;
    top: 10px;
    right: 18px;
    background-color: var(--prt-border-color);
}
.prt-factsize .elementor-column:last-child .inside.prt-fid-view-lefticon:after{
  content: unset;
}

/**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;
    padding: 25px 15px 21px 15px;
}

.inside.prt-fid-view-style6 h3 span {
padding: 0;
}
.inside.prt-fid-view-style6 .prt-fid-icon-wrapper i{
	font-size: 60px;
}
.inside.prt-fid-view-style6 .prt-fld-contents{
    padding-top: 20px;
}
.inside.prt-fid-view-style6 h3 {
font-size: 15px;
line-height: var(--body-line-height);
font-weight: 500;
color: var(--prt-white-color);
margin-bottom: 5px;
}

.inside.prt-fid-view-style6 h4 {
font-size: 40px;
line-height: 50px;
font-weight: 700;
margin-bottom: 2px;
color: var(--prt-white-color);
}

.prt-fid.prt-fid-without-icon.prt-fid-view-style6 .prt-fld-contents {
text-align: left;
}

/*** 

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

 ***/


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

/*** 

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

 ***/
.preyantechnosys-sidebar-true.page #primary .site-main {
padding-bottom: 40px;
}

.preyantechnosys-sidebar-true .site-main {
padding-top: 70px;
}

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: 1px solid var(--prt-border-color);
background-color: var(--prt-grey-color);
border-radius: 0;
padding: 11px 55px 11px 15px;
font-weight: 500;
}

.widget .woocommerce-product-search input::-webkit-input-placeholder, .widget .search-form input::-webkit-input-placeholder {
color: var(--prt-generalfont-color);
}

.widget .woocommerce-product-search input:-moz-placeholder, .widget .search-form input:-moz-placeholder {
color: var(--prt-generalfont-color);
}

.widget .woocommerce-product-search input:-ms-input-placeholder, .widget .search-form input:-ms-input-placeholder {
color: var(--prt-generalfont-color);
}

.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: 50px;
height: 50px;
z-index: 1;
border-radius: 0px;
background-image: url(../images/search.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 14px 14px;
}

.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 {
padding: 15px 0px 15px;
}
.prt-sidebar-contactform h4 {
    margin-bottom: 25px;
}


form.search-form {
padding-bottom: 12px;
}
.sidebar .widget.widget-0padding-box {
padding: 0;
box-shadow: unset;
border: none;
}
.sidebar .widget .widget-title {
	padding-bottom: 1px;
	padding-left: 30px;
	display: block;
	font-size: 19px;
	font-weight: 600;
}

.sidebar .widget .widget-title:after {
    display: block;
    content: "";
    position: absolute;
    height: 2px;
    width: 25px;
    left: -4px;
    bottom: 0;
    top: 13px;
}
.sidebar .widget.widget_categories a, .sidebar .widget_meta a, .sidebar .widget_categories a, .sidebar .widget_product_categories a, .sidebar .widget_archive li a, .sidebar .widget_pages li a, .sidebar .widget.widget_nav_menu li a{
	color: var(--prt-generalfont-color);
}
.sidebar .widget.widget_categories a:hover,
.sidebar .widget_meta a:hover,
.sidebar .widget_categories a:hover,
.sidebar .widget_product_categories a:hover,
.sidebar .widget_archive li a:hover,
.sidebar .widget_pages li a:hover,
.sidebar .widget.widget_nav_menu li a:hover {
    color: var(--prt-skin-color);
}
.sidebar .widget ul.prt-recent-post-list &gt; li .post-date {
    color: inherit;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
}
.sidebar .widget ul.prt-recent-post-list &gt; li .post-detail a {
    display: block;
	font-size: 16px;
    font-weight: 500;
}
.sidebar .widget ul.prt-recent-post-list &gt; li .post-date i{
	display: none;
}
.sidebar .widget ul.prt-recent-post-list &gt; li .post-date:after{
	content: "";
    position: absolute;
    background-color: var(--prt-generalfont-color);
    height: 1px;
    width: 100%;
    top: auto;
    bottom: 3px;
    left: 0;
    right: auto;
    margin: 0 auto;
}
.sidebar .widget .prt-img{
	margin: -30px;
	margin-bottom: 28px;
	padding: 0;
}
.sidebar .widget  .title-heading h4{
	margin-bottom: 27px;
}
.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.truvik_all_post_list_widget:before, .sidebar .widget.truvik_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: 70px;
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: 30px;
padding-bottom: 70px;
float: left;
}
#sidebar-left.sidebar .prt-sidebarimg.widget .prt-img {
    padding: 0;
}

body.preyantechnosys-sidebar-right.prt-empty-sidebar .site-content-wrapper #primary.content-area {
padding-right: 0px !important;
border-right: 0;
margin-right: 0;
}

body.preyantechnosys-sidebar-left.prt-empty-sidebar .site-content-wrapper #primary.content-area {
padding-left: 0px !important;
border-left: 0;
margin-left: 0;
margin-right: 0;
}

/*** 

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

 ***/
.social-icons {
list-style: none;
margin: 0px;
padding: 0px;
font-size: 14px;
padding-top: 0px;
padding-bottom: 0px;
}

.social-icons li {
display: inline-block !important;
padding-left: 0px;
min-width: 23px;
border: none;
}

.social-icons li &gt; a {
width: 36px;
height: 36px;
line-height: 36px;
border-radius: 0;
border: 1px solid #f1f1f1;
text-align: center;
display: block;
background-color: transparent;
font-size: 14px;
color: inherit;
margin-right: 5px;
}

.sidebar .social-icons li {
border-top: none !important;
padding: 0 !important;
}

.footer .social-icons li &gt; a {
width: 33px;
height: 33px;
line-height: 33px;
border: 0;
text-align: center;
display: block;
margin: 0 3px;
background-color: transparent;
font-size: 0;
color: var(--prt-white-color);
border-radius: 5px;
}
.footer .social-icons li:first-child &gt; a {
	margin-left:0px;
}
.footer .social-icons li &gt; a i{
	font-size: 13px;
    margin-left:0px;
}
.footer .social-icons li.prt-social-facebook &gt; a {
    background-color: #385da9;
}
.footer .social-icons li.prt-social-twitter &gt; a {
    background-color: #33ccff;
}
.footer .social-icons li.prt-social-linkedin &gt; a {
    background-color: #0073b1;
}
.footer .social-icons li.prt-social-instagram &gt; a {
    background-color: #D53F7F;
}

.content-area .social-icons li &gt; a {
margin-right: 3px;
width: 35px;
height: 35px;
line-height: 35px;
border-radius: 50%;
font-size: 14px;
}

.content-area .social-icons li &gt; a:hover, .content-area .prt-col-bgcolor-skincolor .social-icons li &gt; a, .content-area .prt-bgcolor-skincolor .social-icons li &gt; a {
color: var(--prt-white-color);
}

.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: var(--prt-white-color);
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: var(--prt-white-color);
}

.w-search-close {
display: block;
position: absolute;
top: 15px;
right: 20px;
font-size: 22px;
line-height: 50px;
height: 50px;
width: 50px;
color: var(--prt-white-color) !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);
}

.k_flying_searchform_wrapper .field::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.80);
line-height: 1.3em;
}

.k_flying_searchform_wrapper .field:-moz-placeholder {

/* Firefox 18- */
color: rgba(255, 255, 255, 0.80);
line-height: 1.3em;
}

.k_flying_searchform_wrapper .field::-moz-placeholder {

/* Firefox 19+ */
color: rgba(255, 255, 255, 0.80);
line-height: 1.3em;
}

.k_flying_searchform_wrapper .field:-ms-input-placeholder {
color: rgba(0, 0, 0, 0.80);
line-height: 1.3em;
}

/*** 

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

 ***/
 
 .select2-container--default .select2-selection--single {
	border-radius: 0px;
}
.select2-container .select2-selection--single{
    height: 46px;
    outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {   
    line-height: 45px;
    padding-left: 15px;
    font-weight: normal;
	color: inherit;
	font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-left: -10px;
    margin-top: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 41px;
    right: 5px; 
}

.prt-contactform-01 .select2-container--default .select2-selection--single {
	border-radius: 0px;
}
.prt-contactform-01 .select2-container .select2-selection--single {
	height: 65px;
	outline: none;
}
.prt-contactform-01 .select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 10px;
}
.prt-contactform-01 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 53px;
    padding-left: 15px;
    padding-top: 2px;
    font-weight: normal;
    color: inherit;
    font-size: 14px;
}
.prt-contactform-01 .select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-left: -10px;
	margin-top: 0px;
}

.prt-contactform-01 .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: var(--prt-white-color);
}

.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: var(--prt-grey-color);
}

.select2-container--default .select2-selection--single, .select2-dropdown {
border: 1px solid #ced7e4;
color: rgba(119, 119, 119, 0.5);    
border-radius:0px;
}

.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: var(--prt-white-color) transparent transparent transparent;
}

/*** 

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

 ***/
.wpcf7-form .wpcf7-form-control-wrap:not(.chkTerms) {
margin-bottom: 15px;
display: block;
padding-top: 5px;
}

.wpcf7 label {
display: block
}

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  ***/
.wpcf7 .prt-commonform textarea {
min-height: 100px;
}

.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 textarea, .prt-col-bgcolor-grey input[type="text"], .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="email"], .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 .wpcf7-text::-webkit-input-placeholder, .prt-bgcolor-grey .wpcf7 .prt-commonform .select2-container--default .select2-selection--single .select2-selection__rendered, .prt-bgcolor-grey .wpcf7 .prt-commonform textarea::-webkit-input-placeholder, .prt-col-bgcolor-grey .wpcf7 .prt-commonform .wpcf7-text::-webkit-input-placeholder, .prt-col-bgcolor-grey .wpcf7 .prt-commonform .select2-container--default .select2-selection--single .select2-selection__rendered, .prt-col-bgcolor-grey .wpcf7 .prt-commonform textarea::-webkit-input-placeholder {
color: #7a8a9e !important;
}

.wpcf7 .prt-commonform .field-group {
position: relative;
}

.wpcf7 .prt-commonform .field-group i {
position: absolute;
left: 15px;
top: 20px;
opacity: .9;
font-size: 16px;
z-index: 1;
line-height: 16px;
}

.wpcf7 .prt-commonform .field-group input[type="text"], .wpcf7 .prt-commonform .field-group textarea, .wpcf7 .prt-commonform .field-group input[type="email"] {
padding-left: 45px;
}

.wpcf7-checkbox .wpcf7-list-item {
margin: 0;
}

.wpcf7-checkbox label {
font-weight: 400;
}

/***=== Contatc Forms style-1 ===***/
.prt-contactform-01 textarea, .prt-contactform-01 input[type="number"],
 .prt-contactform-01 input[type="tel"],
 .prt-contactform-01 input[type="email"], 
 .prt-contactform-01 input[type="text"] {
	background-color:transparent;
	border-radius: 5px;
    border: 1px solid var(--prt-border-color);
    padding: 15px 15px 15px 20px;
    font-size: 15px;
}

.prt-contactform-01 .select2-container--default .select2-selection--single {
    background-color: transparent;
}
.prt-col-bgcolor-grey .prt-contactform-01 .select2-container--default .select2-selection--single .select2-selection__rendered {
	background-color: transparent;
    color: #7a8a9e !important;
    border: 1px solid var(--prt-border-color);
    border-radius: 5px;
}

.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 {
color:#7a8a9e
}

.prt-contactform-01 input[type="text"]:-moz-placeholder, .prt-contactform-01 input[type="email"]:-moz-placeholder, .prt-contactform-01 textarea:-moz-placeholder {
color:#7a8a9e
}

.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:#7a8a9e
}
.prt-contactform-01 .select2-container--default .select2-selection--single, .prt-contactform-01 .select2-dropdown {
    color: #7a8a9e;
}
.prt-contact-btn {
position: relative;
width: auto;
cursor: pointer;
display: inline-block;
margin-top: 10px;
}

.prt-contact-btn input[type="submit"] {
transition: all 0.5s ease 0s;
border-radius: var(--prt-button-shape);
padding: 15px 30px;
}
.prt-contact-btn input[type="submit"]:hover {
    color: var(--prt-white-color);
}

/*** 

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

 ***/

/*Heading subheding*/


.prt-align-center .prt-element-heading-content-wrapper .prt-element-content-desctxt {
width: 65%;
margin: 0 auto;
}

.elementor-element .prt-element-heading-content-wrapper {
margin-bottom: 35px;
}

.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-element-heading-content-wrapper.prt-content-with-desc .prt-content-header {
margin-bottom: 15px;
}

/*.prt-element-heading-content-wrapper .prt-element-subheading {
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
}*/
.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: 50%;
text-align: left;
position: relative;
padding-right: 80px;
}
.prt-heading-style-horizontal.prt-element-heading-content-wrapper .prt-content-header:after {
content: "";
right: 65px;
height: 100%;
position: absolute;
top: 0;
width: 1px;
border-right-width: 1px;
border-right-color: rgba(0, 0, 0, 0.08);
border-right-style: solid;
}

/*Heading Seperator Style Solid*/

.prt-seperator-solid .prt-element-subheading:before{
   display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    background-color: var(--prt-generalfont-color);
    top: auto;
	bottom: 0;
}
.prt-seperator-solid.center-align .prt-element-subheading:before{
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	bottom: 0;
    top: auto;
}
.prt-seperator-solid.center-align.prt-element-heading-content-wrapper .prt-element-subheading{
	padding-top: 13px;
}

.prt-col-bgcolor-darkgrey .prt-seperator-solid .prt-element-subheading:before,
.prt-bgcolor-darkgrey .prt-seperator-solid .prt-element-subheading:before,
.prt-bgcolor-darkgrey .prt-seperator-solid.center-align .prt-element-subheading:before{
    background-color: var(--prt-white-color) !important;
}
.prt-bgcolor-darkgrey .prt-element-heading-content-wrapper .prt-element-subheading {
    color: var(--prt-white-color);
}

.slide-text, .elementor-heading-title strong, .prt-element-content-heading strong, h2.prt-custom-heading strong {
    font-family: 'Playfair Display',serif;
    font-style: italic;
    font-weight: 600;
    display: inline-block;
}
.prt-element-heading-content-wrapper .prt-element-subheading {
    margin-bottom: 18px;
    position: relative;
    display: inline-block;
}

/*** 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 ***/
.preyantechnosys-team-member-single-featured-area {
    padding-left: 0;
    padding-right: 0;
}
.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: 14px;
width: 36px;
height: 36px;
text-align: center;
line-height: 36px;
color: inherit;
margin-right: 8px;
}

.single-tm_team_member .prt-team-member-single-title-wrapper .prt-team-social-links-wrapper ul li a:hover {
color: var(--prt-white-color);
}

.single-tm_team_member .prt-team-member-view-default .preyantechnosys-team-data {
padding: 22px 0px 25px 0;
position: relative;
}

.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: var(--prt-white-color);
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%;
}

.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;
	background-color: transparent;
}

.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,
.prt-bgcolor-skincolor .inside.prt-fid-view-lefticon .prt-fid-description span,
.preyantechnosys-testimonialbox-styletwo .preyantechnosys-box-desc .preyantechnosys-testimonial-text,
.preyantechnosys-portfoliobox-style2 .preyantechnosys-bottom-content .prt-box-desc,
.icon-desccolor .preyantechnosys-iconbox-stylefive .prt-cta3-content-wrapper,
.prt-about {
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-boxes-view-carousel  .slick-dots {
position: absolute;
right: 30px;
bottom: 30px;
width: auto;
}

/*** 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: var(--prt-white-color);
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: 0;
}

.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: var(--prt-white-color);
}

.preyantechnosys-box-client:not(.preyantechnosys-box-view-boxed-logo) .preyantechnosys-item-thumbnail-inner {
padding: 8px 12px 20px;
}

.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-item-thumbnail-inner img,
.slick-slide .preyantechnosys-box-client .preyantechnosys-item-thumbnail-inner img {
	display: inline-block;
}
.preyantechnosys-box-client .preyantechnosys-item-thumbnail-inner img{
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: .5;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
}
.preyantechnosys-box-client:hover .preyantechnosys-item-thumbnail-inner img {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	filter: grayscale(0%);
	-webkit-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-top: 40px;
    padding-bottom: 23px;
    position: relative;
    cursor: pointer;
}
.preyantechnosys-boxes-view-default .preyantechnosys-box-client:after {
    border-right: 1px solid #ced7e4;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.prt-clientborder.elementor-element .prt-element-heading-content-wrapper{
	margin-bottom: 0;
}
.prt-box-col-wrapper:last-child.preyantechnosys-boxes-view-default .preyantechnosys-box-client:after{
	border-right: none;
}
.preyantechnosys-boxes-row-wrapper.row .prt-box-col-wrapper:last-child .preyantechnosys-boxes-view-default .preyantechnosys-box-client:after{
	content: none;
}

.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: var(--prt-white-color);
}

.preyantechnosys-client-box-view-separator-logo {
display: block;
}

.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;
}

.preyantechnosys-element-clientbox-separator-logo.preyantechnosys-boxes-col-six  .prt-box-col-wrapper:nth-child(6n+6) .preyantechnosys-box-client:after{
   border: unset;	
}
.prt-sep-client .elementor-widget:not(:last-child) {
    margin-bottom: 0;
}
.prt-sep-client .elementor-element .prt-element-heading-content-wrapper {
    margin-bottom: 0;
}
.prt-sep-client .preyantechnosys-boxes-view-default .preyantechnosys-box-client:after {
    height: 110%;
}
.prt-sep-client .preyantechnosys-boxes-view-default .preyantechnosys-box-client {
    padding-top: 20px;
    padding-bottom: 7px;
}
.prt-sep-client .preyantechnosys-element-clientbox-separator-logo.preyantechnosys-boxes-col-two .prt-box-col-wrapper:nth-child(2n+2) .preyantechnosys-box-client:after{
	content: none;
}


/* 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: 9;
}

.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: transparent;
width: 37px;
height: 37px;
border: 1px solid #c7c7c7;
text-align: center;
}

.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 {
color: var(--prt-white-color);
border-color: transparent;
}

.preyantechnosys-boxes-row-wrapper .slick-prev:before, .preyantechnosys-boxes-row-wrapper .slick-next:before {
font-family: "FontAwesome";
content: "\f178";
color: #c7c7c7;
font-size: 15px;
line-height: 30px;
position: relative;
opacity: 1;
}

.preyantechnosys-boxes-row-wrapper .slick-prev:before {
content: '\e834';
text-align: center;
}

.prt-boxes-carousel-arrows-1 .preyantechnosys-boxes-row-wrapper .slick-arrow {
opacity: 1;
visibility: visible;
}

.prt-boxes-carousel-arrows-1 .preyantechnosys-boxes-row-wrapper .slick-prev {
left: -40px;
}

.prt-boxes-carousel-arrows-1 .preyantechnosys-boxes-row-wrapper .slick-next {
right: -40px;
}

/*** 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-portfolio .preyantechnosys-boxes-row-wrapper .slick-arrow {
border-radius: 0px;
}

/*** Slick dot desing ***/
.slick-dots {
bottom: -50px;
}

.slick-dots li {
width: 9px;
height: 5px;
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: 8px;
height: 8px;
border-radius: 50%;
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: 30px;
height: 8px;
border-radius: 6px;
}

.slick-dots li.slick-active button {
width: 30px;
background-color: #e0e0e0;
border-radius: 6px;
}

.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;
}

.preyantechnosys-boxes-row-wrapper .slick-prev:before, .preyantechnosys-boxes-row-wrapper .slick-next:before {
font-weight: 600;
}

.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: var(--prt-white-color);
}

.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: var(--prt-white-color);
}

.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: var(--prt-white-color);
border-color: var(--prt-white-color);
}

/*** Flex slider dot desing ***/
.flex-control-paging li a {
-o-box-shadow: none;
box-shadow: none;
background: none;
border: 2px solid var(--prt-white-color);
}

.flex-control-paging li a:hover {
background: none;
}

.flex-control-paging li a.flex-active {
background-color: var(--prt-white-color);
}

/*** Flex slider Arrow desing ***/
.flex-direction-nav a:before, .flex-direction-nav a.flex-next:before {
font-family: "prt-truvik-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 var(--prt-white-color);
background: none;
-o-box-shadow: none;
box-shadow: none;
font-size: 0;
}

.prt-flexslider .flex-control-paging li a.flex-active {
background-color: var(--prt-white-color);
}

.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: var(--prt-white-color);
}

.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: var(--prt-white-color);
background-color: #fc6042;
font-size: 35px;
}

body .prt-dropcap.prt-bgcolor-dark, body .prt-dropcap.prt-bgcolor-skincolor {
color: var(--prt-white-color) !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: var(--prt-white-color);
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: var(--prt-white-color);
color: var(--prt-white-color);
}

.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;
}

.prt-sortable-list ul {
margin: 0;
padding: 0;
margin-bottom: 35px;
margin-top: 20px;
}

.prt-sortable-list .prt-sortable-link {
display: inline-block;
margin-right: 10px;
}

.prt-sortable-list .prt-sortable-link a {
display: block;
cursor: pointer;
padding: 8px 25px 10px;
margin-bottom: 5px;
width: auto;
position: relative;
z-index: 3;
-webkit-transition: all 0.3s;
transition: all 0.3s;
background-color: var(--prt-white-color);
font-size: 16px;
font-weight: 700;
border-radius: 0px;
border: none;
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 {
color: var(--prt-white-color);
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: 1px solid rgba(255, 255, 255, 0.75);
color: rgba(255, 255, 255, 0.75);
}

.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&gt;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&gt;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&gt;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&gt;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: var(--prt-white-color)
}

/*** Singel page ***/
.summary .clear {
display: none;
}

/*** Sidebar ***/
.sidebar .widget .tagcloud a {
display: inline-block;
padding: 7px 21px;
margin: 0 5px 8px -2px;
border: 1px solid var(--prt-border-color);
border-radius: 0px;
font-size: 15px !important;
background-color: var(--prt-white-color);
font-weight: 500;
color: inherit;
}

.sidebar .widget .tagcloud a:hover {
color: var(--prt-white-color);
border-color: transparent;
}

.sidebar .gallery {
margin-bottom: 0;
}

/***  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: 144px 0px 80px;
text-align: left;
}

.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;
margin-top: 25px;
}

section.error-404 h1 {
font-size: 110px;
line-height: 100%;
margin-bottom: 0px;
}

section.error-404 .page-content p {
margin-bottom: 0px;
}

section.error-404 .search-form {
position: relative;
max-width: 390px;
margin-top: 35px;
padding-bottom: 0;
}

section.error-404 .search-form label {
display: block;
}

section.error-404 .search-form .search-field {
border-width: 1px;
background-color: var(--prt-white-color);
border-radius: 0em;
}

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: 32px;
line-height: 40px;
}
section.error-404 h4 strong {
    color: var(--prt-skin-color);
    font-family: 'Playfair Display',serif;
    font-style: italic;
    font-weight: 700;
    display: inline-block;
}
.prt-404-home-button .elementor-element.elementor-widget-button .elementor-size-md.elementor-button {
    padding-left: 20px;
    padding-right: 20px;
}
.prt-404-home-button {
margin-top: 45px;
}

section.error-404 h6 {
font-size: 20px;
margin-bottom: 0px;
}

.prt-404-home-button a {
color: var(--prt-white-color);
}

.prt-404-home-button .elementor-button-icon {
padding-right: 2px;
}

/*** 

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

***/
.prt-sresult-form-wrapper {
padding: 22px 0px 0px;
margin-bottom: 60px;
color: var(--prt-white-color);
border-radius: 5px;
}

.prt-search-pagelist .prt-result-page-content {
padding-left: 33px;
padding-bottom: 10px;
}

.prt-search-pagelist li &gt; 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: 162px;
}

.prt-search-select-box .select2-container {
width: 98% !important;
}

.prt-search-select-box .select2-container--default .select2-selection--single .select2-selection__rendered {
color: var(--prt-white-color);
}

.prt-search-select-box .select2-container--default .select2-selection--single {
border: 1px solid rgba(255, 255, 255, 0.51);
height: 50px;
border-radius: 0px;
}

.prt-search-select-box .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 50px;
	padding-top: 0;
}

.prt-search-select-box .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 50px;
right: 5px;
}

.prt-search-select-box .select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color: var(--prt-white-color) transparent transparent transparent;
}

.prt-search-select-box .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparentvar(--prt-white-color) transparent;
}

.prt-sresult-form-sbtbtn-wrapper input.prt-sresult-form-sbtbtn {
color: var(--prt-white-color);
border: 2px solid transparent;
padding: 16px 27px;
font-size: 15px;
}

.prt-sresult-form-sbtbtn-wrapper {
position: absolute;
top: 0px;
right: 0px;
}

.prt-search-main-box {
padding: 22px 25px 30px 25px;
background-color: rgba(0, 0, 0, 0.10);
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(32, 32, 32, 0.09);
content: " ";
}

.prt-search-text strong {
padding-bottom: 10px;
display: block;
font-size: 18px;
font-weight: 600;
}

.prt-search-results-title {
font-weight: normal;
}

.prt-search-postlist li {
list-style: none;
}

.prt-sresult-form-wrapper h2 {
margin-bottom: 0;
font-size: 24px;
font-weight: 600;
margin-right: 10px;
color: var(--prt-white-color);
display: table-cell;
width: 23%;
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.10);
font-size: 20px;
padding: 0;
margin: 0;
color: rgba(255, 255, 255, 1);
padding-left: 70px;
text-align: left;
width: 100%;
height: 52px;
}

body.search .prt-sresult-form-wrapper .search-form .search-field::-webkit-input-placeholder {

/* Chrome/Opera/Safari */
color: rgba(255, 255, 255, 0.48);
}

body.search .prt-sresult-form-wrapper .search-form .search-field::-moz-placeholder {

/* Firefox 19+ */
color: rgba(255, 255, 255, 0.48);
}

body.search .prt-sresult-form-wrapper .search-form .search-field:-ms-input-placeholder {

/* IE 10+ */
color: rgba(255, 255, 255, 0.48);
}

body.search .prt-sresult-form-wrapper .search-form .search-field:-moz-placeholder {

/* Firefox 18- */
color: rgba(255, 255, 255, 0.48);
}

body.search .prt-sresult-form-wrapper .search-form input.search-field:focus {
background-color: rgba(32, 32, 32, 0.08);
color: var(--prt-white-color);
}

.prt-sresult-form-wrapper .search-form {
width: 62%;
display: table-cell;
position: relative;
}

.prt-sresult-form-wrapper .search-form:after {
position: absolute;
content: '\e825';
font-family: "prt-truvik-icons";
font-style: normal;
font-weight: normal;
text-decoration: inherit;
font-size: 19px;
background-color: rgba(0, 0, 0, 0.12);
height: 52px;
display: block;
width: 55px;
top: 4px;
text-align: center;
padding-top: 15px;
left: 0;
border-radius: 0px;
}

.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 25px 26px 25px;
}

.prt-sresults-settings-wrapper {
width: auto;
display: table-cell;
position: relative;
padding-left: 15px;
}

.prt-sresults-settings-wrapper a {
font-size: 17px;
color: var(--prt-white-color);
text-align: center;
display: block;
background-color: rgba(0, 0, 0, 0.10);
display: block;
padding: 14px 12px;
border-radius: 3px;
outline: none;
font-weight: 500;
}

.prt-sresults-settings-wrapper a:hover, .prt-sresults-settings-wrapper a.prt-sresult-btn-active {
color: var(--prt-white-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: 26px;
line-height: 30px;
}

.prt-sresults-title-w h2 strong {
font-weight: 700;
}

.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: normal;
margin-top: 0px;
display: inline-block;
padding: 2px 13px;
display: inline-flex;
position: absolute;
font-size: 13px;
line-height: 25px;
height: 29px;
border-radius: var(--prt-button-shape);
}

.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 .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;
}

.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-results-page&gt;.row, .prt-results-post&gt;.row {
padding-bottom: 37px;
}

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

.widget .search-form label {
display: block;
}

/* ==========================================================================
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.truvik_contact_widget_wrapper li a, .prt-bgcolor-skincolor ul.truvik_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&gt;.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: var(--prt-white-color);
}

/*
* ====== 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, .prt-post-format-quote a:after {
color: rgba(255, 255, 255, 0.80);
}

.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: var(--prt-white-color) !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-right, .footer .prt-textcolor-white .widget ul.truvik_contact_widget_wrapper li, .footer .prt-textcolor-white ul.prt-recent-post-list &gt; li .post-date {
color: rgba(255, 255, 255, 0.80) !important;
}

.prt-col-bgcolor-skincolor.prt-textcolor-white a:hover, .prt-textcolor-white a, .prt-textcolor-white {
color: rgba(255, 255, 255, 1);
}

.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);
}

.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 &gt; 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-dark-grey-color);
}

.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: 18px;
font-weight: 400;
line-height: 30px;
color: #404040;
font-style: normal;
background-color: transparent;
margin: 45px 0px 20px;
border-left: 0px;
padding: 0;
}

.preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-box-desc .preyantechnosys-testimonial-text:before {
content: "";
background-color: #0b1328;
-webkit-mask: url(../images/review-quote1.svg) no-repeat 100% 100%;
mask: url(../images/review-quote1.svg) no-repeat 100% 100%;
position: absolute;
top: 0px;
left: -5px;
width: 50px;
height: 50px;
text-align: center;
display: block;
margin-top: -60px;
}

.prt-bgcolor-skincolor .preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-box-desc .preyantechnosys-testimonial-text:before, .prt-col-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: var(--prt-white-color);
}

.prt-bgcolor-skincolor .preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .preyantechnosys-author-name, .prt-col-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-col-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.85);
}

.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: var(--prt-white-color);
}

/*** 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 &gt; 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;
}

.preyantechnosys-box-blog-classic .preyantechnosys-box-desc-text {
margin-top: 0px;
padding-top: 15px;
border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.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:15px 0 0 0;
	float: left;
}
.post.preyantechnosys-box-blog-classic .preyantechnosys-blogbox-footer-readmore a {
background-color: var(--prt-white-color);
position: relative;
display: inline-block;
position: relative;
padding: 13px 30px 13px;
border: 1px solid;
}

.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 {
font-size: 16px;
margin-top: 7px;
margin-right: 3px;
}

.preyantechnosys-box-blog-classic .prt-social-share-wrapper {
z-index: 10;
position: relative;
float: left;
}

.single-tm_portfolio .prt-social-share-title {
font-size: 17px;
line-height: 26px;
margin-top: 5px;
margin-right: 5px;
font-weight: 700;
color: var(--prt-white-color);
}

.single-tm_portfolio .prt-social-share-links a {
color: var(--prt-white-color);
background-color: transparent;
border-color: rgba(255, 255, 255, 0.10);
}

.single-tm_portfolio .prt-social-share-links ul, .single .preyantechnosys-box-blog-classic .prt-social-share-links ul {
padding-right: 0px;
}

.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-desc-footer&gt;div {
padding: 0;
position: relative;
}

/*** 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{
	border: none;
	background-color: var(--prt-white-color);
	color: var(--prt-dark-grey-color);
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	padding: 75px 30px 30px 30px;
	margin: 40px 0 28px 0px;
	line-height: 30px;
    min-height: 100px;
    border-radius: 0px;
    z-index: 1;
}
.single article.post blockquote:before {
    content: "\f122";
    font-family: flaticon !important;
    position: absolute;
    top: 37px;
    left: 35px;
    right: auto;
    z-index: 1;
    display: block;
    font-size: 46px;
    font-weight: 400;
    font-style: normal;
    color: var(--prt-skin-color);
}
.single article.post blockquote cite {
font-size: 14px;
margin-top: 10px;
position: relative;
font-weight: 600;
}

article.post .entry-content blockquote p {
margin-bottom: 0;
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: 17px;
right: 0;
width: 25px;
height: 25px;
overflow: hidden;
z-index: 1;
font-size: 11px;
letter-spacing: 0;
font-weight: 600;
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;
background-color: #f8f8f8;
}

.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 &gt; 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 11px 0;
}

.site-footer .widget.prt-widget_nav_menu.widget_nav_menu ul li:nth-child(even) {
width: 40%;
margin-left: 5%;
}

/*** 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: var(--prt-white-color);
-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: 35px;
}

.main-holder #content.site-content ul.products li.product .prt-product-box .prt-product-content {
	text-align: left;
	padding:15px 20px 13px 20px;
	position: relative;
	min-height: 85px;
}

.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;
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;
    padding-right: 85px;
}

.prt-product-box-inner {
position: relative;
overflow: hidden;
}
.woocommerce ul.products li.product:not(.product-type-variable):not(.product-type-grouped) .product-no-price a.prt-product-title-link {
    position: relative;
    top: 15px;
}
/*** Woocommerce image hover effect content ***/
.main-holder .site-content ul.products li.product .prt-shop-icon&gt;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-dark-grey-color);
}

.main-holder .site-content ul.products li.product:hover .prt-shop-icon&gt;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: var(--prt-white-color);
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-truvik-icons";
position: absolute;
left: -23px;
text-align: center;
font-size: 14px;
margin-left: 0;
border-width: 0;
border-radius: 50%;
top: -3px;
color: var(--prt-white-color);
}

.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';
}

.main-holder .site-content ul.products li.product .product_type_variable:after {
content: '\e818';
font-size: 22px;
padding-left: 2px;
}

.main-holder .site-content ul.products li.product.outofstock .product_type_simple:after {
content: '\e826';
}

.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(--prt-generalfont-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: var(--prt-white-color);
}

.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: var(--prt-white-color);
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;
}

#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-truvik-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: var(--prt-white-color);
}

.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: var(--prt-white-color)
}

/*** 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;
    text-align: left;
    position: absolute;
    right: 25px;
    left: auto;
    display: inline-block;
    top: 50%;
    margin-top: -5px;
}

.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;
}

/*** 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: var(--prt-white-color) 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: var(--prt-white-color);
border: 1px solid #e5e5e5;
padding-right: 28px;
}

.main-holder .site-content .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__arrow {
right: 0px;
}

/*** Woocemmerce Price ***/
.woocommerce .main-holder ul.products li.product .price .woocommerce-Price-amount {
font-size: 16px;
color: #003760;
}

.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(--prt-generalfont-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:transparent;
}
.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(--prt-generalfont-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-truvik-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-dark-grey-color);
color: var(--prt-white-color);
border-radius: 2em;
padding: 8px 15px;
font-size: 11px;
border-radius: 2em;
}

.summary .clear {
display: none;
}

.single .main-holder #content div.product .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"]:before {
content: '\e81c';
font-family: "prt-truvik-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&gt;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;
}

.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: var(--prt-white-color);
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;
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;
}

.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: var(--prt-white-color);
padding: 10px 0px;
}

.woocommerce table.shop_table {
border-color: #ededed;
border-radius: 0px;
margin-top: 30px;
}

.woocommerce-cart .main-holder table.shop_table {
	margin-top: 0px;
	border-right: 0;
	background-color: #fff;
}
.woocommerce form.checkout_coupon .form-row {
    width: 49%;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr.cart_item td:last-child {
    border-right: 0;
}
.woocommerce table.shop_table thead tr th.product-total {
    border-right: 0;
}
.woocommerce table.wishlist_table {
font-size: inherit;
background-color: var(--prt-white-color);
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 {
font-size: 16px;
margin: 15px 0px 0px 10px;
color: var(--prt-generalfont-color);
}

.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;
}

.main-holder .site-content ul.products li.product .prt-shop-icon a {
font-weight: 600;
}

.main-holder .site-content ul.products li.product .prt-shop-icon .prt-wc-add-to-cart-btn a {
color: var(--prt-white-color);
text-align: center;
padding: 0;
margin: 0;
background: none;
letter-spacing: 0;
transition: none;
padding-left: 0;
font-size: 16px;
}

.woocommerce-lost-password .entry-content&gt;.woocommerce, .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
background-color: var(--prt-white-color);
}

.woocommerce-lost-password .entry-content&gt;.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: 15px 30px 15px;
font-weight: 500;
border-radius: 2em;
}

.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: var(--prt-white-color);
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: 16px;
line-height: 20px;
color: var(--prt-dark-grey-color);
font-weight:600;
}

.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(--prt-generalfont-color);
margin-bottom: 9px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
font-weight: 600;
font-size: 16px;
color: #343c5c;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
background-color: var(--prt-white-color);
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-truvik-icons";
margin-right: 5px;
}

.single .main-holder #content div.product .yith-wcwl-wishlistexistsbrowse a[rel="nofollow"]:before {
content: '\e81c';
font-family: "prt-truvik-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: 0;
}

.main-holder #content.site-content div.product form.cart table.variations tr:first-child td {
padding-top: 15px;
}

.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-account .woocommerce-MyAccount-content button, .woocommerce form.checkout_coupon button {
font-size: 14px;
font-weight: 600;
padding: 14px 30px 14px;
border-radius:2em;
}

.single-product.woocommerce .price .woocommerce-Price-amount {
font-size: 21px;
}

.woocommerce-checkout .select2-container--default .select2-selection--single, .woocommerce-checkout .select2-dropdown {
background-color: var(--prt-white-color);
}

.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: 500;
}

.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: var(--prt-white-color);
}

/* 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: 15px;
font-weight: 600;
line-height: 24px;
cursor: pointer;
padding: 12px 30px 12px;
transition: all 500ms ease;
border-radius: 0;
background-color:#fff;
border: 1px solid #eee;
color: var(--prt-dark-grey-color);
text-transform: capitalize;
}

.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: var(--prt-dark-grey-color);
background: var(--prt-white-color) !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: var(--prt-white-color) !important;
margin-top: 0px;
padding: 30px 30px 7px;
border: 1px solid #e8ecef;
border-radius: 0;
margin-top: -1px;
}

.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: var(--prt-white-color);
border-radius: 0px;
padding: 2px 10px;
margin-bottom: 0px;
}

.woocommerce-shipping-fields h3#ship-to-different-address label {
font-weight:600;
}

.woocommerce-additional-fields #order_comments::-webkit-input-placeholder {
color: #777777;
}

.woocommerce-additional-fields #order_comments:-moz-placeholder {
color: #777777;
}

.woocommerce-additional-fields #order_comments:-ms-input-placeholder {
color: #777777;
}

.single-product .select2-container--default .select2-selection--single {
background-color: var(--prt-white-color);
}

.single .main-holder #content div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description&gt;h2, .single .main-holder #content div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--additional_information&gt;h2 {
display: none;
}

.woocommerce .preyantechnosys-single-product-info .product_meta label {
font-weight: 600;
color: var(--prt-dark-grey-color);
}

.woocommerce .preyantechnosys-single-product-info .product_meta&gt;span a:not(:hover), .woocommerce .preyantechnosys-single-product-info .product_meta .sku_wrapper .sku, .woocommerce #content div.product div.summary .woocommerce .product_meta&gt;span a:not(:hover), .woocommerce #content div.product div.summary .product_meta .posted_in a:not(:hover) {
color: #777777;
}

/*** 

====================================================================
    Pricing table 
====================================================================

*/
.prt-ptablebox-style-1 .tprt-pricetable-column-w {
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;
}

.prt-ptablebox-style-1 .preyantechnosys-ptable-main {
margin-bottom: 30px;
background-color: var(--prt-white-color) !important;
}

.prt-ptablebox-style-1 .tprt-pricetable-column-w:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}

.prt-ptablebox .prt-ptablebox-content {
transition: all 0.3s ease;
}

.prt-ptablebox-style-1 .preyantechnosys-ptable-info {
    position: relative;
    background-color: var(--prt-dark-grey-color);
    padding: 35px 34px 24px;
    text-align: left;
    display: flex;
}
.prt-ptablebox-style-1 .preyantechnosys-ptable-info .prt-title {
     padding-left: 40px;
}
.prt-ptablebox-style-1 .preyantechnosys-ptable-main .prt-ptablebox-features .prt-feature-lines i{
	color: var(--prt-dark-grey-color);
    padding-right: 13px;
}

.prt-ptablebox-style-1 .prt-ptablebox-featured-col .preyantechnosys-ptable-info {
background-color: var(--prt-dark-grey-color);
}

.prt-ptablebox-style-1 .prt-ptablebox-featured-col .preyantechnosys-ptable-info .prt-ptablebox-cur-symbol, .prt-ptablebox-style-1 .prt-ptablebox-featured-col .preyantechnosys-ptable-info .prt-ptablebox-price {
color: var(--prt-skin-color);
}

.prt-ptablebox-style-1 .preyantechnosys-ptable-info .prt-ptablebox-frequency, .prt-ptablebox-style-1 .preyantechnosys-ptable-info .prt-ptablebox-cur-symbol {
display: inline-block;
font-size: 34px;
}

.prt-ptablebox-style-1 .tprt-pricetable-column-w .prt-ptablebox-price {
display: inline-block;
padding-left: 20px;
font-size: 40px;
font-weight: 600;
color: var(--prt-white-color);
font-family: var(--special-element-fontfamily);
}

.prt-ptablebox-style-1 .preyantechnosys-ptable-info .prt-ptablebox-frequency {
position: relative;
font-size: 16px;
position: relative;
padding-left: 5px;
font-weight: 500;
text-transform: capitalize;
color: rgb(255 255 255 / 80%);
}

.prt-ptablebox-style-1 .preyantechnosys-ptable-info .prt-ptablebox-cur-symbol {
font-size: 20px;
line-height: 20px;
font-weight: 500;
font-family: var(--special-element-fontfamily);
position: absolute;
bottom: 43px;
left: 32px;
color: var(--prt-white-color);
}

.prt-ptablebox-style-1 .preyantechnosys-ptable-main .prt-ptablebox-features .prt-feature-lines {
list-style-type: none;
margin: 0;
padding: 43px 35px 10px;
text-align: left;
}

.prt-ptablebox-style-1 .preyantechnosys-ptable-main .prt-ptablebox-features .prt-feature-lines li:last-child {
border-bottom: 0;
}

.prt-ptablebox-style-1 .preyantechnosys-ptable-main .prt-ptablebox-features .prt-feature-lines li {
padding: 15px 0 15px 0px;
margin: 0;
color: var(--prt-generalfont-color);
border-bottom: 1px solid var(--prt-border-color);
}

.prt-ptablebox-style-1 .preyantechnosys-ptable-main .prt-ptablebox-features .prt-feature-lines li:first-child {
padding-top: 0;
}
.prt-ptablebox-style-1 .tprt-pricetable-column-w .prt-ptablebox-title h3 {
font-size: 22px;
line-height: 24px;
font-weight: 700;
color: var(--prt-white-color);
position: relative;
margin-bottom: 20px;
padding-bottom: 20px;
}

.prt-ptablebox-style-1 .tprt-pricetable-column-w .prt-ptablebox-title h3:before {
content: '';
position: absolute;
left: -20px;
top: 0px;
width: 1px;
height: 50px;
background-color: var(--prt-white-color);
}

.prt-ptablebox-style-1 .preyantechnosys-ptable-main .prt-ptablebox-features {
position: relative;
}

.prt-ptablebox-style-1 .preyantechnosys-ptable-main .prt-ptable-btn {
padding-bottom: 30px;
margin-bottom: 20px;
padding-left: 30px;
}

.prt-ptablebox-style-1 .preyantechnosys-ptable-main .prt-ptable-btn a {
position: relative;
padding: 15px 0px ;
background: var(--prt-dark-grey-color);
border-radius: 50px;
width: 35%;
display: block;
text-align: center;
color: var(--prt-white-color);
font-weight: 600;
font-size: 12px;
line-height: 12px;
}
.prt-ptablebox-style-1 .preyantechnosys-ptable-main .prt-ptable-btn a:hover {
color: var(--prt-white-color);
}
.prt-ptablebox-style-1 .preyantechnosys-ptable-info .prt-ptablebox-main-icon i{
	font-size: 50px;
	color: var(--prt-white-color);
}
.prt-ptablebox-style-1 .preyantechnosys-ptable-info .prt-ptablebox-subheading h3{
	color: var(--prt-white-color);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.prt-ptablebox-style-1 .tprt-pricetable-column-w .prt-ptablebox-title h3{
	font-size: 24px;
    line-height: 25px;
    font-weight: 600;
    color: var(--prt-white-color);
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
}
.prt-ptablebox-style-1 .prt-ptablebox-featured-col .preyantechnosys-ptable-info {
    background-color: var(--prt-skin-color);
}
.prt-ptablebox-style-1 .prt-ptablebox-featured-col .preyantechnosys-ptable-info .prt-ptablebox-main-icon i {
    color: var(--prt-white-color);
}
.prt-ptablebox-style-1 .prt-ptablebox-featured-col .preyantechnosys-ptable-main .prt-ptable-btn a {
    background-color: var(--prt-skin-color);
}


/*** Testimonials One Colume Carsoul ***/
.preyantechnosys-boxes-view-slickview .preyantechnosys-boxes-row-wrapper {
padding: 0px 50px 0px 0px;
background-color: var(--prt-white-color);
border-radius: 3px;
-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
-moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 10px 0px rgb(43 52 59 / 10%);
margin-top: 80px;
margin-bottom: 15px;
}

.testimonial_wrapper {
position: relative;
}

.testimonial_wrapper .preyantechnosys-box-desc {
border: none;
text-align: left;
padding: 105px 0px 40px 50px;
}

.slick_testim_info {
padding-bottom: 21px;
}

.slick_testim_info p {
line-height: 27px;
font-size: 18px;
font-style: italic;
}

.testimonials-nav {
max-width: 230px;
overflow: hidden;
margin-bottom: 10px !important;
padding-top: 70px;
display: block;
float: left;
z-index: 1;
}

.testimonials-info {
display: inline;
}

.testimonials-nav .nav_item_wrap {
padding: 0;
margin: 0 5px;
width: 92px;
outline: none;
float: left;
}

.preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-slickview .testimonials-nav .slick-list {
padding-left: 0px !important;
}

.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 {
margin-left: 0px;
margin-right: 0px;
position: relative;
margin-bottom: 20px;
}

.preyantechnosys-boxes-view-slickview.preyantechnosys-boxes-col-one .testimonial_item .preyantechnosys-box-title {
position: relative;
width: 150px;
left: -39px;
}

.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;
text-transform: uppercase;
}

.testimonial_item .preyantechnosys-box-footer {
font-size: 14px;
font-weight: normal;
font-style: italic;
color: #888888;
}

.testimonial_item h6, .testimonial_item .preyantechnosys-box-title h3, .testimonial_item .preyantechnosys-box-title span {
opacity: 0;
visibility: hidden;
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: var(--prt-white-color);
}

.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: var(--prt-white-color);
}

.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-truvik-icon-star-empty-1, .prt-truvik-icon-star-1 {
display: inline-block;
width: 10px;
margin: 0 2px;
font-size: 14px;
}

.prt-truvik-icon-star-empty-1:before, .prt-truvik-icon-star-1:before {
margin-left: 0px;
}

.prt-truvik-icon-star-1.prt-active {
color: #fd4;
}

.prt-textcolor-white .preyantechnosys-testimonial-box-view-style1 .prt-truvik-icon-star-1.prt-active, .prt-bgcolor-skincolor .preyantechnosys-testimonial-box-view-style1 .prt-truvik-icon-star-1.prt-active, .prt-col-bgcolor-skincolor .preyantechnosys-testimonial-box-view-style1 .prt-truvik-icon-star-1.prt-active, .prt-bgcolor-skincolor .preyantechnosys-testimonial-box-view-style1 .prt-truvik-icon-star-empty-1, .prt-bgcolor-darkgrey .preyantechnosys-testimonial-box-view-style1 .prt-truvik-icon-star-empty-1, .prt-col-bgcolor-skincolor .preyantechnosys-testimonial-box-view-style1 .prt-truvik-icon-star-empty-1, .prt-col-bgcolor-darkgrey .preyantechnosys-testimonial-box-view-style1 .prt-truvik-icon-star-empty-1 {
color: var(--prt-white-color);
}

/* 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: 50%;
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: 26px;
}

.prt-fid-view-circle-progress .prt-fid-title {
text-align: center;
padding-top: 0px;
font-size: 24px;
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: var(--prt-white-color);
}

.prt-fid-view-circle-progress.inside h3 span {
color: initial;
}

.prt-fid-view-circle-progress .prt-fld-contents {
width: auto;
}

/* 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: 16px;
line-height: 26px;
}

.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: 55px;
}

.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: var(--prt-white-color);
}

.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: var(--prt-white-color);
}

.prt-bgcolor-darkgrey .preyantechnosys-boxes-testimonial .preyantechnosys-author-name, .prt-col-bgcolor-darkgrey .preyantechnosys-boxes-testimonial .preyantechnosys-author-name {
color: var(--prt-white-color);
}

.preyantechnosys-boxes-testimonial .preyantechnosys-box-desc blockquote {
border: none;
margin: 0;
outline: none;
text-align: left;
position: relative;
color: inherit;
font-style: italic;
font-weight: normal;
padding: 0;
margin: 0;
font-size: 15px;
background-color: transparent;
line-height: 28px;
}

.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: 17px;
line-height: 19px;
margin-bottom: 0px;
-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;
}

.preyantechnosys-boxes-testimonial .preyantechnosys-box-footer {
font-size: 14px;
font-weight: normal;
}

.preyantechnosys-boxes-testimonial.preyantechnosys-boxes-view-carousel .slick-dots {
position: absolute;
bottom: 20px;
left: 50%;
width: auto;
right: auto;
margin-left: -33px;
}

.preyantechnosys-boxes-testimonial .preyantechnosys-ratting-star {
overflow: hidden;
padding: 5px 0px 5px 0px;
display: block;
}

.preyantechnosys-boxes-testimonial .prt-truvik-icon-star-1.prt-active, .preyantechnosys-boxes-testimonial .prt-truvik-icon-star-empty-1 {
color: #ffa84b;
}

.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;
}

.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-truvik-icons";
content: '\e818';
position: absolute;
font-size: 20px;
color: var(--prt-white-color);
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;
}

.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(--prt-generalfont-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: var(--prt-white-color);
}

/* 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: 45px;
width: 50px;
background-color: var(--prt-white-color);
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 10px 0px rgba(43, 52, 59, 0.1);
border-radius: 0;
}

.preyantechnosys-boxes-testimonial .preyantechnosys-boxes-row-wrapper .slick-prev:before {
content: "\f177";
}

.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: var(--prt-white-color);
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: var(--prt-white-color);
}

.prt-blog-cntbox .prt-righttext-box h6 {
font-size: 14px;
margin-bottom: 0;
color: var(--prt-white-color);
}

.prt-blog-cntbox .prt-righttext-box h4 {
font-size: 20px;
margin-bottom: 0;
color: var(--prt-white-color);
}

.prt-blog-cntbox .prt-righttext-box {
padding-left: 20px;
}







.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: var(--prt-white-color);
}

.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: var(--prt-white-color);
}

.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 {
margin-bottom: 15px;
}
.preyantechnosys-iconbox .preyantechnosys-iconbox-heading .prt-custom-heading {
	font-size: 21px;
	line-height: 30px;
	position: relative;
	font-weight: 600;
}
.preyantechnosys-iconbox .preyantechnosys-iconbox-icon  img {
width: 55px;
height: 55px;
}

.preyantechnosys-iconbox .prt-ihbox-btn {
margin-top: 10px;
}

.preyantechnosys-iconbox .prt-box-icon i {
font-size: 40px;
}

.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: var(--prt-white-color);
}

.prt-col-bgcolor-darkgrey .preyantechnosys-iconbox.preyantechnosys-iconbox-styleone .prt-cta3-content-wrapper, .prt-col-bgcolor-skincolor .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: var(--prt-white-color);
}

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

/*---Iconbox style-one---*/
.preyantechnosys-iconbox-styleone .prt-iconbox-wrapper,
.preyantechnosys-iconbox-styleeight .prt-iconbox-wrapper{
    display: flex;
}
.preyantechnosys-iconbox-styleone .preyantechnosys-iconbox-icon .prt-box-icon{
	margin-right: 25px;
    position: relative;
    overflow: hidden;
    padding-top: 10px;
}
.preyantechnosys-iconbox-styleone .prt-box-icon:before,
.prt-step-iconbox1 .preyantechnosys-iconbox-styleone .prt-box-icon:before{
	position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.04);
    transition: all 300ms ease 100ms;
	content: "";
	z-index: -1;
}
.preyantechnosys-iconbox-styleone .prt-box-icon:hover:before{
	background: rgba(255, 255, 255, 0.20);
    transform: rotate(90deg);
}
.preyantechnosys-iconbox-styleone .prt-box-icon i{
    transform: scale(1.0);
    transition: all 200ms linear;
    transition-delay: 0.1s;
	font-size: 55px;
	line-height: 50px;
}
.preyantechnosys-iconbox-styleone:hover .prt-box-icon i{
	transform: scale(0.8);
}
.preyantechnosys-iconbox-styleone .preyantechnosys-iconbox-heading 
.prt-custom-heading {
font-size: 28px;
line-height: 38px;
font-weight: 600;
}
.preyantechnosys-iconbox-styleone .preyantechnosys-iconbox-heading{
    padding-left: 20px;
}
.prt-text-color .preyantechnosys-iconbox-styleone.preyantechnosys-iconbox .prt-cta3-content-wrapper {
    color: rgba(255, 255, 255, 0.70);
}
.prt-icononebg .preyantechnosys-iconbox-styleone .prt-box-icon:before{
    background: var(--prt-white-color);
}
.prt-icononebg .preyantechnosys-iconbox-styleone .prt-box-icon:hover:before{
	background: var(--prt-dark-grey-color);
}
.prt-icononebg h2.prt-custom-heading strong {
    color: var(--prt-dark-grey-color);
}
.prt-icononebg .preyantechnosys-iconbox-styleone .preyantechnosys-iconbox-heading {
    padding-left: 5px;
}

.prt-icon1-text .preyantechnosys-iconbox-styleone .prt-box-icon:before{
	content: none;
}
.prt-icon1-text .preyantechnosys-iconbox-styleone .prt-box-icon i{
    font-size: 50px;
}
.prt-icon1-text .preyantechnosys-iconbox-styleone .preyantechnosys-iconbox-icon .prt-box-icon{
	padding-top: 0;
    margin-right: 10px;
}
.prt-icon1-text .preyantechnosys-iconbox-styleone .preyantechnosys-iconbox-heading .prt-custom-heading{
	font-size: 19px;
	line-height: 30px;
}

/*icon box one class css*/

.prt-step-iconbox1 .preyantechnosys-iconbox-styleone .preyantechnosys-iconbox-heading 
.prt-custom-heading{
	font-size: var(--body-line-height);
    line-height: 36px;
	margin-bottom: 5px;
}
.prt-step-iconbox1 .preyantechnosys-iconbox-styleone .preyantechnosys-iconbox-heading{
	padding-left: 12px;
}
.prt-step-iconbox1 .preyantechnosys-iconbox-styleone .prt-box-icon:before{
	background-color: var(--prt-generalfont-color);
    opacity: 0.20;
}
.prt-step-iconbox1 .preyantechnosys-iconbox-styleone .prt-box-icon:hover:before{
	background-color: var(--prt-skin-color);
    opacity: .60;
}
.preyantechnosys-iconbox-styleone.preyantechnosys-iconbox{
	margin-bottom: 0;
}

/*icon box style without bg*/

.prt-without-bg .preyantechnosys-iconbox-styleone .prt-box-icon:before{
	content: none;
}
.prt-without-bg .preyantechnosys-iconbox-styleone .prt-box-icon i{
	font-size: 50px;
}
.prt-without-bg .preyantechnosys-iconbox-styleone .preyantechnosys-iconbox-icon .prt-box-icon{
	padding-top: 0px;
	margin-right: 0;
}
.prt-without-bg .preyantechnosys-iconbox-styleone .preyantechnosys-iconbox-heading{
	padding-top: 10px;
}
.prt-without-bg .preyantechnosys-iconbox.preyantechnosys-iconbox-styleone{
	position: relative;
} 
.prt-without-bg .preyantechnosys-iconbox.preyantechnosys-iconbox-styleone:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    right: 13%;
    top: -10%; 
}
.prt-without-bg .preyantechnosys-iconbox .preyantechnosys-iconbox-icon {
    margin-bottom: 0;
}

/*** IconBox StyleTwo****/

.preyantechnosys-iconbox-styletwo {
text-align: center;
background-color: var(--prt-grey-color);
transition: all 500ms ease 100ms;
padding: 30px 25px 23px;
margin: 0 15px;
position: relative;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
}

.prt-activebox .preyantechnosys-iconbox-styletwo,
.preyantechnosys-iconbox-styletwo:hover{ 
    background-color: var(--prt-skin-color);
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09); 
    -ms-transform: scale(1.09);
    transform: scale(1.0);
}
.preyantechnosys-iconbox-styletwo.preyantechnosys-iconbox .preyantechnosys-iconbox-icon{
	margin-bottom: 3px
}
.preyantechnosys-iconbox-styletwo.preyantechnosys-iconbox .preyantechnosys-iconbox-icon a {
	display:block;
}
.preyantechnosys-iconbox-styletwo .prt-box-icon i{
    font-size: 50px;
    line-height: 55px;
	position: relative;
    display: inline-block;
   transition: all 200ms linear;
    transition-delay: 0.1s;
}
.preyantechnosys-iconbox-styletwo:hover .prt-box-icon i{
	transform: scale(1.1);
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.preyantechnosys-iconbox-styletwo.preyantechnosys-iconbox .preyantechnosys-iconbox-heading .prt-custom-heading{
	font-size: 17px;
	line-height: var(--body-line-height);
	font-weight: 600;
	margin-bottom: 0;
	transition: transform .35s ease;
}
.prt-activebox .preyantechnosys-iconbox-styletwo.preyantechnosys-iconbox .prt-box-icon i, 
.preyantechnosys-iconbox-styletwo:hover.preyantechnosys-iconbox .prt-box-icon i, 
.preyantechnosys-iconbox-styletwo:hover.preyantechnosys-iconbox.preyantechnosys-iconcolor-skincolor .prt-box-icon i{
color: var(--prt-white-color);
}
.prt-activebox .preyantechnosys-iconbox-styletwo.preyantechnosys-iconbox .prt-custom-heading a,
.preyantechnosys-iconbox-styletwo:hover.preyantechnosys-iconbox .prt-custom-heading a{
	color: var(--prt-white-color);
}

/*** IconBox StyleThree****/

.preyantechnosys-iconbox-stylethree{
	text-align: center;
    background-color: var(--prt-dark-grey-color);
    padding: 24px 24px 5px 21px;
    border-radius: 5px;
}
.preyantechnosys-iconbox-stylethree .preyantechnosys-iconbox-icon .prt-box-icon i{
	font-size: 20px;
	line-height: 20px;
	height: 20px;
    width: 20px;
}
.preyantechnosys-iconbox-stylethree .preyantechnosys-iconbox-heading .prt-custom-heading{
	font-size: 17px;
	line-height: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.20);
    padding-top: 11px;
	font-weight: 500;
    color: var(--prt-white-color);
}
.preyantechnosys-iconbox-stylethree .preyantechnosys-iconbox-icon {
    margin-bottom: 9px;
}


/*** IconBox StyleFour****/
.preyantechnosys-iconbox-stylefour .preyantechnosys-iconbox-heading {
	padding-left:0;
}
.preyantechnosys-iconbox-stylefour .prt-cta3-content-wrapper {
    padding-top: 5px;
}
.preyantechnosys-iconbox-stylefour .prt-box-icon{
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    padding: 0;
	background-color: var(--prt-white-color);
	border-left: 2px solid var(--prt-skin-color);
	position: relative;
}
.prt-bgcolor .preyantechnosys-iconbox-stylefour .prt-box-icon{
	background-color: var(--prt-grey-color);
}
.prt-withoutborder .preyantechnosys-iconbox-stylefour .prt-box-icon {
    border-left: 0;
}
.prt-icon4-desccolor .prt-cta3-content-wrapper {
    color: #083d59;
}
.prt-icon4-desccolor .preyantechnosys-iconbox-stylefour .preyantechnosys-iconbox-heading h4 {
    margin-bottom: 10px;
}
.prt-icon4-desccolor .preyantechnosys-iconbox-stylefour .prt-box-icon {
    height: 86px;
    width: 85px;
    line-height: 80px;
    padding-top: 15px;
}
.prt-icon4-desccolor .preyantechnosys-iconbox-stylefour .prt-box-icon i {
    font-size: 40px;
}

.preyantechnosys-iconbox-stylefour .prt-box-icon i{
	font-size: 35px;
}
.preyantechnosys-iconbox-stylefour .preyantechnosys-iconbox-heading h4{
	font-size: 20px;
    font-weight: 500;
	margin-bottom: 0;
}
.preyantechnosys-iconbox-stylefour .preyantechnosys-iconbox-icon .prt-box-icon:before,
.preyantechnosys-iconbox-stylefour .preyantechnosys-iconbox-icon .prt-box-icon:after{
content: " ";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    background: var(--prt-skin-color);
    z-index: -1;
}
.preyantechnosys-iconbox-stylefour .preyantechnosys-iconbox-icon .prt-box-icon:before{
transform: translateX(-100%);
    z-index: 1;
}
.preyantechnosys-iconbox-stylefour:hover .preyantechnosys-iconbox-icon .prt-box-icon:before{
	transform: translateX(0);
    transition: transform .35s ease;
}
.preyantechnosys-iconbox-stylefour .preyantechnosys-iconbox-icon .prt-box-icon:after{
    z-index: 0;
    transform: translateX(100%);
    transition: none;
    transition: transform .5s ease;
}
.preyantechnosys-iconbox-stylefour:hover .preyantechnosys-iconbox-icon .prt-box-icon:after{
	opacity: 1; 
    transform: translateX(0);
    transition: transform .35s .36s ease;
}

.preyantechnosys-iconbox-stylefour.preyantechnosys-iconbox-icon .prt-box-icon i, 
.preyantechnosys-iconbox-stylefour.preyantechnosys-iconcolor-skincolor:hover .preyantechnosys-iconbox-icon .prt-box-icon i, 
.preyantechnosys-iconbox-stylefour.preyantechnosys-iconbox-icon .prt-box-icon i{
	color: var(--prt-white-color);
	z-index: 1;
    position: relative;
    transition: all 0.5s ease;
}
.preyantechnosys-iconbox-stylefour.preyantechnosys-iconcolor-skincolor .preyantechnosys-iconbox-icon .prt-box-icon i {
    transition: all 0.5s ease;
}
.prt-icon4space .preyantechnosys-iconbox-styleone .preyantechnosys-iconbox-heading .prt-custom-heading {
    margin-bottom: 0;
}

/*** IconBox StyleFive****/
.preyantechnosys-iconbox-stylefive .preyantechnosys-iconbox-icon i{
	font-size: 60px;
}
.preyantechnosys-iconbox-stylefive .preyantechnosys-iconbox-icon{
	margin-bottom: 20px;
}
.preyantechnosys-iconbox-stylefive .preyantechnosys-iconbox-heading .prt-custom-heading{
	font-size: 20px;
	line-height: var(--body-line-height);
}

/*** IconBox StyleSix****/
.preyantechnosys-iconbox-stylesix .preyantechnosys-iconbox-icon{
	background-color: var(--prt-dark-grey-color);
	height: 100px;
	width: 100px;
	text-align: center;
}
.preyantechnosys-iconbox-stylesix .prt-box-icon i{
	font-size: 50px;
}
.preyantechnosys-iconbox-stylesix .preyantechnosys-iconbox-heading{
	padding-left: 30px;
}
.preyantechnosys-iconbox-stylesix.preyantechnosys-iconbox .preyantechnosys-iconbox-heading .prt-custom-heading{
	font-size: var(--body-line-height);
	font-weight: 600;
	margin-bottom: 5px;
}

/*** IconBox StyleSeven****/
.preyantechnosys-iconbox-styleseven .preyantechnosys-iconbox-inner{
	text-align: center;
}
.preyantechnosys-iconbox-styleseven .prt-box-icon{
	height: 55px;
    width: 55px;
    line-height: 60px;
    display: block;
    margin: 0 auto;
    border: 1px solid var(--prt-border-color);
    background-color: var(--prt-grey-color);
}
.preyantechnosys-iconbox-styleseven .prt-box-icon i{
	font-size: 30px;
}
.preyantechnosys-iconbox-styleseven .preyantechnosys-iconbox-heading .prt-custom-heading{
	font-size: 20px;
    font-weight: 600;
	margin-bottom: 0;
}
.preyantechnosys-iconbox-styleseven .preyantechnosys-iconbox .preyantechnosys-iconbox-icon{
    margin-bottom: 23px;
}
.preyantechnosys-iconbox-styleseven:hover .prt-box-icon{
	animation: prt-bounce .5s ease-in-out 50ms;
} 
/*icon bg 7 css */

.prt-iconbg7 .preyantechnosys-iconbox-styleseven .prt-box-icon {
    background-color: var(--prt-skin-color);
     border-radius: 5%;
    height: 74px;
    width: 74px;
    text-align: center;
    border: none;
}
.prt-iconbg7 .preyantechnosys-iconbox-styleseven.preyantechnosys-iconbox.preyantechnosys-iconcolor-darkgrey .prt-box-icon i {
    color: var(--prt-white-color);
}
.prt-iconbg7 .preyantechnosys-iconbox-styleseven .prt-box-icon i{
	font-size: 35px;
    line-height: 74px;
}
.prt-iconbg7 .preyantechnosys-iconbox-styleseven .preyantechnosys-iconbox-heading .prt-custom-heading{
	font-size: 24px;
    font-weight: 500;
	margin-bottom: 15px;
}
.prt-iconbg7 .preyantechnosys-iconbox-styleseven .preyantechnosys-iconbox-icon {
    margin-bottom: 25px;
}
.prt-iconbg7 .preyantechnosys-iconbox-styleseven.preyantechnosys-iconbox {
    margin-bottom: 0;
}
.prt-iconbg7 .preyantechnosys-iconbox-styleseven .prt-cta3-content-wrapper{
	color: rgba(255, 255, 255, 0.80);
}

/*** IconBox Styleeight****/
.preyantechnosys-iconbox-styleeight.preyantechnosys-iconbox .prt-box-icon i{
	font-size: 30px;
}
.preyantechnosys-iconbox-styleeight .preyantechnosys-iconbox-heading .prt-custom-heading{
	font-size: 18px;
    line-height: 20px;
	font-weight: 600;
	margin-bottom: 0;
}
.preyantechnosys-iconbox-styleeight .prt-box-icon:after {
    content: "";
    position: absolute;
    height: 30px;
    width: 1px;
    background-color: var(--prt-border-color);
    right: auto;
    left: 45px;
}
.preyantechnosys-iconbox-styleeight .preyantechnosys-iconbox-heading{
	padding-left: 35px;
    padding-top: 7px;
}
.preyantechnosys-iconbox-styleeight.preyantechnosys-iconbox{
	margin-bottom: 0;
}
.preyantechnosys-iconbox-styleeight.preyantechnosys-iconbox .preyantechnosys-iconbox-icon {
    margin-bottom: 0px;
}
/*iconbox style class*/

.prt-number .preyantechnosys-iconbox-styleeight .preyantechnosys-iconbox-heading {
    padding-left: 10px;
    padding-top: 0;
}
.prt-number .preyantechnosys-iconbox-styleeight .preyantechnosys-iconbox-heading .prt-custom-heading{
	font-weight: 600;
    padding-top: 3px
}
.prt-number .preyantechnosys-iconbox-styleeight .prt-icon-type-text {
    font-size: 18px;
    font-weight: 600;
}

.prt-icon-smallsize .preyantechnosys-iconbox-styleeight .preyantechnosys-iconbox-heading .prt-custom-heading {
    font-weight: 600;
}
.prt-icon-smallsize .preyantechnosys-iconbox-styleeight.preyantechnosys-iconbox .prt-box-icon i {
    font-size: 40px;
	margin-top: 10px;
}
.prt-icon-smallsize .preyantechnosys-iconbox-styleeight .prt-box-icon:after{
	content: none;
}
.prt-icon-smallsize .preyantechnosys-iconbox-styleeight .preyantechnosys-iconbox-heading {
    padding-top: 0;
    padding-left: 19px;
}
.prt-icon-smallsize .preyantechnosys-iconbox-styleeight .prt-box-icon{
	margin-top: 10px;
}
.prt-icon-smallsize h4 {
    font-size: 15px;
    line-height: 20px;
    color: var(--prt-generalfont-color);
    font-weight: 400;
    margin-bottom: 8px;
}

.prt-htmlstyle ul {
    margin-top: 0;
    margin-bottom: 12px;
    text-align: center;
    padding: 0;
}
.prt-htmlstyle .prt-element-content-Heading {
    list-style: none;
    padding-bottom: 10px;
    display: block;
}
.prt-htmlstyle .prt-element-content-Heading .elementor-heading-title{
    color: var(--prt-dark-grey-color);
    font-weight: 600;
    padding-right: 5px;
}
.prt-htmlstyle .prt-element-content-desctxt{
	padding-left: 10px;
}
.elementor-widget:not(:last-child).prt-htmlstyle {
    margin-bottom: 0;
}
.prt-btn-style-text .elementor-button-wrapper .elementor-button:not(.tm-btn-style-text):hover:after{
	content: none;
}
.prt-buttonhover .prt-btn-style-text .elementor-button-link.elementor-button:hover{
	color: var(--prt-skin-color) !important;
}

@keyframes prt-bounce {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}   



/*Stepbox Element*/

body {
counter-reset: section;
}
.preyantechnosys-stepboxes-wrapper {
	margin-top: 35px;
}
.preyantechnosys-stepboxes-wrapper .prt-stepbox {
text-align: center;
padding: 0 15px;
}

.preyantechnosys-stepboxes-wrapper .prt-stepbox .prt-box-title h4 {
font-size: 21px;
line-height: 30px;
margin-bottom: 10px;
}

.preyantechnosys-stepboxes-wrapper .prt-stepbox .prt-ptable-icon-wrapper {
font-size: 40px;
line-height: 40px;
}

.preyantechnosys-stepboxes-wrapper .prt-stepbox .prt-bottom-contentbox {
    padding: 35px 0px 0px 0px;
}

.preyantechnosys-stepboxes-wrapper .prt-stepbox .prt-stepbox-imagebox .prt-ptable-icon-type-image img {
height: 200px;
width: 200px;
border-radius: 50%;
}

.first-footer .widget-area {
overflow: hidden;
}

.footer ul.prt-pricelist-block {
margin-right: 10px;
}

.widget ul.truvik_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*/
.elementor-progress-percentage {
position: relative;
padding-right: 0;
left: 20px;
top: 0;
margin-top: -35px;
font-size: 14px;
font-weight: 400;
color: var(--prt-white-color);
height: 25px;
width: 40px;
line-height: 25px;
background: #000;
text-align: center;
}

.elementor-progress-percentage:before {
content: '';
position: absolute;
width: 0px;
height: 0px;
border-top: 5px solid #1b2a5b;
border-left: 5px solid rgba(255, 255, 255, .15);
border-right: 5px solid rgba(255, 255, 255, .15);
left: 0px;
right: 0;
top: 25px;
display: block;
margin: 0 auto;
}

/***Row And Column ***/
body .elementor-section.elementor-top-section:first-child {
margin-top: -70px;
}

.elementor-section.elementor-top-section {
padding-top: 80px;
padding-bottom: 60px;
}

/* white bg color */
.elementor-column.elementor-top-column.prt-col-bgcolor-white:not(.prt-bgimage-yes) .elementor-widget-wrap&gt;.prt-stretched-div, .elementor-column.elementor-top-column.prt-col-bgcolor-white:not(.prt-col-stretched-yes)&gt;.elementor-widget-wrap, .elementor-column.elementor-inner-column.prt-col-bgcolor-white:not(.prt-bgimage-yes)&gt;.elementor-widget-wrap {
background-color: var(--prt-white-color) !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: var(--prt-white-color);
}

.elementor-inner-section, .elementor-widget-container, .elementor-button-wrapper, .elementor-section .elementor-widget-wrap {
position: relative;
z-index: 1;
}

.elementor-top-column&gt;.elementor-widget-wrap:before, .elementor-inner-column&gt;.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&gt;.elementor-widget-wrap:before, .elementor-inner-column&gt;.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: var(--prt-white-color);
}

.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-right .prt-stretched-div {
right: 0;
}

/*--- 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: var(--prt-white-color);
}

.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-skin-color);
font-size: 70px;
}

.prt-fid-view-topicon h3.prt-fid-title {
padding-top: 39px;
font-size: 21px;
font-weight: 700;
}

.prt-fid-view-topicon:hover h3.prt-fid-title:after {
transform: scaleX(1);
}

.prt-fid-view-topicon h3.prt-fid-title:after {
transform: scaleX(0);
transition: transform 800ms ease-in-out;
position: absolute;
content: '';
border-bottom: 3px solid;
height: 1px;
width: 55%;
left: 23%;
padding-top: 18px;
color: var(--prt-skin-color);
}

.prt-fid-view-topicon:hover h3.prt-fid-title {
color: var(--prt-skin-color);
-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-fid-view-circle-progress .prt-fid-title {
font-size: 20px;
font-weight: 400;
}

/*** 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;
}

/*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: var(--prt-white-color);
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: 5px;
}

.elementor-widget-tabs .elementor-tab-content ul li i {
margin-right: 10px;
}

.elementor-widget-tabs .elementor-tab-content ul li i.flaticon-work-done {
position: relative;
top: 3px;
}

/*tw-tw*/
.twentytwenty-horizontal .twentytwenty-after-label, .twentytwenty-horizontal .twentytwenty-before-label {
left: 20%;
bottom: 0px;
max-width: 50%;
padding: 9px 30px;
background-color: var(--prt-white-color);
color: var(--prt-skin-color);
font-size: 15px;
font-weight: 700;
border-radius: 0;
opacity: 1;
}

.twentytwenty-horizontal .twentytwenty-after-label {
right: 20%;
left: auto;
background-color: #101010;
color: var(--prt-white-color);
}

.prt-stretched-custom .prt-col-stretched-right .prt-stretched-div {
margin-right: -450px !important;
}

/*Button arrow*/

/*.comment-list a.comment-reply-link:before, .comment-form .form-submit:before, .post.preyantechnosys-box-blog-classic .preyantechnosys-blogbox-footer-readmore a:before, .prt-slider-button:before, .prt-ptable-btn a:before, #totop.top-visible:before, .prt-btn-shape-square:not(.prt-btn-style-text).elementor-element.elementor-widget-button .elementor-button-link:before, .preyantechnosys-servicebox-styletwo .figcaption a:before, .preyantechnosys-box-blog.preyantechnosys-blogbox-styleone .preyantechnosys-blogbox-desc-footer a:before, .tm_coverimgbox_wrapper .prt-staticbox-more-link:before, .prt-contact-btn:before {
position: absolute;
top: -7px;
left: -7px;
content: "";
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
border: solid;
border-width: 0 1px 1px 0;
display: inline-block;
padding: 3px;
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
transition: all .7s ease-out;
border-color: inherit;
}

.comment-list a.comment-reply-link:hover:before, .comment-form .form-submit:hover:before, .post.preyantechnosys-box-blog-classic .preyantechnosys-blogbox-footer-readmore a:hover:before, .prt-slider-button:hover:before, .prt-ptable-btn a:hover:before, #totop.top-visible:hover:before, .prt-btn-shape-square:not(.prt-btn-style-text).elementor-element.elementor-widget-button .elementor-button-link:hover:before, .preyantechnosys-servicebox-styletwo .figcaption a:hover:before, .preyantechnosys-box-blog.preyantechnosys-blogbox-styleone .preyantechnosys-blogbox-desc-footer a:hover:before, .tm_coverimgbox_wrapper .prt-staticbox-more-link:hover:before, .prt-contact-btn:hover:before {
left: 100%;
transform: rotate(90deg);
}

.comment-list a.comment-reply-link:after, .comment-form .form-submit:after, .post.preyantechnosys-box-blog-classic .preyantechnosys-blogbox-footer-readmore a:after, .prt-slider-button:after, .prt-ptable-btn a:after, #totop.top-visible:after, .prt-btn-shape-square:not(.prt-btn-style-text).elementor-element.elementor-widget-button .elementor-button-link:after, .preyantechnosys-servicebox-styletwo .figcaption a:after, .preyantechnosys-box-blog.preyantechnosys-blogbox-styleone .preyantechnosys-blogbox-desc-footer a:after, .tm_coverimgbox_wrapper .prt-staticbox-more-link:after, .prt-contact-btn:after {
position: absolute;
bottom: -7px;
right: -7px;
content: "";
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
border: solid;
border-width: 1px 0px 0px 1px;
display: inline-block;
padding: 3px;
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
transition: all .7s ease-out;
border-color: inherit;
}

.comment-list a.comment-reply-link:hover:after, .comment-form .form-submit:hover:after, .post.preyantechnosys-box-blog-classic .preyantechnosys-blogbox-footer-readmore a:hover:after, .prt-slider-button:hover:after, .prt-ptable-btn a:hover:after, #totop.top-visible:hover:after, .prt-btn-shape-square:not(.prt-btn-style-text).elementor-element.elementor-widget-button .elementor-button-link:hover:after, .preyantechnosys-servicebox-styletwo .figcaption a:hover:after, .preyantechnosys-box-blog.preyantechnosys-blogbox-styleone .preyantechnosys-blogbox-desc-footer a:hover:after, .tm_coverimgbox_wrapper .prt-staticbox-more-link:hover:after, .prt-contact-btn:hover:after {
right: 100%;
transform: rotate(90deg);
}

.comment-form .form-submit:before, #totop.top-visible:before, .prt-btn-style-flat:not(.prt-btn-style-text).elementor-element.elementor-widget-button .elementor-button-link:before, .prt-contact-btn:before {
top: -6px;
left: -6px;
}

.comment-form .form-submit:after, #totop.top-visible:after, .prt-btn-style-flat:not(.prt-btn-style-text).elementor-element.elementor-widget-button .elementor-button-link:after, .prt-contact-btn:after {
bottom: -6px;
right: -6px;
}*/



/*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;
}

}

/* tabs */
.elementor-element.prt-tabs-style-01 .elementor-tab-title {
background-color: transparent;
font-weight: 600;
color: var(--prt-dark-grey-color);
margin-left: 0px;
margin-right: 20px;
padding: 15px 30px;
font-family: var(--special-element-fontfamily);
font-size: 18px;
line-height: 28px;
text-transform: capitalize;
width: 45%;
border-radius: 30px;
border: 1px solid var(--prt-border-color) !important;
}

.elementor-widget-tabs.prt-tabs-style-01.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
display: inline-block;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.elementor-element.prt-tabs-style-01 .elementor-tab-title:hover {
background-color: var(--prt-skin-color);
color: var(--prt-white-color);
}

.elementor-widget-tabs.prt-tabs-style-01 .elementor-tab-content {
padding: 30px 10px 0 0;
}

.prt-tabs-style-01 .elementor-tab-title.elementor-tab-title.elementor-active {
background-color: var(--prt-skin-color);
color: var(--prt-white-color);
}

.elementor-widget-tabs.prt-tabs-style-01 .elementor-tab-content ul {
padding: 0 0 0 25px;
margin: 16px 0 0 0;
}

.elementor-widget-tabs.prt-tabs-style-01 .elementor-tab-content ul li {
position: relative;
list-style-type: none;
padding-bottom: 15px;
font-size: 16px;
text-transform: capitalize;
line-height: 26px;
padding-left: 5px;
}

.elementor-widget-tabs.prt-tabs-style-01 .elementor-tab-content ul li:before {
content: '';
position: absolute;
top: 6px;
left: -20px;
height: 10px;
width: 10px;
border-radius: 50%;
background-color: var(--prt-skin-color);
}

.elementor-widget-tabs.prt-tabs-style-01 .elementor-tab-content ul li:after {
content: '';
position: absolute;
top: 2px;
left: -24px;
height: 18px;
width: 18px;
border-radius: 50%;
border: 1px solid var(--prt-skin-color);
}

.elementor-widget-tabs.prt-tabs-style-01 .elementor-tab-content ul li:last-child {
padding-bottom: 0;
}

.elementor-widget-tabs.prt-tabs-style-01 .elementor-tab-content ul li  i {
margin-right: 10px;
}

.elementor-widget-tabs.prt-tabs-style-01 .elementor-tab-content p.tabs-description {
padding-top: 10px;
}

.elementor-element.prt-tabs-style-01 .elementor-tab-title i {
position: absolute;
right: 30px;
font-size: 18px;
line-height: 28px;
}

.elementor-element.prt-tabs-style-01 .elementor-tab-title.elementor-active i {
transform: rotate(90deg);
position: absolute;
right: 30px;
}

/**/
.prt-tab-style-02 .elementor-tab-desktop-title {
display: flex;
}

.prt-tab-style-02 .elementor-tabs .elementor-tab-title {
position: relative;
background-color: var(--prt-grey-color);
margin: 10px 0px 20px 0px;
padding: 12px 10px 15px 30px;
border-radius: 50px;
border: 1px solid var(--prt-border-color) !important;
font-weight: 600;
font-family: var(--special-element-fontfamily);
color: var(--prt-dark-grey-color);
font-size: 18px;
line-height: 28px;
align-items: center;
vertical-align: middle;
}

.prt-tab-style-02 .elementor-tabs .elementor-tab-title:after {
content: '';
position: absolute;
left: 83px;
top: 16px;
width: 1px;
height: 30px;
background-color: var(--prt-border-color);
}

.prt-tab-style-02 .elementor-tabs .elementor-tab-title:hover:after {
background-color: rgb(255 255 255 / 25%);
}

.prt-tab-style-02 .elementor-tabs .elementor-tab-title.elementor-active:after {
content: '';
position: absolute;
left: 83px !important;
top: 16px !important;
width: 1px !important;
height: 30px !important;
background-color: rgb(255 255 255 / 25%);
}

.prt-tab-style-02 .elementor-tabs .elementor-tab-title.elementor-active {
background-color: var(--prt-skin-color);
color: var(--prt-white-color);
}

.prt-tab-style-02 .elementor-tabs .elementor-tab-title:hover {
background-color: var(--prt-skin-color);
color: var(--prt-white-color);
}

.prt-tab-style-02 .elementor-tabs .elementor-tab-title:hover i {
color: var(--prt-white-color);
}

.prt-tab-style-02 .elementor-tabs .elementor-tab-title.elementor-active i {
color: var(--prt-white-color);
}

.prt-tab-style-02 .elementor-tabs .elementor-tab-title p {
font-size: 16px;
line-height: 26px;
color: #082655;
}

.prt-tab-style-02 .elementor-tabs .elementor-tab-title i {
font-size: 36px;
padding-right: 32px;
position: relative;
color: var(--prt-skin-color);
vertical-align: middle;
}

.prt-tab-style-02 .elementor-widget-tabs .elementor-tab-content {

/*padding: 0 11px;*/
}

.prt-tab-style-02 .elementor-tab-content {
margin-left: 30px;
}

/* progress bar */
.elementor-widget-progress .elementor-title {
display: block;
margin-bottom: 10px;
font-size: 18px;
line-height: 28px;
}

.elementor-progress-text {
position: relative;
overflow: visible;
}

.elementor-progress-wrapper {
overflow: visible !important;
}

.elementor-progress-wrapper {
border: 1px solid var(--prt-border-color);
padding: 2px;
}

.elementor-progress-wrapper .elementor-progress-bar {
border-radius: 8px;
}

.elementor-progress-percentage {
position: relative;
top: 0;
left: 0;
margin-top: -45px;
font-size: 12px;
line-height: 15px;
color: var(--prt-white-color);
padding: 4px 12px;
height: 25px;
width: 50px;
text-align: center;
background-color: var(--prt-dark-grey-color);
font-weight: 600;
border-radius: 30px;
font-family: var(--special-element-fontfamily);
}

.elementor-progress-percentage:before {
content: '';
position: absolute;
clip-path: polygon(0 0, 52% 100%, 100% 0);
width: 15px;
background: var(--prt-dark-grey-color);
height: 7px;
right: 0px;
top: 25px;
}

/*** Teammember Style One ***/
.preyantechnosys-teambox-style1 .preyantechnosys-post-item{
    text-align: center;
    position: relative;
    display: block;
    background-color: var(--prt-grey-color);
    padding: 30px 0px 27px;
    border: 1px solid var(--prt-border-color);
	width: calc(100% - 24px);
}
.preyantechnosys-teambox-style1 .preyantechnosys-post-item:before {
	position: absolute;
	content: '';
	background-color: var(--prt-dark-grey-color);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	transform: scale(0);
	transition: all 500ms ease;
}
.preyantechnosys-teambox-style1:hover .preyantechnosys-post-item:before {
   transform: scale(1);
}
.preyantechnosys-teambox-style1 .preyantechnosys-item-thumbnail-inner {
    border-radius: 50%;
    width: 150px;
	height: 150px;
    overflow: hidden;
    margin: 0 auto;
	border: 5px solid var(--prt-white-color);
}
.preyantechnosys-teambox-style1 .prt-member-social {
	background-color: var(--prt-white-color);
	width: 47px;
	text-align: center;
	border-radius: 30px;
	position: absolute;
	right: -23px;
	top: 54px;
	border: 1px solid var(--prt-border-color);
}

.preyantechnosys-teambox-style1 .prt-member-social .preyantechnosys-team-icon a{
	position: relative;
    padding-top: 0;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    padding-bottom: 14px;
}

.preyantechnosys-teambox-style1 .prt-member-social .preyantechnosys-team-icon a:before {
position: absolute;
content: '';
background-color: #e9e9e9;
width: 34px;
height: 1px;
left: -5px;
bottom: 52px;
}

.preyantechnosys-teambox-style1 .prt-member-social .preyantechnosys-team-icon .preyantechnosys-box-social-links .prt-team-social-links-wrapper ul.prt-team-social-links a:before {
content: unset;
}

.preyantechnosys-teambox-style1 .prt-member-social .preyantechnosys-team-icon {
display: block;
-webkit-transition: color .3s, background .3s ease, -webkit-transform .2s;
transition: color .3s, background .3s ease, -webkit-transform .2s;
-o-transition: color .3s, background .3s ease, -o-transform .2s;
-moz-transition: transform .2s, color .3s, background .3s ease, -moz-transform .2s;
transition: transform .2s, color .3s, background .3s ease;
transition: transform .2s, color .3s, background .3s ease, -webkit-transform .2s, -moz-transform .2s, -o-transform .2s;
}
.preyantechnosys-teambox-style1 .prt-member-social .preyantechnosys-team-icon i{
	font-size: 16px;
}
.preyantechnosys-teambox-style1 .prt-member-social .preyantechnosys-team-icon .preyantechnosys-box-social-links .prt-team-social-links-wrapper ul.prt-team-social-links {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
top: 40px;
right: 50px;
height: 45px;
width: 100px;
padding: 20px 0 5px;
background-color: var(--prt-white-color);
border-radius: 5px;
opacity: 0;
visibility: hidden;
box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
transition: all 500ms ease;
list-style-type: none;
}

.preyantechnosys-teambox-style1 .prt-member-social .preyantechnosys-team-icon:hover .preyantechnosys-box-social-links .prt-team-social-links-wrapper ul.prt-team-social-links {
visibility: visible;
opacity: 1;
right: 60px;
}

.preyantechnosys-teambox-style1 .prt-member-social ul.prt-team-social-links:before {
position: absolute;
content: '';
background-color: var(--prt-white-color);
width: 10px;
height: 10px;
top: 17px;
right: -4px;
transform: rotate(45deg);
}

.preyantechnosys-teambox-style1 .preyantechnosys-box-social-links ul li {
display: block;
}

.preyantechnosys-teambox-style1 .prt-team-social-links-wrapper ul li a {
font-size: 18px;
}

.preyantechnosys-teambox-style1 .preyantechnosys-box-content h4 {

margin-bottom: 0px;
}
.preyantechnosys-teambox-style1:hover .preyantechnosys-box-content h4 a, .preyantechnosys-teambox-style1:hover .preyantechnosys-team-position {
color: var(--prt-white-color);
}

.preyantechnosys-teambox-style1 .prt-member-social .preyantechnosys-team-mail .prt-team-list-title {
display: none;
}
.preyantechnosys-teambox-style1 .prt-member-social .preyantechnosys-team-mail .prt-team-list-value,
.preyantechnosys-teambox-style1 .prt-member-social .preyantechnosys-team-mail .prt-team-list-value h4 {
	font-size: 0;
	position: relative;
}
.preyantechnosys-teambox-style1 .prt-member-social .prt-team-list-value a:before {
	font-family: "prt-truvik-icons";
	content: "\e832";
	font-size: 24px;
	cursor: pointer;
	position: absolute;
	top: 16px;
	left: 16px;
	font-size: 16px;
}
.preyantechnosys-teambox-style1 .prt-member-social .preyantechnosys-team-mail .prt-team-list-value:hover:before {
	color: var(--prt-skin-color);
}
.preyantechnosys-teambox-style1 .preyantechnosys-box-content{
    padding-top: 17px;
}
.preyantechnosys-teambox-style1 .preyantechnosys-team-autor-position{
   font-weight: 500;
}
.preyantechnosys-teambox-style1 .preyantechnosys-content-inner-wrap{
    z-index: 1;
    position: relative;
}
/*teambox-style2*/
.preyantechnosys-teambox-style2 .preyantechnosys-box-content{
	background-color: var(--prt-white-color);
	text-align: center;
    padding: 15px 0;
}
.preyantechnosys-teambox-style2 .preyantechnosys-box-title h4{
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
    margin-bottom: 0;
}
.preyantechnosys-teambox-style2 ul.prt-team-social-links{
	position: absolute;
    top: 0;
    left: -40px;
    right: auto;
    padding: 10px;
    margin-top: 0;
    opacity: 0;
    z-index: 9;
    background-color: var(--prt-dark-grey-color);
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}
.preyantechnosys-teambox-style2:hover ul.prt-team-social-links{
	opacity: 1;
    left: 0;
}
.preyantechnosys-teambox-style2 ul.prt-team-social-links a{
	font-size: 14px;
    color: #fff;
    position: relative;
}
.preyantechnosys-teambox-style2.preyantechnosys-box-team ul.prt-team-social-links {
    background-color: var(--prt-dark-grey-color);
}
.preyantechnosys-teambox-style2 .prt-team-social-links-wrapper ul li a:hover i {
    color: var(--prt-skin-color);
}

/***testimonial style one testimonial style two ***/

.preyantechnosys-testimonialbox-styleone  .preyantechnosys-box-content {
padding: 28px 32px 29px 32px;
background-color: rgba(255, 255, 255, 0.05);
border-radius: 5px;
position: relative;
margin: 0px 45px 30px 0px;
}
.preyantechnosys-testimonialbox-styleone .preyantechnosys-box-desc blockquote{
	font-size: 17px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.preyantechnosys-testimonialbox-styleone  .preyantechnosys-box-content 
.preyantechnosys-box-author {
padding-bottom: 20px;
}
.preyantechnosys-testimonialbox-styleone .preyantechnosys-box-title .preyantechnosys-author-name{
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
}
.preyantechnosys-testimonialbox-styleone .preyantechnosys-box-title .preyantechnosys-box-footer{
	font-size: 15px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.71);
}
.preyantechnosys-testimonialbox-styleone .preyantechnosys-box-content:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 12px 0;
    border-color: rgba(255, 255, 255, 0.05) transparent transparent transparent;
    position: absolute;
    bottom: -18px;
    left: 47px;
}
.preyantechnosys-testimonialbox-styleone .preyantechnosys-box-desc:after {
    top: 40%;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    content: "\f11a";
    position: absolute;
    color: rgb(255 255 255/32%);
    font-family: 'flaticon';
    font-weight: 400;
    font-size: 120px;
    font-style: normal;
    text-align: center;
    opacity: .4;
}
.preyantechnosys-testimonialbox-styleone .preyantechnosys-box-author{
	 padding-left: 30px;
     padding-top: 0px;
}
.preyantechnosys-testimonialbox-styleone .preyantechnosys-box-img img {
height: 60px;
width: 60px;
}
.preyantechnosys-testimonialbox-styleone .preyantechnosys-box-img,
.preyantechnosys-testimonialbox-styletwo.preyantechnosys-box-testimonial .preyantechnosys-box-img,
.preyantechnosys-testimonialbox-stylethree.preyantechnosys-box-testimonial .preyantechnosys-box-img{
display: inline-block;
position: relative;
vertical-align: middle;
}
.preyantechnosys-testimonialbox-styleone .preyantechnosys-box-title,
.preyantechnosys-testimonialbox-styletwo.preyantechnosys-box-testimonial .preyantechnosys-box-title,
.preyantechnosys-testimonialbox-stylethree.preyantechnosys-box-testimonial .preyantechnosys-box-title{
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0 0 14px;
}
.preyantechnosys-testimonialbox-styletwo .preyantechnosys-box-title .preyantechnosys-author-name, 
.preyantechnosys-testimonialbox-stylethree .preyantechnosys-box-title .preyantechnosys-author-name {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
}
.preyantechnosys-testimonialbox-styleone .preyantechnosys-box-title .preyantechnosys-author-name a,
.preyantechnosys-testimonialbox-styletwo .preyantechnosys-author-name{
	color: var(--prt-white-color);
}
.preyantechnosys-testimonialbox-stylethree .preyantechnosys-box-title .preyantechnosys-box-footer {
font-size: 13px;
line-height: 22px;
color: var(--prt-white-color);
}
.preyantechnosys-testimonialbox-styleone .preyantechnosys-ratting-star{
    float: right;
    margin-top: -7px;
    padding: 0px 10px 0px 0px;
}
.preyantechnosys-boxes-testimonial .preyantechnosys-testimonialbox-styleone .prt-truvik-icon-star-1 {
    width: 9px;
    margin: 0 1px;
    font-size: 14px;
    color: #ffa84b;
}
.preyantechnosys-boxes-testimonial.preyantechnosys-testimonialbox-styleone .preyantechnosys-boxes-row-wrapper.row:not(.slick-slider).prt-box-col-wrapper {
	padding-top: 0;
}
.preyantechnosys-element-testimonialbox-style-1 .preyantechnosys-boxes-row-wrapper.row:not(.slick-slider) .prt-box-col-wrapper {
    padding-top: 0;
}

/*testimonial style two*/

.preyantechnosys-testimonialbox-styletwo.preyantechnosys-box-testimonial .preyantechnosys-box-img img,
.preyantechnosys-testimonialbox-stylethree.preyantechnosys-box-testimonial .preyantechnosys-box-img img{
	height: 80px;
    width: 80px;
    border: 2px solid var(--prt-white-color);
    padding: 2px;
    border-radius: 0;
    background-color: var(--prt-white-color);
}
.preyantechnosys-testimonialbox-styletwo.preyantechnosys-box-testimonial:before,
.preyantechnosys-testimonialbox-styletwo.preyantechnosys-box-testimonial:after,
.preyantechnosys-testimonialbox-stylethree.preyantechnosys-box-testimonial:before,
.preyantechnosys-testimonialbox-stylethree.preyantechnosys-box-testimonial:after{
	content: "";
    background-color: var(--prt-skin-color);
    height: 40%;
    width: 2px;
    left: 25px;
    top: 38%;
    bottom: auto;
    position: absolute;
}
.preyantechnosys-testimonialbox-styletwo.preyantechnosys-box-testimonial:after,
.preyantechnosys-testimonialbox-stylethree.preyantechnosys-box-testimonial:after{
	height: 50%;
    left: 35px;
}
.preyantechnosys-testimonialbox-styletwo.preyantechnosys-box-testimonial .preyantechnosys-box-content,
.preyantechnosys-testimonialbox-stylethree.preyantechnosys-box-testimonial .preyantechnosys-box-content{
	padding: 10px 32px 28px 20px;
}
.preyantechnosys-testimonialbox-styletwo.preyantechnosys-box-testimonial blockquote,
.preyantechnosys-testimonialbox-stylethree.preyantechnosys-box-testimonial blockquote{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.preyantechnosys-testimonialbox-styletwo.preyantechnosys-box-testimonial,
.preyantechnosys-testimonialbox-stylethree.preyantechnosys-box-testimonial{
	position: relative;
	padding-left: 65px;
}
.preyantechnosys-testimonialbox-styletwo.preyantechnosys-box-testimonial .preyantechnosys-box-author:before,
.preyantechnosys-testimonialbox-stylethree.preyantechnosys-box-testimonial .preyantechnosys-box-author:before{
	top: 36px;
    right: auto;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    content: "\f11b";
    position: absolute;
    color: var(--prt-skin-color);
    font-family: "flaticon";
    font-weight: 400;
    font-size: 55px;
    font-style: normal;
    text-align: center;
  
}
.preyantechnosys-testimonialbox-styletwo.preyantechnosys-box-testimonial .preyantechnosys-box-author,
.preyantechnosys-testimonialbox-stylethree.preyantechnosys-box-testimonial .preyantechnosys-box-author{
    padding-left: 30px;
    padding-top: 25px;
}
.preyantechnosys-element-testimonialbox-style-2 .preyantechnosys-boxes-row-wrapper.row .prt-box-col-wrapper{
	background-color: var(--prt-dark-grey-color);
    padding: 25px 35px 15px 50px;
}
.preyantechnosys-element-testimonialbox-style-2  .preyantechnosys-boxes-row-wrapper .prt-box-col-wrapper.slick-center{
	background-color: rgb(0 58 102 / 95%);
}
.preyantechnosys-testimonialbox-styletwo .preyantechnosys-box-footer{
    color: rgba(255, 255, 255, 0.80);
}
.preyantechnosys-testimonialbox-styletwo .preyantechnosys-ratting-star{
    padding: 7px 0px 5px 0px;
}

/*testimonialbox-stylethree*/

.preyantechnosys-testimonialbox-stylethree.preyantechnosys-box-testimonial .preyantechnosys-box-author{
	text-align: left;
}
.preyantechnosys-element-testimonialbox-style-3 .preyantechnosys-boxes-row-wrapper.row .prt-box-col-wrapper{
	 background-color: var(--prt-grey-color);
	 padding: 25px 35px 15px 50px;
	 margin: 0 15px;
	 border: 1px solid var(--prt-border-color);
 }
.preyantechnosys-testimonialbox-stylethree.preyantechnosys-box-testimonial:before,
.preyantechnosys-testimonialbox-stylethree.preyantechnosys-box-testimonial:after{
	background-color: var(--prt-border-color);
}
.preyantechnosys-testimonialbox-stylethree .preyantechnosys-box-title .preyantechnosys-box-footer{
	color: var(--prt-generalfont-color);
}
.preyantechnosys-testimonialbox-stylethree.preyantechnosys-box-testimonial .preyantechnosys-box-author{
    padding-left: 24px;
}

/*without-icon*/
.prt-fid.inside.prt-fid-without-icon.prt-fid-view-withouticon {
position: relative;
text-align: left;
padding: 0;
}

.prt-fid.inside.prt-fid-without-icon.prt-fid-view-withouticon h4 {
display: inherit;
font-size: 80px;
line-height: 60px;
color: var(--prt-skin-color);
}

.prt-fid.inside.prt-fid-without-icon.prt-fid-view-withouticon h3 span {
font-size: 22px;
line-height: 32px;
font-weight: 600;
color: var(--prt-dark-grey-color);
padding: 0 15px;
text-align: left;
}


/*servicebox-styleone*/
.preyantechnosys-servicebox-styleone {
    position: relative;
    padding-bottom: 20px;
    overflow: hidden;
}
.preyantechnosys-servicebox-styleone .preyantechnosys-box-bottom-content {
	position: relative;
    padding: 22px 20px 5px;
    margin: -35px 40px 14px;
    z-index: 2;
    text-align: center;
    background-color: var(--prt-white-color);
    border: 1px solid #dfdfdf; 
}
.preyantechnosys-servicebox-styleone .preyantechnosys-box-title h4{
	margin-bottom: 15px;
}
.preyantechnosys-servicebox-styleone .prt-servicebox-details-wrap .preyantechnosys-box-title h4 a:not(:hover) {
    color: var(--prt-white-color);
}
.preyantechnosys-servicebox-styleone .prt-servicebox-details-wrap .preyantechnosys-box-desc {
    border-top: 1px solid rgba(255,255,255,0.11);
    padding: 25px 25px 12px 25px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    color: var(--prt-white-color);
	overflow: hidden;
} 
.preyantechnosys-servicebox-styleone .prt-servicebox-details-wrap .prt-short-desc p {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;	
	color: rgba(255,255,255,0.80);
}
.preyantechnosys-servicebox-styleone .preyantechnosys-serviceboxbox-readmore{
	text-align: center;
}
.preyantechnosys-servicebox-styleone .prt-servicebox-details-wrap .preyantechnosys-serviceboxbox-readmore {
    padding: 0;
}
.preyantechnosys-servicebox-styleone .prt-servicebox-details-wrap .preyantechnosys-serviceboxbox-readmore a {
    background-color: var(--prt-skin-color);
    padding: 22px 15px 26px;
    display: block;
	color: var(--prt-white-color);
}
.preyantechnosys-servicebox-styleone:hover .preyantechnosys-box-title h4 a:not(:hover),
.preyantechnosys-servicebox-styleone:hover .prt-short-desc{
	color: var(--prt-white-color);
}
.preyantechnosys-servicebox-styleone .prt-servicebox-details-wrap .preyantechnosys-box-bottom-content {
    background-color: var(--prt-dark-grey-color);
    border: none;
    position: static;
    padding: 0;
    margin: 0;
    padding-top: 27px;
}
.preyantechnosys-servicebox-styleone .prt-servicebox-details-wrap {
	transform: translateY(-80%);
    opacity: 0;
    transition: all 0.5s ease;
	margin: 0 40px;
    position: absolute;
}
.preyantechnosys-servicebox-styleone:hover .prt-servicebox-details-wrap {
	transform: translateY(-91%);
    opacity: 1;
    transition: all 0.5s ease;
}
.preyantechnosys-servicebox-styleone .prt-details-wrap {
	transition: all 0.5s ease;
}
.preyantechnosys-servicebox-styleone:hover .prt-details-wrap {
	opacity:0;
	transform: translateY(100%);
    transition: all 0.5s ease;
}
.preyantechnosys-servicebox-styleone .item-figure{
    position: relative;
    overflow: hidden;
}
.preyantechnosys-servicebox-styleone .item-figure img{
    transform: translateY(-60px) scale(1.5);
    transition: all 1s ease-in;
}
.preyantechnosys-servicebox-styleone:hover .item-figure img{
	transform: translateY(0) scale(1.5);
}


/*services box style 2*/ 
.preyantechnosys-servicebox-styletwo .preyantechnosys-post-item{
	overflow: hidden;
}
.preyantechnosys-servicebox-styletwo .prt-servicebox-detials{
	position: absolute;
	top: auto;
	bottom: 0;
	color: var(--prt-white-color);
	padding: 20px 24px 20px 33px;
	z-index: 9;
}
.preyantechnosys-servicebox-styletwo.preyantechnosys-box-service .preyantechnosys-box-title h4{
	margin-bottom: 10px;
}
.preyantechnosys-servicebox-styletwo.preyantechnosys-box-service .preyantechnosys-box-title h4 a{
	color: var(--prt-white-color);
}
.preyantechnosys-servicebox-styletwo .preyantechnosys-post-item:before{
    content: '';
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgb(0 0 0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0.8;
    transition-property: top,opacity;
    transition-duration: .3s;
}
.preyantechnosys-servicebox-styletwo .item-figure:before{
	content: '';
    background: var(--prt-dark-grey-color);
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1;
    transition: border-radius .5s ease-out,top .5s ease-out,opacity .3s ease-out;
}
.preyantechnosys-servicebox-styletwo:hover .item-figure:before{
	top: 0;
    opacity: 0.5;
    
}
.preyantechnosys-servicebox-styletwo .prt-servicebox-detials .prt-short-desc p{
	color: rgb(255, 255, 255, .80);
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	
}
.preyantechnosys-servicebox-styletwo .preyantechnosys-post-item img{
	transform: scale(1.1);
    transition: all 0.35s ease 0s;
}
.preyantechnosys-servicebox-styletwo:hover .preyantechnosys-post-item img{
	transform: scale(1.2);
}

/*servicebox-stylethree*/

.preyantechnosys-servicebox-stylethree .prt-servicebox-detials{
	padding: 30px 60px;
    text-align: left;
}
.preyantechnosys-servicebox-stylethree .preyantechnosys-serviceboxbox-readmore a{
	color: var(--prt-white-color);
    padding-right: 10px;
    font-size: 15px !important;
}
.preyantechnosys-servicebox-stylethree .preyantechnosys-serviceboxbox-readmore{
	padding-top: 7px;
}
.preyantechnosys-servicebox-stylethree .preyantechnosys-box-title h4{
	margin-bottom: 17px;
}
.preyantechnosys-servicebox-stylethree .prt-servicebox-detials .prt-short-desc p{
	margin-bottom: 20px;
    color: rgb(255, 255, 255, .85);
}
.preyantechnosys-servicebox-stylethree .preyantechnosys-post-item:before{
	background: #000;
    opacity: 0.55;
}
.preyantechnosys-servicebox-stylethree.preyantechnosys-box-service .preyantechnosys-box-title h4 {
    margin-bottom: 15px;
}


/*servicebox-stylet four*/

.preyantechnosys-element-servicebox-stylefour .preyantechnosys-boxes-row-wrapper {
    margin: 0;
}
.preyantechnosys-box-service.preyantechnosys-servicebox-stylefour .preyantechnosys-box-title h4 {
    font-size: 16px;
    margin-bottom: 0;
}
.preyantechnosys-box-service.preyantechnosys-servicebox-stylefour.prt-post-active .preyantechnosys-post-item{
	background-color: var(--prt-skin-color);
}
.preyantechnosys-box-service.preyantechnosys-servicebox-stylefour.prt-post-active .preyantechnosys-post-item a,
.preyantechnosys-box-service.preyantechnosys-servicebox-stylefour:hover .preyantechnosys-box-title a {
    color: var(--prt-white-color);
}
.preyantechnosys-box-service.preyantechnosys-servicebox-stylefour .preyantechnosys-post-item{
    transition: all .4s;
}
 .preyantechnosys-box-service.preyantechnosys-servicebox-stylefour .preyantechnosys-box-title h4 a { 
   transition: all .4s;
    padding: 25px 15px 25px 15px;
    text-align: center;
	display: block;
}
.preyantechnosys-box-service.preyantechnosys-servicebox-stylefour:hover .preyantechnosys-post-item{
	background-color: var(--prt-dark-grey-color);
}
.prtservices4.elementor-element .prt-element-heading-content-wrapper{
	margin-bottom: 0;
}
.prtservices4 .preyantechnosys-boxes-gap-30px .preyantechnosys-boxes-row-wrapper.row .prt-box-col-wrapper{
    padding-right: 0;
    padding-left: 0;
}

.preyantechnosys-boxes-row-wrapper.row .prt-box-col-wrapper.slick-center .preyantechnosys-servicebox-stylethree .preyantechnosys-post-item:before{
	background-color:var(--prt-skin-color);
    opacity: 0.91;
}
.preyantechnosys-boxes-row-wrapper.row .prt-box-col-wrapper.slick-center .preyantechnosys-servicebox-stylethree .prt-servicebox-detials,
.preyantechnosys-boxes-row-wrapper.row .prt-box-col-wrapper.slick-center .preyantechnosys-servicebox-stylethree .preyantechnosys-box-title h4 a,
.preyantechnosys-boxes-row-wrapper.row .prt-box-col-wrapper.slick-center .preyantechnosys-servicebox-stylethree .prt-servicebox-detials .prt-short-desc p,
.preyantechnosys-boxes-row-wrapper.row .prt-box-col-wrapper.slick-center .preyantechnosys-servicebox-stylethree .preyantechnosys-serviceboxbox-readmore a{
	color: var(--prt-dark-grey-color);
}


/*contact-iconbox*/
.prt-contact-iconbox {
position: relative;
}

.prt-contact-iconbox:before, .prt-contact-iconbox:after {
content: '';
position: absolute;
width: 20%;
height: 2px;
top: 37px;
background-color: var(--prt-border-color);
}

.prt-contact-iconbox:before {
left: 60px;
}

.prt-contact-iconbox:after {
right: 60px;
}

/**/
.rev-slider-icon {
position: relative;
}

.rev-slider-icon:after {
content: '';
position: absolute;
width: 1px;
height: 35px;
top: 15px;
left: 85px;
background-color: var(--prt-white-color);
}



/*prettyphoto*/

.prt_prettyphoto1.elementor-element .elementor-widget-container .elementor-icon{
    position: relative;
    z-index: 1;
}
/*.prt_prettyphoto1.elementor-element .elementor-widget-container .elementor-icon {
    width:65px!important;
    height:65px!important;
} */
.prt_prettyphoto1.elementor-element .elementor-widget-container:after,
.prt_prettyphoto1.elementor-element .elementor-widget-container .elementor-icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: var(--prt-skin-color);
}
.prt_prettyphoto1.elementor-element .elementor-widget-container .elementor-icon {
    z-index:11;
}
.prt_prettyphoto1.elementor-element .elementor-widget-container .elementor-icon:after {
    z-index: 1;
    width: 105px;
    height: 105px;
    opacity:0.09;   
}
.prt_prettyphoto1.elementor-element .elementor-widget-container .elementor-icon:before {
    width: 90px;
    height: 90px;
    opacity: .38;
    z-index: 0;
}
.prt_prettyphoto1.elementor-element .elementor-widget-container .elementor-icon:hover:before,
.prt_prettyphoto1.elementor-element .elementor-widget-container .elementor-icon:hover:after {
    -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;
}
@-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.2);
         opacity: 0;
    }
}


.prt-play-video h5 {
    margin-bottom: 0;
}
/*image box style one */

.prt-single-image-wrapper.imagestyle-one.wpb_single_image img {
    border: 2px solid #f1f1f1;
    padding: 15px;
}
.prt-border1 .prt-single-image-wrapper.imagestyle-one.wpb_single_image img{
	border: 9px solid var(--prt-white-color);
	padding: 0;
}
/*image box style two */
.prt-single-image-wrapper.imagestyle-two .prt-single-image-inner{
   display: flex;	
}
.prt-single-image-wrapper.imagestyle-two img{
	margin-right: 35px;
    position: relative;
}
.prt-single-image-wrapper.imagestyle-two .prt-single-image-inner-des{
	font-size: 21px;
	line-height: 32px;
	font-weight: 600;
	padding-top: 20px;
	color: var(--prt-dark-grey-color);
}
/*image box style three */
.prt-single-image-wrapper.imagestyle-three .prt-single-image-inner{
	background-color: var(--prt-grey-color);
    padding-right: 40px;
}
.prt-single-image-wrapper.imagestyle-three.wpb_single_image img{
	width: 100%;
}
.prt-single-image-wrapper.imagestyle-three .prt-single-image-inner-des{
    padding: 20px 25px;
	font-size: 20px;
	line-height: var(--body-line-height);
	font-weight: 600;
	color: var(--prt-dark-grey-color);
}
.prt-single-image-wrapper.imagestyle-three .prt-cta3-content-wrapper strong{
	color: var(--prt-skin-color);
}
/*list icon background*/

.prt-bg-white .prt-list-background .elementor-icon-list-icon{
     background-color: var(--prt-white-color);
}
.prt-list-background.elementor-widget .elementor-icon-list-icon i{
	background-color: rgb(255, 255, 255, 0.10);
    height: 25px;
    width: 25px;
    line-height: 25px;
}
.prt-list-backgroundone .elementor-widget .elementor-icon-list-icon i{ 
    line-height: 35px;
   	background-color: var(--prt-grey-color);
    height: 35px;
    width: 35px;
    text-align: center;
}
.prt-list-size .prt-list-background.elementor-widget .elementor-icon-list-icon i{
	font-size: 10px;
    padding-left: 8px;
}
/*Blog box style one Blog box style two*/
.preyantechnosys-blogbox-styleone .preyantechnosys-box-content img{
	transition: all 0.8s ease 0s;
}
.preyantechnosys-blogbox-styleone:hover .preyantechnosys-box-content img{
	opacity: 0.7;
    transform: scale(1.1);
}
.preyantechnosys-blogbox-styleone .preyantechnosys-box-content,
.preyantechnosys-blogbox-styletwo .preyantechnosys-box-content,
.preyantechnosys-blogbox-stylethree .preyantechnosys-box-content{
	overflow: hidden;
	display: flex;
}
.preyantechnosys-blogbox-styleone .preyantechnosys-box-desc,
.preyantechnosys-blogbox-styletwo .preyantechnosys-box-desc{
    width: 54.2%;
    overflow: hidden;
    float: left;
    padding: 60px 53px 44px 50px;
}
.preyantechnosys-blogbox-styleone .prt-entry-meta-wrapper,
.preyantechnosys-blogbox-styletwo .prt-entry-meta-wrapper,
.preyantechnosys-blogbox-stylethree .prt-entry-meta-wrapper{
	font-size: 13px;
	line-height: 14px;
    font-weight: 500;
	margin-bottom: 13px;
    text-transform: uppercase;
}
.preyantechnosys-blogbox-styleone .prt-entry-meta-wrapper i,
.preyantechnosys-blogbox-styletwo .prt-entry-meta-wrapper i,
.preyantechnosys-blogbox-stylethree .prt-entry-meta-wrapper i{
	display: none;
}
.preyantechnosys-box-blog.preyantechnosys-blogbox-styleone .prt-entry-meta .prt-meta-line:after,
.preyantechnosys-box-blog.preyantechnosys-blogbox-styletwo .prt-entry-meta .prt-meta-line:after,
.prt-entry-meta .prt-meta-line:after{
	background-color: #7a8a9e;
}
.preyantechnosys-box-blog.preyantechnosys-blogbox-styleone .preyantechnosys-box-content h4{
	font-size: 26px;
	line-height: 37px;
	position: relative;
}
.preyantechnosys-box-blog.preyantechnosys-blogbox-styleone .preyantechnosys-box-desc-text{
    padding-top: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.preyantechnosys-blogbox-stylefour .preyantechnosys-box-content .prt-entry-meta .prt-meta-line a,
.preyantechnosys-box-blog.preyantechnosys-blogbox-styleone .prt-entry-meta-wrapper .author .vcard,
.preyantechnosys-box-blog.preyantechnosys-blogbox-styletwo .prt-entry-meta-wrapper .author .vcard{
	border-bottom: 1px solid #7a8a9e;
} 
.preyantechnosys-box-blog.preyantechnosys-blogbox-styleone .prt-entry-meta-wrapper .prt-meta-line a,
.preyantechnosys-box-blog.preyantechnosys-blogbox-styletwo .prt-entry-meta-wrapper .prt-meta-line a{
	border-bottom: 1px solid #7a8a9e;
}
.preyantechnosys-box-blog.preyantechnosys-blogbox-stylefour .preyantechnosys-box-content .prt-entry-meta .prt-meta-line:after {
    background-color: #7a8a9e;
}

/*Blogbox-styletwo*/

.preyantechnosys-blogbox-styletwo .preyantechnosys-box-desc{
	width: 100%;
	padding: 0;
    padding-top: 10px;
}
.preyantechnosys-blogbox-styletwo .preyantechnosys-box-img-left {
    float: left;
    width: 26%;
}
.preyantechnosys-box-blog.preyantechnosys-blogbox-styletwo .preyantechnosys-box-content h4{
	font-size: 20px;
	line-height: 25px;
}
.preyantechnosys-blogbox-styletwo .preyantechnosys-box-content h4 a{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.preyantechnosys-blogbox-styletwo .preyantechnosys-box-content{
    padding-left: 13px;
}
.preyantechnosys-blogbox-styletwo .prt-entry-meta-wrapper {
    margin-bottom: 11px; 
}
.preyantechnosys-element-blogbox-style2.preyantechnosys-boxes-gap-30px .preyantechnosys-boxes-row-wrapper.row .prt-box-col-wrapper{
	padding-left: 0;
	padding-right: 0;
}

/*Blogbox-stylethree*/
.preyantechnosys-blogbox-stylethree .preyantechnosys-box-content{
  text-align: left;
  overflow: visible;
}
.preyantechnosys-blogbox-stylethree .preyantechnosys-box-desc{
	padding: 12px 0 0 9px;
}
.preyantechnosys-blogbox-stylethree .prt-entry-meta-wrapper{
    margin-bottom: 13px;
}
.preyantechnosys-box-blog.preyantechnosys-blogbox-stylethree .preyantechnosys-box-content h4{
	font-size: 20px;
}
.preyantechnosys-box-blog.preyantechnosys-blogbox-stylethree .preyantechnosys-box-desc-text{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	padding-top: 10px;
}
.preyantechnosys-box-blog.preyantechnosys-blogbox-stylethree{
	position: relative;
    padding-bottom: 30px
}
.preyantechnosys-box-blog.preyantechnosys-blogbox-stylethree .prt-box-post-date{
	height: 75px;
    width: 75px;
    padding-bottom: 12px;
    z-index: 1;
    color: var(--prt-dark-grey-color);
    text-align: center;
    position: absolute;
    top: auto;
    right: 0;
    bottom: -30px;
    left: 0;
    margin: auto;
    font-weight: 600;
    font-size: 31px;
    line-height: 20px;
    padding-top: 19px;
    z-index: 9;
    overflow: hidden;
    border-top: 3px solid var(--prt-skin-color);
	background-color: var(--prt-grey-color);
	transition: all 0.5s;
}
.preyantechnosys-box-blog.preyantechnosys-blogbox-stylethree .prt-box-post-date span{
	font-size: 14px;
	color: var(--prt-generalfont-color);
}
.preyantechnosys-box-blog.preyantechnosys-blogbox-stylethree .preyantechnosys-blogbox-desc-footer {
	font-weight: 700;
	color: var(--prt-skin-color);
    padding-top: 10px;
    padding-bottom: 0;
}
.preyantechnosys-box-blog.preyantechnosys-blogbox-stylethree .preyantechnosys-blogbox-desc-footer i{
padding-left: 10px;
}
.preyantechnosys-box-blog.preyantechnosys-blogbox-stylethree img{
	transition: all 0.5s;
}
.preyantechnosys-box-blog.preyantechnosys-blogbox-stylethree:hover img{
	transform: rotate(5deg) scale(1.2);
}
.preyantechnosys-box-blog.preyantechnosys-blogbox-stylethree:hover .prt-box-post-date,
.preyantechnosys-box-blog.preyantechnosys-blogbox-stylethree:hover .prt-box-post-date span{
	color: var(--prt-white-color);
	border-top-color: var(--prt-dark-grey-color);
}
.preyantechnosys-box-blog.preyantechnosys-blogbox-stylethree .preyantechnosys-blogbox-desc-footer a{
	display: inline-block;
    position: relative;
}
.preyantechnosys-box-blog.preyantechnosys-blogbox-stylethree .preyantechnosys-blogbox-desc-footer a:hover {
    color: var(--prt-dark-grey-color);
}
.preyantechnosys-box-blog.preyantechnosys-blogbox-stylethree .preyantechnosys-blogbox-desc-footer a:after{
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: -20px;
    top: 2px;
}

/*Blogbox-stylefour*/

.preyantechnosys-box-blog.preyantechnosys-blogbox-stylefour {
    padding-bottom: 0;
}
.preyantechnosys-blogbox-stylefour .preyantechnosys-box-desc{
	padding:25px 0 20px 9px;
}
.preyantechnosys-box-blog.preyantechnosys-blogbox-stylefour .preyantechnosys-box-content{
	background-color: var(--prt-white-color);
    clear: both;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    padding: 22px;
}
.preyantechnosys-box-blog.preyantechnosys-blogbox-stylefour .prt-box-post-date{
	bottom: 25px;
	right: auto;
	left: 25px;
    height: 70px;
    width: 70px;
    font-size: 29px;
    line-height: 17px;
    padding-top: 18px;
}
.preyantechnosys-box-blog.preyantechnosys-blogbox-stylefour .preyantechnosys-box-content h4{
    font-size: 24px;
    margin-bottom: 11px;
    line-height: 35px;
}
.preyantechnosys-blogbox-stylefour .preyantechnosys-box-desc-text{
	border-top: 1px solid var(--prt-border-color);
	margin-top: 17px;
    margin-bottom: 5px;
    padding-top: 14px;
}
.preyantechnosys-blogbox-stylefour .prt-entry-meta-wrapper{
	margin-bottom:12px;
}
.preyantechnosys-box-blog.preyantechnosys-blogbox-stylefour .preyantechnosys-blogbox-desc-footer{
	padding-top: 0;
}
.preyantechnosys-box-blog.preyantechnosys-blogbox-stylefour .preyantechnosys-blogbox-desc-footer a {
    font-weight: 600;
    color: var(--prt-dark-grey-color);
    padding-top: 15px;
}
.preyantechnosys-box-blog.preyantechnosys-blogbox-stylefour .preyantechnosys-blogbox-desc-footer a:hover {
    color: var(--prt-skin-color);
}
.preyantechnosys-box-blog.preyantechnosys-blogbox-stylefour .preyantechnosys-blogbox-desc-footer a:after{
	content: none;
}
.preyantechnosys-box-blog.preyantechnosys-blogbox-stylefour .preyantechnosys-box-img-left {
    width: 300px;
    float: left;
}

/*staticbox-style1*/

.preyantechnosys-stepboxes-wrapper.prt-staticbox-style1 .prt-stepbox .prt-stepbox-imagebox .prt-ptable-icon-type-image img{
    padding: 15px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style1 .prt-stepbox .prt-box-title h4{
	font-size: 20px;
    line-height: var(--body-line-height);
	margin-bottom: 11px;
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style1 .prt-ptable-icon-type-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    border: 2px solid var(--prt-skin-color);
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style1 .prt-ptable-icon-type-image:after {
    content: '';
    background: rgba(0,0,0,0.3);
    width: 85%;
    height: 85%;
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    margin: auto;
    border-radius: 50%;
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style1 .process-num{
	position: absolute;
    text-align: center;
    top: 45%;
    bottom: auto;
    left: 0;
    right: 0;
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style1 .process-num .number{
    font-size: 70px;
    font-weight: 700;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--prt-white-color);
    -webkit-text-fill-color: transparent;
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style1 .prt-stepbox-content .prt-top-contentbox{
	position: relative;
    transition: all 500ms ease;
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style1 .prt-stepbox-content:hover .prt-top-contentbox{
	transform: translateY(-10px);
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style1 .prt-stepbox .prt-bottom-contentbox {
    padding: 23px 15px 20px;
}


/*progress bar */
.prt-pbar .elementor-progress-wrapper {
    height: 30px;
    margin-bottom: 20px;
	border: 0;
}
.prt-pbar .elementor-progress-wrapper .elementor-progress-bar{
    margin-top: 33px;
    height: 5px !important;
    border-radius: 0;
}
.prt-pbar .elementor-progress-percentage{
	background-color: transparent;
	color: var(--prt-dark-grey-color);
    font-weight: 600;
	font-size: 14px;
    line-height: var(--body-line-height);
	margin-top: -38px;
}
.prt-pbar  .elementor-progress-percentage:before{
	content: none;
}
.prt-pbar .elementor-widget-progress .elementor-title{
    position: absolute;
    top: 0;
    z-index: 1;
    left: 21px;
    font-size: 14px;
    font-weight: 600;
}

/*Bg skincolor heading */
.prt-bgcolor-skincolor .prt-element-content-heading strong{
color: var(--prt-dark-grey-color);
font-style: normal;
}

.colum-vertical-sep .wpb_column:after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #e9ecef;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    top: 50%;
    -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%);
}


/*fact and digits icon color*/

.prt-fid.preyantechnosys-iconcolor-skincolor .prt-fid-icon-wrapper i {
    color: var(--prt-skin-color);
}
.prt-fid.preyantechnosys-iconcolor-darkgrey .prt-fid-icon-wrapper i {
    color: var(--prt-dark-grey-color);
}
.prt-fid.preyantechnosys-iconcolor-grey .prt-fid-icon-wrapper i {
    color: var(--prt-grey-color);
}
.prt-fid.preyantechnosys-iconcolor-white .prt-fid-icon-wrapper i {
    color: var(--prt-white-color);
}

/*left fact icon size*/
.prt-fid-left1 .inside.prt-fid-view-lefticon h4{
	font-size: 47px;
    margin-bottom: 15px;
}
.prt-fid-left1 .inside.prt-fid-view-lefticon h3{
	font-size: 17px;
	padding: 0;
    color: var(--prt-generalfont-color) !important;
	font-weight: 400;
    padding-top: 3px;
}
.prt-fid-left1 .inside.prt-fid-view-lefticon{
    padding: 0;
	position: relative;
}
.prt-fid-left1 .inside.prt-fid-view-lefticon:after {
    position: absolute;
    content: "";
    height: 100px;
    width: 1px;
    background-color: var(--prt-border-color);
    top: 0;
    left: auto;
    right: 50px;
}
.prt-fid-left1 .prt-no-border .inside.prt-fid-view-lefticon:after{
	content: unset;
}
.prt-fid-view-lefticon.inside h4 span:nth-child(2), .prt-fid-view-lefticon.inside h4 span:nth-child(2) {
    margin-left: -11px;
}
.prt-space-factdigits .inside.prt-fid-view-lefticon .prt-fid-description span {
    color: var(--prt-generalfont-color);
}

/*footer cta */
.footer-box .top-contact i {
    margin-right: 7px;
    display: inline-block;
    width: 20px;
    height: 15px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    margin-top: 3px !important;
    vertical-align: top !important;
}
.top-contact .cta-text {
    display: block;
}
.footer-box .top-contact li {
    padding-right: 0;
}
.prt-footer-cta-inner{
    overflow: hidden;
    padding: 24px 0px 8px 64px;
}
.footer-box{
	display: block;
}
.footer-box .box-one{
	display: block;
}
.footer-box .prt-iconbox-icon{
	font-size: var(--body-line-height);
    display: inline-block;
    vertical-align: top;
}
.footer-box .prt-right-icon{
	font-size: 14px;
    display: flex;
    width: 100%;
}
.footer-box .box-one h4{
	font-size: 14px;
	font-weight: 600;
    padding-left: 8px;
    padding-right: 10px;
    float: left;
}
.footer-box .top-contact li {
    padding-right: 0;
    padding-left: 0;
}
.footer-box .prt-btn{
   padding: 0px 9px;
   font-size: 14px;
   font-weight: 600;
    position: relative;
}
.footer-box a:hover{
	color: var(--prt-white-color) !important;
}
.footer-box .top-contact{
	line-height: 26px;
    width: 29%;
    float: left;
    position: relative;
}
.footer-box .top-contact:last-child{
	margin-left: -10px;
}
.prt-bgcolor-skincolor .top-contact i{
	color: var(--prt-dark-grey-color);
}
.top-contact .cta-text .prt-desc {
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

/*cover img box*/

.tm_coverimgbox_wrapper .prt_coverbox_contents .process-num{
	border-radius: 50%;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	background-color: var(--prt-grey-color);
	position: relative;
	border: 1px solid var(--prt-border-color);
    transition: .5s;
}
.tm_coverimgbox_wrapper:hover .prt_coverbox_contents .process-num{
	background-color: var(--prt-skin-color);
    border: 1px solid var(--prt-skin-color);
}
.tm_coverimgbox_wrapper .prt_coverbox_contents .process-num .number{
	font-size: 24px;
	font-weight: 600;
	color: var(--prt-dark-grey-color);
}
.tm_coverimgbox_wrapper:hover .prt_coverbox_contents .process-num .number{
	color: var(--prt-white-color);
}
.tm_coverimgbox_wrapper .prt_coverbox_contents .process-num strong{
   position: absolute;
    bottom: auto;
    top: 50px;
    left: 15px;
	font-size: 15px;
	color: var(--prt-generalfont-color);
	font-weight: 400;
}
.tm_coverimgbox_wrapper .prt-top-box,
.tm_coverimgbox_wrapper .prt-bottom-box{
	display: table-cell;
}
.tm_coverimgbox_wrapper .prt-top-box{
	border-right: 1px solid #e3e3e3;
    padding-right: 27px;
}
.tm_coverimgbox_wrapper .prt-bottom-box{
	padding-left: 34px;
    vertical-align: middle;
    padding-top: 8px;
}
.tm_coverimgbox_wrapper .prt-bottom-box i{
	color: var(--prt-skin-color);
    font-size: 18px;
}
.tm_coverimgbox_wrapper .prt_coverbox_contents{
	padding: 40px 0px;
}
.tm_coverimgbox_wrapper .preyantechnosys-static-box-desc{
    padding-bottom: 7px;
}
.preyantechnosys-element-testimonialbox-style-1.preyantechnosys-boxes-view-carousel .prt-box-col-wrapper {
    margin-bottom: 30px;
}

/*customer textblock css*/

.prt-star{
	float: left;
    margin-right: 43px;
}
.prt-about{
	font-weight: 600;
    overflow: hidden;
}
.prt-about strong{
	color: var(--prt-white-color) !important;
	position: relative;
} 
.prt-about strong:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 25px;
    left: 0;
    right: auto;
    top: 0;
	border-bottom: 2px solid var(--prt-skin-color);
    margin: 0 auto;
}

.prt-tab-style .elementor-widget-tabs .elementor-tabs-wrapper {
    overflow: visible;
    margin: 0 auto;
    position: relative;
	width: 75%;
}
.prt-tab-style .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title{
    border-bottom-style: none;
    display: inline-block;
    width: calc(19% - -15px);
    float: none;
    padding: 15px 0 11px 0;
	text-align: center;
    overflow: visible;
	color: var(--prt-white-color);
}
.prt-tab-style .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active{
	color: var(--prt-skin-color);
}
.prt-tab-style .elementor-widget-tabs .elementor-tabs-wrapper:before {
    height: 100% !important;
    width: 80% !important;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-top: 1px solid rgb(255, 255, 255, 0.11);
    margin: 0 auto;
}
.prt-tab-style.elementor-element .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title:after {
    position: absolute;
    content: "" !important;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #617f8f;
    bottom: auto;
    top: -4px;
    right: 0px;
    left: 0;
    margin: 0 auto;
    display: block !important;
}
.prt-tab-style.elementor-element .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title.elementor-active:after{
	background-color: var(--prt-skin-color);
	transition: all 0.5s ease;
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content{
    background-color: #fff;
    padding: 58px 0 15px 30px;
    margin: 27px 5px 0;
}

.preyantechnosys-box-blog.preyantechnosys-blog-box-view-left-image{
	display: flex;
}
.preyantechnosys-blogbox-styletwo.preyantechnosys-blog-box-view-left-image .post-item &gt; .prt-box-content {
    padding: 22px;
}
.preyantechnosys-box-blog.preyantechnosys-blog-box-view-left-image .post-item &gt; .prt-box-content {
    background-color: var(--prt-white-color);
    clear: both;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.sidebar .widget {
    position: relative;
    overflow: hidden;
    margin: 0px 0 30px;
    padding: 30px 30px 30px;
    background-color: var(--prt-white-color);
    box-shadow: 0 0 12px 0 rgb(32 46 60 / 6%);
}


/*portfoliobox-style3*/ 

.preyantechnosys-element-portfoliobox-style3.preyantechnosys-boxes-gap-30px .preyantechnosys-boxes-row-wrapper.row:not(.slick-slider) .prt-box-col-wrapper{
	margin-bottom: 0;
}
.preyantechnosys-element-portfoliobox-style3.preyantechnosys-boxes-gap-30px .preyantechnosys-boxes-row-wrapper.row{
    margin-right: 0;
    margin-left: 0;
}
.prtservices4.elementor-element .prt-element-heading-content-wrapper {
    margin-bottom: 0;
}
.preyantechnosys-portfoliobox-stylethree.preyantechnosys-box-portfolio .preyantechnosys-box-title h4{
	font-size: 16px;
	font-weight: 600;
	text-align: center;
    padding-left: 10px;
    line-height: 26px;
}
.preyantechnosys-portfoliobox-stylethree .preyantechnosys-post-item{
	transition: all .4s;
    padding: 20px 0px 12px;
    border-right: 1px solid var(--prt-border-color);
    text-align: center;
}
.prt-box-col-wrapper:last-child .preyantechnosys-portfoliobox-stylethree .preyantechnosys-post-item{
	border-right: none;
}
.preyantechnosys-portfoliobox-stylethree .prt-portfoliobox-detials{
    display: inline-flex;
}
.preyantechnosys-portfoliobox-stylethree .prt-icon-flag .img-thumbnail {
    height: 25px;
    width: 25px;
    background-color: transparent;
    box-shadow: none;
    border: 0;
}
.preyantechnosys-portfoliobox-stylethree .preyantechnosys-box-title h4{
	margin-bottom: 0;
}
.single-post .tm_tag_lists{
    float: left;
}
.preyantechnosys-box-blog-classic .prt-social-share-wrapper{
    float: right;
}
.preyantechnosys-blogbox-sharebox .prt-social-share-facebook a{
    background-color: #385da9;
}
.preyantechnosys-blogbox-sharebox .prt-social-share-twitter a{
	background-color: #3cf;
}
.preyantechnosys-blogbox-sharebox .prt-social-share-pinterest a{
	background-color: #bd081c;
}
.preyantechnosys-blogbox-sharebox .prt-social-share-linkedin a{
	background-color: #0073b1;
}
.preyantechnosys-box-blog-classic .prt-social-share-links ul li a{
	color: var(--prt-white-color);
	border: none;
}
.single-post .preyantechnosys-blogbox-sharebox .preyantechnosys-tags-links a {
    border: 1px solid var(--prt-border-color);
    background-color: var(--prt-white-color) !important;
    color: var(--prt-generalfont-color);
}
.single-post .preyantechnosys-blogbox-sharebox .preyantechnosys-tags-links a:hover {
    color: var(--prt-dark-grey-color);
}
.prt-post-prev-next-buttons .pagination-img{
	display: table-cell;
    vertical-align: middle;
    width: 70px;
    overflow: hidden;
}
.prt-post-prev-next-buttons .pagination-content {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
}
.pagination-item.prev .pagination-content {
    padding-left: 25px;
}
.prt-post-prev-next-buttons span.prt-nav-sub{
	display: block;
	margin-bottom: 2px;
	color: var(--prt-generalfont-color);
    font-size: 15px;
}
.pagination-item.next .pagination-content {
    padding-right: 25px;
    text-align: right;
}
.single-post .preyantechnosys-box-blog-classic .prt-blog-classic-box-content .firstcharacter::first-letter{
    color: var(--prt-dark-grey-color);
    float: left;
    font-size: 50px;
    line-height: 26px;
    font-weight: 700;
    padding-top: 12px;
    padding-right: 8px;
}
figure.wp-block-gallery.has-nested-images{
    padding-top: 15px;
}
.prt-header-button{
	display: block;
    position: relative;
    padding: 0 60px;
    margin-left: 20px;
    z-index: 9;
}
.prt-header-button a{
	text-align: center;
	color: var(--prt-white-color);
}
.header-info-widget div:last-child.prt-header-button{
	padding-right: 50px;
}
.footer .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
	color: rgba(255,255,255,0.47);
}
.footer .mc4wp-form-fields input[type="email"]::-moz-placeholder {
	color: rgba(255,255,255,0.47);
}
.footer .mc4wp-form-fields input[type="email"]::-ms-input-placeholder {
	color: rgba(255,255,255,0.47);
}
.prt-btn-style-text .elementor-button-link.elementor-button:hover, .prt-btn-style-text.prt-btn-color-skincolor .elementor-button {
    color: var(--prt-white-color) !important;
}
body.blog.preyantechnosys-sidebar-true:not(.prt-empty-sidebar) #main, body.blog.preyantechnosys-sidebar-true:not(.prt-empty-sidebar) .site-content-wrapper, body.blog.preyantechnosys-sidebar-true:not(.prt-empty-sidebar) {
    background-color: var(--prt-grey-color);
}

.prt-elementor-buttontwo .elementor-button-wrapper{
	text-align: center;
}
.prt-elementor-buttontwo a{
	border: 1px solid var(--prt-skin-color);
    border-radius: 2em !important;
    padding: 15px 30px;
    color: var(--prt-skin-color) !important;
	overflow: hidden;
    transition: all .6s ease 0s;
	position: relative;
	background: transparent;
	vertical-align: middle;
    margin-left: 5px;
    font-size: 14px;
	font-weight: 600;
}
.prt-elementor-buttontwo a:hover{
	color: var(--prt-white-color) !important;
    background-color: var(--prt-skin-color);
    border-color: var(--prt-skin-color);
}
.prt-elementor-buttontwo a:after{
	-webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    bottom: 110%;
    left: 50%;
    background-color: #142b3c;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}
.prt-elementor-buttontwo a:hover:after{
	bottom: -40%;
}
.prt-elementor-buttontwo a:hover:after{
	background-color: var(--prt-dark-grey-color);
    border-color: var(--prt-dark-grey-color);
    color: var(--prt-white-color);
}

/*step box style 2*/

.preyantechnosys-stepboxes-wrapper.prt-staticbox-style2 .prt-stepbox{
    text-align: left;
	width: 100%;
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style4 .prt-stepbox{
	text-align: left;
	width: 100%;
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style2 .prt-bottom-contentbox{
	padding-left: 0;
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style2 .prt_stepbox_overlay,
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style4 .prt-stepbox{
    display: flex;
	padding: 0px 19px 40px 15px;
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style2 .prt-bottom-contentbox,
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style2 .prt-top-contentbox{
    width: 100%;
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style4 .prt-bottom-contentbox,
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style4 .prt-top-contentbox{        
   width: 100%;
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style2 .prt-stepbox-imagebox .prt-ptable-icon-type-image img,
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style4 .prt-stepbox-imagebox .prt-ptable-icon-type-image img
{
	height: auto;
    width: auto;
    border-radius:0;
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style2 .prt-stepbox:nth-child(even) .prt_stepbox_overlay .prt-bottom-contentbox {
    padding-left: 20px;
    padding-right: 0;
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style2 .process-num,
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style4 .process-num{
	border-radius: 50%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background-color: var(--prt-grey-color);
    position: relative;
    transition: .5s;
	border: 1px solid var(--prt-border-color);
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style2 .process-num:hover,
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style4 .process-num:hover
 {
    background-color: var(--prt-skin-color);
    border: 1px solid var(--prt-skin-color);
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style2 .process-num .number,
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style4 .process-num .number{
	font-size: 24px;
    font-weight: 600;
    color: var(--prt-dark-grey-color);
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style4 .process-num:hover .number {
    color: var(--prt-white-color);
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style2 .prt-number-box,
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style4 .prt-number-box{
	padding-right: 27px;
	position: relative;
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style2 .prt-number-box:after,
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style4 .prt-number-box:after{
	position: absolute;
    height: 120%;
    width: 1px;
    content: "";
    background-color: var(--prt-border-color);
    top: 0;
    bottom: 0;
	right: 0;
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style4 .prt-number-box:after{
	height: 110%;
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style2 .process-num strong,
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style4 .process-num strong{
	position: absolute;
    bottom: auto;
    top: 50px;
    left: 10px;
    font-size: 15px;
    color: var(--prt-generalfont-color);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style2 .prt-number-box,
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style2 .prt-titlebox,
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style4 .prt-number-box,
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style4 .prt-titlebox{
	display: table-cell;
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style2 .prt-titlebox,
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style4 .prt-titlebox{
	padding-left: 34px;
    vertical-align: top;
    padding-top: 7px;
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style2 .prt-stepbox:nth-child(even) .prt_stepbox_overlay{
    flex-direction: row-reverse;
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style2 .prt-titlebox i,
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style4 .prt-titlebox i{
	color: var(--prt-skin-color);
    font-size: 18px;
    padding-top: 8px;
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style2 .preyantechnosys-serviceboxbox-readmore a:after,
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style4 .preyantechnosys-serviceboxbox-readmore a:after {
    position: absolute;
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    color: var(--prt-skin-color);
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style2 .preyantechnosys-serviceboxbox-readmore a,
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style4 .preyantechnosys-serviceboxbox-readmore a{
	font-size: 0;
	position: relative;
}
.prt-stepheading .preyantechnosys-stepboxes-wrapper.prt-staticbox-style2 .prt_stepbox_overlay {
    padding: 0 30px 40px 33px;
}
.prt-stepheading .preyantechnosys-stepboxes-wrapper.prt-staticbox-style2 .prt-bottom-contentbox {
    padding-right: 30px;
}
.prt-stepheading .preyantechnosys-stepboxes-wrapper.prt-staticbox-style2 .prt-top-contentbox {
    padding-left: 10px; 
}
.prt-stepheading .preyantechnosys-stepboxes-wrapper.prt-staticbox-style2 .prt-stepbox:nth-child(even) .prt-top-contentbox {
    padding-left: 0;
}
.prt-stepheading .preyantechnosys-stepboxes-wrapper.prt-staticbox-style2 .prt-stepbox:nth-child(even) .prt_stepbox_overlay .prt-bottom-contentbox{
    padding-left: 30px;
	padding-right: 30px;
}

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

.prt-accor-style1 .elementor-accordion .elementor-tab-title.elementor-active {
    margin-bottom: 0;
    border-bottom-width: 0 !important;
}
.prt-accor-style1 .elementor-accordion-item .elementor-tab-content.elementor-active {
    border: 1px solid #d6d6d6 !important;
    margin-bottom: 22px;
    border-top-width: 0 !important;
}

/*contact form visa*/

.prt-visa-contact .prt-contact-btn input[type="submit"] {
    width: 100%;
}
.prt-visa-contact .prt-contact-btn {
    width: 100%;
}
/*tab style 2*/

.prt-tabstyle2 .elementor-widget-tabs .elementor-tabs-wrapper{
	display: -webkit-flex;
    display: flex;
	border: 1px solid var(--prt-border-color) !important;
}
.prt-tabstyle2 .elementor-widget-tabs .elementor-tab-desktop-title {
    transition: all .4s;
    padding: 22px 28px 22px 30px;
    text-align: center;
    background-color: var(--prt-grey-color);
	-webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    color: var(--prt-dark-grey-color);
    font-size: 16px;
    font-weight: 600;
}
.prt-tabstyle2 .elementor-tab-desktop-title:after {
    content: "";
    position: absolute;
    background-color: var(--prt-border-color);
    height: 100%;
    width: 1px;
    top: 0;
    left: auto;
    right: 0;
}
.prt-tabstyle2 .elementor-tab-desktop-title:last-child:after {
	content: unset;
}
.prt-tabstyle2 .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content{
	padding: 30px 30px 16px 40px;    
    border: 1px solid var(--prt-border-color) !important;
    border-top: 0 !important;
	margin: 0;
}
.prt-tabstyle2 .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active{
	color: var(--prt-white-color) !important;
    background-color: var(--prt-skin-color);
}

/*stepboc extra class css*/
.prt-stepheading .preyantechnosys-stepboxes-wrapper.prt-staticbox-style2 .prt-number-box, 
.prt-stepheading .preyantechnosys-stepboxes-wrapper.prt-staticbox-style2 .prt-titlebox{
	display: block;
}
.prt-stepheading .preyantechnosys-stepboxes-wrapper.prt-staticbox-style2 .prt-titlebox{
	padding-left: 0;
	padding-top: 0;
}
.prt-stepheading .preyantechnosys-stepboxes-wrapper.prt-staticbox-style2 .process-num{
	border: none;
	background-color: transparent;
    text-align: left;
    border-radius: 0;
    height: auto;
    width: auto;
    line-height: 15px;
    margin-bottom: 10px;
}
.prt-stepheading .preyantechnosys-stepboxes-wrapper.prt-staticbox-style2 .prt-number-box:after{
	content: none;
}
.prt-stepheading .preyantechnosys-stepboxes-wrapper.prt-staticbox-style2 .process-num .number{
	font-size: 13px;
	color: var(--prt-skin-color);
}
.prt-stepheading .preyantechnosys-stepboxes-wrapper.prt-staticbox-style2 .prt-titlebox i {
    font-size: 0;
}
.prt-stepheading .preyantechnosys-stepboxes-wrapper .prt-stepbox .prt-box-title h4{
	font-size: 20px;
    margin-bottom: 15px;
}
/*stactic box style 3*/

.preyantechnosys-stepboxes-wrapper.prt-staticbox-style3 .prt-stepbox {
    text-align: left;
    padding: 0 15px;
    width: 100%;
    padding-bottom: 18px;
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style3 .prt-top-contentbox{
	position: relative;
    transition: all .5s ease;
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style3 .prt-step-box-border{
	height: 100%;
    width: 2px;
    background: #dadada;
    display: block;
    position: absolute;
    left: 10px;
    right: auto;
    top: -20px;
    bottom: auto;
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style3 .prt-box-title{
	position: relative;
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style3 .prt-box-title:before{
	position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: var(--prt-white-color);
    bottom: auto;
    top: 8px;
    left: -40px;
    right: auto;
    border: 1px solid #dadada;
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style3 .active .prt-box-title:after{
	position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: var(--prt-skin-color);
    bottom: auto;
    top: 12px;
    left: -36px;
    right: auto;
    border: none;
    transition: all .5s ease;
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style3 .active .prt-box-title:before {
    transition: scale(0);
    transition: all .5s ease;
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style3 .prt-stepbox .prt-bottom-contentbox{
	padding: 0 5px 0px 27px;
    padding-bottom: 20px;
}

.prt-icon4-box .preyantechnosys-iconbox-stylethree .preyantechnosys-iconbox-icon .prt-box-icon i {
    font-size: 80px;
}
.prt-icon4-box .preyantechnosys-iconbox-stylethree .preyantechnosys-iconbox-heading .prt-custom-heading {
    font-size: 20px;
    line-height:28px;
    font-weight: 600;
    padding-bottom: 0px;
    color: var(--prt-dark-grey-color);
    border-top: 0;
}
.prt-icon4-box .preyantechnosys-iconbox-stylethree {
    background: transparent;
}
.prt-icon4-box .preyantechnosys-iconbox-stylethree .preyantechnosys-iconbox-icon {
    margin-bottom: 17px;
}

.prt-iconsmall .preyantechnosys-iconbox-stylefive .preyantechnosys-iconbox-icon {
    margin-bottom: 3px;
}
.prt-iconsmall .preyantechnosys-iconbox-stylefive .preyantechnosys-iconbox-icon i {
    font-size: 35px;
    color: var(--prt-dark-grey-color) !important;
    transition: all 0.3s ease 0s;
}
.prt-iconsmall .preyantechnosys-iconbox-stylefive:hover .preyantechnosys-iconbox-icon i {
    color: var(--prt-skin-color) !important;
}
.prt-iconsmall .preyantechnosys-iconbox-stylefive h4.prt-element-subheading {
    margin-bottom: 3px;
    transition: all 0.3s ease 0s;
}
.prt-iconsmall .preyantechnosys-iconbox-stylefive:hover h4.prt-element-subheading {
    color: var(--prt-skin-color);
}
.prt-iconsmall .preyantechnosys-iconbox-stylefive .prt-cta3-content-wrapper {
    font-size: 14px;
}
.prt-iconsmall .preyantechnosys-iconbox-stylefive.preyantechnosys-iconbox {
    margin-bottom: 0;
}
.prt-list-no .elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon:after {
    counter-increment: section;
    content: counter(section,upper-greek);
}
.prt-list-no .elementor-widget .elementor-icon-list-icon i{
	display: none;
}
.prt-list-no .elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
    padding-left: 15px;
}

.prt-details-list .prt-details-line{
    display: flex;
}
.prt-details-line h6{
	width: 37%;
}
/*single portfolio details */

.prt-pf-view-full .preyantechnosys-pf-detailbox-list .prt-pf-details-date  {
position: relative;
display: inline-block;
padding: 0px;
width: 33%;
padding: 30px 20px 11px 50px;
}
.prt-pf-view-full .preyantechnosys-pf-detailbox-list{
	background-color: var(--prt-white-color);
	border: 1px solid #dadada;
	padding: 0;
    position: relative;
 }
.prt-pf-view-full .preyantechnosys-pf-detailbox-list:after {
    border-bottom: 1px solid #dadada;
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.prt-pf-view-full .preyantechnosys-pf-detailbox-list .prt-pf-details-date:after {
    content: "";
    position: absolute;
    height: 113px;
    width: 1px;
    background-color: #dadada;
    top: -40px;
    right: 20%;
}
.prt-pf-view-full .preyantechnosys-pf-detailbox-list .prt-pf-details-date:last-child:after{
	content: none;
}
.prt-pf-view-full .preyantechnosys-pf-detailbox-list .prt-pf-details-date:nth-child(3n+3):after{
	content: none;
}
.prt-pf-view-full .preyantechnosys-pf-detailbox-list .prt-pf-details-date .prt-pf-left-details,
.prt-pf-view-left-image .preyantechnosys-pf-detailbox-list .prt-pf-details-date .prt-pf-left-details{
    font-size: 15px;
    font-weight: 400;
    color: var(--prt-dark-grey-color);
    float: left;
    padding-right: 30px;
}
/*contact form sidebar*/

.prt-sidebarform .select2-container--default .select2-selection--single {
    background-color: var(--prt-white-color);
    color: inherit;
    border-radius: 5px;
}
#sidebar-left.sidebar .widget.prt-sidebarimg,
#sidebar-right.sidebar .widget.prt-sidebarimg{
    background-color: transparent;
    margin: 0px;
    box-shadow: none;
}
.prt-sidebarform textarea, .prt-sidebarform input[type="number"], .prt-sidebarform input[type="tel"], .prt-sidebarform input[type="email"], .prt-sidebarform input[type="text"] {
   border-radius: 5px;
}
.prt-sidebarform input[type="submit"] {
    font-size: 12px;
    line-height: 12px;
}

/*portfolio dtails left img*/

.prt-pf-view-left-image.prt-pf-single-content-wrapper .preyantechnosys-pf-single-detail-box {
    background-color: transparent;
    padding: 0 0 0 0;
}
.prt-pf-view-left-image .preyantechnosys-pf-detailbox-list {
    background-color: transparent;
    border: 0;
}
.prt-pf-view-left-image .preyantechnosys-pf-detailbox-list .prt-pf-details-date {
    padding: 15px 6px 16px 2px;
    border-bottom: 1px solid #dadada;
    width: 100%;
}
.prt-pf-view-left-image .prt-pf-left-details{
	font-weight: 500;
    font-size: 15px;
}
.prt-pf-view-left-image .prt-pf-details-date:after,
.prt-pf-view-left-image .preyantechnosys-pf-detailbox-list:after{
	content: none;
}
.prt-pf-view-left-image .preyantechnosys-pf-detailbox-list .prt-pf-details-date:last-child {
    border-bottom: none;
}
.prt-pf-view-left-image.prt-pf-single-content-wrapper .preyantechnosys-pf-single-detail-box h4 {
    font-size: 34px;
    position: relative;
    margin-bottom: 40px;
}
.prt-pf-view-left-image.prt-pf-single-content-wrapper .preyantechnosys-pf-single-detail-box h4:after {
    display: block;
    content: "";
    position: absolute;
    width: 70px;
    height: 2px;
    left: 0;
    background-color: var(--prt-skin-color);
    top: 40px;
}
.prt-pf-view-left-image .prt-pf-left-details {
    font-weight: 600 !important;
}
.prt-pf-single-content-wrapper.prt-pf-view-left-image .prt-pf-detail-box {
    padding-bottom: 62px;
}

/*Hedaer overlay*/
.prt-header-overlay .social-icons li &gt; a {
    color: var(--prt-white-color);
    width: 39px;
    height: 39px;
    line-height: 39px;
    font-size: 16px;
}
.prt-header-overlay .social-icons li &gt; a:hover {
    color: var(--prt-white-color);
}
.prt-header-overlay .social-icons li {
    float: left;
}
.prt-header-overlay .social-icons .prt-social-facebook a{
    background-color: #385da9;
}
.prt-header-overlay .social-icons .prt-social-twitter a{
	background-color: #33ccff;
}
.prt-header-overlay .social-icons .prt-social-linkedin a{
    background-color: #0073b1;
}
.prt-header-overlay .social-icons .prt-social-instagram a{
    background-color: #D53F7F;
}
.prt-header-overlay .social-icons li &gt; a {
    color: var(--prt-white-color);
}
.prt-header-overlay .social-icons li a:hover {
    background-color: var(--prt-white-color) !important;
}
.header-info-widget div {
    display: inline-block;
    padding: 0 22px;
    position: relative;
}
/*country details style1*/

.prt-countrydetailsbox-style1 li,
.prt-countrydetailsbox-style2 li{
	list-style-type: none;
    padding: 13px 0 17px;
    border-bottom: 1px solid var(--prt-border-color);
    display: flex;
}
.prt-countrydetailsbox-style1 li:last-child,
.prt-countrydetailsbox-style2 li:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.prt-countrydetailsbox-style1 .prt-title,
.prt-countrydetailsbox-style2 .prt-title{
    font-size: 15px;
    color: var(--prt-dark-grey-color);
    font-weight: 600;
     width: 35%;
}
.prt-heading-border .prt-content-with-desc .prt-element-content-heading {
    position: relative;
    margin-bottom: 30px;
}
.prt-heading-border .prt-content-with-desc .prt-element-content-heading:after {
	margin: 0 auto;
    display: block;
    content: "";
    position: absolute;
    width: 70px;
    height: 2px;
    left: 0;
    background-color: var(--prt-skin-color);
    top: 45px;
}
.prt-heading-border .elementor-element .prt-element-heading-content-wrapper {
    margin-bottom: 0;
}
.prt-countrydetailsbox-style1 ul,
.prt-countrydetailsbox-style2 ul{
    padding: 0 0 0 0;
}
.prt-countrydetailsbox-style2 li{
   padding: 13px 0px 17px 40px;
}
.prt-countrydetailsbox-style2 ul{
    margin: 0 0 0 0;
 }
 .prt-count2-space .prt-countrydetailsbox-style2 li {
    padding: 13px 0px 17px 0px;
}
.prt-count2-space .prt-countrydetailsbox-style2 .prt-title {
    width: 35%;
}
.prt-countrydetails2 .prt-countrydetailsbox-style2 .prt-title {
    width: 30%;
}
/*crousal img css*/

.prt-imgarrow .elementor-swiper-button {
    background-color: var(--prt-skin-color);
    border-radius: 50%;
    height: 34px;
    width: 34px;
    line-height: 34px;
	color: var(--prt-white-color);
}
.prt-imgarrow i{
	position: relative;
}
.prt-imgarrow .eicon-chevron-left:after,
.prt-imgarrow .eicon-chevron-right:before {
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    line-height: 34px;
    text-align: center;
    padding-left: 10px;
}
.prt-imgarrow .eicon-chevron-left:before,
.prt-imgarrow .eicon-chevron-right:before{
	content: none;
}
.prt-imgarrow .elementor-swiper-button-prev{
	left: -15px;
}
.prt-imgarrow .elementor-swiper-button-next{
	right: -15px;
}
.prt-imgarrow .eicon-chevron-right:before{
	content: "\f061";
}
/* Universities box*/
.ranking-table .table-control th {
    color: var(--prt-dark-grey-color);
    font-size: 16px;
    font-weight: 600;
    padding: 14px 0;
	border: 1px solid var(--prt-border-color);
}
.ranking-table .table-control td:first-child ,
.ranking-table .table-control th:first-child,
.ranking-table .table-control td:last-child {
   text-align: center;
}
.ranking-table .table-control th:nth-child(2),
.ranking-table .table-control td:nth-child(2){
    padding-left: 30px;
} 
.ranking-table .table-control th:last-child {
    width: 12%;
    text-align: center;
	padding: 14px 10px;
}
.ranking-table .table-control td {
   padding-top: 15px;
   padding-bottom: 15px;
   border: 1px solid var(--prt-border-color);
}
/*button color */
.prt-btn-style-flat.prt-btn-color-skincolor .elementor-button:hover {
    color: var(--prt-white-color);
}
.prt-col-bgcolor-darkgrey .prt-btn-style-flat.prt-btn-color-skincolor .elementor-button:hover, .prt-bgcolor-darkgrey .prt-btn-style-flat.prt-btn-color-skincolor .elementor-button:hover {
    color: var(--prt-dark-grey-color);
}
.elementor-element.elementor-widget-button .elementor-size-sm.elementor-button {
    font-size: 12px;
    line-height: 12px;
}
.prt-wpicon .preyantechnosys-iconbox .preyantechnosys-iconbox-icon img {
    height: 35px;
    width: 35px;
}
.prt-wpicon .preyantechnosys-iconbox-styleone .preyantechnosys-iconbox-heading {
    padding-left: 5px;
}
.prt-wpicon .preyantechnosys-iconbox-styleone .preyantechnosys-iconbox-heading a:hover{
	color: var(--prt-white-color);
}

/*Slider hover button */
.rev-btn { 
  position:relative;
  overflow: hidden;
    z-index: 1;
    transition: all .6s ease 0s;
}
.rev-btn:after {
	-webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    bottom: 110%;
    left: 50%;
    background-color: var(--prt-skin-color);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}
.rev-btn:hover:after {
   bottom: -20%;
}
.rev-btn.tm-btnskin:after {
    background-color:#fff;	
}
.rev-btn.tm-btndark:after {
    background-color: var(--prt-dark-grey-color);
}
.prt-header-style-infostack .preyantechnosys-topbar-wrapper a,
.prt-header-style-infostack .preyantechnosys-topbar-wrapper{
    color: var(--prt-generalfont-color);
}
.prt-header-style-infostack .top-contact i {
    color: var(--prt-skin-color);
}
/*header style pageslider*/
body.prt-pageslider-yes .elementor-section.elementor-top-section:first-child {
    margin-top: -105px;
}

.prt-header-overlay .prt-overlay-iconbox .header-content h5 a:hover {
    color: var(--prt-white-color);
}
.sidebar .widget h2 {
        padding-bottom: 1px;
    padding-left: 30px;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    position: relative;
        margin-bottom: 22px;
}
.sidebar .widget h2:before, .sidebar .wp-block-search__label:before {
    display: block;
    content: "";
    position: absolute;
    height: 2px;
    width: 25px;
    left: -4px;
    bottom: 0;
    top: 14px;
    background: var(--prt-skin-color);
}
.wp-block-search__label {
    font-size: 18px;
    font-weight: 600;
    color: var(--prt-dark-grey-color);
    position: relative;
}
.sidebar .wp-block-search__label {
    width: 100%;
    padding-bottom: 1px;
    padding-left: 30px;
    position: relative;
}
.sidebar .widget .wp-block-latest-comments__comment {
    padding-bottom: 17px;
    padding-top: 14px;
    border-top: 1px solid rgba(0, 0, 0, 0.09);
    margin-bottom: 0;
}
.sidebar .widget .wp-block-latest-comments .wp-block-latest-comments__comment:first-child {
    border-top: none;
    padding-top: 0px;
}
.wp-block-search__button {
    background: var(--prt-skin-color);
    border: transparent;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
}
.wp-block-image .aligncenter&gt;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;
}
.preyantechnosys-box-blog-classic.has-post-thumbnail .prt-post-featured-outer-wrapper {
    margin-bottom: 20px;
}
.blocks-gallery-grid.alignleft:not(.has-nested-images), .wp-block-gallery.alignleft:not(.has-nested-images) {
    margin: 0.375em 1.75em 1.75em 0;
}
.wp-block-gallery.is-cropped .blocks-gallery-caption:last-child, .wp-block-gallery.is-cropped {
    margin-bottom: 10px;
}
article.post .wp-block-columns .wp-block-column blockquote cite, article.post blockquote cite {
    font-size: 13px;
}
.wp-block-quote.is-large:not(.is-style-plain), .wp-block-quote.is-style-large:not(.is-style-plain) {
    padding-top: 15px;
}
.prt-blog-classic-box-content .wp-block-calendar table th {
    font-weight: 700;
    background: transparent;
    text-align: center;
}
.wp-block-search {
    margin-bottom: 15px;
}
.sidebar .wp-block-search {
    margin-bottom: 0;
}
.post-password-required input[type="submit"] {
    padding: 17px 20px 17px;
    display: inline-block;
    vertical-align: middle;
}
.prt-post-prev-next-buttons .prt-postwithot-img .pagination-img {
    display: none;
}
.prt-post-prev-next-buttons .prt-postwithot-img .pagination-content {
    padding: 0;
}
.prt-post-prev-next-buttons .prt-postwithot-img.next .pagination-content {
    float: right;
}
.sidebar .widget.widget_search form.search-form {
    padding: 0;
}
.woocommerce div.product form.cart .variations label {
    font-size: 15px;
    margin: 35px 0px 0px 10px;
    color: var(--prt-dark-grey-color);
    text-transform: capitalize;
}
.main-holder #content.site-content div.product form.cart table.variations tr .select2-container {
    width: 100% !important;
}
.single .wp-block-quote.is-large:not(.is-style-plain),
.single .wp-block-quote.is-style-large:not(.is-style-plain) {
    padding: 75px 30px 30px 30px;
}
.pagination-item.next.prt-postwith-img {
    float: right;
}
.single article.post .wp-block-pullquote blockquote:before {
    margin: 0 auto;
    left: 0;
    right: 0;
}
ol.wp-block-latest-comments {
    padding: 0;
}
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    border-color: #e7e7e7;
}
.pagination-item .pagination-content .prt-nav-title {
    word-break: break-word;
}
.prt-blog-classic-box-content p.has-background {
    margin-top: 25px;
}
.prt-blog-classic-box-content .wp-block-group.has-background&gt;.wp-block-group__inner-container {
    margin-bottom: 15px;
}
.prt-blog-classic-box-content table tbody th, .preyantechnosys-box-desc-text table tbody th {
    font-weight: 400;
}
.sidebar .widget_recent_comments li.recentcomments {
    width: 100%;
}
.single article.post .wp-block-pullquote  blockquote {
    margin-left: auto;
    margin-right: auto;
}
.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;
}
.single article.post .entry-content blockquote p {
	margin-bottom:15px;
}
.prt-blog-classic-box-content .author-content-wrap  table tbody th {
    font-weight: 600;
}

.woocommerce-cart .main-holder table.shop_table.shop_table_responsive {
    border-right: 1px solid #ebe9eb;
}
.comment-body pre,
.comment-body table {
    background-color: #fff;
}

.prt-commonform .select2-container {
	width:100% !important;
}

/*top icon fact and digits css */
.prt-skinfactdigits .prt-fid-view-topicon.inside h4 {
    font-size: 46px;
}
.prt-skinfactdigits .prt-fid-view-topicon h3.prt-fid-title {
    padding-top: 7px;
	font-weight: 400;
    font-size: 15px;
}
.prt-skinfactdigits .inside {
    padding-bottom: 0;
	padding-top: 0;
}
.prt-skinfactdigits .prt-fid-view-topicon h3.prt-fid-title:after {
	content: unset;
}

/*img animation */

.prt-toor-photo img{
	 -webkit-animation: shake 20s linear infinite;
    -moz-animation: shake 20s linear infinite;
    -o-animation: shake 20s linear infinite;
    animation: shake 20s linear infinite;
}
@keyframes shake {
  0% {
    transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }

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

  100% {
    transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

/*img size */
.prt-imgsizegallery .gallery-item {
    max-width: 33.33%;
}
/* sidebar color*/
.preyantechnosys-sidebar-true.preyantechnosys-sidebar-right .site-content-inner, .preyantechnosys-sidebar-true.preyantechnosys-sidebar-left .site-content-inner {
     position: relative; 
}
.preyantechnosys-sidebar-true:not(.cmt-sboxempty-sidebar).preyantechnosys-sidebar-right .site-content-inner:before, .preyantechnosys-sidebar-true:not(.cmt-empty-sidebar).preyantechnosys-sidebar-left .site-content-inner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -342%;
    z-index: -1;
    margin-right: -1px;
    width: 5000px;
    left: auto;
    background-color: var(--prt-grey-color);
}
.preyantechnosys-sidebar-true:not(.cmt-empty-sidebar).preyantechnosys-sidebar-left .site-content-inner:before {
	right: auto;
    left: -342%;
    border-left: none;
    margin-left: -1px;
}
.site {
    overflow: hidden;
}
.prt-visa-contact input[type="text"]::-webkit-input-placeholder, .prt-visa-contact input[type="email"]::-webkit-input-placeholder, .prt-visa-contact textarea::-webkit-input-placeholder {
color: var(--prt-generalfont-color);
}

.prt-visa-contact input[type="text"]:-moz-placeholder, .prt-visa-contact input[type="email"]:-moz-placeholder, .prt-visa-contact textarea:-moz-placeholder {
color: var(--prt-generalfont-color);
}

.prt-visa-contact input[type="text"]:-ms-input-placeholder, .prt-visa-contact input[type="email"]:-ms-input-placeholder, .prt-visa-contact textarea:-ms-input-placeholder {
color: var(--prt-generalfont-color);
}
.prt-list-backgroundone .elementor-widget .elementor-icon-list-item .elementor-icon-list-text,
.prt-list-backgroundone .elementor-widget .elementor-icon-list-item .elementor-icon-list-icon i {
    transition: all .3s ease 0s;
}
.prt-list-backgroundone .elementor-widget .elementor-icon-list-item:hover .elementor-icon-list-icon i {
    background-color: var(--prt-skin-color);
	color:#fff;
}
.prt-list-backgroundone .elementor-widget .elementor-icon-list-item:hover .elementor-icon-list-text {
color: #003760;
}
html {
    margin-right: 0 !important;
    overflow: visible !important;
}
.prt-header-style-classic-two .prt-header-button a:hover {
	background-color: var(--prt-dark-grey-color);
}

.preyantechnosys-box-view-separator-logo.preyantechnosys-box-client {
    padding-top: 40px;
    padding-bottom: 23px;
    position: relative;
    cursor: pointer;
	overflow: hidden;
}
.preyantechnosys-box-view-separator-logo.preyantechnosys-box-client:after {
    border-right: 1px solid #ced7e4;
    content: "";
    width: 1px;
    height:calc(100% + 40px);
    position: absolute;
    right: 0;
    top: 0;
}
.preyantechnosys-box-blog.preyantechnosys-blogbox-stylefour .prt-post-featured-link-wrapper,
.preyantechnosys-box-blog.preyantechnosys-blogbox-stylefour .prt-featured-outer-wrapper,
.preyantechnosys-box-blog.preyantechnosys-blogbox-stylethree .prt-post-featured-link-wrapper,
.preyantechnosys-box-blog.preyantechnosys-blogbox-stylethree .prt-featured-outer-wrapper{
    display: block;
    height: 100%;
    width: 100%;
}
.preyantechnosys-box-blog.preyantechnosys-blogbox-stylefour .prt-post-featured-link-wrapper,
.preyantechnosys-box-blog.preyantechnosys-blogbox-stylethree .prt-post-featured-link-wrapper {
    background-size: cover;
    background-position:center center;
	min-height: 200px;
}
.preyantechnosys-blogbox-stylethree .prt-featured-outer-wrapper.prt-post-featured-outer-wrapper {
    max-width: 254px;
}
.preyantechnosys-box-blog.preyantechnosys-blogbox-stylefour .prt-post-featured-link-wrapper {
	min-height: 250px;
}
.prt-post-featured-link-wrapper {
    background-size: cover;
    background-position: 100%;
}
.prt-bgcolor-skincolor .prt-btn-color-darkgrey .elementor-button-wrapper .elementor-button:not(.tm-btn-style-text):hover:after {
    background-color: #fff;	
}
.prt-bgcolor-skincolor .prt-btn-color-darkgrey .elementor-button-wrapper .elementor-button:hover {
	color: var(--prt-dark-grey-color);	
}
.single-post .preyantechnosys-box-blog-classic.has-post-thumbnail .prt-post-featured-outer-wrapper {
    margin-bottom: 40px;
}
.prt-search-select-box .select2-container--default .select2-selection--single {
    background-color: transparent;
}
.prt-header-style-classic-two .prt-header-button a {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    transition: all 0.5s ease-out;
    padding: 10px 20px;
    border-radius: 2em;
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
	z-index: 2;
	margin-top: 25px;
}
.prt-header-style-classic-two .classic-full-button a:after {
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    bottom: 110%;
    left: 50%;
    background-color: #142b3c;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}
.prt-header-style-classic-two .classic-full-button a:hover:after {
    background-color: var(--prt-dark-grey-color);
    border-color: var(--prt-dark-grey-color);
    color: var(--prt-white-color);
    bottom: -40%;
    opacity: 1;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message,
.page .entry-content blockquote,
.prt-blog-classic-box-content table {
    background-color: #fff;
}
.single-product div.product .product_title {
    display: none;
}
.woocommerce table.shop_table tbody td:last-child, .woocommerce table.shop_table thead tr th:last-child {
    border-right: none;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 600;
}
.single article.post .comment-body blockquote {
    background-color: var(--prt-grey-color);
}
.single article.post .entry-content blockquote p:last-child{
    margin-bottom: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #7a8a9e;
}
.select2-container .select2-selection--single {
    height: 46px;
    outline: none;
}
.widget .select2-container {
    width: 100% !important;
}
p img.alignright {
    margin: 1.75em 0 1.75em 1.75em;
}
.woocommerce-checkout table.shop_table {
    background-color: #fff;
}
.prt-contactform-01 .select2-container--default .select2-selection--single, .select2-dropdown {    
	border-radius: 5px;
}
.woocommerce form.woocommerce-shipping-calculator .select2-container--default .select2-selection--single {
    background-color: transparent;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li,
.woocommerce .woocommerce-checkout-review-order table.shop_table {
    background-color: #fff;
}
.preyantechnosys-blogbox-stylefour .preyantechnosys-box-content .prt-entry-meta .prt-meta-line a:hover {
    border-bottom-color: var(--prt-skin-color);
}
.prt-sidebar-custom-banner a:hover {
    color:var(--prt-white-color) !important;
}
.preyantechnosys-portfoliobox-stylethree .preyantechnosys-post-item:before {
    content: "";
    position: absolute;
    bottom: 0px;
	left: 0;
    background-color: var(--prt-skin-color);
    height: 3px;
    width:100%;
	transition: all .4s;
	opacity:0;
}
.preyantechnosys-portfoliobox-stylethree.prt-post-active .preyantechnosys-post-item:before,
.preyantechnosys-portfoliobox-stylethree .preyantechnosys-post-item:hover:before {
	opacity:1;
}
.preyantechnosys-box-service.preyantechnosys-servicebox-stylefour.prt-post-active .preyantechnosys-post-item a,
.preyantechnosys-box-service.preyantechnosys-servicebox-stylefour:hover .preyantechnosys-box-title a {
    color: var(--prt-white-color);
}
.main-holder .site-content nav.woocommerce-pagination ul li a.prev, .main-holder .site-content nav.woocommerce-pagination ul li a.next {
    font-size: 0;
    position: relative;
}
.main-holder .site-content nav.woocommerce-pagination ul li a.prev:before, .main-holder .site-content nav.woocommerce-pagination ul li a.next:before {
    font-family: "prt-truvik-icons";
    font-style: normal;
    font-weight: normal;
    text-align: center;
    position: absolute;
    font-size: 15px;
    left: 0;
    right: 0;
}
.main-holder .site-content nav.woocommerce-pagination ul li a.next:before {
    content: '\e826';
}
.main-holder .site-content nav.woocommerce-pagination ul li a.prev:before {
    content: '\e836';
}


/*******************advace demo css***************/

/************heading style 1 css**************/
.prt-element-heading-content-wrapper.prt-seperator-style1 .prt-content-header .prt-element-subheading {
    font-size: 14.5vw;
    line-height: 90px;
    color: #efefef;
    font-weight: 600;
}
.prt-element-heading-content-wrapper.prt-seperator-style1 .prt-content-header .prt-element-content-heading {
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
    margin-top: -30px;
}
/************list imgbox css************/
.preyantechnosys-listimgbox-styleone {
    padding-left: 0;
}
.preyantechnosys-listimgbox-styleone .prt_listimgbox_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.preyantechnosys-listimgbox-styleone .prt_listimgbox_wrap .prt-listbox-heading-content {
    border-bottom: 1px solid #dfdfdf;
    width: 57%;
    padding: 30px 0 15px;
    position: relative;
}
.preyantechnosys-listimgbox-styleone .prt_listimgbox_wrap .prt-listbox-heading-content .preyantechnosys-listimgbox-heading {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.preyantechnosys-listimgbox-styleone .prt_listimgbox_wrap .prt-listbox-heading-content .preyantechnosys-listimgbox-heading h4 {
    width: 45%;
}
.preyantechnosys-listimgbox-styleone .prt_listimgbox_wrap .prt-listbox-heading-content .preyantechnosys-listimgbox-heading h4 {
    font-size: 30px;
    line-height: 40px;
    cursor: pointer;
}
.preyantechnosys-listimgbox-styleone .prt_listimgbox_wrap .prt-listbox-heading-content .preyantechnosys-listimgbox-heading .prt-cta3-content-wrapper {
    width: 45%;
    padding-top: 15px;
}
.preyantechnosys-listimgbox-styleone .prt_listimgbox_wrap .prt-listbox-heading-content .preyantechnosys-listimgbox-heading .prt-listimgbox-btn {
    width: 10%;
}
.preyantechnosys-listimgbox-styleone .prt_listimgbox_wrap .prt-listbox-heading-content .preyantechnosys-listimgbox-heading .prt-listimgbox-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    position: absolute;
    top: 50px;
    right: 0;
    opacity: 1;
    transition: all 0.5s ease;
    width: 43px;
    height: 43px;
    border: 1px solid #000;
    border-radius: 50%;
    cursor: pointer;
}
.preyantechnosys-listimgbox-styleone .prt_listimgbox_wrap .prt-listbox-heading-content .preyantechnosys-listimgbox-heading .prt-listimgbox-btn a span {
    display: none;
}
.preyantechnosys-listimgbox-styleone .prt_listimgbox_wrap .prt-listbox-heading-content .preyantechnosys-listimgbox-heading .prt-listimgbox-btn a:before {
    position: absolute;
    content: '';
    right: 10px;
    width: 20px;
    height: 20px;
    bottom: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-mask: url(../images/arrow1.svg) no-repeat 100% 100%;
    mask: url(../images/arrow1.svg) no-repeat 100% 100%;
    mask-size: cover;
    background-color: #000;
}
.preyantechnosys-listimgbox-styleone .prt_listimgbox_wrap.active .prt-listimgbox-btn a {
    background-color: var(--prt-skin-color) !important;
    border-color: var(--prt-skin-color) !important;
}
.preyantechnosys-listimgbox-styleone .prt_listimgbox_wrap.active .prt-listimgbox-btn a:before {
    background-color: var(--prt-white-color) !important;
}
.preyantechnosys-listimgbox-styleone .prt_listimgbox_wrap .award_picture {
    display: table-cell;
    transition: .5s all;
    opacity: 0;
}
.preyantechnosys-listimgbox-styleone .prt_listimgbox_wrap.active .award_picture {
    transition: .5s all;
    opacity: 1;
}
.preyantechnosys-listimgbox-styleone .prt_listimgbox_wrap .award_picture .prt-box-img-bg {
    content: "";
    width: 500px;
    height: 530px;
    position: absolute;
    left: 0;
    top: 70px;
    z-index: 0;
    transition: all .5s linear, transform 1s linear;
}
.preyantechnosys-listimgbox-styleone .prt_listimgbox_wrap .award_picture .prt-box-img-bg img {
    max-width: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .9s ease, transform .9s ease;
    /*scale: 0;*/
    border-radius: 15px;
}


/*************stepbox style 5 css*********************/
.prt-staticbox-style5 .prt-stepbox,
.prt-staticbox-style6 .prt-stepbox {
    text-align: left;
    width: 100%;
}
.prt-staticbox-style5 .prt-stepbox .prt_stepbox_overlay {
    display: flex;
    padding: 35px 0px 35px 0px;
    border-bottom: 1px solid rgb(218, 218, 218);
    transition: all .3s ease;
}
.prt-staticbox-style5 .prt-stepbox .prt_stepbox_overlay .prt-stepbox-imagebox img {
    width: auto;
    height: auto;
    border-radius: 100px;
    transition: all .3s ease;
}
.prt-staticbox-style5 .prt-stepbox .prt_stepbox_overlay:hover .prt-stepbox-imagebox img {
    border-radius: 50px;
}
.prt-staticbox-style5 .prt-stepbox .prt_stepbox_overlay:hover .prt-bottom-contentbox {
    transform: translateY(-10px);
}
.prt-staticbox-style5 .prt-stepbox:nth-child(even) .prt_stepbox_overlay {
    flex-direction: row-reverse;
}
.prt-staticbox-style5 .prt-stepbox .prt_stepbox_overlay .prt-bottom-contentbox {
    padding-left: 75px;
    width: 40%;
    transition: all .3s ease;
}
.prt-staticbox-style5 .prt-stepbox .prt_stepbox_overlay .prt-top-contentbox {
    width: 60%;
}
.prt-staticbox-style5 .prt-stepbox:nth-child(even) .prt_stepbox_overlay .prt-bottom-contentbox {
    padding-left: 0;
    padding-right: 75px;
}
.prt-staticbox-style5 .prt-stepbox .prt_stepbox_overlay .prt-bottom-contentbox .prt-number-box {
    display: flex;
    transition: all .3s ease;
}
.prt-staticbox-style5 .prt-stepbox .prt_stepbox_overlay .prt-bottom-contentbox .prt-number-box .process-num .number {
    font-family: var(--special-element-fontfamily);
    margin-right: 10px;
}
.prt-staticbox-style5 .prt-stepbox .prt_stepbox_overlay .prt-bottom-contentbox .prt-number-box .prt-box-title h4,
.prt-staticbox-style5 .prt-stepbox .prt_stepbox_overlay .prt-bottom-contentbox .prt-number-box .process-num .number{
    font-size: 30px;
    line-height: 40px;
    color: #000;
}
.prt-staticbox-style5 .prt-stepbox:first-child .prt_stepbox_overlay {
    border-top: 1px solid rgb(218, 218, 218);
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style5 {
    margin-top: 55px;
}
/***********cta imgbox css****************/
.elementor-element.prt-arrow-move.elementor-widget-image-box figure img {
    -webkit-animation: shake 20s linear infinite;
    -moz-animation: shake 20s linear infinite;
    -o-animation: shake 20s linear infinite;
    animation: shake 20s linear infinite;
}
@keyframes shake {
  0% {
    transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }

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

  100% {
    transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}

/*******************************************************************/
.prt-stepimagetextbox-style1 .prt-stepimagetextbox-main-icon .prt-stepimagetextbox-icon-type-text {
    font-size: 76px;
    line-height: 86px;
}
.prt-stepimagetextbox-style1 .prt-stepimagetextbox-main-icon .prt-stepimagetextbox-icon-type-text {
    font-size: 76px;
    line-height: 86px;
    font-family: var(--special-element-fontfamily);
    color: #000;
}
.preyantechnosys-stepimagetextboxes-wrapper.prt-stepimagetextbox-style1 {
    display: flex;
}
.prt-stepimagetextbox-style1 .prt-stepimagetextbox-content {
    margin-right: 40px;
}
.prt-stepimagetextbox-style1 .prt-stepimagetextbox-content .prt-stepimagetextbox-imagebox img {
    border-radius: 50%;
    border: 1px solid rgba(204, 204, 204,0.4);
    padding: 10px;
}
.prt-stepimagetextbox-style1 .prt-stepimagetextbox-content .prt-stepimagetextbox-imagebox 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;
}
@keyframes float_up_down {
    0% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }

    50% {
        transform: translateY(30px);
        transform: translateY(30px);
        opacity: 1;
    }

    100% {
        transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }

}

/***************teambox style3 css **************************/
.preyantechnosys-teambox-style3 .preyantechnosys-post-item .preyantechnosys-team-image-box .preyantechnosys-item-thumbnail-inner img {
    opacity: 0;
}
.preyantechnosys-teambox-style3 .preyantechnosys-post-item  .prt-member-social ul {
    opacity: 1;
    padding-left: 0;
    background-color: transparent;
}
.preyantechnosys-teambox-style3 .preyantechnosys-post-item .prt-member-social ul li {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    margin-right: 35px;
    font-family: var(--special-element-fontfamily);
}
.preyantechnosys-teambox-style3 .preyantechnosys-post-item .prt-member-social ul li:last-child {
    margin-right: 0;
}
.preyantechnosys-teambox-style3 .preyantechnosys-post-item .prt-member-social ul li a i {
    display: none;
}
.preyantechnosys-teambox-style3 .preyantechnosys-post-item .prt-member-social ul li a .prt-hide {
    display: block;
}
.preyantechnosys-teambox-style3 .preyantechnosys-post-item .preyantechnosys-box-title h4 {
    font-size: 35px;
    line-height: 60px;
}
.preyantechnosys-teambox-style3 .preyantechnosys-post-item .prt-position {
    font-size: 20px;
    line-height: 34px;
    color: #000;
    text-align: left;
}
.preyantechnosys-teambox-style3 .preyantechnosys-post-item .preyantechnosys-box-title {
    border-bottom: 2px solid rgba(0, 0, 0,0.2);
    padding-bottom: 5px;
    margin-bottom: 15px;
    text-align: left;
}
.preyantechnosys-teambox-style3 .preyantechnosys-post-item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 15px;
}
.preyantechnosys-teambox-style3 .preyantechnosys-post-item .preyantechnosys-team-image-box .preyantechnosys-item-thumbnail,
.preyantechnosys-teambox-style3 .preyantechnosys-post-item .preyantechnosys-team-image-box .preyantechnosys-item-thumbnail .preyantechnosys-item-thumbnail-inner {
    width: 100%;
}
.preyantechnosys-teambox-style3 .preyantechnosys-post-item .preyantechnosys-team-image-box .preyantechnosys-item-thumbnail-inner img {
    position: relative;
    opacity: 0;
    transition: .5s all;
    width: 100%;
}
.prt-team-style2-active .preyantechnosys-element-teambox-style3 .prt-box-col-wrapper:nth-child(2) .preyantechnosys-teambox-style3 .preyantechnosys-team-image-box img {
    opacity: 1;
}
.preyantechnosys-teambox-style3 .preyantechnosys-post-item .preyantechnosys-box-content {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    padding: 40px;
    display: block;
}
.prt-team-style2-active .preyantechnosys-element-teambox-style3 .prt-box-col-wrapper:nth-child(2) .preyantechnosys-box-content:before {
    opacity: 1;
}
.preyantechnosys-teambox-style3 .preyantechnosys-post-item .preyantechnosys-box-content:before {
    content: '';
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,#000 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    transition-property: top,opacity;
    transition-duration: .3s;
    overflow: hidden;
}
.prt-team-style2-active .preyantechnosys-element-teambox-style3 .prt-box-col-wrapper:nth-child(2) .preyantechnosys-teambox-style3 .preyantechnosys-team-position .prt-position,
.prt-team-style2-active .preyantechnosys-element-teambox-style3 .prt-box-col-wrapper:nth-child(2) .preyantechnosys-teambox-style3 .preyantechnosys-team-position .preyantechnosys-box-title h4 a,
.prt-team-style2-active .preyantechnosys-element-teambox-style3 .prt-box-col-wrapper:nth-child(2) .preyantechnosys-teambox-style3 .prt-member-social ul li a,
.preyantechnosys-teambox-style3:hover .preyantechnosys-post-item .preyantechnosys-box-content .prt-position,
.preyantechnosys-teambox-style3:hover .preyantechnosys-post-item .preyantechnosys-box-content .preyantechnosys-box-title a,
.preyantechnosys-teambox-style3:hover .preyantechnosys-post-item .preyantechnosys-box-content .prt-member-social ul li a{
    color: var(--prt-white-color);
}
.prt-team-style2-active .preyantechnosys-element-teambox-style3 .prt-box-col-wrapper:nth-child(2) .preyantechnosys-teambox-style3 .preyantechnosys-team-position .preyantechnosys-box-title,
.preyantechnosys-teambox-style3:hover .preyantechnosys-post-item .preyantechnosys-box-content .preyantechnosys-box-title{
    border-color: var(--prt-white-color);
}
.preyantechnosys-teambox-style3 .preyantechnosys-post-item .preyantechnosys-team-position {
    z-index: 2;
    position: relative;
}
.preyantechnosys-teambox-style3:hover .preyantechnosys-post-item .preyantechnosys-team-image-box img {
    opacity: 1;
}
.preyantechnosys-teambox-style3:hover .preyantechnosys-post-item .preyantechnosys-box-content:before {
    opacity: 0.9;
}

.elementor-element.prt-left-animation .elementor-widget-container {
    animation-name: float_left_right;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_left_right;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_left_right;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
}
@keyframes float_left_right {
    0% {
        transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }

    50% {
        transform: translateX(20px);
        transform: translateX(20px);
        opacity: 1;
    }

    100% {
        transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }

}

.prt-text-heading.elementor-widget-heading .elementor-heading-title.elementor-size-default {
    font-size: 6vw;
    line-height: 1.1em;
}
.prt-banner-text.elementor-widget-heading .elementor-widget-container .elementor-heading-title {
    position: relative;
}
.prt-banner-text.elementor-widget-heading .elementor-widget-container .elementor-heading-title:before {
    content: '';
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,#000 100%);
    width: 100%;
    height: 85%;
    position: absolute;
    bottom: -28px;
    left: 0;
    z-index: 0;
    opacity: 0.3;
    transition-property: top,opacity;
    transition-duration: .3s;
    overflow: hidden;
}
.preyantechnosys-element-teambox-style3:not(.preyantechnosys-boxes-view-carousel) .preyantechnosys-teambox-style3 .preyantechnosys-post-item .preyantechnosys-team-image-box .preyantechnosys-item-thumbnail-inner img {
    opacity: 1;
}
.preyantechnosys-element-teambox-style3:not(.preyantechnosys-boxes-view-carousel) .preyantechnosys-box-team.preyantechnosys-teambox-style3 .preyantechnosys-box-content:before {
    opacity: 0.9;
}
.preyantechnosys-element-teambox-style3:not(.preyantechnosys-boxes-view-carousel) .preyantechnosys-box-team.preyantechnosys-teambox-style3 .preyantechnosys-box-content .preyantechnosys-team-position .prt-position ,
.preyantechnosys-element-teambox-style3:not(.preyantechnosys-boxes-view-carousel) .preyantechnosys-box-team.preyantechnosys-teambox-style3 .preyantechnosys-box-content .preyantechnosys-team-position .preyantechnosys-box-title h4 a,
.preyantechnosys-element-teambox-style3:not(.preyantechnosys-boxes-view-carousel) .preyantechnosys-box-team.preyantechnosys-teambox-style3 .preyantechnosys-box-content .preyantechnosys-team-position .prt-member-social ul li a{
    color: var(--prt-white-color);
}
.preyantechnosys-element-teambox-style3:not(.preyantechnosys-boxes-view-carousel) .preyantechnosys-box-team.preyantechnosys-teambox-style3 .preyantechnosys-box-content .preyantechnosys-team-position .preyantechnosys-box-title {
    border-color: var(--prt-white-color);
}
/*.prt-banner-text.elementor-widget-heading .elementor-widget-container .elementor-heading-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    height: 100%;
    background: -webkit-gradient(linear,right top,left top,from(rgb(255 255 255 / 0%)),to(#ffffff));
    background: -o-linear-gradient(right,rgb(255 255 255 / 0%) 0,#ffffff 100%);
    background: linear-gradient(180deg,rgb(0 0 0 / 19%),#000);
    width: 100%;
    z-index: 2;
    height: 150px;
}*/

/******************************about us page css******************************/
/******************conter css(prt-counter-style1)css***************/
.prt-counter-style1.elementor-widget-counter .elementor-counter {
    position: relative;
}
.prt-counter-style1.elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper {
    font-size: 66px;
    line-height: 76px;
    font-family: var(--special-element-fontfamily);
    font-weight: var(--special-element-fontweight);
    color: #c2c2c2;
    position: relative;
}
.prt-counter-style1.elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper:before {
    position: absolute;
    content: '';
    right: 70px;
    width: 160px;
    height: 75px;
    bottom: 0px;
    font-size: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-mask: url(../images/fidround1.svg) no-repeat 100% 100%;
    mask: url(../images/fidround1.svg) no-repeat 100% 100%;
    mask-size: cover;
    background-color: #000000;
}
.prt-counter-style1.prt-rotate.elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper:before {
    transform: rotate(180deg);
}
.prt-counter-style1.elementor-widget-counter .elementor-counter .elementor-counter-title {
    font-size: 28px;
    line-height: 35px;
    color: #000;
    font-family: var(--special-element-fontfamily);
    padding-top: 15px;
}
/****************marqueebox style css******************/
.prt-marquebox-style1 ul li {
    -webkit-text-stroke: 0px;
    margin-left: 35px;
    margin-right: 35px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    color: var(--prt-white-color);
    font-size: 50px;
    line-height: 60px;
    font-family: var(--special-element-fontfamily);
}
.elementor-column.prt-overflow-hidden .elementor-widget-wrap.elementor-element-populated {
    position: relative;
    overflow: hidden;
}
.prt-marquebox-style1 ul {
    list-style: none;
}
.prt-marquebox-style1 {
    width: 100%;
    animation: prt-marque-text 15s linear infinite;
    will-change: transform;
    white-space: nowrap;
}
.prt-marquebox-style1:hover{
    animation-play-state: paused !important;
}
.prt-marquebox-style1 ul li:before {
    position: absolute;
    content: '';
    right: -60px;
    width: 50px;
    height: 50px;
    bottom: 9px;
    font-size: 45px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-mask: url(../images/star.svg) no-repeat 100% 100%;
    mask: url(../images/star.svg) no-repeat 100% 100%;
    mask-size: cover;
    background-color: var(--prt-white-color);
}
@keyframes prt-marque-text {
    0% {
        transform: translate(0,0)
    }

    100% {
        transform: translate(-100%,0)
    }
}
/*************************header style css*********************/
.prt-header-style-classic3.prt-header-overlay .site-header-main.container-fullwide {
    padding-left: 15px;
}
.prt-header-style-classic3.prt-header-overlay .site-header-menu .burgermenu {
    display: block;
    font-size: 0;
    position: absolute;
    right: -5px;
    z-index: 2;
    transition: all 0.2s ease;
    margin-top: 19px;
    cursor: pointer;
    background-color: transparent;
}
.prt-header-style-classic3.prt-header-overlay .site-header-menu .burgermenu i.close.icon {
    z-index: 10;
    position: absolute;
    right: 0;
    left: 0;
    transform: scale(0);
    transition: all 0.5s ease;
}
.prt-header-style-classic3.prt-header-overlay .site-header-menu .burgermenu:hover{
    color: var(--prt-skin-color);
}
.prt-header-style-classic3.prt-header-overlay .site-header-menu .burgermenu i.close.icon {
    opacity: 0;
}
.prt-header-style-classic3.prt-header-overlay .site-header-menu .nav-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    float: none;
    background: rgb(0 0 0 / 97%);
    z-index: 9;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.5s ease;
    overflow: hidden;
    overflow-y: scroll;
}
.prt-header-style-classic3.prt-header-overlay .site-header-menu .main-navigation.toggled-on .nav-menu {
    transform: translateY(0);
    transition: all 0.5s ease;
}
.prt-header-style-classic3.prt-header-overlay .site-branding {
    border-right: 0;
    padding-right: 0 !important;
    margin-right: 0;
}
.prt-header-style-classic3.prt-header-overlay .site-header.prt-bgcolor-custom:not(.is_stuck):after{
    content: unset;
}
.prt-header-style-classic3.prt-header-overlay .site-header-menu .nav-menu .nav-menu li {
    display: flex !important;
    border-bottom: 1px solid rgba(255,255,255,0.20);
    padding-bottom: 18px;
    transition: all 0.5s ease;
    margin-bottom: 40px !important;
}
.prt-header-style-classic3.prt-header-overlay .site-header-main #site-header-menu #site-navigation .nav-menu ul &gt; li &gt; ul.sub-menu {
    position: static;
    transform: unset;
    display: block;
    opacity: 1;
    visibility: visible;
    background: transparent;
    text-align: center;
    padding-bottom: 0;
    margin: 0;
    width: 100%;
    text-align: left;
}
.prt-header-style-classic3.prt-header-overlay .site-header-menu .burgermenu.menu-toggle {
    z-index: 10;
}
.prt-header-style-classic3.prt-header-overlay .site-header-main #site-header-menu #site-navigation.toggled-on .burgermenu {
    font-size: 0;
}
.prt-header-style-classic3.prt-header-overlay .site-header-menu .burgermenu.menu-toggle i.close.icon {
    transform: scale(1);
}
.prt-header-style-classic3.prt-header-overlay .site-header-main #site-header-menu #site-navigation .nav-menu ul {
    float: none;
    display: inline-block;
    top: 15%;
    text-align: left;
    padding: 0 15px;
    overflow: hidden;
}
.prt-header-style-classic3.prt-header-overlay .site-header-menu .nav-menu .nav-menu li a:before:{
    content: unset;
}
.prt-header-style-classic3.prt-header-overlay .site-header-main #site-header-menu #site-navigation .nav-menu a {
    font-size: 52px;
    width: auto;
    margin: 0;
    color: var(--prt-white-color);
    height: auto;
    line-height: initial !important;
}
.prt-header-style-classic3.prt-header-overlay .site-header-main #site-header-menu #site-navigation .nav-menu li.current-menu-item a {
    color: var(--prt-skin-color);
}
.prt-header-style-classic3.prt-header-overlay .site-header-main #site-header-menu #site-navigation .nav-menu ul &gt; li &gt; ul.sub-menu li {
    padding: 0 22px;
    display: inline-block !important;
}
.prt-header-style-classic3.prt-header-overlay .site-header-main #site-header-menu #site-navigation .nav-menu ul &gt; li &gt; ul.sub-menu li a {
    font-size: 18px;
    line-height: 25px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-bottom: 0 solid rgb(0,0,0,.09);
    margin: 0;
    display: inline-block;
    position: relative;
    width: auto;
    padding: 20px 0 10px;
    font-weight: 500;
}
.prt-header-style-classic3.prt-header-overlay .site-header-menu .burgermenu i.menu-icon {
    width: 2px;
    height: 30px;
    background-color: var(--prt-white-color);
    border-radius: 2px;
    margin-left: 3px;
    margin-right: 3px;
    position: absolute;
    color: var(--prt-white-color);
}
.prt-header-style-classic3.prt-header-overlay .site-header-menu .burgermenu i.menu-icon:before,
.prt-header-style-classic3.prt-header-overlay .site-header-menu .burgermenu i.menu-icon:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 18px;
    background-color: var(--prt-white-color);
    border-radius: 2px;
    margin-left: 3px;
    margin-right: 3px;
    bottom: 8px;
    top: auto;
}
.prt-header-style-classic3.prt-header-overlay .site-header-menu .burgermenu i.menu-icon:after {
    right:  5px;   
}
.prt-header-style-classic3.prt-header-overlay .site-header-menu .burgermenu i.menu-icon:before {
    left: 5px;
}
.prt-header-style-classic3.prt-header-overlay .site-header-main #site-header-menu #site-navigation.toggled-on .burgermenu i.close.icon {
    opacity: 1;
	text-shadow:unset;
}
.prt-header-style-classic3.prt-header-overlay .site-header-main #site-header-menu #site-navigation.toggled-on i.menu-icon {
    opacity: 0;
}
.prt-header-style-classic3.prt-header-overlay .site-header-main #site-header-menu #site-navigation div.nav-menu &gt; ul &gt; li &gt; ul:after,
.prt-header-style-classic3.prt-header-overlay .site-header-main #site-header-menu #site-navigation div.nav-menu &gt; ul &gt; li &gt; a:before{
    content: unset;
}
.prt-header-style-classic3.prt-header-overlay .site-header-main #site-header-menu #site-navigation .nav-menu ul &gt; li &gt; ul.sub-menu li.current-menu-item a ,
.prt-header-style-classic3.prt-header-overlay .site-header-main #site-header-menu #site-navigation .nav-menu ul &gt; li &gt; ul.sub-menu li a:hover,
.prt-header-style-classic3.prt-header-overlay .site-header-main #site-header-menu #site-navigation .nav-menu ul &gt; li &gt; ul.sub-menu li:hover a{
    background-color: transparent;
}
.prt-header-style-classic3.prt-header-overlay #site-header-menu #site-navigation .prt-header-text-area .header-content p,
.prt-header-style-classic3.prt-header-overlay #site-header-menu #site-navigation .prt-header-text-area .header-content h3 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    transition: all .5s ease;
}
.prt-header-style-classic3.prt-header-overlay #site-header-menu #site-navigation .prt-header-text-area .header-content h3 a {
    color: var(--prt-white-color);
    z-index: 9;
    position: relative;
    cursor: pointer;
}
.prt-header-style-classic3.prt-header-overlay  #site-header-menu #site-navigation .prt-header-text-area {
    z-index: 1;
    color: var(--prt-white-color);
    position: relative;
    padding-left: 0;
    padding-right: 45px;
}
.prt-header-style-classic3.prt-header-overlay #site-header-menu #site-navigation .prt-header-text-area .prt-call-detail {
    padding-left: 0;
}
.prt-header-style-classic3.prt-header-overlay #site-header-menu #site-navigation .prt-header-text-area .prt-call-detail .prt-icon {
    padding-left: 0;
    width: 50px;
    height: 50px;
    line-height: 56px;
    background-color: #27292a;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    top: 5px;
}
.prt-header-style-classic3.prt-header-overlay #site-header-menu #site-navigation .prt-header-text-area .header-content {
    text-align: right;
    transition: all .3s ease;
    padding-right: 5px;
}
.prt-header-style-classic3.prt-header-overlay #site-header-menu #site-navigation .prt-header-text-area .prt-call-detail .prt-icon:hover i {
    animation: bellshake .5s cubic-bezier(.36,.07,.19,.97) both;
}
@keyframes bellshake {
  0% { transform: rotate(0); }
  15% { transform: rotate(5deg); }
  30% { transform: rotate(-5deg); }
  45% { transform: rotate(4deg); }
  60% { transform: rotate(-4deg); }
  75% { transform: rotate(2deg); }
  85% { transform: rotate(-2deg); }
  92% { transform: rotate(1deg); }
  100% { transform: rotate(0); }
}
.prt-header-style-classic3.prt-header-overlay #site-header-menu #site-navigation .prt-header-text-area .prt-call-detail .prt-icon i {
    font-size: 20px;
    display: inline-block;
}

.prt-header-style-classic3.prt-header-overlay #site-header-menu #site-navigation .prt-header-text-area .header-content p {
    top: 25px;
    position: relative;
}
.prt-header-style-classic3.prt-header-overlay #site-header-menu #site-navigation .prt-header-text-area .header-content h3 {
    opacity: 0;
    transition: all .3s ease;
}
.prt-header-style-classic3.prt-header-overlay #site-header-menu #site-navigation .prt-header-text-area .header-content:hover p {
    opacity: 0;
}
.prt-header-style-classic3.prt-header-overlay #site-header-menu #site-navigation .prt-header-text-area .header-content:hover h3 {
    opacity: 1;
}
.prt-header-style-classic3.prt-header-overlay .site-header-menu .main-navigation.toggled-on .nav-menu ul {
    background-color: transparent;
}
.prt-header-style-classic3.prt-header-overlay .site-header-main #site-header-menu #site-navigation .nav-menu ul &gt; li &gt; ul.sub-menu li:before {
    content: '/';
    color: rgba(255,255,255,0.50);
    position: absolute;
    top: 25px;
    right: -2px;
}
.prt-header-style-classic3.prt-header-overlay .site-header-main #site-header-menu #site-navigation .nav-menu ul &gt; li &gt; ul.sub-menu li:last-child:before{
    content: unset;
}
.prt-header-style-classic3.prt-header-overlay .site-header-main #site-header-menu #site-navigation .nav-menu ul &gt; li &gt; ul.sub-menu li a:after {
    content: '';
    height: 1px;
    width: 0;
    position: absolute;
    bottom: 7px;
    left: 0;
    right: 0;
    margin: auto;
    background: transparent;
    transition: all 0.5s ease;
}
.prt-header-style-classic3.prt-header-overlay .site-header-main #site-header-menu #site-navigation .nav-menu ul &gt; li &gt; ul.sub-menu li:hover a ,
.prt-header-style-classic3.prt-header-overlay .site-header-main #site-header-menu #site-navigation .nav-menu ul &gt; li &gt; ul.sub-menu li.current-menu-item a{
    color: var(--prt-skin-color);
}
.prt-header-style-classic3.prt-header-overlay .site-header-main #site-header-menu #site-navigation .nav-menu ul &gt; li &gt; ul.sub-menu li:hover a:after ,
.prt-header-style-classic3.prt-header-overlay .site-header-main #site-header-menu #site-navigation .nav-menu ul &gt; li &gt; ul.sub-menu li.current-menu-item a:after{
    width: 100%;
    transition: all 0.5s ease;
    background: var(--prt-skin-color)
}

/*****************footer style 1 css*************************/
.footer.tm-footerstyle-style1 .second-footer .second-footer-inner {
    background-color: transparent;
    padding: 25px 0 0 0;
}
.footer.tm-footerstyle-style1 .first-footer .prt-menu {
    float: right;
    padding-top: 25px;
    padding-bottom: 0;
} 
.footer.tm-footerstyle-style1 .first-footer .prt-menu ul li {
    width: auto;
    margin-right: 25px;
    font-family: var(--special-element-fontfamily);
}
.footer.tm-footerstyle-style1 .first-footer .prt-menu ul li a {
    color: var(--prt-white-color) !important;
}
.footer.tm-footerstyle-style1 .first-footer .prt-menu ul li:last-child {
    margin-right: 0;
}
.footer.tm-footerstyle-style1 .first-footer .prt-menu ul li a,
.footer.tm-footerstyle-style1 .second-footer .second-footer-inner .widget_nav_menu .menu-quick-links-container ul li a {
    padding-left: 0;
}
.footer.tm-footerstyle-style1 .first-footer .prt-menu ul li a:before,
.footer.tm-footerstyle-style1 .second-footer .second-footer-inner .widget_nav_menu .menu-quick-links-container ul li a:before{
    content: unset;
}
.footer.tm-footerstyle-style1  .widget .widget-title {
    font-size: 21px;
    line-height: 35px;
    font-weight: 400;
}
.footer.tm-footerstyle-style1 .first-footer {
    border-bottom: 1px solid rgba(255, 255, 255,0.2);
}
.footer.tm-footerstyle-style1 .first-footer .first-footer-inner {
    padding: 20px 0;
}
.footer.tm-footerstyle-style1 .second-footer .second-footer-inner .textwidget.widget-text .text-widget ,
.footer.tm-footerstyle-style1 .second-footer .second-footer-inner .widget_nav_menu .menu-quick-links-container,
.footer.tm-footerstyle-style1 .second-footer .second-footer-inner .prt-project-detail .prt-recent-post-list{
    padding-top: 22px;
}
.footer.tm-footerstyle-style1 .second-footer .second-footer-inner .textwidget.widget-text .text-widget .widget-title1 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #bdbdbd !important;
}
.footer.tm-footerstyle-style1 .second-footer .second-footer-inner .prt-social-links .preyantechnosys-social-links-wrapper ul li a {
    border-radius: 50px !important;
}
.footer.tm-footerstyle-style1 .second-footer .second-footer-inner .widget_nav_menu .menu-quick-links-container ul li {
    display: block;
    padding-bottom: 13px;
}
.footer.tm-footerstyle-style1 .second-footer .second-footer-inner .widget_nav_menu .menu-quick-links-container ul li a,
.footer.tm-footerstyle-style1 .second-footer .second-footer-inner .prt-project-detail .prt-recent-post-list li .post-detail a {
    color: var(--prt-white-color) !important;
    font-family: var(--special-element-fontfamily);
}
.footer.tm-footerstyle-style1 .second-footer .second-footer-inner .prt-project-detail .prt-recent-post-list li .post-date {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255,255,255,0.50) !important;
    font-family: var(--special-element-fontfamily);
    font-weight: var(--special-element-fontweight);
}
.footer.tm-footerstyle-style1 .second-footer .second-footer-inner .prt-project-detail .prt-recent-post-list li .post-date i {
    display: none;
}
.footer.tm-footerstyle-style1 .second-footer .second-footer-inner .prt-project-detail .prt-recent-post-list li .post-detail a {
    font-size: 17px;
    line-height: 24px;
}
.footer.tm-footerstyle-style1 .second-footer .second-footer-inner .prt-footer-contact li {
    list-style: none;
}
.footer.tm-footerstyle-style1 .second-footer .second-footer-inner .prt-footer-contact li i {
    margin-right: 15px;
    font-size: 20px;
    vertical-align: middle;
}
.footer.tm-footerstyle-style1 .second-footer .second-footer-inner .prt-footer-contact .mail a,
.footer.tm-footerstyle-style1 .second-footer .second-footer-inner .prt-footer-contact .para h6{
    font-size: 17px;
    line-height: 26px;
    color: rgba(255,255,255,0.70) !important;
}
.footer.tm-footerstyle-style1 .second-footer .second-footer-inner .prt-footer-contact .mail a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: rgba(255,255,255,0.70);
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
}
.footer.tm-footerstyle-style1 .second-footer .second-footer-inner .prt-footer-contact .mail a:hover ,
.footer.tm-footerstyle-style1 .second-footer .second-footer-inner .widget_nav_menu .menu-quick-links-container ul li a:hover,
.footer.tm-footerstyle-style1 .first-footer .prt-menu ul li a:hover,
.footer.tm-footerstyle-style1 .site-footer-w .bottom-footer-text .prt-footer-title ul li a:hover{
    color: var(--prt-skin-color) !important;
}
.footer.tm-footerstyle-style1 .second-footer .second-footer-inner .prt-footer-contact .mail a:hover:before {
    background-color: var(--prt-skin-color);
}
.footer.tm-footerstyle-style1 .second-footer .second-footer-inner .prt-footer-contact li {
    margin-bottom: 10px;
}
.footer.tm-footerstyle-style1 .second-footer .second-footer-inner .prt-footer-contact .mail a {
    position: relative;  
}
.footer.tm-footerstyle-style1 .second-footer .second-footer-inner .prt-footer-contact .mail a,
.footer.tm-footerstyle-style1 .second-footer .second-footer-inner .prt-footer-contact .para h6,
.footer.tm-footerstyle-style1 .second-footer .second-footer-inner .prt-footer-contact .contact a
{
	 font-family: var(--special-element-fontfamily);
}	
.footer.tm-footerstyle-style1 .second-footer .second-footer-inner .prt-footer-contact .contact a {
    font-size: 19px;
    line-height: 30px;
}
.footer.tm-footerstyle-style1 .second-footer .second-footer-inner .prt-footer-contact .para {
    padding-top: 5px;
    margin-bottom: 0;
}
.footer.tm-footerstyle-style1 .second-footer .second-footer-inner .mailchimp-inputbox.prt-mailbox1 .mailchimp-email input[type="email"] {
    border: 1px solid rgba(255, 255, 255,0.251);
    border-radius: 10px;
    padding-left: 25px;
    padding-right: 50px;
    position: relative;
    font-size: 15px;
    line-height: 25px;
    font-family: var(--special-element-fontfamily);
}
.footer.tm-footerstyle-style1 .second-footer .second-footer-inner .mailchimp-inputbox.prt-mailbox1 .mailchimp-email input::-webkit-input-placeholder {
    color: rgba(255,255,255,0.40);
}
.footer.tm-footerstyle-style1 .second-footer .second-footer-inner .mailchimp-inputbox.prt-mailbox1 {
    position: relative;
    padding-top: 18px;
}
.footer.tm-footerstyle-style1 .second-footer .second-footer-inner .mailchimp-inputbox.prt-mailbox1 .btn {
    right: 25px;
    top: 17px;
    opacity: 0;
	cursor: unset;
}
.footer.tm-footerstyle-style1 .widget.prt-title-arrow .widget-title {
    position: relative;
}
.footer.tm-footerstyle-style1 .widget.prt-title-arrow .widget-title:before {
    position: absolute;
    content: '';
    right: -40px;
    width: 20px;
    height: 20px;
    bottom: 5px;
    font-size: 45px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-mask: url(../images/arrow1.svg) no-repeat 100% 100%;
    mask: url(../images/arrow1.svg) no-repeat 100% 100%;
    mask-size: cover;
    background-color: var(--prt-white-color);
}
.footer.tm-footerstyle-style1 .second-footer .second-footer-inner .mailchimp-inputbox.prt-mailbox1 .mailchimp-email input::-webkit-input-placeholder {
    color: rgba(255,255,255,0.20);
}
.footer.tm-footerstyle-style1 .second-footer .widget.prt-socialborder {
    margin-top: 0 !important;
}
.footer.tm-footerstyle-style1 .second-footer .second-footer-inner .float-right .prt-footer-contact {
    margin-top: -12px;
    position: relative;
}
.footer.tm-footerstyle-style1  .widget ul.prt-recent-post-list &gt; li{
	max-width:80%
}
.footer.tm-footerstyle-style1 .second-footer .second-footer-inner .prt-footer-contact li i:before {
    margin-left: 0;
}
.footer.tm-footerstyle-style1 .site-footer-w .bottom-footer-text .prt-footer-title {
    display: inline-flex;
    font-size: 15px;
    line-height: 26px;
    color: rgba(255,255,255,0.70);
    font-family: var(--special-element-fontfamily);
}
.footer.tm-footerstyle-style1 .site-footer-w .bottom-footer-text .prt-footer-title span {
    position: relative;
    padding-right: 50px;
}
.footer.tm-footerstyle-style1 .site-footer-w .bottom-footer-text .prt-footer-title span:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: rgba(255, 255, 255,0.2);
    right: 25px;
    left: auto;
    top: 3px;
    bottom: auto;
}
.footer.tm-footerstyle-style1 .site-footer-w .bottom-footer-text {
    border-color: rgba(255, 255, 255,0.2) !important;
}
.footer.tm-footerstyle-style1 .site-footer-w .bottom-footer-text .prt-footer-title ul li {
    font-size: 15px;
    line-height: 26px;
}
.footer.tm-footerstyle-style1 .site-footer-w .bottom-footer-text .prt-footer-title ul li a {
    color: rgba(255,255,255,0.70);
}
.footer.tm-footerstyle-style1 .site-footer-w .bottom-footer-text .prt-footer-title ul li:after {
    content: '/';
    color: rgba(255,255,255,0.70);
}
.footer.tm-footerstyle-style1 .site-footer-w .bottom-footer-text .prt-footer-title ul li:last-child:after{
    content: unset;
}
.footer.tm-footerstyle-style1 .site-footer-w .bottom-footer-text .prt-footer-title .footer-nav-menu {
    padding-left: 50px;
    position: relative;
}
.footer.tm-footerstyle-style1 .site-footer-w .bottom-footer-text .prt-footer-title .footer-nav-menu:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255,0.2);
    top: 0;
    bottom: auto;
    left: 25px;
    right: auto;
}
.footer.tm-footerstyle-style1 .second-footer .second-footer-inner .prt-project-detail .prt-recent-post-list li .post-detail a:hover {
    color: var(--prt-skin-color) !important;
}
.footer.tm-footerstyle-style1 .prt-social-links .prt-social-name h4 {
  font-size: 20px;
}

/**************service page css***********************/
/*************testimonial style 4 css*******************/
.preyantechnosys-testimonialbox-stylefour {
    text-align: center;
}
.preyantechnosys-testimonialbox-stylefour .preyantechnosys-box-content .preyantechnosys-ratting-star i {
    font-size: 15px;
}
.preyantechnosys-testimonialbox-stylefour .preyantechnosys-post-item .preyantechnosys-box-desc blockquote {
    text-align: center;
    font-size: 56px;
    line-height: 70px;
    font-family: var(--special-element-fontfamily);
    color: #000;
    font-style: unset;
    padding-top: 20px;
    padding-bottom: 30px;
    margin: 0 auto;
    width: 85%;
}
.preyantechnosys-testimonialbox-stylefour .preyantechnosys-box-author .preyantechnosys-author-name {
    font-size: 26px;
    line-height: 36px;
    display: inline;
}
.preyantechnosys-testimonialbox-stylefour .preyantechnosys-box-author .preyantechnosys-box-footer {
    font-size: 16px;
    line-height: 26px;
    color: #888888;
    font-family: var(--special-element-fontfamily);
    display: inline-block;
    padding-left: 15px;
    position: relative;
}
.preyantechnosys-testimonialbox-stylefour .preyantechnosys-box-author .preyantechnosys-box-footer:before {
    content: '/';
    position: absolute;
    left: 5px;
    right: auto;
    top: 0;
    bottom: auto;
}
/*************imgbox css********************/
.elementor-section.elementor-top-section.prt-img-hover .elementor-background-overlay {
    top: auto;
    bottom: 30%;
    right: 0;
    left: auto;
}
.prt-img-text.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content {
    top: -120px;
    position: relative;
    opacity: 0;
    transition: all .5s ease;
}
.prt-img-text.elementor-widget-image-box .elementor-image-box-wrapper  figure.elementor-image-box-img {
    margin-bottom: -40px;
    position: relative;
}
.prt-img-text.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
    font-size: 32px;
    line-height: 36px;
    color: #fff;
}
.prt-img-text.elementor-widget-image-box .elementor-image-box-wrapper figure.elementor-image-box-img:before {
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition-property: top,opacity;
    transition-duration: .3s;
    overflow: hidden;
    -webkit-transition: all .6s ease-in-out;
}
section.elementor-section.elementor-top-section.prt-container-with .elementor-container.elementor-column-gap-default {
    max-width: 1140px;
}
.prt-img-text.elementor-widget-image-box .elementor-image-box-wrapper:hover figure.elementor-image-box-img:before{
    opacity: 0.5;
}
.prt-img-text.elementor-widget-image-box .elementor-image-box-wrapper:hover .elementor-image-box-content {
    opacity: 1;
}


/******************service 2 page css***********************/
.preyantechnosys-testimonialbox-stylefive {
    background-color: var(--prt-white-color);
    border-radius: 15px;
    padding: 40px 35px 50px 50px;
}
.preyantechnosys-testimonialbox-stylefive .preyantechnosys-box-content blockquote {
    font-size: 20px;
    line-height: 32px;
    font-family: var(--special-element-fontfamily);
    font-style: unset;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.preyantechnosys-testimonialbox-stylefive .preyantechnosys-box-content .preyantechnosys-ratting-star {
    padding-top: 13px;
    padding-bottom: 13px;
}
.preyantechnosys-testimonialbox-stylefive .preyantechnosys-box-author .preyantechnosys-box-img,
.preyantechnosys-testimonialbox-stylefive .preyantechnosys-box-author .preyantechnosys-box-title {
    display: inline-block;
    vertical-align: middle;
}
.preyantechnosys-testimonialbox-stylefive .preyantechnosys-box-author img {
    height: 60px;
    width: 60px;
}
.preyantechnosys-testimonialbox-stylefive .preyantechnosys-box-author .preyantechnosys-box-title {
    padding-left: 15px;
}
.preyantechnosys-testimonialbox-stylefive .preyantechnosys-box-author {
    position: relative;
}
.preyantechnosys-testimonialbox-stylefive .preyantechnosys-box-author .preyantechnosys-box-title .preyantechnosys-author-name {
    font-size: 22px;
    line-height: 30px;
    color: #000;
}
.preyantechnosys-testimonialbox-stylefive .preyantechnosys-box-author:before {
    top: 26px;
    right: 0;
    left: auto;
    bottom: 0;
    margin: 0 auto;
    content: "\f11b";
    position: absolute;
    color: #ebebeb;
    font-family: "flaticon";
    font-weight: 400;
    font-size: 70px;
    font-style: normal;
    text-align: center;
}
.preyantechnosys-testimonialbox-stylefive .preyantechnosys-box-content .preyantechnosys-ratting-star i {
    font-size: 17px;
    margin-right: 10px;
}
/******************showcasebox style css*****************/
.qodef--min-height.qodef--init.prt-showcasebox-style1 {
    transition: opacity .5s .2s;
    opacity: 1;
    min-height: 600px;
}
.prt_showcasebox_wrapper {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.prt_showcasebox_wrapper .qodef-m-items-holder {
    overflow: hidden;
    display: flex;
    width: 100%;
}
.prt-showcasebox-style1 .qodef-m-items-holder .prt_showcasebox_contents {
    transition: all 1s;
}
.prt-showcasebox-style1 .prt_showcasebox_contents {
    position: relative;
    align-items: center;
    padding-top: 0;
    z-index: 5;
    flex: 1;
    height: 100%;
    transition: .5s;
    cursor: pointer;
	margin-left:-15px;
}
.prt-showcasebox-style1 .prt_showcasebox_contents:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -ms-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
    visibility: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}
.prt-showcasebox-style1 .prt_showcasebox_contents .prt-post-featured-link-wrapper {
    display: block;
    height: 100%;
    width: 100%;
	border-radius:10px;
}
.prt-showcasebox-style1 .prt_showcasebox_contents.active .qodef-m-header {
    transition-delay: 0s;
}
.prt-showcasebox-style1 .prt_showcasebox_contents.active .qodef-m-header {
    opacity: 1;
    display: block;
}
.prt-showcasebox-style1 .prt_showcasebox_contents .qodef-m-header {
    position: absolute;
    bottom: 20px;
    left: 50px;
    right: 0;
    display: block;
    box-sizing: border-box;
    transition: border-color .35s ease-out .7s;
    opacity: 0;
    display: none;
    cursor: text;
    width: 100%;
}
.prt-showcasebox-style1 .prt_showcasebox_contents .qodef-m-header .qodef-m-title h4 {
    font-size: 50px;
    line-height: 60px;
}
.prt-showcasebox-style1 .prt_showcasebox_contents .qodef-m-header .qodef-m-title h4 a {
    color: #fff;
}
.prt-showcasebox-style1 .prt_showcasebox_contents.active {
    flex: 3;
    transition: .5s;
	margin-left:0;
}
.prt-showcasebox-style1 .prt_showcasebox_contents:before {
    content: '';
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,#000 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    transition-property: top,opacity;
    transition-duration: .3s;
    overflow: hidden;
    -webkit-transition: all .6s ease-in-out;
	border-radius: 10px;
}
.prt-showcasebox-style1 .prt_showcasebox_contents.active:before {
    opacity: 1;
   }

/*******************portfolio style 5 css ********************/
.preyantechnosys-portfoliobox-style5 .preyantechnosys-post-item .prt-box-desc {
    font-size: 30px;
    line-height: 40px;
    font-family: var(--special-element-fontfamily);
    text-align: left;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.preyantechnosys-portfoliobox-style5 .preyantechnosys-post-item img {
    border-radius: 10px;
    margin-bottom: 40px;
    width: 100%;
}
.preyantechnosys-portfoliobox-style5 .preyantechnosys-post-item .preyantechnosys-bottom-content {
    position: absolute;
    top: auto;
    bottom: 29%;
    width: 100%;
    padding: 40px;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    z-index: 2;
}
.preyantechnosys-portfoliobox-style5 .preyantechnosys-bottom-content .preyantechnosys-box-content h4 {
    font-size: 40px;
    line-height: 50px;
    opacity: 0;
    transition: all .5s ease;
}
.preyantechnosys-portfoliobox-style5 .preyantechnosys-bottom-content .preyantechnosys-box-content h4 a {
    color: var(--prt-white-color);
}
.preyantechnosys-portfoliobox-style5 .preyantechnosys-post-item .preyantechnosys-post-item-inner:before {
    content: '';
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,#000 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition-property: top,opacity;
    transition-duration: .3s;
    overflow: hidden;
    -webkit-transition: all .6s ease-in-out;
    border-radius: 10px;
}
.preyantechnosys-portfoliobox-style5:hover .preyantechnosys-post-item .preyantechnosys-post-item-inner:before {
    opacity: 0.8;
}
.preyantechnosys-portfoliobox-style5:hover .preyantechnosys-bottom-content .preyantechnosys-box-content h4 {
    opacity: 1;
}
.prt-header-style-classic3.prt-header-overlay .prt-titlebar .prt-titlebar-inner-wrapper .entry-title-wrapper .entry-title {
    font-size: 80px;
    line-height: 92px;
	position:relative;
	padding-top:45px;
}
.prt-header-style-classic3.prt-header-overlay .prt-titlebar-wrapper.prt-navigate-arrow-on .entry-title {
	padding-bottom:40px;
}
/**************contact form css**********************/
.prt-commonform.prt-contact-page1 .wpcf7-form-control-wrap input,
.prt-commonform.prt-contact-page1 .wpcf7-form-control-wrap textarea {
    padding-left: 0;
    border: 0px;
    border-bottom: 1px solid rgba(0, 0, 0,0.2);
    font-size: 20px;
    line-height: 32px;
}
.prt-commonform.prt-contact-page1 .wpcf7-form-control-wrap input::-webkit-input-placeholder,
.prt-commonform.prt-contact-page1 .wpcf7-form-control-wrap textarea::-webkit-input-placeholder  {
    color: #000;
}

/********************portfolio style 6 css******************/
.preyantechnosys-portfoliobox-style6 .preyantechnosys-post-item .preyantechnosys-post-item-inner {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.preyantechnosys-portfoliobox-style6 .preyantechnosys-post-item .prt-featured-wrapper {
    display: block;
    height: 100%;
    width: 100%;
}
.preyantechnosys-portfoliobox-style6 .preyantechnosys-post-item .prt-featured-wrapper img {
    min-height: 403px;
    object-fit: cover;
    background-size: cover;
    transform: scale(1);
    background-position: 100%;
    overflow: hidden;
    width: 100%;
    width: calc(100% + 50px);
    max-width: none;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.preyantechnosys-portfoliobox-style6:hover .preyantechnosys-post-item .prt-featured-wrapper img {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
}
.preyantechnosys-portfoliobox-style6 .preyantechnosys-post-item .prt-featured-wrapper:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0;
    width: calc(100% + 50px);
    max-width: none;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.preyantechnosys-portfoliobox-style6:hover .preyantechnosys-post-item .prt-featured-wrapper:before {
    opacity: 0.5;
}
.preyantechnosys-portfoliobox-style6 .preyantechnosys-post-item .preyantechnosys-bottom-content {
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: auto;
    right: 0;
    left: 0;
    opacity: 0;
    transition: 0.6s ease-in-out;
    z-index: 2;
    text-align: center;
    margin: 0 auto;
    top: 50%;
    translate: 0 -50%;
}
.preyantechnosys-portfoliobox-style6 .preyantechnosys-bottom-content .preyantechnosys-box-content {
    transform: translateY(10px);
    transition: all .8s ease-in-out;
}
.preyantechnosys-portfoliobox-style6 .preyantechnosys-bottom-content .preyantechnosys-box-title {
    position: relative;
}
.preyantechnosys-portfoliobox-style6  .preyantechnosys-bottom-content .preyantechnosys-box-title h4 {
    text-align: center;
}
.preyantechnosys-portfoliobox-style6 .preyantechnosys-post-item .preyantechnosys-bottom-content .preyantechnosys-box-title h4 a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #ffffff;
    top: auto;
    bottom: -7px;
    right: 0;
    left: 0;
    margin: auto;
}
.preyantechnosys-portfoliobox-style6 .preyantechnosys-post-item .preyantechnosys-bottom-content .preyantechnosys-box-title h4 a:hover:before{
    background-color: var(--prt-skin-color);
}
.preyantechnosys-portfoliobox-style6 .preyantechnosys-post-item .preyantechnosys-bottom-content .preyantechnosys-box-title h4 a {
    color: #fff;
    position: relative;
}
.preyantechnosys-portfoliobox-style6:hover .preyantechnosys-post-item .preyantechnosys-bottom-content {
    opacity: 1;
}
.preyantechnosys-portfoliobox-style6:hover .preyantechnosys-post-item .preyantechnosys-bottom-content .preyantechnosys-box-content {
    transform: translateY(0);
}

/**************stepbox style 6 css***********************/

.prt-staticbox-style6 .prt-stepbox .prt_stepbox_overlay {
    display: flex;
    padding: 35px 0px 35px 0px;
    border-top: 1px solid rgb(218, 218, 218);
    transition: all .3s ease;
    justify-content: space-between;
    align-items: center;
}
.prt-staticbox-style6 .prt-stepbox .prt_stepbox_overlay:hover {
    padding-left: 50px;
}
.prt-staticbox-style6 .prt-stepbox .prt_stepbox_overlay .prt-top-contentbox {
    width: 50%;
}
.prt-staticbox-style6 .prt-stepbox .prt_stepbox_overlay .prt-top-contentbox img {
    height: auto;
    width: auto;
    border-radius: 30px;
}
.prt-staticbox-style6 .prt-stepbox .prt_stepbox_overlay .prt-bottom-contentbox {
    width: 40%;
    padding: 0 50px 0 15px;
}
.prt-staticbox-style6 .prt-stepbox .prt_stepbox_overlay .prt-desc-box {
    width: 30%;
}
.prt-staticbox-style6 .prt-stepbox .prt_stepbox_overlay .prt-bottom-contentbox .prt-box-title a span{
    font-size: 30px;
    line-height: 40px;
    width: 80%;
}
.prt-button-style1.elementor-widget-button .elementor-button-wrapper a .elementor-button-text {
    position: relative;
}
.prt-button-style1.elementor-widget-button .elementor-button-wrapper a .elementor-button-text:before {
    position: absolute;
    content: '';
    right: 0;
    width: 17px;
    height: 19px;
    bottom: 0;
    font-size: 45px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-mask: url(../images/right.svg) no-repeat 100% 100%;
    mask: url(../images/right.svg) no-repeat 100% 100%;
    mask-size: cover;
    background-color: var(--prt-white-color);
    z-index: 9;
    transform: rotate(330deg);
}
.prt-button-style1.elementor-widget-button .elementor-button-wrapper a .elementor-button-text {
    position: relative;
    padding-right: 30px;
}
.prt-btn-color-white.prt-btn-style-outline.prt-btn-shape-rounded.prt-button-style1.elementor-widget-button a:hover {
    color: var(--prt-white-color);
    border-color: var(--prt-skin-color) !important;
    background-color: var(--prt-skin-color) !important;
}
.prt-btn-color-white.prt-btn-style-outline.prt-btn-shape-rounded.prt-button-style1.elementor-widget-button a:hover:after {
    background-color: var(--prt-skin-color);
}
.prt-btn-color-white.prt-btn-style-outline.prt-btn-shape-rounded.prt-button-style1.elementor-widget-button a {
    border-radius: 10px;
    border: 1px solid var(--prt-white-color);
}
.elementor-element.prt-button-style1.elementor-widget.elementor-widget-button .elementor-button-wrapper a {
    border-radius: 10px !important;
}
.elementor-element.prt-btn-color-darkgrey.prt-btn-style-outline.prt-button-style1.elementor-widget-button .elementor-button-wrapper a:hover {
    border-color: var(--prt-skin-color);
}
.elementor-column.prt-bgcolor-yes.prt-col-bgcolor-grey .prt-button-style1.elementor-widget-button .elementor-button-wrapper a .elementor-button-text:before {
    background-color: var(--prt-dark-grey-color) !important;
}
.elementor-column.prt-bgcolor-yes.prt-col-bgcolor-grey .prt-button-style1.elementor-widget-button .elementor-button-wrapper a:hover .elementor-button-text:before {
    background-color: var(--prt-white-color) !important;
} 
.prt-btn-color-darkgrey.prt-button-style1.elementor-widget-button  .elementor-button-wrapper a .elementor-button-text:before {
    background-color: var(--prt-white-color) !important;
}

.prt-animate-box .prt-animate-title span {
    opacity: 0.2;
}
.prt-animate-box .prt-animate-title {
    width: 85%;
    margin: 0 auto;
}
.prt-commonform.prt-contact-button .prt-button-style1 input {
    border-radius: 10px;
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
    font-weight: 400;
    position: relative;
    margin-top: 25px;
}
.prt-commonform.prt-contact-button .prt-button-style1 input:hover {
    background-color: var(--prt-skin-color);
    border-color: var(--prt-skin-color);
    color: #fff;
}

.tm-reveal-direction-tb:not(.elementor-element-edit-mode) .elementor-widget-container, .tm-reveal-direction-bt:not(.elementor-element-edit-mode) .elementor-widget-container, .tm-reveal-direction-rl:not(.elementor-element-edit-mode) .elementor-widget-container, .tm-reveal-direction-lr:not(.elementor-element-edit-mode) .elementor-widget-container {
    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-bt:not(.elementor-element-edit-mode) .elementor-widget-container {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0 100%);
}

.tm-reveal-direction-bt:not(.elementor-element-edit-mode).active .elementor-widget-container {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.tm-reveal-direction-bt:not(.elementor-element-edit-mode) .elementor-widget-container img {
    transform-origin: 50% 50%;
    transition: 2s cubic-bezier(.5, .5, 0, 1);
    transform: scale(1.5) translate(0, 100px);
}

.tm-reveal-direction-tb:not(.elementor-element-edit-mode) .elementor-widget-container {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

.tm-reveal-direction-tb:not(.elementor-element-edit-mode).active .elementor-widget-container {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.tm-reveal-direction-tb:not(.elementor-element-edit-mode) .elementor-widget-container img {
    transform-origin: 50% 50%;
    transition: 2s cubic-bezier(.5, .5, 0, 1);
    transform: scale(1) translate(0, 0);
}

.tm-reveal-direction-tb:not(.elementor-element-edit-mode).active .elementor-widget-container img, .tm-reveal-direction-bt:not(.elementor-element-edit-mode).active .elementor-widget-container img, .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);
}
.elementor-element.prt-button-style1.elementor-widget-button .elementor-button-wrapper a:hover .elementor-button-text:before {
    transform: unset;
}
.elementor-element.prt-button-style1.elementor-widget-button .elementor-button-wrapper a .elementor-button-text:before {
    transition: all .5s ease;
}
.elementor-element.prt-arrow-move.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-content a:hover {
    color: var(--prt-skin-color);
}
.elementor-element.prt-arrow-move.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img {
    margin-top: 15px;
}
.prt-commonform.prt-contact-page1 .wpcf7-form-control-wrap textarea:-moz-placeholder{
    color:red;
}
.prt-commonform.prt-contact-page1 .wpcf7-form-control-wrap textarea:-ms-input-placeholder{
    color:red;
}
.elementor-element.prt-contact-link .elementor-icon-box-content .elementor-icon-box-description a {
    position: relative;
}
.elementor-element.prt-contact-link .elementor-icon-box-content .elementor-icon-box-description a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000;
    bottom: 0;
    top: auto;
}
.elementor-element.prt-contact-link .elementor-icon-box-content .elementor-icon-box-description a:hover:before {
    background-color: var(--prt-skin-color);
}
.elementor-element.prt-btn-color-darkgrey.prt-button-style1.prt-dark.elementor-widget.elementor-widget-button .elementor-button-wrapper .elementor-button-text:before {
    background-color: #fff !important;
}
.elementor-element.prt-button-style1.elementor-widget.elementor-widget-button .elementor-button-wrapper a:after {
    background-color: var(--prt-skin-color);
}
.prt-header-style-classic3 .prt-titlebar .prt-titlebar-inner-wrapper .prt-icon-content a.skip-content-link {
    position: relative;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 1;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    transition: all .5s ease;
}
.prt-header-style-classic3.prt-header-overlay .prt-titlebar .prt-titlebar-inner-wrapper .entry-title-wrapper .entry-title:before {
    position: absolute;
    content: '';
    right: 0;
    left: 0;
    width: 100px;
    height: 80px;
    bottom: auto;
    top: -50px;
    font-size: 45px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-mask: url(../images/titlesvg.svg) no-repeat 100% 100%;
    mask: url(../images/titlesvg.svg) no-repeat 100% 100%;
    background-color: var(--prt-white-color);
    color: #fff;
    margin: 0 auto;
}
.prt-header-style-classic3 .prt-titlebar-wrapper.prt-breadcrumb-on-bottom  .prt-titlebar-main &gt; .container .prt-titlebar-main-inner {
    vertical-align: middle;
    display: block;
}
.prt-truvik-icon-twitter:before {
    content: '\e86f';
}</pre></body></html>