/*!
Theme Name: AbotuMe
Theme URI: http://themesbazar.com/aboutme
Author: ThemesBazar.Com
Author URI: http://themesbazar.com
Description: Themes Is WordPress Theme Market.
Version: 1.0.0
Tested up to: 7.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aboutme_themesbazar
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the ThemesBazar.

*/


/* Base CSS */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'SolaimanLipiNormal';
    src: url('fonts/solaiman-lipi.eot');
    src: url('fonts/solaiman-lipi.eot') format('embedded-opentype'),
         url('fonts/solaiman-lipi.woff') format('woff'),
         url('fonts/solaiman-lipi.ttf') format('truetype'),
         url('fonts/solaiman-lipi.svg#SolaimanLipiNormal') format('svg');
	
	font-weight:normal;font-style:normal;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0 ;
	line-height: 1.2;
   
}
p{
	margin: 0;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
figure {
	margin: 0 0 0;
}

body {
    font-size: 17px !important;
	color: #000 !important;
	width:100% !important;
	font-family: 'Poppins', 'SolaimanLipiNormal', sans-serif !important;
    background: #fff !important;
	line-height: 1.2 !important;
	font-weight: 400 !important;
}
a{ text-decoration: none !important }
a:hover { text-decoration: none}


a:hover {
	color: none;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1200px;
}

ul {padding-left : 0px !important}

/*======================================
		ThemesBazar col Start
======================================*/  
.themesBazar-1{
	max-width: 100% ;
	width: 100%;
	flex: 0 0 auto;
}

.themesBazar-2{
	max-width: 50% !important;
	width: 100%;
	flex: 0 0 auto;
}

.themesBazar-3{
	max-width: 33.33% !important;
	width: 100%;
	flex: 0 0 auto;
}

.themesBazar-4{
	max-width: 25% !important;
	width: 100%;
	flex: 0 0 auto;
}

.themesBazar-6{
	max-width: 16.66% !important;
	width: 100%;
	flex: 0 0 auto;
}


/*======================================
		ThemesBazar col End
======================================*/  

    

                /*======================================
                        Logo & Menu Section css-End
                ======================================*/
.menu-section {
	background: rgba(0,0,0,.5);
	position: absolute;
	width: 100%;
	z-index: 99;
}
.logo {
	margin-top: 7px;
}

.logo img {
	width: 50px;
	height: 50px;
	border-radius: 10%;
	float: left;
	margin-right: 10px;
}

.logo-nane > a {
	font-size: 20px;
	text-transform: capitalize;
	color: #fff;
	font-weight: 500;
	display: inline-block;
	margin-top: 10px;
	text-decoration : none;
}
.logo-nane > a:hover {
	color: #fff;
}

.sticky {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
	box-shadow: 0 0 20px rgba(8, 0, 41, 0.08);
	background: #04011c;
}


.sticky .stellarnav.dark ul ul {
	background: #04011c;
}

/*======================================
		Logo & Menu Section css-End
======================================*/



/*======================================
		About  Area css-Start
======================================*/


.about-area::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0, 0, 0, 0.8);
	z-index: -1;
}

.aboutSec-title {
	font-size: 70px;
	text-transform: uppercase;
	font-weight: 800;
	color: transparent;
	-webkit-text-stroke: 1px #393939;
	position: absolute;
	z-index: -1;
	top: 19%;
	line-height: 1;
	left: 42%;
}

.about-content {
	margin-top: 20px;
	position: relative;
	z-index: 99;
}

.about-image {
	text-align: right;
	margin-right: 50px;
	position: relative;
	z-index: 9;
}


.about-image img {
	width: 320px;
	height: 320px;
	object-fit: cover;
	border-radius: 50%;
	border: 10px solid rgba(255, 255, 255, 0.1);
}


.about-subTitle {
	font-size: 25px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 20px;
}


.about-title {
	font-size: 40px;
	color: #ffb400;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
}

