
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	overflow-x: hidden;
	height: 100%;
}
body {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-style: normal;
	color:  var(--thm-p);
}
:root {
	--thm-font: 'Playfair Display', serif;
	--thm-base: #496dff;
	--thm-color: #1f0fb1;
	--thm-black: #313450;
	--thm-white: #ffffff;
	--thm-eee: #eeeeee;
	--thm-ddd: #dddddd;
	--thm-f6: #F1F8FF;
	--thm-fb: #f6f6f6;
	--thm-p: #6b6f92;
	 --color_1: linear-gradient(to right, #3022ad 49%,#261b88 50%);
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Playfair Display', serif;;
	color: var(--thm-black);
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h2 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 0px;
	font-weight: 700;
}
h3 {
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 0px;
	font-weight: 700;
}
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: 15px;
	color: #3d3d3d;
	line-height: 24px;
	font-family: 'Playfair Display', serif;;
	font-weight: 400;
	margin-bottom: 10px;
}
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, a:active {
	color: var(--thm-color);
	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: 300px;
	z-index: 9;
	overflow: hidden;
}
.form-group {
	margin-bottom: 20px;
}
button, input, textarea {
    color: var(--thm-black);
}
button, input, textarea:focus {
    outline:none;
}
.no-border {
	border-bottom: none !important;
}
/*
* ----------------------------------------------------------------------------------------
* PRELOADER
* ----------------------------------------------------------------------------------------
*/

.atf-preloader {
    background: var(--thm-white);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.atf-status-mes {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 8px solid var(--thm-color);
    border-right: 8px solid var(--thm-color);
    border-bottom: 8px solid var(--thm-color);
    border-left: 8px solid #fff;
    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: 50px 0;
}

/*START SECTION TITLE DESIGN*/

.atf-section-title {
	margin-bottom: 20px;
}
.atf-section-title h2 {
	font-weight: 700;
	font-size: 22px;
	line-height: 1.3;
	color: var(--thm-black);
	text-transform: uppercase;
	font-family: var(--thm-font);
}
.atf-section-title p {
	padding: 10px 0 0px;
	font-size: 15px;
	font-family: var(--thm-font);
	color: var(--thm-p);
	font-weight: 400;
	line-height: 28px;
}
.atf-section-title h5 {
	line-height: 25px;
	margin: 0px 0 8px;
	text-transform: uppercase;
	font-family: var(--thm-font);
	background: var(--thm-color);
	color: var(--thm-white);
	display: inline-block;
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 14px;
}
.atf-section-title h3 {
	text-transform:capitalize;
	font-family:  var(--thm-font);
}
.atf-section-title .divide::after {
	width: 10px;
	height: 10px;
	margin-left: 44px;
	transform: rotate(45deg);
	transform-origin: 0 100%;
	content: "";
	border-right: 3px solid var(--thm-color);
	display: block;
	background: var(--thm-white);
	margin-top: -7px;
	border-bottom: 3px solid var(--thm-color);
}
.atf-section-title .divide {
	height: 4px;
	width: 100px;
	border-bottom: 3px solid var(--thm-color);
	position: relative;
	display: inline-block;
	margin: 20px 0 15px;
}
@media only screen and (max-width:480px) { 
	.atf-section-title h2  {
	    font-size:18px;
	    
	}
	.atf-service-inner-content li {
    line-height: 22px !important;
    padding: 10px 22px !important;
	    
	}
    .atf-single-services {
    padding: 40px 20px 35px !important;
    }
    .atf-service-inner-content li::before{
        left: 20px !important;
    }
    .atf-services-text h3{
        font-size: 18px !important;
    }
}
/*END SECTION TITLE DESIGN*/

/*START SCROLL TO TOP*/

.atf-scroll-top {
	position: fixed;
	right: 30px;
	bottom: 70px;
	z-index: 99;
	cursor: pointer;
	transition: 1.5s ease;
	border: none;
	background: transparent; }

.atf-scrollup-icon {
	font-size: 25px;
    width: 50px;
    height: 50px;
    background: #480fa3;
    line-height: 50px;
    color: var(--thm-white);
    border-radius: 50%;
    margin-bottom: 60px;
    margin-right: -15px;
}
.atf-scrollup-icon:hover {
	background: var(--thm-black);
	transition: 0.3s;
}
.atf-scroll-top.open {
	right: 30px; }
	
/*END SCROLL TO TOP*/

/* START BTN STYLE */

.atf-themes-btn{
    color: var(--thm-white);
    background: var(--color_1);
    font-family: var(--thm-font);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 34px;
    text-transform: uppercase;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    display: inline-block;
    overflow: hidden;
    transform: scale(1);
    position: relative;
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.atf-themes-btn:hover{
    color: var(--thm-white);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
}
.atf-themes-btn::before,
.atf-themes-btn::after {
	content: "";
	background: rgba(0,0,0, 0.2);
	width: 50%;
	height: 100%;
	opacity: 0;
	transform: scaleX(0);
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.2s linear;
	z-index: -1;
}
.atf-themes-btn:after{
    width: 52%;
    transform: scaleX(1) scaleY(0);
    left: auto;
    right: -2px;
}
.atf-themes-btn:hover:before,
.atf-themes-btn:hover:after{
    opacity: 1;
    transform: scaleX(1) scaleY(1);
}
.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);
}
@media only screen and (max-width: 767px){
    .atf-themes-btn{ margin-bottom: 20px; }
    .atf-about-text{
    min-height: auto !important;
}
.atf-single-text {
    padding-top: 100px !important;
}
.atf-single-text h1 {
        font-size: 15px !important;
    }
    .atf-single-text p {
    font-size: 14px !important;
    line-height: 18px;
    margin-bottom: 0px !important;
}
} 
/* END BTN STYLE */	

