/*=====================================================
	Template Name : Techost - 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('css2-Ralewaywght300400500600700800_swap.css');
@import url('css2-Poppinswght300400500600700800_swap.css');


* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
	color: #666666; 
	background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
	overflow-x: hidden !important;   
}

img {
    max-width: 100%;
	transition: all 0.3s ease-out 0s;
}

button{
	cursor: pointer;
}
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus {
    outline: none;
	box-shadow: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Raleway', sans-serif;
    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-size: 15px;
    line-height: 30px;
    font-weight: 300;
}
a:hover {
	transition: all 0.4s ease 0s;
    text-decoration: none;
}
.color_1{
	background-color: #54CDFF !important;
}
.color_2{
	background-color: #C07AFF !important;;
}
.color_3{
	background-color: #FFBE3D !important;;
}
.color_4{
	background-color: #00ff95 !important;;
}
.color_5{
	background-color: #4755f9 !important;;
}

/*********** Start Preloader CSS **********/
.preloader {
	background: #0049ff;
	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: 150px 0;
}
.pad_0{
	padding: 0;
}
.p_100 {
    padding: 100px 50px;
}
.pad_top {
    padding-top: 100px;
}
.pad_bottom {
    padding-bottom: 100px;
}
.pt_0{
	padding-top: 0 !important;
}
.pb_0{
	padding-bottom: 0;
}
.mb_0{
	margin-bottom: 0 !important;
}
.mb_50{
	margin-bottom: 50px !important;
}
.mt_50{
	margin-top: 50px !important;
}
.text_right{
	text-align: right;
}
.error {
	color: red;
}
.success {
	color: green;
}
.title {
    margin-bottom: 100px;
}
.title h1 {
    font-size: 55px;
    color: #222;
    font-weight: 600;
    margin-top: 20px;
}
.title .heading-intro-text{
    font-size: 16px;
    font-weight: 500;
	color: #0049ff;
    text-transform: uppercase;
    background: rgba(0, 73, 255, 0.1);
    border-radius: 5px;
    letter-spacing: 3px;
    display: inline-block;
    padding: 8px 17px;
}
.wht_title h1,
.wht_title p{
    color: #fff;
}

/*********** Start Scroll Top css **********/
.progress-wrap {
	position: fixed;
	right: 50px;
	bottom: 50px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset  0 0 0 2px rgba(0,0,0,0.1);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
	font-family: "Font Awesome 6 Free";
	content: '\f106';
	text-align: center;
	line-height: 46px;
	font-size: 26px;
	color: #0049ff;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
	opacity: 0;
}
.progress-wrap::before {
	position: absolute;
	font-family: "Font Awesome 6 Free";
	content: '\f106';
	text-align: center;
	line-height: 46px;
	font-size: 26px;
	opacity: 0;
	background: #0049ff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
	stroke: #0049ff;
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

/*********** 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: #0049ff;
}
.btn.btn_header {
    padding: 15px 40px !important;
    background: #fff;
    font-size: 14px;
    color: #1d1729 !important;
    border: 1px solid #0049ff;
    margin-right: 0;
    margin-left: 20px;
}
.btn.btn_header::before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    background: #0049ff;
}

.btn.btn_header:hover::before {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    background: #0049ff;
}
.btn.service_btn::before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    background: #0049ff;
}

.btn.service_btn:hover::before {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    background: #0049ff;
}

.btn {
    -moz-user-select: none;
    background: #0049ff;
    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;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 5px;
    position: relative;
}

.btn-text {
	position: relative;
	transition: .3s; 
}

.btn:hover .btn-text {
	color: #ffffff !important; 
}

.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: 40px;
    box-shadow: 1px 7px 25px rgb(255 255 255 / 30%);
    display: inline-block;
}
/*
* ----------------------------------------------------------------------------------------
* END DEFAULT DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 03. START MENU DESIGN
* ----------------------------------------------------------------------------------------
*/
#header-area{
	width: 100vw;
	position: fixed;
	z-index: 111;
	transition: all 0.3s;
	padding: 25px 40px;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}
#header-area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: rgba(0,0,0, 1);
    box-shadow: 0 3px 20px rgba(0,0,0, 0.1);
    animation: fadeInDown 1s both 0.2s;
}
#header-area.sticky .navigation ul li:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    top: 70px;
}
nav.navigation {
    float: right;
}
.navigation ul{
	padding: 0;
	margin: 0;
}
.navigation ul li {
    display: inline-table;
    margin-right: 18px;
}
.navigation ul li a {
    display: block;
    color: #fff;
    transition: .5s;
    font-size: 16px;
    font-weight: 500;
}
.navigation ul li a:hover,
.navigation ul li a:focus{
	color: #4342F5;
}
.login_btn{
	color: #fff;
	display: inline-block;
	padding: 7px 26px;
	background: rgba(217, 217, 217, 0.06);
	border: 1px solid rgba(151, 150, 233, 0.2);
	border-radius: 50em;
	transition: .5s;
	font-size: 15px;
	font-weight: 500;
}
.login_btn:hover,
.login_btn:focus{
	color: #fff;
	background: #4342F5;
}

.login_btn img {
	width: 19px;
	display: inline-block;
	padding-top: 4px;
}