.about-details {
	color: #fff;
	text-transform: capitalize;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
}

.about-btn {
	float: left;
	margin-right: 50px;
}

.about-btn a {
	overflow: hidden;
	display: inline-block;
	line-height: 1.4;
	border-radius: 35px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	padding: 16px 70px 16px 35px;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	background-color: transparent;
	outline: none !important;
	border: 1px solid #ffb400;
	margin-top: 50px;
}

.about-btn a:hover{
	color: #fff;
}

.about-btn a:before{
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	content: '';
	background: #ffb400;
	z-index: -1;
	transition: .5s all;
}
.about-btn a:hover:before{
	width: 100%;

}

.button-icon {
	position: absolute;
	right: -1px;
	top: -1px;
	bottom: 0;
	width: 55px;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 19px;
	color: #ffffff;
	border-radius: 50%;
	background: #ffb400;
	transition: .5s all;
}

.about-btn2 a {
	overflow: hidden;
	display: inline-block;
	line-height: 1.4;
	border-radius: 35px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	padding: 16px 70px 16px 35px;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	background-color: #ffb400;
	outline: none !important;
	border: 1px solid #ffb400;
	margin-top: 50px;
}

.about-btn2 a:hover{
	color: #fff;
}

.particles-js-canvas-el {
	position: absolute;
	left: 0;
	top: 0;
}

/*======================================
		About  Area css-End
======================================*/



/*======================================
		Skills Area css-Start
======================================*/

.skill-area {
	padding: 50px 0 ;
}

.skill-image img {
	max-width: 65%;
	height: auto;
}

.skill-image {
	position: relative;
	text-align: center;
}

.skills {
   padding:15px;
   overflow: hidden;
   margin-top: 40px;
}

.skills .skill {
   margin-bottom: 20px;
}

.skills .skill .skill-title {
	color: #04011c;
	margin-bottom: 14px;
	font-weight: 500;
	font-size: 17px;
}


.skills .skill .skill-bar {
	width: 0;
	height: 10px;
	background: #000;
	transition: 1s cubic-bezier(1, 0, .5, 1);
	-webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
	-ms-transition: 1s cubic-bezier(1, 0, .5, 1);
	margin-bottom: 20px;
}


.skills.active .skill .skill-bar {
   width: 100%;
}

.skill-bar span {
	float: left;
	width: 0%;
	background: #F7B006;
	height: 10px;
	position: relative;

}

.skill-bar span b {
	float: right;
	position: relative;
	text-align: center;
	opacity: 0;
	font-size: 12px;
	top: -30px;
	background: #f00;
	color: #fff;
	font-weight: 600;
	padding: 5px 9px;
	border-radius: 50px;
	line-height: 1;
}

.skill-bar span b::before {
	position: absolute;
	left: 47%;
	bottom: -4px;
	content: '';
	width: 10px;
	height: 10px;
	background: #f00;
	transform: rotate(45deg);
	z-index: -1;
}

/*======================================
		Skills Area css-End
======================================*/





/*======================================
		Educational Area css-End
======================================*/
.educational-area {
	background: #111;
	padding: 80px 0 50px;
}


.secTitle {
	color: transparent;
	-webkit-text-stroke: 1px #333;
	font-size: 80px;
	font-weight: 900;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	margin-top: -24px;
}

.sec-content {
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}

.sec-title {
	color: #ffb400;
	font-size: 45px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 1;
	margin-bottom: 10px;
}

.educational-content{
	color: #ddd;
}


.educational-content {
	padding: 30px 20px 33px;
	border: 6px solid #1e1e1e;
	margin: 10px 0 40px;
	position: relative;
	transition: .5s all;
}


.educational-content:hover .year {
	background-color:  #444;
}
.educational-content:hover {
	border: 6px solid #444;
}

.bio-title {
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: 600;
	text-transform: capitalize;
}

.bio-deg {
	font-size: 16px;
	font-weight: 400;
}