/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/	
/*
* ----------------------------------------------------------------------------------------
* 02.START NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.atf-top-header {
	background-color: #00748e;
    overflow: hidden;
    font-weight: 500;
}
.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);
	font-size: 16px;
}
.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: 7px;
	color: rgba(255, 255, 255, 255);
	font-size: 14px; 
}
.atf-top-header-list li:last-child {
    margin-right: 0; 
}
.atf-top-header-list li i {
    margin-right: 10px; 
    transform: rotate(90deg);
}
.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: 80px; 
}
.atf-site-header.atf-style1.atf-sticky-active {
	background: #496dff;
	color: var(--thm-white) !important;
	-webkit-box-shadow: 0 2px 28px 0 rgba(255, 255, 255, 0.15);
	box-shadow: 0 2px 28px 0 rgba(255, 255, 255, 0.15);
	position: fixed;
}
.atf-nav .atf-nav-list > li > a {
	color: #1a1a1a;
}

@media screen and (max-width: 991px) {
  .atf-main-header .container {
    max-width: 100%; }

  .atf-top-header {
    display: none; }

  .atf-site-header.atf-style1 {
    background-color: #496dff; } 
}

.atf-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	font-size:14px;
}
.atf-main-header {
  position: relative;
    background-color: #fff;
}

@media screen and (min-width: 992px) {
	.atf-nav .atf-nav-list {
		display: flex !important;
		flex-wrap: wrap; 
	}
		
	.atf-nav .atf-nav-list > li {
		margin-right: 25px; 
		font-weight:500;
	}
	.atf-nav .atf-nav-list > li:last-child {
		margin-right: 0; 
	}
	.atf-nav .atf-nav-list > li > a {
		padding: 15px 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.2em;
		padding: 8px 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; 
		display: none;
	}
	.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: 100vw;
		left: 0;
		background-color: #f7f7f7;
		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: #3d3d3d;
	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: relative;
	z-index: 200;
	width: 100%;
	top: 0;
	left: 0; 
}

/*
* ----------------------------------------------------------------------------------------
* 02. END NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
#home{
	position:relative;
	z-index: 1;
}
.atf-header-area {
    background-color: var(--thm-f6);
    height: 750px;
    overflow: hidden;
	z-index:1;
}
.atf-header-area::before {
	content: '';
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: -1;
}
.atf-align-items-details {
	display: flex;
	align-items: center;
	min-height: 100%;
}
.atf-header-area .atf-content-details h3 {
	font-weight: 500;
}
.atf-header-area .atf-content-details h5 {
	color: var(--thm-white);
	font-size: 20px;
	font-weight: 500;
	line-height: 40px;
	text-transform: uppercase;
	letter-spacing: 3.5px;
	background: rgba(0, 0, 0, 0.3);
	display: inline-block;
	padding: 2px 15px;
	border-radius: 6px;
}
.atf-header-area .atf-single-details h2 {
	color: var(--thm-white);
	text-transform: capitalize;
	font-weight: 700;
	font-family: var(--thm-font);
	font-size: 50px;
	letter-spacing: 0.4px;
	line-height: 60px;
}
.atf-header-area .atf-single-details p {
	font-size: 18px;
	line-height: 1.8;
	font-weight: 400;
	color: var(--thm-white);
	margin: 20px 0 35px;
	z-index: -1;
}
.atf-single-details h5 {
	-webkit-animation: 1.7s .7s fadeInDown both;
	animation: 1.7s .7s fadeInDown both; }
.atf-single-details img {
	-webkit-animation: 1.7s .7s fadeInDown both;
	animation: 1.7s .7s fadeInDown both;
	display: block;
	margin: auto;
}
.atf-single-details h2 {
	-webkit-animation: 1.7s .7s zoomIn both;
	animation: 1.7s .7s zoomIn both; }

.atf-single-details p {
	-webkit-animation: 1.7s .7s zoomIn both;
	animation: 1.7s .7s zoomIn both; }

.atf-single-details .atf-main-btn{
	-webkit-animation: 1.7s 1s slideInUp both;
	animation: 1.7s 1s slideInUp both; }
	
	
@media only screen and (max-width : 992px) {
	.atf-header-area .atf-single-details h2{
		font-size:40px;
	}
}
@media only screen and (max-width : 991px) {
	.atf-header-area .atf-single-details h2{
		font-size:30px;
		line-height:43px;
	}
	.atf-choose-inner {
		margin-top:40px;
	}
}
@media only screen and (max-width: 767px) {
	.atf-width-area{
		height: 850px;
	}
	.navbar-nav .menu-nav a::after,
	.navbar-nav .menu-nav a::before {
		display: none;
	}
	.atf-header-area .atf-content-details h3{
		font-size:20px;
	}
	.atf-header-area .atf_home_img{
		margin-top:40px;
	}
	.atf-header-area .atf-single-details h2{
		font-size:25px;
		line-height:35px;
	}
	.atf-skill-box{
		margin-top:35px;
	}
	.logo-img {
    width: 60px;
}
	
}

@media only screen and (max-width: 576px) {
	.atf-header-area .atf-themes-btn{
		margin-bottom:15px;
	}
}
@media screen and (max-width: 320px) and (min-width: 0px){
	.atf-header-area .atf-themes-btn{
		margin-bottom:15px;
	}
	.atf-header-area .atf-content-details h3{
		font-size:17px;
	}
}

/*
* ----------------------------------------------------------------------------------------
* START HOME VIDEO DESIGN
* ----------------------------------------------------------------------------------------
*/

.atf-home-video{height: 750px;position:relative;}
.atf-video:before {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	content: "";
	left: 0;
	top: 0;
	z-index:1;
}
.atf-video {
    top: 0%;
    left: 0%;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.atf-video-capture {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 15;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
video { min-width: 100% }

/*
* ----------------------------------------------------------------------------------------
* START SLICK SLIDER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-single-home{
	height: 600px;
}
.atf-home-overlay{
	background: rgba(0,0,0,0.20);
	height: 100%;
	width: 100%;
}
.atf-slick-slider button.slick-arrow{
	z-index: 1;
	line-height: 50px;
	background: transparent;
	opacity: 0;
	transition:0.5s all ease-in-out 0s;
	visibility:hidden;
}
.atf-slick-slider:hover button.slick-arrow{
	opacity:1;
	visibility: visible;
}
.atf-slick-slider .slick-prev:before, 
.atf-slick-slider .slick-next:before,
.atf-slick-slider .slick-prev:before, 
.atf-slick-slider .slick-next:before {
	color: #fff;
	font-size: 20px;
	background-color: rgba(241, 231, 231, 0.2);
	width: 55px;
	height: 55px;
	line-height: 50px;
	display: inline-block;
	border-radius: 50%;
	opacity: 1;
	font-family:'';
}
.atf-slick-slider button.slick-prev {
	left: 20px;
}

.atf-slick-slider button.slick-next {
	right: 55px;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.atf-single-text{
	bottom: 8%;
    position: absolute;
}
.atf-single-text2{
	top: 20% !important;
}
.atf-single-home .atf-single-text h5 {
	color: var(--thm-white);
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: rgba(255, 255, 255, 0.3);
    display: inline-block;
    padding: 10px 15px;
    border-radius: 6px;
}
.atf-single-text h1{	
	color: var(--thm-white);
	font-size: 24px;
	font-weight: 600;
	margin-top: 10px;
    margin-bottom: 15px;
}
.atf-single-text h1 span{
	font-size: 20px;
	font-weight: 300;
	text-transform: capitalize;
	letter-spacing: 0;
}
.atf-hero-btn .atf-themes-btn:hover {
	background:var(--thm-white);
	color:var(--thm-black);
}
.slick-dotted.slick-slider {
	margin-bottom: 0px ! important;
}
.slick-dots li button::before {
	font-family: 'slick';
	font-size: 0px! important;
}
.atf-bakary-slider .atf-single-text{
	padding-top:140px ! important;
}
.slick-active .atf-single-home img {
	-webkit-animation: 1.7s .7s fadeInDown both;
	animation: 1.7s .7s fadeInDown both;
	margin:0 auto;
}
.slick-active .atf-single-home h5 {
	-webkit-animation: 1.5s 1s fadeInDown both;
	animation: 1.5s 1s fadeInDown both;
}
.slick-active .atf-single-home h1 {
	-webkit-animation: 1.5s .3s zoomIn both;
	animation: 1.5s .3s zoomIn both; }

.slick-active .atf-single-home p {
	-webkit-animation: 1.5s .7s zoomIn both;
	animation: 1.5s .7s zoomIn both; }

.slick-active .atf-main-btn{
	-webkit-animation: 1.5s 1s fadeInUp both;
	animation: 1.5s 1s fadeInUp both; }
  
@media only screen and (max-width:480px) { 
	.atf-single-text h1{font-size:20px; margin-bottom: 10px;}
}
.atf-single-home .atf-single-text h5 {
    font-size: 12px;
    font-weight: 700;
}
.atf-single-text p{
	color:var(--thm-white);
	font-size: 15px;
	margin-bottom: 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) { 
	.atf-slick-slider button.slick-arrow{
		display: none!important;
	}
}
/*
* ----------------------------------------------------------------------------------------
* 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%);
}
/*
* ----------------------------------------------------------------------------------------
* PARTICLES HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-particles-area {
  position: relative;
  z-index: 1;
}
/*
* ----------------------------------------------------------------------------------------
* GRADIENT HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-home-gradient{
	position: relative;
	background:none !important;
}
.atf-home-gradient::before {
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.1);
}
.atf-home-gradient::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(106deg, #2b1d6a, #410fb4);
	background: -webkit-linear-gradient(106deg, #2b1d6a, #410fb4);
	border-radius: 0% 0% 50% 50%/0% 0% 100% 100%;
	transform: scaleX(2.1);
}
/*
* ----------------------------------------------------------------------------------------
* WABES HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-waves-home{
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: relative;
	object-fit: cover;
	object-position: center;
	vertical-align: middle;
}
.atf-waves-home::before {
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
}
.atf-wabes-img img {
	border-radius:50% ! important;
}
.atf-web-area {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.atf-web-area svg {
  height: 180px;
}
/*
* ----------------------------------------------------------------------------------------
* RIPPLE WATER HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-ripple-home {
	background-image: url(../img/bg/agency.jpg);
	position: relative;
	background-position: center;
	background-size:cover;
}

/*
* ----------------------------------------------------------------------------------------
* BUBBLE HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
#round {
    position: absolute;
    top: 0;
    bottom: 0;
/* 	z-index:-1; */
}
canvas.sketch{
    height: 750px !important;
}
/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 04.START ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
#about{
	position:relative;
}
.atf-single-about {
	position:relative;
}
.atf-about-content {
	border: 1px solid var(--thm-eee);
	padding: 20px 20px;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	margin-bottom: 20px;
}
.atf-about-content:hover {
	-webkit-box-shadow:0 0 15px rgba(0,0,0,0.1);
	box-shadow:0 0 15px rgba(0,0,0,0.1);
}
.atf-about-number {
	position: absolute;
    font-size: 55px;
    opacity: 0;
    font-weight: 500;
    top: 137%;
    left: 100%;
    transform: translate(-100%, -100px);
}
.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-text{
    min-height: 167px;
}
.atf-about-text h3 {
	padding: 15px 0 10px 0;
	color: var(--thm-black);
	font-weight: 700;
	font-size: 17px;
}
.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 {
	transition: .5s ease;
}
.atf-about-icon i {
	background: var(--color_1);
    color: var(--thm-white);
    font-size: 22px;
    text-align: center;
    border-radius: 6px;
    padding: 12px;
    margin-bottom: 10px;
}
/*  About Style Personal Info List */

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: var(--thm-white);
	background: var(--thm-color);
	border-radius: 7px;
	transition:all 0.3s ease-in-out;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border: none !important;
	color: var(--thm-white);
	background: var(--thm-color);
	border-radius: 7px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}