.border_btn{
	color: #4342F5;
	border: 1px solid #4342F5;
	display: inline-block;
	padding: 7px 25px;
	border-radius: 30px;
	font-weight: 500; 
	font-size: 15px;
	transition: .5s;
}
.border_btn:hover,
.border_btn:focus{
	color: #fff;
	background: #4342F5;
	border-color: #4342F5;
}

.border_btn img {
	width: 19px;
	display: inline-block;
	padding-top: 4px;
}
.light .border_btn:hover,
.light .border_btn:focus{
	color: #fff!important;
}

/* Drop Down Menu */
nav.slicknav_nav {
    background: #000;
}
.slicknav_nav a{
    padding: 0;
    line-height: 30px;
	transition: all 0.3s;
}
.navigation ul li{
	position: relative;
}
.navigation ul li i{
	font-size: 10px;
	position: relative;
	top: -1px;
	margin-left: 1px;
}
.navigation ul li ul {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: absolute;
    top: 80px;
    left: 0;
    width: 205px;
    z-index: 99;
    display: block;
    border-top: 2px solid #0049ff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0px;
}
.navigation ul li ul li {
    padding: 0;
    display: block;
    text-align: left;
    margin-right: 0;
    line-height: 30px;
}

.navigation ul li ul li a {
	text-transform: capitalize;
	padding: 8px 15px;
	margin: 0;
	position: relative;
	color: #0b0b31;
	font-size: 15px;
	font-weight: 500;
	transition: .5s;
}
.navigation ul li ul li a:hover{
	background: #0049ff;
	color: #fff;
}
.navigation ul li:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    top: 50px;
}
/* Mobile Menu */

#mobile_menu{
	display: none;
}

.slicknav_menu{
	position: relative;
}
.slicknav_nav a:hover {
    color: #0049ff;
}
.slicknav_menu i{
	display: none;
}
.slicknav_nav{
	position: absolute;
}
.slicknav_menu .slicknav_icon{
	font-size: 22px;
}
.slicknav_btn,
.slicknav_btn:hover,
.slicknav_btn:focus{
	color: #fff;
}
.slicknav_nav{
	text-align: left;
	top: 36px;
	left: 0;
	width: 100%;
}