.year {
	position: absolute;
	top: -38px;
	color: #f7ae01;
	padding: 11px 20px 9px;
	font-size: 14px;
	background: #1e1e1e;
	left: -6px;
	transition: .5s all;
}

/*======================================
		Educational Area css-End
======================================*/



/*======================================
		Notice Area css-Start
======================================*/
.notice-area {
	padding: 50px 0;
}
.notice-btn {
	text-align: center;
}

.notice-btn > a {
	display: inline-block;
	font-size: 20px;
	text-transform: uppercase;
	border: 2px solid #ffb400;
	padding: 10px 36px;
	border-radius: 50px;
	color: #000;
	font-weight: 500;
	letter-spacing: 1px;
	transition: .5s all;
}

.notice-btn > a:hover {
	background: #ffb400;
	color: #fff;
}

.notice-title {
	text-transform: uppercase;
	font-size: 34px;
	color: #000;
	font-weight: 600;
	line-height: 1;
	margin-top: 7px;
}


/*======================================
		Notice Area css-End
======================================*/


/*======================================
		Recent Area css-Start
======================================*/
.recent-work {
	padding: 50px 0 0 0;
}


.secTitle2 {
	color: transparent;
	-webkit-text-stroke: 1px #ddd;
	font-size: 80px;
	font-weight: 900;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	margin-top: -22px;
	content: 'Rajib';
}
.sec-content2 {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}

.sec-title2 {
	color: #06002f;
	font-size: 50px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 1;
	margin-bottom: 10px;
}

.wrok-wrpp {
	box-shadow: 0 0 10px #eee8e8;
	padding: 20px;
	border-radius: 0 0 40px 0;
	margin-bottom: 20px;
}

.wrok-image img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.work-title {
	color: #000;
	font-size: 23px;
	font-weight: 600;
	margin-top: 10px;

}
.work-title a {
	color: #000;
	transition: .5s all;
}
.work-title a:hover {
	color: #090148;
}

/*======================================
		Recent Area css-End
======================================*/



/*======================================
		Photo Gallery Area css-Start
======================================*/
.photo-gallery {
	padding: 50px 0;
}


.gallery-wrpp {
	overflow: hidden;
	width: 100%;
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 7px #eee;
	margin-bottom: 20px;
	border-radius: 0 0 30px 0;
}
.gallery-image{
	position: relative;
}
.gallery-image img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.gallery-wrpp:hover .gallery-title{
	opacity: 1;
	visibility: visible;
	bottom: 0;
}

.gallery-title {
	position: absolute;
	left: 0;
	bottom: 30px;
	background: rgba(0,0,0,0.6);
	content: "";
	width: 100%;
	padding: 10px;
	opacity: 0;
	visibility: hidden;
	transition: .5s all;
}

.gallery-title > a {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

/*======================================
		Photo Gallry Area css-End
======================================*/


/*======================================
		Video Gallry Area css-Start
======================================*/
.video-gallery {
	padding: 20px 0 40px;
}

.video-wrpp {
	overflow: hidden;
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 7px #eee;
	margin-bottom: 20px;
	border-radius: 0 0 30px 0;
}
.video-image{
	position: relative;
}

.video-image img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: top;
}

.video-title {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	content: "";
	width: 100%;
	padding: 10px;
	margin-bottom: 0px;
}

.video-title > a {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

.video-icon i {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 20px;
	height: 20px;
}

.video-icon i {
	position: absolute;
	left:50%;
	top: 50%;
	width: 50px;
	height: 50px;
	line-height: 46px;
	color: #fff;
	text-align: center;
	border: 2px solid #fff;
	font-size: 30px;
	transform: translate(-50%,-50%);
	border-radius: 50%;
	padding-left: 2px;
	transition: .5s all;
}

.video-wrpp:hover .video-icon i {
	background: #111;
	border: 2px solid #111;
}

/*======================================
		Video Gallry Area css-End
======================================*/



/*======================================
		Latest News Area css-End
======================================*/
.latest-news {
	padding: 80px 0;
	background: #111;
	margin: 30px 0;
}

.latest-page {
	padding: 80px 0;
	background: #111;

}

.news-wrpp {
	overflow: hidden;
	box-shadow: 0 0 6px #333;
	padding: 20px;
	border-radius: 0 0 50px 0;
}

.latest-item {
	padding: 13px 0 6px;
}

.news-image img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	object-position: top;
}