.nav-fill .nav-item {
	font-size: 22px;
	font-family: var(--thm-font);
	font-weight: 500;
	text-transform: uppercase;
	margin-right: 5px;
}
.nav-tabs .nav-link {
	border: none !important;
}
.nav-tabs {
	border-bottom: none !important;
	margin-bottom: 25px;
	color:var(--thm-black);
}
.atf-progress-title{
    font-size: 18px;
    font-weight: 700;
    color: var(--thm-black);
    margin: 0 0 30px;
}
.progress{
    height: 17px;
    background: rgba(0,0,0,0.1);
    border-radius: 15px;
    margin-bottom: 30px;
    overflow: visible;
    position: relative;
}
.progress .progress-bar {
	border-radius: 15px;
	box-shadow: none;
	position: relative;
	animation: animate-positive 2s;
	overflow: inherit;
	background:var(--thm-color);
}
.progress-icon{
	font-size:25px;
}
.progress .progress-icon,
.progress .progress-value{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 40px;
    background: var(--thm-white);
    border: 7px solid var(--thm-color);
    font-weight: 600;
    color: var(--thm-color);
    position: absolute;
    top: -17px;
    right: -5px;
}
.progress .progress-icon{
    right: auto;
    left: -5px;
}
@-webkit-keyframes animate-positive{
    0%{ width: 0; }
}
@keyframes animate-positive{
    0%{ width: 0; }
}

#atf-pro-about .atf-pro-about-content .atf-pro-about-inner .single-award {
	position: relative;
	text-align: center;
	padding: 20px 0;
	margin: 15px auto;
	color: var(--thm-black);
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
#atf-pro-about .atf-pro-about-content .atf-pro-about-inner .single-award h4 {
	line-height: 42px;
	color: var(--thm-black);
	margin-top: 8px;
	font-weight: 700;
}
#atf-pro-about .atf-pro-about-content .atf-pro-about-inner .single-award i {
	font-size: 70px;
	text-align: center;
	color: var(--thm-eee);
	margin-bottom: 15px;
	height: 60px;
}
#atf-pro-about .atf-pro-about-content .atf-pro-about-inner .single-award p {
	color:var(--thm-black);
}
#atf-pro-about .atf-pro-resume-box li {
	position: relative;
	padding: 20px 20px;
	margin: 35px 0 0px;
	border-radius: 6px;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