/*
* ----------------------------------------------------------------------------------------
* END MENU DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 04. SATRT HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.hero_content {
    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(https://www.alphashopbd.com/TM/html/Techost/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(../image/main-slider-1-1.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: overlay;
}
.hero_content.bg-2 {
    background-image: url(../image/main-slider-1-2.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: overlay;
}
.hero_content.bg-3 {
    background-image: url(../image/main-slider-1-3.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: overlay;
}
.hero_content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.50) repeat url(../image/pattern-1.png) center center / 3px;
    z-index: -1;
}
.wavy-shape-12 {
    position: absolute;
    top: 20%;
    left: 35%;
    display: block;
    max-width: 35%;
    z-index: -1;
}
.rotation {
	animation: banner_rotation 6s infinite linear;
}
.main_slider__shape_8{
  position: absolute;
  bottom: -30px;
  left: 0;
  height: 455px;
  width: 455px;
  border-left: 455px solid #001e6b;
  border-top: 455px solid transparent;
  mix-blend-mode: overlay;
}

.main_slider__shape_9 {
    position: absolute;
    bottom: -30px;
    left: 0;
    height: 500px;
    width: 500px;
    border-left: 520px solid #bababa;
    border-top: 520px solid transparent;
    mix-blend-mode: overlay;
}

.single_home h1 {
    font-size: 75px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 80px;
    display: block;
}

.single_home h1 span {
    font-weight: bold;
}

.single_home p {
    color: #fff;
    line-height: 28px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}
.home_banner {
    position: relative;
    z-index: 1;
}

.home_slider .owl-prev, .home_slider .owl-next {
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: #fff;
    transform: translateY(-50%);
    font-size: 24px;
    color: #222;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    line-height: 50px;
    -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 #0049ff;
    background-color: #0049ff;
}
/*
* ----------------------------------------------------------------------------------------
* END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 05. START FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/
section#feature {
    position: relative;
    width: 100%;
    bottom: 120px;
    z-index: 1;
}
.single_feature {
    text-align: center;
    position: relative;
    padding: 50px 30px;
    position: relative;
    background-image: url(../image/feature.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.single_feature:after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
	background: rgb(1 13 36 / 66%);
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.single_feature .feature_img {
    text-align: center;
    display: inline-block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    clip-path: polygon(0% 11%, 104% 0, 100% 100%, 0% 100%);
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.5s ease-in-out 0s;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    transition: .5s;
}
.single_feature .feature_img img {
   filter: brightness(0) invert(1);
}
.single_feature .feature_img.two{
    clip-path: polygon(0% 0%, 100% 9%, 100% 100%, 0% 100%);
}


.single_feature h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}
.single_feature p{
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
}
/*
* ----------------------------------------------------------------------------------------
* END FEATURE DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 06. START ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
.about_area {
    padding-bottom: 150px;
}
.get-to-know__right .section-title {
	margin-bottom: 30px;
}
.section-title__title {
    font-size: 42px;
    color: #222;
    margin-top: 30px;
    margin-bottom: 30px;
}
.get-to-know__points {
	margin-top: 31px;
	margin-bottom: 37px;
}
.single_know_list {
    margin-bottom: 30px;
}
.single_know_list .icon {
    padding: 20px 20px;
    display: inline-block;
    float: left;
    margin-right: 30px;
    border-radius: 50%;
}
.single_know_list .icon img{
   filter: brightness(0) invert(1);
}
.single_know_list li h4 {
    margin: 0;
	color: #222;
	font-size: 24px;
	font-weight: 600;
    margin-bottom: 10px;
}
.experience-video {
    background-image: url(../image/video-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 80%;
    display: block;
    position: relative;
    right: -50px;
}
.experience-video img {
    position: absolute;
    top: 70%;
    left: -140px;
}
.play-video-icon {
    position: absolute;
    top: 0;
    right: 0;
    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: #0049ff;
}
.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;
}
@-webkit-keyframes sonarWave {
    from {
        opacity: 0.5;
    }
    to {
        transform: scale(3);
        -webkit-transform: scale(3);
        opacity: 0;
    }
}
/*
* ----------------------------------------------------------------------------------------
* END ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 07. START SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
.service_bg_area {
    background-image: url(../image/service-bg1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 200px;
    position: relative;
}
.services_slide{
	margin-top: -350px;
	margin-bottom: 0;
}
.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.5);
}
.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: 35px;
    color: #fff;
    line-height: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #0049ff;
    margin-bottom: 20px;
    -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 img {
    max-width: 50px;
    position: relative;
    top: 20px;
    margin: 0 auto;
	-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 img{
    transform: translateY(5px);
	color: #0049ff;
}

/*
* ----------------------------------------------------------------------------------------
* END SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/




/*
* ----------------------------------------------------------------------------------------
* 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(../image/dot-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}
.counter-area .title h1{font-size: 42px;}
.counter-area .title p{
	margin-top: 30px;
}

a.btn.cata_btn {
    box-shadow: 0px 10px 30px rgb(255 255 255 / 30%);
}
.counter-area {
  position: relative;
}
.counter__wrap {
  position: relative;
}
.counter__wrap > img {
  position: absolute;
}
@media (max-width: 767.98px) {
  .counter__wrap > img {
    display: none;
  }
}
.counter__wrap > img:nth-child(1) {
  max-width: 76px;
  left: 2.5%;
  top: 38%;
}
.counter__wrap > img:nth-child(2) {
  max-width: 60px;
  right: 2%;
  top: 28%;
}
.counter__wrap > .row {
  --bs-gutter-x: 20px;
  gap: 20px 0;
}
.counter__wrap > .row:not(:last-child) {
  margin-bottom: 20px;
}
.counter__item {
  text-align: center;
  background: rgba(29, 23, 41, 0.6);
  padding: 32px 30px 27px;
  border: 1px solid rgba(255,255,255, 0.2);
}
.counter__item a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.counter__item a span.lnr {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    color: #fff !important;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 30px;
    color: var(--tg-theme-primary);
    margin: 0 auto 12px;
    -webkit-box-shadow: 0px 10px 20px rgba(222, 231, 243, 0.1);
    box-shadow: 0px 10px 20px rgba(222, 231, 243, 0.1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
span.count {
    font-size: 26px;
	color: #0049ff;
}
@media (max-width: 767px) {
  .counter__item a span.lnr {
    width: 70px;
    height: 70px;
    font-size: 30px;
  }
}
.counter__item a .name {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  margin: 0 0 4px;
}
@media (max-width: 767px) {
  .counter__item a .name {
    font-size: 16px;
    margin: 0 0 8px;
    line-height: 1.5;
  }
}
.counter__item a:hover span.lnr {
  background: #fff;
  box-shadow: 0px 10px 20px rgba(19, 99, 223, 0.29);
}
.counter__item a:hover span.count {
	color: #0049ff;
}

/*
* ----------------------------------------------------------------------------------------
* END COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 08. START PORTFOLIO DESIGN
* ----------------------------------------------------------------------------------------
*/
.our_portfolio{padding-bottom:80px;}
.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, 30, 107, 0.70);
}
.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: #0049ff;
    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;
    padding-top: 10px;
}
.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: #0049ff;
    font-size: 14px;
	font-weight: 400;
    padding: 4px 12px;
    background: #fff;
}

@media only screen and (max-width:990px){
    .medium_item{ margin-bottom: 30px; }
}

.portfolio_area .owl-nav{
    position: absolute;
    left: 50%;
}
.portfolio_area .owl-prev, 
.portfolio_area .owl-next{
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    background: #0049ff;
    position: absolute;
}
.portfolio_area .owl-prev {
    left: -50px;
}
.portfolio_area .owl-next {
    margin-left: 10px;
}