.author-content {
	margin-bottom: 12px;
}

.author-content ul li {
	display: inline-block;
	margin-right: 25px;
	color: #dbdbdb;
	font-size: 16px;
}


.author-content ul li a {
	font-size: 16px;
	color: #ffb400;
	text-transform: capitalize;
}

.author-content i {
	font-size: 17px;
}

.news-title {
	margin-bottom: 20px;
	line-height: 1.2;
}

.news-title > a {
	font-size: 22px;
	text-transform: capitalize;
	color: #dbdbdb;
	font-weight: 600;
	transition: .5s all;
}

.news-title > a:hover {
	color: #ffb400;
}

.news-btn > a {
	font-size: 17px;
	text-transform: capitalize;
	color: #ffb400;
	font-weight: 500;
	transition: .5s all;
}

.news-btn > a:hover {
	color: #eee;
}

.news-btn > a:hover i {
	margin-left: 0;
}

.news-btn i {
	margin-left: 7px;
	transition: .5s all;
}


/*======================================
		Latest News Area css-End
======================================*/



/*======================================
		Testimonial Area css-Start
======================================*/
.testimonial-area {
	padding: 50px 0;
}


.testimonial-wrpp {
	overflow: hidden;
	box-shadow: 0 0 7px #eee;
	padding: 20px;
	border-radius: 0 0 50px 0;
}

.testimonial-speech {
	border: 1px solid #eee;
	padding: 10px;
	margin-bottom: 31px;
	font-size: 15px;
	line-height: 25px;
	text-align: justify;
	font-weight: 300;
	background: #fff;
	color: #777;
	position: relative;
}

.testimonial-speech::before {
	position: absolute;
	left: 48%;
	bottom: -11px;
	content: "";
	width: 20px;
	height: 20px;
	background: #fff;
	transform: rotate(45deg);
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}


.testimonial-image img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 50%;
	float: left;
	margin-right: 20px;
}

.testimonial-textContent {
	overflow: hidden;
	margin-bottom: 50px;
}

.testimonial-title {
	margin-top: 17px;
	font-size: 19px;
	color: #ff5e14;
	font-weight: 600;
	margin-bottom: 6px;
	text-transform: capitalize;
	letter-spacing: 0.2px;
}

.testimonial-deg {
	font-size: 16px;
	font-weight: 300;
	color: #999;
}

/*======================================
		Testimonaial Area css-End
======================================*/




/*======================================
		Quick Contact Area css-Start
======================================*/
.contact-area {
	padding: 50px 0;
	margin-bottom: 60px;
}

.quick-image img {
	width: 100%;
	height: auto;
}

.quick-name {
	padding: 10px 0;
	font-size: 22px;
	color: #04011c;
	font-weight: 500;
}

.quick-details {
	margin-bottom: 12px;
	color: #999;
	font-weight: 300;
	line-height: 24px;
}

.quick-deg {
	margin-bottom: 20px;
	font-size: 17px;
	color: #333;
	font-weight: 400;
}

.quick-content ul li {
	margin-bottom: 10px;
	color: #444;
	font-size: 16px;
}

.quick-content strong {
	color: #f00087;
	font-size: 17px;
	font-weight: 600;
}




.quick-wrpp {
	background: #fff;
	box-shadow: 0px 10px 30px 0px rgba(13, 30, 80, 0.1);
	padding: 20px;
	border-radius: 20px;
}


