/*
Author       : Theme-Family
Template Name: Alliy - Digital Agency Multipurpose HTML5 Website Template
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, SECTION TITLE, PRELOADER, BTN, SECTION PADDING, SCROLL etc)
    02. START BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME DESIGN
		--START HOME DEFAULT
		--START HOME SLIDER
		--PARTICLES HOME DESIGN
		--GRADIENT HOME DESIGN
		--CLIPE HOME DESIGN
		--LANDING PAGE HOME DESIGN
    04. START FEATURE DESIGN
		--START ABOUT DESIGN
		--START SKILL DESIGN
		--START COUNTER DESIGN 
    05. START SERVICE DESIGN
		--START CALL  DESIGN
    06. START PORTFOLIO DESIGN
	07. START TEAM DESIGN
	08. START PRICING DESIGN
	09. START TESTIMONIAL DESIGN
		--START COMPANY BRAND LOGO DESIGN
    10. START BLOG DESIGN
		--START BLOG DETAILS DESIGN
		--START PROTFOLIO DETAILS DESIGN
		--START SERVICE DETAILS DESIGN
		--START TEAM DETAILS DESIGN
	11.	START CONTACT DESIGN (START MAP DESIGN)
    12. START FOOTER DESIGN
  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
html{
	overflow-x: hidden;
	height: 100%;
}
body {
	font-family: var(--thm-font);
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color:  var(--thm-p);
}
:root {
	--thm-font: 'Manrope', sans-serif;
	--thm-font-text: 'DM Sans', sans-serif;
	--thm-base: #1abc9c;
	--thm-color: #1F8E35;
	--thm-black: #2d2d2d;
	--thm-white: #ffffff;
	--thm-ase: #afb2bf;
	--thm-gray: #8e8e8e;
	--thm-f6: #F1F8FF;
	--thm-fb: #FFFDF7;
	--thm-p: #2d2d2d;
	--thm-line: linear-gradient(106deg, #2b1d6a, #FE5F5B)
}
.bg-line {
	//background:var(--thm-line);
	
	
	background: 
  radial-gradient(circle at 70% 60%, rgba(40, 167, 69, 0.2), transparent 30%),
  radial-gradient(circle at 75% 65%, rgba(40, 167, 69, 0.1), transparent 40%),
  radial-gradient(circle at 80% 70%, rgba(40, 167, 69, 0.1), transparent 40%),
  #2d2d2d; /* color de fondo base */
}
.bg-color {
	background-color:var(--thm-color);
}
.bg-base {
	background: var(--thm-base);
}
.bg-black {
	background-color: var(--thm-black);
}
.bg-f1{
	background:#f1f1f1! important;
}
.bg-f2{
	background:#f2f2f2! important;
}
.bg-f3{
	background:#f3f3f3! important;
}
.bg-f4{
	background:#f4f4f4! important;
}
.bg-f5{
	background:#f5f5f5! important;
}
.bg-f6 {
	background-color: #FEF0D1 ! important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--thm-font);
	color: var(--thm-white);
	/* font-weight: 700;*/
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h1 {
	font-size: 48px;
	line-height: 55px;
	margin-bottom: 0px;
	font-weight: 600;
	color: #2d2d2d;
}
h2 {
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 0px;
	font-weight: 700;
}
h3 {
	font-size: 36px;
	line-height: 45px;
	margin-bottom: 0px;
	font-weight: 600;
	color:#2d2d2d;
}
h4 {
  font-size: 20px;
  line-height: 27px; }

h5 {
  font-size: 18px;
  line-height: 26px; }

h6 {
  font-size: 14px;
  line-height: 22px; }
  
p:last-child {
	margin-bottom: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
}
p {
	padding: 0;
	margin: 0;
	font-size: 20px;
	color: var(--thm-p);
	line-height: 26px;
	font-family: var(--thm-font);
	font-weight: 300;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
a {
text-decoration: none;
transition: all 0.2s ease 0s;
}
a:focus, .btn:focus {
	text-decoration: none;
	outline: none;
}
a:hover{
	color: inherit;
}
a {
	color: inherit;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover, a:active {
	text-decoration: none;
	outline: 0;
}
*, ::before, ::after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
span {
	letter-spacing: 0;
}
a, button, input {
	outline: medium none;
	color: inherit;
}
dl, ol, ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
button:focus {
	outline: none !important;
	box-shadow: none !important;
	border-color: transparent !important;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
::-webkit-input-placeholder {
	color: inherit;
}
::-moz-input-placeholder {
	color: inherit;
}
::-ms-input-placeholder {
	color: inherit;
}
.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 270px;
	z-index: 9;
	overflow: hidden;
}
.border-left{
	border-left:2px solid var(--thm-color);
}
.form-group {
	margin-bottom: 20px;
}
button, input, textarea {
    color: var(--thm-black);
}
button, input, textarea:focus {
    outline:none;
}
.atf-color-ase{
	color:var(--thm-ase)! important;
}
/**************************************
 * START FONT SIZE DESIGN
 *************************************/
 
 .container {
 /*   max-width: 1700px !important; */
     
 }
 
.f-10 {
  font-size: 10px;
}

.f-12 {
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
}

.f-14 {
  font-size: 14px;
}

.f-15 {
  font-size: 15px;
}

.f-16 {
  font-size: 16px;
}

.f-17 {
  font-size: 17px;
}

.f-18 {
  font-size: 18px;
}

.f-19 {
  font-size: 19px;
}

.f-20 {
  font-size: 20px;
}
/**************************************
 * END FONT SIZE DESIGN
 *************************************/
/**************************************
 * START LINE HEIGHT DESIGN
 *************************************/
.line-height_1_4 {
  line-height: 1.4;
}

.line-height_1_6 {
  line-height: 1.6;
}

.line-height_1_8 {
  line-height: 1.8;
}
/**************************************
 * END LINE HEIGHT DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* PRELOADER
* ----------------------------------------------------------------------------------------
*/

.atf-preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.atf-status-mes {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 4px solid rgba(0, 0, 0, 0.08);
    border-right: 4px solid rgba(0, 0, 0, 0.08);
    border-bottom: 4px solid rgba(0, 0, 0, 0.08);
    border-left: 4px solid var(--thm-color);
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 10000;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*END PRELOADER DESIGN*/

/*START SECTION PADDING DESIGN*/

.atf-section-padding {
	padding: 100px 0;
}

/*START SECTION TITLE DESIGN*/

.atf-section-title {
	margin-bottom: 50px;
}
.atf-section-title h5 {
	margin: 0px 0 8px;
	text-transform: uppercase;
	font-size:16px;
}
.atf-section-title h2 {
	font-weight: 700;
	font-size: 35px;
	line-height: 1.3;
	color: var(--thm-black);
	text-transform: capitalize;
	font-family: var(--thm-font);
}
.atf-section-title p {
	font-family: var(--thm-font);
	color: var(--thm-p);
	/* font-weight: 400; */
	line-height: 26px;
}
.atf-section-title .atf-sec_icon  {
	position: relative;
	display:inline-block;
}
.atf-section-title .atf-sec_icon:before{
	position:absolute;
	content: '';
	width: 50px;
	height: 2px;
	background: var(--thm-color);
	top: 16px;
	left: -56px;
}
.atf-section-title .atf-sec_icon:after{	
	position:absolute;
	content: '';
	width: 50px;
	height: 2px;
	background: var(--thm-color);
	top: 16px;
	right: -56px;
}
.atf-section-title .atf-sec_icon .atf-sec_radius {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: -6px 2px;
	background: var(--thm-color);
	display: inline-block;
}

@media only screen and (max-width:480px) { 
	.atf-section-title  h2  {font-size:25px;}
}
/*END SECTION TITLE DESIGN*/

/*START SCROLL TO TOP*/

#back_to_top {
    position: fixed;
    right: 2%;
    top: 100%;
    width: 28px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    border: 2px solid var(--thm-color);
    color: var(--thm-color);
    text-align: center;
    background-color: var(--thm-white);
    border-radius: 100px;
    z-index: 999;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#back_to_top:hover {
    background-color: var(--thm-color);
    color: var(--thm-white);
}

#back_to_top.active {
    top: calc(100% - 110px)
}

#back_to_top i {
    -webkit-animation: mymove 1s ease-in 0s infinite alternate;
    animation: mymove 1s ease-in 0s infinite alternate;
    display: inline-block;
    position: relative;
}

@-webkit-keyframes mymove {
    from {
        top: -5px;
    }
    to {
        top: 5px;
    }
}

@keyframes mymove {
    from {
        top: -5px;
    }
    to {
        top: 5px;
    }
}
	
/*END SCROLL TO TOP*/

/* START BTN STYLE */

.atf-themes-btn-slide {
	display: inline-block;
	padding: 12px 30px;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 15px;
	border-radius: 25px;
	font-weight: 200;
	background: #1F8E35;
	transition: all 500ms ease;
	cursor: pointer;
	color: var(--thm-white);
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: 0.5s;
	font-family: var(--thm-font);
}


.atf-themes-btn {
	display: inline-block;
	padding: 10px 35px;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 20px;
	border-radius: 32px;
	font-weight: 300;
	background: #2d2d2d;
	transition: all 500ms ease;
	cursor: pointer;
	color: var(--thm-white);
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: 0.5s;
	font-family: var(--thm-font);
	border: 1px solid #28A745;
}

.atf-themes-btn span {
    position: absolute;
    width: 25%;
    height: 100%;
    background: var(--thm-color);
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
}

.atf-themes-btn:hover {
    color: var(--thm-white);
}

.atf-themes-btn:hover span {
    transform: translateY(0) scale(3);
}

.atf-themes-btn span:nth-child(1) {
    --n: 1;
}

.atf-themes-btn span:nth-child(2) {
    --n: 2;
}

.atf-themes-btn span:nth-child(3) {
    --n: 3;
}

.atf-themes-btn span:nth-child(4) {
    --n: 4;
}

.atf-themes-btn:focus {
	outline: 0;
	box-shadow: none;
}

.atf-main-btn .atf-themes-btn i {
	opacity: 0;
	transform: translateX(-10px);
	transition: 0.5s;
}
.atf-main-btn .atf-themes-btn:hover i{
	opacity:1;
	transform:translatex(8px);
}

/* END BTN STYLE */	

/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/	
/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.atf-top-header {
	background: #2D2D2D;
	overflow: hidden;
}
.atf-top-header .atf-top-header-in {
	height: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	transition: all 0.4s ease;
}
.atf-top-header  .atf-top-social {
	font-size: 16px;
	height: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	transition: all 0.4s ease;
	color: var(--thm-white);
	text-align: center;
}
.atf-top-social a i:hover{
	color:var(--thm-white);
}
.atf-top-social a i {
	margin-left: 15px;
	color: rgba(255, 255, 255, 0.8);
}
.atf-sticky-active .atf-top-header-in  {
	height: 0; 
}
.atf-sticky-active .atf-top-social  {
	height: 0; 
}
.atf-top-header-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap; 
}
.atf-top-header-list li {
	margin-right: 30px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px; 
}
.atf-top-header-list li:last-child {
    margin-right: 0; 
}
.atf-top-header-list li i {
    margin-right: 10px; 
}
.atf-top-header-list li a:hover {
    color: var(--thm-white);
}
.atf-site-header.atf-style1 {
	transition: all 0.4s ease; 
}
.atf-site-header.atf-style1 .atf-main-header-in {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 90px; 
}
.atf-site-header.atf-style1.atf-sticky-active {
	background: #2D2D2D;
	color: var(--thm-white) !important;
}
.atf-nav .atf-nav-list > li > a {
	color: var(--thm-white);
}