/*
* ----------------------------------------------------------------------------------------
* END PORTFOLIO DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* START SKILLS DESIGN
* ----------------------------------------------------------------------------------------
*/
.skill {

}
.pt-30{
	padding-top: 30px;
}
img{
	max-width: 100%;
}
.skill_title{
	margin-bottom: 35px;
}
.skill_title h2{    
	margin-top: 20px;
	color: #222;
	margin-bottom: 30px;
}
.progress-title{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0 0 20px;
}
.progress-title{
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 0 0 10px 0;
}
.progress {
    height: 20px;
    line-height: 15px;
    border-radius: 0;
    background: #f0f0f0;
    margin-bottom: 45px;
    box-shadow: none;
    overflow: visible;
}
.progress .progress-bar {
	background: #0049ff;
    position: relative;
    animation: animate-positive 2s;
}
.progress .progress-value {
    display: block;
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 3px;
    right: 8px;
}
.skills-area .accordion-item {
    border: none;
    background: transparent;
}
.skills-area .accordion-item .accordion-header .accordion-button{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    color: #222;
    box-shadow: none;
    text-decoration: none;
    box-shadow: 0px 0px 100px rgba(0 0 0 / 10%);
    background: #fff;
    width: 100%;
    margin-bottom: 42px;
    padding: 26px 30px 27px;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
}
.skills-area .accordion-item .accordion-header .accordion-button.collapsed.btn-link {
    color: #222;
    background-color: #fff;
}
.skills-area .accordion-item .accordion-header .accordion-button.btn-link {
    color: #fff;
    background-color: #0049ff;
}
.skills-area .accordion-item .accordion-header .accordion-button::before {
    content: "\f054";
    position: absolute;
    text-align: center;
    right: 20px;
    top: 18%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-family: "Font Awesome 6 Free";
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 14px;
    border-radius: 100px;
}
.skills-area .accordion-item .accordion-header .collapsed::before {
    content: "\f078";
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #ddd;
    background: transparent;
    color: #666;
    border-radius: 100px;
    text-align: center;
}
.skills-area .accordion-item .accordion-body {
    padding: 0px 22px 30px;
    margin-top: -8px;
}



/*
* ----------------------------------------------------------------------------------------
* END SKILS DESIGN
* ----------------------------------------------------------------------------------------
*/