.quick-form input[type="text"], input[type="email"], textarea {
	width: 100%;
	padding: 16px 9px;
	color: #999;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 12px;
	border: none;
	background: transparent;
	outline: inherit;
	box-shadow: inset 0 0 11px #f7f5f5;
}


.quick-title {
	margin: 9px 0 5px;
	font-size: 16px;
	color: #666;
	font-weight: 400;
}


.quick-btn input[type="submit"] {
	background: #04011c;
	padding: 14px 56px;
	font-size: 20px;
	color: #fff;
	border: none;
	text-transform: uppercase;
	text-align: center;
	transition: .8s;
	cursor: pointer;
}


/*======================================
		Quick Contact Area css-End
======================================*/


/*****======================================
		Clinet Section css Start
======================================*****/
.client-section {
	background: #f0f1f5;
	margin-top: 50px;
	padding: 80px 60px 60px;
}


.clinet-active {
	margin-top: 20px;
}

/*****======================================
		Clinet Section css End
======================================*****/




/*======================================
	Footer Area css-Start
======================================*/
.footer-area {
	padding: 60px 0 20px;
	background: #111;

}

.contact-wrpp {
	text-align: center;
	box-shadow: 0 0 10px #222;
	padding: 15px 20px 10px;
	border-radius: 10px;
}

.f-title {
	color: #ffb400;
	font-weight: 600;
	font-size: 26px;
	margin-bottom: 10px;
}

.f-details {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 20px;
}

.f-details strong {
	font-size: 20px;
	margin: 12px 0 15px;
	font-weight: 600;
	display: inline-block;
	width: 100%;
}


.contact-wrpp > i {
	font-size: 40px;
	color: transparent;
	margin-bottom: 11px;
	-webkit-text-stroke: 1px #424242;
}


.footer-social {
	text-align: center;
	margin-top: 40px;
	border-bottom: 1px solid #222;
	padding-bottom: 22px;
}

.footer-social a {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	box-shadow: 0 0 4px #333;
	border-radius: 50%;
	margin-right: 20px;
	font-size: 20px;
	transition: .5s all;
}

.footer-social a:nth-child(1) {
	color: #1877f2 ;
}

.footer-social a:nth-child(2) {
	color: #c4302b;
}

.footer-social a:nth-child(3) {
	color: #00acee;
}

.footer-social a:nth-child(4) {
	color: #0e76a8;
}
.footer-social a:nth-child(5) {
	color: #8a3ab9;
}

.design-developed {
	text-align: center;
	margin-top: 23px;
	color: #fff;
}

.design-developed > a {
	font-weight: 700;
	color: #ffb400;
}

.themesBazar_scroll {
	width: 42px;
	height: 52px;
	padding: 10px;
	background: #04011c;
	position: fixed;
	right: 25px;
	bottom: 70px;
	z-index: 9999;
	border-radius: 50px 50px 0px 0px;
}

.themesBazar_scroll i {
	font-size: 34px;
	color: #fff;
	font-weight: 600;
	top: 10px;
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
}


/*======================================
		Footer Area css-End
======================================*/


/***** ============== All page css Start =================*****/

.all-page:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: -1; 
}


.all-pageContent {
	margin-top: 70px;
	text-align: center;
	margin-bottom: 20px;
}

.all-pagetitel {
	font-size: 60px;
	color: #fff;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.all-pageItem ul > li {
	display: inline-block;
	color: #fff;
	margin-right: 10px;
}

.all-pageItem ul > li > a {
	color: #ffb400;
	font-size: 17px;
}
.all-pageItem ul > li::before {
	content: "";
	width: 7px;
	height: 7px;
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	margin: 0 6px 0 1px;
}


.all-pageItem ul > li:first-child::before{
	background: transparent;
} 
/***** ============== All page css End =================*****/



/***** ============== AboutMe page css Start =================*****/
.aboutMe-page {
	padding: 50px 0 30px;
}

.aboutMe-image {
	text-align: center;
}

.aboutMe-image img {
	max-width: 70%;
	height: auto;
}

