/*=====================================================
	Template Name : Samtax - IT Solutions & Business Services Template
	Author Name   : AB_Themes
	Author Url    : https://www.templatemonster.com/authors/ab_themes/
	Decripation   : This is a Landing page HTML5 Responsive Template
	Version       : 1.0 ;
=======================================================*/

/* ======= CSS Document ========= */

/************ TABLE OF CONTENTS ***************

	01. GOOGLE FONTS
	02. START DEFAULT DESIGN
	03. START MENU DESIGN
	04. SATRT HOME DESIGN
	05. START FEATURE DESIGN
	06. START ABOUT DESIGN
	07. START SERVICE DESIGN
	08. START PORTFOLIO DESIGN
	09. START COUNTER DESIGN
	10. START TEAM DESIGN
	11. START TESTIMONIAL DESIGN
	12. START BLOG DESIGN
	13. START NEWSLETTER DESIGN
	14. START CONTACT DESIGN
	15. START FOOTER DESIGN
	16. START SUB PAGE DESIGN


***********************************************/


/*********** 01. GOOGLE FONTS **********/
@import url('https://fonts.googleapis.com/css?family=Poppins:100,300,400,500,700,900&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #666666;
    background-color: #fff;
	overflow-x: hidden;
}

img {
    max-width: 100%;
}

button{
	cursor: pointer;
}
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus {
    outline: none;
	box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 600;
}
li{
	list-style: none;
}
html,
body {
    height: 100%;
}
img {
    max-width: 100%;
}

a,
ul {
	text-decoration: none;
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
    margin: 0;
    font-weight: 400;
    line-height: 28px;
}
a:hover {
    text-decoration: none;
}


/*********** Start Preloader CSS **********/
.preloader {
	background: #5f2dee;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99999; 
	width: 100%;
	height: 100%;

}
.status-mes{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -37px 0 0 -35px;
	text-align: center;
}
.bigSqr {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-animation: bigSqrShrink 1s linear infinite;
	animation: bigSqrShrink 1s linear infinite;
}

.square {
	position: absolute;
	width: 20px;
	height: 20px;
	background: #fff;
}

.first {
  left: 0px;
  top: 20px;
}

.second {
	left: 20px;
	top: 20px;
	-webkit-animation: drop2 1s linear infinite;
	animation: drop2 1s linear infinite;
}

.third {
	left: 0px;
	top: 0px;
	-webkit-animation: drop3 1s linear infinite;
	animation: drop3 1s linear infinite;
}

.fourth {
	left: 20px;
	top: 0px;
	-webkit-animation: drop4 1s linear infinite;
	animation: drop4 1s linear infinite;
}

.text_loading {
	line-height: 16px;
	font-weight: 400;
	color: #fff;
	display: block;
	margin: 5px auto;
	padding: 3px;
	text-transform: Capitalize;
	font-size: 17px;
	letter-spacing: 1px;
}