/*
* ----------------------------------------------------------------------------------------
* START PROCESS DESIGN
* ----------------------------------------------------------------------------------------
*/
.process-area{
	background-image: url(../image/process-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
    position: relative;
}
.process-area:before {
    content: "";
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    background: rgb(3 21 67 / 80%);
}
.process-item.p-relative{
    position: relative;
}
.process-item:hover .process-thumb {
  opacity: 1;
  visibility: visible;
}
.process-item:hover .process-count-title {
  color: #fff;
}
.process-item:hover .process-count-title::before {
  color: ##0e202a;
  opacity: 0.7;
  -webkit-text-stroke: 1px ##0e202a;;
}
.process-item.active .process-thumb {
  opacity: 1;
  visibility: visible;
}
.process-item.active .process-count-title {
  color: #fff;
  z-index: 999+;
  opacity: 1;
}
.process-item.active .process-count-title::before {
	display: none;
}
.process-item::before {
  position: absolute;
  content: "";
  height: 160px;
  width: 1px;
  background-color: #d9d9d9;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
}
@media (max-width: 575px) {
  .process-item::before {
    display: none;
  }
}
.process-counts {
  counter-reset: count;
}
.process-count {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.process-count-title {
    font-size: 24px;
    font-weight: 700;
	color: #fff;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0;
    transition: 0.3s ease-out 0s;
}
.row [class*=col-]:last-child .process-item::before {
	display: none;
}
@media (max-width:450px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .process-count-title {
    font-size: 20px;
  }
}
.process-count-title::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    color: transparent;
    font-size: 100px;
    font-weight: 600;
    counter-increment: count;
    content: "0" counter(count);
    transition: all 500ms ease;
    display: inline-block;
    -webkit-text-stroke: 1px #ffffff;
    line-height: 1;
    top: 0;
    transform: translateY(-50%);
    z-index: -1;
}
.process-thumb {
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.process-thumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #0e202a;
  opacity: 0.6;
}
.process-thumb img {
  width: 100%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .process-area {
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media (max-width: 575px), 
only screen and (min-width: 576px) and (max-width: 767px), 
only screen and (min-width: 768px) and (max-width: 991px) {
  .row [class*=col-]:nth-child(2) .process-item::before {
    display: none;
  }
}
/*
* ----------------------------------------------------------------------------------------
* END PROCESS DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 10. START TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
.team_members{
	position: relative;
}
.team_members::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    background-image: url(../image/team-pattern.png);
    height: 470px;
    width: 370px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}
.team-thumb {
    position: relative;
    overflow: hidden;
}

.single-team-box {
    margin-bottom: 30px;
}

.team-thumb img {
    width: 100%;
	position: relative;
}
.team-thumb{
	position: relative;
	z-index: -1;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
}
.team-thumb::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: translateY(180px);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    border-radius: 5px;
    opacity: 0;
    z-index: 1;
	transition: all 0.4s ease-in-out;
}
.single-team-box:hover .team-thumb::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    transform: translateY(0);
	opacity: 1;
    border-radius: 5px;
    z-index: 1;
}

.team-content {
    box-shadow: 0px 10px 30px rgba(0, 73, 255, 0.15);
    background: #ffffff;
    text-align: center;
    width: 92%;
    border-radius: 5px;
    margin: auto;
    margin-top: -76px;
    transition: 0.5s;
    overflow: hidden;
    height: 120px;
    position: relative;
}

.single-team-box:hover .team-content {
    height: 150px;
    margin-top: -105px;
}

.team-content:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    top: 0;
    left: 0;
    background:#2871ff;
    transform:scale(0);
    transition: 0.5s;
}

.single-team-box:hover .team-content:before{
    transform: scale(1);
}

.team-social-icon {
    position: relative;
    top: 122px;
    transition: 0.5s;
}

.single-team-box:hover .team-social-icon {
    top: 100px;
}

.team-social-icon ul li {
    display: inline-block;
}

.team-social-icon ul li i {
    font-size: 16px;
    display: inline-block;
    color: #2871ff;
    margin: 0 7px;
    transition: 0.5s;
}

.team-content h4 {
    font-size: 24px;
	color: #222;
	font-weight: 600;
    margin: 0;
    padding-bottom: 5px;
}

.team-content p {
    font-size: 16px;
    font-weight: 400;
    color: #2871ff;
}

.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;
}

.team-social-icon {
    list-style: none;
}

.team-social-icon li {
    display: inline-block;
}

.team-social-icon li a {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
	color: #fff;
    border-radius: 5px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    margin-right: 5px;
    background: #0049ff ;
    transition: none;
}
.team-social-icon li a i{
	color: #fff;
}
.single_member:hover h4 {
    color: #0049ff;
}
/*
* ----------------------------------------------------------------------------------------
* END TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* START PARTNERSHIP DESIGN
* ----------------------------------------------------------------------------------------
*/

.text__slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #0049ff;
	padding: 80px 0;
	direction: ltr;
}
 .text__slider .text-slide {
	 --gap: 0.1px;
	 display: flex;
	 gap: var(--gap);
}
 .text__slider ul {
	 padding: 0;
	 margin: 0;
}
 .text__slider ul li {
	 display: inline-block;
}
 .text__slider ul li span {
	 margin: 0 40px;
	 color: #fff;
	 opacity: 0.5;
}
 .text__slider ul li h2 {
	 color: #fff;
	 font-weight: 400;
	 font-size: 40px;
}
.text__slider ul li h2 a {
	 color: #fff;
}
 
@media (max-width: 575px) {
	.text__slider ul li h2 {
		font-size: 28px;
	}
}
.sliders {
	flex-shrink: 0;
}
.scroll {
	animation: scroll 70s linear infinite;
}
.text_scroll {
	animation: scroll 30s linear infinite;
	animation-direction: reverse;
}
.shape-slide {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	--gap: 0.1px;
	display: flex;
	gap: var(--gap);
	overflow: hidden;
	z-index: -1;
}
@keyframes scroll {
	from {
	  	transform: translateX(0);
	}
	to {
	  	transform: translateX(calc(-100% - var(--gap)));
	}
}

/*
* ----------------------------------------------------------------------------------------
* END PARTNERSHIP DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 11. START TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/

section.testimonial_area {
    background-image: url(../image/test-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
	position: relative;
	z-index: 1;
}
section.testimonial_area:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(29 23 41 / 85%);
    z-index: -1;
}

.testi_slide{
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    overflow: hidden;
    display: block;
}
.testimonial__one-shape{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.single_testimonial {
    text-align: center;
    background: rgba(29, 23, 41, 1);
    color: #fff;
    padding: 30px;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(255,255,255, 0.1);
}
.single_testimonial:after{
    content: "";
	position: absolute;
	background-image: url(../image/testi-bg2.png);
	background-size: cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.single_testimonial img {
    height: 70px;
    width: 70px !important;
	border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.testi_rating{
	position: relative;
	font-size: 12px;
    color: #0049ff;
    margin-bottom: 0px;
}
.testi_rating::after {
    content: "\f005\f005\f005\f005\f005";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    letter-spacing: 5px;
    color: rgba(251, 191, 36, 1);
    top: 10px;
    left: -40px;
    z-index: 0;
}
.single_testimonial p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.single_testimonial h5 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 5px;
}
.testimonial_area .owl-dots {
    text-align: center;
    margin-top: 50px;
    z-index: 9;
}
.testimonial_area .owl-dot{
	width: 10px;
    height: 10px;
    border-radius: 30px;
    border: 2px solid #fff;
	display: inline-block;
	margin: 0 5px;
	transition: all 0.3s;
}
.testimonial_area .owl-dot.active{
	width: 30px;
}
.testimonial_area .owl-dot.active,
.testimonial_area .owl-dot:hover{
	border-color: #0049ff;
	background: #0049ff;
}

/*
* ----------------------------------------------------------------------------------------
* END TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 12. START BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/
.blog-card {
    position: relative;
	margin-bottom: 30px;
    background-color: #fafafa;
}
.blog-card__bg {
	position: absolute;
	left: 0;
	top: 81px;
	width: 100%;
	height: 92px;
	background-color: #0049ff;
	z-index: -1;
}
.blog-card__bg::after {
	position: absolute;
	left: 0;
	top: 92px;
	width: 100%;
	height: 139px;
	content: "";
	background-color: #eaf0fa;
}

.blog-card__image {
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.blog-card__image img {
	transition: 0.5s;
	width: 100%;
}

.blog-card__image__link {
	display: flex;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transform: translateY(-20%);
	transition: opacity 500ms ease, transform 500ms ease;
}
.blog-card__image__link::after {
	transform: translate(-50%, -50%) rotate(90deg);
}
.blog-card:hover .blog-card__image > a {
	opacity: 1;
	transform: translateY(0);
}
.blog-card__meta {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 20px 0;
}
.blog-card__meta__date {
    font-size: 15px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    width: 62px;
    padding: 9.5px 5px;
    background: #0049ff;
}
.blog-card__meta__date span {
	display: block;
	font-size: 28px;
	font-weight: 600;
	line-height: 1;
}
.blog-card__meta__year {
	transform: rotate(180deg);
	white-space: nowrap;
	writing-mode: vertical-rl;
	line-height: 1;
	display: block;
	padding: 0 8px;
	position: relative;
	top: -5px;
}
.blog-card__meta__year::after {
	position: absolute;
	left: -1px;
	top: -8px;
	content: "";
	width: 2px;
	height: 55px;
}
.blog-card__meta__year::before {
	position: absolute;
	left: -10px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 0 9px 9px;
	border-color: transparent transparent transparent #0049ff);
	transform: rotate(180deg);
	writing-mode: vertical-rl;
}
.blog-card__meta__comments {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: auto;
	position: relative;
	top: -6px;
	font-size: 14px;
}
.blog-card__meta__comments i {
	font-size: 16px;
	margin-right: 8px;
}
.blog-card__content {
	position: relative;
	padding: 24px 20px 31px;
}
.blog-card__title {
	margin: 0;
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 10px;
}
.blog-card__title a {
	color: #222;
	background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
	transition: all 500ms ease;
}
.blog-card__title a:hover {
    background-size: 100% 1px;
    color: #0049ff;
}
.blog-card__text {
	margin: 0 0 18px;
}
.blog-card__link {
	display: inline-flex;
	align-items: center;
	text-transform: capitalize;
	font-size: 16px;
	letter-spacing: 0.24px;
	color: var(--tolak-base, #0049ff);
	transition: all 500ms ease;
	line-height: 1em;
	background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
	transition: all 500ms ease;
}
.blog-card__link:hover {
	background-size: 100% 1px;
}
.blog-card__link:hover i {
	transform: rotate(-90deg);
	top: 0;
}
.blog-card__link i {
	margin-left: 6px;
	position: relative;
	top: 1px;
	transition: all 500ms ease;
}


/*
* ----------------------------------------------------------------------------------------
* END BLOG DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 13. START NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.subscribe-section {
    position: absolute;
    top: -15%;
    width: 100%;
    left: 0;
}
.subscribe-bg {
    text-align: center;
    background-image: url(../image/bg1.jpg);
    background-repeat: no-repeat;
    padding: 60px 0;
    border-radius: 10px;
    align-items: center;
    box-shadow: 0px 0px 30px rgba(255, 255, 255, .1);
}
.subscribe-title h6 {
    font-size: 20px;
    color: #fff;
}

.subscribe-title h4{
    font-size: 26px;
    color: #fff;
    margin: 0;
    padding: 0;
}
span.subs-btn {
    position: absolute;
    margin-left: -95px;
}
span.subs-btn a {
    padding: 9px 35px;
    font-weight: 500;
    color: #fff;
    background: #0049ff;
    border: 1px solid #0049ff;
    display: inline-block;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
    z-index: 1;
    margin-left: 7px;
}

.subs-mail-item {
    padding: 28px 0 0;
}

.subs-mail-item ul li {
    display: inline-block;
    margin-right: 25px;
    color: #feffff;
    font-size: 16px;
}
.widget_search input[type="text"] {
    padding: 10px 20px;
    width: 100%;
    border-radius: 30px;
    border: 0;
}
.subs-mail-item ul li i {
    color: #3abba7;
    font-size: 18px;
    padding-right: 8px;
}

/*
* ----------------------------------------------------------------------------------------
* END NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 14. START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/

section#contact {
    margin-bottom: 15%;
}
.contact_map iframe {
    width: 100%;
    height: 654px;
}
.contact_form h4 {
    color: #0049ff;
    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: #0049ff;
    margin-left: 0;
}
.contact_form h2 {
    font-size: 34px;
    color: #fff;
    margin-top: 8px;
    margin-bottom: 30px;
}
.contact_form form input {
    height: 45px;
    width: 100%;
    padding: 0 10px;
    color: #ddd;
    font-size: 14px;
    border: 1px solid #fff;
    margin-bottom: 15px;
    background: transparent;
}

.contact_form form textarea {
    height: 150px;
	font-size: 14px;
    resize: none;
    color: #ddd;
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    background: transparent;
}
.contact_form form input:focus,
.contact_form form textarea:focus {
    border-color: #fff;
}
.contact_bg {
    margin: 30px 50px 0;
}

.contact_form input::-moz-placeholder {
    color: #ddd;
    opacity: 1;
}
.contact_form input:-ms-input-placeholder { color: #ddd; }
.contact_form input::-webkit-input-placeholder { color: #ddd; }
.contact_form input:-ms-input-placeholder { color: #ddd; }
.contact_form textarea::-webkit-input-placeholder { color: #ddd; }
.contact_form button{
    border: none;
}

.contact-box {
    padding: 58px 58px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 10px 30px rgba(0, 73, 255, 0.1);
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}

.contact-box figure {
    width: 120px;
    height: 120px;
    margin-bottom: 24px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	
}
.contact-box .list-unstyled p{
	margin: 0;
}
.contact-box .list-unstyled a{
	color: inherit;
}
.contact-box p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 22px;
}

.contact-box h6 {
    font-size: 22px;
    margin-bottom: 12px;
}

.contact-box>a {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #0049ff;
}

.conatct-information-section .generic-title {
    margin-bottom: 70px;
}

.contact-box ul li a {
    font-size: 18px;
    line-height: 30px;
    text-decoration: none;
    color: #0049ff;
	transition: all 0.4s;
}


.contact-box:hover h6,
.contact-box:hover>a {
    color: #0049ff;
}

.contact-box ul li a:hover {
    color: #0049ff;
}

.contact-box ul {
    margin-bottom: 20px;
}

/*
* ----------------------------------------------------------------------------------------
* END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 15. START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
#footer {
    padding: 200px 0 0;
    position: relative;
}
.single_footer img{
	margin-bottom: 5px;
}
.single_footer h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 40px;
}
.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: #0049ff;
}
.sing_about_social a i:hover,
.sing_about_social a i:focus{
	color: #fff;
    background: #0049ff;
}
.sing_links_tags li {
    text-shadow: none;
    list-style: none;
    font-size: 16px;
    padding-bottom: 20px;
    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: #0049ff;
}
.latest_news p a{
	color: #8a8b8e;
	font-weight: 400;
	font-size: 14px;
	transition: 0.5s ease-in-out;
}
.latest_news p a:hover{
	color: #0049ff;
	text-decoration: none;
}
.latest_news {
    margin-bottom: 20px;
}
.single_footer .footer_icon i {
    top: 5px;
    float: left;
    font-size: 18px;
    color: #0049ff;
}
.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
----------------------------------------------------------------*/
.ab-blog-area .ab-blog-up {
	margin-top: 0px ! important
}
.ab-blog-area .ab-post-slide {
	margin: 15px 5px;
}
.ab-post.ab-style1 .ab-post-title {
    font-weight: 500;
    margin: 5px 0 8px;
    line-height: 22px;
}
.ab-post.ab-style1 .ab-post-title a {
    color: #222;
    font-size: 16px;
    display: block;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
}
.ab-post-date {
    font-size: 12px;
}
.ab-sidebar-widget .ab-post.ab-style1 .ab-post-thumb {
	width: 80px;
}
.ab-post.ab-style1 {
	display: flex;
}
.ab-post.ab-style1 .ab-post-thumb {
	flex: none;
	margin-right: 10px;
	width: 70px;
}
.ab-sidebar-widget .ab-post-widget-list > li:not(:last-child) {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.ab-widget{
	margin:20px 0;
}
.ab-post.ab-style1 .ab-post-title a:hover {
	color: #0049ff ;
}
.ab-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: #0049ff ;
	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: #0049ff ;
    box-shadow: none;
}
.blog_search i{position:absolute;top:0; right:5px;}
.ab-page-heading {
	height: 650px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding-top: 50px;
	background-size: cover;
	background-attachment: fixed; 
}
.ab-page-heading.ab-size-md {
    height: 400px; }
.ab-page-heading:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.65); 
}
.ab-page-heading > div {
    position: relative;
    z-index: 1; }