@media screen and (max-width: 991px) {
  .atf-main-header .container {
    width: 100%; }
	
	.atf-nav-list li a .arrow-btn{
		display:none;
	}

  .atf-top-header {
    display: none; }

  .atf-site-header.atf-style1 {
    background-color: #2D2D2D; } 
}

.atf-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	/* text-transform: uppercase; */
	font-size:16px;
	font-weight: 300;
	
}
.atf-main-header {
  position: relative; }

@media screen and (min-width: 992px) {
	.atf-nav .atf-nav-list {
		display: flex !important;
		flex-wrap: wrap; 
	}
	.atf-nav-list .atf-quote a {
		padding: 7px 48px !important;
		margin-top: 12px;
		font-size: 16px;
	/*	text-transform: uppercase; */
	}	
	.atf-nav .atf-nav-list > li {
		margin-right: 45px; 
		/* font-weight:500;*/
	}
	.atf-nav .atf-nav-list > li:last-child {
		margin-right: 0; 
	}
	.atf-nav .atf-nav-list > li > a {
		padding: 22px 0;
		display: inline-block;
	}
	.atf-nav .atf-nav-list > li > ul {
		left: 0;
		top: calc(100% + 15px); 
	}
	.atf-nav .atf-nav-list > li > ul:before {
		content: '';
		position: absolute;
		height: 10px;
		width: 10px;
		border: 1px solid #eaeaea;
		transform: rotate(45deg);
		background-color: #fff;
		border-right: none;
		border-bottom: none;
		top: -6px;
		left: 16px; 
	}
	.atf-nav .atf-nav-list > li:hover > ul {
		top: 100%;
		opacity: 1;
		visibility: visible;
		transition: all 0.4s ease; 
	}
	.atf-nav .atf-nav-list li {
		position: relative; 
	}
	.atf-nav .atf-nav-list li a.active {
		color: var(--thm-color); 
	}
	.atf-nav .atf-nav-list ul {
		width: 200px;
		background-color: #fff;
		position: absolute;
		border: 1px solid #eaeaea;
		border-radius: 4px;
		padding: 10px 0;
		z-index: 100;
		opacity: 0;
		visibility: hidden;
		display: block !important;
		transition: all 0.1s ease; 
	}
	.atf-nav .atf-nav-list ul li:hover ul {
		top: 0px; 
	}
	.atf-nav .atf-nav-list ul li:hover > ul {
		opacity: 1;
		visibility: visible;
		transition: all 0.4s ease; 
	}
	.atf-nav .atf-nav-list ul a {
		font-size: calc(100% - 1px);
		display: block;
		line-height: 1.6em;
		padding: 9px 20px;
		color:var(--thm-black);
	}
	.atf-nav .atf-nav-list ul a:hover {
		background-color: var(--thm-color);
		color: var(--thm-white);
	}
	.atf-nav .atf-nav-list ul ul {
		top: 15px;
		left: 100%; 
	}
	.atf-menu-toggle,
	.atf-menu-dropdown-toggle {
		display: none; 
	} 
}
@media screen and (max-width: 991px) {
	.atf-menu-dropdown-toggle {
		position: absolute;
		height: 30px;
		width: 30px;
		right: 20px;
		top: 5px; 
	}
	.atf-menu-dropdown-toggle:before, .atf-menu-dropdown-toggle:after {
		content: '';
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		height: 2px;
		width: 10px;
		background-color: var(--thm-white);
		transition: all 0.3s ease; 
	}
	.atf-menu-dropdown-toggle:before {
		transform: translate(-50%, -50%) rotate(90deg); 
	}
	.atf-menu-dropdown-toggle.active:before {
		transform: translate(-50%, -50%) rotate(0deg); 
	}
	.atf-nav .atf-nav-list {
		position: absolute;
		width: 50vw;
		right: 0;
		background-color: #3A3E3D;
		padding: 10px 0;
		display: none;
		top: 100%;
		border-top: 1px solid #eaeaea;
		border-bottom: 1px solid #eaeaea;
		overflow: auto;
		max-height: calc(100vh - 80px);
	}
	.atf-nav .atf-nav-list ul {
		padding-left: 15px;
		display: none; 
	}
	.atf-nav .atf-nav-list a {
		display: block;
		padding: 8px 20px; 
		color: var(--thm-white);
	}
	.atf-nav .menu-item-has-children {
		position: relative; }

 /*Mobile Menu Button*/
 
.atf-menu-toggle {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 27px;
	margin: 15px 0px 15px 0px;
	cursor: pointer; 
}
.atf-menu-toggle span,
.atf-menu-toggle span:before,
.atf-menu-toggle span:after {
	width: 100%;
	height: 2px;
	background-color: var(--thm-white);
	display: block; 
}
.atf-menu-toggle span {
	margin: 0 auto;
	position: relative;
	top: 12px;
	transition-duration: 0s;
	transition-delay: 0.2s; 
}
.atf-menu-toggle span:before {
	content: '';
	position: absolute;
	margin-top: -8px;
	transition-property: margin, transform;
	transition-duration: 0.2s;
	transition-delay: 0.2s, 0s; 
}
.atf-menu-toggle span:after {
	content: '';
	position: absolute;
	margin-top: 8px;
	transition-property: margin, transform;
	transition-duration: 0.2s;
	transition-delay: 0.2s, 0s;
}
.atf-toggle-active span {
	background-color: rgba(0, 0, 0, 0);
	transition-delay: 0.2s; 
}
.atf-toggle-active span:before {
	margin-top: 0;
	transform: rotate(45deg);
	transition-delay: 0s, 0.2s; 
}
.atf-toggle-active span:after {
	margin-top: 0;
	transform: rotate(-45deg);
	transition-delay: 0s, 0.2s; }
}
.atf-sticky-header {
	position: fixed;
	z-index: 200;
	width: 100%;
	top: 0;
	left: 0; 
}

/*
* ----------------------------------------------------------------------------------------
* 02. END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-hero-area{
	height: 700px;
}
.atf-align-items-details {
	display: flex;
	align-items: center;
	min-height: 100%;
}
.atf-home-overlay{
	width: 100%;
	position: relative;
	z-index: 1;
}
.atf-home-overlay::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	opacity: 0.65;
	z-index: -1;
}

.sub-title {
	color: var(--thm-white);
	margin-bottom: 10px;
	background: var(--thm-line);
	padding: 5px 10px;
	display: inline-block;
	border-radius: 5px;
}
.atf-single-text h1 {
	color: var(--thm-white);
	font-size: 64px;
	font-weight: 600; 
	line-height: 70px;
	text-shadow: 1px 1px 15px rgba(0,0,0, 0.3);
}
.atf-single-text p {
	color: var(--thm-white);
/*	font-size: 18px;*/
	margin: 30px 0 35px;
}
.slider-active .owl-nav .owl-next, .slider-active .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: var(--thm-white);
	opacity: 1;
	font-size: 20px;
	transition: all 0.4s ease-in-out;
	width: 50px;
	height: 50px;
	line-height: 44px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 5%;
	text-align: center;
}
.slider-active .owl-nav .owl-prev {
	left: 28px;
}
.slider-active .owl-nav .owl-next{
	right: 28px;	
}
.slider-active .owl-nav .owl-next:hover,
.slider-active .owl-nav .owl-prev:hover {
    border-color: var(--thm-color);
    background: var(--thm-color);
    color: var(--thm-white);
}
/*-- Animations Start --*/
.owl-item.active .atf-single-home .atf-single-text h3  {
  -webkit-animation: fadeInDown 1.7s ease-in-out;
  animation: fadeInDown 1.7s ease-in-out;
}
.owl-item.active .atf-single-home .atf-single-text h1{
  -webkit-animation: fadeInUp 1.2s ease-in-out;
  animation: fadeInUp 1.2s ease-in-out;
}
.owl-item.active .atf-single-home .atf-single-text p {
  -webkit-animation: fadeInUp 1.8s ease-in-out;
  animation: fadeInUp 1.8s ease-in-out;
}
.owl-item.active  .atf-single-home .atf-hero-btn {
  -webkit-animation: fadeInUp 1.2s ease-in-out;
  animation: fadeInUp 1.2s ease-in-out;
}
  
@media only screen and (max-width:480px) { 
	.atf-single-text h1{font-size:40px;}
}

@media only screen and (max-width:480px) { 
	.atf-single-text p {
	  color: var(--thm-white);
	  margin: auto;
	  width: 100%;
	  margin-bottom: 25px;
	}
}

@media only screen and (max-width:820px) { 
	.slider-active .owl-nav .owl-next,
	.slider-active .owl-nav .owl-prev {
		display: none!important;
	}
}