#atf-pro-about .atf-pro-single-resume .atf-single_icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: var(--thm-eee);
	font-size: 100px;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 50%;
	z-index: -1;
}
#atf-pro-about .atf-pro-resume-box .time {
	color: var(--thm-white);
	font-size: 14px;
	padding: 8px 12px;
	display: inline-block;
	margin-bottom: 12px;
	border-radius: 4px;
	font-weight: 600;
	background: var(--thm-color);
	margin-top: 25px;
}
#atf-pro-about .atf-pro-resume-box h5 {
	margin: 7px 0 10px;
	color: var(--thm-black);
}
#atf-pro-about .atf-pro-resume-box .place::before {
	position: absolute;
	content: '';
	width: 10px;
	height: 2px;
	background: var(--thm-black);
	left: 7px;
	top: 9px;
	opacity: .8;
}
#atf-pro-about .atf-pro-resume-box .place {
	opacity: .8;
	font-weight: 600;
	font-size: 14px;
	position: relative;
	padding-left: 26px;
}
.atf-pro-about .atf-pro-about-list .title {
	font-weight:600;
	opacity: 1;
	text-transform: capitalize;
}
.atf-pro-about .atf-pro-about-list .value {
	font-weight: 400;
	opacity:0.85
}
.atf-pro-about .atf-pro-about-list li:not(:last-child) {
	padding-bottom: 15px;
}
/*
* ----------------------------------------------------------------------------------------
* START COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
#counter{
	background:var(--thm-black);
}
.atf-counter{
    color: #628900;
    background: var(--color_1);
    font-family: var(--thm-font);
    text-align: center;
    width: 200px;
    height: 200px;
    padding: 25px 15px 35px;
    margin: 0 auto;
    border: 18px solid var(--thm-color);
    border-radius: 100% 100%;
    box-shadow: inset 0 8px 10px rgba(0, 0, 0, 0.3);
}
.atf-counter .atf-counter-value{
    color: var(--thm-white);
    font-size: 35px;
    font-weight: 600;
    display: block;
    margin: 0 0 10px;
}
.atf-counter h3 {
	font-size: 17px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0;
	color: var(--thm-white);
}
@media screen and (max-width:991px) {
    .atf-counter{ margin-bottom: 30px; }
}
/*
* ----------------------------------------------------------------------------------------
* END COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 04.END ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
/* ----------------------------------------------------------------------------------------
* 05.START TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
#agency-team{
	background:var(--thm-white);
}
.atf-single-team {
	text-align: center;
	padding: 0 0 25px 0;
	box-shadow: 0 0 15px rgba(0,0,0, 0.2);
	margin-bottom: 20px;
}
.atf-single-team .atf-team-pic{
    position: relative;
    overflow: hidden;
}
.atf-single-team .atf-team-pic img{
    width: 100%;
    height: auto;
    transition: all 0.2s ease 0s;
}
.atf-single-team:hover .atf-team-pic img{
    transform: translateY(-5px);
}
.atf-single-team .atf-social_media_team{
    position: absolute;
    bottom: -20%;
    width: 100%;
    background:var(--thm-color);
    transition: all 0.35s ease 0s;
}
.atf-single-team:hover .atf-social_media_team{
    bottom: 0px;
}
.atf-single-team .atf-team_social{
    padding: 0;
    margin: 0;
    list-style: none;
    height: 100%;
}
.atf-single-team .atf-team_social li{
    display: inline-block;
    margin-right: 5px;
}
.atf-single-team .atf-team_social li a {
	width: 45px;
	height: 45px;
	line-height: 45px;
	display: block;
	color: var(--thm-white);
	font-size: 20px;
	transition: all 1.3s ease 0s;
}
.atf-single-team .atf-team_social li a:hover{
    background: var(--thm-white);
    color:var(--thm-black);
}
.atf-single-team .atf-team-prof{
    padding: 0 17px;
    min-height: 163px;
}
.atf-single-team .atf-team-post-title{
	padding:10px 0;
}
.atf-single-team .atf-team-post-title a{
    text-transform: uppercase;
    color:var(--thm-color);
    transition: all 0.2s ease 0s;
    font-size: 16px;
}
.atf-single-team .atf-team-post-title a:hover{
    text-decoration: none;
    color:var(--thm-black);
}
.atf-single-team .atf-team-post {
	color: #3d3d3d;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
}
@media screen and (max-width: 990px){
    .atf-single-team{
        margin-bottom: 30px;
    }
}
/*
* ----------------------------------------------------------------------------------------
* 05.END TEAM DESIGN
* ----------------------------------------------------------------------------------------
/*
* ----------------------------------------------------------------------------------------
* 06.START PROMOTION OFFER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-promo-offer {
	background-position: center top;
	background-repeat: repeat-y;
	height: 350px;
	position: relative;
	z-index:1;
}
.atf-promo-offer:before {
	background: rgba(0, 0, 0, 0.4);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.bg-area-main {
	background-position: center top;
	background-repeat: repeat-y;
	position: relative;
	z-index:1;
}
.bg-area-main:before {
	background: rgba(0, 0, 0, 0.2);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.atf-promo-content h3 {
	color: var(--thm-white)! important;
	font-size: 30px;
	line-height: 50px;
	margin: 0 auto 30px;
}

/*
* ----------------------------------------------------------------------------------------
* 06.END PROMOTION OFFER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 07.START SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-main-services{
	margin:15px 0;
}
.atf-single-services{
	border-radius: 0;
	padding: 40px 28px 35px;
    overflow: hidden;
    position: relative;
    z-index: 1;
	transition: 0.3s all ease-in-out 0s;
	-webkit-transition: 0.3s all ease-in-out 0s;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.atf-single-services::before, .atf-single-services::after {
	content: "";
	background: var(--color_1);
	width: 100%;
	height: 110px;
	transform: translateX(-50%);
	position: absolute;
	top: -55px;
	left: 50%;
	z-index: -1;
}
.atf-single-services:hover {
	box-shadow: 4px 0px 13px 3px rgba(75, 81, 91, 0.2);
	-webkit-box-shadow: 2px 4px 13px 0px rgba(75, 81, 91, 0.2);
}
.atf-single-services1{
	border-radius: 0;
	padding: 20px 28px 35px;
    overflow: hidden;
    position: relative;
    z-index: 1;
	transition: 0.3s all ease-in-out 0s;
	-webkit-transition: 0.3s all ease-in-out 0s;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.atf-single-services1::before, .atf-single-services1::after {
	content: "";
	width: 100%;
	height: 110px;
	transform: translateX(-50%);
	position: absolute;
	top: -55px;
	left: 50%;
	z-index: -1;
}
.atf-single-services1:hover {
	box-shadow: 4px 0px 13px 3px rgba(75, 81, 91, 0.2);
	-webkit-box-shadow: 2px 4px 13px 0px rgba(75, 81, 91, 0.2);
}
.atf-services-icon {
	-webkit-transition: 0.3s all ease-in-out 0s;
	transition: 0.3s all ease-in-out 0s;
}
.atf-single-services:hover .atf-services-icon i  {
	transform:translateY(-6px);
}
.atf-services-icon i {
	color: var(--thm-white);
	font-size: 70px;
	text-align: center;
	margin-bottom: 40px;
	transition: 0.3s all ease-in-out 0s;
	margin-left: -20px;
}
.atf-services-text h3 {
	padding: 0px 0 15px 0;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 20px;
    text-align: center;
    margin-top: -20px;
    text-transform: uppercase;
}
.atf-services-text p {
	color: #3d3d3d;
}
.atf-service-inner-content {
	margin-top:20px;
}
.atf-service-inner-content li {
	line-height: 25px;
    padding: 10px 30px;
    color: #3d3d3d;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid var(--thm-ddd);
    display: block;
}
.atf-service-inner-content li::before {
	content: "\f30b";
	color: var(--thm-color);
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	text-align: center;
	margin-right: 10px;
	font-size: 16px;
	padding: 0px;
	position: absolute;
    left: 30px;
}
@media only screen and (max-width:990px){
    .atf-single-services{ margin: 0 0 30px; }
}
/*
* ----------------------------------------------------------------------------------------
* 07.END SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 08.START GALLERY DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-gallery-slider{
	cursor:pointer;
}
.atf-single-gallery {
	position: relative;
	display: block;
	overflow: hidden;
	display: flex;
	align-items: center;
	min-height: 100%;
}
.atf-single-gallery:hover .atf-gallery-info {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	opacity: 1;
	overflow: hidden;
    display: block;
}  
.atf-gallery-info {
	width: 100%;
	background: var(--thm-f6);
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding-top: 60px;
	padding-left: 40px;
	padding-right: 40px;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	opacity: 0;
	top: 0;
}
.atf-gallery-info h2{
	font-size:30px;
}
.atf-gallery-info p {
	margin: 10px 50px;
}
/* owl theme */
.atf-main-gallery-slider.owl-theme .owl-nav.disabled + .owl-dots {
    margin-left: 50px;
    line-height: .7;
}
.atf-main-gallery-slider .owl-controls{
	 margin-left: -25px;
	 margin-top: 30px;
}
.atf-main-gallery-slider.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 0 8px;
	border-radius: 50%;
	background: transparent;
	border: 1px solid var(--thm-black);
	transition: 0.3s all ease-in-out;
}
.atf-main-gallery-slider.owl-theme .owl-dots .owl-dot.active span, .atf-main-gallery-slider.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--thm-color);
	width: 15px;
	transition: 0.3s all ease-in-out;
	border: 1px solid var(--thm-color);
	height: 15px;
	border-radius: 50%;
}
/*Work modal*/
.modal-backdrop.show {
	z-index: 1;
}
.modal-title {
	color: #ffffff;
	margin: 0;
	text-transform: capitalize;
	font-weight: 600;
}