.self-name {
	font-size: 40px;
	font-weight: 600;
	color: #04011c;
	margin-bottom: 20px;
	line-height: 1;
}

.self-deg {
	margin-bottom: 20px;
	font-size: 17px;
	color: #950000;
	font-weight: 600;
	text-transform: uppercase;
}


.self-details {
	text-align: justify;
	line-height: 27px;
	color: #666;
	font-weight: 300;
}

.cv-btn {
	margin-right: 50px;
}

.cv-btn a {
	overflow: hidden;
	display: inline-block;
	line-height: 1.4;
	border-radius: 35px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	padding: 16px 70px 16px 35px;
	font-size: 15px;
	font-weight: 600;
	color: #04011c;
	background-color: transparent;
	outline: none !important;
	border: 1px solid #04011c;
	margin-top: 50px;
	transition: .5s all;
}

.cv-btn a:before{
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	content: '';
	background: #04011c;
	z-index: -1;
	transition: .5s all;
}
.cv-btn a:hover:before{
	width: 100%;

}

.cv-btn a:hover{
	color: #fff;
} 

.cv-icon {
	position: absolute;
	right: -1px;
	top: -1px;
	bottom: 0;
	width: 55px;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 19px;
	color: #ffffff;
	border-radius: 50%;
	background: #04011c;
	transition: .5s all;
}


/***** ============== AbotuMe page css End =================*****/

/***** ============== Team page css Start =================*****/
.team-page {
	padding: 50px 0;
}

.team-wrpp {
	box-shadow: 0 0 10px #ddd;
	padding: 16px 28px 16px 16px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.team-image img {
	width: 100%;
	height: 230px;
	object-fit: cover;
	border-radius: 5px;
}

.team-image {
	position: relative;
}

.team-image::before {
	position: absolute;
	left: 13px;
	top: 13px;
	content: '';
	width: 100%;
	height: 100%;
	background: #e6eaea;
	z-index: -1;
	border-radius: 0 0 5px 0;
}

.team-content {
	margin-top: 23px;
	text-align: center;
}

.team-name a {
	font-size: 22px;
	color: #04011c;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 4px;
}


.team-deg {
	font-size: 18px;
	color: #505053;
	font-weight: 300;
}

/***** ============== Team page css End =================*****/


/*==============Single Team-page css Start ====================*/
.single-team {
	margin: 50px 0;
}

.single-teamContent {
	box-shadow: 0 0 20px #ddd;
	padding: 50px 0;
	position: relative;
	margin: 0 85px;
}

.single-teamContent::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 15%;
	background: #04011c;
	z-index: -1;
}
.singel-teamImage {
	text-align: center;
}

.singel-teamImage img {
	width: 70%;
	height: 350px;
	object-fit: cover;
}


.team-singleItem {
	padding: 0 50px 0 0;
}

.single-deg {
	font-size: 17px;
	color: #f15b43;
	margin-bottom: 13px;
	font-weight: 500;
	text-transform: capitalize;
}

.tSingle-name {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #04011c;
}

.team-details {
	color: #999;
	font-weight: 300;
	line-height: 25px;
	font-size: 17px;
	margin-bottom: 20px;
}
.single-Tsocial > a {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 52px;
	background: #fff;
	text-align: center;
	font-size: 20px;
	border-radius: 50%;
	margin-right: 8px;
	color: #f00;
	box-shadow: 0 0 10px #ddd;
}

.single-Tsocial > a:nth-child(1){
	color: #3b5998;
}
.single-Tsocial > a:nth-child(2){
	color: #00acee;
}
.single-Tsocial > a:nth-child(3){
	color: #0e76a8;
}
.single-Tsocial > a:nth-child(4){
	color: #d6249f;
}

/*==============Single-page css End ====================*/


/***** ============== Create  page css Start =================*****/
.create-page {
	padding: 30px 0;
}

