

/*FILESTART  /home/u666786476/domains/2foxtechnology.com/public_html/wp-content/plugins/card-elements-for-elementor/assets/css/common-card-style.css */
/*-----------| Common Card CSS |--------------*/

.text-center {
    text-align: center;
}
a .fa-whatsapp {
    font-size: 40px;
    color: #3FA34A;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}


/*FILESTART  /home/u666786476/domains/2foxtechnology.com/public_html/wp-content/plugins/card-elements-for-elementor/assets/css/profile-card-style.css */
/* Start Profile Card 1 CSS */
.profile-card-style-1 .team-member {
    box-shadow: 0 10px 50px rgba(4,75,194,0.2);
    border: none;
}
.profile-card-style-1 .team-member {
    border-radius: 30px 30px 0 30px;
    transition: all 0.35s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    overflow: hidden;
    position: relative;
}
.profile-card-style-1 .team-member-profile {
    padding: 0;
}
.profile-card-style-1 .team-member-profile img {
    border-radius: 5px 5px 0 0;
}
.profile-card-style-1 .team-member-info {
    text-align: center;
    padding: 30px;
}
.profile-card-style-1 .profile-description {
    text-align: center;
    font-size: 14px;
}
.profile-card-style-1 .profile-name {
    margin: 0;
}
.profile-card-style-1 .team-member-info {
    text-align: center;
    background: #FF337F;
}
.profile-card-style-1 .team-member__socialmedia {
    display: flex;
    position: absolute;
    top: 10px;
    right: -100%;
    background: #FF337F;
    border-radius: 24px 24px 0 24px;
    box-shadow: 0 6px 21px rgba(2,2,2,0.3);
    transition: all .25s ease-in-out;
	margin: 0;
}
.profile-card-style-1 .team-member__socialmedia a:first-child {
	margin-left:5px;
}
.profile-card-style-1 .team-member__socialmedia a:last-child {
	margin-right:5px;
}
.profile-card-style-1 .elementor-icon {
	margin:5px 0px;
}
.profile-card-style-1 .team-member__socialmedia a i {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding: 0 8px;
}
.profile-card-style-1 .team-member__socialmedia .elementor-social-icon {
    background-color: transparent;
    display: flex;
}
.profile-card-style-1  .team-member:hover .team-member__socialmedia {
    right: 0;
}
.profile-card-style-1 .team-member:hover {
    box-shadow: 0 20px 60px rgba(4,75,194,0.2);
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.profile-card-style-1 .team-member:hover {
    transform: translate3d(0, -20px, 0);
}
/* End Profile Card 1 CSS */

/* Start Profile Card 2 CSS */
.profile-card-style-2 .team-member {
    position: relative;
    padding: 0 20px;
}
.profile-card-style-2 .team-member-profile {
    display: inline-block;
}
.profile-card-style-2 .team-member-profile img {
    border-radius: 50%;
    border: 20px solid #fff;
    box-shadow: 0 8px 21px #E1E7FF;
}
.profile-card-style-2 .profile-description {
    padding: 0px;
    text-align: center;
    font-size: 14px;
}
.profile-card-style-2 .team-member-info {
    padding: 63px 40px 20px;
    box-shadow: 0 6px 21px rgba(1,1,1,0.2);
    border-radius: 34px 34px 0 34px;
    margin-top: -40px;
}
.profile-card-style-2 .team-member__socialmedia {
    display: inline;
    position: absolute;
    top: 10px;
    right: -10px;
    background: #FF337F;
    border-radius: 24px 24px 0 24px;
    box-shadow: 0 6px 21px rgba(2,2,2,0.3);
    transition: all .25s ease-in-out;
}
.profile-card-style-2 .team-member__socialmedia a:first-child {
	margin-left:5px;
}
.profile-card-style-2 .team-member__socialmedia a:last-child {
	margin-right:5px !important;
}
.profile-card-style-2 .elementor-icon {
	margin:5px 0px !important;
}
.profile-card-style-2 .team-member__socialmedia ul {
    margin: 0;
}
.profile-card-style-2 .team-member__socialmedia ul li {
    display: inline;
}
.profile-card-style-2 {
    list-style: none;
    margin-bottom: 50px;
}
.profile-card-style-2 .team-member__socialmedia a i {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 0 4px;
}
.profile-card-style-2 .team-member:hover .team-member__socialmedia {
    right: 60px;
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.profile-card-style-2 .team-member__socialmedia .elementor-social-icon {
    background-color: transparent;
    display: flex;
}
.profile-card-style-2 .elementor-social-icons-wrapper {
    text-align: center;
    display: flex;
}
/* End Profile Card 2 CSS */

/* Start Profile Card 3 CSS */
.profile-card-style-3 .team-member__picture {
    padding: 0 15px;
    margin: 0 15px;
}
.profile-card-style-3 .team-member__picture img {
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.02, 0.54, 0.58, 1);
    border: 20px solid #fff;
    box-shadow: 0 6px 21px rgba(2,2,2,0.3);
}
.profile-card-style-3 .team-member {
    background-color: #ccc;
    padding: 15px;
    border-radius: 30px;
    box-shadow: 0 6px 21px rgba(2,2,2,0.3);
}
.profile-card-style-3 .team-member:hover {
    opacity: 0.8;
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform: translate3d(0, -20px, 0);
}
.profile-card-style-3.team-member:hover .team-member__picture img {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transform: translate3d(0, -8px, 0);
}
.profile-card-style-3 .profile-description {
    padding: 15px;
    margin-bottom: 0px;
    font-size: 14px;
}
.profile-card-style-3 .team-member__info {
    text-align: center;
}
.profile-card-style-3 .profile-name {
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
}
.profile-card-style-3 .profile-position {
    margin-bottom: 15px;
}
.profile-card-style-3 .elementor-social-icon {
    display: flex;
}
.profile-card-style-3 .elementor-social-icons-wrapper {
    display: flex;
    justify-content: center;
}
/* End Profile Card 3 CSS */

/* Start Profile Card 4 CSS */
.profile-card-style-4 {
    max-width:300px;
    background-color:#FFF;
    border-radius:5px;
    box-shadow:0px 0px 25px rgba(0,0,0,0.1);
    overflow:hidden;
    position:relative;
    margin:10px auto;
    cursor:pointer;
}
.profile-card-style-4 img {
    transition:all 0.25s linear;
}
.profile-card-style-4 .profile-content {
    position:relative;
    padding:15px;
    background-color:#FFF;
}
.profile-card-style-4 .profile-name {
    font-weight:bold;
    position:absolute;
    left:0px;
    right:0px;
    top:-70px;
    color:#FFF;
    font-size:17px;
}
.profile-card-style-4 .profile-name p {
    font-weight:600;
    letter-spacing:1.5px;
    font-family: Open Sans;
    font-size: 18px;
    color:#ffffff;
}
.profile-card-style-4 .profile-position {
    font-family: Open Sans;
    font-size: 14px;
    color:#fff;
}
.profile-card-style-4 .profile-description {
    color:#333;
    font-size:14px;
    padding:10px;
}
.profile-card-style-4 .profile-overview {
    padding:15px 0px;
}
.profile-card-style-4 .profile-overview p {
    font-size:10px;
    font-weight:600;
    color:#fff;
}
.profile-card-style-4 .profile-overview h4 {
    color:#fff;
    font-weight:bold;
}
.profile-card-style-4 .profile-content .profile-bg {
    content:"";
    position:absolute;
    height:20px;
    top:-10px;
    left:0px;
    right:0px;
    background-color:#FFF;
    z-index:0;
    transform:skewY(3deg);
}
.profile-card-style-4:hover img {
    transform:rotate(5deg) scale(1.1,1.1);
    filter:brightness(110%);
}
.profile-card-style-4 .elementor-social-icon {
    display: flex;
}
.profile-card-style-4 .elementor-social-icons-wrapper {
    display: flex;
    justify-content: center;
}
/* End Profile Card 4 CSS */

/* Start Profile Card 5 CSS */
.profile-card-style-5 .ct-team-member-default,
.profile-card-style-5 .ct-team-member-layout {
    text-align: center;
    position: relative;
}
.profile-card-style-5 .ct-team-member-layout .ct-team-image {
    margin-bottom: 14px;
}
.profile-card-style-5 .ct-team-member-inner {
    background-color: #f7f7f7;
    border-radius: 10px;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.2);
}
.profile-card-style-5 .ct-team-member-default .ct-team-image,
.profile-card-style-5 .ct-team-member-layout .ct-team-image {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    margin-top: 0px;
    border-radius: 10px 10px 0px 0px;
}
.profile-card-style-5 .ct-team-member-layout .ct-team-holder {
    padding-bottom: 10px;
}
.profile-card-style-5 .ct-team-member-layout .ct-team-image:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6747ee), to(rgba(145, 36, 220, 0.2)));
    background-image: -webkit-linear-gradient(bottom, #6747ee, rgba(145, 36, 220, 0.2));
    background-image: -moz-linear-gradient(bottom, #6747ee, rgba(145, 36, 220, 0.2));
    background-image: -ms-linear-gradient(bottom, #6747ee, rgba(145, 36, 220, 0.2));
    background-image: -o-linear-gradient(bottom, #6747ee, rgba(145, 36, 220, 0.2));
    background-image: linear-gradient(bottom, #6747ee, rgba(145, 36, 220, 0.2));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6747ee', endColorStr='rgba(145, 36, 220, 0.2)');
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.profile-card-style-5 .ct-team-member-layout .ct-team-image img {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.profile-card-style-5 .ct-team-member-layout .ct-team-image .ct-team-social {
    z-index: 1;
}
.profile-card-style-5 .elementor-social-icon {
    background-color: transparent;
}
.profile-card-style-5 .ct-team-member-default .ct-team-image .ct-team-social,
.profile-card-style-5 .ct-team-member-layout .ct-team-image .ct-team-social {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.profile-card-style-5 .ct-team-member-layout .ct-team-image .ct-team-social p {
    font-size: 14px;
    color: #fff;
    padding: 15px;
}
.profile-card-style-5 .ct-team-member-default .ct-team-image .ct-team-social a,
.profile-card-style-5 .ct-team-member-layout .ct-team-image .ct-team-social a {
    font-size: 14px;
    color: #fff;
    padding: 13px;
}
.profile-card-style-5 .ct-team-member-default .ct-team-position,
.profile-card-style-5 .ct-team-member-layout .ct-team-position {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 15px;
}
.profile-card-style-5 .ct-team-member-layout .ct-team-title {
    margin-top: 6px;
    margin-bottom: 0;
}
.profile-card-style-5 .ct-team-member-default .ct-team-title,
.profile-card-style-5 .ct-team-member-layout .ct-team-title {
    margin-bottom: 4px;
}
.profile-card-style-5 .ct-team-member-default:hover .ct-team-social,
.profile-card-style-5 .ct-team-member-layout:hover .ct-team-social {
    bottom: 30px;
    opacity: 1;
}
.profile-card-style-5 .ct-team-member-default:hover .profile-description,
.profile-card-style-5 .ct-team-member-layout:hover .profile-description {
    bottom: 24px;
    opacity: 1;
}
.profile-card-style-5 .ct-team-member-default:hover .ct-team-image img,
.profile-card-style-5 .ct-team-member-layout:hover .ct-team-image img {
    opacity: 0.8;
}
/* End Profile Card 5 CSS */

/* Start Profile Card 11 CSS */
.profile-card-style-11 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.profile-card-style-11 .triangle-div {
	width:50px;
	height:50px;
	border-top: solid 30px #61ce70;
	border-left: solid 30px #61ce70;
	border-right: solid 30px transparent;
	border-bottom: solid 30px transparent;
}
.profile-card-style-11 .name, .profile-card-style-11 .position {
	background-color:#61ce70;
	padding:5px 15px;
	margin:5px 0;
	color:#fff;
	font-weight:600;
}
.profile-card-style-11 .name {
	font-size:22px;
}
.profile-card-style-11 .position {
	font-size:16px;
}
.profile-card-style-11 .title {
	margin-top:50%;
	height:100px;
	width:0;
    overflow: hidden;
	-webkit-transition: width .5s;
	-ms-transition: width .5s;
	-moz-transition: width .5s;
	transition: width .5s;
}
.profile-card-style-11:hover {
	opacity:.8;
}
.profile-card-style-11:hover .title {
	display:block;
	width:75%;
}
.profile-card-style-11 .team-member__socialmedia {
    display: inline;
    position: absolute;
    top: 35%;
    right: -10px;
    background: #FF337F;
    /*padding: 5px 28px;*/
    border-radius: 24px 24px 0 24px;
    box-shadow: 0 6px 21px rgba(2,2,2,0.3);
    transition: all .25s ease-in-out;
}
.profile-card-style-11 .team-member__socialmedia a:first-child {
	margin-left:5px;
}
.profile-card-style-11 .team-member__socialmedia a:last-child {
	margin-right:5px !important;
}
.profile-card-style-11 .elementor-icon {
	margin:5px 0px !important;
}
.profile-card-style-11 .team-member__socialmedia ul {
    margin: 0;
}
.profile-card-style-11 .team-member__socialmedia ul li {
    display: inline;
}
.profile-card-style-11 {
    list-style: none;
    margin-bottom: 50px;
}
.profile-card-style-11 .team-member__socialmedia a i {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 0 4px;
}
.profile-card-style-11:hover .team-member__socialmedia {
    right: 5%;
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.profile-card-style-11 .team-member__socialmedia .elementor-social-icon {
    background-color: transparent;
}
/* End Profile Card 11 CSS */

.profile-card-style-pro .buy-suggest {
	margin-top:20px;
	color:#a4afb7;
	font-size: 16px;
}
.profile-card-style-pro .buy-link {
	color:#7f225e;
	font-weight:700;
	text-decoration: none;
}
.profile-card-style-pro .live-preview {
	background: linear-gradient(to top left, #ea1f4f 0%, #2f2569 100%);
	border: none;
	padding: 5px 30px;
}
.profile-card-style-pro .live-preview:hover {
	background: linear-gradient(to top left, #ea1f4f 30%, #2f2569 100%);
	box-shadow: 2px 2px 10px 2px #888888;
}
.profile-card-style-pro .live-preview .preview-link {
	font-size:16px;
	color:#fff;
	text-decoration: none;
	font-family: Roboto, sans-serif;
}


/*FILESTART  /home/u666786476/domains/2foxtechnology.com/public_html/wp-content/plugins/card-elements-for-elementor/assets/css/testimonial-card-style.css */
/* Start Testimonial Card 1 CSS */ 
.testimonial-card-style-1 .feedback .testimonial-description {
    position: relative;
    padding: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 8px 30px -20px rgba(0,0,0,.5);
    -moz-box-shadow: 0 8px 30px -20px rgba(0,0,0,.5);
    box-shadow: 0 8px 30px -20px rgba(0,0,0,.5);
}
.testimonial-card-style-1 .bg-color {
    background-color: #f8f9fa;
    position: relative;
}
.testimonial-card-style-1 .feedback p {
    margin-bottom: 0;
}
.testimonial-card-style-1 .iq-mt-30 {
    margin-top: 30px;
}
.testimonial-card-style-1 .feedback .iq-avtar {
    width: 60px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    float: left;
}
.testimonial-card-style-1 .iq-mr-20 {
    margin-right: 20px!important;
}
.testimonial-card-style-1 .feedback .iq-avtar img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.testimonial-card-style-1 .img-fluid {
    max-width: 100%;
    height: auto;
}
.testimonial-card-style-1 .feedback .avtar-name {
    display: table-cell;
}
.testimonial-card-style-1 .feedback .iq-lead {
    font-size: 18px;
}
.testimonial-card-style-1 .iq-lead {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #02d871;
}
.testimonial-card-style-1 .iq-lead {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.testimonial-card-style-1 .iq-tw-6 {
    font-weight: 600;
}
.testimonial-card-style-1 .iq-star i {
    margin-right: 4px;
}
.testimonial-card-style-1 .fa-star:before {
    content: "\f005";
}
.testimonial-card-style-1 .testimonial-box-shape  {
    content: "";
    position: absolute;
    z-index: 9;
    bottom: -15px;
    left: 5%;
    height: 0;
    width: 0;
    border-bottom: 15px solid #fff;
    border-right: 15px solid transparent;
}
/* End Testimonial Card 1 CSS */ 

/* Start Testimonial Card 2 CSS */ 
.testimonial-card-style-2 .media .media-left img {
    width: 120px;
}
.testimonial-card-style-2 .iq-ml-10 {
    margin-left: 10px;
}
.testimonial-card-style-2 .iq-ml-10 {
    margin-left: 10px;
}
.testimonial-card-style-2 .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.testimonial-card-style-2 .media .media-body .blog {
    border-left: 2px solid #ddd;
    padding-left: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.testimonial-card-style-2 .media .media-body {
    -ms-flex: 1;
    flex: 1;
}
.testimonial-card-style-2 .name {
    color: #02d871;
    margin-top: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
}
.testimonial-card-style-2 .blog .elementor-star-rating__wrapper {
    text-align: left;
}
.testimonial-card-style-2 .testimonial-position {
    display: flex;
}
/* End Testimonial Card 2 CSS */ 

/* Start Testimonial Card 6 CSS */

.testimonial6{
    text-align: center;
    margin: 20px 30px 40px;
}

.testimonial6 .pic{
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 25px;
    border: 4px solid #6b2014;
    box-shadow: 0 7px rgba(0, 0, 0, 0.1), 0 5px #e4ac01;
    margin-bottom: 15px;
    overflow: hidden;
}
.testimonial6 .pic img{
    width: 100%;
    height: 100%;
}
.testimonial6 .description{
    padding: 0 20px 20px;
    font-size: 15px;
    color: #333;
    line-height: 30px;
    border-radius: 25px;
    border-bottom: 4px solid #6b2014;
    box-shadow: 0 7px rgba(0, 0, 0, 0.1), 0 5px #e4ac01;
    margin-bottom: 25px;
}
.testimonial6 .name{
    display: block;
    margin: 0 0 7px 0;
    font-size: 20px;
    font-weight: 600;
    color: #6b2014;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.testimonial6 .post{
    display: block;
    font-size: 15px;
    color: #e4ac01;
    text-transform: capitalize;
}

/* End Testimonial Card 6 CSS */

.testimonial-card-style-pro .buy-suggest {
	margin-top:30px;
	color:#a4afb7;
	font-size: 16px;
}
.testimonial-card-style-pro .buy-link {
	color:#7f225e;
	font-weight:700;
	text-decoration: none;
}
.testimonial-card-style-pro .live-preview {
	background: linear-gradient(to top left, #ea1f4f 0%, #2f2569 100%);
	border: none;
	padding: 5px 30px;
}
.testimonial-card-style-pro .live-preview:hover {
	background: linear-gradient(to top left, #ea1f4f 30%, #2f2569 100%);
	box-shadow: 2px 2px 10px 2px #888888;
}
.testimonial-card-style-pro .live-preview .preview-link {
	font-size:16px;
	color:#fff;
	text-decoration: none;
	font-family: Roboto, sans-serif;
}


/*FILESTART  /home/u666786476/domains/2foxtechnology.com/public_html/wp-content/plugins/card-elements-for-elementor/assets/css/post-card-style.css */
/* Start Common Post Card CSS */
.grid-container {
    display: grid;
    grid-column-gap: 30px;
}
.post-card_excerpt {
    margin-bottom: 0px;
}
.grid-item {
    text-align: center;
}
.post-card article {
    margin-bottom: 40px;
}
/* End Common Post Card CSS */

/* Start Post Card 1 CSS */
.post-card-style-1 .post-module {
    position: relative;
    z-index: 1;
    display: block;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.post-card-style-1 .post-module:hover {
    -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
.post-card-style-1 .post-module:hover .thumbnail img,
.post-card-style-1 .hover .thumbnail img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .6;
}
.post-card-style-1 .post-module .thumbnail {
    background: #000000;
    height: auto;
    overflow: hidden;
}
.post-card-style-1 .thumb_title {
    color: #fff;
    padding: 30px;
}
.post-card-style-1 .post-module .thumbnail .date {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    background: #e74c3c;
    width: 60px;
    height: 60px;
    padding: 12.5px 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.post-card-style-1 .post-module .thumbnail .date .day {
    font-size: 14px;
    color: #fff;
    line-height: 18px;
}
.post-card-style-1 .column_grid_3 .post-module .thumbnail .date .day {
    font-size: 12px;
    margin-top: -3px;
}
.post-card-style-1 .column_grid_4 .post-module .thumbnail .date .day,
.post-card-style-1 .column_grid_5 .post-module .thumbnail .date .day,
.post-card-style-1 .column_grid_6 .post-module .thumbnail .date .day {
    font-size: 12px;
    margin-top: -3px;
}
.post-card-style-1 .post-module .thumbnail .date .month {
    font-size: 12px;
    text-transform: uppercase;
}
.post-card-style-1 .post-module .thumbnail img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.post-card-style-1 .post-module .post-content {
    position: relative;
    background: #FFFFFF;
    width: 100%;
    padding: 30px;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.post-card-style-1 .post-module .post-content .category {
    position: absolute;
    top: -34px;
    left: 0;
    background: #e74c3c;
    padding: 10px 15px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.post-card-style-1 .post-module .post-content .category span.cat-links,
.post-card-style-1 .post-module .post-content .category span.cat-links a {
    color: #fff;
}
.post-card-style-1 .post-module .post-content .category span.cat-links a:hover {
    color: #111;
}
.post-card-style-1 .post-module .post-content h2 {
    font-size: 24px;
}
.post-card-style-1 .post-module .post-content .title {
    margin: 0;
    padding: 0 0 10px;
    color: #333333;
    font-weight: 700;
}
.post-card-style-1 .post-module .post-content .title a {
    color: #333333;
}
.post-card-style-1 .post-module .post-content .sub_title {
    margin: 0;
    padding: 0 0 20px;
    color: #e74c3c;
    font-size: 20px;
    font-weight: 400;
}
.post-card-style-1 .description .entry-read-more {
    color: #e74c3c;
}
.post-card-style-1 .post-module .post-content .description {
    display: block;
    color: #666666;
    font-size: 14px;
    line-height: 1.8em;
}
.elementor .post-card-style-1 .post-module .post-content .post-meta {
    margin: 30px 0 0;
    color: #999999;
    font-size: 14px;
}
.elementor .post-card-style-1 .post-module .post-content .post-meta .timestamp {
    margin: 0 16px 0 0;
}
.elementor .post-card-style-1 .post-module .post-content .post-meta a {
    color: #999999;
    text-decoration: none;
}
.elementor .post-card-style-1 .post-module  span {
    color: #999999;
}
.post-card-style-1 .post-meta .fa-user,
.post-card-style-1 .post-meta .fa-tags,
.post-card-style-1 .post-meta .fa-comments {
    margin-right: 5px;
}
.post-card-style-1  .post-card-tags {
    display: inline-block;

}
.post-card-style-1 .byauthor,
.post-card-style-1 .comments-link {
    margin-right: 5px;
}
.post-card-style-1  .post-content .description {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
}
.post-card-style-1 .column {
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.post-card-style-1 .column .demo-title {
    margin: 0 0 15px;
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.post-card-style-1 .info {
    width: 300px;
    margin: 50px auto;
    text-align: center;
}
.post-card-style-1 .info h1 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}
.post-card-style-1 .info span {
    color: #666666;
    font-size: 12px;
}
.post-card-style-1 .info span a {
    color: #000000;
    text-decoration: none;
}
.post-card-style-1 .info span .fa {
    color: #e74c3c;
}
/* End Post Card 1 CSS */

/* Start Post Card 2 CSS */
.post-card-style-2 .card-image {
    overflow: hidden;
}
.post-card-style-2 .text-center {
    text-align: center;
}
.post-card-style-2 .padding-tb {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
}
.post-card-style-2 .shadowDepth0 {
    box-shadow: 0 1px 3px rgba(0,0,0, 0.12);
}
.post-card-style-2 .post-card-image {
    background-color: #fff;
    border-radius: 0px;
    box-shadow:
        0 1px 3px rgba(0,0,0, 0.12),
        0 1px 2px rgba(0,0,0, 0.24);
    overflow: hidden;
}
.post-card-style-2 .post-card-image:hover {
    box-shadow:
        0 1px 3px rgb(52, 152, 219),
        0 1px 2px rgb(52, 152, 219);
    margin-top: -5px;
    margin-bottom: 5px;
}
.post-card-style-2 .post-card-image .noimage {
    padding: 30px 30px;
    background: #000;
}
.post-card-style-2 .post-card-image .thumb_title {
    color: #fff;
}
.post-card-style-2 .card-image img {
    width: 100%;
    max-width: 100%;
    display: block;
}
.post-card-style-2 .post-content {
    position: relative;
    padding: 30px;
}
.post-card-style-2 .description .entry-read-more {
    color: #0274be;
    font-weight: 400;
}
.post-card-style-2 .post-module .post-card-content-bg-box {
    background: #FFFFFF;
}
.post-card-style-2 .post-card_category {
    background-color: transparent;
}
.post-card-style-2 .card_title,
.post-card-style-2 .description,
.post-card-style-2 .card_meta,
.post-card-style-2 .card_action {
    text-align: left;
}
.post-card-style-2 .card_meta a,
.post-card-style-2 .card_author .byauthor,
.post-card-style-2 .card_author .post-card-tags {
    text-transform: capitalize;
}
.post-card-style-2 .card_action span a:hover {
    color: #111;
}
.post-card-style-2 .card_author .byauthor .author,
.post-card-style-2 .card_author .comments-link {
    display: inline-block;
    vertical-align: middle;
}
.post-card-style-2 .card_author .byauthor,
.post-card-style-2 .card_author .comments-link {
    margin-right: 10px;
}
.post-card-style-2 .card_author .fa {
    margin-right: 5px;
}
.post-card-style-2 .card_author .post-card-tags{
    display: inline-block;
    vertical-align: middle;
}
.post-card-style-2 .description {
    font-size: 16px
}
.post-card-style-2 .card_meta {
    color: #3498db;
    width: 60%;
    float: left;
}
.post-card-style-2 .card_meta a {
    color: #3498db;
}
.post-card-style-2 .card_meta a:hover {
    color: #111;
}
.post-card-style-2 .day {
    width: 40%;
    font-size: 18px;
    color: #bbb;
    float: right;
    position: relative;
    display: inline-block;
}
.post-card-style-2 .post-card-content-box {
    background-color: #fff;
}
.post-card-style-2 .card_title .title {
    text-decoration: none;
    color: #444;
    transition: all 0.5s ease;
    margin: 10px 0px;
    display: inline-block;
}
.post-card-style-2 .card_title h2 {
    font-size: 24px;
}
.post-card-style-2 .card_title .title a {
    color: #444;
}
.post-card-style-2 .card_title a:hover {
    color: #2980b9;
}
.post-card-style-2 .card_action {
    overflow: hidden;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    padding-bottom: 1.6rem;
}
.post-card-style-2 .card_author img {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 0.6em;
    box-shadow: 0 2px 4px rgba(0,0,0, 0.12), 0 2px 4px rgba(0,0,0, 0.24);
}
.post-card-style-2 .card_title a.entry-read-more:hover {
    color: #111;
}
/* End Post Card 2 CSS */

/* Start Post Card 6 CSS */
.post-card-style-6 .card-like {
    width: 18px;
}
.post-card-style-6 .card-clock {
    width: 15px;
    vertical-align: middle;
    fill: #AD7D52;
}
.post-card-style-6 .card-time {
    font-size: 12px;
    color: #AD7D52;
    vertical-align: middle;
    margin-left: 5px;
}
.post-card-style-6 .card-clock-info {
    float: right;
}
.post-card-style-6 .card-img {
    visibility: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 150px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.post-card-style-6 .card-info-hover {
    position: absolute;
    width: 100%;
    opacity: 0;
    top: 0;
}
.post-card-style-6 .card-img-hover {
    transition: 0.2s all ease-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    height: 235px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    top: 0;
}
.post-card-style-6 .card {
    margin-right: 25px;
    margin-bottom: 20px;
    margin-top: 20px;
    transition: all .4s cubic-bezier(0.175, 0.885, 0, 1);
    background-color: #fff;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 13px 10px -7px rgba(0, 0, 0,0.1);
}
.post-card-style-6 .description {
	margin-left:10px;
}
.post-card-style-6 .card:hover {
    box-shadow: 0px 30px 18px -8px rgba(0, 0, 0,0.1);
    transform: scale(1.10, 1.10);
}
.post-card-style-6 .card-info {
    z-index: 2;
    background-color: #fff !important;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 5px 5px 5px 5px;
}
.post-card-style-6 .card-category {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #868686;
    padding-left: 10px;
}
.post-card-style-6 .card-title {
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 10px;
}
.post-card-style-6 .card-by {
    font-size: 12px;
    font-weight: 500;
}
.post-card-style-6 .card:hover .card-img-hover {
    height: 100%;
    opacity: 0.3;
}
.post-card-style-6 .card:hover .card-info {
    background-color: transparent !important;
    position: relative;
}
.post-card-style-6 .card:hover .card-info-hover {
    opacity: 1;
}
.post-card-style-6 .description .entry-read-more {
    color: #0274be;
    font-weight: 400;
}
.post-card-style-6 .card-author span {
    padding: 5px;
}
.post-card-style-6 .card-author {
    padding-left: 6px;
}
.post-card-style-6 .card-author .fa {
    padding-right: 5px;
}
/* End Post Card 6 CSS */

.post-card-style-pro .buy-suggest {
	margin-top:30px;
	color:#a4afb7;
	font-size: 16px;
}
.post-card-style-pro .buy-link {
	color:#7f225e;
	font-weight:700;
	text-decoration: none;
}
.post-card-style-pro .live-preview {
	background: linear-gradient(to top left, #ea1f4f 0%, #2f2569 100%);
	border: none;
	padding: 5px 30px;
}
.post-card-style-pro .live-preview:hover {
	background: linear-gradient(to top left, #ea1f4f 30%, #2f2569 100%);
	box-shadow: 2px 2px 10px 2px #888888;
}
.post-card-style-pro .live-preview .preview-link {
	font-size:16px;
	color:#fff;
	text-decoration: none;
	font-family: Roboto, sans-serif;
}
/* End Post Card  CSS */


/*FILESTART  /home/u666786476/domains/2foxtechnology.com/public_html/wp-content/plugins/card-elements-for-elementor/assets/css/tour-card-style.css */
/* Start Tour Card 1 CSS */
.tour-card-style-1 {
    box-shadow: 0px 0px 20px 1px #f0f1f3;
    overflow: hidden;
}
.tour-card-style-1 .tour-main-container {
    background-color: #ffffff;
}
.tour-card-style-1 .tour-container {
    padding: 15px;
}
.tour-card-style-1 .tour-img {
    height: auto;
    width: 100%;
}
.tour-card-style-1 .tour-content {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
}
.tour-card-style-1 .elementor-tour-name-wrapper {
    width: 70%;
    font-size: 25px;
}
.tour-card-style-1 .elementor-tour-price-wrapper {
    width: 30%;
    text-align: right;
    font-size: 25px;
}
.tour-card-style-1 .elementor-tour-description-wrapper {
    width: 100%;
    margin-top: 15px;
}
.tour-card-style-1 .tour-details {
    padding-bottom: 15px;
}
.tour-card-style-1 .tour-details .tour-detail-ul {
    background-color: #f7f7f7;
    text-align: center;
    display: flex;
    list-style: none;
    padding: 15px 0px;
    margin: 0;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.tour-card-style-1 .tour-details .tour-detail-list {
    flex: 1;
}
.tour-card-style-1 .tour-details .tour-detail-list p {
    margin-bottom: 0px;
}
.tour-card-style-1 .tour-detail-icon {
    font-size: 25px;
}
.tour-card-style-1 .view-tour-btn {
    padding: 10px 0px;
    width: 100%;
    background-color: #3a3a3a;
    display: block;
    text-align: center;
    color: #fff;
}
.tour-card-style-1 .tour-img-overlay {
    position: absolute;
    width: 100%;
    height: 56.5%;
    top: 0;
    left: 0;
}
.tour-card-style-1 .tour-card-share {
    text-align: right;
}
.tour-card-style-1 .tour-card-share img {
    width: 55px;
}
.tour-card-style-1 .elementor-tour-sale-wrapper {
    background: #956917;
    border-radius: 5px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
}
.tour-card-style-1 .elementor-tour-name-wrapper {
    padding: 5px;
}
.tour-detail-icon svg {
    width: 20px;
}
/* End Tour Card 1 */

/*FILESTART  /home/u666786476/domains/2foxtechnology.com/public_html/wp-content/plugins/card-elements-for-elementor/assets/css/listing-card-style.css */
/* Start Listing Card 1 CSS */
.listing-card-style-1 {
    box-shadow: 0px 0px 20px 1px #f0f1f3;
    overflow: hidden;
}
.listing-card-style-1 .listing-main-container {
    background-color: #ffffff;
}
.listing-card-style-1 .listing-container {
    padding: 15px;
}
.listing-card-style-1 .listing-img {
    height: auto;
    width: 100%;
}
.listing-card-style-1 .listing-content {
    padding-bottom: 15px;
    text-align: center;
}
.listing-card-style-1 .elementor-listing-name-wrapper {
    font-size: 25px;
}
.listing-card-style-1 .elementor-listing-price-wrapper {
    font-size: 25px;
}
.listing-card-style-1 .view-listing-btn {
    padding: 10px 0px;
    width: 100%;
    background-color: #3a3a3a;
    display: block;
    text-align: center;
    color: #fff;
}
.elementor-star-rating__wrapper {
    justify-content: center;
}
.listing-card-style-1 .listing-img-content {
    position: relative;
}
.listing-card-style-1 .listing-img-content img {
    display: block;
}
.listing-card-style-1 .listing-img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.listing-card-style-1 .listing-card-share {
    text-align: right;
}
.listing-card-style-1 .listing-card-share img {
    width: 55px;
}
/* End Listing Card 1 */