@-webkit-keyframes bigSqrShrink {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@keyframes bigSqrShrink {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@-webkit-keyframes drop2 {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  25% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes drop2 {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  25% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes drop3 {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  50% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes drop3 {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  50% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes drop4 {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  75% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes drop4 {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  75% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}



/*
* ----------------------------------------------------------------------------------------
* 02. START DEFAULT DESIGN
* ----------------------------------------------------------------------------------------
*/

.gray_bg {
    background: #fafafa;
}
.theme_bg{
	background: #1d1729;
}
.pad {
    padding: 100px 0;
}
.pad_0{
	padding: 0;
}
.p_100 {
    padding: 100px 50px;
}
.pad_top {
    padding-top: 100px;
}
.pad_bottom {
    padding-bottom: 100px;
}
.mb_30{
	margin-bottom: 30px;
}
.error {
	color: red;
}
.success {
	color: green;
}
.title {
    margin-bottom: 90px;
    position: relative;
}
.title h1 {
    font-size: 44px;
    color: #222;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 25px;
    position: relative;
    margin-left: 10px;
}
.title h1 span {
    font-weight: 200;
}
.title h1:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 2px;
    height: 35px;
    background: #5f2dee;
    margin-left: -10px;
}
.navbar-area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: rgb(255 255 255 / 30%);
    box-shadow: 0px 7px 20px 4px rgb(0 0 0 / 10%);
    animation: fadeInDown 1s both 0.2s;
    backdrop-filter: blur(10px);
}
.navbar-area.sticky .header-top-area {
    padding: 0;
    display: none !important;
}
.navbar-area.sticky .header-info  {
	display: none;
}
.navbar-area.sticky .header-icon  {
	display: none;
}

/*********** Start Scroll Top css **********/
a.scrollToTop {
    display: none;
    position: fixed;
    z-index: 999;
    right: 30px;
    bottom: 30px;
    width: 42px;
    height: 42px;
    border-radius: 30px;
    background: #5f2dee url(assets/img/up-arrow.png) no-repeat center 47%;
    background-size: 18px 18px;
    text-indent: -9999px;
}

/*********** Start Button css **********/
.search-btn{
	position: relative;
    margin-left: 30px;
}
.search-btn:before {
    content: "";
    left: -30px;
    margin-right: 39px;
    position: absolute;
    width: 1px;
    height: 20px;
    background: #5f2dee;
}
.btn.btn_header {
    padding: 15px 40px !important;
    background: #fff;
    color: #fff;
    border: 1px solid #5f2dee;
}
.btn.btn_header::before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    background: #5f2dee;
}

.btn.btn_header:hover::before {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    background: #5f2dee;
}
.btn {
    background: #5f2dee;
    border: medium none;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 1.2px;
    padding: 20px 40px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    border-radius: 5px;
    position: relative;
}

.btn-text {
	position: relative;
	transition: .3s; 
}

.btn:hover .btn-text {
	color: #ffffff; 
}

.btn-text i {
	padding-left: 5px; 
}

.btn::before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    background: #1d1729;
    -webkit-transition: all 0.3s ease;
    transition: all 0.4s ease;
    border-radius: 5px;
}

.btn:hover::before {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    background: #1d1729;
}

.btn:hover .btn-text {
	color: #ffffff; 
}

.home_btn {
    margin-top: 30px;
    box-shadow: 1px 7px 25px rgb(255 255 255 / 30%);
    display: inline-block;
}
/*
* ----------------------------------------------------------------------------------------
* END DEFAULT DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 03. START MENU DESIGN
* ----------------------------------------------------------------------------------------
*/
.header-top-area {
    padding: 15px 0;
    background: #5f2dee;
}
.header-info p {
    float: left;
    font-size: 14px;
    color: #fff;
}
.header-info span {
    font-size: 14px;
    margin: 0 27px;
    color: #fff;
}
.header-info span img {
	margin: 0 5px;
    max-width: 30px;
}

span.header-ph img {
    max-width: 20px;
}
.header-icon {
    margin-left: 50px;
}
.header-icon a {
    color: #fff;
    margin: 0 8px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.header-icon a:hover{
	color: #000;
}

header {
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}

#main_menu {
    list-style: none;
    float: right;
}
#main_menu ul.navbar-nav{
    display: inline-block;
}
#main_menu ul li {
    display: inline-block;
    padding-left: 25px;
    position: relative;
}

#main_menu ul li a {
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    color: #222;
    font-size: 16px;
    padding: 30px 0;
    font-weight: 500;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#main_menu ul > li > ul {
    position: absolute;
    text-align: left;
    width: 200px;
    background-color: #fff;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    padding: 10px;
    border-top: 2px solid #5f2dee;
    z-index: 9;
}

#main_menu ul > li > ul li {
    display: block;
    padding: 5px 0;
}

#main_menu ul li > ul li a {
    display: inline-block;
    color: #222;
    padding: 5px 12px;
    font-size: 14px;
    text-transform: capitalize;
}
#main_menu ul li:hover ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

#main_menu ul li a:hover,
#main_menu ul li.current a {
    color: #5f2dee;
}

.atf-main-responsive-nav {
	display: none;
}


.search-option {
    background: #fff none repeat scroll 0 0;
    bottom: -45px;
    color: #222;
    display: none;
    position: absolute;
    right: 25%;
    width: 260px;
    z-index: 99999;
    border: 1px solid #f5f5f5;
}
.search-option input {
    background: #fff none repeat scroll 0 0;
    border: none;
    color: #222;
    display: block;
    float: left;
    font-size: 14px;
    font-style: italic;
    padding: 8px 10px;
    width: 210px;
    height: 44px;
}
.search-option button.button {
    background: #5f2dee;
    color: #fff;
    position: absolute;
    display: inline-block;
    font-size: 17px;
    line-height: 35px;
    border: none;
    padding: 5px 15px;
    text-align: center;
    right: 0;
}
.header-right-link a.main-search {
    color: #222;
    display: inline-block;
    font-size: 18px;
    line-height: 39px;
    position: relative;
    padding: 30px 0px 31px 10px;
}
.header-right-link a.main-search:hover{
    color: #5f2dee;
}