.createPage-title {
	background: #fbfbfb;
	color: #04011c;
	font-size: 30px;
	font-weight: 600;
	padding: 10px 8px 10px;
	margin: 10px 0;
	border-radius: 5px;
	border-bottom: 1px solid #eee;
}


.createPage-content {
	text-align: justify;
	color: #000;
	font-weight: 300;
	line-height: 1.7;
}

/***** ============== Create  page css End =================*****/




/*===========Single-page css Start==================*/
.single-page {
	padding: 20px 0 70px;
}

.single-latest-page {
	padding: 50px 0;
}

.blog-single-title {
	font-size: 30px;
	padding: 10px 0;
	font-weight: 600;
	color: #04011c;
	line-height: 1.2;
}

.single-page-date {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-top: 10px;
}

.single-latest-page .single-page-date {
	padding: 10px 8px 10px;
	margin: 10px 0;
	background: #fbfbfb;
	border-radius: 5px;
}



.single-page-date ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.single-page-date ul li a {
	color: #807e7e;
	text-decoration: none;
	font-size: 16px;
}

.single-page-date ul li {
	display: inline-block;
	margin-right: 30px;
}

.single-page-date i {
	margin-right: 5px;
	font-size: 20px;
	color: #f15b43;
}

.single-page-date img {
	width: 40px;
	height: 40px;
	border-radius: 40%;
	margin-right: 10px;
	background: #f2c7c0;
	padding: 2px;
}



.single-page-title {
	font-size: 60px;
	font-weight: 600;
	color: #fff;
	margin: 13px 70px;
	line-height: 1.2;
}

.single-page-image img {
	width: 100%;
	height: auto;
}

.single-page-content {
	text-align: justify;
	font-size: 16px;
	line-height: 1.7;
	color: #000;
	font-weight: 300;
}


.single-page-categori {
	-webkit-box-shadow: 0 0 10px #eee;
	        box-shadow: 0 0 10px #eee;
	padding: 10px;
	
}

.single-category-title {
	font-size: 25px;
	font-weight: 600;
	color: #460404;
	position: relative;
	margin-bottom: 20px;
}

.single-category-title::before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 40px;
	height: 3px;
	background: #ffcd00;
}

.single-recent-post {
	padding: 30px;
	border: 3px solid #e7e9ef;
}

.single-recent-item {
	font-size: 22px;
	font-weight: 600;
	color: #032640;
	position: relative;
}



.single-recent-content {
	display: inline-block;
	margin-top: 20px;
}

.single-recent-image img {
	width: 40%;
	height: auto;
	margin-right: 10px;
	float: left;
}

.single-recent-date {
	font-size: 12px;
	font-weight: 300;
	color: #797979;
}

.single-recent-title {
	line-height: 16px;
	margin-top: 3px;
}

.single-recent-title a {
	color: #000;
	font-weight: 500;
	text-decoration: none;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
	font-size: 16px;
}

.single-recent-title a:hover {
	color: #f15b43;
}

.single-page-tag {
	padding: 30px;
	border: 3px solid #e7e9ef;
	margin-top: 30px;
}

.single-tag-title {
	font-size: 22px;
	font-weight: 600;
	color: #032640;
	margin-bottom: 20px;
}



.tag ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.tag ul li {
	display: inline-block;
	
	margin-bottom: 10px;
	margin-right: 5px;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
}

.tag ul li a {
	color: #85838c;
	text-decoration: none;
	font-size: 16px;
	background: #f5f6f9;
	padding: 5px 10px;
	display: inline-block;
	transition: .5s all;
}


.tag ul li a:hover {
	background: #4db7a6;
	color: #fff;
}



/*****=========== Single page css End ==================*****/


/*****=========== Services single page css Start ==================*****/
.singleServices-wrpp {
	background: #04011c;
	color: #fff;
	padding: 20px;
	border-top: 5px solid #feb300;
}

.singleServices-titel {
	font-size: 30px;
	font-weight: 600;
	margin: 25px 0;
}