.modal-content img {
	border: 2px dotted;
}
.modal-body img { 
	margin-top:0px;
}
.modal-body { margin-bottom: 15px }
.modal-body p { margin: 15px 0 0 }
.atf-project-list { margin-top: 20px }
.atf-project-list label {
	color: var(--thm-black);
	margin-bottom: 0;
	margin-right: 0;
	width: 120px;
}
.atf-project-list li {
    padding: 7px 0;
    font-size: 14px;
}
.atf-project-list li a {
    color: var(--thm-black);
    margin-bottom: 0;
    margin-right: 7px;
    width: 125px;
}
.atf-project-list li a:hover { color: var(--thm-color); }
.modal-content button{
	width:30px;
	background:var(--thm-color);
	color: #313450
}
.modal-body {
    padding: 15px 15px 0px;
}
.form-control{
    padding: 0.575rem 0.75rem;
    font-size: 16px;
}
/*End project modal*/
/*
* ----------------------------------------------------------------------------------------
* 08.END GALLERY DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 09.START PORTFOLIO DESIGN
* ----------------------------------------------------------------------------------------
*/
#portfolio {
    position: relative;
	overflow: hidden;
}
#portfolio .atf-portfolio-nav {
	margin-bottom: 20px;
	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;
	font-weight: 400;
	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: 9px 15px;
	margin: 2px 6px;
	color: var(--thm-black);
	border: 1px solid #ddd;
	border-radius:30px;
}
#portfolio .atf-portfolio-nav .nav li:hover, 
#portfolio .atf-portfolio-nav .nav li.filter-active {
	color: var(--thm-white);
	background: var(--thm-color);
	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;
}
.atf-grid {
	margin:12px 0;
	text-align:center;
	overflow:hidden;
}
.atf-grid-portfolio a {
    display: inline-block;
}
.atf-grid-portfolio {
	position: relative;
	overflow: hidden;
	display: block;
}
.atf-grid-portfolio:hover .atf-hover-portfolio {
    transform: translateY(0%);
    visibility: visible;
}

.atf-grid-portfolio:hover .atf-hover-portfolio .atf-portfolio-content{
    opacity: 1;
}
.atf-grid-portfolio:hover .atf-portfolio-img{
    transform: translateY(-100%);
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
}
.atf-portfolio-img {
    transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    width: 100%;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}
.atf-hover-portfolio {
    background: none repeat scroll 0 0 var(--thm-color);
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    visibility: hidden;
    overflow: hidden;
    transform: translateY(100%);
}
.atf-hover-portfolio p {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    color: #fff;
}
.atf-hover-portfolio h3 {
	color: #fff;
	margin-bottom:8px;
}
.atf-hover-portfolio .atf-portfolio-content {
	position: absolute;
	bottom: 50%;
	transform: translateY(50%);
	left: 0px;
	right: 0px;
	padding-left: 50px;
	padding-right: 50px;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	opacity: 0;
	text-align: left;
}
.atf-portfolio-icon .icon {
	font-size: 20px;
	color: var(--thm-black);
	background: var(--thm-white);
	border-radius: 30px;
	opacity: 0.9;
	transition: all 0.3s ease;
	margin-bottom: 18px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.atf-portfolio-icon:hover .icon {
	color: var(--thm-white);
	background: var(--thm-black);
}
/*
* ----------------------------------------------------------------------------------------
* 09.END PORTFOLIO DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 10. START TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
#testimonial{
	background:var(--thm-black);
}
#testimonial .atf-section-title .divide::after {
	background: var(--thm-black);
}
.atf-testimonial {
	text-align: center;
	margin: 50px 10px 0;
	padding: 0 10% 1%;
	background: var(--thm-white);
	border-radius: 25px;
	opacity: 0.9;
}
.atf-testimonial .atf-testimonial-pic{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.3);
    display: inline-block;
    margin-top: -50px;
    overflow: hidden;
    box-shadow:0 2px 6px rgba(0, 0, 0, 0.15);
}
.atf-testimonial .atf-testimonial-pic img{
    width: 100%;
    height: auto;
}
.atf-testimonial .atf-testimonial-description{
    font-size: 16px;
    font-style: italic;
    color: var(--thm-black);
    line-height: 30px;
    margin: 10px 0 20px;
}
.atf-testimonial .atf-testimonial-title {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	color: var(--thm-black);
	text-transform: uppercase;
}
.atf-testimonial .atf-testimonial-post{
    display: block;
    font-size: 13px;
    color: var(--thm-black);
    margin-bottom: 15px;
    text-transform: capitalize;
}
.atf-testimonial .atf-testimonial-post::before {
	content: "";
	width: 50px;
	display: block;
	margin: 10px auto;
	border: 1px solid var(--thm-color);
}
.atf-testimonial .atf-testimonial-rating{
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}
.atf-testimonial .atf-testimonial-rating li{
    color: var(--thm-color);
    display: inline-block;
}
.atf-testimonial .atf-testimonial-rating li.fa-star{
    color: var(--thm-color);
}
/* owl theme */
.atf-testimonial-area .owl-theme .owl-controls{
    margin-top: 30px;
}
.atf-testimonial-area .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: var(--thm-color);
}
.atf-testimonial-area .owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: var(--thm-white);
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}
.atf-testimonial-area .owl-theme .owl-controls .owl-pagination{
    width: 140px;
    padding: 10px;
    margin: 0 auto;
    line-height: 13px;
    background: var(--thm-color);
}
.atf-testimonial-area .owl-theme .owl-controls .owl-page span{
    width: 12px;
    height: 12px;
    border-radius: 0;
    background: transparent;
    border: 1px solid var(--thm-white);
}
.atf-testimonial-area .owl-theme .owl-controls .owl-page.active span,
.atf-testimonial-area .owl-theme .owl-controls.clickable .owl-page:hover span{
    border: 4px solid var(--thm-white);
}
/**************************************
 * 10. END TESTIMONIAL DESIGN
 *************************************/
/**************************************
 * 11. START PRICING DESIGN
 *************************************/