/* START HOME 2 */
#home{
	position:relative;
	z-index: 1;
}
.atf-home2-area {
    background-color: var(--thm-f6);
    height: 750px;
    overflow: hidden;
	z-index:1;
}
.atf-home2-area::before {
	content: '';
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	opacity: 0.7;
	z-index: -1;
}
.atf-align-items-details {
	display: flex;
	align-items: center;
	min-height: 100%;
}
.atf-home2-area .atf-content-details h5 {
	color: var(--thm-color);
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	text-transform: capitalize;
}
.atf-single-details{
	z-index:1;
}
.atf-home2-area .atf-single-details h2 {
	color: var(--thm-white);
	text-transform: capitalize;
	font-weight: 700;
	font-family: var(--thm-font);
	font-size: 60px;
	line-height: 1.2;
}
.atf-home2-area .atf-single-details p {
	margin: 10px 0 23px;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 400;
	color: var(--thm-white);
	margin: 25px 0 40px;
	z-index: -1;
}
.atf-round-area{
	position: relative;
	background: var(--thm-color);
}
.atf-round-area {
	position: absolute;
	left: -8%;
	top: -47%;
	right: auto;
	width: 30%;
	height: 100%;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	opacity: 0.6;
}
.atf-particles-wrap .atf_home_img {
	position: relative;
}
.atf-particles-wrap .atf_home_img {
	position: relative;
}
.atf-particles-wrap .atf_home_img .atf-img-inner {
	position: relative;
	display: block;
}
.atf-particles-wrap .atf_home_img .home-image-box {
	position: relative;
	display: block;
	border-radius: 7px;
	overflow: hidden;
}
.atf-particles-wrap .atf_home_img .home-image-box::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--thm-black);
	z-index: 1;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	opacity: 0.3;
}
.atf-particles-wrap .atf_home_img.home-image-box img {
	display: block;
	width: 100%;
	border-radius: 7px;
}
.atf-particles-wrap .atf_home_img .home-image-box img:hover{
	display: block;
	width: 100%;
	border-radius: 7px;
}
.atf_home_img .waves-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 999;
}
.atf_home_img .iq-video {
	background: var(--thm-color);
	display: inline-block;
	width: 70px;
	height: 70px;
	text-align: center;
	font-size: 20px;
	color: var(--thm-white);
	border-radius: 100%;
	line-height: 53px;
	z-index: 9;
	position: relative;
	border: 8px solid var(--thm-white);
}
.atf_home_img .iq-video i {
	margin-left: 3px;
}
.atf_home_img .iq-waves {
	position: absolute;
	left: -30px;
	top: -30px;
	z-index: 2;
}
.atf_home_img .iq-waves .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.atf_home_img .iq-waves .waves {
	position: absolute;
	width: 130px;
	height: 130px;
	background: rgba(234 237 249 / 50%);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 50%;
	background-clip: padding-box;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
}
.atf_home_img .iq-waves .wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.atf_home_img .iq-waves .wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.atf_home_img .iq-waves .wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
@-webkit-keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}
@keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}
	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}
@media only screen and (max-width : 992px) {
	.atf-home2-area .atf-single-details h2{
		font-size:50px;
	}
	.atf-single-details br{
		display:none;
	}
}
@media only screen and (max-width : 991px) {
	.atf-home2-area .atf-single-details h2{
		font-size:60px;
	}
}
@media only screen and (max-width: 767px) {

	.atf-home2-area .atf-single-details h2{
		font-size:40px;
	}
	
}

@media only screen and (max-width: 576px) {
	.atf-home2-area .atf-themes-btn{
		margin-bottom:15px;
	}
}
@media screen and (max-width: 320px) and (min-width: 0px){
	.atf-home2-area .atf-single-details h2{
		font-size:30px;
	}
}
/*
* ----------------------------------------------------------------------------------------
* PARTICLES HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-particles-area {
  position: relative;
  z-index: 1;
}
/*
* ----------------------------------------------------------------------------------------
* GRADIENT HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-home-gradient{
	position: relative;
}
.atf-home-gradient::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(106deg, #2b1d6a, #FE5F5B);
	background: -webkit-linear-gradient(106deg, #2b1d6a, #FE5F5B);
	border-radius: 0% 0% 50% 50%/0% 0% 100% 100%;
	transform: scaleX(2.1);
	opacity: 0.6;
}
/*
* ----------------------------------------------------------------------------------------
* CLIPE HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-clip-home {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 83%, 20% 100%, 0 83%);
	clip-path: polygon(0 0, 100% 0, 100% 83%, 20% 100%, 0 83%);
}
/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 04. START FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-feature-area .atf-single-feature {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	border: 1px solid;
}
.atf-feature-area .atf-single-feature .atf-feature-content {
	padding: 30px 25px 20px;
	background: var(--thm-white);
}
.atf-feature-icon{
	display: inline-block;
	-webkit-transition: 0.3s all ease-in-out 0s;
	transition: 0.3s all ease-in-out 0s;
}
.atf-feature-icon i {
	color: var(--thm-color);
	font-size: 50px;
}
.atf-feature-area .atf-single-feature:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
}
.atf-feature-area .atf-single-feature img {
  -webkit-transition: all .5s;
  transition: all .5s;
  overflow:hidden;
  border-radius: 0 0 24px 138px;
}
.atf-single-feature .atf-feature-content h4 {
	color: var(--thm-black);
	transition: all 0.3s ease-in-out 0s;
}
.atf-single-feature .atf-feature-content h4:hover {
	color: var(--thm-color);
}

.atf-single-feature .atf-feature-content p {
	padding: 4px 0 15px;
}

.atf-single-feature{
	position:relative;
}
.atf-single-feature:hover {
	box-shadow: initial;
	transform: initial;
	
}
.atf-single-feature:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: var(--thm-ase);
}
.atf-single-feature:after {
	content: "";
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	transform-origin: right center;
	transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transform: scaleX(0);
}
.atf-single-feature:hover:after {
	opacity: 1;
	transform-origin: left center;
	transform: scaleX(1);
}
.atf-single-feature:after {
	height: 10px;
	background: var(--thm-color);
	border-radius:0px 0px 4px 4px;
}


/*
* ----------------------------------------------------------------------------------------
* END FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* START ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
#about{
	position:relative;
}
.atf-single-about {
	position:relative;
}
.atf-about-number {
	position: absolute;
	font-size: 100px;
	opacity: 0;
	font-weight: 500;
	bottom: -40px;
	left: 0;
}
.atf-about-text h3 {
	padding: 15px 0 10px 0;
	color: var(--thm-color);
	font-weight: 700;
	letter-spacing: 1px;
}
.atf-about-content:hover .atf-about-number {
	transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
	opacity:0.1;
}
.atf-about-content:hover h3 {
	color: var(--thm-color);
	transition:0.3s ease-in-out;
	-webkit-transition:0.3s ease-in-out;
}
.atf-about-content:hover .atf-about-icon {
	transform:translateY(-6px);
}
.atf-single-about {
	border: none;
	border-radius: 0px;
}
.atf-about-icon img {
	width: 100px;
	height: auto;
}
.atf-about-icon {
	transition: .5s ease;
}
.atf-about-icon i {
	color: var(--thm-color);
	font-size: 45px;
	text-align: center;
}
#choose{
	background:var(--thm-f6);
}
.atf-sub-choose h2{
	margin-top:7px;
}
.atf-sub-choose .atf-choose-img{
	float: left;
	display:block;
	margin-right:20px;
}
/*
* ----------------------------------------------------------------------------------------
* END ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/

/**************************************
 * START SKILL DESIGN
 *************************************/

.atf-skill-content h3{
	color: var(--thm-color);
}
.atf-container-skill {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	border-color: transparent !important;
}
.atf-progress-content .bg-primary{
	background-color: var(--thm-color)!important;
}
.atf-progress-content h6{
	font-size:18px;
}
.atf-progress-content .progress {
	height: 8px;
	overflow: visible;
	border: 1px solid #61cccc;
}
.progress {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem;
}
.atf-skill-box .atf-progress-content .progress .progress-value {
	position: absolute;
	top: -30px;
	right: -15px;
	font-size: 13px;
}
.atf-skill-box .atf-progress-content .progress .progress-bar {
	border-radius: 6px;
	-webkit-animation: animate-positive 3s;
	animation: animate-positive 3s;
	overflow: visible !important;
}
@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}
/**************************************
 *  END SKILL DESIGN
 *************************************/