/*-------------------------------
# dropdwon menu 
--------------------------------*/
#main_menu ul li ul ,
#main_menu ul li ul li ul {	
	background: #fff;
	box-shadow: 0 0 10px 3px rgba(0,0,0,.05);
	left: 0;
	list-style: outside none none;
	margin:  0;
	opacity: 0;
	padding:10px;
	position: absolute;
	text-align: left;
	top: 100%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 180px;
	z-index: 999;
	border-radius: 4px;
	border-top: 2px solid #5f2dee;
}
#main_menu ul li ul li{
	position: relative;
}
#main_menu ul li ul li ul{
	top: 0;
	right: auto;
	left: 205px;
}
#navigation.navbar-fixed #main_menu ul li li a{
	color: #333;
} 
#main_menu ul li:hover ul,
#main_menu ul li ul li:hover > ul{
	opacity: 1;
	visibility: visible;
}
#main_menu ul li ul li {display: block; margin: 0; padding: 0; }
#main_menu ul li ul li a {
	color: #333;
	display: block;
	font-size: 15px;
	line-height: 30px;
	font-weight: 500;
	padding: 5px 12px;
	position: relative;	
	transition: all 0.3s ease 0s !important;
	visibility: inherit !important;
	opacity: inherit !important;
	text-transform: capitalize;
}

#main_menu ul li ul li a:hover{
	color: #5f2dee;
	text-decoration: none;
	padding-left: 15px;
}