.atf-pricingTable{
    color: var(--thm-white);
    background-color: var(--thm-white);
    font-family: var(--thm-font);
    text-align: center;
    box-shadow: 0 0 20px -10px rgba(0,0,0,0.5);
}
.atf-pricingTable .atf-pricingTable-header{
    background: var(--thm-color);
    padding: 10px;
    margin: 0;
    border-radius: 8px 8px 0 0;
    position: relative;
}
.atf-pricingTable .atf-pricingTable-header::after,
.atf-pricingTable .atf-pricingTable-signup::before {
	content: '';
	width: 100%;
	height: 20px;
	border-top: 7px dotted var(--thm-color);
	position: absolute;
	left: 0;
	bottom: -16px;
}
.atf-pricingTable .atf-pricingTable-signup::before {
	border-top-color: var(--thm-black);
	bottom: auto;
	top: -4px;
}
.atf-pricingTable .atf-title{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    color: var(--thm-white);
}
.atf-pricingTable .atf-pricing-icon {
	background: var(--color_1);
	font-size: 50px;
	line-height: 110px;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	margin: 0 auto 20px;
}
.atf-pricingTable .atf-price-value{
    color: var(--thm-color);
    padding: 0 10px;
    margin: 0 0 15px;
}
.atf-pricingTable .atf-price-value:before,
.atf-pricingTable .atf-price-value:after{
    content: '';
    height: 10px;
    width: 50px;
    margin: 0 auto 10px;
    border-top: 10px dotted #d1d1d1;
    display: block;
    clear: both;
}
.atf-pricingTable .atf-price-value:after{ margin: 13px auto 0; }
.atf-pricingTable .atf-price-value .atf-currency{
    font-size: 43px;
    line-height: 43px;
    display: inline-block;
}
.atf-pricingTable .atf-price-value .atf-amount{
    font-size: 50px;
    line-height: 50px;
    display: inline-block;
}
.atf-pricingTable .atf-price-value .atf-duration{ font-size: 20px; }
.atf-pricingTable .atf-pricing-content{
    text-align: left;
    padding: 20px 30px 30px;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.atf-pricingTable .atf-pricing-content li {
	color: var(--thm-black);
	font-size: 15px;
	letter-spacing: 0.5px;
	margin: 0 0 12px;
	border-bottom: 1px solid var(--thm-ddd);
	padding-bottom: 5px;
}
.atf-pricingTable .atf-pricing-content li:last-child{ margin-bottom: 0; }
.atf-pricingTable .atf-pricing-content li span{ 
	color: var(--thm-color);
	font-weight:600;
 }
.atf-pricingTable .atf-pricingTable-signup{
    background-color: var(--thm-black);
    padding: 20px 10px;
    border-radius: 0 0 8px 8px;
    position: relative;
}
@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 40px; }
}
/*
* ----------------------------------------------------------------------------------------
* 11.END PRICING DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 12.START NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-newsletter{
	background: #2b758e;
}
.atf-mailchamp-subscribe{
	position:relative;
}
.atf-mailchamp-headding h2{
	font-size: 33px;
	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: 50px;
	padding-left: 15px;
	font-size: 14px;
	border-radius: 30px;
	display:inline-block;
}
.atf-mailchamp-subscribe  .form-group{
	margin-bottom:0;
}
.atf-mailchamp-subscribe .atf-subscription-label {
	color: var(--thm-white);
	margin-bottom: 15px;
}
.atf-mailchamp-subscribe .btn i {
	font-size: 20px;
	color: var(--thm-white);
	border-radius: 30px;
	width: 15px;
	height: 20px;
	line-height: 25px;
}
.atf-mailchamp-subscribe .btn {
	position: absolute;
	right: 7px;
	background: transparent;
	box-shadow: none;
	top: 4px;
	background: var(--thm-color);
	border-radius: 30px;
}
/*
* ----------------------------------------------------------------------------------------
* 12.END NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/**************************************
 * 13. START BLOG DESIGN
 *************************************/
.atf-blog-area .atf-single-blog {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0,0,0, 0.1);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0, 0.1);
	transition: all 0.3s ease-in-out;
	border-radius: 10px;
	overflow: hidden;
}
.atf-blog-area .atf-single-blog:hover img {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: scale(1.03, 1.03);
	transform: scale(1.03, 1.03);
}
.atf-blog-area .atf-single-blog  img {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.atf-blog-content {
	padding: 5px 15px 30px 20px;
}
.atf-post-img  img{width:100%;}
.atf-post-img .atf-blog-tag a {
	overflow: hidden;
	position: relative;
}
.atf-post-img .atf-blog-date a {
	color: var(--thm-white);
	font-size: 15px;
	background: var(--thm-color);
	padding: 16px 15px;
	border-radius: 7px;
}
.atf-post-img .atf-blog-date {
	content: '';
	position: absolute;
	bottom: 52px;
	right: 18px;
	color: var(--thm-white);
}
.atf-blog-content .atf-blog-tag {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.atf-blog-content .atf-single-blog-icon {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.atf-single-blog .atf-blog-content h3 {
	padding-top:18px;
}
.atf-single-blog .atf-blog-content p {
	padding: 15px 5px 15px 0;
	font-size:14px;
}
.atf-single-blog-icon i{
	color: var(--thm-color);
}
.atf-blog-btn .atf-blogs-btn {
	opacity:0;
	visibility:hidden;
	transform: translateX(-20px);
}
.atf-blog-btn .atf-themes-btn {
	text-transform: capitalize;
	font-size: 16px;
	background: transparent;
	color: var(--thm-black);
	box-shadow: none;
	padding: 0;
	font-weight: 600;
	transition: 0.5s all ease-in-out 0s;
	transform: translateY(-0px);
	letter-spacing: 0;
	text-decoration: underline;
}
.atf-blog-btn .atf-themes-btn:hover  .atf-blogs-btn{
	transform: translateX(8px);
	opacity:1;
	visibility:visible;
	transition:all 0.5s ease-in-out 0s;
}
.atf-blog-btn .atf-themes-btn:hover{
	color: 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;
	margin-bottom: 4px;
	line-height: 26px;
}
.atf-sidebar-widget .atf-post.atf-style1 .atf-post-thumb {
	width: 80px;
}
.atf-post.atf-style1 {
	display: flex;
}
.atf-post.atf-style1:hover  img{
	-webkit-filter: none;
	filter: none;
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.atf-post.atf-style1 img {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.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 var(--thm-eee);
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.atf-widget{
	margin:20px 0;
}
.atf-post.atf-style1 .atf-post-title a:hover {
	color: var(--thm-color);
}
.atf-post-info{
	margin-top:-8px;
}
.blog_search {
	margin-bottom: 40px;
}
.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: 450px; 
}
.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: 50px;
	text-align: center;
	margin-bottom: 7px;
	font-weight: 700;
}
.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 var(--thm-eee);
	border-radius: 4px;
	padding: 30px; 
}
.atf-widget .atf-widget-title {
	font-size: 16px;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 25px;
	margin-top: -3px;
}
.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 {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: -16px;
	margin-bottom: -16px;
}
.atf-widget-list li:not(:last-child) {
    border-bottom: 1px solid var(--thm-eee); 
}
.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 var(--thm-eee);
    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-post-details.atf-style1 blockquote {
	background-color: var(--thm-f6);
	margin: 0;
	padding: 30px 40px 27px;
	font-size: 24px;
	line-height: 1.6em;
	border: 2px solid var(--thm-color);
	border-radius: 4px;
	font-weight: 400;
	margin: 20px 0;
}
.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 var(--thm-eee);
    border-bottom: 1px solid var(--thm-eee); }
.atf-post-details.atf-style1 h2 {
    font-size: 28px;
    margin-bottom: 10px; }
.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-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-size: 16px;
	font-weight: 500;
}
.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-themes-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.9);
	font-size: 20px;
	font-weight: 500;
	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: 500;
    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 var(--thm-eee);
    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;
	justify-content: space-between;
	border-bottom: 1px solid var(--thm-eee);
	padding-bottom: 4px;
	margin-bottom: 7px;
}