/*
* --------------------------------------
* START COUNTER DESIGN
* --------------------------------------
*/
.atf-counter-value {
	padding: 0px 0px 5px;
	font-size: 36px;
	font-weight: 600;
	color:#35E491;
}
.atf-counter-content h3 {
	font-weight: 500;
	font-size: 18px;
	color: var(--thm-black);
}
.atf-work-area .atf-section-title{
	margin-bottom:0;
}
.atf-work-area .atf-section-title p{
	margin-bottom:0;
	color: var(--thm-p);
}
.atf-work-area{
	padding-left:15px;
}
.atf-work-area h2 {
	text-transform:capitalize;
}
.atf-work-area p {
	width:100%;
}
.atf-work-content {
	margin-top:20px;
}
.atf-work-content li {
	line-height: 40px;
	color: var(--thm-p);
}
.atf-work-content li::before {
	content: "\f00c";
	color: var(--thm-color);
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	text-align: center;
	margin-right: 15px;
	border: 1px solid var(--thm-color);
	border-radius: 50%;
	padding: 5px;
}
.atf-counter-icon{
	float:left;
}
.atf-counter-icon i {
	font-size: 50px;
	color: var(--thm-color);
}
/*
* ----------------------------------------------------------------------------------------
* END COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 05.START SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-service-content {
	margin: 15px 0;
	background: var(--thm-white);
}
.atf-single-services {
	padding: 35px 25px;
	border-radius: 8px;
}
.atf-service-content{
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.atf-single-services:hover {
	background: var(--thm-color);
}
.atf-single-services:hover h3,
.atf-single-services:hover p,
.atf-single-services2:hover .atf-services-text p,
.atf-single-services:hover i{
	color: var(--thm-white);
	transition:0.3s ease-in-out;
}
.atf-single-services {
	transition: 0.3s all ease-in-out 0s;
	-webkit-transition: 0.3s all ease-in-out 0s;
	box-shadow: 4px 13px 14px 1px rgba(75, 81, 91, 0.1);
	-webkit-box-shadow: 4px 13px 14px 1px rgba(75, 81, 91, 0.1);
}
.atf-services-icon {
	display: inline-block;
	-webkit-transition: 0.3s all ease-in-out 0s;
	transition: 0.3s all ease-in-out 0s;
}
.atf-services-icon i {
	color: var(--thm-color);
	font-size: 45px;
	text-align: center;
	padding-top: 5px;
}
.atf-services-text h3 {
	padding: 0px 0 10px 0;
	color: var(--thm-color);
	font-weight: 700;
	letter-spacing: 1px;
}
.atf-services-text p {
	color: var(--thm-p);
}
.atf-single-services2 {
	padding: 30px 20px;
}
.atf-single-services2 .atf-services-text p {
	color: var(--thm-p);
	padding:0 8px;
	color: var(--thm-p);
}
.atf-servic-list {
	margin-top:20px;
}
.atf-servic-list  li {
	line-height: 40px;
	color: var(--thm-p);
}
.atf-servic-list  li::before {
	content: "\f00c";
	color: #ffffff;
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	font-weight: 900;
	text-align: center;
	margin-right: 15px;
/*	border: 1px solid #28A745;*/
	border-radius: 50%;
	padding: 6px;
	background:#28A745;
}
/*
* ----------------------------------------------------------------------------------------
* 05.END SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* START CALL  DESIGN
* ----------------------------------------------------------------------------------------
*/
#call-to-action{
	background: var(--thm-line);
}
.atf-call-details i {
	font-size: 50px;
	width: 75px;
	line-height: 75px;
	color: var(--thm-white);
	text-align: center;
	border-radius: 6px;
	background: var(--thm-color);
	float: left;
	margin-right: 25px;
}
.atf-call-details p {
	font-size:18px;
}
.atf-call-image {
	position: relative;
}
.atf-call-image img {
	position: absolute;
	top: -82px;
	bottom: 0;
	left: 0;
}
/*
* ----------------------------------------------------------------------------------------
*  END CALL  DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 06.START PORTFOLIO DESIGN
* ----------------------------------------------------------------------------------------
*/
#portfolio {
    position: relative;
	overflow: hidden;
}
#portfolio .atf-section-title {
	margin-bottom: 50px;
}
#portfolio .atf-portfolio-nav {
	text-align: center;
}
#portfolio .atf-portfolio-nav .nav {
	display: inline-block;
	margin: 0;
	border-radius: 10px;
}
#portfolio .atf-portfolio-nav .nav li {
	display: inline-block;
	font-size: 14px;
	cursor: pointer;
	text-transform: capitalize;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	padding: 5px 13px;
	margin: 2px 7px;
	color: var(--thm-black);
	border: 1px solid var(--thm-color);
	font-weight: 700;
}
#portfolio .atf-portfolio-nav .nav li:hover,
#portfolio .atf-portfolio-nav .nav li.filter-active {
	color: var(--thm-white);
	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;
	background: var(--thm-color);
}
#portfolio .atf-main-portfolio {
	display: inline-block;
	width: 100%;
	transition: all 0.3s ease;
}
.atf-grid-portfolio img {
    width: 100%;
}
.atf-single-portfolio div .image-box{
    position: relative;
    overflow: hidden;    
	margin-bottom: 0;
}
.atf-grid-portfolio {
	width:25%;
	position:relative;
}
.atf-grid-portfolio .atf-single-portfolio {
    display: block;
    overflow: hidden;
}
.atf-single-portfolio .atf-hover-portfolio {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	-webkit-transition: all .4s;
	transition: all .4s;
	opacity: 0;
	background-color: rgba(34, 36, 36, 0.85);
	transition: 0.3s ease-out 0s;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}
.atf-single-portfolio .atf-hover-portfolio:hover {
	opacity: 1;
	transition: 0.5s ease-out 0.2s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.atf-single-portfolio .atf-hover-portfolio:hover .atf-portfolio-content  {
	opacity: 1;
}
.atf-portfolio-content .atf-hover-portfolio:hover h3,
.atf-portfolio-content .atf-hover-portfolio:hover p{
	 color: var(--thm-white);
}
.atf-single-portfolio .atf-hover-portfolio .atf-portfolio-content i {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity:0;
}
.atf-single-portfolio:hover .atf-hover-portfolio .atf-portfolio-content i {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	-ms-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
	opacity: 1;
}
.atf-single-portfolio .atf-hover-portfolio .atf-portfolio-content {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	width: 100%;
	display: flex;
	flex-direction: column;
	transition: all 0.4s ease;
	transform: translate(-50%, -50%);
}
.atf-portfolio-content i {
	width: 50px;
	height: 50px;
	text-align: center;
	border: 1px solid var(--thm-white);
	color:var(--thm-white);
	border-radius: 50%;
	margin: auto;
	margin-bottom: 25px;
	transition: all 0.5s ease-in-out 0s;
	line-height: 50px;
}
.atf-portfolio-content i:hover {
	background:var(--thm-color);
	color:var(--thm-white);
	border: 1px solid var(--thm-color);
}
.atf-portfolio-content p {
	color: var(--thm-white) !important;
	font-size: 14px;
}
.atf-portfolio-content h3 {
	padding: 0px 0 10px;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	color: var(--thm-white);
	font-size: 18px;
	font-weight: 500;
}
/*
* ----------------------------------------------------------------------------------------
* 06.END PORTFOLIO DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 07.START TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-team {
	padding: 30px 0 60px;
	background: var(--thm-white);
	text-align: center;
	overflow: hidden;
	position: relative;
}

.atf-single-team .atf-team-pic {
	display: inline-block;
	width: 130px;
	height: 130px;
	margin-bottom: 30px;
	z-index: 1;
	position: relative;
}
.atf-single-team .atf-team-pic::before {
	content: "";
	width: 100%;
	height: 0;
	border-radius: 50%;
	background: var(--thm-color);
	position: absolute;
	bottom: 135%;
	right: 0;
	left: 0;
	transform: scale(4);
	transition: all 0.3s linear 0s;
}
.atf-single-team:hover .atf-team-pic:before{ height: 100%; }
.atf-single-team .atf-team-pic:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--thm-color);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.atf-single-team .atf-team-pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
}
.atf-single-team:hover .atf-team-pic img {
	box-shadow: 0 0 0 5px #f7f5ec;
	transform: scale(1.0);
	padding: 2px;
}
/* .atf-single-team:hover .atf-team-content{ padding-bottom: 50px;transition: all 0.3s ease 0s; } */
.atf-single-team .atf-title{
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.atf-single-team .atf-post{
    display: block;
    font-size: 15px;
    text-transform:capitalize;
}
.atf-single-team .atf-team-social{
    width: 100%;
    padding: 0;
    margin: 0;
    background: var(--thm-color);
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s;
}
.atf-single-team:hover .atf-team-social{ bottom: 0; }
.atf-single-team .atf-team-social li{ display: inline-block; }
.atf-single-team .atf-team-social li a {
	display: block;
	padding: 12px 10px;
	font-size: 30px;
	color: var(--thm-white);
	transition: all 0.3s ease 0s;
}
.atf-single-team .atf-team-social li a:hover{
    color: var(--thm-color);
    background: var(--thm-white);

}

@media only screen and (max-width: 991px){
    .atf-single-team{ margin-bottom: 30px; }
}
/*
* ----------------------------------------------------------------------------------------
* 07. END TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/

/**************************************
 * 08. START PRICING DESIGN
 *************************************/
.atf-pricing-content {
	padding: 35px 24px 0 24px;
	background: var(--thm-white);
	border-radius: 10px;
	/*box-shadow: 5px 15px 20px 6px rgba(75, 81, 91, 0.2);*/
	transition: all 0.4s ease 0s;
	border: 1px solid #000000;
	height: 515px;
	/*text-align: center;*/
}
.atf-pricing-heading {
	margin-bottom: 30px;
}
.atf-pricing-heading i {
    font-size: 50px;
    color:var(--thm-color);
    margin-bottom: 15px;
}
.atf-pricing-heading {
	position:relative;
}
.atf-pricing-heading h3 {
	position: absolute;
	left: -15px;
}
.atf-pricing-heading h3 {
	font-size: 18px;
	font-weight: 500;
	color: var(--thm-white);
	background: var(--thm-color);
	padding: 3px 10px;
	border-radius: 0 20px 20px 0;
}
.atf-pricing-name img {
	/* width: 50px;*/
	margin-bottom: 20px;
    margin-top: 11px; 
}
.atf-pricing-name h4 {
	font-size: 17px;
	color: var(--thm-white);
	margin: 15px 0;
	background: var(--thm-color);
	padding: 8px 20px;
	border-radius: 6px;
	display: inline-block;
}
.atf-pricing-heading .atf-pricing-name h2 {
    font-size: 36px;
    font-weight: 600;
    color:#2d2d2d;
}
.atf-pricing-heading .atf-pricing-name .atf-pricing-small-text {
    font-size: 15px;
    font-weight: 500;
    color: var(--thm-black);
}
.atf-pricing-body ul li:first-child{
	border-top:none;
}
.atf-pricing-body ul li {
	padding: 10px 0;
	color: var(--thm-p);
}
.atf-pricing-body ul li:last-child {
    padding-bottom: 0;
}
.atf-pricing-body ul li i {
    color: var(--thm-color);
    padding-right: 5px;
}
.atf-pricing-body .offer-list-none {
    color: var(--thm-black);
}
.atf-pricing-body .offer-list-none i {
    color: rgba(247, 47, 60, 0.45);
}
.atf-pricing-content{
	position:relative;
}
.atf-pricing-content:hover {
	transform: initial;
}
.atf-pricing-content:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 20px;
	border-radius: 10px 10px 0px 0px;
	/*background: var(--thm-ase);*/
}
.atf-pricing-content:after {
	content: "";
	width: 100%;
	position: absolute;
	
	border-radius: 10px 10px 0px 0px;
	top: 0;
	left: 0;
	transform-origin: right center;
	transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transform: scaleX(0);
}
.atf-pricing-content:hover:after {
	opacity: 1;
	transform-origin: left center;
	transform: scaleX(1);
}
.atf-pricing-content:after {
	height: 20px;
	background: var(--thm-color);
}
/**************************************
 * 08. END PRICING DESIGN
 *************************************/
/*
* ----------------------------------------------------------------------------------------
* 09.START TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-testimonials-slide{
	position: relative;
	text-align: center;
	z-index:1;
}
.atf-testimonials-slide::after {
	position: absolute;
	top: 0;
	content:"";
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .8;
	z-index: -1;
}
.atf-testimonial-item.style1 {
	transform: inherit;
	-webkit-transform: inherit;
	opacity: inherit;
	margin: 0 0px 20px 0;
}
.atf-testimonial-item {
	margin:0 20px 40px 0;
	overflow:hidden;
	position: relative;
	border-radius:10px;
	background: var(--thm-white);
	padding: 30px 0;
	z-index: 1;
	opacity: .5;
	transform: scale3d(0.8, 0.8, 1);
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	background: var(--thm-line);
}
.atf-testimonials-slide .owl-carousel .active.center .atf-testimonial-item {
	opacity: 1;
	transform: scale3d(1.0, 1.0, 1);
	-webkit-transform: scale3d(1.0, 1.0, 1);
}
.atf-testimonial-image {
	width: 120px;
	margin: 0 auto;
}
.atf-testimonial-image img {
	border-radius: 50%;
	border: 5px dashed var(--thm-white);
}
.atf-testimonial-info .atf-testimonial-designation {
	display: inline-block;
	font-size: 15px;
	line-height: 2.2em;
	font-weight: 300;
	letter-spacing: 0.05em;
	transition: all 500ms ease;
	text-align: center;
	color: var(--thm-white);
}
.atf-testimonial-info .atf-testimonial-designation p {
	color: var(--thm-white);
}
.atf-testimonial-inner {
	display: block;
	padding: 25px 35px;
	color: var(--thm-white);
}
.atf-testimonial-inner .atf-testimonial-text {
	font-size: 14px;
	line-height: 1.8;
	font-weight: 400;
	margin-bottom: 0;
	color: var(--thm-white);
	text-align: center;
}
.atf-testimonial-name h3 {
	color: var(--thm-white) !important;
}

.atf-testimonial-black {
	color: var(--thm-white) !important;
}
.atf-testimonial-star-icon i {
	cursor: pointer;
	color: var(--thm-white);
	margin-top: 7px;
}
/* owl theme */
.atf-main-testimonials.owl-theme .owl-nav.disabled + .owl-dots {
    margin-left: 50px;
    line-height: .7;
}
.atf-main-testimonials .owl-controls{
	 margin-left: -25px;
}
.atf-main-testimonials.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 5px;
	margin: 0 8px;
	border-radius: 5px;
	background: transparent;
    border: 1px solid var(--thm-black);
	transition: 0.3s all ease-in-out;
	
}
.atf-main-testimonials.owl-theme .owl-dots .owl-dot.active span,
.atf-main-testimonials.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--thm-color);
	width: 35px;
	transition: 0.3s all ease-in-out;
	border: 1px solid var(--thm-color);
}
/*
* ----------------------------------------------------------------------------------------
* 09.END TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* START COMPANY BRAND LOGO DESIGN  
* ----------------------------------------------------------------------------------------
*/
#atf-brand-area {
	background: var(--thm-line);
}
#atf-brand-area .owl-controls {
	display:none;
}
.atf-brand-active{ text-align: center }
.atf-brand-active > a { display:inline-block}
/*
* ----------------------------------------------------------------------------------------
* END COMPANY BRAND LOGO DESIGN 
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 10.START BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
#blog{
	background: var(--thm-fb); 
 }
.atf-blog-area .atf-single-blog {
	position: relative;
	border-radius: 4px;
	border: 2px solid;
	color: #28A745;
	overflow: hidden;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	background: var(--thm-white);
}
.atf-blog-area .atf-single-blog .atf-blog-content {
	padding: 10px 25px 35px;
	background: var(--thm-white);
}
.atf-blog-icon i{
	color: var(--thm-color); 
}
.atf-post-img .atf-blog-tag a {
	overflow: hidden;
	position: relative;
}
.atf-blog-area .atf-single-blog:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
}
.atf-blog-area .atf-single-blog img {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.atf-post-img {
	 background:var(--thm-white); 
	 
	 
}
.atf-blog-content .atf-blog-tag {
	font-weight:500;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.atf-blog-content .atf-blog-time {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.atf-single-blog .atf-blog-content h4 {
	padding-top: 18px;
	color: var(--thm-black);
	transition: all 0.3s ease-in-out 0s;
}
.atf-single-blog .atf-blog-content p {
	padding: 4px 0 10px;
}
.atf-blog-tag:hover,
.atf-blog-time:hover{
	color: var(--thm-color);
}
.atf-single-blog .atf-blog-content h4:hover{
	color: var(--thm-color);
}
.atf-blog-btn .atf-themes-btn i {
	opacity: 0;
	transform: translateX(-10px);
	transition: 0.5s;
}
.atf-blog-btn .atf-themes-btn:hover i{
	opacity:1;
	transform:translatex(8px);
}
.atf-blog-btn .atf-themes-btn:hover{
	color: var(--thm-white);
	transform: translateX(0px);
}
.atf-blog-icon {
	float: right;
	display: inline-block;
}
.atf-blog-date{
	border-bottom: 1px solid #eee;
	padding-bottom: 25px;
}
.atf-blog-date i{
	color: var(--thm-color);
}
.atf-single-blog{
	position:relative;
}
.atf-single-blog:hover {
	transform: initial;
}
.atf-single-blog:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 6px;
	background: var(--thm-ase);
}
.atf-single-blog:after {
	content: "";
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	transform-origin: right center;
	transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transform: scaleX(0);
}
.atf-single-blog:hover:after {
	opacity: 1;
	transform-origin: left center;
	transform: scaleX(1);
}
.atf-single-blog:after {
	height: 6px;
	background: var(--thm-color);
}
/*--------------------------------------------------------------
START BLOG DETAILS DESIGN
----------------------------------------------------------------*/
.atf-blog-area .atf-single-blog {
	margin: 12px 0;
}
.atf-post-pagination {
	margin-top: 30px;
	justify-content: center;
}
.page-item.active .page-link {
	background-color: var(--thm-color);
	border-color: var(--thm-color);
}
.atf-post.atf-style1 .atf-post-title {
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
}
.atf-sidebar-widget .atf-post.atf-style1 .atf-post-thumb {
	width: 80px;
}
.atf-post.atf-style1 {
	display: flex;
}
.atf-post.atf-style1 .atf-post-thumb {
	flex: none;
	margin-right: 10px;
	width: 70px;
}
.atf-sidebar-widget .atf-post-widget-list > li:not(:last-child) {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.atf-widget{
	margin:20px 0;
}
.atf-post.atf-style1 .atf-post-title a:hover {
	color: var(--thm-color);
}
.blog_search {
	margin-bottom: 40px;
	position: relative;
}
.blog_search a {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 15px;
	color: var(--thm-white);
	line-height: 50px;
	background: var(--thm-color);
	width: 50px;
	height: 53px;
}
.blog_search i {
	position: absolute;
	top: 18px;
	right: 15px;
}
.blog_search input {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 0 !important;
    color: #161616;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
	height: calc(2.5em + .75rem + 2px);
}
.blog_search .form-control:focus {
 border-color: var(--thm-color);
 box-shadow: none;
}
.atf-page-heading {
  height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 50px;
  background-size: cover;
  background-attachment: fixed; }
.atf-page-heading.atf-size-md {
    height: 250px; }
.atf-page-heading:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5); }
.atf-page-heading > div {
    position: relative;
    z-index: 1; }