#main_menu ul li ul li a:hover,
#main_menu ul li ul li a:focus
{
	color: #5f2dee;
}
/*
* ----------------------------------------------------------------------------------------
* END MENU DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 04. SATRT HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.hero_content {
    text-align: center;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(assets/img/slider/11.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    height: 700px;
    z-index: 1;
}

.hero_content.bg-1 {
    background-image: url(assets/img/slider/1.jpg);
}
.hero_content.bg-2 {
    background-image: url(assets/img/slider/2.jpg);
}
.hero_content.bg-3 {
    background-image: url(assets/img/slider/3.jpg);
}

.hero_content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgb(0 4 20 / 70%) repeat url(assets/img/pattern-1.png) center center / 3px;
    z-index: -1;
}
.single_home h1 {
    font-size: 65px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 45px;
    display: block;
}

.single_home h1 span {
    font-weight: bold;
}

.single_home p {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
}

.home_slider .owl-prev, 
.home_slider .owl-next {
    position: absolute;
    left: 30px;
    top: 50%;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: rgb(255 255 255 / 2%);
    transform: translateY(-50%);
    backdrop-filter: blur(10px);
    font-size: 28px;
    color: #ffffff;
    height: 60px;
    width: 60px;
    border-radius: 50px;
    border: 1px solid #787878;
    text-align: center;
    line-height: 60px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.home_slider .owl-next {
    left: auto;
    right: 30px;
}

.home_slider .owl-prev:hover,
.home_slider .owl-next:hover {
    color: #fff;
    border: 1px solid #5f2dee;
    background-color: #5f2dee;
}
/*
* ----------------------------------------------------------------------------------------
* END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 05. START FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/
.single_feature {
    text-align: center;
    position: relative;
    padding: 30px;
    z-index: 9;
	transition: all 0.4s;
}
.single_feature.active_shadow {
    box-shadow: 0 10px 34px 10px rgb(0 0 0 / 6%);
}
.single_feature:hover{
    box-shadow: 0 10px 34px 10px rgb(0 0 0 / 6%);
}
.single_feature .feature_icon {
    display: inline-block;
    font-size: 26px;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s ease-in-out 0s;
    color: #fff;
    background-color: #5f2dee;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    width: 63px;
    height: 63px;
    line-height: 63px;
    margin-bottom: 27px;
    position: relative;
    transition: .5s;
}
.single_feature .color-1{
	background-color: #54CDFF;
}
.single_feature .color-2{
	background-color: #C07AFF;
}
.single_feature .color-3{
	background-color: #FFBE3D;
}

.single_feature h3{
    font-size: 20px;
    font-weight: 600;
    color: #222;
	transition: all 0.4s ease-in-out 0s;
}
.single_feature:hover h3{
	color: #5f2dee;
}
/*
* ----------------------------------------------------------------------------------------
* END FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 06. START ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
.get-to-know__right .section-title {
	margin-bottom: 30px;
}
.section-title__tagline span {
    margin-bottom: 15px;
    font-size: 14px;
    letter-spacing: 1.5px;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    color: #5f2dee;
}
h2.section-title__title {
    font-size: 34px;
    color: #222;
    margin-bottom: 30px;
}
.get-to-know__points {
	display: block;
	margin-top: 31px;
	margin-bottom: 37px;
}

.get-to-know__points li {
    position: relative;
    padding: 11px 21px 8px;
    box-shadow: 0 9px 21px rgb(0 0 0 / 11%);
    -webkit-box-shadow: 0 9px 21px rgb(0 0 0 / 11%);
    border-left: 3px solid #5f2dee;
    margin-bottom: 20px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.get-to-know__points li + li {
	margin-top: 4px;
}

.get-to-know__points li .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.get-to-know__points li .icon span {
    color: #5f2dee;
    font-size: 16px;
}
.get-to-know__points li .text {
  margin-left: 10px;
}
.experience-video {
    background-image: url(assets/img/about.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: relative;
}
.play-video-icon {
    position: absolute;
    top: 0;
    right: 0;
    left: -38%;
    margin: auto;
    width: 100%;
    height: 100%;
    justify-content: center;
    text-align: center;
    align-items: center;
    display: flex;
}
.play-video-icon a {
    background-color: #ffffff;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 36px;
    height: 80px;
    line-height: 80px;
    padding: 0 0 0 8px;
    text-align: center;
    width: 80px;
    transition: .3s;
    -webkit-transition: .3s;
    position: relative;
}
.play-video-icon a i {
    border-radius: 50%;
    height: 70px;
    left: 0;
    line-height: 66px;
    margin: auto;
    padding: 0 0 0 3px;
    position: absolute;
    right: 0;
    top: 5px;
    width: 70px;
    z-index: 1;
    color: #5f2dee;
}
.play-video-icon a i::before {
    margin-left: 3px;
    font-size: 30px;
}
.sonar-wrapper {
    position: relative;
    z-index: 0;
}
.sonar-wrapper .sonar-emitter {
    position: relative;
    margin: 5px auto;
    width: 70px;
    height: 70px;
    border-radius: 9999px;
}
.sonar-wrapper .sonar-emitter .sonar-wave {
    position: absolute;
    top: 0;
    left: -4px;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background-color: #ffffff;
    opacity: 0;
    z-index: -9;
    pointer-events: none;
}
.sonar-wrapper .sonar-emitter .sonar-wave {
    -webkit-animation: sonarWave 2s linear infinite;
    animation: sonarWave 2s linear infinite;
}
@keyframes sonarWave {
    from {
        opacity: 0.5;
    }
    to {
        transform: scale(3);
        -webkit-transform: scale(3);
        opacity: 0;
    }
}
/*
* ----------------------------------------------------------------------------------------
* END ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 07. START SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
.single_service {
    background: #fff;
    text-align: center;
    z-index: 2;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    height: 350px;
}
.single_service:before {
    content: "";
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    background: rgba(0,0,0, 0.6);
}
.single_service .single_service_text {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
}
.single_service .single_service_text .service_icon {
	font-size: 45px;
    padding-bottom: 15px;
    color: #fff;
    opacity: 0.8;
	-webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
	-o-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
	transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}
.single_service .single_service_text h3 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 24px;
    color: #fff;
    -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    -o-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}
.single_service .single_service_text .service_btn{
	opacity: 0;
    -webkit-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
	-o-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
	transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
} 

.single_service:hover .single_service_text .service_btn{
    opacity: 1;
}

.single_service:hover .single_service_text .service_icon,
.single_service:hover .single_service_text h3{
	transform: translateY(-10px);
}

.single_service .single_service_text .service_btn {
    font-size: 14px;
    color: #fff;
    position: relative;
    top: 10px;
    margin: 0 30px 0 0;
}
.single_service .single_service_text i.view_more {
    font-size: 22px;
    padding-bottom: 0;
    color: #fff;
	font-weight: 600;
    margin: 0 0 0 10px;
    position: absolute;
	-webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.single_service .single_service_text .service_btn:hover i.view_more{
    transform: translateX(5px);
	color: #5f2dee;
}
.services_slide .owl-dots {
	position: absolute;
    left: 50%;
    bottom: -60px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.services_slide .owl-dot {
    height: 8px;
    width: 8px;
    background: #5f2dee;
    margin: 0 5px;
    border-radius: 50%;
    display: inline-block;
    transition: 0.3s all ease-in-out;
}

.services_slide .owl-dot.active {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #5f2dee;
    transform: scale(2);
}
/*
* ----------------------------------------------------------------------------------------
* END SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 08. START PORTFOLIO DESIGN
* ----------------------------------------------------------------------------------------
*/
.our_portfolio{padding-bottom:80px;}
.mix{
	display: none;
}
.portfolio_filter ul {
	list-style: none;
	margin-bottom: 60px;
}
@media only screen and (max-width:768px) { 
.portfolio_filter ul{width:100%;}
}
.portfolio_filter ul li {
	font-weight: 500;
	text-transform: capitalize;
	display: inline-block;
	cursor: pointer;
	padding: 0px 15px;
	font-size: 16px;
	color: #252d35;
	transition: .5s;
	margin: 0 3px 0px;
	border-right: 2px solid #eee;
	letter-spacing: 0px;
}
@media only screen and (max-width:480px) { 
.portfolio_filter ul li{margin-bottom:10px;}
}
.portfolio_filter ul li:last-child {
	border-right: 0px;
}
.portfolio_filter .active {
	color: #5f2dee;
}
.portfolio_fullimage.medium_item {
    margin-bottom: 30px;
}
.portfolio_fullimage {
    display: block;
    overflow: hidden;
    object-fit: cover;
    position: relative;
}
.portfolio_fullimage:hover img {
    transform: scale(1.08);
}
.portfolio_fullimage:before {
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    z-index: 1;
    content: "";
    opacity: 0.95;
    position: absolute;
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    background-color: rgba(0, 0, 0, 0.65);
}
.portfolio_fullimage:hover:before {
    height: 100%;
}
.portfolio_fullimage img {
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
}
.portfolio_fullimage .details_link_icon {
    transition: all 0.4s ease-out 0s;
}
.portfolio_fullimage .details_link_icon {
    top: 30px;
    left: -100px;
    width: 100px;
    height: 40px;
    position: absolute;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    align-items: center;
    display: inline-flex;
    color: #fff;
    justify-content: center;
    background: #5f2dee;
    z-index: 999;
}