.comments-area ol {
    list-style: none;
    padding-left: 0;
}

.comments-area .children {
    padding-left: 45px;
}

.comments-area .children .children {
    padding-left: 35px;
}

.comment-author .avatar {
	height: 90px;
	width: 90px;
	position: absolute;
	top: 0;
	left: -120px;
	border-radius: 50%;
	border: 1px dotted;
}
.comment-author {
    line-height: 20px;
    margin-bottom: 6px;
    margin-right: 30px;
	font-weight: 600;
	color: var(--thm-black);
	font-size: 16px;
	font-family: var(--thm-font);
}
.comment-author a:hover{
   color: var(--thm-color);
}
.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 var(--thm-eee); }

.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 var(--thm-eee);
  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; }
  
 /*--------------------------------------------------------------
END BLOG DETAILS DESIGN
----------------------------------------------------------------*/
/*
* ----------------------------------------------------------------------------------------
* 13.END BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 14.START COMPANY BRAND LOGO DESIGN  
* ----------------------------------------------------------------------------------------
*/
.atf-brand-area {
	background:var(--thm-fb);
}
#atf-law-partner {
	background:var(--thm-white)!important;
}
.atf-brand-area .owl-controls {
	display:none;
}
.atf-brand-active{ text-align: center }
.atf-brand-active > a { display:inline-block}
/*
* ----------------------------------------------------------------------------------------
* 14.END COMPANY BRAND LOGO DESIGN 
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 15.START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-contact-info {
	
}
.atf-main-contact{
	margin:20px 0;
}
.atf-contact-details {
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	padding: 3% 2% 3% 3%;
	box-shadow: 0px 0px 15px rgba(75, 81, 91, 0.2);
	-webkit-box-shadow: 0px 0px 15px rgba(75, 81, 91, 0.2);
}
.atf-contact-details i {
	font-size: 18px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: var(--thm-white);
	text-align: center;
	margin: 0px 0 25px;
	border-radius: 50%;
	background: var(--thm-color);
	float: left;
	margin-right: 25px;
}
.atf-contact-details h4 {
	color: var(--thm-black);
	font-size: 16px;
	line-height: 10px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.atf-contact-details h5 {
	text-transform: uppercase;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 15px;
    font-weight: 600;
}
.atf-contact-details p {
	margin-top: 0px;
	color: var(--thm-p);
	display: block;
	overflow: hidden;
	text-transform: uppercase;
}
.atf-contact-btn .atf-themes-btn {
	color: var(--thm-white);
}
.atf-contact-btn .atf-themes-btn:hover {
	transform:translateY(-0px);
}
.contact h4 {
	font-size: 18px;
	margin-bottom: 20px;
	color: var(--thm-black);
	text-transform: uppercase;
	font-weight: 600;
}
.atf-contact-area .atf-section-title p{
	width:100%;
	color: var(--thm-p);
}
.contact .form-control {
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 5px;
	font-size: 14px;
}
.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: 77px;
}
.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;
}

/*
* ----------------------------------------------------------------------------------------
* START MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
#atf-map-area iframe {
    width: 100%;
    height: 400px;
}

/*
* ----------------------------------------------------------------------------------------
* END MAP DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 15.END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 16.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/

.atf-footer-area {
	background: #006c85;
}
.atf-footer-boottom {
	padding: 35px 0;
	background: rgb(43 117 142);
	margin-bottom: 0px;
}
.atf-footer-box p {
    color: var(--thm-white);
    margin-bottom: 20px;
}
.atf-footer-box strong{
	font-weight:700;
}
.atf-footer-social-icon{text-align:right;}
.atf-footer-social-icon a i:hover{
	background:var(--thm-white);
	transition:all 0.3s ease-in-out 0s;
	-webkit-transition:all 0.3s ease-in-out 0s;
	color:var(--thm-black);
}
.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);
	background: #ff8a00;
	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: 35px;
	top: 33px;
	background: var(--thm-color);
	width: 45px;
	height: 3px;
}
.atf-footer-area .atf-footer-link::before {
	content: '';
	position: absolute;
	left: 14px;
	top: 33px;
	background: var(--thm-color);
	width: 11px;
	height: 3px;
}
.atf-footer-link h5 {
	margin-bottom: 35px;
	font-size: 18px;
	font-weight: 600;
	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;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	font-size: 14px;
}
.atf-footer-link .atf-list-menu li a:hover {
	color: var(--thm-color);
	padding-left: 4px;
}
.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);
	text-align:left;
}
.atf-footer-boottom a {
	color: var(--thm-white);
	font-weight: 700;
	-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;
	opacity:0.9;
}
.atf-footer-boottom  a:hover{
	color:  var(--thm-color);
	opacity:1;
}
.atf-footer-link img {
	width: 150px;
    margin: 0 5px -30px -4px;
}
.atf-payment-link img {
	width:80px;
	margin: 0 5px 5px 0px;
}
.form-message {
	margin-top:20px;
}
/*
* ----------------------------------------------------------------------------------------
* 16.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.lazy-yt-wrapper {
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px;
	margin-right: 10px;
	-webkit-box-shadow: 0 0 15px rgb(0 0 0 / 60%);
}

.lazy-youtube {
	background-color: #000;
	margin-bottom: 30px;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	cursor: pointer;
}
.lazy-youtube img {
	width: 100%;
	top: -16.82%;
	left: 0;
	opacity: 1;
}
.lazy-youtube .lazy-play-btn {
	width: 90px;
	height: 60px;
	background-color: #333;
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.8;
	border-radius: 6px;
}
.lazy-youtube .lazy-play-btn:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
}
.lazy-youtube img,
.lazy-youtube .lazy-play-btn {
	cursor: pointer;
}
.lazy-youtube img,
.lazy-youtube iframe,
.lazy-youtube .lazy-play-btn,
.lazy-youtube .lazy-play-btn:before {
	position: absolute;
}
.lazy-youtube .lazy-play-btn,
.lazy-youtube .lazy-play-btn:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
}
.lazy-youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.font-16{
        font-size: 16px !important;
}
.pt-0{
    padding-top:0 !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.atf-service-inner-content span{
    color: #410fb4;
}
.act-brn1{
    padding-top: 30px;
    font-size: 24px;
    color: #fff;
}
.mb-0{
        margin-bottom: 0px !important;
}
.elg-head{
    color: #313450;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 20px;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 10px;
    text-transform: uppercase;
}
.logo-img{
    width:190px;
}
.logo-area{
    
}
.notice-area{
    height:auto !important;
}
.atf-about-text1 {
    min-height: 100px;
}
.fixBottom {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 7px;
    color: #fff;
    background-color: #156884;
    z-index: 10;
    text-align: center;
}
.fixBottom a {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 5px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.whatsapp a {
    width: 50px;
    height: 50px;
    display: block;
    position: fixed;
    right: 10px;
    top: 50%;
    font-size: 50px;
    color: #006600;
    z-index: 99999999;
    text-indent: -999em;
    background: url(../img/whatsapp.png) no-repeat center #36c641;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    box-shadow: 0 2px 25px rgb(54 198 65 / 70%);
    -o-box-shadow: 0 2px 25px rgba(54, 198, 65, .7);
    -ms-box-shadow: 0 2px 25px rgba(54, 198, 65, .7);
    -moz-box-shadow: 0 2px 25px rgba(54, 198, 65, .7);
    -webkit-box-shadow: 0 2px 25px rgb(54 198 65 / 70%);
}
.call-us {
    display: none;
}
.bottom-call{
    color: #fff;
    font-size: 15px;
}
.m-banner{
  display:none !important;  
}
.d-banner{
  display:block !important;  
}
.ranking-height{
        min-height: 415px;
}
.choose-height{
        min-height: 360px;
}
.join-height{
        min-height: 325px;
}
.join-height1{
        min-height: 340px;
}
.abou-gec-img{
        padding: 0 60px 0px;
}
.count-plus{
    color: var(--thm-white);
    font-size: 35px;
    font-weight: 600;
    position: absolute;
    margin-top: -63px;
    margin-left: 34px;
}
.partner img{
    padding: 30px;
}
.cont-head{
    font-size: 18px;
    color: #313450;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 30px;
}

.my-auto {
    padding: 55px 30px 45px;
    margin-top: 0 !important;
    background-color: #b0abbd69;
}
.pd-top{
    padding: 3% !important;
}
.font-16{
    font-size: 16px !important;
}
.bg-white{
    background-color:#fff !important;
}
.cta-mbbs{
    background-position: 50% -220px;
}
.modal-open .modal {
    background-color: #00000073;
}
.close{
       background: #410fb4 !important;
    border-color: #410fb4;
}
.sbmt-btn{
    text-align: center;
    margin-bottom: 15px;
}
.btn-primary {
    color: #fff;
    background-color: #410fb4;
    border-color: #410fb4;
    padding: 8px 25px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #410fb4;
    border-color: #410fb4;
}
.modal-content button {
    width: 25px !important;
    height: 25px !important;
}
.modal-header{
    background-color: #410fb4;
}
.atf-contact-details p a {
    color: #410fb4;
    font-size: 17px;
}
.atf-contact-details p a:hover {
    color: #380e9b;
    font-size: 17px;
}
.atf-about-text2 {
    min-height: 150px;
}
.atf-about-text2 h3{
    font-size: 18px;
    margin-bottom: 10px;
}
.about-ipad1{
    display:block;
}
.about-ipad{
    display: none;
}
.modal-title {
    font-size: 18px;
}
.formTypoTop {
    position: absolute;
    right: 5%;
    left: 68%;
    text-align: center;
    padding: 20px 15px;
    top: 170px;
    background-color: #ffffffa1;
    z-index: 2;
    border-radius: 10px;
}
.formTypoTop h3 {
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    font-weight: 600;
}
.formTypoTop p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
}
.form-mobile-top{
    display: none;
}
.top-from-bg{
    background-color: #f7f7f7 !important;
    display: none;
}
.icon-rotate{
    transform: rotate(90deg);
}
.min-h{
    min-height: 78px;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 550px;
        margin: 1.75rem auto;
    }
}
@media (min-width: 992px) {
    .ml-lg-5 {
        margin-left: 0 !important;
    }
}
@media only screen and (max-width: 991px) {
    .contact {
        margin-bottom: 20px !important;
    }
}
@media only screen and (max-width: 767px) {
	.logo-img {
    width: 165px !important;
}
.fixBottom {
        display: block;
    }
    .whatsapp a {
        top: auto !important;
        bottom: 75px;
        right: 10px;
    }
    .call-us {
        position: fixed;
        display: block !important;
        bottom: 75px;
        left: 10px;
        z-index: 9999999;
    }
    .call-us a {
        display: block;
        text-indent: -999em;
        width: 50px;
        height: 50px;
        background: url(../img/icon-call.png) no-repeat center #461381;
        background-size: 50% auto;
        -webkit-background-size: 50% auto;
        border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        box-shadow: 0 2px 25px rgb(26, 12, 148);
        -o-box-shadow: 0 2px 25px rgba(25, 0, 255, 0.7);
        -ms-box-shadow: 0 2px 25px rgba(68, 0, 255, 0.7);
        -moz-box-shadow: 0 2px 25px rgba(38, 0, 255, 0.7);
        -webkit-box-shadow: 0 2px 25px rgb(53, 12, 148);
    }
    
    .m-banner{
    display:block !important;  
    }
    .d-banner{
    display:none !important;  
    }
    .d-banner-top{
    display:none !important;  
    }
    .ranking-height{
        min-height: auto !important;
}	
.choose-height{
        min-height: auto !important;
}
.join-height{
        min-height: auto !important;
}
.join-height1{
        min-height: auto !important;
}
.abou-gec-img{
        padding: 0 !important;
}
.atf-footer-boottom {
	margin-bottom: 50px !important;
	padding: 30px 0 80px !important;
}
.partner img {
    padding: 10px 90px !important;
}
.cont-head {
    font-size: 16px !important;
}
.font-16 {
    font-size: 14px !important;
}
.cta-mbbs{
    background-position: 50% 0px !important;
}
.modal-title {
    font-size: 15px !important;
}
.atf-single-team .atf-team-prof {
    min-height: auto !important;
}
.atf-about-text1 {
        min-height: auto !important;
    }
    .atf-single-home .atf-single-text h5 {
    font-size: 11px;
    line-height: 15px;
}
.atf-themes-btn {
    font-size: 12px;
    line-height: 25px;
}
.atf-about-text2 {
        min-height: auto !important;
    }
    .atf-single-text {
    bottom: -90%;
    position: relative;
}
.atf-promo-offer{
    background-attachment: fixed !important;
}
.bg-area-main{
    background-attachment: fixed !important;
}
.atf-single-text2 {
    top: -20% !important;
}
}
@media only screen and (max-width : 1399px) {
  .width-50  {
      width: 50%;
  }
  .width-50  {
      width: 50%;
  }
  .atf-single-team .atf-team-prof {
    min-height: 112px;
}
.ranking-height {
    min-height: 442px;
}
.join-height {
    min-height: 370px;
}
.atf-about-text1 {
    min-height: 120px;
}
.atf-about-text2 {
    min-height: 170px;
}
.atf-about-text2 h3 {
    font-size: 18px;
}
.atf-about-icon i {
    font-size: 22px;
    margin-bottom: 10px;
}
.about-ipad{
    display: block;
}
.about-ipad1{
    display:none;
}
.abou-gec-img {
    padding: 0 20px 0px;
}
.my-auto {
   padding: 57px 30px 43px;
}
.formTypoTop {
    left: 55%;
}
}
@media only screen and (max-width: 1199px) {
    .atf-single-team .atf-team-prof {
        min-height: 260px;
    }
    .atf-about-text1 {
    min-height: 145px;
}
.abou-gec-img {
        padding: 0 0px 0px;
    }
    .choose-height {
    min-height: 420px;
}
.my-auto {
    padding: 30px 20px 15px;
}
}

@media only screen and (max-width: 991px) {
.atf-single-team .atf-team-prof {
        min-height: 145px;
    }
    .atf-about-text1 {
        min-height: 170px;
    }
    .about-ipad {
    display: none;
}
.about-ipad1 {
    display: block;
}
.formTypoTop{
    display: none;
}
.form-mobile-top{
    display: block;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        border: 15px solid #410e7a;
}
.top-from-bg{
    background-color: #f7f7f7 !important;
    display: block;
}
.formTypoTop p {
    padding: 0;
}
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 550px;
        margin: 3.75rem auto;
    }
}