.singleServices-info {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 20px;
	border-bottom: 1px solid #202028;
	padding-bottom: 20px;
}
.singleServices-info span {
	font-size: 18px;
	font-weight: 300;
	opacity: .7;
	margin-top: 7px;
	display: inline-block;
	width: 100%;
}



/*****=========== Services single page css End ==================*****/


/*****=========== Pricing single page css STart ==================*****/
.pricing-page {
	padding: 40px 0;
}

.pricing-wrpp {
	box-shadow: 0 0 10px #dddd;
	border-radius: 10px;
	background: #fff;
}

.pricing-bg {
	background: #04011C;
	padding: 20px;
	text-align: center;
	color: #fff;
	border-radius: 10px 10px 0 0;
}

.price-title {
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
}

.price-count {
	font-size: 35px;
	font-weight: 600;
	margin-top: 5px;
}

.price-count span {
	font-size: 20px;
	font-weight: 300;
	margin-left: -5px;
}

.retting {
	display: inline-block;
	margin-top: 10px;
	color: #ffb400;
	font-size: 20px;
}

.pricing-item {
	padding: 18px 20px 20px;
}


.pricing-item ul > li {
	padding-bottom: 25px;
	font-size: 18px;
	color: #000;
	font-weight: 300;
}

.pricing-item ul > li strong{
	font-weight: 600;
}

.pricing-item ul li i {
	color: #df9f03;
}

.pricing-btn {
	text-align: center;
	background: #04011C;
	padding: 5px 32px 10px;
	border-radius: 50px;
	margin: 10px 0;
}


.pricing-btn a {
	color: #fff;
	font-size: 16px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
	transition: .5s all;
	width: 100%;
}

/*****=========== Pricing single page css End ==================*****/





.map-section iframe {
	width: 100%;
	height: 500px;
}


/*****=========== Contact-page css End ==================*****/







/*===============404/Error Page css End============*/
.error-page {
	padding: 50px 0;
}

.error-title img {
	max-width: 50%;
	height: auto;
}

.error-wrpp {
	text-align: center;
}


.error-page-sub {
	font-size: 40px;
	font-weight: 600;
	color: #535151;
	margin-top: 20px;
	margin-bottom: 20px;
}

.error-page-item {
	font-size: 25px;
	letter-spacing: 0.5px;
	color: #000;
}

.error-btn {
	margin-top: 40px;
}

.error-btn a {
	background: #04011c;
	padding: 10px 30px;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 2px;
	-webkit-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
}

.error-btn a:hover{
    padding: 10px 40px;
  }
/*===============404/Error Page css End============*/



/*=========================================
		Common-Pagination-Start
 ======================================== */


.pager .previous > a, .pager .previous > span {
		float: left;
}

.pager .next > a, .pager .next > span {
float: right;
} 



.pager li:last-child{
	float: right;
}

.pager {
	text-align: center;
	margin: 22px 0;
}

.pager li {
	display: inline;
}

 .pager li > a:hover {
    background: #00061e;
    color: #fff;
}

.pager li > a {
	display: inline-block;
	padding: 6px 20px 5px;
	background: #fff;
	text-align: center;
	border-radius: 5px;
	margin-right: 2px;
	transition: .5s all;
	color: #00061e;
	font-weight: 500;
	font-size: 17px;
	box-shadow: 0 0 5px #b3b3b3;
    transition: .5s all;
}
.pager .active > span{
    background: #00061e;
    color: #fff;
    padding: 7px 20px 7px;
    border-radius: 5px;
}

.page-numbers {
	background: #fff;
	padding: 5px 10px;
	color: #000;
	border-radius: 5px;
	box-shadow: 0 0 10px #bfbaba;
	margin-right: 5px;
	width: max-content !important;
}

.page-numbers.current {
	background: #00061e;
	color: #fff;
}

/*=========================================
		Common-Pagination-Close
 ======================================== */
 