.portfolio_fullimage .details_link_icon li{
	margin: 0 8px;
	color: #fff;}
.portfolio_fullimage .details_link_icon i {
    color: #fff;
	font-size: 15px;}
.portfolio_fullimage:hover .details_link_icon {
    left: 0;
    transition-delay: 0.4s;
    transition: all 0.3s ease-out 0s;
}
.portfolio_fullimage .item_content {
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 30px;
    position: absolute;
}
.portfolio_fullimage .category_list, 
.portfolio_fullimage .item_title {
    opacity: 0;
    z-index: 2;
    transform: translateY(20px);
    transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.portfolio_fullimage .item_title {
    margin-bottom: 10px;
	color: #fff;
	font-size: 22px;}
.portfolio_fullimage:hover .item_title {
	opacity: 1;
	transition-delay: 0.3s;
}
.portfolio_fullimage:hover .category_list, 
.portfolio_fullimage:hover .item_title {
    opacity: 1;
    transform: translateY(0);
}
.portfolio_fullimage .category_list {
    margin-bottom: 5px;
}
.portfolio_fullimage .category_list li {
    position: relative;
    list-style: none;
    display: inline;
}
.portfolio_fullimage:hover .category_list {
	transition-delay: 0.2s;
}
.portfolio_fullimage .category_list a {
    color: #ffffff;
    font-size: 14px;
}

@media only screen and (max-width:990px){
    .medium_item{ margin-bottom: 30px; }
}
/*
* ----------------------------------------------------------------------------------------
* END PORTFOLIO DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 09. START COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.counter_area{
	position: relative;
	z-index: 10;
}
.counter_area::before{
	content: '';
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(assets/img/shape/dot-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.count-item {
  position: relative;
}

.count-wrapper {
    position: relative;
    margin-bottom: 40px;
}
.count-wrapper::after {
	position: absolute;
	content: "";
	background: rgba(255, 255, 255, 0.2);
	right: 0;
	left: 0;
	top: -15px;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	margin: 0 auto;
}
.count-wrapper i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 30px;
    font-weight: 600;
    margin: 0 auto;
    color: #222;
    background: #fff;
    border-radius: 30px;
}
.count-item-shape {
  position: absolute;
}
@media (max-width: 575px) {
  .count-item-shape {
    display: none;
  }
}
.count-item .shape-1 {
	top: 5px;
	right: -80px;
}
.count {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
}
.count-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
}
/*
* ----------------------------------------------------------------------------------------
* END COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 10. START TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
.team_members{
	position: relative;
}
.team_members::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    background-image: url(assets/img/team/team-pattern.png);
    height: 470px;
    width: 370px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}
.single_member {
    float: left;
}
.member_img img {
    padding: 30px 0;
    padding-left: 0;
}
.single_member h4 {
    color: #222;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.single_member span {
    color: #6f6f6f;
    font-size: 16px;
}

ul.member_social {
    list-style: none;
}

ul.member_social li {
    display: inline-block;
}

ul.member_social li a {
    display: inline-block;
    color: #b2b2b2;
    padding: 15px 8px 0;
    font-size: 16px;
}

ul.member_social li:nth-child(1) a {
    color: #5f2dee;
}
ul.member_social li:nth-child(2) a {
    color: #F04537;
}
ul.member_social li:nth-child(3) a {
    color: #0CBCE3;
}
ul.member_social li:nth-child(4) a {
    color: #1C58A1;
}
.single_member:hover h4 {
    color: #5f2dee;
}
/*
* ----------------------------------------------------------------------------------------
* END TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 11. START TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
section.testimonial_area{
    background-image: url(assets/img/testimonial/testi-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
    padding-bottom: 140px;
	position: relative;
	background-attachment: fixed;
	z-index: 9;
}
section.testimonial_area:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0, 0.65);
    z-index: -1;
}
.single_testimonial {
    text-align: center;
    border: 1px solid #ababab;
    padding: 30px;
}

.single_testimonial img {
    height: 40px;
    width: 40px !important;
    margin: 0 auto;
    margin-bottom: 30px;
}

.single_testimonial p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.single_testimonial h5 {
    font-size: 20px;
    font-weight: 500;
    color: #5f2dee;
    margin-top: 30px;
    margin-bottom: 5px;
}

.single_testimonial span {
    font-size: 14px;
    color: #ddd;
}

.testimonial_slider .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -60px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.testimonial_slider .owl-dot {
    height: 8px;
    width: 8px;
    margin: 0 5px;
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    transition: 0.3s all ease-in-out;
}

.testimonial_slider .owl-dot.active {
	background-color: transparent;
    box-shadow: inset 0 0 0 1px #fff;
    transform: scale(2);
}
/*
* ----------------------------------------------------------------------------------------
* END TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 12. START BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
.single_blog {
    /* overflow: hidden; */
    box-shadow: 0 10px 30px 10px rgb(0 0 0 / 5%);
}
.single_blog.mb_30 {
    margin-bottom: 30px;
}
.blog_img {
    /* overflow: hidden; */
    position: relative;
}

.blog_img a img {
    width: 100%;
	position: relative;
}
.blog_img span {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #5f2dee;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 10px 20px;
    text-transform: capitalize;
}
.blog_content {
    line-height: 30px;
    background: #fff;
    margin: 0 auto;
    background: #fff;
}

.blog_content h5 {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}
.blog_content h5:hover{
    color: #5f2dee;
}
.blog_title {
    padding: 30px 20px;
}

.blog_info {
    display: block;
    padding: 15px;
    color: #8a8ba3;
    font-size: 14px;
    border-top: 1px solid #ddd;
}

.blog_info li {
    list-style: none;
    display: inline-block;
}

.blog_info li.info-right{
    float: right;
}

.info-right a {
    color: #8a8ba3;
}
/*
* ----------------------------------------------------------------------------------------
* END BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 13. START NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.atf-newsletter{
    background-image: url(assets/img/newsletter-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	position: relative;
	z-index: 9;
}
.atf-newsletter::before{
	content: '';
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
	background: #5f2dee;
	opacity: 0.9;
    z-index: -1;
}
.atf-mailchamp-subscribe{
	position:relative;
}
.atf-mailchamp-subscribe form input:focus {
	box-shadow: none;
	outline: 0 none;
}
.atf-mailchamp-subscribe form input {
	width: 100%;
	height: 50px;
	padding-left: 15px;
}
.atf-mailchamp-subscribe  .form-control{
	display:inline-block;
}
.atf-mailchamp-subscribe  label{
	display:block;
}
.atf-mailchamp-subscribe  .form-group{
	margin-bottom:0;
}
.atf-mailchamp-subscribe .sub_btn {
    position: absolute;
    right: 0;
    box-shadow: none;
    top: 0px;
    border: none;
    padding: 14px 22px;
    background: #5f2dee;
    box-shadow: 0px 6px 22px rgb(0 0 0 / 20%);
}
.atf-mailchamp-subscribe .sub_btn i {
    color: #fff;
    font-size: 18px;
    /* border-right: 1px solid #5f2dee; */
}