.ab-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;
}
.ab-breadcamp {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	margin: 0; 
}
.ab-breadcamp li {
    color: rgba(255, 255, 255, 0.7);
    list-style: none; }
.ab-breadcamp li:not(:last-child):after {
      content: '/';
      padding-right: 6px;
      margin-left: 6px; 
}
.ab-breadcamp a:hover {
    color: #fff 
}

.ab-widget {
	border: 1px solid #eaeaea;
	border-radius: 4px;
	padding: 30px;
	background: #fff;
}
.ab-widget .ab-widget-title {
    font-size: 22px;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 25px;
    color: #222;
}
.ab-widget-list {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 3px;
	margin-bottom: -18px;
	margin-left: -6px;
}
.ab-widget-list li {
	border: 1px dotted #eaeaea;
	background: #fff
	margin: 5px;
}
.ab-widget-list a {
    display: block;
    padding: 10px 0;
    padding-left: 12px;
    color: #666;
    transition: all 0.3s ease-in-out;
}
.ab-widget-list a:hover {
    color: #0049ff ; 
}
.ab-showcase img {
	width: 90px;
	height: 90px;
	margin: 5px 1px;
}
.ab-widget-list li i {
    color: #0049ff ;
    font-weight: 700;
    font-size: 14px;
    float: left;
    margin-right: 10px;
    line-height: 20px;
    margin-left: 15px;
}
.ab-widget-list span {
	float: right;
	padding-right: 15px;
	font-weight: 500;
}	
.ab-tagcloud {
  margin-bottom: -10px; }
  