.atf-page-heading-title {
  color: var(--thm-white);
  font-size: 45px;
  text-align: center;
  margin-bottom: 7px; }

.atf-breadcamp {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0; }
.atf-breadcamp li {
    color: rgba(255, 255, 255, 0.7);
    list-style: none; }
.atf-breadcamp li:not(:last-child):after {
      content: '/';
      padding-right: 6px;
      margin-left: 6px; }
.atf-breadcamp a:hover {
    color: var(--thm-white); }

.atf-widget {
	border: 1px solid #eaeaea;
	border-radius: 10px;
	padding: 30px; 
	
	
}
.atf-widget .atf-widget-title {
	font-size: 18px;
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 25px;
}
	
.atf-widget .atf-widget-title::before {
	content: '';
	background-color: var(--thm-color);
	position: absolute;
	left: 26px;
	bottom: 0px;
	height: 3px;
	width: 40px;
}
.atf-widget .atf-widget-title::after {
	content: '';
	background-color: var(--thm-color);
	position: absolute;
	left: 0;
	bottom: 0px;
	height: 3px;
	width: 15px;
}
.atf-widget-list span{
	float:right;
}
.atf-widget-list {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: -16px;
	margin-bottom: -16px; }
.atf-widget-list li:not(:last-child) {
    border-bottom: 1px solid #eaeaea; }
.atf-widget-list a {
    display: block;
    padding: 10px 0; }
.atf-widget-list a:hover {
    color: var(--thm-color); }
.atf-tagcloud {
  margin-bottom: -10px; }
.atf-tagcloud .atf-tag {
    display: inline-block;
    font-size: 14px;
    padding: 2px 10px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    margin-right: 6px;
    margin-bottom: 10px; }
.atf-tagcloud .atf-tag:hover {
	color: var(--thm-white);
	background-color: var(--thm-color);
	border-color: var(--thm-color); }

.atf-post-details.atf-style1 {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.8em; }
.atf-post-details.atf-style1 .slick-slide {
    line-height: 0; }
.atf-post-details.atf-style1 .atf-post-thumb {
    margin-bottom: 25px; }
.atf-post-details.atf-style1 .atf-post-thumb img {
      width: 100%; }
.atf-post-details.atf-style1 .atf-post-title {
    font-size: 28px;
    margin-bottom: 9px; }
.atf_services__details-blockquote blockquote,
.atf-post-details.atf-style1 blockquote {
	background: var(--thm-line);
	padding: 30px 40px 27px;
	font-size: 24px;
	line-height: 1.6em;
	border-left: 5px solid var(--thm-color);
	border-radius: 4px;
	font-weight: 600;
	margin: 20px 0;
	color: var(--thm-white);
}
.atf_services__details-blockquote blockquote small,
.atf-post-details.atf-style1 blockquote small {
	display: block;
	line-height: inherit;
	margin-top: 4px;
	color: #b5b5b5;
	font-size: inherit;
	font-size: 16px; }
.atf-post-details.atf-style1 blockquote small span {
    color: var(--thm-color); }
.atf-post-details.atf-style1 .atf-post-label {
    margin-bottom: 15px; }
.atf-post-details.atf-style1 .atf-post-text p {
    margin-bottom: 15px; }
.atf-post-details.atf-style1 .atf-post-meta {
    display: flex;
    justify-content: space-between;
    padding: 23px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea; }
.atf-post-details.atf-style1 h2 {
	font-size: 28px;
	margin-bottom: 10px;
	line-height: 1.3;
}
.atf-post-details.atf-style1 p {
    margin-bottom: 15px; }
.atf-post-details.atf-style1 img {
    margin-bottom: 20px;
    border-radius: 4px;
    margin-top: 5px; }
.atf-post-details.atf-style1 .embed-responsive {
    margin-top: 15px;
    margin-bottom: 15px; 
}
.atf-post-details.atf-style1 .embed-responsive iframe{
   width: 100%;
   height:460px;
}
.atf-post-label > span {
  display: inline-block;
  position: relative; }
.atf-post-label > span:not(:last-child) {
    padding-right: 15px;
    margin-right: 15px; }
.atf-post-label > span:not(:last-child):before {
	content: '';
	position: absolute;
	height: 16px;
	width: 1px;
	background-color: #b5b5b5;
	right: 0;
	top: 3px; }
.atf-post-label a:hover {
  color: var(--thm-color); }

.atf-post-tage-list {
  display: flex;
  flex-wrap: wrap; }
.atf-post-tage-list li {
	margin-right: 5px;
	color: var(--thm-black);
	font-weight: 500;
	font-size: 16px;
}
.atf-post-tage-list li:not(:last-child):after {
    content: ','; }
.atf-post-tage-list li a:hover {
    color: var(--thm-color); }

.atf-post-tages,
.atf-post-share {
	display: flex;
	align-items: center; }
.atf-post-tages .atf-post-tage-title,
.atf-post-tages .atf-post-share-title,
.atf-post-share .atf-post-tage-title,
.atf-post-share .atf-post-share-title {
    margin: 0;
    font-size: 16px;
    margin-right: 10px;
    line-height: 1.4em; }

.atf-post-share-btn-list {
	display: flex;
	flex-wrap: wrap; }
.atf-post-share-btn-list a:not(:last-child) {
	margin-right: 12px;
	color: var(--thm-black);
}
.atf-post-share-btn-list a:hover {
    color: var(--thm-color); }

.atf-post-btn-gropu {
  display: flex;
  justify-content: space-between; }
.atf-post-btn-gropu .atf-btn {
    min-width: 170px;
    justify-content: center; }

.atf-page-heading-in .atf-post-label {
	color: rgba(255, 255, 255, 0.75);
	display: flex;
	justify-content: center;
	margin-top: 6px;
	font-size: 16px;
}
.atf-page-heading-in .atf-post-label > span:not(:last-child):before {
	background-color: var(--thm-white); }
.atf-page-heading-in .atf-post-label > span:not(:last-child) {
	color: rgba(255, 255, 255, 0.75); }
.atf-page-heading-in .atf-post-label a:hover {
	color: var(--thm-white); }

.atf-page-heading-subtitle {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	font-weight: 300;
	margin-top: 7px; }

@media screen and (max-width: 991px) {
  .atf-page-heading-title {
    font-size: 38px; }

  .atf-page-heading-subtitle {
    font-size: 16px; }

  .atf-page-heading.atf-size-md {
    height: 350px;
    padding-top: 80px; }

  .atf-page-heading-title br {
    display: none; }

  .atf-page-heading {
    height: 500px;
    padding-top: 80px; } }
/*--------------------------------------------------------------
27. Comment
----------------------------------------------------------------*/
.comments-title,
.comment-reply-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.comment-list-outer,
.comment-respond {
    padding: 40px 30px 10px 30px;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #eaeaea;
    border-radius: 4px;
}

.comment-body {
    position: relative;
    margin-left: 120px;
    margin-bottom: 30px;
    min-height: 90px;
}

.children .comment-body {
    min-height: 70px;
}

.comment-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.comments-area ol {
    list-style: none;
    padding-left: 0;
}

.comments-area .children {
    padding-left: 140px;
}
 
.comments-area .children .children {
    padding-left: 5px;
}

.comment-author .avatar {
	height: 90px;
	width: 90px;
	position: absolute;
	top: 0;
	left: -120px;
	border-radius: 50%;
}

.comment-author {
    line-height: 20px;
    margin-bottom: 6px;
    margin-right: 30px;
}
.comment-author a:hover{
   color: var(--thm-color);
}

.comment-author .nm {
	font-weight: 600;
	color: var(--thm-black);
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}

.comment-metadata {
    line-height: 20px;
}

.comment-metadata a {
    font-weight: 400;
    font-size: 14px;
}

.comment-content {
    line-height: 25px;
    font-size: 15px;
}

.comment-content p {
	line-height: inherit;
	color: inherit;
	font-size: 14px;
}

.comment-reply-link {
    font-size: 15px;
    color: var(--thm-black);
    position: relative;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
    color: var(--thm-color);
}
.comment-reply-link i{
	margin-right: 6px;
}
.comment-reply-link:before {
    font-family: 'Font Awesome Free 5';
    margin-right: 4px;
}
.reply{
	margin-top:10px;
}
.children .comment-body {
    margin-left: 100px;
}
.comment-respond {
  display: block;
  width: 100%;
  margin-top: 56px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-top: 1px solid #eaeaea; }

.comment-form {
  display: flex;
  flex-wrap: wrap; }

.comment-form-author,
.comment-form-email {
  width: 50%; }

.comment-form-email {
  padding-left: 10px; }

.comment-form-comment {
  width: 100%; }

.comment-form-author {
  padding-right: 10px; }

.comment-form-url {
  padding-left: 0px;
  width: 100%; }

.form-submit {
  margin-bottom: 0; }

.comment-form p {
  margin: 0; }

.comment-form textarea,
.comment-form input {
  border: 1px solid #eaeaea;
  padding: 8px 10px;
  width: 100%;
  background-color: transparent;
  display: block;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  border-radius: 4px; }
  .comment-form textarea:focus,
  .comment-form input:focus {
    outline: none;
    border-color: var(--thm-color); }

.post-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.post-navigation > div {
  display: inline-block; }

.nav-previous a:before {
  content: "\f100";
  font-family: 'FontAwesome';
  margin-right: 4px; }

.nav-next a:after {
  content: "\f101";
  font-family: 'FontAwesome';
  margin-left: 4px; }

.nav-all-post {
  min-width: 120px;
  text-align: center;
  margin: 0 25px; }
  
/*--------------------------------------------------------------
START PROTFOLIO DETAILS DESIGN
----------------------------------------------------------------*/
.atf_portfolio__details-info-item ul li {
	display: inline-block;
	margin-bottom: 8px;
}
.atf_portfolio__details-info-item span {
	font-weight: 600;
	margin-right: 5px;
	color: var(--thm-black);
}
.atf_portfolio__details-info-item ul li a{
	color: var(--thm-base);
	font-weight: 700;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.atf_portfolio__details-info-item ul li a:hover{
	color: var(--thm-color);
	text-decoration:underline;
}
.atf_portfolio__details-goal-features .icon{
	color: var(--thm-color);
}
.atf_portfolio__details-social ul li {
  display: inline-block;
}
.atf_portfolio__details-social ul li:not(:last-child) {
  margin-right: 5px;
}
.atf_portfolio__details-social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background: #f8f4ef;
  color: var(--thm-color);
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
  border-radius: 5%;
}
.atf_portfolio__details-social ul li a:hover {
  background: var(--thm-color);
  color: var(--thm-white);
}
/*--------------------------------------------------------------
END PROTFOLIO DETAILS DESIGN
----------------------------------------------------------------*/ 
/*--------------------------------------------------------------
START SERVICE DETAILS DESIGN
----------------------------------------------------------------*/ 
.atf_services__details-features .icon {
	color: var(--thm-color);
}
.atf_services__details-list-icon i{
	font-size:50px;
	color: var(--thm-color);
}
.atf_services__details-list-content {
		margin: 15px 0;
	}
.atf_services__details-features ul li .text h5 {
	font-size: 14px;
	font-weight: 500;
	font-family: var(--thm-font);
	margin-bottom: 0;
	color: #0a4c48;
}
.atf_services__details-features ul li:not(:last-child) {
	margin-bottom: 13px;
}
.atf_services__widget {
	padding: 40px 40px;
	border: 1px solid #eaeaea;
}
.atf_services__widget-links ul li:not(:last-child) {
	padding-bottom: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eaeaea;
}
.atf_services__widget-links ul li a {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	color: #2c3941;
	font-family: var(--thm-font);
}
.atf_services__widget-download .services-download-btn {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	font-family: var(--thm-font);
	color: #ffffff;
	background: #0a4c48;
	text-transform: uppercase;
	height: 66px;
	line-height: 66px;
	padding: 0 40px;
	padding-right: 10px;
}
.atf_services__widget-download .services-download-btn.yellow {
	background: #fad105;
	color: #222222;
}
.atf_services__widget-social span {
	font-size: 15px;
	font-weight: 500;
	color: #2c3941;
	margin-right: 15px;
}
.atf_services__widget-social ul li a:hover {
	color: var(--thm-color);
}
.atf_services__widget-social ul li {
	display: inline-block;
}
.atf_services__widget-social ul {
	display: inline-block;
}
.atf_services__widget-social ul li:not(:last-child) {
	margin-right: 15px;
}
.atf_services__sidebar-banner {
	position: relative;
}
.atf_services__sidebar-banner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}
.atf_services__sidebar-banner::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(44, 57, 65, 0.58);
}
.atf_services__sidebar-banner-content h6 {
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
}
.atf_services__sidebar-banner-content h4 {
	font-size: 40px;
	color: #ffffff;
	margin-bottom: 24px;
}
/*--------------------------------------------------------------
END SERVICE DETAILS DESIGN
----------------------------------------------------------------*/ 
 /*--------------------------------------------------------------
START TEAM DETAILS DESIGN
----------------------------------------------------------------*/ 
.atf_team-about-details h2 {
	line-height: 1;
	margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .atf_team-about-details h2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .atf_team-about-details h2 {
    font-size: 36px;
  }
}
.atf_team-about-details > span {
  font-size: 14px;
  color: var(--thm-color);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
}