/*
* ----------------------------------------------------------------------------------------
* END NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 14. START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.contact_map iframe {
    width: 100%;
    height: 654px;
}
.ct_bg_img{
	background: #f1f1f1;
}
.contact_form h4 {
    color: #5f2dee;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-left: 10px;
}
.contact_form h4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 18px;
    background: #5f2dee;
    margin-left: 0;
}
.contact_form h2 {
    font-size: 34px;
    color: #222;
    margin-top: 8px;
    margin-bottom: 30px;
}
.contact_form form input {
    height: 45px;
    width: 100%;
    padding: 0 10px;
	font-size: 14px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.contact_form form textarea {
    height: 150px;
	font-size: 14px;
    resize: none;
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}
.contact_form form input:focus,
.contact_form form textarea:focus {
    border-color: #5f2dee;
}
.contact_bg {
    margin: 30px 50px 0;
}

.contact_form input::-moz-placeholder {
    color: #555;
    opacity: 1;
}
.contact_form input:-ms-input-placeholder { color: #555; }
.contact_form input::-webkit-input-placeholder { color: #555; }
.contact_form button{
    border: none;
}
/*
* ----------------------------------------------------------------------------------------
* END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 15. START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
#footer {
    padding: 100px 0 0;
}
.single_footer img{
	margin-bottom: 5px;
}
.single_footer h4 {
    color: #fff;
    font-size: 20px;
    margin: 0 0 30px;
}
.single_footer p {
    margin: 0 0 15px;
    color: #b0a9c0;
}
.sing_about_social {
    margin-top: 30px;
}
.sing_about_social a i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    background: #15101e;
    border-radius: 50%;
    color: #aea8b9;
    font-size: 16px;
	transition: all 0.4s ease-in-out;
}
.sing_about_social a i.active{
	color: #fff;
    background: #5f2dee;
}
.sing_about_social a i:hover,
.sing_about_social a i:focus{
	color: #fff;
    background: #5f2dee;
}
.sing_links_tags li {
    text-shadow: none;
    list-style: none;
    font-size: 16px;
    padding-bottom: 15px;
    transition: 0.5s;
}
.sing_links_tags li a{
	position: relative;
	color: #b0a9c0;
	transition: 0.5s ease-in-out;
}
.sing_links_tags li a:hover{
	text-decoration: none;
	outline: none;
	color: #5f2dee;
}
.latest_news p a{
	color: #8a8b8e;
	font-weight: 400;
	font-size: 14px;
	transition: 0.5s ease-in-out;
}
.latest_news p a:hover{
	color: #5f2dee;
	text-decoration: none;
}
.latest_news {
    margin-bottom: 20px;
}
.single_footer .footer_icon i {
    top: 5px;
    float: left;
    font-size: 18px;
    color: #5f2dee;
}
.single_footer .footer_info{
	margin-left: 40px;
	margin-bottom: 20px;
}
.single_footer .footer_right_info h3 {
    font-size: 18px;
    font-weight: 500;
    color: #b0a9c0;
    margin-top: 0;
    font-weight: 500;
    letter-spacing: .5px;
}
.single_footer .footer_right_info p{
    margin: 0;
}

/* START COPYRIGHT DESIGN */
.copyright_area {
    border-top: 1px solid #2e2e2e;
    padding: 30px 0;
    margin-top: 50px;
}
.copy_text p {
    font-weight: 500;
    color: #ffff;
}
/*
* ----------------------------------------------------------------------------------------
* END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 16. START SUB PAGE DESIGN
* ----------------------------------------------------------------------------------------
*/
/*--------------------------------------------------------------
START BLOG DETAILS DESIGN
----------------------------------------------------------------*/
.atf-blog-area .atf-blog-up {
	margin-top: 0px ! important
}
.atf-blog-area .atf-post-slide {
	margin: 15px 5px;
}
.atf-post.atf-style1 .atf-post-title {
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0 5px;
    line-height: 20px;
}
.atf-post.atf-style1 .atf-post-title a{
    color: #222;
	transition: all 0.4s ease-in-out;
}
.atf-post-date {
    font-size: 14px;
}
.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: #5f2dee ;
}
.atf-post-info{
	margin-top:-8px;
}
.blog_search {
	margin-bottom: 40px;
	position:relative;
}
.blog_search a {
	position: absolute;
	top: 18px;
	right: 10px;
	font-size: 15px;
	color: #5f2dee ;
	line-height: 50px;
}
.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: #5f2dee ;
    box-shadow: none;
}
.blog_search i{position:absolute;top:0; right:5px;}
.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: 400px; }
.atf-page-heading:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6); 
}
.atf-page-heading > div {
    position: relative;
    z-index: 1; }