.ab-tagcloud .ab-tag {
    display: inline-block;
    font-size: 14px;
    color: #2d2a2b;
    padding: 5px 15px;
    line-height: 25px;
    border: 1px solid #ddd;
    border-radius: 30px;
    margin-right: 6px;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
}
.ab-tagcloud .ab-tag:hover {
	color: #fff;
	background-color: #0049ff ;
	border-color: #0049ff ; }

.ab-post-details.ab-style1 {
  font-weight: 300;
  line-height: 1.8em; }
.ab-post-details.ab-style1 .slick-slide {
    line-height: 0; }
.ab-post-details.ab-style1 .ab-post-thumb {
    margin-bottom: 25px; }
.ab-post-details.ab-style1 .ab-post-thumb img {
      width: 100%; }
.ab-post-details.ab-style1 .ab-post-title {
    font-size: 28px;
    margin-bottom: 9px; }
.ab-post-details.ab-style1 blockquote {
    background-color: #0049ff;
    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;
}
.ab-post-details.ab-style1 blockquote small {
	display: block;
	line-height: inherit;
	margin-top: 4px;
	color: #222;
	font-size: inherit;
	font-size: 16px; }
.ab-post-details.ab-style1 blockquote small span {
	color: #222;
}
.ab-post-details.ab-style1 .ab-post-label {
    margin-bottom: 15px; }
.ab-post-details.ab-style1 .ab-post-text p { 
    margin-bottom: 15px; }
.ab-post-details.ab-style1 .ab-post-meta {
    display: flex;
    justify-content: space-between;
    padding: 23px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea; }
.ab-post-details.ab-style1 h2 {
    color: #222;
    font-size: 28px;
    margin: 30px 0;
}
.ab-post-details.ab-style1 p {
    margin-bottom: 15px; }
.ab-post-details.ab-style1 .embed-responsive {
    margin-top: 15px;
    margin-bottom: 15px; }

.ab-post-label > span {
	color: #0049ff ;
	display: inline-block;
	position: relative; 
}
span.bt_1 a {
    color: #fff;
}
.ab-post-label > span:not(:last-child) {
    margin-right: 15px;
}
.ab-post-label > span:not(:last-child):before {
    content: '';
    position: absolute;
    height: 16px;
    width: 1px;
    background-color: #b5b5b5;
    right: -8px;
    top: 4px;
}
.ab-post-label a:hover {
  color: #0049ff ; }

.ab-post-tage-list {
  display: flex;
  flex-wrap: wrap; }
.ab-post-tage-list li a {
    margin-right: 5px;
    color: #666;
    font-weight: 500;
	transition: all 0.4s ease-in-out;
}
.ab-post-tage-list li:not(:last-child):after {
    content: ',';
    margin-right: 7px;
}
.ab-post-tage-list li a:hover {
    color: #0049ff ; }

.ab-post-tages,
.ab-post-share {
	display: flex;
	align-items: center; }
.ab-post-tages .ab-post-tage-title,
.ab-post-tages .ab-post-share-title,
.ab-post-share .ab-post-tage-title,
.ab-post-share .ab-post-share-title {
    margin: 0;
    font-size: 16px;
	color: #222;
    margin-right: 10px;
    line-height: 1.4em; }

.ab-post-share-btn-list {
	display: flex;
	flex-wrap: wrap; }
.ab-post-share-btn-list a:hover {
    color: #0049ff ; }
.ab-post-text {
    margin-bottom: 30px;
}
.post_share{
	margin-top: 0 !important;
}
.post_share i{
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    background: #fff;
	border: 1px solid #0049ff;
    border-radius: 50%;
    color: #0049ff;
    font-size: 16px;
	transition: all 0.4s ease-in-out;
}
.post_share a i:hover,
.post_share a i:focus{
	color: #fff;
    background: #0049ff;
}
.ab-post-btn-gropu {
  display: flex;
  justify-content: space-between; }
.ab-post-btn-gropu .ab-btn {
    min-width: 170px;
    justify-content: center; }

.ab-page-heading-in .ab-post-label {
	color: #fff;
	display: flex;
	justify-content: center;
	margin-top: 6px;
	font-size: 16px;
}
.ab-page-heading-in .ab-post-label > span:not(:last-child):before {
	background-color: #fff }
.ab-page-heading-in .ab-post-label a:hover {
	color: #fff }

.ab-page-heading-subtitle {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	font-weight: 300;
	margin-top: 7px; }
.ab-post-btn-gropu a {
    color: #222;
    font-weight: 500;
}
@media screen and (max-width: 991px) {
  .ab-page-heading-title {
    font-size: 38px; }

  .ab-page-heading-subtitle {
    font-size: 16px; }

  .ab-page-heading.ab-size-md {
    height: 350px;
    padding-top: 80px; }

  .ab-page-heading-title br {
    display: none; }

  .ab-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: #0049ff ;
}

.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: #0049ff ;
}
.comment-reply-link i{
	margin-right: 6px;
}
.comment-reply-link:before {
	font-family: "Font Awesome 6 Free";
    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: #0049ff ; }

.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: "Font Awesome 6 Free";
  margin-right: 4px; }

.nav-next a:after {
  content: "\f101";
  font-family: "Font Awesome 6 Free";
  margin-left: 4px; }

.nav-all-post {
  min-width: 120px;
  text-align: center;
  margin: 0 25px; }
 /*
* ----------------------------------------------------------------------------------------
* PAGINATION DESIGN
* ----------------------------------------------------------------------------------------
*/ 
.ab-post-pagination {
	margin:30px 0;
	justify-content: center;
}
.page-item.active .page-link {
	background-color: #0049ff ;
	border-color: #0049ff ;
}
.pagination-outer{ text-align: center; }
.pagination{
    display: inline-flex;
}
.pagination li a.page-link {
	color: #fff;
	background: #1d1729;
	font-size: 18px;
	font-weight: 500;
	line-height: 35px;
	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: #0049ff ;
	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
* ----------------------------------------------------------------------------------------
*/