.atf_team-about-details p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 30px;
}
.atf_team-about-details ul li {
  margin-bottom: 16px;
}
.atf_team-about-details ul li span {
  font-weight: 600;
  color: var(--thm-black);
  transition: all 0.3s ease-in-out 0s;
}
.atf_team-about-details ul li a:hover {
  color: var(--thm-color);
  text-decoration:underline;
}

.atf_team-qualification {
  margin-bottom: 52px;
}
.atf_team-qualification h4 {
  font-size: 20px;
  margin-bottom: 30px;
}
.atf_team-qualification h4 span {
  color: var(--thm-color);
}
.atf_team-qualification p {
  padding-right: 10px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .atf_team-qualification p {
    padding-right: 0;
  }
}

.atf_team-education {
  padding-bottom: 32px;
}
.atf_team-education ul li {
  margin-bottom: 23px;
}
.atf_team-education .edu-icon {
	float: left;
	margin-right: 20px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: var(--thm-color);
	color: var(--thm-white);
	border-radius: 50%;
	text-align: center;
}
.atf_team-education .edu-icon i {
	font-size: 20px;
	color: var(--thm-white);
}

.atf_team-education .edu-text {
  overflow: hidden;
}
.atf_team-education .edu-text h5 {
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1;
}
.atf_team-education .edu-text p {
  font-size: 14px;
  margin-bottom: 0;
}
.progress-title {
	font-size: 16px;
	color: var(--thm-black);
	text-transform: capitalize;
	margin: 10px 0 5px;
}
.progress{
    height: 5px;
    background: #d6d6d6;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 30px;
    overflow: visible;
    position: relative;
}
.progress-bar{
	overflow: visible;
}
.progress .progress-bar{
    position: relative;
    -webkit-animation: animate-positive 5s;
    animation: animate-positive 5s;
}
.progress .progress-bar:after{
    content: "\f3c5";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: -22px;
    right: -7px;
    font-size: 25px;
    font-weight: 700;
    color: var(--thm-color);
}
.progress .progress-value{
    display: block;
    font-size: 12px;
    color: var(--thm-black);
    position: absolute;
    top: -23px;
    right: 0;
}
@-webkit-keyframes animate-positive{
    0% { width: 0%; }
}
@keyframes animate-positive{
    0% { width: 0%; }
}
 /*--------------------------------------------------------------
END TEAM DETAILS DESIGN
----------------------------------------------------------------*/   
 /*--------------------------------------------------------------
END BLOG DETAILS DESIGN
----------------------------------------------------------------*/
/*
* ----------------------------------------------------------------------------------------
* 10.END BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 11.START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-contact-info {
	padding: 35px;
	margin-right: 25px;
/*	box-shadow: 0px 4px 6px 4px rgba(75, 81, 91, 0.1);
	-webkit-box-shadow: 0px 4px 6px 4px rgba(75, 81, 91, 0.1);*/
}
.atf-main-contact{
	margin:20px 0;
}
.atf-contact-details {
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
.atf-contact-details i {
	font-size: 20px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: var(--thm-white);
	text-align: center;
	margin: 0px 0 25px;
	border-radius: 10px;
	background: var(--thm-color);
	float: left;
	margin-right: 25px;
}
.atf-contact-details h4 {
	color: var(--thm-black);
	font-size: 16px;
	line-height: 1.0;
	font-weight: 700;
	display: initial;
}
.atf-contact-details p {
	color: var(--thm-p);
	display: block;
	overflow: hidden;
}
.atf-contact-btn .atf-themes-btn {
	color: var(--thm-white);
}
.contact h4 {
	font-size: 25px;
	margin-bottom: 30px;
	color: var(--thm-black);
	font-weight: 600;
}
.atf-contact-area .atf-section-title p{
	width:100%;
	color: var(--thm-p);
}
.contact .form-control {
	padding: 12px 15px;
	border-radius: 4px;
	margin-bottom: 5px;
	border: 1px solid #2d2d2d;
}
.contact .form-control:focus {
	border-color: var(--thm-color);
	box-shadow: none;
	outline: 0 none;
}
.contact textarea {
	border-radius: 0px;
	box-shadow: none;
	padding: 10px;
	height: 100px;
}
.contact textarea:focus {
	box-shadow: none;
	outline: 0 none;
	border-color: var(--thm-color);
}
.success {
    background: #fff none repeat scroll 0 0;
    color: #42c0d9;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}
.actions .atf-themes-btn {
	width: 100%;
}
/*
* ----------------------------------------------------------------------------------------
* END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* START MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
#contact-map-area iframe,
#atf-map-area iframe {
    width: 100%;
    height: 400px;
}
#atf-map-area {
	margin-bottom: -105px;
}
#footer-map-area iframe {
	width: 100%;
	height: 150px;
}
/*
* ----------------------------------------------------------------------------------------
* END MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
/*
* ----------------------------------------------------------------------------------------
* 11.END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 12.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
#footer{
	position:relative;
}
.atf-footer-area{
	position:relative;
	z-index:1;
}
.atf-footer-area:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0; 
	width: 100%; 
	height: 100%;
	background:var(--thm-line);
	border-radius: 50% 50% 0% 0%/100% 100% 0% 0%;
	transform: scaleX(2.1);
	z-index:-1;
}

.atf-mailchamp-subscribe{
	position:relative;
}
.atf-mailchamp-border {
	border-bottom: 1px dashed var(--thm-white);
	padding-bottom: 30px;
	margin-bottom: 50px;
}
.atf-mailchamp-headding h2{
	font-size: 34px;
	color: var(--thm-white);
}
.atf-mailchamp-subscribe form input:focus {
	box-shadow: none;
	outline: 0 none;
	border-color: var(--thm-color);
}
.atf-mailchamp-subscribe form input {
	background: var(--thm-white);
	color: var(--thm-black);
	border: 1px solid #eee;
	width: 100%;
	height: 45px;
	padding-left: 15px;
	font-size: 14px;
	border-radius: 3px;
}
.atf-mailchamp-subscribe  .form-group{
	margin-bottom:0;
}
.atf-mailchamp-subscribe .atf-themes-btn {
	position: absolute;
	right: 14px;
	padding: 8px 17px;
	top: 1px;
}
.atf-mailchamp-subscribe .atf-subscription-label {
	color: var(--thm-white);
	margin-bottom: 15px;
}
.atf-footer-boottom {
	padding: 35px 0;
	background: rgba(0,0,0, 0.4);
}
.atf-footer-box p {
    color: var(--thm-white);
}
.atf-footer-box strong{
	font-weight:700;
}
.atf-footer-social-icon a i:hover{
	background:var(--thm-black);
	transition:all 0.3s ease-in-out 0s;
	-webkit-transition:all 0.3s ease-in-out 0s;
}
.atf-footer-social-icon a i {
	font-size: 16px;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	color: var(--thm-white);
	text-align: center;
	background: var(--thm-color);
}
.atf-footer-area .atf-footer-link {
	position: relative;
}
.atf-footer-area .atf-footer-link::after {
	content: '';
	position: absolute;
	left: 25px;
	top: 40px;
	background: var(--thm-white);
	width: 45px;
	height: 3px;
}
.atf-footer-area .atf-footer-link::before {
	content: '';
	position: absolute;
	left: 3px;
	top: 40px;
	background: var(--thm-white);
	width: 11px;
	height: 3px;
}
.atf-footer-link h5 {
	margin-bottom: 35px;
	font-size: 24px;
	color: var(--thm-white);
}
.atf-footer-link .atf-list-menu li a {
    color: var(--thm-white);
    margin-bottom: 10px;
    display: block;
    position: relative;
    overflow: hidden;
	text-decoration:inherit;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.atf-footer-link .atf-list-menu li a:hover {
	color: var(--thm-color);
	text-decoration:underline;
}
.atf-footer-link .atf-list-menu li a span {
    position: relative;
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    font-weight: 500;
    font-family: var(--thm-font);
}
.atf-footer-link p{
	color: var(--thm-white);
}
.atf-footer-boottom  p{
	color: var(--thm-white);
}
.atf-link a {
	color: var(--thm-color);
	font-weight: 700;
	text-decoration:underline;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.atf-link a:hover {
	color: var(--thm-white);
	text-decoration:inherit;
}
.atf-payment-link img {
    margin: 5px 6px 5px 0;
}
.form-message {
	margin-top:20px;
}
/*
* ----------------------------------------------------------------------------------------
* 12.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*----------------------------------------*/
/*  17. LOGIN CSS START
/*----------------------------------------*/
.p-relative{
	position:relative;
}
.p-absolute{
	position:absolute;
}
.atf-login__wrapper {
	padding: 50px 85px 55px;
	background: var(--thm-white);
	box-shadow: 0px 30px 60px rgba(3, 4, 28, 0.1);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .atf-login__wrapper {
    padding: 50px 40px 55px;
  }
}
@media (max-width: 575px) {
  .atf-login__wrapper {
    padding: 40px 25px 45px;
  }
}
.atf-login__title {
  font-size: 34px;
  letter-spacing: -0.04em;
  margin-bottom: 6px;
}
.atf-login__top p {
  font-size: 16px;
}
.atf-login__input {
  position: relative;
}
.atf-login__input-wrapper {
  margin-bottom: 14px;
}
.atf-login__input input {
  background: var(--thm-white);
  border: 1px solid #EAEAEF;
  padding-left: 55px;
  /* padding-right: 50px; */
  height: 60px;
  line-height: 60px;
  width:100%;
}
.atf-login__input input:focus {
  border-color: var(--thm-color);
}
.atf-login__input span {
  position: absolute;
  top: 50%;
  left: 27px;
  -webkit-transform: translateY(calc(-50% - 3px));
  -moz-transform: translateY(calc(-50% - 3px));
  -ms-transform: translateY(calc(-50% - 3px));
  -o-transform: translateY(calc(-50% - 3px));
  transform: translateY(calc(-50% - 3px));
}
.atf-login__input-item {
  position: relative;
}
.atf-login__input-item:not(:last-child) {
  margin-bottom: 20px;
}
.atf-login__input-item > span {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(calc(-50% - 3px));
  -moz-transform: translateY(calc(-50% - 3px));
  -ms-transform: translateY(calc(-50% - 3px));
  -o-transform: translateY(calc(-50% - 3px));
  transform: translateY(calc(-50% - 3px));
}
.atf-login__input-item > span:hover {
  cursor: pointer;
}
.atf-login__remember input[type=checkbox], .atf-login__remember input[type=radio] {
  display: none;
}
.atf-login__remember input[type=checkbox]:checked ~ label::after, .atf-login__remember input[type=radio]:checked ~ label::after {
  background-color: transparent;
  border-color: var(--thm-color);
}
.atf-login__remember input[type=checkbox]:checked ~ label::before, .atf-login__remember input[type=radio]:checked ~ label::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.atf-login__remember label {
  font-size: 14px;
  position: relative;
  padding-left: 30px;
}
.atf-login__remember label::after, .atf-login__remember label::before {
  position: absolute;
  content: "";
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-color: var(--thm-white);
  border: 1px solid #EAEAEF;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.atf-login__remember label::before {
  width: 14px;
  height: 14px;
  background-color: var(--thm-color);
  left: 3px;
  top: 5px;
  right: 3px;
  bottom: 3px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.atf-login__remember label:hover {
  cursor: pointer;
}
.atf-login__forgot a {
  font-size: 14px;
  color: var(--thm-color);
  text-transform: capitalize;
}
.atf-login__forgot a:hover {
  color:var(--thm-color);
}
.atf-login__btn {
	padding-bottom: 25px;
	width: 100%;
	padding-top: 20px;
	text-align: center;
}
.atf-login__social-header {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.02em;
  color: var(--thm-black);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 25px;
}
.atf-login__social-header::after,
.atf-login__social-header::before {
  position: absolute;
  content: "";
  left: 100%;
  top: 10px;
  width: 30px;
  height: 1px;
  background-color: var(--thm-black);
}
.atf-login__social-header::before {
  left: auto;
  right: 100%;
}
.atf-login__social-item a {
	display: inline-block;
	padding: 11px 25px;
	font-weight: 500;
	font-size: 14px;
	background: var(--tp-common-white);
	border: 1px solid #EAEAEF;
	margin-bottom: 20px;
	margin-right: 10px;
}
@media (max-width: 575px) {
  .atf-login__social-item a {
    width: 100%;
    margin-right: 0;
  }
  .atf-login__title{
	  font-size:25px;
  }
}
.atf-login__social-item a:last-child {
  margin-right: 0;
}
.atf-login__social-item a .login-social-icon {
  margin-right: 3px;
}
.atf-login__social-item a .login-social-icon svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.atf-login__social-item a:hover {
  border-color: var(--tp-theme-1);
}
.atf-login__register-now {
  text-align: center;
}
.atf-login__register-now p {
  font-size: 14px;
  margin-bottom: 0;
}
.atf-login__register-now p a {
  color: var(--thm-black);
  font-weight: 500;
  transition: all 0.3s ease-in-out 0s;
}
.atf-login__register-now p a:hover {
  color: var(--thm-color);
}


/*
* ----------------------------------------------------------------------------------------
* 01.Slider STYLE // tecnosistem
* ----------------------------------------------------------------------------------------
*/

.tc-verde-slide {
    color:#35E491 !important;
}

.tc-verde {
    color: #28A745 !important;
}

.tc-gris {
    color: #2d2d2d !important;
}

.tc-titulo-1 {
    font-size: 64px !important;
    font-weight: 500;
}

.tc-texto-1 {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #28A745 !important;
    margin-right:5%; 
    margin-top: 1em;
}

.tc-texto-p {
    font-size: 20px !important;
    font-weight: 300 !important;
    margin-right:5%; 
}

.tc-titulo-nomina {
    font-size: 36px !important;
    font-weight: 500 !important;
    line-height: 1em;
}
.tc-texto-contador {
    font-size: 14px;
    font-weight: 300;
    margin-right:5%; 
}


.tc-margentop-10 {
    margin-top:12%;
}

.bg-f7 {
    background: linear-gradient(to right, #2d2d2d, #3a3e3d, #2d2d2d);
}
.team {
    background-image: url("assest/img/s-teambuilding.jpg");
}

.atf-hero-team{
	height: 600px;
}
.pr-30{
    padding-right:30px;
}
.pr-8{
    padding-right:80px;
}
.pr-7{
    padding-right:70px;
}

.pr-60{
    padding-right:60px !important;
}

.pr-200{
    padding-right:200px !important;
}


.mt-5 {
  margin-top: 2rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}

.mt-6 {
  margin-top: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}
.pb-80{
    padding-bottom:80px;
}

.pb-10{
    padding-bottom:10px;
}

.pb-20{
    padding-bottom:20px;
}

.mt-12 {
  margin-top: 12px;
}
.mt-20 {
  margin-top: 20px;
}
    .mt-22 {
  margin-top: 22px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-34 {
  margin-top: 34px;
}
.mt-47 {
  margin-top: 47px;
}
.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-110 {
  margin-top: 110px;
}

.btn-menu-color{
  background: #123530;
}

.tc-texto {
	font-family: var(--thm-font-text);
	color: var(--thm-white);
	/* font-weight: 700;*/
}
.tc-texto-nomina {
	font-family: var(--thm-font-text);
	color:#2d2d2d;
	/* font-weight: 700;*/
}


b, strong {
  font-weight: 800;
}

.nom-info {
padding: 25px;
  margin-left: 18px;
  border: 1px solid;
  border-radius: 5px;
  margin-right: 18px;
  
}

.tc-ul{
    list-style-type:disc; 
    font-size:20px;
    padding-left:20px;
    margin-top:25px;
}
.tc-ul li{
    line-height: 26px;    
}


.tc-ul li::marker{
   color: #28A745;
}

.tc-section-padding-55 {
    padding: 55px 0;
}


.tc-blog-imagen-xl{
  height: 263px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tc-imagen-blog{
  max-width:164px;
  max-height:150px;
  width:auto;
  height:auto;
}

.tc-blog-texto {
	font-family: var(--thm-font-text);
	color:#2d2d2d;
	font-size:14px;
	font-weight: 300;
	line-height: 16px !important;
}

.tc-podcast-titulo {
	color:#2d2d2d;
	font-size:36px;
	font-weight: 600;
	line-height: 45px !important;
}
.tc-borde{
    border: 1px solid #2d2d2d;
    border-radius: 5px; 
}

.tc-pie-titulo{
    font-size:64px;
    font-weight: 600;    
    line-height: 70px !important;
    color:#fff;
}
.blanco{
    color:#fff !important;
}

.tc-nosotros-seccion{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 70% center !important;
    
    min-height: 100vh; /* Asegura que tenga altura suficiente para mostrar el fondo */

    color: white;
    
}
.tc-quien-titulo{
    font-family: var(--thm-font);
    font-size:64px;
    font-weight: 600;    
    line-height: 70px !important;
    color:#2d2d2d;
}
.tc-quien-texto{
    font-size:20px;
    font-weight: 300;    
 
    color:#2d2d2d;
}
.tc-nosotros-diferenciadores{
    padding-top: 20px; 
    background-color: rgba(255,255,255,0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.tc-item-amarillo{
    border: 1px solid #EFCD56;    
    border-radius: 9px;
    padding: 16px;
    
}    

.tc-item-verde{
    border: 1px solid #619F20;    
    border-radius: 9px;
    padding: 16px;
    
}    

.tc-item-azul{
    border: 1px solid #69BFD2;    
    border-radius: 9px;
    padding: 16px;
    
}    

.tc-item-naranja{
    border: 1px solid #F5705F;    
    border-radius: 9px;
    padding: 16px;
    
}    


.tc-amarillo{
    color: #EFCD56;    
}    

.tc-verde{
    color: #619F20;    
}    

.tc-azul{
    color: #69BFD2;    
}    

.tc-naranja{
    color: #F5705F;    
}    


.tc-margen-texto {
    margin-top:15px;
    padding: 10px !important;
    font-size:16px;
    font-weight: 300;    
    line-height: 18px !important;
    background: #FFFFFF;
}

.tc-bg {
    background: #FFFFFF;
}
.pb-60{
    padding-bottom: 60px;
}

.tc-quien-seccion{
  width: 100%;       /* O un ancho fijo si lo prefieres */
  height: auto;      /* Deja que la altura se ajuste al contenido */
}

.tc-quien-seccion img {
  width: 100%;
  height: auto;         /* Esto mantiene la proporción */
  object-fit: contain;  /* Asegura que no se recorte ni deforme */
  display: block;       /* Evita espacios indeseados abajo */
}


/* ================================ blog       */

.tc-curso-info{
    border: 1px solid #FFFFFF;    
    border-radius: 9px;
    margin-top: 20px;
    margin-bottom: 20px; 
    padding: 20px; 
    background-color: rgba(255,255,255,0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}    

.tc-curso-texto{
    font-family: var(--thm-font);
    font-size:20px;
    font-weight: 300;    
    line-height: 25px !important;
}    
.tc-curso-precio{
    font-family: var(--thm-font);
    font-size:32px;
    font-weight: 500;    
}    
.tc-curso-compartir{
    font-family: var(--thm-font);
    font-size:20px;
    font-weight: 800;    
    color: #ffffff !important;
    padding-bottom:20px;
}    

.atf-curso-info.tc-curso-compartir {
  display: flex;
  align-items: center;
  gap: 10px; /* espacio entre el icono y el texto */
}

.icono-compartir {
  width: 24px;   /* ajusta el tamaño a lo que necesites */
  height: auto;
}

.tc-curso{
    font-family: var(--thm-font);
    font-size:64px;
    font-weight: 600;    
    color: #ffffff !important;
    line-height: 70px;    
}    

.tc-curso-borde{
    border: 1px solid #619F20;
    border-radius: 9px;
    margin-top: 20px;
    margin-bottom: 20px; 
    padding: 20px; 
}

.tc-curso-temario{
    color:#000;
	font-size:36px;
	font-weight: 600;
	line-height: 45px !important;    
}    

.tc-curso-tema{
    display:flex;
    width: 100%;
    height: auto;
    border: 1px solid #808080;
    border-radius: 5px;
}

.tc-curso-tema-titulo{
    font-family: var(--thm-font-text);
    background-color: #2d2d2d;
    color:#FFFFFF;
    flex-basis: 17%;    
    padding: 10px;
    font-size:20px;
    font-weight: 300;
    
}
.tc-curso-tema-contenido{
    flex-basis: 75%;    
    padding: 10px;
    
}
.tc-curso-tema-texto{
    font-size:20px;
    font-weight: 300;    
    line-height: 100%;        
}
.tc-curso-incluye{
    padding: 20px;
    background-color: #f7f7f7;
    border-radius: 5px;
}

.tc-curso-incluye-texto{
    line-height: 50px !important;        
}