.atf-page-heading-title {
	color: #fff;
	font-size: 50px;
	text-align: center;
	margin-bottom: 20px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	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: #fff 
}

.atf-widget {
	border: 1px solid #eaeaea;
	border-radius: 4px;
	padding: 30px;
	background: #fff;
}
.atf-widget .atf-widget-title {
	font-size: 22px;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 25px;
	margin-top: -3px;
}
.atf-widget-list {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 3px;
	margin-bottom: -18px;
	margin-left: -6px;
}
.atf-widget-list li {
	border: 1px dotted #eaeaea;
	background: #fff;
	margin: 5px;
}
.atf-widget-list a {
    display: block;
    padding: 10px 0;
    padding-left: 12px;
    color: #666;
    transition: all 0.3s ease-in-out;
}
.atf-widget-list a:hover {
    color: #5f2dee ; 
}
.atf-showcase img {
	width: 90px;
	height: 90px;
	margin: 5px 1px;
}
.atf-widget-list li i {
    color: #5f2dee ;
    font-weight: 700;
    font-size: 14px;
    float: left;
    margin-right: 10px;
    line-height: 20px;
    margin-left: 15px;
}
.atf-widget-list span {
	float: right;
	padding-right: 15px;
	font-weight: 500;
}	
.atf-tagcloud {
  margin-bottom: -10px; }
  
.atf-tagcloud .atf-tag {
    display: inline-block;
    font-size: 14px;
    color: #2d2a2b;
    padding: 2px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-right: 6px;
    margin-bottom: 10px;
	transition: all 0.4s ease-in-out;
}
.atf-tagcloud .atf-tag:hover {
	color: #fff;
	background-color: #5f2dee ;
	border-color: #5f2dee ; }

.atf-post-details.atf-style1 {
  font-weight: 300;
  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: #5f2dee;
    margin: 0;
    padding: 30px 50px 30px;
    font-size: 18px;
    line-height: 1.6em;
    border-radius: 100px;
    font-weight: 400;
    margin: 20px 0;
    color: #fff;
    text-align: center;
    font-style: italic;
}
.atf-post-details.atf-style1 blockquote small {
	display: block;
	line-height: inherit;
	margin-top: 4px;
	color: #222;
	font-size: inherit;
	font-size: 16px; }
.atf-post-details.atf-style1 blockquote small span {
	color: #222;
}
.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 {
    color: #222;
    font-size: 28px;
    margin: 30px 0;
}
.atf-post-details.atf-style1 p {
    margin-bottom: 15px; }
.atf-post-details.atf-style1 .embed-responsive {
    margin-top: 15px;
    margin-bottom: 15px; }

.atf-post-label > span {
	color: #5f2dee ;
	display: inline-block;
	position: relative; 
}
span.bt_1 a {
    color: #fff;
}
.atf-post-label > span:not(:last-child) {
    margin-right: 15px;
}
.atf-post-label > span:not(:last-child):before {
    content: '';
    position: absolute;
    height: 16px;
    width: 1px;
    background-color: #b5b5b5;
    right: -8px;
    top: 4px;
}
.atf-post-label a:hover {
  color: #5f2dee ; }

.atf-post-tage-list {
  display: flex;
  flex-wrap: wrap; }
.atf-post-tage-list li a {
    margin-right: 5px;
    color: #666;
    font-weight: 500;
	transition: all 0.4s ease-in-out;
}
.atf-post-tage-list li:not(:last-child):after {
    content: ',';
    margin-right: 7px;
}
.atf-post-tage-list li a:hover {
    color: #5f2dee ; }

.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: #222;
}
.atf-post-share-btn-list a:hover {
    color: #5f2dee ; }

.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: #fff;
	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: #fff }
.atf-page-heading-in .atf-post-label a:hover {
	color: #fff }

.atf-page-heading-subtitle {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	font-weight: 300;
	margin-top: 7px; }
.atf-post-btn-gropu a {
    color: #222;
    font-weight: 500;
}
@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; } }
/*--------------------------------------------------------------
 Comment
----------------------------------------------------------------*/
.comments-title, 
.comment-reply-title {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    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: 130px;
}

.comment-author .avatar {
	height: 90px;
	width: 90px;
	position: absolute;
	top: 0;
	left: -120px;
	border-radius: 50%;
}

.comment-author {
    line-height: 20px;
    margin-bottom: 30px;
    margin-right: 30px;
}
.comment-author a:hover{
   color: #5f2dee ;
}

.comment-author .nm a {
    font-weight: 600;
    color: #222;
    font-size: 16px;
}
.comment-metadata {
    line-height: 20px;
}

.comment-metadata a {
    font-weight: 400;
    font-size: 14px;
    position: absolute;
    left: -1px;
    top: 24px;
}
.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: #222;
    position: relative;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
    color: #5f2dee ;
}
.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: 50px;
    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: #5f2dee ; }

.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; }
 /*
* ----------------------------------------------------------------------------------------
* PAGINATION DESIGN
* ----------------------------------------------------------------------------------------
*/ 
.atf-post-pagination {
	margin:30px 0;
	justify-content: center;
}
.page-item.active .page-link {
	background-color: #5f2dee ;
	border-color: #5f2dee ;
}
.pagination-outer{ text-align: center; }
.pagination{
    display: inline-flex;
}
.pagination li a.page-link {
	color: #fff;
	background: #333;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	height: 35px;
	width: 35px;
	padding: 0;
	margin: 0 5px;
	border-radius: 0;
	border: none;
	overflow: hidden;
	position: relative;
	transition: all 0.4s ease 0s;
}
.pagination li a.page-link:hover, 
.pagination li a.page-link:focus, 
.pagination li.active a.page-link:hover, 
.pagination li.active a.page-link {
    color: #fff;
    background: #222;
    box-shadow: none;
}
.pagination li a.page-link::before {
	content: '';
	background-color: #5f2dee ;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 100%;
	z-index: -1;
	transition: all 0.5s ease 0s;
	/* clip-path: polygon(0 0, 100% 0, 50% 100%); */
}
.pagination li a.page-link:hover:before,
.pagination li.active a.page-link:before{
    top: 0;
}
@media only screen and (max-width: 480px){
    .pagination{
        font-size: 0;
        display: block;
    }
    .pagination li{
        display: inline-block;
        margin: 0 0 10px;
    }
}
  
 /*--------------------------------------------------------------
END BLOG DETAILS DESIGN
----------------------------------------------------------------*/
/*
* ----------------------------------------------------------------------------------------
* 13.END BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* END SUB PAGE DESIGN
* ----------------------------------------------------------------------------------------
*/